Skip to content

Commit

Permalink
Feat/optional-org-slug (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti authored Aug 16, 2024
2 parents af23f47 + aaf892d commit 3420847
Show file tree
Hide file tree
Showing 22 changed files with 208 additions and 164 deletions.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| Version | Supported |
| ------- | ------------------ |
| 6.x.x | :white_check_mark: |
| 5.x.x | :white_check_mark: |
| 5.x.x | :x: |
| 4.x.x | :x: |
| 3.5.x | :x: |
| < 3.5.x | :x: |
Expand Down
75 changes: 43 additions & 32 deletions gen/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Commerce Layer API",
"version": "6.2.0",
"version": "6.2.1",
"contact": {
"name": "API Support",
"url": "https://commercelayer.io",
Expand Down Expand Up @@ -40168,15 +40168,15 @@
},
"status": {
"type": "string",
"description": "The promotion status. One of 'expired', 'pending', 'active', 'inactive', or 'disabled'.",
"description": "The promotion status. One of 'disabled', 'expired', 'pending', 'active', or 'inactive'.",
"example": "pending",
"nullable": true,
"enum": [
"disabled",
"expired",
"pending",
"active",
"inactive",
"disabled"
"inactive"
]
},
"disabled_at": {
Expand Down Expand Up @@ -52846,15 +52846,15 @@
},
"status": {
"type": "string",
"description": "The promotion status. One of 'expired', 'pending', 'active', 'inactive', or 'disabled'.",
"description": "The promotion status. One of 'disabled', 'expired', 'pending', 'active', or 'inactive'.",
"example": "pending",
"nullable": true,
"enum": [
"disabled",
"expired",
"pending",
"active",
"inactive",
"disabled"
"inactive"
]
},
"disabled_at": {
Expand Down Expand Up @@ -54846,15 +54846,15 @@
},
"status": {
"type": "string",
"description": "The promotion status. One of 'expired', 'pending', 'active', 'inactive', or 'disabled'.",
"description": "The promotion status. One of 'disabled', 'expired', 'pending', 'active', or 'inactive'.",
"example": "pending",
"nullable": true,
"enum": [
"disabled",
"expired",
"pending",
"active",
"inactive",
"disabled"
"inactive"
]
},
"disabled_at": {
Expand Down Expand Up @@ -56370,15 +56370,15 @@
},
"status": {
"type": "string",
"description": "The promotion status. One of 'expired', 'pending', 'active', 'inactive', or 'disabled'.",
"description": "The promotion status. One of 'disabled', 'expired', 'pending', 'active', or 'inactive'.",
"example": "pending",
"nullable": true,
"enum": [
"disabled",
"expired",
"pending",
"active",
"inactive",
"disabled"
"inactive"
]
},
"disabled_at": {
Expand Down Expand Up @@ -57897,15 +57897,15 @@
},
"status": {
"type": "string",
"description": "The promotion status. One of 'expired', 'pending', 'active', 'inactive', or 'disabled'.",
"description": "The promotion status. One of 'disabled', 'expired', 'pending', 'active', or 'inactive'.",
"example": "pending",
"nullable": true,
"enum": [
"disabled",
"expired",
"pending",
"active",
"inactive",
"disabled"
"inactive"
]
},
"disabled_at": {
Expand Down Expand Up @@ -59411,15 +59411,15 @@
},
"status": {
"type": "string",
"description": "The promotion status. One of 'expired', 'pending', 'active', 'inactive', or 'disabled'.",
"description": "The promotion status. One of 'disabled', 'expired', 'pending', 'active', or 'inactive'.",
"example": "pending",
"nullable": true,
"enum": [
"disabled",
"expired",
"pending",
"active",
"inactive",
"disabled"
"inactive"
]
},
"disabled_at": {
Expand Down Expand Up @@ -69071,14 +69071,14 @@
},
"status": {
"type": "string",
"description": "The link status. One of 'expired', 'pending', 'active', or 'disabled'.",
"description": "The link status. One of 'disabled', 'expired', 'pending', or 'active'.",
"example": "pending",
"nullable": true,
"enum": [
"disabled",
"expired",
"pending",
"active",
"disabled"
"active"
]
},
"domain": {
Expand Down Expand Up @@ -82243,7 +82243,7 @@
"properties": {
"name": {
"type": "string",
"description": "Payment source type, titleized.",
"description": "The payment method's internal name.",
"example": "Stripe Payment",
"nullable": true
},
Expand Down Expand Up @@ -82492,6 +82492,11 @@
"attributes": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The payment method's internal name.",
"example": "Stripe Payment"
},
"payment_source_type": {
"type": "string",
"description": "The payment source type. One of 'adyen_payments', 'axerve_payments', 'braintree_payments', 'checkout_com_payments', 'credit_cards', 'external_payments', 'klarna_payments', 'paypal_payments', 'satispay_payments', 'stripe_payments', or 'wire_transfers'.",
Expand Down Expand Up @@ -82669,6 +82674,12 @@
"attributes": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The payment method's internal name.",
"example": "Stripe Payment",
"nullable": true
},
"payment_source_type": {
"type": "string",
"description": "The payment source type. One of 'adyen_payments', 'axerve_payments', 'braintree_payments', 'checkout_com_payments', 'credit_cards', 'external_payments', 'klarna_payments', 'paypal_payments', 'satispay_payments', 'stripe_payments', or 'wire_transfers'.",
Expand Down Expand Up @@ -84542,15 +84553,15 @@
},
"status": {
"type": "string",
"description": "The promotion status. One of 'expired', 'pending', 'active', 'inactive', or 'disabled'.",
"description": "The promotion status. One of 'disabled', 'expired', 'pending', 'active', or 'inactive'.",
"example": "pending",
"nullable": true,
"enum": [
"disabled",
"expired",
"pending",
"active",
"inactive",
"disabled"
"inactive"
]
},
"disabled_at": {
Expand Down Expand Up @@ -86587,14 +86598,14 @@
},
"status": {
"type": "string",
"description": "The price list scheduler status. One of 'expired', 'pending', 'active', or 'disabled'.",
"description": "The price list scheduler status. One of 'disabled', 'expired', 'pending', or 'active'.",
"example": "pending",
"nullable": true,
"enum": [
"disabled",
"expired",
"pending",
"active",
"disabled"
"active"
]
},
"disabled_at": {
Expand Down Expand Up @@ -89991,15 +90002,15 @@
},
"status": {
"type": "string",
"description": "The promotion status. One of 'expired', 'pending', 'active', 'inactive', or 'disabled'.",
"description": "The promotion status. One of 'disabled', 'expired', 'pending', 'active', or 'inactive'.",
"example": "pending",
"nullable": true,
"enum": [
"disabled",
"expired",
"pending",
"active",
"inactive",
"disabled"
"inactive"
]
},
"disabled_at": {
Expand Down
Loading

0 comments on commit 3420847

Please sign in to comment.