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 Jul 29, 2024
1 parent 6bb0747 commit 8c0fcfb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions oas/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46945,6 +46945,7 @@ components:
- staged-quote
- quote
- business-unit
- shopping-list
x-annotation-package: "Extension"
x-annotation-enumDescriptions:
cart: "Extension triggered for operations on [Carts](/../api/projects/carts)."
Expand All @@ -46955,6 +46956,7 @@ components:
staged-quote: "Extension triggered for operations on [StagedQuotes](/../api/projects/staged-quotes)."
quote: "Extension triggered for operations on [Quotes](/../api/projects/quotes)."
business-unit: "Extension triggered for operations on [BusinessUnits](/../api/projects/business-units)."
shopping-list: "Extension triggered for operations on [ShoppingLists](/../api/projects/shoppingLists)."
ExtensionTrigger:
type: "object"
required:
Expand Down
1 change: 1 addition & 0 deletions uml/api/ExtensionResourceTypeId.puml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ enum ExtensionResourceTypeId {
STAGED_QUOTE
QUOTE
BUSINESS_UNIT
SHOPPING_LIST
}
interface ExtensionTrigger [[ExtensionTrigger.svg]] {
resourceTypeId: [[ExtensionResourceTypeId.svg ExtensionResourceTypeId]]
Expand Down
7 changes: 4 additions & 3 deletions uml/api/svg/ExtensionResourceTypeId.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c0fcfb

Please sign in to comment.