@adcp/sdk 14.0.0-beta.20 → 14.0.0-beta.21

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.
@@ -4,5 +4,5 @@
4
4
  "source_sha": "4e553ad955f83b49c7d221ab5c3ff78237ad02e3",
5
5
  "source_tarball_sha256": "580656d6466ef9f0d1119985e6726c2efea718dc671e2ad30957fcb2fd54af0f",
6
6
  "upstream_adcp_version": "2.5.3",
7
- "synced_at": "2026-08-30T06:10:51.963Z"
7
+ "synced_at": "2026-08-30T07:58:59.416Z"
8
8
  }
@@ -197,7 +197,7 @@ export interface UpstreamTrafficQueryResult {
197
197
  */
198
198
  export declare function runValidations(validations: StoryboardValidation[], context: ValidationContext): ValidationResult[];
199
199
  /** Capability semver emitted in run summaries and used for advisory expiry. */
200
- export declare const RUNNER_CAPABILITY_VERSION = "14.0.0-beta.20";
200
+ export declare const RUNNER_CAPABILITY_VERSION = "14.0.0-beta.21";
201
201
  /** True when a failed validation contributes to the owning step's grade. */
202
202
  export declare function validationFailsStep(result: ValidationResult): boolean;
203
203
  /**
@@ -197,7 +197,7 @@ export interface UpstreamTrafficQueryResult {
197
197
  */
198
198
  export declare function runValidations(validations: StoryboardValidation[], context: ValidationContext): ValidationResult[];
199
199
  /** Capability semver emitted in run summaries and used for advisory expiry. */
200
- export declare const RUNNER_CAPABILITY_VERSION = "14.0.0-beta.20";
200
+ export declare const RUNNER_CAPABILITY_VERSION = "14.0.0-beta.21";
201
201
  /** True when a failed validation contributes to the owning step's grade. */
202
202
  export declare function validationFailsStep(result: ValidationResult): boolean;
203
203
  /**
@@ -2101,11 +2101,19 @@ export type SignalTargetingExpression = {
2101
2101
  value_type: 'categorical';
2102
2102
  /**
2103
2103
  * Values to target. Users with any of these values match the expression.
2104
- *
2105
- * @minItems 1
2106
2104
  */
2107
2105
  values: [string, ...string[]];
2108
- } | ({} | {});
2106
+ } | {
2107
+ signal_ref: SignalRef;
2108
+ value_type: 'numeric';
2109
+ min_value: number;
2110
+ max_value?: number;
2111
+ } | {
2112
+ signal_ref: SignalRef;
2113
+ value_type: 'numeric';
2114
+ min_value?: number;
2115
+ max_value: number;
2116
+ };
2109
2117
 
2110
2118
  /**
2111
2119
  * Campaign start timing: 'asap' or ISO 8601 date-time
@@ -2100,11 +2100,19 @@ export type SignalTargetingExpression = {
2100
2100
  value_type: 'categorical';
2101
2101
  /**
2102
2102
  * Values to target. Users with any of these values match the expression.
2103
- *
2104
- * @minItems 1
2105
2103
  */
2106
2104
  values: [string, ...string[]];
2107
- } | ({} | {});
2105
+ } | {
2106
+ signal_ref: SignalRef;
2107
+ value_type: 'numeric';
2108
+ min_value: number;
2109
+ max_value?: number;
2110
+ } | {
2111
+ signal_ref: SignalRef;
2112
+ value_type: 'numeric';
2113
+ min_value?: number;
2114
+ max_value: number;
2115
+ };
2108
2116
 
2109
2117
  /**
2110
2118
  * Campaign start timing: 'asap' or ISO 8601 date-time
@@ -3156,11 +3156,19 @@ export type SignalTargetingExpression = {
3156
3156
  value_type: 'categorical';
3157
3157
  /**
3158
3158
  * Values to target. Users with any of these values match the expression.
3159
- *
3160
- * @minItems 1
3161
3159
  */
