Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Aug 28, 2024
1 parent ed96344 commit 44a75e5
Show file tree
Hide file tree
Showing 6 changed files with 186 additions and 6 deletions.
36 changes: 35 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -4919,6 +4919,35 @@
"in_package": "Billing"
}
},
"billing_clocks_resource_status_details_advancing_status_details": {
"description": "",
"properties": {
"target_frozen_time": {
"description": "The `frozen_time` that the Test Clock is advancing towards.",
"format": "unix-time",
"type": "integer"
}
},
"required": [
"target_frozen_time"
],
"title": "BillingClocksResourceStatusDetailsAdvancingStatusDetails",
"type": "object",
"x-expandableFields": []
},
"billing_clocks_resource_status_details_status_details": {
"description": "",
"properties": {
"advancing": {
"$ref": "#/components/schemas/billing_clocks_resource_status_details_advancing_status_details"
}
},
"title": "BillingClocksResourceStatusDetailsStatusDetails",
"type": "object",
"x-expandableFields": [
"advancing"
]
},
"billing_details": {
"description": "",
"properties": {
Expand Down Expand Up @@ -68608,6 +68637,9 @@
"ready"
],
"type": "string"
},
"status_details": {
"$ref": "#/components/schemas/billing_clocks_resource_status_details_status_details"
}
},
"required": [
Expand All @@ -68622,7 +68654,9 @@
],
"title": "TestClock",
"type": "object",
"x-expandableFields": [],
"x-expandableFields": [
"status_details"
],
"x-resourceId": "test_helpers.test_clock",
"x-stripeOperations": [
{
Expand Down
28 changes: 27 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4667,6 +4667,28 @@ components:
class_name: MeterEventSummary
has_collection_class: true
in_package: Billing
billing_clocks_resource_status_details_advancing_status_details:
description: ''
properties:
target_frozen_time:
description: The `frozen_time` that the Test Clock is advancing towards.
format: unix-time
type: integer
required:
- target_frozen_time
title: BillingClocksResourceStatusDetailsAdvancingStatusDetails
type: object
x-expandableFields: []
billing_clocks_resource_status_details_status_details:
description: ''
properties:
advancing:
$ref: >-
#/components/schemas/billing_clocks_resource_status_details_advancing_status_details
title: BillingClocksResourceStatusDetailsStatusDetails
type: object
x-expandableFields:
- advancing
billing_details:
description: ''
properties:
Expand Down Expand Up @@ -62542,6 +62564,9 @@ components:
- internal_failure
- ready
type: string
status_details:
$ref: >-
#/components/schemas/billing_clocks_resource_status_details_status_details
required:
- created
- deletes_after
Expand All @@ -62553,7 +62578,8 @@ components:
- status
title: TestClock
type: object
x-expandableFields: []
x-expandableFields:
- status_details
x-resourceId: test_helpers.test_clock
x-stripeOperations:
- method_name: delete
Expand Down
36 changes: 35 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3562,6 +3562,35 @@
"x-expandableFields": [],
"x-resourceId": "billing.meter_event_summary"
},
"billing_clocks_resource_status_details_advancing_status_details": {
"description": "",
"properties": {
"target_frozen_time": {
"description": "The `frozen_time` that the Test Clock is advancing towards.",
"format": "unix-time",
"type": "integer"
}
},
"required": [
"target_frozen_time"
],
"title": "BillingClocksResourceStatusDetailsAdvancingStatusDetails",
"type": "object",
"x-expandableFields": []
},
"billing_clocks_resource_status_details_status_details": {
"description": "",
"properties": {
"advancing": {
"$ref": "#/components/schemas/billing_clocks_resource_status_details_advancing_status_details"
}
},
"title": "BillingClocksResourceStatusDetailsStatusDetails",
"type": "object",
"x-expandableFields": [
"advancing"
]
},
"billing_details": {
"description": "",
"properties": {
Expand Down Expand Up @@ -47309,6 +47338,9 @@
"ready"
],
"type": "string"
},
"status_details": {
"$ref": "#/components/schemas/billing_clocks_resource_status_details_status_details"
}
},
"required": [
Expand All @@ -47322,7 +47354,9 @@
],
"title": "TestClock",
"type": "object",
"x-expandableFields": [],
"x-expandableFields": [
"status_details"
],
"x-resourceId": "test_helpers.test_clock"
},
"three_d_secure_details": {
Expand Down
36 changes: 35 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -4484,6 +4484,35 @@
"in_package": "Billing"
}
},
"billing_clocks_resource_status_details_advancing_status_details": {
"description": "",
"properties": {
"target_frozen_time": {
"description": "The `frozen_time` that the Test Clock is advancing towards.",
"format": "unix-time",
"type": "integer"
}
},
"required": [
"target_frozen_time"
],
"title": "BillingClocksResourceStatusDetailsAdvancingStatusDetails",
"type": "object",
"x-expandableFields": []
},
"billing_clocks_resource_status_details_status_details": {
"description": "",
"properties": {
"advancing": {
"$ref": "#/components/schemas/billing_clocks_resource_status_details_advancing_status_details"
}
},
"title": "BillingClocksResourceStatusDetailsStatusDetails",
"type": "object",
"x-expandableFields": [
"advancing"
]
},
"billing_details": {
"description": "",
"properties": {
Expand Down Expand Up @@ -57647,6 +57676,9 @@
"ready"
],
"type": "string"
},
"status_details": {
"$ref": "#/components/schemas/billing_clocks_resource_status_details_status_details"
}
},
"required": [
Expand All @@ -57661,7 +57693,9 @@
],
"title": "TestClock",
"type": "object",
"x-expandableFields": [],
"x-expandableFields": [
"status_details"
],
"x-resourceId": "test_helpers.test_clock",
"x-stripeOperations": [
{
Expand Down
28 changes: 27 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4274,6 +4274,28 @@ components:
class_name: MeterEventSummary
has_collection_class: true
in_package: Billing
billing_clocks_resource_status_details_advancing_status_details:
description: ''
properties:
target_frozen_time:
description: The `frozen_time` that the Test Clock is advancing towards.
format: unix-time
type: integer
required:
- target_frozen_time
title: BillingClocksResourceStatusDetailsAdvancingStatusDetails
type: object
x-expandableFields: []
billing_clocks_resource_status_details_status_details:
description: ''
properties:
advancing:
$ref: >-
#/components/schemas/billing_clocks_resource_status_details_advancing_status_details
title: BillingClocksResourceStatusDetailsStatusDetails
type: object
x-expandableFields:
- advancing
billing_details:
description: ''
properties:
Expand Down Expand Up @@ -52867,6 +52889,9 @@ components:
- internal_failure
- ready
type: string
status_details:
$ref: >-
#/components/schemas/billing_clocks_resource_status_details_status_details
required:
- created
- deletes_after
Expand All @@ -52878,7 +52903,8 @@ components:
- status
title: TestClock
type: object
x-expandableFields: []
x-expandableFields:
- status_details
x-resourceId: test_helpers.test_clock
x-stripeOperations:
- method_name: delete
Expand Down
28 changes: 27 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3527,6 +3527,28 @@ components:
type: object
x-expandableFields: []
x-resourceId: billing.meter_event_summary
billing_clocks_resource_status_details_advancing_status_details:
description: ''
properties:
target_frozen_time:
description: The `frozen_time` that the Test Clock is advancing towards.
format: unix-time
type: integer
required:
- target_frozen_time
title: BillingClocksResourceStatusDetailsAdvancingStatusDetails
type: object
x-expandableFields: []
billing_clocks_resource_status_details_status_details:
description: ''
properties:
advancing:
$ref: >-
#/components/schemas/billing_clocks_resource_status_details_advancing_status_details
title: BillingClocksResourceStatusDetailsStatusDetails
type: object
x-expandableFields:
- advancing
billing_details:
description: ''
properties:
Expand Down Expand Up @@ -44748,6 +44770,9 @@ components:
- internal_failure
- ready
type: string
status_details:
$ref: >-
#/components/schemas/billing_clocks_resource_status_details_status_details
required:
- created
- deletes_after
Expand All @@ -44758,7 +44783,8 @@ components:
- status
title: TestClock
type: object
x-expandableFields: []
x-expandableFields:
- status_details
x-resourceId: test_helpers.test_clock
three_d_secure_details:
description: ''
Expand Down

0 comments on commit 44a75e5

Please sign in to comment.