Skip to content

Commit c282b45

Browse files
authored
Merge branch 'main' into nikos/fix-null-status
2 parents 2d1495f + 4cebe1c commit c282b45

File tree

304 files changed

+8654
-6348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+8654
-6348
lines changed

.changeset/chilly-dots-heal.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/eleven-timers-clean.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/funny-laws-fetch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-loops-make.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-friends-build.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/stupid-crews-film.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/upset-masks-ask.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
File renamed without changes.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ sessions.pem
9090

9191
# Workflow Outputs
9292
/packages/*/*.tgz
93-
/packages/*/tsconfig.test.vitest-temp.json
93+
/packages/*/tsconfig*.vitest-temp.json
9494

9595
# Scripts
9696
scripts/.env

.typedoc/__tests__/__snapshots__/file-structure.test.ts.snap

Lines changed: 50 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,41 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
66
"types/act-jwt-claim.mdx",
77
"types/active-session-resource.mdx",
88
"types/add-payment-source-params.mdx",
9+
"types/billing-checkout-json.mdx",
10+
"types/billing-checkout-resource.mdx",
11+
"types/billing-checkout-totals-json.mdx",
12+
"types/billing-checkout-totals.mdx",
13+
"types/billing-initialized-payment-source-json.mdx",
14+
"types/billing-initialized-payment-source-resource.mdx",
15+
"types/billing-money-amount-json.mdx",
16+
"types/billing-money-amount.mdx",
17+
"types/billing-namespace.mdx",
18+
"types/billing-payer-json.mdx",
19+
"types/billing-payer-resource-type.mdx",
20+
"types/billing-payer-resource.mdx",
21+
"types/billing-payment-charge-type.mdx",
22+
"types/billing-payment-json.mdx",
23+
"types/billing-payment-resource.mdx",
24+
"types/billing-payment-source-json.mdx",
25+
"types/billing-payment-source-methods.mdx",
26+
"types/billing-payment-source-resource.mdx",
27+
"types/billing-payment-source-status.mdx",
28+
"types/billing-payment-status.mdx",
29+
"types/billing-plan-json.mdx",
30+
"types/billing-plan-resource.mdx",
31+
"types/billing-statement-group-json.mdx",
32+
"types/billing-statement-group.mdx",
33+
"types/billing-statement-json.mdx",
34+
"types/billing-statement-resource.mdx",
35+
"types/billing-statement-status.mdx",
36+
"types/billing-statement-totals-json.mdx",
37+
"types/billing-statement-totals.mdx",
38+
"types/billing-subscription-item-json.mdx",
39+
"types/billing-subscription-item-resource.mdx",
40+
"types/billing-subscription-json.mdx",
41+
"types/billing-subscription-plan-period.mdx",
42+
"types/billing-subscription-resource.mdx",
43+
"types/billing-subscription-status.mdx",
944
"types/cancel-subscription-params.mdx",
1045
"types/check-authorization-fn.mdx",
1146
"types/check-authorization-from-session-claims.mdx",
@@ -21,52 +56,18 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
2156
"types/clerk-resource.mdx",
2257
"types/clerk-status.mdx",
2358
"types/clerk.mdx",
24-
"types/commerce-billing-namespace.mdx",
25-
"types/commerce-checkout-json.mdx",
26-
"types/commerce-checkout-resource.mdx",
27-
"types/commerce-checkout-totals-json.mdx",
28-
"types/commerce-checkout-totals.mdx",
29-
"types/commerce-feature-json.mdx",
30-
"types/commerce-feature-resource.mdx",
31-
"types/commerce-initialized-payment-source-json.mdx",
32-
"types/commerce-initialized-payment-source-resource.mdx",
33-
"types/commerce-money-amount-json.mdx",
34-
"types/commerce-money-amount.mdx",
35-
"types/commerce-payer-json.mdx",
36-
"types/commerce-payer-resource-type.mdx",
37-
"types/commerce-payer-resource.mdx",
38-
"types/commerce-payment-charge-type.mdx",
39-
"types/commerce-payment-json.mdx",
40-
"types/commerce-payment-resource.mdx",
41-
"types/commerce-payment-source-json.mdx",
42-
"types/commerce-payment-source-methods.mdx",
43-
"types/commerce-payment-source-resource.mdx",
44-
"types/commerce-payment-source-status.mdx",
45-
"types/commerce-payment-status.mdx",
46-
"types/commerce-plan-json.mdx",
47-
"types/commerce-plan-resource.mdx",
48-
"types/commerce-statement-group-json.mdx",
49-
"types/commerce-statement-group.mdx",
50-
"types/commerce-statement-json.mdx",
51-
"types/commerce-statement-resource.mdx",
52-
"types/commerce-statement-status.mdx",
53-
"types/commerce-statement-totals-json.mdx",
54-
"types/commerce-statement-totals.mdx",
55-
"types/commerce-subscription-item-json.mdx",
56-
"types/commerce-subscription-item-resource.mdx",
57-
"types/commerce-subscription-json.mdx",
58-
"types/commerce-subscription-plan-period.mdx",
59-
"types/commerce-subscription-resource.mdx",
60-
"types/commerce-subscription-status.mdx",
6159
"types/confirm-checkout-params.mdx",
6260
"types/create-checkout-params.mdx",
6361
"types/create-organization-params.mdx",
62+
"types/deleted-object-resource.mdx",
6463
"types/element-object-key.mdx",
6564
"types/elements-config.mdx",
6665
"types/errors.mdx",
6766
"types/experimental_checkout-button-props.mdx",
6867
"types/experimental_plan-details-button-props.mdx",
6968
"types/experimental_subscription-details-button-props.mdx",
69+
"types/feature-json.mdx",
70+
"types/feature-resource.mdx",
7071
"types/field-error.mdx",
7172
"types/field-errors.mdx",
7273
"types/for-payer-type.mdx",
@@ -234,15 +235,15 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
234235
"backend/allowlist-identifier.mdx",
235236
"backend/auth-object.mdx",
236237
"backend/authenticate-request-options.mdx",
238+
"backend/billing-payment-attempt-webhook-event-json.mdx",
239+
"backend/billing-plan-json.mdx",
240+
"backend/billing-plan.mdx",
241+
"backend/billing-subscription-item-json.mdx",
242+
"backend/billing-subscription-item-webhook-event-json.mdx",
243+
"backend/billing-subscription-item.mdx",
244+
"backend/billing-subscription-webhook-event-json.mdx",
245+
"backend/billing-subscription.mdx",
237246
"backend/client.mdx",
238-
"backend/commerce-payment-attempt-webhook-event-json.mdx",
239-
"backend/commerce-plan-json.mdx",
240-
"backend/commerce-plan.mdx",
241-
"backend/commerce-subscription-item-json.mdx",
242-
"backend/commerce-subscription-item-webhook-event-json.mdx",
243-
"backend/commerce-subscription-item.mdx",
244-
"backend/commerce-subscription-webhook-event-json.mdx",
245-
"backend/commerce-subscription.mdx",
246247
"backend/email-address.mdx",
247248
"backend/external-account.mdx",
248249
"backend/feature.mdx",
@@ -252,6 +253,10 @@ exports[`Typedoc output > should have a deliberate file structure 1`] = `
252253
"backend/infer-auth-object-from-token.mdx",
253254
"backend/invitation-status.mdx",
254255
"backend/invitation.mdx",
256+
"backend/m2-m-token.mdx",
257+
"backend/machine-scope.mdx",
258+
"backend/machine-secret-key.mdx",
259+
"backend/machine.mdx",
255260
"backend/o-auth-application.mdx",
256261
"backend/organization-invitation-status.mdx",
257262
"backend/organization-invitation.mdx",

0 commit comments

Comments
 (0)