3162
3160
  values: [string, ...string[]];
3163
- } | ({} | {});
3161
+ } | {
3162
+ signal_ref: SignalRef;
3163
+ value_type: 'numeric';
3164
+ min_value: number;
3165
+ max_value?: number;
3166
+ } | {
3167
+ signal_ref: SignalRef;
3168
+ value_type: 'numeric';
3169
+ min_value?: number;
3170
+ max_value: number;
3171
+ };
3164
3172
 
3165
3173
  /**
3166
3174
  * Campaign start timing: 'asap' or ISO 8601 date-time
@@ -11599,11 +11599,19 @@ export type SignalTargetingExpression = {
11599
11599
  value_type: 'categorical';
11600
11600
  /**
11601
11601
  * Values to target. Users with any of these values match the expression.
11602
- *
11603
- * @minItems 1
11604
11602
  */
11605
11603
  values: [string, ...string[]];
11606
- } | ({} | {});
11604
+ } | {
11605
+ signal_ref: SignalRef;
11606
+ value_type: 'numeric';
11607
+ min_value: number;
11608
+ max_value?: number;
11609
+ } | {
11610
+ signal_ref: SignalRef;
11611
+ value_type: 'numeric';
11612
+ min_value?: number;
11613
+ max_value: number;
11614
+ };
11607
11615
 
11608
11616
  /**
11609
11617
  * Composition rules for selecting signals on this product. The selectable signal menu may come from inline signal_targeting_options or from get_signals when a wholesale product omits inline options. This is product-scoped because products may be backed by different ad servers with different Boolean targeting support and group limits.
@@ -1090,11 +1090,19 @@ export type SignalTargetingExpression = {
1090
1090
  value_type: 'categorical';
1091
1091
  /**
1092
1092
  * Values to target. Users with any of these values match the expression.
1093
- *
1094
- * @minItems 1
1095
1093
  */
1096
1094
  values: [string, ...string[]];
1097
- } | ({} | {});
1095
+ } | {
1096
+ signal_ref: SignalRef;
1097
+ value_type: 'numeric';
1098
+ min_value: number;
1099
+ max_value?: number;
1100
+ } | {
1101
+ signal_ref: SignalRef;
1102
+ value_type: 'numeric';
1103
+ min_value?: number;
1104
+ max_value: number;
1105
+ };
1098
1106
 
1099
1107
  /**
1100
1108
  * Concrete delivery constraints the buyer expects to carry into create_media_buy. Buyers SHOULD use this field instead of putting equivalent exact targeting only in brief prose. Sellers evaluate these constraints during discovery and scope returned pricing and forecasts to the effective targeting. If a product cannot honor the request exactly, the seller may omit it or return a request-scoped configured product with Product targeting_resolution modifications. Absence of Product targeting_resolution means exact acceptance of this structured overlay; it does not confirm how targeting in the brief was interpreted. On refine, presence is complete replacement state for returned configurations; when omitted, each referenced product's bound targeting remains in force.
@@ -1479,6 +1479,40 @@ export type SignalRef = {
1479
1479
  */
1480
1480
  signal_id: string;
1481
1481
  };
1482
+ /**
1483
+ * Predicate over a named signal definition. Signals are typed dimensions, similar to feature values: binary signals match true, categorical signals match one of a set of values, and numeric signals match a range. In package signal targeting groups, include/exclude semantics are controlled by the parent group operator, not by negating the expression.
1484
+ */
1485
+ export type SignalTargetingExpression = {
1486
+ signal_ref: SignalRef;
1487
+ /**
1488
+ * Discriminator for binary signals.
1489
+ */
1490
+ value_type: 'binary';
1491
+ /**
1492
+ * Binary package signal entries match users for whom the signal is true. Use the parent group operator for include/exclude.
1493
+ */
1494
+ value: true;
1495
+ } | {
1496
+ signal_ref: SignalRef;
1497
+ /**
1498
+ * Discriminator for categorical signals.
1499
+ */
1500
+ value_type: 'categorical';
1501
+ /**
1502
+ * Values to target. Users with any of these values match the expression.
1503
+ */
1504
+ values: [string, ...string[]];
1505
+ } | {
1506
+ signal_ref: SignalRef;
1507
+ value_type: 'numeric';
1508
+ min_value: number;
1509
+ max_value?: number;
1510
+ } | {
1511
+ signal_ref: SignalRef;
1512
+ value_type: 'numeric';
1513
+ min_value?: number;
1514
+ max_value: number;
1515
+ };
1482
1516
  /**
1483
1517
  * Standard cursor-based pagination parameters for list operations
1484
1518
  */
