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 2, 2024
1 parent 79e5077 commit 325229b
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 0 deletions.
22 changes: 22 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -20931,6 +20931,12 @@
"description": "Redaction status of this VerificationSession. If the VerificationSession is not redacted, this field will be null.",
"nullable": true
},
"related_customer": {
"description": "Token referencing a Customer resource.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"status": {
"description": "Status of this VerificationSession. [Learn more about the lifecycle of sessions](https://stripe.com/docs/identity/how-sessions-work).",
"enum": [
Expand Down Expand Up @@ -20984,6 +20990,7 @@
"object",
"options",
"redaction",
"related_customer",
"status",
"type",
"url"
Expand Down Expand Up @@ -106813,6 +106820,16 @@
},
"style": "form"
},
{
"in": "query",
"name": "related_customer",
"required": false,
"schema": {
"maxLength": 5000,
"type": "string"
},
"style": "form"
},
{
"description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.",
"in": "query",
Expand Down Expand Up @@ -107023,6 +107040,11 @@
"title": "provided_details_param",
"type": "object"
},
"related_customer": {
"description": "Token referencing a Customer resource.",
"maxLength": 5000,
"type": "string"
},
"return_url": {
"description": "The URL that the user will be redirected to upon completing the verification flow.",
"type": "string"
Expand Down
17 changes: 17 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19508,6 +19508,11 @@ components:
Redaction status of this VerificationSession. If the
VerificationSession is not redacted, this field will be null.
nullable: true
related_customer:
description: Token referencing a Customer resource.
maxLength: 5000
nullable: true
type: string
status:
description: >-
Status of this VerificationSession. [Learn more about the lifecycle
Expand Down Expand Up @@ -19562,6 +19567,7 @@ components:
- object
- options
- redaction
- related_customer
- status
- type
- url
Expand Down Expand Up @@ -97292,6 +97298,13 @@ paths:
schema:
type: integer
style: form
- in: query
name: related_customer
required: false
schema:
maxLength: 5000
type: string
style: form
- description: >-
A cursor for use in pagination. `starting_after` is an object ID
that defines your place in the list. For instance, if you make a
Expand Down Expand Up @@ -97498,6 +97511,10 @@ paths:
type: string
title: provided_details_param
type: object
related_customer:
description: Token referencing a Customer resource.
maxLength: 5000
type: string
return_url:
description: >-
The URL that the user will be redirected to upon completing
Expand Down
21 changes: 21 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -14369,6 +14369,12 @@
"description": "Redaction status of this VerificationSession. If the VerificationSession is not redacted, this field will be null.",
"nullable": true
},
"related_customer": {
"description": "Token referencing a Customer resource.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"status": {
"description": "Status of this VerificationSession. [Learn more about the lifecycle of sessions](https://stripe.com/docs/identity/how-sessions-work).",
"enum": [
Expand Down Expand Up @@ -84562,6 +84568,16 @@
},
"style": "form"
},
{
"in": "query",
"name": "related_customer",
"required": false,
"schema": {
"maxLength": 5000,
"type": "string"
},
"style": "form"
},
{
"description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.",
"in": "query",
Expand Down Expand Up @@ -84765,6 +84781,11 @@
"title": "provided_details_param",
"type": "object"
},
"related_customer": {
"description": "Token referencing a Customer resource.",
"maxLength": 5000,
"type": "string"
},
"return_url": {
"description": "The URL that the user will be redirected to upon completing the verification flow.",
"type": "string"
Expand Down
22 changes: 22 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -18550,6 +18550,12 @@
"description": "Redaction status of this VerificationSession. If the VerificationSession is not redacted, this field will be null.",
"nullable": true
},
"related_customer": {
"description": "Token referencing a Customer resource.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"status": {
"description": "Status of this VerificationSession. [Learn more about the lifecycle of sessions](https://stripe.com/docs/identity/how-sessions-work).",
"enum": [
Expand Down Expand Up @@ -18603,6 +18609,7 @@
"object",
"options",
"redaction",
"related_customer",
"status",
"type",
"url"
Expand Down Expand Up @@ -90092,6 +90099,16 @@
},
"style": "form"
},
{
"in": "query",
"name": "related_customer",
"required": false,
"schema": {
"maxLength": 5000,
"type": "string"
},
"style": "form"
},
{
"description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.",
"in": "query",
Expand Down Expand Up @@ -90302,6 +90319,11 @@
"title": "provided_details_param",
"type": "object"
},
"related_customer": {
"description": "Token referencing a Customer resource.",
"maxLength": 5000,
"type": "string"
},
"return_url": {
"description": "The URL that the user will be redirected to upon completing the verification flow.",
"type": "string"
Expand Down
17 changes: 17 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17390,6 +17390,11 @@ components:
Redaction status of this VerificationSession. If the
VerificationSession is not redacted, this field will be null.
nullable: true
related_customer:
description: Token referencing a Customer resource.
maxLength: 5000
nullable: true
type: string
status:
description: >-
Status of this VerificationSession. [Learn more about the lifecycle
Expand Down Expand Up @@ -17444,6 +17449,7 @@ components:
- object
- options
- redaction
- related_customer
- status
- type
- url
Expand Down Expand Up @@ -82886,6 +82892,13 @@ paths:
schema:
type: integer
style: form
- in: query
name: related_customer
required: false
schema:
maxLength: 5000
type: string
style: form
- description: >-
A cursor for use in pagination. `starting_after` is an object ID
that defines your place in the list. For instance, if you make a
Expand Down Expand Up @@ -83092,6 +83105,10 @@ paths:
type: string
title: provided_details_param
type: object
related_customer:
description: Token referencing a Customer resource.
maxLength: 5000
type: string
return_url:
description: >-
The URL that the user will be redirected to upon completing
Expand Down
16 changes: 16 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14115,6 +14115,11 @@ components:
Redaction status of this VerificationSession. If the
VerificationSession is not redacted, this field will be null.
nullable: true
related_customer:
description: Token referencing a Customer resource.
maxLength: 5000
nullable: true
type: string
status:
description: >-
Status of this VerificationSession. [Learn more about the lifecycle
Expand Down Expand Up @@ -74725,6 +74730,13 @@ paths:
schema:
type: integer
style: form
- in: query
name: related_customer
required: false
schema:
maxLength: 5000
type: string
style: form
- description: >-
A cursor for use in pagination. `starting_after` is an object ID
that defines your place in the list. For instance, if you make a
Expand Down Expand Up @@ -74906,6 +74918,10 @@ paths:
type: string
title: provided_details_param
type: object
related_customer:
description: Token referencing a Customer resource.
maxLength: 5000
type: string
return_url:
description: >-
The URL that the user will be redirected to upon completing
Expand Down

0 comments on commit 325229b

Please sign in to comment.