@revturbine/sdk 0.2.66 → 0.2.68
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/headless.d.ts +227 -117
- package/dist/headless.js +2 -2
- package/dist/headless.js.map +1 -1
- package/dist/index.d.ts +239 -117
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types/web-sdk/customer-side.d.ts +20 -0
- package/dist/types/web-sdk/customer-side.d.ts.map +1 -1
- package/dist/types/web-sdk/placements/cta-resolvers.d.ts +12 -0
- package/dist/types/web-sdk/placements/cta-resolvers.d.ts.map +1 -1
- package/dist/types/web-sdk/placements/index.d.ts +1 -1
- package/dist/types/web-sdk/placements/index.d.ts.map +1 -1
- package/dist/types/web-sdk/providers/index.d.ts +2 -0
- package/dist/types/web-sdk/providers/index.d.ts.map +1 -1
- package/dist/types/web-sdk/providers/server-user-context-provider.d.ts +61 -0
- package/dist/types/web-sdk/providers/server-user-context-provider.d.ts.map +1 -0
- package/package.json +4 -4
package/dist/headless.d.ts
CHANGED
|
@@ -4112,6 +4112,7 @@ declare const RevTurbineConfigUiPathActionTypeSchema: z.ZodEnum<{
|
|
|
4112
4112
|
switch_billing_period: "switch_billing_period";
|
|
4113
4113
|
extend_trial: "extend_trial";
|
|
4114
4114
|
dismiss: "dismiss";
|
|
4115
|
+
snooze: "snooze";
|
|
4115
4116
|
open_checkout_modal: "open_checkout_modal";
|
|
4116
4117
|
navigate_to_plans: "navigate_to_plans";
|
|
4117
4118
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -4134,6 +4135,7 @@ declare const ContentUiPathSchema: z.ZodObject<{
|
|
|
4134
4135
|
switch_billing_period: "switch_billing_period";
|
|
4135
4136
|
extend_trial: "extend_trial";
|
|
4136
4137
|
dismiss: "dismiss";
|
|
4138
|
+
snooze: "snooze";
|
|
4137
4139
|
open_checkout_modal: "open_checkout_modal";
|
|
4138
4140
|
navigate_to_plans: "navigate_to_plans";
|
|
4139
4141
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -4727,6 +4729,7 @@ declare const PlaybookBodySchema: z.ZodObject<{
|
|
|
4727
4729
|
switch_billing_period: "switch_billing_period";
|
|
4728
4730
|
extend_trial: "extend_trial";
|
|
4729
4731
|
dismiss: "dismiss";
|
|
4732
|
+
snooze: "snooze";
|
|
4730
4733
|
open_checkout_modal: "open_checkout_modal";
|
|
4731
4734
|
navigate_to_plans: "navigate_to_plans";
|
|
4732
4735
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -5373,6 +5376,7 @@ declare const PlaybookObjectSchema: z.ZodObject<{
|
|
|
5373
5376
|
switch_billing_period: "switch_billing_period";
|
|
5374
5377
|
extend_trial: "extend_trial";
|
|
5375
5378
|
dismiss: "dismiss";
|
|
5379
|
+
snooze: "snooze";
|
|
5376
5380
|
open_checkout_modal: "open_checkout_modal";
|
|
5377
5381
|
navigate_to_plans: "navigate_to_plans";
|
|
5378
5382
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -6006,6 +6010,7 @@ declare const PlaybookSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
6006
6010
|
switch_billing_period: "switch_billing_period";
|
|
6007
6011
|
extend_trial: "extend_trial";
|
|
6008
6012
|
dismiss: "dismiss";
|
|
6013
|
+
snooze: "snooze";
|
|
6009
6014
|
open_checkout_modal: "open_checkout_modal";
|
|
6010
6015
|
navigate_to_plans: "navigate_to_plans";
|
|
6011
6016
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -6657,6 +6662,7 @@ declare const PlaybookStrictSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
6657
6662
|
switch_billing_period: "switch_billing_period";
|
|
6658
6663
|
extend_trial: "extend_trial";
|
|
6659
6664
|
dismiss: "dismiss";
|
|
6665
|
+
snooze: "snooze";
|
|
6660
6666
|
open_checkout_modal: "open_checkout_modal";
|
|
6661
6667
|
navigate_to_plans: "navigate_to_plans";
|
|
6662
6668
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -7287,6 +7293,7 @@ declare const RevTurbineConfigSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
7287
7293
|
switch_billing_period: "switch_billing_period";
|
|
7288
7294
|
extend_trial: "extend_trial";
|
|
7289
7295
|
dismiss: "dismiss";
|
|
7296
|
+
snooze: "snooze";
|
|
7290
7297
|
open_checkout_modal: "open_checkout_modal";
|
|
7291
7298
|
navigate_to_plans: "navigate_to_plans";
|
|
7292
7299
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -9309,7 +9316,7 @@ interface RevTurbineEventEnvelope {
|
|
|
9309
9316
|
type PersonalizationContext$1 = Record<string, string | number | undefined>;
|
|
9310
9317
|
type ResolvedContent$1 = Record<string, unknown>;
|
|
9311
9318
|
interface PlacementUiPath$1 {
|
|
9312
|
-
type: 'open_checkout_modal' | 'navigate_to_plans' | 'open_upgrade_modal' | 'open_placement' | 'book_demo' | 'open_feature_tour' | 'custom_url' | 'contact_sales' | 'complete_onboarding' | 'invite_teammate' | 'refer_friend' | 'verify_work_email' | 'update_payment_method' | 'enable_auto_renewal' | 'manage_subscription' | 'switch_billing_period' | 'dismiss' | 'extend_trial';
|
|
9319
|
+
type: 'open_checkout_modal' | 'navigate_to_plans' | 'open_upgrade_modal' | 'open_placement' | 'book_demo' | 'open_feature_tour' | 'custom_url' | 'contact_sales' | 'complete_onboarding' | 'invite_teammate' | 'refer_friend' | 'verify_work_email' | 'update_payment_method' | 'enable_auto_renewal' | 'manage_subscription' | 'switch_billing_period' | 'dismiss' | 'snooze' | 'extend_trial';
|
|
9313
9320
|
url?: string;
|
|
9314
9321
|
plan_handle?: string;
|
|
9315
9322
|
promotion_id?: string;
|
|
@@ -12442,6 +12449,7 @@ declare class RevTurbineCustomerSdk {
|
|
|
12442
12449
|
private readonly providerFailureSlotBehavior;
|
|
12443
12450
|
private readonly uiPathResolvers;
|
|
12444
12451
|
private unbridgeUiPathCtaResolvers;
|
|
12452
|
+
private unregisterBuiltinSnoozeResolver;
|
|
12445
12453
|
private readonly persistentStore;
|
|
12446
12454
|
private readonly sessionStore;
|
|
12447
12455
|
private readonly anonymousId;
|
|
@@ -12473,6 +12481,19 @@ declare class RevTurbineCustomerSdk {
|
|
|
12473
12481
|
* storage, never placed in a URL, never logged.
|
|
12474
12482
|
*/
|
|
12475
12483
|
private clientContextToken?;
|
|
12484
|
+
/**
|
|
12485
|
+
* The `traits:server` provider (plan 165 TASK-4), auto-wired on the first
|
|
12486
|
+
* successful client-context fetch and fed EXCLUSIVELY from the
|
|
12487
|
+
* token-authenticated response — never from app-assertable input (plan 157
|
|
12488
|
+
* client-session token model).
|
|
12489
|
+
*/
|
|
12490
|
+
private serverUserContextProvider?;
|
|
12491
|
+
/**
|
|
12492
|
+
* `computeUserContextHash` of the last applied server context. A subsequent
|
|
12493
|
+
* fetch whose evaluation-relevant inputs hash the same is dropped, skipping a
|
|
12494
|
+
* redundant segment re-evaluation.
|
|
12495
|
+
*/
|
|
12496
|
+
private lastServerContextHash?;
|
|
12476
12497
|
private usageBalances;
|
|
12477
12498
|
private localDecisionsByPlacementId;
|
|
12478
12499
|
private localPlacementsByLookupKey;
|
|
@@ -12884,6 +12905,12 @@ declare class RevTurbineCustomerSdk {
|
|
|
12884
12905
|
* to determine which placement payloads are eligible for display.
|
|
12885
12906
|
*/
|
|
12886
12907
|
fetchUserContext(userId: string): Promise<UserTargetingContext>;
|
|
12908
|
+
/**
|
|
12909
|
+
* Lazily create + register the `traits:server` provider (plan 165 TASK-4).
|
|
12910
|
+
* Registered once on the first successful client-context fetch; later fetches
|
|
12911
|
+
* only refresh its snapshot.
|
|
12912
|
+
*/
|
|
12913
|
+
private ensureServerUserContextProvider;
|
|
12887
12914
|
/**
|
|
12888
12915
|
* Enrich the held UserContext with the user's server-known CLIENT-SAFE context
|
|
12889
12916
|
* (plan 157). Fetches `GET /api/sdk/client-context` with the provided client
|
|
@@ -14610,7 +14637,7 @@ interface components {
|
|
|
14610
14637
|
/** @enum {string} */
|
|
14611
14638
|
RuleVisibility: "public" | "non_public";
|
|
14612
14639
|
/** @enum {string} */
|
|
14613
|
-
EntitlementRulePeriodUnit: "month" | "day" | "week" | "quarter" | "year" | "billing_period" | "
|
|
14640
|
+
EntitlementRulePeriodUnit: "month" | "day" | "week" | "quarter" | "year" | "billing_period" | "hour" | "six_hours";
|
|
14614
14641
|
/** @enum {string} */
|
|
14615
14642
|
EnforcementMode: "hard_block" | "soft_block" | "degrade" | "allow_overage";
|
|
14616
14643
|
/** @enum {string} */
|
|
@@ -14877,7 +14904,7 @@ interface components {
|
|
|
14877
14904
|
applicable_plan_ids?: components["schemas"]["Anon_f8dbfffc0ce2_8"];
|
|
14878
14905
|
applicable_addon_ids?: components["schemas"]["Anon_f8dbfffc0ce2_9"];
|
|
14879
14906
|
target_segment_ids?: components["schemas"]["Anon_f8dbfffc0ce2_10"];
|
|
14880
|
-
max_redemptions?: components["schemas"]["
|
|
14907
|
+
max_redemptions?: components["schemas"]["Anon_45e0e0d4a0da_2"];
|
|
14881
14908
|
current_redemptions?: components["schemas"]["Anon_b32f11b2ff5e_1"];
|
|
14882
14909
|
coupon_code?: components["schemas"]["Anon_409d6333b38e_2"];
|
|
14883
14910
|
starts_at?: components["schemas"]["Anon_711dc9708535_4"];
|
|
@@ -14896,6 +14923,7 @@ interface components {
|
|
|
14896
14923
|
PlacementSettingsCapState: {
|
|
14897
14924
|
capRules?: components["schemas"]["Anon_ff778ceecd3d"];
|
|
14898
14925
|
sessionCooldownMinutes?: components["schemas"]["Anon_e7c3d01ff506"];
|
|
14926
|
+
remindLaterMinutes?: components["schemas"]["Anon_00a4830d89d2"];
|
|
14899
14927
|
testMode?: components["schemas"]["Anon_5d5e35b408d7"];
|
|
14900
14928
|
};
|
|
14901
14929
|
PlacementSettingsCapRule: {
|
|
@@ -14956,6 +14984,7 @@ interface components {
|
|
|
14956
14984
|
origin?: components["schemas"]["Anon_093ed29338d0"];
|
|
14957
14985
|
playbook_version?: components["schemas"]["Anon_4fc4bfa2adad_9"];
|
|
14958
14986
|
decision_id?: components["schemas"]["Anon_4fc4bfa2adad_10"];
|
|
14987
|
+
test?: components["schemas"]["Anon_fb9ddeea992e_2"];
|
|
14959
14988
|
};
|
|
14960
14989
|
/** @enum {string} */
|
|
14961
14990
|
EventOrigin: "explicit" | "automatic" | "derived" | "raw";
|
|
@@ -14995,6 +15024,7 @@ interface components {
|
|
|
14995
15024
|
payload_id?: components["schemas"]["Anon_4e04ec5cc4e6_7"];
|
|
14996
15025
|
interaction_type: components["schemas"]["Anon_b540c131c269"];
|
|
14997
15026
|
interaction_at?: components["schemas"]["Anon_e077e17ea982_2"];
|
|
15027
|
+
test?: components["schemas"]["Anon_fb9ddeea992e_3"];
|
|
14998
15028
|
metadata?: components["schemas"]["Anon_a249e58b3222"];
|
|
14999
15029
|
};
|
|
15000
15030
|
/** @enum {string} */
|
|
@@ -15028,8 +15058,8 @@ interface components {
|
|
|
15028
15058
|
plan?: components["schemas"]["Anon_2fef49d17888"];
|
|
15029
15059
|
usage?: components["schemas"]["Anon_9bd52b3f8779"];
|
|
15030
15060
|
trial?: components["schemas"]["Anon_5e9fae8a4f1b"];
|
|
15031
|
-
payment_failed?: components["schemas"]["
|
|
15032
|
-
payment_at_risk?: components["schemas"]["
|
|
15061
|
+
payment_failed?: components["schemas"]["Anon_fb9ddeea992e_4"];
|
|
15062
|
+
payment_at_risk?: components["schemas"]["Anon_fb9ddeea992e_5"];
|
|
15033
15063
|
tiers?: components["schemas"]["Anon_f86c1754c55e"];
|
|
15034
15064
|
entitlements?: components["schemas"]["Anon_93044e18dd4f"];
|
|
15035
15065
|
instances?: components["schemas"]["Anon_f7023c77378b"];
|
|
@@ -15332,6 +15362,9 @@ interface components {
|
|
|
15332
15362
|
/** @default 7 */
|
|
15333
15363
|
Anon_3380fd32e874: components["schemas"]["Anon_97cc9ecfdea9_3"];
|
|
15334
15364
|
Anon_97cc9ecfdea9_3: number;
|
|
15365
|
+
/** @default null */
|
|
15366
|
+
Anon_45e0e0d4a0da_1: components["schemas"]["Anon_c648138a0918_2"];
|
|
15367
|
+
Anon_c648138a0918_2: number | null;
|
|
15335
15368
|
/** @default next_tier_up */
|
|
15336
15369
|
Anon_beae1a1b3acf: components["schemas"]["Anon_761abd3347d0"];
|
|
15337
15370
|
/** @enum {string} */
|
|
@@ -15570,8 +15603,8 @@ interface components {
|
|
|
15570
15603
|
Anon_f8dbfffc0ce2_10: components["schemas"]["Anon_681004346c78_11"];
|
|
15571
15604
|
Anon_681004346c78_11: string[];
|
|
15572
15605
|
/** @default null */
|
|
15573
|
-
|
|
15574
|
-
|
|
15606
|
+
Anon_45e0e0d4a0da_2: components["schemas"]["Anon_c648138a0918_3"];
|
|
15607
|
+
Anon_c648138a0918_3: number | null;
|
|
15575
15608
|
/** @default 0 */
|
|
15576
15609
|
Anon_b32f11b2ff5e_1: components["schemas"]["Anon_97cc9ecfdea9_8"];
|
|
15577
15610
|
Anon_97cc9ecfdea9_8: number;
|
|
@@ -15691,12 +15724,14 @@ interface components {
|
|
|
15691
15724
|
/** @default 30 */
|
|
15692
15725
|
Anon_e7c3d01ff506: components["schemas"]["Anon_97cc9ecfdea9_10"];
|
|
15693
15726
|
Anon_97cc9ecfdea9_10: number;
|
|
15727
|
+
/** @default 60 */
|
|
15728
|
+
Anon_00a4830d89d2: components["schemas"]["Anon_97cc9ecfdea9_11"];
|
|
15729
|
+
Anon_97cc9ecfdea9_11: number;
|
|
15694
15730
|
/** @default off */
|
|
15695
15731
|
Anon_5d5e35b408d7: components["schemas"]["PlacementTestMode"];
|
|
15696
15732
|
Anon_55e8f49b5e3d: ("hour" | "day" | "week" | "month" | "session") | null;
|
|
15697
15733
|
Anon_7cb541e84f22_19: boolean;
|
|
15698
15734
|
Anon_7cb541e84f22_20: boolean;
|
|
15699
|
-
Anon_97cc9ecfdea9_11: number;
|
|
15700
15735
|
Anon_7cb541e84f22_21: boolean;
|
|
15701
15736
|
/** @enum {string} */
|
|
15702
15737
|
Anon_be07849383a6: "highest_priority" | "most_recent" | "random";
|
|
@@ -15707,7 +15742,7 @@ interface components {
|
|
|
15707
15742
|
Anon_f27cb44c32f6_12: components["schemas"]["Anon_f2d1b3e449b4"];
|
|
15708
15743
|
Anon_7cb541e84f22_22: boolean;
|
|
15709
15744
|
Anon_f090cb615c84_14: string | null;
|
|
15710
|
-
|
|
15745
|
+
Anon_c648138a0918_4: number | null;
|
|
15711
15746
|
Anon_7cb541e84f22_23: boolean;
|
|
15712
15747
|
Anon_7cb541e84f22_24: boolean;
|
|
15713
15748
|
Anon_00404e686415_21: string;
|
|
@@ -15771,6 +15806,8 @@ interface components {
|
|
|
15771
15806
|
Anon_f090cb615c84_21: string | null;
|
|
15772
15807
|
Anon_4fc4bfa2adad_10: components["schemas"]["Anon_f090cb615c84_22"];
|
|
15773
15808
|
Anon_f090cb615c84_22: string | null;
|
|
15809
|
+
Anon_fb9ddeea992e_2: components["schemas"]["Anon_7cb541e84f22_29"];
|
|
15810
|
+
Anon_7cb541e84f22_29: boolean;
|
|
15774
15811
|
Anon_96967a4faf8d: components["schemas"]["SdkMetaEvent"][];
|
|
15775
15812
|
Anon_53b83ce9a609: components["schemas"]["SdkMetaEventType"];
|
|
15776
15813
|
/** Format: date-time */
|
|
@@ -15812,6 +15849,8 @@ interface components {
|
|
|
15812
15849
|
Anon_e077e17ea982_2: components["schemas"]["Anon_02ecf48bed22_2"];
|
|
15813
15850
|
/** Format: date-time */
|
|
15814
15851
|
Anon_02ecf48bed22_2: string;
|
|
15852
|
+
Anon_fb9ddeea992e_3: components["schemas"]["Anon_7cb541e84f22_30"];
|
|
15853
|
+
Anon_7cb541e84f22_30: boolean;
|
|
15815
15854
|
Anon_a249e58b3222: components["schemas"]["Anon_c65c1fbd5acf_8"];
|
|
15816
15855
|
Anon_c65c1fbd5acf_8: {
|
|
15817
15856
|
[key: string]: unknown;
|
|
@@ -15884,10 +15923,10 @@ interface components {
|
|
|
15884
15923
|
Anon_97cc9ecfdea9_15: number;
|
|
15885
15924
|
Anon_7e1e37293611_7: components["schemas"]["Anon_97cc9ecfdea9_16"];
|
|
15886
15925
|
Anon_97cc9ecfdea9_16: number;
|
|
15887
|
-
|
|
15888
|
-
|
|
15889
|
-
|
|
15890
|
-
|
|
15926
|
+
Anon_fb9ddeea992e_4: components["schemas"]["Anon_7cb541e84f22_31"];
|
|
15927
|
+
Anon_7cb541e84f22_31: boolean;
|
|
15928
|
+
Anon_fb9ddeea992e_5: components["schemas"]["Anon_7cb541e84f22_32"];
|
|
15929
|
+
Anon_7cb541e84f22_32: boolean;
|
|
15891
15930
|
Anon_f86c1754c55e: components["schemas"]["Anon_86408dfcaaac_1"];
|
|
15892
15931
|
Anon_86408dfcaaac_1: {
|
|
15893
15932
|
[key: string]: string;
|
|
@@ -16106,13 +16145,13 @@ interface components {
|
|
|
16106
16145
|
rate_value?: components["schemas"]["Anon_9c7f41b09bde_4"];
|
|
16107
16146
|
initial_grant?: components["schemas"]["Anon_9c7f41b09bde_5"];
|
|
16108
16147
|
allowance_value?: components["schemas"]["Anon_811366723713_3"];
|
|
16109
|
-
rollover_enabled?: components["schemas"]["
|
|
16148
|
+
rollover_enabled?: components["schemas"]["Anon_fb9ddeea992e_6"];
|
|
16110
16149
|
max_balance: components["schemas"]["Anon_d84a41962ed1_1"];
|
|
16111
16150
|
seat_type_id?: components["schemas"]["Anon_96f9066c2fdc_38"];
|
|
16112
16151
|
included_count?: components["schemas"]["Anon_5d154a3d9b9e_1"];
|
|
16113
16152
|
at_limit_behavior?: components["schemas"]["Anon_28e076aa98f9_1"];
|
|
16114
16153
|
stripe_metered_price_id?: components["schemas"]["Anon_96f9066c2fdc_39"];
|
|
16115
|
-
enabled?: components["schemas"]["
|
|
16154
|
+
enabled?: components["schemas"]["Anon_fb9ddeea992e_7"];
|
|
16116
16155
|
allocation?: components["schemas"]["Anon_a7c491664ac5_4"];
|
|
16117
16156
|
max_seats?: components["schemas"]["Anon_0dc47bdde23b_1"];
|
|
16118
16157
|
amount_cents?: components["schemas"]["Anon_18968514c96d_1"];
|
|
@@ -16148,13 +16187,13 @@ interface components {
|
|
|
16148
16187
|
rate_value?: components["schemas"]["Anon_9c7f41b09bde_4"];
|
|
16149
16188
|
initial_grant?: components["schemas"]["Anon_9c7f41b09bde_5"];
|
|
16150
16189
|
allowance_value?: components["schemas"]["Anon_811366723713_3"];
|
|
16151
|
-
rollover_enabled?: components["schemas"]["
|
|
16190
|
+
rollover_enabled?: components["schemas"]["Anon_fb9ddeea992e_6"];
|
|
16152
16191
|
max_balance: components["schemas"]["Anon_d84a41962ed1_1"];
|
|
16153
16192
|
seat_type_id?: components["schemas"]["Anon_96f9066c2fdc_38"];
|
|
16154
16193
|
included_count?: components["schemas"]["Anon_5d154a3d9b9e_1"];
|
|
16155
16194
|
at_limit_behavior?: components["schemas"]["Anon_28e076aa98f9_1"];
|
|
16156
16195
|
stripe_metered_price_id?: components["schemas"]["Anon_96f9066c2fdc_39"];
|
|
16157
|
-
enabled?: components["schemas"]["
|
|
16196
|
+
enabled?: components["schemas"]["Anon_fb9ddeea992e_7"];
|
|
16158
16197
|
allocation?: components["schemas"]["Anon_a7c491664ac5_4"];
|
|
16159
16198
|
max_seats?: components["schemas"]["Anon_0dc47bdde23b_1"];
|
|
16160
16199
|
amount_cents?: components["schemas"]["Anon_18968514c96d_1"];
|
|
@@ -16282,9 +16321,10 @@ interface components {
|
|
|
16282
16321
|
surface_template_id: components["schemas"]["Anon_57796118d046_40"];
|
|
16283
16322
|
content_fields: components["schemas"]["Anon_5142f8473790_7"];
|
|
16284
16323
|
cta_list: components["schemas"]["Anon_6ff5f738216c"];
|
|
16285
|
-
max_per_period: components["schemas"]["
|
|
16324
|
+
max_per_period: components["schemas"]["Anon_45e0e0d4a0da_3"];
|
|
16286
16325
|
max_period_unit: components["schemas"]["Anon_6ab4ae68d10d_1"];
|
|
16287
16326
|
cooldown_after_dismiss_days: components["schemas"]["Anon_3380fd32e874_1"];
|
|
16327
|
+
remind_later_minutes: components["schemas"]["Anon_45e0e0d4a0da_4"];
|
|
16288
16328
|
recommendation_strategy: components["schemas"]["Anon_beae1a1b3acf_1"];
|
|
16289
16329
|
recommendation_plan_override?: components["schemas"]["Anon_96f9066c2fdc_45"];
|
|
16290
16330
|
};
|
|
@@ -16322,6 +16362,7 @@ interface components {
|
|
|
16322
16362
|
current_plan_id?: components["schemas"]["Anon_96f9066c2fdc_48"];
|
|
16323
16363
|
subscription_status: components["schemas"]["Anon_5d90a74ed922"];
|
|
16324
16364
|
status: components["schemas"]["Anon_e9a5e88a9a3a"];
|
|
16365
|
+
billing_health_issues: components["schemas"]["Anon_6a074055abf7"];
|
|
16325
16366
|
metadata: components["schemas"]["Anon_f27cb44c32f6_17"];
|
|
16326
16367
|
};
|
|
16327
16368
|
Identity: {
|
|
@@ -16617,7 +16658,6 @@ interface components {
|
|
|
16617
16658
|
global_frequency_cap_period: components["schemas"]["Anon_e476f3352599"];
|
|
16618
16659
|
suppress_for_paid: components["schemas"]["Anon_062d958a93c4_13"];
|
|
16619
16660
|
suppress_for_trial: components["schemas"]["Anon_062d958a93c4_14"];
|
|
16620
|
-
default_dismiss_cooldown_hours: components["schemas"]["Anon_984838fcbd64"];
|
|
16621
16661
|
allow_stacking: components["schemas"]["Anon_062d958a93c4_15"];
|
|
16622
16662
|
priority_collision_strategy: components["schemas"]["Anon_54bb39acf789"];
|
|
16623
16663
|
};
|
|
@@ -16907,8 +16947,8 @@ interface components {
|
|
|
16907
16947
|
Anon_2457cccd64aa_1: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
16908
16948
|
Anon_0eb2e3b6e08c_1: string;
|
|
16909
16949
|
/** @default true */
|
|
16910
|
-
Anon_d295959bf4db_1: components["schemas"]["
|
|
16911
|
-
|
|
16950
|
+
Anon_d295959bf4db_1: components["schemas"]["Anon_7cb541e84f22_33"];
|
|
16951
|
+
Anon_7cb541e84f22_33: boolean;
|
|
16912
16952
|
Anon_f38b4727dc66: {
|
|
16913
16953
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
16914
16954
|
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
@@ -16927,11 +16967,11 @@ interface components {
|
|
|
16927
16967
|
Anon_f7fb9744a6e4_11: components["schemas"]["Anon_f090cb615c84_25"];
|
|
16928
16968
|
Anon_f090cb615c84_25: string | null;
|
|
16929
16969
|
/** @default true */
|
|
16930
|
-
Anon_d295959bf4db_2: components["schemas"]["
|
|
16931
|
-
|
|
16970
|
+
Anon_d295959bf4db_2: components["schemas"]["Anon_7cb541e84f22_34"];
|
|
16971
|
+
Anon_7cb541e84f22_34: boolean;
|
|
16932
16972
|
/** @default false */
|
|
16933
|
-
Anon_4dc549443053_1: components["schemas"]["
|
|
16934
|
-
|
|
16973
|
+
Anon_4dc549443053_1: components["schemas"]["Anon_7cb541e84f22_35"];
|
|
16974
|
+
Anon_7cb541e84f22_35: boolean;
|
|
16935
16975
|
/** @default null */
|
|
16936
16976
|
Anon_e4ee8e45dcea_1: components["schemas"]["Anon_b0c21ae8f968_2"];
|
|
16937
16977
|
Anon_b0c21ae8f968_2: string | null;
|
|
@@ -17004,8 +17044,8 @@ interface components {
|
|
|
17004
17044
|
Anon_57796118d046_32: string;
|
|
17005
17045
|
Anon_cf08caa6d850_1: components["schemas"]["StripePriceBillingPeriod"];
|
|
17006
17046
|
/** @default null */
|
|
17007
|
-
Anon_79391150fda1_1: components["schemas"]["
|
|
17008
|
-
|
|
17047
|
+
Anon_79391150fda1_1: components["schemas"]["Anon_c648138a0918_5"];
|
|
17048
|
+
Anon_c648138a0918_5: number | null;
|
|
17009
17049
|
Anon_1788a9a8a0b9: components["schemas"]["CurrencyOutput"];
|
|
17010
17050
|
/** @enum {string} */
|
|
17011
17051
|
Anon_93bacb23d436_1: "usd" | "eur" | "gbp";
|
|
@@ -17014,8 +17054,8 @@ interface components {
|
|
|
17014
17054
|
Anon_f7fb9744a6e4_14: components["schemas"]["Anon_f090cb615c84_28"];
|
|
17015
17055
|
Anon_f090cb615c84_28: string | null;
|
|
17016
17056
|
/** @default false */
|
|
17017
|
-
Anon_062d958a93c4_4: components["schemas"]["
|
|
17018
|
-
|
|
17057
|
+
Anon_062d958a93c4_4: components["schemas"]["Anon_7cb541e84f22_36"];
|
|
17058
|
+
Anon_7cb541e84f22_36: boolean;
|
|
17019
17059
|
Anon_711dc9708535_7: components["schemas"]["Anon_11c9ad639448_1"];
|
|
17020
17060
|
Anon_b0c21ae8f968_3: string | null;
|
|
17021
17061
|
/** @default null */
|
|
@@ -17072,8 +17112,8 @@ interface components {
|
|
|
17072
17112
|
Anon_cddf8275afa1_6: number;
|
|
17073
17113
|
Anon_811366723713_3: components["schemas"]["Anon_4c1d2cc17cf8_3"];
|
|
17074
17114
|
Anon_4c1d2cc17cf8_3: number | "unlimited";
|
|
17075
|
-
|
|
17076
|
-
|
|
17115
|
+
Anon_fb9ddeea992e_6: components["schemas"]["Anon_7cb541e84f22_37"];
|
|
17116
|
+
Anon_7cb541e84f22_37: boolean;
|
|
17077
17117
|
/** @default null */
|
|
17078
17118
|
Anon_d84a41962ed1_1: components["schemas"]["Anon_853b74b4f5a9_2"];
|
|
17079
17119
|
Anon_853b74b4f5a9_2: (number | "unlimited") | null;
|
|
@@ -17086,8 +17126,8 @@ interface components {
|
|
|
17086
17126
|
Anon_408f15090b22_1: "hard_cap" | "auto_upgrade_at_renewal";
|
|
17087
17127
|
Anon_96f9066c2fdc_39: components["schemas"]["Anon_00404e686415_42"];
|
|
17088
17128
|
Anon_00404e686415_42: string;
|
|
17089
|
-
|
|
17090
|
-
|
|
17129
|
+
Anon_fb9ddeea992e_7: components["schemas"]["Anon_7cb541e84f22_38"];
|
|
17130
|
+
Anon_7cb541e84f22_38: boolean;
|
|
17091
17131
|
Anon_a7c491664ac5_4: components["schemas"]["UsageAllocation"];
|
|
17092
17132
|
Anon_0dc47bdde23b_1: components["schemas"]["Anon_853b74b4f5a9_3"];
|
|
17093
17133
|
Anon_853b74b4f5a9_3: (number | "unlimited") | null;
|
|
@@ -17106,8 +17146,8 @@ interface components {
|
|
|
17106
17146
|
Anon_57796118d046_37: string;
|
|
17107
17147
|
Anon_872e58432369_1: string;
|
|
17108
17148
|
/** @default false */
|
|
17109
|
-
Anon_062d958a93c4_5: components["schemas"]["
|
|
17110
|
-
|
|
17149
|
+
Anon_062d958a93c4_5: components["schemas"]["Anon_7cb541e84f22_39"];
|
|
17150
|
+
Anon_7cb541e84f22_39: boolean;
|
|
17111
17151
|
/** @default {} */
|
|
17112
17152
|
Anon_5142f8473790_6: components["schemas"]["Anon_c65c1fbd5acf_11"];
|
|
17113
17153
|
Anon_c65c1fbd5acf_11: {
|
|
@@ -17190,13 +17230,16 @@ interface components {
|
|
|
17190
17230
|
[key: string]: unknown;
|
|
17191
17231
|
};
|
|
17192
17232
|
/** @default null */
|
|
17193
|
-
|
|
17194
|
-
|
|
17233
|
+
Anon_45e0e0d4a0da_3: components["schemas"]["Anon_c648138a0918_6"];
|
|
17234
|
+
Anon_c648138a0918_6: number | null;
|
|
17195
17235
|
/** @default session */
|
|
17196
17236
|
Anon_6ab4ae68d10d_1: components["schemas"]["CapPeriod"];
|
|
17197
17237
|
/** @default 7 */
|
|
17198
17238
|
Anon_3380fd32e874_1: components["schemas"]["Anon_97cc9ecfdea9_20"];
|
|
17199
17239
|
Anon_97cc9ecfdea9_20: number;
|
|
17240
|
+
/** @default null */
|
|
17241
|
+
Anon_45e0e0d4a0da_4: components["schemas"]["Anon_c648138a0918_7"];
|
|
17242
|
+
Anon_c648138a0918_7: number | null;
|
|
17200
17243
|
/** @default next_tier_up */
|
|
17201
17244
|
Anon_beae1a1b3acf_1: components["schemas"]["Anon_761abd3347d0_1"];
|
|
17202
17245
|
/** @enum {string} */
|
|
@@ -17245,6 +17288,9 @@ interface components {
|
|
|
17245
17288
|
Anon_e9a5e88a9a3a: components["schemas"]["Anon_043d6e826a0f"];
|
|
17246
17289
|
/** @enum {string} */
|
|
17247
17290
|
Anon_043d6e826a0f: "active" | "churned" | "trial" | "suspended";
|
|
17291
|
+
/** @default [] */
|
|
17292
|
+
Anon_6a074055abf7: components["schemas"]["Anon_e1b8f009516e"];
|
|
17293
|
+
Anon_e1b8f009516e: ("payment_failed" | "payment_method_missing")[];
|
|
17248
17294
|
Anon_f27cb44c32f6_17: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17249
17295
|
Anon_2457cccd64aa_7: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17250
17296
|
Anon_761f976a1da1_7: string;
|
|
@@ -17274,8 +17320,8 @@ interface components {
|
|
|
17274
17320
|
/** @default custom */
|
|
17275
17321
|
Anon_f682dd74b75d: components["schemas"]["DimensionCategory"];
|
|
17276
17322
|
/** @default true */
|
|
17277
|
-
Anon_493deecc809a_6: components["schemas"]["
|
|
17278
|
-
|
|
17323
|
+
Anon_493deecc809a_6: components["schemas"]["Anon_7cb541e84f22_40"];
|
|
17324
|
+
Anon_7cb541e84f22_40: boolean;
|
|
17279
17325
|
/** @default system */
|
|
17280
17326
|
Anon_b480fc1bf6c2: components["schemas"]["DimensionSourceType"];
|
|
17281
17327
|
Anon_7e1e37293611_10: components["schemas"]["Anon_97cc9ecfdea9_22"];
|
|
@@ -17368,11 +17414,11 @@ interface components {
|
|
|
17368
17414
|
Anon_9717c0445e52_2: components["schemas"]["Anon_ea288f4ef558_5"];
|
|
17369
17415
|
Anon_ea288f4ef558_5: number;
|
|
17370
17416
|
/** @default false */
|
|
17371
|
-
Anon_062d958a93c4_6: components["schemas"]["
|
|
17372
|
-
|
|
17417
|
+
Anon_062d958a93c4_6: components["schemas"]["Anon_7cb541e84f22_41"];
|
|
17418
|
+
Anon_7cb541e84f22_41: boolean;
|
|
17373
17419
|
/** @default true */
|
|
17374
|
-
Anon_493deecc809a_7: components["schemas"]["
|
|
17375
|
-
|
|
17420
|
+
Anon_493deecc809a_7: components["schemas"]["Anon_7cb541e84f22_42"];
|
|
17421
|
+
Anon_7cb541e84f22_42: boolean;
|
|
17376
17422
|
Anon_96f9066c2fdc_54: components["schemas"]["Anon_00404e686415_57"];
|
|
17377
17423
|
Anon_00404e686415_57: string;
|
|
17378
17424
|
Anon_96f9066c2fdc_55: components["schemas"]["Anon_00404e686415_58"];
|
|
@@ -17381,8 +17427,8 @@ interface components {
|
|
|
17381
17427
|
Anon_d7461958625e_1: components["schemas"]["Anon_ea288f4ef558_6"];
|
|
17382
17428
|
Anon_ea288f4ef558_6: number;
|
|
17383
17429
|
/** @default true */
|
|
17384
|
-
Anon_493deecc809a_8: components["schemas"]["
|
|
17385
|
-
|
|
17430
|
+
Anon_493deecc809a_8: components["schemas"]["Anon_7cb541e84f22_43"];
|
|
17431
|
+
Anon_7cb541e84f22_43: boolean;
|
|
17386
17432
|
Anon_f27cb44c32f6_19: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17387
17433
|
Anon_fb248bf5a9f7_25: string;
|
|
17388
17434
|
Anon_4c26b3baab05_23: components["schemas"]["Anon_52ba84a4bbf3_1"];
|
|
@@ -17407,8 +17453,8 @@ interface components {
|
|
|
17407
17453
|
Anon_f8dbfffc0ce2_18: components["schemas"]["Anon_681004346c78_21"];
|
|
17408
17454
|
Anon_681004346c78_21: string[];
|
|
17409
17455
|
/** @default true */
|
|
17410
|
-
Anon_493deecc809a_9: components["schemas"]["
|
|
17411
|
-
|
|
17456
|
+
Anon_493deecc809a_9: components["schemas"]["Anon_7cb541e84f22_44"];
|
|
17457
|
+
Anon_7cb541e84f22_44: boolean;
|
|
17412
17458
|
Anon_f27cb44c32f6_20: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17413
17459
|
/** @default 1_per_lifetime */
|
|
17414
17460
|
Anon_b330acae3259_2: components["schemas"]["TrialLimitPolicy"];
|
|
@@ -17493,8 +17539,8 @@ interface components {
|
|
|
17493
17539
|
Anon_9c7f41b09bde_6: components["schemas"]["Anon_cddf8275afa1_8"];
|
|
17494
17540
|
Anon_cddf8275afa1_8: number;
|
|
17495
17541
|
/** @default false */
|
|
17496
|
-
Anon_062d958a93c4_7: components["schemas"]["
|
|
17497
|
-
|
|
17542
|
+
Anon_062d958a93c4_7: components["schemas"]["Anon_7cb541e84f22_45"];
|
|
17543
|
+
Anon_7cb541e84f22_45: boolean;
|
|
17498
17544
|
Anon_f27cb44c32f6_23: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17499
17545
|
Anon_fb248bf5a9f7_27: string;
|
|
17500
17546
|
Anon_4c26b3baab05_25: components["schemas"]["Anon_52ba84a4bbf3_1"];
|
|
@@ -17518,8 +17564,8 @@ interface components {
|
|
|
17518
17564
|
Anon_f8dbfffc0ce2_23: components["schemas"]["Anon_681004346c78_26"];
|
|
17519
17565
|
Anon_681004346c78_26: string[];
|
|
17520
17566
|
/** @default null */
|
|
17521
|
-
|
|
17522
|
-
|
|
17567
|
+
Anon_45e0e0d4a0da_5: components["schemas"]["Anon_c648138a0918_8"];
|
|
17568
|
+
Anon_c648138a0918_8: number | null;
|
|
17523
17569
|
/** @default 0 */
|
|
17524
17570
|
Anon_b32f11b2ff5e_5: components["schemas"]["Anon_97cc9ecfdea9_28"];
|
|
17525
17571
|
Anon_97cc9ecfdea9_28: number;
|
|
@@ -17534,8 +17580,8 @@ interface components {
|
|
|
17534
17580
|
Anon_f7fb9744a6e4_17: components["schemas"]["Anon_f090cb615c84_34"];
|
|
17535
17581
|
Anon_f090cb615c84_34: string | null;
|
|
17536
17582
|
/** @default false */
|
|
17537
|
-
Anon_062d958a93c4_8: components["schemas"]["
|
|
17538
|
-
|
|
17583
|
+
Anon_062d958a93c4_8: components["schemas"]["Anon_7cb541e84f22_46"];
|
|
17584
|
+
Anon_7cb541e84f22_46: boolean;
|
|
17539
17585
|
Anon_f27cb44c32f6_24: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17540
17586
|
Anon_761f976a1da1_9: string;
|
|
17541
17587
|
Anon_57796118d046_52: string;
|
|
@@ -17554,8 +17600,8 @@ interface components {
|
|
|
17554
17600
|
Anon_f7fb9744a6e4_20: components["schemas"]["Anon_f090cb615c84_37"];
|
|
17555
17601
|
Anon_f090cb615c84_37: string | null;
|
|
17556
17602
|
/** @default false */
|
|
17557
|
-
Anon_062d958a93c4_9: components["schemas"]["
|
|
17558
|
-
|
|
17603
|
+
Anon_062d958a93c4_9: components["schemas"]["Anon_7cb541e84f22_47"];
|
|
17604
|
+
Anon_7cb541e84f22_47: boolean;
|
|
17559
17605
|
Anon_96f9066c2fdc_58: components["schemas"]["Anon_00404e686415_61"];
|
|
17560
17606
|
Anon_00404e686415_61: string;
|
|
17561
17607
|
Anon_f27cb44c32f6_25: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
@@ -17600,8 +17646,8 @@ interface components {
|
|
|
17600
17646
|
Anon_af12d548dbee_27: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17601
17647
|
Anon_ee9224780226_7: components["schemas"]["Anon_853cc883e392_1"];
|
|
17602
17648
|
/** @default false */
|
|
17603
|
-
Anon_062d958a93c4_10: components["schemas"]["
|
|
17604
|
-
|
|
17649
|
+
Anon_062d958a93c4_10: components["schemas"]["Anon_7cb541e84f22_48"];
|
|
17650
|
+
Anon_7cb541e84f22_48: boolean;
|
|
17605
17651
|
/** @default [] */
|
|
17606
17652
|
Anon_f8dbfffc0ce2_24: components["schemas"]["Anon_681004346c78_27"];
|
|
17607
17653
|
Anon_681004346c78_27: string[];
|
|
@@ -17632,37 +17678,37 @@ interface components {
|
|
|
17632
17678
|
Anon_2457cccd64aa_8: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17633
17679
|
Anon_57796118d046_57: string;
|
|
17634
17680
|
/** @default false */
|
|
17635
|
-
Anon_062d958a93c4_11: components["schemas"]["
|
|
17636
|
-
|
|
17681
|
+
Anon_062d958a93c4_11: components["schemas"]["Anon_7cb541e84f22_49"];
|
|
17682
|
+
Anon_7cb541e84f22_49: boolean;
|
|
17637
17683
|
/** @default not_started */
|
|
17638
17684
|
Anon_3150913876f5: components["schemas"]["OnboardingState"];
|
|
17639
17685
|
/** @default false */
|
|
17640
|
-
Anon_4dc549443053_2: components["schemas"]["
|
|
17641
|
-
Anon_7cb541e84f22_48: boolean;
|
|
17642
|
-
/** @default false */
|
|
17643
|
-
Anon_4dc549443053_3: components["schemas"]["Anon_7cb541e84f22_49"];
|
|
17644
|
-
Anon_7cb541e84f22_49: boolean;
|
|
17645
|
-
/** @default false */
|
|
17646
|
-
Anon_4dc549443053_4: components["schemas"]["Anon_7cb541e84f22_50"];
|
|
17686
|
+
Anon_4dc549443053_2: components["schemas"]["Anon_7cb541e84f22_50"];
|
|
17647
17687
|
Anon_7cb541e84f22_50: boolean;
|
|
17648
17688
|
/** @default false */
|
|
17649
|
-
|
|
17689
|
+
Anon_4dc549443053_3: components["schemas"]["Anon_7cb541e84f22_51"];
|
|
17650
17690
|
Anon_7cb541e84f22_51: boolean;
|
|
17651
17691
|
/** @default false */
|
|
17652
|
-
|
|
17692
|
+
Anon_4dc549443053_4: components["schemas"]["Anon_7cb541e84f22_52"];
|
|
17653
17693
|
Anon_7cb541e84f22_52: boolean;
|
|
17654
|
-
/** @default
|
|
17655
|
-
|
|
17694
|
+
/** @default false */
|
|
17695
|
+
Anon_4dc549443053_5: components["schemas"]["Anon_7cb541e84f22_53"];
|
|
17656
17696
|
Anon_7cb541e84f22_53: boolean;
|
|
17657
|
-
/** @default
|
|
17658
|
-
|
|
17697
|
+
/** @default false */
|
|
17698
|
+
Anon_4dc549443053_6: components["schemas"]["Anon_7cb541e84f22_54"];
|
|
17659
17699
|
Anon_7cb541e84f22_54: boolean;
|
|
17660
17700
|
/** @default true */
|
|
17661
|
-
|
|
17701
|
+
Anon_493deecc809a_10: components["schemas"]["Anon_7cb541e84f22_55"];
|
|
17662
17702
|
Anon_7cb541e84f22_55: boolean;
|
|
17663
|
-
/** @default
|
|
17664
|
-
|
|
17703
|
+
/** @default true */
|
|
17704
|
+
Anon_493deecc809a_11: components["schemas"]["Anon_7cb541e84f22_56"];
|
|
17665
17705
|
Anon_7cb541e84f22_56: boolean;
|
|
17706
|
+
/** @default true */
|
|
17707
|
+
Anon_493deecc809a_12: components["schemas"]["Anon_7cb541e84f22_57"];
|
|
17708
|
+
Anon_7cb541e84f22_57: boolean;
|
|
17709
|
+
/** @default false */
|
|
17710
|
+
Anon_062d958a93c4_12: components["schemas"]["Anon_7cb541e84f22_58"];
|
|
17711
|
+
Anon_7cb541e84f22_58: boolean;
|
|
17666
17712
|
/** @default USD */
|
|
17667
17713
|
Anon_64586219ef83: components["schemas"]["Anon_9b3712d35cb1_4"];
|
|
17668
17714
|
Anon_9b3712d35cb1_4: string;
|
|
@@ -17688,8 +17734,8 @@ interface components {
|
|
|
17688
17734
|
Anon_f7fb9744a6e4_26: components["schemas"]["Anon_f090cb615c84_43"];
|
|
17689
17735
|
Anon_f090cb615c84_43: string | null;
|
|
17690
17736
|
/** @default true */
|
|
17691
|
-
Anon_493deecc809a_13: components["schemas"]["
|
|
17692
|
-
|
|
17737
|
+
Anon_493deecc809a_13: components["schemas"]["Anon_7cb541e84f22_59"];
|
|
17738
|
+
Anon_7cb541e84f22_59: boolean;
|
|
17693
17739
|
Anon_f27cb44c32f6_29: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17694
17740
|
Anon_fb248bf5a9f7_30: string;
|
|
17695
17741
|
Anon_2457cccd64aa_10: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
@@ -17715,8 +17761,8 @@ interface components {
|
|
|
17715
17761
|
Anon_409e3500a87a_1: components["schemas"]["Anon_c59f38ec05ae_1"];
|
|
17716
17762
|
Anon_c59f38ec05ae_1: ("email" | "in_app" | "webhook")[];
|
|
17717
17763
|
/** @default true */
|
|
17718
|
-
Anon_493deecc809a_14: components["schemas"]["
|
|
17719
|
-
|
|
17764
|
+
Anon_493deecc809a_14: components["schemas"]["Anon_7cb541e84f22_60"];
|
|
17765
|
+
Anon_7cb541e84f22_60: boolean;
|
|
17720
17766
|
Anon_fb248bf5a9f7_31: string;
|
|
17721
17767
|
Anon_2457cccd64aa_11: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17722
17768
|
/** @default null */
|
|
@@ -17742,23 +17788,23 @@ interface components {
|
|
|
17742
17788
|
/** @default 30 */
|
|
17743
17789
|
Anon_e7c3d01ff506_1: components["schemas"]["Anon_97cc9ecfdea9_30"];
|
|
17744
17790
|
Anon_97cc9ecfdea9_30: number;
|
|
17791
|
+
/** @default 60 */
|
|
17792
|
+
Anon_00a4830d89d2_1: components["schemas"]["Anon_97cc9ecfdea9_31"];
|
|
17793
|
+
Anon_97cc9ecfdea9_31: number;
|
|
17745
17794
|
/** @default off */
|
|
17746
17795
|
Anon_5d5e35b408d7_1: components["schemas"]["PlacementTestMode"];
|
|
17747
17796
|
/** @default null */
|
|
17748
17797
|
Anon_e476f3352599: components["schemas"]["Anon_55e8f49b5e3d_1"];
|
|
17749
17798
|
Anon_55e8f49b5e3d_1: ("hour" | "day" | "week" | "month" | "session") | null;
|
|
17750
17799
|
/** @default false */
|
|
17751
|
-
Anon_062d958a93c4_13: components["schemas"]["
|
|
17752
|
-
|
|
17800
|
+
Anon_062d958a93c4_13: components["schemas"]["Anon_7cb541e84f22_61"];
|
|
17801
|
+
Anon_7cb541e84f22_61: boolean;
|
|
17753
17802
|
/** @default false */
|
|
17754
|
-
Anon_062d958a93c4_14: components["schemas"]["
|
|
17755
|
-
|
|
17756
|
-
/** @default 24 */
|
|
17757
|
-
Anon_984838fcbd64: components["schemas"]["Anon_97cc9ecfdea9_31"];
|
|
17758
|
-
Anon_97cc9ecfdea9_31: number;
|
|
17803
|
+
Anon_062d958a93c4_14: components["schemas"]["Anon_7cb541e84f22_62"];
|
|
17804
|
+
Anon_7cb541e84f22_62: boolean;
|
|
17759
17805
|
/** @default false */
|
|
17760
|
-
Anon_062d958a93c4_15: components["schemas"]["
|
|
17761
|
-
|
|
17806
|
+
Anon_062d958a93c4_15: components["schemas"]["Anon_7cb541e84f22_63"];
|
|
17807
|
+
Anon_7cb541e84f22_63: boolean;
|
|
17762
17808
|
/** @default highest_priority */
|
|
17763
17809
|
Anon_54bb39acf789: components["schemas"]["Anon_be07849383a6_1"];
|
|
17764
17810
|
/** @enum {string} */
|
|
@@ -17837,8 +17883,8 @@ interface components {
|
|
|
17837
17883
|
Anon_2aa59aec1f23_6: components["schemas"]["Anon_97cc9ecfdea9_32"];
|
|
17838
17884
|
Anon_97cc9ecfdea9_32: number;
|
|
17839
17885
|
/** @default false */
|
|
17840
|
-
Anon_062d958a93c4_16: components["schemas"]["
|
|
17841
|
-
|
|
17886
|
+
Anon_062d958a93c4_16: components["schemas"]["Anon_7cb541e84f22_64"];
|
|
17887
|
+
Anon_7cb541e84f22_64: boolean;
|
|
17842
17888
|
Anon_711dc9708535_17: components["schemas"]["Anon_11c9ad639448_1"];
|
|
17843
17889
|
Anon_f27cb44c32f6_31: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17844
17890
|
/** @enum {string} */
|
|
@@ -17851,8 +17897,8 @@ interface components {
|
|
|
17851
17897
|
Anon_96f9066c2fdc_60: components["schemas"]["Anon_00404e686415_64"];
|
|
17852
17898
|
Anon_00404e686415_64: string;
|
|
17853
17899
|
/** @default false */
|
|
17854
|
-
Anon_062d958a93c4_17: components["schemas"]["
|
|
17855
|
-
|
|
17900
|
+
Anon_062d958a93c4_17: components["schemas"]["Anon_7cb541e84f22_65"];
|
|
17901
|
+
Anon_7cb541e84f22_65: boolean;
|
|
17856
17902
|
Anon_711dc9708535_18: components["schemas"]["Anon_11c9ad639448_1"];
|
|
17857
17903
|
/** @default null */
|
|
17858
17904
|
Anon_f7fb9744a6e4_27: components["schemas"]["Anon_f090cb615c84_44"];
|
|
@@ -17867,8 +17913,8 @@ interface components {
|
|
|
17867
17913
|
Anon_af12d548dbee_30: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17868
17914
|
Anon_ee9224780226_8: components["schemas"]["Anon_853cc883e392_1"];
|
|
17869
17915
|
/** @default false */
|
|
17870
|
-
Anon_4dc549443053_7: components["schemas"]["
|
|
17871
|
-
|
|
17916
|
+
Anon_4dc549443053_7: components["schemas"]["Anon_7cb541e84f22_66"];
|
|
17917
|
+
Anon_7cb541e84f22_66: boolean;
|
|
17872
17918
|
/** @default active */
|
|
17873
17919
|
Anon_0dd6689843fe: components["schemas"]["EnvironmentStatus"];
|
|
17874
17920
|
/** @default null */
|
|
@@ -17876,14 +17922,14 @@ interface components {
|
|
|
17876
17922
|
Anon_f090cb615c84_45: string | null;
|
|
17877
17923
|
Anon_24a0ac3f017b: components["schemas"]["Anon_11c9ad639448_1"];
|
|
17878
17924
|
/** @default null */
|
|
17879
|
-
Anon_f11abbefcf83: components["schemas"]["
|
|
17880
|
-
|
|
17925
|
+
Anon_f11abbefcf83: components["schemas"]["Anon_c648138a0918_9"];
|
|
17926
|
+
Anon_c648138a0918_9: number | null;
|
|
17881
17927
|
/** @default false */
|
|
17882
|
-
Anon_062d958a93c4_18: components["schemas"]["
|
|
17883
|
-
|
|
17928
|
+
Anon_062d958a93c4_18: components["schemas"]["Anon_7cb541e84f22_67"];
|
|
17929
|
+
Anon_7cb541e84f22_67: boolean;
|
|
17884
17930
|
/** @default false */
|
|
17885
|
-
Anon_062d958a93c4_19: components["schemas"]["
|
|
17886
|
-
|
|
17931
|
+
Anon_062d958a93c4_19: components["schemas"]["Anon_7cb541e84f22_68"];
|
|
17932
|
+
Anon_7cb541e84f22_68: boolean;
|
|
17887
17933
|
Anon_96f9066c2fdc_61: components["schemas"]["Anon_00404e686415_65"];
|
|
17888
17934
|
Anon_00404e686415_65: string;
|
|
17889
17935
|
Anon_f27cb44c32f6_34: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
@@ -17971,8 +18017,8 @@ interface components {
|
|
|
17971
18017
|
Anon_1c33d69dbfa9_1: string;
|
|
17972
18018
|
Anon_ee9224780226_9: components["schemas"]["Anon_853cc883e392_1"];
|
|
17973
18019
|
/** @default true */
|
|
17974
|
-
Anon_493deecc809a_15: components["schemas"]["
|
|
17975
|
-
|
|
18020
|
+
Anon_493deecc809a_15: components["schemas"]["Anon_7cb541e84f22_69"];
|
|
18021
|
+
Anon_7cb541e84f22_69: boolean;
|
|
17976
18022
|
Anon_872e58432369_4: string;
|
|
17977
18023
|
/** @default null */
|
|
17978
18024
|
Anon_7dbd1de5e9ee: components["schemas"]["Anon_39a43881005e_2"];
|
|
@@ -17992,19 +18038,19 @@ interface components {
|
|
|
17992
18038
|
Anon_26f9ae47e188: components["schemas"]["Anon_f5f914e20719_1"];
|
|
17993
18039
|
Anon_f5f914e20719_1: string | null;
|
|
17994
18040
|
/** @default false */
|
|
17995
|
-
Anon_062d958a93c4_20: components["schemas"]["
|
|
17996
|
-
|
|
18041
|
+
Anon_062d958a93c4_20: components["schemas"]["Anon_7cb541e84f22_70"];
|
|
18042
|
+
Anon_7cb541e84f22_70: boolean;
|
|
17997
18043
|
/** @default [] */
|
|
17998
18044
|
Anon_39888a32a8f7: components["schemas"]["Anon_7618621a871f_1"];
|
|
17999
18045
|
Anon_7618621a871f_1: string[];
|
|
18000
18046
|
/** @default false */
|
|
18001
|
-
Anon_062d958a93c4_21: components["schemas"]["
|
|
18002
|
-
|
|
18047
|
+
Anon_062d958a93c4_21: components["schemas"]["Anon_7cb541e84f22_71"];
|
|
18048
|
+
Anon_7cb541e84f22_71: boolean;
|
|
18003
18049
|
Anon_3b8fc1cd9e8b_5: string;
|
|
18004
18050
|
Anon_872e58432369_5: string;
|
|
18005
18051
|
/** @default false */
|
|
18006
|
-
Anon_062d958a93c4_22: components["schemas"]["
|
|
18007
|
-
|
|
18052
|
+
Anon_062d958a93c4_22: components["schemas"]["Anon_7cb541e84f22_72"];
|
|
18053
|
+
Anon_7cb541e84f22_72: boolean;
|
|
18008
18054
|
Anon_24a0ac3f017b_5: components["schemas"]["Anon_11c9ad639448_1"];
|
|
18009
18055
|
/** @default production */
|
|
18010
18056
|
Anon_a2f8ac1ffbf6: components["schemas"]["Anon_9ac136edb99a_20"];
|
|
@@ -18133,10 +18179,10 @@ interface components {
|
|
|
18133
18179
|
Anon_97cc9ecfdea9_39: number;
|
|
18134
18180
|
Anon_7e1e37293611_16: components["schemas"]["Anon_97cc9ecfdea9_40"];
|
|
18135
18181
|
Anon_97cc9ecfdea9_40: number;
|
|
18136
|
-
|
|
18137
|
-
|
|
18138
|
-
|
|
18139
|
-
|
|
18182
|
+
Anon_fb9ddeea992e_8: components["schemas"]["Anon_7cb541e84f22_73"];
|
|
18183
|
+
Anon_7cb541e84f22_73: boolean;
|
|
18184
|
+
Anon_fb9ddeea992e_9: components["schemas"]["Anon_7cb541e84f22_74"];
|
|
18185
|
+
Anon_7cb541e84f22_74: boolean;
|
|
18140
18186
|
Anon_f86c1754c55e_1: components["schemas"]["Anon_86408dfcaaac_3"];
|
|
18141
18187
|
Anon_86408dfcaaac_3: {
|
|
18142
18188
|
[key: string]: string;
|
|
@@ -18435,7 +18481,7 @@ interface components {
|
|
|
18435
18481
|
applicable_plan_ids: components["schemas"]["Anon_f8dbfffc0ce2_21"];
|
|
18436
18482
|
applicable_addon_ids: components["schemas"]["Anon_f8dbfffc0ce2_22"];
|
|
18437
18483
|
target_segment_ids: components["schemas"]["Anon_f8dbfffc0ce2_23"];
|
|
18438
|
-
max_redemptions: components["schemas"]["
|
|
18484
|
+
max_redemptions: components["schemas"]["Anon_45e0e0d4a0da_5"];
|
|
18439
18485
|
current_redemptions: components["schemas"]["Anon_b32f11b2ff5e_5"];
|
|
18440
18486
|
coupon_code?: components["schemas"]["Anon_409d6333b38e_5"];
|
|
18441
18487
|
starts_at: components["schemas"]["Anon_711dc9708535_13"];
|
|
@@ -18448,6 +18494,7 @@ interface components {
|
|
|
18448
18494
|
PlacementSettingsCapStateOutput: {
|
|
18449
18495
|
capRules: components["schemas"]["Anon_c13cc3185eb9"];
|
|
18450
18496
|
sessionCooldownMinutes: components["schemas"]["Anon_e7c3d01ff506_1"];
|
|
18497
|
+
remindLaterMinutes: components["schemas"]["Anon_00a4830d89d2_1"];
|
|
18451
18498
|
testMode: components["schemas"]["Anon_5d5e35b408d7_1"];
|
|
18452
18499
|
};
|
|
18453
18500
|
PlacementSettingsCapRuleOutput: {
|
|
@@ -18494,8 +18541,8 @@ interface components {
|
|
|
18494
18541
|
plan?: components["schemas"]["Anon_f104771c9d3e"];
|
|
18495
18542
|
usage: components["schemas"]["Anon_6e82965b87e8"];
|
|
18496
18543
|
trial?: components["schemas"]["Anon_62987609f086"];
|
|
18497
|
-
payment_failed?: components["schemas"]["
|
|
18498
|
-
payment_at_risk?: components["schemas"]["
|
|
18544
|
+
payment_failed?: components["schemas"]["Anon_fb9ddeea992e_8"];
|
|
18545
|
+
payment_at_risk?: components["schemas"]["Anon_fb9ddeea992e_9"];
|
|
18499
18546
|
tiers?: components["schemas"]["Anon_f86c1754c55e_1"];
|
|
18500
18547
|
entitlements: components["schemas"]["Anon_a71fa5274014"];
|
|
18501
18548
|
instances?: components["schemas"]["Anon_ef1dd07b9cb1"];
|
|
@@ -19998,6 +20045,7 @@ interface operations {
|
|
|
19998
20045
|
max_per_period?: components["schemas"]["Anon_45e0e0d4a0da"];
|
|
19999
20046
|
max_period_unit?: components["schemas"]["Anon_6ab4ae68d10d"];
|
|
20000
20047
|
cooldown_after_dismiss_days?: components["schemas"]["Anon_3380fd32e874"];
|
|
20048
|
+
remind_later_minutes?: components["schemas"]["Anon_45e0e0d4a0da_1"];
|
|
20001
20049
|
recommendation_strategy?: components["schemas"]["Anon_beae1a1b3acf"];
|
|
20002
20050
|
recommendation_plan_override?: components["schemas"]["Anon_96f9066c2fdc_11"];
|
|
20003
20051
|
};
|
|
@@ -20060,6 +20108,7 @@ interface operations {
|
|
|
20060
20108
|
max_per_period?: components["schemas"]["Anon_45e0e0d4a0da"];
|
|
20061
20109
|
max_period_unit?: components["schemas"]["Anon_6ab4ae68d10d"];
|
|
20062
20110
|
cooldown_after_dismiss_days?: components["schemas"]["Anon_3380fd32e874"];
|
|
20111
|
+
remind_later_minutes?: components["schemas"]["Anon_45e0e0d4a0da_1"];
|
|
20063
20112
|
recommendation_strategy?: components["schemas"]["Anon_beae1a1b3acf"];
|
|
20064
20113
|
recommendation_plan_override?: components["schemas"]["Anon_96f9066c2fdc_11"];
|
|
20065
20114
|
};
|
|
@@ -20477,6 +20526,67 @@ declare class BrowserRuntime extends LocalRuntime {
|
|
|
20477
20526
|
ready(): Promise<void>;
|
|
20478
20527
|
}
|
|
20479
20528
|
|
|
20529
|
+
/**
|
|
20530
|
+
* Server-user-context provider (plan 165 TASK-4 = plan 157's "provider auto-wire"
|
|
20531
|
+
* follow-up).
|
|
20532
|
+
*
|
|
20533
|
+
* Surfaces the user's SERVER-KNOWN, client-safe context — fetched from
|
|
20534
|
+
* `GET /api/sdk/client-context` (plan 157) — into the evaluation traits bag under
|
|
20535
|
+
* the `traits:server` namespace, so segment/placement evaluation can match on
|
|
20536
|
+
* RevTurbine-authoritative signals (trial state, coarse billing) that the app
|
|
20537
|
+
* cannot self-assert.
|
|
20538
|
+
*
|
|
20539
|
+
* Precedence: the SDK merges `traits:<namespace>` domains into one unified traits
|
|
20540
|
+
* bag; app-provided traits take precedence over server traits. This provider only
|
|
20541
|
+
* contributes the server-authoritative signals below — it never overwrites an
|
|
20542
|
+
* app-set trait of the same name.
|
|
20543
|
+
*
|
|
20544
|
+
* Security (rides plan 157's client-session token model): the snapshot is fed
|
|
20545
|
+
* EXCLUSIVELY from the token-authenticated `GET /api/sdk/client-context` fetch —
|
|
20546
|
+
* authorized by the opaque `rt_client_` token the customer's backend mints (via
|
|
20547
|
+
* `clientSessions.create`, optionally through the hardened OIDC exchange). It is
|
|
20548
|
+
* never populated from app-assertable input, so an app cannot forge
|
|
20549
|
+
* server-authoritative signals (trial state, billing) into `traits:server`; and
|
|
20550
|
+
* because the token scopes the read to its own subject, one user cannot read
|
|
20551
|
+
* another's server context. Server-side entitlement checks remain authoritative
|
|
20552
|
+
* regardless of what the browser evaluates. The snapshot carries no raw PII (the
|
|
20553
|
+
* serve already projected the client-safe view); the transmit path applies
|
|
20554
|
+
* `redactPii` to trait/event payloads before they leave the browser regardless.
|
|
20555
|
+
*/
|
|
20556
|
+
|
|
20557
|
+
/**
|
|
20558
|
+
* The client-safe, server-known signals surfaced as `traits:server` traits.
|
|
20559
|
+
* Sourced from the mapped `/api/sdk/client-context` response.
|
|
20560
|
+
*/
|
|
20561
|
+
interface ServerUserContextSnapshot {
|
|
20562
|
+
/** Trial signals the control plane owns. */
|
|
20563
|
+
trial?: {
|
|
20564
|
+
in_trial?: boolean;
|
|
20565
|
+
state?: string;
|
|
20566
|
+
days_remaining?: number;
|
|
20567
|
+
};
|
|
20568
|
+
/** Coarse billing-recovery signal (raw failed-payment detail never crosses the boundary). */
|
|
20569
|
+
payment_at_risk?: boolean;
|
|
20570
|
+
}
|
|
20571
|
+
/** The `traits:server` domain name — a `TraitsNamespace`. */
|
|
20572
|
+
declare const SERVER_TRAITS_DOMAIN: "traits:server";
|
|
20573
|
+
/**
|
|
20574
|
+
* A {@link TraitsProvider} keyed to `traits:server`. Auto-wired by the SDK when a
|
|
20575
|
+
* client-context token is configured; call {@link setSnapshot} whenever a fresh
|
|
20576
|
+
* server context is fetched.
|
|
20577
|
+
*/
|
|
20578
|
+
declare class ServerUserContextProvider implements TraitsProvider<'traits:server'> {
|
|
20579
|
+
readonly domain: "traits:server";
|
|
20580
|
+
private snapshot;
|
|
20581
|
+
/** Replace the server-known snapshot (called after each client-context fetch). */
|
|
20582
|
+
setSnapshot(snapshot: ServerUserContextSnapshot): void;
|
|
20583
|
+
/** Whether any server signal is currently present. */
|
|
20584
|
+
hasSignals(): boolean;
|
|
20585
|
+
/** Resolve the current `traits:server` state for evaluation. */
|
|
20586
|
+
resolve(): TraitsProviderState;
|
|
20587
|
+
private toTraits;
|
|
20588
|
+
}
|
|
20589
|
+
|
|
20480
20590
|
/**
|
|
20481
20591
|
* Analytics adapter — bridges RevTurbine SDK events to third-party analytics
|
|
20482
20592
|
* platforms (Heap, Segment, Amplitude, Mixpanel, PostHog, custom, etc.).
|
|
@@ -20977,5 +21087,5 @@ declare class RevTurbineServer {
|
|
|
20977
21087
|
private fetchTheme;
|
|
20978
21088
|
}
|
|
20979
21089
|
|
|
20980
|
-
export { AddOnSchema, AddOnVariationSchema, AlertSchema, AnchorFields, ApiKeySchema, ApiKeyStatusSchema, AuditActorTypeSchema, AuditEventSchema, AuthAccountSchema, AuthApiKeySchema, AuthInvitationSchema, AuthMemberSchema, AuthOrganizationSchema, AuthPasskeySchema, AuthSessionSchema, AuthSsoProviderSchema, AuthTwoFactorSchema, AuthUserSchema, AuthVerificationSchema, BillingCadenceSchema, BillingHealthStatusSchema, BrandingConfigSchema, BrowserRuntime, BrowserStorage, CONTROL_PLANE_EVENT_SOURCE, CONTROL_PLANE_SOURCE_KEY, CapEnforcer, CapPeriodSchema$1 as CapPeriodSchema, ChangeLogActionSchema, ChangeLogEntrySchema, ClientContextSchema, ClientSafe, CohortMonthSchema, ContentPayloadSegmentEntrySchema, ContentPlacementPayloadSchema, ContentPromotionSchema, ContentUiPathSchema, ContextVisibility, ControlPlaneEventSourceSchema, ControlPlaneEventTypeSchema, ControlPlaneSemanticEventSchema, CtaActionTypeSchema, CtaObjectSchema, CtaPathSchema, CtaPathTypeSchema, CurrencySchema, CustomerOverrideDurationSchema, CustomerOverrideSchema, CustomerOverrideStatusSchema, CustomerOverrideTypeSchema, CustomerSchema, DEFAULT_BRANDING, DEFAULT_THEME, DataClassification, DecisionEngine, DecisionLogSchema, DecisionOnly, DescriptionField, DimensionCategorySchema, DimensionSourceTypeSchema, DiscountTypeSchema, DomainProviderRegistry, DriftReportSchema, EnforcementActionSchema, EnforcementModeSchema, EntitlementCheckResultSchema, EntitlementEvalLogSchema, EntitlementGate, EntitlementGrantSchema, EntitlementGrantSetSchema, EntitlementGrantSourceSchema, EntitlementGrantStatusSchema, EntitlementRulePeriodUnitSchema, EntitlementRuleSchema, EntitlementRuleTargetKindSchema, EntitlementRuleTargetSchema, EntitlementRuleValidatedSchema, EntitlementRuleVariantSchema, EntitlementSchema, EntitlementStatusSchema, EntitlementTypeSchema, EnvironmentPromotionRequestSchema, EnvironmentSchema, EnvironmentStatusSchema, EventEnvelopeSchema, EventIngestBatchSchema, EventSearchParamsSchema, EventSourceSchema, ExperimentSchema, ExperimentStatusSchema, ExperimentTypeSchema, ExperimentVariantSchema, RevTurbineConfigPlacementItemSchema as ExportedConfigPlacementItemSchema, RevTurbineConfigSchema as ExportedConfigSchema, RevTurbineConfigSegmentsItemPredicatesItemSchema as ExportedConfigSegmentsItemPredicatesItemSchema, RevTurbineConfigSegmentsItemSchema as ExportedConfigSegmentsItemSchema, RevTurbineConfigUiPathActionTypeSchema as ExportedConfigUiPathActionTypeSchema, FIXED_BANNER_TEMPLATE_IDS, FIXED_SURFACE_TEMPLATE_IDS, FeatureFlagSchema, FeatureFlagValueSchema, FeatureGateTriggerPayloadSchema, FieldDefinitionSchema, FlagValueTypeSchema, FreeTrialRuleSchema, FreeTrialSettingsSchema, FunnelStepSchema, GATED_SURFACE_TEMPLATE_IDS, GENERAL_BANNER_TEMPLATE_IDS, GENERAL_MODAL_TEMPLATE_IDS, GENERAL_TOAST_TEMPLATE_IDS, HANDLE_PATTERN, HandleField, INGEST_WRITE_SCOPE, IdField, IdentityKind, IdentitySchema, InMemoryStorage, IngestedEventSchema, InteractionTracker, InvitationStatusSchema, KpiAggregateSchema, MESSAGE_SURFACE_TEMPLATE_IDS, McpConfigSchema, McpTokenScopeSchema, MessageBlockContentSchema, MessageBlockRecordSchema, MessageBlockSchema, MessageSchema, MetadataField, MeteringConfigSchema, NameField, NullableDatetimeField, OnboardingChecklistSchema, OnboardingStateSchema, OptimizationSuggestionSchema, OrgMemberRoleSchema, PERSISTED_SCHEMA_FACET_EXEMPTIONS, PLAYBOOK_FORMAT_VERSION, PaginatedResponseSchema, PaginationParamsSchema, PaymentTriggerPayloadSchema, PermissionActionSchema, PermissionResourceSchema, PermissionSchema, PersonalizationTokenSchema, PlacementCapRuleSchema, PlacementCategorySchema, PlacementController, PlacementDecisionOutputSchema, PlacementPayloadSchema, PlacementPerformanceRowSchema, PlacementSchema, PlacementSettingsCapRuleGroupItemSchema, PlacementSettingsCapRuleSchema, PlacementSettingsCapStateSchema, PlacementSettingsSchema, PlacementTestModeSchema, PlacementTestUserIdentifierTypeSchema, PlacementTestUserSchema, PlacementTypeRegistry, PlacementVariantSchema, PlacementWarningCodeSchema, PlacementWarningSchema, PlanSchema, PlanVariationSchema, PlanVisibilitySchema, PlaybookBodySchema, PlaybookHeaderSchema, PlaybookObjectSchema, PlaybookSchema, PlaybookStrictSchema, PlaybookVersionDeployResultSchema, PlaybookVersionDiffSchema, PlaybookVersionEntrySummarySchema, PlaybookVersionSchema, PlaybookVersionStatusSchema, PresentationRecordSchema, PriceSourceSchema, PricingModelSchema, PromotionSchema, PromotionStatusSchema, ROLE_PERMISSIONS, ROLE_RANK, ApiError as RevTurbineApiError, RevTurbineConfigAddonVariationsItemSchema, RevTurbineConfigAddonsItemSchema, RevTurbineConfigEnforcementDefaultsItemSchema, RevTurbineConfigEntitlementRulesItemSchema, RevTurbineConfigEntitlementsItemSchema, RevTurbineConfigMeterBindingsItemSchema, RevTurbineConfigPeriodCapSchema, RevTurbineConfigPersonalizationTokensItemSchema, RevTurbineConfigPlacementCategorySchema, RevTurbineConfigPlacementItemSchema, RevTurbineConfigPlacementPayloadItemSchema, RevTurbineConfigPlacementSettingsItemSchema, RevTurbineConfigPlacementSlotsItemSchema, RevTurbineConfigPlacementTriggerSchema, RevTurbineConfigPlanVariationsItemSchema, RevTurbineConfigPlansItemSchema, RevTurbineConfigSchema, RevTurbineConfigSeatTypesItemSchema, RevTurbineConfigSegmentDimensionsItemSchema, RevTurbineConfigSegmentsItemPredicatesItemSchema, RevTurbineConfigSegmentsItemSchema, RevTurbineConfigSlotConfigsItemSchema, RevTurbineConfigStudioCtaConfigSchema, RevTurbineConfigStudioPayloadCapsSchema, RevTurbineConfigStudioPayloadSchema, RevTurbineConfigStudioPayloadSurfaceSchema, RevTurbineConfigStudioPayloadTargetSchema, RevTurbineConfigSurfaceTemplatesItemFieldsItemSchema, RevTurbineConfigSurfaceTemplatesItemSchema, RevTurbineConfigUiPathActionTypeSchema, RevTurbineCustomerSdk, RevTurbineServer, RevenueMetricSchema, ReverseTrialRuleSchema, ReverseTrialSettingsSchema, ReverseTrialStartPolicySchema, RoleSchema, RuleVisibilitySchema, RuntimeMode, RuntimePromotionSnapshotSchema, SchemaContext, SchemaExposure, SchemaPersistence, SchemaSource, SdkConfigShapeSchema, SdkMetaEventSchema, SdkMetaEventTypeSchema, SdkMetaIngestBatchSchema, SdkSession, SeatTypeSchema, SegmentDimensionSchema, SegmentSchema, SegmentValueSchema, SemanticEventSchema, ServerEvaluationPayloadDecisionsItemSchema, ServerEvaluationPayloadEntitlementsValueSchema, ServerEvaluationPayloadSchema, ServerEvaluationPayloadTrialStatusSchema, ServerEvaluationPayloadUserContextSchema, ServerEvaluationPayloadUserSchema, ServerOnly, SeveritySchema, StripeIntegrationConfigSchema, StripePriceBillingPeriodSchema, StripePriceMockBillingPeriodSchema, StripePriceMockSchema, StripePriceSchema, StudioSurfaceTypeSchema, SuggestionSeveritySchema, SupersessionReasonSchema, SupersessionRecordSchema, SurfaceSlotSchema, SurfaceTemplateSchema, SurfaceTypeCapRuleSchema, SurfaceTypeSchema, TemplateFieldTypeSchema, TenantConfigSchema, TenantIdField, TenantSchema, TenantStatusSchema, ThemeSchema, TimestampFields, TrackEventSchema, TrackIngestBatchSchema, TreatmentInteractionInputSchema, TreatmentInteractionTypeSchema, TrialEligibilityScopeSchema, TrialInstanceSchema, TrialLimitPolicySchema, TrialStatusSchema, TrialTriggerPayloadSchema, TriggerEventTypeSchema, UiPreferenceSchema, UsageAllocationSchema$1 as UsageAllocationSchema, UsageEnforcementSettingsSchema, UsagePeriodScopeSchema, UsageTriggerPayloadSchema, UserContextSchema, UserInstanceContextSchema, UserPlanContextSchema, UserRoleSchema, UserTrialStatusSchema, UserUsageEntrySchema, VersionFields, WebhookEventLogSchema, WebhookEventSourceSchema, WebhookEventStatusSchema, analyticsPaths, applyValueMaps, buildControlPlaneEvent, changelogPaths, clearPersistedTheme, collectPersistedSchemas, collectVersionedConfigEntities, configPaths, contentPaths, createAnalyticsProvider, createChainedPlacementRequest, createCustomEndpointRuntimeConfig, createEntitlementPlacementRequest, createHydrationProviders, createLocalRuntimeConfig, createPostHogAnalyticsProvider, createPostHogIntegration, createRevTurbineApiClient, createSemanticEvent, createServerRuntimeConfig, createSlotPlacementRequest, createStaticPlacementContentLookupProvider, createStaticPlacementResolver, createStaticProviders, createStrictLocalRuntimeConfig, createTreatmentInteraction, customerPaths, defineUiPathResolvers, deriveLocalTrialStatusFromInstance, deriveReverseTrialGrants, entitlementPaths, environmentPaths, evaluateSegments, evaluateTrialStatus, eventPaths, experimentPaths, filterExternalSchemas, filterPersistedSchemas, findActiveTrialInstance, findLatestStartedTrialInstance, getDefaultRegistry, getFieldClassification, getFieldVisibility, getObjectFieldClassifications, getObjectFieldVisibilities, getSchemaClassification, getSchemaDeprecation, getSchemaExposure, getSchemaFacets, getSchemaIdentity, getSchemaPersistence, initRevTurbine, isBrowser, isServer, isVersionedConfigEntity, loadTheme, makeAnchor, mergeTheme, mintedIdentity, namedIdentity, normalizeConfigArtifactOrThrow, normalizeLegacyConfig, parsePlaybook, parsePromotion, parseUiPath, placementPaths, planPaths, playbookVersionPaths, projectClientSafe, promotionPaths, registerBuiltinSlotTypes, requireSchemaFacets, resetDefaultRegistry, resolveBranding, resolveContent, resolveLocalPlaybook, resolvePayloadForUser, resolvePayloadForUserWithProvider, resolvePersistentStorage, resolveSessionStorage, resolveTokens, runtimePaths, schemaDeprecation, schemaFacets, scopesSubsetOfRole, segmentPaths, settingsPaths, tenantPaths, toCreateSchema, toWritableSchema, trialPaths, uiPreferencePaths, userContextPaths, validatePlacementThresholdWarnings };
|
|
20981
|
-
export type { AdapterBaseOptions, AddOn, AddOnVariation, Alert, AnalyticsEventHandler, AnalyticsEventProperties, AnalyticsEventTransformer, AnalyticsProviderOptions, AnyDomainProvider, ApiKey, ApiKeyStatus, AuditActorType, AuditEvent, AuthAccount, AuthApiKey, AuthInvitation, AuthMember, AuthOrganization, AuthPasskey, AuthSession, AuthSsoProvider, AuthTwoFactor, AuthUser, AuthVerification, BillingCadence, BillingHealthStatus, BrandingConfig, BrandingResolutionInput, BrandingSource, BrowserRuntimeOptions, CapEnforcementResult, CapPeriod, ChangeListener, ChangeLogAction, ChangeLogEntry, ClientContext, CohortMonth, ConfigArtifact, ContentPayloadSegmentEntry, ContentPlacementPayload, ContentPromotion, ContentProvider, ContentProviderState, ContentUiPath, ControlPlaneEmitInput, ControlPlaneEventSource, ControlPlaneEventType, ControlPlaneSemanticEvent, CtaActionType, CtaHandler, CtaHandlerMap, CtaHandlerProvider, CtaHandlerProviderState, CtaObject, CtaPath, CtaPathType, Currency, Customer, CustomerOverride, CustomerOverrideDuration, CustomerOverrideStatus, CustomerOverrideType, DataClassificationValue, DecisionEngineOptions, DecisionLog, DeriveTrialStatusInput, DimensionCategory, DimensionSourceType, DiscountType, DomainProvider, DomainProviderName, DriftReport, EnforcementAction, EnforcementMode, Entitlement, EntitlementCheckResult$1 as EntitlementCheckResult, EntitlementEvalLog, EntitlementGateOptions, EntitlementGateState, EntitlementGrant$1 as EntitlementGrant, EntitlementGrantSet$1 as EntitlementGrantSet, EntitlementGrantSource, EntitlementGrantStatus, EntitlementProvider, EntitlementProviderState, EntitlementResult, EntitlementRule, EntitlementRulePeriodUnit, EntitlementRuleSnapshot, EntitlementRuleTarget, EntitlementRuleTargetKind$1 as EntitlementRuleTargetKind, EntitlementRuleValidated, EntitlementRuleVariant, EntitlementStatus, EntitlementType, EntitlementUsageEntry, Environment, EnvironmentPromotionRequest, EnvironmentStatus, EvaluateTrialStatusInput, EvaluateTrialStatusResult, EvaluationContext, EventConsumer, EventConsumerProvider, EventConsumerProviderState, EventEnvelope, EventIngestBatch, EventSearchParams, EventSource, Experiment, ExperimentStatus, ExperimentType, ExperimentVariant, ExportedConfig, ExportedConfigPlacementItem, ExportedConfigProvider, ExportedConfigSegmentsItem, ExportedConfigSegmentsItemPredicatesItem, ExportedConfigUiPathActionType, FeatureFlag, FeatureFlagValue, FeatureGateTriggerPayload, FieldDefinition, FlagValueType, FreeTrialRule, FreeTrialSettings, FunnelStep, Identity, IdentityDeclaration, IngestWriteScope, IngestedEvent, InteractionState, InvitationStatus, JsonObject, JsonValue, KpiAggregate, LegacyConfigTargetDefaults, LocalPlacementDataset, LocalPlacementEntry, LocalPlacementPayload, LocalPlacementSurface, McpConfig, McpTokenScope, Message, MessageBlock, MessageBlockContent, MessageBlockRecord, MessageBlockSnapshot, MeteringConfig, OnboardingChecklist, OnboardingState, OptimizationSuggestion, OrgMemberRole, PaginationParams, PaymentTriggerPayload, Permission, PermissionAction, PermissionResource, PersonalizationContext, PersonalizationToken, Placement, PlacementCapPolicy, PlacementCapRule, PlacementCategory, PlacementContentFields, PlacementContentLookupProvider, PlacementControllerOptions, PlacementControllerState, PlacementCustomCode, PlacementDecisionOutput, PlacementEmittedThresholdLookup, PlacementOutput, PlacementPayload, PlacementPayloadSnapshot, PlacementPerformanceRow, PlacementPreviewConfig, PlacementPromotion, PlacementSettings, PlacementSettingsCapRule, PlacementSettingsCapRuleGroupItem, PlacementSettingsCapState, PlacementSlotProps, PlacementSlotType, PlacementTestMode, PlacementTestUser, PlacementTestUserIdentifierType, PlacementUiPath, PlacementUiPathActionType, PlacementVariant, PlacementWarning, PlacementWarningCode, Plan, PlanProvider, PlanProviderState, PlanRuleSnapshot, PlanVariation, PlanVisibility, Playbook, PlaybookBody, PlaybookHeader, PlaybookObject, PlaybookStrict, PlaybookVersion, PlaybookVersionDeployResult, PlaybookVersionDiff, PlaybookVersionEntrySummary, PlaybookVersionStatus, PostHogAnalyticsProviderOptions, PostHogIntegrationOptions, PostHogLike, PresentationCapState, PresentationRecord, PriceSource, PricingModel, Promotion, PromotionStatus, RegisterPlacementSlotTypeOptions, ResolvedBranding, ResolvedContent, ResolvedDomainType, ResolvedPayload, ResolvedProviderContext, RevTurbineApiClient, RevTurbineApiClientConfig, paths as RevTurbineApiPaths, RevTurbineBootstrapDecisionInput, RevTurbineChainedPlacementRequestOptions, RevTurbineConfig, RevTurbineConfigAddonVariationsItem, RevTurbineConfigAddonsItem, RevTurbineConfigEnforcementDefaultsItem, RevTurbineConfigEntitlementRulesItem, RevTurbineConfigEntitlementsItem, RevTurbineConfigMeterBindingsItem, RevTurbineConfigPeriodCap, RevTurbineConfigPersonalizationTokensItem, RevTurbineConfigPlacementCategory, RevTurbineConfigPlacementItem, RevTurbineConfigPlacementPayloadItem, RevTurbineConfigPlacementSettingsItem, RevTurbineConfigPlacementSlotsItem, RevTurbineConfigPlacementTrigger, RevTurbineConfigPlanVariationsItem, RevTurbineConfigPlansItem, RevTurbineConfigProvider, RevTurbineConfigSeatTypesItem, RevTurbineConfigSegmentDimensionsItem, RevTurbineConfigSegmentsItem, RevTurbineConfigSegmentsItemPredicatesItem, RevTurbineConfigSlotConfigsItem, RevTurbineConfigStudioCtaConfig, RevTurbineConfigStudioPayload, RevTurbineConfigStudioPayloadCaps, RevTurbineConfigStudioPayloadSurface, RevTurbineConfigStudioPayloadTarget, RevTurbineConfigSurfaceTemplatesItem, RevTurbineConfigSurfaceTemplatesItemFieldsItem, RevTurbineConfigUiPathActionType, RevTurbineContextMode, RevTurbineContextPolicy, RevTurbineDecisionContent, RevTurbineEndpointOverrides, RevTurbineEntitlementContext, RevTurbineEntitlementPlacementRequestOptions, RevTurbineEntitlementRuleEvaluation, RevTurbineEventBatchingOptions, RevTurbineEventEnvelope, RevTurbineEventOptions, RevTurbineGateResult, RevTurbineImpressionMetadata, RevTurbineInitBaseOptions, RevTurbineInitInputOptions, RevTurbineInitOptions, RevTurbineInitOptionsStrict, RevTurbineInitWithProviderOptions, RevTurbineLocalOnlyMinimalInitOptions, RevTurbineLocalRuntimeData, RevTurbineLocalRuntimeOptions, RevTurbineLocalRuntimeResolvers, RevTurbineMeterUsageOverride, RevTurbinePageContext, RevTurbinePersonalizationTokens, RevTurbinePlacementBehaviorFlags, RevTurbinePlacementConfig, RevTurbinePlacementContent, RevTurbinePlacementDecision, RevTurbinePlacementDecisionExplanation, RevTurbinePlacementDecisionInput, RevTurbinePlacementDecisionOverrides, RevTurbinePlacementPayloadEvaluation, RevTurbinePlacementRecord, RevTurbinePlacementRequestConfig, RevTurbinePlacementRuleEvaluation, RevTurbinePlacementTypeEntity, RevTurbinePolicySnapshot, RevTurbineProviderFactory, RevTurbineProviderFailureSlotBehavior, RevTurbineRequiredUiPathResolvers, RevTurbineRuntimeMode, RevTurbineSdkMode, RevTurbineSdkProvider, RevTurbineSegmentEvaluation, RevTurbineSegmentPredicateEvaluation, RevTurbineSemanticEvent, RevTurbineServerOptions, RevTurbineSlotPlacementRequestOptions, RevTurbineStorage, RevTurbineSurfaceSlotConfig, RevTurbineSurfaceType, RevTurbineTargeting, RevTurbineTelemetryOptions, RevTurbineTheme, RevTurbineThemeColors, RevTurbineThemeInput, RevTurbineThemeShadows, RevTurbineThemeShape, RevTurbineThemeTypography, RevTurbineTreatmentInteractionInput, RevTurbineTreatmentInteractionOptions, RevTurbineTreatmentInteractionType, RevTurbineTrialContext, RevTurbineTriggerEvent, RevTurbineTriggerPayload, RevTurbineUiPathActionTypes, RevTurbineUiPathResolver, RevTurbineUiPathResolverMap, RevTurbineUiPathResolverValidationIssue, RevTurbineUiPathResolverValidationOptions, RevTurbineUiPathResolverValidationReport, RevTurbineUpdateInput, RevTurbineUsageSnapshot, RevTurbineUsageSnapshotEntry, RevTurbineUserContext, RevenueMetric, ReverseTrialRule, ReverseTrialSettings, ReverseTrialStartPolicy, Role, RuleProvider, RuleProviderState, RuleVisibility, RuntimePromotionSnapshot, SchemaDeprecation, SchemaFacetOptions, SchemaFacets, SdkConfigShape, SdkEventProperties, SdkMetaEvent, SdkMetaEventType, SdkMetaIngestBatch, SdkMetadata, SdkSessionOptions, SdkTraits, SeatType, Segment, SegmentDimension, SegmentProvider, SegmentProviderState, SegmentValue, SemanticEvent, ServerEntitlementResult, ServerEvaluationHydrationPayload, ServerEvaluationPayload, ServerEvaluationPayloadDecisionsItem, ServerEvaluationPayloadEntitlementsValue, ServerEvaluationPayloadTrialStatus, ServerEvaluationPayloadUser, ServerEvaluationPayloadUserContext, ServerEvaluationRequest, ServerPlacementDecision, ServerPlacementRequest, ServerUserContext, Severity, StaticPlacementResolverOptions, StripeIntegrationConfig, StripePrice, StripePriceBillingPeriod, StripePriceMock, StripePriceMockBillingPeriod, StudioSurfaceType, SuggestionSeverity, SupersessionReason, SupersessionRecord, SuppressionResult, SurfaceSlot, SurfaceTemplate, SurfaceType, SurfaceTypeCapRule, TelemetryConsent, TemplateFieldType, Tenant, TenantConfig, TenantStatus, Theme, ThemeLoaderOptions, ThemeProvider, ThemeProviderState, TrackEvent, TrackIngestBatch, Trait, TraitsNamespace, TraitsProvider, TraitsProviderState, TreatmentInteractionInput, TreatmentInteractionType, TrialEligibilityScope, TrialInstance, TrialLimitPolicy, TrialStatus, TrialStatusProvider, TrialStatusTraits, TrialTriggerPayload, TriggerEventType, UiPreference, UsageAllocation, UsageBalances, UsageEnforcementSettings, UsagePeriodScope, UsageTraits, UsageTraitsProvider, UsageTriggerPayload, UserContext, UserContextInput, UserInstanceContext, UserPlanContext, UserRole, UserTargetingContext, UserTrialStatus, UserUsageEntry, WebhookEventLog, WebhookEventSource, WebhookEventStatus };
|
|
21090
|
+
export { AddOnSchema, AddOnVariationSchema, AlertSchema, AnchorFields, ApiKeySchema, ApiKeyStatusSchema, AuditActorTypeSchema, AuditEventSchema, AuthAccountSchema, AuthApiKeySchema, AuthInvitationSchema, AuthMemberSchema, AuthOrganizationSchema, AuthPasskeySchema, AuthSessionSchema, AuthSsoProviderSchema, AuthTwoFactorSchema, AuthUserSchema, AuthVerificationSchema, BillingCadenceSchema, BillingHealthStatusSchema, BrandingConfigSchema, BrowserRuntime, BrowserStorage, CONTROL_PLANE_EVENT_SOURCE, CONTROL_PLANE_SOURCE_KEY, CapEnforcer, CapPeriodSchema$1 as CapPeriodSchema, ChangeLogActionSchema, ChangeLogEntrySchema, ClientContextSchema, ClientSafe, CohortMonthSchema, ContentPayloadSegmentEntrySchema, ContentPlacementPayloadSchema, ContentPromotionSchema, ContentUiPathSchema, ContextVisibility, ControlPlaneEventSourceSchema, ControlPlaneEventTypeSchema, ControlPlaneSemanticEventSchema, CtaActionTypeSchema, CtaObjectSchema, CtaPathSchema, CtaPathTypeSchema, CurrencySchema, CustomerOverrideDurationSchema, CustomerOverrideSchema, CustomerOverrideStatusSchema, CustomerOverrideTypeSchema, CustomerSchema, DEFAULT_BRANDING, DEFAULT_THEME, DataClassification, DecisionEngine, DecisionLogSchema, DecisionOnly, DescriptionField, DimensionCategorySchema, DimensionSourceTypeSchema, DiscountTypeSchema, DomainProviderRegistry, DriftReportSchema, EnforcementActionSchema, EnforcementModeSchema, EntitlementCheckResultSchema, EntitlementEvalLogSchema, EntitlementGate, EntitlementGrantSchema, EntitlementGrantSetSchema, EntitlementGrantSourceSchema, EntitlementGrantStatusSchema, EntitlementRulePeriodUnitSchema, EntitlementRuleSchema, EntitlementRuleTargetKindSchema, EntitlementRuleTargetSchema, EntitlementRuleValidatedSchema, EntitlementRuleVariantSchema, EntitlementSchema, EntitlementStatusSchema, EntitlementTypeSchema, EnvironmentPromotionRequestSchema, EnvironmentSchema, EnvironmentStatusSchema, EventEnvelopeSchema, EventIngestBatchSchema, EventSearchParamsSchema, EventSourceSchema, ExperimentSchema, ExperimentStatusSchema, ExperimentTypeSchema, ExperimentVariantSchema, RevTurbineConfigPlacementItemSchema as ExportedConfigPlacementItemSchema, RevTurbineConfigSchema as ExportedConfigSchema, RevTurbineConfigSegmentsItemPredicatesItemSchema as ExportedConfigSegmentsItemPredicatesItemSchema, RevTurbineConfigSegmentsItemSchema as ExportedConfigSegmentsItemSchema, RevTurbineConfigUiPathActionTypeSchema as ExportedConfigUiPathActionTypeSchema, FIXED_BANNER_TEMPLATE_IDS, FIXED_SURFACE_TEMPLATE_IDS, FeatureFlagSchema, FeatureFlagValueSchema, FeatureGateTriggerPayloadSchema, FieldDefinitionSchema, FlagValueTypeSchema, FreeTrialRuleSchema, FreeTrialSettingsSchema, FunnelStepSchema, GATED_SURFACE_TEMPLATE_IDS, GENERAL_BANNER_TEMPLATE_IDS, GENERAL_MODAL_TEMPLATE_IDS, GENERAL_TOAST_TEMPLATE_IDS, HANDLE_PATTERN, HandleField, INGEST_WRITE_SCOPE, IdField, IdentityKind, IdentitySchema, InMemoryStorage, IngestedEventSchema, InteractionTracker, InvitationStatusSchema, KpiAggregateSchema, MESSAGE_SURFACE_TEMPLATE_IDS, McpConfigSchema, McpTokenScopeSchema, MessageBlockContentSchema, MessageBlockRecordSchema, MessageBlockSchema, MessageSchema, MetadataField, MeteringConfigSchema, NameField, NullableDatetimeField, OnboardingChecklistSchema, OnboardingStateSchema, OptimizationSuggestionSchema, OrgMemberRoleSchema, PERSISTED_SCHEMA_FACET_EXEMPTIONS, PLAYBOOK_FORMAT_VERSION, PaginatedResponseSchema, PaginationParamsSchema, PaymentTriggerPayloadSchema, PermissionActionSchema, PermissionResourceSchema, PermissionSchema, PersonalizationTokenSchema, PlacementCapRuleSchema, PlacementCategorySchema, PlacementController, PlacementDecisionOutputSchema, PlacementPayloadSchema, PlacementPerformanceRowSchema, PlacementSchema, PlacementSettingsCapRuleGroupItemSchema, PlacementSettingsCapRuleSchema, PlacementSettingsCapStateSchema, PlacementSettingsSchema, PlacementTestModeSchema, PlacementTestUserIdentifierTypeSchema, PlacementTestUserSchema, PlacementTypeRegistry, PlacementVariantSchema, PlacementWarningCodeSchema, PlacementWarningSchema, PlanSchema, PlanVariationSchema, PlanVisibilitySchema, PlaybookBodySchema, PlaybookHeaderSchema, PlaybookObjectSchema, PlaybookSchema, PlaybookStrictSchema, PlaybookVersionDeployResultSchema, PlaybookVersionDiffSchema, PlaybookVersionEntrySummarySchema, PlaybookVersionSchema, PlaybookVersionStatusSchema, PresentationRecordSchema, PriceSourceSchema, PricingModelSchema, PromotionSchema, PromotionStatusSchema, ROLE_PERMISSIONS, ROLE_RANK, ApiError as RevTurbineApiError, RevTurbineConfigAddonVariationsItemSchema, RevTurbineConfigAddonsItemSchema, RevTurbineConfigEnforcementDefaultsItemSchema, RevTurbineConfigEntitlementRulesItemSchema, RevTurbineConfigEntitlementsItemSchema, RevTurbineConfigMeterBindingsItemSchema, RevTurbineConfigPeriodCapSchema, RevTurbineConfigPersonalizationTokensItemSchema, RevTurbineConfigPlacementCategorySchema, RevTurbineConfigPlacementItemSchema, RevTurbineConfigPlacementPayloadItemSchema, RevTurbineConfigPlacementSettingsItemSchema, RevTurbineConfigPlacementSlotsItemSchema, RevTurbineConfigPlacementTriggerSchema, RevTurbineConfigPlanVariationsItemSchema, RevTurbineConfigPlansItemSchema, RevTurbineConfigSchema, RevTurbineConfigSeatTypesItemSchema, RevTurbineConfigSegmentDimensionsItemSchema, RevTurbineConfigSegmentsItemPredicatesItemSchema, RevTurbineConfigSegmentsItemSchema, RevTurbineConfigSlotConfigsItemSchema, RevTurbineConfigStudioCtaConfigSchema, RevTurbineConfigStudioPayloadCapsSchema, RevTurbineConfigStudioPayloadSchema, RevTurbineConfigStudioPayloadSurfaceSchema, RevTurbineConfigStudioPayloadTargetSchema, RevTurbineConfigSurfaceTemplatesItemFieldsItemSchema, RevTurbineConfigSurfaceTemplatesItemSchema, RevTurbineConfigUiPathActionTypeSchema, RevTurbineCustomerSdk, RevTurbineServer, RevenueMetricSchema, ReverseTrialRuleSchema, ReverseTrialSettingsSchema, ReverseTrialStartPolicySchema, RoleSchema, RuleVisibilitySchema, RuntimeMode, RuntimePromotionSnapshotSchema, SERVER_TRAITS_DOMAIN, SchemaContext, SchemaExposure, SchemaPersistence, SchemaSource, SdkConfigShapeSchema, SdkMetaEventSchema, SdkMetaEventTypeSchema, SdkMetaIngestBatchSchema, SdkSession, SeatTypeSchema, SegmentDimensionSchema, SegmentSchema, SegmentValueSchema, SemanticEventSchema, ServerEvaluationPayloadDecisionsItemSchema, ServerEvaluationPayloadEntitlementsValueSchema, ServerEvaluationPayloadSchema, ServerEvaluationPayloadTrialStatusSchema, ServerEvaluationPayloadUserContextSchema, ServerEvaluationPayloadUserSchema, ServerOnly, ServerUserContextProvider, SeveritySchema, StripeIntegrationConfigSchema, StripePriceBillingPeriodSchema, StripePriceMockBillingPeriodSchema, StripePriceMockSchema, StripePriceSchema, StudioSurfaceTypeSchema, SuggestionSeveritySchema, SupersessionReasonSchema, SupersessionRecordSchema, SurfaceSlotSchema, SurfaceTemplateSchema, SurfaceTypeCapRuleSchema, SurfaceTypeSchema, TemplateFieldTypeSchema, TenantConfigSchema, TenantIdField, TenantSchema, TenantStatusSchema, ThemeSchema, TimestampFields, TrackEventSchema, TrackIngestBatchSchema, TreatmentInteractionInputSchema, TreatmentInteractionTypeSchema, TrialEligibilityScopeSchema, TrialInstanceSchema, TrialLimitPolicySchema, TrialStatusSchema, TrialTriggerPayloadSchema, TriggerEventTypeSchema, UiPreferenceSchema, UsageAllocationSchema$1 as UsageAllocationSchema, UsageEnforcementSettingsSchema, UsagePeriodScopeSchema, UsageTriggerPayloadSchema, UserContextSchema, UserInstanceContextSchema, UserPlanContextSchema, UserRoleSchema, UserTrialStatusSchema, UserUsageEntrySchema, VersionFields, WebhookEventLogSchema, WebhookEventSourceSchema, WebhookEventStatusSchema, analyticsPaths, applyValueMaps, buildControlPlaneEvent, changelogPaths, clearPersistedTheme, collectPersistedSchemas, collectVersionedConfigEntities, configPaths, contentPaths, createAnalyticsProvider, createChainedPlacementRequest, createCustomEndpointRuntimeConfig, createEntitlementPlacementRequest, createHydrationProviders, createLocalRuntimeConfig, createPostHogAnalyticsProvider, createPostHogIntegration, createRevTurbineApiClient, createSemanticEvent, createServerRuntimeConfig, createSlotPlacementRequest, createStaticPlacementContentLookupProvider, createStaticPlacementResolver, createStaticProviders, createStrictLocalRuntimeConfig, createTreatmentInteraction, customerPaths, defineUiPathResolvers, deriveLocalTrialStatusFromInstance, deriveReverseTrialGrants, entitlementPaths, environmentPaths, evaluateSegments, evaluateTrialStatus, eventPaths, experimentPaths, filterExternalSchemas, filterPersistedSchemas, findActiveTrialInstance, findLatestStartedTrialInstance, getDefaultRegistry, getFieldClassification, getFieldVisibility, getObjectFieldClassifications, getObjectFieldVisibilities, getSchemaClassification, getSchemaDeprecation, getSchemaExposure, getSchemaFacets, getSchemaIdentity, getSchemaPersistence, initRevTurbine, isBrowser, isServer, isVersionedConfigEntity, loadTheme, makeAnchor, mergeTheme, mintedIdentity, namedIdentity, normalizeConfigArtifactOrThrow, normalizeLegacyConfig, parsePlaybook, parsePromotion, parseUiPath, placementPaths, planPaths, playbookVersionPaths, projectClientSafe, promotionPaths, registerBuiltinSlotTypes, requireSchemaFacets, resetDefaultRegistry, resolveBranding, resolveContent, resolveLocalPlaybook, resolvePayloadForUser, resolvePayloadForUserWithProvider, resolvePersistentStorage, resolveSessionStorage, resolveTokens, runtimePaths, schemaDeprecation, schemaFacets, scopesSubsetOfRole, segmentPaths, settingsPaths, tenantPaths, toCreateSchema, toWritableSchema, trialPaths, uiPreferencePaths, userContextPaths, validatePlacementThresholdWarnings };
|
|
21091
|
+
export type { AdapterBaseOptions, AddOn, AddOnVariation, Alert, AnalyticsEventHandler, AnalyticsEventProperties, AnalyticsEventTransformer, AnalyticsProviderOptions, AnyDomainProvider, ApiKey, ApiKeyStatus, AuditActorType, AuditEvent, AuthAccount, AuthApiKey, AuthInvitation, AuthMember, AuthOrganization, AuthPasskey, AuthSession, AuthSsoProvider, AuthTwoFactor, AuthUser, AuthVerification, BillingCadence, BillingHealthStatus, BrandingConfig, BrandingResolutionInput, BrandingSource, BrowserRuntimeOptions, CapEnforcementResult, CapPeriod, ChangeListener, ChangeLogAction, ChangeLogEntry, ClientContext, CohortMonth, ConfigArtifact, ContentPayloadSegmentEntry, ContentPlacementPayload, ContentPromotion, ContentProvider, ContentProviderState, ContentUiPath, ControlPlaneEmitInput, ControlPlaneEventSource, ControlPlaneEventType, ControlPlaneSemanticEvent, CtaActionType, CtaHandler, CtaHandlerMap, CtaHandlerProvider, CtaHandlerProviderState, CtaObject, CtaPath, CtaPathType, Currency, Customer, CustomerOverride, CustomerOverrideDuration, CustomerOverrideStatus, CustomerOverrideType, DataClassificationValue, DecisionEngineOptions, DecisionLog, DeriveTrialStatusInput, DimensionCategory, DimensionSourceType, DiscountType, DomainProvider, DomainProviderName, DriftReport, EnforcementAction, EnforcementMode, Entitlement, EntitlementCheckResult$1 as EntitlementCheckResult, EntitlementEvalLog, EntitlementGateOptions, EntitlementGateState, EntitlementGrant$1 as EntitlementGrant, EntitlementGrantSet$1 as EntitlementGrantSet, EntitlementGrantSource, EntitlementGrantStatus, EntitlementProvider, EntitlementProviderState, EntitlementResult, EntitlementRule, EntitlementRulePeriodUnit, EntitlementRuleSnapshot, EntitlementRuleTarget, EntitlementRuleTargetKind$1 as EntitlementRuleTargetKind, EntitlementRuleValidated, EntitlementRuleVariant, EntitlementStatus, EntitlementType, EntitlementUsageEntry, Environment, EnvironmentPromotionRequest, EnvironmentStatus, EvaluateTrialStatusInput, EvaluateTrialStatusResult, EvaluationContext, EventConsumer, EventConsumerProvider, EventConsumerProviderState, EventEnvelope, EventIngestBatch, EventSearchParams, EventSource, Experiment, ExperimentStatus, ExperimentType, ExperimentVariant, ExportedConfig, ExportedConfigPlacementItem, ExportedConfigProvider, ExportedConfigSegmentsItem, ExportedConfigSegmentsItemPredicatesItem, ExportedConfigUiPathActionType, FeatureFlag, FeatureFlagValue, FeatureGateTriggerPayload, FieldDefinition, FlagValueType, FreeTrialRule, FreeTrialSettings, FunnelStep, Identity, IdentityDeclaration, IngestWriteScope, IngestedEvent, InteractionState, InvitationStatus, JsonObject, JsonValue, KpiAggregate, LegacyConfigTargetDefaults, LocalPlacementDataset, LocalPlacementEntry, LocalPlacementPayload, LocalPlacementSurface, McpConfig, McpTokenScope, Message, MessageBlock, MessageBlockContent, MessageBlockRecord, MessageBlockSnapshot, MeteringConfig, OnboardingChecklist, OnboardingState, OptimizationSuggestion, OrgMemberRole, PaginationParams, PaymentTriggerPayload, Permission, PermissionAction, PermissionResource, PersonalizationContext, PersonalizationToken, Placement, PlacementCapPolicy, PlacementCapRule, PlacementCategory, PlacementContentFields, PlacementContentLookupProvider, PlacementControllerOptions, PlacementControllerState, PlacementCustomCode, PlacementDecisionOutput, PlacementEmittedThresholdLookup, PlacementOutput, PlacementPayload, PlacementPayloadSnapshot, PlacementPerformanceRow, PlacementPreviewConfig, PlacementPromotion, PlacementSettings, PlacementSettingsCapRule, PlacementSettingsCapRuleGroupItem, PlacementSettingsCapState, PlacementSlotProps, PlacementSlotType, PlacementTestMode, PlacementTestUser, PlacementTestUserIdentifierType, PlacementUiPath, PlacementUiPathActionType, PlacementVariant, PlacementWarning, PlacementWarningCode, Plan, PlanProvider, PlanProviderState, PlanRuleSnapshot, PlanVariation, PlanVisibility, Playbook, PlaybookBody, PlaybookHeader, PlaybookObject, PlaybookStrict, PlaybookVersion, PlaybookVersionDeployResult, PlaybookVersionDiff, PlaybookVersionEntrySummary, PlaybookVersionStatus, PostHogAnalyticsProviderOptions, PostHogIntegrationOptions, PostHogLike, PresentationCapState, PresentationRecord, PriceSource, PricingModel, Promotion, PromotionStatus, RegisterPlacementSlotTypeOptions, ResolvedBranding, ResolvedContent, ResolvedDomainType, ResolvedPayload, ResolvedProviderContext, RevTurbineApiClient, RevTurbineApiClientConfig, paths as RevTurbineApiPaths, RevTurbineBootstrapDecisionInput, RevTurbineChainedPlacementRequestOptions, RevTurbineConfig, RevTurbineConfigAddonVariationsItem, RevTurbineConfigAddonsItem, RevTurbineConfigEnforcementDefaultsItem, RevTurbineConfigEntitlementRulesItem, RevTurbineConfigEntitlementsItem, RevTurbineConfigMeterBindingsItem, RevTurbineConfigPeriodCap, RevTurbineConfigPersonalizationTokensItem, RevTurbineConfigPlacementCategory, RevTurbineConfigPlacementItem, RevTurbineConfigPlacementPayloadItem, RevTurbineConfigPlacementSettingsItem, RevTurbineConfigPlacementSlotsItem, RevTurbineConfigPlacementTrigger, RevTurbineConfigPlanVariationsItem, RevTurbineConfigPlansItem, RevTurbineConfigProvider, RevTurbineConfigSeatTypesItem, RevTurbineConfigSegmentDimensionsItem, RevTurbineConfigSegmentsItem, RevTurbineConfigSegmentsItemPredicatesItem, RevTurbineConfigSlotConfigsItem, RevTurbineConfigStudioCtaConfig, RevTurbineConfigStudioPayload, RevTurbineConfigStudioPayloadCaps, RevTurbineConfigStudioPayloadSurface, RevTurbineConfigStudioPayloadTarget, RevTurbineConfigSurfaceTemplatesItem, RevTurbineConfigSurfaceTemplatesItemFieldsItem, RevTurbineConfigUiPathActionType, RevTurbineContextMode, RevTurbineContextPolicy, RevTurbineDecisionContent, RevTurbineEndpointOverrides, RevTurbineEntitlementContext, RevTurbineEntitlementPlacementRequestOptions, RevTurbineEntitlementRuleEvaluation, RevTurbineEventBatchingOptions, RevTurbineEventEnvelope, RevTurbineEventOptions, RevTurbineGateResult, RevTurbineImpressionMetadata, RevTurbineInitBaseOptions, RevTurbineInitInputOptions, RevTurbineInitOptions, RevTurbineInitOptionsStrict, RevTurbineInitWithProviderOptions, RevTurbineLocalOnlyMinimalInitOptions, RevTurbineLocalRuntimeData, RevTurbineLocalRuntimeOptions, RevTurbineLocalRuntimeResolvers, RevTurbineMeterUsageOverride, RevTurbinePageContext, RevTurbinePersonalizationTokens, RevTurbinePlacementBehaviorFlags, RevTurbinePlacementConfig, RevTurbinePlacementContent, RevTurbinePlacementDecision, RevTurbinePlacementDecisionExplanation, RevTurbinePlacementDecisionInput, RevTurbinePlacementDecisionOverrides, RevTurbinePlacementPayloadEvaluation, RevTurbinePlacementRecord, RevTurbinePlacementRequestConfig, RevTurbinePlacementRuleEvaluation, RevTurbinePlacementTypeEntity, RevTurbinePolicySnapshot, RevTurbineProviderFactory, RevTurbineProviderFailureSlotBehavior, RevTurbineRequiredUiPathResolvers, RevTurbineRuntimeMode, RevTurbineSdkMode, RevTurbineSdkProvider, RevTurbineSegmentEvaluation, RevTurbineSegmentPredicateEvaluation, RevTurbineSemanticEvent, RevTurbineServerOptions, RevTurbineSlotPlacementRequestOptions, RevTurbineStorage, RevTurbineSurfaceSlotConfig, RevTurbineSurfaceType, RevTurbineTargeting, RevTurbineTelemetryOptions, RevTurbineTheme, RevTurbineThemeColors, RevTurbineThemeInput, RevTurbineThemeShadows, RevTurbineThemeShape, RevTurbineThemeTypography, RevTurbineTreatmentInteractionInput, RevTurbineTreatmentInteractionOptions, RevTurbineTreatmentInteractionType, RevTurbineTrialContext, RevTurbineTriggerEvent, RevTurbineTriggerPayload, RevTurbineUiPathActionTypes, RevTurbineUiPathResolver, RevTurbineUiPathResolverMap, RevTurbineUiPathResolverValidationIssue, RevTurbineUiPathResolverValidationOptions, RevTurbineUiPathResolverValidationReport, RevTurbineUpdateInput, RevTurbineUsageSnapshot, RevTurbineUsageSnapshotEntry, RevTurbineUserContext, RevenueMetric, ReverseTrialRule, ReverseTrialSettings, ReverseTrialStartPolicy, Role, RuleProvider, RuleProviderState, RuleVisibility, RuntimePromotionSnapshot, SchemaDeprecation, SchemaFacetOptions, SchemaFacets, SdkConfigShape, SdkEventProperties, SdkMetaEvent, SdkMetaEventType, SdkMetaIngestBatch, SdkMetadata, SdkSessionOptions, SdkTraits, SeatType, Segment, SegmentDimension, SegmentProvider, SegmentProviderState, SegmentValue, SemanticEvent, ServerEntitlementResult, ServerEvaluationHydrationPayload, ServerEvaluationPayload, ServerEvaluationPayloadDecisionsItem, ServerEvaluationPayloadEntitlementsValue, ServerEvaluationPayloadTrialStatus, ServerEvaluationPayloadUser, ServerEvaluationPayloadUserContext, ServerEvaluationRequest, ServerPlacementDecision, ServerPlacementRequest, ServerUserContext, ServerUserContextSnapshot, Severity, StaticPlacementResolverOptions, StripeIntegrationConfig, StripePrice, StripePriceBillingPeriod, StripePriceMock, StripePriceMockBillingPeriod, StudioSurfaceType, SuggestionSeverity, SupersessionReason, SupersessionRecord, SuppressionResult, SurfaceSlot, SurfaceTemplate, SurfaceType, SurfaceTypeCapRule, TelemetryConsent, TemplateFieldType, Tenant, TenantConfig, TenantStatus, Theme, ThemeLoaderOptions, ThemeProvider, ThemeProviderState, TrackEvent, TrackIngestBatch, Trait, TraitsNamespace, TraitsProvider, TraitsProviderState, TreatmentInteractionInput, TreatmentInteractionType, TrialEligibilityScope, TrialInstance, TrialLimitPolicy, TrialStatus, TrialStatusProvider, TrialStatusTraits, TrialTriggerPayload, TriggerEventType, UiPreference, UsageAllocation, UsageBalances, UsageEnforcementSettings, UsagePeriodScope, UsageTraits, UsageTraitsProvider, UsageTriggerPayload, UserContext, UserContextInput, UserInstanceContext, UserPlanContext, UserRole, UserTargetingContext, UserTrialStatus, UserUsageEntry, WebhookEventLog, WebhookEventSource, WebhookEventStatus };
|