@onlive.ai/flow-client 0.1.48 → 0.1.49
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/client/client.service.cjs +2 -2
- package/client/client.service.js +2 -2
- package/client/client.service.spec.cjs +2 -2
- package/client/client.service.spec.js +2 -2
- package/client/client.types.cjs +2 -2
- package/client/client.types.d.cts +45 -45
- package/client/client.types.d.ts +45 -45
- package/client/client.types.js +2 -2
- package/flow.types.cjs +1 -1
- package/flow.types.js +1 -1
- package/index.cjs +2 -2
- package/index.js +2 -2
- package/package.json +2 -2
- package/schema-generator.cjs +1 -1
- package/schema-generator.js +1 -1
- package/tracking/tracking.service.cjs +1 -1
- package/tracking/tracking.service.js +1 -1
- package/tracking/tracking.types.cjs +1 -1
- package/tracking/tracking.types.js +1 -1
|
@@ -2539,7 +2539,7 @@ declare const Step: z.ZodObject<{
|
|
|
2539
2539
|
datetime: string;
|
|
2540
2540
|
meta?: Record<string, any> | undefined;
|
|
2541
2541
|
}>]>>;
|
|
2542
|
-
operator: z.ZodOptional<z.ZodEnum<["exists", "
|
|
2542
|
+
operator: z.ZodOptional<z.ZodEnum<["exists", "equals", "not-equals", "contains", "not-contains", "greater-than", "less-than"]>>;
|
|
2543
2543
|
}, "strip", z.ZodTypeAny, {
|
|
2544
2544
|
fieldName: string;
|
|
2545
2545
|
value?: string | number | boolean | {
|
|
@@ -2556,7 +2556,7 @@ declare const Step: z.ZodObject<{
|
|
|
2556
2556
|
datetime: string;
|
|
2557
2557
|
meta?: Record<string, any> | undefined;
|
|
2558
2558
|
} | undefined;
|
|
2559
|
-
operator?: "exists" | "
|
|
2559
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
2560
2560
|
}, {
|
|
2561
2561
|
fieldName: string;
|
|
2562
2562
|
value?: string | number | boolean | {
|
|
@@ -2573,7 +2573,7 @@ declare const Step: z.ZodObject<{
|
|
|
2573
2573
|
datetime: string;
|
|
2574
2574
|
meta?: Record<string, any> | undefined;
|
|
2575
2575
|
} | undefined;
|
|
2576
|
-
operator?: "exists" | "
|
|
2576
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
2577
2577
|
}>, "many">>;
|
|
2578
2578
|
}, "strip", z.ZodTypeAny, {
|
|
2579
2579
|
label: string;
|
|
@@ -2610,7 +2610,7 @@ declare const Step: z.ZodObject<{
|
|
|
2610
2610
|
datetime: string;
|
|
2611
2611
|
meta?: Record<string, any> | undefined;
|
|
2612
2612
|
} | undefined;
|
|
2613
|
-
operator?: "exists" | "
|
|
2613
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
2614
2614
|
}[] | undefined;
|
|
2615
2615
|
attributes?: Record<string, any> | undefined;
|
|
2616
2616
|
}, {
|
|
@@ -2648,7 +2648,7 @@ declare const Step: z.ZodObject<{
|
|
|
2648
2648
|
datetime: string;
|
|
2649
2649
|
meta?: Record<string, any> | undefined;
|
|
2650
2650
|
} | undefined;
|
|
2651
|
-
operator?: "exists" | "
|
|
2651
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
2652
2652
|
}[] | undefined;
|
|
2653
2653
|
attributes?: Record<string, any> | undefined;
|
|
2654
2654
|
}>, "many">>;
|
|
@@ -4636,7 +4636,7 @@ declare const Step: z.ZodObject<{
|
|
|
4636
4636
|
datetime: string;
|
|
4637
4637
|
meta?: Record<string, any> | undefined;
|
|
4638
4638
|
} | undefined;
|
|
4639
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
4639
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
4640
4640
|
}, {
|
|
4641
4641
|
fieldName: string;
|
|
4642
4642
|
value?: string | number | boolean | {
|
|
@@ -4653,7 +4653,7 @@ declare const Step: z.ZodObject<{
|
|
|
4653
4653
|
datetime: string;
|
|
4654
4654
|
meta?: Record<string, any> | undefined;
|
|
4655
4655
|
} | undefined;
|
|
4656
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
4656
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
4657
4657
|
}>, "many">>;
|
|
4658
4658
|
dependentBehavior: z.ZodOptional<z.ZodEnum<["hidden", "disabled"]>>;
|
|
4659
4659
|
customError: z.ZodOptional<z.ZodObject<{
|
|
@@ -4746,7 +4746,7 @@ declare const Step: z.ZodObject<{
|
|
|
4746
4746
|
datetime: string;
|
|
4747
4747
|
meta?: Record<string, any> | undefined;
|
|
4748
4748
|
} | undefined;
|
|
4749
|
-
operator?: "exists" | "
|
|
4749
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
4750
4750
|
}[] | undefined;
|
|
4751
4751
|
attributes?: Record<string, any> | undefined;
|
|
4752
4752
|
}[] | undefined;
|
|
@@ -5018,7 +5018,7 @@ declare const Step: z.ZodObject<{
|
|
|
5018
5018
|
datetime: string;
|
|
5019
5019
|
meta?: Record<string, any> | undefined;
|
|
5020
5020
|
} | undefined;
|
|
5021
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
5021
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
5022
5022
|
}[] | undefined;
|
|
5023
5023
|
dependentBehavior?: "hidden" | "disabled" | undefined;
|
|
5024
5024
|
customError?: {
|
|
@@ -5096,7 +5096,7 @@ declare const Step: z.ZodObject<{
|
|
|
5096
5096
|
datetime: string;
|
|
5097
5097
|
meta?: Record<string, any> | undefined;
|
|
5098
5098
|
} | undefined;
|
|
5099
|
-
operator?: "exists" | "
|
|
5099
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
5100
5100
|
}[] | undefined;
|
|
5101
5101
|
attributes?: Record<string, any> | undefined;
|
|
5102
5102
|
}[] | undefined;
|
|
@@ -5368,7 +5368,7 @@ declare const Step: z.ZodObject<{
|
|
|
5368
5368
|
datetime: string;
|
|
5369
5369
|
meta?: Record<string, any> | undefined;
|
|
5370
5370
|
} | undefined;
|
|
5371
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
5371
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
5372
5372
|
}[] | undefined;
|
|
5373
5373
|
dependentBehavior?: "hidden" | "disabled" | undefined;
|
|
5374
5374
|
customError?: {
|
|
@@ -5603,7 +5603,7 @@ declare const Step: z.ZodObject<{
|
|
|
5603
5603
|
datetime: string;
|
|
5604
5604
|
meta?: Record<string, any> | undefined;
|
|
5605
5605
|
} | undefined;
|
|
5606
|
-
operator?: "exists" | "
|
|
5606
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
5607
5607
|
}[] | undefined;
|
|
5608
5608
|
attributes?: Record<string, any> | undefined;
|
|
5609
5609
|
}[] | undefined;
|
|
@@ -5875,7 +5875,7 @@ declare const Step: z.ZodObject<{
|
|
|
5875
5875
|
datetime: string;
|
|
5876
5876
|
meta?: Record<string, any> | undefined;
|
|
5877
5877
|
} | undefined;
|
|
5878
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
5878
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
5879
5879
|
}[] | undefined;
|
|
5880
5880
|
dependentBehavior?: "hidden" | "disabled" | undefined;
|
|
5881
5881
|
customError?: {
|
|
@@ -6000,7 +6000,7 @@ declare const Step: z.ZodObject<{
|
|
|
6000
6000
|
datetime: string;
|
|
6001
6001
|
meta?: Record<string, any> | undefined;
|
|
6002
6002
|
} | undefined;
|
|
6003
|
-
operator?: "exists" | "
|
|
6003
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
6004
6004
|
}[] | undefined;
|
|
6005
6005
|
attributes?: Record<string, any> | undefined;
|
|
6006
6006
|
}[] | undefined;
|
|
@@ -6272,7 +6272,7 @@ declare const Step: z.ZodObject<{
|
|
|
6272
6272
|
datetime: string;
|
|
6273
6273
|
meta?: Record<string, any> | undefined;
|
|
6274
6274
|
} | undefined;
|
|
6275
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
6275
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
6276
6276
|
}[] | undefined;
|
|
6277
6277
|
dependentBehavior?: "hidden" | "disabled" | undefined;
|
|
6278
6278
|
customError?: {
|
|
@@ -6875,7 +6875,7 @@ declare const Field: z.ZodObject<{
|
|
|
6875
6875
|
datetime: string;
|
|
6876
6876
|
meta?: Record<string, any> | undefined;
|
|
6877
6877
|
}>]>>;
|
|
6878
|
-
operator: z.ZodOptional<z.ZodEnum<["exists", "
|
|
6878
|
+
operator: z.ZodOptional<z.ZodEnum<["exists", "equals", "not-equals", "contains", "not-contains", "greater-than", "less-than"]>>;
|
|
6879
6879
|
}, "strip", z.ZodTypeAny, {
|
|
6880
6880
|
fieldName: string;
|
|
6881
6881
|
value?: string | number | boolean | {
|
|
@@ -6892,7 +6892,7 @@ declare const Field: z.ZodObject<{
|
|
|
6892
6892
|
datetime: string;
|
|
6893
6893
|
meta?: Record<string, any> | undefined;
|
|
6894
6894
|
} | undefined;
|
|
6895
|
-
operator?: "exists" | "
|
|
6895
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
6896
6896
|
}, {
|
|
6897
6897
|
fieldName: string;
|
|
6898
6898
|
value?: string | number | boolean | {
|
|
@@ -6909,7 +6909,7 @@ declare const Field: z.ZodObject<{
|
|
|
6909
6909
|
datetime: string;
|
|
6910
6910
|
meta?: Record<string, any> | undefined;
|
|
6911
6911
|
} | undefined;
|
|
6912
|
-
operator?: "exists" | "
|
|
6912
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
6913
6913
|
}>, "many">>;
|
|
6914
6914
|
}, "strip", z.ZodTypeAny, {
|
|
6915
6915
|
label: string;
|
|
@@ -6946,7 +6946,7 @@ declare const Field: z.ZodObject<{
|
|
|
6946
6946
|
datetime: string;
|
|
6947
6947
|
meta?: Record<string, any> | undefined;
|
|
6948
6948
|
} | undefined;
|
|
6949
|
-
operator?: "exists" | "
|
|
6949
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
6950
6950
|
}[] | undefined;
|
|
6951
6951
|
attributes?: Record<string, any> | undefined;
|
|
6952
6952
|
}, {
|
|
@@ -6984,7 +6984,7 @@ declare const Field: z.ZodObject<{
|
|
|
6984
6984
|
datetime: string;
|
|
6985
6985
|
meta?: Record<string, any> | undefined;
|
|
6986
6986
|
} | undefined;
|
|
6987
|
-
operator?: "exists" | "
|
|
6987
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
6988
6988
|
}[] | undefined;
|
|
6989
6989
|
attributes?: Record<string, any> | undefined;
|
|
6990
6990
|
}>, "many">>;
|
|
@@ -8972,7 +8972,7 @@ declare const Field: z.ZodObject<{
|
|
|
8972
8972
|
datetime: string;
|
|
8973
8973
|
meta?: Record<string, any> | undefined;
|
|
8974
8974
|
} | undefined;
|
|
8975
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
8975
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
8976
8976
|
}, {
|
|
8977
8977
|
fieldName: string;
|
|
8978
8978
|
value?: string | number | boolean | {
|
|
@@ -8989,7 +8989,7 @@ declare const Field: z.ZodObject<{
|
|
|
8989
8989
|
datetime: string;
|
|
8990
8990
|
meta?: Record<string, any> | undefined;
|
|
8991
8991
|
} | undefined;
|
|
8992
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
8992
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
8993
8993
|
}>, "many">>;
|
|
8994
8994
|
dependentBehavior: z.ZodOptional<z.ZodEnum<["hidden", "disabled"]>>;
|
|
8995
8995
|
customError: z.ZodOptional<z.ZodObject<{
|
|
@@ -9082,7 +9082,7 @@ declare const Field: z.ZodObject<{
|
|
|
9082
9082
|
datetime: string;
|
|
9083
9083
|
meta?: Record<string, any> | undefined;
|
|
9084
9084
|
} | undefined;
|
|
9085
|
-
operator?: "exists" | "
|
|
9085
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
9086
9086
|
}[] | undefined;
|
|
9087
9087
|
attributes?: Record<string, any> | undefined;
|
|
9088
9088
|
}[] | undefined;
|
|
@@ -9354,7 +9354,7 @@ declare const Field: z.ZodObject<{
|
|
|
9354
9354
|
datetime: string;
|
|
9355
9355
|
meta?: Record<string, any> | undefined;
|
|
9356
9356
|
} | undefined;
|
|
9357
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
9357
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
9358
9358
|
}[] | undefined;
|
|
9359
9359
|
dependentBehavior?: "hidden" | "disabled" | undefined;
|
|
9360
9360
|
customError?: {
|
|
@@ -9432,7 +9432,7 @@ declare const Field: z.ZodObject<{
|
|
|
9432
9432
|
datetime: string;
|
|
9433
9433
|
meta?: Record<string, any> | undefined;
|
|
9434
9434
|
} | undefined;
|
|
9435
|
-
operator?: "exists" | "
|
|
9435
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
9436
9436
|
}[] | undefined;
|
|
9437
9437
|
attributes?: Record<string, any> | undefined;
|
|
9438
9438
|
}[] | undefined;
|
|
@@ -9704,7 +9704,7 @@ declare const Field: z.ZodObject<{
|
|
|
9704
9704
|
datetime: string;
|
|
9705
9705
|
meta?: Record<string, any> | undefined;
|
|
9706
9706
|
} | undefined;
|
|
9707
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
9707
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
9708
9708
|
}[] | undefined;
|
|
9709
9709
|
dependentBehavior?: "hidden" | "disabled" | undefined;
|
|
9710
9710
|
customError?: {
|
|
@@ -10207,7 +10207,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
10207
10207
|
datetime: string;
|
|
10208
10208
|
meta?: Record<string, any> | undefined;
|
|
10209
10209
|
}>]>>;
|
|
10210
|
-
operator: z.ZodOptional<z.ZodEnum<["exists", "
|
|
10210
|
+
operator: z.ZodOptional<z.ZodEnum<["exists", "equals", "not-equals", "contains", "not-contains", "greater-than", "less-than"]>>;
|
|
10211
10211
|
}, "strip", z.ZodTypeAny, {
|
|
10212
10212
|
fieldName: string;
|
|
10213
10213
|
value?: string | number | boolean | {
|
|
@@ -10224,7 +10224,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
10224
10224
|
datetime: string;
|
|
10225
10225
|
meta?: Record<string, any> | undefined;
|
|
10226
10226
|
} | undefined;
|
|
10227
|
-
operator?: "exists" | "
|
|
10227
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
10228
10228
|
}, {
|
|
10229
10229
|
fieldName: string;
|
|
10230
10230
|
value?: string | number | boolean | {
|
|
@@ -10241,7 +10241,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
10241
10241
|
datetime: string;
|
|
10242
10242
|
meta?: Record<string, any> | undefined;
|
|
10243
10243
|
} | undefined;
|
|
10244
|
-
operator?: "exists" | "
|
|
10244
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
10245
10245
|
}>, "many">>;
|
|
10246
10246
|
}, "strip", z.ZodTypeAny, {
|
|
10247
10247
|
label: string;
|
|
@@ -10278,7 +10278,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
10278
10278
|
datetime: string;
|
|
10279
10279
|
meta?: Record<string, any> | undefined;
|
|
10280
10280
|
} | undefined;
|
|
10281
|
-
operator?: "exists" | "
|
|
10281
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
10282
10282
|
}[] | undefined;
|
|
10283
10283
|
attributes?: Record<string, any> | undefined;
|
|
10284
10284
|
}, {
|
|
@@ -10316,7 +10316,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
10316
10316
|
datetime: string;
|
|
10317
10317
|
meta?: Record<string, any> | undefined;
|
|
10318
10318
|
} | undefined;
|
|
10319
|
-
operator?: "exists" | "
|
|
10319
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
10320
10320
|
}[] | undefined;
|
|
10321
10321
|
attributes?: Record<string, any> | undefined;
|
|
10322
10322
|
}>, "many">>;
|
|
@@ -12304,7 +12304,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
12304
12304
|
datetime: string;
|
|
12305
12305
|
meta?: Record<string, any> | undefined;
|
|
12306
12306
|
} | undefined;
|
|
12307
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
12307
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
12308
12308
|
}, {
|
|
12309
12309
|
fieldName: string;
|
|
12310
12310
|
value?: string | number | boolean | {
|
|
@@ -12321,7 +12321,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
12321
12321
|
datetime: string;
|
|
12322
12322
|
meta?: Record<string, any> | undefined;
|
|
12323
12323
|
} | undefined;
|
|
12324
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
12324
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
12325
12325
|
}>, "many">>;
|
|
12326
12326
|
dependentBehavior: z.ZodOptional<z.ZodEnum<["hidden", "disabled"]>>;
|
|
12327
12327
|
customError: z.ZodOptional<z.ZodObject<{
|
|
@@ -12414,7 +12414,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
12414
12414
|
datetime: string;
|
|
12415
12415
|
meta?: Record<string, any> | undefined;
|
|
12416
12416
|
} | undefined;
|
|
12417
|
-
operator?: "exists" | "
|
|
12417
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
12418
12418
|
}[] | undefined;
|
|
12419
12419
|
attributes?: Record<string, any> | undefined;
|
|
12420
12420
|
}[] | undefined;
|
|
@@ -12686,7 +12686,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
12686
12686
|
datetime: string;
|
|
12687
12687
|
meta?: Record<string, any> | undefined;
|
|
12688
12688
|
} | undefined;
|
|
12689
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
12689
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
12690
12690
|
}[] | undefined;
|
|
12691
12691
|
dependentBehavior?: "hidden" | "disabled" | undefined;
|
|
12692
12692
|
customError?: {
|
|
@@ -12764,7 +12764,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
12764
12764
|
datetime: string;
|
|
12765
12765
|
meta?: Record<string, any> | undefined;
|
|
12766
12766
|
} | undefined;
|
|
12767
|
-
operator?: "exists" | "
|
|
12767
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
12768
12768
|
}[] | undefined;
|
|
12769
12769
|
attributes?: Record<string, any> | undefined;
|
|
12770
12770
|
}[] | undefined;
|
|
@@ -13036,7 +13036,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
13036
13036
|
datetime: string;
|
|
13037
13037
|
meta?: Record<string, any> | undefined;
|
|
13038
13038
|
} | undefined;
|
|
13039
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
13039
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
13040
13040
|
}[] | undefined;
|
|
13041
13041
|
dependentBehavior?: "hidden" | "disabled" | undefined;
|
|
13042
13042
|
customError?: {
|
|
@@ -13271,7 +13271,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
13271
13271
|
datetime: string;
|
|
13272
13272
|
meta?: Record<string, any> | undefined;
|
|
13273
13273
|
} | undefined;
|
|
13274
|
-
operator?: "exists" | "
|
|
13274
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
13275
13275
|
}[] | undefined;
|
|
13276
13276
|
attributes?: Record<string, any> | undefined;
|
|
13277
13277
|
}[] | undefined;
|
|
@@ -13543,7 +13543,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
13543
13543
|
datetime: string;
|
|
13544
13544
|
meta?: Record<string, any> | undefined;
|
|
13545
13545
|
} | undefined;
|
|
13546
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
13546
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
13547
13547
|
}[] | undefined;
|
|
13548
13548
|
dependentBehavior?: "hidden" | "disabled" | undefined;
|
|
13549
13549
|
customError?: {
|
|
@@ -13668,7 +13668,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
13668
13668
|
datetime: string;
|
|
13669
13669
|
meta?: Record<string, any> | undefined;
|
|
13670
13670
|
} | undefined;
|
|
13671
|
-
operator?: "exists" | "
|
|
13671
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
13672
13672
|
}[] | undefined;
|
|
13673
13673
|
attributes?: Record<string, any> | undefined;
|
|
13674
13674
|
}[] | undefined;
|
|
@@ -13940,7 +13940,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
13940
13940
|
datetime: string;
|
|
13941
13941
|
meta?: Record<string, any> | undefined;
|
|
13942
13942
|
} | undefined;
|
|
13943
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
13943
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
13944
13944
|
}[] | undefined;
|
|
13945
13945
|
dependentBehavior?: "hidden" | "disabled" | undefined;
|
|
13946
13946
|
customError?: {
|
|
@@ -14099,7 +14099,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
14099
14099
|
datetime: string;
|
|
14100
14100
|
meta?: Record<string, any> | undefined;
|
|
14101
14101
|
} | undefined;
|
|
14102
|
-
operator?: "exists" | "
|
|
14102
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
14103
14103
|
}[] | undefined;
|
|
14104
14104
|
attributes?: Record<string, any> | undefined;
|
|
14105
14105
|
}[] | undefined;
|
|
@@ -14371,7 +14371,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
14371
14371
|
datetime: string;
|
|
14372
14372
|
meta?: Record<string, any> | undefined;
|
|
14373
14373
|
} | undefined;
|
|
14374
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
14374
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
14375
14375
|
}[] | undefined;
|
|
14376
14376
|
dependentBehavior?: "hidden" | "disabled" | undefined;
|
|
14377
14377
|
customError?: {
|
|
@@ -14508,7 +14508,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
14508
14508
|
datetime: string;
|
|
14509
14509
|
meta?: Record<string, any> | undefined;
|
|
14510
14510
|
} | undefined;
|
|
14511
|
-
operator?: "exists" | "
|
|
14511
|
+
operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
|
|
14512
14512
|
}[] | undefined;
|
|
14513
14513
|
attributes?: Record<string, any> | undefined;
|
|
14514
14514
|
}[] | undefined;
|
|
@@ -14780,7 +14780,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
14780
14780
|
datetime: string;
|
|
14781
14781
|
meta?: Record<string, any> | undefined;
|
|
14782
14782
|
} | undefined;
|
|
14783
|
-
operator?: "exists" | "equal" | "contains" | "not-
|
|
14783
|
+
operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
|
|
14784
14784
|
}[] | undefined;
|
|
14785
14785
|
dependentBehavior?: "hidden" | "disabled" | undefined;
|
|
14786
14786
|
customError?: {
|