Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/history-sdk/src/generated/models/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export interface CustomFields {
*/
readonly type: TypeReference
/**
* Object containing the Custom Fields for the [customized resource or data type](/../api/projects/types#resourcetypeid).
* Object containing the Custom Fields of the [customized resource or data type](/../api/projects/types#resourcetypeid).
*
*
*/
Expand Down Expand Up @@ -3671,7 +3671,7 @@ export interface ScopedPrice {
*/
readonly discounted?: DiscountedPrice
/**
* Custom Fields for the Price.
* Custom Fields of the Price.
*
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export interface AssociateRole extends BaseResource {
*/
readonly permissions: Permission[]
/**
* Custom Fields for the AssociateRole.
* Custom Fields of the AssociateRole.
*
*
*/
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-sdk/src/generated/models/business-unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export interface IBusinessUnit {
*/
readonly contactEmail?: string
/**
* Custom Fields for the Business Unit.
* Custom Fields of the Business Unit.
*
*
*/
Expand Down Expand Up @@ -722,7 +722,7 @@ export interface Company extends IBusinessUnit {
*/
readonly contactEmail?: string
/**
* Custom Fields for the Business Unit.
* Custom Fields of the Business Unit.
*
*
*/
Expand Down Expand Up @@ -1008,7 +1008,7 @@ export interface Division extends IBusinessUnit {
*/
readonly contactEmail?: string
/**
* Custom Fields for the Business Unit.
* Custom Fields of the Business Unit.
*
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export interface CartDiscountDraft {
*/
readonly stackingMode?: StackingMode
/**
* Custom Fields of the CartDiscount.
* Custom Fields for the CartDiscount.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-sdk/src/generated/models/category.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export interface Category extends BaseResource {
*/
readonly metaKeywords?: LocalizedString
/**
* Custom Fields for the Category.
* Custom Fields of the Category.
*
*
*/
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-sdk/src/generated/models/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ export interface QueryPrice {
*/
readonly discounted?: DiscountedPriceDraft
/**
* Custom Fields for the Price.
* Custom Fields of the Price.
*
*
*/
Expand Down Expand Up @@ -1455,7 +1455,7 @@ export interface ScopedPrice {
*/
readonly discounted?: DiscountedPrice
/**
* Custom Fields for the Price.
* Custom Fields of the Price.
*
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export interface CustomerGroup extends BaseResource {
*/
readonly name: string
/**
* Custom Fields for the CustomerGroup.
* Custom Fields of the CustomerGroup.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-sdk/src/generated/models/customer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export interface Customer extends BaseResource {
*/
readonly customerGroupAssignments: CustomerGroupAssignment[]
/**
* Custom Fields for the Customer.
* Custom Fields of the Customer.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-sdk/src/generated/models/inventory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export interface InventoryEntryDraft {
*/
readonly expectedDelivery?: string
/**
* Custom Fields of the InventoryEntry.
* Custom Fields for the InventoryEntry.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-sdk/src/generated/models/me.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ export interface MyTransactionDraft {
*/
readonly interactionId?: string
/**
* Custom Fields of the Transaction.
* Custom Fields for the Transaction.
*
*
*/
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-sdk/src/generated/models/order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ export interface CustomLineItemImportDraft {
*/
readonly state?: ItemState[]
/**
* Custom Fields of the CustomLineItem.
* Custom Fields for the CustomLineItem.
*
*
*/
Expand Down Expand Up @@ -737,7 +737,7 @@ export interface LineItemImportDraft {
*/
readonly state?: ItemState[]
/**
* Custom Fields of the LineItem.
* Custom Fields for the LineItem.
*
*
*/
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-sdk/src/generated/models/payment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export interface Payment extends BaseResource {
*/
readonly interfaceInteractions: CustomFields[]
/**
* Custom Fields for the Payment.
* Custom Fields of the Payment.
*
*
*/
Expand Down Expand Up @@ -498,7 +498,7 @@ export interface TransactionDraft {
*/
readonly state?: TransactionState
/**
* Custom Fields of the Transaction.
* Custom Fields for the Transaction.
*
*/
readonly custom?: CustomFieldsDraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export interface ShoppingListLineItemDraft {
*/
readonly addedAt?: string
/**
* Custom Fields of the ShoppingListLineItem.
* Custom Fields for the ShoppingListLineItem.
*
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export interface StandalonePrice extends BaseResource {
*/
readonly discounted?: DiscountedPrice
/**
* Custom Fields for the StandalonePrice.
* Custom Fields of the StandalonePrice.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-sdk/src/generated/models/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export interface CustomFields {
*/
readonly type: TypeReference
/**
* Object containing the Custom Fields for the [customized resource or data type](/../api/projects/types#resourcetypeid).
* Object containing the Custom Fields of the [customized resource or data type](/../api/projects/types#resourcetypeid).
*
*
*/
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -515,3 +515,4 @@ f3ae1f87cbf764a30d228bf4e01215405951d454
7fe8fbd8d4276aa8a033b8cba92c68c695d808c2
053ba06830d03bf8eb9963500e4498f14754b746
1119815b3a93e1f6fa3894492e10cbb57f93a3d7
a1e8798ca33fe3c7621ab83ff12ca20f269c406d
Loading