Skip to content

Commit 86ea0c0

Browse files
committed
build(codegen): updating SDK
1 parent 3e3594c commit 86ea0c0

File tree

16 files changed

+22
-21
lines changed

16 files changed

+22
-21
lines changed

packages/history-sdk/src/generated/models/common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ export interface CustomFields {
342342
*/
343343
readonly type: TypeReference
344344
/**
345-
* Object containing the Custom Fields for the [customized resource or data type](/../api/projects/types#resourcetypeid).
345+
* Object containing the Custom Fields of the [customized resource or data type](/../api/projects/types#resourcetypeid).
346346
*
347347
*
348348
*/
@@ -3671,7 +3671,7 @@ export interface ScopedPrice {
36713671
*/
36723672
readonly discounted?: DiscountedPrice
36733673
/**
3674-
* Custom Fields for the Price.
3674+
* Custom Fields of the Price.
36753675
*
36763676
*
36773677
*/

packages/platform-sdk/src/generated/models/associate-role.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export interface AssociateRole extends BaseResource {
8181
*/
8282
readonly permissions: Permission[]
8383
/**
84-
* Custom Fields for the AssociateRole.
84+
* Custom Fields of the AssociateRole.
8585
*
8686
*
8787
*/

packages/platform-sdk/src/generated/models/business-unit.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export interface IBusinessUnit {
199199
*/
200200
readonly contactEmail?: string
201201
/**
202-
* Custom Fields for the Business Unit.
202+
* Custom Fields of the Business Unit.
203203
*
204204
*
205205
*/
@@ -722,7 +722,7 @@ export interface Company extends IBusinessUnit {
722722
*/
723723
readonly contactEmail?: string
724724
/**
725-
* Custom Fields for the Business Unit.
725+
* Custom Fields of the Business Unit.
726726
*
727727
*
728728
*/
@@ -1008,7 +1008,7 @@ export interface Division extends IBusinessUnit {
10081008
*/
10091009
readonly contactEmail?: string
10101010
/**
1011-
* Custom Fields for the Business Unit.
1011+
* Custom Fields of the Business Unit.
10121012
*
10131013
*
10141014
*/

packages/platform-sdk/src/generated/models/cart-discount.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export interface CartDiscountDraft {
276276
*/
277277
readonly stackingMode?: StackingMode
278278
/**
279-
* Custom Fields of the CartDiscount.
279+
* Custom Fields for the CartDiscount.
280280
*
281281
*
282282
*/

packages/platform-sdk/src/generated/models/category.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export interface Category extends BaseResource {
123123
*/
124124
readonly metaKeywords?: LocalizedString
125125
/**
126-
* Custom Fields for the Category.
126+
* Custom Fields of the Category.
127127
*
128128
*
129129
*/

packages/platform-sdk/src/generated/models/common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ export interface QueryPrice {
11631163
*/
11641164
readonly discounted?: DiscountedPriceDraft
11651165
/**
1166-
* Custom Fields for the Price.
1166+
* Custom Fields of the Price.
11671167
*
11681168
*
11691169
*/
@@ -1455,7 +1455,7 @@ export interface ScopedPrice {
14551455
*/
14561456
readonly discounted?: DiscountedPrice
14571457
/**
1458-
* Custom Fields for the Price.
1458+
* Custom Fields of the Price.
14591459
*
14601460
*
14611461
*/

packages/platform-sdk/src/generated/models/customer-group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export interface CustomerGroup extends BaseResource {
6868
*/
6969
readonly name: string
7070
/**
71-
* Custom Fields for the CustomerGroup.
71+
* Custom Fields of the CustomerGroup.
7272
*
7373
*
7474
*/

packages/platform-sdk/src/generated/models/customer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export interface Customer extends BaseResource {
213213
*/
214214
readonly customerGroupAssignments: CustomerGroupAssignment[]
215215
/**
216-
* Custom Fields for the Customer.
216+
* Custom Fields of the Customer.
217217
*
218218
*
219219
*/

packages/platform-sdk/src/generated/models/inventory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export interface InventoryEntryDraft {
166166
*/
167167
readonly expectedDelivery?: string
168168
/**
169-
* Custom Fields of the InventoryEntry.
169+
* Custom Fields for the InventoryEntry.
170170
*
171171
*
172172
*/

packages/platform-sdk/src/generated/models/me.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ export interface MyTransactionDraft {
10771077
*/
10781078
readonly interactionId?: string
10791079
/**
1080-
* Custom Fields of the Transaction.
1080+
* Custom Fields for the Transaction.
10811081
*
10821082
*
10831083
*/

0 commit comments

Comments
 (0)