Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated update by SDK Generator #31

Merged
merged 23 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
403db49
Automated update by SDK Generator version:2.0.0 commit:f553e4a
github-actions[bot] Oct 25, 2023
6a8b971
Automated update by SDK Generator version:2.0.0 commit:fc1d6a7
github-actions[bot] Oct 25, 2023
caae964
Automated update by SDK Generator version:2.0.0 commit:fc1d6a7
github-actions[bot] Oct 25, 2023
4d9597a
Automated update by SDK Generator version:2.0.0 commit:2db0800
github-actions[bot] Oct 25, 2023
ba63444
Automated update by SDK Generator version:2.0.0 commit:76be29d
github-actions[bot] Oct 25, 2023
fe0e1b1
Automated update by SDK Generator version:2.0.0 commit:76be29d
github-actions[bot] Oct 25, 2023
8d01815
Automated update by SDK Generator version:2.0.0 commit:76be29d
github-actions[bot] Oct 25, 2023
98125bb
Automated update by SDK Generator version:2.0.0 commit:76be29d
github-actions[bot] Oct 25, 2023
6ed44e3
Automated update by SDK Generator version:2.0.0 commit:ae3f87b
github-actions[bot] Oct 26, 2023
eb36e80
Automated update by SDK Generator version:2.0.0 commit:ae3f87b
github-actions[bot] Oct 26, 2023
979cb4e
Automated update by SDK Generator version:2.0.0 commit:ae3f87b
github-actions[bot] Oct 26, 2023
b9123cc
Automated update by SDK Generator version:2.0.0 commit:ae3f87b
github-actions[bot] Oct 26, 2023
ad8e70d
Automated update by SDK Generator version:2.0.0 commit:8144e85
github-actions[bot] Oct 27, 2023
7de6ced
Automated update by SDK Generator version:2.0.0 commit:8144e85
github-actions[bot] Oct 27, 2023
3eaae1a
Automated update by SDK Generator version:2.0.0 commit:8144e85
github-actions[bot] Oct 27, 2023
ddcd3c2
Automated update by SDK Generator version:2.0.0 commit:8144e85
github-actions[bot] Oct 27, 2023
3ebe989
Automated update by SDK Generator version:2.0.0 commit:8144e85
github-actions[bot] Oct 27, 2023
90aeeb9
Automated update by SDK Generator version:2.0.0 commit:8144e85
github-actions[bot] Oct 27, 2023
d61191c
Automated update by SDK Generator version:2.0.0 commit:8144e85
github-actions[bot] Oct 30, 2023
b4f7568
Automated update by SDK Generator version:2.0.0 commit:8144e85
github-actions[bot] Oct 31, 2023
413f1d7
Automated update by SDK Generator version:2.0.0 commit:8144e85
github-actions[bot] Oct 31, 2023
79a088a
Automated update by SDK Generator version:2.0.1 commit:0f14b41
github-actions[bot] Oct 31, 2023
929d9a2
Automated update by SDK Generator version:2.0.1 commit:0f14b41
github-actions[bot] Oct 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-latest
env:
PACKAGE_VERSION: 2.0.0
PACKAGE_VERSION: 2.0.1
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ Open an [issue][3]!
[1]: https://apideck.com
[2]: https://developers.apideck.com/
[3]: https://github.com/apideck-libraries/dotnet-sdk/issues/new
[4]: https://github.com/apideck-libraries/dotnet-sdk/blob/master/LICENSE
[4]: https://github.com/apideck-libraries/dotnet-sdk/blob/main/LICENSE
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apideck/net",
"version": "2.0.0",
"version": "2.0.1",
"description": "Apideck .NET SDK",
"keywords": [
"apideck",
Expand Down
10 changes: 5 additions & 5 deletions src/gen/Apideck.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apideck", "src\Apideck\Apideck.csproj", "{D9D3E8B9-FD73-407C-BB19-C08E61D47586}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apideck", "src\Apideck\Apideck.csproj", "{FD15A85B-E45C-477B-B85C-5ABE3D1A4D82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apideck.Test", "src\Apideck.Test\Apideck.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9D3E8B9-FD73-407C-BB19-C08E61D47586}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9D3E8B9-FD73-407C-BB19-C08E61D47586}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9D3E8B9-FD73-407C-BB19-C08E61D47586}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9D3E8B9-FD73-407C-BB19-C08E61D47586}.Release|Any CPU.Build.0 = Release|Any CPU
{FD15A85B-E45C-477B-B85C-5ABE3D1A4D82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD15A85B-E45C-477B-B85C-5ABE3D1A4D82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD15A85B-E45C-477B-B85C-5ABE3D1A4D82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD15A85B-E45C-477B-B85C-5ABE3D1A4D82}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/Activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Name | Type | Description | Notes
**VideoConferenceId** | **string** | The ID of the video conference | [optional]
**CustomFields** | [**List<CustomField>**](CustomField.md) | Custom fields of the activity | [optional]
**Attendees** | [**List<ActivityAttendee>**](ActivityAttendee.md) | | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the activity | [optional] [readonly]
**CreatedBy** | **string** | The user who created the activity | [optional] [readonly]
**UpdatedAt** | **string** | The date and time when the activity was last updated | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/Applicant.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Name | Type | Description | Notes
**CvUrl** | **string** | | [optional] [readonly]
**RecordUrl** | **string** | | [optional]
**RejectedAt** | **DateTime?** | | [optional] [readonly]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**Deleted** | **bool?** | Flag to indicate if the object is deleted. | [optional]
**DeletedBy** | **string** | The user who deleted the object. | [optional] [readonly]
**DeletedAt** | **DateTime?** | The time at which the object was deleted. | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/Application.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**JobId** | **string** | |
**Status** | **string** | | [optional]
**Stage** | [**ApplicationStage**](ApplicationStage.md) | | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/AtsActivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/BalanceSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**Assets** | [**BalanceSheetAssets**](BalanceSheetAssets.md) | |
**Liabilities** | [**BalanceSheetLiabilities**](BalanceSheetLiabilities.md) | |
**Equity** | [**BalanceSheetEquity**](BalanceSheetEquity.md) | |
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/Bill.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Name | Type | Description | Notes
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