@@ -3941,32 +3975,6 @@ export type PackageSignalTargeting = SignalTargetingExpression & {
3941
3975
  signal_agent_segment_id?: string;
3942
3976
  activation_key?: ActivationKey;
3943
3977
  };
3944
- /**
3945
- * Predicate over a named signal definition. Signals are typed dimensions, similar to feature values: binary signals match true, categorical signals match one of a set of values, and numeric signals match a range. In package signal targeting groups, include/exclude semantics are controlled by the parent group operator, not by negating the expression.
3946
- */
3947
- export type SignalTargetingExpression = {
3948
- signal_ref: SignalRef;
3949
- /**
3950
- * Discriminator for binary signals.
3951
- */
3952
- value_type: 'binary';
3953
- /**
3954
- * Binary package signal entries match users for whom the signal is true. Use the parent group operator for include/exclude.
3955
- */
3956
- value: true;
3957
- } | {
3958
- signal_ref: SignalRef;
3959
- /**
3960
- * Discriminator for categorical signals.
3961
- */
3962
- value_type: 'categorical';
3963
- /**
3964
- * Values to target. Users with any of these values match the expression.
3965
- *
3966
- * @minItems 1
3967
- */
3968
- values: [string, ...string[]];
3969
- } | ({} | {});
3970
3978
  /**
3971
3979
  * Destination-specific activation key returned by get_signals or activate_signal. Usually omitted for seller-offered signals selected directly through the same seller; include only when the selected signal was separately activated and the seller requires the activation key to correlate the package selection.
3972
3980
  */
@@ -1479,6 +1479,40 @@ export type SignalRef = {
1479
1479
  */
1480
1480
  signal_id: string;
1481
1481
  };
1482
+ /**
1483
+ * Predicate over a named signal definition. Signals are typed dimensions, similar to feature values: binary signals match true, categorical signals match one of a set of values, and numeric signals match a range. In package signal targeting groups, include/exclude semantics are controlled by the parent group operator, not by negating the expression.
1484
+ */
1485
+ export type SignalTargetingExpression = {
1486
+ signal_ref: SignalRef;
1487
+ /**
1488
+ * Discriminator for binary signals.
1489
+ */
1490
+ value_type: 'binary';
1491
+ /**
1492
+ * Binary package signal entries match users for whom the signal is true. Use the parent group operator for include/exclude.
1493
+ */
1494
+ value: true;
1495
+ } | {
1496
+ signal_ref: SignalRef;
1497
+ /**
1498
+ * Discriminator for categorical signals.
1499
+ */
1500
+ value_type: 'categorical';
1501
+ /**
1502
+ * Values to target. Users with any of these values match the expression.
1503
+ */
1504
+ values: [string, ...string[]];
1505
+ } | {
1506
+ signal_ref: SignalRef;
1507
+ value_type: 'numeric';
1508
+ min_value: number;
1509
+ max_value?: number;
1510
+ } | {
1511
+ signal_ref: SignalRef;
1512
+ value_type: 'numeric';
1513
+ min_value?: number;
1514
+ max_value: number;
1515
+ };
1482
1516
  /**
1483
1517
  * Standard cursor-based pagination parameters for list operations
1484
1518
  */
