Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #801

Merged
merged 1 commit into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -5741,7 +5741,7 @@
"type": "integer"
},
"advance_paid_out_at": {
"description": "The time at which the funds were paid out the the Connected account's Stripe balance. Given in milliseconds since unix epoch.",
"description": "The time at which the funds were paid out to the connected account's Stripe balance. Given in milliseconds since unix epoch.",
"nullable": true,
"type": "number"
},
Expand Down Expand Up @@ -73983,7 +73983,7 @@
"type": "object"
},
"address_kana": {
"description": "The Kana variation of the the individual's primary address (Japan only).",
"description": "The Kana variation of the individual's primary address (Japan only).",
"properties": {
"city": {
"description": "City or ward.",
Expand Down Expand Up @@ -74025,7 +74025,7 @@
"type": "object"
},
"address_kanji": {
"description": "The Kanji variation of the the individual's primary address (Japan only).",
"description": "The Kanji variation of the individual's primary address (Japan only).",
"properties": {
"city": {
"description": "City or ward.",
Expand Down Expand Up @@ -74110,7 +74110,7 @@
"type": "string"
},
"first_name_kana": {
"description": "The Kana variation of the the individual's first name (Japan only).",
"description": "The Kana variation of the individual's first name (Japan only).",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -75979,7 +75979,7 @@
"type": "object"
},
"address_kana": {
"description": "The Kana variation of the the individual's primary address (Japan only).",
"description": "The Kana variation of the individual's primary address (Japan only).",
"properties": {
"city": {
"description": "City or ward.",
Expand Down Expand Up @@ -76021,7 +76021,7 @@
"type": "object"
},
"address_kanji": {
"description": "The Kanji variation of the the individual's primary address (Japan only).",
"description": "The Kanji variation of the individual's primary address (Japan only).",
"properties": {
"city": {
"description": "City or ward.",
Expand Down Expand Up @@ -76106,7 +76106,7 @@
"type": "string"
},
"first_name_kana": {
"description": "The Kana variation of the the individual's first name (Japan only).",
"description": "The Kana variation of the individual's first name (Japan only).",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -93007,7 +93007,7 @@
},
"/v1/credit_notes/{credit_note}/lines": {
"get": {
"description": "<p>When retrieving a credit note, you’ll get a <strong>lines</strong> property containing the the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.</p>",
"description": "<p>When retrieving a credit note, you’ll get a <strong>lines</strong> property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.</p>",
"operationId": "GetCreditNotesCreditNoteLines",
"parameters": [
{
Expand Down Expand Up @@ -197932,7 +197932,7 @@
"type": "array"
},
"returned_details": {
"description": "Optional hash to set the the return code.",
"description": "Optional hash to set the return code.",
"properties": {
"code": {
"description": "The return code to be set on the OutboundPayment object.",
Expand Down Expand Up @@ -199025,7 +199025,7 @@
"type": "object"
},
"address_kana": {
"description": "The Kana variation of the the individual's primary address (Japan only).",
"description": "The Kana variation of the individual's primary address (Japan only).",
"properties": {
"city": {
"description": "City or ward.",
Expand Down Expand Up @@ -199067,7 +199067,7 @@
"type": "object"
},
"address_kanji": {
"description": "The Kanji variation of the the individual's primary address (Japan only).",
"description": "The Kanji variation of the individual's primary address (Japan only).",
"properties": {
"city": {
"description": "City or ward.",
Expand Down Expand Up @@ -199152,7 +199152,7 @@
"type": "string"
},
"first_name_kana": {
"description": "The Kana variation of the the individual's first name (Japan only).",
"description": "The Kana variation of the individual's first name (Japan only).",
"maxLength": 5000,
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -69637,7 +69637,7 @@
},
"/v1/credit_notes/{credit_note}/lines": {
"get": {
"description": "<p>When retrieving a credit note, you’ll get a <strong>lines</strong> property containing the the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.</p>",
"description": "<p>When retrieving a credit note, you’ll get a <strong>lines</strong> property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.</p>",
"operationId": "GetCreditNotesCreditNoteLines",
"parameters": [
{
Expand Down Expand Up @@ -151138,7 +151138,7 @@
"type": "array"
},
"returned_details": {
"description": "Optional hash to set the the return code.",
"description": "Optional hash to set the return code.",
"properties": {
"code": {
"enum": [
Expand Down
Loading