Skip to content

Commit e3020d2

Browse files
release 2025-09-30.clover (#1373)
* run make resource * rm path * fix
1 parent de81692 commit e3020d2

File tree

7 files changed

+14926
-9035
lines changed

7 files changed

+14926
-9035
lines changed

api/ZOOLANDER_SHA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bfe0bd15c142b8479812b8a0d7b18b3e2d3d4b5e
1+
a3ba0bdb2d83fe3421fc76a42d5af881fe4fb53b

api/openapi-spec/spec3.v2.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url" : "https://stripe.com",
1010
"email" : "[email protected]"
1111
},
12-
"version" : "2025-08-27.basil",
12+
"version" : "2025-09-30.clover",
1313
"x-stripeSpecFilename" : "spec3.v2.cli"
1414
},
1515
"servers" : [ {

api/openapi-spec/spec3.v2.sdk.preview.json

Lines changed: 14722 additions & 8996 deletions
Large diffs are not rendered by default.

pkg/cmd/resources_cmds.go

Lines changed: 196 additions & 33 deletions
Large diffs are not rendered by default.

pkg/proxy/events_list.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ var validThinEvents = map[string]bool{
257257
var validPreviewEvents = map[string]bool{
258258
"v1.billing.meter.error_report_triggered": true,
259259
"v1.billing.meter.no_meter_found": true,
260+
"v2.billing.bill_setting.updated": true,
260261
"v2.core.account.closed": true,
261262
"v2.core.account.created": true,
262263
"v2.core.account.updated": true,
@@ -316,5 +317,6 @@ var validPreviewEvents = map[string]bool{
316317
"v2.payments.off_session_payment.canceled": true,
317318
"v2.payments.off_session_payment.created": true,
318319
"v2.payments.off_session_payment.failed": true,
320+
"v2.payments.off_session_payment.requires_capture": true,
319321
"v2.payments.off_session_payment.succeeded": true,
320322
}

pkg/requests/stripe_version_header.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package requests
44

55
// StripeVersionHeaderValue is the api version header value
6-
const StripeVersionHeaderValue = "2025-08-27.basil"
6+
const StripeVersionHeaderValue = "2025-09-30.clover"
77

88
// StripePreviewVersionHeaderValue is the api version header value for preview features
9-
const StripePreviewVersionHeaderValue = "2025-08-27.preview"
9+
const StripePreviewVersionHeaderValue = "2025-09-30.preview"

scripts/sync-openapi-v2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ SHA=$(git rev-parse HEAD)
1313
echo "⏳ Retrieving v2 openapi spec..."
1414

1515
# for apispecdump docs, see https://go/api-v2/dump
16-
./scripts/api-services/apiv2 apispecdump --version="2025-08-27.basil" --format OPENAPI_JSON --variant CLI --out-file spec3.v2.sdk.json
17-
./scripts/api-services/apiv2 apispecdump --version="2025-08-27.basil" --format OPENAPI_JSON --variant CLI_PUBLIC_PREVIEW --out-file spec3.v2.sdk.preview.json
16+
./scripts/api-services/apiv2 apispecdump --version="2025-09-30.clover" --format OPENAPI_JSON --variant CLI --out-file spec3.v2.sdk.json
17+
./scripts/api-services/apiv2 apispecdump --version="2025-09-30.clover" --format OPENAPI_JSON --variant CLI_PUBLIC_PREVIEW --out-file spec3.v2.sdk.preview.json
1818

1919
popd
2020

0 commit comments

Comments
 (0)