autumn-js 1.2.7 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/backend/adapters/express.js +26 -12
- package/dist/backend/adapters/express.mjs +5 -5
- package/dist/backend/adapters/fetch.js +26 -12
- package/dist/backend/adapters/fetch.mjs +5 -5
- package/dist/backend/adapters/hono.js +26 -12
- package/dist/backend/adapters/hono.mjs +5 -5
- package/dist/backend/adapters/index.js +26 -12
- package/dist/backend/adapters/index.mjs +8 -8
- package/dist/backend/adapters/next.js +26 -12
- package/dist/backend/adapters/next.mjs +5 -5
- package/dist/backend/{chunk-THDDG3SC.mjs → chunk-2NIBKIZV.mjs} +12 -6
- package/dist/backend/{chunk-RUMFBMKX.mjs → chunk-2SJN2D5K.mjs} +1 -1
- package/dist/backend/{chunk-UC2X6SWS.mjs → chunk-3KJVXSBT.mjs} +1 -1
- package/dist/backend/{chunk-GLJ7FFOQ.mjs → chunk-5J2AJ3AR.mjs} +14 -6
- package/dist/backend/{chunk-DV2YHWEK.mjs → chunk-EHOQ52YN.mjs} +1 -1
- package/dist/backend/{chunk-PKA4GW4O.mjs → chunk-EJFVGOSH.mjs} +2 -2
- package/dist/backend/{chunk-LNALJOXZ.mjs → chunk-OI6KS2W5.mjs} +2 -2
- package/dist/backend/{chunk-5CZDAFNW.mjs → chunk-RVNL4DSW.mjs} +1 -1
- package/dist/backend/core/handlers/coreHandler.d.mts +1 -1
- package/dist/backend/core/handlers/coreHandler.d.ts +1 -1
- package/dist/backend/core/handlers/coreHandler.js +26 -12
- package/dist/backend/core/handlers/coreHandler.mjs +3 -3
- package/dist/backend/core/handlers/executeRoute.d.mts +1 -1
- package/dist/backend/core/handlers/executeRoute.d.ts +1 -1
- package/dist/backend/core/handlers/handleRouteByName.js +26 -12
- package/dist/backend/core/handlers/handleRouteByName.mjs +3 -3
- package/dist/backend/core/handlers/index.d.mts +1 -1
- package/dist/backend/core/handlers/index.d.ts +1 -1
- package/dist/backend/core/handlers/index.js +26 -12
- package/dist/backend/core/handlers/index.mjs +4 -4
- package/dist/backend/core/index.d.mts +1 -1
- package/dist/backend/core/index.d.ts +1 -1
- package/dist/backend/core/index.js +26 -12
- package/dist/backend/core/index.mjs +4 -4
- package/dist/backend/core/routes/index.d.mts +1 -1
- package/dist/backend/core/routes/index.d.ts +1 -1
- package/dist/backend/core/routes/index.js +12 -6
- package/dist/backend/core/routes/index.mjs +1 -1
- package/dist/backend/core/routes/routeBuilder.d.mts +1 -1
- package/dist/backend/core/routes/routeBuilder.d.ts +1 -1
- package/dist/backend/core/routes/routeConfigs.d.mts +1 -1
- package/dist/backend/core/routes/routeConfigs.d.ts +1 -1
- package/dist/backend/core/routes/routeConfigs.js +12 -6
- package/dist/backend/core/routes/routeConfigs.mjs +1 -1
- package/dist/backend/core/types/handlerTypes.d.mts +1 -1
- package/dist/backend/core/types/handlerTypes.d.ts +1 -1
- package/dist/backend/core/types/index.d.mts +1 -1
- package/dist/backend/core/types/index.d.ts +1 -1
- package/dist/backend/core/types/routeTypes.d.mts +1 -1
- package/dist/backend/core/types/routeTypes.d.ts +1 -1
- package/dist/backend/index.d.mts +2 -2
- package/dist/backend/index.d.ts +2 -2
- package/dist/backend/index.js +26 -12
- package/dist/backend/index.mjs +4 -4
- package/dist/backend/{routeTypes-unMyXmbr.d.ts → routeTypes-DuQ0sP_P.d.ts} +14 -0
- package/dist/backend/{routeTypes-CeGvUnxR.d.mts → routeTypes-al_xVRsi.d.mts} +14 -0
- package/dist/better-auth/{chunk-SAEKRWYS.mjs → chunk-F6ZMLAY6.mjs} +12 -6
- package/dist/better-auth/{chunk-27T7GCI3.mjs → chunk-JV57X7GG.mjs} +15 -7
- package/dist/better-auth/{chunk-YHZ5P4JJ.mjs → chunk-LRULDM7S.mjs} +1 -1
- package/dist/better-auth/index.js +26 -12
- package/dist/better-auth/index.mjs +3 -3
- package/dist/better-auth/utils/createAutumnEndpoint.js +12 -6
- package/dist/better-auth/utils/createAutumnEndpoint.mjs +2 -2
- package/dist/better-auth/utils/handleBetterAuthRoute.js +26 -12
- package/dist/better-auth/utils/handleBetterAuthRoute.mjs +2 -2
- package/dist/better-auth/utils/index.js +26 -12
- package/dist/better-auth/utils/index.mjs +3 -3
- package/dist/react/AutumnContext.d.mts +1 -1
- package/dist/react/AutumnContext.d.ts +1 -1
- package/dist/react/client/AutumnClient.d.mts +1 -1
- package/dist/react/client/AutumnClient.d.ts +1 -1
- package/dist/react/client/IAutumnClient.d.mts +1 -1
- package/dist/react/client/IAutumnClient.d.ts +1 -1
- package/dist/react/client/index.d.mts +1 -1
- package/dist/react/client/index.d.ts +1 -1
- package/dist/react/hooks/index.d.mts +1 -1
- package/dist/react/hooks/index.d.ts +1 -1
- package/dist/react/hooks/internal/getLocalCheckResponse.d.mts +1 -1
- package/dist/react/hooks/internal/getLocalCheckResponse.d.ts +1 -1
- package/dist/react/hooks/internal/useCustomerActions.d.mts +1 -1
- package/dist/react/hooks/internal/useCustomerActions.d.ts +1 -1
- package/dist/react/hooks/useAggregateEvents.d.mts +1 -1
- package/dist/react/hooks/useAggregateEvents.d.ts +1 -1
- package/dist/react/hooks/useCustomer.d.mts +1 -1
- package/dist/react/hooks/useCustomer.d.ts +1 -1
- package/dist/react/hooks/useEntity.d.mts +1 -1
- package/dist/react/hooks/useEntity.d.ts +1 -1
- package/dist/react/hooks/useListEvents.d.mts +1 -1
- package/dist/react/hooks/useListEvents.d.ts +1 -1
- package/dist/react/hooks/useListPlans.d.mts +1 -1
- package/dist/react/hooks/useListPlans.d.ts +1 -1
- package/dist/react/hooks/useReferrals.d.mts +1 -1
- package/dist/react/hooks/useReferrals.d.ts +1 -1
- package/dist/react/index.d.mts +1 -1
- package/dist/react/index.d.ts +1 -1
- package/dist/react/{params-CtLqnjHp.d.ts → params-1wfmIH4y.d.ts} +12 -0
- package/dist/react/{params-IlPe7I2T.d.mts → params-DEcqxcLi.d.mts} +12 -0
- package/dist/sdk/index.d.mts +17 -0
- package/dist/sdk/index.d.ts +17 -0
- package/dist/sdk/index.js +14 -6
- package/dist/sdk/index.mjs +14 -6
- package/package.json +1 -1
|
@@ -1709,7 +1709,8 @@ var AttachParams$outboundSchema = z10.pipe(
|
|
|
1709
1709
|
carryOverUsages: z10.optional(
|
|
1710
1710
|
z10.lazy(() => AttachCarryOverUsages$outboundSchema)
|
|
1711
1711
|
),
|
|
1712
|
-
metadata: z10.optional(z10.record(z10.string(), z10.string()))
|
|
1712
|
+
metadata: z10.optional(z10.record(z10.string(), z10.string())),
|
|
1713
|
+
noBillingChanges: z10.optional(z10.boolean())
|
|
1713
1714
|
}),
|
|
1714
1715
|
z10.transform((v) => {
|
|
1715
1716
|
return remap(v, {
|
|
@@ -1729,7 +1730,8 @@ var AttachParams$outboundSchema = z10.pipe(
|
|
|
1729
1730
|
customLineItems: "custom_line_items",
|
|
1730
1731
|
processorSubscriptionId: "processor_subscription_id",
|
|
1731
1732
|
carryOverBalances: "carry_over_balances",
|
|
1732
|
-
carryOverUsages: "carry_over_usages"
|
|
1733
|
+
carryOverUsages: "carry_over_usages",
|
|
1734
|
+
noBillingChanges: "no_billing_changes"
|
|
1733
1735
|
});
|
|
1734
1736
|
})
|
|
1735
1737
|
);
|
|
@@ -6730,7 +6732,8 @@ var PreviewAttachParams$outboundSchema = z38.pipe(
|
|
|
6730
6732
|
carryOverUsages: z38.optional(
|
|
6731
6733
|
z38.lazy(() => PreviewAttachCarryOverUsages$outboundSchema)
|
|
6732
6734
|
),
|
|
6733
|
-
metadata: z38.optional(z38.record(z38.string(), z38.string()))
|
|
6735
|
+
metadata: z38.optional(z38.record(z38.string(), z38.string())),
|
|
6736
|
+
noBillingChanges: z38.optional(z38.boolean())
|
|
6734
6737
|
}),
|
|
6735
6738
|
z38.transform((v) => {
|
|
6736
6739
|
return remap(v, {
|
|
@@ -6750,7 +6753,8 @@ var PreviewAttachParams$outboundSchema = z38.pipe(
|
|
|
6750
6753
|
customLineItems: "custom_line_items",
|
|
6751
6754
|
processorSubscriptionId: "processor_subscription_id",
|
|
6752
6755
|
carryOverBalances: "carry_over_balances",
|
|
6753
|
-
carryOverUsages: "carry_over_usages"
|
|
6756
|
+
carryOverUsages: "carry_over_usages",
|
|
6757
|
+
noBillingChanges: "no_billing_changes"
|
|
6754
6758
|
});
|
|
6755
6759
|
})
|
|
6756
6760
|
);
|
|
@@ -8412,7 +8416,8 @@ var SetupPaymentParams$outboundSchema = z42.pipe(
|
|
|
8412
8416
|
carryOverUsages: z42.optional(
|
|
8413
8417
|
z42.lazy(() => SetupPaymentCarryOverUsages$outboundSchema)
|
|
8414
8418
|
),
|
|
8415
|
-
metadata: z42.optional(z42.record(z42.string(), z42.string()))
|
|
8419
|
+
metadata: z42.optional(z42.record(z42.string(), z42.string())),
|
|
8420
|
+
noBillingChanges: z42.optional(z42.boolean())
|
|
8416
8421
|
}),
|
|
8417
8422
|
z42.transform((v) => {
|
|
8418
8423
|
return remap(v, {
|
|
@@ -8428,7 +8433,8 @@ var SetupPaymentParams$outboundSchema = z42.pipe(
|
|
|
8428
8433
|
customLineItems: "custom_line_items",
|
|
8429
8434
|
processorSubscriptionId: "processor_subscription_id",
|
|
8430
8435
|
carryOverBalances: "carry_over_balances",
|
|
8431
|
-
carryOverUsages: "carry_over_usages"
|
|
8436
|
+
carryOverUsages: "carry_over_usages",
|
|
8437
|
+
noBillingChanges: "no_billing_changes"
|
|
8432
8438
|
});
|
|
8433
8439
|
})
|
|
8434
8440
|
);
|
|
@@ -11649,6 +11655,7 @@ var Billing = class extends ClientSDK {
|
|
|
11649
11655
|
* @param carryOverBalances - Whether to carry over balances from the previous plan. (optional)
|
|
11650
11656
|
* @param carryOverUsages - Whether to carry over usages from the previous plan. (optional)
|
|
11651
11657
|
* @param metadata - Key-value metadata to attach to the Stripe subscription, invoice, and checkout session created during this attach flow. Keys prefixed with 'autumn_' are reserved and will be stripped. (optional)
|
|
11658
|
+
* @param noBillingChanges - If true, skips any billing changes for the attach operation. (optional)
|
|
11652
11659
|
*
|
|
11653
11660
|
* @returns A billing response with customer ID, invoice details, and payment URL (if checkout required).
|
|
11654
11661
|
*/
|
|
@@ -11734,6 +11741,7 @@ var Billing = class extends ClientSDK {
|
|
|
11734
11741
|
* @param carryOverBalances - Whether to carry over balances from the previous plan. (optional)
|
|
11735
11742
|
* @param carryOverUsages - Whether to carry over usages from the previous plan. (optional)
|
|
11736
11743
|
* @param metadata - Key-value metadata to attach to the Stripe subscription, invoice, and checkout session created during this attach flow. Keys prefixed with 'autumn_' are reserved and will be stripped. (optional)
|
|
11744
|
+
* @param noBillingChanges - If true, skips any billing changes for the attach operation. (optional)
|
|
11737
11745
|
*
|
|
11738
11746
|
* @returns A preview response with line items, totals, and effective dates for the proposed changes.
|
|
11739
11747
|
*/
|
|
@@ -14511,7 +14519,8 @@ var attachParamsOutboundSchema = import_v42.z.object({
|
|
|
14511
14519
|
processor_subscription_id: import_v42.z.union([import_v42.z.string(), import_v42.z.undefined()]).optional(),
|
|
14512
14520
|
carry_over_balances: import_v42.z.union([attachCarryOverBalancesOutboundSchema, import_v42.z.undefined()]).optional(),
|
|
14513
14521
|
carry_over_usages: import_v42.z.union([attachCarryOverUsagesOutboundSchema, import_v42.z.undefined()]).optional(),
|
|
14514
|
-
metadata: import_v42.z.union([import_v42.z.record(import_v42.z.string(), import_v42.z.string()), import_v42.z.undefined()]).optional()
|
|
14522
|
+
metadata: import_v42.z.union([import_v42.z.record(import_v42.z.string(), import_v42.z.string()), import_v42.z.undefined()]).optional(),
|
|
14523
|
+
no_billing_changes: import_v42.z.union([import_v42.z.boolean(), import_v42.z.undefined()]).optional()
|
|
14515
14524
|
});
|
|
14516
14525
|
var closedEnumSchema2 = import_v42.z.any();
|
|
14517
14526
|
var openEnumSchema = import_v42.z.any();
|
|
@@ -14596,7 +14605,8 @@ var attachParamsSchema = import_v42.z.object({
|
|
|
14596
14605
|
processorSubscriptionId: import_v42.z.union([import_v42.z.string(), import_v42.z.undefined()]).optional(),
|
|
14597
14606
|
carryOverBalances: import_v42.z.union([attachCarryOverBalancesSchema, import_v42.z.undefined()]).optional(),
|
|
14598
14607
|
carryOverUsages: import_v42.z.union([attachCarryOverUsagesSchema, import_v42.z.undefined()]).optional(),
|
|
14599
|
-
metadata: import_v42.z.union([import_v42.z.record(import_v42.z.string(), import_v42.z.string()), import_v42.z.undefined()]).optional()
|
|
14608
|
+
metadata: import_v42.z.union([import_v42.z.record(import_v42.z.string(), import_v42.z.string()), import_v42.z.undefined()]).optional(),
|
|
14609
|
+
noBillingChanges: import_v42.z.union([import_v42.z.boolean(), import_v42.z.undefined()]).optional()
|
|
14600
14610
|
});
|
|
14601
14611
|
var attachCodeSchema = openEnumSchema;
|
|
14602
14612
|
var attachRequiredActionSchema = import_v42.z.object({
|
|
@@ -15413,7 +15423,8 @@ var previewAttachParamsOutboundSchema = import_v49.z.object({
|
|
|
15413
15423
|
processor_subscription_id: import_v49.z.union([import_v49.z.string(), import_v49.z.undefined()]).optional(),
|
|
15414
15424
|
carry_over_balances: import_v49.z.union([previewAttachCarryOverBalancesOutboundSchema, import_v49.z.undefined()]).optional(),
|
|
15415
15425
|
carry_over_usages: import_v49.z.union([previewAttachCarryOverUsagesOutboundSchema, import_v49.z.undefined()]).optional(),
|
|
15416
|
-
metadata: import_v49.z.union([import_v49.z.record(import_v49.z.string(), import_v49.z.string()), import_v49.z.undefined()]).optional()
|
|
15426
|
+
metadata: import_v49.z.union([import_v49.z.record(import_v49.z.string(), import_v49.z.string()), import_v49.z.undefined()]).optional(),
|
|
15427
|
+
no_billing_changes: import_v49.z.union([import_v49.z.boolean(), import_v49.z.undefined()]).optional()
|
|
15417
15428
|
});
|
|
15418
15429
|
var closedEnumSchema5 = import_v49.z.any();
|
|
15419
15430
|
var planSchema = import_v49.z.any();
|
|
@@ -15499,7 +15510,8 @@ var previewAttachParamsSchema = import_v49.z.object({
|
|
|
15499
15510
|
processorSubscriptionId: import_v49.z.union([import_v49.z.string(), import_v49.z.undefined()]).optional(),
|
|
15500
15511
|
carryOverBalances: import_v49.z.union([previewAttachCarryOverBalancesSchema, import_v49.z.undefined()]).optional(),
|
|
15501
15512
|
carryOverUsages: import_v49.z.union([previewAttachCarryOverUsagesSchema, import_v49.z.undefined()]).optional(),
|
|
15502
|
-
metadata: import_v49.z.union([import_v49.z.record(import_v49.z.string(), import_v49.z.string()), import_v49.z.undefined()]).optional()
|
|
15513
|
+
metadata: import_v49.z.union([import_v49.z.record(import_v49.z.string(), import_v49.z.string()), import_v49.z.undefined()]).optional(),
|
|
15514
|
+
noBillingChanges: import_v49.z.union([import_v49.z.boolean(), import_v49.z.undefined()]).optional()
|
|
15503
15515
|
});
|
|
15504
15516
|
var previewAttachIncomingSchema = import_v49.z.object({
|
|
15505
15517
|
planId: import_v49.z.string(),
|
|
@@ -16328,7 +16340,8 @@ var setupPaymentParamsOutboundSchema = import_v413.z.object({
|
|
|
16328
16340
|
processor_subscription_id: import_v413.z.union([import_v413.z.string(), import_v413.z.undefined()]).optional(),
|
|
16329
16341
|
carry_over_balances: import_v413.z.union([setupPaymentCarryOverBalancesOutboundSchema, import_v413.z.undefined()]).optional(),
|
|
16330
16342
|
carry_over_usages: import_v413.z.union([setupPaymentCarryOverUsagesOutboundSchema, import_v413.z.undefined()]).optional(),
|
|
16331
|
-
metadata: import_v413.z.union([import_v413.z.record(import_v413.z.string(), import_v413.z.string()), import_v413.z.undefined()]).optional()
|
|
16343
|
+
metadata: import_v413.z.union([import_v413.z.record(import_v413.z.string(), import_v413.z.string()), import_v413.z.undefined()]).optional(),
|
|
16344
|
+
no_billing_changes: import_v413.z.union([import_v413.z.boolean(), import_v413.z.undefined()]).optional()
|
|
16332
16345
|
});
|
|
16333
16346
|
var closedEnumSchema8 = import_v413.z.any();
|
|
16334
16347
|
var setupPaymentPriceIntervalSchema = closedEnumSchema8;
|
|
@@ -16406,7 +16419,8 @@ var setupPaymentParamsSchema = import_v413.z.object({
|
|
|
16406
16419
|
processorSubscriptionId: import_v413.z.union([import_v413.z.string(), import_v413.z.undefined()]).optional(),
|
|
16407
16420
|
carryOverBalances: import_v413.z.union([setupPaymentCarryOverBalancesSchema, import_v413.z.undefined()]).optional(),
|
|
16408
16421
|
carryOverUsages: import_v413.z.union([setupPaymentCarryOverUsagesSchema, import_v413.z.undefined()]).optional(),
|
|
16409
|
-
metadata: import_v413.z.union([import_v413.z.record(import_v413.z.string(), import_v413.z.string()), import_v413.z.undefined()]).optional()
|
|
16422
|
+
metadata: import_v413.z.union([import_v413.z.record(import_v413.z.string(), import_v413.z.string()), import_v413.z.undefined()]).optional(),
|
|
16423
|
+
noBillingChanges: import_v413.z.union([import_v413.z.boolean(), import_v413.z.undefined()]).optional()
|
|
16410
16424
|
});
|
|
16411
16425
|
|
|
16412
16426
|
// src/generated/updateSubscriptionSchemas.ts
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
autumnHandler
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-EHOQ52YN.mjs";
|
|
4
4
|
import "../chunk-WYDGEDEU.mjs";
|
|
5
5
|
import "../chunk-VXND2UDT.mjs";
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-OI6KS2W5.mjs";
|
|
7
|
+
import "../chunk-EJFVGOSH.mjs";
|
|
8
|
+
import "../chunk-5J2AJ3AR.mjs";
|
|
9
9
|
import "../chunk-55C2WWXQ.mjs";
|
|
10
10
|
import "../chunk-TBQ27LIK.mjs";
|
|
11
11
|
import "../chunk-J44WR3QZ.mjs";
|
|
12
12
|
import "../chunk-TSF4YCUO.mjs";
|
|
13
13
|
import "../chunk-UAR3TMWI.mjs";
|
|
14
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-2NIBKIZV.mjs";
|
|
15
15
|
import "../chunk-OTXV5FY7.mjs";
|
|
16
16
|
import "../chunk-VZIMT7AO.mjs";
|
|
17
17
|
import "../chunk-Z6QP3YEA.mjs";
|
|
@@ -217,7 +217,8 @@ var attachParamsOutboundSchema = z2.object({
|
|
|
217
217
|
processor_subscription_id: z2.union([z2.string(), z2.undefined()]).optional(),
|
|
218
218
|
carry_over_balances: z2.union([attachCarryOverBalancesOutboundSchema, z2.undefined()]).optional(),
|
|
219
219
|
carry_over_usages: z2.union([attachCarryOverUsagesOutboundSchema, z2.undefined()]).optional(),
|
|
220
|
-
metadata: z2.union([z2.record(z2.string(), z2.string()), z2.undefined()]).optional()
|
|
220
|
+
metadata: z2.union([z2.record(z2.string(), z2.string()), z2.undefined()]).optional(),
|
|
221
|
+
no_billing_changes: z2.union([z2.boolean(), z2.undefined()]).optional()
|
|
221
222
|
});
|
|
222
223
|
var closedEnumSchema2 = z2.any();
|
|
223
224
|
var openEnumSchema = z2.any();
|
|
@@ -302,7 +303,8 @@ var attachParamsSchema = z2.object({
|
|
|
302
303
|
processorSubscriptionId: z2.union([z2.string(), z2.undefined()]).optional(),
|
|
303
304
|
carryOverBalances: z2.union([attachCarryOverBalancesSchema, z2.undefined()]).optional(),
|
|
304
305
|
carryOverUsages: z2.union([attachCarryOverUsagesSchema, z2.undefined()]).optional(),
|
|
305
|
-
metadata: z2.union([z2.record(z2.string(), z2.string()), z2.undefined()]).optional()
|
|
306
|
+
metadata: z2.union([z2.record(z2.string(), z2.string()), z2.undefined()]).optional(),
|
|
307
|
+
noBillingChanges: z2.union([z2.boolean(), z2.undefined()]).optional()
|
|
306
308
|
});
|
|
307
309
|
var attachCodeSchema = openEnumSchema;
|
|
308
310
|
var attachRequiredActionSchema = z2.object({
|
|
@@ -1119,7 +1121,8 @@ var previewAttachParamsOutboundSchema = z9.object({
|
|
|
1119
1121
|
processor_subscription_id: z9.union([z9.string(), z9.undefined()]).optional(),
|
|
1120
1122
|
carry_over_balances: z9.union([previewAttachCarryOverBalancesOutboundSchema, z9.undefined()]).optional(),
|
|
1121
1123
|
carry_over_usages: z9.union([previewAttachCarryOverUsagesOutboundSchema, z9.undefined()]).optional(),
|
|
1122
|
-
metadata: z9.union([z9.record(z9.string(), z9.string()), z9.undefined()]).optional()
|
|
1124
|
+
metadata: z9.union([z9.record(z9.string(), z9.string()), z9.undefined()]).optional(),
|
|
1125
|
+
no_billing_changes: z9.union([z9.boolean(), z9.undefined()]).optional()
|
|
1123
1126
|
});
|
|
1124
1127
|
var closedEnumSchema5 = z9.any();
|
|
1125
1128
|
var planSchema = z9.any();
|
|
@@ -1205,7 +1208,8 @@ var previewAttachParamsSchema = z9.object({
|
|
|
1205
1208
|
processorSubscriptionId: z9.union([z9.string(), z9.undefined()]).optional(),
|
|
1206
1209
|
carryOverBalances: z9.union([previewAttachCarryOverBalancesSchema, z9.undefined()]).optional(),
|
|
1207
1210
|
carryOverUsages: z9.union([previewAttachCarryOverUsagesSchema, z9.undefined()]).optional(),
|
|
1208
|
-
metadata: z9.union([z9.record(z9.string(), z9.string()), z9.undefined()]).optional()
|
|
1211
|
+
metadata: z9.union([z9.record(z9.string(), z9.string()), z9.undefined()]).optional(),
|
|
1212
|
+
noBillingChanges: z9.union([z9.boolean(), z9.undefined()]).optional()
|
|
1209
1213
|
});
|
|
1210
1214
|
var previewAttachIncomingSchema = z9.object({
|
|
1211
1215
|
planId: z9.string(),
|
|
@@ -2034,7 +2038,8 @@ var setupPaymentParamsOutboundSchema = z13.object({
|
|
|
2034
2038
|
processor_subscription_id: z13.union([z13.string(), z13.undefined()]).optional(),
|
|
2035
2039
|
carry_over_balances: z13.union([setupPaymentCarryOverBalancesOutboundSchema, z13.undefined()]).optional(),
|
|
2036
2040
|
carry_over_usages: z13.union([setupPaymentCarryOverUsagesOutboundSchema, z13.undefined()]).optional(),
|
|
2037
|
-
metadata: z13.union([z13.record(z13.string(), z13.string()), z13.undefined()]).optional()
|
|
2041
|
+
metadata: z13.union([z13.record(z13.string(), z13.string()), z13.undefined()]).optional(),
|
|
2042
|
+
no_billing_changes: z13.union([z13.boolean(), z13.undefined()]).optional()
|
|
2038
2043
|
});
|
|
2039
2044
|
var closedEnumSchema8 = z13.any();
|
|
2040
2045
|
var setupPaymentPriceIntervalSchema = closedEnumSchema8;
|
|
@@ -2112,7 +2117,8 @@ var setupPaymentParamsSchema = z13.object({
|
|
|
2112
2117
|
processorSubscriptionId: z13.union([z13.string(), z13.undefined()]).optional(),
|
|
2113
2118
|
carryOverBalances: z13.union([setupPaymentCarryOverBalancesSchema, z13.undefined()]).optional(),
|
|
2114
2119
|
carryOverUsages: z13.union([setupPaymentCarryOverUsagesSchema, z13.undefined()]).optional(),
|
|
2115
|
-
metadata: z13.union([z13.record(z13.string(), z13.string()), z13.undefined()]).optional()
|
|
2120
|
+
metadata: z13.union([z13.record(z13.string(), z13.string()), z13.undefined()]).optional(),
|
|
2121
|
+
noBillingChanges: z13.union([z13.boolean(), z13.undefined()]).optional()
|
|
2116
2122
|
});
|
|
2117
2123
|
|
|
2118
2124
|
// src/generated/updateSubscriptionSchemas.ts
|
|
@@ -1625,7 +1625,8 @@ var AttachParams$outboundSchema = z10.pipe(
|
|
|
1625
1625
|
carryOverUsages: z10.optional(
|
|
1626
1626
|
z10.lazy(() => AttachCarryOverUsages$outboundSchema)
|
|
1627
1627
|
),
|
|
1628
|
-
metadata: z10.optional(z10.record(z10.string(), z10.string()))
|
|
1628
|
+
metadata: z10.optional(z10.record(z10.string(), z10.string())),
|
|
1629
|
+
noBillingChanges: z10.optional(z10.boolean())
|
|
1629
1630
|
}),
|
|
1630
1631
|
z10.transform((v) => {
|
|
1631
1632
|
return remap(v, {
|
|
@@ -1645,7 +1646,8 @@ var AttachParams$outboundSchema = z10.pipe(
|
|
|
1645
1646
|
customLineItems: "custom_line_items",
|
|
1646
1647
|
processorSubscriptionId: "processor_subscription_id",
|
|
1647
1648
|
carryOverBalances: "carry_over_balances",
|
|
1648
|
-
carryOverUsages: "carry_over_usages"
|
|
1649
|
+
carryOverUsages: "carry_over_usages",
|
|
1650
|
+
noBillingChanges: "no_billing_changes"
|
|
1649
1651
|
});
|
|
1650
1652
|
})
|
|
1651
1653
|
);
|
|
@@ -6646,7 +6648,8 @@ var PreviewAttachParams$outboundSchema = z38.pipe(
|
|
|
6646
6648
|
carryOverUsages: z38.optional(
|
|
6647
6649
|
z38.lazy(() => PreviewAttachCarryOverUsages$outboundSchema)
|
|
6648
6650
|
),
|
|
6649
|
-
metadata: z38.optional(z38.record(z38.string(), z38.string()))
|
|
6651
|
+
metadata: z38.optional(z38.record(z38.string(), z38.string())),
|
|
6652
|
+
noBillingChanges: z38.optional(z38.boolean())
|
|
6650
6653
|
}),
|
|
6651
6654
|
z38.transform((v) => {
|
|
6652
6655
|
return remap(v, {
|
|
@@ -6666,7 +6669,8 @@ var PreviewAttachParams$outboundSchema = z38.pipe(
|
|
|
6666
6669
|
customLineItems: "custom_line_items",
|
|
6667
6670
|
processorSubscriptionId: "processor_subscription_id",
|
|
6668
6671
|
carryOverBalances: "carry_over_balances",
|
|
6669
|
-
carryOverUsages: "carry_over_usages"
|
|
6672
|
+
carryOverUsages: "carry_over_usages",
|
|
6673
|
+
noBillingChanges: "no_billing_changes"
|
|
6670
6674
|
});
|
|
6671
6675
|
})
|
|
6672
6676
|
);
|
|
@@ -8328,7 +8332,8 @@ var SetupPaymentParams$outboundSchema = z42.pipe(
|
|
|
8328
8332
|
carryOverUsages: z42.optional(
|
|
8329
8333
|
z42.lazy(() => SetupPaymentCarryOverUsages$outboundSchema)
|
|
8330
8334
|
),
|
|
8331
|
-
metadata: z42.optional(z42.record(z42.string(), z42.string()))
|
|
8335
|
+
metadata: z42.optional(z42.record(z42.string(), z42.string())),
|
|
8336
|
+
noBillingChanges: z42.optional(z42.boolean())
|
|
8332
8337
|
}),
|
|
8333
8338
|
z42.transform((v) => {
|
|
8334
8339
|
return remap(v, {
|
|
@@ -8344,7 +8349,8 @@ var SetupPaymentParams$outboundSchema = z42.pipe(
|
|
|
8344
8349
|
customLineItems: "custom_line_items",
|
|
8345
8350
|
processorSubscriptionId: "processor_subscription_id",
|
|
8346
8351
|
carryOverBalances: "carry_over_balances",
|
|
8347
|
-
carryOverUsages: "carry_over_usages"
|
|
8352
|
+
carryOverUsages: "carry_over_usages",
|
|
8353
|
+
noBillingChanges: "no_billing_changes"
|
|
8348
8354
|
});
|
|
8349
8355
|
})
|
|
8350
8356
|
);
|
|
@@ -11593,6 +11599,7 @@ var Billing = class extends ClientSDK {
|
|
|
11593
11599
|
* @param carryOverBalances - Whether to carry over balances from the previous plan. (optional)
|
|
11594
11600
|
* @param carryOverUsages - Whether to carry over usages from the previous plan. (optional)
|
|
11595
11601
|
* @param metadata - Key-value metadata to attach to the Stripe subscription, invoice, and checkout session created during this attach flow. Keys prefixed with 'autumn_' are reserved and will be stripped. (optional)
|
|
11602
|
+
* @param noBillingChanges - If true, skips any billing changes for the attach operation. (optional)
|
|
11596
11603
|
*
|
|
11597
11604
|
* @returns A billing response with customer ID, invoice details, and payment URL (if checkout required).
|
|
11598
11605
|
*/
|
|
@@ -11678,6 +11685,7 @@ var Billing = class extends ClientSDK {
|
|
|
11678
11685
|
* @param carryOverBalances - Whether to carry over balances from the previous plan. (optional)
|
|
11679
11686
|
* @param carryOverUsages - Whether to carry over usages from the previous plan. (optional)
|
|
11680
11687
|
* @param metadata - Key-value metadata to attach to the Stripe subscription, invoice, and checkout session created during this attach flow. Keys prefixed with 'autumn_' are reserved and will be stripped. (optional)
|
|
11688
|
+
* @param noBillingChanges - If true, skips any billing changes for the attach operation. (optional)
|
|
11681
11689
|
*
|
|
11682
11690
|
* @returns A preview response with line items, totals, and effective dates for the proposed changes.
|
|
11683
11691
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Autumn
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5J2AJ3AR.mjs";
|
|
4
4
|
import {
|
|
5
5
|
executeRoute
|
|
6
6
|
} from "./chunk-55C2WWXQ.mjs";
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-UAR3TMWI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
routeConfigs
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-2NIBKIZV.mjs";
|
|
13
13
|
import {
|
|
14
14
|
secretKeyCheck
|
|
15
15
|
} from "./chunk-VZIMT7AO.mjs";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Autumn
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5J2AJ3AR.mjs";
|
|
4
4
|
import {
|
|
5
5
|
executeRoute
|
|
6
6
|
} from "./chunk-55C2WWXQ.mjs";
|
|
7
7
|
import {
|
|
8
8
|
routeConfigs
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-2NIBKIZV.mjs";
|
|
10
10
|
import {
|
|
11
11
|
secretKeyCheck
|
|
12
12
|
} from "./chunk-VZIMT7AO.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CoreHandlerOptions, UnifiedRequest, UnifiedResponse } from '../types/handlerTypes.mjs';
|
|
2
2
|
import '../../authTypes-BapwVzwz.mjs';
|
|
3
|
-
import '../../routeTypes-
|
|
3
|
+
import '../../routeTypes-al_xVRsi.mjs';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../types/responseTypes.mjs';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CoreHandlerOptions, UnifiedRequest, UnifiedResponse } from '../types/handlerTypes.js';
|
|
2
2
|
import '../../authTypes-BapwVzwz.js';
|
|
3
|
-
import '../../routeTypes-
|
|
3
|
+
import '../../routeTypes-DuQ0sP_P.js';
|
|
4
4
|
import 'zod/v4';
|
|
5
5
|
import '../types/responseTypes.js';
|
|
6
6
|
|
|
@@ -1708,7 +1708,8 @@ var AttachParams$outboundSchema = z10.pipe(
|
|
|
1708
1708
|
carryOverUsages: z10.optional(
|
|
1709
1709
|
z10.lazy(() => AttachCarryOverUsages$outboundSchema)
|
|
1710
1710
|
),
|
|
1711
|
-
metadata: z10.optional(z10.record(z10.string(), z10.string()))
|
|
1711
|
+
metadata: z10.optional(z10.record(z10.string(), z10.string())),
|
|
1712
|
+
noBillingChanges: z10.optional(z10.boolean())
|
|
1712
1713
|
}),
|
|
1713
1714
|
z10.transform((v) => {
|
|
1714
1715
|
return remap(v, {
|
|
@@ -1728,7 +1729,8 @@ var AttachParams$outboundSchema = z10.pipe(
|
|
|
1728
1729
|
customLineItems: "custom_line_items",
|
|
1729
1730
|
processorSubscriptionId: "processor_subscription_id",
|
|
1730
1731
|
carryOverBalances: "carry_over_balances",
|
|
1731
|
-
carryOverUsages: "carry_over_usages"
|
|
1732
|
+
carryOverUsages: "carry_over_usages",
|
|
1733
|
+
noBillingChanges: "no_billing_changes"
|
|
1732
1734
|
});
|
|
1733
1735
|
})
|
|
1734
1736
|
);
|
|
@@ -6729,7 +6731,8 @@ var PreviewAttachParams$outboundSchema = z38.pipe(
|
|
|
6729
6731
|
carryOverUsages: z38.optional(
|
|
6730
6732
|
z38.lazy(() => PreviewAttachCarryOverUsages$outboundSchema)
|
|
6731
6733
|
),
|
|
6732
|
-
metadata: z38.optional(z38.record(z38.string(), z38.string()))
|
|
6734
|
+
metadata: z38.optional(z38.record(z38.string(), z38.string())),
|
|
6735
|
+
noBillingChanges: z38.optional(z38.boolean())
|
|
6733
6736
|
}),
|
|
6734
6737
|
z38.transform((v) => {
|
|
6735
6738
|
return remap(v, {
|
|
@@ -6749,7 +6752,8 @@ var PreviewAttachParams$outboundSchema = z38.pipe(
|
|
|
6749
6752
|
customLineItems: "custom_line_items",
|
|
6750
6753
|
processorSubscriptionId: "processor_subscription_id",
|
|
6751
6754
|
carryOverBalances: "carry_over_balances",
|
|
6752
|
-
carryOverUsages: "carry_over_usages"
|
|
6755
|
+
carryOverUsages: "carry_over_usages",
|
|
6756
|
+
noBillingChanges: "no_billing_changes"
|
|
6753
6757
|
});
|
|
6754
6758
|
})
|
|
6755
6759
|
);
|
|
@@ -8411,7 +8415,8 @@ var SetupPaymentParams$outboundSchema = z42.pipe(
|
|
|
8411
8415
|
carryOverUsages: z42.optional(
|
|
8412
8416
|
z42.lazy(() => SetupPaymentCarryOverUsages$outboundSchema)
|
|
8413
8417
|
),
|
|
8414
|
-
metadata: z42.optional(z42.record(z42.string(), z42.string()))
|
|
8418
|
+
metadata: z42.optional(z42.record(z42.string(), z42.string())),
|
|
8419
|
+
noBillingChanges: z42.optional(z42.boolean())
|
|
8415
8420
|
}),
|
|
8416
8421
|
z42.transform((v) => {
|
|
8417
8422
|
return remap(v, {
|
|
@@ -8427,7 +8432,8 @@ var SetupPaymentParams$outboundSchema = z42.pipe(
|
|
|
8427
8432
|
customLineItems: "custom_line_items",
|
|
8428
8433
|
processorSubscriptionId: "processor_subscription_id",
|
|
8429
8434
|
carryOverBalances: "carry_over_balances",
|
|
8430
|
-
carryOverUsages: "carry_over_usages"
|
|
8435
|
+
carryOverUsages: "carry_over_usages",
|
|
8436
|
+
noBillingChanges: "no_billing_changes"
|
|
8431
8437
|
});
|
|
8432
8438
|
})
|
|
8433
8439
|
);
|
|
@@ -11648,6 +11654,7 @@ var Billing = class extends ClientSDK {
|
|
|
11648
11654
|
* @param carryOverBalances - Whether to carry over balances from the previous plan. (optional)
|
|
11649
11655
|
* @param carryOverUsages - Whether to carry over usages from the previous plan. (optional)
|
|
11650
11656
|
* @param metadata - Key-value metadata to attach to the Stripe subscription, invoice, and checkout session created during this attach flow. Keys prefixed with 'autumn_' are reserved and will be stripped. (optional)
|
|
11657
|
+
* @param noBillingChanges - If true, skips any billing changes for the attach operation. (optional)
|
|
11651
11658
|
*
|
|
11652
11659
|
* @returns A billing response with customer ID, invoice details, and payment URL (if checkout required).
|
|
11653
11660
|
*/
|
|
@@ -11733,6 +11740,7 @@ var Billing = class extends ClientSDK {
|
|
|
11733
11740
|
* @param carryOverBalances - Whether to carry over balances from the previous plan. (optional)
|
|
11734
11741
|
* @param carryOverUsages - Whether to carry over usages from the previous plan. (optional)
|
|
11735
11742
|
* @param metadata - Key-value metadata to attach to the Stripe subscription, invoice, and checkout session created during this attach flow. Keys prefixed with 'autumn_' are reserved and will be stripped. (optional)
|
|
11743
|
+
* @param noBillingChanges - If true, skips any billing changes for the attach operation. (optional)
|
|
11736
11744
|
*
|
|
11737
11745
|
* @returns A preview response with line items, totals, and effective dates for the proposed changes.
|
|
11738
11746
|
*/
|
|
@@ -14510,7 +14518,8 @@ var attachParamsOutboundSchema = import_v42.z.object({
|
|
|
14510
14518
|
processor_subscription_id: import_v42.z.union([import_v42.z.string(), import_v42.z.undefined()]).optional(),
|
|
14511
14519
|
carry_over_balances: import_v42.z.union([attachCarryOverBalancesOutboundSchema, import_v42.z.undefined()]).optional(),
|
|
14512
14520
|
carry_over_usages: import_v42.z.union([attachCarryOverUsagesOutboundSchema, import_v42.z.undefined()]).optional(),
|
|
14513
|
-
metadata: import_v42.z.union([import_v42.z.record(import_v42.z.string(), import_v42.z.string()), import_v42.z.undefined()]).optional()
|
|
14521
|
+
metadata: import_v42.z.union([import_v42.z.record(import_v42.z.string(), import_v42.z.string()), import_v42.z.undefined()]).optional(),
|
|
14522
|
+
no_billing_changes: import_v42.z.union([import_v42.z.boolean(), import_v42.z.undefined()]).optional()
|
|
14514
14523
|
});
|
|
14515
14524
|
var closedEnumSchema2 = import_v42.z.any();
|
|
14516
14525
|
var openEnumSchema = import_v42.z.any();
|
|
@@ -14595,7 +14604,8 @@ var attachParamsSchema = import_v42.z.object({
|
|
|
14595
14604
|
processorSubscriptionId: import_v42.z.union([import_v42.z.string(), import_v42.z.undefined()]).optional(),
|
|
14596
14605
|
carryOverBalances: import_v42.z.union([attachCarryOverBalancesSchema, import_v42.z.undefined()]).optional(),
|
|
14597
14606
|
carryOverUsages: import_v42.z.union([attachCarryOverUsagesSchema, import_v42.z.undefined()]).optional(),
|
|
14598
|
-
metadata: import_v42.z.union([import_v42.z.record(import_v42.z.string(), import_v42.z.string()), import_v42.z.undefined()]).optional()
|
|
14607
|
+
metadata: import_v42.z.union([import_v42.z.record(import_v42.z.string(), import_v42.z.string()), import_v42.z.undefined()]).optional(),
|
|
14608
|
+
noBillingChanges: import_v42.z.union([import_v42.z.boolean(), import_v42.z.undefined()]).optional()
|
|
14599
14609
|
});
|
|
14600
14610
|
var attachCodeSchema = openEnumSchema;
|
|
14601
14611
|
var attachRequiredActionSchema = import_v42.z.object({
|
|
@@ -15412,7 +15422,8 @@ var previewAttachParamsOutboundSchema = import_v49.z.object({
|
|
|
15412
15422
|
processor_subscription_id: import_v49.z.union([import_v49.z.string(), import_v49.z.undefined()]).optional(),
|
|
15413
15423
|
carry_over_balances: import_v49.z.union([previewAttachCarryOverBalancesOutboundSchema, import_v49.z.undefined()]).optional(),
|
|
15414
15424
|
carry_over_usages: import_v49.z.union([previewAttachCarryOverUsagesOutboundSchema, import_v49.z.undefined()]).optional(),
|
|
15415
|
-
metadata: import_v49.z.union([import_v49.z.record(import_v49.z.string(), import_v49.z.string()), import_v49.z.undefined()]).optional()
|
|
15425
|
+
metadata: import_v49.z.union([import_v49.z.record(import_v49.z.string(), import_v49.z.string()), import_v49.z.undefined()]).optional(),
|
|
15426
|
+
no_billing_changes: import_v49.z.union([import_v49.z.boolean(), import_v49.z.undefined()]).optional()
|
|
15416
15427
|
});
|
|
15417
15428
|
var closedEnumSchema5 = import_v49.z.any();
|
|
15418
15429
|
var planSchema = import_v49.z.any();
|
|
@@ -15498,7 +15509,8 @@ var previewAttachParamsSchema = import_v49.z.object({
|
|
|
15498
15509
|
processorSubscriptionId: import_v49.z.union([import_v49.z.string(), import_v49.z.undefined()]).optional(),
|
|
15499
15510
|
carryOverBalances: import_v49.z.union([previewAttachCarryOverBalancesSchema, import_v49.z.undefined()]).optional(),
|
|
15500
15511
|
carryOverUsages: import_v49.z.union([previewAttachCarryOverUsagesSchema, import_v49.z.undefined()]).optional(),
|
|
15501
|
-
metadata: import_v49.z.union([import_v49.z.record(import_v49.z.string(), import_v49.z.string()), import_v49.z.undefined()]).optional()
|
|
15512
|
+
metadata: import_v49.z.union([import_v49.z.record(import_v49.z.string(), import_v49.z.string()), import_v49.z.undefined()]).optional(),
|
|
15513
|
+
noBillingChanges: import_v49.z.union([import_v49.z.boolean(), import_v49.z.undefined()]).optional()
|
|
15502
15514
|
});
|
|
15503
15515
|
var previewAttachIncomingSchema = import_v49.z.object({
|
|
15504
15516
|
planId: import_v49.z.string(),
|
|
@@ -16327,7 +16339,8 @@ var setupPaymentParamsOutboundSchema = import_v413.z.object({
|
|
|
16327
16339
|
processor_subscription_id: import_v413.z.union([import_v413.z.string(), import_v413.z.undefined()]).optional(),
|
|
16328
16340
|
carry_over_balances: import_v413.z.union([setupPaymentCarryOverBalancesOutboundSchema, import_v413.z.undefined()]).optional(),
|
|
16329
16341
|
carry_over_usages: import_v413.z.union([setupPaymentCarryOverUsagesOutboundSchema, import_v413.z.undefined()]).optional(),
|
|
16330
|
-
metadata: import_v413.z.union([import_v413.z.record(import_v413.z.string(), import_v413.z.string()), import_v413.z.undefined()]).optional()
|
|
16342
|
+
metadata: import_v413.z.union([import_v413.z.record(import_v413.z.string(), import_v413.z.string()), import_v413.z.undefined()]).optional(),
|
|
16343
|
+
no_billing_changes: import_v413.z.union([import_v413.z.boolean(), import_v413.z.undefined()]).optional()
|
|
16331
16344
|
});
|
|
16332
16345
|
var closedEnumSchema8 = import_v413.z.any();
|
|
16333
16346
|
var setupPaymentPriceIntervalSchema = closedEnumSchema8;
|
|
@@ -16405,7 +16418,8 @@ var setupPaymentParamsSchema = import_v413.z.object({
|
|
|
16405
16418
|
processorSubscriptionId: import_v413.z.union([import_v413.z.string(), import_v413.z.undefined()]).optional(),
|
|
16406
16419
|
carryOverBalances: import_v413.z.union([setupPaymentCarryOverBalancesSchema, import_v413.z.undefined()]).optional(),
|
|
16407
16420
|
carryOverUsages: import_v413.z.union([setupPaymentCarryOverUsagesSchema, import_v413.z.undefined()]).optional(),
|
|
16408
|
-
metadata: import_v413.z.union([import_v413.z.record(import_v413.z.string(), import_v413.z.string()), import_v413.z.undefined()]).optional()
|
|
16421
|
+
metadata: import_v413.z.union([import_v413.z.record(import_v413.z.string(), import_v413.z.string()), import_v413.z.undefined()]).optional(),
|
|
16422
|
+
noBillingChanges: import_v413.z.union([import_v413.z.boolean(), import_v413.z.undefined()]).optional()
|
|
16409
16423
|
});
|
|
16410
16424
|
|
|
16411
16425
|
// src/generated/updateSubscriptionSchemas.ts
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createCoreHandler
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-EJFVGOSH.mjs";
|
|
4
|
+
import "../../chunk-5J2AJ3AR.mjs";
|
|
5
5
|
import "../../chunk-55C2WWXQ.mjs";
|
|
6
6
|
import "../../chunk-TBQ27LIK.mjs";
|
|
7
7
|
import "../../chunk-J44WR3QZ.mjs";
|
|
8
8
|
import "../../chunk-TSF4YCUO.mjs";
|
|
9
9
|
import "../../chunk-UAR3TMWI.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-2NIBKIZV.mjs";
|
|
11
11
|
import "../../chunk-OTXV5FY7.mjs";
|
|
12
12
|
import "../../chunk-VZIMT7AO.mjs";
|
|
13
13
|
import "../../chunk-Z6QP3YEA.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as Autumn, R as RouteDefinition } from '../../routeTypes-
|
|
1
|
+
import { A as Autumn, R as RouteDefinition } from '../../routeTypes-al_xVRsi.mjs';
|
|
2
2
|
import { A as AuthResult } from '../../authTypes-BapwVzwz.mjs';
|
|
3
3
|
import { BackendResult } from '../types/responseTypes.mjs';
|
|
4
4
|
import 'zod/v4';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as Autumn, R as RouteDefinition } from '../../routeTypes-
|
|
1
|
+
import { A as Autumn, R as RouteDefinition } from '../../routeTypes-DuQ0sP_P.js';
|
|
2
2
|
import { A as AuthResult } from '../../authTypes-BapwVzwz.js';
|
|
3
3
|
import { BackendResult } from '../types/responseTypes.js';
|
|
4
4
|
import 'zod/v4';
|