@revturbine/sdk 0.5.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 -502
- package/dist/headless.js +2 -2
- package/dist/headless.js.map +1 -1
- package/dist/index.d.ts +306 -502
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types/server-node/client.d.ts +1 -41
- package/dist/types/server-node/client.d.ts.map +1 -1
- package/dist/types/server-node/index.d.ts +17 -11
- package/dist/types/server-node/index.d.ts.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/headless.d.ts
CHANGED
|
@@ -425,9 +425,7 @@ declare const PERSISTED_SCHEMA_FACET_EXEMPTIONS: {
|
|
|
425
425
|
readonly ChangeLogActionSchema: "Change-log vocabulary is lifecycle infrastructure, not authored strategy.";
|
|
426
426
|
readonly ChangeLogEntrySchema: "Change-log history is lifecycle infrastructure, not authored strategy.";
|
|
427
427
|
readonly CustomerSchema: "Runtime customer state is not authored portable configuration.";
|
|
428
|
-
readonly DecisionLogSchema: "Runtime decision telemetry is not authored portable configuration.";
|
|
429
428
|
readonly DriftReportSchema: "Operational drift output is not authored portable configuration.";
|
|
430
|
-
readonly EntitlementEvalLogSchema: "Runtime entitlement telemetry is not authored portable configuration.";
|
|
431
429
|
readonly EnvironmentSchema: "Target environment infrastructure is not authored portable configuration.";
|
|
432
430
|
readonly FeatureFlagSchema: "Studio feature-flag infrastructure is not authored Playbook strategy.";
|
|
433
431
|
readonly FlagValueTypeSchema: "Studio feature-flag vocabulary is not authored Playbook strategy.";
|
|
@@ -442,7 +440,6 @@ declare const PERSISTED_SCHEMA_FACET_EXEMPTIONS: {
|
|
|
442
440
|
readonly PlacementTestUserSchema: "Runtime test-audience state is not authored Playbook strategy and is not portable config.";
|
|
443
441
|
readonly PlacementTestUserIdentifierTypeSchema: "Runtime test-audience vocabulary is not authored Playbook strategy or portable config.";
|
|
444
442
|
readonly PlaybookVersionSchema: "Review and deployment lifecycle state is infrastructure, not authored strategy.";
|
|
445
|
-
readonly PresentationRecordSchema: "Runtime presentation telemetry is not authored portable configuration.";
|
|
446
443
|
readonly RoleSchema: "Authorization role definitions are infrastructure, not authored Playbook strategy.";
|
|
447
444
|
readonly SupersessionRecordSchema: "Version supersession history is lifecycle infrastructure, not authored strategy.";
|
|
448
445
|
readonly TenantConfigSchema: "Tenant platform settings are infrastructure, not authored Playbook strategy.";
|
|
@@ -1115,7 +1112,7 @@ declare const EntitlementGrantSourceSchema: z.ZodEnum<{
|
|
|
1115
1112
|
}>;
|
|
1116
1113
|
declare const EnforcementModeSchema: z.ZodEnum<{
|
|
1117
1114
|
hard_block: "hard_block";
|
|
1118
|
-
|
|
1115
|
+
block_with_upsell: "block_with_upsell";
|
|
1119
1116
|
degrade: "degrade";
|
|
1120
1117
|
allow_overage: "allow_overage";
|
|
1121
1118
|
}>;
|
|
@@ -1145,7 +1142,7 @@ declare const EntitlementGrantSchema: z.ZodObject<{
|
|
|
1145
1142
|
}>>;
|
|
1146
1143
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1147
1144
|
hard_block: "hard_block";
|
|
1148
|
-
|
|
1145
|
+
block_with_upsell: "block_with_upsell";
|
|
1149
1146
|
degrade: "degrade";
|
|
1150
1147
|
allow_overage: "allow_overage";
|
|
1151
1148
|
}>>;
|
|
@@ -1184,7 +1181,7 @@ declare const EntitlementGrantSetSchema: z.ZodObject<{
|
|
|
1184
1181
|
}>>;
|
|
1185
1182
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1186
1183
|
hard_block: "hard_block";
|
|
1187
|
-
|
|
1184
|
+
block_with_upsell: "block_with_upsell";
|
|
1188
1185
|
degrade: "degrade";
|
|
1189
1186
|
allow_overage: "allow_overage";
|
|
1190
1187
|
}>>;
|
|
@@ -1216,7 +1213,7 @@ declare const EntitlementGrantSetSchema: z.ZodObject<{
|
|
|
1216
1213
|
}>>;
|
|
1217
1214
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1218
1215
|
hard_block: "hard_block";
|
|
1219
|
-
|
|
1216
|
+
block_with_upsell: "block_with_upsell";
|
|
1220
1217
|
degrade: "degrade";
|
|
1221
1218
|
allow_overage: "allow_overage";
|
|
1222
1219
|
}>>;
|
|
@@ -1248,7 +1245,7 @@ declare const EntitlementGrantSetSchema: z.ZodObject<{
|
|
|
1248
1245
|
}>>;
|
|
1249
1246
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1250
1247
|
hard_block: "hard_block";
|
|
1251
|
-
|
|
1248
|
+
block_with_upsell: "block_with_upsell";
|
|
1252
1249
|
degrade: "degrade";
|
|
1253
1250
|
allow_overage: "allow_overage";
|
|
1254
1251
|
}>>;
|
|
@@ -1403,7 +1400,7 @@ declare const EntitlementRuleSchema: z.ZodObject<{
|
|
|
1403
1400
|
limit_value: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"unlimited">]>>;
|
|
1404
1401
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1405
1402
|
hard_block: "hard_block";
|
|
1406
|
-
|
|
1403
|
+
block_with_upsell: "block_with_upsell";
|
|
1407
1404
|
degrade: "degrade";
|
|
1408
1405
|
allow_overage: "allow_overage";
|
|
1409
1406
|
}>>;
|
|
@@ -1506,7 +1503,7 @@ declare const EntitlementRuleValidatedSchema: z.ZodObject<{
|
|
|
1506
1503
|
limit_value: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"unlimited">]>>;
|
|
1507
1504
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1508
1505
|
hard_block: "hard_block";
|
|
1509
|
-
|
|
1506
|
+
block_with_upsell: "block_with_upsell";
|
|
1510
1507
|
degrade: "degrade";
|
|
1511
1508
|
allow_overage: "allow_overage";
|
|
1512
1509
|
}>>;
|
|
@@ -1969,7 +1966,7 @@ declare const UserInstanceContextSchema: z.ZodObject<{
|
|
|
1969
1966
|
}>>;
|
|
1970
1967
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
1971
1968
|
hard_block: "hard_block";
|
|
1972
|
-
|
|
1969
|
+
block_with_upsell: "block_with_upsell";
|
|
1973
1970
|
degrade: "degrade";
|
|
1974
1971
|
allow_overage: "allow_overage";
|
|
1975
1972
|
}>>;
|
|
@@ -2062,7 +2059,7 @@ declare const UserContextSchema: z.ZodObject<{
|
|
|
2062
2059
|
}>>;
|
|
2063
2060
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
2064
2061
|
hard_block: "hard_block";
|
|
2065
|
-
|
|
2062
|
+
block_with_upsell: "block_with_upsell";
|
|
2066
2063
|
degrade: "degrade";
|
|
2067
2064
|
allow_overage: "allow_overage";
|
|
2068
2065
|
}>>;
|
|
@@ -2137,7 +2134,7 @@ declare const UserContextSchema: z.ZodObject<{
|
|
|
2137
2134
|
}>>;
|
|
2138
2135
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
2139
2136
|
hard_block: "hard_block";
|
|
2140
|
-
|
|
2137
|
+
block_with_upsell: "block_with_upsell";
|
|
2141
2138
|
degrade: "degrade";
|
|
2142
2139
|
allow_overage: "allow_overage";
|
|
2143
2140
|
}>>;
|
|
@@ -6163,77 +6160,6 @@ declare const PromotionSchema: z.ZodObject<{
|
|
|
6163
6160
|
}, z.core.$strip>;
|
|
6164
6161
|
declare const promotionPaths: ZodOpenApiPathsObject;
|
|
6165
6162
|
|
|
6166
|
-
/**
|
|
6167
|
-
* Runtime schemas — PresentationRecord, decision/entitlement eval logs.
|
|
6168
|
-
*/
|
|
6169
|
-
|
|
6170
|
-
declare const PresentationRecordSchema: z.ZodObject<{
|
|
6171
|
-
id: z.ZodString;
|
|
6172
|
-
created_at: z.ZodString;
|
|
6173
|
-
updated_at: z.ZodString;
|
|
6174
|
-
tenant_id: z.ZodString;
|
|
6175
|
-
customer_id: z.ZodString;
|
|
6176
|
-
placement_id: z.ZodString;
|
|
6177
|
-
payload_id: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6178
|
-
variant_id: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6179
|
-
surface_type: z.ZodString;
|
|
6180
|
-
presented_at: z.ZodString;
|
|
6181
|
-
dismissed_at: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6182
|
-
cta_clicked_at: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6183
|
-
cta_action_type: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6184
|
-
converted: z.ZodDefault<z.ZodBoolean>;
|
|
6185
|
-
session_id: z.ZodOptional<z.ZodString>;
|
|
6186
|
-
metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
6187
|
-
}, z.core.$strip>;
|
|
6188
|
-
declare const DecisionLogSchema: z.ZodObject<{
|
|
6189
|
-
id: z.ZodString;
|
|
6190
|
-
created_at: z.ZodString;
|
|
6191
|
-
updated_at: z.ZodString;
|
|
6192
|
-
tenant_id: z.ZodString;
|
|
6193
|
-
customer_id: z.ZodString;
|
|
6194
|
-
placement_id: z.ZodString;
|
|
6195
|
-
decision: z.ZodEnum<{
|
|
6196
|
-
suppress: "suppress";
|
|
6197
|
-
show: "show";
|
|
6198
|
-
defer: "defer";
|
|
6199
|
-
}>;
|
|
6200
|
-
reason: z.ZodString;
|
|
6201
|
-
matched_rules: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
6202
|
-
rule_id: z.ZodString;
|
|
6203
|
-
rule_type: z.ZodString;
|
|
6204
|
-
matched: z.ZodBoolean;
|
|
6205
|
-
}, z.core.$strip>>>;
|
|
6206
|
-
experiment_id: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6207
|
-
variant_id: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
6208
|
-
latency_ms: z.ZodOptional<z.ZodNumber>;
|
|
6209
|
-
}, z.core.$strip>;
|
|
6210
|
-
declare const EntitlementEvalLogSchema: z.ZodObject<{
|
|
6211
|
-
id: z.ZodString;
|
|
6212
|
-
created_at: z.ZodString;
|
|
6213
|
-
updated_at: z.ZodString;
|
|
6214
|
-
tenant_id: z.ZodString;
|
|
6215
|
-
customer_id: z.ZodString;
|
|
6216
|
-
entitlement_handle: z.ZodString;
|
|
6217
|
-
entitlement_type: z.ZodString;
|
|
6218
|
-
result: z.ZodEnum<{
|
|
6219
|
-
limited: "limited";
|
|
6220
|
-
denied: "denied";
|
|
6221
|
-
metered: "metered";
|
|
6222
|
-
granted: "granted";
|
|
6223
|
-
}>;
|
|
6224
|
-
current_usage: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
6225
|
-
limit: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
6226
|
-
source: z.ZodEnum<{
|
|
6227
|
-
override: "override";
|
|
6228
|
-
plan: "plan";
|
|
6229
|
-
addon: "addon";
|
|
6230
|
-
trial: "trial";
|
|
6231
|
-
}>;
|
|
6232
|
-
source_id: z.ZodString;
|
|
6233
|
-
latency_ms: z.ZodOptional<z.ZodNumber>;
|
|
6234
|
-
}, z.core.$strip>;
|
|
6235
|
-
declare const runtimePaths: ZodOpenApiPathsObject;
|
|
6236
|
-
|
|
6237
6163
|
/**
|
|
6238
6164
|
* Config schemas — application surfaces, seat types, Stripe/metering/enforcement settings,
|
|
6239
6165
|
* and the RevTurbineConfig snapshot used for SDK initialization.
|
|
@@ -6788,7 +6714,7 @@ declare const RevTurbineConfigEntitlementRulesItemSchema: z.ZodObject<{
|
|
|
6788
6714
|
currency: z.ZodOptional<z.ZodString>;
|
|
6789
6715
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
6790
6716
|
hard_block: "hard_block";
|
|
6791
|
-
|
|
6717
|
+
block_with_upsell: "block_with_upsell";
|
|
6792
6718
|
degrade: "degrade";
|
|
6793
6719
|
allow_overage: "allow_overage";
|
|
6794
6720
|
}>>;
|
|
@@ -7411,7 +7337,7 @@ declare const PlaybookBodySchema: z.ZodObject<{
|
|
|
7411
7337
|
currency: z.ZodOptional<z.ZodString>;
|
|
7412
7338
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
7413
7339
|
hard_block: "hard_block";
|
|
7414
|
-
|
|
7340
|
+
block_with_upsell: "block_with_upsell";
|
|
7415
7341
|
degrade: "degrade";
|
|
7416
7342
|
allow_overage: "allow_overage";
|
|
7417
7343
|
}>>;
|
|
@@ -8061,7 +7987,7 @@ declare const PlaybookObjectSchema: z.ZodObject<{
|
|
|
8061
7987
|
currency: z.ZodOptional<z.ZodString>;
|
|
8062
7988
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
8063
7989
|
hard_block: "hard_block";
|
|
8064
|
-
|
|
7990
|
+
block_with_upsell: "block_with_upsell";
|
|
8065
7991
|
degrade: "degrade";
|
|
8066
7992
|
allow_overage: "allow_overage";
|
|
8067
7993
|
}>>;
|
|
@@ -8697,7 +8623,7 @@ declare const PlaybookSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
8697
8623
|
currency: z.ZodOptional<z.ZodString>;
|
|
8698
8624
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
8699
8625
|
hard_block: "hard_block";
|
|
8700
|
-
|
|
8626
|
+
block_with_upsell: "block_with_upsell";
|
|
8701
8627
|
degrade: "degrade";
|
|
8702
8628
|
allow_overage: "allow_overage";
|
|
8703
8629
|
}>>;
|
|
@@ -9351,7 +9277,7 @@ declare const PlaybookStrictSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
9351
9277
|
currency: z.ZodOptional<z.ZodString>;
|
|
9352
9278
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
9353
9279
|
hard_block: "hard_block";
|
|
9354
|
-
|
|
9280
|
+
block_with_upsell: "block_with_upsell";
|
|
9355
9281
|
degrade: "degrade";
|
|
9356
9282
|
allow_overage: "allow_overage";
|
|
9357
9283
|
}>>;
|
|
@@ -9984,7 +9910,7 @@ declare const RevTurbineConfigSchema: z.ZodPreprocess<z.ZodObject<{
|
|
|
9984
9910
|
currency: z.ZodOptional<z.ZodString>;
|
|
9985
9911
|
enforcement: z.ZodOptional<z.ZodEnum<{
|
|
9986
9912
|
hard_block: "hard_block";
|
|
9987
|
-
|
|
9913
|
+
block_with_upsell: "block_with_upsell";
|
|
9988
9914
|
degrade: "degrade";
|
|
9989
9915
|
allow_overage: "allow_overage";
|
|
9990
9916
|
}>>;
|
|
@@ -11813,7 +11739,6 @@ type CustomerOverride = z.infer<typeof CustomerOverrideSchema>;
|
|
|
11813
11739
|
type CustomerOverrideStatus = z.infer<typeof CustomerOverrideStatusSchema>;
|
|
11814
11740
|
type CustomerOverrideType = z.infer<typeof CustomerOverrideTypeSchema>;
|
|
11815
11741
|
type Customer = z.infer<typeof CustomerSchema>;
|
|
11816
|
-
type DecisionLog = z.infer<typeof DecisionLogSchema>;
|
|
11817
11742
|
type DimensionCategory = z.infer<typeof DimensionCategorySchema>;
|
|
11818
11743
|
type DimensionSourceType = z.infer<typeof DimensionSourceTypeSchema>;
|
|
11819
11744
|
type DiscountType = z.infer<typeof DiscountTypeSchema>;
|
|
@@ -11821,7 +11746,6 @@ type DriftReport = z.infer<typeof DriftReportSchema>;
|
|
|
11821
11746
|
type EnforcementAction = z.infer<typeof EnforcementActionSchema>;
|
|
11822
11747
|
type EnforcementMode = z.infer<typeof EnforcementModeSchema>;
|
|
11823
11748
|
type EntitlementCheckResult$1 = z.infer<typeof EntitlementCheckResultSchema>;
|
|
11824
|
-
type EntitlementEvalLog = z.infer<typeof EntitlementEvalLogSchema>;
|
|
11825
11749
|
type EntitlementGrant$1 = z.infer<typeof EntitlementGrantSchema>;
|
|
11826
11750
|
type EntitlementGrantSet$1 = z.infer<typeof EntitlementGrantSetSchema>;
|
|
11827
11751
|
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. */
|
|
@@ -15660,6 +15583,19 @@ declare class RevTurbineCustomerSdk {
|
|
|
15660
15583
|
private isDisabledByProviderFailure;
|
|
15661
15584
|
private disabledDecisionForPlacement;
|
|
15662
15585
|
private disabledPlacementOutputForConfig;
|
|
15586
|
+
/**
|
|
15587
|
+
* Whether the integrator explicitly configured an endpoint for `key`.
|
|
15588
|
+
*
|
|
15589
|
+
* Most SDK endpoints have a working default on `revturbine-web`, so the
|
|
15590
|
+
* override is a convenience. A few do not — `placementTypes` is the live
|
|
15591
|
+
* example: `/api/sdk/placement-types` was never built, and there is no
|
|
15592
|
+
* `placement_types` table behind it. For those, the default is not a
|
|
15593
|
+
* fallback but a guaranteed 404, so the call is only meaningful when the
|
|
15594
|
+
* integrator has pointed it somewhere real (`custom_endpoints`).
|
|
15595
|
+
*
|
|
15596
|
+
* @internal
|
|
15597
|
+
*/
|
|
15598
|
+
private hasEndpointOverride;
|
|
15663
15599
|
private endpointFor;
|
|
15664
15600
|
private localPlacementLookupKey;
|
|
15665
15601
|
private localLookupMatchesConfig;
|
|
@@ -16083,6 +16019,19 @@ declare class RevTurbineCustomerSdk {
|
|
|
16083
16019
|
registerPlacement(config: RevTurbinePlacementConfig): Promise<string>;
|
|
16084
16020
|
private upsertSurfaceSlot;
|
|
16085
16021
|
registerSurfaceSlot(config: RevTurbineSurfaceSlotConfig): Promise<string>;
|
|
16022
|
+
/**
|
|
16023
|
+
* Persist authored placement types to a configured backend.
|
|
16024
|
+
*
|
|
16025
|
+
* **Requires an explicit `placementTypes` endpoint override.** RevTurbine
|
|
16026
|
+
* hosts no `/api/sdk/placement-types` route — the default path was never
|
|
16027
|
+
* built, and there is no table behind it — so without an override this
|
|
16028
|
+
* method is a no-op rather than a guaranteed 404. It previously threw
|
|
16029
|
+
* `persist_placement_types_failed:404` in every non-`local_only` mode, which
|
|
16030
|
+
* made a documented method unusable on the documented default path.
|
|
16031
|
+
*
|
|
16032
|
+
* Supply `endpointOverrides.placementTypes` (or override the provider hook of
|
|
16033
|
+
* the same name) to send these somewhere real.
|
|
16034
|
+
*/
|
|
16086
16035
|
persistPlacementTypes(types: RevTurbinePlacementTypeEntity[]): Promise<void>;
|
|
16087
16036
|
private stableStringify;
|
|
16088
16037
|
private decisionCacheKey;
|
|
@@ -18060,7 +18009,7 @@ interface components {
|
|
|
18060
18009
|
/** @enum {string} */
|
|
18061
18010
|
EntitlementRulePeriodUnit: "month" | "day" | "week" | "quarter" | "year" | "billing_period" | "hour" | "six_hours";
|
|
18062
18011
|
/** @enum {string} */
|
|
18063
|
-
EnforcementMode: "hard_block" | "
|
|
18012
|
+
EnforcementMode: "hard_block" | "block_with_upsell" | "degrade" | "allow_overage";
|
|
18064
18013
|
/** @enum {string} */
|
|
18065
18014
|
PlacementCategory: "fixed" | "gated_feature" | "usage_limit" | "trial" | "other_conversion" | "retention";
|
|
18066
18015
|
CtaObject: {
|
|
@@ -19974,53 +19923,6 @@ interface components {
|
|
|
19974
19923
|
/** @enum {string} */
|
|
19975
19924
|
Severity: "info" | "warning" | "critical";
|
|
19976
19925
|
PromotionAnchor: components["schemas"]["Anon_f38b4727dc66"];
|
|
19977
|
-
PresentationRecord: {
|
|
19978
|
-
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
19979
|
-
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
19980
|
-
updated_at: components["schemas"]["Anon_be3e2585472d_3"];
|
|
19981
|
-
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
19982
|
-
customer_id: components["schemas"]["Anon_761f976a1da1_9"];
|
|
19983
|
-
placement_id: components["schemas"]["Anon_57796118d046_52"];
|
|
19984
|
-
payload_id: components["schemas"]["Anon_f7fb9744a6e4_18"];
|
|
19985
|
-
variant_id: components["schemas"]["Anon_f7fb9744a6e4_19"];
|
|
19986
|
-
surface_type: components["schemas"]["Anon_127eb78cd9c0"];
|
|
19987
|
-
presented_at: components["schemas"]["Anon_be3e2585472d_7"];
|
|
19988
|
-
dismissed_at: components["schemas"]["Anon_711dc9708535_15"];
|
|
19989
|
-
cta_clicked_at: components["schemas"]["Anon_711dc9708535_16"];
|
|
19990
|
-
cta_action_type: components["schemas"]["Anon_f7fb9744a6e4_20"];
|
|
19991
|
-
converted: components["schemas"]["Anon_062d958a93c4_9"];
|
|
19992
|
-
session_id?: components["schemas"]["Anon_96f9066c2fdc_58"];
|
|
19993
|
-
metadata: components["schemas"]["Anon_f27cb44c32f6_25"];
|
|
19994
|
-
};
|
|
19995
|
-
DecisionLog: {
|
|
19996
|
-
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
19997
|
-
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
19998
|
-
updated_at: components["schemas"]["Anon_be3e2585472d_3"];
|
|
19999
|
-
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20000
|
-
customer_id: components["schemas"]["Anon_761f976a1da1_10"];
|
|
20001
|
-
placement_id: components["schemas"]["Anon_57796118d046_53"];
|
|
20002
|
-
decision: components["schemas"]["Anon_6b72d8e94e3e"];
|
|
20003
|
-
reason: components["schemas"]["Anon_4379167c9725"];
|
|
20004
|
-
matched_rules: components["schemas"]["Anon_3014b168acd1"];
|
|
20005
|
-
experiment_id: components["schemas"]["Anon_f7fb9744a6e4_21"];
|
|
20006
|
-
variant_id: components["schemas"]["Anon_f7fb9744a6e4_22"];
|
|
20007
|
-
latency_ms?: components["schemas"]["Anon_3d3fd40aec74_1"];
|
|
20008
|
-
};
|
|
20009
|
-
EntitlementEvalLog: {
|
|
20010
|
-
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
20011
|
-
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
20012
|
-
updated_at: components["schemas"]["Anon_be3e2585472d_3"];
|
|
20013
|
-
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20014
|
-
customer_id: components["schemas"]["Anon_761f976a1da1_11"];
|
|
20015
|
-
entitlement_handle: components["schemas"]["Anon_57796118d046_54"];
|
|
20016
|
-
entitlement_type: components["schemas"]["Anon_127eb78cd9c0_1"];
|
|
20017
|
-
result: components["schemas"]["Anon_a1e4b0e0ecbf"];
|
|
20018
|
-
current_usage: components["schemas"]["Anon_bb5d3c3618df"];
|
|
20019
|
-
limit: components["schemas"]["Anon_bb5d3c3618df_1"];
|
|
20020
|
-
source: components["schemas"]["Anon_675378a1dff6"];
|
|
20021
|
-
source_id: components["schemas"]["Anon_57796118d046_55"];
|
|
20022
|
-
latency_ms?: components["schemas"]["Anon_3d3fd40aec74_2"];
|
|
20023
|
-
};
|
|
20024
19926
|
SeatTypeAnchor: components["schemas"]["Anon_f38b4727dc66"];
|
|
20025
19927
|
SeatType: {
|
|
20026
19928
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
@@ -20038,9 +19940,9 @@ interface components {
|
|
|
20038
19940
|
name: components["schemas"]["Anon_4c26b3baab05_26"];
|
|
20039
19941
|
handle: components["schemas"]["Anon_af12d548dbee_27"];
|
|
20040
19942
|
description?: components["schemas"]["Anon_ee9224780226_7"];
|
|
20041
|
-
is_default: components["schemas"]["
|
|
19943
|
+
is_default: components["schemas"]["Anon_062d958a93c4_9"];
|
|
20042
19944
|
entitlement_ids: components["schemas"]["Anon_f8dbfffc0ce2_24"];
|
|
20043
|
-
metadata: components["schemas"]["
|
|
19945
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_25"];
|
|
20044
19946
|
};
|
|
20045
19947
|
PersonalizationTokenAnchor: components["schemas"]["Anon_f38b4727dc66"];
|
|
20046
19948
|
PersonalizationToken: {
|
|
@@ -20057,14 +19959,14 @@ interface components {
|
|
|
20057
19959
|
base_sequence: components["schemas"]["Anon_71a2fb329804_1"];
|
|
20058
19960
|
anchor_id: components["schemas"]["Anon_fb248bf5a9f7_29"];
|
|
20059
19961
|
handle: components["schemas"]["Anon_af12d548dbee_28"];
|
|
20060
|
-
label: components["schemas"]["
|
|
20061
|
-
description: components["schemas"]["
|
|
19962
|
+
label: components["schemas"]["Anon_57796118d046_52"];
|
|
19963
|
+
description: components["schemas"]["Anon_f7fb9744a6e4_18"];
|
|
20062
19964
|
category: components["schemas"]["Anon_38f88e5475e4_1"];
|
|
20063
|
-
data_source: components["schemas"]["
|
|
20064
|
-
example_value: components["schemas"]["
|
|
19965
|
+
data_source: components["schemas"]["Anon_f7fb9744a6e4_19"];
|
|
19966
|
+
example_value: components["schemas"]["Anon_f7fb9744a6e4_20"];
|
|
20065
19967
|
value_map: components["schemas"]["Anon_72084ba72159_1"];
|
|
20066
19968
|
format: components["schemas"]["Anon_79523fea611b_1"];
|
|
20067
|
-
metadata: components["schemas"]["
|
|
19969
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_26"];
|
|
20068
19970
|
};
|
|
20069
19971
|
StripeIntegrationConfig: {
|
|
20070
19972
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
@@ -20079,8 +19981,8 @@ interface components {
|
|
|
20079
19981
|
sequence: components["schemas"]["Anon_ffffc3c874cb_1"];
|
|
20080
19982
|
base_sequence: components["schemas"]["Anon_71a2fb329804_1"];
|
|
20081
19983
|
handle: components["schemas"]["Anon_2457cccd64aa_8"];
|
|
20082
|
-
stripe_account_id: components["schemas"]["
|
|
20083
|
-
live_mode: components["schemas"]["
|
|
19984
|
+
stripe_account_id: components["schemas"]["Anon_57796118d046_53"];
|
|
19985
|
+
live_mode: components["schemas"]["Anon_062d958a93c4_10"];
|
|
20084
19986
|
onboarding_state: components["schemas"]["Anon_3150913876f5"];
|
|
20085
19987
|
onboarding_complete: components["schemas"]["Anon_4dc549443053_2"];
|
|
20086
19988
|
charges_enabled: components["schemas"]["Anon_4dc549443053_3"];
|
|
@@ -20090,11 +19992,11 @@ interface components {
|
|
|
20090
19992
|
sync_products: components["schemas"]["Anon_493deecc809a_10"];
|
|
20091
19993
|
sync_prices: components["schemas"]["Anon_493deecc809a_11"];
|
|
20092
19994
|
sync_subscriptions: components["schemas"]["Anon_493deecc809a_12"];
|
|
20093
|
-
sync_invoices: components["schemas"]["
|
|
19995
|
+
sync_invoices: components["schemas"]["Anon_062d958a93c4_11"];
|
|
20094
19996
|
default_currency: components["schemas"]["Anon_64586219ef83"];
|
|
20095
19997
|
tax_behavior: components["schemas"]["Anon_8cafa8111e97"];
|
|
20096
19998
|
last_sync_at?: components["schemas"]["Anon_ab2e66feb54d"];
|
|
20097
|
-
metadata: components["schemas"]["
|
|
19999
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_27"];
|
|
20098
20000
|
};
|
|
20099
20001
|
/** @enum {string} */
|
|
20100
20002
|
OnboardingState: "not_started" | "started" | "details_submitted" | "charges_enabled" | "activated" | "deauthorized";
|
|
@@ -20111,13 +20013,13 @@ interface components {
|
|
|
20111
20013
|
sequence: components["schemas"]["Anon_ffffc3c874cb_1"];
|
|
20112
20014
|
base_sequence: components["schemas"]["Anon_71a2fb329804_1"];
|
|
20113
20015
|
handle: components["schemas"]["Anon_2457cccd64aa_9"];
|
|
20114
|
-
entitlement_id: components["schemas"]["
|
|
20016
|
+
entitlement_id: components["schemas"]["Anon_57796118d046_54"];
|
|
20115
20017
|
meter_key: components["schemas"]["Anon_3b8fc1cd9e8b_2"];
|
|
20116
20018
|
aggregation_type: components["schemas"]["Anon_b5e0b68a9ffd_1"];
|
|
20117
20019
|
reset_period: components["schemas"]["Anon_bd34b4bd6c0e_1"];
|
|
20118
|
-
stripe_meter_id: components["schemas"]["
|
|
20020
|
+
stripe_meter_id: components["schemas"]["Anon_f7fb9744a6e4_21"];
|
|
20119
20021
|
is_active: components["schemas"]["Anon_493deecc809a_13"];
|
|
20120
|
-
metadata: components["schemas"]["
|
|
20022
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_28"];
|
|
20121
20023
|
};
|
|
20122
20024
|
UsageEnforcementSettingsAnchor: components["schemas"]["Anon_f38b4727dc66"];
|
|
20123
20025
|
UsageEnforcementSettings: {
|
|
@@ -20134,7 +20036,7 @@ interface components {
|
|
|
20134
20036
|
base_sequence: components["schemas"]["Anon_71a2fb329804_1"];
|
|
20135
20037
|
anchor_id: components["schemas"]["Anon_fb248bf5a9f7_30"];
|
|
20136
20038
|
handle: components["schemas"]["Anon_2457cccd64aa_10"];
|
|
20137
|
-
entitlement_id: components["schemas"]["
|
|
20039
|
+
entitlement_id: components["schemas"]["Anon_57796118d046_55"];
|
|
20138
20040
|
soft_limit_percent: components["schemas"]["Anon_8f99b8bcf1bc_1"];
|
|
20139
20041
|
hard_limit_percent: components["schemas"]["Anon_db8593c845dd_1"];
|
|
20140
20042
|
soft_limit_action: components["schemas"]["Anon_9718abe9fc88_1"];
|
|
@@ -20160,9 +20062,9 @@ interface components {
|
|
|
20160
20062
|
handle: components["schemas"]["Anon_2457cccd64aa_11"];
|
|
20161
20063
|
global_frequency_cap: components["schemas"]["Anon_896f1a6cc4d3"];
|
|
20162
20064
|
global_frequency_cap_period: components["schemas"]["Anon_e476f3352599"];
|
|
20163
|
-
suppress_for_paid: components["schemas"]["
|
|
20164
|
-
suppress_for_trial: components["schemas"]["
|
|
20165
|
-
allow_stacking: components["schemas"]["
|
|
20065
|
+
suppress_for_paid: components["schemas"]["Anon_062d958a93c4_12"];
|
|
20066
|
+
suppress_for_trial: components["schemas"]["Anon_062d958a93c4_13"];
|
|
20067
|
+
allow_stacking: components["schemas"]["Anon_062d958a93c4_14"];
|
|
20166
20068
|
priority_collision_strategy: components["schemas"]["Anon_54bb39acf789"];
|
|
20167
20069
|
};
|
|
20168
20070
|
ChangeLogEntry: {
|
|
@@ -20172,28 +20074,28 @@ interface components {
|
|
|
20172
20074
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20173
20075
|
action: components["schemas"]["Anon_d1719c72541d"];
|
|
20174
20076
|
resource_type: components["schemas"]["Anon_3b8fc1cd9e8b_3"];
|
|
20175
|
-
resource_id: components["schemas"]["
|
|
20077
|
+
resource_id: components["schemas"]["Anon_57796118d046_58"];
|
|
20176
20078
|
resource_name?: components["schemas"]["Anon_1f4f12b25127"];
|
|
20177
|
-
actor_id: components["schemas"]["
|
|
20079
|
+
actor_id: components["schemas"]["Anon_57796118d046_59"];
|
|
20178
20080
|
actor_email?: components["schemas"]["Anon_c6e58e102591"];
|
|
20179
20081
|
diff?: components["schemas"]["Anon_335c7293a906"];
|
|
20180
20082
|
summary?: components["schemas"]["Anon_796ec99afe20_7"];
|
|
20181
|
-
metadata: components["schemas"]["
|
|
20083
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_29"];
|
|
20182
20084
|
};
|
|
20183
20085
|
/** @enum {string} */
|
|
20184
20086
|
ChangeLogAction: "create" | "update" | "delete" | "archive" | "restore" | "reorder" | "duplicate" | "sync" | "publish";
|
|
20185
20087
|
KpiAggregate: {
|
|
20186
|
-
metric_key: components["schemas"]["
|
|
20187
|
-
label: components["schemas"]["
|
|
20088
|
+
metric_key: components["schemas"]["Anon_57796118d046_60"];
|
|
20089
|
+
label: components["schemas"]["Anon_127eb78cd9c0"];
|
|
20188
20090
|
current_value: components["schemas"]["Anon_ff8cc8201c59"];
|
|
20189
20091
|
previous_value: components["schemas"]["Anon_3840a7694f3b"];
|
|
20190
|
-
change_percent: components["schemas"]["
|
|
20191
|
-
period: components["schemas"]["
|
|
20092
|
+
change_percent: components["schemas"]["Anon_bb5d3c3618df"];
|
|
20093
|
+
period: components["schemas"]["Anon_127eb78cd9c0_1"];
|
|
20192
20094
|
unit: components["schemas"]["Anon_95dc54c503c7"];
|
|
20193
20095
|
};
|
|
20194
20096
|
PlacementPerformanceRow: {
|
|
20195
|
-
placement_id: components["schemas"]["
|
|
20196
|
-
placement_name: components["schemas"]["
|
|
20097
|
+
placement_id: components["schemas"]["Anon_127eb78cd9c0_2"];
|
|
20098
|
+
placement_name: components["schemas"]["Anon_127eb78cd9c0_3"];
|
|
20197
20099
|
impressions: components["schemas"]["Anon_274ba4ca49d5_8"];
|
|
20198
20100
|
clicks: components["schemas"]["Anon_274ba4ca49d5_9"];
|
|
20199
20101
|
conversions: components["schemas"]["Anon_274ba4ca49d5_10"];
|
|
@@ -20202,7 +20104,7 @@ interface components {
|
|
|
20202
20104
|
revenue_cents: components["schemas"]["Anon_60b8dbf9476e"];
|
|
20203
20105
|
};
|
|
20204
20106
|
RevenueMetric: {
|
|
20205
|
-
date: components["schemas"]["
|
|
20107
|
+
date: components["schemas"]["Anon_127eb78cd9c0_4"];
|
|
20206
20108
|
mrr_cents: components["schemas"]["Anon_60b8dbf9476e_1"];
|
|
20207
20109
|
arr_cents: components["schemas"]["Anon_60b8dbf9476e_2"];
|
|
20208
20110
|
new_mrr_cents: components["schemas"]["Anon_60b8dbf9476e_3"];
|
|
@@ -20211,15 +20113,15 @@ interface components {
|
|
|
20211
20113
|
net_new_mrr_cents: components["schemas"]["Anon_1d3b0f8e5641"];
|
|
20212
20114
|
};
|
|
20213
20115
|
CohortMonth: {
|
|
20214
|
-
month: components["schemas"]["
|
|
20116
|
+
month: components["schemas"]["Anon_127eb78cd9c0_5"];
|
|
20215
20117
|
cohort_size: components["schemas"]["Anon_274ba4ca49d5_11"];
|
|
20216
20118
|
retained: components["schemas"]["Anon_274ba4ca49d5_12"];
|
|
20217
20119
|
retention_rate: components["schemas"]["Anon_2b7ce0f730b2"];
|
|
20218
20120
|
revenue_cents: components["schemas"]["Anon_60b8dbf9476e_6"];
|
|
20219
20121
|
};
|
|
20220
20122
|
FunnelStep: {
|
|
20221
|
-
step: components["schemas"]["
|
|
20222
|
-
label: components["schemas"]["
|
|
20123
|
+
step: components["schemas"]["Anon_127eb78cd9c0_6"];
|
|
20124
|
+
label: components["schemas"]["Anon_127eb78cd9c0_7"];
|
|
20223
20125
|
count: components["schemas"]["Anon_274ba4ca49d5_13"];
|
|
20224
20126
|
conversion_rate: components["schemas"]["Anon_2b7ce0f730b2_1"];
|
|
20225
20127
|
drop_off_rate: components["schemas"]["Anon_2b7ce0f730b2_2"];
|
|
@@ -20231,15 +20133,15 @@ interface components {
|
|
|
20231
20133
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20232
20134
|
report_type: components["schemas"]["Anon_a47531460a58"];
|
|
20233
20135
|
severity: components["schemas"]["Anon_f7452ebec2a5"];
|
|
20234
|
-
resource_type: components["schemas"]["
|
|
20235
|
-
resource_id: components["schemas"]["
|
|
20136
|
+
resource_type: components["schemas"]["Anon_57796118d046_61"];
|
|
20137
|
+
resource_id: components["schemas"]["Anon_57796118d046_62"];
|
|
20236
20138
|
summary: components["schemas"]["Anon_6cc12bbf3150"];
|
|
20237
20139
|
expected_value?: components["schemas"]["Anon_3a2fdca66cfe"];
|
|
20238
20140
|
actual_value?: components["schemas"]["Anon_3a2fdca66cfe_1"];
|
|
20239
20141
|
affected_customer_count: components["schemas"]["Anon_2aa59aec1f23_6"];
|
|
20240
|
-
is_resolved: components["schemas"]["
|
|
20241
|
-
resolved_at: components["schemas"]["
|
|
20242
|
-
metadata: components["schemas"]["
|
|
20142
|
+
is_resolved: components["schemas"]["Anon_062d958a93c4_15"];
|
|
20143
|
+
resolved_at: components["schemas"]["Anon_711dc9708535_15"];
|
|
20144
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_30"];
|
|
20243
20145
|
};
|
|
20244
20146
|
Alert: {
|
|
20245
20147
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
@@ -20250,12 +20152,12 @@ interface components {
|
|
|
20250
20152
|
severity: components["schemas"]["Anon_f7452ebec2a5_1"];
|
|
20251
20153
|
title: components["schemas"]["Anon_f7f3658e6095_1"];
|
|
20252
20154
|
description: components["schemas"]["Anon_529174cd85fc_1"];
|
|
20253
|
-
resource_type?: components["schemas"]["
|
|
20254
|
-
resource_id?: components["schemas"]["
|
|
20255
|
-
is_acknowledged: components["schemas"]["
|
|
20256
|
-
acknowledged_at: components["schemas"]["
|
|
20257
|
-
acknowledged_by: components["schemas"]["
|
|
20258
|
-
metadata: components["schemas"]["
|
|
20155
|
+
resource_type?: components["schemas"]["Anon_96f9066c2fdc_58"];
|
|
20156
|
+
resource_id?: components["schemas"]["Anon_96f9066c2fdc_59"];
|
|
20157
|
+
is_acknowledged: components["schemas"]["Anon_062d958a93c4_16"];
|
|
20158
|
+
acknowledged_at: components["schemas"]["Anon_711dc9708535_16"];
|
|
20159
|
+
acknowledged_by: components["schemas"]["Anon_f7fb9744a6e4_22"];
|
|
20160
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_31"];
|
|
20259
20161
|
};
|
|
20260
20162
|
AnalyticsCatalog: {
|
|
20261
20163
|
catalog_version: components["schemas"]["Anon_0c649f0987df"];
|
|
@@ -20311,7 +20213,7 @@ interface components {
|
|
|
20311
20213
|
classification: components["schemas"]["Anon_d2d465584350"];
|
|
20312
20214
|
historical_mode?: components["schemas"]["Anon_2d080ce873f8_1"];
|
|
20313
20215
|
allowed_concepts?: components["schemas"]["Anon_7587b25862b7"];
|
|
20314
|
-
exclude_from_segment_picker: components["schemas"]["
|
|
20216
|
+
exclude_from_segment_picker: components["schemas"]["Anon_062d958a93c4_17"];
|
|
20315
20217
|
deprecation?: components["schemas"]["Anon_8f09b448c37f_1"];
|
|
20316
20218
|
};
|
|
20317
20219
|
/** @enum {string} */
|
|
@@ -20403,8 +20305,8 @@ interface components {
|
|
|
20403
20305
|
label?: components["schemas"]["Anon_08bc067910e8_4"];
|
|
20404
20306
|
operators: components["schemas"]["Anon_ee64da9ff212_1"];
|
|
20405
20307
|
default_value?: components["schemas"]["Anon_972936582d54"];
|
|
20406
|
-
required: components["schemas"]["
|
|
20407
|
-
pinned: components["schemas"]["
|
|
20308
|
+
required: components["schemas"]["Anon_062d958a93c4_18"];
|
|
20309
|
+
pinned: components["schemas"]["Anon_062d958a93c4_19"];
|
|
20408
20310
|
applies_to: components["schemas"]["Anon_e4e72df2ab85"];
|
|
20409
20311
|
};
|
|
20410
20312
|
AnalyticsViewLayout: {
|
|
@@ -20573,22 +20475,22 @@ interface components {
|
|
|
20573
20475
|
cloned_from_environment_id: components["schemas"]["Anon_7f83d3357e9c"];
|
|
20574
20476
|
cloned_at: components["schemas"]["Anon_24a0ac3f017b"];
|
|
20575
20477
|
cloned_at_sequence: components["schemas"]["Anon_f11abbefcf83"];
|
|
20576
|
-
requires_approval: components["schemas"]["
|
|
20577
|
-
auto_deploy_on_approval: components["schemas"]["
|
|
20578
|
-
created_by?: components["schemas"]["
|
|
20579
|
-
metadata: components["schemas"]["
|
|
20478
|
+
requires_approval: components["schemas"]["Anon_062d958a93c4_20"];
|
|
20479
|
+
auto_deploy_on_approval: components["schemas"]["Anon_062d958a93c4_21"];
|
|
20480
|
+
created_by?: components["schemas"]["Anon_96f9066c2fdc_60"];
|
|
20481
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_33"];
|
|
20580
20482
|
};
|
|
20581
20483
|
PlaybookVersion: {
|
|
20582
20484
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
20583
20485
|
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
20584
20486
|
updated_at: components["schemas"]["Anon_be3e2585472d_3"];
|
|
20585
20487
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20586
|
-
environment_id: components["schemas"]["
|
|
20488
|
+
environment_id: components["schemas"]["Anon_57796118d046_63"];
|
|
20587
20489
|
name: components["schemas"]["Anon_4c26b3baab05_29"];
|
|
20588
20490
|
description?: components["schemas"]["Anon_e648d024ff54_1"];
|
|
20589
20491
|
status: components["schemas"]["Anon_d7211f687316"];
|
|
20590
20492
|
labels: components["schemas"]["Anon_f8dbfffc0ce2_25"];
|
|
20591
|
-
created_by: components["schemas"]["
|
|
20493
|
+
created_by: components["schemas"]["Anon_57796118d046_64"];
|
|
20592
20494
|
submitted_by: components["schemas"]["Anon_7f83d3357e9c_1"];
|
|
20593
20495
|
reviewed_by: components["schemas"]["Anon_7f83d3357e9c_2"];
|
|
20594
20496
|
deployed_by: components["schemas"]["Anon_7f83d3357e9c_3"];
|
|
@@ -20598,34 +20500,34 @@ interface components {
|
|
|
20598
20500
|
base_snapshot_sequence: components["schemas"]["Anon_b32f11b2ff5e_6"];
|
|
20599
20501
|
entry_count: components["schemas"]["Anon_b32f11b2ff5e_7"];
|
|
20600
20502
|
conflict_count: components["schemas"]["Anon_b32f11b2ff5e_8"];
|
|
20601
|
-
rollback_of_playbook_version_id: components["schemas"]["
|
|
20602
|
-
cherry_picked_from_playbook_version_id: components["schemas"]["
|
|
20503
|
+
rollback_of_playbook_version_id: components["schemas"]["Anon_f7fb9744a6e4_23"];
|
|
20504
|
+
cherry_picked_from_playbook_version_id: components["schemas"]["Anon_f7fb9744a6e4_24"];
|
|
20603
20505
|
review_notes?: components["schemas"]["Anon_e648d024ff54_2"];
|
|
20604
20506
|
rejection_reason?: components["schemas"]["Anon_e648d024ff54_3"];
|
|
20605
20507
|
snapshot: components["schemas"]["Anon_24c687f9b9af"];
|
|
20606
20508
|
bundle: components["schemas"]["Anon_7f83d3357e9c_4"];
|
|
20607
|
-
metadata: components["schemas"]["
|
|
20509
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_34"];
|
|
20608
20510
|
};
|
|
20609
20511
|
/** @enum {string} */
|
|
20610
20512
|
PlaybookVersionStatus: "draft" | "awaiting_approval" | "approved" | "deploying" | "deployed" | "rejected" | "archived";
|
|
20611
20513
|
PlaybookVersionDeployResult: {
|
|
20612
|
-
playbook_version_id: components["schemas"]["
|
|
20514
|
+
playbook_version_id: components["schemas"]["Anon_127eb78cd9c0_8"];
|
|
20613
20515
|
deployed_count: components["schemas"]["Anon_274ba4ca49d5_17"];
|
|
20614
20516
|
superseded_count: components["schemas"]["Anon_274ba4ca49d5_18"];
|
|
20615
20517
|
skipped_conflicts: components["schemas"]["Anon_274ba4ca49d5_19"];
|
|
20616
20518
|
deployed_at: components["schemas"]["Anon_3c179513a5d9_3"];
|
|
20617
20519
|
};
|
|
20618
20520
|
PlaybookVersionDiff: {
|
|
20619
|
-
playbook_version_id: components["schemas"]["
|
|
20521
|
+
playbook_version_id: components["schemas"]["Anon_127eb78cd9c0_9"];
|
|
20620
20522
|
entries: components["schemas"]["Anon_9d85ce48d708"];
|
|
20621
20523
|
total_entries: components["schemas"]["Anon_274ba4ca49d5_20"];
|
|
20622
20524
|
total_conflicts: components["schemas"]["Anon_274ba4ca49d5_21"];
|
|
20623
20525
|
deployable: components["schemas"]["Anon_a2b04841bdf1_4"];
|
|
20624
20526
|
};
|
|
20625
20527
|
PlaybookVersionEntrySummary: {
|
|
20626
|
-
handle: components["schemas"]["
|
|
20627
|
-
resource_type: components["schemas"]["
|
|
20628
|
-
resource_name?: components["schemas"]["
|
|
20528
|
+
handle: components["schemas"]["Anon_127eb78cd9c0_10"];
|
|
20529
|
+
resource_type: components["schemas"]["Anon_127eb78cd9c0_11"];
|
|
20530
|
+
resource_name?: components["schemas"]["Anon_96f9066c2fdc_61"];
|
|
20629
20531
|
action: components["schemas"]["Anon_2dd4ddc8b727"];
|
|
20630
20532
|
has_conflict: components["schemas"]["Anon_a2b04841bdf1_3"];
|
|
20631
20533
|
};
|
|
@@ -20640,7 +20542,7 @@ interface components {
|
|
|
20640
20542
|
key_last4: components["schemas"]["Anon_e83e9e4262ab"];
|
|
20641
20543
|
status: components["schemas"]["Anon_669ca3b468dc"];
|
|
20642
20544
|
last_used_at: components["schemas"]["Anon_24a0ac3f017b_4"];
|
|
20643
|
-
expires_at: components["schemas"]["
|
|
20545
|
+
expires_at: components["schemas"]["Anon_711dc9708535_17"];
|
|
20644
20546
|
};
|
|
20645
20547
|
FeatureFlag: {
|
|
20646
20548
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
@@ -20675,9 +20577,9 @@ interface components {
|
|
|
20675
20577
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20676
20578
|
server_url: components["schemas"]["Anon_e263ce55cb2f"];
|
|
20677
20579
|
api_token_hint: components["schemas"]["Anon_26f9ae47e188"];
|
|
20678
|
-
allow_write_actions: components["schemas"]["
|
|
20580
|
+
allow_write_actions: components["schemas"]["Anon_062d958a93c4_22"];
|
|
20679
20581
|
enabled_tools: components["schemas"]["Anon_39888a32a8f7"];
|
|
20680
|
-
enabled: components["schemas"]["
|
|
20582
|
+
enabled: components["schemas"]["Anon_062d958a93c4_23"];
|
|
20681
20583
|
};
|
|
20682
20584
|
OnboardingChecklist: {
|
|
20683
20585
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
@@ -20686,7 +20588,7 @@ interface components {
|
|
|
20686
20588
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20687
20589
|
step_key: components["schemas"]["Anon_3b8fc1cd9e8b_5"];
|
|
20688
20590
|
label: components["schemas"]["Anon_872e58432369_6"];
|
|
20689
|
-
done: components["schemas"]["
|
|
20591
|
+
done: components["schemas"]["Anon_062d958a93c4_24"];
|
|
20690
20592
|
completed_at: components["schemas"]["Anon_24a0ac3f017b_5"];
|
|
20691
20593
|
};
|
|
20692
20594
|
AuditEvent: {
|
|
@@ -20694,12 +20596,12 @@ interface components {
|
|
|
20694
20596
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
20695
20597
|
environment_id: components["schemas"]["Anon_a2f8ac1ffbf6"];
|
|
20696
20598
|
actor_type: components["schemas"]["Anon_a607427cce0b"];
|
|
20697
|
-
actor_id: components["schemas"]["
|
|
20599
|
+
actor_id: components["schemas"]["Anon_f7fb9744a6e4_25"];
|
|
20698
20600
|
action: components["schemas"]["Anon_cd76cef95ac8_5"];
|
|
20699
20601
|
object_type: components["schemas"]["Anon_c8b3e7377e39"];
|
|
20700
20602
|
object_id: components["schemas"]["Anon_4d8c172ed637"];
|
|
20701
20603
|
payload: components["schemas"]["Anon_9d87a4763d87"];
|
|
20702
|
-
occurred_at: components["schemas"]["
|
|
20604
|
+
occurred_at: components["schemas"]["Anon_be3e2585472d_7"];
|
|
20703
20605
|
};
|
|
20704
20606
|
/** @enum {string} */
|
|
20705
20607
|
AuditActorType: "user" | "agent" | "system" | "webhook";
|
|
@@ -20719,7 +20621,7 @@ interface components {
|
|
|
20719
20621
|
identifier: components["schemas"]["Anon_872e58432369_7"];
|
|
20720
20622
|
identifier_type: components["schemas"]["Anon_b07a1e0dbc7b"];
|
|
20721
20623
|
note: components["schemas"]["Anon_519dcb817ac7"];
|
|
20722
|
-
added_by: components["schemas"]["
|
|
20624
|
+
added_by: components["schemas"]["Anon_127eb78cd9c0_12"];
|
|
20723
20625
|
};
|
|
20724
20626
|
null: {
|
|
20725
20627
|
accepted: components["schemas"]["Anon_274ba4ca49d5_22"];
|
|
@@ -20733,13 +20635,13 @@ interface components {
|
|
|
20733
20635
|
};
|
|
20734
20636
|
IngestedEvent: {
|
|
20735
20637
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
20736
|
-
event_type: components["schemas"]["
|
|
20638
|
+
event_type: components["schemas"]["Anon_57796118d046_65"];
|
|
20737
20639
|
source: components["schemas"]["Anon_eabbbb727ad3"];
|
|
20738
20640
|
tenant_id?: components["schemas"]["Anon_4e04ec5cc4e6_17"];
|
|
20739
20641
|
user_id?: components["schemas"]["Anon_0a729b73253d"];
|
|
20740
20642
|
session_id?: components["schemas"]["Anon_0a729b73253d_1"];
|
|
20741
20643
|
occurred_at: components["schemas"]["Anon_3c179513a5d9_4"];
|
|
20742
|
-
request_id: components["schemas"]["
|
|
20644
|
+
request_id: components["schemas"]["Anon_57796118d046_66"];
|
|
20743
20645
|
attributes: components["schemas"]["Anon_5142f8473790_13"];
|
|
20744
20646
|
payload: components["schemas"]["Anon_5142f8473790_14"];
|
|
20745
20647
|
ingested_at: components["schemas"]["Anon_3c179513a5d9_5"];
|
|
@@ -21394,89 +21296,31 @@ interface components {
|
|
|
21394
21296
|
Anon_062d958a93c4_8: components["schemas"]["Anon_7cb541e84f22_46"];
|
|
21395
21297
|
Anon_7cb541e84f22_46: boolean;
|
|
21396
21298
|
Anon_f27cb44c32f6_24: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21397
|
-
Anon_761f976a1da1_9: string;
|
|
21398
|
-
Anon_57796118d046_52: string;
|
|
21399
|
-
/** @default null */
|
|
21400
|
-
Anon_f7fb9744a6e4_18: components["schemas"]["Anon_f090cb615c84_35"];
|
|
21401
|
-
Anon_f090cb615c84_35: string | null;
|
|
21402
|
-
/** @default null */
|
|
21403
|
-
Anon_f7fb9744a6e4_19: components["schemas"]["Anon_f090cb615c84_36"];
|
|
21404
|
-
Anon_f090cb615c84_36: string | null;
|
|
21405
|
-
Anon_127eb78cd9c0: string;
|
|
21406
|
-
/** Format: date-time */
|
|
21407
|
-
Anon_be3e2585472d_7: string;
|
|
21408
|
-
Anon_711dc9708535_15: components["schemas"]["Anon_11c9ad639448_1"];
|
|
21409
|
-
Anon_711dc9708535_16: components["schemas"]["Anon_11c9ad639448_1"];
|
|
21410
|
-
/** @default null */
|
|
21411
|
-
Anon_f7fb9744a6e4_20: components["schemas"]["Anon_f090cb615c84_37"];
|
|
21412
|
-
Anon_f090cb615c84_37: string | null;
|
|
21413
|
-
/** @default false */
|
|
21414
|
-
Anon_062d958a93c4_9: components["schemas"]["Anon_7cb541e84f22_47"];
|
|
21415
|
-
Anon_7cb541e84f22_47: boolean;
|
|
21416
|
-
Anon_96f9066c2fdc_58: components["schemas"]["Anon_00404e686415_61"];
|
|
21417
|
-
Anon_00404e686415_61: string;
|
|
21418
|
-
Anon_f27cb44c32f6_25: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21419
|
-
Anon_761f976a1da1_10: string;
|
|
21420
|
-
Anon_57796118d046_53: string;
|
|
21421
|
-
/** @enum {string} */
|
|
21422
|
-
Anon_6b72d8e94e3e: "show" | "suppress" | "defer";
|
|
21423
|
-
Anon_4379167c9725: string;
|
|
21424
|
-
/** @default [] */
|
|
21425
|
-
Anon_3014b168acd1: components["schemas"]["Anon_1d5ee5db96af"];
|
|
21426
|
-
Anon_1d5ee5db96af: {
|
|
21427
|
-
rule_id: string;
|
|
21428
|
-
rule_type: string;
|
|
21429
|
-
matched: boolean;
|
|
21430
|
-
}[];
|
|
21431
|
-
/** @default null */
|
|
21432
|
-
Anon_f7fb9744a6e4_21: components["schemas"]["Anon_f090cb615c84_38"];
|
|
21433
|
-
Anon_f090cb615c84_38: string | null;
|
|
21434
|
-
/** @default null */
|
|
21435
|
-
Anon_f7fb9744a6e4_22: components["schemas"]["Anon_f090cb615c84_39"];
|
|
21436
|
-
Anon_f090cb615c84_39: string | null;
|
|
21437
|
-
Anon_3d3fd40aec74_1: components["schemas"]["Anon_33527092b4d7_1"];
|
|
21438
|
-
Anon_33527092b4d7_1: number;
|
|
21439
|
-
Anon_761f976a1da1_11: string;
|
|
21440
|
-
Anon_57796118d046_54: string;
|
|
21441
|
-
Anon_127eb78cd9c0_1: string;
|
|
21442
|
-
/** @enum {string} */
|
|
21443
|
-
Anon_a1e4b0e0ecbf: "granted" | "denied" | "limited" | "metered";
|
|
21444
|
-
/** @default null */
|
|
21445
|
-
Anon_bb5d3c3618df: components["schemas"]["Anon_647f607e81dc"];
|
|
21446
|
-
Anon_647f607e81dc: number | null;
|
|
21447
|
-
/** @default null */
|
|
21448
|
-
Anon_bb5d3c3618df_1: components["schemas"]["Anon_647f607e81dc_1"];
|
|
21449
|
-
Anon_647f607e81dc_1: number | null;
|
|
21450
|
-
/** @enum {string} */
|
|
21451
|
-
Anon_675378a1dff6: "plan" | "addon" | "override" | "trial";
|
|
21452
|
-
Anon_57796118d046_55: string;
|
|
21453
|
-
Anon_3d3fd40aec74_2: components["schemas"]["Anon_33527092b4d7_2"];
|
|
21454
|
-
Anon_33527092b4d7_2: number;
|
|
21455
21299
|
Anon_fb248bf5a9f7_28: string;
|
|
21456
21300
|
Anon_4c26b3baab05_26: components["schemas"]["Anon_52ba84a4bbf3_1"];
|
|
21457
21301
|
Anon_af12d548dbee_27: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
21458
21302
|
Anon_ee9224780226_7: components["schemas"]["Anon_853cc883e392_1"];
|
|
21459
21303
|
/** @default false */
|
|
21460
|
-
|
|
21461
|
-
|
|
21304
|
+
Anon_062d958a93c4_9: components["schemas"]["Anon_7cb541e84f22_47"];
|
|
21305
|
+
Anon_7cb541e84f22_47: boolean;
|
|
21462
21306
|
/** @default [] */
|
|
21463
21307
|
Anon_f8dbfffc0ce2_24: components["schemas"]["Anon_681004346c78_27"];
|
|
21464
21308
|
Anon_681004346c78_27: string[];
|
|
21465
|
-
|
|
21309
|
+
Anon_f27cb44c32f6_25: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21466
21310
|
Anon_fb248bf5a9f7_29: string;
|
|
21467
21311
|
Anon_af12d548dbee_28: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
21468
|
-
|
|
21312
|
+
Anon_57796118d046_52: string;
|
|
21469
21313
|
/** @default null */
|
|
21470
|
-
|
|
21471
|
-
|
|
21314
|
+
Anon_f7fb9744a6e4_18: components["schemas"]["Anon_f090cb615c84_35"];
|
|
21315
|
+
Anon_f090cb615c84_35: string | null;
|
|
21472
21316
|
/** @enum {string} */
|
|
21473
21317
|
Anon_38f88e5475e4_1: "user" | "plan" | "usage" | "trial" | "billing" | "promotion" | "custom";
|
|
21474
21318
|
/** @default null */
|
|
21475
|
-
|
|
21476
|
-
|
|
21319
|
+
Anon_f7fb9744a6e4_19: components["schemas"]["Anon_f090cb615c84_36"];
|
|
21320
|
+
Anon_f090cb615c84_36: string | null;
|
|
21477
21321
|
/** @default null */
|
|
21478
|
-
|
|
21479
|
-
|
|
21322
|
+
Anon_f7fb9744a6e4_20: components["schemas"]["Anon_f090cb615c84_37"];
|
|
21323
|
+
Anon_f090cb615c84_37: string | null;
|
|
21480
21324
|
/** @default {} */
|
|
21481
21325
|
Anon_72084ba72159_1: components["schemas"]["Anon_86408dfcaaac_3"];
|
|
21482
21326
|
Anon_86408dfcaaac_3: {
|
|
@@ -21485,41 +21329,41 @@ interface components {
|
|
|
21485
21329
|
/** @default null */
|
|
21486
21330
|
Anon_79523fea611b_1: components["schemas"]["Anon_a471eaae5f65_1"];
|
|
21487
21331
|
Anon_a471eaae5f65_1: ("string" | "number" | "currency" | "percentage" | "date") | null;
|
|
21488
|
-
|
|
21332
|
+
Anon_f27cb44c32f6_26: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21489
21333
|
Anon_2457cccd64aa_8: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
21490
|
-
|
|
21334
|
+
Anon_57796118d046_53: string;
|
|
21491
21335
|
/** @default false */
|
|
21492
|
-
|
|
21493
|
-
|
|
21336
|
+
Anon_062d958a93c4_10: components["schemas"]["Anon_7cb541e84f22_48"];
|
|
21337
|
+
Anon_7cb541e84f22_48: boolean;
|
|
21494
21338
|
/** @default not_started */
|
|
21495
21339
|
Anon_3150913876f5: components["schemas"]["OnboardingState"];
|
|
21496
21340
|
/** @default false */
|
|
21497
|
-
Anon_4dc549443053_2: components["schemas"]["
|
|
21341
|
+
Anon_4dc549443053_2: components["schemas"]["Anon_7cb541e84f22_49"];
|
|
21342
|
+
Anon_7cb541e84f22_49: boolean;
|
|
21343
|
+
/** @default false */
|
|
21344
|
+
Anon_4dc549443053_3: components["schemas"]["Anon_7cb541e84f22_50"];
|
|
21498
21345
|
Anon_7cb541e84f22_50: boolean;
|
|
21499
21346
|
/** @default false */
|
|
21500
|
-
|
|
21347
|
+
Anon_4dc549443053_4: components["schemas"]["Anon_7cb541e84f22_51"];
|
|
21501
21348
|
Anon_7cb541e84f22_51: boolean;
|
|
21502
21349
|
/** @default false */
|
|
21503
|
-
|
|
21350
|
+
Anon_4dc549443053_5: components["schemas"]["Anon_7cb541e84f22_52"];
|
|
21504
21351
|
Anon_7cb541e84f22_52: boolean;
|
|
21505
21352
|
/** @default false */
|
|
21506
|
-
|
|
21353
|
+
Anon_4dc549443053_6: components["schemas"]["Anon_7cb541e84f22_53"];
|
|
21507
21354
|
Anon_7cb541e84f22_53: boolean;
|
|
21508
|
-
/** @default
|
|
21509
|
-
|
|
21355
|
+
/** @default true */
|
|
21356
|
+
Anon_493deecc809a_10: components["schemas"]["Anon_7cb541e84f22_54"];
|
|
21510
21357
|
Anon_7cb541e84f22_54: boolean;
|
|
21511
21358
|
/** @default true */
|
|
21512
|
-
|
|
21359
|
+
Anon_493deecc809a_11: components["schemas"]["Anon_7cb541e84f22_55"];
|
|
21513
21360
|
Anon_7cb541e84f22_55: boolean;
|
|
21514
21361
|
/** @default true */
|
|
21515
|
-
|
|
21362
|
+
Anon_493deecc809a_12: components["schemas"]["Anon_7cb541e84f22_56"];
|
|
21516
21363
|
Anon_7cb541e84f22_56: boolean;
|
|
21517
|
-
/** @default true */
|
|
21518
|
-
Anon_493deecc809a_12: components["schemas"]["Anon_7cb541e84f22_57"];
|
|
21519
|
-
Anon_7cb541e84f22_57: boolean;
|
|
21520
21364
|
/** @default false */
|
|
21521
|
-
|
|
21522
|
-
|
|
21365
|
+
Anon_062d958a93c4_11: components["schemas"]["Anon_7cb541e84f22_57"];
|
|
21366
|
+
Anon_7cb541e84f22_57: boolean;
|
|
21523
21367
|
/** @default USD */
|
|
21524
21368
|
Anon_64586219ef83: components["schemas"]["Anon_9b3712d35cb1_4"];
|
|
21525
21369
|
Anon_9b3712d35cb1_4: string;
|
|
@@ -21527,11 +21371,11 @@ interface components {
|
|
|
21527
21371
|
Anon_8cafa8111e97: components["schemas"]["Anon_e885ffecdf91_1"];
|
|
21528
21372
|
/** @enum {string} */
|
|
21529
21373
|
Anon_e885ffecdf91_1: "inclusive" | "exclusive" | "unspecified";
|
|
21530
|
-
Anon_ab2e66feb54d: components["schemas"]["
|
|
21531
|
-
|
|
21532
|
-
|
|
21374
|
+
Anon_ab2e66feb54d: components["schemas"]["Anon_00404e686415_61"];
|
|
21375
|
+
Anon_00404e686415_61: string;
|
|
21376
|
+
Anon_f27cb44c32f6_27: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21533
21377
|
Anon_2457cccd64aa_9: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
21534
|
-
|
|
21378
|
+
Anon_57796118d046_54: string;
|
|
21535
21379
|
Anon_3b8fc1cd9e8b_2: string;
|
|
21536
21380
|
/** @default sum */
|
|
21537
21381
|
Anon_b5e0b68a9ffd_1: components["schemas"]["Anon_830a3c3d0f65_1"];
|
|
@@ -21542,15 +21386,15 @@ interface components {
|
|
|
21542
21386
|
/** @enum {string} */
|
|
21543
21387
|
Anon_6a95057a60d9_1: "none" | "daily" | "weekly" | "monthly" | "yearly";
|
|
21544
21388
|
/** @default null */
|
|
21545
|
-
|
|
21546
|
-
|
|
21389
|
+
Anon_f7fb9744a6e4_21: components["schemas"]["Anon_f090cb615c84_38"];
|
|
21390
|
+
Anon_f090cb615c84_38: string | null;
|
|
21547
21391
|
/** @default true */
|
|
21548
|
-
Anon_493deecc809a_13: components["schemas"]["
|
|
21549
|
-
|
|
21550
|
-
|
|
21392
|
+
Anon_493deecc809a_13: components["schemas"]["Anon_7cb541e84f22_58"];
|
|
21393
|
+
Anon_7cb541e84f22_58: boolean;
|
|
21394
|
+
Anon_f27cb44c32f6_28: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21551
21395
|
Anon_fb248bf5a9f7_30: string;
|
|
21552
21396
|
Anon_2457cccd64aa_10: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
21553
|
-
|
|
21397
|
+
Anon_57796118d046_55: string;
|
|
21554
21398
|
/** @default 80 */
|
|
21555
21399
|
Anon_8f99b8bcf1bc_1: components["schemas"]["Anon_1ef289951720_5"];
|
|
21556
21400
|
Anon_1ef289951720_5: number;
|
|
@@ -21572,8 +21416,8 @@ interface components {
|
|
|
21572
21416
|
Anon_409e3500a87a_1: components["schemas"]["Anon_c59f38ec05ae_1"];
|
|
21573
21417
|
Anon_c59f38ec05ae_1: ("email" | "in_app" | "webhook")[];
|
|
21574
21418
|
/** @default true */
|
|
21575
|
-
Anon_493deecc809a_14: components["schemas"]["
|
|
21576
|
-
|
|
21419
|
+
Anon_493deecc809a_14: components["schemas"]["Anon_7cb541e84f22_59"];
|
|
21420
|
+
Anon_7cb541e84f22_59: boolean;
|
|
21577
21421
|
Anon_fb248bf5a9f7_31: string;
|
|
21578
21422
|
Anon_2457cccd64aa_11: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
21579
21423
|
/** @default null */
|
|
@@ -21582,11 +21426,11 @@ interface components {
|
|
|
21582
21426
|
/** @default [] */
|
|
21583
21427
|
Anon_c13cc3185eb9: components["schemas"]["Anon_895323e9481a"];
|
|
21584
21428
|
Anon_895323e9481a: components["schemas"]["PlacementSettingsCapRuleOutput"][];
|
|
21585
|
-
|
|
21429
|
+
Anon_57796118d046_56: string;
|
|
21586
21430
|
Anon_e730b96dfff2: components["schemas"]["PlacementSettingsCapRuleGroupItemOutput"][];
|
|
21587
21431
|
/** @enum {string} */
|
|
21588
21432
|
Anon_fc6def941f46_1: "template" | "slot";
|
|
21589
|
-
|
|
21433
|
+
Anon_57796118d046_57: string;
|
|
21590
21434
|
Anon_4e04ec5cc4e6_16: components["schemas"]["Anon_9ac136edb99a_24"];
|
|
21591
21435
|
Anon_9ac136edb99a_24: string;
|
|
21592
21436
|
Anon_c65e883b4e4a: {
|
|
@@ -21608,24 +21452,24 @@ interface components {
|
|
|
21608
21452
|
Anon_e476f3352599: components["schemas"]["Anon_55e8f49b5e3d_1"];
|
|
21609
21453
|
Anon_55e8f49b5e3d_1: ("hour" | "day" | "week" | "month" | "session") | null;
|
|
21610
21454
|
/** @default false */
|
|
21455
|
+
Anon_062d958a93c4_12: components["schemas"]["Anon_7cb541e84f22_60"];
|
|
21456
|
+
Anon_7cb541e84f22_60: boolean;
|
|
21457
|
+
/** @default false */
|
|
21611
21458
|
Anon_062d958a93c4_13: components["schemas"]["Anon_7cb541e84f22_61"];
|
|
21612
21459
|
Anon_7cb541e84f22_61: boolean;
|
|
21613
21460
|
/** @default false */
|
|
21614
21461
|
Anon_062d958a93c4_14: components["schemas"]["Anon_7cb541e84f22_62"];
|
|
21615
21462
|
Anon_7cb541e84f22_62: boolean;
|
|
21616
|
-
/** @default false */
|
|
21617
|
-
Anon_062d958a93c4_15: components["schemas"]["Anon_7cb541e84f22_63"];
|
|
21618
|
-
Anon_7cb541e84f22_63: boolean;
|
|
21619
21463
|
/** @default highest_priority */
|
|
21620
21464
|
Anon_54bb39acf789: components["schemas"]["Anon_be07849383a6_1"];
|
|
21621
21465
|
/** @enum {string} */
|
|
21622
21466
|
Anon_be07849383a6_1: "highest_priority" | "most_recent" | "random";
|
|
21623
21467
|
Anon_d1719c72541d: components["schemas"]["ChangeLogAction"];
|
|
21624
21468
|
Anon_3b8fc1cd9e8b_3: string;
|
|
21625
|
-
|
|
21469
|
+
Anon_57796118d046_58: string;
|
|
21626
21470
|
Anon_1f4f12b25127: components["schemas"]["Anon_603c6e9671b0"];
|
|
21627
21471
|
Anon_603c6e9671b0: string;
|
|
21628
|
-
|
|
21472
|
+
Anon_57796118d046_59: string;
|
|
21629
21473
|
Anon_c6e58e102591: components["schemas"]["Anon_074ff710e739"];
|
|
21630
21474
|
/** Format: email */
|
|
21631
21475
|
Anon_074ff710e739: string;
|
|
@@ -21640,51 +21484,51 @@ interface components {
|
|
|
21640
21484
|
};
|
|
21641
21485
|
Anon_796ec99afe20_7: components["schemas"]["Anon_333f67ffab65_7"];
|
|
21642
21486
|
Anon_333f67ffab65_7: string;
|
|
21643
|
-
|
|
21644
|
-
|
|
21645
|
-
|
|
21487
|
+
Anon_f27cb44c32f6_29: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21488
|
+
Anon_57796118d046_60: string;
|
|
21489
|
+
Anon_127eb78cd9c0: string;
|
|
21646
21490
|
Anon_ff8cc8201c59: number;
|
|
21647
21491
|
/** @default null */
|
|
21648
|
-
Anon_3840a7694f3b: components["schemas"]["
|
|
21649
|
-
|
|
21492
|
+
Anon_3840a7694f3b: components["schemas"]["Anon_647f607e81dc"];
|
|
21493
|
+
Anon_647f607e81dc: number | null;
|
|
21650
21494
|
/** @default null */
|
|
21651
|
-
|
|
21652
|
-
|
|
21653
|
-
|
|
21495
|
+
Anon_bb5d3c3618df: components["schemas"]["Anon_647f607e81dc_1"];
|
|
21496
|
+
Anon_647f607e81dc_1: number | null;
|
|
21497
|
+
Anon_127eb78cd9c0_1: string;
|
|
21654
21498
|
/** @default count */
|
|
21655
21499
|
Anon_95dc54c503c7: components["schemas"]["Anon_223debf7873e"];
|
|
21656
21500
|
/** @enum {string} */
|
|
21657
21501
|
Anon_223debf7873e: "count" | "cents" | "percent" | "ratio" | "seconds";
|
|
21658
|
-
|
|
21659
|
-
|
|
21502
|
+
Anon_127eb78cd9c0_2: string;
|
|
21503
|
+
Anon_127eb78cd9c0_3: string;
|
|
21660
21504
|
Anon_274ba4ca49d5_8: number;
|
|
21661
21505
|
Anon_274ba4ca49d5_9: number;
|
|
21662
21506
|
Anon_274ba4ca49d5_10: number;
|
|
21663
21507
|
Anon_391e8f2f18f6_1: number;
|
|
21664
21508
|
Anon_391e8f2f18f6_2: number;
|
|
21665
21509
|
Anon_60b8dbf9476e: number;
|
|
21666
|
-
|
|
21510
|
+
Anon_127eb78cd9c0_4: string;
|
|
21667
21511
|
Anon_60b8dbf9476e_1: number;
|
|
21668
21512
|
Anon_60b8dbf9476e_2: number;
|
|
21669
21513
|
Anon_60b8dbf9476e_3: number;
|
|
21670
21514
|
Anon_60b8dbf9476e_4: number;
|
|
21671
21515
|
Anon_60b8dbf9476e_5: number;
|
|
21672
21516
|
Anon_1d3b0f8e5641: number;
|
|
21673
|
-
|
|
21517
|
+
Anon_127eb78cd9c0_5: string;
|
|
21674
21518
|
Anon_274ba4ca49d5_11: number;
|
|
21675
21519
|
Anon_274ba4ca49d5_12: number;
|
|
21676
21520
|
Anon_2b7ce0f730b2: number;
|
|
21677
21521
|
Anon_60b8dbf9476e_6: number;
|
|
21678
|
-
|
|
21679
|
-
|
|
21522
|
+
Anon_127eb78cd9c0_6: string;
|
|
21523
|
+
Anon_127eb78cd9c0_7: string;
|
|
21680
21524
|
Anon_274ba4ca49d5_13: number;
|
|
21681
21525
|
Anon_2b7ce0f730b2_1: number;
|
|
21682
21526
|
Anon_2b7ce0f730b2_2: number;
|
|
21683
21527
|
/** @enum {string} */
|
|
21684
21528
|
Anon_a47531460a58: "plan_drift" | "entitlement_drift" | "usage_anomaly" | "revenue_anomaly";
|
|
21685
21529
|
Anon_f7452ebec2a5: components["schemas"]["Severity"];
|
|
21686
|
-
|
|
21687
|
-
|
|
21530
|
+
Anon_57796118d046_61: string;
|
|
21531
|
+
Anon_57796118d046_62: string;
|
|
21688
21532
|
Anon_6cc12bbf3150: string;
|
|
21689
21533
|
Anon_3a2fdca66cfe: components["schemas"]["Anon_44136fa355b3_2"];
|
|
21690
21534
|
Anon_44136fa355b3_2: unknown;
|
|
@@ -21694,27 +21538,27 @@ interface components {
|
|
|
21694
21538
|
Anon_2aa59aec1f23_6: components["schemas"]["Anon_97cc9ecfdea9_32"];
|
|
21695
21539
|
Anon_97cc9ecfdea9_32: number;
|
|
21696
21540
|
/** @default false */
|
|
21697
|
-
|
|
21698
|
-
|
|
21699
|
-
|
|
21700
|
-
|
|
21541
|
+
Anon_062d958a93c4_15: components["schemas"]["Anon_7cb541e84f22_63"];
|
|
21542
|
+
Anon_7cb541e84f22_63: boolean;
|
|
21543
|
+
Anon_711dc9708535_15: components["schemas"]["Anon_11c9ad639448_1"];
|
|
21544
|
+
Anon_f27cb44c32f6_30: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21701
21545
|
/** @enum {string} */
|
|
21702
21546
|
Anon_8c68e568f311: "usage_threshold" | "revenue_drop" | "conversion_drop" | "experiment_significance" | "drift_detected" | "custom";
|
|
21703
21547
|
Anon_f7452ebec2a5_1: components["schemas"]["Severity"];
|
|
21704
21548
|
Anon_f7f3658e6095_1: string;
|
|
21705
21549
|
Anon_529174cd85fc_1: string;
|
|
21550
|
+
Anon_96f9066c2fdc_58: components["schemas"]["Anon_00404e686415_62"];
|
|
21551
|
+
Anon_00404e686415_62: string;
|
|
21706
21552
|
Anon_96f9066c2fdc_59: components["schemas"]["Anon_00404e686415_63"];
|
|
21707
21553
|
Anon_00404e686415_63: string;
|
|
21708
|
-
Anon_96f9066c2fdc_60: components["schemas"]["Anon_00404e686415_64"];
|
|
21709
|
-
Anon_00404e686415_64: string;
|
|
21710
21554
|
/** @default false */
|
|
21711
|
-
|
|
21712
|
-
|
|
21713
|
-
|
|
21555
|
+
Anon_062d958a93c4_16: components["schemas"]["Anon_7cb541e84f22_64"];
|
|
21556
|
+
Anon_7cb541e84f22_64: boolean;
|
|
21557
|
+
Anon_711dc9708535_16: components["schemas"]["Anon_11c9ad639448_1"];
|
|
21714
21558
|
/** @default null */
|
|
21715
|
-
|
|
21716
|
-
|
|
21717
|
-
|
|
21559
|
+
Anon_f7fb9744a6e4_22: components["schemas"]["Anon_f090cb615c84_39"];
|
|
21560
|
+
Anon_f090cb615c84_39: string | null;
|
|
21561
|
+
Anon_f27cb44c32f6_31: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21718
21562
|
Anon_0c649f0987df: string;
|
|
21719
21563
|
Anon_58595c887e8e: components["schemas"]["AnalyticsCatalogSource"];
|
|
21720
21564
|
Anon_e077e17ea982_6: components["schemas"]["Anon_02ecf48bed22_6"];
|
|
@@ -21764,8 +21608,8 @@ interface components {
|
|
|
21764
21608
|
Anon_7587b25862b7: components["schemas"]["Anon_9ae2c7f4489d"];
|
|
21765
21609
|
Anon_9ae2c7f4489d: components["schemas"]["Anon_c8d24748191b"][];
|
|
21766
21610
|
/** @default false */
|
|
21767
|
-
|
|
21768
|
-
|
|
21611
|
+
Anon_062d958a93c4_17: components["schemas"]["Anon_7cb541e84f22_65"];
|
|
21612
|
+
Anon_7cb541e84f22_65: boolean;
|
|
21769
21613
|
Anon_8f09b448c37f_1: components["schemas"]["AnalyticsCatalogDeprecation"];
|
|
21770
21614
|
Anon_3f6610e7064e: components["schemas"]["AnalyticsCatalogMetric"][];
|
|
21771
21615
|
Anon_473e554f0735_5: components["schemas"]["Anon_c8d24748191b"];
|
|
@@ -21782,8 +21626,8 @@ interface components {
|
|
|
21782
21626
|
Anon_94839c0509bd: "number" | "currency" | "percent" | "duration";
|
|
21783
21627
|
Anon_c896ad2c01f0: components["schemas"]["Anon_9137e04166d3"];
|
|
21784
21628
|
Anon_9137e04166d3: number;
|
|
21785
|
-
Anon_fb9ddeea992e_8: components["schemas"]["
|
|
21786
|
-
|
|
21629
|
+
Anon_fb9ddeea992e_8: components["schemas"]["Anon_7cb541e84f22_66"];
|
|
21630
|
+
Anon_7cb541e84f22_66: boolean;
|
|
21787
21631
|
Anon_a3ffad10d15c_1: components["schemas"]["AnalyticsSourceScope"];
|
|
21788
21632
|
Anon_8f09b448c37f_2: components["schemas"]["AnalyticsCatalogDeprecation"];
|
|
21789
21633
|
Anon_0c649f0987df_1: string;
|
|
@@ -21855,11 +21699,11 @@ interface components {
|
|
|
21855
21699
|
Anon_cddf8275afa1_11: number;
|
|
21856
21700
|
Anon_cddf8275afa1_12: number;
|
|
21857
21701
|
/** @default false */
|
|
21702
|
+
Anon_062d958a93c4_18: components["schemas"]["Anon_7cb541e84f22_67"];
|
|
21703
|
+
Anon_7cb541e84f22_67: boolean;
|
|
21704
|
+
/** @default false */
|
|
21858
21705
|
Anon_062d958a93c4_19: components["schemas"]["Anon_7cb541e84f22_68"];
|
|
21859
21706
|
Anon_7cb541e84f22_68: boolean;
|
|
21860
|
-
/** @default false */
|
|
21861
|
-
Anon_062d958a93c4_20: components["schemas"]["Anon_7cb541e84f22_69"];
|
|
21862
|
-
Anon_7cb541e84f22_69: boolean;
|
|
21863
21707
|
/** @default all */
|
|
21864
21708
|
Anon_e4e72df2ab85: components["schemas"]["Anon_058312df93ef"];
|
|
21865
21709
|
Anon_058312df93ef: "all" | components["schemas"]["Anon_2b5910d5b25b_2"][];
|
|
@@ -21934,8 +21778,8 @@ interface components {
|
|
|
21934
21778
|
Anon_62bb63262a64: components["schemas"]["Anon_c38ae879d781"];
|
|
21935
21779
|
/** @enum {string} */
|
|
21936
21780
|
Anon_c38ae879d781: "none" | "top" | "right" | "bottom" | "left";
|
|
21937
|
-
Anon_fb9ddeea992e_9: components["schemas"]["
|
|
21938
|
-
|
|
21781
|
+
Anon_fb9ddeea992e_9: components["schemas"]["Anon_7cb541e84f22_69"];
|
|
21782
|
+
Anon_7cb541e84f22_69: boolean;
|
|
21939
21783
|
Anon_a80e45915805: components["schemas"]["Anon_b1a8074d3e23"];
|
|
21940
21784
|
Anon_b1a8074d3e23: components["schemas"]["Anon_ce3b9de28720"][];
|
|
21941
21785
|
Anon_ce3b9de28720: {
|
|
@@ -22025,32 +21869,32 @@ interface components {
|
|
|
22025
21869
|
Anon_af12d548dbee_29: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
22026
21870
|
/** @default active */
|
|
22027
21871
|
Anon_b32e38a3217a_1: components["schemas"]["TenantStatus"];
|
|
22028
|
-
|
|
21872
|
+
Anon_f27cb44c32f6_32: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
22029
21873
|
Anon_4c26b3baab05_28: components["schemas"]["Anon_52ba84a4bbf3_1"];
|
|
22030
21874
|
Anon_af12d548dbee_30: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
22031
21875
|
Anon_ee9224780226_8: components["schemas"]["Anon_853cc883e392_1"];
|
|
22032
21876
|
/** @default false */
|
|
22033
|
-
Anon_4dc549443053_7: components["schemas"]["
|
|
22034
|
-
|
|
21877
|
+
Anon_4dc549443053_7: components["schemas"]["Anon_7cb541e84f22_70"];
|
|
21878
|
+
Anon_7cb541e84f22_70: boolean;
|
|
22035
21879
|
/** @default active */
|
|
22036
21880
|
Anon_0dd6689843fe: components["schemas"]["EnvironmentStatus"];
|
|
22037
21881
|
/** @default null */
|
|
22038
|
-
Anon_7f83d3357e9c: components["schemas"]["
|
|
22039
|
-
|
|
21882
|
+
Anon_7f83d3357e9c: components["schemas"]["Anon_f090cb615c84_40"];
|
|
21883
|
+
Anon_f090cb615c84_40: string | null;
|
|
22040
21884
|
Anon_24a0ac3f017b: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22041
21885
|
/** @default null */
|
|
22042
21886
|
Anon_f11abbefcf83: components["schemas"]["Anon_c648138a0918_10"];
|
|
22043
21887
|
Anon_c648138a0918_10: number | null;
|
|
22044
21888
|
/** @default false */
|
|
21889
|
+
Anon_062d958a93c4_20: components["schemas"]["Anon_7cb541e84f22_71"];
|
|
21890
|
+
Anon_7cb541e84f22_71: boolean;
|
|
21891
|
+
/** @default false */
|
|
22045
21892
|
Anon_062d958a93c4_21: components["schemas"]["Anon_7cb541e84f22_72"];
|
|
22046
21893
|
Anon_7cb541e84f22_72: boolean;
|
|
22047
|
-
|
|
22048
|
-
|
|
22049
|
-
|
|
22050
|
-
|
|
22051
|
-
Anon_00404e686415_65: string;
|
|
22052
|
-
Anon_f27cb44c32f6_34: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
22053
|
-
Anon_57796118d046_67: string;
|
|
21894
|
+
Anon_96f9066c2fdc_60: components["schemas"]["Anon_00404e686415_64"];
|
|
21895
|
+
Anon_00404e686415_64: string;
|
|
21896
|
+
Anon_f27cb44c32f6_33: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21897
|
+
Anon_57796118d046_63: string;
|
|
22054
21898
|
Anon_4c26b3baab05_29: components["schemas"]["Anon_52ba84a4bbf3_1"];
|
|
22055
21899
|
Anon_e648d024ff54_1: components["schemas"]["Anon_60f70effff39_1"];
|
|
22056
21900
|
Anon_60f70effff39_1: string;
|
|
@@ -22059,16 +21903,16 @@ interface components {
|
|
|
22059
21903
|
/** @default [] */
|
|
22060
21904
|
Anon_f8dbfffc0ce2_25: components["schemas"]["Anon_681004346c78_28"];
|
|
22061
21905
|
Anon_681004346c78_28: string[];
|
|
22062
|
-
|
|
21906
|
+
Anon_57796118d046_64: string;
|
|
22063
21907
|
/** @default null */
|
|
22064
|
-
Anon_7f83d3357e9c_1: components["schemas"]["
|
|
22065
|
-
|
|
21908
|
+
Anon_7f83d3357e9c_1: components["schemas"]["Anon_f090cb615c84_41"];
|
|
21909
|
+
Anon_f090cb615c84_41: string | null;
|
|
22066
21910
|
/** @default null */
|
|
22067
|
-
Anon_7f83d3357e9c_2: components["schemas"]["
|
|
22068
|
-
|
|
21911
|
+
Anon_7f83d3357e9c_2: components["schemas"]["Anon_f090cb615c84_42"];
|
|
21912
|
+
Anon_f090cb615c84_42: string | null;
|
|
22069
21913
|
/** @default null */
|
|
22070
|
-
Anon_7f83d3357e9c_3: components["schemas"]["
|
|
22071
|
-
|
|
21914
|
+
Anon_7f83d3357e9c_3: components["schemas"]["Anon_f090cb615c84_43"];
|
|
21915
|
+
Anon_f090cb615c84_43: string | null;
|
|
22072
21916
|
Anon_24a0ac3f017b_1: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22073
21917
|
Anon_24a0ac3f017b_2: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22074
21918
|
Anon_24a0ac3f017b_3: components["schemas"]["Anon_11c9ad639448_1"];
|
|
@@ -22082,11 +21926,11 @@ interface components {
|
|
|
22082
21926
|
Anon_b32f11b2ff5e_8: components["schemas"]["Anon_97cc9ecfdea9_35"];
|
|
22083
21927
|
Anon_97cc9ecfdea9_35: number;
|
|
22084
21928
|
/** @default null */
|
|
22085
|
-
|
|
22086
|
-
|
|
21929
|
+
Anon_f7fb9744a6e4_23: components["schemas"]["Anon_f090cb615c84_44"];
|
|
21930
|
+
Anon_f090cb615c84_44: string | null;
|
|
22087
21931
|
/** @default null */
|
|
22088
|
-
|
|
22089
|
-
|
|
21932
|
+
Anon_f7fb9744a6e4_24: components["schemas"]["Anon_f090cb615c84_45"];
|
|
21933
|
+
Anon_f090cb615c84_45: string | null;
|
|
22090
21934
|
Anon_e648d024ff54_2: components["schemas"]["Anon_60f70effff39_2"];
|
|
22091
21935
|
Anon_60f70effff39_2: string;
|
|
22092
21936
|
Anon_e648d024ff54_3: components["schemas"]["Anon_60f70effff39_3"];
|
|
@@ -22097,21 +21941,21 @@ interface components {
|
|
|
22097
21941
|
[key: string]: unknown;
|
|
22098
21942
|
} | null;
|
|
22099
21943
|
/** @default null */
|
|
22100
|
-
Anon_7f83d3357e9c_4: components["schemas"]["
|
|
22101
|
-
|
|
22102
|
-
|
|
22103
|
-
|
|
21944
|
+
Anon_7f83d3357e9c_4: components["schemas"]["Anon_f090cb615c84_46"];
|
|
21945
|
+
Anon_f090cb615c84_46: string | null;
|
|
21946
|
+
Anon_f27cb44c32f6_34: components["schemas"]["Anon_f2d1b3e449b4_1"];
|
|
21947
|
+
Anon_127eb78cd9c0_8: string;
|
|
22104
21948
|
Anon_274ba4ca49d5_17: number;
|
|
22105
21949
|
Anon_274ba4ca49d5_18: number;
|
|
22106
21950
|
Anon_274ba4ca49d5_19: number;
|
|
22107
21951
|
/** Format: date-time */
|
|
22108
21952
|
Anon_3c179513a5d9_3: string;
|
|
22109
|
-
|
|
21953
|
+
Anon_127eb78cd9c0_9: string;
|
|
22110
21954
|
Anon_9d85ce48d708: components["schemas"]["PlaybookVersionEntrySummary"][];
|
|
22111
|
-
|
|
22112
|
-
|
|
22113
|
-
|
|
22114
|
-
|
|
21955
|
+
Anon_127eb78cd9c0_10: string;
|
|
21956
|
+
Anon_127eb78cd9c0_11: string;
|
|
21957
|
+
Anon_96f9066c2fdc_61: components["schemas"]["Anon_00404e686415_65"];
|
|
21958
|
+
Anon_00404e686415_65: string;
|
|
22115
21959
|
/** @enum {string} */
|
|
22116
21960
|
Anon_2dd4ddc8b727: "create" | "update" | "delete";
|
|
22117
21961
|
Anon_a2b04841bdf1_3: boolean;
|
|
@@ -22125,7 +21969,7 @@ interface components {
|
|
|
22125
21969
|
/** @default active */
|
|
22126
21970
|
Anon_669ca3b468dc: components["schemas"]["ApiKeyStatus"];
|
|
22127
21971
|
Anon_24a0ac3f017b_4: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22128
|
-
|
|
21972
|
+
Anon_711dc9708535_17: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22129
21973
|
Anon_3b8fc1cd9e8b_4: string;
|
|
22130
21974
|
/** @default boolean */
|
|
22131
21975
|
Anon_95bcb0caba53_1: components["schemas"]["FlagValueType"];
|
|
@@ -22134,8 +21978,8 @@ interface components {
|
|
|
22134
21978
|
Anon_1c33d69dbfa9_1: string;
|
|
22135
21979
|
Anon_ee9224780226_9: components["schemas"]["Anon_853cc883e392_1"];
|
|
22136
21980
|
/** @default true */
|
|
22137
|
-
Anon_493deecc809a_15: components["schemas"]["
|
|
22138
|
-
|
|
21981
|
+
Anon_493deecc809a_15: components["schemas"]["Anon_7cb541e84f22_73"];
|
|
21982
|
+
Anon_7cb541e84f22_73: boolean;
|
|
22139
21983
|
Anon_872e58432369_5: string;
|
|
22140
21984
|
/** @default null */
|
|
22141
21985
|
Anon_7dbd1de5e9ee: components["schemas"]["Anon_39a43881005e_2"];
|
|
@@ -22167,27 +22011,27 @@ interface components {
|
|
|
22167
22011
|
Anon_26f9ae47e188: components["schemas"]["Anon_f5f914e20719_1"];
|
|
22168
22012
|
Anon_f5f914e20719_1: string | null;
|
|
22169
22013
|
/** @default false */
|
|
22170
|
-
|
|
22171
|
-
|
|
22014
|
+
Anon_062d958a93c4_22: components["schemas"]["Anon_7cb541e84f22_74"];
|
|
22015
|
+
Anon_7cb541e84f22_74: boolean;
|
|
22172
22016
|
/** @default [] */
|
|
22173
22017
|
Anon_39888a32a8f7: components["schemas"]["Anon_7618621a871f_1"];
|
|
22174
22018
|
Anon_7618621a871f_1: string[];
|
|
22175
22019
|
/** @default false */
|
|
22176
|
-
|
|
22177
|
-
|
|
22020
|
+
Anon_062d958a93c4_23: components["schemas"]["Anon_7cb541e84f22_75"];
|
|
22021
|
+
Anon_7cb541e84f22_75: boolean;
|
|
22178
22022
|
Anon_3b8fc1cd9e8b_5: string;
|
|
22179
22023
|
Anon_872e58432369_6: string;
|
|
22180
22024
|
/** @default false */
|
|
22181
|
-
|
|
22182
|
-
|
|
22025
|
+
Anon_062d958a93c4_24: components["schemas"]["Anon_7cb541e84f22_76"];
|
|
22026
|
+
Anon_7cb541e84f22_76: boolean;
|
|
22183
22027
|
Anon_24a0ac3f017b_5: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22184
22028
|
/** @default production */
|
|
22185
22029
|
Anon_a2f8ac1ffbf6: components["schemas"]["Anon_9ac136edb99a_25"];
|
|
22186
22030
|
Anon_9ac136edb99a_25: string;
|
|
22187
22031
|
Anon_a607427cce0b: components["schemas"]["AuditActorType"];
|
|
22188
22032
|
/** @default null */
|
|
22189
|
-
|
|
22190
|
-
|
|
22033
|
+
Anon_f7fb9744a6e4_25: components["schemas"]["Anon_f090cb615c84_47"];
|
|
22034
|
+
Anon_f090cb615c84_47: string | null;
|
|
22191
22035
|
Anon_cd76cef95ac8_5: string;
|
|
22192
22036
|
/** @default null */
|
|
22193
22037
|
Anon_c8b3e7377e39: components["schemas"]["Anon_287e7044ce74"];
|
|
@@ -22201,7 +22045,7 @@ interface components {
|
|
|
22201
22045
|
[key: string]: unknown;
|
|
22202
22046
|
} | null;
|
|
22203
22047
|
/** Format: date-time */
|
|
22204
|
-
|
|
22048
|
+
Anon_be3e2585472d_7: string;
|
|
22205
22049
|
Anon_2457cccd64aa_12: components["schemas"]["Anon_0eb2e3b6e08c_1"];
|
|
22206
22050
|
Anon_872e58432369_7: string;
|
|
22207
22051
|
/** @default user_id */
|
|
@@ -22209,10 +22053,10 @@ interface components {
|
|
|
22209
22053
|
/** @default null */
|
|
22210
22054
|
Anon_519dcb817ac7: components["schemas"]["Anon_4dc643733e70_1"];
|
|
22211
22055
|
Anon_4dc643733e70_1: string | null;
|
|
22212
|
-
|
|
22056
|
+
Anon_127eb78cd9c0_12: string;
|
|
22213
22057
|
Anon_274ba4ca49d5_22: number;
|
|
22214
22058
|
Anon_0b2583b9b222: components["schemas"]["IngestedEvent"][];
|
|
22215
|
-
|
|
22059
|
+
Anon_57796118d046_65: string;
|
|
22216
22060
|
/** @default sdk */
|
|
22217
22061
|
Anon_eabbbb727ad3: components["schemas"]["EventSource"];
|
|
22218
22062
|
Anon_4e04ec5cc4e6_17: components["schemas"]["Anon_9ac136edb99a_26"];
|
|
@@ -22223,7 +22067,7 @@ interface components {
|
|
|
22223
22067
|
Anon_9ac136edb99a_28: string;
|
|
22224
22068
|
/** Format: date-time */
|
|
22225
22069
|
Anon_3c179513a5d9_4: string;
|
|
22226
|
-
|
|
22070
|
+
Anon_57796118d046_66: string;
|
|
22227
22071
|
/** @default {} */
|
|
22228
22072
|
Anon_5142f8473790_13: components["schemas"]["Anon_c65c1fbd5acf_21"];
|
|
22229
22073
|
Anon_c65c1fbd5acf_21: {
|
|
@@ -22240,8 +22084,8 @@ interface components {
|
|
|
22240
22084
|
Anon_492895348dbd_7: number;
|
|
22241
22085
|
Anon_492895348dbd_8: number;
|
|
22242
22086
|
Anon_a2b04841bdf1_5: boolean;
|
|
22243
|
-
|
|
22244
|
-
|
|
22087
|
+
Anon_57796118d046_67: string;
|
|
22088
|
+
Anon_57796118d046_68: string;
|
|
22245
22089
|
Anon_cb4b0a4af297_1: components["schemas"]["WebhookEventSource"];
|
|
22246
22090
|
/** @default {} */
|
|
22247
22091
|
Anon_5142f8473790_15: components["schemas"]["Anon_c65c1fbd5acf_23"];
|
|
@@ -22253,22 +22097,22 @@ interface components {
|
|
|
22253
22097
|
Anon_e077e17ea982_7: components["schemas"]["Anon_02ecf48bed22_7"];
|
|
22254
22098
|
/** Format: date-time */
|
|
22255
22099
|
Anon_02ecf48bed22_7: string;
|
|
22256
|
-
|
|
22257
|
-
|
|
22258
|
-
|
|
22100
|
+
Anon_96f9066c2fdc_62: components["schemas"]["Anon_00404e686415_66"];
|
|
22101
|
+
Anon_00404e686415_66: string;
|
|
22102
|
+
Anon_761f976a1da1_9: string;
|
|
22259
22103
|
Anon_6c3968aac2bb_1: components["schemas"]["Anon_904af497346b_1"];
|
|
22260
22104
|
Anon_904af497346b_1: string | null;
|
|
22261
22105
|
Anon_f9502b6f3e14_1: components["schemas"]["Anon_39a43881005e_3"];
|
|
22262
22106
|
Anon_39a43881005e_3: string | null;
|
|
22263
|
-
|
|
22264
|
-
|
|
22107
|
+
Anon_96f9066c2fdc_63: components["schemas"]["Anon_00404e686415_67"];
|
|
22108
|
+
Anon_00404e686415_67: string;
|
|
22265
22109
|
Anon_4e04ec5cc4e6_18: components["schemas"]["Anon_9ac136edb99a_29"];
|
|
22266
22110
|
Anon_9ac136edb99a_29: string;
|
|
22267
22111
|
Anon_f104771c9d3e: components["schemas"]["UserPlanContextOutput"];
|
|
22268
|
-
|
|
22269
|
-
|
|
22270
|
-
|
|
22271
|
-
|
|
22112
|
+
Anon_57796118d046_69: string;
|
|
22113
|
+
Anon_57796118d046_70: string;
|
|
22114
|
+
Anon_96f9066c2fdc_64: components["schemas"]["Anon_00404e686415_68"];
|
|
22115
|
+
Anon_00404e686415_68: string;
|
|
22272
22116
|
Anon_420b7fe77e22_1: components["schemas"]["Anon_4b89646ddc87_1"];
|
|
22273
22117
|
/** @enum {string} */
|
|
22274
22118
|
Anon_4b89646ddc87_1: "monthly" | "annual" | "none";
|
|
@@ -22277,19 +22121,19 @@ interface components {
|
|
|
22277
22121
|
Anon_405406c799d8: {
|
|
22278
22122
|
[key: string]: components["schemas"]["UserUsageEntryOutput"];
|
|
22279
22123
|
};
|
|
22280
|
-
|
|
22281
|
-
|
|
22124
|
+
Anon_57796118d046_71: string;
|
|
22125
|
+
Anon_57796118d046_72: string;
|
|
22282
22126
|
Anon_391e8f2f18f6_3: number;
|
|
22283
|
-
|
|
22284
|
-
|
|
22285
|
-
|
|
22286
|
-
|
|
22127
|
+
Anon_3d3fd40aec74_1: components["schemas"]["Anon_33527092b4d7_1"];
|
|
22128
|
+
Anon_33527092b4d7_1: number;
|
|
22129
|
+
Anon_96f9066c2fdc_65: components["schemas"]["Anon_00404e686415_69"];
|
|
22130
|
+
Anon_00404e686415_69: string;
|
|
22287
22131
|
Anon_62987609f086: components["schemas"]["UserTrialStatusOutput"];
|
|
22288
22132
|
Anon_a2b04841bdf1_6: boolean;
|
|
22133
|
+
Anon_96f9066c2fdc_66: components["schemas"]["Anon_00404e686415_70"];
|
|
22134
|
+
Anon_00404e686415_70: string;
|
|
22289
22135
|
Anon_96f9066c2fdc_67: components["schemas"]["Anon_00404e686415_71"];
|
|
22290
22136
|
Anon_00404e686415_71: string;
|
|
22291
|
-
Anon_96f9066c2fdc_68: components["schemas"]["Anon_00404e686415_72"];
|
|
22292
|
-
Anon_00404e686415_72: string;
|
|
22293
22137
|
Anon_16928ec813e2_1: components["schemas"]["Anon_886f5eedb252_1"];
|
|
22294
22138
|
/** @enum {string} */
|
|
22295
22139
|
Anon_886f5eedb252_1: "active" | "running_out" | "expired" | "converted" | "none";
|
|
@@ -22302,18 +22146,18 @@ interface components {
|
|
|
22302
22146
|
Anon_97cc9ecfdea9_36: number;
|
|
22303
22147
|
Anon_7e1e37293611_13: components["schemas"]["Anon_97cc9ecfdea9_37"];
|
|
22304
22148
|
Anon_97cc9ecfdea9_37: number;
|
|
22305
|
-
|
|
22306
|
-
|
|
22149
|
+
Anon_96f9066c2fdc_68: components["schemas"]["Anon_00404e686415_72"];
|
|
22150
|
+
Anon_00404e686415_72: string;
|
|
22307
22151
|
Anon_7e1e37293611_14: components["schemas"]["Anon_97cc9ecfdea9_38"];
|
|
22308
22152
|
Anon_97cc9ecfdea9_38: number;
|
|
22309
22153
|
Anon_7e1e37293611_15: components["schemas"]["Anon_97cc9ecfdea9_39"];
|
|
22310
22154
|
Anon_97cc9ecfdea9_39: number;
|
|
22311
22155
|
Anon_7e1e37293611_16: components["schemas"]["Anon_97cc9ecfdea9_40"];
|
|
22312
22156
|
Anon_97cc9ecfdea9_40: number;
|
|
22313
|
-
Anon_fb9ddeea992e_10: components["schemas"]["
|
|
22157
|
+
Anon_fb9ddeea992e_10: components["schemas"]["Anon_7cb541e84f22_77"];
|
|
22158
|
+
Anon_7cb541e84f22_77: boolean;
|
|
22159
|
+
Anon_fb9ddeea992e_11: components["schemas"]["Anon_7cb541e84f22_78"];
|
|
22314
22160
|
Anon_7cb541e84f22_78: boolean;
|
|
22315
|
-
Anon_fb9ddeea992e_11: components["schemas"]["Anon_7cb541e84f22_79"];
|
|
22316
|
-
Anon_7cb541e84f22_79: boolean;
|
|
22317
22161
|
Anon_f86c1754c55e_2: components["schemas"]["Anon_86408dfcaaac_4"];
|
|
22318
22162
|
Anon_86408dfcaaac_4: {
|
|
22319
22163
|
[key: string]: string;
|
|
@@ -22323,8 +22167,8 @@ interface components {
|
|
|
22323
22167
|
Anon_905f7e00de54: {
|
|
22324
22168
|
[key: string]: boolean | components["schemas"]["EntitlementGrantOutput"];
|
|
22325
22169
|
};
|
|
22326
|
-
|
|
22327
|
-
|
|
22170
|
+
Anon_57796118d046_73: string;
|
|
22171
|
+
Anon_57796118d046_74: string;
|
|
22328
22172
|
Anon_75edd6fbcecc_1: components["schemas"]["EntitlementGrantStatus"];
|
|
22329
22173
|
Anon_9c7f41b09bde_7: components["schemas"]["Anon_cddf8275afa1_13"];
|
|
22330
22174
|
Anon_cddf8275afa1_13: number;
|
|
@@ -22333,18 +22177,18 @@ interface components {
|
|
|
22333
22177
|
Anon_a7c491664ac5_5: components["schemas"]["UsageAllocation"];
|
|
22334
22178
|
Anon_25c82cf56487_3: components["schemas"]["EnforcementMode"];
|
|
22335
22179
|
Anon_589b52ae1ab1_1: components["schemas"]["EntitlementGrantSource"];
|
|
22180
|
+
Anon_96f9066c2fdc_69: components["schemas"]["Anon_00404e686415_73"];
|
|
22181
|
+
Anon_00404e686415_73: string;
|
|
22336
22182
|
Anon_96f9066c2fdc_70: components["schemas"]["Anon_00404e686415_74"];
|
|
22337
22183
|
Anon_00404e686415_74: string;
|
|
22338
22184
|
Anon_96f9066c2fdc_71: components["schemas"]["Anon_00404e686415_75"];
|
|
22339
22185
|
Anon_00404e686415_75: string;
|
|
22340
22186
|
Anon_96f9066c2fdc_72: components["schemas"]["Anon_00404e686415_76"];
|
|
22341
22187
|
Anon_00404e686415_76: string;
|
|
22342
|
-
Anon_96f9066c2fdc_73: components["schemas"]["Anon_00404e686415_77"];
|
|
22343
|
-
Anon_00404e686415_77: string;
|
|
22344
22188
|
Anon_ef1dd07b9cb1: components["schemas"]["Anon_88ee5035b041"];
|
|
22345
22189
|
Anon_88ee5035b041: components["schemas"]["UserInstanceContextOutput"][];
|
|
22346
|
-
|
|
22347
|
-
|
|
22190
|
+
Anon_57796118d046_75: string;
|
|
22191
|
+
Anon_761f976a1da1_10: string;
|
|
22348
22192
|
Anon_f104771c9d3e_1: components["schemas"]["UserPlanContextOutput"];
|
|
22349
22193
|
/** @default {} */
|
|
22350
22194
|
Anon_6e82965b87e8_1: components["schemas"]["Anon_405406c799d8_1"];
|
|
@@ -22367,11 +22211,11 @@ interface components {
|
|
|
22367
22211
|
Anon_986d9bd7c32f_1: {
|
|
22368
22212
|
[key: string]: string | number;
|
|
22369
22213
|
};
|
|
22370
|
-
Anon_4fc4bfa2adad_16: components["schemas"]["
|
|
22371
|
-
|
|
22372
|
-
Anon_4fc4bfa2adad_17: components["schemas"]["
|
|
22373
|
-
|
|
22374
|
-
|
|
22214
|
+
Anon_4fc4bfa2adad_16: components["schemas"]["Anon_f090cb615c84_48"];
|
|
22215
|
+
Anon_f090cb615c84_48: string | null;
|
|
22216
|
+
Anon_4fc4bfa2adad_17: components["schemas"]["Anon_f090cb615c84_49"];
|
|
22217
|
+
Anon_f090cb615c84_49: string | null;
|
|
22218
|
+
Anon_711dc9708535_18: components["schemas"]["Anon_11c9ad639448_1"];
|
|
22375
22219
|
Anon_9f0494e90be4_1: components["schemas"]["Anon_c648138a0918_11"];
|
|
22376
22220
|
Anon_c648138a0918_11: number | null;
|
|
22377
22221
|
Anon_8b48719136dc_2: components["schemas"]["Anon_b0c21ae8f968_6"];
|
|
@@ -22637,13 +22481,13 @@ interface components {
|
|
|
22637
22481
|
testMode: components["schemas"]["Anon_5d5e35b408d7_1"];
|
|
22638
22482
|
};
|
|
22639
22483
|
PlacementSettingsCapRuleOutput: {
|
|
22640
|
-
id: components["schemas"]["
|
|
22484
|
+
id: components["schemas"]["Anon_57796118d046_56"];
|
|
22641
22485
|
group: components["schemas"]["Anon_e730b96dfff2"];
|
|
22642
22486
|
cap: components["schemas"]["Anon_c65e883b4e4a"];
|
|
22643
22487
|
};
|
|
22644
22488
|
PlacementSettingsCapRuleGroupItemOutput: {
|
|
22645
22489
|
kind: components["schemas"]["Anon_fc6def941f46_1"];
|
|
22646
|
-
id: components["schemas"]["
|
|
22490
|
+
id: components["schemas"]["Anon_57796118d046_57"];
|
|
22647
22491
|
label?: components["schemas"]["Anon_4e04ec5cc4e6_16"];
|
|
22648
22492
|
};
|
|
22649
22493
|
AnalyticsFilterValueOutput: components["schemas"]["Anon_db3039b96a51_1"] | components["schemas"]["Anon_32ef433f4ee4_1"] | components["schemas"]["Anon_be2e8aabfc2e_1"] | components["schemas"]["Anon_6dcff20eb273_1"];
|
|
@@ -22654,30 +22498,30 @@ interface components {
|
|
|
22654
22498
|
name: components["schemas"]["Anon_4c26b3baab05_27"];
|
|
22655
22499
|
handle: components["schemas"]["Anon_af12d548dbee_29"];
|
|
22656
22500
|
status: components["schemas"]["Anon_b32e38a3217a_1"];
|
|
22657
|
-
metadata: components["schemas"]["
|
|
22501
|
+
metadata: components["schemas"]["Anon_f27cb44c32f6_32"];
|
|
22658
22502
|
};
|
|
22659
22503
|
WebhookEventLogOutput: {
|
|
22660
22504
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
22661
22505
|
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
22662
22506
|
updated_at: components["schemas"]["Anon_be3e2585472d_3"];
|
|
22663
22507
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
22664
|
-
event_id: components["schemas"]["
|
|
22665
|
-
event_type: components["schemas"]["
|
|
22508
|
+
event_id: components["schemas"]["Anon_57796118d046_67"];
|
|
22509
|
+
event_type: components["schemas"]["Anon_57796118d046_68"];
|
|
22666
22510
|
source: components["schemas"]["Anon_cb4b0a4af297_1"];
|
|
22667
22511
|
payload: components["schemas"]["Anon_5142f8473790_15"];
|
|
22668
22512
|
status: components["schemas"]["Anon_c1288a1f2dc9_1"];
|
|
22669
22513
|
processed_at?: components["schemas"]["Anon_e077e17ea982_7"];
|
|
22670
|
-
error_message?: components["schemas"]["
|
|
22514
|
+
error_message?: components["schemas"]["Anon_96f9066c2fdc_62"];
|
|
22671
22515
|
};
|
|
22672
22516
|
UserContextOutput: {
|
|
22673
22517
|
id: components["schemas"]["Anon_fb248bf5a9f7_9"];
|
|
22674
22518
|
tenant_id: components["schemas"]["Anon_fb248bf5a9f7_10"];
|
|
22675
22519
|
created_at: components["schemas"]["Anon_be3e2585472d_2"];
|
|
22676
22520
|
updated_at: components["schemas"]["Anon_be3e2585472d_3"];
|
|
22677
|
-
user_id: components["schemas"]["
|
|
22521
|
+
user_id: components["schemas"]["Anon_761f976a1da1_9"];
|
|
22678
22522
|
account_id?: components["schemas"]["Anon_6c3968aac2bb_1"];
|
|
22679
22523
|
email?: components["schemas"]["Anon_f9502b6f3e14_1"];
|
|
22680
|
-
email_type?: components["schemas"]["
|
|
22524
|
+
email_type?: components["schemas"]["Anon_96f9066c2fdc_63"];
|
|
22681
22525
|
plan_handle?: components["schemas"]["Anon_4e04ec5cc4e6_18"];
|
|
22682
22526
|
plan?: components["schemas"]["Anon_f104771c9d3e"];
|
|
22683
22527
|
usage: components["schemas"]["Anon_6e82965b87e8"];
|
|
@@ -22691,55 +22535,55 @@ interface components {
|
|
|
22691
22535
|
personalization: components["schemas"]["Anon_9176ec69fff5_1"];
|
|
22692
22536
|
derived_config_version?: components["schemas"]["Anon_4fc4bfa2adad_16"];
|
|
22693
22537
|
context_hash?: components["schemas"]["Anon_4fc4bfa2adad_17"];
|
|
22694
|
-
derived_computed_at: components["schemas"]["
|
|
22538
|
+
derived_computed_at: components["schemas"]["Anon_711dc9708535_18"];
|
|
22695
22539
|
activity_score?: components["schemas"]["Anon_9f0494e90be4_1"];
|
|
22696
22540
|
activity_score_computed_at?: components["schemas"]["Anon_8b48719136dc_2"];
|
|
22697
22541
|
experiments?: components["schemas"]["Anon_f86c1754c55e_3"];
|
|
22698
22542
|
};
|
|
22699
22543
|
UserPlanContextOutput: {
|
|
22700
|
-
handle: components["schemas"]["
|
|
22701
|
-
name: components["schemas"]["
|
|
22702
|
-
price?: components["schemas"]["
|
|
22544
|
+
handle: components["schemas"]["Anon_57796118d046_69"];
|
|
22545
|
+
name: components["schemas"]["Anon_57796118d046_70"];
|
|
22546
|
+
price?: components["schemas"]["Anon_96f9066c2fdc_64"];
|
|
22703
22547
|
billing_period?: components["schemas"]["Anon_420b7fe77e22_1"];
|
|
22704
22548
|
};
|
|
22705
22549
|
UserUsageEntryOutput: {
|
|
22706
|
-
entitlement_handle: components["schemas"]["
|
|
22707
|
-
unit: components["schemas"]["
|
|
22550
|
+
entitlement_handle: components["schemas"]["Anon_57796118d046_71"];
|
|
22551
|
+
unit: components["schemas"]["Anon_57796118d046_72"];
|
|
22708
22552
|
amount: components["schemas"]["Anon_391e8f2f18f6_3"];
|
|
22709
|
-
limit?: components["schemas"]["
|
|
22710
|
-
reset_date?: components["schemas"]["
|
|
22553
|
+
limit?: components["schemas"]["Anon_3d3fd40aec74_1"];
|
|
22554
|
+
reset_date?: components["schemas"]["Anon_96f9066c2fdc_65"];
|
|
22711
22555
|
};
|
|
22712
22556
|
UserTrialStatusOutput: {
|
|
22713
22557
|
in_trial: components["schemas"]["Anon_a2b04841bdf1_6"];
|
|
22714
|
-
trial_type?: components["schemas"]["
|
|
22715
|
-
plan_handle?: components["schemas"]["
|
|
22558
|
+
trial_type?: components["schemas"]["Anon_96f9066c2fdc_66"];
|
|
22559
|
+
plan_handle?: components["schemas"]["Anon_96f9066c2fdc_67"];
|
|
22716
22560
|
state?: components["schemas"]["Anon_16928ec813e2_1"];
|
|
22717
22561
|
trial_limit_type?: components["schemas"]["Anon_5981c3b5d44c_1"];
|
|
22718
22562
|
progress_percent?: components["schemas"]["Anon_b3e59c48ae6e_3"];
|
|
22719
22563
|
day_number?: components["schemas"]["Anon_7e1e37293611_12"];
|
|
22720
22564
|
days_remaining?: components["schemas"]["Anon_7e1e37293611_13"];
|
|
22721
|
-
usage_entitlement_handle?: components["schemas"]["
|
|
22565
|
+
usage_entitlement_handle?: components["schemas"]["Anon_96f9066c2fdc_68"];
|
|
22722
22566
|
usage_consumed?: components["schemas"]["Anon_7e1e37293611_14"];
|
|
22723
22567
|
usage_remaining?: components["schemas"]["Anon_7e1e37293611_15"];
|
|
22724
22568
|
usage_limit?: components["schemas"]["Anon_7e1e37293611_16"];
|
|
22725
22569
|
};
|
|
22726
22570
|
EntitlementGrantOutput: {
|
|
22727
|
-
entitlement_id: components["schemas"]["
|
|
22728
|
-
entitlement_handle: components["schemas"]["
|
|
22571
|
+
entitlement_id: components["schemas"]["Anon_57796118d046_73"];
|
|
22572
|
+
entitlement_handle: components["schemas"]["Anon_57796118d046_74"];
|
|
22729
22573
|
status: components["schemas"]["Anon_75edd6fbcecc_1"];
|
|
22730
22574
|
limit?: components["schemas"]["Anon_9c7f41b09bde_7"];
|
|
22731
22575
|
used?: components["schemas"]["Anon_9c7f41b09bde_8"];
|
|
22732
22576
|
allocation?: components["schemas"]["Anon_a7c491664ac5_5"];
|
|
22733
22577
|
enforcement?: components["schemas"]["Anon_25c82cf56487_3"];
|
|
22734
22578
|
source?: components["schemas"]["Anon_589b52ae1ab1_1"];
|
|
22735
|
-
plan_id?: components["schemas"]["
|
|
22736
|
-
segment_id?: components["schemas"]["
|
|
22737
|
-
seat_type_id?: components["schemas"]["
|
|
22738
|
-
rule_id?: components["schemas"]["
|
|
22579
|
+
plan_id?: components["schemas"]["Anon_96f9066c2fdc_69"];
|
|
22580
|
+
segment_id?: components["schemas"]["Anon_96f9066c2fdc_70"];
|
|
22581
|
+
seat_type_id?: components["schemas"]["Anon_96f9066c2fdc_71"];
|
|
22582
|
+
rule_id?: components["schemas"]["Anon_96f9066c2fdc_72"];
|
|
22739
22583
|
};
|
|
22740
22584
|
UserInstanceContextOutput: {
|
|
22741
|
-
product_instance_id: components["schemas"]["
|
|
22742
|
-
user_id: components["schemas"]["
|
|
22585
|
+
product_instance_id: components["schemas"]["Anon_57796118d046_75"];
|
|
22586
|
+
user_id: components["schemas"]["Anon_761f976a1da1_10"];
|
|
22743
22587
|
plan?: components["schemas"]["Anon_f104771c9d3e_1"];
|
|
22744
22588
|
usage: components["schemas"]["Anon_6e82965b87e8_1"];
|
|
22745
22589
|
trial?: components["schemas"]["Anon_62987609f086_1"];
|
|
@@ -25240,40 +25084,6 @@ declare class RevTurbineServer {
|
|
|
25240
25084
|
get clientSessions(): {
|
|
25241
25085
|
create: (input: CreateClientSessionInput) => Promise<ClientSessionResult>;
|
|
25242
25086
|
};
|
|
25243
|
-
/**
|
|
25244
|
-
* Evaluate placement decisions, entitlements, and context for a user.
|
|
25245
|
-
*
|
|
25246
|
-
* Returns a `ServerEvaluationPayload` that can be serialized and sent
|
|
25247
|
-
* to the client for hydration.
|
|
25248
|
-
*/
|
|
25249
|
-
evaluate(request: ServerEvaluationRequest): Promise<ServerEvaluationPayload>;
|
|
25250
|
-
/**
|
|
25251
|
-
* Evaluate a single placement.
|
|
25252
|
-
*/
|
|
25253
|
-
getPlacement(userId: string, placement: ServerPlacementRequest, traits?: Record<string, unknown>): Promise<ServerEvaluationPayloadDecisionsItem>;
|
|
25254
|
-
/**
|
|
25255
|
-
* Check a single entitlement for a user.
|
|
25256
|
-
*/
|
|
25257
|
-
checkEntitlement(userId: string, handle: string, context?: {
|
|
25258
|
-
used?: number;
|
|
25259
|
-
balance?: number;
|
|
25260
|
-
requiredTier?: string;
|
|
25261
|
-
}): Promise<ServerEvaluationPayloadEntitlementsValue>;
|
|
25262
|
-
/**
|
|
25263
|
-
* Check whether a user can do something — the advertised `can` alias of
|
|
25264
|
-
* {@link checkEntitlement}. Declared for the `server` surface in the scaffold
|
|
25265
|
-
* SDK function-surface manifest (`@revt-eng/core` `SDK_FUNCTION_SURFACE`), so
|
|
25266
|
-
* the hero-API verb is consistent across the web and server SDKs.
|
|
25267
|
-
*/
|
|
25268
|
-
can(userId: string, handle: string, context?: {
|
|
25269
|
-
used?: number;
|
|
25270
|
-
balance?: number;
|
|
25271
|
-
requiredTier?: string;
|
|
25272
|
-
}): Promise<ServerEvaluationPayloadEntitlementsValue>;
|
|
25273
|
-
/**
|
|
25274
|
-
* Fetch trial status for a user.
|
|
25275
|
-
*/
|
|
25276
|
-
getTrialStatus(userId: string): Promise<ServerEvaluationPayloadTrialStatus>;
|
|
25277
25087
|
/**
|
|
25278
25088
|
* Mint a short-lived, opaque per-user client-session token (plan 157).
|
|
25279
25089
|
*
|
|
@@ -25293,13 +25103,7 @@ declare class RevTurbineServer {
|
|
|
25293
25103
|
createClientSession(input: CreateClientSessionInput): Promise<ClientSessionResult>;
|
|
25294
25104
|
private apiCall;
|
|
25295
25105
|
private apiGet;
|
|
25296
|
-
private evaluatePlacements;
|
|
25297
|
-
private evaluatePlacementsBatch;
|
|
25298
|
-
private evaluateEntitlements;
|
|
25299
|
-
private fetchTrialStatus;
|
|
25300
|
-
private fetchUserContext;
|
|
25301
|
-
private fetchTheme;
|
|
25302
25106
|
}
|
|
25303
25107
|
|
|
25304
|
-
export { ANALYTICS_VALIDATION_CODES, ANALYTICS_VIEW_SCHEMA_VERSION, ActivityLevelSchema, AddOnSchema, AddOnVariationSchema, 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, BillingCadenceSchema, BillingHealthStatusSchema, BrandingConfigSchema, BrowserRuntime, BrowserStorage, CONTROL_PLANE_EVENT_NAMES, CONTROL_PLANE_EVENT_SOURCE, CONTROL_PLANE_SOURCE_KEY, CapEnforcer, CapPeriodSchema$1 as CapPeriodSchema, ChangeLogActionSchema, ChangeLogEntrySchema, ClientContextSchema, ClientSafe, CohortMonthSchema, ContentPayloadSegmentEntrySchema, ContentPlacementPayloadSchema, ContentPromotionSchema, ContentUiPathSchema, ContextVisibility, ControlPlaneEventSourceSchema, ControlPlaneEventTypeSchema, ControlPlaneSemanticEventSchema, CtaActionTypeSchema, CtaObjectSchema, CtaPathSchema, CtaPathTypeSchema, CurrencySchema, CustomerOverrideDurationSchema, CustomerOverrideSchema, CustomerOverrideStatusSchema, CustomerOverrideTypeSchema, CustomerSchema, DEFAULT_BRANDING, DEFAULT_THEME, 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, 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, FlagValueTypeSchema, FreeTrialRuleSchema, FreeTrialSettingsSchema, FunnelStepSchema, GATED_SURFACE_TEMPLATE_IDS, GENERAL_BANNER_TEMPLATE_IDS, GENERAL_MODAL_TEMPLATE_IDS, GENERAL_TOAST_TEMPLATE_IDS, HANDLE_PATTERN, HandleField, INGEST_WRITE_SCOPE, IdField, IdentityKind, IdentitySchema, InMemoryStorage, IngestedEventSchema, InteractionTracker, InvitationStatusSchema, KpiAggregateSchema, LocalizedTextSchema, MESSAGE_SURFACE_TEMPLATE_IDS, McpConfigSchema, McpTokenScopeSchema, MessageBlockContentSchema, MessageBlockRecordSchema, MessageBlockSchema, MessageSchema, MetadataField, MeteringConfigSchema, 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, PlacementCapRuleSchema, PlacementCategorySchema, PlacementController, PlacementDecisionOutputSchema, PlacementPayloadSchema, PlacementPerformanceRowSchema, 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, RECOGNIZED_UPDATE_KEYS, ROLE_PERMISSIONS, ROLE_RANK, ApiError as RevTurbineApiError, RevTurbineConfigAddonVariationsItemSchema, RevTurbineConfigAddonsItemSchema, RevTurbineConfigEnforcementDefaultsItemSchema, RevTurbineConfigEntitlementRulesItemSchema, RevTurbineConfigEntitlementsItemSchema, RevTurbineConfigMeterBindingsItemSchema, RevTurbineConfigPeriodCapSchema, RevTurbineConfigPersonalizationTokensItemSchema, RevTurbineConfigPlacementCategorySchema, RevTurbineConfigPlacementItemSchema, RevTurbineConfigPlacementPayloadItemSchema, RevTurbineConfigPlacementSettingsItemSchema, RevTurbineConfigPlacementSlotsItemSchema, RevTurbineConfigPlacementTriggerSchema, RevTurbineConfigPlanVariationsItemSchema, RevTurbineConfigPlansItemSchema, RevTurbineConfigSchema, RevTurbineConfigSeatTypesItemSchema, RevTurbineConfigSegmentDimensionsItemSchema, RevTurbineConfigSegmentsItemPredicatesItemSchema, RevTurbineConfigSegmentsItemSchema, RevTurbineConfigSlotConfigsItemSchema, RevTurbineConfigStudioCtaConfigSchema, RevTurbineConfigStudioPayloadCapsSchema, RevTurbineConfigStudioPayloadSchema, RevTurbineConfigStudioPayloadSurfaceSchema, RevTurbineConfigStudioPayloadTargetSchema, RevTurbineConfigSurfaceTemplatesItemFieldsItemSchema, RevTurbineConfigSurfaceTemplatesItemSchema, RevTurbineConfigUiPathActionTypeSchema, RevTurbineCustomerSdk, RevTurbineServer, RevenueMetricSchema, ReverseTrialRuleSchema, ReverseTrialSettingsSchema, ReverseTrialStartPolicySchema, RoleSchema, RuleVisibilitySchema, RuntimeMode, RuntimePromotionSnapshotSchema, 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, StripeIntegrationConfigSchema, StripePriceBillingPeriodSchema, StripePriceMockBillingPeriodSchema, StripePriceMockSchema, StripePriceSchema, StudioSurfaceTypeSchema, SuggestionSeveritySchema, SupersessionReasonSchema, SupersessionRecordSchema, SurfaceSlotSchema, SurfaceTemplateSchema, SurfaceTypeCapRuleSchema, SurfaceTypeSchema, TemplateFieldTypeSchema, TenantConfigSchema, TenantIdField, TenantSchema, TenantStatusSchema, ThemeSchema, TimestampFields, TrackEventSchema, TrackIngestBatchSchema, TreatmentInteractionInputSchema, TreatmentInteractionTypeSchema, TrialEligibilityScopeSchema, TrialInstanceSchema, TrialLimitPolicySchema, TrialStatusSchema, TrialTriggerPayloadSchema, TriggerEventTypeSchema, UiPreferenceSchema, UsageAllocationSchema$1 as UsageAllocationSchema, UsageEnforcementSettingsSchema, UsagePeriodScopeSchema, UsageTriggerPayloadSchema, UserContextSchema, UserInstanceContextSchema, UserPlanContextSchema, UserRoleSchema, UserTrialStatusSchema, UserUsageEntrySchema, VIEW_ELEMENT_ID_PATTERN, VersionFields, WebhookEventLogSchema, WebhookEventSourceSchema, WebhookEventStatusSchema, analyticsPaths, analyticsViewPaths, applyValueMaps, bucketSubject, buildAgentCatalogProjection, buildControlPlaneEvent, 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, deriveReverseTrialGrants, entitlementPaths, entitlementResultDenies, environmentPaths, evaluateSegments, evaluateTrialStatus, eventPaths, experimentPaths, filterExternalSchemas, filterPersistedSchemas, findActiveTrialInstance, findLatestStartedTrialInstance, getDefaultRegistry, getFieldClassification, getFieldVisibility, getObjectFieldClassifications, getObjectFieldVisibilities, getSchemaClassification, getSchemaDeprecation, getSchemaExposure, getSchemaFacets, getSchemaIdentity, getSchemaPersistence, initRevTurbine, isBrowser, isServer, isVersionedConfigEntity, loadTheme, makeAnchor, mergeTheme, mintedIdentity, namedIdentity, normalizeConfigArtifactOrThrow, normalizeLegacyConfig, parsePlaybook, parsePromotion, parseUiPath, placementPaths, planPaths, playbookVersionPaths, projectClientSafe, promotionPaths, requireSchemaFacets, resetDefaultRegistry, resolveBranding, resolveContent, resolveLocalPlaybook, resolvePayloadForUser, resolvePayloadForUserWithProvider, resolvePersistentStorage, resolveSessionStorage, resolveTokens, runtimePaths, schemaDeprecation, schemaFacets, scopesSubsetOfRole, searchAgentCatalog, segmentPaths, settingsPaths, tenantPaths, toCreateSchema, toWritableSchema, trialPaths, uiPreferencePaths, userContextPaths, validateAnalyticsQuery, validateAnalyticsView, validatePlacementThresholdWarnings };
|
|
25305
|
-
export type { ActivityLevel, AdapterBaseOptions, AddOn, AddOnVariation, 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, BasicBucketerExperiment, BasicBucketerOptions, BillingCadence, BillingHealthStatus, BrandingConfig, BrandingResolutionInput, BrandingSource, BrowserRuntimeOptions, CapEnforcementResult, CapPeriod, ChangeListener, ChangeLogAction, ChangeLogEntry, ClientContext, CohortMonth, CompileAnalyticsDraftOptions, ConfigArtifact, ContentPayloadSegmentEntry, ContentPlacementPayload, ContentPromotion, ContentProvider, ContentProviderState, ContentUiPath, ControlPlaneEmitInput, ControlPlaneEventSource, ControlPlaneEventType, ControlPlaneSemanticEvent, CtaActionType, CtaHandler, CtaHandlerMap, CtaHandlerProvider, CtaHandlerProviderState, CtaObject, CtaPath, CtaPathType, Currency, Customer, CustomerOverride, CustomerOverrideDuration, CustomerOverrideStatus, CustomerOverrideType, DataClassificationValue, DecisionEngineOptions, DecisionLog, DeriveTrialStatusInput, DimensionCategory, DimensionSourceType, DiscountType, DomainProvider, DomainProviderName, DriftReport, EnforcementAction, EnforcementMode, Entitlement, EntitlementCheckResult$1 as EntitlementCheckResult, EntitlementEvalLog, EntitlementGateOptions, EntitlementGateState, EntitlementGrant$1 as EntitlementGrant, EntitlementGrantSet$1 as EntitlementGrantSet, EntitlementGrantSource, EntitlementGrantStatus, EntitlementProvider, EntitlementProviderState, EntitlementResult, EntitlementRule, EntitlementRulePeriodUnit, EntitlementRuleSnapshot, EntitlementRuleTarget, EntitlementRuleTargetKind$1 as EntitlementRuleTargetKind, EntitlementRuleValidated, EntitlementRuleVariant, EntitlementStatus, EntitlementType, EntitlementUsageEntry, Environment, EnvironmentPromotionRequest, EnvironmentStatus, EvaluateTrialStatusInput, EvaluateTrialStatusResult, EvaluationContext, EventConsumer, EventConsumerProvider, EventConsumerProviderState, EventEnvelope, EventIngestBatch, EventPrefixFamily, EventSearchParams, EventSource, EventStability, EventSurface, EventTaxonomy, EventTaxonomyEntry, Exact, Experiment, ExperimentProvider, ExperimentProviderState, ExperimentStatus, ExperimentType, ExperimentVariant, ExportedConfig, ExportedConfigPlacementItem, ExportedConfigProvider, ExportedConfigSegmentsItem, ExportedConfigSegmentsItemPredicatesItem, ExportedConfigUiPathActionType, FeatureFlag, FeatureFlagValue, FeatureGateTriggerPayload, FieldDefinition, FlagValueType, FreeTrialRule, FreeTrialSettings, FunnelStep, IdentifyContextInput, Identity, IdentityDeclaration, IngestWriteScope, IngestedEvent, InteractionState, InvitationStatus, JsonObject, JsonValue, KpiAggregate, LegacyConfigTargetDefaults, LocalPlacementDataset, LocalPlacementEntry, LocalPlacementPayload, LocalPlacementSurface, LocalizedText, McpConfig, McpTokenScope, Message, MessageBlock, MessageBlockContent, MessageBlockRecord, MessageBlockSnapshot, MeteringConfig, OnboardingChecklist, OnboardingState, OptimizationSuggestion, OrgMemberRole, PaginationParams, PaymentTriggerPayload, Permission, PermissionAction, PermissionResource, PersonalizationContext, PersonalizationToken, Placement, PlacementCapPolicy, PlacementCapRule, PlacementCategory, PlacementContentFields, PlacementContentLookupProvider, PlacementControllerOptions, PlacementControllerState, PlacementCustomCode, PlacementDecisionOutput, PlacementEmittedThresholdLookup, PlacementOutput, PlacementPayload, PlacementPayloadSnapshot, PlacementPerformanceRow, PlacementPreviewConfig, PlacementPromotion, PlacementSettings, PlacementSettingsCapRule, PlacementSettingsCapRuleGroupItem, PlacementSettingsCapState, PlacementSlotProps, PlacementSlotType, PlacementTestMode, PlacementTestUser, PlacementTestUserIdentifierType, PlacementUiPath, PlacementUiPathActionType, 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, RegisterPlacementSlotTypeOptions, ResolvedBranding, ResolvedContent, ResolvedDomainType, ResolvedPayload, ResolvedProviderContext, RevTurbineApiClient, RevTurbineApiClientConfig, paths as RevTurbineApiPaths, RevTurbineBootstrapDecisionInput, RevTurbineChainedPlacementRequestOptions, RevTurbineClientSessionProvider, RevTurbineConfig, RevTurbineConfigAddonVariationsItem, RevTurbineConfigAddonsItem, RevTurbineConfigEnforcementDefaultsItem, RevTurbineConfigEntitlementRulesItem, RevTurbineConfigEntitlementsItem, RevTurbineConfigMeterBindingsItem, RevTurbineConfigPeriodCap, RevTurbineConfigPersonalizationTokensItem, RevTurbineConfigPlacementCategory, RevTurbineConfigPlacementItem, RevTurbineConfigPlacementPayloadItem, RevTurbineConfigPlacementSettingsItem, RevTurbineConfigPlacementSlotsItem, RevTurbineConfigPlacementTrigger, RevTurbineConfigPlanVariationsItem, RevTurbineConfigPlansItem, RevTurbineConfigProvider, RevTurbineConfigSeatTypesItem, RevTurbineConfigSegmentDimensionsItem, RevTurbineConfigSegmentsItem, RevTurbineConfigSegmentsItemPredicatesItem, RevTurbineConfigSlotConfigsItem, RevTurbineConfigStudioCtaConfig, RevTurbineConfigStudioPayload, RevTurbineConfigStudioPayloadCaps, RevTurbineConfigStudioPayloadSurface, RevTurbineConfigStudioPayloadTarget, RevTurbineConfigSurfaceTemplatesItem, RevTurbineConfigSurfaceTemplatesItemFieldsItem, RevTurbineConfigUiPathActionType, RevTurbineContextMode, RevTurbineContextPolicy, RevTurbineDecisionContent, RevTurbineEndpointOverrides, RevTurbineEntitlementContext, RevTurbineEntitlementPlacementRequestOptions, RevTurbineEntitlementRuleEvaluation, RevTurbineEventBatchingOptions, RevTurbineEventEnvelope, RevTurbineEventOptions, RevTurbineGateResult, RevTurbineImpressionMetadata, RevTurbineInitBaseOptions, RevTurbineInitInputOptions, RevTurbineInitOptions, RevTurbineInitOptionsStrict, RevTurbineInitWithProviderOptions, RevTurbineLocalOnlyMinimalInitOptions, RevTurbineLocalRuntimeData, RevTurbineLocalRuntimeOptions, RevTurbineLocalRuntimeResolvers, RevTurbineMeterUsageOverride, RevTurbinePageContext, RevTurbinePersonalizationTokens, RevTurbinePlacementBehaviorFlags, RevTurbinePlacementConfig, RevTurbinePlacementContent, RevTurbinePlacementDecision, RevTurbinePlacementDecisionExplanation, RevTurbinePlacementDecisionInput, RevTurbinePlacementDecisionOverrides, RevTurbinePlacementPayloadEvaluation, RevTurbinePlacementRecord, RevTurbinePlacementRequestConfig, RevTurbinePlacementRuleEvaluation, RevTurbinePlacementTypeEntity, RevTurbinePolicySnapshot, RevTurbineProviderFactory, RevTurbineProviderFailureSlotBehavior, RevTurbineRequiredUiPathResolvers, RevTurbineRuntimeMode, RevTurbineSdkMode, RevTurbineSdkProvider, RevTurbineSegmentEvaluation, RevTurbineSegmentPredicateEvaluation, RevTurbineSemanticEvent, RevTurbineServerOptions, RevTurbineSlotPlacementRequestOptions, RevTurbineStorage, RevTurbineSurfaceSlotConfig, RevTurbineSurfaceType, RevTurbineTargeting, RevTurbineTelemetryOptions, RevTurbineTheme, RevTurbineThemeColors, RevTurbineThemeInput, RevTurbineThemeShadows, RevTurbineThemeShape, RevTurbineThemeTypography, RevTurbineTreatmentInteractionInput, RevTurbineTreatmentInteractionOptions, RevTurbineTreatmentInteractionType, RevTurbineTrialContext, RevTurbineTriggerEvent, RevTurbineTriggerPayload, RevTurbineUiPathActionTypes, RevTurbineUiPathResolver, RevTurbineUiPathResolverMap, RevTurbineUiPathResolverValidationIssue, RevTurbineUiPathResolverValidationOptions, RevTurbineUiPathResolverValidationReport, RevTurbineUpdateInput, RevTurbineUsageSnapshot, RevTurbineUsageSnapshotEntry, RevTurbineUserContext, RevenueMetric, ReverseTrialRule, ReverseTrialSettings, ReverseTrialStartPolicy, Role, RuleProvider, RuleProviderState, RuleVisibility, RuntimePromotionSnapshot, SchemaDeprecation, SchemaFacetOptions, SchemaFacets, SdkConfigShape, SdkEventProperties, SdkMetaEvent, SdkMetaEventType, SdkMetaIngestBatch, SdkMetadata, SdkSessionOptions, SdkTraits, SeatType, Segment, SegmentDimension, SegmentProvider, SegmentProviderState, SegmentValue, SemanticEvent, ServerEntitlementResult, ServerEvaluationHydrationPayload, ServerEvaluationPayload, ServerEvaluationPayloadDecisionsItem, ServerEvaluationPayloadEntitlementsValue, ServerEvaluationPayloadTrialStatus, ServerEvaluationPayloadUser, ServerEvaluationPayloadUserContext, ServerEvaluationRequest, ServerPlacementDecision, ServerPlacementRequest, ServerUserContext, ServerUserContextSnapshot, Severity, StaticPlacementResolverOptions, StripeIntegrationConfig, StripePrice, StripePriceBillingPeriod, StripePriceMock, StripePriceMockBillingPeriod, StudioSurfaceType, SuggestionSeverity, SupersessionReason, SupersessionRecord, SuppressionResult, SurfaceSlot, SurfaceTemplate, SurfaceType, SurfaceTypeCapRule, TelemetryConsent, TemplateFieldType, Tenant, TenantConfig, TenantStatus, Theme, ThemeLoaderOptions, ThemeProvider, ThemeProviderState, TrackEvent, TrackIngestBatch, Trait, TraitsNamespace, TraitsProvider, TraitsProviderState, TreatmentInteractionInput, TreatmentInteractionType, TrialEligibilityScope, TrialInstance, TrialLimitPolicy, TrialStatus, TrialStatusProvider, TrialStatusTraits, TrialTriggerPayload, TriggerEventType, UiPreference, UnvalidatedConfigArtifact, UsageAllocation, UsageBalances, UsageEnforcementSettings, UsagePeriodScope, UsageTraits, UsageTraitsProvider, UsageTriggerPayload, UserContext, UserContextInput, UserInstanceContext, UserPlanContext, UserRole, UserTargetingContext, UserTrialStatus, UserUsageEntry, ValidateAnalyticsViewOptions, WebhookEventLog, WebhookEventSource, WebhookEventStatus };
|
|
25108
|
+
export { ANALYTICS_VALIDATION_CODES, ANALYTICS_VIEW_SCHEMA_VERSION, ActivityLevelSchema, AddOnSchema, AddOnVariationSchema, 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, BillingCadenceSchema, BillingHealthStatusSchema, BrandingConfigSchema, BrowserRuntime, BrowserStorage, CONTROL_PLANE_EVENT_NAMES, CONTROL_PLANE_EVENT_SOURCE, CONTROL_PLANE_SOURCE_KEY, CapEnforcer, CapPeriodSchema$1 as CapPeriodSchema, ChangeLogActionSchema, ChangeLogEntrySchema, ClientContextSchema, ClientSafe, CohortMonthSchema, ContentPayloadSegmentEntrySchema, ContentPlacementPayloadSchema, ContentPromotionSchema, ContentUiPathSchema, ContextVisibility, ControlPlaneEventSourceSchema, ControlPlaneEventTypeSchema, ControlPlaneSemanticEventSchema, CtaActionTypeSchema, CtaObjectSchema, CtaPathSchema, CtaPathTypeSchema, CurrencySchema, CustomerOverrideDurationSchema, CustomerOverrideSchema, CustomerOverrideStatusSchema, CustomerOverrideTypeSchema, CustomerSchema, DEFAULT_BRANDING, DEFAULT_THEME, DEPRECATED_EVENT_NAMES, DOGFOOD_CLIENT_EVENT_NAMES, DataClassification, DecisionEngine, DecisionOnly, DescriptionField, DimensionCategorySchema, DimensionSourceTypeSchema, DiscountTypeSchema, DomainProviderRegistry, DriftReportSchema, ENTITLEMENT_STATUS_VALUES, EVENT_PREFIX_FAMILIES, EnforcementActionSchema, EnforcementModeSchema, 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, FlagValueTypeSchema, FreeTrialRuleSchema, FreeTrialSettingsSchema, FunnelStepSchema, GATED_SURFACE_TEMPLATE_IDS, GENERAL_BANNER_TEMPLATE_IDS, GENERAL_MODAL_TEMPLATE_IDS, GENERAL_TOAST_TEMPLATE_IDS, HANDLE_PATTERN, HandleField, INGEST_WRITE_SCOPE, IdField, IdentityKind, IdentitySchema, InMemoryStorage, IngestedEventSchema, InteractionTracker, InvitationStatusSchema, KpiAggregateSchema, LocalizedTextSchema, MESSAGE_SURFACE_TEMPLATE_IDS, McpConfigSchema, McpTokenScopeSchema, MessageBlockContentSchema, MessageBlockRecordSchema, MessageBlockSchema, MessageSchema, MetadataField, MeteringConfigSchema, 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, PlacementCapRuleSchema, PlacementCategorySchema, PlacementController, PlacementDecisionOutputSchema, PlacementPayloadSchema, PlacementPerformanceRowSchema, 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, RECOGNIZED_UPDATE_KEYS, ROLE_PERMISSIONS, ROLE_RANK, ApiError as RevTurbineApiError, RevTurbineConfigAddonVariationsItemSchema, RevTurbineConfigAddonsItemSchema, RevTurbineConfigEnforcementDefaultsItemSchema, RevTurbineConfigEntitlementRulesItemSchema, RevTurbineConfigEntitlementsItemSchema, RevTurbineConfigMeterBindingsItemSchema, RevTurbineConfigPeriodCapSchema, RevTurbineConfigPersonalizationTokensItemSchema, RevTurbineConfigPlacementCategorySchema, RevTurbineConfigPlacementItemSchema, RevTurbineConfigPlacementPayloadItemSchema, RevTurbineConfigPlacementSettingsItemSchema, RevTurbineConfigPlacementSlotsItemSchema, RevTurbineConfigPlacementTriggerSchema, RevTurbineConfigPlanVariationsItemSchema, RevTurbineConfigPlansItemSchema, RevTurbineConfigSchema, RevTurbineConfigSeatTypesItemSchema, RevTurbineConfigSegmentDimensionsItemSchema, RevTurbineConfigSegmentsItemPredicatesItemSchema, RevTurbineConfigSegmentsItemSchema, RevTurbineConfigSlotConfigsItemSchema, RevTurbineConfigStudioCtaConfigSchema, RevTurbineConfigStudioPayloadCapsSchema, RevTurbineConfigStudioPayloadSchema, RevTurbineConfigStudioPayloadSurfaceSchema, RevTurbineConfigStudioPayloadTargetSchema, RevTurbineConfigSurfaceTemplatesItemFieldsItemSchema, RevTurbineConfigSurfaceTemplatesItemSchema, RevTurbineConfigUiPathActionTypeSchema, RevTurbineCustomerSdk, RevTurbineServer, RevenueMetricSchema, ReverseTrialRuleSchema, ReverseTrialSettingsSchema, ReverseTrialStartPolicySchema, RoleSchema, RuleVisibilitySchema, RuntimeMode, RuntimePromotionSnapshotSchema, 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, StripeIntegrationConfigSchema, StripePriceBillingPeriodSchema, StripePriceMockBillingPeriodSchema, StripePriceMockSchema, StripePriceSchema, StudioSurfaceTypeSchema, SuggestionSeveritySchema, SupersessionReasonSchema, SupersessionRecordSchema, SurfaceSlotSchema, SurfaceTemplateSchema, SurfaceTypeCapRuleSchema, SurfaceTypeSchema, TemplateFieldTypeSchema, TenantConfigSchema, TenantIdField, TenantSchema, TenantStatusSchema, ThemeSchema, TimestampFields, TrackEventSchema, TrackIngestBatchSchema, TreatmentInteractionInputSchema, TreatmentInteractionTypeSchema, TrialEligibilityScopeSchema, TrialInstanceSchema, TrialLimitPolicySchema, TrialStatusSchema, TrialTriggerPayloadSchema, TriggerEventTypeSchema, UiPreferenceSchema, UsageAllocationSchema$1 as UsageAllocationSchema, UsageEnforcementSettingsSchema, UsagePeriodScopeSchema, UsageTriggerPayloadSchema, UserContextSchema, UserInstanceContextSchema, UserPlanContextSchema, UserRoleSchema, UserTrialStatusSchema, UserUsageEntrySchema, VIEW_ELEMENT_ID_PATTERN, VersionFields, WebhookEventLogSchema, WebhookEventSourceSchema, WebhookEventStatusSchema, analyticsPaths, analyticsViewPaths, applyValueMaps, bucketSubject, buildAgentCatalogProjection, buildControlPlaneEvent, 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, deriveReverseTrialGrants, entitlementPaths, entitlementResultDenies, environmentPaths, evaluateSegments, evaluateTrialStatus, eventPaths, experimentPaths, filterExternalSchemas, filterPersistedSchemas, findActiveTrialInstance, findLatestStartedTrialInstance, getDefaultRegistry, getFieldClassification, getFieldVisibility, getObjectFieldClassifications, getObjectFieldVisibilities, getSchemaClassification, getSchemaDeprecation, getSchemaExposure, getSchemaFacets, getSchemaIdentity, getSchemaPersistence, initRevTurbine, isBrowser, isServer, isVersionedConfigEntity, loadTheme, makeAnchor, mergeTheme, mintedIdentity, namedIdentity, normalizeConfigArtifactOrThrow, normalizeLegacyConfig, parsePlaybook, parsePromotion, parseUiPath, placementPaths, planPaths, playbookVersionPaths, projectClientSafe, promotionPaths, requireSchemaFacets, resetDefaultRegistry, resolveBranding, resolveContent, resolveLocalPlaybook, resolvePayloadForUser, resolvePayloadForUserWithProvider, resolvePersistentStorage, resolveSessionStorage, resolveTokens, schemaDeprecation, schemaFacets, scopesSubsetOfRole, searchAgentCatalog, segmentPaths, settingsPaths, tenantPaths, toCreateSchema, toWritableSchema, trialPaths, uiPreferencePaths, userContextPaths, validateAnalyticsQuery, validateAnalyticsView, validatePlacementThresholdWarnings };
|
|
25109
|
+
export type { ActivityLevel, AdapterBaseOptions, AddOn, AddOnVariation, 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, BasicBucketerExperiment, BasicBucketerOptions, BillingCadence, BillingHealthStatus, BrandingConfig, BrandingResolutionInput, BrandingSource, BrowserRuntimeOptions, CapEnforcementResult, CapPeriod, ChangeListener, ChangeLogAction, ChangeLogEntry, ClientContext, CohortMonth, CompileAnalyticsDraftOptions, ConfigArtifact, ContentPayloadSegmentEntry, ContentPlacementPayload, ContentPromotion, ContentProvider, ContentProviderState, ContentUiPath, ControlPlaneEmitInput, ControlPlaneEventSource, ControlPlaneEventType, ControlPlaneSemanticEvent, CtaActionType, CtaHandler, CtaHandlerMap, CtaHandlerProvider, CtaHandlerProviderState, CtaObject, CtaPath, CtaPathType, Currency, Customer, CustomerOverride, CustomerOverrideDuration, CustomerOverrideStatus, CustomerOverrideType, DataClassificationValue, DecisionEngineOptions, DeriveTrialStatusInput, DimensionCategory, DimensionSourceType, DiscountType, DomainProvider, DomainProviderName, DriftReport, EnforcementAction, EnforcementMode, 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, ExportedConfig, ExportedConfigPlacementItem, ExportedConfigProvider, ExportedConfigSegmentsItem, ExportedConfigSegmentsItemPredicatesItem, ExportedConfigUiPathActionType, FeatureFlag, FeatureFlagValue, FeatureGateTriggerPayload, FieldDefinition, FlagValueType, FreeTrialRule, FreeTrialSettings, FunnelStep, IdentifyContextInput, Identity, IdentityDeclaration, IngestWriteScope, IngestedEvent, InteractionState, InvitationStatus, JsonObject, JsonValue, KpiAggregate, LegacyConfigTargetDefaults, LocalPlacementDataset, LocalPlacementEntry, LocalPlacementPayload, LocalPlacementSurface, LocalizedText, McpConfig, McpTokenScope, Message, MessageBlock, MessageBlockContent, MessageBlockRecord, MessageBlockSnapshot, MeteringConfig, OnboardingChecklist, OnboardingState, OptimizationSuggestion, OrgMemberRole, PaginationParams, PaymentTriggerPayload, Permission, PermissionAction, PermissionResource, PersonalizationContext, PersonalizationToken, Placement, PlacementCapPolicy, PlacementCapRule, PlacementCategory, PlacementContentFields, PlacementContentLookupProvider, PlacementControllerOptions, PlacementControllerState, PlacementCustomCode, PlacementDecisionOutput, PlacementEmittedThresholdLookup, PlacementOutput, PlacementPayload, PlacementPayloadSnapshot, PlacementPerformanceRow, PlacementPreviewConfig, PlacementPromotion, PlacementSettings, PlacementSettingsCapRule, PlacementSettingsCapRuleGroupItem, PlacementSettingsCapState, PlacementSlotProps, PlacementSlotType, PlacementTestMode, PlacementTestUser, PlacementTestUserIdentifierType, PlacementUiPath, PlacementUiPathActionType, 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, RegisterPlacementSlotTypeOptions, ResolvedBranding, ResolvedContent, ResolvedDomainType, ResolvedPayload, ResolvedProviderContext, RevTurbineApiClient, RevTurbineApiClientConfig, paths as RevTurbineApiPaths, RevTurbineBootstrapDecisionInput, RevTurbineChainedPlacementRequestOptions, RevTurbineClientSessionProvider, RevTurbineConfig, RevTurbineConfigAddonVariationsItem, RevTurbineConfigAddonsItem, RevTurbineConfigEnforcementDefaultsItem, RevTurbineConfigEntitlementRulesItem, RevTurbineConfigEntitlementsItem, RevTurbineConfigMeterBindingsItem, RevTurbineConfigPeriodCap, RevTurbineConfigPersonalizationTokensItem, RevTurbineConfigPlacementCategory, RevTurbineConfigPlacementItem, RevTurbineConfigPlacementPayloadItem, RevTurbineConfigPlacementSettingsItem, RevTurbineConfigPlacementSlotsItem, RevTurbineConfigPlacementTrigger, RevTurbineConfigPlanVariationsItem, RevTurbineConfigPlansItem, RevTurbineConfigProvider, RevTurbineConfigSeatTypesItem, RevTurbineConfigSegmentDimensionsItem, RevTurbineConfigSegmentsItem, RevTurbineConfigSegmentsItemPredicatesItem, RevTurbineConfigSlotConfigsItem, RevTurbineConfigStudioCtaConfig, RevTurbineConfigStudioPayload, RevTurbineConfigStudioPayloadCaps, RevTurbineConfigStudioPayloadSurface, RevTurbineConfigStudioPayloadTarget, RevTurbineConfigSurfaceTemplatesItem, RevTurbineConfigSurfaceTemplatesItemFieldsItem, RevTurbineConfigUiPathActionType, RevTurbineContextMode, RevTurbineContextPolicy, RevTurbineDecisionContent, RevTurbineEndpointOverrides, RevTurbineEntitlementContext, RevTurbineEntitlementPlacementRequestOptions, RevTurbineEntitlementRuleEvaluation, RevTurbineEventBatchingOptions, RevTurbineEventEnvelope, RevTurbineEventOptions, RevTurbineGateResult, RevTurbineImpressionMetadata, RevTurbineInitBaseOptions, RevTurbineInitInputOptions, RevTurbineInitOptions, RevTurbineInitOptionsStrict, RevTurbineInitWithProviderOptions, RevTurbineLocalOnlyMinimalInitOptions, RevTurbineLocalRuntimeData, RevTurbineLocalRuntimeOptions, RevTurbineLocalRuntimeResolvers, RevTurbineMeterUsageOverride, RevTurbinePageContext, RevTurbinePersonalizationTokens, RevTurbinePlacementBehaviorFlags, RevTurbinePlacementConfig, RevTurbinePlacementContent, RevTurbinePlacementDecision, RevTurbinePlacementDecisionExplanation, RevTurbinePlacementDecisionInput, RevTurbinePlacementDecisionOverrides, RevTurbinePlacementPayloadEvaluation, RevTurbinePlacementRecord, RevTurbinePlacementRequestConfig, RevTurbinePlacementRuleEvaluation, RevTurbinePlacementTypeEntity, RevTurbinePolicySnapshot, RevTurbineProviderFactory, RevTurbineProviderFailureSlotBehavior, RevTurbineRequiredUiPathResolvers, RevTurbineRuntimeMode, RevTurbineSdkMode, RevTurbineSdkProvider, RevTurbineSegmentEvaluation, RevTurbineSegmentPredicateEvaluation, RevTurbineSemanticEvent, RevTurbineServerOptions, RevTurbineSlotPlacementRequestOptions, RevTurbineStorage, RevTurbineSurfaceSlotConfig, RevTurbineSurfaceType, RevTurbineTargeting, RevTurbineTelemetryOptions, RevTurbineTheme, RevTurbineThemeColors, RevTurbineThemeInput, RevTurbineThemeShadows, RevTurbineThemeShape, RevTurbineThemeTypography, RevTurbineTreatmentInteractionInput, RevTurbineTreatmentInteractionOptions, RevTurbineTreatmentInteractionType, RevTurbineTrialContext, RevTurbineTriggerEvent, RevTurbineTriggerPayload, RevTurbineUiPathActionTypes, RevTurbineUiPathResolver, RevTurbineUiPathResolverMap, RevTurbineUiPathResolverValidationIssue, RevTurbineUiPathResolverValidationOptions, RevTurbineUiPathResolverValidationReport, RevTurbineUpdateInput, RevTurbineUsageSnapshot, RevTurbineUsageSnapshotEntry, RevTurbineUserContext, RevenueMetric, ReverseTrialRule, ReverseTrialSettings, ReverseTrialStartPolicy, Role, RuleProvider, RuleProviderState, RuleVisibility, RuntimePromotionSnapshot, SchemaDeprecation, SchemaFacetOptions, SchemaFacets, SdkConfigShape, SdkEventProperties, SdkMetaEvent, SdkMetaEventType, SdkMetaIngestBatch, SdkMetadata, SdkSessionOptions, SdkTraits, SeatType, Segment, SegmentDimension, SegmentProvider, SegmentProviderState, SegmentValue, SemanticEvent, ServerEntitlementResult, ServerEvaluationHydrationPayload, ServerEvaluationPayload, ServerEvaluationPayloadDecisionsItem, ServerEvaluationPayloadEntitlementsValue, ServerEvaluationPayloadTrialStatus, ServerEvaluationPayloadUser, ServerEvaluationPayloadUserContext, ServerEvaluationRequest, ServerPlacementDecision, ServerPlacementRequest, ServerUserContext, ServerUserContextSnapshot, Severity, StaticPlacementResolverOptions, StripeIntegrationConfig, StripePrice, StripePriceBillingPeriod, StripePriceMock, StripePriceMockBillingPeriod, StudioSurfaceType, SuggestionSeverity, SupersessionReason, SupersessionRecord, SuppressionResult, SurfaceSlot, SurfaceTemplate, SurfaceType, SurfaceTypeCapRule, TelemetryConsent, TemplateFieldType, Tenant, TenantConfig, TenantStatus, Theme, ThemeLoaderOptions, ThemeProvider, ThemeProviderState, TrackEvent, TrackIngestBatch, Trait, TraitsNamespace, TraitsProvider, TraitsProviderState, TreatmentInteractionInput, TreatmentInteractionType, TrialEligibilityScope, TrialInstance, TrialLimitPolicy, TrialStatus, TrialStatusProvider, TrialStatusTraits, TrialTriggerPayload, TriggerEventType, UiPreference, UnvalidatedConfigArtifact, UsageAllocation, UsageBalances, UsageEnforcementSettings, UsagePeriodScope, UsageTraits, UsageTraitsProvider, UsageTriggerPayload, UserContext, UserContextInput, UserInstanceContext, UserPlanContext, UserRole, UserTargetingContext, UserTrialStatus, UserUsageEntry, ValidateAnalyticsViewOptions, WebhookEventLog, WebhookEventSource, WebhookEventStatus };
|