@revturbine/sdk 0.6.0 → 0.7.0
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 +306 -462
- package/dist/headless.js +2 -2
- package/dist/headless.js.map +1 -1
- package/dist/index.d.ts +306 -462
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types/web-sdk/customer-side.d.ts +26 -0
- package/dist/types/web-sdk/customer-side.d.ts.map +1 -1
- package/dist/types/web-sdk/headless.d.ts +12 -0
- package/dist/types/web-sdk/headless.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -427,9 +427,7 @@ declare const PERSISTED_SCHEMA_FACET_EXEMPTIONS: {
|
|
|
427
427
|
readonly ChangeLogActionSchema: "Change-log vocabulary is lifecycle infrastructure, not authored strategy.";
|
|
428
428
|
readonly ChangeLogEntrySchema: "Change-log history is lifecycle infrastructure, not authored strategy.";
|
|
429
429
|
readonly CustomerSchema: "Runtime customer state is not authored portable configuration.";
|
|
430
|
-
readonly DecisionLogSchema: "Runtime decision telemetry is not authored portable configuration.";
|
|
431
430
|
readonly DriftReportSchema: "Operational drift output is not authored portable configuration.";
|
|
432
|
-
readonly EntitlementEvalLogSchema: "Runtime entitlement telemetry is not authored portable configuration.";
|
|
433
431
|
readonly EnvironmentSchema: "Target environment infrastructure is not authored portable configuration.";
|
|
434
432
|
readonly FeatureFlagSchema: "Studio feature-flag infrastructure is not authored Playbook strategy.";
|
|
435
433
|
readonly FlagValueTypeSchema: "Studio feature-flag vocabulary is not authored Playbook strategy.";
|
|
@@ -444,7 +442,6 @@ declare const PERSISTED_SCHEMA_FACET_EXEMPTIONS: {
|
|
|
444
442
|
readonly PlacementTestUserSchema: "Runtime test-audience state is not authored Playbook strategy and is not portable config.";
|
|
445
443
|
readonly PlacementTestUserIdentifierTypeSchema: "Runtime test-audience vocabulary is not authored Playbook strategy or portable config.";
|
|
446
444
|
readonly PlaybookVersionSchema: "Review and deployment lifecycle state is infrastructure, not authored strategy.";
|
|
447
|
-
readonly PresentationRecordSchema: "Runtime presentation telemetry is not authored portable configuration.";
|
|
448
445
|
readonly RoleSchema: "Authorization role definitions are infrastructure, not authored Playbook strategy.";
|
|
449
446
|
readonly SupersessionRecordSchema: "Version supersession history is lifecycle infrastructure, not authored strategy.";
|
|
450
447
|
readonly TenantConfigSchema: "Tenant platform settings are infrastructure, not authored Playbook strategy.";
|
|
@@ -1117,7 +1114,7 @@ declare const EntitlementGrantSourceSchema: z.ZodEnum<{
|
|
|
1117
1114
|
}>;
|
|
1118
1115
|
declare const EnforcementModeSchema: z.ZodEnum<{
|
|
1119
1116
|
hard_block: "hard_block";
|
|
1120
|
-
|
|
1117
|
+
block_with_upsell: "block_with_upsell";
|
|
1121
1118
|
degrade: "degrade";
|
|
1122
1119
|
allow_overage: "allow_overage";
|
|
1123
1120
|
}>;
|
|
@@ -1147,7 +1144,7 @@ declare const EntitlementGrantSchema: z.ZodObject<{
|
|
|
1147
1144
|
}>>;
|
|
1148
1145
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1149
1146
|
hard_block: "hard_block";
|
|
1150
|
-
|
|
1147
|
+
block_with_upsell: "block_with_upsell";
|
|
1151
1148
|
degrade: "degrade";
|
|
1152
1149
|
allow_overage: "allow_overage";
|
|
1153
1150
|
}>>;
|
|
@@ -1186,7 +1183,7 @@ declare const EntitlementGrantSetSchema: z.ZodObject<{
|
|
|
1186
1183
|
}>>;
|
|
1187
1184
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1188
1185
|
hard_block: "hard_block";
|
|
1189
|
-
|
|
1186
|
+
block_with_upsell: "block_with_upsell";
|
|
1190
1187
|
degrade: "degrade";
|
|
1191
1188
|
allow_overage: "allow_overage";
|
|
1192
1189
|
}>>;
|
|
@@ -1218,7 +1215,7 @@ declare const EntitlementGrantSetSchema: z.ZodObject<{
|
|
|
1218
1215
|
}>>;
|
|
1219
1216
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1220
1217
|
hard_block: "hard_block";
|
|
1221
|
-
|
|
1218
|
+
block_with_upsell: "block_with_upsell";
|
|
1222
1219
|
degrade: "degrade";
|
|
1223
1220
|
allow_overage: "allow_overage";
|
|
1224
1221
|
}>>;
|
|
@@ -1250,7 +1247,7 @@ declare const EntitlementGrantSetSchema: z.ZodObject<{
|
|
|
1250
1247
|
}>>;
|
|
1251
1248
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1252
1249
|
hard_block: "hard_block";
|
|
1253
|
-
|
|
1250
|
+
block_with_upsell: "block_with_upsell";
|
|
1254
1251
|
degrade: "degrade";
|
|
1255
1252
|
allow_overage: "allow_overage";
|
|
1256
1253
|
}>>;
|
|
@@ -1405,7 +1402,7 @@ declare const EntitlementRuleSchema: z.ZodObject<{
|
|
|
1405
1402
|
limit_value: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"unlimited">]>>;
|
|
1406
1403
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1407
1404
|
hard_block: "hard_block";
|
|
1408
|
-
|
|
1405
|
+
block_with_upsell: "block_with_upsell";
|
|
1409
1406
|
degrade: "degrade";
|
|
1410
1407
|
allow_overage: "allow_overage";
|
|
1411
1408
|
}>>;
|
|
@@ -1508,7 +1505,7 @@ declare const EntitlementRuleValidatedSchema: z.ZodObject<{
|
|
|
1508
1505
|
limit_value: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"unlimited">]>>;
|
|
1509
1506
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1510
1507
|
hard_block: "hard_block";
|
|
1511
|
-
|
|
1508
|
+
block_with_upsell: "block_with_upsell";
|
|
1512
1509
|
degrade: "degrade";
|
|
1513
1510
|
allow_overage: "allow_overage";
|
|
1514
1511
|
}>>;
|
|
@@ -1971,7 +1968,7 @@ declare const UserInstanceContextSchema: z.ZodObject<{
|
|
|
1971
1968
|
}>>;
|
|
1972
1969
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1973
1970
|
hard_block: "hard_block";
|
|
1974
|
-
|
|
1971
|
+
block_with_upsell: "block_with_upsell";
|
|
1975
1972
|
degrade: "degrade";
|
|
1976
1973
|
allow_overage: "allow_overage";
|
|
1977
1974
|
}>>;
|
|
@@ -2064,7 +2061,7 @@ declare const UserContextSchema: z.ZodObject<{
|
|
|
2064
2061
|
}>>;
|
|
2065
2062
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
2066
2063
|
hard_block: "hard_block";
|
|
2067
|
-
|
|
2064
|
+
block_with_upsell: "block_with_upsell";
|
|
2068
2065
|
degrade: "degrade";
|
|
2069
2066
|
allow_overage: "allow_overage";
|
|
2070
2067
|
}>>;
|
|
@@ -2139,7 +2136,7 @@ declare const UserContextSchema: z.ZodObject<{
|
|
|
2139
2136
|
}>>;
|
|
2140
2137
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
2141
2138
|
hard_block: "hard_block";
|
|
2142
|
-
|
|
2139
|
+
block_with_upsell: "block_with_upsell";
|
|
2143
2140
|
degrade: "degrade";
|
|
2144
2141
|
allow_overage: "allow_overage";
|
|
2145
2142
|
}>>;
|
|
@@ -6165,77 +6162,6 @@ declare const PromotionSchema: z.ZodObject<{
|
|
|
6165
6162
|
}, z.core.$strip>;
|
|
6166
6163
|
declare const promotionPaths: ZodOpenApiPathsObject;
|
|
6167
6164
|
|
|
6168
|
-
/**
|
|
6169
|
-
* Runtime schemas — PresentationRecord, decision/entitlement eval logs.
|
|
6170
|
-
*/
|
|
6171
|
-
|
|
6172
|
-
declare const PresentationRecordSchema: z.ZodObject<{
|
|
6173
|
-
id: z.ZodString;
|
|
6174
|
-
created_at: z.ZodString;
|
|
6175
|
-
updated_at: z.ZodString;
|
|
6176
|
-
tenant_id: z.ZodString;
|
|
6177
|
-
customer_id: z.ZodString;
|
|
6178
|
-
placement_id: z.ZodString;
|
|
6179
|
-
payload_id: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6180
|
-
variant_id: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6181
|
-
surface_type: z.ZodString;
|
|
6182
|
-
presented_at: z.ZodString;
|
|
6183
|
-
dismissed_at: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6184
|
-
cta_clicked_at: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6185
|
-
cta_action_type: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6186
|
-
converted: z.ZodDefault<z.ZodBoolean>;
|
|
6187
|
-
session_id: z.ZodOptional<z.ZodString>;
|
|
6188
|
-
metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
6189
|
-
}, z.core.$strip>;
|
|
6190
|
-
declare const DecisionLogSchema: z.ZodObject<{
|
|
6191
|
-
id: z.ZodString;
|
|
6192
|
-
created_at: z.ZodString;
|
|
6193
|
-
updated_at: z.ZodString;
|
|
6194
|
-
tenant_id: z.ZodString;
|
|
6195
|
-
customer_id: z.ZodString;
|
|
6196
|
-
placement_id: z.ZodString;
|
|
6197
|
-
decision: z.ZodEnum<{
|
|
6198
|
-
suppress: "suppress";
|
|
6199
|
-
show: "show";
|
|
6200
|
-
defer: "defer";
|
|
6201
|
-
}>;
|
|
6202
|
-
reason: z.ZodString;
|
|
6203
|
-
matched_rules: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
6204
|
-
rule_id: z.ZodString;
|
|
6205
|
-
rule_type: z.ZodString;
|
|
6206
|
-
matched: z.ZodBoolean;
|
|
6207
|
-
}, z.core.$strip>>>;
|
|
6208
|
-
experiment_id: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6209
|
-
variant_id: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6210
|
-
latency_ms: z.ZodOptional<z.ZodNumber>;
|
|
6211
|
-
}, z.core.$strip>;
|
|
6212
|
-
declare const EntitlementEvalLogSchema: z.ZodObject<{
|
|
6213
|
-
id: z.ZodString;
|
|
6214
|
-
created_at: z.ZodString;
|
|
6215
|
-
updated_at: z.ZodString;
|
|
6216
|
-
tenant_id: z.ZodString;
|
|
6217
|
-
customer_id: z.ZodString;
|
|
6218
|
-
entitlement_handle: z.ZodString;
|
|
6219
|
-
entitlement_type: z.ZodString;
|
|
6220
|
-
result: z.ZodEnum<{
|
|
6221
|
-
limited: "limited";
|
|
6222
|
-
denied: "denied";
|
|
6223
|
-
metered: "metered";
|
|
6224
|
-
granted: "granted";
|
|
6225
|
-
}>;
|
|
6226
|
-
current_usage: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
6227
|
-
limit: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
6228
|
-
source: z.ZodEnum<{
|
|
6229
|
-
override: "override";
|
|
6230
|
-
plan: "plan";
|
|
6231
|
-
addon: "addon";
|
|
6232
|
-
trial: "trial";
|
|
6233
|
-
}>;
|
|
6234
|
-
source_id: z.ZodString;
|
|
6235
|
-
latency_ms: z.ZodOptional<z.ZodNumber>;
|
|
6236
|
-
}, z.core.$strip>;
|
|
6237
|
-
declare const runtimePaths: ZodOpenApiPathsObject;
|
|
6238
|
-
|
|
6239
6165
|
/**
|
|
6240
6166
|
* Config schemas — application surfaces, seat types, Stripe/metering/enforcement settings,
|
|
6241
6167
|
* and the RevTurbineConfig snapshot used for SDK initialization.
|
|
@@ -6790,7 +6716,7 @@ declare const RevTurbineConfigEntitlementRulesItemSchema: z.ZodObject<{
|
|
|
6790
6716
|
currency: z.ZodOptional<z.ZodString>;
|
|
6791
6717
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
6792
6718
|
hard_block: "hard_block";
|
|
6793
|
-
|
|
6719
|
+
block_with_upsell: "block_with_upsell";
|
|
6794
6720
|
degrade: "degrade";
|
|
6795
6721
|
allow_overage: "allow_overage";
|
|
6796
6722
|
}>>;
|
|
@@ -7413,7 +7339,7 @@ declare const PlaybookBodySchema: z.ZodObject<{
|
|
|
7413
7339
|
currency: z.ZodOptional<z.ZodString>;
|
|
7414
7340
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
7415
7341
|
hard_block: "hard_block";
|
|
7416
|
-
|
|
7342
|
+
block_with_upsell: "block_with_upsell";
|
|
7417
7343
|
degrade: "degrade";
|
|
7418
7344
|
allow_overage: "allow_overage";
|
|
7419
7345
|
}>>;
|
|
@@ -8063,7 +7989,7 @@ declare const PlaybookObjectSchema: z.ZodObject<{
|
|
|
8063
7989
|
currency: z.ZodOptional<z.ZodString>;
|
|
8064
7990
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
8065
7991
|
hard_block: "hard_block";
|
|
8066
|
-
|
|
7992
|
+
block_with_upsell: "block_with_upsell";
|
|
8067
7993
|
degrade: "degrade";
|
|
8068
7994
|
allow_overage: "allow_overage";
|
|
8069
7995
|
}>>;
|
|
@@ -8699,7 +8625,7 @@ declare const PlaybookSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
8699
8625
|
currency: z.ZodOptional<z.ZodString>;
|
|
8700
8626
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
8701
8627
|
hard_block: "hard_block";
|
|
8702
|
-
|
|
8628
|
+
block_with_upsell: "block_with_upsell";
|
|
8703
8629
|
degrade: "degrade";
|
|
8704
8630
|
allow_overage: "allow_overage";
|
|
8705
8631
|
}>>;
|
|
@@ -9353,7 +9279,7 @@ declare const PlaybookStrictSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
9353
9279
|
currency: z.ZodOptional<z.ZodString>;
|
|
9354
9280
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
9355
9281
|
hard_block: "hard_block";
|
|
9356
|
-
|
|
9282
|
+
block_with_upsell: "block_with_upsell";
|
|
9357
9283
|
degrade: "degrade";
|
|
9358
9284
|
allow_overage: "allow_overage";
|
|
9359
9285
|
}>>;
|
|
@@ -9986,7 +9912,7 @@ declare const RevTurbineConfigSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
9986
9912
|
currency: z.ZodOptional<z.ZodString>;
|
|
9987
9913
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
9988
9914
|
hard_block: "hard_block";
|
|
9989
|
-
|
|
9915
|
+
block_with_upsell: "block_with_upsell";
|
|
9990
9916
|
degrade: "degrade";
|
|
9991
9917
|
allow_overage: "allow_overage";
|
|
9992
9918
|
}>>;
|
|
@@ -11815,7 +11741,6 @@ type CustomerOverride = z.infer<typeof CustomerOverrideSchema>;
|
|
|
11815
11741
|
type CustomerOverrideStatus = z.infer<typeof CustomerOverrideStatusSchema>;
|
|
11816
11742
|
type CustomerOverrideType = z.infer<typeof CustomerOverrideTypeSchema>;
|
|
11817
11743
|
type Customer = z.infer<typeof CustomerSchema>;
|
|
11818
|
-
type DecisionLog = z.infer<typeof DecisionLogSchema>;
|
|
11819
11744
|
type DimensionCategory = z.infer<typeof DimensionCategorySchema>;
|
|
11820
11745
|
type DimensionSourceType = z.infer<typeof DimensionSourceTypeSchema>;
|
|
11821
11746
|
type DiscountType = z.infer<typeof DiscountTypeSchema>;
|
|
@@ -11823,7 +11748,6 @@ type DriftReport = z.infer<typeof DriftReportSchema>;
|
|
|
11823
11748
|
type EnforcementAction = z.infer<typeof EnforcementActionSchema>;
|
|
11824
11749
|
type EnforcementMode = z.infer<typeof EnforcementModeSchema>;
|
|
11825
11750
|
type EntitlementCheckResult$1 = z.infer<typeof EntitlementCheckResultSchema>;
|
|
11826
|
-
type EntitlementEvalLog = z.infer<typeof EntitlementEvalLogSchema>;
|
|
11827
11751
|
type EntitlementGrant$1 = z.infer<typeof EntitlementGrantSchema>;
|
|
11828
11752
|
type EntitlementGrantSet$1 = z.infer<typeof EntitlementGrantSetSchema>;
|
|
11829
11753
|
type EntitlementGrantSource = z.infer<typeof EntitlementGrantSourceSchema>;
|
|
@@ -11912,7 +11836,6 @@ type PlaybookVersionEntrySummary = z.infer<typeof PlaybookVersionEntrySummarySch
|
|
|
11912
11836
|
type PlaybookVersion = z.infer<typeof PlaybookVersionSchema>;
|
|
11913
11837
|
type PlaybookVersionStatus = z.infer<typeof PlaybookVersionStatusSchema>;
|
|
11914
11838
|
type PresentationOutcome = z.infer<typeof PresentationOutcomeSchema>;
|
|
11915
|
-
type PresentationRecord = z.infer<typeof PresentationRecordSchema>;
|
|
11916
11839
|
type PriceSource = z.infer<typeof PriceSourceSchema>;
|
|
11917
11840
|
type PricingModel = z.infer<typeof PricingModelSchema>;
|
|
11918
11841
|
type Promotion = z.infer<typeof PromotionSchema>;
|
|
@@ -12458,7 +12381,7 @@ interface EntitlementGrant {
|
|
|
12458
12381
|
used?: number;
|
|
12459
12382
|
allocation?: EntitlementAllocation;
|
|
12460
12383
|
/** How the limit is enforced when exceeded. */
|
|
12461
|
-
enforcement?: 'hard_block' | '
|
|
12384
|
+
enforcement?: 'hard_block' | 'block_with_upsell' | 'degrade' | 'allow_overage';
|
|
12462
12385
|
/** How this grant was derived. */
|
|
12463
12386
|
source?: 'rule' | 'user_context' | 'override';
|
|
12464
12387
|
/** The plan that activated this rule-derived grant. */
|
|
@@ -15753,6 +15676,19 @@ declare class RevTurbineCustomerSdk {
|
|
|
15753
15676
|
private isDisabledByProviderFailure;
|
|
15754
15677
|
private disabledDecisionForPlacement;
|
|
15755
15678
|
private disabledPlacementOutputForConfig;
|
|
15679
|
+
/**
|
|
15680
|
+
* Whether the integrator explicitly configured an endpoint for `key`.
|
|
15681
|
+
*
|
|
15682
|
+
* Most SDK endpoints have a working default on `revturbine-web`, so the
|
|
15683
|
+
* override is a convenience. A few do not — `placementTypes` is the live
|
|
15684
|
+
* example: `/api/sdk/placement-types` was never built, and there is no
|
|
15685
|
+
* `placement_types` table behind it. For those, the default is not a
|
|
15686
|
+
* fallback but a guaranteed 404, so the call is only meaningful when the
|
|
15687
|
+
* integrator has pointed it somewhere real (`custom_endpoints`).
|
|
15688
|
+
*
|
|
15689
|
+
* @internal
|
|
15690
|
+
*/
|
|
15691
|
+
private hasEndpointOverride;
|
|
15756
15692
|
private endpointFor;
|
|
15757
15693
|
private localPlacementLookupKey;
|
|
15758
15694
|
private localLookupMatchesConfig;
|
|
@@ -16176,6 +16112,19 @@ declare class RevTurbineCustomerSdk {
|
|
|
16176
16112
|
registerPlacement(config: RevTurbinePlacementConfig): Promise<string>;
|
|
16177
16113
|
private upsertSurfaceSlot;
|
|
16178
16114
|
registerSurfaceSlot(config: RevTurbineSurfaceSlotConfig): Promise<string>;
|
|
16115
|
+
/**
|
|
16116
|
+
* Persist authored placement types to a configured backend.
|
|
16117
|
+
*
|
|
16118
|
+
* **Requires an explicit `placementTypes` endpoint override.** RevTurbine
|
|
16119
|
+
* hosts no `/api/sdk/placement-types` route — the default path was never
|
|
16120
|
+
* built, and there is no table behind it — so without an override this
|
|
16121
|
+
* method is a no-op rather than a guaranteed 404. It previously threw
|
|
16122
|
+
* `persist_placement_types_failed:404` in every non-`local_only` mode, which
|
|
16123
|
+
* made a documented method unusable on the documented default path.
|
|
16124
|
+
*
|
|
16125
|
+
* Supply `endpointOverrides.placementTypes` (or override the provider hook of
|
|
16126
|
+
* the same name) to send these somewhere real.
|
|
16127
|
+
*/
|
|
16179
16128
|
persistPlacementTypes(types: RevTurbinePlacementTypeEntity[]): Promise<void>;
|
|
16180
16129
|
private stableStringify;
|
|
16181
16130
|
private decisionCacheKey;
|
|
@@ -18153,7 +18102,7 @@ interface components {
|
|
|
18153
18102
|
/** @enum {string} */
|
|
18154
18103
|
EntitlementRulePeriodUnit: "month" | "day" | "week" | "quarter" | "year" | "billing_period" | "hour" | "six_hours";
|
|
18155
18104
|
/** @enum {string} */
|
|
18156
|
-
EnforcementMode: "hard_block" | "
|
|
18105
|
+
EnforcementMode: "hard_block" | "block_with_upsell" | "degrade" | "allow_overage";
|
|
18157
18106
|
/** @enum {string} */
|
|
18158
18107
|
PlacementCategory: "fixed" | "gated_feature" | "usage_limit" | "trial" | "other_conversion" | "retention";
|
|
18159
18108
|
CtaObject: {
|
|
@@ -20067,53 +20016,6 @@ interface components {
|
|
|
20067
20016
|
/** @enum {string} */
|
|
20068
20017
|
Severity: "info" | "warning" | "critical";
|
|
20069
20018
|
PromotionAnchor: components["schemas"]["Anon_f38b4727dc66"];
|
|
20070
|
-
PresentationRecord: {
|
|
20071
|
-
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
20072
|
-
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
20073
|
-
updated_at: components["schemas"]["Anon_be3e2585472d_3"];
|
|
20074
|
-
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20075
|
-
customer_id: components["schemas"]["Anon_761f976a1da1_9"];
|
|
20076
|
-
placement_id: components["schemas"]["Anon_57796118d046_52"];
|
|
20077
|
-
payload_id: components["schemas"]["Anon_f7fb9744a6e4_18"];
|
|
20078
|
-
variant_id: components["schemas"]["Anon_f7fb9744a6e4_19"];
|
|
20079
|
-
surface_type: components["schemas"]["Anon_127eb78cd9c0"];
|
|
20080
|
-
presented_at: components["schemas"]["Anon_be3e2585472d_7"];
|
|
20081
|
-
dismissed_at: components["schemas"]["Anon_711dc9708535_15"];
|
|
20082
|
-
cta_clicked_at: components["schemas"]["Anon_711dc9708535_16"];
|
|
20083
|
-
cta_action_type: components["schemas"]["Anon_f7fb9744a6e4_20"];
|
|
20084
|
-
converted: components["schemas"]["Anon_062d958a93c4_9"];
|
|
20085
|
-
session_id?: components["schemas"]["Anon_96f9066c2fdc_58"];
|
|
20086
|
-
metadata: components["schemas"]["Anon_f27cb44c32f6_25"];
|
|
20087
|
-
};
|
|
20088
|
-
DecisionLog: {
|
|
20089
|
-
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
20090
|
-
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
20091
|
-
updated_at: components["schemas"]["Anon_be3e2585472d_3"];
|
|
20092
|
-
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20093
|
-
customer_id: components["schemas"]["Anon_761f976a1da1_10"];
|
|
20094
|
-
placement_id: components["schemas"]["Anon_57796118d046_53"];
|
|
20095
|
-
decision: components["schemas"]["Anon_6b72d8e94e3e"];
|
|
20096
|
-
reason: components["schemas"]["Anon_4379167c9725"];
|
|
20097
|
-
matched_rules: components["schemas"]["Anon_3014b168acd1"];
|
|
20098
|
-
experiment_id: components["schemas"]["Anon_f7fb9744a6e4_21"];
|
|
20099
|
-
variant_id: components["schemas"]["Anon_f7fb9744a6e4_22"];
|
|
20100
|
-
latency_ms?: components["schemas"]["Anon_3d3fd40aec74_1"];
|
|
20101
|
-
};
|
|
20102
|
-
EntitlementEvalLog: {
|
|
20103
|
-
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
20104
|
-
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
20105
|
-
updated_at: components["schemas"]["Anon_be3e2585472d_3"];
|
|
20106
|
-
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20107
|
-
customer_id: components["schemas"]["Anon_761f976a1da1_11"];
|
|
20108
|
-
entitlement_handle: components["schemas"]["Anon_57796118d046_54"];
|
|
20109
|
-
entitlement_type: components["schemas"]["Anon_127eb78cd9c0_1"];
|
|
20110
|
-
result: components["schemas"]["Anon_a1e4b0e0ecbf"];
|
|
20111
|
-
current_usage: components["schemas"]["Anon_bb5d3c3618df"];
|
|
20112
|
-
limit: components["schemas"]["Anon_bb5d3c3618df_1"];
|
|
20113
|
-
source: components["schemas"]["Anon_675378a1dff6"];
|
|
20114
|
-
source_id: components["schemas"]["Anon_57796118d046_55"];
|
|
20115
|
-
latency_ms?: components["schemas"]["Anon_3d3fd40aec74_2"];
|
|
20116
|
-
};
|
|
20117
20019
|
SeatTypeAnchor: components["schemas"]["Anon_f38b4727dc66"];
|
|
20118
20020
|
SeatType: {
|
|
20119
20021
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
@@ -20131,9 +20033,9 @@ interface components {
|
|
|
20131
20033
|
name: components["schemas"]["Anon_4c26b3baab05_26"];
|
|
20132
20034
|
handle: components["schemas"]["Anon_af12d548dbee_27"];
|
|
20133
20035
|
description?: components["schemas"]["Anon_ee9224780226_7"];
|
|
20134
|
-
is_default: components["schemas"]["
|
|
20036
|
+
is_default: components["schemas"]["Anon_062d958a93c4_9"];
|
|
20135
20037
|
entitlement_ids: components["schemas"]["Anon_f8dbfffc0ce2_24"];
|
|
20136
|
-
metadata: components["schemas"]["
|
|
20038
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_25"];
|
|
20137
20039
|
};
|
|
20138
20040
|
PersonalizationTokenAnchor: components["schemas"]["Anon_f38b4727dc66"];
|
|
20139
20041
|
PersonalizationToken: {
|
|
@@ -20150,14 +20052,14 @@ interface components {
|
|
|
20150
20052
|
base_sequence: components["schemas"]["Anon_71a2fb329804_1"];
|
|
20151
20053
|
anchor_id: components["schemas"]["Anon_fb248bf5a9f7_29"];
|
|
20152
20054
|
handle: components["schemas"]["Anon_af12d548dbee_28"];
|
|
20153
|
-
label: components["schemas"]["
|
|
20154
|
-
description: components["schemas"]["
|
|
20055
|
+
label: components["schemas"]["Anon_57796118d046_52"];
|
|
20056
|
+
description: components["schemas"]["Anon_f7fb9744a6e4_18"];
|
|
20155
20057
|
category: components["schemas"]["Anon_38f88e5475e4_1"];
|
|
20156
|
-
data_source: components["schemas"]["
|
|
20157
|
-
example_value: components["schemas"]["
|
|
20058
|
+
data_source: components["schemas"]["Anon_f7fb9744a6e4_19"];
|
|
20059
|
+
example_value: components["schemas"]["Anon_f7fb9744a6e4_20"];
|
|
20158
20060
|
value_map: components["schemas"]["Anon_72084ba72159_1"];
|
|
20159
20061
|
format: components["schemas"]["Anon_79523fea611b_1"];
|
|
20160
|
-
metadata: components["schemas"]["
|
|
20062
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_26"];
|
|
20161
20063
|
};
|
|
20162
20064
|
StripeIntegrationConfig: {
|
|
20163
20065
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
@@ -20172,8 +20074,8 @@ interface components {
|
|
|
20172
20074
|
sequence: components["schemas"]["Anon_ffffc3c874cb_1"];
|
|
20173
20075
|
base_sequence: components["schemas"]["Anon_71a2fb329804_1"];
|
|
20174
20076
|
handle: components["schemas"]["Anon_2457cccd64aa_8"];
|
|
20175
|
-
stripe_account_id: components["schemas"]["
|
|
20176
|
-
live_mode: components["schemas"]["
|
|
20077
|
+
stripe_account_id: components["schemas"]["Anon_57796118d046_53"];
|
|
20078
|
+
live_mode: components["schemas"]["Anon_062d958a93c4_10"];
|
|
20177
20079
|
onboarding_state: components["schemas"]["Anon_3150913876f5"];
|
|
20178
20080
|
onboarding_complete: components["schemas"]["Anon_4dc549443053_2"];
|
|
20179
20081
|
charges_enabled: components["schemas"]["Anon_4dc549443053_3"];
|
|
@@ -20183,11 +20085,11 @@ interface components {
|
|
|
20183
20085
|
sync_products: components["schemas"]["Anon_493deecc809a_10"];
|
|
20184
20086
|
sync_prices: components["schemas"]["Anon_493deecc809a_11"];
|
|
20185
20087
|
sync_subscriptions: components["schemas"]["Anon_493deecc809a_12"];
|
|
20186
|
-
sync_invoices: components["schemas"]["
|
|
20088
|
+
sync_invoices: components["schemas"]["Anon_062d958a93c4_11"];
|
|
20187
20089
|
default_currency: components["schemas"]["Anon_64586219ef83"];
|
|
20188
20090
|
tax_behavior: components["schemas"]["Anon_8cafa8111e97"];
|
|
20189
20091
|
last_sync_at?: components["schemas"]["Anon_ab2e66feb54d"];
|
|
20190
|
-
metadata: components["schemas"]["
|
|
20092
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_27"];
|
|
20191
20093
|
};
|
|
20192
20094
|
/** @enum {string} */
|
|
20193
20095
|
OnboardingState: "not_started" | "started" | "details_submitted" | "charges_enabled" | "activated" | "deauthorized";
|
|
@@ -20204,13 +20106,13 @@ interface components {
|
|
|
20204
20106
|
sequence: components["schemas"]["Anon_ffffc3c874cb_1"];
|
|
20205
20107
|
base_sequence: components["schemas"]["Anon_71a2fb329804_1"];
|
|
20206
20108
|
handle: components["schemas"]["Anon_2457cccd64aa_9"];
|
|
20207
|
-
entitlement_id: components["schemas"]["
|
|
20109
|
+
entitlement_id: components["schemas"]["Anon_57796118d046_54"];
|
|
20208
20110
|
meter_key: components["schemas"]["Anon_3b8fc1cd9e8b_2"];
|
|
20209
20111
|
aggregation_type: components["schemas"]["Anon_b5e0b68a9ffd_1"];
|
|
20210
20112
|
reset_period: components["schemas"]["Anon_bd34b4bd6c0e_1"];
|
|
20211
|
-
stripe_meter_id: components["schemas"]["
|
|
20113
|
+
stripe_meter_id: components["schemas"]["Anon_f7fb9744a6e4_21"];
|
|
20212
20114
|
is_active: components["schemas"]["Anon_493deecc809a_13"];
|
|
20213
|
-
metadata: components["schemas"]["
|
|
20115
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_28"];
|
|
20214
20116
|
};
|
|
20215
20117
|
UsageEnforcementSettingsAnchor: components["schemas"]["Anon_f38b4727dc66"];
|
|
20216
20118
|
UsageEnforcementSettings: {
|
|
@@ -20227,7 +20129,7 @@ interface components {
|
|
|
20227
20129
|
base_sequence: components["schemas"]["Anon_71a2fb329804_1"];
|
|
20228
20130
|
anchor_id: components["schemas"]["Anon_fb248bf5a9f7_30"];
|
|
20229
20131
|
handle: components["schemas"]["Anon_2457cccd64aa_10"];
|
|
20230
|
-
entitlement_id: components["schemas"]["
|
|
20132
|
+
entitlement_id: components["schemas"]["Anon_57796118d046_55"];
|
|
20231
20133
|
soft_limit_percent: components["schemas"]["Anon_8f99b8bcf1bc_1"];
|
|
20232
20134
|
hard_limit_percent: components["schemas"]["Anon_db8593c845dd_1"];
|
|
20233
20135
|
soft_limit_action: components["schemas"]["Anon_9718abe9fc88_1"];
|
|
@@ -20253,9 +20155,9 @@ interface components {
|
|
|
20253
20155
|
handle: components["schemas"]["Anon_2457cccd64aa_11"];
|
|
20254
20156
|
global_frequency_cap: components["schemas"]["Anon_896f1a6cc4d3"];
|
|
20255
20157
|
global_frequency_cap_period: components["schemas"]["Anon_e476f3352599"];
|
|
20256
|
-
suppress_for_paid: components["schemas"]["
|
|
20257
|
-
suppress_for_trial: components["schemas"]["
|
|
20258
|
-
allow_stacking: components["schemas"]["
|
|
20158
|
+
suppress_for_paid: components["schemas"]["Anon_062d958a93c4_12"];
|
|
20159
|
+
suppress_for_trial: components["schemas"]["Anon_062d958a93c4_13"];
|
|
20160
|
+
allow_stacking: components["schemas"]["Anon_062d958a93c4_14"];
|
|
20259
20161
|
priority_collision_strategy: components["schemas"]["Anon_54bb39acf789"];
|
|
20260
20162
|
};
|
|
20261
20163
|
ChangeLogEntry: {
|
|
@@ -20265,28 +20167,28 @@ interface components {
|
|
|
20265
20167
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20266
20168
|
action: components["schemas"]["Anon_d1719c72541d"];
|
|
20267
20169
|
resource_type: components["schemas"]["Anon_3b8fc1cd9e8b_3"];
|
|
20268
|
-
resource_id: components["schemas"]["
|
|
20170
|
+
resource_id: components["schemas"]["Anon_57796118d046_58"];
|
|
20269
20171
|
resource_name?: components["schemas"]["Anon_1f4f12b25127"];
|
|
20270
|
-
actor_id: components["schemas"]["
|
|
20172
|
+
actor_id: components["schemas"]["Anon_57796118d046_59"];
|
|
20271
20173
|
actor_email?: components["schemas"]["Anon_c6e58e102591"];
|
|
20272
20174
|
diff?: components["schemas"]["Anon_335c7293a906"];
|
|
20273
20175
|
summary?: components["schemas"]["Anon_796ec99afe20_7"];
|
|
20274
|
-
metadata: components["schemas"]["
|
|
20176
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_29"];
|
|
20275
20177
|
};
|
|
20276
20178
|
/** @enum {string} */
|
|
20277
20179
|
ChangeLogAction: "create" | "update" | "delete" | "archive" | "restore" | "reorder" | "duplicate" | "sync" | "publish";
|
|
20278
20180
|
KpiAggregate: {
|
|
20279
|
-
metric_key: components["schemas"]["
|
|
20280
|
-
label: components["schemas"]["
|
|
20181
|
+
metric_key: components["schemas"]["Anon_57796118d046_60"];
|
|
20182
|
+
label: components["schemas"]["Anon_127eb78cd9c0"];
|
|
20281
20183
|
current_value: components["schemas"]["Anon_ff8cc8201c59"];
|
|
20282
20184
|
previous_value: components["schemas"]["Anon_3840a7694f3b"];
|
|
20283
|
-
change_percent: components["schemas"]["
|
|
20284
|
-
period: components["schemas"]["
|
|
20185
|
+
change_percent: components["schemas"]["Anon_bb5d3c3618df"];
|
|
20186
|
+
period: components["schemas"]["Anon_127eb78cd9c0_1"];
|
|
20285
20187
|
unit: components["schemas"]["Anon_95dc54c503c7"];
|
|
20286
20188
|
};
|
|
20287
20189
|
PlacementPerformanceRow: {
|
|
20288
|
-
placement_id: components["schemas"]["
|
|
20289
|
-
placement_name: components["schemas"]["
|
|
20190
|
+
placement_id: components["schemas"]["Anon_127eb78cd9c0_2"];
|
|
20191
|
+
placement_name: components["schemas"]["Anon_127eb78cd9c0_3"];
|
|
20290
20192
|
impressions: components["schemas"]["Anon_274ba4ca49d5_8"];
|
|
20291
20193
|
clicks: components["schemas"]["Anon_274ba4ca49d5_9"];
|
|
20292
20194
|
conversions: components["schemas"]["Anon_274ba4ca49d5_10"];
|
|
@@ -20295,7 +20197,7 @@ interface components {
|
|
|
20295
20197
|
revenue_cents: components["schemas"]["Anon_60b8dbf9476e"];
|
|
20296
20198
|
};
|
|
20297
20199
|
RevenueMetric: {
|
|
20298
|
-
date: components["schemas"]["
|
|
20200
|
+
date: components["schemas"]["Anon_127eb78cd9c0_4"];
|
|
20299
20201
|
mrr_cents: components["schemas"]["Anon_60b8dbf9476e_1"];
|
|
20300
20202
|
arr_cents: components["schemas"]["Anon_60b8dbf9476e_2"];
|
|
20301
20203
|
new_mrr_cents: components["schemas"]["Anon_60b8dbf9476e_3"];
|
|
@@ -20304,15 +20206,15 @@ interface components {
|
|
|
20304
20206
|
net_new_mrr_cents: components["schemas"]["Anon_1d3b0f8e5641"];
|
|
20305
20207
|
};
|
|
20306
20208
|
CohortMonth: {
|
|
20307
|
-
month: components["schemas"]["
|
|
20209
|
+
month: components["schemas"]["Anon_127eb78cd9c0_5"];
|
|
20308
20210
|
cohort_size: components["schemas"]["Anon_274ba4ca49d5_11"];
|
|
20309
20211
|
retained: components["schemas"]["Anon_274ba4ca49d5_12"];
|
|
20310
20212
|
retention_rate: components["schemas"]["Anon_2b7ce0f730b2"];
|
|
20311
20213
|
revenue_cents: components["schemas"]["Anon_60b8dbf9476e_6"];
|
|
20312
20214
|
};
|
|
20313
20215
|
FunnelStep: {
|
|
20314
|
-
step: components["schemas"]["
|
|
20315
|
-
label: components["schemas"]["
|
|
20216
|
+
step: components["schemas"]["Anon_127eb78cd9c0_6"];
|
|
20217
|
+
label: components["schemas"]["Anon_127eb78cd9c0_7"];
|
|
20316
20218
|
count: components["schemas"]["Anon_274ba4ca49d5_13"];
|
|
20317
20219
|
conversion_rate: components["schemas"]["Anon_2b7ce0f730b2_1"];
|
|
20318
20220
|
drop_off_rate: components["schemas"]["Anon_2b7ce0f730b2_2"];
|
|
@@ -20324,15 +20226,15 @@ interface components {
|
|
|
20324
20226
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20325
20227
|
report_type: components["schemas"]["Anon_a47531460a58"];
|
|
20326
20228
|
severity: components["schemas"]["Anon_f7452ebec2a5"];
|
|
20327
|
-
resource_type: components["schemas"]["
|
|
20328
|
-
resource_id: components["schemas"]["
|
|
20229
|
+
resource_type: components["schemas"]["Anon_57796118d046_61"];
|
|
20230
|
+
resource_id: components["schemas"]["Anon_57796118d046_62"];
|
|
20329
20231
|
summary: components["schemas"]["Anon_6cc12bbf3150"];
|
|
20330
20232
|
expected_value?: components["schemas"]["Anon_3a2fdca66cfe"];
|
|
20331
20233
|
actual_value?: components["schemas"]["Anon_3a2fdca66cfe_1"];
|
|
20332
20234
|
affected_customer_count: components["schemas"]["Anon_2aa59aec1f23_6"];
|
|
20333
|
-
is_resolved: components["schemas"]["
|
|
20334
|
-
resolved_at: components["schemas"]["
|
|
20335
|
-
metadata: components["schemas"]["
|
|
20235
|
+
is_resolved: components["schemas"]["Anon_062d958a93c4_15"];
|
|
20236
|
+
resolved_at: components["schemas"]["Anon_711dc9708535_15"];
|
|
20237
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_30"];
|
|
20336
20238
|
};
|
|
20337
20239
|
Alert: {
|
|
20338
20240
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
@@ -20343,12 +20245,12 @@ interface components {
|
|
|
20343
20245
|
severity: components["schemas"]["Anon_f7452ebec2a5_1"];
|
|
20344
20246
|
title: components["schemas"]["Anon_f7f3658e6095_1"];
|
|
20345
20247
|
description: components["schemas"]["Anon_529174cd85fc_1"];
|
|
20346
|
-
resource_type?: components["schemas"]["
|
|
20347
|
-
resource_id?: components["schemas"]["
|
|
20348
|
-
is_acknowledged: components["schemas"]["
|
|
20349
|
-
acknowledged_at: components["schemas"]["
|
|
20350
|
-
acknowledged_by: components["schemas"]["
|
|
20351
|
-
metadata: components["schemas"]["
|
|
20248
|
+
resource_type?: components["schemas"]["Anon_96f9066c2fdc_58"];
|
|
20249
|
+
resource_id?: components["schemas"]["Anon_96f9066c2fdc_59"];
|
|
20250
|
+
is_acknowledged: components["schemas"]["Anon_062d958a93c4_16"];
|
|
20251
|
+
acknowledged_at: components["schemas"]["Anon_711dc9708535_16"];
|
|
20252
|
+
acknowledged_by: components["schemas"]["Anon_f7fb9744a6e4_22"];
|
|
20253
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_31"];
|
|
20352
20254
|
};
|
|
20353
20255
|
AnalyticsCatalog: {
|
|
20354
20256
|
catalog_version: components["schemas"]["Anon_0c649f0987df"];
|
|
@@ -20404,7 +20306,7 @@ interface components {
|
|
|
20404
20306
|
classification: components["schemas"]["Anon_d2d465584350"];
|
|
20405
20307
|
historical_mode?: components["schemas"]["Anon_2d080ce873f8_1"];
|
|
20406
20308
|
allowed_concepts?: components["schemas"]["Anon_7587b25862b7"];
|
|
20407
|
-
exclude_from_segment_picker: components["schemas"]["
|
|
20309
|
+
exclude_from_segment_picker: components["schemas"]["Anon_062d958a93c4_17"];
|
|
20408
20310
|
deprecation?: components["schemas"]["Anon_8f09b448c37f_1"];
|
|
20409
20311
|
};
|
|
20410
20312
|
/** @enum {string} */
|
|
@@ -20496,8 +20398,8 @@ interface components {
|
|
|
20496
20398
|
label?: components["schemas"]["Anon_08bc067910e8_4"];
|
|
20497
20399
|
operators: components["schemas"]["Anon_ee64da9ff212_1"];
|
|
20498
20400
|
default_value?: components["schemas"]["Anon_972936582d54"];
|
|
20499
|
-
required: components["schemas"]["
|
|
20500
|
-
pinned: components["schemas"]["
|
|
20401
|
+
required: components["schemas"]["Anon_062d958a93c4_18"];
|
|
20402
|
+
pinned: components["schemas"]["Anon_062d958a93c4_19"];
|
|
20501
20403
|
applies_to: components["schemas"]["Anon_e4e72df2ab85"];
|
|
20502
20404
|
};
|
|
20503
20405
|
AnalyticsViewLayout: {
|
|
@@ -20666,22 +20568,22 @@ interface components {
|
|
|
20666
20568
|
cloned_from_environment_id: components["schemas"]["Anon_7f83d3357e9c"];
|
|
20667
20569
|
cloned_at: components["schemas"]["Anon_24a0ac3f017b"];
|
|
20668
20570
|
cloned_at_sequence: components["schemas"]["Anon_f11abbefcf83"];
|
|
20669
|
-
requires_approval: components["schemas"]["
|
|
20670
|
-
auto_deploy_on_approval: components["schemas"]["
|
|
20671
|
-
created_by?: components["schemas"]["
|
|
20672
|
-
metadata: components["schemas"]["
|
|
20571
|
+
requires_approval: components["schemas"]["Anon_062d958a93c4_20"];
|
|
20572
|
+
auto_deploy_on_approval: components["schemas"]["Anon_062d958a93c4_21"];
|
|
20573
|
+
created_by?: components["schemas"]["Anon_96f9066c2fdc_60"];
|
|
20574
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_33"];
|
|
20673
20575
|
};
|
|
20674
20576
|
PlaybookVersion: {
|
|
20675
20577
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
20676
20578
|
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
20677
20579
|
updated_at: components["schemas"]["Anon_be3e2585472d_3"];
|
|
20678
20580
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20679
|
-
environment_id: components["schemas"]["
|
|
20581
|
+
environment_id: components["schemas"]["Anon_57796118d046_63"];
|
|
20680
20582
|
name: components["schemas"]["Anon_4c26b3baab05_29"];
|
|
20681
20583
|
description?: components["schemas"]["Anon_e648d024ff54_1"];
|
|
20682
20584
|
status: components["schemas"]["Anon_d7211f687316"];
|
|
20683
20585
|
labels: components["schemas"]["Anon_f8dbfffc0ce2_25"];
|
|
20684
|
-
created_by: components["schemas"]["
|
|
20586
|
+
created_by: components["schemas"]["Anon_57796118d046_64"];
|
|
20685
20587
|
submitted_by: components["schemas"]["Anon_7f83d3357e9c_1"];
|
|
20686
20588
|
reviewed_by: components["schemas"]["Anon_7f83d3357e9c_2"];
|
|
20687
20589
|
deployed_by: components["schemas"]["Anon_7f83d3357e9c_3"];
|
|
@@ -20691,34 +20593,34 @@ interface components {
|
|
|
20691
20593
|
base_snapshot_sequence: components["schemas"]["Anon_b32f11b2ff5e_6"];
|
|
20692
20594
|
entry_count: components["schemas"]["Anon_b32f11b2ff5e_7"];
|
|
20693
20595
|
conflict_count: components["schemas"]["Anon_b32f11b2ff5e_8"];
|
|
20694
|
-
rollback_of_playbook_version_id: components["schemas"]["
|
|
20695
|
-
cherry_picked_from_playbook_version_id: components["schemas"]["
|
|
20596
|
+
rollback_of_playbook_version_id: components["schemas"]["Anon_f7fb9744a6e4_23"];
|
|
20597
|
+
cherry_picked_from_playbook_version_id: components["schemas"]["Anon_f7fb9744a6e4_24"];
|
|
20696
20598
|
review_notes?: components["schemas"]["Anon_e648d024ff54_2"];
|
|
20697
20599
|
rejection_reason?: components["schemas"]["Anon_e648d024ff54_3"];
|
|
20698
20600
|
snapshot: components["schemas"]["Anon_24c687f9b9af"];
|
|
20699
20601
|
bundle: components["schemas"]["Anon_7f83d3357e9c_4"];
|
|
20700
|
-
metadata: components["schemas"]["
|
|
20602
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_34"];
|
|
20701
20603
|
};
|
|
20702
20604
|
/** @enum {string} */
|
|
20703
20605
|
PlaybookVersionStatus: "draft" | "awaiting_approval" | "approved" | "deploying" | "deployed" | "rejected" | "archived";
|
|
20704
20606
|
PlaybookVersionDeployResult: {
|
|
20705
|
-
playbook_version_id: components["schemas"]["
|
|
20607
|
+
playbook_version_id: components["schemas"]["Anon_127eb78cd9c0_8"];
|
|
20706
20608
|
deployed_count: components["schemas"]["Anon_274ba4ca49d5_17"];
|
|
20707
20609
|
superseded_count: components["schemas"]["Anon_274ba4ca49d5_18"];
|
|
20708
20610
|
skipped_conflicts: components["schemas"]["Anon_274ba4ca49d5_19"];
|
|
20709
20611
|
deployed_at: components["schemas"]["Anon_3c179513a5d9_3"];
|
|
20710
20612
|
};
|
|
20711
20613
|
PlaybookVersionDiff: {
|
|
20712
|
-
playbook_version_id: components["schemas"]["
|
|
20614
|
+
playbook_version_id: components["schemas"]["Anon_127eb78cd9c0_9"];
|
|
20713
20615
|
entries: components["schemas"]["Anon_9d85ce48d708"];
|
|
20714
20616
|
total_entries: components["schemas"]["Anon_274ba4ca49d5_20"];
|
|
20715
20617
|
total_conflicts: components["schemas"]["Anon_274ba4ca49d5_21"];
|
|
20716
20618
|
deployable: components["schemas"]["Anon_a2b04841bdf1_4"];
|
|
20717
20619
|
};
|
|
20718
20620
|
PlaybookVersionEntrySummary: {
|
|
20719
|
-
handle: components["schemas"]["
|
|
20720
|
-
resource_type: components["schemas"]["
|
|
20721
|
-
resource_name?: components["schemas"]["
|
|
20621
|
+
handle: components["schemas"]["Anon_127eb78cd9c0_10"];
|
|
20622
|
+
resource_type: components["schemas"]["Anon_127eb78cd9c0_11"];
|
|
20623
|
+
resource_name?: components["schemas"]["Anon_96f9066c2fdc_61"];
|
|
20722
20624
|
action: components["schemas"]["Anon_2dd4ddc8b727"];
|
|
20723
20625
|
has_conflict: components["schemas"]["Anon_a2b04841bdf1_3"];
|
|
20724
20626
|
};
|
|
@@ -20733,7 +20635,7 @@ interface components {
|
|
|
20733
20635
|
key_last4: components["schemas"]["Anon_e83e9e4262ab"];
|
|
20734
20636
|
status: components["schemas"]["Anon_669ca3b468dc"];
|
|
20735
20637
|
last_used_at: components["schemas"]["Anon_24a0ac3f017b_4"];
|
|
20736
|
-
expires_at: components["schemas"]["
|
|
20638
|
+
expires_at: components["schemas"]["Anon_711dc9708535_17"];
|
|
20737
20639
|
};
|
|
20738
20640
|
FeatureFlag: {
|
|
20739
20641
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
@@ -20768,9 +20670,9 @@ interface components {
|
|
|
20768
20670
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20769
20671
|
server_url: components["schemas"]["Anon_e263ce55cb2f"];
|
|
20770
20672
|
api_token_hint: components["schemas"]["Anon_26f9ae47e188"];
|
|
20771
|
-
allow_write_actions: components["schemas"]["
|
|
20673
|
+
allow_write_actions: components["schemas"]["Anon_062d958a93c4_22"];
|
|
20772
20674
|
enabled_tools: components["schemas"]["Anon_39888a32a8f7"];
|
|
20773
|
-
enabled: components["schemas"]["
|
|
20675
|
+
enabled: components["schemas"]["Anon_062d958a93c4_23"];
|
|
20774
20676
|
};
|
|
20775
20677
|
OnboardingChecklist: {
|
|
20776
20678
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
@@ -20779,7 +20681,7 @@ interface components {
|
|
|
20779
20681
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20780
20682
|
step_key: components["schemas"]["Anon_3b8fc1cd9e8b_5"];
|
|
20781
20683
|
label: components["schemas"]["Anon_872e58432369_6"];
|
|
20782
|
-
done: components["schemas"]["
|
|
20684
|
+
done: components["schemas"]["Anon_062d958a93c4_24"];
|
|
20783
20685
|
completed_at: components["schemas"]["Anon_24a0ac3f017b_5"];
|
|
20784
20686
|
};
|
|
20785
20687
|
AuditEvent: {
|
|
@@ -20787,12 +20689,12 @@ interface components {
|
|
|
20787
20689
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20788
20690
|
environment_id: components["schemas"]["Anon_a2f8ac1ffbf6"];
|
|
20789
20691
|
actor_type: components["schemas"]["Anon_a607427cce0b"];
|
|
20790
|
-
actor_id: components["schemas"]["
|
|
20692
|
+
actor_id: components["schemas"]["Anon_f7fb9744a6e4_25"];
|
|
20791
20693
|
action: components["schemas"]["Anon_cd76cef95ac8_5"];
|
|
20792
20694
|
object_type: components["schemas"]["Anon_c8b3e7377e39"];
|
|
20793
20695
|
object_id: components["schemas"]["Anon_4d8c172ed637"];
|
|
20794
20696
|
payload: components["schemas"]["Anon_9d87a4763d87"];
|
|
20795
|
-
occurred_at: components["schemas"]["
|
|
20697
|
+
occurred_at: components["schemas"]["Anon_be3e2585472d_7"];
|
|
20796
20698
|
};
|
|
20797
20699
|
/** @enum {string} */
|
|
20798
20700
|
AuditActorType: "user" | "agent" | "system" | "webhook";
|
|
@@ -20812,7 +20714,7 @@ interface components {
|
|
|
20812
20714
|
identifier: components["schemas"]["Anon_872e58432369_7"];
|
|
20813
20715
|
identifier_type: components["schemas"]["Anon_b07a1e0dbc7b"];
|
|
20814
20716
|
note: components["schemas"]["Anon_519dcb817ac7"];
|
|
20815
|
-
added_by: components["schemas"]["
|
|
20717
|
+
added_by: components["schemas"]["Anon_127eb78cd9c0_12"];
|
|
20816
20718
|
};
|
|
20817
20719
|
null: {
|
|
20818
20720
|
accepted: components["schemas"]["Anon_274ba4ca49d5_22"];
|
|
@@ -20826,13 +20728,13 @@ interface components {
|
|
|
20826
20728
|
};
|
|
20827
20729
|
IngestedEvent: {
|
|
20828
20730
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
20829
|
-
event_type: components["schemas"]["
|
|
20731
|
+
event_type: components["schemas"]["Anon_57796118d046_65"];
|
|
20830
20732
|
source: components["schemas"]["Anon_eabbbb727ad3"];
|
|
20831
20733
|
tenant_id?: components["schemas"]["Anon_4e04ec5cc4e6_17"];
|
|
20832
20734
|
user_id?: components["schemas"]["Anon_0a729b73253d"];
|
|
20833
20735
|
session_id?: components["schemas"]["Anon_0a729b73253d_1"];
|
|
20834
20736
|
occurred_at: components["schemas"]["Anon_3c179513a5d9_4"];
|
|
20835
|
-
request_id: components["schemas"]["
|
|
20737
|
+
request_id: components["schemas"]["Anon_57796118d046_66"];
|
|
20836
20738
|
attributes: components["schemas"]["Anon_5142f8473790_13"];
|
|
20837
20739
|
payload: components["schemas"]["Anon_5142f8473790_14"];
|
|
20838
20740
|
ingested_at: components["schemas"]["Anon_3c179513a5d9_5"];
|
|
@@ -21487,89 +21389,31 @@ interface components {
|
|
|
21487
21389
|
Anon_062d958a93c4_8: components["schemas"]["Anon_7cb541e84f22_46"];
|
|
21488
21390
|
Anon_7cb541e84f22_46: boolean;
|
|
21489
21391
|
Anon_f27cb44c32f6_24: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21490
|
-
Anon_761f976a1da1_9: string;
|
|
21491
|
-
Anon_57796118d046_52: string;
|
|
21492
|
-
/** @default null */
|
|
21493
|
-
Anon_f7fb9744a6e4_18: components["schemas"]["Anon_f090cb615c84_35"];
|
|
21494
|
-
Anon_f090cb615c84_35: string | null;
|
|
21495
|
-
/** @default null */
|
|
21496
|
-
Anon_f7fb9744a6e4_19: components["schemas"]["Anon_f090cb615c84_36"];
|
|
21497
|
-
Anon_f090cb615c84_36: string | null;
|
|
21498
|
-
Anon_127eb78cd9c0: string;
|
|
21499
|
-
/** Format: date-time */
|
|
21500
|
-
Anon_be3e2585472d_7: string;
|
|
21501
|
-
Anon_711dc9708535_15: components["schemas"]["Anon_11c9ad639448_1"];
|
|
21502
|
-
Anon_711dc9708535_16: components["schemas"]["Anon_11c9ad639448_1"];
|
|
21503
|
-
/** @default null */
|
|
21504
|
-
Anon_f7fb9744a6e4_20: components["schemas"]["Anon_f090cb615c84_37"];
|
|
21505
|
-
Anon_f090cb615c84_37: string | null;
|
|
21506
|
-
/** @default false */
|
|
21507
|
-
Anon_062d958a93c4_9: components["schemas"]["Anon_7cb541e84f22_47"];
|
|
21508
|
-
Anon_7cb541e84f22_47: boolean;
|
|
21509
|
-
Anon_96f9066c2fdc_58: components["schemas"]["Anon_00404e686415_61"];
|
|
21510
|
-
Anon_00404e686415_61: string;
|
|
21511
|
-
Anon_f27cb44c32f6_25: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21512
|
-
Anon_761f976a1da1_10: string;
|
|
21513
|
-
Anon_57796118d046_53: string;
|
|
21514
|
-
/** @enum {string} */
|
|
21515
|
-
Anon_6b72d8e94e3e: "show" | "suppress" | "defer";
|
|
21516
|
-
Anon_4379167c9725: string;
|
|
21517
|
-
/** @default [] */
|
|
21518
|
-
Anon_3014b168acd1: components["schemas"]["Anon_1d5ee5db96af"];
|
|
21519
|
-
Anon_1d5ee5db96af: {
|
|
21520
|
-
rule_id: string;
|
|
21521
|
-
rule_type: string;
|
|
21522
|
-
matched: boolean;
|
|
21523
|
-
}[];
|
|
21524
|
-
/** @default null */
|
|
21525
|
-
Anon_f7fb9744a6e4_21: components["schemas"]["Anon_f090cb615c84_38"];
|
|
21526
|
-
Anon_f090cb615c84_38: string | null;
|
|
21527
|
-
/** @default null */
|
|
21528
|
-
Anon_f7fb9744a6e4_22: components["schemas"]["Anon_f090cb615c84_39"];
|
|
21529
|
-
Anon_f090cb615c84_39: string | null;
|
|
21530
|
-
Anon_3d3fd40aec74_1: components["schemas"]["Anon_33527092b4d7_1"];
|
|
21531
|
-
Anon_33527092b4d7_1: number;
|
|
21532
|
-
Anon_761f976a1da1_11: string;
|
|
21533
|
-
Anon_57796118d046_54: string;
|
|
21534
|
-
Anon_127eb78cd9c0_1: string;
|
|
21535
|
-
/** @enum {string} */
|
|
21536
|
-
Anon_a1e4b0e0ecbf: "granted" | "denied" | "limited" | "metered";
|
|
21537
|
-
/** @default null */
|
|
21538
|
-
Anon_bb5d3c3618df: components["schemas"]["Anon_647f607e81dc"];
|
|
21539
|
-
Anon_647f607e81dc: number | null;
|
|
21540
|
-
/** @default null */
|
|
21541
|
-
Anon_bb5d3c3618df_1: components["schemas"]["Anon_647f607e81dc_1"];
|
|
21542
|
-
Anon_647f607e81dc_1: number | null;
|
|
21543
|
-
/** @enum {string} */
|
|
21544
|
-
Anon_675378a1dff6: "plan" | "addon" | "override" | "trial";
|
|
21545
|
-
Anon_57796118d046_55: string;
|
|
21546
|
-
Anon_3d3fd40aec74_2: components["schemas"]["Anon_33527092b4d7_2"];
|
|
21547
|
-
Anon_33527092b4d7_2: number;
|
|
21548
21392
|
Anon_fb248bf5a9f7_28: string;
|
|
21549
21393
|
Anon_4c26b3baab05_26: components["schemas"]["Anon_52ba84a4bbf3_1"];
|
|
21550
21394
|
Anon_af12d548dbee_27: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
21551
21395
|
Anon_ee9224780226_7: components["schemas"]["Anon_853cc883e392_1"];
|
|
21552
21396
|
/** @default false */
|
|
21553
|
-
|
|
21554
|
-
|
|
21397
|
+
Anon_062d958a93c4_9: components["schemas"]["Anon_7cb541e84f22_47"];
|
|
21398
|
+
Anon_7cb541e84f22_47: boolean;
|
|
21555
21399
|
/** @default [] */
|
|
21556
21400
|
Anon_f8dbfffc0ce2_24: components["schemas"]["Anon_681004346c78_27"];
|
|
21557
21401
|
Anon_681004346c78_27: string[];
|
|
21558
|
-
|
|
21402
|
+
Anon_f27cb44c32f6_25: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21559
21403
|
Anon_fb248bf5a9f7_29: string;
|
|
21560
21404
|
Anon_af12d548dbee_28: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
21561
|
-
|
|
21405
|
+
Anon_57796118d046_52: string;
|
|
21562
21406
|
/** @default null */
|
|
21563
|
-
|
|
21564
|
-
|
|
21407
|
+
Anon_f7fb9744a6e4_18: components["schemas"]["Anon_f090cb615c84_35"];
|
|
21408
|
+
Anon_f090cb615c84_35: string | null;
|
|
21565
21409
|
/** @enum {string} */
|
|
21566
21410
|
Anon_38f88e5475e4_1: "user" | "plan" | "usage" | "trial" | "billing" | "promotion" | "custom";
|
|
21567
21411
|
/** @default null */
|
|
21568
|
-
|
|
21569
|
-
|
|
21412
|
+
Anon_f7fb9744a6e4_19: components["schemas"]["Anon_f090cb615c84_36"];
|
|
21413
|
+
Anon_f090cb615c84_36: string | null;
|
|
21570
21414
|
/** @default null */
|
|
21571
|
-
|
|
21572
|
-
|
|
21415
|
+
Anon_f7fb9744a6e4_20: components["schemas"]["Anon_f090cb615c84_37"];
|
|
21416
|
+
Anon_f090cb615c84_37: string | null;
|
|
21573
21417
|
/** @default {} */
|
|
21574
21418
|
Anon_72084ba72159_1: components["schemas"]["Anon_86408dfcaaac_3"];
|
|
21575
21419
|
Anon_86408dfcaaac_3: {
|
|
@@ -21578,41 +21422,41 @@ interface components {
|
|
|
21578
21422
|
/** @default null */
|
|
21579
21423
|
Anon_79523fea611b_1: components["schemas"]["Anon_a471eaae5f65_1"];
|
|
21580
21424
|
Anon_a471eaae5f65_1: ("string" | "number" | "currency" | "percentage" | "date") | null;
|
|
21581
|
-
|
|
21425
|
+
Anon_f27cb44c32f6_26: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21582
21426
|
Anon_2457cccd64aa_8: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
21583
|
-
|
|
21427
|
+
Anon_57796118d046_53: string;
|
|
21584
21428
|
/** @default false */
|
|
21585
|
-
|
|
21586
|
-
|
|
21429
|
+
Anon_062d958a93c4_10: components["schemas"]["Anon_7cb541e84f22_48"];
|
|
21430
|
+
Anon_7cb541e84f22_48: boolean;
|
|
21587
21431
|
/** @default not_started */
|
|
21588
21432
|
Anon_3150913876f5: components["schemas"]["OnboardingState"];
|
|
21589
21433
|
/** @default false */
|
|
21590
|
-
Anon_4dc549443053_2: components["schemas"]["
|
|
21434
|
+
Anon_4dc549443053_2: components["schemas"]["Anon_7cb541e84f22_49"];
|
|
21435
|
+
Anon_7cb541e84f22_49: boolean;
|
|
21436
|
+
/** @default false */
|
|
21437
|
+
Anon_4dc549443053_3: components["schemas"]["Anon_7cb541e84f22_50"];
|
|
21591
21438
|
Anon_7cb541e84f22_50: boolean;
|
|
21592
21439
|
/** @default false */
|
|
21593
|
-
|
|
21440
|
+
Anon_4dc549443053_4: components["schemas"]["Anon_7cb541e84f22_51"];
|
|
21594
21441
|
Anon_7cb541e84f22_51: boolean;
|
|
21595
21442
|
/** @default false */
|
|
21596
|
-
|
|
21443
|
+
Anon_4dc549443053_5: components["schemas"]["Anon_7cb541e84f22_52"];
|
|
21597
21444
|
Anon_7cb541e84f22_52: boolean;
|
|
21598
21445
|
/** @default false */
|
|
21599
|
-
|
|
21446
|
+
Anon_4dc549443053_6: components["schemas"]["Anon_7cb541e84f22_53"];
|
|
21600
21447
|
Anon_7cb541e84f22_53: boolean;
|
|
21601
|
-
/** @default
|
|
21602
|
-
|
|
21448
|
+
/** @default true */
|
|
21449
|
+
Anon_493deecc809a_10: components["schemas"]["Anon_7cb541e84f22_54"];
|
|
21603
21450
|
Anon_7cb541e84f22_54: boolean;
|
|
21604
21451
|
/** @default true */
|
|
21605
|
-
|
|
21452
|
+
Anon_493deecc809a_11: components["schemas"]["Anon_7cb541e84f22_55"];
|
|
21606
21453
|
Anon_7cb541e84f22_55: boolean;
|
|
21607
21454
|
/** @default true */
|
|
21608
|
-
|
|
21455
|
+
Anon_493deecc809a_12: components["schemas"]["Anon_7cb541e84f22_56"];
|
|
21609
21456
|
Anon_7cb541e84f22_56: boolean;
|
|
21610
|
-
/** @default true */
|
|
21611
|
-
Anon_493deecc809a_12: components["schemas"]["Anon_7cb541e84f22_57"];
|
|
21612
|
-
Anon_7cb541e84f22_57: boolean;
|
|
21613
21457
|
/** @default false */
|
|
21614
|
-
|
|
21615
|
-
|
|
21458
|
+
Anon_062d958a93c4_11: components["schemas"]["Anon_7cb541e84f22_57"];
|
|
21459
|
+
Anon_7cb541e84f22_57: boolean;
|
|
21616
21460
|
/** @default USD */
|
|
21617
21461
|
Anon_64586219ef83: components["schemas"]["Anon_9b3712d35cb1_4"];
|
|
21618
21462
|
Anon_9b3712d35cb1_4: string;
|
|
@@ -21620,11 +21464,11 @@ interface components {
|
|
|
21620
21464
|
Anon_8cafa8111e97: components["schemas"]["Anon_e885ffecdf91_1"];
|
|
21621
21465
|
/** @enum {string} */
|
|
21622
21466
|
Anon_e885ffecdf91_1: "inclusive" | "exclusive" | "unspecified";
|
|
21623
|
-
Anon_ab2e66feb54d: components["schemas"]["
|
|
21624
|
-
|
|
21625
|
-
|
|
21467
|
+
Anon_ab2e66feb54d: components["schemas"]["Anon_00404e686415_61"];
|
|
21468
|
+
Anon_00404e686415_61: string;
|
|
21469
|
+
Anon_f27cb44c32f6_27: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21626
21470
|
Anon_2457cccd64aa_9: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
21627
|
-
|
|
21471
|
+
Anon_57796118d046_54: string;
|
|
21628
21472
|
Anon_3b8fc1cd9e8b_2: string;
|
|
21629
21473
|
/** @default sum */
|
|
21630
21474
|
Anon_b5e0b68a9ffd_1: components["schemas"]["Anon_830a3c3d0f65_1"];
|
|
@@ -21635,15 +21479,15 @@ interface components {
|
|
|
21635
21479
|
/** @enum {string} */
|
|
21636
21480
|
Anon_6a95057a60d9_1: "none" | "daily" | "weekly" | "monthly" | "yearly";
|
|
21637
21481
|
/** @default null */
|
|
21638
|
-
|
|
21639
|
-
|
|
21482
|
+
Anon_f7fb9744a6e4_21: components["schemas"]["Anon_f090cb615c84_38"];
|
|
21483
|
+
Anon_f090cb615c84_38: string | null;
|
|
21640
21484
|
/** @default true */
|
|
21641
|
-
Anon_493deecc809a_13: components["schemas"]["
|
|
21642
|
-
|
|
21643
|
-
|
|
21485
|
+
Anon_493deecc809a_13: components["schemas"]["Anon_7cb541e84f22_58"];
|
|
21486
|
+
Anon_7cb541e84f22_58: boolean;
|
|
21487
|
+
Anon_f27cb44c32f6_28: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21644
21488
|
Anon_fb248bf5a9f7_30: string;
|
|
21645
21489
|
Anon_2457cccd64aa_10: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
21646
|
-
|
|
21490
|
+
Anon_57796118d046_55: string;
|
|
21647
21491
|
/** @default 80 */
|
|
21648
21492
|
Anon_8f99b8bcf1bc_1: components["schemas"]["Anon_1ef289951720_5"];
|
|
21649
21493
|
Anon_1ef289951720_5: number;
|
|
@@ -21665,8 +21509,8 @@ interface components {
|
|
|
21665
21509
|
Anon_409e3500a87a_1: components["schemas"]["Anon_c59f38ec05ae_1"];
|
|
21666
21510
|
Anon_c59f38ec05ae_1: ("email" | "in_app" | "webhook")[];
|
|
21667
21511
|
/** @default true */
|
|
21668
|
-
Anon_493deecc809a_14: components["schemas"]["
|
|
21669
|
-
|
|
21512
|
+
Anon_493deecc809a_14: components["schemas"]["Anon_7cb541e84f22_59"];
|
|
21513
|
+
Anon_7cb541e84f22_59: boolean;
|
|
21670
21514
|
Anon_fb248bf5a9f7_31: string;
|
|
21671
21515
|
Anon_2457cccd64aa_11: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
21672
21516
|
/** @default null */
|
|
@@ -21675,11 +21519,11 @@ interface components {
|
|
|
21675
21519
|
/** @default [] */
|
|
21676
21520
|
Anon_c13cc3185eb9: components["schemas"]["Anon_895323e9481a"];
|
|
21677
21521
|
Anon_895323e9481a: components["schemas"]["PlacementSettingsCapRuleOutput"][];
|
|
21678
|
-
|
|
21522
|
+
Anon_57796118d046_56: string;
|
|
21679
21523
|
Anon_e730b96dfff2: components["schemas"]["PlacementSettingsCapRuleGroupItemOutput"][];
|
|
21680
21524
|
/** @enum {string} */
|
|
21681
21525
|
Anon_fc6def941f46_1: "template" | "slot";
|
|
21682
|
-
|
|
21526
|
+
Anon_57796118d046_57: string;
|
|
21683
21527
|
Anon_4e04ec5cc4e6_16: components["schemas"]["Anon_9ac136edb99a_24"];
|
|
21684
21528
|
Anon_9ac136edb99a_24: string;
|
|
21685
21529
|
Anon_c65e883b4e4a: {
|
|
@@ -21701,24 +21545,24 @@ interface components {
|
|
|
21701
21545
|
Anon_e476f3352599: components["schemas"]["Anon_55e8f49b5e3d_1"];
|
|
21702
21546
|
Anon_55e8f49b5e3d_1: ("hour" | "day" | "week" | "month" | "session") | null;
|
|
21703
21547
|
/** @default false */
|
|
21548
|
+
Anon_062d958a93c4_12: components["schemas"]["Anon_7cb541e84f22_60"];
|
|
21549
|
+
Anon_7cb541e84f22_60: boolean;
|
|
21550
|
+
/** @default false */
|
|
21704
21551
|
Anon_062d958a93c4_13: components["schemas"]["Anon_7cb541e84f22_61"];
|
|
21705
21552
|
Anon_7cb541e84f22_61: boolean;
|
|
21706
21553
|
/** @default false */
|
|
21707
21554
|
Anon_062d958a93c4_14: components["schemas"]["Anon_7cb541e84f22_62"];
|
|
21708
21555
|
Anon_7cb541e84f22_62: boolean;
|
|
21709
|
-
/** @default false */
|
|
21710
|
-
Anon_062d958a93c4_15: components["schemas"]["Anon_7cb541e84f22_63"];
|
|
21711
|
-
Anon_7cb541e84f22_63: boolean;
|
|
21712
21556
|
/** @default highest_priority */
|
|
21713
21557
|
Anon_54bb39acf789: components["schemas"]["Anon_be07849383a6_1"];
|
|
21714
21558
|
/** @enum {string} */
|
|
21715
21559
|
Anon_be07849383a6_1: "highest_priority" | "most_recent" | "random";
|
|
21716
21560
|
Anon_d1719c72541d: components["schemas"]["ChangeLogAction"];
|
|
21717
21561
|
Anon_3b8fc1cd9e8b_3: string;
|
|
21718
|
-
|
|
21562
|
+
Anon_57796118d046_58: string;
|
|
21719
21563
|
Anon_1f4f12b25127: components["schemas"]["Anon_603c6e9671b0"];
|
|
21720
21564
|
Anon_603c6e9671b0: string;
|
|
21721
|
-
|
|
21565
|
+
Anon_57796118d046_59: string;
|
|
21722
21566
|
Anon_c6e58e102591: components["schemas"]["Anon_074ff710e739"];
|
|
21723
21567
|
/** Format: email */
|
|
21724
21568
|
Anon_074ff710e739: string;
|
|
@@ -21733,51 +21577,51 @@ interface components {
|
|
|
21733
21577
|
};
|
|
21734
21578
|
Anon_796ec99afe20_7: components["schemas"]["Anon_333f67ffab65_7"];
|
|
21735
21579
|
Anon_333f67ffab65_7: string;
|
|
21736
|
-
|
|
21737
|
-
|
|
21738
|
-
|
|
21580
|
+
Anon_f27cb44c32f6_29: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21581
|
+
Anon_57796118d046_60: string;
|
|
21582
|
+
Anon_127eb78cd9c0: string;
|
|
21739
21583
|
Anon_ff8cc8201c59: number;
|
|
21740
21584
|
/** @default null */
|
|
21741
|
-
Anon_3840a7694f3b: components["schemas"]["
|
|
21742
|
-
|
|
21585
|
+
Anon_3840a7694f3b: components["schemas"]["Anon_647f607e81dc"];
|
|
21586
|
+
Anon_647f607e81dc: number | null;
|
|
21743
21587
|
/** @default null */
|
|
21744
|
-
|
|
21745
|
-
|
|
21746
|
-
|
|
21588
|
+
Anon_bb5d3c3618df: components["schemas"]["Anon_647f607e81dc_1"];
|
|
21589
|
+
Anon_647f607e81dc_1: number | null;
|
|
21590
|
+
Anon_127eb78cd9c0_1: string;
|
|
21747
21591
|
/** @default count */
|
|
21748
21592
|
Anon_95dc54c503c7: components["schemas"]["Anon_223debf7873e"];
|
|
21749
21593
|
/** @enum {string} */
|
|
21750
21594
|
Anon_223debf7873e: "count" | "cents" | "percent" | "ratio" | "seconds";
|
|
21751
|
-
|
|
21752
|
-
|
|
21595
|
+
Anon_127eb78cd9c0_2: string;
|
|
21596
|
+
Anon_127eb78cd9c0_3: string;
|
|
21753
21597
|
Anon_274ba4ca49d5_8: number;
|
|
21754
21598
|
Anon_274ba4ca49d5_9: number;
|
|
21755
21599
|
Anon_274ba4ca49d5_10: number;
|
|
21756
21600
|
Anon_391e8f2f18f6_1: number;
|
|
21757
21601
|
Anon_391e8f2f18f6_2: number;
|
|
21758
21602
|
Anon_60b8dbf9476e: number;
|
|
21759
|
-
|
|
21603
|
+
Anon_127eb78cd9c0_4: string;
|
|
21760
21604
|
Anon_60b8dbf9476e_1: number;
|
|
21761
21605
|
Anon_60b8dbf9476e_2: number;
|
|
21762
21606
|
Anon_60b8dbf9476e_3: number;
|
|
21763
21607
|
Anon_60b8dbf9476e_4: number;
|
|
21764
21608
|
Anon_60b8dbf9476e_5: number;
|
|
21765
21609
|
Anon_1d3b0f8e5641: number;
|
|
21766
|
-
|
|
21610
|
+
Anon_127eb78cd9c0_5: string;
|
|
21767
21611
|
Anon_274ba4ca49d5_11: number;
|
|
21768
21612
|
Anon_274ba4ca49d5_12: number;
|
|
21769
21613
|
Anon_2b7ce0f730b2: number;
|
|
21770
21614
|
Anon_60b8dbf9476e_6: number;
|
|
21771
|
-
|
|
21772
|
-
|
|
21615
|
+
Anon_127eb78cd9c0_6: string;
|
|
21616
|
+
Anon_127eb78cd9c0_7: string;
|
|
21773
21617
|
Anon_274ba4ca49d5_13: number;
|
|
21774
21618
|
Anon_2b7ce0f730b2_1: number;
|
|
21775
21619
|
Anon_2b7ce0f730b2_2: number;
|
|
21776
21620
|
/** @enum {string} */
|
|
21777
21621
|
Anon_a47531460a58: "plan_drift" | "entitlement_drift" | "usage_anomaly" | "revenue_anomaly";
|
|
21778
21622
|
Anon_f7452ebec2a5: components["schemas"]["Severity"];
|
|
21779
|
-
|
|
21780
|
-
|
|
21623
|
+
Anon_57796118d046_61: string;
|
|
21624
|
+
Anon_57796118d046_62: string;
|
|
21781
21625
|
Anon_6cc12bbf3150: string;
|
|
21782
21626
|
Anon_3a2fdca66cfe: components["schemas"]["Anon_44136fa355b3_2"];
|
|
21783
21627
|
Anon_44136fa355b3_2: unknown;
|
|
@@ -21787,27 +21631,27 @@ interface components {
|
|
|
21787
21631
|
Anon_2aa59aec1f23_6: components["schemas"]["Anon_97cc9ecfdea9_32"];
|
|
21788
21632
|
Anon_97cc9ecfdea9_32: number;
|
|
21789
21633
|
/** @default false */
|
|
21790
|
-
|
|
21791
|
-
|
|
21792
|
-
|
|
21793
|
-
|
|
21634
|
+
Anon_062d958a93c4_15: components["schemas"]["Anon_7cb541e84f22_63"];
|
|
21635
|
+
Anon_7cb541e84f22_63: boolean;
|
|
21636
|
+
Anon_711dc9708535_15: components["schemas"]["Anon_11c9ad639448_1"];
|
|
21637
|
+
Anon_f27cb44c32f6_30: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21794
21638
|
/** @enum {string} */
|
|
21795
21639
|
Anon_8c68e568f311: "usage_threshold" | "revenue_drop" | "conversion_drop" | "experiment_significance" | "drift_detected" | "custom";
|
|
21796
21640
|
Anon_f7452ebec2a5_1: components["schemas"]["Severity"];
|
|
21797
21641
|
Anon_f7f3658e6095_1: string;
|
|
21798
21642
|
Anon_529174cd85fc_1: string;
|
|
21643
|
+
Anon_96f9066c2fdc_58: components["schemas"]["Anon_00404e686415_62"];
|
|
21644
|
+
Anon_00404e686415_62: string;
|
|
21799
21645
|
Anon_96f9066c2fdc_59: components["schemas"]["Anon_00404e686415_63"];
|
|
21800
21646
|
Anon_00404e686415_63: string;
|
|
21801
|
-
Anon_96f9066c2fdc_60: components["schemas"]["Anon_00404e686415_64"];
|
|
21802
|
-
Anon_00404e686415_64: string;
|
|
21803
21647
|
/** @default false */
|
|
21804
|
-
|
|
21805
|
-
|
|
21806
|
-
|
|
21648
|
+
Anon_062d958a93c4_16: components["schemas"]["Anon_7cb541e84f22_64"];
|
|
21649
|
+
Anon_7cb541e84f22_64: boolean;
|
|
21650
|
+
Anon_711dc9708535_16: components["schemas"]["Anon_11c9ad639448_1"];
|
|
21807
21651
|
/** @default null */
|
|
21808
|
-
|
|
21809
|
-
|
|
21810
|
-
|
|
21652
|
+
Anon_f7fb9744a6e4_22: components["schemas"]["Anon_f090cb615c84_39"];
|
|
21653
|
+
Anon_f090cb615c84_39: string | null;
|
|
21654
|
+
Anon_f27cb44c32f6_31: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21811
21655
|
Anon_0c649f0987df: string;
|
|
21812
21656
|
Anon_58595c887e8e: components["schemas"]["AnalyticsCatalogSource"];
|
|
21813
21657
|
Anon_e077e17ea982_6: components["schemas"]["Anon_02ecf48bed22_6"];
|
|
@@ -21857,8 +21701,8 @@ interface components {
|
|
|
21857
21701
|
Anon_7587b25862b7: components["schemas"]["Anon_9ae2c7f4489d"];
|
|
21858
21702
|
Anon_9ae2c7f4489d: components["schemas"]["Anon_c8d24748191b"][];
|
|
21859
21703
|
/** @default false */
|
|
21860
|
-
|
|
21861
|
-
|
|
21704
|
+
Anon_062d958a93c4_17: components["schemas"]["Anon_7cb541e84f22_65"];
|
|
21705
|
+
Anon_7cb541e84f22_65: boolean;
|
|
21862
21706
|
Anon_8f09b448c37f_1: components["schemas"]["AnalyticsCatalogDeprecation"];
|
|
21863
21707
|
Anon_3f6610e7064e: components["schemas"]["AnalyticsCatalogMetric"][];
|
|
21864
21708
|
Anon_473e554f0735_5: components["schemas"]["Anon_c8d24748191b"];
|
|
@@ -21875,8 +21719,8 @@ interface components {
|
|
|
21875
21719
|
Anon_94839c0509bd: "number" | "currency" | "percent" | "duration";
|
|
21876
21720
|
Anon_c896ad2c01f0: components["schemas"]["Anon_9137e04166d3"];
|
|
21877
21721
|
Anon_9137e04166d3: number;
|
|
21878
|
-
Anon_fb9ddeea992e_8: components["schemas"]["
|
|
21879
|
-
|
|
21722
|
+
Anon_fb9ddeea992e_8: components["schemas"]["Anon_7cb541e84f22_66"];
|
|
21723
|
+
Anon_7cb541e84f22_66: boolean;
|
|
21880
21724
|
Anon_a3ffad10d15c_1: components["schemas"]["AnalyticsSourceScope"];
|
|
21881
21725
|
Anon_8f09b448c37f_2: components["schemas"]["AnalyticsCatalogDeprecation"];
|
|
21882
21726
|
Anon_0c649f0987df_1: string;
|
|
@@ -21948,11 +21792,11 @@ interface components {
|
|
|
21948
21792
|
Anon_cddf8275afa1_11: number;
|
|
21949
21793
|
Anon_cddf8275afa1_12: number;
|
|
21950
21794
|
/** @default false */
|
|
21795
|
+
Anon_062d958a93c4_18: components["schemas"]["Anon_7cb541e84f22_67"];
|
|
21796
|
+
Anon_7cb541e84f22_67: boolean;
|
|
21797
|
+
/** @default false */
|
|
21951
21798
|
Anon_062d958a93c4_19: components["schemas"]["Anon_7cb541e84f22_68"];
|
|
21952
21799
|
Anon_7cb541e84f22_68: boolean;
|
|
21953
|
-
/** @default false */
|
|
21954
|
-
Anon_062d958a93c4_20: components["schemas"]["Anon_7cb541e84f22_69"];
|
|
21955
|
-
Anon_7cb541e84f22_69: boolean;
|
|
21956
21800
|
/** @default all */
|
|
21957
21801
|
Anon_e4e72df2ab85: components["schemas"]["Anon_058312df93ef"];
|
|
21958
21802
|
Anon_058312df93ef: "all" | components["schemas"]["Anon_2b5910d5b25b_2"][];
|
|
@@ -22027,8 +21871,8 @@ interface components {
|
|
|
22027
21871
|
Anon_62bb63262a64: components["schemas"]["Anon_c38ae879d781"];
|
|
22028
21872
|
/** @enum {string} */
|
|
22029
21873
|
Anon_c38ae879d781: "none" | "top" | "right" | "bottom" | "left";
|
|
22030
|
-
Anon_fb9ddeea992e_9: components["schemas"]["
|
|
22031
|
-
|
|
21874
|
+
Anon_fb9ddeea992e_9: components["schemas"]["Anon_7cb541e84f22_69"];
|
|
21875
|
+
Anon_7cb541e84f22_69: boolean;
|
|
22032
21876
|
Anon_a80e45915805: components["schemas"]["Anon_b1a8074d3e23"];
|
|
22033
21877
|
Anon_b1a8074d3e23: components["schemas"]["Anon_ce3b9de28720"][];
|
|
22034
21878
|
Anon_ce3b9de28720: {
|
|
@@ -22118,32 +21962,32 @@ interface components {
|
|
|
22118
21962
|
Anon_af12d548dbee_29: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
22119
21963
|
/** @default active */
|
|
22120
21964
|
Anon_b32e38a3217a_1: components["schemas"]["TenantStatus"];
|
|
22121
|
-
|
|
21965
|
+
Anon_f27cb44c32f6_32: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
22122
21966
|
Anon_4c26b3baab05_28: components["schemas"]["Anon_52ba84a4bbf3_1"];
|
|
22123
21967
|
Anon_af12d548dbee_30: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
22124
21968
|
Anon_ee9224780226_8: components["schemas"]["Anon_853cc883e392_1"];
|
|
22125
21969
|
/** @default false */
|
|
22126
|
-
Anon_4dc549443053_7: components["schemas"]["
|
|
22127
|
-
|
|
21970
|
+
Anon_4dc549443053_7: components["schemas"]["Anon_7cb541e84f22_70"];
|
|
21971
|
+
Anon_7cb541e84f22_70: boolean;
|
|
22128
21972
|
/** @default active */
|
|
22129
21973
|
Anon_0dd6689843fe: components["schemas"]["EnvironmentStatus"];
|
|
22130
21974
|
/** @default null */
|
|
22131
|
-
Anon_7f83d3357e9c: components["schemas"]["
|
|
22132
|
-
|
|
21975
|
+
Anon_7f83d3357e9c: components["schemas"]["Anon_f090cb615c84_40"];
|
|
21976
|
+
Anon_f090cb615c84_40: string | null;
|
|
22133
21977
|
Anon_24a0ac3f017b: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22134
21978
|
/** @default null */
|
|
22135
21979
|
Anon_f11abbefcf83: components["schemas"]["Anon_c648138a0918_10"];
|
|
22136
21980
|
Anon_c648138a0918_10: number | null;
|
|
22137
21981
|
/** @default false */
|
|
21982
|
+
Anon_062d958a93c4_20: components["schemas"]["Anon_7cb541e84f22_71"];
|
|
21983
|
+
Anon_7cb541e84f22_71: boolean;
|
|
21984
|
+
/** @default false */
|
|
22138
21985
|
Anon_062d958a93c4_21: components["schemas"]["Anon_7cb541e84f22_72"];
|
|
22139
21986
|
Anon_7cb541e84f22_72: boolean;
|
|
22140
|
-
|
|
22141
|
-
|
|
22142
|
-
|
|
22143
|
-
|
|
22144
|
-
Anon_00404e686415_65: string;
|
|
22145
|
-
Anon_f27cb44c32f6_34: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
22146
|
-
Anon_57796118d046_67: string;
|
|
21987
|
+
Anon_96f9066c2fdc_60: components["schemas"]["Anon_00404e686415_64"];
|
|
21988
|
+
Anon_00404e686415_64: string;
|
|
21989
|
+
Anon_f27cb44c32f6_33: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21990
|
+
Anon_57796118d046_63: string;
|
|
22147
21991
|
Anon_4c26b3baab05_29: components["schemas"]["Anon_52ba84a4bbf3_1"];
|
|
22148
21992
|
Anon_e648d024ff54_1: components["schemas"]["Anon_60f70effff39_1"];
|
|
22149
21993
|
Anon_60f70effff39_1: string;
|
|
@@ -22152,16 +21996,16 @@ interface components {
|
|
|
22152
21996
|
/** @default [] */
|
|
22153
21997
|
Anon_f8dbfffc0ce2_25: components["schemas"]["Anon_681004346c78_28"];
|
|
22154
21998
|
Anon_681004346c78_28: string[];
|
|
22155
|
-
|
|
21999
|
+
Anon_57796118d046_64: string;
|
|
22156
22000
|
/** @default null */
|
|
22157
|
-
Anon_7f83d3357e9c_1: components["schemas"]["
|
|
22158
|
-
|
|
22001
|
+
Anon_7f83d3357e9c_1: components["schemas"]["Anon_f090cb615c84_41"];
|
|
22002
|
+
Anon_f090cb615c84_41: string | null;
|
|
22159
22003
|
/** @default null */
|
|
22160
|
-
Anon_7f83d3357e9c_2: components["schemas"]["
|
|
22161
|
-
|
|
22004
|
+
Anon_7f83d3357e9c_2: components["schemas"]["Anon_f090cb615c84_42"];
|
|
22005
|
+
Anon_f090cb615c84_42: string | null;
|
|
22162
22006
|
/** @default null */
|
|
22163
|
-
Anon_7f83d3357e9c_3: components["schemas"]["
|
|
22164
|
-
|
|
22007
|
+
Anon_7f83d3357e9c_3: components["schemas"]["Anon_f090cb615c84_43"];
|
|
22008
|
+
Anon_f090cb615c84_43: string | null;
|
|
22165
22009
|
Anon_24a0ac3f017b_1: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22166
22010
|
Anon_24a0ac3f017b_2: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22167
22011
|
Anon_24a0ac3f017b_3: components["schemas"]["Anon_11c9ad639448_1"];
|
|
@@ -22175,11 +22019,11 @@ interface components {
|
|
|
22175
22019
|
Anon_b32f11b2ff5e_8: components["schemas"]["Anon_97cc9ecfdea9_35"];
|
|
22176
22020
|
Anon_97cc9ecfdea9_35: number;
|
|
22177
22021
|
/** @default null */
|
|
22178
|
-
|
|
22179
|
-
|
|
22022
|
+
Anon_f7fb9744a6e4_23: components["schemas"]["Anon_f090cb615c84_44"];
|
|
22023
|
+
Anon_f090cb615c84_44: string | null;
|
|
22180
22024
|
/** @default null */
|
|
22181
|
-
|
|
22182
|
-
|
|
22025
|
+
Anon_f7fb9744a6e4_24: components["schemas"]["Anon_f090cb615c84_45"];
|
|
22026
|
+
Anon_f090cb615c84_45: string | null;
|
|
22183
22027
|
Anon_e648d024ff54_2: components["schemas"]["Anon_60f70effff39_2"];
|
|
22184
22028
|
Anon_60f70effff39_2: string;
|
|
22185
22029
|
Anon_e648d024ff54_3: components["schemas"]["Anon_60f70effff39_3"];
|
|
@@ -22190,21 +22034,21 @@ interface components {
|
|
|
22190
22034
|
[key: string]: unknown;
|
|
22191
22035
|
} | null;
|
|
22192
22036
|
/** @default null */
|
|
22193
|
-
Anon_7f83d3357e9c_4: components["schemas"]["
|
|
22194
|
-
|
|
22195
|
-
|
|
22196
|
-
|
|
22037
|
+
Anon_7f83d3357e9c_4: components["schemas"]["Anon_f090cb615c84_46"];
|
|
22038
|
+
Anon_f090cb615c84_46: string | null;
|
|
22039
|
+
Anon_f27cb44c32f6_34: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
22040
|
+
Anon_127eb78cd9c0_8: string;
|
|
22197
22041
|
Anon_274ba4ca49d5_17: number;
|
|
22198
22042
|
Anon_274ba4ca49d5_18: number;
|
|
22199
22043
|
Anon_274ba4ca49d5_19: number;
|
|
22200
22044
|
/** Format: date-time */
|
|
22201
22045
|
Anon_3c179513a5d9_3: string;
|
|
22202
|
-
|
|
22046
|
+
Anon_127eb78cd9c0_9: string;
|
|
22203
22047
|
Anon_9d85ce48d708: components["schemas"]["PlaybookVersionEntrySummary"][];
|
|
22204
|
-
|
|
22205
|
-
|
|
22206
|
-
|
|
22207
|
-
|
|
22048
|
+
Anon_127eb78cd9c0_10: string;
|
|
22049
|
+
Anon_127eb78cd9c0_11: string;
|
|
22050
|
+
Anon_96f9066c2fdc_61: components["schemas"]["Anon_00404e686415_65"];
|
|
22051
|
+
Anon_00404e686415_65: string;
|
|
22208
22052
|
/** @enum {string} */
|
|
22209
22053
|
Anon_2dd4ddc8b727: "create" | "update" | "delete";
|
|
22210
22054
|
Anon_a2b04841bdf1_3: boolean;
|
|
@@ -22218,7 +22062,7 @@ interface components {
|
|
|
22218
22062
|
/** @default active */
|
|
22219
22063
|
Anon_669ca3b468dc: components["schemas"]["ApiKeyStatus"];
|
|
22220
22064
|
Anon_24a0ac3f017b_4: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22221
|
-
|
|
22065
|
+
Anon_711dc9708535_17: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22222
22066
|
Anon_3b8fc1cd9e8b_4: string;
|
|
22223
22067
|
/** @default boolean */
|
|
22224
22068
|
Anon_95bcb0caba53_1: components["schemas"]["FlagValueType"];
|
|
@@ -22227,8 +22071,8 @@ interface components {
|
|
|
22227
22071
|
Anon_1c33d69dbfa9_1: string;
|
|
22228
22072
|
Anon_ee9224780226_9: components["schemas"]["Anon_853cc883e392_1"];
|
|
22229
22073
|
/** @default true */
|
|
22230
|
-
Anon_493deecc809a_15: components["schemas"]["
|
|
22231
|
-
|
|
22074
|
+
Anon_493deecc809a_15: components["schemas"]["Anon_7cb541e84f22_73"];
|
|
22075
|
+
Anon_7cb541e84f22_73: boolean;
|
|
22232
22076
|
Anon_872e58432369_5: string;
|
|
22233
22077
|
/** @default null */
|
|
22234
22078
|
Anon_7dbd1de5e9ee: components["schemas"]["Anon_39a43881005e_2"];
|
|
@@ -22260,27 +22104,27 @@ interface components {
|
|
|
22260
22104
|
Anon_26f9ae47e188: components["schemas"]["Anon_f5f914e20719_1"];
|
|
22261
22105
|
Anon_f5f914e20719_1: string | null;
|
|
22262
22106
|
/** @default false */
|
|
22263
|
-
|
|
22264
|
-
|
|
22107
|
+
Anon_062d958a93c4_22: components["schemas"]["Anon_7cb541e84f22_74"];
|
|
22108
|
+
Anon_7cb541e84f22_74: boolean;
|
|
22265
22109
|
/** @default [] */
|
|
22266
22110
|
Anon_39888a32a8f7: components["schemas"]["Anon_7618621a871f_1"];
|
|
22267
22111
|
Anon_7618621a871f_1: string[];
|
|
22268
22112
|
/** @default false */
|
|
22269
|
-
|
|
22270
|
-
|
|
22113
|
+
Anon_062d958a93c4_23: components["schemas"]["Anon_7cb541e84f22_75"];
|
|
22114
|
+
Anon_7cb541e84f22_75: boolean;
|
|
22271
22115
|
Anon_3b8fc1cd9e8b_5: string;
|
|
22272
22116
|
Anon_872e58432369_6: string;
|
|
22273
22117
|
/** @default false */
|
|
22274
|
-
|
|
22275
|
-
|
|
22118
|
+
Anon_062d958a93c4_24: components["schemas"]["Anon_7cb541e84f22_76"];
|
|
22119
|
+
Anon_7cb541e84f22_76: boolean;
|
|
22276
22120
|
Anon_24a0ac3f017b_5: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22277
22121
|
/** @default production */
|
|
22278
22122
|
Anon_a2f8ac1ffbf6: components["schemas"]["Anon_9ac136edb99a_25"];
|
|
22279
22123
|
Anon_9ac136edb99a_25: string;
|
|
22280
22124
|
Anon_a607427cce0b: components["schemas"]["AuditActorType"];
|
|
22281
22125
|
/** @default null */
|
|
22282
|
-
|
|
22283
|
-
|
|
22126
|
+
Anon_f7fb9744a6e4_25: components["schemas"]["Anon_f090cb615c84_47"];
|
|
22127
|
+
Anon_f090cb615c84_47: string | null;
|
|
22284
22128
|
Anon_cd76cef95ac8_5: string;
|
|
22285
22129
|
/** @default null */
|
|
22286
22130
|
Anon_c8b3e7377e39: components["schemas"]["Anon_287e7044ce74"];
|
|
@@ -22294,7 +22138,7 @@ interface components {
|
|
|
22294
22138
|
[key: string]: unknown;
|
|
22295
22139
|
} | null;
|
|
22296
22140
|
/** Format: date-time */
|
|
22297
|
-
|
|
22141
|
+
Anon_be3e2585472d_7: string;
|
|
22298
22142
|
Anon_2457cccd64aa_12: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
22299
22143
|
Anon_872e58432369_7: string;
|
|
22300
22144
|
/** @default user_id */
|
|
@@ -22302,10 +22146,10 @@ interface components {
|
|
|
22302
22146
|
/** @default null */
|
|
22303
22147
|
Anon_519dcb817ac7: components["schemas"]["Anon_4dc643733e70_1"];
|
|
22304
22148
|
Anon_4dc643733e70_1: string | null;
|
|
22305
|
-
|
|
22149
|
+
Anon_127eb78cd9c0_12: string;
|
|
22306
22150
|
Anon_274ba4ca49d5_22: number;
|
|
22307
22151
|
Anon_0b2583b9b222: components["schemas"]["IngestedEvent"][];
|
|
22308
|
-
|
|
22152
|
+
Anon_57796118d046_65: string;
|
|
22309
22153
|
/** @default sdk */
|
|
22310
22154
|
Anon_eabbbb727ad3: components["schemas"]["EventSource"];
|
|
22311
22155
|
Anon_4e04ec5cc4e6_17: components["schemas"]["Anon_9ac136edb99a_26"];
|
|
@@ -22316,7 +22160,7 @@ interface components {
|
|
|
22316
22160
|
Anon_9ac136edb99a_28: string;
|
|
22317
22161
|
/** Format: date-time */
|
|
22318
22162
|
Anon_3c179513a5d9_4: string;
|
|
22319
|
-
|
|
22163
|
+
Anon_57796118d046_66: string;
|
|
22320
22164
|
/** @default {} */
|
|
22321
22165
|
Anon_5142f8473790_13: components["schemas"]["Anon_c65c1fbd5acf_21"];
|
|
22322
22166
|
Anon_c65c1fbd5acf_21: {
|
|
@@ -22333,8 +22177,8 @@ interface components {
|
|
|
22333
22177
|
Anon_492895348dbd_7: number;
|
|
22334
22178
|
Anon_492895348dbd_8: number;
|
|
22335
22179
|
Anon_a2b04841bdf1_5: boolean;
|
|
22336
|
-
|
|
22337
|
-
|
|
22180
|
+
Anon_57796118d046_67: string;
|
|
22181
|
+
Anon_57796118d046_68: string;
|
|
22338
22182
|
Anon_cb4b0a4af297_1: components["schemas"]["WebhookEventSource"];
|
|
22339
22183
|
/** @default {} */
|
|
22340
22184
|
Anon_5142f8473790_15: components["schemas"]["Anon_c65c1fbd5acf_23"];
|
|
@@ -22346,22 +22190,22 @@ interface components {
|
|
|
22346
22190
|
Anon_e077e17ea982_7: components["schemas"]["Anon_02ecf48bed22_7"];
|
|
22347
22191
|
/** Format: date-time */
|
|
22348
22192
|
Anon_02ecf48bed22_7: string;
|
|
22349
|
-
|
|
22350
|
-
|
|
22351
|
-
|
|
22193
|
+
Anon_96f9066c2fdc_62: components["schemas"]["Anon_00404e686415_66"];
|
|
22194
|
+
Anon_00404e686415_66: string;
|
|
22195
|
+
Anon_761f976a1da1_9: string;
|
|
22352
22196
|
Anon_6c3968aac2bb_1: components["schemas"]["Anon_904af497346b_1"];
|
|
22353
22197
|
Anon_904af497346b_1: string | null;
|
|
22354
22198
|
Anon_f9502b6f3e14_1: components["schemas"]["Anon_39a43881005e_3"];
|
|
22355
22199
|
Anon_39a43881005e_3: string | null;
|
|
22356
|
-
|
|
22357
|
-
|
|
22200
|
+
Anon_96f9066c2fdc_63: components["schemas"]["Anon_00404e686415_67"];
|
|
22201
|
+
Anon_00404e686415_67: string;
|
|
22358
22202
|
Anon_4e04ec5cc4e6_18: components["schemas"]["Anon_9ac136edb99a_29"];
|
|
22359
22203
|
Anon_9ac136edb99a_29: string;
|
|
22360
22204
|
Anon_f104771c9d3e: components["schemas"]["UserPlanContextOutput"];
|
|
22361
|
-
|
|
22362
|
-
|
|
22363
|
-
|
|
22364
|
-
|
|
22205
|
+
Anon_57796118d046_69: string;
|
|
22206
|
+
Anon_57796118d046_70: string;
|
|
22207
|
+
Anon_96f9066c2fdc_64: components["schemas"]["Anon_00404e686415_68"];
|
|
22208
|
+
Anon_00404e686415_68: string;
|
|
22365
22209
|
Anon_420b7fe77e22_1: components["schemas"]["Anon_4b89646ddc87_1"];
|
|
22366
22210
|
/** @enum {string} */
|
|
22367
22211
|
Anon_4b89646ddc87_1: "monthly" | "annual" | "none";
|
|
@@ -22370,19 +22214,19 @@ interface components {
|
|
|
22370
22214
|
Anon_405406c799d8: {
|
|
22371
22215
|
[key: string]: components["schemas"]["UserUsageEntryOutput"];
|
|
22372
22216
|
};
|
|
22373
|
-
|
|
22374
|
-
|
|
22217
|
+
Anon_57796118d046_71: string;
|
|
22218
|
+
Anon_57796118d046_72: string;
|
|
22375
22219
|
Anon_391e8f2f18f6_3: number;
|
|
22376
|
-
|
|
22377
|
-
|
|
22378
|
-
|
|
22379
|
-
|
|
22220
|
+
Anon_3d3fd40aec74_1: components["schemas"]["Anon_33527092b4d7_1"];
|
|
22221
|
+
Anon_33527092b4d7_1: number;
|
|
22222
|
+
Anon_96f9066c2fdc_65: components["schemas"]["Anon_00404e686415_69"];
|
|
22223
|
+
Anon_00404e686415_69: string;
|
|
22380
22224
|
Anon_62987609f086: components["schemas"]["UserTrialStatusOutput"];
|
|
22381
22225
|
Anon_a2b04841bdf1_6: boolean;
|
|
22226
|
+
Anon_96f9066c2fdc_66: components["schemas"]["Anon_00404e686415_70"];
|
|
22227
|
+
Anon_00404e686415_70: string;
|
|
22382
22228
|
Anon_96f9066c2fdc_67: components["schemas"]["Anon_00404e686415_71"];
|
|
22383
22229
|
Anon_00404e686415_71: string;
|
|
22384
|
-
Anon_96f9066c2fdc_68: components["schemas"]["Anon_00404e686415_72"];
|
|
22385
|
-
Anon_00404e686415_72: string;
|
|
22386
22230
|
Anon_16928ec813e2_1: components["schemas"]["Anon_886f5eedb252_1"];
|
|
22387
22231
|
/** @enum {string} */
|
|
22388
22232
|
Anon_886f5eedb252_1: "active" | "running_out" | "expired" | "converted" | "none";
|
|
@@ -22395,18 +22239,18 @@ interface components {
|
|
|
22395
22239
|
Anon_97cc9ecfdea9_36: number;
|
|
22396
22240
|
Anon_7e1e37293611_13: components["schemas"]["Anon_97cc9ecfdea9_37"];
|
|
22397
22241
|
Anon_97cc9ecfdea9_37: number;
|
|
22398
|
-
|
|
22399
|
-
|
|
22242
|
+
Anon_96f9066c2fdc_68: components["schemas"]["Anon_00404e686415_72"];
|
|
22243
|
+
Anon_00404e686415_72: string;
|
|
22400
22244
|
Anon_7e1e37293611_14: components["schemas"]["Anon_97cc9ecfdea9_38"];
|
|
22401
22245
|
Anon_97cc9ecfdea9_38: number;
|
|
22402
22246
|
Anon_7e1e37293611_15: components["schemas"]["Anon_97cc9ecfdea9_39"];
|
|
22403
22247
|
Anon_97cc9ecfdea9_39: number;
|
|
22404
22248
|
Anon_7e1e37293611_16: components["schemas"]["Anon_97cc9ecfdea9_40"];
|
|
22405
22249
|
Anon_97cc9ecfdea9_40: number;
|
|
22406
|
-
Anon_fb9ddeea992e_10: components["schemas"]["
|
|
22250
|
+
Anon_fb9ddeea992e_10: components["schemas"]["Anon_7cb541e84f22_77"];
|
|
22251
|
+
Anon_7cb541e84f22_77: boolean;
|
|
22252
|
+
Anon_fb9ddeea992e_11: components["schemas"]["Anon_7cb541e84f22_78"];
|
|
22407
22253
|
Anon_7cb541e84f22_78: boolean;
|
|
22408
|
-
Anon_fb9ddeea992e_11: components["schemas"]["Anon_7cb541e84f22_79"];
|
|
22409
|
-
Anon_7cb541e84f22_79: boolean;
|
|
22410
22254
|
Anon_f86c1754c55e_2: components["schemas"]["Anon_86408dfcaaac_4"];
|
|
22411
22255
|
Anon_86408dfcaaac_4: {
|
|
22412
22256
|
[key: string]: string;
|
|
@@ -22416,8 +22260,8 @@ interface components {
|
|
|
22416
22260
|
Anon_905f7e00de54: {
|
|
22417
22261
|
[key: string]: boolean | components["schemas"]["EntitlementGrantOutput"];
|
|
22418
22262
|
};
|
|
22419
|
-
|
|
22420
|
-
|
|
22263
|
+
Anon_57796118d046_73: string;
|
|
22264
|
+
Anon_57796118d046_74: string;
|
|
22421
22265
|
Anon_75edd6fbcecc_1: components["schemas"]["EntitlementGrantStatus"];
|
|
22422
22266
|
Anon_9c7f41b09bde_7: components["schemas"]["Anon_cddf8275afa1_13"];
|
|
22423
22267
|
Anon_cddf8275afa1_13: number;
|
|
@@ -22426,18 +22270,18 @@ interface components {
|
|
|
22426
22270
|
Anon_a7c491664ac5_5: components["schemas"]["UsageAllocation"];
|
|
22427
22271
|
Anon_25c82cf56487_3: components["schemas"]["EnforcementMode"];
|
|
22428
22272
|
Anon_589b52ae1ab1_1: components["schemas"]["EntitlementGrantSource"];
|
|
22273
|
+
Anon_96f9066c2fdc_69: components["schemas"]["Anon_00404e686415_73"];
|
|
22274
|
+
Anon_00404e686415_73: string;
|
|
22429
22275
|
Anon_96f9066c2fdc_70: components["schemas"]["Anon_00404e686415_74"];
|
|
22430
22276
|
Anon_00404e686415_74: string;
|
|
22431
22277
|
Anon_96f9066c2fdc_71: components["schemas"]["Anon_00404e686415_75"];
|
|
22432
22278
|
Anon_00404e686415_75: string;
|
|
22433
22279
|
Anon_96f9066c2fdc_72: components["schemas"]["Anon_00404e686415_76"];
|
|
22434
22280
|
Anon_00404e686415_76: string;
|
|
22435
|
-
Anon_96f9066c2fdc_73: components["schemas"]["Anon_00404e686415_77"];
|
|
22436
|
-
Anon_00404e686415_77: string;
|
|
22437
22281
|
Anon_ef1dd07b9cb1: components["schemas"]["Anon_88ee5035b041"];
|
|
22438
22282
|
Anon_88ee5035b041: components["schemas"]["UserInstanceContextOutput"][];
|
|
22439
|
-
|
|
22440
|
-
|
|
22283
|
+
Anon_57796118d046_75: string;
|
|
22284
|
+
Anon_761f976a1da1_10: string;
|
|
22441
22285
|
Anon_f104771c9d3e_1: components["schemas"]["UserPlanContextOutput"];
|
|
22442
22286
|
/** @default {} */
|
|
22443
22287
|
Anon_6e82965b87e8_1: components["schemas"]["Anon_405406c799d8_1"];
|
|
@@ -22460,11 +22304,11 @@ interface components {
|
|
|
22460
22304
|
Anon_986d9bd7c32f_1: {
|
|
22461
22305
|
[key: string]: string | number;
|
|
22462
22306
|
};
|
|
22463
|
-
Anon_4fc4bfa2adad_16: components["schemas"]["
|
|
22464
|
-
|
|
22465
|
-
Anon_4fc4bfa2adad_17: components["schemas"]["
|
|
22466
|
-
|
|
22467
|
-
|
|
22307
|
+
Anon_4fc4bfa2adad_16: components["schemas"]["Anon_f090cb615c84_48"];
|
|
22308
|
+
Anon_f090cb615c84_48: string | null;
|
|
22309
|
+
Anon_4fc4bfa2adad_17: components["schemas"]["Anon_f090cb615c84_49"];
|
|
22310
|
+
Anon_f090cb615c84_49: string | null;
|
|
22311
|
+
Anon_711dc9708535_18: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22468
22312
|
Anon_9f0494e90be4_1: components["schemas"]["Anon_c648138a0918_11"];
|
|
22469
22313
|
Anon_c648138a0918_11: number | null;
|
|
22470
22314
|
Anon_8b48719136dc_2: components["schemas"]["Anon_b0c21ae8f968_6"];
|
|
@@ -22730,13 +22574,13 @@ interface components {
|
|
|
22730
22574
|
testMode: components["schemas"]["Anon_5d5e35b408d7_1"];
|
|
22731
22575
|
};
|
|
22732
22576
|
PlacementSettingsCapRuleOutput: {
|
|
22733
|
-
id: components["schemas"]["
|
|
22577
|
+
id: components["schemas"]["Anon_57796118d046_56"];
|
|
22734
22578
|
group: components["schemas"]["Anon_e730b96dfff2"];
|
|
22735
22579
|
cap: components["schemas"]["Anon_c65e883b4e4a"];
|
|
22736
22580
|
};
|
|
22737
22581
|
PlacementSettingsCapRuleGroupItemOutput: {
|
|
22738
22582
|
kind: components["schemas"]["Anon_fc6def941f46_1"];
|
|
22739
|
-
id: components["schemas"]["
|
|
22583
|
+
id: components["schemas"]["Anon_57796118d046_57"];
|
|
22740
22584
|
label?: components["schemas"]["Anon_4e04ec5cc4e6_16"];
|
|
22741
22585
|
};
|
|
22742
22586
|
AnalyticsFilterValueOutput: components["schemas"]["Anon_db3039b96a51_1"] | components["schemas"]["Anon_32ef433f4ee4_1"] | components["schemas"]["Anon_be2e8aabfc2e_1"] | components["schemas"]["Anon_6dcff20eb273_1"];
|
|
@@ -22747,30 +22591,30 @@ interface components {
|
|
|
22747
22591
|
name: components["schemas"]["Anon_4c26b3baab05_27"];
|
|
22748
22592
|
handle: components["schemas"]["Anon_af12d548dbee_29"];
|
|
22749
22593
|
status: components["schemas"]["Anon_b32e38a3217a_1"];
|
|
22750
|
-
metadata: components["schemas"]["
|
|
22594
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_32"];
|
|
22751
22595
|
};
|
|
22752
22596
|
WebhookEventLogOutput: {
|
|
22753
22597
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
22754
22598
|
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
22755
22599
|
updated_at: components["schemas"]["Anon_be3e2585472d_3"];
|
|
22756
22600
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
22757
|
-
event_id: components["schemas"]["
|
|
22758
|
-
event_type: components["schemas"]["
|
|
22601
|
+
event_id: components["schemas"]["Anon_57796118d046_67"];
|
|
22602
|
+
event_type: components["schemas"]["Anon_57796118d046_68"];
|
|
22759
22603
|
source: components["schemas"]["Anon_cb4b0a4af297_1"];
|
|
22760
22604
|
payload: components["schemas"]["Anon_5142f8473790_15"];
|
|
22761
22605
|
status: components["schemas"]["Anon_c1288a1f2dc9_1"];
|
|
22762
22606
|
processed_at?: components["schemas"]["Anon_e077e17ea982_7"];
|
|
22763
|
-
error_message?: components["schemas"]["
|
|
22607
|
+
error_message?: components["schemas"]["Anon_96f9066c2fdc_62"];
|
|
22764
22608
|
};
|
|
22765
22609
|
UserContextOutput: {
|
|
22766
22610
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
22767
22611
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
22768
22612
|
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
22769
22613
|
updated_at: components["schemas"]["Anon_be3e2585472d_3"];
|
|
22770
|
-
user_id: components["schemas"]["
|
|
22614
|
+
user_id: components["schemas"]["Anon_761f976a1da1_9"];
|
|
22771
22615
|
account_id?: components["schemas"]["Anon_6c3968aac2bb_1"];
|
|
22772
22616
|
email?: components["schemas"]["Anon_f9502b6f3e14_1"];
|
|
22773
|
-
email_type?: components["schemas"]["
|
|
22617
|
+
email_type?: components["schemas"]["Anon_96f9066c2fdc_63"];
|
|
22774
22618
|
plan_handle?: components["schemas"]["Anon_4e04ec5cc4e6_18"];
|
|
22775
22619
|
plan?: components["schemas"]["Anon_f104771c9d3e"];
|
|
22776
22620
|
usage: components["schemas"]["Anon_6e82965b87e8"];
|
|
@@ -22784,55 +22628,55 @@ interface components {
|
|
|
22784
22628
|
personalization: components["schemas"]["Anon_9176ec69fff5_1"];
|
|
22785
22629
|
derived_config_version?: components["schemas"]["Anon_4fc4bfa2adad_16"];
|
|
22786
22630
|
context_hash?: components["schemas"]["Anon_4fc4bfa2adad_17"];
|
|
22787
|
-
derived_computed_at: components["schemas"]["
|
|
22631
|
+
derived_computed_at: components["schemas"]["Anon_711dc9708535_18"];
|
|
22788
22632
|
activity_score?: components["schemas"]["Anon_9f0494e90be4_1"];
|
|
22789
22633
|
activity_score_computed_at?: components["schemas"]["Anon_8b48719136dc_2"];
|
|
22790
22634
|
experiments?: components["schemas"]["Anon_f86c1754c55e_3"];
|
|
22791
22635
|
};
|
|
22792
22636
|
UserPlanContextOutput: {
|
|
22793
|
-
handle: components["schemas"]["
|
|
22794
|
-
name: components["schemas"]["
|
|
22795
|
-
price?: components["schemas"]["
|
|
22637
|
+
handle: components["schemas"]["Anon_57796118d046_69"];
|
|
22638
|
+
name: components["schemas"]["Anon_57796118d046_70"];
|
|
22639
|
+
price?: components["schemas"]["Anon_96f9066c2fdc_64"];
|
|
22796
22640
|
billing_period?: components["schemas"]["Anon_420b7fe77e22_1"];
|
|
22797
22641
|
};
|
|
22798
22642
|
UserUsageEntryOutput: {
|
|
22799
|
-
entitlement_handle: components["schemas"]["
|
|
22800
|
-
unit: components["schemas"]["
|
|
22643
|
+
entitlement_handle: components["schemas"]["Anon_57796118d046_71"];
|
|
22644
|
+
unit: components["schemas"]["Anon_57796118d046_72"];
|
|
22801
22645
|
amount: components["schemas"]["Anon_391e8f2f18f6_3"];
|
|
22802
|
-
limit?: components["schemas"]["
|
|
22803
|
-
reset_date?: components["schemas"]["
|
|
22646
|
+
limit?: components["schemas"]["Anon_3d3fd40aec74_1"];
|
|
22647
|
+
reset_date?: components["schemas"]["Anon_96f9066c2fdc_65"];
|
|
22804
22648
|
};
|
|
22805
22649
|
UserTrialStatusOutput: {
|
|
22806
22650
|
in_trial: components["schemas"]["Anon_a2b04841bdf1_6"];
|
|
22807
|
-
trial_type?: components["schemas"]["
|
|
22808
|
-
plan_handle?: components["schemas"]["
|
|
22651
|
+
trial_type?: components["schemas"]["Anon_96f9066c2fdc_66"];
|
|
22652
|
+
plan_handle?: components["schemas"]["Anon_96f9066c2fdc_67"];
|
|
22809
22653
|
state?: components["schemas"]["Anon_16928ec813e2_1"];
|
|
22810
22654
|
trial_limit_type?: components["schemas"]["Anon_5981c3b5d44c_1"];
|
|
22811
22655
|
progress_percent?: components["schemas"]["Anon_b3e59c48ae6e_3"];
|
|
22812
22656
|
day_number?: components["schemas"]["Anon_7e1e37293611_12"];
|
|
22813
22657
|
days_remaining?: components["schemas"]["Anon_7e1e37293611_13"];
|
|
22814
|
-
usage_entitlement_handle?: components["schemas"]["
|
|
22658
|
+
usage_entitlement_handle?: components["schemas"]["Anon_96f9066c2fdc_68"];
|
|
22815
22659
|
usage_consumed?: components["schemas"]["Anon_7e1e37293611_14"];
|
|
22816
22660
|
usage_remaining?: components["schemas"]["Anon_7e1e37293611_15"];
|
|
22817
22661
|
usage_limit?: components["schemas"]["Anon_7e1e37293611_16"];
|
|
22818
22662
|
};
|
|
22819
22663
|
EntitlementGrantOutput: {
|
|
22820
|
-
entitlement_id: components["schemas"]["
|
|
22821
|
-
entitlement_handle: components["schemas"]["
|
|
22664
|
+
entitlement_id: components["schemas"]["Anon_57796118d046_73"];
|
|
22665
|
+
entitlement_handle: components["schemas"]["Anon_57796118d046_74"];
|
|
22822
22666
|
status: components["schemas"]["Anon_75edd6fbcecc_1"];
|
|
22823
22667
|
limit?: components["schemas"]["Anon_9c7f41b09bde_7"];
|
|
22824
22668
|
used?: components["schemas"]["Anon_9c7f41b09bde_8"];
|
|
22825
22669
|
allocation?: components["schemas"]["Anon_a7c491664ac5_5"];
|
|
22826
22670
|
enforcement?: components["schemas"]["Anon_25c82cf56487_3"];
|
|
22827
22671
|
source?: components["schemas"]["Anon_589b52ae1ab1_1"];
|
|
22828
|
-
plan_id?: components["schemas"]["
|
|
22829
|
-
segment_id?: components["schemas"]["
|
|
22830
|
-
seat_type_id?: components["schemas"]["
|
|
22831
|
-
rule_id?: components["schemas"]["
|
|
22672
|
+
plan_id?: components["schemas"]["Anon_96f9066c2fdc_69"];
|
|
22673
|
+
segment_id?: components["schemas"]["Anon_96f9066c2fdc_70"];
|
|
22674
|
+
seat_type_id?: components["schemas"]["Anon_96f9066c2fdc_71"];
|
|
22675
|
+
rule_id?: components["schemas"]["Anon_96f9066c2fdc_72"];
|
|
22832
22676
|
};
|
|
22833
22677
|
UserInstanceContextOutput: {
|
|
22834
|
-
product_instance_id: components["schemas"]["
|
|
22835
|
-
user_id: components["schemas"]["
|
|
22678
|
+
product_instance_id: components["schemas"]["Anon_57796118d046_75"];
|
|
22679
|
+
user_id: components["schemas"]["Anon_761f976a1da1_10"];
|
|
22836
22680
|
plan?: components["schemas"]["Anon_f104771c9d3e_1"];
|
|
22837
22681
|
usage: components["schemas"]["Anon_6e82965b87e8_1"];
|
|
22838
22682
|
trial?: components["schemas"]["Anon_62987609f086_1"];
|
|
@@ -27002,5 +26846,5 @@ declare function RevTurbineThemeProvider({ theme, children }: RevTurbineThemePro
|
|
|
27002
26846
|
*/
|
|
27003
26847
|
declare function useRevTurbineTheme(): RevTurbineTheme;
|
|
27004
26848
|
|
|
27005
|
-
export { ANALYTICS_VALIDATION_CODES, ANALYTICS_VIEW_SCHEMA_VERSION, AccessGateSurfaceSlot, ActivityLevelSchema, AddOnSchema, AddOnVariationSchema, AgentConnectorSlot, AlertSchema, AnalyticsAgentCatalogEntryKindSchema, AnalyticsAgentCatalogEntrySchema, AnalyticsAnalyticalUnitSchema, AnalyticsBlockErrorSchema, AnalyticsBlockResultSchema, AnalyticsCardinalityClassSchema, AnalyticsCatalogConceptSchema, AnalyticsCatalogDeprecationSchema, AnalyticsCatalogDimensionSchema, AnalyticsCatalogMetricSchema, AnalyticsCatalogSchema, AnalyticsCatalogSearchResultSchema, AnalyticsCatalogSourceSchema, AnalyticsClassificationSchema, AnalyticsCompareModeSchema, AnalyticsCompileResolutionSchema, AnalyticsCoverageSchema, AnalyticsCustomizationCapabilitySchema, AnalyticsCustomizationPolicySchema, AnalyticsDimensionCapabilitySchema, AnalyticsDimensionTypeSchema, AnalyticsFieldTypeSchema, AnalyticsFilterControlSchema, AnalyticsFilterOperatorSchema, AnalyticsFilterStateSchema, AnalyticsFilterValueSchema, AnalyticsFormatSpecSchema, AnalyticsHistoricalModeSchema, AnalyticsQueryFamilySchema, AnalyticsQueryRequestSchema, AnalyticsQueryResponseSchema, AnalyticsRenderCartesianSchema, AnalyticsRenderFunnelSchema, AnalyticsRenderMetricSchema, AnalyticsRenderRecommendationsSchema, AnalyticsRenderSpecSchema, AnalyticsRenderTableSchema, AnalyticsRenderTimelineSchema, AnalyticsResultFieldSchema, AnalyticsResultMetaSchema, AnalyticsResultSchema, AnalyticsSafeChartOptionsSchema, AnalyticsSemanticFilterSchema, AnalyticsSemanticIdSchema, AnalyticsSourceScopeSchema, AnalyticsSuggestedPatchOpSchema, AnalyticsTemplateSummarySchema, AnalyticsTimeGrainSchema, AnalyticsValidationIssueSchema, AnalyticsValidationResultSchema, AnalyticsViewBlockDraftSchema, AnalyticsViewBlockSchema, AnalyticsViewDraftSchema, AnalyticsViewFilterDraftSchema, AnalyticsViewFilterSchema, AnalyticsViewHandoffDraftSchema, AnalyticsViewHandoffSchema, AnalyticsViewLayoutSchema, AnalyticsViewQuerySchema, AnalyticsViewSchema, AnalyticsViewVisibilitySchema, AnalyticsWarningSchema, 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_NAMES, 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, DEPRECATED_EVENT_NAMES, DOGFOOD_CLIENT_EVENT_NAMES, DataClassification, DecisionEngine, DecisionLogSchema, DecisionOnly, DescriptionField, DimensionCategorySchema, DimensionSourceTypeSchema, DiscountTypeSchema, DomainProviderRegistry, DriftReportSchema, ENTITLEMENT_STATUS_VALUES, EVENT_PREFIX_FAMILIES, EnforcementActionSchema, EnforcementModeSchema, EngagementArea, EntitlementCheckResultSchema, EntitlementEvalLogSchema, EntitlementGate, EntitlementGrantSchema, EntitlementGrantSetSchema, EntitlementGrantSourceSchema, EntitlementGrantStatusSchema, EntitlementRulePeriodUnitSchema, EntitlementRuleSchema, EntitlementRuleTargetKindSchema, EntitlementRuleTargetSchema, EntitlementRuleValidatedSchema, EntitlementRuleVariantSchema, EntitlementSchema, EntitlementStatusSchema, EntitlementTypeSchema, EnvironmentPromotionRequestSchema, EnvironmentSchema, EnvironmentStatusSchema, EventEnvelopeSchema, EventIngestBatchSchema, EventPrefixFamilySchema, EventSearchParamsSchema, EventSourceSchema, EventStabilitySchema, EventSurfaceSchema, EventTaxonomyEntrySchema, EventTaxonomySchema, ExperimentSchema, ExperimentStatusSchema, ExperimentTypeSchema, ExperimentVariantSchema, RevTurbineConfigPlacementItemSchema as ExportedConfigPlacementItemSchema, RevTurbineConfigSchema as ExportedConfigSchema, RevTurbineConfigSegmentsItemPredicatesItemSchema as ExportedConfigSegmentsItemPredicatesItemSchema, RevTurbineConfigSegmentsItemSchema as ExportedConfigSegmentsItemSchema, RevTurbineConfigUiPathActionTypeSchema as ExportedConfigUiPathActionTypeSchema, FAMILY_RENDER_COMPATIBILITY, FIXED_BANNER_TEMPLATE_IDS, FIXED_SURFACE_TEMPLATE_IDS, FIXTURE_ANALYTICS_CATALOG, 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, LocalizedTextSchema, 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, PLATFORM_EMITTED_EVENT_NAMES, PLATFORM_EVENT_TAXONOMY, 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, PlacementWarningCodeSchema, PlacementWarningSchema, PlanSchema, PlanVariationSchema, PlanVisibilitySchema, PlaybookBodySchema, PlaybookHeaderSchema, PlaybookObjectSchema, PlaybookSchema, PlaybookStrictSchema, PlaybookVersionDeployResultSchema, PlaybookVersionDiffSchema, PlaybookVersionEntrySummarySchema, PlaybookVersionSchema, PlaybookVersionStatusSchema, PresentationOutcomeSchema, PresentationRecordSchema, PriceSourceSchema, PricingModelSchema, PromotionSchema, PromotionStatusSchema, QuotaMeterFrame, QuotaMeterSlot, RECOGNIZED_UPDATE_KEYS, 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, SDK_AUTOMATIC_NON_EMITTED_NAMES, SDK_CLIENT_EVENT_NAMES, SDK_META_EVENT_NAMES, SEMANTIC_ID_PATTERN, 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, VIEW_ELEMENT_ID_PATTERN, VersionFields, WebhookEventLogSchema, WebhookEventSourceSchema, WebhookEventStatusSchema, analyticsPaths, analyticsViewPaths, applyValueMaps, bridgeUiPathResolversIntoRegistry, bucketSubject, buildAgentCatalogProjection, buildControlPlaneEvent, categorizeActionError, changelogPaths, clearPersistedTheme, collectPersistedSchemas, collectVersionedConfigEntities, compileAnalyticsDraft, configPaths, contentPaths, createAnalyticsProvider, createBasicExperimentProvider, createChainedPlacementRequest, createCustomEndpointRuntimeConfig, createEntitlementPlacementRequest, createFixtureAnalyticsCatalog, createHydrationProviders, createInMemoryAnalyticsCatalog, createLocalRuntimeConfig, createPostHogAnalyticsProvider, createPostHogIntegration, createRevTurbineApiClient, createSemanticEvent, createServerRuntimeConfig, createSlotPlacementRequest, createStaticPlacementContentLookupProvider, createStaticPlacementResolver, createStaticProviders, createStrictLocalRuntimeConfig, createTreatmentInteraction, customerPaths, defaultRenderForQuery, defineUiPathResolvers, deriveLocalTrialStatusFromInstance, derivePlacementPersonalizationTokens, deriveReverseTrialGrants, dispatchCtaClick, entitlementPaths, entitlementResultDenies, 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, searchAgentCatalog, segmentPaths, settingsPaths, tenantPaths, toCreateSchema, toWritableSchema, trialPaths, uiPreferencePaths, unregisterCtaResolver, useCan, useEntitlement, useGatedAction, usePlacement, usePlacementPersonalization, useRevTurbine, useRevTurbineTheme, useSurfaceSlot, useTelemetryProps, useTelemetryScope, useTrack, useTrackedAction, useUsageSnapshot, userContextPaths, validateAnalyticsQuery, validateAnalyticsView, validatePlacementThresholdWarnings };
|
|
27006
|
-
export type { AccessGateCheck, AccessGateSurfaceSlotProps, ActionErrorCategory, ActivityLevel, AdapterBaseOptions, AddOn, AddOnVariation, AgentConnectorSlotProps, Alert, AnalyticsAgentCatalogEntry, AnalyticsAgentCatalogEntryKind, AnalyticsAnalyticalUnit, AnalyticsBlockError, AnalyticsBlockResult, AnalyticsCardinalityClass, AnalyticsCatalog, AnalyticsCatalogConcept, AnalyticsCatalogData, AnalyticsCatalogDeprecation, AnalyticsCatalogDimension, AnalyticsCatalogMetric, AnalyticsCatalogSearchResult, AnalyticsCatalogSource, AnalyticsCatalogView, AnalyticsClassification, AnalyticsCompareMode, AnalyticsCompileOutput, AnalyticsCompileResolution, AnalyticsCoverage, AnalyticsCustomizationCapability, AnalyticsCustomizationPolicy, AnalyticsDimensionCapability, AnalyticsDimensionType, AnalyticsEventHandler, AnalyticsEventProperties, AnalyticsEventTransformer, AnalyticsFieldType, AnalyticsFilterControl, AnalyticsFilterOperator, AnalyticsFilterState, AnalyticsFilterValue, AnalyticsFormatSpec, AnalyticsHistoricalMode, AnalyticsProviderOptions, AnalyticsQueryFamily, AnalyticsQueryRequest, AnalyticsQueryResponse, AnalyticsRenderCartesian, AnalyticsRenderFunnel, AnalyticsRenderMetric, AnalyticsRenderRecommendations, AnalyticsRenderSpec, AnalyticsRenderTable, AnalyticsRenderTimeline, AnalyticsResult, AnalyticsResultField, AnalyticsResultMeta, AnalyticsSafeChartOptions, AnalyticsSemanticFilter, AnalyticsSemanticId, AnalyticsSourceScope, AnalyticsSuggestedPatchOp, AnalyticsTemplateSummary, AnalyticsTimeGrain, AnalyticsValidationCode, AnalyticsValidationIssue, AnalyticsValidationResult, AnalyticsView, AnalyticsViewBlock, AnalyticsViewBlockDraft, AnalyticsViewDraft, AnalyticsViewFilter, AnalyticsViewFilterDraft, AnalyticsViewHandoff, AnalyticsViewHandoffDraft, AnalyticsViewLayout, AnalyticsViewQuery, AnalyticsViewVisibility, AnalyticsWarning, AnyDomainProvider, ApiKey, ApiKeyStatus, AuditActorType, AuditEvent, AuthAccount, AuthApiKey, AuthInvitation, AuthMember, AuthOrganization, AuthPasskey, AuthSession, AuthSsoProvider, AuthTwoFactor, AuthUser, AuthVerification, BannerFrameProps, BannerSlotProps, BannerSurfaceProps, BasicBucketerExperiment, BasicBucketerOptions, BillingCadence, BillingHealthStatus, BrandingConfig, BrandingResolutionInput, BrandingSource, BrowserRuntimeOptions, ButtonSlotProps, ButtonSurfaceProps, CapEnforcementResult, CapPeriod, ChangeListener, ChangeLogAction, ChangeLogEntry, CliSlotProps, ClientContext, CohortMonth, CompactCircularGaugeProps, CompileAnalyticsDraftOptions, 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, EventPrefixFamily, EventSearchParams, EventSource, EventStability, EventSurface, EventTaxonomy, EventTaxonomyEntry, Exact, Experiment, ExperimentProvider, ExperimentProviderState, 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, IdentifyContextInput, Identity, IdentityDeclaration, InPageSlotProps, InPageSurfaceProps, IngestWriteScope, IngestedEvent, InlineCardPlacementProps, InlineEmbedSlotProps, InteractionState, InvitationStatus, JsonObject, JsonValue, KpiAggregate, LegacyConfigTargetDefaults, LocalPlacementDataset, LocalPlacementEntry, LocalPlacementPayload, LocalPlacementSurface, LocalizedText, 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, PlacementWarning, PlacementWarningCode, Plan, PlanProvider, PlanProviderState, PlanRuleSnapshot, PlanVariation, PlanVisibility, Playbook, PlaybookBody, PlaybookHeader, PlaybookObject, PlaybookStrict, PlaybookVersion, PlaybookVersionDeployResult, PlaybookVersionDiff, PlaybookVersionEntrySummary, PlaybookVersionStatus, PostHogAnalyticsProviderOptions, PostHogIntegrationOptions, PostHogLike, PresentationCapState, PresentationOutcome, PresentationRecord, PriceSource, PricingModel, Promotion, PromotionStatus, QuotaMeterFrameProps, QuotaMeterSlotProps, SurfaceSlotComponentProps as RTSlotProps, RegisterPlacementSlotTypeOptions, ResolvedBranding, ResolvedContent, ResolvedDomainType, ResolvedPayload, ResolvedProviderContext, RevTurbineApiClient, RevTurbineApiClientConfig, paths as RevTurbineApiPaths, RevTurbineBootstrapDecisionInput, RevTurbineChainedPlacementRequestOptions, RevTurbineClientSessionProvider, 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, UnvalidatedConfigArtifact, 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, ValidateAnalyticsViewOptions, WebhookEventLog, WebhookEventSource, WebhookEventStatus };
|
|
26849
|
+
export { ANALYTICS_VALIDATION_CODES, ANALYTICS_VIEW_SCHEMA_VERSION, AccessGateSurfaceSlot, ActivityLevelSchema, AddOnSchema, AddOnVariationSchema, AgentConnectorSlot, AlertSchema, AnalyticsAgentCatalogEntryKindSchema, AnalyticsAgentCatalogEntrySchema, AnalyticsAnalyticalUnitSchema, AnalyticsBlockErrorSchema, AnalyticsBlockResultSchema, AnalyticsCardinalityClassSchema, AnalyticsCatalogConceptSchema, AnalyticsCatalogDeprecationSchema, AnalyticsCatalogDimensionSchema, AnalyticsCatalogMetricSchema, AnalyticsCatalogSchema, AnalyticsCatalogSearchResultSchema, AnalyticsCatalogSourceSchema, AnalyticsClassificationSchema, AnalyticsCompareModeSchema, AnalyticsCompileResolutionSchema, AnalyticsCoverageSchema, AnalyticsCustomizationCapabilitySchema, AnalyticsCustomizationPolicySchema, AnalyticsDimensionCapabilitySchema, AnalyticsDimensionTypeSchema, AnalyticsFieldTypeSchema, AnalyticsFilterControlSchema, AnalyticsFilterOperatorSchema, AnalyticsFilterStateSchema, AnalyticsFilterValueSchema, AnalyticsFormatSpecSchema, AnalyticsHistoricalModeSchema, AnalyticsQueryFamilySchema, AnalyticsQueryRequestSchema, AnalyticsQueryResponseSchema, AnalyticsRenderCartesianSchema, AnalyticsRenderFunnelSchema, AnalyticsRenderMetricSchema, AnalyticsRenderRecommendationsSchema, AnalyticsRenderSpecSchema, AnalyticsRenderTableSchema, AnalyticsRenderTimelineSchema, AnalyticsResultFieldSchema, AnalyticsResultMetaSchema, AnalyticsResultSchema, AnalyticsSafeChartOptionsSchema, AnalyticsSemanticFilterSchema, AnalyticsSemanticIdSchema, AnalyticsSourceScopeSchema, AnalyticsSuggestedPatchOpSchema, AnalyticsTemplateSummarySchema, AnalyticsTimeGrainSchema, AnalyticsValidationIssueSchema, AnalyticsValidationResultSchema, AnalyticsViewBlockDraftSchema, AnalyticsViewBlockSchema, AnalyticsViewDraftSchema, AnalyticsViewFilterDraftSchema, AnalyticsViewFilterSchema, AnalyticsViewHandoffDraftSchema, AnalyticsViewHandoffSchema, AnalyticsViewLayoutSchema, AnalyticsViewQuerySchema, AnalyticsViewSchema, AnalyticsViewVisibilitySchema, AnalyticsWarningSchema, 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_NAMES, 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, DEPRECATED_EVENT_NAMES, DOGFOOD_CLIENT_EVENT_NAMES, DataClassification, DecisionEngine, DecisionOnly, DescriptionField, DimensionCategorySchema, DimensionSourceTypeSchema, DiscountTypeSchema, DomainProviderRegistry, DriftReportSchema, ENTITLEMENT_STATUS_VALUES, EVENT_PREFIX_FAMILIES, EnforcementActionSchema, EnforcementModeSchema, EngagementArea, EntitlementCheckResultSchema, EntitlementGate, EntitlementGrantSchema, EntitlementGrantSetSchema, EntitlementGrantSourceSchema, EntitlementGrantStatusSchema, EntitlementRulePeriodUnitSchema, EntitlementRuleSchema, EntitlementRuleTargetKindSchema, EntitlementRuleTargetSchema, EntitlementRuleValidatedSchema, EntitlementRuleVariantSchema, EntitlementSchema, EntitlementStatusSchema, EntitlementTypeSchema, EnvironmentPromotionRequestSchema, EnvironmentSchema, EnvironmentStatusSchema, EventEnvelopeSchema, EventIngestBatchSchema, EventPrefixFamilySchema, EventSearchParamsSchema, EventSourceSchema, EventStabilitySchema, EventSurfaceSchema, EventTaxonomyEntrySchema, EventTaxonomySchema, ExperimentSchema, ExperimentStatusSchema, ExperimentTypeSchema, ExperimentVariantSchema, RevTurbineConfigPlacementItemSchema as ExportedConfigPlacementItemSchema, RevTurbineConfigSchema as ExportedConfigSchema, RevTurbineConfigSegmentsItemPredicatesItemSchema as ExportedConfigSegmentsItemPredicatesItemSchema, RevTurbineConfigSegmentsItemSchema as ExportedConfigSegmentsItemSchema, RevTurbineConfigUiPathActionTypeSchema as ExportedConfigUiPathActionTypeSchema, FAMILY_RENDER_COMPATIBILITY, FIXED_BANNER_TEMPLATE_IDS, FIXED_SURFACE_TEMPLATE_IDS, FIXTURE_ANALYTICS_CATALOG, 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, LocalizedTextSchema, 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, PLATFORM_EMITTED_EVENT_NAMES, PLATFORM_EVENT_TAXONOMY, 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, PlacementWarningCodeSchema, PlacementWarningSchema, PlanSchema, PlanVariationSchema, PlanVisibilitySchema, PlaybookBodySchema, PlaybookHeaderSchema, PlaybookObjectSchema, PlaybookSchema, PlaybookStrictSchema, PlaybookVersionDeployResultSchema, PlaybookVersionDiffSchema, PlaybookVersionEntrySummarySchema, PlaybookVersionSchema, PlaybookVersionStatusSchema, PresentationOutcomeSchema, PriceSourceSchema, PricingModelSchema, PromotionSchema, PromotionStatusSchema, QuotaMeterFrame, QuotaMeterSlot, RECOGNIZED_UPDATE_KEYS, 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, SDK_AUTOMATIC_NON_EMITTED_NAMES, SDK_CLIENT_EVENT_NAMES, SDK_META_EVENT_NAMES, SEMANTIC_ID_PATTERN, 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, VIEW_ELEMENT_ID_PATTERN, VersionFields, WebhookEventLogSchema, WebhookEventSourceSchema, WebhookEventStatusSchema, analyticsPaths, analyticsViewPaths, applyValueMaps, bridgeUiPathResolversIntoRegistry, bucketSubject, buildAgentCatalogProjection, buildControlPlaneEvent, categorizeActionError, changelogPaths, clearPersistedTheme, collectPersistedSchemas, collectVersionedConfigEntities, compileAnalyticsDraft, configPaths, contentPaths, createAnalyticsProvider, createBasicExperimentProvider, createChainedPlacementRequest, createCustomEndpointRuntimeConfig, createEntitlementPlacementRequest, createFixtureAnalyticsCatalog, createHydrationProviders, createInMemoryAnalyticsCatalog, createLocalRuntimeConfig, createPostHogAnalyticsProvider, createPostHogIntegration, createRevTurbineApiClient, createSemanticEvent, createServerRuntimeConfig, createSlotPlacementRequest, createStaticPlacementContentLookupProvider, createStaticPlacementResolver, createStaticProviders, createStrictLocalRuntimeConfig, createTreatmentInteraction, customerPaths, defaultRenderForQuery, defineUiPathResolvers, deriveLocalTrialStatusFromInstance, derivePlacementPersonalizationTokens, deriveReverseTrialGrants, dispatchCtaClick, entitlementPaths, entitlementResultDenies, 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, schemaDeprecation, schemaFacets, scopesSubsetOfRole, searchAgentCatalog, segmentPaths, settingsPaths, tenantPaths, toCreateSchema, toWritableSchema, trialPaths, uiPreferencePaths, unregisterCtaResolver, useCan, useEntitlement, useGatedAction, usePlacement, usePlacementPersonalization, useRevTurbine, useRevTurbineTheme, useSurfaceSlot, useTelemetryProps, useTelemetryScope, useTrack, useTrackedAction, useUsageSnapshot, userContextPaths, validateAnalyticsQuery, validateAnalyticsView, validatePlacementThresholdWarnings };
|
|
26850
|
+
export type { AccessGateCheck, AccessGateSurfaceSlotProps, ActionErrorCategory, ActivityLevel, AdapterBaseOptions, AddOn, AddOnVariation, AgentConnectorSlotProps, Alert, AnalyticsAgentCatalogEntry, AnalyticsAgentCatalogEntryKind, AnalyticsAnalyticalUnit, AnalyticsBlockError, AnalyticsBlockResult, AnalyticsCardinalityClass, AnalyticsCatalog, AnalyticsCatalogConcept, AnalyticsCatalogData, AnalyticsCatalogDeprecation, AnalyticsCatalogDimension, AnalyticsCatalogMetric, AnalyticsCatalogSearchResult, AnalyticsCatalogSource, AnalyticsCatalogView, AnalyticsClassification, AnalyticsCompareMode, AnalyticsCompileOutput, AnalyticsCompileResolution, AnalyticsCoverage, AnalyticsCustomizationCapability, AnalyticsCustomizationPolicy, AnalyticsDimensionCapability, AnalyticsDimensionType, AnalyticsEventHandler, AnalyticsEventProperties, AnalyticsEventTransformer, AnalyticsFieldType, AnalyticsFilterControl, AnalyticsFilterOperator, AnalyticsFilterState, AnalyticsFilterValue, AnalyticsFormatSpec, AnalyticsHistoricalMode, AnalyticsProviderOptions, AnalyticsQueryFamily, AnalyticsQueryRequest, AnalyticsQueryResponse, AnalyticsRenderCartesian, AnalyticsRenderFunnel, AnalyticsRenderMetric, AnalyticsRenderRecommendations, AnalyticsRenderSpec, AnalyticsRenderTable, AnalyticsRenderTimeline, AnalyticsResult, AnalyticsResultField, AnalyticsResultMeta, AnalyticsSafeChartOptions, AnalyticsSemanticFilter, AnalyticsSemanticId, AnalyticsSourceScope, AnalyticsSuggestedPatchOp, AnalyticsTemplateSummary, AnalyticsTimeGrain, AnalyticsValidationCode, AnalyticsValidationIssue, AnalyticsValidationResult, AnalyticsView, AnalyticsViewBlock, AnalyticsViewBlockDraft, AnalyticsViewDraft, AnalyticsViewFilter, AnalyticsViewFilterDraft, AnalyticsViewHandoff, AnalyticsViewHandoffDraft, AnalyticsViewLayout, AnalyticsViewQuery, AnalyticsViewVisibility, AnalyticsWarning, AnyDomainProvider, ApiKey, ApiKeyStatus, AuditActorType, AuditEvent, AuthAccount, AuthApiKey, AuthInvitation, AuthMember, AuthOrganization, AuthPasskey, AuthSession, AuthSsoProvider, AuthTwoFactor, AuthUser, AuthVerification, BannerFrameProps, BannerSlotProps, BannerSurfaceProps, BasicBucketerExperiment, BasicBucketerOptions, BillingCadence, BillingHealthStatus, BrandingConfig, BrandingResolutionInput, BrandingSource, BrowserRuntimeOptions, ButtonSlotProps, ButtonSurfaceProps, CapEnforcementResult, CapPeriod, ChangeListener, ChangeLogAction, ChangeLogEntry, CliSlotProps, ClientContext, CohortMonth, CompactCircularGaugeProps, CompileAnalyticsDraftOptions, 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, DeriveTrialStatusInput, DimensionCategory, DimensionSourceType, DiscountType, DomainProvider, DomainProviderName, DriftReport, EnforcementAction, EnforcementMode, EngagementAreaProps, Entitlement, EntitlementCheckResult$1 as EntitlementCheckResult, 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, EventPrefixFamily, EventSearchParams, EventSource, EventStability, EventSurface, EventTaxonomy, EventTaxonomyEntry, Exact, Experiment, ExperimentProvider, ExperimentProviderState, 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, IdentifyContextInput, Identity, IdentityDeclaration, InPageSlotProps, InPageSurfaceProps, IngestWriteScope, IngestedEvent, InlineCardPlacementProps, InlineEmbedSlotProps, InteractionState, InvitationStatus, JsonObject, JsonValue, KpiAggregate, LegacyConfigTargetDefaults, LocalPlacementDataset, LocalPlacementEntry, LocalPlacementPayload, LocalPlacementSurface, LocalizedText, 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, PlacementWarning, PlacementWarningCode, Plan, PlanProvider, PlanProviderState, PlanRuleSnapshot, PlanVariation, PlanVisibility, Playbook, PlaybookBody, PlaybookHeader, PlaybookObject, PlaybookStrict, PlaybookVersion, PlaybookVersionDeployResult, PlaybookVersionDiff, PlaybookVersionEntrySummary, PlaybookVersionStatus, PostHogAnalyticsProviderOptions, PostHogIntegrationOptions, PostHogLike, PresentationCapState, PresentationOutcome, PriceSource, PricingModel, Promotion, PromotionStatus, QuotaMeterFrameProps, QuotaMeterSlotProps, SurfaceSlotComponentProps as RTSlotProps, RegisterPlacementSlotTypeOptions, ResolvedBranding, ResolvedContent, ResolvedDomainType, ResolvedPayload, ResolvedProviderContext, RevTurbineApiClient, RevTurbineApiClientConfig, paths as RevTurbineApiPaths, RevTurbineBootstrapDecisionInput, RevTurbineChainedPlacementRequestOptions, RevTurbineClientSessionProvider, 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, UnvalidatedConfigArtifact, 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, ValidateAnalyticsViewOptions, WebhookEventLog, WebhookEventSource, WebhookEventStatus };
|