2 changes: 1 addition & 1 deletion src/gen/docs/Collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**Type** | **string** | The collections's type | [optional]
**Name** | **string** | Name of the collection | [optional]
**Description** | **string** | Description of the collection | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]

Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/CollectionTag.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. |
**Name** | **string** | The name of the tag. | [optional] [readonly]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

2 changes: 1 addition & 1 deletion src/gen/docs/CollectionTicketComment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
**Body** | **string** | Body of the comment | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/CollectionUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes
**LastName** | **string** | Last name of the user | [optional]
**Email** | **string** | Email address of the user | [optional]
**PhotoUrl** | **string** | The URL of the photo of a person. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]

Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/Company.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Name | Type | Description | Notes
**Deleted** | **bool** | Whether the company is deleted or not | [optional] [readonly]
**Salutation** | **string** | A formal salutation for the person. For example, 'Mr', 'Mrs' | [optional]
**Birthday** | **DateTime?** | The date of birth of the person. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | Updated by user ID | [optional] [readonly]
**CreatedBy** | **string** | Created by user ID | [optional] [readonly]
**UpdatedAt** | **DateTime?** | Last updated date | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/CompanyInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Name | Type | Description | Notes
**Addresses** | [**List<Address>**](Address.md) | | [optional]
**PhoneNumbers** | [**List<PhoneNumber>**](PhoneNumber.md) | | [optional]
**Emails** | [**List<Email>**](Email.md) | | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/Contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Name | Type | Description | Notes
**FirstCallAt** | **DateTime?** | The first call date of the contact. | [optional] [readonly]
**FirstEmailAt** | **DateTime?** | The first email date of the contact. | [optional] [readonly]
**LastActivityAt** | **DateTime?** | The last activity date of the contact. | [optional] [readonly]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The last update date of the contact. | [optional] [readonly]
**CreatedAt** | **DateTime?** | The creation date of the contact. | [optional] [readonly]

Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/CreditNote.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Name | Type | Description | Notes
**Allocations** | **List<Object>** | | [optional]
**Note** | **string** | Optional note to be associated with the credit note. | [optional]
**Terms** | **string** | Optional terms to be associated with the credit note. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/Customer.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Name | Type | Description | Notes
**Status** | **string** | Customer status | [optional]
**PaymentMethod** | **string** | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | [optional]
**Channel** | **string** | The channel through which the transaction is processed. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/Department.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**Name** | **string** | Department name | [optional]
**Code** | **string** | | [optional]
**Description** | **string** | | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/Drive.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**Id** | **string** | A unique identifier for an object. | [readonly]
**Name** | **string** | The name of the drive |
**Description** | **string** | A description of the object. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/DriveGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
**Name** | **string** | The name of the drive group |
**DisplayName** | **string** | The display name of the drive group | [optional]
**Description** | **string** | A description of the object. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/EcommerceCustomer.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Name | Type | Description | Notes
**PhoneNumbers** | [**List<PhoneNumber>**](PhoneNumber.md) | An array of phone numbers for the customer. | [optional]
**Addresses** | [**List<EcommerceCustomerAddresses>**](EcommerceCustomerAddresses.md) | An array of addresses for the customer. | [optional]
**Orders** | [**List<LinkedEcommerceOrder>**](LinkedEcommerceOrder.md) | | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]

Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/EcommerceOrder.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Name | Type | Description | Notes
**Tracking** | [**List<TrackingItem>**](TrackingItem.md) | | [optional]
**LineItems** | [**List<EcommerceOrderLineItem>**](EcommerceOrderLineItem.md) | | [optional]
**Note** | **string** | Note for the order. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]

Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/EcommerceProduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Name | Type | Description | Notes
**Variants** | [**List<EcommerceProductVariants>**](EcommerceProductVariants.md) | | [optional]
**Tags** | **List<string>** | An array of tags for the product, used for organization and searching. | [optional]
**Categories** | [**List<EcommerceProductCategories>**](EcommerceProductCategories.md) | An array of categories for the product, used for organization and searching. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]

Expand Down
2 changes: 1 addition & 1 deletion src/gen/docs/EcommerceStore.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
**Name** | **string** | The store's name | [optional]
**StoreUrl** | **string** | The store's website URL | [optional]
**AdminUrl** | **string** | The store's admin login URL | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]

Expand Down
Loading
Loading