Skip to content

Commit

Permalink
TASK: Updating RAML types, Postman and OAS definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Aug 1, 2024
1 parent 260a278 commit 5d6dae8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
4 changes: 4 additions & 0 deletions oas/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68979,6 +68979,7 @@ components:
- category
- channel
- customer
- customer-group
- key-value-document
- order
- product
Expand All @@ -68996,6 +68997,7 @@ components:
category: "References a [Category](ctp:api:type:Category).n"
channel: "References a [Channel](ctp:api:type:Channel).n"
customer: "References a [Customer](ctp:api:type:Customer).n"
customer-group: "References a [CustomerGroup](ctp:api:type:CustomerGroup).n"
key-value-document: "References a [CustomObject](ctp:api:type:CustomObject).n"
order: "References an [Order](ctp:api:type:Order).n"
product: "References a [Product](ctp:api:type:Product).n"
Expand Down Expand Up @@ -76196,6 +76198,7 @@ components:
- category
- channel
- customer
- customer-group
- key-value-document
- order
- product
Expand All @@ -76214,6 +76217,7 @@ components:
category: "[Category](ctp:api:type:Category)n"
channel: "[Channel](ctp:api:type:Channel)n"
customer: "[Customer](ctp:api:type:Customer)n"
customer-group: "[CustomerGroup](ctp:api:type:CustomerGroup)n"
key-value-document: "[CustomObject](ctp:api:type:CustomObject)n"
order: "[Order](ctp:api:type:Order)n"
product: "[Product](ctp:api:type:Product)n"
Expand Down
1 change: 1 addition & 0 deletions oas/import/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3768,6 +3768,7 @@ components:
- category
- channel
- customer
- customer-group
- key-value-document
- order
- product
Expand Down
1 change: 1 addition & 0 deletions uml/api/AttributeReferenceTypeId.puml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ enum AttributeReferenceTypeId {
CATEGORY
CHANNEL
CUSTOMER
CUSTOMER_GROUP
KEY_VALUE_DOCUMENT
ORDER
PRODUCT
Expand Down
1 change: 1 addition & 0 deletions uml/api/CustomFieldReferenceValue.puml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ enum CustomFieldReferenceValue {
CATEGORY
CHANNEL
CUSTOMER
CUSTOMER_GROUP
KEY_VALUE_DOCUMENT
ORDER
PRODUCT
Expand Down
7 changes: 4 additions & 3 deletions uml/api/svg/AttributeReferenceTypeId.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5d6dae8

Please sign in to comment.