@uniformdev/context 19.79.1-alpha.25 → 19.79.1-alpha.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/api.d.mts +16 -160
- package/dist/api/api.d.ts +16 -160
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +213 -292
- package/dist/index.js +213 -292
- package/dist/index.mjs +213 -292
- package/dist/{types-D4Fs5NVm.d.mts → types-C1eZBD3H.d.mts} +6 -62
- package/dist/{types-D4Fs5NVm.d.ts → types-C1eZBD3H.d.ts} +6 -62
- package/package.json +2 -2
package/dist/api/api.d.mts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { aB as paths$7, N as ManifestV2 } from '../types-C1eZBD3H.mjs';
|
2
2
|
import 'mitt';
|
3
3
|
|
4
4
|
type LimitPolicy = <ReturnValue>(func: () => Promise<ReturnValue>) => Promise<ReturnValue>;
|
@@ -74,6 +74,7 @@ interface components$6 {
|
|
74
74
|
*/
|
75
75
|
dur: "s" | "p" | "t";
|
76
76
|
crit: components$6["schemas"]["RootSignalCriteriaGroup"];
|
77
|
+
conversion?: components$6["schemas"]["Conversion"];
|
77
78
|
};
|
78
79
|
RootSignalCriteriaGroup: {
|
79
80
|
/**
|
@@ -95,6 +96,10 @@ interface components$6 {
|
|
95
96
|
/** @description The criteria clauses that make up this grouping of criteria */
|
96
97
|
clauses: (components$6["schemas"]["SignalCriteriaGroup"] | components$6["schemas"]["SignalCriteria"])[];
|
97
98
|
};
|
99
|
+
Conversion: {
|
100
|
+
/** @enum {string} */
|
101
|
+
freq: "O";
|
102
|
+
};
|
98
103
|
SignalCriteriaGroup: {
|
99
104
|
/**
|
100
105
|
* @description Criteria type (Group of other criteria)
|
@@ -242,59 +247,6 @@ interface components$6 {
|
|
242
247
|
/** @description Winning variation ID - if set, the test will not run and this variation is shown to all visitors (the test is closed) */
|
243
248
|
wv?: string;
|
244
249
|
};
|
245
|
-
Goal: components$6["schemas"]["SignalGoal"] | components$6["schemas"]["EnrichmentGoal"] | components$6["schemas"]["QuirkGoal"];
|
246
|
-
SignalGoal: {
|
247
|
-
/** @enum {string} */
|
248
|
-
type: "sig";
|
249
|
-
id: string;
|
250
|
-
/**
|
251
|
-
* @description The type of match to perform
|
252
|
-
* '=' = exact match
|
253
|
-
* '!=' = not an exact match
|
254
|
-
* '<' = less than match expression
|
255
|
-
* '>' = greater than match expression
|
256
|
-
*
|
257
|
-
* @enum {string}
|
258
|
-
*/
|
259
|
-
op: "=" | "<" | ">" | "!=";
|
260
|
-
score: number;
|
261
|
-
};
|
262
|
-
EnrichmentGoal: {
|
263
|
-
/** @enum {string} */
|
264
|
-
type: "enr";
|
265
|
-
cat: string;
|
266
|
-
value: string;
|
267
|
-
/**
|
268
|
-
* @description The type of match to perform
|
269
|
-
* '=' = exact match
|
270
|
-
* '!=' = not an exact match
|
271
|
-
* '<' = less than match expression
|
272
|
-
* '>' = greater than match expression
|
273
|
-
*
|
274
|
-
* @enum {string}
|
275
|
-
*/
|
276
|
-
op: "=" | "<" | ">" | "!=";
|
277
|
-
score: number;
|
278
|
-
};
|
279
|
-
QuirkGoal: {
|
280
|
-
/** @enum {string} */
|
281
|
-
type: "qrk";
|
282
|
-
id: string;
|
283
|
-
/**
|
284
|
-
* @description The match operator
|
285
|
-
* '=' = exact match
|
286
|
-
* '~' = contains match
|
287
|
-
* '//' = regular expression match
|
288
|
-
*
|
289
|
-
* Any of the above can be prefixed with '!' to invert the match (i.e. != for 'not an exact match')
|
290
|
-
*
|
291
|
-
* @enum {string}
|
292
|
-
*/
|
293
|
-
op: "=" | "~" | "//" | "!=" | "!~" | "!//";
|
294
|
-
/** @description The case sensitivity of the match. Defaults to false if unspecified. */
|
295
|
-
cs?: boolean;
|
296
|
-
value: string;
|
297
|
-
};
|
298
250
|
};
|
299
251
|
}
|
300
252
|
|
@@ -840,6 +792,7 @@ interface external$4 {
|
|
840
792
|
*/
|
841
793
|
dur: "s" | "p" | "t";
|
842
794
|
crit: external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["RootSignalCriteriaGroup"];
|
795
|
+
conversion?: external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["Conversion"];
|
843
796
|
};
|
844
797
|
RootSignalCriteriaGroup: {
|
845
798
|
/**
|
@@ -861,6 +814,10 @@ interface external$4 {
|
|
861
814
|
/** @description The criteria clauses that make up this grouping of criteria */
|
862
815
|
clauses: (external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["SignalCriteriaGroup"] | external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["SignalCriteria"])[];
|
863
816
|
};
|
817
|
+
Conversion: {
|
818
|
+
/** @enum {string} */
|
819
|
+
freq: "O";
|
820
|
+
};
|
864
821
|
SignalCriteriaGroup: {
|
865
822
|
/**
|
866
823
|
* @description Criteria type (Group of other criteria)
|
@@ -1008,59 +965,6 @@ interface external$4 {
|
|
1008
965
|
/** @description Winning variation ID - if set, the test will not run and this variation is shown to all visitors (the test is closed) */
|
1009
966
|
wv?: string;
|
1010
967
|
};
|
1011
|
-
Goal: external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["SignalGoal"] | external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["EnrichmentGoal"] | external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["QuirkGoal"];
|
1012
|
-
SignalGoal: {
|
1013
|
-
/** @enum {string} */
|
1014
|
-
type: "sig";
|
1015
|
-
id: string;
|
1016
|
-
/**
|
1017
|
-
* @description The type of match to perform
|
1018
|
-
* '=' = exact match
|
1019
|
-
* '!=' = not an exact match
|
1020
|
-
* '<' = less than match expression
|
1021
|
-
* '>' = greater than match expression
|
1022
|
-
*
|
1023
|
-
* @enum {string}
|
1024
|
-
*/
|
1025
|
-
op: "=" | "<" | ">" | "!=";
|
1026
|
-
score: number;
|
1027
|
-
};
|
1028
|
-
EnrichmentGoal: {
|
1029
|
-
/** @enum {string} */
|
1030
|
-
type: "enr";
|
1031
|
-
cat: string;
|
1032
|
-
value: string;
|
1033
|
-
/**
|
1034
|
-
* @description The type of match to perform
|
1035
|
-
* '=' = exact match
|
1036
|
-
* '!=' = not an exact match
|
1037
|
-
* '<' = less than match expression
|
1038
|
-
* '>' = greater than match expression
|
1039
|
-
*
|
1040
|
-
* @enum {string}
|
1041
|
-
*/
|
1042
|
-
op: "=" | "<" | ">" | "!=";
|
1043
|
-
score: number;
|
1044
|
-
};
|
1045
|
-
QuirkGoal: {
|
1046
|
-
/** @enum {string} */
|
1047
|
-
type: "qrk";
|
1048
|
-
id: string;
|
1049
|
-
/**
|
1050
|
-
* @description The match operator
|
1051
|
-
* '=' = exact match
|
1052
|
-
* '~' = contains match
|
1053
|
-
* '//' = regular expression match
|
1054
|
-
*
|
1055
|
-
* Any of the above can be prefixed with '!' to invert the match (i.e. != for 'not an exact match')
|
1056
|
-
*
|
1057
|
-
* @enum {string}
|
1058
|
-
*/
|
1059
|
-
op: "=" | "~" | "//" | "!=" | "!~" | "!//";
|
1060
|
-
/** @description The case sensitivity of the match. Defaults to false if unspecified. */
|
1061
|
-
cs?: boolean;
|
1062
|
-
value: string;
|
1063
|
-
};
|
1064
968
|
};
|
1065
969
|
};
|
1066
970
|
operations: {};
|
@@ -1488,6 +1392,7 @@ interface external$1 {
|
|
1488
1392
|
*/
|
1489
1393
|
dur: "s" | "p" | "t";
|
1490
1394
|
crit: external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["RootSignalCriteriaGroup"];
|
1395
|
+
conversion?: external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["Conversion"];
|
1491
1396
|
};
|
1492
1397
|
RootSignalCriteriaGroup: {
|
1493
1398
|
/**
|
@@ -1509,6 +1414,10 @@ interface external$1 {
|
|
1509
1414
|
/** @description The criteria clauses that make up this grouping of criteria */
|
1510
1415
|
clauses: (external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["SignalCriteriaGroup"] | external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["SignalCriteria"])[];
|
1511
1416
|
};
|
1417
|
+
Conversion: {
|
1418
|
+
/** @enum {string} */
|
1419
|
+
freq: "O";
|
1420
|
+
};
|
1512
1421
|
SignalCriteriaGroup: {
|
1513
1422
|
/**
|
1514
1423
|
* @description Criteria type (Group of other criteria)
|
@@ -1656,59 +1565,6 @@ interface external$1 {
|
|
1656
1565
|
/** @description Winning variation ID - if set, the test will not run and this variation is shown to all visitors (the test is closed) */
|
1657
1566
|
wv?: string;
|
1658
1567
|
};
|
1659
|
-
Goal: external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["SignalGoal"] | external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["EnrichmentGoal"] | external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["QuirkGoal"];
|
1660
|
-
SignalGoal: {
|
1661
|
-
/** @enum {string} */
|
1662
|
-
type: "sig";
|
1663
|
-
id: string;
|
1664
|
-
/**
|
1665
|
-
* @description The type of match to perform
|
1666
|
-
* '=' = exact match
|
1667
|
-
* '!=' = not an exact match
|
1668
|
-
* '<' = less than match expression
|
1669
|
-
* '>' = greater than match expression
|
1670
|
-
*
|
1671
|
-
* @enum {string}
|
1672
|
-
*/
|
1673
|
-
op: "=" | "<" | ">" | "!=";
|
1674
|
-
score: number;
|
1675
|
-
};
|
1676
|
-
EnrichmentGoal: {
|
1677
|
-
/** @enum {string} */
|
1678
|
-
type: "enr";
|
1679
|
-
cat: string;
|
1680
|
-
value: string;
|
1681
|
-
/**
|
1682
|
-
* @description The type of match to perform
|
1683
|
-
* '=' = exact match
|
1684
|
-
* '!=' = not an exact match
|
1685
|
-
* '<' = less than match expression
|
1686
|
-
* '>' = greater than match expression
|
1687
|
-
*
|
1688
|
-
* @enum {string}
|
1689
|
-
*/
|
1690
|
-
op: "=" | "<" | ">" | "!=";
|
1691
|
-
score: number;
|
1692
|
-
};
|
1693
|
-
QuirkGoal: {
|
1694
|
-
/** @enum {string} */
|
1695
|
-
type: "qrk";
|
1696
|
-
id: string;
|
1697
|
-
/**
|
1698
|
-
* @description The match operator
|
1699
|
-
* '=' = exact match
|
1700
|
-
* '~' = contains match
|
1701
|
-
* '//' = regular expression match
|
1702
|
-
*
|
1703
|
-
* Any of the above can be prefixed with '!' to invert the match (i.e. != for 'not an exact match')
|
1704
|
-
*
|
1705
|
-
* @enum {string}
|
1706
|
-
*/
|
1707
|
-
op: "=" | "~" | "//" | "!=" | "!~" | "!//";
|
1708
|
-
/** @description The case sensitivity of the match. Defaults to false if unspecified. */
|
1709
|
-
cs?: boolean;
|
1710
|
-
value: string;
|
1711
|
-
};
|
1712
1568
|
};
|
1713
1569
|
};
|
1714
1570
|
operations: {};
|
package/dist/api/api.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { aB as paths$7, N as ManifestV2 } from '../types-C1eZBD3H.js';
|
2
2
|
import 'mitt';
|
3
3
|
|
4
4
|
type LimitPolicy = <ReturnValue>(func: () => Promise<ReturnValue>) => Promise<ReturnValue>;
|
@@ -74,6 +74,7 @@ interface components$6 {
|
|
74
74
|
*/
|
75
75
|
dur: "s" | "p" | "t";
|
76
76
|
crit: components$6["schemas"]["RootSignalCriteriaGroup"];
|
77
|
+
conversion?: components$6["schemas"]["Conversion"];
|
77
78
|
};
|
78
79
|
RootSignalCriteriaGroup: {
|
79
80
|
/**
|
@@ -95,6 +96,10 @@ interface components$6 {
|
|
95
96
|
/** @description The criteria clauses that make up this grouping of criteria */
|
96
97
|
clauses: (components$6["schemas"]["SignalCriteriaGroup"] | components$6["schemas"]["SignalCriteria"])[];
|
97
98
|
};
|
99
|
+
Conversion: {
|
100
|
+
/** @enum {string} */
|
101
|
+
freq: "O";
|
102
|
+
};
|
98
103
|
SignalCriteriaGroup: {
|
99
104
|
/**
|
100
105
|
* @description Criteria type (Group of other criteria)
|
@@ -242,59 +247,6 @@ interface components$6 {
|
|
242
247
|
/** @description Winning variation ID - if set, the test will not run and this variation is shown to all visitors (the test is closed) */
|
243
248
|
wv?: string;
|
244
249
|
};
|
245
|
-
Goal: components$6["schemas"]["SignalGoal"] | components$6["schemas"]["EnrichmentGoal"] | components$6["schemas"]["QuirkGoal"];
|
246
|
-
SignalGoal: {
|
247
|
-
/** @enum {string} */
|
248
|
-
type: "sig";
|
249
|
-
id: string;
|
250
|
-
/**
|
251
|
-
* @description The type of match to perform
|
252
|
-
* '=' = exact match
|
253
|
-
* '!=' = not an exact match
|
254
|
-
* '<' = less than match expression
|
255
|
-
* '>' = greater than match expression
|
256
|
-
*
|
257
|
-
* @enum {string}
|
258
|
-
*/
|
259
|
-
op: "=" | "<" | ">" | "!=";
|
260
|
-
score: number;
|
261
|
-
};
|
262
|
-
EnrichmentGoal: {
|
263
|
-
/** @enum {string} */
|
264
|
-
type: "enr";
|
265
|
-
cat: string;
|
266
|
-
value: string;
|
267
|
-
/**
|
268
|
-
* @description The type of match to perform
|
269
|
-
* '=' = exact match
|
270
|
-
* '!=' = not an exact match
|
271
|
-
* '<' = less than match expression
|
272
|
-
* '>' = greater than match expression
|
273
|
-
*
|
274
|
-
* @enum {string}
|
275
|
-
*/
|
276
|
-
op: "=" | "<" | ">" | "!=";
|
277
|
-
score: number;
|
278
|
-
};
|
279
|
-
QuirkGoal: {
|
280
|
-
/** @enum {string} */
|
281
|
-
type: "qrk";
|
282
|
-
id: string;
|
283
|
-
/**
|
284
|
-
* @description The match operator
|
285
|
-
* '=' = exact match
|
286
|
-
* '~' = contains match
|
287
|
-
* '//' = regular expression match
|
288
|
-
*
|
289
|
-
* Any of the above can be prefixed with '!' to invert the match (i.e. != for 'not an exact match')
|
290
|
-
*
|
291
|
-
* @enum {string}
|
292
|
-
*/
|
293
|
-
op: "=" | "~" | "//" | "!=" | "!~" | "!//";
|
294
|
-
/** @description The case sensitivity of the match. Defaults to false if unspecified. */
|
295
|
-
cs?: boolean;
|
296
|
-
value: string;
|
297
|
-
};
|
298
250
|
};
|
299
251
|
}
|
300
252
|
|
@@ -840,6 +792,7 @@ interface external$4 {
|
|
840
792
|
*/
|
841
793
|
dur: "s" | "p" | "t";
|
842
794
|
crit: external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["RootSignalCriteriaGroup"];
|
795
|
+
conversion?: external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["Conversion"];
|
843
796
|
};
|
844
797
|
RootSignalCriteriaGroup: {
|
845
798
|
/**
|
@@ -861,6 +814,10 @@ interface external$4 {
|
|
861
814
|
/** @description The criteria clauses that make up this grouping of criteria */
|
862
815
|
clauses: (external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["SignalCriteriaGroup"] | external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["SignalCriteria"])[];
|
863
816
|
};
|
817
|
+
Conversion: {
|
818
|
+
/** @enum {string} */
|
819
|
+
freq: "O";
|
820
|
+
};
|
864
821
|
SignalCriteriaGroup: {
|
865
822
|
/**
|
866
823
|
* @description Criteria type (Group of other criteria)
|
@@ -1008,59 +965,6 @@ interface external$4 {
|
|
1008
965
|
/** @description Winning variation ID - if set, the test will not run and this variation is shown to all visitors (the test is closed) */
|
1009
966
|
wv?: string;
|
1010
967
|
};
|
1011
|
-
Goal: external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["SignalGoal"] | external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["EnrichmentGoal"] | external$4["uniform-context-types.swagger.yml"]["components"]["schemas"]["QuirkGoal"];
|
1012
|
-
SignalGoal: {
|
1013
|
-
/** @enum {string} */
|
1014
|
-
type: "sig";
|
1015
|
-
id: string;
|
1016
|
-
/**
|
1017
|
-
* @description The type of match to perform
|
1018
|
-
* '=' = exact match
|
1019
|
-
* '!=' = not an exact match
|
1020
|
-
* '<' = less than match expression
|
1021
|
-
* '>' = greater than match expression
|
1022
|
-
*
|
1023
|
-
* @enum {string}
|
1024
|
-
*/
|
1025
|
-
op: "=" | "<" | ">" | "!=";
|
1026
|
-
score: number;
|
1027
|
-
};
|
1028
|
-
EnrichmentGoal: {
|
1029
|
-
/** @enum {string} */
|
1030
|
-
type: "enr";
|
1031
|
-
cat: string;
|
1032
|
-
value: string;
|
1033
|
-
/**
|
1034
|
-
* @description The type of match to perform
|
1035
|
-
* '=' = exact match
|
1036
|
-
* '!=' = not an exact match
|
1037
|
-
* '<' = less than match expression
|
1038
|
-
* '>' = greater than match expression
|
1039
|
-
*
|
1040
|
-
* @enum {string}
|
1041
|
-
*/
|
1042
|
-
op: "=" | "<" | ">" | "!=";
|
1043
|
-
score: number;
|
1044
|
-
};
|
1045
|
-
QuirkGoal: {
|
1046
|
-
/** @enum {string} */
|
1047
|
-
type: "qrk";
|
1048
|
-
id: string;
|
1049
|
-
/**
|
1050
|
-
* @description The match operator
|
1051
|
-
* '=' = exact match
|
1052
|
-
* '~' = contains match
|
1053
|
-
* '//' = regular expression match
|
1054
|
-
*
|
1055
|
-
* Any of the above can be prefixed with '!' to invert the match (i.e. != for 'not an exact match')
|
1056
|
-
*
|
1057
|
-
* @enum {string}
|
1058
|
-
*/
|
1059
|
-
op: "=" | "~" | "//" | "!=" | "!~" | "!//";
|
1060
|
-
/** @description The case sensitivity of the match. Defaults to false if unspecified. */
|
1061
|
-
cs?: boolean;
|
1062
|
-
value: string;
|
1063
|
-
};
|
1064
968
|
};
|
1065
969
|
};
|
1066
970
|
operations: {};
|
@@ -1488,6 +1392,7 @@ interface external$1 {
|
|
1488
1392
|
*/
|
1489
1393
|
dur: "s" | "p" | "t";
|
1490
1394
|
crit: external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["RootSignalCriteriaGroup"];
|
1395
|
+
conversion?: external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["Conversion"];
|
1491
1396
|
};
|
1492
1397
|
RootSignalCriteriaGroup: {
|
1493
1398
|
/**
|
@@ -1509,6 +1414,10 @@ interface external$1 {
|
|
1509
1414
|
/** @description The criteria clauses that make up this grouping of criteria */
|
1510
1415
|
clauses: (external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["SignalCriteriaGroup"] | external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["SignalCriteria"])[];
|
1511
1416
|
};
|
1417
|
+
Conversion: {
|
1418
|
+
/** @enum {string} */
|
1419
|
+
freq: "O";
|
1420
|
+
};
|
1512
1421
|
SignalCriteriaGroup: {
|
1513
1422
|
/**
|
1514
1423
|
* @description Criteria type (Group of other criteria)
|
@@ -1656,59 +1565,6 @@ interface external$1 {
|
|
1656
1565
|
/** @description Winning variation ID - if set, the test will not run and this variation is shown to all visitors (the test is closed) */
|
1657
1566
|
wv?: string;
|
1658
1567
|
};
|
1659
|
-
Goal: external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["SignalGoal"] | external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["EnrichmentGoal"] | external$1["uniform-context-types.swagger.yml"]["components"]["schemas"]["QuirkGoal"];
|
1660
|
-
SignalGoal: {
|
1661
|
-
/** @enum {string} */
|
1662
|
-
type: "sig";
|
1663
|
-
id: string;
|
1664
|
-
/**
|
1665
|
-
* @description The type of match to perform
|
1666
|
-
* '=' = exact match
|
1667
|
-
* '!=' = not an exact match
|
1668
|
-
* '<' = less than match expression
|
1669
|
-
* '>' = greater than match expression
|
1670
|
-
*
|
1671
|
-
* @enum {string}
|
1672
|
-
*/
|
1673
|
-
op: "=" | "<" | ">" | "!=";
|
1674
|
-
score: number;
|
1675
|
-
};
|
1676
|
-
EnrichmentGoal: {
|
1677
|
-
/** @enum {string} */
|
1678
|
-
type: "enr";
|
1679
|
-
cat: string;
|
1680
|
-
value: string;
|
1681
|
-
/**
|
1682
|
-
* @description The type of match to perform
|
1683
|
-
* '=' = exact match
|
1684
|
-
* '!=' = not an exact match
|
1685
|
-
* '<' = less than match expression
|
1686
|
-
* '>' = greater than match expression
|
1687
|
-
*
|
1688
|
-
* @enum {string}
|
1689
|
-
*/
|
1690
|
-
op: "=" | "<" | ">" | "!=";
|
1691
|
-
score: number;
|
1692
|
-
};
|
1693
|
-
QuirkGoal: {
|
1694
|
-
/** @enum {string} */
|
1695
|
-
type: "qrk";
|
1696
|
-
id: string;
|
1697
|
-
/**
|
1698
|
-
* @description The match operator
|
1699
|
-
* '=' = exact match
|
1700
|
-
* '~' = contains match
|
1701
|
-
* '//' = regular expression match
|
1702
|
-
*
|
1703
|
-
* Any of the above can be prefixed with '!' to invert the match (i.e. != for 'not an exact match')
|
1704
|
-
*
|
1705
|
-
* @enum {string}
|
1706
|
-
*/
|
1707
|
-
op: "=" | "~" | "//" | "!=" | "!~" | "!//";
|
1708
|
-
/** @description The case sensitivity of the match. Defaults to false if unspecified. */
|
1709
|
-
cs?: boolean;
|
1710
|
-
value: string;
|
1711
|
-
};
|
1712
1568
|
};
|
1713
1569
|
};
|
1714
1570
|
operations: {};
|
package/dist/index.d.mts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { O as OutputSeverity, L as LogDrain, C as ContextPlugin, S as ScoreVector, A as AggregateDimension, T as TransitionDataStore, a as StorageCommands, V as VisitorData, b as TransitionDataStoreOptions, D as DecayFunction, c as CriteriaEvaluator, d as StringMatch, e as VariantMatchCriteria, f as LogMessage, g as DevToolsEvents } from './types-
|
2
|
-
export { _ as AggregateDimensionInput,
|
1
|
+
import { O as OutputSeverity, L as LogDrain, C as ContextPlugin, S as ScoreVector, A as AggregateDimension, T as TransitionDataStore, a as StorageCommands, V as VisitorData, b as TransitionDataStoreOptions, D as DecayFunction, c as CriteriaEvaluator, d as StringMatch, e as VariantMatchCriteria, f as LogMessage, g as DevToolsEvents } from './types-C1eZBD3H.mjs';
|
2
|
+
export { _ as AggregateDimensionInput, a4 as BehaviorTag, h as CONTEXTUAL_EDITING_TEST_NAME, i as CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID, n as Context, l as ContextEvents, m as ContextInstance, j as ContextOptions, ay as ContextState, az as ContextStateUpdate, J as CriteriaEvaluatorParameters, I as CriteriaEvaluatorResult, am as DecayOptions, q as DevToolsActions, t as DevToolsDataEvent, r as DevToolsEvent, x as DevToolsForgetEvent, u as DevToolsHelloEvent, s as DevToolsLogEvent, w as DevToolsRawCommandsEvent, p as DevToolsState, o as DevToolsUiVersion, v as DevToolsUpdateEvent, a1 as DimensionMatch, X as EnrichmentCategory, at as EnrichmentData, aw as EventData, aA as GoalStateUpdate, as as Goals, H as GroupCriteriaEvaluator, ag as IdentifyCommand, F as LogMessageGroup, E as LogMessageSingle, y as LogMessages, G as ManifestInstance, N as ManifestV2, M as MessageCategory, B as MessageFunc, ab as ModifyScoreCommand, ac as ModifySessionScoreCommand, Y as NumberMatch, P as PersonalizationEvent, Q as PersonalizationManifest, au as PersonalizeControlVariant, a2 as PersonalizeOptions, av as PersonalizeVariants, a6 as PersonalizedResult, a5 as PersonalizedVariant, aq as Quirks, ak as SERVER_STATE_ID, aj as ServerToClientTransitionState, ad as SetConsentCommand, ah as SetControlGroupCommand, aa as SetGoalCommand, ai as SetPersonalizeVariantControlCommand, ae as SetQuirkCommand, af as SetTestCommand, z as Severity, R as Signal, W as SignalCriteria, U as SignalCriteriaGroup, K as SignalData, a9 as StorageCommand, Z as TestDefinition, k as TestEvent, $ as TestOptions, a8 as TestResult, a7 as TestVariant, ar as Tests, al as TransitionDataStoreEvents, ap as VisitorDataStore, ao as VisitorDataStoreEvents, an as VisitorDataStoreOptions, ax as emptyVisitorData, a3 as personalizeVariations, a0 as testVariations } from './types-C1eZBD3H.mjs';
|
3
3
|
import Cookies from 'js-cookie';
|
4
4
|
import 'mitt';
|
5
5
|
|
package/dist/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { O as OutputSeverity, L as LogDrain, C as ContextPlugin, S as ScoreVector, A as AggregateDimension, T as TransitionDataStore, a as StorageCommands, V as VisitorData, b as TransitionDataStoreOptions, D as DecayFunction, c as CriteriaEvaluator, d as StringMatch, e as VariantMatchCriteria, f as LogMessage, g as DevToolsEvents } from './types-
|
2
|
-
export { _ as AggregateDimensionInput,
|
1
|
+
import { O as OutputSeverity, L as LogDrain, C as ContextPlugin, S as ScoreVector, A as AggregateDimension, T as TransitionDataStore, a as StorageCommands, V as VisitorData, b as TransitionDataStoreOptions, D as DecayFunction, c as CriteriaEvaluator, d as StringMatch, e as VariantMatchCriteria, f as LogMessage, g as DevToolsEvents } from './types-C1eZBD3H.js';
|
2
|
+
export { _ as AggregateDimensionInput, a4 as BehaviorTag, h as CONTEXTUAL_EDITING_TEST_NAME, i as CONTEXTUAL_EDITING_TEST_SELECTED_VARIANT_ID, n as Context, l as ContextEvents, m as ContextInstance, j as ContextOptions, ay as ContextState, az as ContextStateUpdate, J as CriteriaEvaluatorParameters, I as CriteriaEvaluatorResult, am as DecayOptions, q as DevToolsActions, t as DevToolsDataEvent, r as DevToolsEvent, x as DevToolsForgetEvent, u as DevToolsHelloEvent, s as DevToolsLogEvent, w as DevToolsRawCommandsEvent, p as DevToolsState, o as DevToolsUiVersion, v as DevToolsUpdateEvent, a1 as DimensionMatch, X as EnrichmentCategory, at as EnrichmentData, aw as EventData, aA as GoalStateUpdate, as as Goals, H as GroupCriteriaEvaluator, ag as IdentifyCommand, F as LogMessageGroup, E as LogMessageSingle, y as LogMessages, G as ManifestInstance, N as ManifestV2, M as MessageCategory, B as MessageFunc, ab as ModifyScoreCommand, ac as ModifySessionScoreCommand, Y as NumberMatch, P as PersonalizationEvent, Q as PersonalizationManifest, au as PersonalizeControlVariant, a2 as PersonalizeOptions, av as PersonalizeVariants, a6 as PersonalizedResult, a5 as PersonalizedVariant, aq as Quirks, ak as SERVER_STATE_ID, aj as ServerToClientTransitionState, ad as SetConsentCommand, ah as SetControlGroupCommand, aa as SetGoalCommand, ai as SetPersonalizeVariantControlCommand, ae as SetQuirkCommand, af as SetTestCommand, z as Severity, R as Signal, W as SignalCriteria, U as SignalCriteriaGroup, K as SignalData, a9 as StorageCommand, Z as TestDefinition, k as TestEvent, $ as TestOptions, a8 as TestResult, a7 as TestVariant, ar as Tests, al as TransitionDataStoreEvents, ap as VisitorDataStore, ao as VisitorDataStoreEvents, an as VisitorDataStoreOptions, ax as emptyVisitorData, a3 as personalizeVariations, a0 as testVariations } from './types-C1eZBD3H.js';
|
3
3
|
import Cookies from 'js-cookie';
|
4
4
|
import 'mitt';
|
5
5
|
|