@snap/camera-kit 0.10.0 → 0.11.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/docs/html/assets/search.js +1 -1
- package/docs/html/classes/CameraKit.html +116 -100
- package/docs/html/classes/CameraKitSession.html +175 -153
- package/docs/html/classes/CameraKitSource.html +109 -101
- package/docs/html/classes/LensPerformanceMeasurement.html +98 -94
- package/docs/html/classes/LensPerformanceMetrics.html +83 -81
- package/docs/html/classes/LensRepository.html +120 -109
- package/docs/html/classes/LensSources.html +86 -82
- package/docs/html/classes/Transform2D.html +98 -94
- package/docs/html/classes/TypedCustomEvent.html +83 -82
- package/docs/html/classes/TypedEventTarget.html +92 -91
- package/docs/html/functions/Injectable.html +87 -80
- package/docs/html/functions/bootstrapCameraKit.html +89 -86
- package/docs/html/functions/createExtension.html +76 -75
- package/docs/html/functions/createImageSource.html +80 -77
- package/docs/html/functions/createMediaStreamSource.html +80 -77
- package/docs/html/functions/createUserMediaSource.html +84 -81
- package/docs/html/functions/createVideoSource.html +80 -77
- package/docs/html/functions/estimateLensPerformance.html +76 -75
- package/docs/html/functions/getRequiredBootstrapURLs.html +78 -76
- package/docs/html/functions/lensSourcesFactory.html +74 -74
- package/docs/html/functions/uriHandlersFactory.html +76 -75
- package/docs/html/index.html +75 -75
- package/docs/html/interfaces/CameraKitBootstrapConfiguration.html +107 -100
- package/docs/html/interfaces/CameraKitSourceSubscriber.html +82 -81
- package/docs/html/interfaces/ComputedFrameMetrics.html +94 -84
- package/docs/html/interfaces/CreateSessionOptions.html +86 -83
- package/docs/html/interfaces/EstimatedLensPerformance.html +85 -84
- package/docs/html/interfaces/Lens.html +114 -106
- package/docs/html/interfaces/LensSource.html +102 -94
- package/docs/html/interfaces/MediaStreamSourceOptions.html +80 -80
- package/docs/html/interfaces/Preview.html +81 -79
- package/docs/html/interfaces/Snapcode.html +86 -83
- package/docs/html/interfaces/UriCancelRequest.html +80 -80
- package/docs/html/interfaces/UriHandler.html +102 -93
- package/docs/html/interfaces/UriRequest.html +89 -89
- package/docs/html/interfaces/UriResponse.html +89 -89
- package/docs/html/interfaces/VideoSourceOptions.html +77 -77
- package/docs/html/modules.html +153 -153
- package/docs/html/types/AssetLoader.html +75 -74
- package/docs/html/types/AssetTiming.html +75 -74
- package/docs/html/types/BenchmarkError.html +73 -73
- package/docs/html/types/BootstrapError.html +75 -74
- package/docs/html/types/CacheKeyNotFoundError.html +73 -73
- package/docs/html/types/CameraKitDeviceInfo.html +75 -74
- package/docs/html/types/CameraKitSessionEventListener.html +75 -74
- package/docs/html/types/CameraKitSessionEvents.html +82 -74
- package/docs/html/types/CameraKitSourceError.html +73 -73
- package/docs/html/types/CameraKitSourceInfo.html +73 -73
- package/docs/html/types/CameraKitSourceOptions.html +75 -74
- package/docs/html/types/ConfigurationError.html +75 -74
- package/docs/html/types/Keyboard.html +85 -80
- package/docs/html/types/KeyboardEvents.html +84 -74
- package/docs/html/types/LegalError.html +73 -73
- package/docs/html/types/LensAssetError.html +75 -74
- package/docs/html/types/LensContentValidationError.html +73 -73
- package/docs/html/types/LensError.html +73 -73
- package/docs/html/types/LensExecutionError.html +75 -74
- package/docs/html/types/LensImagePickerError.html +75 -74
- package/docs/html/types/LensLaunchParams.html +75 -74
- package/docs/html/types/LensMetricsEvents.html +75 -74
- package/docs/html/types/LensPerformanceCluster.html +75 -74
- package/docs/html/types/LensView.html +75 -74
- package/docs/html/types/LensWait.html +75 -74
- package/docs/html/types/PersistentStoreError.html +75 -74
- package/docs/html/types/PlatformNotSupportedError.html +75 -74
- package/docs/html/types/PublicContainer.html +75 -74
- package/docs/html/types/RenderTarget.html +75 -74
- package/docs/html/types/Uri.html +73 -73
- package/docs/html/types/UriHandlers.html +75 -74
- package/docs/html/types/WebGLError.html +73 -73
- package/docs/html/variables/extensionRequestContext.html +75 -74
- package/docs/md/classes/CameraKit.md +14 -1
- package/docs/md/classes/CameraKitSession.md +1 -1
- package/docs/md/classes/CameraKitSource.md +1 -1
- package/docs/md/classes/LensPerformanceMeasurement.md +1 -1
- package/docs/md/classes/LensPerformanceMetrics.md +1 -1
- package/docs/md/classes/LensRepository.md +1 -1
- package/docs/md/classes/LensSources.md +1 -1
- package/docs/md/classes/Transform2D.md +1 -1
- package/docs/md/classes/TypedCustomEvent.md +1 -1
- package/docs/md/classes/TypedEventTarget.md +1 -1
- package/docs/md/interfaces/CameraKitBootstrapConfiguration.md +1 -1
- package/docs/md/interfaces/CameraKitSourceSubscriber.md +1 -1
- package/docs/md/interfaces/ComputedFrameMetrics.md +15 -1
- package/docs/md/interfaces/CreateSessionOptions.md +1 -1
- package/docs/md/interfaces/EstimatedLensPerformance.md +1 -1
- package/docs/md/interfaces/Lens.md +1 -1
- package/docs/md/interfaces/LensSource.md +1 -1
- package/docs/md/interfaces/MediaStreamSourceOptions.md +1 -1
- package/docs/md/interfaces/Preview.md +1 -1
- package/docs/md/interfaces/Snapcode.md +1 -1
- package/docs/md/interfaces/UriCancelRequest.md +1 -1
- package/docs/md/interfaces/UriHandler.md +1 -1
- package/docs/md/interfaces/UriRequest.md +1 -1
- package/docs/md/interfaces/UriResponse.md +1 -1
- package/docs/md/interfaces/VideoSourceOptions.md +1 -1
- package/docs/md/modules.md +2 -2
- package/lib/CameraKit.d.ts +21 -12
- package/lib/CameraKit.js +32 -4
- package/lib/CameraKit.js.map +1 -1
- package/lib/bootstrapCameraKit.js +5 -3
- package/lib/bootstrapCameraKit.js.map +1 -1
- package/lib/common/__mocks__/loadScript.d.ts +1 -1
- package/lib/common/__mocks__/loadScript.js +1 -1
- package/lib/common/__mocks__/loadScript.js.map +1 -1
- package/lib/common/dialog.d.ts +16 -0
- package/lib/common/dialog.js +146 -0
- package/lib/common/dialog.js.map +1 -0
- package/lib/common/hash.d.ts +5 -0
- package/lib/common/hash.js +17 -0
- package/lib/common/hash.js.map +1 -0
- package/lib/common/loadScript.d.ts +6 -1
- package/lib/common/loadScript.js +9 -2
- package/lib/common/loadScript.js.map +1 -1
- package/lib/common/localization.d.ts +17 -10
- package/lib/common/localization.js +653 -18
- package/lib/common/localization.js.map +1 -1
- package/lib/common/pageVisibility.d.ts +34 -20
- package/lib/common/pageVisibility.js +57 -48
- package/lib/common/pageVisibility.js.map +1 -1
- package/lib/dependency-injection/Container.d.ts +2 -2
- package/lib/dependency-injection/Container.js +10 -10
- package/lib/dependency-injection/Container.js.map +1 -1
- package/lib/dependency-injection/RootServices.d.ts +3 -1
- package/lib/dependency-injection/RootServices.js.map +1 -1
- package/lib/environment.json +1 -1
- package/lib/extensions/LensSources.d.ts +5 -5
- package/lib/extensions/LensSources.js +9 -9
- package/lib/extensions/LensSources.js.map +1 -1
- package/lib/extensions/UriHandlers.d.ts +1 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/legal_prompt.d.ts +5 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/legal_prompt.js +61 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/legal_prompt.js.map +1 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/service.d.ts +49 -0
- package/lib/generated-proto/pb_schema/camera_kit/v3/service.js +17 -1
- package/lib/generated-proto/pb_schema/camera_kit/v3/service.js.map +1 -1
- package/lib/generated-proto/pb_schema/cdp/cof/circumstance_service.d.ts +578 -0
- package/lib/generated-proto/pb_schema/cdp/cof/config_response.d.ts +84 -0
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.d.ts +222 -1
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.js +98 -2
- package/lib/generated-proto/pb_schema/cdp/cof/config_result.js.map +1 -1
- package/lib/handlers/HandlerChainBuilder.js +7 -2
- package/lib/handlers/HandlerChainBuilder.js.map +1 -1
- package/lib/handlers/batchingHandler.d.ts +8 -2
- package/lib/handlers/batchingHandler.js +5 -8
- package/lib/handlers/batchingHandler.js.map +1 -1
- package/lib/handlers/mappingHandler.d.ts +5 -1
- package/lib/handlers/mappingHandler.js +6 -4
- package/lib/handlers/mappingHandler.js.map +1 -1
- package/lib/handlers/rateLimitingHandler.d.ts +5 -1
- package/lib/handlers/rateLimitingHandler.js +6 -4
- package/lib/handlers/rateLimitingHandler.js.map +1 -1
- package/lib/handlers/responseCachingHandler.d.ts +1 -1
- package/lib/handlers/responseCachingHandler.js.map +1 -1
- package/lib/handlers/retryingHandler.d.ts +5 -1
- package/lib/handlers/retryingHandler.js +13 -9
- package/lib/handlers/retryingHandler.js.map +1 -1
- package/lib/legal/legalPrompt.d.ts +7 -4
- package/lib/legal/legalPrompt.js +122 -133
- package/lib/legal/legalPrompt.js.map +1 -1
- package/lib/legal/legalState.d.ts +2 -2
- package/lib/legal/legalState.js +52 -38
- package/lib/legal/legalState.js.map +1 -1
- package/lib/lens-core-module/loader/lensCoreFactory.js +3 -1
- package/lib/lens-core-module/loader/lensCoreFactory.js.map +1 -1
- package/lib/lensCoreWasmVersions.json +3 -3
- package/lib/logger/logEntries.d.ts +1 -1
- package/lib/logger/logEntries.js +3 -3
- package/lib/logger/logEntries.js.map +1 -1
- package/lib/logger/logger.d.ts +7 -2
- package/lib/logger/logger.js +9 -4
- package/lib/logger/logger.js.map +1 -1
- package/lib/media-sources/MediaStreamSource.js +9 -4
- package/lib/media-sources/MediaStreamSource.js.map +1 -1
- package/lib/metrics/businessEventsReporter.d.ts +3 -2
- package/lib/metrics/businessEventsReporter.js +16 -9
- package/lib/metrics/businessEventsReporter.js.map +1 -1
- package/lib/metrics/metricsHandler.d.ts +3 -2
- package/lib/metrics/metricsHandler.js +3 -3
- package/lib/metrics/metricsHandler.js.map +1 -1
- package/lib/metrics/operational/Count.d.ts +17 -0
- package/lib/metrics/operational/Count.js +28 -0
- package/lib/metrics/operational/Count.js.map +1 -0
- package/lib/metrics/operational/Histogram.d.ts +17 -0
- package/lib/metrics/operational/Histogram.js +23 -0
- package/lib/metrics/operational/Histogram.js.map +1 -0
- package/lib/metrics/operational/Metric.d.ts +20 -0
- package/lib/metrics/operational/Metric.js +26 -0
- package/lib/metrics/operational/Metric.js.map +1 -0
- package/lib/metrics/operational/Timer.d.ts +91 -0
- package/lib/metrics/operational/Timer.js +122 -0
- package/lib/metrics/operational/Timer.js.map +1 -0
- package/lib/metrics/{operationalMetricsReporter.d.ts → operational/operationalMetricsReporter.d.ts} +15 -4
- package/lib/metrics/{operationalMetricsReporter.js → operational/operationalMetricsReporter.js} +24 -8
- package/lib/metrics/operational/operationalMetricsReporter.js.map +1 -0
- package/lib/metrics/reporters/reportBenchmarks.d.ts +1 -1
- package/lib/metrics/reporters/reportBenchmarks.js +1 -1
- package/lib/metrics/reporters/reportBenchmarks.js.map +1 -1
- package/lib/metrics/reporters/reportGlobalException.d.ts +1 -1
- package/lib/metrics/reporters/reportGlobalException.js +1 -1
- package/lib/metrics/reporters/reportGlobalException.js.map +1 -1
- package/lib/metrics/reporters/reportHttpMetrics.d.ts +1 -1
- package/lib/metrics/reporters/reportHttpMetrics.js +1 -1
- package/lib/metrics/reporters/reportHttpMetrics.js.map +1 -1
- package/lib/metrics/reporters/reportLegalState.d.ts +1 -1
- package/lib/metrics/reporters/reportLegalState.js +1 -1
- package/lib/metrics/reporters/reportLegalState.js.map +1 -1
- package/lib/metrics/reporters/reportLensAndAssetDownload.d.ts +1 -1
- package/lib/metrics/reporters/reportLensAndAssetDownload.js +1 -1
- package/lib/metrics/reporters/reportLensAndAssetDownload.js.map +1 -1
- package/lib/metrics/reporters/reportLensValidationFailed.d.ts +1 -1
- package/lib/metrics/reporters/reportLensView.d.ts +2 -2
- package/lib/metrics/reporters/reportLensView.js +23 -17
- package/lib/metrics/reporters/reportLensView.js.map +1 -1
- package/lib/metrics/reporters/reportLensWait.d.ts +2 -2
- package/lib/metrics/reporters/reportLensWait.js +1 -1
- package/lib/metrics/reporters/reportLensWait.js.map +1 -1
- package/lib/metrics/reporters/reportSessionException.d.ts +1 -1
- package/lib/metrics/reporters/reporters.d.ts +6 -6
- package/lib/metrics/reporters/reporters.js +3 -3
- package/lib/metrics/reporters/reporters.js.map +1 -1
- package/lib/observable-operators/unsubscribed.d.ts +12 -0
- package/lib/observable-operators/unsubscribed.js +27 -0
- package/lib/observable-operators/unsubscribed.js.map +1 -0
- package/lib/remote-configuration/cofHandler.d.ts +1 -1
- package/lib/remote-configuration/cofHandler.js.map +1 -1
- package/lib/remote-configuration/remoteConfiguration.d.ts +15 -4
- package/lib/remote-configuration/remoteConfiguration.js +30 -5
- package/lib/remote-configuration/remoteConfiguration.js.map +1 -1
- package/lib/session/CameraKitSession.d.ts +4 -3
- package/lib/session/CameraKitSession.js +6 -5
- package/lib/session/CameraKitSession.js.map +1 -1
- package/lib/session/LensKeyboard.d.ts +1 -1
- package/lib/session/LensPerformanceMeasurement.d.ts +2 -0
- package/lib/session/LensPerformanceMeasurement.js +27 -4
- package/lib/session/LensPerformanceMeasurement.js.map +1 -1
- package/lib/session/lensState.d.ts +5 -4
- package/lib/session/lensState.js +94 -39
- package/lib/session/lensState.js.map +1 -1
- package/package.json +12 -12
- package/lib/metrics/operationalMetricsReporter.js.map +0 -1
|
@@ -244,6 +244,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
244
244
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
245
245
|
abNamespaceForHashing?: string | undefined;
|
|
246
246
|
abSeedForHashing?: string | undefined;
|
|
247
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
247
248
|
} | undefined;
|
|
248
249
|
} | undefined;
|
|
249
250
|
ttlSeconds?: number | undefined;
|
|
@@ -258,6 +259,12 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
258
259
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
259
260
|
segmentOrdinal?: number | undefined;
|
|
260
261
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
262
|
+
internalFields?: {
|
|
263
|
+
configBitmapIndex?: number | undefined;
|
|
264
|
+
configResultBitmapIndex?: number | undefined;
|
|
265
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
266
|
+
globalPriority?: number | undefined;
|
|
267
|
+
} | undefined;
|
|
261
268
|
}[] | undefined;
|
|
262
269
|
debugTrace?: {
|
|
263
270
|
lastCofStep?: {
|
|
@@ -327,6 +334,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
327
334
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
328
335
|
abNamespaceForHashing?: string | undefined;
|
|
329
336
|
abSeedForHashing?: string | undefined;
|
|
337
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
330
338
|
} | undefined;
|
|
331
339
|
} | undefined;
|
|
332
340
|
ttlSeconds?: number | undefined;
|
|
@@ -341,6 +349,12 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
341
349
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
342
350
|
segmentOrdinal?: number | undefined;
|
|
343
351
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
352
|
+
internalFields?: {
|
|
353
|
+
configBitmapIndex?: number | undefined;
|
|
354
|
+
configResultBitmapIndex?: number | undefined;
|
|
355
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
356
|
+
globalPriority?: number | undefined;
|
|
357
|
+
} | undefined;
|
|
344
358
|
}[] & ({
|
|
345
359
|
configId?: string | undefined;
|
|
346
360
|
value?: {
|
|
@@ -397,6 +411,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
397
411
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
398
412
|
abNamespaceForHashing?: string | undefined;
|
|
399
413
|
abSeedForHashing?: string | undefined;
|
|
414
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
400
415
|
} | undefined;
|
|
401
416
|
} | undefined;
|
|
402
417
|
ttlSeconds?: number | undefined;
|
|
@@ -411,6 +426,12 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
411
426
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
412
427
|
segmentOrdinal?: number | undefined;
|
|
413
428
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
429
|
+
internalFields?: {
|
|
430
|
+
configBitmapIndex?: number | undefined;
|
|
431
|
+
configResultBitmapIndex?: number | undefined;
|
|
432
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
433
|
+
globalPriority?: number | undefined;
|
|
434
|
+
} | undefined;
|
|
414
435
|
} & {
|
|
415
436
|
configId?: string | undefined;
|
|
416
437
|
value?: ({
|
|
@@ -507,6 +528,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
507
528
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
508
529
|
abNamespaceForHashing?: string | undefined;
|
|
509
530
|
abSeedForHashing?: string | undefined;
|
|
531
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
510
532
|
} | undefined;
|
|
511
533
|
} & {
|
|
512
534
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -542,6 +564,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
542
564
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
543
565
|
abNamespaceForHashing?: string | undefined;
|
|
544
566
|
abSeedForHashing?: string | undefined;
|
|
567
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
545
568
|
} | undefined;
|
|
546
569
|
}[] & ({
|
|
547
570
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -575,6 +598,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
575
598
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
576
599
|
abNamespaceForHashing?: string | undefined;
|
|
577
600
|
abSeedForHashing?: string | undefined;
|
|
601
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
578
602
|
} | undefined;
|
|
579
603
|
} & {
|
|
580
604
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -610,6 +634,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
610
634
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
611
635
|
abNamespaceForHashing?: string | undefined;
|
|
612
636
|
abSeedForHashing?: string | undefined;
|
|
637
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
613
638
|
} | undefined;
|
|
614
639
|
}[] & ({
|
|
615
640
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -643,6 +668,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
643
668
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
644
669
|
abNamespaceForHashing?: string | undefined;
|
|
645
670
|
abSeedForHashing?: string | undefined;
|
|
671
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
646
672
|
} | undefined;
|
|
647
673
|
} & {
|
|
648
674
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -678,6 +704,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
678
704
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
679
705
|
abNamespaceForHashing?: string | undefined;
|
|
680
706
|
abSeedForHashing?: string | undefined;
|
|
707
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
681
708
|
} | undefined;
|
|
682
709
|
}[] & ({
|
|
683
710
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -711,6 +738,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
711
738
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
712
739
|
abNamespaceForHashing?: string | undefined;
|
|
713
740
|
abSeedForHashing?: string | undefined;
|
|
741
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
714
742
|
} | undefined;
|
|
715
743
|
} & {
|
|
716
744
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -746,6 +774,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
746
774
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
747
775
|
abNamespaceForHashing?: string | undefined;
|
|
748
776
|
abSeedForHashing?: string | undefined;
|
|
777
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
749
778
|
} | undefined;
|
|
750
779
|
}[] & ({
|
|
751
780
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -779,6 +808,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
779
808
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
780
809
|
abNamespaceForHashing?: string | undefined;
|
|
781
810
|
abSeedForHashing?: string | undefined;
|
|
811
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
782
812
|
} | undefined;
|
|
783
813
|
} & {
|
|
784
814
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -814,6 +844,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
814
844
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
815
845
|
abNamespaceForHashing?: string | undefined;
|
|
816
846
|
abSeedForHashing?: string | undefined;
|
|
847
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
817
848
|
} | undefined;
|
|
818
849
|
}[] & ({
|
|
819
850
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -847,6 +878,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
847
878
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
848
879
|
abNamespaceForHashing?: string | undefined;
|
|
849
880
|
abSeedForHashing?: string | undefined;
|
|
881
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
850
882
|
} | undefined;
|
|
851
883
|
} & {
|
|
852
884
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -882,6 +914,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
882
914
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
883
915
|
abNamespaceForHashing?: string | undefined;
|
|
884
916
|
abSeedForHashing?: string | undefined;
|
|
917
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
885
918
|
} | undefined;
|
|
886
919
|
}[] & ({
|
|
887
920
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -915,6 +948,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
915
948
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
916
949
|
abNamespaceForHashing?: string | undefined;
|
|
917
950
|
abSeedForHashing?: string | undefined;
|
|
951
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
918
952
|
} | undefined;
|
|
919
953
|
} & {
|
|
920
954
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -950,6 +984,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
950
984
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
951
985
|
abNamespaceForHashing?: string | undefined;
|
|
952
986
|
abSeedForHashing?: string | undefined;
|
|
987
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
953
988
|
} | undefined;
|
|
954
989
|
}[] & ({
|
|
955
990
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -983,6 +1018,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
983
1018
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
984
1019
|
abNamespaceForHashing?: string | undefined;
|
|
985
1020
|
abSeedForHashing?: string | undefined;
|
|
1021
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
986
1022
|
} | undefined;
|
|
987
1023
|
} & {
|
|
988
1024
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1018,6 +1054,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1018
1054
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1019
1055
|
abNamespaceForHashing?: string | undefined;
|
|
1020
1056
|
abSeedForHashing?: string | undefined;
|
|
1057
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1021
1058
|
} | undefined;
|
|
1022
1059
|
}[] & ({
|
|
1023
1060
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1051,6 +1088,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1051
1088
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1052
1089
|
abNamespaceForHashing?: string | undefined;
|
|
1053
1090
|
abSeedForHashing?: string | undefined;
|
|
1091
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1054
1092
|
} | undefined;
|
|
1055
1093
|
} & {
|
|
1056
1094
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1086,6 +1124,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1086
1124
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1087
1125
|
abNamespaceForHashing?: string | undefined;
|
|
1088
1126
|
abSeedForHashing?: string | undefined;
|
|
1127
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1089
1128
|
} | undefined;
|
|
1090
1129
|
}[] & ({
|
|
1091
1130
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1119,6 +1158,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1119
1158
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1120
1159
|
abNamespaceForHashing?: string | undefined;
|
|
1121
1160
|
abSeedForHashing?: string | undefined;
|
|
1161
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1122
1162
|
} | undefined;
|
|
1123
1163
|
} & any & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
1124
1164
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1152,6 +1192,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1152
1192
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1153
1193
|
abNamespaceForHashing?: string | undefined;
|
|
1154
1194
|
abSeedForHashing?: string | undefined;
|
|
1195
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1155
1196
|
} | undefined;
|
|
1156
1197
|
}[]>, never>) | undefined;
|
|
1157
1198
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -1183,6 +1224,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1183
1224
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1184
1225
|
abNamespaceForHashing?: string | undefined;
|
|
1185
1226
|
abSeedForHashing?: string | undefined;
|
|
1227
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1186
1228
|
} & any & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
1187
1229
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
1188
1230
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1216,6 +1258,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1216
1258
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1217
1259
|
abNamespaceForHashing?: string | undefined;
|
|
1218
1260
|
abSeedForHashing?: string | undefined;
|
|
1261
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1219
1262
|
} | undefined;
|
|
1220
1263
|
}[]>, never>) | undefined;
|
|
1221
1264
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -1268,11 +1311,13 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1268
1311
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1269
1312
|
abNamespaceForHashing?: string | undefined;
|
|
1270
1313
|
abSeedForHashing?: string | undefined;
|
|
1314
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1271
1315
|
} & {
|
|
1272
1316
|
itemId?: number | undefined;
|
|
1273
1317
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1274
1318
|
abNamespaceForHashing?: string | undefined;
|
|
1275
1319
|
abSeedForHashing?: string | undefined;
|
|
1320
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1276
1321
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
1277
1322
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
1278
1323
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1306,6 +1351,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1306
1351
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1307
1352
|
abNamespaceForHashing?: string | undefined;
|
|
1308
1353
|
abSeedForHashing?: string | undefined;
|
|
1354
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1309
1355
|
} | undefined;
|
|
1310
1356
|
}[]>, never>) | undefined;
|
|
1311
1357
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -1374,11 +1420,13 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1374
1420
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1375
1421
|
abNamespaceForHashing?: string | undefined;
|
|
1376
1422
|
abSeedForHashing?: string | undefined;
|
|
1423
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1377
1424
|
} & {
|
|
1378
1425
|
itemId?: number | undefined;
|
|
1379
1426
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1380
1427
|
abNamespaceForHashing?: string | undefined;
|
|
1381
1428
|
abSeedForHashing?: string | undefined;
|
|
1429
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1382
1430
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
1383
1431
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
1384
1432
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1412,6 +1460,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1412
1460
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1413
1461
|
abNamespaceForHashing?: string | undefined;
|
|
1414
1462
|
abSeedForHashing?: string | undefined;
|
|
1463
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1415
1464
|
} | undefined;
|
|
1416
1465
|
}[]>, never>) | undefined;
|
|
1417
1466
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -1483,11 +1532,13 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1483
1532
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1484
1533
|
abNamespaceForHashing?: string | undefined;
|
|
1485
1534
|
abSeedForHashing?: string | undefined;
|
|
1535
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1486
1536
|
} & {
|
|
1487
1537
|
itemId?: number | undefined;
|
|
1488
1538
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1489
1539
|
abNamespaceForHashing?: string | undefined;
|
|
1490
1540
|
abSeedForHashing?: string | undefined;
|
|
1541
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1491
1542
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
1492
1543
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
1493
1544
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1521,6 +1572,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1521
1572
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1522
1573
|
abNamespaceForHashing?: string | undefined;
|
|
1523
1574
|
abSeedForHashing?: string | undefined;
|
|
1575
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1524
1576
|
} | undefined;
|
|
1525
1577
|
}[]>, never>) | undefined;
|
|
1526
1578
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -1592,11 +1644,13 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1592
1644
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1593
1645
|
abNamespaceForHashing?: string | undefined;
|
|
1594
1646
|
abSeedForHashing?: string | undefined;
|
|
1647
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1595
1648
|
} & {
|
|
1596
1649
|
itemId?: number | undefined;
|
|
1597
1650
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1598
1651
|
abNamespaceForHashing?: string | undefined;
|
|
1599
1652
|
abSeedForHashing?: string | undefined;
|
|
1653
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1600
1654
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
1601
1655
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
1602
1656
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1630,6 +1684,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1630
1684
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1631
1685
|
abNamespaceForHashing?: string | undefined;
|
|
1632
1686
|
abSeedForHashing?: string | undefined;
|
|
1687
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1633
1688
|
} | undefined;
|
|
1634
1689
|
}[]>, never>) | undefined;
|
|
1635
1690
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -1701,11 +1756,13 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1701
1756
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1702
1757
|
abNamespaceForHashing?: string | undefined;
|
|
1703
1758
|
abSeedForHashing?: string | undefined;
|
|
1759
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1704
1760
|
} & {
|
|
1705
1761
|
itemId?: number | undefined;
|
|
1706
1762
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1707
1763
|
abNamespaceForHashing?: string | undefined;
|
|
1708
1764
|
abSeedForHashing?: string | undefined;
|
|
1765
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1709
1766
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
1710
1767
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"], keyof {
|
|
1711
1768
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1739,6 +1796,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1739
1796
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1740
1797
|
abNamespaceForHashing?: string | undefined;
|
|
1741
1798
|
abSeedForHashing?: string | undefined;
|
|
1799
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1742
1800
|
} | undefined;
|
|
1743
1801
|
}[]>, never>) | undefined;
|
|
1744
1802
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -1810,11 +1868,13 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1810
1868
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1811
1869
|
abNamespaceForHashing?: string | undefined;
|
|
1812
1870
|
abSeedForHashing?: string | undefined;
|
|
1871
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1813
1872
|
} & {
|
|
1814
1873
|
itemId?: number | undefined;
|
|
1815
1874
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1816
1875
|
abNamespaceForHashing?: string | undefined;
|
|
1817
1876
|
abSeedForHashing?: string | undefined;
|
|
1877
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1818
1878
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
1819
1879
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"], keyof {
|
|
1820
1880
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1848,6 +1908,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1848
1908
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1849
1909
|
abNamespaceForHashing?: string | undefined;
|
|
1850
1910
|
abSeedForHashing?: string | undefined;
|
|
1911
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1851
1912
|
} | undefined;
|
|
1852
1913
|
}[]>, never>) | undefined;
|
|
1853
1914
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -1919,11 +1980,13 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1919
1980
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1920
1981
|
abNamespaceForHashing?: string | undefined;
|
|
1921
1982
|
abSeedForHashing?: string | undefined;
|
|
1983
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1922
1984
|
} & {
|
|
1923
1985
|
itemId?: number | undefined;
|
|
1924
1986
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1925
1987
|
abNamespaceForHashing?: string | undefined;
|
|
1926
1988
|
abSeedForHashing?: string | undefined;
|
|
1989
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1927
1990
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
1928
1991
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"], keyof {
|
|
1929
1992
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -1957,6 +2020,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
1957
2020
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
1958
2021
|
abNamespaceForHashing?: string | undefined;
|
|
1959
2022
|
abSeedForHashing?: string | undefined;
|
|
2023
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
1960
2024
|
} | undefined;
|
|
1961
2025
|
}[]>, never>) | undefined;
|
|
1962
2026
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -2028,11 +2092,13 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
2028
2092
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2029
2093
|
abNamespaceForHashing?: string | undefined;
|
|
2030
2094
|
abSeedForHashing?: string | undefined;
|
|
2095
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2031
2096
|
} & {
|
|
2032
2097
|
itemId?: number | undefined;
|
|
2033
2098
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2034
2099
|
abNamespaceForHashing?: string | undefined;
|
|
2035
2100
|
abSeedForHashing?: string | undefined;
|
|
2101
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2036
2102
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
2037
2103
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"], keyof import("./config_result").ClientTargetingExpression>, never>) | undefined;
|
|
2038
2104
|
ttlSeconds?: number | undefined;
|
|
@@ -2047,6 +2113,17 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
2047
2113
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2048
2114
|
segmentOrdinal?: number | undefined;
|
|
2049
2115
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
2116
|
+
internalFields?: ({
|
|
2117
|
+
configBitmapIndex?: number | undefined;
|
|
2118
|
+
configResultBitmapIndex?: number | undefined;
|
|
2119
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
2120
|
+
globalPriority?: number | undefined;
|
|
2121
|
+
} & {
|
|
2122
|
+
configBitmapIndex?: number | undefined;
|
|
2123
|
+
configResultBitmapIndex?: number | undefined;
|
|
2124
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
2125
|
+
globalPriority?: number | undefined;
|
|
2126
|
+
} & Record<Exclude<keyof I["configResults"][number]["internalFields"], keyof import("./config_result").ConfigResult_InternalFields>, never>) | undefined;
|
|
2050
2127
|
} & Record<Exclude<keyof I["configResults"][number], keyof ConfigResult>, never>)[] & Record<Exclude<keyof I["configResults"], keyof {
|
|
2051
2128
|
configId?: string | undefined;
|
|
2052
2129
|
value?: {
|
|
@@ -2103,6 +2180,7 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
2103
2180
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2104
2181
|
abNamespaceForHashing?: string | undefined;
|
|
2105
2182
|
abSeedForHashing?: string | undefined;
|
|
2183
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2106
2184
|
} | undefined;
|
|
2107
2185
|
} | undefined;
|
|
2108
2186
|
ttlSeconds?: number | undefined;
|
|
@@ -2117,6 +2195,12 @@ export declare const GetAbConfigValuesResponse: {
|
|
|
2117
2195
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2118
2196
|
segmentOrdinal?: number | undefined;
|
|
2119
2197
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
2198
|
+
internalFields?: {
|
|
2199
|
+
configBitmapIndex?: number | undefined;
|
|
2200
|
+
configResultBitmapIndex?: number | undefined;
|
|
2201
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
2202
|
+
globalPriority?: number | undefined;
|
|
2203
|
+
} | undefined;
|
|
2120
2204
|
}[]>, never>) | undefined;
|
|
2121
2205
|
debugTrace?: ({
|
|
2122
2206
|
lastCofStep?: {
|
|
@@ -2267,6 +2351,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2267
2351
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2268
2352
|
abNamespaceForHashing?: string | undefined;
|
|
2269
2353
|
abSeedForHashing?: string | undefined;
|
|
2354
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2270
2355
|
} | undefined;
|
|
2271
2356
|
} | undefined;
|
|
2272
2357
|
ttlSeconds?: number | undefined;
|
|
@@ -2281,6 +2366,12 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2281
2366
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2282
2367
|
segmentOrdinal?: number | undefined;
|
|
2283
2368
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
2369
|
+
internalFields?: {
|
|
2370
|
+
configBitmapIndex?: number | undefined;
|
|
2371
|
+
configResultBitmapIndex?: number | undefined;
|
|
2372
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
2373
|
+
globalPriority?: number | undefined;
|
|
2374
|
+
} | undefined;
|
|
2284
2375
|
}[] | undefined;
|
|
2285
2376
|
} & {
|
|
2286
2377
|
targetingParameters?: ({
|
|
@@ -2499,6 +2590,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2499
2590
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2500
2591
|
abNamespaceForHashing?: string | undefined;
|
|
2501
2592
|
abSeedForHashing?: string | undefined;
|
|
2593
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2502
2594
|
} | undefined;
|
|
2503
2595
|
} | undefined;
|
|
2504
2596
|
ttlSeconds?: number | undefined;
|
|
@@ -2513,6 +2605,12 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2513
2605
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2514
2606
|
segmentOrdinal?: number | undefined;
|
|
2515
2607
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
2608
|
+
internalFields?: {
|
|
2609
|
+
configBitmapIndex?: number | undefined;
|
|
2610
|
+
configResultBitmapIndex?: number | undefined;
|
|
2611
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
2612
|
+
globalPriority?: number | undefined;
|
|
2613
|
+
} | undefined;
|
|
2516
2614
|
}[] & ({
|
|
2517
2615
|
configId?: string | undefined;
|
|
2518
2616
|
value?: {
|
|
@@ -2569,6 +2667,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2569
2667
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2570
2668
|
abNamespaceForHashing?: string | undefined;
|
|
2571
2669
|
abSeedForHashing?: string | undefined;
|
|
2670
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2572
2671
|
} | undefined;
|
|
2573
2672
|
} | undefined;
|
|
2574
2673
|
ttlSeconds?: number | undefined;
|
|
@@ -2583,6 +2682,12 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2583
2682
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2584
2683
|
segmentOrdinal?: number | undefined;
|
|
2585
2684
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
2685
|
+
internalFields?: {
|
|
2686
|
+
configBitmapIndex?: number | undefined;
|
|
2687
|
+
configResultBitmapIndex?: number | undefined;
|
|
2688
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
2689
|
+
globalPriority?: number | undefined;
|
|
2690
|
+
} | undefined;
|
|
2586
2691
|
} & {
|
|
2587
2692
|
configId?: string | undefined;
|
|
2588
2693
|
value?: ({
|
|
@@ -2679,6 +2784,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2679
2784
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2680
2785
|
abNamespaceForHashing?: string | undefined;
|
|
2681
2786
|
abSeedForHashing?: string | undefined;
|
|
2787
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2682
2788
|
} | undefined;
|
|
2683
2789
|
} & {
|
|
2684
2790
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -2714,6 +2820,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2714
2820
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2715
2821
|
abNamespaceForHashing?: string | undefined;
|
|
2716
2822
|
abSeedForHashing?: string | undefined;
|
|
2823
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2717
2824
|
} | undefined;
|
|
2718
2825
|
}[] & ({
|
|
2719
2826
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -2747,6 +2854,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2747
2854
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2748
2855
|
abNamespaceForHashing?: string | undefined;
|
|
2749
2856
|
abSeedForHashing?: string | undefined;
|
|
2857
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2750
2858
|
} | undefined;
|
|
2751
2859
|
} & {
|
|
2752
2860
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -2782,6 +2890,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2782
2890
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2783
2891
|
abNamespaceForHashing?: string | undefined;
|
|
2784
2892
|
abSeedForHashing?: string | undefined;
|
|
2893
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2785
2894
|
} | undefined;
|
|
2786
2895
|
}[] & ({
|
|
2787
2896
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -2815,6 +2924,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2815
2924
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2816
2925
|
abNamespaceForHashing?: string | undefined;
|
|
2817
2926
|
abSeedForHashing?: string | undefined;
|
|
2927
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2818
2928
|
} | undefined;
|
|
2819
2929
|
} & {
|
|
2820
2930
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -2850,6 +2960,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2850
2960
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2851
2961
|
abNamespaceForHashing?: string | undefined;
|
|
2852
2962
|
abSeedForHashing?: string | undefined;
|
|
2963
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2853
2964
|
} | undefined;
|
|
2854
2965
|
}[] & ({
|
|
2855
2966
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -2883,6 +2994,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2883
2994
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2884
2995
|
abNamespaceForHashing?: string | undefined;
|
|
2885
2996
|
abSeedForHashing?: string | undefined;
|
|
2997
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2886
2998
|
} | undefined;
|
|
2887
2999
|
} & {
|
|
2888
3000
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -2918,6 +3030,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2918
3030
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2919
3031
|
abNamespaceForHashing?: string | undefined;
|
|
2920
3032
|
abSeedForHashing?: string | undefined;
|
|
3033
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2921
3034
|
} | undefined;
|
|
2922
3035
|
}[] & ({
|
|
2923
3036
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -2951,6 +3064,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2951
3064
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2952
3065
|
abNamespaceForHashing?: string | undefined;
|
|
2953
3066
|
abSeedForHashing?: string | undefined;
|
|
3067
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2954
3068
|
} | undefined;
|
|
2955
3069
|
} & {
|
|
2956
3070
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -2986,6 +3100,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
2986
3100
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
2987
3101
|
abNamespaceForHashing?: string | undefined;
|
|
2988
3102
|
abSeedForHashing?: string | undefined;
|
|
3103
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
2989
3104
|
} | undefined;
|
|
2990
3105
|
}[] & ({
|
|
2991
3106
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3019,6 +3134,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3019
3134
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3020
3135
|
abNamespaceForHashing?: string | undefined;
|
|
3021
3136
|
abSeedForHashing?: string | undefined;
|
|
3137
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3022
3138
|
} | undefined;
|
|
3023
3139
|
} & {
|
|
3024
3140
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3054,6 +3170,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3054
3170
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3055
3171
|
abNamespaceForHashing?: string | undefined;
|
|
3056
3172
|
abSeedForHashing?: string | undefined;
|
|
3173
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3057
3174
|
} | undefined;
|
|
3058
3175
|
}[] & ({
|
|
3059
3176
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3087,6 +3204,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3087
3204
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3088
3205
|
abNamespaceForHashing?: string | undefined;
|
|
3089
3206
|
abSeedForHashing?: string | undefined;
|
|
3207
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3090
3208
|
} | undefined;
|
|
3091
3209
|
} & {
|
|
3092
3210
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3122,6 +3240,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3122
3240
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3123
3241
|
abNamespaceForHashing?: string | undefined;
|
|
3124
3242
|
abSeedForHashing?: string | undefined;
|
|
3243
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3125
3244
|
} | undefined;
|
|
3126
3245
|
}[] & ({
|
|
3127
3246
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3155,6 +3274,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3155
3274
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3156
3275
|
abNamespaceForHashing?: string | undefined;
|
|
3157
3276
|
abSeedForHashing?: string | undefined;
|
|
3277
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3158
3278
|
} | undefined;
|
|
3159
3279
|
} & {
|
|
3160
3280
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3190,6 +3310,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3190
3310
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3191
3311
|
abNamespaceForHashing?: string | undefined;
|
|
3192
3312
|
abSeedForHashing?: string | undefined;
|
|
3313
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3193
3314
|
} | undefined;
|
|
3194
3315
|
}[] & ({
|
|
3195
3316
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3223,6 +3344,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3223
3344
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3224
3345
|
abNamespaceForHashing?: string | undefined;
|
|
3225
3346
|
abSeedForHashing?: string | undefined;
|
|
3347
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3226
3348
|
} | undefined;
|
|
3227
3349
|
} & {
|
|
3228
3350
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3258,6 +3380,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3258
3380
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3259
3381
|
abNamespaceForHashing?: string | undefined;
|
|
3260
3382
|
abSeedForHashing?: string | undefined;
|
|
3383
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3261
3384
|
} | undefined;
|
|
3262
3385
|
}[] & ({
|
|
3263
3386
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3291,6 +3414,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3291
3414
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3292
3415
|
abNamespaceForHashing?: string | undefined;
|
|
3293
3416
|
abSeedForHashing?: string | undefined;
|
|
3417
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3294
3418
|
} | undefined;
|
|
3295
3419
|
} & any & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
3296
3420
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3324,6 +3448,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3324
3448
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3325
3449
|
abNamespaceForHashing?: string | undefined;
|
|
3326
3450
|
abSeedForHashing?: string | undefined;
|
|
3451
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3327
3452
|
} | undefined;
|
|
3328
3453
|
}[]>, never>) | undefined;
|
|
3329
3454
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -3355,6 +3480,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3355
3480
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3356
3481
|
abNamespaceForHashing?: string | undefined;
|
|
3357
3482
|
abSeedForHashing?: string | undefined;
|
|
3483
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3358
3484
|
} & any & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
3359
3485
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
3360
3486
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3388,6 +3514,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3388
3514
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3389
3515
|
abNamespaceForHashing?: string | undefined;
|
|
3390
3516
|
abSeedForHashing?: string | undefined;
|
|
3517
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3391
3518
|
} | undefined;
|
|
3392
3519
|
}[]>, never>) | undefined;
|
|
3393
3520
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -3440,11 +3567,13 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3440
3567
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3441
3568
|
abNamespaceForHashing?: string | undefined;
|
|
3442
3569
|
abSeedForHashing?: string | undefined;
|
|
3570
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3443
3571
|
} & {
|
|
3444
3572
|
itemId?: number | undefined;
|
|
3445
3573
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3446
3574
|
abNamespaceForHashing?: string | undefined;
|
|
3447
3575
|
abSeedForHashing?: string | undefined;
|
|
3576
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3448
3577
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
3449
3578
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
3450
3579
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3478,6 +3607,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3478
3607
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3479
3608
|
abNamespaceForHashing?: string | undefined;
|
|
3480
3609
|
abSeedForHashing?: string | undefined;
|
|
3610
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3481
3611
|
} | undefined;
|
|
3482
3612
|
}[]>, never>) | undefined;
|
|
3483
3613
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -3546,11 +3676,13 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3546
3676
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3547
3677
|
abNamespaceForHashing?: string | undefined;
|
|
3548
3678
|
abSeedForHashing?: string | undefined;
|
|
3679
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3549
3680
|
} & {
|
|
3550
3681
|
itemId?: number | undefined;
|
|
3551
3682
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3552
3683
|
abNamespaceForHashing?: string | undefined;
|
|
3553
3684
|
abSeedForHashing?: string | undefined;
|
|
3685
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3554
3686
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
3555
3687
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
3556
3688
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3584,6 +3716,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3584
3716
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3585
3717
|
abNamespaceForHashing?: string | undefined;
|
|
3586
3718
|
abSeedForHashing?: string | undefined;
|
|
3719
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3587
3720
|
} | undefined;
|
|
3588
3721
|
}[]>, never>) | undefined;
|
|
3589
3722
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -3655,11 +3788,13 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3655
3788
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3656
3789
|
abNamespaceForHashing?: string | undefined;
|
|
3657
3790
|
abSeedForHashing?: string | undefined;
|
|
3791
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3658
3792
|
} & {
|
|
3659
3793
|
itemId?: number | undefined;
|
|
3660
3794
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3661
3795
|
abNamespaceForHashing?: string | undefined;
|
|
3662
3796
|
abSeedForHashing?: string | undefined;
|
|
3797
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3663
3798
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
3664
3799
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
3665
3800
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3693,6 +3828,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3693
3828
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3694
3829
|
abNamespaceForHashing?: string | undefined;
|
|
3695
3830
|
abSeedForHashing?: string | undefined;
|
|
3831
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3696
3832
|
} | undefined;
|
|
3697
3833
|
}[]>, never>) | undefined;
|
|
3698
3834
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -3764,11 +3900,13 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3764
3900
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3765
3901
|
abNamespaceForHashing?: string | undefined;
|
|
3766
3902
|
abSeedForHashing?: string | undefined;
|
|
3903
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3767
3904
|
} & {
|
|
3768
3905
|
itemId?: number | undefined;
|
|
3769
3906
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3770
3907
|
abNamespaceForHashing?: string | undefined;
|
|
3771
3908
|
abSeedForHashing?: string | undefined;
|
|
3909
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3772
3910
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
3773
3911
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
3774
3912
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3802,6 +3940,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3802
3940
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3803
3941
|
abNamespaceForHashing?: string | undefined;
|
|
3804
3942
|
abSeedForHashing?: string | undefined;
|
|
3943
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3805
3944
|
} | undefined;
|
|
3806
3945
|
}[]>, never>) | undefined;
|
|
3807
3946
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -3873,11 +4012,13 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3873
4012
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3874
4013
|
abNamespaceForHashing?: string | undefined;
|
|
3875
4014
|
abSeedForHashing?: string | undefined;
|
|
4015
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3876
4016
|
} & {
|
|
3877
4017
|
itemId?: number | undefined;
|
|
3878
4018
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3879
4019
|
abNamespaceForHashing?: string | undefined;
|
|
3880
4020
|
abSeedForHashing?: string | undefined;
|
|
4021
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3881
4022
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
3882
4023
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["children"], keyof {
|
|
3883
4024
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -3911,6 +4052,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3911
4052
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3912
4053
|
abNamespaceForHashing?: string | undefined;
|
|
3913
4054
|
abSeedForHashing?: string | undefined;
|
|
4055
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3914
4056
|
} | undefined;
|
|
3915
4057
|
}[]>, never>) | undefined;
|
|
3916
4058
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -3982,11 +4124,13 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
3982
4124
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3983
4125
|
abNamespaceForHashing?: string | undefined;
|
|
3984
4126
|
abSeedForHashing?: string | undefined;
|
|
4127
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3985
4128
|
} & {
|
|
3986
4129
|
itemId?: number | undefined;
|
|
3987
4130
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
3988
4131
|
abNamespaceForHashing?: string | undefined;
|
|
3989
4132
|
abSeedForHashing?: string | undefined;
|
|
4133
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
3990
4134
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
3991
4135
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["children"], keyof {
|
|
3992
4136
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -4020,6 +4164,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
4020
4164
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4021
4165
|
abNamespaceForHashing?: string | undefined;
|
|
4022
4166
|
abSeedForHashing?: string | undefined;
|
|
4167
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4023
4168
|
} | undefined;
|
|
4024
4169
|
}[]>, never>) | undefined;
|
|
4025
4170
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -4091,11 +4236,13 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
4091
4236
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4092
4237
|
abNamespaceForHashing?: string | undefined;
|
|
4093
4238
|
abSeedForHashing?: string | undefined;
|
|
4239
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4094
4240
|
} & {
|
|
4095
4241
|
itemId?: number | undefined;
|
|
4096
4242
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4097
4243
|
abNamespaceForHashing?: string | undefined;
|
|
4098
4244
|
abSeedForHashing?: string | undefined;
|
|
4245
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4099
4246
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
4100
4247
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["children"], keyof {
|
|
4101
4248
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -4129,6 +4276,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
4129
4276
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4130
4277
|
abNamespaceForHashing?: string | undefined;
|
|
4131
4278
|
abSeedForHashing?: string | undefined;
|
|
4279
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4132
4280
|
} | undefined;
|
|
4133
4281
|
}[]>, never>) | undefined;
|
|
4134
4282
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -4200,11 +4348,13 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
4200
4348
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4201
4349
|
abNamespaceForHashing?: string | undefined;
|
|
4202
4350
|
abSeedForHashing?: string | undefined;
|
|
4351
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4203
4352
|
} & {
|
|
4204
4353
|
itemId?: number | undefined;
|
|
4205
4354
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4206
4355
|
abNamespaceForHashing?: string | undefined;
|
|
4207
4356
|
abSeedForHashing?: string | undefined;
|
|
4357
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4208
4358
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
4209
4359
|
} & Record<Exclude<keyof I["overrides"][number]["targetingExpression"], keyof import("./config_result").ClientTargetingExpression>, never>) | undefined;
|
|
4210
4360
|
ttlSeconds?: number | undefined;
|
|
@@ -4219,6 +4369,17 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
4219
4369
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4220
4370
|
segmentOrdinal?: number | undefined;
|
|
4221
4371
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
4372
|
+
internalFields?: ({
|
|
4373
|
+
configBitmapIndex?: number | undefined;
|
|
4374
|
+
configResultBitmapIndex?: number | undefined;
|
|
4375
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
4376
|
+
globalPriority?: number | undefined;
|
|
4377
|
+
} & {
|
|
4378
|
+
configBitmapIndex?: number | undefined;
|
|
4379
|
+
configResultBitmapIndex?: number | undefined;
|
|
4380
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
4381
|
+
globalPriority?: number | undefined;
|
|
4382
|
+
} & Record<Exclude<keyof I["overrides"][number]["internalFields"], keyof import("./config_result").ConfigResult_InternalFields>, never>) | undefined;
|
|
4222
4383
|
} & Record<Exclude<keyof I["overrides"][number], keyof ConfigResult>, never>)[] & Record<Exclude<keyof I["overrides"], keyof {
|
|
4223
4384
|
configId?: string | undefined;
|
|
4224
4385
|
value?: {
|
|
@@ -4275,6 +4436,7 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
4275
4436
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4276
4437
|
abNamespaceForHashing?: string | undefined;
|
|
4277
4438
|
abSeedForHashing?: string | undefined;
|
|
4439
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4278
4440
|
} | undefined;
|
|
4279
4441
|
} | undefined;
|
|
4280
4442
|
ttlSeconds?: number | undefined;
|
|
@@ -4289,6 +4451,12 @@ export declare const ConfigSetGenerationRequest: {
|
|
|
4289
4451
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4290
4452
|
segmentOrdinal?: number | undefined;
|
|
4291
4453
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
4454
|
+
internalFields?: {
|
|
4455
|
+
configBitmapIndex?: number | undefined;
|
|
4456
|
+
configResultBitmapIndex?: number | undefined;
|
|
4457
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
4458
|
+
globalPriority?: number | undefined;
|
|
4459
|
+
} | undefined;
|
|
4292
4460
|
}[]>, never>) | undefined;
|
|
4293
4461
|
} & Record<Exclude<keyof I, keyof ConfigSetGenerationRequest>, never>>(object: I): ConfigSetGenerationRequest;
|
|
4294
4462
|
};
|
|
@@ -4353,6 +4521,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4353
4521
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4354
4522
|
abNamespaceForHashing?: string | undefined;
|
|
4355
4523
|
abSeedForHashing?: string | undefined;
|
|
4524
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4356
4525
|
} | undefined;
|
|
4357
4526
|
} | undefined;
|
|
4358
4527
|
ttlSeconds?: number | undefined;
|
|
@@ -4367,6 +4536,12 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4367
4536
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4368
4537
|
segmentOrdinal?: number | undefined;
|
|
4369
4538
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
4539
|
+
internalFields?: {
|
|
4540
|
+
configBitmapIndex?: number | undefined;
|
|
4541
|
+
configResultBitmapIndex?: number | undefined;
|
|
4542
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
4543
|
+
globalPriority?: number | undefined;
|
|
4544
|
+
} | undefined;
|
|
4370
4545
|
}[] | undefined;
|
|
4371
4546
|
configResultsEtag?: string | undefined;
|
|
4372
4547
|
benchmarkRequest?: {
|
|
@@ -4438,6 +4613,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4438
4613
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4439
4614
|
abNamespaceForHashing?: string | undefined;
|
|
4440
4615
|
abSeedForHashing?: string | undefined;
|
|
4616
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4441
4617
|
} | undefined;
|
|
4442
4618
|
} | undefined;
|
|
4443
4619
|
ttlSeconds?: number | undefined;
|
|
@@ -4452,6 +4628,12 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4452
4628
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4453
4629
|
segmentOrdinal?: number | undefined;
|
|
4454
4630
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
4631
|
+
internalFields?: {
|
|
4632
|
+
configBitmapIndex?: number | undefined;
|
|
4633
|
+
configResultBitmapIndex?: number | undefined;
|
|
4634
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
4635
|
+
globalPriority?: number | undefined;
|
|
4636
|
+
} | undefined;
|
|
4455
4637
|
}[] | undefined;
|
|
4456
4638
|
configResultsEtag?: string | undefined;
|
|
4457
4639
|
benchmarkRequest?: {
|
|
@@ -4521,6 +4703,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4521
4703
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4522
4704
|
abNamespaceForHashing?: string | undefined;
|
|
4523
4705
|
abSeedForHashing?: string | undefined;
|
|
4706
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4524
4707
|
} | undefined;
|
|
4525
4708
|
} | undefined;
|
|
4526
4709
|
ttlSeconds?: number | undefined;
|
|
@@ -4535,6 +4718,12 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4535
4718
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4536
4719
|
segmentOrdinal?: number | undefined;
|
|
4537
4720
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
4721
|
+
internalFields?: {
|
|
4722
|
+
configBitmapIndex?: number | undefined;
|
|
4723
|
+
configResultBitmapIndex?: number | undefined;
|
|
4724
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
4725
|
+
globalPriority?: number | undefined;
|
|
4726
|
+
} | undefined;
|
|
4538
4727
|
}[] & ({
|
|
4539
4728
|
configId?: string | undefined;
|
|
4540
4729
|
value?: {
|
|
@@ -4591,6 +4780,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4591
4780
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4592
4781
|
abNamespaceForHashing?: string | undefined;
|
|
4593
4782
|
abSeedForHashing?: string | undefined;
|
|
4783
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4594
4784
|
} | undefined;
|
|
4595
4785
|
} | undefined;
|
|
4596
4786
|
ttlSeconds?: number | undefined;
|
|
@@ -4605,6 +4795,12 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4605
4795
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4606
4796
|
segmentOrdinal?: number | undefined;
|
|
4607
4797
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
4798
|
+
internalFields?: {
|
|
4799
|
+
configBitmapIndex?: number | undefined;
|
|
4800
|
+
configResultBitmapIndex?: number | undefined;
|
|
4801
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
4802
|
+
globalPriority?: number | undefined;
|
|
4803
|
+
} | undefined;
|
|
4608
4804
|
} & {
|
|
4609
4805
|
configId?: string | undefined;
|
|
4610
4806
|
value?: ({
|
|
@@ -4701,6 +4897,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4701
4897
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4702
4898
|
abNamespaceForHashing?: string | undefined;
|
|
4703
4899
|
abSeedForHashing?: string | undefined;
|
|
4900
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4704
4901
|
} | undefined;
|
|
4705
4902
|
} & {
|
|
4706
4903
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -4736,6 +4933,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4736
4933
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4737
4934
|
abNamespaceForHashing?: string | undefined;
|
|
4738
4935
|
abSeedForHashing?: string | undefined;
|
|
4936
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4739
4937
|
} | undefined;
|
|
4740
4938
|
}[] & ({
|
|
4741
4939
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -4769,6 +4967,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4769
4967
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4770
4968
|
abNamespaceForHashing?: string | undefined;
|
|
4771
4969
|
abSeedForHashing?: string | undefined;
|
|
4970
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4772
4971
|
} | undefined;
|
|
4773
4972
|
} & {
|
|
4774
4973
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -4804,6 +5003,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4804
5003
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4805
5004
|
abNamespaceForHashing?: string | undefined;
|
|
4806
5005
|
abSeedForHashing?: string | undefined;
|
|
5006
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4807
5007
|
} | undefined;
|
|
4808
5008
|
}[] & ({
|
|
4809
5009
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -4837,6 +5037,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4837
5037
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4838
5038
|
abNamespaceForHashing?: string | undefined;
|
|
4839
5039
|
abSeedForHashing?: string | undefined;
|
|
5040
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4840
5041
|
} | undefined;
|
|
4841
5042
|
} & {
|
|
4842
5043
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -4872,6 +5073,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4872
5073
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4873
5074
|
abNamespaceForHashing?: string | undefined;
|
|
4874
5075
|
abSeedForHashing?: string | undefined;
|
|
5076
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4875
5077
|
} | undefined;
|
|
4876
5078
|
}[] & ({
|
|
4877
5079
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -4905,6 +5107,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4905
5107
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4906
5108
|
abNamespaceForHashing?: string | undefined;
|
|
4907
5109
|
abSeedForHashing?: string | undefined;
|
|
5110
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4908
5111
|
} | undefined;
|
|
4909
5112
|
} & {
|
|
4910
5113
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -4940,6 +5143,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4940
5143
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4941
5144
|
abNamespaceForHashing?: string | undefined;
|
|
4942
5145
|
abSeedForHashing?: string | undefined;
|
|
5146
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4943
5147
|
} | undefined;
|
|
4944
5148
|
}[] & ({
|
|
4945
5149
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -4973,6 +5177,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
4973
5177
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
4974
5178
|
abNamespaceForHashing?: string | undefined;
|
|
4975
5179
|
abSeedForHashing?: string | undefined;
|
|
5180
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
4976
5181
|
} | undefined;
|
|
4977
5182
|
} & {
|
|
4978
5183
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5008,6 +5213,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5008
5213
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5009
5214
|
abNamespaceForHashing?: string | undefined;
|
|
5010
5215
|
abSeedForHashing?: string | undefined;
|
|
5216
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5011
5217
|
} | undefined;
|
|
5012
5218
|
}[] & ({
|
|
5013
5219
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5041,6 +5247,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5041
5247
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5042
5248
|
abNamespaceForHashing?: string | undefined;
|
|
5043
5249
|
abSeedForHashing?: string | undefined;
|
|
5250
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5044
5251
|
} | undefined;
|
|
5045
5252
|
} & {
|
|
5046
5253
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5076,6 +5283,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5076
5283
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5077
5284
|
abNamespaceForHashing?: string | undefined;
|
|
5078
5285
|
abSeedForHashing?: string | undefined;
|
|
5286
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5079
5287
|
} | undefined;
|
|
5080
5288
|
}[] & ({
|
|
5081
5289
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5109,6 +5317,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5109
5317
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5110
5318
|
abNamespaceForHashing?: string | undefined;
|
|
5111
5319
|
abSeedForHashing?: string | undefined;
|
|
5320
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5112
5321
|
} | undefined;
|
|
5113
5322
|
} & {
|
|
5114
5323
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5144,6 +5353,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5144
5353
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5145
5354
|
abNamespaceForHashing?: string | undefined;
|
|
5146
5355
|
abSeedForHashing?: string | undefined;
|
|
5356
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5147
5357
|
} | undefined;
|
|
5148
5358
|
}[] & ({
|
|
5149
5359
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5177,6 +5387,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5177
5387
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5178
5388
|
abNamespaceForHashing?: string | undefined;
|
|
5179
5389
|
abSeedForHashing?: string | undefined;
|
|
5390
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5180
5391
|
} | undefined;
|
|
5181
5392
|
} & {
|
|
5182
5393
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5212,6 +5423,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5212
5423
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5213
5424
|
abNamespaceForHashing?: string | undefined;
|
|
5214
5425
|
abSeedForHashing?: string | undefined;
|
|
5426
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5215
5427
|
} | undefined;
|
|
5216
5428
|
}[] & ({
|
|
5217
5429
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5245,6 +5457,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5245
5457
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5246
5458
|
abNamespaceForHashing?: string | undefined;
|
|
5247
5459
|
abSeedForHashing?: string | undefined;
|
|
5460
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5248
5461
|
} | undefined;
|
|
5249
5462
|
} & any & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
5250
5463
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5278,6 +5491,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5278
5491
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5279
5492
|
abNamespaceForHashing?: string | undefined;
|
|
5280
5493
|
abSeedForHashing?: string | undefined;
|
|
5494
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5281
5495
|
} | undefined;
|
|
5282
5496
|
}[]>, never>) | undefined;
|
|
5283
5497
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -5309,6 +5523,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5309
5523
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5310
5524
|
abNamespaceForHashing?: string | undefined;
|
|
5311
5525
|
abSeedForHashing?: string | undefined;
|
|
5526
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5312
5527
|
} & any & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
5313
5528
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
5314
5529
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5342,6 +5557,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5342
5557
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5343
5558
|
abNamespaceForHashing?: string | undefined;
|
|
5344
5559
|
abSeedForHashing?: string | undefined;
|
|
5560
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5345
5561
|
} | undefined;
|
|
5346
5562
|
}[]>, never>) | undefined;
|
|
5347
5563
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -5394,11 +5610,13 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5394
5610
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5395
5611
|
abNamespaceForHashing?: string | undefined;
|
|
5396
5612
|
abSeedForHashing?: string | undefined;
|
|
5613
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5397
5614
|
} & {
|
|
5398
5615
|
itemId?: number | undefined;
|
|
5399
5616
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5400
5617
|
abNamespaceForHashing?: string | undefined;
|
|
5401
5618
|
abSeedForHashing?: string | undefined;
|
|
5619
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5402
5620
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
5403
5621
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
5404
5622
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5432,6 +5650,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5432
5650
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5433
5651
|
abNamespaceForHashing?: string | undefined;
|
|
5434
5652
|
abSeedForHashing?: string | undefined;
|
|
5653
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5435
5654
|
} | undefined;
|
|
5436
5655
|
}[]>, never>) | undefined;
|
|
5437
5656
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -5500,11 +5719,13 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5500
5719
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5501
5720
|
abNamespaceForHashing?: string | undefined;
|
|
5502
5721
|
abSeedForHashing?: string | undefined;
|
|
5722
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5503
5723
|
} & {
|
|
5504
5724
|
itemId?: number | undefined;
|
|
5505
5725
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5506
5726
|
abNamespaceForHashing?: string | undefined;
|
|
5507
5727
|
abSeedForHashing?: string | undefined;
|
|
5728
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5508
5729
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
5509
5730
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
5510
5731
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5538,6 +5759,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5538
5759
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5539
5760
|
abNamespaceForHashing?: string | undefined;
|
|
5540
5761
|
abSeedForHashing?: string | undefined;
|
|
5762
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5541
5763
|
} | undefined;
|
|
5542
5764
|
}[]>, never>) | undefined;
|
|
5543
5765
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -5609,11 +5831,13 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5609
5831
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5610
5832
|
abNamespaceForHashing?: string | undefined;
|
|
5611
5833
|
abSeedForHashing?: string | undefined;
|
|
5834
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5612
5835
|
} & {
|
|
5613
5836
|
itemId?: number | undefined;
|
|
5614
5837
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5615
5838
|
abNamespaceForHashing?: string | undefined;
|
|
5616
5839
|
abSeedForHashing?: string | undefined;
|
|
5840
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5617
5841
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
5618
5842
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
5619
5843
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5647,6 +5871,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5647
5871
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5648
5872
|
abNamespaceForHashing?: string | undefined;
|
|
5649
5873
|
abSeedForHashing?: string | undefined;
|
|
5874
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5650
5875
|
} | undefined;
|
|
5651
5876
|
}[]>, never>) | undefined;
|
|
5652
5877
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -5718,11 +5943,13 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5718
5943
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5719
5944
|
abNamespaceForHashing?: string | undefined;
|
|
5720
5945
|
abSeedForHashing?: string | undefined;
|
|
5946
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5721
5947
|
} & {
|
|
5722
5948
|
itemId?: number | undefined;
|
|
5723
5949
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5724
5950
|
abNamespaceForHashing?: string | undefined;
|
|
5725
5951
|
abSeedForHashing?: string | undefined;
|
|
5952
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5726
5953
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
5727
5954
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"], keyof {
|
|
5728
5955
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5756,6 +5983,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5756
5983
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5757
5984
|
abNamespaceForHashing?: string | undefined;
|
|
5758
5985
|
abSeedForHashing?: string | undefined;
|
|
5986
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5759
5987
|
} | undefined;
|
|
5760
5988
|
}[]>, never>) | undefined;
|
|
5761
5989
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -5827,11 +6055,13 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5827
6055
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5828
6056
|
abNamespaceForHashing?: string | undefined;
|
|
5829
6057
|
abSeedForHashing?: string | undefined;
|
|
6058
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5830
6059
|
} & {
|
|
5831
6060
|
itemId?: number | undefined;
|
|
5832
6061
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5833
6062
|
abNamespaceForHashing?: string | undefined;
|
|
5834
6063
|
abSeedForHashing?: string | undefined;
|
|
6064
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5835
6065
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
5836
6066
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["children"], keyof {
|
|
5837
6067
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5865,6 +6095,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5865
6095
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5866
6096
|
abNamespaceForHashing?: string | undefined;
|
|
5867
6097
|
abSeedForHashing?: string | undefined;
|
|
6098
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5868
6099
|
} | undefined;
|
|
5869
6100
|
}[]>, never>) | undefined;
|
|
5870
6101
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -5936,11 +6167,13 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5936
6167
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5937
6168
|
abNamespaceForHashing?: string | undefined;
|
|
5938
6169
|
abSeedForHashing?: string | undefined;
|
|
6170
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5939
6171
|
} & {
|
|
5940
6172
|
itemId?: number | undefined;
|
|
5941
6173
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5942
6174
|
abNamespaceForHashing?: string | undefined;
|
|
5943
6175
|
abSeedForHashing?: string | undefined;
|
|
6176
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5944
6177
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
5945
6178
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["children"], keyof {
|
|
5946
6179
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -5974,6 +6207,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
5974
6207
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
5975
6208
|
abNamespaceForHashing?: string | undefined;
|
|
5976
6209
|
abSeedForHashing?: string | undefined;
|
|
6210
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
5977
6211
|
} | undefined;
|
|
5978
6212
|
}[]>, never>) | undefined;
|
|
5979
6213
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -6045,11 +6279,13 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
6045
6279
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6046
6280
|
abNamespaceForHashing?: string | undefined;
|
|
6047
6281
|
abSeedForHashing?: string | undefined;
|
|
6282
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6048
6283
|
} & {
|
|
6049
6284
|
itemId?: number | undefined;
|
|
6050
6285
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6051
6286
|
abNamespaceForHashing?: string | undefined;
|
|
6052
6287
|
abSeedForHashing?: string | undefined;
|
|
6288
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6053
6289
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
6054
6290
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["targetingExpression"], keyof import("./config_result").ClientTargetingExpression>, never>) | undefined;
|
|
6055
6291
|
ttlSeconds?: number | undefined;
|
|
@@ -6064,6 +6300,17 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
6064
6300
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6065
6301
|
segmentOrdinal?: number | undefined;
|
|
6066
6302
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
6303
|
+
internalFields?: ({
|
|
6304
|
+
configBitmapIndex?: number | undefined;
|
|
6305
|
+
configResultBitmapIndex?: number | undefined;
|
|
6306
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
6307
|
+
globalPriority?: number | undefined;
|
|
6308
|
+
} & {
|
|
6309
|
+
configBitmapIndex?: number | undefined;
|
|
6310
|
+
configResultBitmapIndex?: number | undefined;
|
|
6311
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
6312
|
+
globalPriority?: number | undefined;
|
|
6313
|
+
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number]["internalFields"], keyof import("./config_result").ConfigResult_InternalFields>, never>) | undefined;
|
|
6067
6314
|
} & Record<Exclude<keyof I["targetingResponse"]["configResults"][number], keyof ConfigResult>, never>)[] & Record<Exclude<keyof I["targetingResponse"]["configResults"], keyof {
|
|
6068
6315
|
configId?: string | undefined;
|
|
6069
6316
|
value?: {
|
|
@@ -6120,6 +6367,7 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
6120
6367
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6121
6368
|
abNamespaceForHashing?: string | undefined;
|
|
6122
6369
|
abSeedForHashing?: string | undefined;
|
|
6370
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6123
6371
|
} | undefined;
|
|
6124
6372
|
} | undefined;
|
|
6125
6373
|
ttlSeconds?: number | undefined;
|
|
@@ -6134,6 +6382,12 @@ export declare const ConfigSetGenerationResponse: {
|
|
|
6134
6382
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6135
6383
|
segmentOrdinal?: number | undefined;
|
|
6136
6384
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
6385
|
+
internalFields?: {
|
|
6386
|
+
configBitmapIndex?: number | undefined;
|
|
6387
|
+
configResultBitmapIndex?: number | undefined;
|
|
6388
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
6389
|
+
globalPriority?: number | undefined;
|
|
6390
|
+
} | undefined;
|
|
6137
6391
|
}[]>, never>) | undefined;
|
|
6138
6392
|
configResultsEtag?: string | undefined;
|
|
6139
6393
|
benchmarkRequest?: ({
|
|
@@ -6299,6 +6553,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6299
6553
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6300
6554
|
abNamespaceForHashing?: string | undefined;
|
|
6301
6555
|
abSeedForHashing?: string | undefined;
|
|
6556
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6302
6557
|
} | undefined;
|
|
6303
6558
|
} | undefined;
|
|
6304
6559
|
ttlSeconds?: number | undefined;
|
|
@@ -6313,6 +6568,12 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6313
6568
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6314
6569
|
segmentOrdinal?: number | undefined;
|
|
6315
6570
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
6571
|
+
internalFields?: {
|
|
6572
|
+
configBitmapIndex?: number | undefined;
|
|
6573
|
+
configResultBitmapIndex?: number | undefined;
|
|
6574
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
6575
|
+
globalPriority?: number | undefined;
|
|
6576
|
+
} | undefined;
|
|
6316
6577
|
}[] | undefined;
|
|
6317
6578
|
} & {
|
|
6318
6579
|
configResults?: ({
|
|
@@ -6371,6 +6632,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6371
6632
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6372
6633
|
abNamespaceForHashing?: string | undefined;
|
|
6373
6634
|
abSeedForHashing?: string | undefined;
|
|
6635
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6374
6636
|
} | undefined;
|
|
6375
6637
|
} | undefined;
|
|
6376
6638
|
ttlSeconds?: number | undefined;
|
|
@@ -6385,6 +6647,12 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6385
6647
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6386
6648
|
segmentOrdinal?: number | undefined;
|
|
6387
6649
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
6650
|
+
internalFields?: {
|
|
6651
|
+
configBitmapIndex?: number | undefined;
|
|
6652
|
+
configResultBitmapIndex?: number | undefined;
|
|
6653
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
6654
|
+
globalPriority?: number | undefined;
|
|
6655
|
+
} | undefined;
|
|
6388
6656
|
}[] & ({
|
|
6389
6657
|
configId?: string | undefined;
|
|
6390
6658
|
value?: {
|
|
@@ -6441,6 +6709,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6441
6709
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6442
6710
|
abNamespaceForHashing?: string | undefined;
|
|
6443
6711
|
abSeedForHashing?: string | undefined;
|
|
6712
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6444
6713
|
} | undefined;
|
|
6445
6714
|
} | undefined;
|
|
6446
6715
|
ttlSeconds?: number | undefined;
|
|
@@ -6455,6 +6724,12 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6455
6724
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6456
6725
|
segmentOrdinal?: number | undefined;
|
|
6457
6726
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
6727
|
+
internalFields?: {
|
|
6728
|
+
configBitmapIndex?: number | undefined;
|
|
6729
|
+
configResultBitmapIndex?: number | undefined;
|
|
6730
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
6731
|
+
globalPriority?: number | undefined;
|
|
6732
|
+
} | undefined;
|
|
6458
6733
|
} & {
|
|
6459
6734
|
configId?: string | undefined;
|
|
6460
6735
|
value?: ({
|
|
@@ -6551,6 +6826,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6551
6826
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6552
6827
|
abNamespaceForHashing?: string | undefined;
|
|
6553
6828
|
abSeedForHashing?: string | undefined;
|
|
6829
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6554
6830
|
} | undefined;
|
|
6555
6831
|
} & {
|
|
6556
6832
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6586,6 +6862,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6586
6862
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6587
6863
|
abNamespaceForHashing?: string | undefined;
|
|
6588
6864
|
abSeedForHashing?: string | undefined;
|
|
6865
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6589
6866
|
} | undefined;
|
|
6590
6867
|
}[] & ({
|
|
6591
6868
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6619,6 +6896,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6619
6896
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6620
6897
|
abNamespaceForHashing?: string | undefined;
|
|
6621
6898
|
abSeedForHashing?: string | undefined;
|
|
6899
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6622
6900
|
} | undefined;
|
|
6623
6901
|
} & {
|
|
6624
6902
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6654,6 +6932,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6654
6932
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6655
6933
|
abNamespaceForHashing?: string | undefined;
|
|
6656
6934
|
abSeedForHashing?: string | undefined;
|
|
6935
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6657
6936
|
} | undefined;
|
|
6658
6937
|
}[] & ({
|
|
6659
6938
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6687,6 +6966,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6687
6966
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6688
6967
|
abNamespaceForHashing?: string | undefined;
|
|
6689
6968
|
abSeedForHashing?: string | undefined;
|
|
6969
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6690
6970
|
} | undefined;
|
|
6691
6971
|
} & {
|
|
6692
6972
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6722,6 +7002,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6722
7002
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6723
7003
|
abNamespaceForHashing?: string | undefined;
|
|
6724
7004
|
abSeedForHashing?: string | undefined;
|
|
7005
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6725
7006
|
} | undefined;
|
|
6726
7007
|
}[] & ({
|
|
6727
7008
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6755,6 +7036,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6755
7036
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6756
7037
|
abNamespaceForHashing?: string | undefined;
|
|
6757
7038
|
abSeedForHashing?: string | undefined;
|
|
7039
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6758
7040
|
} | undefined;
|
|
6759
7041
|
} & {
|
|
6760
7042
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6790,6 +7072,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6790
7072
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6791
7073
|
abNamespaceForHashing?: string | undefined;
|
|
6792
7074
|
abSeedForHashing?: string | undefined;
|
|
7075
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6793
7076
|
} | undefined;
|
|
6794
7077
|
}[] & ({
|
|
6795
7078
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6823,6 +7106,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6823
7106
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6824
7107
|
abNamespaceForHashing?: string | undefined;
|
|
6825
7108
|
abSeedForHashing?: string | undefined;
|
|
7109
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6826
7110
|
} | undefined;
|
|
6827
7111
|
} & {
|
|
6828
7112
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6858,6 +7142,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6858
7142
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6859
7143
|
abNamespaceForHashing?: string | undefined;
|
|
6860
7144
|
abSeedForHashing?: string | undefined;
|
|
7145
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6861
7146
|
} | undefined;
|
|
6862
7147
|
}[] & ({
|
|
6863
7148
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6891,6 +7176,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6891
7176
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6892
7177
|
abNamespaceForHashing?: string | undefined;
|
|
6893
7178
|
abSeedForHashing?: string | undefined;
|
|
7179
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6894
7180
|
} | undefined;
|
|
6895
7181
|
} & {
|
|
6896
7182
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6926,6 +7212,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6926
7212
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6927
7213
|
abNamespaceForHashing?: string | undefined;
|
|
6928
7214
|
abSeedForHashing?: string | undefined;
|
|
7215
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6929
7216
|
} | undefined;
|
|
6930
7217
|
}[] & ({
|
|
6931
7218
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6959,6 +7246,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6959
7246
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6960
7247
|
abNamespaceForHashing?: string | undefined;
|
|
6961
7248
|
abSeedForHashing?: string | undefined;
|
|
7249
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6962
7250
|
} | undefined;
|
|
6963
7251
|
} & {
|
|
6964
7252
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -6994,6 +7282,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
6994
7282
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
6995
7283
|
abNamespaceForHashing?: string | undefined;
|
|
6996
7284
|
abSeedForHashing?: string | undefined;
|
|
7285
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
6997
7286
|
} | undefined;
|
|
6998
7287
|
}[] & ({
|
|
6999
7288
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7027,6 +7316,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7027
7316
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7028
7317
|
abNamespaceForHashing?: string | undefined;
|
|
7029
7318
|
abSeedForHashing?: string | undefined;
|
|
7319
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7030
7320
|
} | undefined;
|
|
7031
7321
|
} & {
|
|
7032
7322
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7062,6 +7352,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7062
7352
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7063
7353
|
abNamespaceForHashing?: string | undefined;
|
|
7064
7354
|
abSeedForHashing?: string | undefined;
|
|
7355
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7065
7356
|
} | undefined;
|
|
7066
7357
|
}[] & ({
|
|
7067
7358
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7095,6 +7386,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7095
7386
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7096
7387
|
abNamespaceForHashing?: string | undefined;
|
|
7097
7388
|
abSeedForHashing?: string | undefined;
|
|
7389
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7098
7390
|
} | undefined;
|
|
7099
7391
|
} & {
|
|
7100
7392
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7130,6 +7422,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7130
7422
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7131
7423
|
abNamespaceForHashing?: string | undefined;
|
|
7132
7424
|
abSeedForHashing?: string | undefined;
|
|
7425
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7133
7426
|
} | undefined;
|
|
7134
7427
|
}[] & ({
|
|
7135
7428
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7163,6 +7456,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7163
7456
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7164
7457
|
abNamespaceForHashing?: string | undefined;
|
|
7165
7458
|
abSeedForHashing?: string | undefined;
|
|
7459
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7166
7460
|
} | undefined;
|
|
7167
7461
|
} & any & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
7168
7462
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7196,6 +7490,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7196
7490
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7197
7491
|
abNamespaceForHashing?: string | undefined;
|
|
7198
7492
|
abSeedForHashing?: string | undefined;
|
|
7493
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7199
7494
|
} | undefined;
|
|
7200
7495
|
}[]>, never>) | undefined;
|
|
7201
7496
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -7227,6 +7522,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7227
7522
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7228
7523
|
abNamespaceForHashing?: string | undefined;
|
|
7229
7524
|
abSeedForHashing?: string | undefined;
|
|
7525
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7230
7526
|
} & any & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
7231
7527
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
7232
7528
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7260,6 +7556,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7260
7556
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7261
7557
|
abNamespaceForHashing?: string | undefined;
|
|
7262
7558
|
abSeedForHashing?: string | undefined;
|
|
7559
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7263
7560
|
} | undefined;
|
|
7264
7561
|
}[]>, never>) | undefined;
|
|
7265
7562
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -7312,11 +7609,13 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7312
7609
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7313
7610
|
abNamespaceForHashing?: string | undefined;
|
|
7314
7611
|
abSeedForHashing?: string | undefined;
|
|
7612
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7315
7613
|
} & {
|
|
7316
7614
|
itemId?: number | undefined;
|
|
7317
7615
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7318
7616
|
abNamespaceForHashing?: string | undefined;
|
|
7319
7617
|
abSeedForHashing?: string | undefined;
|
|
7618
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7320
7619
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
7321
7620
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
7322
7621
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7350,6 +7649,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7350
7649
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7351
7650
|
abNamespaceForHashing?: string | undefined;
|
|
7352
7651
|
abSeedForHashing?: string | undefined;
|
|
7652
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7353
7653
|
} | undefined;
|
|
7354
7654
|
}[]>, never>) | undefined;
|
|
7355
7655
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -7418,11 +7718,13 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7418
7718
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7419
7719
|
abNamespaceForHashing?: string | undefined;
|
|
7420
7720
|
abSeedForHashing?: string | undefined;
|
|
7721
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7421
7722
|
} & {
|
|
7422
7723
|
itemId?: number | undefined;
|
|
7423
7724
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7424
7725
|
abNamespaceForHashing?: string | undefined;
|
|
7425
7726
|
abSeedForHashing?: string | undefined;
|
|
7727
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7426
7728
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
7427
7729
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
7428
7730
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7456,6 +7758,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7456
7758
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7457
7759
|
abNamespaceForHashing?: string | undefined;
|
|
7458
7760
|
abSeedForHashing?: string | undefined;
|
|
7761
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7459
7762
|
} | undefined;
|
|
7460
7763
|
}[]>, never>) | undefined;
|
|
7461
7764
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -7527,11 +7830,13 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7527
7830
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7528
7831
|
abNamespaceForHashing?: string | undefined;
|
|
7529
7832
|
abSeedForHashing?: string | undefined;
|
|
7833
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7530
7834
|
} & {
|
|
7531
7835
|
itemId?: number | undefined;
|
|
7532
7836
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7533
7837
|
abNamespaceForHashing?: string | undefined;
|
|
7534
7838
|
abSeedForHashing?: string | undefined;
|
|
7839
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7535
7840
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
7536
7841
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
7537
7842
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7565,6 +7870,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7565
7870
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7566
7871
|
abNamespaceForHashing?: string | undefined;
|
|
7567
7872
|
abSeedForHashing?: string | undefined;
|
|
7873
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7568
7874
|
} | undefined;
|
|
7569
7875
|
}[]>, never>) | undefined;
|
|
7570
7876
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -7636,11 +7942,13 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7636
7942
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7637
7943
|
abNamespaceForHashing?: string | undefined;
|
|
7638
7944
|
abSeedForHashing?: string | undefined;
|
|
7945
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7639
7946
|
} & {
|
|
7640
7947
|
itemId?: number | undefined;
|
|
7641
7948
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7642
7949
|
abNamespaceForHashing?: string | undefined;
|
|
7643
7950
|
abSeedForHashing?: string | undefined;
|
|
7951
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7644
7952
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
7645
7953
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
7646
7954
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7674,6 +7982,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7674
7982
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7675
7983
|
abNamespaceForHashing?: string | undefined;
|
|
7676
7984
|
abSeedForHashing?: string | undefined;
|
|
7985
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7677
7986
|
} | undefined;
|
|
7678
7987
|
}[]>, never>) | undefined;
|
|
7679
7988
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -7745,11 +8054,13 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7745
8054
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7746
8055
|
abNamespaceForHashing?: string | undefined;
|
|
7747
8056
|
abSeedForHashing?: string | undefined;
|
|
8057
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7748
8058
|
} & {
|
|
7749
8059
|
itemId?: number | undefined;
|
|
7750
8060
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7751
8061
|
abNamespaceForHashing?: string | undefined;
|
|
7752
8062
|
abSeedForHashing?: string | undefined;
|
|
8063
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7753
8064
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
7754
8065
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"], keyof {
|
|
7755
8066
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7783,6 +8094,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7783
8094
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7784
8095
|
abNamespaceForHashing?: string | undefined;
|
|
7785
8096
|
abSeedForHashing?: string | undefined;
|
|
8097
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7786
8098
|
} | undefined;
|
|
7787
8099
|
}[]>, never>) | undefined;
|
|
7788
8100
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -7854,11 +8166,13 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7854
8166
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7855
8167
|
abNamespaceForHashing?: string | undefined;
|
|
7856
8168
|
abSeedForHashing?: string | undefined;
|
|
8169
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7857
8170
|
} & {
|
|
7858
8171
|
itemId?: number | undefined;
|
|
7859
8172
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7860
8173
|
abNamespaceForHashing?: string | undefined;
|
|
7861
8174
|
abSeedForHashing?: string | undefined;
|
|
8175
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7862
8176
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
7863
8177
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"], keyof {
|
|
7864
8178
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -7892,6 +8206,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7892
8206
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7893
8207
|
abNamespaceForHashing?: string | undefined;
|
|
7894
8208
|
abSeedForHashing?: string | undefined;
|
|
8209
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7895
8210
|
} | undefined;
|
|
7896
8211
|
}[]>, never>) | undefined;
|
|
7897
8212
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -7963,11 +8278,13 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
7963
8278
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7964
8279
|
abNamespaceForHashing?: string | undefined;
|
|
7965
8280
|
abSeedForHashing?: string | undefined;
|
|
8281
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7966
8282
|
} & {
|
|
7967
8283
|
itemId?: number | undefined;
|
|
7968
8284
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
7969
8285
|
abNamespaceForHashing?: string | undefined;
|
|
7970
8286
|
abSeedForHashing?: string | undefined;
|
|
8287
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
7971
8288
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
7972
8289
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"], keyof {
|
|
7973
8290
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8001,6 +8318,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
8001
8318
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8002
8319
|
abNamespaceForHashing?: string | undefined;
|
|
8003
8320
|
abSeedForHashing?: string | undefined;
|
|
8321
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8004
8322
|
} | undefined;
|
|
8005
8323
|
}[]>, never>) | undefined;
|
|
8006
8324
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -8072,11 +8390,13 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
8072
8390
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8073
8391
|
abNamespaceForHashing?: string | undefined;
|
|
8074
8392
|
abSeedForHashing?: string | undefined;
|
|
8393
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8075
8394
|
} & {
|
|
8076
8395
|
itemId?: number | undefined;
|
|
8077
8396
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8078
8397
|
abNamespaceForHashing?: string | undefined;
|
|
8079
8398
|
abSeedForHashing?: string | undefined;
|
|
8399
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8080
8400
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
8081
8401
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"], keyof import("./config_result").ClientTargetingExpression>, never>) | undefined;
|
|
8082
8402
|
ttlSeconds?: number | undefined;
|
|
@@ -8091,6 +8411,17 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
8091
8411
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8092
8412
|
segmentOrdinal?: number | undefined;
|
|
8093
8413
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
8414
|
+
internalFields?: ({
|
|
8415
|
+
configBitmapIndex?: number | undefined;
|
|
8416
|
+
configResultBitmapIndex?: number | undefined;
|
|
8417
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
8418
|
+
globalPriority?: number | undefined;
|
|
8419
|
+
} & {
|
|
8420
|
+
configBitmapIndex?: number | undefined;
|
|
8421
|
+
configResultBitmapIndex?: number | undefined;
|
|
8422
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
8423
|
+
globalPriority?: number | undefined;
|
|
8424
|
+
} & Record<Exclude<keyof I["configResults"][number]["internalFields"], keyof import("./config_result").ConfigResult_InternalFields>, never>) | undefined;
|
|
8094
8425
|
} & Record<Exclude<keyof I["configResults"][number], keyof ConfigResult>, never>)[] & Record<Exclude<keyof I["configResults"], keyof {
|
|
8095
8426
|
configId?: string | undefined;
|
|
8096
8427
|
value?: {
|
|
@@ -8147,6 +8478,7 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
8147
8478
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8148
8479
|
abNamespaceForHashing?: string | undefined;
|
|
8149
8480
|
abSeedForHashing?: string | undefined;
|
|
8481
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8150
8482
|
} | undefined;
|
|
8151
8483
|
} | undefined;
|
|
8152
8484
|
ttlSeconds?: number | undefined;
|
|
@@ -8161,6 +8493,12 @@ export declare const GetConfigValuesByTokenResponse: {
|
|
|
8161
8493
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8162
8494
|
segmentOrdinal?: number | undefined;
|
|
8163
8495
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
8496
|
+
internalFields?: {
|
|
8497
|
+
configBitmapIndex?: number | undefined;
|
|
8498
|
+
configResultBitmapIndex?: number | undefined;
|
|
8499
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
8500
|
+
globalPriority?: number | undefined;
|
|
8501
|
+
} | undefined;
|
|
8164
8502
|
}[]>, never>) | undefined;
|
|
8165
8503
|
} & Record<Exclude<keyof I, "configResults">, never>>(object: I): GetConfigValuesByTokenResponse;
|
|
8166
8504
|
};
|
|
@@ -8248,6 +8586,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8248
8586
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8249
8587
|
abNamespaceForHashing?: string | undefined;
|
|
8250
8588
|
abSeedForHashing?: string | undefined;
|
|
8589
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8251
8590
|
} | undefined;
|
|
8252
8591
|
} | undefined;
|
|
8253
8592
|
ttlSeconds?: number | undefined;
|
|
@@ -8262,6 +8601,12 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8262
8601
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8263
8602
|
segmentOrdinal?: number | undefined;
|
|
8264
8603
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
8604
|
+
internalFields?: {
|
|
8605
|
+
configBitmapIndex?: number | undefined;
|
|
8606
|
+
configResultBitmapIndex?: number | undefined;
|
|
8607
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
8608
|
+
globalPriority?: number | undefined;
|
|
8609
|
+
} | undefined;
|
|
8265
8610
|
} | undefined;
|
|
8266
8611
|
} & {
|
|
8267
8612
|
sequenceId?: number | undefined;
|
|
@@ -8321,6 +8666,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8321
8666
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8322
8667
|
abNamespaceForHashing?: string | undefined;
|
|
8323
8668
|
abSeedForHashing?: string | undefined;
|
|
8669
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8324
8670
|
} | undefined;
|
|
8325
8671
|
} | undefined;
|
|
8326
8672
|
ttlSeconds?: number | undefined;
|
|
@@ -8335,6 +8681,12 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8335
8681
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8336
8682
|
segmentOrdinal?: number | undefined;
|
|
8337
8683
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
8684
|
+
internalFields?: {
|
|
8685
|
+
configBitmapIndex?: number | undefined;
|
|
8686
|
+
configResultBitmapIndex?: number | undefined;
|
|
8687
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
8688
|
+
globalPriority?: number | undefined;
|
|
8689
|
+
} | undefined;
|
|
8338
8690
|
} & {
|
|
8339
8691
|
configId?: string | undefined;
|
|
8340
8692
|
value?: ({
|
|
@@ -8431,6 +8783,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8431
8783
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8432
8784
|
abNamespaceForHashing?: string | undefined;
|
|
8433
8785
|
abSeedForHashing?: string | undefined;
|
|
8786
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8434
8787
|
} | undefined;
|
|
8435
8788
|
} & {
|
|
8436
8789
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8466,6 +8819,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8466
8819
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8467
8820
|
abNamespaceForHashing?: string | undefined;
|
|
8468
8821
|
abSeedForHashing?: string | undefined;
|
|
8822
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8469
8823
|
} | undefined;
|
|
8470
8824
|
}[] & ({
|
|
8471
8825
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8499,6 +8853,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8499
8853
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8500
8854
|
abNamespaceForHashing?: string | undefined;
|
|
8501
8855
|
abSeedForHashing?: string | undefined;
|
|
8856
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8502
8857
|
} | undefined;
|
|
8503
8858
|
} & {
|
|
8504
8859
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8534,6 +8889,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8534
8889
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8535
8890
|
abNamespaceForHashing?: string | undefined;
|
|
8536
8891
|
abSeedForHashing?: string | undefined;
|
|
8892
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8537
8893
|
} | undefined;
|
|
8538
8894
|
}[] & ({
|
|
8539
8895
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8567,6 +8923,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8567
8923
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8568
8924
|
abNamespaceForHashing?: string | undefined;
|
|
8569
8925
|
abSeedForHashing?: string | undefined;
|
|
8926
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8570
8927
|
} | undefined;
|
|
8571
8928
|
} & {
|
|
8572
8929
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8602,6 +8959,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8602
8959
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8603
8960
|
abNamespaceForHashing?: string | undefined;
|
|
8604
8961
|
abSeedForHashing?: string | undefined;
|
|
8962
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8605
8963
|
} | undefined;
|
|
8606
8964
|
}[] & ({
|
|
8607
8965
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8635,6 +8993,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8635
8993
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8636
8994
|
abNamespaceForHashing?: string | undefined;
|
|
8637
8995
|
abSeedForHashing?: string | undefined;
|
|
8996
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8638
8997
|
} | undefined;
|
|
8639
8998
|
} & {
|
|
8640
8999
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8670,6 +9029,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8670
9029
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8671
9030
|
abNamespaceForHashing?: string | undefined;
|
|
8672
9031
|
abSeedForHashing?: string | undefined;
|
|
9032
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8673
9033
|
} | undefined;
|
|
8674
9034
|
}[] & ({
|
|
8675
9035
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8703,6 +9063,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8703
9063
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8704
9064
|
abNamespaceForHashing?: string | undefined;
|
|
8705
9065
|
abSeedForHashing?: string | undefined;
|
|
9066
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8706
9067
|
} | undefined;
|
|
8707
9068
|
} & {
|
|
8708
9069
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8738,6 +9099,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8738
9099
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8739
9100
|
abNamespaceForHashing?: string | undefined;
|
|
8740
9101
|
abSeedForHashing?: string | undefined;
|
|
9102
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8741
9103
|
} | undefined;
|
|
8742
9104
|
}[] & ({
|
|
8743
9105
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8771,6 +9133,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8771
9133
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8772
9134
|
abNamespaceForHashing?: string | undefined;
|
|
8773
9135
|
abSeedForHashing?: string | undefined;
|
|
9136
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8774
9137
|
} | undefined;
|
|
8775
9138
|
} & {
|
|
8776
9139
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8806,6 +9169,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8806
9169
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8807
9170
|
abNamespaceForHashing?: string | undefined;
|
|
8808
9171
|
abSeedForHashing?: string | undefined;
|
|
9172
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8809
9173
|
} | undefined;
|
|
8810
9174
|
}[] & ({
|
|
8811
9175
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8839,6 +9203,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8839
9203
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8840
9204
|
abNamespaceForHashing?: string | undefined;
|
|
8841
9205
|
abSeedForHashing?: string | undefined;
|
|
9206
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8842
9207
|
} | undefined;
|
|
8843
9208
|
} & {
|
|
8844
9209
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8874,6 +9239,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8874
9239
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8875
9240
|
abNamespaceForHashing?: string | undefined;
|
|
8876
9241
|
abSeedForHashing?: string | undefined;
|
|
9242
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8877
9243
|
} | undefined;
|
|
8878
9244
|
}[] & ({
|
|
8879
9245
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8907,6 +9273,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8907
9273
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8908
9274
|
abNamespaceForHashing?: string | undefined;
|
|
8909
9275
|
abSeedForHashing?: string | undefined;
|
|
9276
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8910
9277
|
} | undefined;
|
|
8911
9278
|
} & {
|
|
8912
9279
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8942,6 +9309,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8942
9309
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8943
9310
|
abNamespaceForHashing?: string | undefined;
|
|
8944
9311
|
abSeedForHashing?: string | undefined;
|
|
9312
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8945
9313
|
} | undefined;
|
|
8946
9314
|
}[] & ({
|
|
8947
9315
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -8975,6 +9343,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
8975
9343
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
8976
9344
|
abNamespaceForHashing?: string | undefined;
|
|
8977
9345
|
abSeedForHashing?: string | undefined;
|
|
9346
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
8978
9347
|
} | undefined;
|
|
8979
9348
|
} & {
|
|
8980
9349
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -9010,6 +9379,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9010
9379
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9011
9380
|
abNamespaceForHashing?: string | undefined;
|
|
9012
9381
|
abSeedForHashing?: string | undefined;
|
|
9382
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9013
9383
|
} | undefined;
|
|
9014
9384
|
}[] & ({
|
|
9015
9385
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -9043,6 +9413,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9043
9413
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9044
9414
|
abNamespaceForHashing?: string | undefined;
|
|
9045
9415
|
abSeedForHashing?: string | undefined;
|
|
9416
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9046
9417
|
} | undefined;
|
|
9047
9418
|
} & any & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
9048
9419
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -9076,6 +9447,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9076
9447
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9077
9448
|
abNamespaceForHashing?: string | undefined;
|
|
9078
9449
|
abSeedForHashing?: string | undefined;
|
|
9450
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9079
9451
|
} | undefined;
|
|
9080
9452
|
}[]>, never>) | undefined;
|
|
9081
9453
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -9107,6 +9479,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9107
9479
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9108
9480
|
abNamespaceForHashing?: string | undefined;
|
|
9109
9481
|
abSeedForHashing?: string | undefined;
|
|
9482
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9110
9483
|
} & any & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
9111
9484
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
9112
9485
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -9140,6 +9513,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9140
9513
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9141
9514
|
abNamespaceForHashing?: string | undefined;
|
|
9142
9515
|
abSeedForHashing?: string | undefined;
|
|
9516
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9143
9517
|
} | undefined;
|
|
9144
9518
|
}[]>, never>) | undefined;
|
|
9145
9519
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -9192,11 +9566,13 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9192
9566
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9193
9567
|
abNamespaceForHashing?: string | undefined;
|
|
9194
9568
|
abSeedForHashing?: string | undefined;
|
|
9569
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9195
9570
|
} & {
|
|
9196
9571
|
itemId?: number | undefined;
|
|
9197
9572
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9198
9573
|
abNamespaceForHashing?: string | undefined;
|
|
9199
9574
|
abSeedForHashing?: string | undefined;
|
|
9575
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9200
9576
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
9201
9577
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
9202
9578
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -9230,6 +9606,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9230
9606
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9231
9607
|
abNamespaceForHashing?: string | undefined;
|
|
9232
9608
|
abSeedForHashing?: string | undefined;
|
|
9609
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9233
9610
|
} | undefined;
|
|
9234
9611
|
}[]>, never>) | undefined;
|
|
9235
9612
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -9298,11 +9675,13 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9298
9675
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9299
9676
|
abNamespaceForHashing?: string | undefined;
|
|
9300
9677
|
abSeedForHashing?: string | undefined;
|
|
9678
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9301
9679
|
} & {
|
|
9302
9680
|
itemId?: number | undefined;
|
|
9303
9681
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9304
9682
|
abNamespaceForHashing?: string | undefined;
|
|
9305
9683
|
abSeedForHashing?: string | undefined;
|
|
9684
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9306
9685
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
9307
9686
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
9308
9687
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -9336,6 +9715,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9336
9715
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9337
9716
|
abNamespaceForHashing?: string | undefined;
|
|
9338
9717
|
abSeedForHashing?: string | undefined;
|
|
9718
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9339
9719
|
} | undefined;
|
|
9340
9720
|
}[]>, never>) | undefined;
|
|
9341
9721
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -9407,11 +9787,13 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9407
9787
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9408
9788
|
abNamespaceForHashing?: string | undefined;
|
|
9409
9789
|
abSeedForHashing?: string | undefined;
|
|
9790
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9410
9791
|
} & {
|
|
9411
9792
|
itemId?: number | undefined;
|
|
9412
9793
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9413
9794
|
abNamespaceForHashing?: string | undefined;
|
|
9414
9795
|
abSeedForHashing?: string | undefined;
|
|
9796
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9415
9797
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
9416
9798
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
9417
9799
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -9445,6 +9827,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9445
9827
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9446
9828
|
abNamespaceForHashing?: string | undefined;
|
|
9447
9829
|
abSeedForHashing?: string | undefined;
|
|
9830
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9448
9831
|
} | undefined;
|
|
9449
9832
|
}[]>, never>) | undefined;
|
|
9450
9833
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -9516,11 +9899,13 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9516
9899
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9517
9900
|
abNamespaceForHashing?: string | undefined;
|
|
9518
9901
|
abSeedForHashing?: string | undefined;
|
|
9902
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9519
9903
|
} & {
|
|
9520
9904
|
itemId?: number | undefined;
|
|
9521
9905
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9522
9906
|
abNamespaceForHashing?: string | undefined;
|
|
9523
9907
|
abSeedForHashing?: string | undefined;
|
|
9908
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9524
9909
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
9525
9910
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
9526
9911
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -9554,6 +9939,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9554
9939
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9555
9940
|
abNamespaceForHashing?: string | undefined;
|
|
9556
9941
|
abSeedForHashing?: string | undefined;
|
|
9942
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9557
9943
|
} | undefined;
|
|
9558
9944
|
}[]>, never>) | undefined;
|
|
9559
9945
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -9625,11 +10011,13 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9625
10011
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9626
10012
|
abNamespaceForHashing?: string | undefined;
|
|
9627
10013
|
abSeedForHashing?: string | undefined;
|
|
10014
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9628
10015
|
} & {
|
|
9629
10016
|
itemId?: number | undefined;
|
|
9630
10017
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9631
10018
|
abNamespaceForHashing?: string | undefined;
|
|
9632
10019
|
abSeedForHashing?: string | undefined;
|
|
10020
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9633
10021
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
9634
10022
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"], keyof {
|
|
9635
10023
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -9663,6 +10051,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9663
10051
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9664
10052
|
abNamespaceForHashing?: string | undefined;
|
|
9665
10053
|
abSeedForHashing?: string | undefined;
|
|
10054
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9666
10055
|
} | undefined;
|
|
9667
10056
|
}[]>, never>) | undefined;
|
|
9668
10057
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -9734,11 +10123,13 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9734
10123
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9735
10124
|
abNamespaceForHashing?: string | undefined;
|
|
9736
10125
|
abSeedForHashing?: string | undefined;
|
|
10126
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9737
10127
|
} & {
|
|
9738
10128
|
itemId?: number | undefined;
|
|
9739
10129
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9740
10130
|
abNamespaceForHashing?: string | undefined;
|
|
9741
10131
|
abSeedForHashing?: string | undefined;
|
|
10132
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9742
10133
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
9743
10134
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["children"], keyof {
|
|
9744
10135
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -9772,6 +10163,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9772
10163
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9773
10164
|
abNamespaceForHashing?: string | undefined;
|
|
9774
10165
|
abSeedForHashing?: string | undefined;
|
|
10166
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9775
10167
|
} | undefined;
|
|
9776
10168
|
}[]>, never>) | undefined;
|
|
9777
10169
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -9843,11 +10235,13 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9843
10235
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9844
10236
|
abNamespaceForHashing?: string | undefined;
|
|
9845
10237
|
abSeedForHashing?: string | undefined;
|
|
10238
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9846
10239
|
} & {
|
|
9847
10240
|
itemId?: number | undefined;
|
|
9848
10241
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9849
10242
|
abNamespaceForHashing?: string | undefined;
|
|
9850
10243
|
abSeedForHashing?: string | undefined;
|
|
10244
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9851
10245
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
9852
10246
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResult"]["targetingExpression"]["children"], keyof {
|
|
9853
10247
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -9881,6 +10275,7 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9881
10275
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9882
10276
|
abNamespaceForHashing?: string | undefined;
|
|
9883
10277
|
abSeedForHashing?: string | undefined;
|
|
10278
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9884
10279
|
} | undefined;
|
|
9885
10280
|
}[]>, never>) | undefined;
|
|
9886
10281
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -9952,11 +10347,13 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9952
10347
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9953
10348
|
abNamespaceForHashing?: string | undefined;
|
|
9954
10349
|
abSeedForHashing?: string | undefined;
|
|
10350
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9955
10351
|
} & {
|
|
9956
10352
|
itemId?: number | undefined;
|
|
9957
10353
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
9958
10354
|
abNamespaceForHashing?: string | undefined;
|
|
9959
10355
|
abSeedForHashing?: string | undefined;
|
|
10356
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9960
10357
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
9961
10358
|
} & Record<Exclude<keyof I["configResult"]["targetingExpression"], keyof import("./config_result").ClientTargetingExpression>, never>) | undefined;
|
|
9962
10359
|
ttlSeconds?: number | undefined;
|
|
@@ -9971,6 +10368,17 @@ export declare const ConfigResultWithSequenceId: {
|
|
|
9971
10368
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
9972
10369
|
segmentOrdinal?: number | undefined;
|
|
9973
10370
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
10371
|
+
internalFields?: ({
|
|
10372
|
+
configBitmapIndex?: number | undefined;
|
|
10373
|
+
configResultBitmapIndex?: number | undefined;
|
|
10374
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
10375
|
+
globalPriority?: number | undefined;
|
|
10376
|
+
} & {
|
|
10377
|
+
configBitmapIndex?: number | undefined;
|
|
10378
|
+
configResultBitmapIndex?: number | undefined;
|
|
10379
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
10380
|
+
globalPriority?: number | undefined;
|
|
10381
|
+
} & Record<Exclude<keyof I["configResult"]["internalFields"], keyof import("./config_result").ConfigResult_InternalFields>, never>) | undefined;
|
|
9974
10382
|
} & Record<Exclude<keyof I["configResult"], keyof ConfigResult>, never>) | undefined;
|
|
9975
10383
|
} & Record<Exclude<keyof I, keyof ConfigResultWithSequenceId>, never>>(object: I): ConfigResultWithSequenceId;
|
|
9976
10384
|
};
|
|
@@ -10036,6 +10444,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10036
10444
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10037
10445
|
abNamespaceForHashing?: string | undefined;
|
|
10038
10446
|
abSeedForHashing?: string | undefined;
|
|
10447
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10039
10448
|
} | undefined;
|
|
10040
10449
|
} | undefined;
|
|
10041
10450
|
ttlSeconds?: number | undefined;
|
|
@@ -10050,6 +10459,12 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10050
10459
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10051
10460
|
segmentOrdinal?: number | undefined;
|
|
10052
10461
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
10462
|
+
internalFields?: {
|
|
10463
|
+
configBitmapIndex?: number | undefined;
|
|
10464
|
+
configResultBitmapIndex?: number | undefined;
|
|
10465
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
10466
|
+
globalPriority?: number | undefined;
|
|
10467
|
+
} | undefined;
|
|
10053
10468
|
} | undefined;
|
|
10054
10469
|
}[] | undefined;
|
|
10055
10470
|
} & {
|
|
@@ -10111,6 +10526,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10111
10526
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10112
10527
|
abNamespaceForHashing?: string | undefined;
|
|
10113
10528
|
abSeedForHashing?: string | undefined;
|
|
10529
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10114
10530
|
} | undefined;
|
|
10115
10531
|
} | undefined;
|
|
10116
10532
|
ttlSeconds?: number | undefined;
|
|
@@ -10125,6 +10541,12 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10125
10541
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10126
10542
|
segmentOrdinal?: number | undefined;
|
|
10127
10543
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
10544
|
+
internalFields?: {
|
|
10545
|
+
configBitmapIndex?: number | undefined;
|
|
10546
|
+
configResultBitmapIndex?: number | undefined;
|
|
10547
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
10548
|
+
globalPriority?: number | undefined;
|
|
10549
|
+
} | undefined;
|
|
10128
10550
|
} | undefined;
|
|
10129
10551
|
}[] & ({
|
|
10130
10552
|
sequenceId?: number | undefined;
|
|
@@ -10184,6 +10606,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10184
10606
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10185
10607
|
abNamespaceForHashing?: string | undefined;
|
|
10186
10608
|
abSeedForHashing?: string | undefined;
|
|
10609
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10187
10610
|
} | undefined;
|
|
10188
10611
|
} | undefined;
|
|
10189
10612
|
ttlSeconds?: number | undefined;
|
|
@@ -10198,6 +10621,12 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10198
10621
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10199
10622
|
segmentOrdinal?: number | undefined;
|
|
10200
10623
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
10624
|
+
internalFields?: {
|
|
10625
|
+
configBitmapIndex?: number | undefined;
|
|
10626
|
+
configResultBitmapIndex?: number | undefined;
|
|
10627
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
10628
|
+
globalPriority?: number | undefined;
|
|
10629
|
+
} | undefined;
|
|
10201
10630
|
} | undefined;
|
|
10202
10631
|
} & {
|
|
10203
10632
|
sequenceId?: number | undefined;
|
|
@@ -10257,6 +10686,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10257
10686
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10258
10687
|
abNamespaceForHashing?: string | undefined;
|
|
10259
10688
|
abSeedForHashing?: string | undefined;
|
|
10689
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10260
10690
|
} | undefined;
|
|
10261
10691
|
} | undefined;
|
|
10262
10692
|
ttlSeconds?: number | undefined;
|
|
@@ -10271,6 +10701,12 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10271
10701
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10272
10702
|
segmentOrdinal?: number | undefined;
|
|
10273
10703
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
10704
|
+
internalFields?: {
|
|
10705
|
+
configBitmapIndex?: number | undefined;
|
|
10706
|
+
configResultBitmapIndex?: number | undefined;
|
|
10707
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
10708
|
+
globalPriority?: number | undefined;
|
|
10709
|
+
} | undefined;
|
|
10274
10710
|
} & {
|
|
10275
10711
|
configId?: string | undefined;
|
|
10276
10712
|
value?: ({
|
|
@@ -10367,6 +10803,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10367
10803
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10368
10804
|
abNamespaceForHashing?: string | undefined;
|
|
10369
10805
|
abSeedForHashing?: string | undefined;
|
|
10806
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10370
10807
|
} | undefined;
|
|
10371
10808
|
} & {
|
|
10372
10809
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10402,6 +10839,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10402
10839
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10403
10840
|
abNamespaceForHashing?: string | undefined;
|
|
10404
10841
|
abSeedForHashing?: string | undefined;
|
|
10842
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10405
10843
|
} | undefined;
|
|
10406
10844
|
}[] & ({
|
|
10407
10845
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10435,6 +10873,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10435
10873
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10436
10874
|
abNamespaceForHashing?: string | undefined;
|
|
10437
10875
|
abSeedForHashing?: string | undefined;
|
|
10876
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10438
10877
|
} | undefined;
|
|
10439
10878
|
} & {
|
|
10440
10879
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10470,6 +10909,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10470
10909
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10471
10910
|
abNamespaceForHashing?: string | undefined;
|
|
10472
10911
|
abSeedForHashing?: string | undefined;
|
|
10912
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10473
10913
|
} | undefined;
|
|
10474
10914
|
}[] & ({
|
|
10475
10915
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10503,6 +10943,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10503
10943
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10504
10944
|
abNamespaceForHashing?: string | undefined;
|
|
10505
10945
|
abSeedForHashing?: string | undefined;
|
|
10946
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10506
10947
|
} | undefined;
|
|
10507
10948
|
} & {
|
|
10508
10949
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10538,6 +10979,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10538
10979
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10539
10980
|
abNamespaceForHashing?: string | undefined;
|
|
10540
10981
|
abSeedForHashing?: string | undefined;
|
|
10982
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10541
10983
|
} | undefined;
|
|
10542
10984
|
}[] & ({
|
|
10543
10985
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10571,6 +11013,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10571
11013
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10572
11014
|
abNamespaceForHashing?: string | undefined;
|
|
10573
11015
|
abSeedForHashing?: string | undefined;
|
|
11016
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10574
11017
|
} | undefined;
|
|
10575
11018
|
} & {
|
|
10576
11019
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10606,6 +11049,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10606
11049
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10607
11050
|
abNamespaceForHashing?: string | undefined;
|
|
10608
11051
|
abSeedForHashing?: string | undefined;
|
|
11052
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10609
11053
|
} | undefined;
|
|
10610
11054
|
}[] & ({
|
|
10611
11055
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10639,6 +11083,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10639
11083
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10640
11084
|
abNamespaceForHashing?: string | undefined;
|
|
10641
11085
|
abSeedForHashing?: string | undefined;
|
|
11086
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10642
11087
|
} | undefined;
|
|
10643
11088
|
} & {
|
|
10644
11089
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10674,6 +11119,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10674
11119
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10675
11120
|
abNamespaceForHashing?: string | undefined;
|
|
10676
11121
|
abSeedForHashing?: string | undefined;
|
|
11122
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10677
11123
|
} | undefined;
|
|
10678
11124
|
}[] & ({
|
|
10679
11125
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10707,6 +11153,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10707
11153
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10708
11154
|
abNamespaceForHashing?: string | undefined;
|
|
10709
11155
|
abSeedForHashing?: string | undefined;
|
|
11156
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10710
11157
|
} | undefined;
|
|
10711
11158
|
} & {
|
|
10712
11159
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10742,6 +11189,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10742
11189
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10743
11190
|
abNamespaceForHashing?: string | undefined;
|
|
10744
11191
|
abSeedForHashing?: string | undefined;
|
|
11192
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10745
11193
|
} | undefined;
|
|
10746
11194
|
}[] & ({
|
|
10747
11195
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10775,6 +11223,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10775
11223
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10776
11224
|
abNamespaceForHashing?: string | undefined;
|
|
10777
11225
|
abSeedForHashing?: string | undefined;
|
|
11226
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10778
11227
|
} | undefined;
|
|
10779
11228
|
} & {
|
|
10780
11229
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10810,6 +11259,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10810
11259
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10811
11260
|
abNamespaceForHashing?: string | undefined;
|
|
10812
11261
|
abSeedForHashing?: string | undefined;
|
|
11262
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10813
11263
|
} | undefined;
|
|
10814
11264
|
}[] & ({
|
|
10815
11265
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10843,6 +11293,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10843
11293
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10844
11294
|
abNamespaceForHashing?: string | undefined;
|
|
10845
11295
|
abSeedForHashing?: string | undefined;
|
|
11296
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10846
11297
|
} | undefined;
|
|
10847
11298
|
} & {
|
|
10848
11299
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10878,6 +11329,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10878
11329
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10879
11330
|
abNamespaceForHashing?: string | undefined;
|
|
10880
11331
|
abSeedForHashing?: string | undefined;
|
|
11332
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10881
11333
|
} | undefined;
|
|
10882
11334
|
}[] & ({
|
|
10883
11335
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10911,6 +11363,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10911
11363
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10912
11364
|
abNamespaceForHashing?: string | undefined;
|
|
10913
11365
|
abSeedForHashing?: string | undefined;
|
|
11366
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10914
11367
|
} | undefined;
|
|
10915
11368
|
} & any & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
10916
11369
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -10944,6 +11397,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10944
11397
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10945
11398
|
abNamespaceForHashing?: string | undefined;
|
|
10946
11399
|
abSeedForHashing?: string | undefined;
|
|
11400
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10947
11401
|
} | undefined;
|
|
10948
11402
|
}[]>, never>) | undefined;
|
|
10949
11403
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -10975,6 +11429,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
10975
11429
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
10976
11430
|
abNamespaceForHashing?: string | undefined;
|
|
10977
11431
|
abSeedForHashing?: string | undefined;
|
|
11432
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
10978
11433
|
} & any & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
10979
11434
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
10980
11435
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -11008,6 +11463,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11008
11463
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11009
11464
|
abNamespaceForHashing?: string | undefined;
|
|
11010
11465
|
abSeedForHashing?: string | undefined;
|
|
11466
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11011
11467
|
} | undefined;
|
|
11012
11468
|
}[]>, never>) | undefined;
|
|
11013
11469
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -11060,11 +11516,13 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11060
11516
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11061
11517
|
abNamespaceForHashing?: string | undefined;
|
|
11062
11518
|
abSeedForHashing?: string | undefined;
|
|
11519
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11063
11520
|
} & {
|
|
11064
11521
|
itemId?: number | undefined;
|
|
11065
11522
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11066
11523
|
abNamespaceForHashing?: string | undefined;
|
|
11067
11524
|
abSeedForHashing?: string | undefined;
|
|
11525
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11068
11526
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
11069
11527
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
11070
11528
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -11098,6 +11556,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11098
11556
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11099
11557
|
abNamespaceForHashing?: string | undefined;
|
|
11100
11558
|
abSeedForHashing?: string | undefined;
|
|
11559
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11101
11560
|
} | undefined;
|
|
11102
11561
|
}[]>, never>) | undefined;
|
|
11103
11562
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -11166,11 +11625,13 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11166
11625
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11167
11626
|
abNamespaceForHashing?: string | undefined;
|
|
11168
11627
|
abSeedForHashing?: string | undefined;
|
|
11628
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11169
11629
|
} & {
|
|
11170
11630
|
itemId?: number | undefined;
|
|
11171
11631
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11172
11632
|
abNamespaceForHashing?: string | undefined;
|
|
11173
11633
|
abSeedForHashing?: string | undefined;
|
|
11634
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11174
11635
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
11175
11636
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
11176
11637
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -11204,6 +11665,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11204
11665
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11205
11666
|
abNamespaceForHashing?: string | undefined;
|
|
11206
11667
|
abSeedForHashing?: string | undefined;
|
|
11668
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11207
11669
|
} | undefined;
|
|
11208
11670
|
}[]>, never>) | undefined;
|
|
11209
11671
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -11275,11 +11737,13 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11275
11737
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11276
11738
|
abNamespaceForHashing?: string | undefined;
|
|
11277
11739
|
abSeedForHashing?: string | undefined;
|
|
11740
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11278
11741
|
} & {
|
|
11279
11742
|
itemId?: number | undefined;
|
|
11280
11743
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11281
11744
|
abNamespaceForHashing?: string | undefined;
|
|
11282
11745
|
abSeedForHashing?: string | undefined;
|
|
11746
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11283
11747
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
11284
11748
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
11285
11749
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -11313,6 +11777,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11313
11777
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11314
11778
|
abNamespaceForHashing?: string | undefined;
|
|
11315
11779
|
abSeedForHashing?: string | undefined;
|
|
11780
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11316
11781
|
} | undefined;
|
|
11317
11782
|
}[]>, never>) | undefined;
|
|
11318
11783
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -11384,11 +11849,13 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11384
11849
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11385
11850
|
abNamespaceForHashing?: string | undefined;
|
|
11386
11851
|
abSeedForHashing?: string | undefined;
|
|
11852
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11387
11853
|
} & {
|
|
11388
11854
|
itemId?: number | undefined;
|
|
11389
11855
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11390
11856
|
abNamespaceForHashing?: string | undefined;
|
|
11391
11857
|
abSeedForHashing?: string | undefined;
|
|
11858
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11392
11859
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
11393
11860
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["children"], keyof {
|
|
11394
11861
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -11422,6 +11889,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11422
11889
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11423
11890
|
abNamespaceForHashing?: string | undefined;
|
|
11424
11891
|
abSeedForHashing?: string | undefined;
|
|
11892
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11425
11893
|
} | undefined;
|
|
11426
11894
|
}[]>, never>) | undefined;
|
|
11427
11895
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -11493,11 +11961,13 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11493
11961
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11494
11962
|
abNamespaceForHashing?: string | undefined;
|
|
11495
11963
|
abSeedForHashing?: string | undefined;
|
|
11964
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11496
11965
|
} & {
|
|
11497
11966
|
itemId?: number | undefined;
|
|
11498
11967
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11499
11968
|
abNamespaceForHashing?: string | undefined;
|
|
11500
11969
|
abSeedForHashing?: string | undefined;
|
|
11970
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11501
11971
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
11502
11972
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["children"], keyof {
|
|
11503
11973
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -11531,6 +12001,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11531
12001
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11532
12002
|
abNamespaceForHashing?: string | undefined;
|
|
11533
12003
|
abSeedForHashing?: string | undefined;
|
|
12004
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11534
12005
|
} | undefined;
|
|
11535
12006
|
}[]>, never>) | undefined;
|
|
11536
12007
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -11602,11 +12073,13 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11602
12073
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11603
12074
|
abNamespaceForHashing?: string | undefined;
|
|
11604
12075
|
abSeedForHashing?: string | undefined;
|
|
12076
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11605
12077
|
} & {
|
|
11606
12078
|
itemId?: number | undefined;
|
|
11607
12079
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11608
12080
|
abNamespaceForHashing?: string | undefined;
|
|
11609
12081
|
abSeedForHashing?: string | undefined;
|
|
12082
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11610
12083
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
11611
12084
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["children"], keyof {
|
|
11612
12085
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -11640,6 +12113,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11640
12113
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11641
12114
|
abNamespaceForHashing?: string | undefined;
|
|
11642
12115
|
abSeedForHashing?: string | undefined;
|
|
12116
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11643
12117
|
} | undefined;
|
|
11644
12118
|
}[]>, never>) | undefined;
|
|
11645
12119
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -11711,11 +12185,13 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11711
12185
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11712
12186
|
abNamespaceForHashing?: string | undefined;
|
|
11713
12187
|
abSeedForHashing?: string | undefined;
|
|
12188
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11714
12189
|
} & {
|
|
11715
12190
|
itemId?: number | undefined;
|
|
11716
12191
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11717
12192
|
abNamespaceForHashing?: string | undefined;
|
|
11718
12193
|
abSeedForHashing?: string | undefined;
|
|
12194
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11719
12195
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
11720
12196
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["targetingExpression"], keyof import("./config_result").ClientTargetingExpression>, never>) | undefined;
|
|
11721
12197
|
ttlSeconds?: number | undefined;
|
|
@@ -11730,6 +12206,17 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11730
12206
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11731
12207
|
segmentOrdinal?: number | undefined;
|
|
11732
12208
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
12209
|
+
internalFields?: ({
|
|
12210
|
+
configBitmapIndex?: number | undefined;
|
|
12211
|
+
configResultBitmapIndex?: number | undefined;
|
|
12212
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
12213
|
+
globalPriority?: number | undefined;
|
|
12214
|
+
} & {
|
|
12215
|
+
configBitmapIndex?: number | undefined;
|
|
12216
|
+
configResultBitmapIndex?: number | undefined;
|
|
12217
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
12218
|
+
globalPriority?: number | undefined;
|
|
12219
|
+
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"]["internalFields"], keyof import("./config_result").ConfigResult_InternalFields>, never>) | undefined;
|
|
11733
12220
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number]["configResult"], keyof ConfigResult>, never>) | undefined;
|
|
11734
12221
|
} & Record<Exclude<keyof I["configResultWithSequenceIds"][number], keyof ConfigResultWithSequenceId>, never>)[] & Record<Exclude<keyof I["configResultWithSequenceIds"], keyof {
|
|
11735
12222
|
sequenceId?: number | undefined;
|
|
@@ -11789,6 +12276,7 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11789
12276
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11790
12277
|
abNamespaceForHashing?: string | undefined;
|
|
11791
12278
|
abSeedForHashing?: string | undefined;
|
|
12279
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11792
12280
|
} | undefined;
|
|
11793
12281
|
} | undefined;
|
|
11794
12282
|
ttlSeconds?: number | undefined;
|
|
@@ -11803,6 +12291,12 @@ export declare const GetConfigResultsBySequenceIdsResponse: {
|
|
|
11803
12291
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11804
12292
|
segmentOrdinal?: number | undefined;
|
|
11805
12293
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
12294
|
+
internalFields?: {
|
|
12295
|
+
configBitmapIndex?: number | undefined;
|
|
12296
|
+
configResultBitmapIndex?: number | undefined;
|
|
12297
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
12298
|
+
globalPriority?: number | undefined;
|
|
12299
|
+
} | undefined;
|
|
11806
12300
|
} | undefined;
|
|
11807
12301
|
}[]>, never>) | undefined;
|
|
11808
12302
|
} & Record<Exclude<keyof I, "configResultWithSequenceIds">, never>>(object: I): GetConfigResultsBySequenceIdsResponse;
|
|
@@ -11896,6 +12390,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
11896
12390
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11897
12391
|
abNamespaceForHashing?: string | undefined;
|
|
11898
12392
|
abSeedForHashing?: string | undefined;
|
|
12393
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11899
12394
|
} | undefined;
|
|
11900
12395
|
} | undefined;
|
|
11901
12396
|
ttlSeconds?: number | undefined;
|
|
@@ -11910,6 +12405,12 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
11910
12405
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11911
12406
|
segmentOrdinal?: number | undefined;
|
|
11912
12407
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
12408
|
+
internalFields?: {
|
|
12409
|
+
configBitmapIndex?: number | undefined;
|
|
12410
|
+
configResultBitmapIndex?: number | undefined;
|
|
12411
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
12412
|
+
globalPriority?: number | undefined;
|
|
12413
|
+
} | undefined;
|
|
11913
12414
|
}[] | undefined;
|
|
11914
12415
|
} & {
|
|
11915
12416
|
configResults?: ({
|
|
@@ -11968,6 +12469,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
11968
12469
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
11969
12470
|
abNamespaceForHashing?: string | undefined;
|
|
11970
12471
|
abSeedForHashing?: string | undefined;
|
|
12472
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11971
12473
|
} | undefined;
|
|
11972
12474
|
} | undefined;
|
|
11973
12475
|
ttlSeconds?: number | undefined;
|
|
@@ -11982,6 +12484,12 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
11982
12484
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
11983
12485
|
segmentOrdinal?: number | undefined;
|
|
11984
12486
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
12487
|
+
internalFields?: {
|
|
12488
|
+
configBitmapIndex?: number | undefined;
|
|
12489
|
+
configResultBitmapIndex?: number | undefined;
|
|
12490
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
12491
|
+
globalPriority?: number | undefined;
|
|
12492
|
+
} | undefined;
|
|
11985
12493
|
}[] & ({
|
|
11986
12494
|
configId?: string | undefined;
|
|
11987
12495
|
value?: {
|
|
@@ -12038,6 +12546,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12038
12546
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12039
12547
|
abNamespaceForHashing?: string | undefined;
|
|
12040
12548
|
abSeedForHashing?: string | undefined;
|
|
12549
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12041
12550
|
} | undefined;
|
|
12042
12551
|
} | undefined;
|
|
12043
12552
|
ttlSeconds?: number | undefined;
|
|
@@ -12052,6 +12561,12 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12052
12561
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12053
12562
|
segmentOrdinal?: number | undefined;
|
|
12054
12563
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
12564
|
+
internalFields?: {
|
|
12565
|
+
configBitmapIndex?: number | undefined;
|
|
12566
|
+
configResultBitmapIndex?: number | undefined;
|
|
12567
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
12568
|
+
globalPriority?: number | undefined;
|
|
12569
|
+
} | undefined;
|
|
12055
12570
|
} & {
|
|
12056
12571
|
configId?: string | undefined;
|
|
12057
12572
|
value?: ({
|
|
@@ -12148,6 +12663,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12148
12663
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12149
12664
|
abNamespaceForHashing?: string | undefined;
|
|
12150
12665
|
abSeedForHashing?: string | undefined;
|
|
12666
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12151
12667
|
} | undefined;
|
|
12152
12668
|
} & {
|
|
12153
12669
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12183,6 +12699,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12183
12699
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12184
12700
|
abNamespaceForHashing?: string | undefined;
|
|
12185
12701
|
abSeedForHashing?: string | undefined;
|
|
12702
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12186
12703
|
} | undefined;
|
|
12187
12704
|
}[] & ({
|
|
12188
12705
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12216,6 +12733,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12216
12733
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12217
12734
|
abNamespaceForHashing?: string | undefined;
|
|
12218
12735
|
abSeedForHashing?: string | undefined;
|
|
12736
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12219
12737
|
} | undefined;
|
|
12220
12738
|
} & {
|
|
12221
12739
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12251,6 +12769,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12251
12769
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12252
12770
|
abNamespaceForHashing?: string | undefined;
|
|
12253
12771
|
abSeedForHashing?: string | undefined;
|
|
12772
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12254
12773
|
} | undefined;
|
|
12255
12774
|
}[] & ({
|
|
12256
12775
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12284,6 +12803,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12284
12803
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12285
12804
|
abNamespaceForHashing?: string | undefined;
|
|
12286
12805
|
abSeedForHashing?: string | undefined;
|
|
12806
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12287
12807
|
} | undefined;
|
|
12288
12808
|
} & {
|
|
12289
12809
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12319,6 +12839,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12319
12839
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12320
12840
|
abNamespaceForHashing?: string | undefined;
|
|
12321
12841
|
abSeedForHashing?: string | undefined;
|
|
12842
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12322
12843
|
} | undefined;
|
|
12323
12844
|
}[] & ({
|
|
12324
12845
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12352,6 +12873,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12352
12873
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12353
12874
|
abNamespaceForHashing?: string | undefined;
|
|
12354
12875
|
abSeedForHashing?: string | undefined;
|
|
12876
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12355
12877
|
} | undefined;
|
|
12356
12878
|
} & {
|
|
12357
12879
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12387,6 +12909,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12387
12909
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12388
12910
|
abNamespaceForHashing?: string | undefined;
|
|
12389
12911
|
abSeedForHashing?: string | undefined;
|
|
12912
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12390
12913
|
} | undefined;
|
|
12391
12914
|
}[] & ({
|
|
12392
12915
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12420,6 +12943,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12420
12943
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12421
12944
|
abNamespaceForHashing?: string | undefined;
|
|
12422
12945
|
abSeedForHashing?: string | undefined;
|
|
12946
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12423
12947
|
} | undefined;
|
|
12424
12948
|
} & {
|
|
12425
12949
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12455,6 +12979,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12455
12979
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12456
12980
|
abNamespaceForHashing?: string | undefined;
|
|
12457
12981
|
abSeedForHashing?: string | undefined;
|
|
12982
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12458
12983
|
} | undefined;
|
|
12459
12984
|
}[] & ({
|
|
12460
12985
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12488,6 +13013,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12488
13013
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12489
13014
|
abNamespaceForHashing?: string | undefined;
|
|
12490
13015
|
abSeedForHashing?: string | undefined;
|
|
13016
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12491
13017
|
} | undefined;
|
|
12492
13018
|
} & {
|
|
12493
13019
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12523,6 +13049,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12523
13049
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12524
13050
|
abNamespaceForHashing?: string | undefined;
|
|
12525
13051
|
abSeedForHashing?: string | undefined;
|
|
13052
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12526
13053
|
} | undefined;
|
|
12527
13054
|
}[] & ({
|
|
12528
13055
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12556,6 +13083,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12556
13083
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12557
13084
|
abNamespaceForHashing?: string | undefined;
|
|
12558
13085
|
abSeedForHashing?: string | undefined;
|
|
13086
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12559
13087
|
} | undefined;
|
|
12560
13088
|
} & {
|
|
12561
13089
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12591,6 +13119,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12591
13119
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12592
13120
|
abNamespaceForHashing?: string | undefined;
|
|
12593
13121
|
abSeedForHashing?: string | undefined;
|
|
13122
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12594
13123
|
} | undefined;
|
|
12595
13124
|
}[] & ({
|
|
12596
13125
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12624,6 +13153,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12624
13153
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12625
13154
|
abNamespaceForHashing?: string | undefined;
|
|
12626
13155
|
abSeedForHashing?: string | undefined;
|
|
13156
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12627
13157
|
} | undefined;
|
|
12628
13158
|
} & {
|
|
12629
13159
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12659,6 +13189,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12659
13189
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12660
13190
|
abNamespaceForHashing?: string | undefined;
|
|
12661
13191
|
abSeedForHashing?: string | undefined;
|
|
13192
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12662
13193
|
} | undefined;
|
|
12663
13194
|
}[] & ({
|
|
12664
13195
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12692,6 +13223,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12692
13223
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12693
13224
|
abNamespaceForHashing?: string | undefined;
|
|
12694
13225
|
abSeedForHashing?: string | undefined;
|
|
13226
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12695
13227
|
} | undefined;
|
|
12696
13228
|
} & {
|
|
12697
13229
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12727,6 +13259,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12727
13259
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12728
13260
|
abNamespaceForHashing?: string | undefined;
|
|
12729
13261
|
abSeedForHashing?: string | undefined;
|
|
13262
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12730
13263
|
} | undefined;
|
|
12731
13264
|
}[] & ({
|
|
12732
13265
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12760,6 +13293,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12760
13293
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12761
13294
|
abNamespaceForHashing?: string | undefined;
|
|
12762
13295
|
abSeedForHashing?: string | undefined;
|
|
13296
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12763
13297
|
} | undefined;
|
|
12764
13298
|
} & any & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
12765
13299
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12793,6 +13327,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12793
13327
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12794
13328
|
abNamespaceForHashing?: string | undefined;
|
|
12795
13329
|
abSeedForHashing?: string | undefined;
|
|
13330
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12796
13331
|
} | undefined;
|
|
12797
13332
|
}[]>, never>) | undefined;
|
|
12798
13333
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -12824,6 +13359,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12824
13359
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12825
13360
|
abNamespaceForHashing?: string | undefined;
|
|
12826
13361
|
abSeedForHashing?: string | undefined;
|
|
13362
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12827
13363
|
} & any & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
12828
13364
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
12829
13365
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12857,6 +13393,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12857
13393
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12858
13394
|
abNamespaceForHashing?: string | undefined;
|
|
12859
13395
|
abSeedForHashing?: string | undefined;
|
|
13396
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12860
13397
|
} | undefined;
|
|
12861
13398
|
}[]>, never>) | undefined;
|
|
12862
13399
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -12909,11 +13446,13 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12909
13446
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12910
13447
|
abNamespaceForHashing?: string | undefined;
|
|
12911
13448
|
abSeedForHashing?: string | undefined;
|
|
13449
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12912
13450
|
} & {
|
|
12913
13451
|
itemId?: number | undefined;
|
|
12914
13452
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12915
13453
|
abNamespaceForHashing?: string | undefined;
|
|
12916
13454
|
abSeedForHashing?: string | undefined;
|
|
13455
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12917
13456
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
12918
13457
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
12919
13458
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -12947,6 +13486,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
12947
13486
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
12948
13487
|
abNamespaceForHashing?: string | undefined;
|
|
12949
13488
|
abSeedForHashing?: string | undefined;
|
|
13489
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
12950
13490
|
} | undefined;
|
|
12951
13491
|
}[]>, never>) | undefined;
|
|
12952
13492
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -13015,11 +13555,13 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13015
13555
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13016
13556
|
abNamespaceForHashing?: string | undefined;
|
|
13017
13557
|
abSeedForHashing?: string | undefined;
|
|
13558
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13018
13559
|
} & {
|
|
13019
13560
|
itemId?: number | undefined;
|
|
13020
13561
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13021
13562
|
abNamespaceForHashing?: string | undefined;
|
|
13022
13563
|
abSeedForHashing?: string | undefined;
|
|
13564
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13023
13565
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
13024
13566
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
13025
13567
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -13053,6 +13595,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13053
13595
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13054
13596
|
abNamespaceForHashing?: string | undefined;
|
|
13055
13597
|
abSeedForHashing?: string | undefined;
|
|
13598
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13056
13599
|
} | undefined;
|
|
13057
13600
|
}[]>, never>) | undefined;
|
|
13058
13601
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -13124,11 +13667,13 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13124
13667
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13125
13668
|
abNamespaceForHashing?: string | undefined;
|
|
13126
13669
|
abSeedForHashing?: string | undefined;
|
|
13670
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13127
13671
|
} & {
|
|
13128
13672
|
itemId?: number | undefined;
|
|
13129
13673
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13130
13674
|
abNamespaceForHashing?: string | undefined;
|
|
13131
13675
|
abSeedForHashing?: string | undefined;
|
|
13676
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13132
13677
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
13133
13678
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
13134
13679
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -13162,6 +13707,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13162
13707
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13163
13708
|
abNamespaceForHashing?: string | undefined;
|
|
13164
13709
|
abSeedForHashing?: string | undefined;
|
|
13710
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13165
13711
|
} | undefined;
|
|
13166
13712
|
}[]>, never>) | undefined;
|
|
13167
13713
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -13233,11 +13779,13 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13233
13779
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13234
13780
|
abNamespaceForHashing?: string | undefined;
|
|
13235
13781
|
abSeedForHashing?: string | undefined;
|
|
13782
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13236
13783
|
} & {
|
|
13237
13784
|
itemId?: number | undefined;
|
|
13238
13785
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13239
13786
|
abNamespaceForHashing?: string | undefined;
|
|
13240
13787
|
abSeedForHashing?: string | undefined;
|
|
13788
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13241
13789
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
13242
13790
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["children"], keyof {
|
|
13243
13791
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -13271,6 +13819,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13271
13819
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13272
13820
|
abNamespaceForHashing?: string | undefined;
|
|
13273
13821
|
abSeedForHashing?: string | undefined;
|
|
13822
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13274
13823
|
} | undefined;
|
|
13275
13824
|
}[]>, never>) | undefined;
|
|
13276
13825
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -13342,11 +13891,13 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13342
13891
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13343
13892
|
abNamespaceForHashing?: string | undefined;
|
|
13344
13893
|
abSeedForHashing?: string | undefined;
|
|
13894
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13345
13895
|
} & {
|
|
13346
13896
|
itemId?: number | undefined;
|
|
13347
13897
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13348
13898
|
abNamespaceForHashing?: string | undefined;
|
|
13349
13899
|
abSeedForHashing?: string | undefined;
|
|
13900
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13350
13901
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
13351
13902
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["children"], keyof {
|
|
13352
13903
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -13380,6 +13931,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13380
13931
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13381
13932
|
abNamespaceForHashing?: string | undefined;
|
|
13382
13933
|
abSeedForHashing?: string | undefined;
|
|
13934
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13383
13935
|
} | undefined;
|
|
13384
13936
|
}[]>, never>) | undefined;
|
|
13385
13937
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -13451,11 +14003,13 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13451
14003
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13452
14004
|
abNamespaceForHashing?: string | undefined;
|
|
13453
14005
|
abSeedForHashing?: string | undefined;
|
|
14006
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13454
14007
|
} & {
|
|
13455
14008
|
itemId?: number | undefined;
|
|
13456
14009
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13457
14010
|
abNamespaceForHashing?: string | undefined;
|
|
13458
14011
|
abSeedForHashing?: string | undefined;
|
|
14012
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13459
14013
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
13460
14014
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["children"], keyof {
|
|
13461
14015
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -13489,6 +14043,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13489
14043
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13490
14044
|
abNamespaceForHashing?: string | undefined;
|
|
13491
14045
|
abSeedForHashing?: string | undefined;
|
|
14046
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13492
14047
|
} | undefined;
|
|
13493
14048
|
}[]>, never>) | undefined;
|
|
13494
14049
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -13560,11 +14115,13 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13560
14115
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13561
14116
|
abNamespaceForHashing?: string | undefined;
|
|
13562
14117
|
abSeedForHashing?: string | undefined;
|
|
14118
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13563
14119
|
} & {
|
|
13564
14120
|
itemId?: number | undefined;
|
|
13565
14121
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13566
14122
|
abNamespaceForHashing?: string | undefined;
|
|
13567
14123
|
abSeedForHashing?: string | undefined;
|
|
14124
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13568
14125
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
13569
14126
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"][number], keyof import("./config_result").ClientTargetingExpression>, never>)[] & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["children"], keyof {
|
|
13570
14127
|
operator?: import("./config_result").ClientTargetingExpression_Operator | undefined;
|
|
@@ -13598,6 +14155,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13598
14155
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13599
14156
|
abNamespaceForHashing?: string | undefined;
|
|
13600
14157
|
abSeedForHashing?: string | undefined;
|
|
14158
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13601
14159
|
} | undefined;
|
|
13602
14160
|
}[]>, never>) | undefined;
|
|
13603
14161
|
property?: import("./config_result").ClientTargetingExpression_Property | undefined;
|
|
@@ -13669,11 +14227,13 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13669
14227
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13670
14228
|
abNamespaceForHashing?: string | undefined;
|
|
13671
14229
|
abSeedForHashing?: string | undefined;
|
|
14230
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13672
14231
|
} & {
|
|
13673
14232
|
itemId?: number | undefined;
|
|
13674
14233
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13675
14234
|
abNamespaceForHashing?: string | undefined;
|
|
13676
14235
|
abSeedForHashing?: string | undefined;
|
|
14236
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13677
14237
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"]["propertyMetadata"], keyof import("./config_result").ClientTargetingExpression_PropertyMetadata>, never>) | undefined;
|
|
13678
14238
|
} & Record<Exclude<keyof I["configResults"][number]["targetingExpression"], keyof import("./config_result").ClientTargetingExpression>, never>) | undefined;
|
|
13679
14239
|
ttlSeconds?: number | undefined;
|
|
@@ -13688,6 +14248,17 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13688
14248
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13689
14249
|
segmentOrdinal?: number | undefined;
|
|
13690
14250
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
14251
|
+
internalFields?: ({
|
|
14252
|
+
configBitmapIndex?: number | undefined;
|
|
14253
|
+
configResultBitmapIndex?: number | undefined;
|
|
14254
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
14255
|
+
globalPriority?: number | undefined;
|
|
14256
|
+
} & {
|
|
14257
|
+
configBitmapIndex?: number | undefined;
|
|
14258
|
+
configResultBitmapIndex?: number | undefined;
|
|
14259
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
14260
|
+
globalPriority?: number | undefined;
|
|
14261
|
+
} & Record<Exclude<keyof I["configResults"][number]["internalFields"], keyof import("./config_result").ConfigResult_InternalFields>, never>) | undefined;
|
|
13691
14262
|
} & Record<Exclude<keyof I["configResults"][number], keyof ConfigResult>, never>)[] & Record<Exclude<keyof I["configResults"], keyof {
|
|
13692
14263
|
configId?: string | undefined;
|
|
13693
14264
|
value?: {
|
|
@@ -13744,6 +14315,7 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13744
14315
|
signalToHash?: import("./config_result").ClientTargetingExpression_PropertyMetadata_SignalToHash | undefined;
|
|
13745
14316
|
abNamespaceForHashing?: string | undefined;
|
|
13746
14317
|
abSeedForHashing?: string | undefined;
|
|
14318
|
+
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13747
14319
|
} | undefined;
|
|
13748
14320
|
} | undefined;
|
|
13749
14321
|
ttlSeconds?: number | undefined;
|
|
@@ -13758,6 +14330,12 @@ export declare const GetUnevaluatedConfigResultsWithAbTargetingResponse: {
|
|
|
13758
14330
|
ruidType?: import("../../common/ruid").Ruid_Type | undefined;
|
|
13759
14331
|
segmentOrdinal?: number | undefined;
|
|
13760
14332
|
generatedFromAbAllowlists?: boolean | undefined;
|
|
14333
|
+
internalFields?: {
|
|
14334
|
+
configBitmapIndex?: number | undefined;
|
|
14335
|
+
configResultBitmapIndex?: number | undefined;
|
|
14336
|
+
hasServerPropertiesOnly?: boolean | undefined;
|
|
14337
|
+
globalPriority?: number | undefined;
|
|
14338
|
+
} | undefined;
|
|
13761
14339
|
}[]>, never>) | undefined;
|
|
13762
14340
|
} & Record<Exclude<keyof I, "configResults">, never>>(object: I): GetUnevaluatedConfigResultsWithAbTargetingResponse;
|
|
13763
14341
|
};
|