@revturbine/sdk 0.2.65 → 0.2.67
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 +145 -115
- package/dist/headless.js +2 -2
- package/dist/headless.js.map +1 -1
- package/dist/index.d.ts +158 -116
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types/web-sdk/customer-side.d.ts +1 -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/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -4114,6 +4114,7 @@ declare const RevTurbineConfigUiPathActionTypeSchema: z.ZodEnum<{
|
|
|
4114
4114
|
switch_billing_period: "switch_billing_period";
|
|
4115
4115
|
extend_trial: "extend_trial";
|
|
4116
4116
|
dismiss: "dismiss";
|
|
4117
|
+
snooze: "snooze";
|
|
4117
4118
|
open_checkout_modal: "open_checkout_modal";
|
|
4118
4119
|
navigate_to_plans: "navigate_to_plans";
|
|
4119
4120
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -4136,6 +4137,7 @@ declare const ContentUiPathSchema: z.ZodObject<{
|
|
|
4136
4137
|
switch_billing_period: "switch_billing_period";
|
|
4137
4138
|
extend_trial: "extend_trial";
|
|
4138
4139
|
dismiss: "dismiss";
|
|
4140
|
+
snooze: "snooze";
|
|
4139
4141
|
open_checkout_modal: "open_checkout_modal";
|
|
4140
4142
|
navigate_to_plans: "navigate_to_plans";
|
|
4141
4143
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -4729,6 +4731,7 @@ declare const PlaybookBodySchema: z.ZodObject<{
|
|
|
4729
4731
|
switch_billing_period: "switch_billing_period";
|
|
4730
4732
|
extend_trial: "extend_trial";
|
|
4731
4733
|
dismiss: "dismiss";
|
|
4734
|
+
snooze: "snooze";
|
|
4732
4735
|
open_checkout_modal: "open_checkout_modal";
|
|
4733
4736
|
navigate_to_plans: "navigate_to_plans";
|
|
4734
4737
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -5375,6 +5378,7 @@ declare const PlaybookObjectSchema: z.ZodObject<{
|
|
|
5375
5378
|
switch_billing_period: "switch_billing_period";
|
|
5376
5379
|
extend_trial: "extend_trial";
|
|
5377
5380
|
dismiss: "dismiss";
|
|
5381
|
+
snooze: "snooze";
|
|
5378
5382
|
open_checkout_modal: "open_checkout_modal";
|
|
5379
5383
|
navigate_to_plans: "navigate_to_plans";
|
|
5380
5384
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -6008,6 +6012,7 @@ declare const PlaybookSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
6008
6012
|
switch_billing_period: "switch_billing_period";
|
|
6009
6013
|
extend_trial: "extend_trial";
|
|
6010
6014
|
dismiss: "dismiss";
|
|
6015
|
+
snooze: "snooze";
|
|
6011
6016
|
open_checkout_modal: "open_checkout_modal";
|
|
6012
6017
|
navigate_to_plans: "navigate_to_plans";
|
|
6013
6018
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -6659,6 +6664,7 @@ declare const PlaybookStrictSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
6659
6664
|
switch_billing_period: "switch_billing_period";
|
|
6660
6665
|
extend_trial: "extend_trial";
|
|
6661
6666
|
dismiss: "dismiss";
|
|
6667
|
+
snooze: "snooze";
|
|
6662
6668
|
open_checkout_modal: "open_checkout_modal";
|
|
6663
6669
|
navigate_to_plans: "navigate_to_plans";
|
|
6664
6670
|
open_upgrade_modal: "open_upgrade_modal";
|
|
@@ -7289,6 +7295,7 @@ declare const RevTurbineConfigSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
7289
7295
|
switch_billing_period: "switch_billing_period";
|
|
7290
7296
|
extend_trial: "extend_trial";
|
|
7291
7297
|
dismiss: "dismiss";
|
|
7298
|
+
snooze: "snooze";
|
|
7292
7299
|
open_checkout_modal: "open_checkout_modal";
|
|
7293
7300
|
navigate_to_plans: "navigate_to_plans";
|
|
7294
7301
|
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;
|
|
@@ -12535,6 +12542,7 @@ declare class RevTurbineCustomerSdk {
|
|
|
12535
12542
|
private readonly providerFailureSlotBehavior;
|
|
12536
12543
|
private readonly uiPathResolvers;
|
|
12537
12544
|
private unbridgeUiPathCtaResolvers;
|
|
12545
|
+
private unregisterBuiltinSnoozeResolver;
|
|
12538
12546
|
private readonly persistentStore;
|
|
12539
12547
|
private readonly sessionStore;
|
|
12540
12548
|
private readonly anonymousId;
|
|
@@ -14703,7 +14711,7 @@ interface components {
|
|
|
14703
14711
|
/** @enum {string} */
|
|
14704
14712
|
RuleVisibility: "public" | "non_public";
|
|
14705
14713
|
/** @enum {string} */
|
|
14706
|
-
EntitlementRulePeriodUnit: "month" | "day" | "week" | "quarter" | "year" | "billing_period" | "
|
|
14714
|
+
EntitlementRulePeriodUnit: "month" | "day" | "week" | "quarter" | "year" | "billing_period" | "hour" | "six_hours";
|
|
14707
14715
|
/** @enum {string} */
|
|
14708
14716
|
EnforcementMode: "hard_block" | "soft_block" | "degrade" | "allow_overage";
|
|
14709
14717
|
/** @enum {string} */
|
|
@@ -14970,7 +14978,7 @@ interface components {
|
|
|
14970
14978
|
applicable_plan_ids?: components["schemas"]["Anon_f8dbfffc0ce2_8"];
|
|
14971
14979
|
applicable_addon_ids?: components["schemas"]["Anon_f8dbfffc0ce2_9"];
|
|
14972
14980
|
target_segment_ids?: components["schemas"]["Anon_f8dbfffc0ce2_10"];
|
|
14973
|
-
max_redemptions?: components["schemas"]["
|
|
14981
|
+
max_redemptions?: components["schemas"]["Anon_45e0e0d4a0da_2"];
|
|
14974
14982
|
current_redemptions?: components["schemas"]["Anon_b32f11b2ff5e_1"];
|
|
14975
14983
|
coupon_code?: components["schemas"]["Anon_409d6333b38e_2"];
|
|
14976
14984
|
starts_at?: components["schemas"]["Anon_711dc9708535_4"];
|
|
@@ -14989,6 +14997,7 @@ interface components {
|
|
|
14989
14997
|
PlacementSettingsCapState: {
|
|
14990
14998
|
capRules?: components["schemas"]["Anon_ff778ceecd3d"];
|
|
14991
14999
|
sessionCooldownMinutes?: components["schemas"]["Anon_e7c3d01ff506"];
|
|
15000
|
+
remindLaterMinutes?: components["schemas"]["Anon_00a4830d89d2"];
|
|
14992
15001
|
testMode?: components["schemas"]["Anon_5d5e35b408d7"];
|
|
14993
15002
|
};
|
|
14994
15003
|
PlacementSettingsCapRule: {
|
|
@@ -15049,6 +15058,7 @@ interface components {
|
|
|
15049
15058
|
origin?: components["schemas"]["Anon_093ed29338d0"];
|
|
15050
15059
|
playbook_version?: components["schemas"]["Anon_4fc4bfa2adad_9"];
|
|
15051
15060
|
decision_id?: components["schemas"]["Anon_4fc4bfa2adad_10"];
|
|
15061
|
+
test?: components["schemas"]["Anon_fb9ddeea992e_2"];
|
|
15052
15062
|
};
|
|
15053
15063
|
/** @enum {string} */
|
|
15054
15064
|
EventOrigin: "explicit" | "automatic" | "derived" | "raw";
|
|
@@ -15088,6 +15098,7 @@ interface components {
|
|
|
15088
15098
|
payload_id?: components["schemas"]["Anon_4e04ec5cc4e6_7"];
|
|
15089
15099
|
interaction_type: components["schemas"]["Anon_b540c131c269"];
|
|
15090
15100
|
interaction_at?: components["schemas"]["Anon_e077e17ea982_2"];
|
|
15101
|
+
test?: components["schemas"]["Anon_fb9ddeea992e_3"];
|
|
15091
15102
|
metadata?: components["schemas"]["Anon_a249e58b3222"];
|
|
15092
15103
|
};
|
|
15093
15104
|
/** @enum {string} */
|
|
@@ -15121,8 +15132,8 @@ interface components {
|
|
|
15121
15132
|
plan?: components["schemas"]["Anon_2fef49d17888"];
|
|
15122
15133
|
usage?: components["schemas"]["Anon_9bd52b3f8779"];
|
|
15123
15134
|
trial?: components["schemas"]["Anon_5e9fae8a4f1b"];
|
|
15124
|
-
payment_failed?: components["schemas"]["
|
|
15125
|
-
payment_at_risk?: components["schemas"]["
|
|
15135
|
+
payment_failed?: components["schemas"]["Anon_fb9ddeea992e_4"];
|
|
15136
|
+
payment_at_risk?: components["schemas"]["Anon_fb9ddeea992e_5"];
|
|
15126
15137
|
tiers?: components["schemas"]["Anon_f86c1754c55e"];
|
|
15127
15138
|
entitlements?: components["schemas"]["Anon_93044e18dd4f"];
|
|
15128
15139
|
instances?: components["schemas"]["Anon_f7023c77378b"];
|
|
@@ -15425,6 +15436,9 @@ interface components {
|
|
|
15425
15436
|
/** @default 7 */
|
|
15426
15437
|
Anon_3380fd32e874: components["schemas"]["Anon_97cc9ecfdea9_3"];
|
|
15427
15438
|
Anon_97cc9ecfdea9_3: number;
|
|
15439
|
+
/** @default null */
|
|
15440
|
+
Anon_45e0e0d4a0da_1: components["schemas"]["Anon_c648138a0918_2"];
|
|
15441
|
+
Anon_c648138a0918_2: number | null;
|
|
15428
15442
|
/** @default next_tier_up */
|
|
15429
15443
|
Anon_beae1a1b3acf: components["schemas"]["Anon_761abd3347d0"];
|
|
15430
15444
|
/** @enum {string} */
|
|
@@ -15663,8 +15677,8 @@ interface components {
|
|
|
15663
15677
|
Anon_f8dbfffc0ce2_10: components["schemas"]["Anon_681004346c78_11"];
|
|
15664
15678
|
Anon_681004346c78_11: string[];
|
|
15665
15679
|
/** @default null */
|
|
15666
|
-
|
|
15667
|
-
|
|
15680
|
+
Anon_45e0e0d4a0da_2: components["schemas"]["Anon_c648138a0918_3"];
|
|
15681
|
+
Anon_c648138a0918_3: number | null;
|
|
15668
15682
|
/** @default 0 */
|
|
15669
15683
|
Anon_b32f11b2ff5e_1: components["schemas"]["Anon_97cc9ecfdea9_8"];
|
|
15670
15684
|
Anon_97cc9ecfdea9_8: number;
|
|
@@ -15784,12 +15798,14 @@ interface components {
|
|
|
15784
15798
|
/** @default 30 */
|
|
15785
15799
|
Anon_e7c3d01ff506: components["schemas"]["Anon_97cc9ecfdea9_10"];
|
|
15786
15800
|
Anon_97cc9ecfdea9_10: number;
|
|
15801
|
+
/** @default 60 */
|
|
15802
|
+
Anon_00a4830d89d2: components["schemas"]["Anon_97cc9ecfdea9_11"];
|
|
15803
|
+
Anon_97cc9ecfdea9_11: number;
|
|
15787
15804
|
/** @default off */
|
|
15788
15805
|
Anon_5d5e35b408d7: components["schemas"]["PlacementTestMode"];
|
|
15789
15806
|
Anon_55e8f49b5e3d: ("hour" | "day" | "week" | "month" | "session") | null;
|
|
15790
15807
|
Anon_7cb541e84f22_19: boolean;
|
|
15791
15808
|
Anon_7cb541e84f22_20: boolean;
|
|
15792
|
-
Anon_97cc9ecfdea9_11: number;
|
|
15793
15809
|
Anon_7cb541e84f22_21: boolean;
|
|
15794
15810
|
/** @enum {string} */
|
|
15795
15811
|
Anon_be07849383a6: "highest_priority" | "most_recent" | "random";
|
|
@@ -15800,7 +15816,7 @@ interface components {
|
|
|
15800
15816
|
Anon_f27cb44c32f6_12: components["schemas"]["Anon_f2d1b3e449b4"];
|
|
15801
15817
|
Anon_7cb541e84f22_22: boolean;
|
|
15802
15818
|
Anon_f090cb615c84_14: string | null;
|
|
15803
|
-
|
|
15819
|
+
Anon_c648138a0918_4: number | null;
|
|
15804
15820
|
Anon_7cb541e84f22_23: boolean;
|
|
15805
15821
|
Anon_7cb541e84f22_24: boolean;
|
|
15806
15822
|
Anon_00404e686415_21: string;
|
|
@@ -15864,6 +15880,8 @@ interface components {
|
|
|
15864
15880
|
Anon_f090cb615c84_21: string | null;
|
|
15865
15881
|
Anon_4fc4bfa2adad_10: components["schemas"]["Anon_f090cb615c84_22"];
|
|
15866
15882
|
Anon_f090cb615c84_22: string | null;
|
|
15883
|
+
Anon_fb9ddeea992e_2: components["schemas"]["Anon_7cb541e84f22_29"];
|
|
15884
|
+
Anon_7cb541e84f22_29: boolean;
|
|
15867
15885
|
Anon_96967a4faf8d: components["schemas"]["SdkMetaEvent"][];
|
|
15868
15886
|
Anon_53b83ce9a609: components["schemas"]["SdkMetaEventType"];
|
|
15869
15887
|
/** Format: date-time */
|
|
@@ -15905,6 +15923,8 @@ interface components {
|
|
|
15905
15923
|
Anon_e077e17ea982_2: components["schemas"]["Anon_02ecf48bed22_2"];
|
|
15906
15924
|
/** Format: date-time */
|
|
15907
15925
|
Anon_02ecf48bed22_2: string;
|
|
15926
|
+
Anon_fb9ddeea992e_3: components["schemas"]["Anon_7cb541e84f22_30"];
|
|
15927
|
+
Anon_7cb541e84f22_30: boolean;
|
|
15908
15928
|
Anon_a249e58b3222: components["schemas"]["Anon_c65c1fbd5acf_8"];
|
|
15909
15929
|
Anon_c65c1fbd5acf_8: {
|
|
15910
15930
|
[key: string]: unknown;
|
|
@@ -15977,10 +15997,10 @@ interface components {
|
|
|
15977
15997
|
Anon_97cc9ecfdea9_15: number;
|
|
15978
15998
|
Anon_7e1e37293611_7: components["schemas"]["Anon_97cc9ecfdea9_16"];
|
|
15979
15999
|
Anon_97cc9ecfdea9_16: number;
|
|
15980
|
-
|
|
15981
|
-
|
|
15982
|
-
|
|
15983
|
-
|
|
16000
|
+
Anon_fb9ddeea992e_4: components["schemas"]["Anon_7cb541e84f22_31"];
|
|
16001
|
+
Anon_7cb541e84f22_31: boolean;
|
|
16002
|
+
Anon_fb9ddeea992e_5: components["schemas"]["Anon_7cb541e84f22_32"];
|
|
16003
|
+
Anon_7cb541e84f22_32: boolean;
|
|
15984
16004
|
Anon_f86c1754c55e: components["schemas"]["Anon_86408dfcaaac_1"];
|
|
15985
16005
|
Anon_86408dfcaaac_1: {
|
|
15986
16006
|
[key: string]: string;
|
|
@@ -16199,13 +16219,13 @@ interface components {
|
|
|
16199
16219
|
rate_value?: components["schemas"]["Anon_9c7f41b09bde_4"];
|
|
16200
16220
|
initial_grant?: components["schemas"]["Anon_9c7f41b09bde_5"];
|
|
16201
16221
|
allowance_value?: components["schemas"]["Anon_811366723713_3"];
|
|
16202
|
-
rollover_enabled?: components["schemas"]["
|
|
16222
|
+
rollover_enabled?: components["schemas"]["Anon_fb9ddeea992e_6"];
|
|
16203
16223
|
max_balance: components["schemas"]["Anon_d84a41962ed1_1"];
|
|
16204
16224
|
seat_type_id?: components["schemas"]["Anon_96f9066c2fdc_38"];
|
|
16205
16225
|
included_count?: components["schemas"]["Anon_5d154a3d9b9e_1"];
|
|
16206
16226
|
at_limit_behavior?: components["schemas"]["Anon_28e076aa98f9_1"];
|
|
16207
16227
|
stripe_metered_price_id?: components["schemas"]["Anon_96f9066c2fdc_39"];
|
|
16208
|
-
enabled?: components["schemas"]["
|
|
16228
|
+
enabled?: components["schemas"]["Anon_fb9ddeea992e_7"];
|
|
16209
16229
|
allocation?: components["schemas"]["Anon_a7c491664ac5_4"];
|
|
16210
16230
|
max_seats?: components["schemas"]["Anon_0dc47bdde23b_1"];
|
|
16211
16231
|
amount_cents?: components["schemas"]["Anon_18968514c96d_1"];
|
|
@@ -16241,13 +16261,13 @@ interface components {
|
|
|
16241
16261
|
rate_value?: components["schemas"]["Anon_9c7f41b09bde_4"];
|
|
16242
16262
|
initial_grant?: components["schemas"]["Anon_9c7f41b09bde_5"];
|
|
16243
16263
|
allowance_value?: components["schemas"]["Anon_811366723713_3"];
|
|
16244
|
-
rollover_enabled?: components["schemas"]["
|
|
16264
|
+
rollover_enabled?: components["schemas"]["Anon_fb9ddeea992e_6"];
|
|
16245
16265
|
max_balance: components["schemas"]["Anon_d84a41962ed1_1"];
|
|
16246
16266
|
seat_type_id?: components["schemas"]["Anon_96f9066c2fdc_38"];
|
|
16247
16267
|
included_count?: components["schemas"]["Anon_5d154a3d9b9e_1"];
|
|
16248
16268
|
at_limit_behavior?: components["schemas"]["Anon_28e076aa98f9_1"];
|
|
16249
16269
|
stripe_metered_price_id?: components["schemas"]["Anon_96f9066c2fdc_39"];
|
|
16250
|
-
enabled?: components["schemas"]["
|
|
16270
|
+
enabled?: components["schemas"]["Anon_fb9ddeea992e_7"];
|
|
16251
16271
|
allocation?: components["schemas"]["Anon_a7c491664ac5_4"];
|
|
16252
16272
|
max_seats?: components["schemas"]["Anon_0dc47bdde23b_1"];
|
|
16253
16273
|
amount_cents?: components["schemas"]["Anon_18968514c96d_1"];
|
|
@@ -16375,9 +16395,10 @@ interface components {
|
|
|
16375
16395
|
surface_template_id: components["schemas"]["Anon_57796118d046_40"];
|
|
16376
16396
|
content_fields: components["schemas"]["Anon_5142f8473790_7"];
|
|
16377
16397
|
cta_list: components["schemas"]["Anon_6ff5f738216c"];
|
|
16378
|
-
max_per_period: components["schemas"]["
|
|
16398
|
+
max_per_period: components["schemas"]["Anon_45e0e0d4a0da_3"];
|
|
16379
16399
|
max_period_unit: components["schemas"]["Anon_6ab4ae68d10d_1"];
|
|
16380
16400
|
cooldown_after_dismiss_days: components["schemas"]["Anon_3380fd32e874_1"];
|
|
16401
|
+
remind_later_minutes: components["schemas"]["Anon_45e0e0d4a0da_4"];
|
|
16381
16402
|
recommendation_strategy: components["schemas"]["Anon_beae1a1b3acf_1"];
|
|
16382
16403
|
recommendation_plan_override?: components["schemas"]["Anon_96f9066c2fdc_45"];
|
|
16383
16404
|
};
|
|
@@ -16415,6 +16436,7 @@ interface components {
|
|
|
16415
16436
|
current_plan_id?: components["schemas"]["Anon_96f9066c2fdc_48"];
|
|
16416
16437
|
subscription_status: components["schemas"]["Anon_5d90a74ed922"];
|
|
16417
16438
|
status: components["schemas"]["Anon_e9a5e88a9a3a"];
|
|
16439
|
+
billing_health_issues: components["schemas"]["Anon_6a074055abf7"];
|
|
16418
16440
|
metadata: components["schemas"]["Anon_f27cb44c32f6_17"];
|
|
16419
16441
|
};
|
|
16420
16442
|
Identity: {
|
|
@@ -16710,7 +16732,6 @@ interface components {
|
|
|
16710
16732
|
global_frequency_cap_period: components["schemas"]["Anon_e476f3352599"];
|
|
16711
16733
|
suppress_for_paid: components["schemas"]["Anon_062d958a93c4_13"];
|
|
16712
16734
|
suppress_for_trial: components["schemas"]["Anon_062d958a93c4_14"];
|
|
16713
|
-
default_dismiss_cooldown_hours: components["schemas"]["Anon_984838fcbd64"];
|
|
16714
16735
|
allow_stacking: components["schemas"]["Anon_062d958a93c4_15"];
|
|
16715
16736
|
priority_collision_strategy: components["schemas"]["Anon_54bb39acf789"];
|
|
16716
16737
|
};
|
|
@@ -17000,8 +17021,8 @@ interface components {
|
|
|
17000
17021
|
Anon_2457cccd64aa_1: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17001
17022
|
Anon_0eb2e3b6e08c_1: string;
|
|
17002
17023
|
/** @default true */
|
|
17003
|
-
Anon_d295959bf4db_1: components["schemas"]["
|
|
17004
|
-
|
|
17024
|
+
Anon_d295959bf4db_1: components["schemas"]["Anon_7cb541e84f22_33"];
|
|
17025
|
+
Anon_7cb541e84f22_33: boolean;
|
|
17005
17026
|
Anon_f38b4727dc66: {
|
|
17006
17027
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
17007
17028
|
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
@@ -17020,11 +17041,11 @@ interface components {
|
|
|
17020
17041
|
Anon_f7fb9744a6e4_11: components["schemas"]["Anon_f090cb615c84_25"];
|
|
17021
17042
|
Anon_f090cb615c84_25: string | null;
|
|
17022
17043
|
/** @default true */
|
|
17023
|
-
Anon_d295959bf4db_2: components["schemas"]["
|
|
17024
|
-
|
|
17044
|
+
Anon_d295959bf4db_2: components["schemas"]["Anon_7cb541e84f22_34"];
|
|
17045
|
+
Anon_7cb541e84f22_34: boolean;
|
|
17025
17046
|
/** @default false */
|
|
17026
|
-
Anon_4dc549443053_1: components["schemas"]["
|
|
17027
|
-
|
|
17047
|
+
Anon_4dc549443053_1: components["schemas"]["Anon_7cb541e84f22_35"];
|
|
17048
|
+
Anon_7cb541e84f22_35: boolean;
|
|
17028
17049
|
/** @default null */
|
|
17029
17050
|
Anon_e4ee8e45dcea_1: components["schemas"]["Anon_b0c21ae8f968_2"];
|
|
17030
17051
|
Anon_b0c21ae8f968_2: string | null;
|
|
@@ -17097,8 +17118,8 @@ interface components {
|
|
|
17097
17118
|
Anon_57796118d046_32: string;
|
|
17098
17119
|
Anon_cf08caa6d850_1: components["schemas"]["StripePriceBillingPeriod"];
|
|
17099
17120
|
/** @default null */
|
|
17100
|
-
Anon_79391150fda1_1: components["schemas"]["
|
|
17101
|
-
|
|
17121
|
+
Anon_79391150fda1_1: components["schemas"]["Anon_c648138a0918_5"];
|
|
17122
|
+
Anon_c648138a0918_5: number | null;
|
|
17102
17123
|
Anon_1788a9a8a0b9: components["schemas"]["CurrencyOutput"];
|
|
17103
17124
|
/** @enum {string} */
|
|
17104
17125
|
Anon_93bacb23d436_1: "usd" | "eur" | "gbp";
|
|
@@ -17107,8 +17128,8 @@ interface components {
|
|
|
17107
17128
|
Anon_f7fb9744a6e4_14: components["schemas"]["Anon_f090cb615c84_28"];
|
|
17108
17129
|
Anon_f090cb615c84_28: string | null;
|
|
17109
17130
|
/** @default false */
|
|
17110
|
-
Anon_062d958a93c4_4: components["schemas"]["
|
|
17111
|
-
|
|
17131
|
+
Anon_062d958a93c4_4: components["schemas"]["Anon_7cb541e84f22_36"];
|
|
17132
|
+
Anon_7cb541e84f22_36: boolean;
|
|
17112
17133
|
Anon_711dc9708535_7: components["schemas"]["Anon_11c9ad639448_1"];
|
|
17113
17134
|
Anon_b0c21ae8f968_3: string | null;
|
|
17114
17135
|
/** @default null */
|
|
@@ -17165,8 +17186,8 @@ interface components {
|
|
|
17165
17186
|
Anon_cddf8275afa1_6: number;
|
|
17166
17187
|
Anon_811366723713_3: components["schemas"]["Anon_4c1d2cc17cf8_3"];
|
|
17167
17188
|
Anon_4c1d2cc17cf8_3: number | "unlimited";
|
|
17168
|
-
|
|
17169
|
-
|
|
17189
|
+
Anon_fb9ddeea992e_6: components["schemas"]["Anon_7cb541e84f22_37"];
|
|
17190
|
+
Anon_7cb541e84f22_37: boolean;
|
|
17170
17191
|
/** @default null */
|
|
17171
17192
|
Anon_d84a41962ed1_1: components["schemas"]["Anon_853b74b4f5a9_2"];
|
|
17172
17193
|
Anon_853b74b4f5a9_2: (number | "unlimited") | null;
|
|
@@ -17179,8 +17200,8 @@ interface components {
|
|
|
17179
17200
|
Anon_408f15090b22_1: "hard_cap" | "auto_upgrade_at_renewal";
|
|
17180
17201
|
Anon_96f9066c2fdc_39: components["schemas"]["Anon_00404e686415_42"];
|
|
17181
17202
|
Anon_00404e686415_42: string;
|
|
17182
|
-
|
|
17183
|
-
|
|
17203
|
+
Anon_fb9ddeea992e_7: components["schemas"]["Anon_7cb541e84f22_38"];
|
|
17204
|
+
Anon_7cb541e84f22_38: boolean;
|
|
17184
17205
|
Anon_a7c491664ac5_4: components["schemas"]["UsageAllocation"];
|
|
17185
17206
|
Anon_0dc47bdde23b_1: components["schemas"]["Anon_853b74b4f5a9_3"];
|
|
17186
17207
|
Anon_853b74b4f5a9_3: (number | "unlimited") | null;
|
|
@@ -17199,8 +17220,8 @@ interface components {
|
|
|
17199
17220
|
Anon_57796118d046_37: string;
|
|
17200
17221
|
Anon_872e58432369_1: string;
|
|
17201
17222
|
/** @default false */
|
|
17202
|
-
Anon_062d958a93c4_5: components["schemas"]["
|
|
17203
|
-
|
|
17223
|
+
Anon_062d958a93c4_5: components["schemas"]["Anon_7cb541e84f22_39"];
|
|
17224
|
+
Anon_7cb541e84f22_39: boolean;
|
|
17204
17225
|
/** @default {} */
|
|
17205
17226
|
Anon_5142f8473790_6: components["schemas"]["Anon_c65c1fbd5acf_11"];
|
|
17206
17227
|
Anon_c65c1fbd5acf_11: {
|
|
@@ -17283,13 +17304,16 @@ interface components {
|
|
|
17283
17304
|
[key: string]: unknown;
|
|
17284
17305
|
};
|
|
17285
17306
|
/** @default null */
|
|
17286
|
-
|
|
17287
|
-
|
|
17307
|
+
Anon_45e0e0d4a0da_3: components["schemas"]["Anon_c648138a0918_6"];
|
|
17308
|
+
Anon_c648138a0918_6: number | null;
|
|
17288
17309
|
/** @default session */
|
|
17289
17310
|
Anon_6ab4ae68d10d_1: components["schemas"]["CapPeriod"];
|
|
17290
17311
|
/** @default 7 */
|
|
17291
17312
|
Anon_3380fd32e874_1: components["schemas"]["Anon_97cc9ecfdea9_20"];
|
|
17292
17313
|
Anon_97cc9ecfdea9_20: number;
|
|
17314
|
+
/** @default null */
|
|
17315
|
+
Anon_45e0e0d4a0da_4: components["schemas"]["Anon_c648138a0918_7"];
|
|
17316
|
+
Anon_c648138a0918_7: number | null;
|
|
17293
17317
|
/** @default next_tier_up */
|
|
17294
17318
|
Anon_beae1a1b3acf_1: components["schemas"]["Anon_761abd3347d0_1"];
|
|
17295
17319
|
/** @enum {string} */
|
|
@@ -17338,6 +17362,9 @@ interface components {
|
|
|
17338
17362
|
Anon_e9a5e88a9a3a: components["schemas"]["Anon_043d6e826a0f"];
|
|
17339
17363
|
/** @enum {string} */
|
|
17340
17364
|
Anon_043d6e826a0f: "active" | "churned" | "trial" | "suspended";
|
|
17365
|
+
/** @default [] */
|
|
17366
|
+
Anon_6a074055abf7: components["schemas"]["Anon_e1b8f009516e"];
|
|
17367
|
+
Anon_e1b8f009516e: ("payment_failed" | "payment_method_missing")[];
|
|
17341
17368
|
Anon_f27cb44c32f6_17: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17342
17369
|
Anon_2457cccd64aa_7: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17343
17370
|
Anon_761f976a1da1_7: string;
|
|
@@ -17367,8 +17394,8 @@ interface components {
|
|
|
17367
17394
|
/** @default custom */
|
|
17368
17395
|
Anon_f682dd74b75d: components["schemas"]["DimensionCategory"];
|
|
17369
17396
|
/** @default true */
|
|
17370
|
-
Anon_493deecc809a_6: components["schemas"]["
|
|
17371
|
-
|
|
17397
|
+
Anon_493deecc809a_6: components["schemas"]["Anon_7cb541e84f22_40"];
|
|
17398
|
+
Anon_7cb541e84f22_40: boolean;
|
|
17372
17399
|
/** @default system */
|
|
17373
17400
|
Anon_b480fc1bf6c2: components["schemas"]["DimensionSourceType"];
|
|
17374
17401
|
Anon_7e1e37293611_10: components["schemas"]["Anon_97cc9ecfdea9_22"];
|
|
@@ -17461,11 +17488,11 @@ interface components {
|
|
|
17461
17488
|
Anon_9717c0445e52_2: components["schemas"]["Anon_ea288f4ef558_5"];
|
|
17462
17489
|
Anon_ea288f4ef558_5: number;
|
|
17463
17490
|
/** @default false */
|
|
17464
|
-
Anon_062d958a93c4_6: components["schemas"]["
|
|
17465
|
-
|
|
17491
|
+
Anon_062d958a93c4_6: components["schemas"]["Anon_7cb541e84f22_41"];
|
|
17492
|
+
Anon_7cb541e84f22_41: boolean;
|
|
17466
17493
|
/** @default true */
|
|
17467
|
-
Anon_493deecc809a_7: components["schemas"]["
|
|
17468
|
-
|
|
17494
|
+
Anon_493deecc809a_7: components["schemas"]["Anon_7cb541e84f22_42"];
|
|
17495
|
+
Anon_7cb541e84f22_42: boolean;
|
|
17469
17496
|
Anon_96f9066c2fdc_54: components["schemas"]["Anon_00404e686415_57"];
|
|
17470
17497
|
Anon_00404e686415_57: string;
|
|
17471
17498
|
Anon_96f9066c2fdc_55: components["schemas"]["Anon_00404e686415_58"];
|
|
@@ -17474,8 +17501,8 @@ interface components {
|
|
|
17474
17501
|
Anon_d7461958625e_1: components["schemas"]["Anon_ea288f4ef558_6"];
|
|
17475
17502
|
Anon_ea288f4ef558_6: number;
|
|
17476
17503
|
/** @default true */
|
|
17477
|
-
Anon_493deecc809a_8: components["schemas"]["
|
|
17478
|
-
|
|
17504
|
+
Anon_493deecc809a_8: components["schemas"]["Anon_7cb541e84f22_43"];
|
|
17505
|
+
Anon_7cb541e84f22_43: boolean;
|
|
17479
17506
|
Anon_f27cb44c32f6_19: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17480
17507
|
Anon_fb248bf5a9f7_25: string;
|
|
17481
17508
|
Anon_4c26b3baab05_23: components["schemas"]["Anon_52ba84a4bbf3_1"];
|
|
@@ -17500,8 +17527,8 @@ interface components {
|
|
|
17500
17527
|
Anon_f8dbfffc0ce2_18: components["schemas"]["Anon_681004346c78_21"];
|
|
17501
17528
|
Anon_681004346c78_21: string[];
|
|
17502
17529
|
/** @default true */
|
|
17503
|
-
Anon_493deecc809a_9: components["schemas"]["
|
|
17504
|
-
|
|
17530
|
+
Anon_493deecc809a_9: components["schemas"]["Anon_7cb541e84f22_44"];
|
|
17531
|
+
Anon_7cb541e84f22_44: boolean;
|
|
17505
17532
|
Anon_f27cb44c32f6_20: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17506
17533
|
/** @default 1_per_lifetime */
|
|
17507
17534
|
Anon_b330acae3259_2: components["schemas"]["TrialLimitPolicy"];
|
|
@@ -17586,8 +17613,8 @@ interface components {
|
|
|
17586
17613
|
Anon_9c7f41b09bde_6: components["schemas"]["Anon_cddf8275afa1_8"];
|
|
17587
17614
|
Anon_cddf8275afa1_8: number;
|
|
17588
17615
|
/** @default false */
|
|
17589
|
-
Anon_062d958a93c4_7: components["schemas"]["
|
|
17590
|
-
|
|
17616
|
+
Anon_062d958a93c4_7: components["schemas"]["Anon_7cb541e84f22_45"];
|
|
17617
|
+
Anon_7cb541e84f22_45: boolean;
|
|
17591
17618
|
Anon_f27cb44c32f6_23: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17592
17619
|
Anon_fb248bf5a9f7_27: string;
|
|
17593
17620
|
Anon_4c26b3baab05_25: components["schemas"]["Anon_52ba84a4bbf3_1"];
|
|
@@ -17611,8 +17638,8 @@ interface components {
|
|
|
17611
17638
|
Anon_f8dbfffc0ce2_23: components["schemas"]["Anon_681004346c78_26"];
|
|
17612
17639
|
Anon_681004346c78_26: string[];
|
|
17613
17640
|
/** @default null */
|
|
17614
|
-
|
|
17615
|
-
|
|
17641
|
+
Anon_45e0e0d4a0da_5: components["schemas"]["Anon_c648138a0918_8"];
|
|
17642
|
+
Anon_c648138a0918_8: number | null;
|
|
17616
17643
|
/** @default 0 */
|
|
17617
17644
|
Anon_b32f11b2ff5e_5: components["schemas"]["Anon_97cc9ecfdea9_28"];
|
|
17618
17645
|
Anon_97cc9ecfdea9_28: number;
|
|
@@ -17627,8 +17654,8 @@ interface components {
|
|
|
17627
17654
|
Anon_f7fb9744a6e4_17: components["schemas"]["Anon_f090cb615c84_34"];
|
|
17628
17655
|
Anon_f090cb615c84_34: string | null;
|
|
17629
17656
|
/** @default false */
|
|
17630
|
-
Anon_062d958a93c4_8: components["schemas"]["
|
|
17631
|
-
|
|
17657
|
+
Anon_062d958a93c4_8: components["schemas"]["Anon_7cb541e84f22_46"];
|
|
17658
|
+
Anon_7cb541e84f22_46: boolean;
|
|
17632
17659
|
Anon_f27cb44c32f6_24: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17633
17660
|
Anon_761f976a1da1_9: string;
|
|
17634
17661
|
Anon_57796118d046_52: string;
|
|
@@ -17647,8 +17674,8 @@ interface components {
|
|
|
17647
17674
|
Anon_f7fb9744a6e4_20: components["schemas"]["Anon_f090cb615c84_37"];
|
|
17648
17675
|
Anon_f090cb615c84_37: string | null;
|
|
17649
17676
|
/** @default false */
|
|
17650
|
-
Anon_062d958a93c4_9: components["schemas"]["
|
|
17651
|
-
|
|
17677
|
+
Anon_062d958a93c4_9: components["schemas"]["Anon_7cb541e84f22_47"];
|
|
17678
|
+
Anon_7cb541e84f22_47: boolean;
|
|
17652
17679
|
Anon_96f9066c2fdc_58: components["schemas"]["Anon_00404e686415_61"];
|
|
17653
17680
|
Anon_00404e686415_61: string;
|
|
17654
17681
|
Anon_f27cb44c32f6_25: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
@@ -17693,8 +17720,8 @@ interface components {
|
|
|
17693
17720
|
Anon_af12d548dbee_27: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17694
17721
|
Anon_ee9224780226_7: components["schemas"]["Anon_853cc883e392_1"];
|
|
17695
17722
|
/** @default false */
|
|
17696
|
-
Anon_062d958a93c4_10: components["schemas"]["
|
|
17697
|
-
|
|
17723
|
+
Anon_062d958a93c4_10: components["schemas"]["Anon_7cb541e84f22_48"];
|
|
17724
|
+
Anon_7cb541e84f22_48: boolean;
|
|
17698
17725
|
/** @default [] */
|
|
17699
17726
|
Anon_f8dbfffc0ce2_24: components["schemas"]["Anon_681004346c78_27"];
|
|
17700
17727
|
Anon_681004346c78_27: string[];
|
|
@@ -17725,37 +17752,37 @@ interface components {
|
|
|
17725
17752
|
Anon_2457cccd64aa_8: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17726
17753
|
Anon_57796118d046_57: string;
|
|
17727
17754
|
/** @default false */
|
|
17728
|
-
Anon_062d958a93c4_11: components["schemas"]["
|
|
17729
|
-
|
|
17755
|
+
Anon_062d958a93c4_11: components["schemas"]["Anon_7cb541e84f22_49"];
|
|
17756
|
+
Anon_7cb541e84f22_49: boolean;
|
|
17730
17757
|
/** @default not_started */
|
|
17731
17758
|
Anon_3150913876f5: components["schemas"]["OnboardingState"];
|
|
17732
17759
|
/** @default false */
|
|
17733
|
-
Anon_4dc549443053_2: components["schemas"]["
|
|
17734
|
-
Anon_7cb541e84f22_48: boolean;
|
|
17735
|
-
/** @default false */
|
|
17736
|
-
Anon_4dc549443053_3: components["schemas"]["Anon_7cb541e84f22_49"];
|
|
17737
|
-
Anon_7cb541e84f22_49: boolean;
|
|
17738
|
-
/** @default false */
|
|
17739
|
-
Anon_4dc549443053_4: components["schemas"]["Anon_7cb541e84f22_50"];
|
|
17760
|
+
Anon_4dc549443053_2: components["schemas"]["Anon_7cb541e84f22_50"];
|
|
17740
17761
|
Anon_7cb541e84f22_50: boolean;
|
|
17741
17762
|
/** @default false */
|
|
17742
|
-
|
|
17763
|
+
Anon_4dc549443053_3: components["schemas"]["Anon_7cb541e84f22_51"];
|
|
17743
17764
|
Anon_7cb541e84f22_51: boolean;
|
|
17744
17765
|
/** @default false */
|
|
17745
|
-
|
|
17766
|
+
Anon_4dc549443053_4: components["schemas"]["Anon_7cb541e84f22_52"];
|
|
17746
17767
|
Anon_7cb541e84f22_52: boolean;
|
|
17747
|
-
/** @default
|
|
17748
|
-
|
|
17768
|
+
/** @default false */
|
|
17769
|
+
Anon_4dc549443053_5: components["schemas"]["Anon_7cb541e84f22_53"];
|
|
17749
17770
|
Anon_7cb541e84f22_53: boolean;
|
|
17750
|
-
/** @default
|
|
17751
|
-
|
|
17771
|
+
/** @default false */
|
|
17772
|
+
Anon_4dc549443053_6: components["schemas"]["Anon_7cb541e84f22_54"];
|
|
17752
17773
|
Anon_7cb541e84f22_54: boolean;
|
|
17753
17774
|
/** @default true */
|
|
17754
|
-
|
|
17775
|
+
Anon_493deecc809a_10: components["schemas"]["Anon_7cb541e84f22_55"];
|
|
17755
17776
|
Anon_7cb541e84f22_55: boolean;
|
|
17756
|
-
/** @default
|
|
17757
|
-
|
|
17777
|
+
/** @default true */
|
|
17778
|
+
Anon_493deecc809a_11: components["schemas"]["Anon_7cb541e84f22_56"];
|
|
17758
17779
|
Anon_7cb541e84f22_56: boolean;
|
|
17780
|
+
/** @default true */
|
|
17781
|
+
Anon_493deecc809a_12: components["schemas"]["Anon_7cb541e84f22_57"];
|
|
17782
|
+
Anon_7cb541e84f22_57: boolean;
|
|
17783
|
+
/** @default false */
|
|
17784
|
+
Anon_062d958a93c4_12: components["schemas"]["Anon_7cb541e84f22_58"];
|
|
17785
|
+
Anon_7cb541e84f22_58: boolean;
|
|
17759
17786
|
/** @default USD */
|
|
17760
17787
|
Anon_64586219ef83: components["schemas"]["Anon_9b3712d35cb1_4"];
|
|
17761
17788
|
Anon_9b3712d35cb1_4: string;
|
|
@@ -17781,8 +17808,8 @@ interface components {
|
|
|
17781
17808
|
Anon_f7fb9744a6e4_26: components["schemas"]["Anon_f090cb615c84_43"];
|
|
17782
17809
|
Anon_f090cb615c84_43: string | null;
|
|
17783
17810
|
/** @default true */
|
|
17784
|
-
Anon_493deecc809a_13: components["schemas"]["
|
|
17785
|
-
|
|
17811
|
+
Anon_493deecc809a_13: components["schemas"]["Anon_7cb541e84f22_59"];
|
|
17812
|
+
Anon_7cb541e84f22_59: boolean;
|
|
17786
17813
|
Anon_f27cb44c32f6_29: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17787
17814
|
Anon_fb248bf5a9f7_30: string;
|
|
17788
17815
|
Anon_2457cccd64aa_10: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
@@ -17808,8 +17835,8 @@ interface components {
|
|
|
17808
17835
|
Anon_409e3500a87a_1: components["schemas"]["Anon_c59f38ec05ae_1"];
|
|
17809
17836
|
Anon_c59f38ec05ae_1: ("email" | "in_app" | "webhook")[];
|
|
17810
17837
|
/** @default true */
|
|
17811
|
-
Anon_493deecc809a_14: components["schemas"]["
|
|
17812
|
-
|
|
17838
|
+
Anon_493deecc809a_14: components["schemas"]["Anon_7cb541e84f22_60"];
|
|
17839
|
+
Anon_7cb541e84f22_60: boolean;
|
|
17813
17840
|
Anon_fb248bf5a9f7_31: string;
|
|
17814
17841
|
Anon_2457cccd64aa_11: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17815
17842
|
/** @default null */
|
|
@@ -17835,23 +17862,23 @@ interface components {
|
|
|
17835
17862
|
/** @default 30 */
|
|
17836
17863
|
Anon_e7c3d01ff506_1: components["schemas"]["Anon_97cc9ecfdea9_30"];
|
|
17837
17864
|
Anon_97cc9ecfdea9_30: number;
|
|
17865
|
+
/** @default 60 */
|
|
17866
|
+
Anon_00a4830d89d2_1: components["schemas"]["Anon_97cc9ecfdea9_31"];
|
|
17867
|
+
Anon_97cc9ecfdea9_31: number;
|
|
17838
17868
|
/** @default off */
|
|
17839
17869
|
Anon_5d5e35b408d7_1: components["schemas"]["PlacementTestMode"];
|
|
17840
17870
|
/** @default null */
|
|
17841
17871
|
Anon_e476f3352599: components["schemas"]["Anon_55e8f49b5e3d_1"];
|
|
17842
17872
|
Anon_55e8f49b5e3d_1: ("hour" | "day" | "week" | "month" | "session") | null;
|
|
17843
17873
|
/** @default false */
|
|
17844
|
-
Anon_062d958a93c4_13: components["schemas"]["
|
|
17845
|
-
|
|
17874
|
+
Anon_062d958a93c4_13: components["schemas"]["Anon_7cb541e84f22_61"];
|
|
17875
|
+
Anon_7cb541e84f22_61: boolean;
|
|
17846
17876
|
/** @default false */
|
|
17847
|
-
Anon_062d958a93c4_14: components["schemas"]["
|
|
17848
|
-
|
|
17849
|
-
/** @default 24 */
|
|
17850
|
-
Anon_984838fcbd64: components["schemas"]["Anon_97cc9ecfdea9_31"];
|
|
17851
|
-
Anon_97cc9ecfdea9_31: number;
|
|
17877
|
+
Anon_062d958a93c4_14: components["schemas"]["Anon_7cb541e84f22_62"];
|
|
17878
|
+
Anon_7cb541e84f22_62: boolean;
|
|
17852
17879
|
/** @default false */
|
|
17853
|
-
Anon_062d958a93c4_15: components["schemas"]["
|
|
17854
|
-
|
|
17880
|
+
Anon_062d958a93c4_15: components["schemas"]["Anon_7cb541e84f22_63"];
|
|
17881
|
+
Anon_7cb541e84f22_63: boolean;
|
|
17855
17882
|
/** @default highest_priority */
|
|
17856
17883
|
Anon_54bb39acf789: components["schemas"]["Anon_be07849383a6_1"];
|
|
17857
17884
|
/** @enum {string} */
|
|
@@ -17930,8 +17957,8 @@ interface components {
|
|
|
17930
17957
|
Anon_2aa59aec1f23_6: components["schemas"]["Anon_97cc9ecfdea9_32"];
|
|
17931
17958
|
Anon_97cc9ecfdea9_32: number;
|
|
17932
17959
|
/** @default false */
|
|
17933
|
-
Anon_062d958a93c4_16: components["schemas"]["
|
|
17934
|
-
|
|
17960
|
+
Anon_062d958a93c4_16: components["schemas"]["Anon_7cb541e84f22_64"];
|
|
17961
|
+
Anon_7cb541e84f22_64: boolean;
|
|
17935
17962
|
Anon_711dc9708535_17: components["schemas"]["Anon_11c9ad639448_1"];
|
|
17936
17963
|
Anon_f27cb44c32f6_31: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17937
17964
|
/** @enum {string} */
|
|
@@ -17944,8 +17971,8 @@ interface components {
|
|
|
17944
17971
|
Anon_96f9066c2fdc_60: components["schemas"]["Anon_00404e686415_64"];
|
|
17945
17972
|
Anon_00404e686415_64: string;
|
|
17946
17973
|
/** @default false */
|
|
17947
|
-
Anon_062d958a93c4_17: components["schemas"]["
|
|
17948
|
-
|
|
17974
|
+
Anon_062d958a93c4_17: components["schemas"]["Anon_7cb541e84f22_65"];
|
|
17975
|
+
Anon_7cb541e84f22_65: boolean;
|
|
17949
17976
|
Anon_711dc9708535_18: components["schemas"]["Anon_11c9ad639448_1"];
|
|
17950
17977
|
/** @default null */
|
|
17951
17978
|
Anon_f7fb9744a6e4_27: components["schemas"]["Anon_f090cb615c84_44"];
|
|
@@ -17960,8 +17987,8 @@ interface components {
|
|
|
17960
17987
|
Anon_af12d548dbee_30: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17961
17988
|
Anon_ee9224780226_8: components["schemas"]["Anon_853cc883e392_1"];
|
|
17962
17989
|
/** @default false */
|
|
17963
|
-
Anon_4dc549443053_7: components["schemas"]["
|
|
17964
|
-
|
|
17990
|
+
Anon_4dc549443053_7: components["schemas"]["Anon_7cb541e84f22_66"];
|
|
17991
|
+
Anon_7cb541e84f22_66: boolean;
|
|
17965
17992
|
/** @default active */
|
|
17966
17993
|
Anon_0dd6689843fe: components["schemas"]["EnvironmentStatus"];
|
|
17967
17994
|
/** @default null */
|
|
@@ -17969,14 +17996,14 @@ interface components {
|
|
|
17969
17996
|
Anon_f090cb615c84_45: string | null;
|
|
17970
17997
|
Anon_24a0ac3f017b: components["schemas"]["Anon_11c9ad639448_1"];
|
|
17971
17998
|
/** @default null */
|
|
17972
|
-
Anon_f11abbefcf83: components["schemas"]["
|
|
17973
|
-
|
|
17999
|
+
Anon_f11abbefcf83: components["schemas"]["Anon_c648138a0918_9"];
|
|
18000
|
+
Anon_c648138a0918_9: number | null;
|
|
17974
18001
|
/** @default false */
|
|
17975
|
-
Anon_062d958a93c4_18: components["schemas"]["
|
|
17976
|
-
|
|
18002
|
+
Anon_062d958a93c4_18: components["schemas"]["Anon_7cb541e84f22_67"];
|
|
18003
|
+
Anon_7cb541e84f22_67: boolean;
|
|
17977
18004
|
/** @default false */
|
|
17978
|
-
Anon_062d958a93c4_19: components["schemas"]["
|
|
17979
|
-
|
|
18005
|
+
Anon_062d958a93c4_19: components["schemas"]["Anon_7cb541e84f22_68"];
|
|
18006
|
+
Anon_7cb541e84f22_68: boolean;
|
|
17980
18007
|
Anon_96f9066c2fdc_61: components["schemas"]["Anon_00404e686415_65"];
|
|
17981
18008
|
Anon_00404e686415_65: string;
|
|
17982
18009
|
Anon_f27cb44c32f6_34: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
@@ -18064,8 +18091,8 @@ interface components {
|
|
|
18064
18091
|
Anon_1c33d69dbfa9_1: string;
|
|
18065
18092
|
Anon_ee9224780226_9: components["schemas"]["Anon_853cc883e392_1"];
|
|
18066
18093
|
/** @default true */
|
|
18067
|
-
Anon_493deecc809a_15: components["schemas"]["
|
|
18068
|
-
|
|
18094
|
+
Anon_493deecc809a_15: components["schemas"]["Anon_7cb541e84f22_69"];
|
|
18095
|
+
Anon_7cb541e84f22_69: boolean;
|
|
18069
18096
|
Anon_872e58432369_4: string;
|
|
18070
18097
|
/** @default null */
|
|
18071
18098
|
Anon_7dbd1de5e9ee: components["schemas"]["Anon_39a43881005e_2"];
|
|
@@ -18085,19 +18112,19 @@ interface components {
|
|
|
18085
18112
|
Anon_26f9ae47e188: components["schemas"]["Anon_f5f914e20719_1"];
|
|
18086
18113
|
Anon_f5f914e20719_1: string | null;
|
|
18087
18114
|
/** @default false */
|
|
18088
|
-
Anon_062d958a93c4_20: components["schemas"]["
|
|
18089
|
-
|
|
18115
|
+
Anon_062d958a93c4_20: components["schemas"]["Anon_7cb541e84f22_70"];
|
|
18116
|
+
Anon_7cb541e84f22_70: boolean;
|
|
18090
18117
|
/** @default [] */
|
|
18091
18118
|
Anon_39888a32a8f7: components["schemas"]["Anon_7618621a871f_1"];
|
|
18092
18119
|
Anon_7618621a871f_1: string[];
|
|
18093
18120
|
/** @default false */
|
|
18094
|
-
Anon_062d958a93c4_21: components["schemas"]["
|
|
18095
|
-
|
|
18121
|
+
Anon_062d958a93c4_21: components["schemas"]["Anon_7cb541e84f22_71"];
|
|
18122
|
+
Anon_7cb541e84f22_71: boolean;
|
|
18096
18123
|
Anon_3b8fc1cd9e8b_5: string;
|
|
18097
18124
|
Anon_872e58432369_5: string;
|
|
18098
18125
|
/** @default false */
|
|
18099
|
-
Anon_062d958a93c4_22: components["schemas"]["
|
|
18100
|
-
|
|
18126
|
+
Anon_062d958a93c4_22: components["schemas"]["Anon_7cb541e84f22_72"];
|
|
18127
|
+
Anon_7cb541e84f22_72: boolean;
|
|
18101
18128
|
Anon_24a0ac3f017b_5: components["schemas"]["Anon_11c9ad639448_1"];
|
|
18102
18129
|
/** @default production */
|
|
18103
18130
|
Anon_a2f8ac1ffbf6: components["schemas"]["Anon_9ac136edb99a_20"];
|
|
@@ -18226,10 +18253,10 @@ interface components {
|
|
|
18226
18253
|
Anon_97cc9ecfdea9_39: number;
|
|
18227
18254
|
Anon_7e1e37293611_16: components["schemas"]["Anon_97cc9ecfdea9_40"];
|
|
18228
18255
|
Anon_97cc9ecfdea9_40: number;
|
|
18229
|
-
|
|
18230
|
-
|
|
18231
|
-
|
|
18232
|
-
|
|
18256
|
+
Anon_fb9ddeea992e_8: components["schemas"]["Anon_7cb541e84f22_73"];
|
|
18257
|
+
Anon_7cb541e84f22_73: boolean;
|
|
18258
|
+
Anon_fb9ddeea992e_9: components["schemas"]["Anon_7cb541e84f22_74"];
|
|
18259
|
+
Anon_7cb541e84f22_74: boolean;
|
|
18233
18260
|
Anon_f86c1754c55e_1: components["schemas"]["Anon_86408dfcaaac_3"];
|
|
18234
18261
|
Anon_86408dfcaaac_3: {
|
|
18235
18262
|
[key: string]: string;
|
|
@@ -18528,7 +18555,7 @@ interface components {
|
|
|
18528
18555
|
applicable_plan_ids: components["schemas"]["Anon_f8dbfffc0ce2_21"];
|
|
18529
18556
|
applicable_addon_ids: components["schemas"]["Anon_f8dbfffc0ce2_22"];
|
|
18530
18557
|
target_segment_ids: components["schemas"]["Anon_f8dbfffc0ce2_23"];
|
|
18531
|
-
max_redemptions: components["schemas"]["
|
|
18558
|
+
max_redemptions: components["schemas"]["Anon_45e0e0d4a0da_5"];
|
|
18532
18559
|
current_redemptions: components["schemas"]["Anon_b32f11b2ff5e_5"];
|
|
18533
18560
|
coupon_code?: components["schemas"]["Anon_409d6333b38e_5"];
|
|
18534
18561
|
starts_at: components["schemas"]["Anon_711dc9708535_13"];
|
|
@@ -18541,6 +18568,7 @@ interface components {
|
|
|
18541
18568
|
PlacementSettingsCapStateOutput: {
|
|
18542
18569
|
capRules: components["schemas"]["Anon_c13cc3185eb9"];
|
|
18543
18570
|
sessionCooldownMinutes: components["schemas"]["Anon_e7c3d01ff506_1"];
|
|
18571
|
+
remindLaterMinutes: components["schemas"]["Anon_00a4830d89d2_1"];
|
|
18544
18572
|
testMode: components["schemas"]["Anon_5d5e35b408d7_1"];
|
|
18545
18573
|
};
|
|
18546
18574
|
PlacementSettingsCapRuleOutput: {
|
|
@@ -18587,8 +18615,8 @@ interface components {
|
|
|
18587
18615
|
plan?: components["schemas"]["Anon_f104771c9d3e"];
|
|
18588
18616
|
usage: components["schemas"]["Anon_6e82965b87e8"];
|
|
18589
18617
|
trial?: components["schemas"]["Anon_62987609f086"];
|
|
18590
|
-
payment_failed?: components["schemas"]["
|
|
18591
|
-
payment_at_risk?: components["schemas"]["
|
|
18618
|
+
payment_failed?: components["schemas"]["Anon_fb9ddeea992e_8"];
|
|
18619
|
+
payment_at_risk?: components["schemas"]["Anon_fb9ddeea992e_9"];
|
|
18592
18620
|
tiers?: components["schemas"]["Anon_f86c1754c55e_1"];
|
|
18593
18621
|
entitlements: components["schemas"]["Anon_a71fa5274014"];
|
|
18594
18622
|
instances?: components["schemas"]["Anon_ef1dd07b9cb1"];
|
|
@@ -20091,6 +20119,7 @@ interface operations {
|
|
|
20091
20119
|
max_per_period?: components["schemas"]["Anon_45e0e0d4a0da"];
|
|
20092
20120
|
max_period_unit?: components["schemas"]["Anon_6ab4ae68d10d"];
|
|
20093
20121
|
cooldown_after_dismiss_days?: components["schemas"]["Anon_3380fd32e874"];
|
|
20122
|
+
remind_later_minutes?: components["schemas"]["Anon_45e0e0d4a0da_1"];
|
|
20094
20123
|
recommendation_strategy?: components["schemas"]["Anon_beae1a1b3acf"];
|
|
20095
20124
|
recommendation_plan_override?: components["schemas"]["Anon_96f9066c2fdc_11"];
|
|
20096
20125
|
};
|
|
@@ -20153,6 +20182,7 @@ interface operations {
|
|
|
20153
20182
|
max_per_period?: components["schemas"]["Anon_45e0e0d4a0da"];
|
|
20154
20183
|
max_period_unit?: components["schemas"]["Anon_6ab4ae68d10d"];
|
|
20155
20184
|
cooldown_after_dismiss_days?: components["schemas"]["Anon_3380fd32e874"];
|
|
20185
|
+
remind_later_minutes?: components["schemas"]["Anon_45e0e0d4a0da_1"];
|
|
20156
20186
|
recommendation_strategy?: components["schemas"]["Anon_beae1a1b3acf"];
|
|
20157
20187
|
recommendation_plan_override?: components["schemas"]["Anon_96f9066c2fdc_11"];
|
|
20158
20188
|
};
|
|
@@ -21335,6 +21365,18 @@ declare function unregisterCtaResolver(type: string): boolean;
|
|
|
21335
21365
|
* bridged, skipping any the customer has since replaced.
|
|
21336
21366
|
*/
|
|
21337
21367
|
declare function bridgeUiPathResolversIntoRegistry(resolvers: Record<string, (uiPath: JsonObject) => void | Promise<void>>, registry?: CtaResolverRegistry): () => void;
|
|
21368
|
+
/**
|
|
21369
|
+
* Register the built-in `snooze` CTA resolver (plan 174 TASK-6 companion /
|
|
21370
|
+
* Q-5): an authored `snooze` ui-path dispatches to the SDK's remind-later
|
|
21371
|
+
* verb, honoring a payload-authored `remind_later_minutes` window when the
|
|
21372
|
+
* placement output carries one (plan 167; the verb's default matches the
|
|
21373
|
+
* 60-minute tenant default). Called by the SDK constructor AFTER the init
|
|
21374
|
+
* `uiPathResolvers` bridge, and skips registration when a `snooze` resolver
|
|
21375
|
+
* already exists — so a customer's resolver (init map or explicit
|
|
21376
|
+
* registration, before or after init) always wins. Returns a cleanup that
|
|
21377
|
+
* unregisters only this entry.
|
|
21378
|
+
*/
|
|
21379
|
+
declare function registerBuiltinSnoozeResolver(snooze: (outputId: string, seconds?: number) => void, registry?: CtaResolverRegistry): () => void;
|
|
21338
21380
|
/**
|
|
21339
21381
|
* Dispatch a CTA activation: invoke the registered resolver for the action
|
|
21340
21382
|
* type if one exists, otherwise fall back to the supplied callback.
|
|
@@ -22654,5 +22696,5 @@ declare function RevTurbineThemeProvider({ theme, children }: RevTurbineThemePro
|
|
|
22654
22696
|
*/
|
|
22655
22697
|
declare function useRevTurbineTheme(): RevTurbineTheme;
|
|
22656
22698
|
|
|
22657
|
-
export { AccessGateSurfaceSlot, AddOnSchema, AddOnVariationSchema, AgentConnectorSlot, AlertSchema, AnchorFields, ApiKeySchema, ApiKeyStatusSchema, AuditActorTypeSchema, AuditEventSchema, AuthAccountSchema, AuthApiKeySchema, AuthInvitationSchema, AuthMemberSchema, AuthOrganizationSchema, AuthPasskeySchema, AuthSessionSchema, AuthSsoProviderSchema, AuthTwoFactorSchema, AuthUserSchema, AuthVerificationSchema, BannerFrame, BannerSlot, BannerSurface, BillingCadenceSchema, BillingHealthStatusSchema, BrandingConfigSchema, BrowserRuntime, BrowserStorage, ButtonSlot, ButtonSurface, CONTROL_PLANE_EVENT_SOURCE, CONTROL_PLANE_SOURCE_KEY, CapEnforcer, CapPeriodSchema$1 as CapPeriodSchema, ChangeLogActionSchema, ChangeLogEntrySchema, CliSlot, ClientContextSchema, ClientSafe, CohortMonthSchema, CompactCircularGauge, ContentPayloadSegmentEntrySchema, ContentPlacementPayloadSchema, ContentPromotionSchema, ContentUiPathSchema, ContextVisibility, ControlPlaneEventSourceSchema, ControlPlaneEventTypeSchema, ControlPlaneSemanticEventSchema, CreditBalanceSlot, CtaActionTypeSchema, CtaObjectSchema, CtaPathSchema, CtaPathTypeSchema, CtaResolverRegistry, CurrencySchema, CustomerOverrideDurationSchema, CustomerOverrideSchema, CustomerOverrideStatusSchema, CustomerOverrideTypeSchema, CustomerSchema, DEFAULT_BRANDING, DEFAULT_THEME, DataClassification, DecisionEngine, DecisionLogSchema, DecisionOnly, DescriptionField, DimensionCategorySchema, DimensionSourceTypeSchema, DiscountTypeSchema, DomainProviderRegistry, DriftReportSchema, EnforcementActionSchema, EnforcementModeSchema, EngagementArea, 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, FixedSurfaceSlot, FlagValueTypeSchema, FreeTrialRuleSchema, FreeTrialSettingsSchema, FullPageSlot, FunnelStepSchema, GATED_SURFACE_TEMPLATE_IDS, GENERAL_BANNER_TEMPLATE_IDS, GENERAL_MODAL_TEMPLATE_IDS, GENERAL_TOAST_TEMPLATE_IDS, AccessGateSurfaceSlot as Gate, HANDLE_PATTERN, HandleField, INGEST_WRITE_SCOPE, IdField, IdentityKind, IdentitySchema, InMemoryStorage, InPageSlot, InPageSurface, IngestedEventSchema, InlineCardPlacement, InlineEmbedSlot, InteractionTracker, InvitationStatusSchema, KpiAggregateSchema, MESSAGE_SURFACE_TEMPLATE_IDS, McpConfigSchema, McpTokenScopeSchema, MessageBlockContentSchema, MessageBlockRecordSchema, MessageBlockSchema, MessageSchema, MessageSurfaceSlot, MetadataField, MeteringConfigSchema, ModalFrame, ModalSlot, ModalSurface, NameField, NullableDatetimeField, OnboardingChecklistSchema, OnboardingStateSchema, OptimizationSuggestionSchema, OrgMemberRoleSchema, PERSISTED_SCHEMA_FACET_EXEMPTIONS, PLAYBOOK_FORMAT_VERSION, PaginatedResponseSchema, PaginationParamsSchema, PaymentTriggerPayloadSchema, PermissionActionSchema, PermissionResourceSchema, PermissionSchema, PersonalizationTokenSchema, Placement, PlacementCapRuleSchema, PlacementCategorySchema, PlacementController, PlacementDecisionInspector, PlacementDecisionOutputSchema, PlacementPayloadSchema, PlacementPerformanceRowSchema, PlacementRenderer, 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, QuotaMeterFrame, QuotaMeterSlot, ROLE_PERMISSIONS, ROLE_RANK, SurfaceSlotComponent as RTSlot, 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, RevTurbineProvider, RevTurbineServer, RevTurbineThemeProvider, 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, SurfaceSlotComponent as Slot, StripeIntegrationConfigSchema, StripePriceBillingPeriodSchema, StripePriceMockBillingPeriodSchema, StripePriceMockSchema, StripePriceSchema, StudioSurfaceTypeSchema, SuggestionSeveritySchema, SupersessionReasonSchema, SupersessionRecordSchema, SurfaceSlotComponent, SurfaceSlotSchema, SurfaceTemplateSchema, SurfaceTypeCapRuleSchema, SurfaceTypeSchema, TelemetryScope, TelemetryScopeContext, TemplateFieldTypeSchema, TenantConfigSchema, TenantIdField, TenantSchema, TenantStatusSchema, ThemeSchema, TimestampFields, ToastSlot, ToastSurface, TooltipSlot, Track, TrackEventSchema, TrackIngestBatchSchema, TrackOnView, TreatmentInteractionInputSchema, TreatmentInteractionTypeSchema, TrialEligibilityScopeSchema, TrialInstanceSchema, TrialLimitPolicySchema, TrialStatusSchema, TrialTriggerPayloadSchema, TriggerEventTypeSchema, UiPreferenceSchema, UsageAllocationSchema$1 as UsageAllocationSchema, UsageEnforcementSettingsSchema, UsagePeriodScopeSchema, UsageTriggerPayloadSchema, UserContextSchema, UserInstanceContextSchema, UserPlanContextSchema, UserProfile, UserRoleSchema, UserTrialStatusSchema, UserUsageEntrySchema, VersionFields, WebhookEventLogSchema, WebhookEventSourceSchema, WebhookEventStatusSchema, analyticsPaths, applyValueMaps, bridgeUiPathResolversIntoRegistry, buildControlPlaneEvent, categorizeActionError, 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, derivePlacementPersonalizationTokens, deriveReverseTrialGrants, dispatchCtaClick, entitlementPaths, environmentPaths, evaluateSegments, evaluateTrialStatus, eventPaths, experimentPaths, filterExternalSchemas, filterPersistedSchemas, findActiveTrialInstance, findLatestStartedTrialInstance, getDefaultCtaResolverRegistry, 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, registerCtaResolver, requireSchemaFacets, resetDefaultCtaResolverRegistry, resetDefaultRegistry, resolveBranding, resolveContent, resolveLocalPlaybook, resolvePayloadForUser, resolvePayloadForUserWithProvider, resolvePersistentStorage, resolveSessionStorage, resolveTokens, runtimePaths, schemaDeprecation, schemaFacets, scopesSubsetOfRole, segmentPaths, settingsPaths, tenantPaths, toCreateSchema, toWritableSchema, trialPaths, uiPreferencePaths, unregisterCtaResolver, useCan, useEntitlement, useGatedAction, usePlacement, usePlacementPersonalization, useRevTurbine, useRevTurbineTheme, useSurfaceSlot, useTelemetryProps, useTelemetryScope, useTrack, useTrackedAction, useUsageSnapshot, userContextPaths, validatePlacementThresholdWarnings };
|
|
22699
|
+
export { AccessGateSurfaceSlot, AddOnSchema, AddOnVariationSchema, AgentConnectorSlot, AlertSchema, AnchorFields, ApiKeySchema, ApiKeyStatusSchema, AuditActorTypeSchema, AuditEventSchema, AuthAccountSchema, AuthApiKeySchema, AuthInvitationSchema, AuthMemberSchema, AuthOrganizationSchema, AuthPasskeySchema, AuthSessionSchema, AuthSsoProviderSchema, AuthTwoFactorSchema, AuthUserSchema, AuthVerificationSchema, BannerFrame, BannerSlot, BannerSurface, BillingCadenceSchema, BillingHealthStatusSchema, BrandingConfigSchema, BrowserRuntime, BrowserStorage, ButtonSlot, ButtonSurface, CONTROL_PLANE_EVENT_SOURCE, CONTROL_PLANE_SOURCE_KEY, CapEnforcer, CapPeriodSchema$1 as CapPeriodSchema, ChangeLogActionSchema, ChangeLogEntrySchema, CliSlot, ClientContextSchema, ClientSafe, CohortMonthSchema, CompactCircularGauge, ContentPayloadSegmentEntrySchema, ContentPlacementPayloadSchema, ContentPromotionSchema, ContentUiPathSchema, ContextVisibility, ControlPlaneEventSourceSchema, ControlPlaneEventTypeSchema, ControlPlaneSemanticEventSchema, CreditBalanceSlot, CtaActionTypeSchema, CtaObjectSchema, CtaPathSchema, CtaPathTypeSchema, CtaResolverRegistry, CurrencySchema, CustomerOverrideDurationSchema, CustomerOverrideSchema, CustomerOverrideStatusSchema, CustomerOverrideTypeSchema, CustomerSchema, DEFAULT_BRANDING, DEFAULT_THEME, DataClassification, DecisionEngine, DecisionLogSchema, DecisionOnly, DescriptionField, DimensionCategorySchema, DimensionSourceTypeSchema, DiscountTypeSchema, DomainProviderRegistry, DriftReportSchema, EnforcementActionSchema, EnforcementModeSchema, EngagementArea, 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, FixedSurfaceSlot, FlagValueTypeSchema, FreeTrialRuleSchema, FreeTrialSettingsSchema, FullPageSlot, FunnelStepSchema, GATED_SURFACE_TEMPLATE_IDS, GENERAL_BANNER_TEMPLATE_IDS, GENERAL_MODAL_TEMPLATE_IDS, GENERAL_TOAST_TEMPLATE_IDS, AccessGateSurfaceSlot as Gate, HANDLE_PATTERN, HandleField, INGEST_WRITE_SCOPE, IdField, IdentityKind, IdentitySchema, InMemoryStorage, InPageSlot, InPageSurface, IngestedEventSchema, InlineCardPlacement, InlineEmbedSlot, InteractionTracker, InvitationStatusSchema, KpiAggregateSchema, MESSAGE_SURFACE_TEMPLATE_IDS, McpConfigSchema, McpTokenScopeSchema, MessageBlockContentSchema, MessageBlockRecordSchema, MessageBlockSchema, MessageSchema, MessageSurfaceSlot, MetadataField, MeteringConfigSchema, ModalFrame, ModalSlot, ModalSurface, NameField, NullableDatetimeField, OnboardingChecklistSchema, OnboardingStateSchema, OptimizationSuggestionSchema, OrgMemberRoleSchema, PERSISTED_SCHEMA_FACET_EXEMPTIONS, PLAYBOOK_FORMAT_VERSION, PaginatedResponseSchema, PaginationParamsSchema, PaymentTriggerPayloadSchema, PermissionActionSchema, PermissionResourceSchema, PermissionSchema, PersonalizationTokenSchema, Placement, PlacementCapRuleSchema, PlacementCategorySchema, PlacementController, PlacementDecisionInspector, PlacementDecisionOutputSchema, PlacementPayloadSchema, PlacementPerformanceRowSchema, PlacementRenderer, 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, QuotaMeterFrame, QuotaMeterSlot, ROLE_PERMISSIONS, ROLE_RANK, SurfaceSlotComponent as RTSlot, 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, RevTurbineProvider, RevTurbineServer, RevTurbineThemeProvider, 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, SurfaceSlotComponent as Slot, StripeIntegrationConfigSchema, StripePriceBillingPeriodSchema, StripePriceMockBillingPeriodSchema, StripePriceMockSchema, StripePriceSchema, StudioSurfaceTypeSchema, SuggestionSeveritySchema, SupersessionReasonSchema, SupersessionRecordSchema, SurfaceSlotComponent, SurfaceSlotSchema, SurfaceTemplateSchema, SurfaceTypeCapRuleSchema, SurfaceTypeSchema, TelemetryScope, TelemetryScopeContext, TemplateFieldTypeSchema, TenantConfigSchema, TenantIdField, TenantSchema, TenantStatusSchema, ThemeSchema, TimestampFields, ToastSlot, ToastSurface, TooltipSlot, Track, TrackEventSchema, TrackIngestBatchSchema, TrackOnView, TreatmentInteractionInputSchema, TreatmentInteractionTypeSchema, TrialEligibilityScopeSchema, TrialInstanceSchema, TrialLimitPolicySchema, TrialStatusSchema, TrialTriggerPayloadSchema, TriggerEventTypeSchema, UiPreferenceSchema, UsageAllocationSchema$1 as UsageAllocationSchema, UsageEnforcementSettingsSchema, UsagePeriodScopeSchema, UsageTriggerPayloadSchema, UserContextSchema, UserInstanceContextSchema, UserPlanContextSchema, UserProfile, UserRoleSchema, UserTrialStatusSchema, UserUsageEntrySchema, VersionFields, WebhookEventLogSchema, WebhookEventSourceSchema, WebhookEventStatusSchema, analyticsPaths, applyValueMaps, bridgeUiPathResolversIntoRegistry, buildControlPlaneEvent, categorizeActionError, 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, derivePlacementPersonalizationTokens, deriveReverseTrialGrants, dispatchCtaClick, entitlementPaths, environmentPaths, evaluateSegments, evaluateTrialStatus, eventPaths, experimentPaths, filterExternalSchemas, filterPersistedSchemas, findActiveTrialInstance, findLatestStartedTrialInstance, getDefaultCtaResolverRegistry, 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, registerBuiltinSnoozeResolver, registerCtaResolver, requireSchemaFacets, resetDefaultCtaResolverRegistry, resetDefaultRegistry, resolveBranding, resolveContent, resolveLocalPlaybook, resolvePayloadForUser, resolvePayloadForUserWithProvider, resolvePersistentStorage, resolveSessionStorage, resolveTokens, runtimePaths, schemaDeprecation, schemaFacets, scopesSubsetOfRole, segmentPaths, settingsPaths, tenantPaths, toCreateSchema, toWritableSchema, trialPaths, uiPreferencePaths, unregisterCtaResolver, useCan, useEntitlement, useGatedAction, usePlacement, usePlacementPersonalization, useRevTurbine, useRevTurbineTheme, useSurfaceSlot, useTelemetryProps, useTelemetryScope, useTrack, useTrackedAction, useUsageSnapshot, userContextPaths, validatePlacementThresholdWarnings };
|
|
22658
22700
|
export type { AccessGateCheck, AccessGateSurfaceSlotProps, ActionErrorCategory, AdapterBaseOptions, AddOn, AddOnVariation, AgentConnectorSlotProps, Alert, AnalyticsEventHandler, AnalyticsEventProperties, AnalyticsEventTransformer, AnalyticsProviderOptions, AnyDomainProvider, ApiKey, ApiKeyStatus, AuditActorType, AuditEvent, AuthAccount, AuthApiKey, AuthInvitation, AuthMember, AuthOrganization, AuthPasskey, AuthSession, AuthSsoProvider, AuthTwoFactor, AuthUser, AuthVerification, BannerFrameProps, BannerSlotProps, BannerSurfaceProps, BillingCadence, BillingHealthStatus, BrandingConfig, BrandingResolutionInput, BrandingSource, BrowserRuntimeOptions, ButtonSlotProps, ButtonSurfaceProps, CapEnforcementResult, CapPeriod, ChangeListener, ChangeLogAction, ChangeLogEntry, CliSlotProps, ClientContext, CohortMonth, CompactCircularGaugeProps, ConfigArtifact, ContentPayloadSegmentEntry, ContentPlacementPayload, ContentPromotion, ContentProvider, ContentProviderState, ContentUiPath, ControlPlaneEmitInput, ControlPlaneEventSource, ControlPlaneEventType, ControlPlaneSemanticEvent, CreditBalanceSlotProps, CtaActionType, CtaHandler, CtaHandlerMap, CtaHandlerProvider, CtaHandlerProviderState, CtaObject, CtaPath, CtaPathType, CtaResolver, CtaResolverContext, Currency, Customer, CustomerOverride, CustomerOverrideDuration, CustomerOverrideStatus, CustomerOverrideType, DataClassificationValue, DecisionEngineOptions, DecisionLog, DeriveTrialStatusInput, DimensionCategory, DimensionSourceType, DiscountType, DomainProvider, DomainProviderName, DriftReport, EnforcementAction, EnforcementMode, EngagementAreaProps, 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, Playbook as ExportedConfig, ExportedConfigPlacementItem, ExportedConfigProvider, ExportedConfigSegmentsItem, ExportedConfigSegmentsItemPredicatesItem, ExportedConfigUiPathActionType, FeatureFlag, FeatureFlagValue, FeatureGateTriggerPayload, FieldDefinition, FixedSurfaceSlotProps, FlagValueType, FreeTrialRule, FreeTrialSettings, FullPageSlotProps, FunnelStep, AccessGateSurfaceSlotProps as GateProps, GatedAction, Identity, IdentityDeclaration, InPageSlotProps, InPageSurfaceProps, IngestWriteScope, IngestedEvent, InlineCardPlacementProps, InlineEmbedSlotProps, InteractionState, InvitationStatus, JsonObject, JsonValue, KpiAggregate, LegacyConfigTargetDefaults, LocalPlacementDataset, LocalPlacementEntry, LocalPlacementPayload, LocalPlacementSurface, McpConfig, McpTokenScope, Message, MessageBlock, MessageBlockContent, MessageBlockRecord, MessageBlockSnapshot, MessageSurfaceSlotProps, MessageSurfaceSlotRef, MessageTriggerType, MeteringConfig, ModalFrameProps, ModalLayout, ModalSlotProps, ModalSurfaceProps, OnboardingChecklist, OnboardingState, OptimizationSuggestion, OrgMemberRole, PaginationParams, PaymentTriggerPayload, Permission, PermissionAction, PermissionResource, PersonalizationContext, PersonalizationToken, PlacementCapPolicy, PlacementCapRule, PlacementCategory, PlacementContentFields, PlacementContentLookupProvider, PlacementControllerOptions, PlacementControllerState, PlacementCustomCode, PlacementDecisionInspectorProps, PlacementDecisionOutput, PlacementEmittedThresholdLookup, PlacementOutput, PlacementPayload, PlacementPayloadSnapshot, PlacementPerformanceRow, PlacementPreviewConfig, PlacementPromotion, PlacementProps, PlacementRendererProps, 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, QuotaMeterFrameProps, QuotaMeterSlotProps, SurfaceSlotComponentProps as RTSlotProps, RegisterPlacementSlotTypeOptions, ResolvedBranding, ResolvedContent, ResolvedDomainType, ResolvedPayload, ResolvedProviderContext, RevTurbineApiClient, RevTurbineApiClientConfig, paths as RevTurbineApiPaths, RevTurbineBootstrapDecisionInput, RevTurbineChainedPlacementRequestOptions, Playbook as 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, RevTurbineProviderProps, 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, SurfaceSlotComponentProps as SlotProps, StaticPlacementResolverOptions, StripeIntegrationConfig, StripePrice, StripePriceBillingPeriod, StripePriceMock, StripePriceMockBillingPeriod, StudioSurfaceType, SuggestionSeverity, SupersessionReason, SupersessionRecord, SuppressionResult, SurfaceSlot, SurfaceSlotCategory, SurfaceSlotComponentProps, SurfaceTemplate, SurfaceType, SurfaceTypeCapRule, TelemetryConsent, TelemetryScopeProps, TelemetryScopeValue, TemplateFieldType, Tenant, TenantConfig, TenantStatus, Theme, ThemeLoaderOptions, ThemeProvider, ThemeProviderState, ToastSlotProps, ToastSurfaceProps, TooltipSlotProps, TrackEvent, TrackFn, TrackIngestBatch, TrackOnViewProps, TrackOptions, TrackProps, TrackPurpose, TrackedAction, Trait, TraitsNamespace, TraitsProvider, TraitsProviderState, TreatmentInteractionInput, TreatmentInteractionType, TrialEligibilityScope, TrialInstance, TrialLimitPolicy, TrialStatus, TrialStatusProvider, TrialStatusTraits, TrialTriggerPayload, TriggerEventType, UiPreference, UsageAllocation, UsageBalances, UsageEnforcementSettings, UsagePeriodScope, UsageTraits, UsageTraitsProvider, UsageTriggerPayload, UseCanResult, UseEntitlementOptions, UseEntitlementResult, UsePlacementOptions, UsePlacementPersonalizationOptions, UsePlacementResult, UseSurfaceSlotOptions, UseSurfaceSlotResult, UseUsageSnapshotResult, UserContext, UserContextInput, UserInstanceContext, UserPlanContext, UserProfileProps, UserRole, UserTargetingContext, UserTrialStatus, UserUsageEntry, WebhookEventLog, WebhookEventSource, WebhookEventStatus };
|