@@ -3941,32 +3975,6 @@ export type PackageSignalTargeting = SignalTargetingExpression & {
3941
3975
  signal_agent_segment_id?: string;
3942
3976
  activation_key?: ActivationKey;
3943
3977
  };
3944
- /**
3945
- * Predicate over a named signal definition. Signals are typed dimensions, similar to feature values: binary signals match true, categorical signals match one of a set of values, and numeric signals match a range. In package signal targeting groups, include/exclude semantics are controlled by the parent group operator, not by negating the expression.
3946
- */
3947
- export type SignalTargetingExpression = {
3948
- signal_ref: SignalRef;
3949
- /**
3950
- * Discriminator for binary signals.
3951
- */
3952
- value_type: 'binary';
3953
- /**
3954
- * Binary package signal entries match users for whom the signal is true. Use the parent group operator for include/exclude.
3955
- */
3956
- value: true;
3957
- } | {
3958
- signal_ref: SignalRef;
3959
- /**
3960
- * Discriminator for categorical signals.
3961
- */
3962
- value_type: 'categorical';
3963
- /**
3964
- * Values to target. Users with any of these values match the expression.
3965
- *
3966
- * @minItems 1
3967
- */
3968
- values: [string, ...string[]];
3969
- } | ({} | {});
3970
3978
  /**
3971
3979
  * Destination-specific activation key returned by get_signals or activate_signal. Usually omitted for seller-offered signals selected directly through the same seller; include only when the selected signal was separately activated and the seller requires the activation key to correlate the package selection.
3972
3980
  */
@@ -11120,11 +11120,19 @@ export type SignalTargetingExpression = {
11120
11120
  value_type: 'categorical';
11121
11121
  /**
11122
11122
  * Values to target. Users with any of these values match the expression.
11123
- *
11124
- * @minItems 1
11125
11123
  */
11126
11124
  values: [string, ...string[]];
11127
- } | ({} | {});
11125
+ } | {
11126
+ signal_ref: SignalRef;
11127
+ value_type: 'numeric';
11128
+ min_value: number;
11129
+ max_value?: number;
11130
+ } | {
11131
+ signal_ref: SignalRef;
11132
+ value_type: 'numeric';
11133
+ min_value?: number;
11134
+ max_value: number;
11135
+ };
11128
11136
 
11129
11137
  /**
11130
11138
  * Exactly one of: (a) fixed (`width` + `height` both set), (b) multi-size (`sizes` set), (c) responsive (any of `min_width`/`max_width`/`min_height`/`max_height` set), (d) none (no size constraint declared — accepts any dimensions). Combining modes (e.g., `width` + `sizes`) is rejected at schema layer; same rule on `html5` and `display_tag` canonicals.
@@ -8076,11 +8076,19 @@ export type SignalTargetingExpression = {
8076
8076
  value_type: 'categorical';
8077
8077
  /**
8078
8078
  * Values to target. Users with any of these values match the expression.
8079
- *
8080
- * @minItems 1
8081
8079
  */
8082
8080
  values: [string, ...string[]];
8083
- } | ({} | {});
8081
+ } | {
8082
+ signal_ref: SignalRef;
8083
+ value_type: 'numeric';
8084
+ min_value: number;
8085
+ max_value?: number;
8086
+ } | {
8087
+ signal_ref: SignalRef;
8088
+ value_type: 'numeric';
8089
+ min_value?: number;
8090
+ max_value: number;
8091
+ };
8084
8092
 
8085
8093
  /**
8086
8094
  * Exactly one of: (a) fixed (`width` + `height` both set), (b) multi-size (`sizes` set), (c) responsive (any of `min_width`/`max_width`/`min_height`/`max_height` set), (d) none (no size constraint declared — accepts any dimensions). Combining modes (e.g., `width` + `sizes`) is rejected at schema layer; same rule on `html5` and `display_tag` canonicals.
@@ -11548,11 +11548,19 @@ export type SignalTargetingExpression = {
11548
11548
  value_type: 'categorical';
11549
11549
  /**
11550
11550
  * Values to target. Users with any of these values match the expression.
11551
- *
11552
- * @minItems 1
11553
11551
  */
