@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/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;
|
|
@@ -12566,6 +12574,19 @@ declare class RevTurbineCustomerSdk {
|
|
|
12566
12574
|
* storage, never placed in a URL, never logged.
|
|
12567
12575
|
*/
|
|
12568
12576
|
private clientContextToken?;
|
|
12577
|
+
/**
|
|
12578
|
+
* The `traits:server` provider (plan 165 TASK-4), auto-wired on the first
|
|
12579
|
+
* successful client-context fetch and fed EXCLUSIVELY from the
|
|
12580
|
+
* token-authenticated response — never from app-assertable input (plan 157
|
|
12581
|
+
* client-session token model).
|
|
12582
|
+
*/
|
|
12583
|
+
private serverUserContextProvider?;
|
|
12584
|
+
/**
|
|
12585
|
+
* `computeUserContextHash` of the last applied server context. A subsequent
|
|
12586
|
+
* fetch whose evaluation-relevant inputs hash the same is dropped, skipping a
|
|
12587
|
+
* redundant segment re-evaluation.
|
|
12588
|
+
*/
|
|
12589
|
+
private lastServerContextHash?;
|
|
12569
12590
|
private usageBalances;
|
|
12570
12591
|
private localDecisionsByPlacementId;
|
|
12571
12592
|
private localPlacementsByLookupKey;
|
|
@@ -12977,6 +12998,12 @@ declare class RevTurbineCustomerSdk {
|
|
|
12977
12998
|
* to determine which placement payloads are eligible for display.
|
|
12978
12999
|
*/
|
|
12979
13000
|
fetchUserContext(userId: string): Promise<UserTargetingContext>;
|
|
13001
|
+
/**
|
|
13002
|
+
* Lazily create + register the `traits:server` provider (plan 165 TASK-4).
|
|
13003
|
+
* Registered once on the first successful client-context fetch; later fetches
|
|
13004
|
+
* only refresh its snapshot.
|
|
13005
|
+
*/
|
|
13006
|
+
private ensureServerUserContextProvider;
|
|
12980
13007
|
/**
|
|
12981
13008
|
* Enrich the held UserContext with the user's server-known CLIENT-SAFE context
|
|
12982
13009
|
* (plan 157). Fetches `GET /api/sdk/client-context` with the provided client
|
|
@@ -14703,7 +14730,7 @@ interface components {
|
|
|
14703
14730
|
/** @enum {string} */
|
|
14704
14731
|
RuleVisibility: "public" | "non_public";
|
|
14705
14732
|
/** @enum {string} */
|
|
14706
|
-
EntitlementRulePeriodUnit: "month" | "day" | "week" | "quarter" | "year" | "billing_period" | "
|
|
14733
|
+
EntitlementRulePeriodUnit: "month" | "day" | "week" | "quarter" | "year" | "billing_period" | "hour" | "six_hours";
|
|
14707
14734
|
/** @enum {string} */
|
|
14708
14735
|
EnforcementMode: "hard_block" | "soft_block" | "degrade" | "allow_overage";
|
|
14709
14736
|
/** @enum {string} */
|
|
@@ -14970,7 +14997,7 @@ interface components {
|
|
|
14970
14997
|
applicable_plan_ids?: components["schemas"]["Anon_f8dbfffc0ce2_8"];
|
|
14971
14998
|
applicable_addon_ids?: components["schemas"]["Anon_f8dbfffc0ce2_9"];
|
|
14972
14999
|
target_segment_ids?: components["schemas"]["Anon_f8dbfffc0ce2_10"];
|
|
14973
|
-
max_redemptions?: components["schemas"]["
|
|
15000
|
+
max_redemptions?: components["schemas"]["Anon_45e0e0d4a0da_2"];
|
|
14974
15001
|
current_redemptions?: components["schemas"]["Anon_b32f11b2ff5e_1"];
|
|
14975
15002
|
coupon_code?: components["schemas"]["Anon_409d6333b38e_2"];
|
|
14976
15003
|
starts_at?: components["schemas"]["Anon_711dc9708535_4"];
|
|
@@ -14989,6 +15016,7 @@ interface components {
|
|
|
14989
15016
|
PlacementSettingsCapState: {
|
|
14990
15017
|
capRules?: components["schemas"]["Anon_ff778ceecd3d"];
|
|
14991
15018
|
sessionCooldownMinutes?: components["schemas"]["Anon_e7c3d01ff506"];
|
|
15019
|
+
remindLaterMinutes?: components["schemas"]["Anon_00a4830d89d2"];
|
|
14992
15020
|
testMode?: components["schemas"]["Anon_5d5e35b408d7"];
|
|
14993
15021
|
};
|
|
14994
15022
|
PlacementSettingsCapRule: {
|
|
@@ -15049,6 +15077,7 @@ interface components {
|
|
|
15049
15077
|
origin?: components["schemas"]["Anon_093ed29338d0"];
|
|
15050
15078
|
playbook_version?: components["schemas"]["Anon_4fc4bfa2adad_9"];
|
|
15051
15079
|
decision_id?: components["schemas"]["Anon_4fc4bfa2adad_10"];
|
|
15080
|
+
test?: components["schemas"]["Anon_fb9ddeea992e_2"];
|
|
15052
15081
|
};
|
|
15053
15082
|
/** @enum {string} */
|
|
15054
15083
|
EventOrigin: "explicit" | "automatic" | "derived" | "raw";
|
|
@@ -15088,6 +15117,7 @@ interface components {
|
|
|
15088
15117
|
payload_id?: components["schemas"]["Anon_4e04ec5cc4e6_7"];
|
|
15089
15118
|
interaction_type: components["schemas"]["Anon_b540c131c269"];
|
|
15090
15119
|
interaction_at?: components["schemas"]["Anon_e077e17ea982_2"];
|
|
15120
|
+
test?: components["schemas"]["Anon_fb9ddeea992e_3"];
|
|
15091
15121
|
metadata?: components["schemas"]["Anon_a249e58b3222"];
|
|
15092
15122
|
};
|
|
15093
15123
|
/** @enum {string} */
|
|
@@ -15121,8 +15151,8 @@ interface components {
|
|
|
15121
15151
|
plan?: components["schemas"]["Anon_2fef49d17888"];
|
|
15122
15152
|
usage?: components["schemas"]["Anon_9bd52b3f8779"];
|
|
15123
15153
|
trial?: components["schemas"]["Anon_5e9fae8a4f1b"];
|
|
15124
|
-
payment_failed?: components["schemas"]["
|
|
15125
|
-
payment_at_risk?: components["schemas"]["
|
|
15154
|
+
payment_failed?: components["schemas"]["Anon_fb9ddeea992e_4"];
|
|
15155
|
+
payment_at_risk?: components["schemas"]["Anon_fb9ddeea992e_5"];
|
|
15126
15156
|
tiers?: components["schemas"]["Anon_f86c1754c55e"];
|
|
15127
15157
|
entitlements?: components["schemas"]["Anon_93044e18dd4f"];
|
|
15128
15158
|
instances?: components["schemas"]["Anon_f7023c77378b"];
|
|
@@ -15425,6 +15455,9 @@ interface components {
|
|
|
15425
15455
|
/** @default 7 */
|
|
15426
15456
|
Anon_3380fd32e874: components["schemas"]["Anon_97cc9ecfdea9_3"];
|
|
15427
15457
|
Anon_97cc9ecfdea9_3: number;
|
|
15458
|
+
/** @default null */
|
|
15459
|
+
Anon_45e0e0d4a0da_1: components["schemas"]["Anon_c648138a0918_2"];
|
|
15460
|
+
Anon_c648138a0918_2: number | null;
|
|
15428
15461
|
/** @default next_tier_up */
|
|
15429
15462
|
Anon_beae1a1b3acf: components["schemas"]["Anon_761abd3347d0"];
|
|
15430
15463
|
/** @enum {string} */
|
|
@@ -15663,8 +15696,8 @@ interface components {
|
|
|
15663
15696
|
Anon_f8dbfffc0ce2_10: components["schemas"]["Anon_681004346c78_11"];
|
|
15664
15697
|
Anon_681004346c78_11: string[];
|
|
15665
15698
|
/** @default null */
|
|
15666
|
-
|
|
15667
|
-
|
|
15699
|
+
Anon_45e0e0d4a0da_2: components["schemas"]["Anon_c648138a0918_3"];
|
|
15700
|
+
Anon_c648138a0918_3: number | null;
|
|
15668
15701
|
/** @default 0 */
|
|
15669
15702
|
Anon_b32f11b2ff5e_1: components["schemas"]["Anon_97cc9ecfdea9_8"];
|
|
15670
15703
|
Anon_97cc9ecfdea9_8: number;
|
|
@@ -15784,12 +15817,14 @@ interface components {
|
|
|
15784
15817
|
/** @default 30 */
|
|
15785
15818
|
Anon_e7c3d01ff506: components["schemas"]["Anon_97cc9ecfdea9_10"];
|
|
15786
15819
|
Anon_97cc9ecfdea9_10: number;
|
|
15820
|
+
/** @default 60 */
|
|
15821
|
+
Anon_00a4830d89d2: components["schemas"]["Anon_97cc9ecfdea9_11"];
|
|
15822
|
+
Anon_97cc9ecfdea9_11: number;
|
|
15787
15823
|
/** @default off */
|
|
15788
15824
|
Anon_5d5e35b408d7: components["schemas"]["PlacementTestMode"];
|
|
15789
15825
|
Anon_55e8f49b5e3d: ("hour" | "day" | "week" | "month" | "session") | null;
|
|
15790
15826
|
Anon_7cb541e84f22_19: boolean;
|
|
15791
15827
|
Anon_7cb541e84f22_20: boolean;
|
|
15792
|
-
Anon_97cc9ecfdea9_11: number;
|
|
15793
15828
|
Anon_7cb541e84f22_21: boolean;
|
|
15794
15829
|
/** @enum {string} */
|
|
15795
15830
|
Anon_be07849383a6: "highest_priority" | "most_recent" | "random";
|
|
@@ -15800,7 +15835,7 @@ interface components {
|
|
|
15800
15835
|
Anon_f27cb44c32f6_12: components["schemas"]["Anon_f2d1b3e449b4"];
|
|
15801
15836
|
Anon_7cb541e84f22_22: boolean;
|
|
15802
15837
|
Anon_f090cb615c84_14: string | null;
|
|
15803
|
-
|
|
15838
|
+
Anon_c648138a0918_4: number | null;
|
|
15804
15839
|
Anon_7cb541e84f22_23: boolean;
|
|
15805
15840
|
Anon_7cb541e84f22_24: boolean;
|
|
15806
15841
|
Anon_00404e686415_21: string;
|
|
@@ -15864,6 +15899,8 @@ interface components {
|
|
|
15864
15899
|
Anon_f090cb615c84_21: string | null;
|
|
15865
15900
|
Anon_4fc4bfa2adad_10: components["schemas"]["Anon_f090cb615c84_22"];
|
|
15866
15901
|
Anon_f090cb615c84_22: string | null;
|
|
15902
|
+
Anon_fb9ddeea992e_2: components["schemas"]["Anon_7cb541e84f22_29"];
|
|
15903
|
+
Anon_7cb541e84f22_29: boolean;
|
|
15867
15904
|
Anon_96967a4faf8d: components["schemas"]["SdkMetaEvent"][];
|
|
15868
15905
|
Anon_53b83ce9a609: components["schemas"]["SdkMetaEventType"];
|
|
15869
15906
|
/** Format: date-time */
|
|
@@ -15905,6 +15942,8 @@ interface components {
|
|
|
15905
15942
|
Anon_e077e17ea982_2: components["schemas"]["Anon_02ecf48bed22_2"];
|
|
15906
15943
|
/** Format: date-time */
|
|
15907
15944
|
Anon_02ecf48bed22_2: string;
|
|
15945
|
+
Anon_fb9ddeea992e_3: components["schemas"]["Anon_7cb541e84f22_30"];
|
|
15946
|
+
Anon_7cb541e84f22_30: boolean;
|
|
15908
15947
|
Anon_a249e58b3222: components["schemas"]["Anon_c65c1fbd5acf_8"];
|
|
15909
15948
|
Anon_c65c1fbd5acf_8: {
|
|
15910
15949
|
[key: string]: unknown;
|
|
@@ -15977,10 +16016,10 @@ interface components {
|
|
|
15977
16016
|
Anon_97cc9ecfdea9_15: number;
|
|
15978
16017
|
Anon_7e1e37293611_7: components["schemas"]["Anon_97cc9ecfdea9_16"];
|
|
15979
16018
|
Anon_97cc9ecfdea9_16: number;
|
|
15980
|
-
|
|
15981
|
-
|
|
15982
|
-
|
|
15983
|
-
|
|
16019
|
+
Anon_fb9ddeea992e_4: components["schemas"]["Anon_7cb541e84f22_31"];
|
|
16020
|
+
Anon_7cb541e84f22_31: boolean;
|
|
16021
|
+
Anon_fb9ddeea992e_5: components["schemas"]["Anon_7cb541e84f22_32"];
|
|
16022
|
+
Anon_7cb541e84f22_32: boolean;
|
|
15984
16023
|
Anon_f86c1754c55e: components["schemas"]["Anon_86408dfcaaac_1"];
|
|
15985
16024
|
Anon_86408dfcaaac_1: {
|
|
15986
16025
|
[key: string]: string;
|
|
@@ -16199,13 +16238,13 @@ interface components {
|
|
|
16199
16238
|
rate_value?: components["schemas"]["Anon_9c7f41b09bde_4"];
|
|
16200
16239
|
initial_grant?: components["schemas"]["Anon_9c7f41b09bde_5"];
|
|
16201
16240
|
allowance_value?: components["schemas"]["Anon_811366723713_3"];
|
|
16202
|
-
rollover_enabled?: components["schemas"]["
|
|
16241
|
+
rollover_enabled?: components["schemas"]["Anon_fb9ddeea992e_6"];
|
|
16203
16242
|
max_balance: components["schemas"]["Anon_d84a41962ed1_1"];
|
|
16204
16243
|
seat_type_id?: components["schemas"]["Anon_96f9066c2fdc_38"];
|
|
16205
16244
|
included_count?: components["schemas"]["Anon_5d154a3d9b9e_1"];
|
|
16206
16245
|
at_limit_behavior?: components["schemas"]["Anon_28e076aa98f9_1"];
|
|
16207
16246
|
stripe_metered_price_id?: components["schemas"]["Anon_96f9066c2fdc_39"];
|
|
16208
|
-
enabled?: components["schemas"]["
|
|
16247
|
+
enabled?: components["schemas"]["Anon_fb9ddeea992e_7"];
|
|
16209
16248
|
allocation?: components["schemas"]["Anon_a7c491664ac5_4"];
|
|
16210
16249
|
max_seats?: components["schemas"]["Anon_0dc47bdde23b_1"];
|
|
16211
16250
|
amount_cents?: components["schemas"]["Anon_18968514c96d_1"];
|
|
@@ -16241,13 +16280,13 @@ interface components {
|
|
|
16241
16280
|
rate_value?: components["schemas"]["Anon_9c7f41b09bde_4"];
|
|
16242
16281
|
initial_grant?: components["schemas"]["Anon_9c7f41b09bde_5"];
|
|
16243
16282
|
allowance_value?: components["schemas"]["Anon_811366723713_3"];
|
|
16244
|
-
rollover_enabled?: components["schemas"]["
|
|
16283
|
+
rollover_enabled?: components["schemas"]["Anon_fb9ddeea992e_6"];
|
|
16245
16284
|
max_balance: components["schemas"]["Anon_d84a41962ed1_1"];
|
|
16246
16285
|
seat_type_id?: components["schemas"]["Anon_96f9066c2fdc_38"];
|
|
16247
16286
|
included_count?: components["schemas"]["Anon_5d154a3d9b9e_1"];
|
|
16248
16287
|
at_limit_behavior?: components["schemas"]["Anon_28e076aa98f9_1"];
|
|
16249
16288
|
stripe_metered_price_id?: components["schemas"]["Anon_96f9066c2fdc_39"];
|
|
16250
|
-
enabled?: components["schemas"]["
|
|
16289
|
+
enabled?: components["schemas"]["Anon_fb9ddeea992e_7"];
|
|
16251
16290
|
allocation?: components["schemas"]["Anon_a7c491664ac5_4"];
|
|
16252
16291
|
max_seats?: components["schemas"]["Anon_0dc47bdde23b_1"];
|
|
16253
16292
|
amount_cents?: components["schemas"]["Anon_18968514c96d_1"];
|
|
@@ -16375,9 +16414,10 @@ interface components {
|
|
|
16375
16414
|
surface_template_id: components["schemas"]["Anon_57796118d046_40"];
|
|
16376
16415
|
content_fields: components["schemas"]["Anon_5142f8473790_7"];
|
|
16377
16416
|
cta_list: components["schemas"]["Anon_6ff5f738216c"];
|
|
16378
|
-
max_per_period: components["schemas"]["
|
|
16417
|
+
max_per_period: components["schemas"]["Anon_45e0e0d4a0da_3"];
|
|
16379
16418
|
max_period_unit: components["schemas"]["Anon_6ab4ae68d10d_1"];
|
|
16380
16419
|
cooldown_after_dismiss_days: components["schemas"]["Anon_3380fd32e874_1"];
|
|
16420
|
+
remind_later_minutes: components["schemas"]["Anon_45e0e0d4a0da_4"];
|
|
16381
16421
|
recommendation_strategy: components["schemas"]["Anon_beae1a1b3acf_1"];
|
|
16382
16422
|
recommendation_plan_override?: components["schemas"]["Anon_96f9066c2fdc_45"];
|
|
16383
16423
|
};
|
|
@@ -16415,6 +16455,7 @@ interface components {
|
|
|
16415
16455
|
current_plan_id?: components["schemas"]["Anon_96f9066c2fdc_48"];
|
|
16416
16456
|
subscription_status: components["schemas"]["Anon_5d90a74ed922"];
|
|
16417
16457
|
status: components["schemas"]["Anon_e9a5e88a9a3a"];
|
|
16458
|
+
billing_health_issues: components["schemas"]["Anon_6a074055abf7"];
|
|
16418
16459
|
metadata: components["schemas"]["Anon_f27cb44c32f6_17"];
|
|
16419
16460
|
};
|
|
16420
16461
|
Identity: {
|
|
@@ -16710,7 +16751,6 @@ interface components {
|
|
|
16710
16751
|
global_frequency_cap_period: components["schemas"]["Anon_e476f3352599"];
|
|
16711
16752
|
suppress_for_paid: components["schemas"]["Anon_062d958a93c4_13"];
|
|
16712
16753
|
suppress_for_trial: components["schemas"]["Anon_062d958a93c4_14"];
|
|
16713
|
-
default_dismiss_cooldown_hours: components["schemas"]["Anon_984838fcbd64"];
|
|
16714
16754
|
allow_stacking: components["schemas"]["Anon_062d958a93c4_15"];
|
|
16715
16755
|
priority_collision_strategy: components["schemas"]["Anon_54bb39acf789"];
|
|
16716
16756
|
};
|
|
@@ -17000,8 +17040,8 @@ interface components {
|
|
|
17000
17040
|
Anon_2457cccd64aa_1: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17001
17041
|
Anon_0eb2e3b6e08c_1: string;
|
|
17002
17042
|
/** @default true */
|
|
17003
|
-
Anon_d295959bf4db_1: components["schemas"]["
|
|
17004
|
-
|
|
17043
|
+
Anon_d295959bf4db_1: components["schemas"]["Anon_7cb541e84f22_33"];
|
|
17044
|
+
Anon_7cb541e84f22_33: boolean;
|
|
17005
17045
|
Anon_f38b4727dc66: {
|
|
17006
17046
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
17007
17047
|
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
@@ -17020,11 +17060,11 @@ interface components {
|
|
|
17020
17060
|
Anon_f7fb9744a6e4_11: components["schemas"]["Anon_f090cb615c84_25"];
|
|
17021
17061
|
Anon_f090cb615c84_25: string | null;
|
|
17022
17062
|
/** @default true */
|
|
17023
|
-
Anon_d295959bf4db_2: components["schemas"]["
|
|
17024
|
-
|
|
17063
|
+
Anon_d295959bf4db_2: components["schemas"]["Anon_7cb541e84f22_34"];
|
|
17064
|
+
Anon_7cb541e84f22_34: boolean;
|
|
17025
17065
|
/** @default false */
|
|
17026
|
-
Anon_4dc549443053_1: components["schemas"]["
|
|
17027
|
-
|
|
17066
|
+
Anon_4dc549443053_1: components["schemas"]["Anon_7cb541e84f22_35"];
|
|
17067
|
+
Anon_7cb541e84f22_35: boolean;
|
|
17028
17068
|
/** @default null */
|
|
17029
17069
|
Anon_e4ee8e45dcea_1: components["schemas"]["Anon_b0c21ae8f968_2"];
|
|
17030
17070
|
Anon_b0c21ae8f968_2: string | null;
|
|
@@ -17097,8 +17137,8 @@ interface components {
|
|
|
17097
17137
|
Anon_57796118d046_32: string;
|
|
17098
17138
|
Anon_cf08caa6d850_1: components["schemas"]["StripePriceBillingPeriod"];
|
|
17099
17139
|
/** @default null */
|
|
17100
|
-
Anon_79391150fda1_1: components["schemas"]["
|
|
17101
|
-
|
|
17140
|
+
Anon_79391150fda1_1: components["schemas"]["Anon_c648138a0918_5"];
|
|
17141
|
+
Anon_c648138a0918_5: number | null;
|
|
17102
17142
|
Anon_1788a9a8a0b9: components["schemas"]["CurrencyOutput"];
|
|
17103
17143
|
/** @enum {string} */
|
|
17104
17144
|
Anon_93bacb23d436_1: "usd" | "eur" | "gbp";
|
|
@@ -17107,8 +17147,8 @@ interface components {
|
|
|
17107
17147
|
Anon_f7fb9744a6e4_14: components["schemas"]["Anon_f090cb615c84_28"];
|
|
17108
17148
|
Anon_f090cb615c84_28: string | null;
|
|
17109
17149
|
/** @default false */
|
|
17110
|
-
Anon_062d958a93c4_4: components["schemas"]["
|
|
17111
|
-
|
|
17150
|
+
Anon_062d958a93c4_4: components["schemas"]["Anon_7cb541e84f22_36"];
|
|
17151
|
+
Anon_7cb541e84f22_36: boolean;
|
|
17112
17152
|
Anon_711dc9708535_7: components["schemas"]["Anon_11c9ad639448_1"];
|
|
17113
17153
|
Anon_b0c21ae8f968_3: string | null;
|
|
17114
17154
|
/** @default null */
|
|
@@ -17165,8 +17205,8 @@ interface components {
|
|
|
17165
17205
|
Anon_cddf8275afa1_6: number;
|
|
17166
17206
|
Anon_811366723713_3: components["schemas"]["Anon_4c1d2cc17cf8_3"];
|
|
17167
17207
|
Anon_4c1d2cc17cf8_3: number | "unlimited";
|
|
17168
|
-
|
|
17169
|
-
|
|
17208
|
+
Anon_fb9ddeea992e_6: components["schemas"]["Anon_7cb541e84f22_37"];
|
|
17209
|
+
Anon_7cb541e84f22_37: boolean;
|
|
17170
17210
|
/** @default null */
|
|
17171
17211
|
Anon_d84a41962ed1_1: components["schemas"]["Anon_853b74b4f5a9_2"];
|
|
17172
17212
|
Anon_853b74b4f5a9_2: (number | "unlimited") | null;
|
|
@@ -17179,8 +17219,8 @@ interface components {
|
|
|
17179
17219
|
Anon_408f15090b22_1: "hard_cap" | "auto_upgrade_at_renewal";
|
|
17180
17220
|
Anon_96f9066c2fdc_39: components["schemas"]["Anon_00404e686415_42"];
|
|
17181
17221
|
Anon_00404e686415_42: string;
|
|
17182
|
-
|
|
17183
|
-
|
|
17222
|
+
Anon_fb9ddeea992e_7: components["schemas"]["Anon_7cb541e84f22_38"];
|
|
17223
|
+
Anon_7cb541e84f22_38: boolean;
|
|
17184
17224
|
Anon_a7c491664ac5_4: components["schemas"]["UsageAllocation"];
|
|
17185
17225
|
Anon_0dc47bdde23b_1: components["schemas"]["Anon_853b74b4f5a9_3"];
|
|
17186
17226
|
Anon_853b74b4f5a9_3: (number | "unlimited") | null;
|
|
@@ -17199,8 +17239,8 @@ interface components {
|
|
|
17199
17239
|
Anon_57796118d046_37: string;
|
|
17200
17240
|
Anon_872e58432369_1: string;
|
|
17201
17241
|
/** @default false */
|
|
17202
|
-
Anon_062d958a93c4_5: components["schemas"]["
|
|
17203
|
-
|
|
17242
|
+
Anon_062d958a93c4_5: components["schemas"]["Anon_7cb541e84f22_39"];
|
|
17243
|
+
Anon_7cb541e84f22_39: boolean;
|
|
17204
17244
|
/** @default {} */
|
|
17205
17245
|
Anon_5142f8473790_6: components["schemas"]["Anon_c65c1fbd5acf_11"];
|
|
17206
17246
|
Anon_c65c1fbd5acf_11: {
|
|
@@ -17283,13 +17323,16 @@ interface components {
|
|
|
17283
17323
|
[key: string]: unknown;
|
|
17284
17324
|
};
|
|
17285
17325
|
/** @default null */
|
|
17286
|
-
|
|
17287
|
-
|
|
17326
|
+
Anon_45e0e0d4a0da_3: components["schemas"]["Anon_c648138a0918_6"];
|
|
17327
|
+
Anon_c648138a0918_6: number | null;
|
|
17288
17328
|
/** @default session */
|
|
17289
17329
|
Anon_6ab4ae68d10d_1: components["schemas"]["CapPeriod"];
|
|
17290
17330
|
/** @default 7 */
|
|
17291
17331
|
Anon_3380fd32e874_1: components["schemas"]["Anon_97cc9ecfdea9_20"];
|
|
17292
17332
|
Anon_97cc9ecfdea9_20: number;
|
|
17333
|
+
/** @default null */
|
|
17334
|
+
Anon_45e0e0d4a0da_4: components["schemas"]["Anon_c648138a0918_7"];
|
|
17335
|
+
Anon_c648138a0918_7: number | null;
|
|
17293
17336
|
/** @default next_tier_up */
|
|
17294
17337
|
Anon_beae1a1b3acf_1: components["schemas"]["Anon_761abd3347d0_1"];
|
|
17295
17338
|
/** @enum {string} */
|
|
@@ -17338,6 +17381,9 @@ interface components {
|
|
|
17338
17381
|
Anon_e9a5e88a9a3a: components["schemas"]["Anon_043d6e826a0f"];
|
|
17339
17382
|
/** @enum {string} */
|
|
17340
17383
|
Anon_043d6e826a0f: "active" | "churned" | "trial" | "suspended";
|
|
17384
|
+
/** @default [] */
|
|
17385
|
+
Anon_6a074055abf7: components["schemas"]["Anon_e1b8f009516e"];
|
|
17386
|
+
Anon_e1b8f009516e: ("payment_failed" | "payment_method_missing")[];
|
|
17341
17387
|
Anon_f27cb44c32f6_17: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17342
17388
|
Anon_2457cccd64aa_7: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17343
17389
|
Anon_761f976a1da1_7: string;
|
|
@@ -17367,8 +17413,8 @@ interface components {
|
|
|
17367
17413
|
/** @default custom */
|
|
17368
17414
|
Anon_f682dd74b75d: components["schemas"]["DimensionCategory"];
|
|
17369
17415
|
/** @default true */
|
|
17370
|
-
Anon_493deecc809a_6: components["schemas"]["
|
|
17371
|
-
|
|
17416
|
+
Anon_493deecc809a_6: components["schemas"]["Anon_7cb541e84f22_40"];
|
|
17417
|
+
Anon_7cb541e84f22_40: boolean;
|
|
17372
17418
|
/** @default system */
|
|
17373
17419
|
Anon_b480fc1bf6c2: components["schemas"]["DimensionSourceType"];
|
|
17374
17420
|
Anon_7e1e37293611_10: components["schemas"]["Anon_97cc9ecfdea9_22"];
|
|
@@ -17461,11 +17507,11 @@ interface components {
|
|
|
17461
17507
|
Anon_9717c0445e52_2: components["schemas"]["Anon_ea288f4ef558_5"];
|
|
17462
17508
|
Anon_ea288f4ef558_5: number;
|
|
17463
17509
|
/** @default false */
|
|
17464
|
-
Anon_062d958a93c4_6: components["schemas"]["
|
|
17465
|
-
|
|
17510
|
+
Anon_062d958a93c4_6: components["schemas"]["Anon_7cb541e84f22_41"];
|
|
17511
|
+
Anon_7cb541e84f22_41: boolean;
|
|
17466
17512
|
/** @default true */
|
|
17467
|
-
Anon_493deecc809a_7: components["schemas"]["
|
|
17468
|
-
|
|
17513
|
+
Anon_493deecc809a_7: components["schemas"]["Anon_7cb541e84f22_42"];
|
|
17514
|
+
Anon_7cb541e84f22_42: boolean;
|
|
17469
17515
|
Anon_96f9066c2fdc_54: components["schemas"]["Anon_00404e686415_57"];
|
|
17470
17516
|
Anon_00404e686415_57: string;
|
|
17471
17517
|
Anon_96f9066c2fdc_55: components["schemas"]["Anon_00404e686415_58"];
|
|
@@ -17474,8 +17520,8 @@ interface components {
|
|
|
17474
17520
|
Anon_d7461958625e_1: components["schemas"]["Anon_ea288f4ef558_6"];
|
|
17475
17521
|
Anon_ea288f4ef558_6: number;
|
|
17476
17522
|
/** @default true */
|
|
17477
|
-
Anon_493deecc809a_8: components["schemas"]["
|
|
17478
|
-
|
|
17523
|
+
Anon_493deecc809a_8: components["schemas"]["Anon_7cb541e84f22_43"];
|
|
17524
|
+
Anon_7cb541e84f22_43: boolean;
|
|
17479
17525
|
Anon_f27cb44c32f6_19: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17480
17526
|
Anon_fb248bf5a9f7_25: string;
|
|
17481
17527
|
Anon_4c26b3baab05_23: components["schemas"]["Anon_52ba84a4bbf3_1"];
|
|
@@ -17500,8 +17546,8 @@ interface components {
|
|
|
17500
17546
|
Anon_f8dbfffc0ce2_18: components["schemas"]["Anon_681004346c78_21"];
|
|
17501
17547
|
Anon_681004346c78_21: string[];
|
|
17502
17548
|
/** @default true */
|
|
17503
|
-
Anon_493deecc809a_9: components["schemas"]["
|
|
17504
|
-
|
|
17549
|
+
Anon_493deecc809a_9: components["schemas"]["Anon_7cb541e84f22_44"];
|
|
17550
|
+
Anon_7cb541e84f22_44: boolean;
|
|
17505
17551
|
Anon_f27cb44c32f6_20: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17506
17552
|
/** @default 1_per_lifetime */
|
|
17507
17553
|
Anon_b330acae3259_2: components["schemas"]["TrialLimitPolicy"];
|
|
@@ -17586,8 +17632,8 @@ interface components {
|
|
|
17586
17632
|
Anon_9c7f41b09bde_6: components["schemas"]["Anon_cddf8275afa1_8"];
|
|
17587
17633
|
Anon_cddf8275afa1_8: number;
|
|
17588
17634
|
/** @default false */
|
|
17589
|
-
Anon_062d958a93c4_7: components["schemas"]["
|
|
17590
|
-
|
|
17635
|
+
Anon_062d958a93c4_7: components["schemas"]["Anon_7cb541e84f22_45"];
|
|
17636
|
+
Anon_7cb541e84f22_45: boolean;
|
|
17591
17637
|
Anon_f27cb44c32f6_23: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17592
17638
|
Anon_fb248bf5a9f7_27: string;
|
|
17593
17639
|
Anon_4c26b3baab05_25: components["schemas"]["Anon_52ba84a4bbf3_1"];
|
|
@@ -17611,8 +17657,8 @@ interface components {
|
|
|
17611
17657
|
Anon_f8dbfffc0ce2_23: components["schemas"]["Anon_681004346c78_26"];
|
|
17612
17658
|
Anon_681004346c78_26: string[];
|
|
17613
17659
|
/** @default null */
|
|
17614
|
-
|
|
17615
|
-
|
|
17660
|
+
Anon_45e0e0d4a0da_5: components["schemas"]["Anon_c648138a0918_8"];
|
|
17661
|
+
Anon_c648138a0918_8: number | null;
|
|
17616
17662
|
/** @default 0 */
|
|
17617
17663
|
Anon_b32f11b2ff5e_5: components["schemas"]["Anon_97cc9ecfdea9_28"];
|
|
17618
17664
|
Anon_97cc9ecfdea9_28: number;
|
|
@@ -17627,8 +17673,8 @@ interface components {
|
|
|
17627
17673
|
Anon_f7fb9744a6e4_17: components["schemas"]["Anon_f090cb615c84_34"];
|
|
17628
17674
|
Anon_f090cb615c84_34: string | null;
|
|
17629
17675
|
/** @default false */
|
|
17630
|
-
Anon_062d958a93c4_8: components["schemas"]["
|
|
17631
|
-
|
|
17676
|
+
Anon_062d958a93c4_8: components["schemas"]["Anon_7cb541e84f22_46"];
|
|
17677
|
+
Anon_7cb541e84f22_46: boolean;
|
|
17632
17678
|
Anon_f27cb44c32f6_24: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17633
17679
|
Anon_761f976a1da1_9: string;
|
|
17634
17680
|
Anon_57796118d046_52: string;
|
|
@@ -17647,8 +17693,8 @@ interface components {
|
|
|
17647
17693
|
Anon_f7fb9744a6e4_20: components["schemas"]["Anon_f090cb615c84_37"];
|
|
17648
17694
|
Anon_f090cb615c84_37: string | null;
|
|
17649
17695
|
/** @default false */
|
|
17650
|
-
Anon_062d958a93c4_9: components["schemas"]["
|
|
17651
|
-
|
|
17696
|
+
Anon_062d958a93c4_9: components["schemas"]["Anon_7cb541e84f22_47"];
|
|
17697
|
+
Anon_7cb541e84f22_47: boolean;
|
|
17652
17698
|
Anon_96f9066c2fdc_58: components["schemas"]["Anon_00404e686415_61"];
|
|
17653
17699
|
Anon_00404e686415_61: string;
|
|
17654
17700
|
Anon_f27cb44c32f6_25: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
@@ -17693,8 +17739,8 @@ interface components {
|
|
|
17693
17739
|
Anon_af12d548dbee_27: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17694
17740
|
Anon_ee9224780226_7: components["schemas"]["Anon_853cc883e392_1"];
|
|
17695
17741
|
/** @default false */
|
|
17696
|
-
Anon_062d958a93c4_10: components["schemas"]["
|
|
17697
|
-
|
|
17742
|
+
Anon_062d958a93c4_10: components["schemas"]["Anon_7cb541e84f22_48"];
|
|
17743
|
+
Anon_7cb541e84f22_48: boolean;
|
|
17698
17744
|
/** @default [] */
|
|
17699
17745
|
Anon_f8dbfffc0ce2_24: components["schemas"]["Anon_681004346c78_27"];
|
|
17700
17746
|
Anon_681004346c78_27: string[];
|
|
@@ -17725,37 +17771,37 @@ interface components {
|
|
|
17725
17771
|
Anon_2457cccd64aa_8: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17726
17772
|
Anon_57796118d046_57: string;
|
|
17727
17773
|
/** @default false */
|
|
17728
|
-
Anon_062d958a93c4_11: components["schemas"]["
|
|
17729
|
-
|
|
17774
|
+
Anon_062d958a93c4_11: components["schemas"]["Anon_7cb541e84f22_49"];
|
|
17775
|
+
Anon_7cb541e84f22_49: boolean;
|
|
17730
17776
|
/** @default not_started */
|
|
17731
17777
|
Anon_3150913876f5: components["schemas"]["OnboardingState"];
|
|
17732
17778
|
/** @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"];
|
|
17779
|
+
Anon_4dc549443053_2: components["schemas"]["Anon_7cb541e84f22_50"];
|
|
17740
17780
|
Anon_7cb541e84f22_50: boolean;
|
|
17741
17781
|
/** @default false */
|
|
17742
|
-
|
|
17782
|
+
Anon_4dc549443053_3: components["schemas"]["Anon_7cb541e84f22_51"];
|
|
17743
17783
|
Anon_7cb541e84f22_51: boolean;
|
|
17744
17784
|
/** @default false */
|
|
17745
|
-
|
|
17785
|
+
Anon_4dc549443053_4: components["schemas"]["Anon_7cb541e84f22_52"];
|
|
17746
17786
|
Anon_7cb541e84f22_52: boolean;
|
|
17747
|
-
/** @default
|
|
17748
|
-
|
|
17787
|
+
/** @default false */
|
|
17788
|
+
Anon_4dc549443053_5: components["schemas"]["Anon_7cb541e84f22_53"];
|
|
17749
17789
|
Anon_7cb541e84f22_53: boolean;
|
|
17750
|
-
/** @default
|
|
17751
|
-
|
|
17790
|
+
/** @default false */
|
|
17791
|
+
Anon_4dc549443053_6: components["schemas"]["Anon_7cb541e84f22_54"];
|
|
17752
17792
|
Anon_7cb541e84f22_54: boolean;
|
|
17753
17793
|
/** @default true */
|
|
17754
|
-
|
|
17794
|
+
Anon_493deecc809a_10: components["schemas"]["Anon_7cb541e84f22_55"];
|
|
17755
17795
|
Anon_7cb541e84f22_55: boolean;
|
|
17756
|
-
/** @default
|
|
17757
|
-
|
|
17796
|
+
/** @default true */
|
|
17797
|
+
Anon_493deecc809a_11: components["schemas"]["Anon_7cb541e84f22_56"];
|
|
17758
17798
|
Anon_7cb541e84f22_56: boolean;
|
|
17799
|
+
/** @default true */
|
|
17800
|
+
Anon_493deecc809a_12: components["schemas"]["Anon_7cb541e84f22_57"];
|
|
17801
|
+
Anon_7cb541e84f22_57: boolean;
|
|
17802
|
+
/** @default false */
|
|
17803
|
+
Anon_062d958a93c4_12: components["schemas"]["Anon_7cb541e84f22_58"];
|
|
17804
|
+
Anon_7cb541e84f22_58: boolean;
|
|
17759
17805
|
/** @default USD */
|
|
17760
17806
|
Anon_64586219ef83: components["schemas"]["Anon_9b3712d35cb1_4"];
|
|
17761
17807
|
Anon_9b3712d35cb1_4: string;
|
|
@@ -17781,8 +17827,8 @@ interface components {
|
|
|
17781
17827
|
Anon_f7fb9744a6e4_26: components["schemas"]["Anon_f090cb615c84_43"];
|
|
17782
17828
|
Anon_f090cb615c84_43: string | null;
|
|
17783
17829
|
/** @default true */
|
|
17784
|
-
Anon_493deecc809a_13: components["schemas"]["
|
|
17785
|
-
|
|
17830
|
+
Anon_493deecc809a_13: components["schemas"]["Anon_7cb541e84f22_59"];
|
|
17831
|
+
Anon_7cb541e84f22_59: boolean;
|
|
17786
17832
|
Anon_f27cb44c32f6_29: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17787
17833
|
Anon_fb248bf5a9f7_30: string;
|
|
17788
17834
|
Anon_2457cccd64aa_10: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
@@ -17808,8 +17854,8 @@ interface components {
|
|
|
17808
17854
|
Anon_409e3500a87a_1: components["schemas"]["Anon_c59f38ec05ae_1"];
|
|
17809
17855
|
Anon_c59f38ec05ae_1: ("email" | "in_app" | "webhook")[];
|
|
17810
17856
|
/** @default true */
|
|
17811
|
-
Anon_493deecc809a_14: components["schemas"]["
|
|
17812
|
-
|
|
17857
|
+
Anon_493deecc809a_14: components["schemas"]["Anon_7cb541e84f22_60"];
|
|
17858
|
+
Anon_7cb541e84f22_60: boolean;
|
|
17813
17859
|
Anon_fb248bf5a9f7_31: string;
|
|
17814
17860
|
Anon_2457cccd64aa_11: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17815
17861
|
/** @default null */
|
|
@@ -17835,23 +17881,23 @@ interface components {
|
|
|
17835
17881
|
/** @default 30 */
|
|
17836
17882
|
Anon_e7c3d01ff506_1: components["schemas"]["Anon_97cc9ecfdea9_30"];
|
|
17837
17883
|
Anon_97cc9ecfdea9_30: number;
|
|
17884
|
+
/** @default 60 */
|
|
17885
|
+
Anon_00a4830d89d2_1: components["schemas"]["Anon_97cc9ecfdea9_31"];
|
|
17886
|
+
Anon_97cc9ecfdea9_31: number;
|
|
17838
17887
|
/** @default off */
|
|
17839
17888
|
Anon_5d5e35b408d7_1: components["schemas"]["PlacementTestMode"];
|
|
17840
17889
|
/** @default null */
|
|
17841
17890
|
Anon_e476f3352599: components["schemas"]["Anon_55e8f49b5e3d_1"];
|
|
17842
17891
|
Anon_55e8f49b5e3d_1: ("hour" | "day" | "week" | "month" | "session") | null;
|
|
17843
17892
|
/** @default false */
|
|
17844
|
-
Anon_062d958a93c4_13: components["schemas"]["
|
|
17845
|
-
|
|
17893
|
+
Anon_062d958a93c4_13: components["schemas"]["Anon_7cb541e84f22_61"];
|
|
17894
|
+
Anon_7cb541e84f22_61: boolean;
|
|
17846
17895
|
/** @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;
|
|
17896
|
+
Anon_062d958a93c4_14: components["schemas"]["Anon_7cb541e84f22_62"];
|
|
17897
|
+
Anon_7cb541e84f22_62: boolean;
|
|
17852
17898
|
/** @default false */
|
|
17853
|
-
Anon_062d958a93c4_15: components["schemas"]["
|
|
17854
|
-
|
|
17899
|
+
Anon_062d958a93c4_15: components["schemas"]["Anon_7cb541e84f22_63"];
|
|
17900
|
+
Anon_7cb541e84f22_63: boolean;
|
|
17855
17901
|
/** @default highest_priority */
|
|
17856
17902
|
Anon_54bb39acf789: components["schemas"]["Anon_be07849383a6_1"];
|
|
17857
17903
|
/** @enum {string} */
|
|
@@ -17930,8 +17976,8 @@ interface components {
|
|
|
17930
17976
|
Anon_2aa59aec1f23_6: components["schemas"]["Anon_97cc9ecfdea9_32"];
|
|
17931
17977
|
Anon_97cc9ecfdea9_32: number;
|
|
17932
17978
|
/** @default false */
|
|
17933
|
-
Anon_062d958a93c4_16: components["schemas"]["
|
|
17934
|
-
|
|
17979
|
+
Anon_062d958a93c4_16: components["schemas"]["Anon_7cb541e84f22_64"];
|
|
17980
|
+
Anon_7cb541e84f22_64: boolean;
|
|
17935
17981
|
Anon_711dc9708535_17: components["schemas"]["Anon_11c9ad639448_1"];
|
|
17936
17982
|
Anon_f27cb44c32f6_31: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
17937
17983
|
/** @enum {string} */
|
|
@@ -17944,8 +17990,8 @@ interface components {
|
|
|
17944
17990
|
Anon_96f9066c2fdc_60: components["schemas"]["Anon_00404e686415_64"];
|
|
17945
17991
|
Anon_00404e686415_64: string;
|
|
17946
17992
|
/** @default false */
|
|
17947
|
-
Anon_062d958a93c4_17: components["schemas"]["
|
|
17948
|
-
|
|
17993
|
+
Anon_062d958a93c4_17: components["schemas"]["Anon_7cb541e84f22_65"];
|
|
17994
|
+
Anon_7cb541e84f22_65: boolean;
|
|
17949
17995
|
Anon_711dc9708535_18: components["schemas"]["Anon_11c9ad639448_1"];
|
|
17950
17996
|
/** @default null */
|
|
17951
17997
|
Anon_f7fb9744a6e4_27: components["schemas"]["Anon_f090cb615c84_44"];
|
|
@@ -17960,8 +18006,8 @@ interface components {
|
|
|
17960
18006
|
Anon_af12d548dbee_30: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
17961
18007
|
Anon_ee9224780226_8: components["schemas"]["Anon_853cc883e392_1"];
|
|
17962
18008
|
/** @default false */
|
|
17963
|
-
Anon_4dc549443053_7: components["schemas"]["
|
|
17964
|
-
|
|
18009
|
+
Anon_4dc549443053_7: components["schemas"]["Anon_7cb541e84f22_66"];
|
|
18010
|
+
Anon_7cb541e84f22_66: boolean;
|
|
17965
18011
|
/** @default active */
|
|
17966
18012
|
Anon_0dd6689843fe: components["schemas"]["EnvironmentStatus"];
|
|
17967
18013
|
/** @default null */
|
|
@@ -17969,14 +18015,14 @@ interface components {
|
|
|
17969
18015
|
Anon_f090cb615c84_45: string | null;
|
|
17970
18016
|
Anon_24a0ac3f017b: components["schemas"]["Anon_11c9ad639448_1"];
|
|
17971
18017
|
/** @default null */
|
|
17972
|
-
Anon_f11abbefcf83: components["schemas"]["
|
|
17973
|
-
|
|
18018
|
+
Anon_f11abbefcf83: components["schemas"]["Anon_c648138a0918_9"];
|
|
18019
|
+
Anon_c648138a0918_9: number | null;
|
|
17974
18020
|
/** @default false */
|
|
17975
|
-
Anon_062d958a93c4_18: components["schemas"]["
|
|
17976
|
-
|
|
18021
|
+
Anon_062d958a93c4_18: components["schemas"]["Anon_7cb541e84f22_67"];
|
|
18022
|
+
Anon_7cb541e84f22_67: boolean;
|
|
17977
18023
|
/** @default false */
|
|
17978
|
-
Anon_062d958a93c4_19: components["schemas"]["
|
|
17979
|
-
|
|
18024
|
+
Anon_062d958a93c4_19: components["schemas"]["Anon_7cb541e84f22_68"];
|
|
18025
|
+
Anon_7cb541e84f22_68: boolean;
|
|
17980
18026
|
Anon_96f9066c2fdc_61: components["schemas"]["Anon_00404e686415_65"];
|
|
17981
18027
|
Anon_00404e686415_65: string;
|
|
17982
18028
|
Anon_f27cb44c32f6_34: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
@@ -18064,8 +18110,8 @@ interface components {
|
|
|
18064
18110
|
Anon_1c33d69dbfa9_1: string;
|
|
18065
18111
|
Anon_ee9224780226_9: components["schemas"]["Anon_853cc883e392_1"];
|
|
18066
18112
|
/** @default true */
|
|
18067
|
-
Anon_493deecc809a_15: components["schemas"]["
|
|
18068
|
-
|
|
18113
|
+
Anon_493deecc809a_15: components["schemas"]["Anon_7cb541e84f22_69"];
|
|
18114
|
+
Anon_7cb541e84f22_69: boolean;
|
|
18069
18115
|
Anon_872e58432369_4: string;
|
|
18070
18116
|
/** @default null */
|
|
18071
18117
|
Anon_7dbd1de5e9ee: components["schemas"]["Anon_39a43881005e_2"];
|
|
@@ -18085,19 +18131,19 @@ interface components {
|
|
|
18085
18131
|
Anon_26f9ae47e188: components["schemas"]["Anon_f5f914e20719_1"];
|
|
18086
18132
|
Anon_f5f914e20719_1: string | null;
|
|
18087
18133
|
/** @default false */
|
|
18088
|
-
Anon_062d958a93c4_20: components["schemas"]["
|
|
18089
|
-
|
|
18134
|
+
Anon_062d958a93c4_20: components["schemas"]["Anon_7cb541e84f22_70"];
|
|
18135
|
+
Anon_7cb541e84f22_70: boolean;
|
|
18090
18136
|
/** @default [] */
|
|
18091
18137
|
Anon_39888a32a8f7: components["schemas"]["Anon_7618621a871f_1"];
|
|
18092
18138
|
Anon_7618621a871f_1: string[];
|
|
18093
18139
|
/** @default false */
|
|
18094
|
-
Anon_062d958a93c4_21: components["schemas"]["
|
|
18095
|
-
|
|
18140
|
+
Anon_062d958a93c4_21: components["schemas"]["Anon_7cb541e84f22_71"];
|
|
18141
|
+
Anon_7cb541e84f22_71: boolean;
|
|
18096
18142
|
Anon_3b8fc1cd9e8b_5: string;
|
|
18097
18143
|
Anon_872e58432369_5: string;
|
|
18098
18144
|
/** @default false */
|
|
18099
|
-
Anon_062d958a93c4_22: components["schemas"]["
|
|
18100
|
-
|
|
18145
|
+
Anon_062d958a93c4_22: components["schemas"]["Anon_7cb541e84f22_72"];
|
|
18146
|
+
Anon_7cb541e84f22_72: boolean;
|
|
18101
18147
|
Anon_24a0ac3f017b_5: components["schemas"]["Anon_11c9ad639448_1"];
|
|
18102
18148
|
/** @default production */
|
|
18103
18149
|
Anon_a2f8ac1ffbf6: components["schemas"]["Anon_9ac136edb99a_20"];
|
|
@@ -18226,10 +18272,10 @@ interface components {
|
|
|
18226
18272
|
Anon_97cc9ecfdea9_39: number;
|
|
18227
18273
|
Anon_7e1e37293611_16: components["schemas"]["Anon_97cc9ecfdea9_40"];
|
|
18228
18274
|
Anon_97cc9ecfdea9_40: number;
|
|
18229
|
-
|
|
18230
|
-
|
|
18231
|
-
|
|
18232
|
-
|
|
18275
|
+
Anon_fb9ddeea992e_8: components["schemas"]["Anon_7cb541e84f22_73"];
|
|
18276
|
+
Anon_7cb541e84f22_73: boolean;
|
|
18277
|
+
Anon_fb9ddeea992e_9: components["schemas"]["Anon_7cb541e84f22_74"];
|
|
18278
|
+
Anon_7cb541e84f22_74: boolean;
|
|
18233
18279
|
Anon_f86c1754c55e_1: components["schemas"]["Anon_86408dfcaaac_3"];
|
|
18234
18280
|
Anon_86408dfcaaac_3: {
|
|
18235
18281
|
[key: string]: string;
|
|
@@ -18528,7 +18574,7 @@ interface components {
|
|
|
18528
18574
|
applicable_plan_ids: components["schemas"]["Anon_f8dbfffc0ce2_21"];
|
|
18529
18575
|
applicable_addon_ids: components["schemas"]["Anon_f8dbfffc0ce2_22"];
|
|
18530
18576
|
target_segment_ids: components["schemas"]["Anon_f8dbfffc0ce2_23"];
|
|
18531
|
-
max_redemptions: components["schemas"]["
|
|
18577
|
+
max_redemptions: components["schemas"]["Anon_45e0e0d4a0da_5"];
|
|
18532
18578
|
current_redemptions: components["schemas"]["Anon_b32f11b2ff5e_5"];
|
|
18533
18579
|
coupon_code?: components["schemas"]["Anon_409d6333b38e_5"];
|
|
18534
18580
|
starts_at: components["schemas"]["Anon_711dc9708535_13"];
|
|
@@ -18541,6 +18587,7 @@ interface components {
|
|
|
18541
18587
|
PlacementSettingsCapStateOutput: {
|
|
18542
18588
|
capRules: components["schemas"]["Anon_c13cc3185eb9"];
|
|
18543
18589
|
sessionCooldownMinutes: components["schemas"]["Anon_e7c3d01ff506_1"];
|
|
18590
|
+
remindLaterMinutes: components["schemas"]["Anon_00a4830d89d2_1"];
|
|
18544
18591
|
testMode: components["schemas"]["Anon_5d5e35b408d7_1"];
|
|
18545
18592
|
};
|
|
18546
18593
|
PlacementSettingsCapRuleOutput: {
|
|
@@ -18587,8 +18634,8 @@ interface components {
|
|
|
18587
18634
|
plan?: components["schemas"]["Anon_f104771c9d3e"];
|
|
18588
18635
|
usage: components["schemas"]["Anon_6e82965b87e8"];
|
|
18589
18636
|
trial?: components["schemas"]["Anon_62987609f086"];
|
|
18590
|
-
payment_failed?: components["schemas"]["
|
|
18591
|
-
payment_at_risk?: components["schemas"]["
|
|
18637
|
+
payment_failed?: components["schemas"]["Anon_fb9ddeea992e_8"];
|
|
18638
|
+
payment_at_risk?: components["schemas"]["Anon_fb9ddeea992e_9"];
|
|
18592
18639
|
tiers?: components["schemas"]["Anon_f86c1754c55e_1"];
|
|
18593
18640
|
entitlements: components["schemas"]["Anon_a71fa5274014"];
|
|
18594
18641
|
instances?: components["schemas"]["Anon_ef1dd07b9cb1"];
|
|
@@ -20091,6 +20138,7 @@ interface operations {
|
|
|
20091
20138
|
max_per_period?: components["schemas"]["Anon_45e0e0d4a0da"];
|
|
20092
20139
|
max_period_unit?: components["schemas"]["Anon_6ab4ae68d10d"];
|
|
20093
20140
|
cooldown_after_dismiss_days?: components["schemas"]["Anon_3380fd32e874"];
|
|
20141
|
+
remind_later_minutes?: components["schemas"]["Anon_45e0e0d4a0da_1"];
|
|
20094
20142
|
recommendation_strategy?: components["schemas"]["Anon_beae1a1b3acf"];
|
|
20095
20143
|
recommendation_plan_override?: components["schemas"]["Anon_96f9066c2fdc_11"];
|
|
20096
20144
|
};
|
|
@@ -20153,6 +20201,7 @@ interface operations {
|
|
|
20153
20201
|
max_per_period?: components["schemas"]["Anon_45e0e0d4a0da"];
|
|
20154
20202
|
max_period_unit?: components["schemas"]["Anon_6ab4ae68d10d"];
|
|
20155
20203
|
cooldown_after_dismiss_days?: components["schemas"]["Anon_3380fd32e874"];
|
|
20204
|
+
remind_later_minutes?: components["schemas"]["Anon_45e0e0d4a0da_1"];
|
|
20156
20205
|
recommendation_strategy?: components["schemas"]["Anon_beae1a1b3acf"];
|
|
20157
20206
|
recommendation_plan_override?: components["schemas"]["Anon_96f9066c2fdc_11"];
|
|
20158
20207
|
};
|
|
@@ -20570,6 +20619,67 @@ declare class BrowserRuntime extends LocalRuntime {
|
|
|
20570
20619
|
ready(): Promise<void>;
|
|
20571
20620
|
}
|
|
20572
20621
|
|
|
20622
|
+
/**
|
|
20623
|
+
* Server-user-context provider (plan 165 TASK-4 = plan 157's "provider auto-wire"
|
|
20624
|
+
* follow-up).
|
|
20625
|
+
*
|
|
20626
|
+
* Surfaces the user's SERVER-KNOWN, client-safe context — fetched from
|
|
20627
|
+
* `GET /api/sdk/client-context` (plan 157) — into the evaluation traits bag under
|
|
20628
|
+
* the `traits:server` namespace, so segment/placement evaluation can match on
|
|
20629
|
+
* RevTurbine-authoritative signals (trial state, coarse billing) that the app
|
|
20630
|
+
* cannot self-assert.
|
|
20631
|
+
*
|
|
20632
|
+
* Precedence: the SDK merges `traits:<namespace>` domains into one unified traits
|
|
20633
|
+
* bag; app-provided traits take precedence over server traits. This provider only
|
|
20634
|
+
* contributes the server-authoritative signals below — it never overwrites an
|
|
20635
|
+
* app-set trait of the same name.
|
|
20636
|
+
*
|
|
20637
|
+
* Security (rides plan 157's client-session token model): the snapshot is fed
|
|
20638
|
+
* EXCLUSIVELY from the token-authenticated `GET /api/sdk/client-context` fetch —
|
|
20639
|
+
* authorized by the opaque `rt_client_` token the customer's backend mints (via
|
|
20640
|
+
* `clientSessions.create`, optionally through the hardened OIDC exchange). It is
|
|
20641
|
+
* never populated from app-assertable input, so an app cannot forge
|
|
20642
|
+
* server-authoritative signals (trial state, billing) into `traits:server`; and
|
|
20643
|
+
* because the token scopes the read to its own subject, one user cannot read
|
|
20644
|
+
* another's server context. Server-side entitlement checks remain authoritative
|
|
20645
|
+
* regardless of what the browser evaluates. The snapshot carries no raw PII (the
|
|
20646
|
+
* serve already projected the client-safe view); the transmit path applies
|
|
20647
|
+
* `redactPii` to trait/event payloads before they leave the browser regardless.
|
|
20648
|
+
*/
|
|
20649
|
+
|
|
20650
|
+
/**
|
|
20651
|
+
* The client-safe, server-known signals surfaced as `traits:server` traits.
|
|
20652
|
+
* Sourced from the mapped `/api/sdk/client-context` response.
|
|
20653
|
+
*/
|
|
20654
|
+
interface ServerUserContextSnapshot {
|
|
20655
|
+
/** Trial signals the control plane owns. */
|
|
20656
|
+
trial?: {
|
|
20657
|
+
in_trial?: boolean;
|
|
20658
|
+
state?: string;
|
|
20659
|
+
days_remaining?: number;
|
|
20660
|
+
};
|
|
20661
|
+
/** Coarse billing-recovery signal (raw failed-payment detail never crosses the boundary). */
|
|
20662
|
+
payment_at_risk?: boolean;
|
|
20663
|
+
}
|
|
20664
|
+
/** The `traits:server` domain name — a `TraitsNamespace`. */
|
|
20665
|
+
declare const SERVER_TRAITS_DOMAIN: "traits:server";
|
|
20666
|
+
/**
|
|
20667
|
+
* A {@link TraitsProvider} keyed to `traits:server`. Auto-wired by the SDK when a
|
|
20668
|
+
* client-context token is configured; call {@link setSnapshot} whenever a fresh
|
|
20669
|
+
* server context is fetched.
|
|
20670
|
+
*/
|
|
20671
|
+
declare class ServerUserContextProvider implements TraitsProvider<'traits:server'> {
|
|
20672
|
+
readonly domain: "traits:server";
|
|
20673
|
+
private snapshot;
|
|
20674
|
+
/** Replace the server-known snapshot (called after each client-context fetch). */
|
|
20675
|
+
setSnapshot(snapshot: ServerUserContextSnapshot): void;
|
|
20676
|
+
/** Whether any server signal is currently present. */
|
|
20677
|
+
hasSignals(): boolean;
|
|
20678
|
+
/** Resolve the current `traits:server` state for evaluation. */
|
|
20679
|
+
resolve(): TraitsProviderState;
|
|
20680
|
+
private toTraits;
|
|
20681
|
+
}
|
|
20682
|
+
|
|
20573
20683
|
/**
|
|
20574
20684
|
* Analytics adapter — bridges RevTurbine SDK events to third-party analytics
|
|
20575
20685
|
* platforms (Heap, Segment, Amplitude, Mixpanel, PostHog, custom, etc.).
|
|
@@ -21335,6 +21445,18 @@ declare function unregisterCtaResolver(type: string): boolean;
|
|
|
21335
21445
|
* bridged, skipping any the customer has since replaced.
|
|
21336
21446
|
*/
|
|
21337
21447
|
declare function bridgeUiPathResolversIntoRegistry(resolvers: Record<string, (uiPath: JsonObject) => void | Promise<void>>, registry?: CtaResolverRegistry): () => void;
|
|
21448
|
+
/**
|
|
21449
|
+
* Register the built-in `snooze` CTA resolver (plan 174 TASK-6 companion /
|
|
21450
|
+
* Q-5): an authored `snooze` ui-path dispatches to the SDK's remind-later
|
|
21451
|
+
* verb, honoring a payload-authored `remind_later_minutes` window when the
|
|
21452
|
+
* placement output carries one (plan 167; the verb's default matches the
|
|
21453
|
+
* 60-minute tenant default). Called by the SDK constructor AFTER the init
|
|
21454
|
+
* `uiPathResolvers` bridge, and skips registration when a `snooze` resolver
|
|
21455
|
+
* already exists — so a customer's resolver (init map or explicit
|
|
21456
|
+
* registration, before or after init) always wins. Returns a cleanup that
|
|
21457
|
+
* unregisters only this entry.
|
|
21458
|
+
*/
|
|
21459
|
+
declare function registerBuiltinSnoozeResolver(snooze: (outputId: string, seconds?: number) => void, registry?: CtaResolverRegistry): () => void;
|
|
21338
21460
|
/**
|
|
21339
21461
|
* Dispatch a CTA activation: invoke the registered resolver for the action
|
|
21340
21462
|
* type if one exists, otherwise fall back to the supplied callback.
|
|
@@ -22654,5 +22776,5 @@ declare function RevTurbineThemeProvider({ theme, children }: RevTurbineThemePro
|
|
|
22654
22776
|
*/
|
|
22655
22777
|
declare function useRevTurbineTheme(): RevTurbineTheme;
|
|
22656
22778
|
|
|
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 };
|
|
22658
|
-
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 };
|
|
22779
|
+
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, 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, 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 };
|
|
22780
|
+
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, ServerUserContextSnapshot, 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 };
|