Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Oct 12, 2023
1 parent c79d63c commit 378dc7e
Show file tree
Hide file tree
Showing 39 changed files with 41 additions and 38 deletions.
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/AdyenBadConfig.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: AdyenBadConfig
discriminatorValue: adyen_bad_config
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/AdyenInitError.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: AdyenInitError
discriminatorValue: adyen_init_error
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/AdyenTimeout.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: AdyenTimeout
discriminatorValue: adyen_timeout
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: ApplicationDeactivated
discriminatorValue: application_disabled
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/BadInputData.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: BadInputData
discriminatorValue: invalid_fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: CartEmptiedDuringCheckout
discriminatorValue: cart_emptied_during_checkout
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/CartEmpty.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: CartEmpty
discriminatorValue: cart_empty
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/CartNotFound.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: CartNotFound
discriminatorValue: cart_not_found
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/CheckoutCancelled.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: CheckoutCancelled
discriminatorValue: checkout_cancelled
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/CheckoutCompleted.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: CheckoutCompleted
discriminatorValue: checkout_completed
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/CheckoutLoaded.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: CheckoutLoaded
discriminatorValue: checkout_loaded
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/CheckoutStarted.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: CheckoutStarted
discriminatorValue: checkout_started
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/InitTimeout.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: InitTimeout
discriminatorValue: init_timeout
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/InvalidToken.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: InvalidToken
discriminatorValue: invalid_token
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/NoAllowedOrigins.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: NoAllowedOrigins
discriminatorValue: no_allowed_origins
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/NoPaymentMethods.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: NoPaymentMethods
discriminatorValue: no_payment_methods
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/NoShippingMethods.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: NoShippingMethods
discriminatorValue: no_shipping_methods
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/OrderCreated.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: OrderCreated
discriminatorValue: order_created
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: SellerIsDeactivated
discriminatorValue: seller_deactivated
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/SellerNotFound.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: SellerNotFound
discriminatorValue: seller_not_found
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: ShippingAddressMissing
discriminatorValue: shipping_address_missing
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/UnallowedOrigin.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: UnallowedOrigin
discriminatorValue: unallowed_origin
Expand Down
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/UnavailableLocale.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): responses
(annotations.package): responses
type: ResponseMessage
displayName: UnavailableLocale
discriminatorValue: unavailable_locale
Expand Down
3 changes: 3 additions & 0 deletions api-specs/connect/types/annotations.raml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ annotationTypes:
markDeprecated:
type: boolean
allowedTargets: TypeDeclaration
identifier:
type: string
allowedTargets: TypeDeclaration
2 changes: 1 addition & 1 deletion api-specs/connect/types/connector/connector-staged.raml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
displayName: ConnectorStaged
properties:
id:
(identifier): true
(annotations.identifier): true
type: string
description: Unique identifier of the Connector.
key?:
Expand Down
2 changes: 1 addition & 1 deletion api-specs/connect/types/connector/connector.raml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
displayName: Connector
properties:
id:
(identifier): true
(annotations.identifier): true
type: string
description: Unique identifier of the Connector.
key?:
Expand Down
2 changes: 1 addition & 1 deletion api-specs/connect/types/deployment/deployment.raml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
displayName: Deployment
properties:
id:
(identifier): true
(annotations.identifier): true
type: string
description: Unique identifier of the Deployment.
key?:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): Error
(annotations.package): Error
type: ErrorObject
displayName: ConcurrentModificationError
discriminatorValue: ConcurrentModification
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): Error
(annotations.package): Error
type: ErrorObject
displayName: ConnectorAlreadyCertifiedError
discriminatorValue: ConnectorAlreadyCertified
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): Error
(annotations.package): Error
type: ErrorObject
displayName: ConnectorReferenceNotFoundError
discriminatorValue: ConnectorReferenceNotFound
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): Error
(annotations.package): Error
type: ErrorObject
displayName: ConnectorSpecificationFileNotFoundError
discriminatorValue: ConnectorSpecificationFileNotFound
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): Error
(annotations.package): Error
type: ErrorObject
displayName: ConnectorSpecificationFileNotValidError
discriminatorValue: ConnectorSpecificationFileNotValid
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): Error
(annotations.package): Error
type: ErrorObject
displayName: ConnectorStagedInCertificationError
discriminatorValue: ConnectorStagedInCertification
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): Error
(annotations.package): Error
type: ErrorObject
displayName: ConnectorStagedNotPreviewableError
discriminatorValue: ConnectorStagedNotPreviewable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): Error
(annotations.package): Error
type: ErrorObject
displayName: ConnectorStagedPreviewRequestUnderProcessError
discriminatorValue: ConnectorStagedPreviewRequestUnderProcess
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): Error
(annotations.package): Error
type: ErrorObject
displayName: GitRepositoryNotReachableError
discriminatorValue: GitRepositoryNotReachable
Expand Down
2 changes: 1 addition & 1 deletion api-specs/connect/types/error/InvalidJsonInputError.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): Error
(annotations.package): Error
type: ErrorObject
displayName: InvalidJsonInputError
discriminatorValue: InvalidJsonInput
Expand Down
2 changes: 1 addition & 1 deletion api-specs/connect/types/error/InvalidPathParamError.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): Error
(annotations.package): Error
type: ErrorObject
displayName: InvalidPathParamError
discriminatorValue: InvalidPathParam
Expand Down
2 changes: 1 addition & 1 deletion api-specs/connect/types/error/InvalidQueryParamError.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%RAML 1.0 DataType
(package): Error
(annotations.package): Error
type: ErrorObject
displayName: InvalidQueryParamError
discriminatorValue: InvalidQueryParam
Expand Down

0 comments on commit 378dc7e

Please sign in to comment.