11554
11552
  values: [string, ...string[]];
11555
- } | ({} | {});
11553
+ } | {
11554
+ signal_ref: SignalRef;
11555
+ value_type: 'numeric';
11556
+ min_value: number;
11557
+ max_value?: number;
11558
+ } | {
11559
+ signal_ref: SignalRef;
11560
+ value_type: 'numeric';
11561
+ min_value?: number;
11562
+ max_value: number;
11563
+ };
11556
11564
 
11557
11565
  /**
11558
11566
  * Composition rules for selecting signals on this product. The selectable signal menu may come from inline signal_targeting_options or from get_signals when a wholesale product omits inline options. This is product-scoped because products may be backed by different ad servers with different Boolean targeting support and group limits.
@@ -2779,11 +2779,19 @@ export type SignalTargetingExpression = {
2779
2779
  value_type: 'categorical';
2780
2780
  /**
2781
2781
  * Values to target. Users with any of these values match the expression.
2782
- *
2783
- * @minItems 1
2784
2782
  */
2785
2783
  values: [string, ...string[]];
2786
- } | ({} | {});
2784
+ } | {
2785
+ signal_ref: SignalRef;
2786
+ value_type: 'numeric';
2787
+ min_value: number;
2788
+ max_value?: number;
2789
+ } | {
2790
+ signal_ref: SignalRef;
2791
+ value_type: 'numeric';
2792
+ min_value?: number;
2793
+ max_value: number;
2794
+ };
2787
2795
 
2788
2796
  /**
2789
2797
  * Composition rules for selecting signals on this product. The selectable signal menu may come from inline signal_targeting_options or from get_signals when a wholesale product omits inline options. This is product-scoped because products may be backed by different ad servers with different Boolean targeting support and group limits.
@@ -3599,11 +3599,19 @@ export type SignalTargetingExpression = {
3599
3599
  value_type: 'categorical';
3600
3600
  /**
3601
3601
  * Values to target. Users with any of these values match the expression.
3602
- *
3603
- * @minItems 1
3604
3602
  */
3605
3603
  values: [string, ...string[]];
3606
- } | ({} | {});
3604
+ } | {
3605
+ signal_ref: SignalRef;
3606
+ value_type: 'numeric';
3607
+ min_value: number;
3608
+ max_value?: number;
3609
+ } | {
3610
+ signal_ref: SignalRef;
3611
+ value_type: 'numeric';
3612
+ min_value?: number;
3613
+ max_value: number;
3614
+ };
3607
3615
 
3608
3616
  /**
3609
3617
  * Composition rules for selecting signals on this product. The selectable signal menu may come from inline signal_targeting_options or from get_signals when a wholesale product omits inline options. This is product-scoped because products may be backed by different ad servers with different Boolean targeting support and group limits.
@@ -3659,11 +3659,19 @@ export type SignalTargetingExpression = {
3659
3659
  value_type: 'categorical';
3660
3660
  /**
3661
3661
  * Values to target. Users with any of these values match the expression.
3662
- *
3663
- * @minItems 1
3664
3662
  */
3665
3663
  values: [string, ...string[]];
3666
- } | ({} | {});
3664
+ } | {
3665
+ signal_ref: SignalRef;
3666
+ value_type: 'numeric';
3667
+ min_value: number;
3668
+ max_value?: number;
3669
+ } | {
3670
+ signal_ref: SignalRef;
3671
+ value_type: 'numeric';
3672
+ min_value?: number;
3673
+ max_value: number;
3674
+ };
3667
3675
 
3668
3676
  /**
3669
3677
  * Composition rules for selecting signals on this product. The selectable signal menu may come from inline signal_targeting_options or from get_signals when a wholesale product omits inline options. This is product-scoped because products may be backed by different ad servers with different Boolean targeting support and group limits.