@objectstack/platform-objects 9.8.0 → 9.9.1
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/audit/index.d.mts +160 -4
- package/dist/audit/index.d.ts +160 -4
- package/dist/audit/index.js.map +1 -1
- package/dist/audit/index.mjs.map +1 -1
- package/dist/identity/index.d.mts +253 -0
- package/dist/identity/index.d.ts +253 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/system/index.d.mts +44 -0
- package/dist/system/index.d.ts +44 -0
- package/package.json +3 -3
package/dist/audit/index.d.mts
CHANGED
|
@@ -99,6 +99,7 @@ declare const SysNotification: Omit<{
|
|
|
99
99
|
currencyMode: "fixed" | "dynamic";
|
|
100
100
|
defaultCurrency: string;
|
|
101
101
|
} | undefined;
|
|
102
|
+
dimensions?: number | undefined;
|
|
102
103
|
vectorConfig?: {
|
|
103
104
|
dimensions: number;
|
|
104
105
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -683,6 +684,8 @@ declare const SysNotification: Omit<{
|
|
|
683
684
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
684
685
|
confirmText?: string | undefined;
|
|
685
686
|
successMessage?: string | undefined;
|
|
687
|
+
errorMessage?: string | undefined;
|
|
688
|
+
undoable?: boolean | undefined;
|
|
686
689
|
resultDialog?: {
|
|
687
690
|
title?: string | undefined;
|
|
688
691
|
description?: string | undefined;
|
|
@@ -830,6 +833,7 @@ declare const SysNotification: Omit<{
|
|
|
830
833
|
readonly system?: boolean | undefined;
|
|
831
834
|
readonly min?: number | undefined;
|
|
832
835
|
readonly max?: number | undefined;
|
|
836
|
+
readonly dimensions?: number | undefined;
|
|
833
837
|
readonly columnName?: string | undefined;
|
|
834
838
|
readonly searchable?: boolean | undefined;
|
|
835
839
|
readonly unique?: boolean | undefined;
|
|
@@ -984,6 +988,7 @@ declare const SysNotification: Omit<{
|
|
|
984
988
|
readonly system?: boolean | undefined;
|
|
985
989
|
readonly min?: number | undefined;
|
|
986
990
|
readonly max?: number | undefined;
|
|
991
|
+
readonly dimensions?: number | undefined;
|
|
987
992
|
readonly columnName?: string | undefined;
|
|
988
993
|
readonly searchable?: boolean | undefined;
|
|
989
994
|
readonly unique?: boolean | undefined;
|
|
@@ -1138,6 +1143,7 @@ declare const SysNotification: Omit<{
|
|
|
1138
1143
|
readonly system?: boolean | undefined;
|
|
1139
1144
|
readonly min?: number | undefined;
|
|
1140
1145
|
readonly max?: number | undefined;
|
|
1146
|
+
readonly dimensions?: number | undefined;
|
|
1141
1147
|
readonly columnName?: string | undefined;
|
|
1142
1148
|
readonly searchable?: boolean | undefined;
|
|
1143
1149
|
readonly unique?: boolean | undefined;
|
|
@@ -1292,6 +1298,7 @@ declare const SysNotification: Omit<{
|
|
|
1292
1298
|
readonly system?: boolean | undefined;
|
|
1293
1299
|
readonly min?: number | undefined;
|
|
1294
1300
|
readonly max?: number | undefined;
|
|
1301
|
+
readonly dimensions?: number | undefined;
|
|
1295
1302
|
readonly columnName?: string | undefined;
|
|
1296
1303
|
readonly searchable?: boolean | undefined;
|
|
1297
1304
|
readonly unique?: boolean | undefined;
|
|
@@ -1446,6 +1453,7 @@ declare const SysNotification: Omit<{
|
|
|
1446
1453
|
readonly system?: boolean | undefined;
|
|
1447
1454
|
readonly min?: number | undefined;
|
|
1448
1455
|
readonly max?: number | undefined;
|
|
1456
|
+
readonly dimensions?: number | undefined;
|
|
1449
1457
|
readonly columnName?: string | undefined;
|
|
1450
1458
|
readonly searchable?: boolean | undefined;
|
|
1451
1459
|
readonly unique?: boolean | undefined;
|
|
@@ -1600,6 +1608,7 @@ declare const SysNotification: Omit<{
|
|
|
1600
1608
|
readonly system?: boolean | undefined;
|
|
1601
1609
|
readonly min?: number | undefined;
|
|
1602
1610
|
readonly max?: number | undefined;
|
|
1611
|
+
readonly dimensions?: number | undefined;
|
|
1603
1612
|
readonly columnName?: string | undefined;
|
|
1604
1613
|
readonly searchable?: boolean | undefined;
|
|
1605
1614
|
readonly unique?: boolean | undefined;
|
|
@@ -1754,6 +1763,7 @@ declare const SysNotification: Omit<{
|
|
|
1754
1763
|
readonly system?: boolean | undefined;
|
|
1755
1764
|
readonly min?: number | undefined;
|
|
1756
1765
|
readonly max?: number | undefined;
|
|
1766
|
+
readonly dimensions?: number | undefined;
|
|
1757
1767
|
readonly columnName?: string | undefined;
|
|
1758
1768
|
readonly searchable?: boolean | undefined;
|
|
1759
1769
|
readonly unique?: boolean | undefined;
|
|
@@ -1908,6 +1918,7 @@ declare const SysNotification: Omit<{
|
|
|
1908
1918
|
readonly system?: boolean | undefined;
|
|
1909
1919
|
readonly min?: number | undefined;
|
|
1910
1920
|
readonly max?: number | undefined;
|
|
1921
|
+
readonly dimensions?: number | undefined;
|
|
1911
1922
|
readonly columnName?: string | undefined;
|
|
1912
1923
|
readonly searchable?: boolean | undefined;
|
|
1913
1924
|
readonly unique?: boolean | undefined;
|
|
@@ -2062,6 +2073,7 @@ declare const SysNotification: Omit<{
|
|
|
2062
2073
|
readonly system?: boolean | undefined;
|
|
2063
2074
|
readonly min?: number | undefined;
|
|
2064
2075
|
readonly max?: number | undefined;
|
|
2076
|
+
readonly dimensions?: number | undefined;
|
|
2065
2077
|
readonly columnName?: string | undefined;
|
|
2066
2078
|
readonly searchable?: boolean | undefined;
|
|
2067
2079
|
readonly unique?: boolean | undefined;
|
|
@@ -2300,6 +2312,7 @@ declare const SysAttachment: Omit<{
|
|
|
2300
2312
|
currencyMode: "fixed" | "dynamic";
|
|
2301
2313
|
defaultCurrency: string;
|
|
2302
2314
|
} | undefined;
|
|
2315
|
+
dimensions?: number | undefined;
|
|
2303
2316
|
vectorConfig?: {
|
|
2304
2317
|
dimensions: number;
|
|
2305
2318
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -2884,6 +2897,8 @@ declare const SysAttachment: Omit<{
|
|
|
2884
2897
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
2885
2898
|
confirmText?: string | undefined;
|
|
2886
2899
|
successMessage?: string | undefined;
|
|
2900
|
+
errorMessage?: string | undefined;
|
|
2901
|
+
undoable?: boolean | undefined;
|
|
2887
2902
|
resultDialog?: {
|
|
2888
2903
|
title?: string | undefined;
|
|
2889
2904
|
description?: string | undefined;
|
|
@@ -2983,6 +2998,7 @@ declare const SysAttachment: Omit<{
|
|
|
2983
2998
|
readonly system?: boolean | undefined;
|
|
2984
2999
|
readonly min?: number | undefined;
|
|
2985
3000
|
readonly max?: number | undefined;
|
|
3001
|
+
readonly dimensions?: number | undefined;
|
|
2986
3002
|
readonly columnName?: string | undefined;
|
|
2987
3003
|
readonly searchable?: boolean | undefined;
|
|
2988
3004
|
readonly unique?: boolean | undefined;
|
|
@@ -3137,6 +3153,7 @@ declare const SysAttachment: Omit<{
|
|
|
3137
3153
|
readonly system?: boolean | undefined;
|
|
3138
3154
|
readonly min?: number | undefined;
|
|
3139
3155
|
readonly max?: number | undefined;
|
|
3156
|
+
readonly dimensions?: number | undefined;
|
|
3140
3157
|
readonly columnName?: string | undefined;
|
|
3141
3158
|
readonly searchable?: boolean | undefined;
|
|
3142
3159
|
readonly unique?: boolean | undefined;
|
|
@@ -3291,6 +3308,7 @@ declare const SysAttachment: Omit<{
|
|
|
3291
3308
|
readonly system?: boolean | undefined;
|
|
3292
3309
|
readonly min?: number | undefined;
|
|
3293
3310
|
readonly max?: number | undefined;
|
|
3311
|
+
readonly dimensions?: number | undefined;
|
|
3294
3312
|
readonly columnName?: string | undefined;
|
|
3295
3313
|
readonly searchable?: boolean | undefined;
|
|
3296
3314
|
readonly unique?: boolean | undefined;
|
|
@@ -3445,6 +3463,7 @@ declare const SysAttachment: Omit<{
|
|
|
3445
3463
|
readonly system?: boolean | undefined;
|
|
3446
3464
|
readonly min?: number | undefined;
|
|
3447
3465
|
readonly max?: number | undefined;
|
|
3466
|
+
readonly dimensions?: number | undefined;
|
|
3448
3467
|
readonly columnName?: string | undefined;
|
|
3449
3468
|
readonly searchable?: boolean | undefined;
|
|
3450
3469
|
readonly unique?: boolean | undefined;
|
|
@@ -3599,6 +3618,7 @@ declare const SysAttachment: Omit<{
|
|
|
3599
3618
|
readonly system?: boolean | undefined;
|
|
3600
3619
|
readonly min?: number | undefined;
|
|
3601
3620
|
readonly max?: number | undefined;
|
|
3621
|
+
readonly dimensions?: number | undefined;
|
|
3602
3622
|
readonly columnName?: string | undefined;
|
|
3603
3623
|
readonly searchable?: boolean | undefined;
|
|
3604
3624
|
readonly unique?: boolean | undefined;
|
|
@@ -3753,6 +3773,7 @@ declare const SysAttachment: Omit<{
|
|
|
3753
3773
|
readonly system?: boolean | undefined;
|
|
3754
3774
|
readonly min?: number | undefined;
|
|
3755
3775
|
readonly max?: number | undefined;
|
|
3776
|
+
readonly dimensions?: number | undefined;
|
|
3756
3777
|
readonly columnName?: string | undefined;
|
|
3757
3778
|
readonly searchable?: boolean | undefined;
|
|
3758
3779
|
readonly unique?: boolean | undefined;
|
|
@@ -3907,6 +3928,7 @@ declare const SysAttachment: Omit<{
|
|
|
3907
3928
|
readonly system?: boolean | undefined;
|
|
3908
3929
|
readonly min?: number | undefined;
|
|
3909
3930
|
readonly max?: number | undefined;
|
|
3931
|
+
readonly dimensions?: number | undefined;
|
|
3910
3932
|
readonly columnName?: string | undefined;
|
|
3911
3933
|
readonly searchable?: boolean | undefined;
|
|
3912
3934
|
readonly unique?: boolean | undefined;
|
|
@@ -4061,6 +4083,7 @@ declare const SysAttachment: Omit<{
|
|
|
4061
4083
|
readonly system?: boolean | undefined;
|
|
4062
4084
|
readonly min?: number | undefined;
|
|
4063
4085
|
readonly max?: number | undefined;
|
|
4086
|
+
readonly dimensions?: number | undefined;
|
|
4064
4087
|
readonly columnName?: string | undefined;
|
|
4065
4088
|
readonly searchable?: boolean | undefined;
|
|
4066
4089
|
readonly unique?: boolean | undefined;
|
|
@@ -4215,6 +4238,7 @@ declare const SysAttachment: Omit<{
|
|
|
4215
4238
|
readonly system?: boolean | undefined;
|
|
4216
4239
|
readonly min?: number | undefined;
|
|
4217
4240
|
readonly max?: number | undefined;
|
|
4241
|
+
readonly dimensions?: number | undefined;
|
|
4218
4242
|
readonly columnName?: string | undefined;
|
|
4219
4243
|
readonly searchable?: boolean | undefined;
|
|
4220
4244
|
readonly unique?: boolean | undefined;
|
|
@@ -4369,6 +4393,7 @@ declare const SysAttachment: Omit<{
|
|
|
4369
4393
|
readonly system?: boolean | undefined;
|
|
4370
4394
|
readonly min?: number | undefined;
|
|
4371
4395
|
readonly max?: number | undefined;
|
|
4396
|
+
readonly dimensions?: number | undefined;
|
|
4372
4397
|
readonly columnName?: string | undefined;
|
|
4373
4398
|
readonly searchable?: boolean | undefined;
|
|
4374
4399
|
readonly unique?: boolean | undefined;
|
|
@@ -4523,6 +4548,7 @@ declare const SysAttachment: Omit<{
|
|
|
4523
4548
|
readonly system?: boolean | undefined;
|
|
4524
4549
|
readonly min?: number | undefined;
|
|
4525
4550
|
readonly max?: number | undefined;
|
|
4551
|
+
readonly dimensions?: number | undefined;
|
|
4526
4552
|
readonly columnName?: string | undefined;
|
|
4527
4553
|
readonly searchable?: boolean | undefined;
|
|
4528
4554
|
readonly unique?: boolean | undefined;
|
|
@@ -4677,6 +4703,7 @@ declare const SysAttachment: Omit<{
|
|
|
4677
4703
|
readonly system?: boolean | undefined;
|
|
4678
4704
|
readonly min?: number | undefined;
|
|
4679
4705
|
readonly max?: number | undefined;
|
|
4706
|
+
readonly dimensions?: number | undefined;
|
|
4680
4707
|
readonly columnName?: string | undefined;
|
|
4681
4708
|
readonly searchable?: boolean | undefined;
|
|
4682
4709
|
readonly unique?: boolean | undefined;
|
|
@@ -4831,6 +4858,7 @@ declare const SysAttachment: Omit<{
|
|
|
4831
4858
|
readonly system?: boolean | undefined;
|
|
4832
4859
|
readonly min?: number | undefined;
|
|
4833
4860
|
readonly max?: number | undefined;
|
|
4861
|
+
readonly dimensions?: number | undefined;
|
|
4834
4862
|
readonly columnName?: string | undefined;
|
|
4835
4863
|
readonly searchable?: boolean | undefined;
|
|
4836
4864
|
readonly unique?: boolean | undefined;
|
|
@@ -5072,6 +5100,7 @@ declare const SysEmail: Omit<{
|
|
|
5072
5100
|
currencyMode: "fixed" | "dynamic";
|
|
5073
5101
|
defaultCurrency: string;
|
|
5074
5102
|
} | undefined;
|
|
5103
|
+
dimensions?: number | undefined;
|
|
5075
5104
|
vectorConfig?: {
|
|
5076
5105
|
dimensions: number;
|
|
5077
5106
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -5656,6 +5685,8 @@ declare const SysEmail: Omit<{
|
|
|
5656
5685
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
5657
5686
|
confirmText?: string | undefined;
|
|
5658
5687
|
successMessage?: string | undefined;
|
|
5688
|
+
errorMessage?: string | undefined;
|
|
5689
|
+
undoable?: boolean | undefined;
|
|
5659
5690
|
resultDialog?: {
|
|
5660
5691
|
title?: string | undefined;
|
|
5661
5692
|
description?: string | undefined;
|
|
@@ -5756,6 +5787,7 @@ declare const SysEmail: Omit<{
|
|
|
5756
5787
|
readonly system?: boolean | undefined;
|
|
5757
5788
|
readonly min?: number | undefined;
|
|
5758
5789
|
readonly max?: number | undefined;
|
|
5790
|
+
readonly dimensions?: number | undefined;
|
|
5759
5791
|
readonly columnName?: string | undefined;
|
|
5760
5792
|
readonly searchable?: boolean | undefined;
|
|
5761
5793
|
readonly unique?: boolean | undefined;
|
|
@@ -5910,6 +5942,7 @@ declare const SysEmail: Omit<{
|
|
|
5910
5942
|
readonly system?: boolean | undefined;
|
|
5911
5943
|
readonly min?: number | undefined;
|
|
5912
5944
|
readonly max?: number | undefined;
|
|
5945
|
+
readonly dimensions?: number | undefined;
|
|
5913
5946
|
readonly columnName?: string | undefined;
|
|
5914
5947
|
readonly searchable?: boolean | undefined;
|
|
5915
5948
|
readonly unique?: boolean | undefined;
|
|
@@ -6064,6 +6097,7 @@ declare const SysEmail: Omit<{
|
|
|
6064
6097
|
readonly system?: boolean | undefined;
|
|
6065
6098
|
readonly min?: number | undefined;
|
|
6066
6099
|
readonly max?: number | undefined;
|
|
6100
|
+
readonly dimensions?: number | undefined;
|
|
6067
6101
|
readonly columnName?: string | undefined;
|
|
6068
6102
|
readonly searchable?: boolean | undefined;
|
|
6069
6103
|
readonly unique?: boolean | undefined;
|
|
@@ -6218,6 +6252,7 @@ declare const SysEmail: Omit<{
|
|
|
6218
6252
|
readonly system?: boolean | undefined;
|
|
6219
6253
|
readonly min?: number | undefined;
|
|
6220
6254
|
readonly max?: number | undefined;
|
|
6255
|
+
readonly dimensions?: number | undefined;
|
|
6221
6256
|
readonly columnName?: string | undefined;
|
|
6222
6257
|
readonly searchable?: boolean | undefined;
|
|
6223
6258
|
readonly unique?: boolean | undefined;
|
|
@@ -6372,6 +6407,7 @@ declare const SysEmail: Omit<{
|
|
|
6372
6407
|
readonly system?: boolean | undefined;
|
|
6373
6408
|
readonly min?: number | undefined;
|
|
6374
6409
|
readonly max?: number | undefined;
|
|
6410
|
+
readonly dimensions?: number | undefined;
|
|
6375
6411
|
readonly columnName?: string | undefined;
|
|
6376
6412
|
readonly searchable?: boolean | undefined;
|
|
6377
6413
|
readonly unique?: boolean | undefined;
|
|
@@ -6526,6 +6562,7 @@ declare const SysEmail: Omit<{
|
|
|
6526
6562
|
readonly system?: boolean | undefined;
|
|
6527
6563
|
readonly min?: number | undefined;
|
|
6528
6564
|
readonly max?: number | undefined;
|
|
6565
|
+
readonly dimensions?: number | undefined;
|
|
6529
6566
|
readonly columnName?: string | undefined;
|
|
6530
6567
|
readonly searchable?: boolean | undefined;
|
|
6531
6568
|
readonly unique?: boolean | undefined;
|
|
@@ -6680,6 +6717,7 @@ declare const SysEmail: Omit<{
|
|
|
6680
6717
|
readonly system?: boolean | undefined;
|
|
6681
6718
|
readonly min?: number | undefined;
|
|
6682
6719
|
readonly max?: number | undefined;
|
|
6720
|
+
readonly dimensions?: number | undefined;
|
|
6683
6721
|
readonly columnName?: string | undefined;
|
|
6684
6722
|
readonly searchable?: boolean | undefined;
|
|
6685
6723
|
readonly unique?: boolean | undefined;
|
|
@@ -6834,6 +6872,7 @@ declare const SysEmail: Omit<{
|
|
|
6834
6872
|
readonly system?: boolean | undefined;
|
|
6835
6873
|
readonly min?: number | undefined;
|
|
6836
6874
|
readonly max?: number | undefined;
|
|
6875
|
+
readonly dimensions?: number | undefined;
|
|
6837
6876
|
readonly columnName?: string | undefined;
|
|
6838
6877
|
readonly searchable?: boolean | undefined;
|
|
6839
6878
|
readonly unique?: boolean | undefined;
|
|
@@ -6988,6 +7027,7 @@ declare const SysEmail: Omit<{
|
|
|
6988
7027
|
readonly system?: boolean | undefined;
|
|
6989
7028
|
readonly min?: number | undefined;
|
|
6990
7029
|
readonly max?: number | undefined;
|
|
7030
|
+
readonly dimensions?: number | undefined;
|
|
6991
7031
|
readonly columnName?: string | undefined;
|
|
6992
7032
|
readonly searchable?: boolean | undefined;
|
|
6993
7033
|
readonly unique?: boolean | undefined;
|
|
@@ -7142,6 +7182,7 @@ declare const SysEmail: Omit<{
|
|
|
7142
7182
|
readonly system?: boolean | undefined;
|
|
7143
7183
|
readonly min?: number | undefined;
|
|
7144
7184
|
readonly max?: number | undefined;
|
|
7185
|
+
readonly dimensions?: number | undefined;
|
|
7145
7186
|
readonly columnName?: string | undefined;
|
|
7146
7187
|
readonly searchable?: boolean | undefined;
|
|
7147
7188
|
readonly unique?: boolean | undefined;
|
|
@@ -7296,6 +7337,7 @@ declare const SysEmail: Omit<{
|
|
|
7296
7337
|
readonly system?: boolean | undefined;
|
|
7297
7338
|
readonly min?: number | undefined;
|
|
7298
7339
|
readonly max?: number | undefined;
|
|
7340
|
+
readonly dimensions?: number | undefined;
|
|
7299
7341
|
readonly columnName?: string | undefined;
|
|
7300
7342
|
readonly searchable?: boolean | undefined;
|
|
7301
7343
|
readonly unique?: boolean | undefined;
|
|
@@ -7450,6 +7492,7 @@ declare const SysEmail: Omit<{
|
|
|
7450
7492
|
readonly system?: boolean | undefined;
|
|
7451
7493
|
readonly min?: number | undefined;
|
|
7452
7494
|
readonly max?: number | undefined;
|
|
7495
|
+
readonly dimensions?: number | undefined;
|
|
7453
7496
|
readonly columnName?: string | undefined;
|
|
7454
7497
|
readonly searchable?: boolean | undefined;
|
|
7455
7498
|
readonly unique?: boolean | undefined;
|
|
@@ -7604,6 +7647,7 @@ declare const SysEmail: Omit<{
|
|
|
7604
7647
|
readonly system?: boolean | undefined;
|
|
7605
7648
|
readonly min?: number | undefined;
|
|
7606
7649
|
readonly max?: number | undefined;
|
|
7650
|
+
readonly dimensions?: number | undefined;
|
|
7607
7651
|
readonly columnName?: string | undefined;
|
|
7608
7652
|
readonly searchable?: boolean | undefined;
|
|
7609
7653
|
readonly unique?: boolean | undefined;
|
|
@@ -7758,6 +7802,7 @@ declare const SysEmail: Omit<{
|
|
|
7758
7802
|
readonly system?: boolean | undefined;
|
|
7759
7803
|
readonly min?: number | undefined;
|
|
7760
7804
|
readonly max?: number | undefined;
|
|
7805
|
+
readonly dimensions?: number | undefined;
|
|
7761
7806
|
readonly columnName?: string | undefined;
|
|
7762
7807
|
readonly searchable?: boolean | undefined;
|
|
7763
7808
|
readonly unique?: boolean | undefined;
|
|
@@ -7912,6 +7957,7 @@ declare const SysEmail: Omit<{
|
|
|
7912
7957
|
readonly system?: boolean | undefined;
|
|
7913
7958
|
readonly min?: number | undefined;
|
|
7914
7959
|
readonly max?: number | undefined;
|
|
7960
|
+
readonly dimensions?: number | undefined;
|
|
7915
7961
|
readonly columnName?: string | undefined;
|
|
7916
7962
|
readonly searchable?: boolean | undefined;
|
|
7917
7963
|
readonly unique?: boolean | undefined;
|
|
@@ -8066,6 +8112,7 @@ declare const SysEmail: Omit<{
|
|
|
8066
8112
|
readonly system?: boolean | undefined;
|
|
8067
8113
|
readonly min?: number | undefined;
|
|
8068
8114
|
readonly max?: number | undefined;
|
|
8115
|
+
readonly dimensions?: number | undefined;
|
|
8069
8116
|
readonly columnName?: string | undefined;
|
|
8070
8117
|
readonly searchable?: boolean | undefined;
|
|
8071
8118
|
readonly unique?: boolean | undefined;
|
|
@@ -8220,6 +8267,7 @@ declare const SysEmail: Omit<{
|
|
|
8220
8267
|
readonly system?: boolean | undefined;
|
|
8221
8268
|
readonly min?: number | undefined;
|
|
8222
8269
|
readonly max?: number | undefined;
|
|
8270
|
+
readonly dimensions?: number | undefined;
|
|
8223
8271
|
readonly columnName?: string | undefined;
|
|
8224
8272
|
readonly searchable?: boolean | undefined;
|
|
8225
8273
|
readonly unique?: boolean | undefined;
|
|
@@ -8374,6 +8422,7 @@ declare const SysEmail: Omit<{
|
|
|
8374
8422
|
readonly system?: boolean | undefined;
|
|
8375
8423
|
readonly min?: number | undefined;
|
|
8376
8424
|
readonly max?: number | undefined;
|
|
8425
|
+
readonly dimensions?: number | undefined;
|
|
8377
8426
|
readonly columnName?: string | undefined;
|
|
8378
8427
|
readonly searchable?: boolean | undefined;
|
|
8379
8428
|
readonly unique?: boolean | undefined;
|
|
@@ -8528,6 +8577,7 @@ declare const SysEmail: Omit<{
|
|
|
8528
8577
|
readonly system?: boolean | undefined;
|
|
8529
8578
|
readonly min?: number | undefined;
|
|
8530
8579
|
readonly max?: number | undefined;
|
|
8580
|
+
readonly dimensions?: number | undefined;
|
|
8531
8581
|
readonly columnName?: string | undefined;
|
|
8532
8582
|
readonly searchable?: boolean | undefined;
|
|
8533
8583
|
readonly unique?: boolean | undefined;
|
|
@@ -8759,6 +8809,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
8759
8809
|
currencyMode: "fixed" | "dynamic";
|
|
8760
8810
|
defaultCurrency: string;
|
|
8761
8811
|
} | undefined;
|
|
8812
|
+
dimensions?: number | undefined;
|
|
8762
8813
|
vectorConfig?: {
|
|
8763
8814
|
dimensions: number;
|
|
8764
8815
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -9343,6 +9394,8 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9343
9394
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
9344
9395
|
confirmText?: string | undefined;
|
|
9345
9396
|
successMessage?: string | undefined;
|
|
9397
|
+
errorMessage?: string | undefined;
|
|
9398
|
+
undoable?: boolean | undefined;
|
|
9346
9399
|
resultDialog?: {
|
|
9347
9400
|
title?: string | undefined;
|
|
9348
9401
|
description?: string | undefined;
|
|
@@ -9443,6 +9496,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9443
9496
|
readonly system?: boolean | undefined;
|
|
9444
9497
|
readonly min?: number | undefined;
|
|
9445
9498
|
readonly max?: number | undefined;
|
|
9499
|
+
readonly dimensions?: number | undefined;
|
|
9446
9500
|
readonly columnName?: string | undefined;
|
|
9447
9501
|
readonly searchable?: boolean | undefined;
|
|
9448
9502
|
readonly unique?: boolean | undefined;
|
|
@@ -9597,6 +9651,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9597
9651
|
readonly system?: boolean | undefined;
|
|
9598
9652
|
readonly min?: number | undefined;
|
|
9599
9653
|
readonly max?: number | undefined;
|
|
9654
|
+
readonly dimensions?: number | undefined;
|
|
9600
9655
|
readonly columnName?: string | undefined;
|
|
9601
9656
|
readonly searchable?: boolean | undefined;
|
|
9602
9657
|
readonly unique?: boolean | undefined;
|
|
@@ -9751,6 +9806,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9751
9806
|
readonly system?: boolean | undefined;
|
|
9752
9807
|
readonly min?: number | undefined;
|
|
9753
9808
|
readonly max?: number | undefined;
|
|
9809
|
+
readonly dimensions?: number | undefined;
|
|
9754
9810
|
readonly columnName?: string | undefined;
|
|
9755
9811
|
readonly searchable?: boolean | undefined;
|
|
9756
9812
|
readonly unique?: boolean | undefined;
|
|
@@ -9905,6 +9961,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9905
9961
|
readonly system?: boolean | undefined;
|
|
9906
9962
|
readonly min?: number | undefined;
|
|
9907
9963
|
readonly max?: number | undefined;
|
|
9964
|
+
readonly dimensions?: number | undefined;
|
|
9908
9965
|
readonly columnName?: string | undefined;
|
|
9909
9966
|
readonly searchable?: boolean | undefined;
|
|
9910
9967
|
readonly unique?: boolean | undefined;
|
|
@@ -10059,6 +10116,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10059
10116
|
readonly system?: boolean | undefined;
|
|
10060
10117
|
readonly min?: number | undefined;
|
|
10061
10118
|
readonly max?: number | undefined;
|
|
10119
|
+
readonly dimensions?: number | undefined;
|
|
10062
10120
|
readonly columnName?: string | undefined;
|
|
10063
10121
|
readonly searchable?: boolean | undefined;
|
|
10064
10122
|
readonly unique?: boolean | undefined;
|
|
@@ -10213,6 +10271,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10213
10271
|
readonly system?: boolean | undefined;
|
|
10214
10272
|
readonly min?: number | undefined;
|
|
10215
10273
|
readonly max?: number | undefined;
|
|
10274
|
+
readonly dimensions?: number | undefined;
|
|
10216
10275
|
readonly columnName?: string | undefined;
|
|
10217
10276
|
readonly searchable?: boolean | undefined;
|
|
10218
10277
|
readonly unique?: boolean | undefined;
|
|
@@ -10367,6 +10426,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10367
10426
|
readonly system?: boolean | undefined;
|
|
10368
10427
|
readonly min?: number | undefined;
|
|
10369
10428
|
readonly max?: number | undefined;
|
|
10429
|
+
readonly dimensions?: number | undefined;
|
|
10370
10430
|
readonly columnName?: string | undefined;
|
|
10371
10431
|
readonly searchable?: boolean | undefined;
|
|
10372
10432
|
readonly unique?: boolean | undefined;
|
|
@@ -10521,6 +10581,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10521
10581
|
readonly system?: boolean | undefined;
|
|
10522
10582
|
readonly min?: number | undefined;
|
|
10523
10583
|
readonly max?: number | undefined;
|
|
10584
|
+
readonly dimensions?: number | undefined;
|
|
10524
10585
|
readonly columnName?: string | undefined;
|
|
10525
10586
|
readonly searchable?: boolean | undefined;
|
|
10526
10587
|
readonly unique?: boolean | undefined;
|
|
@@ -10675,6 +10736,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10675
10736
|
readonly system?: boolean | undefined;
|
|
10676
10737
|
readonly min?: number | undefined;
|
|
10677
10738
|
readonly max?: number | undefined;
|
|
10739
|
+
readonly dimensions?: number | undefined;
|
|
10678
10740
|
readonly columnName?: string | undefined;
|
|
10679
10741
|
readonly searchable?: boolean | undefined;
|
|
10680
10742
|
readonly unique?: boolean | undefined;
|
|
@@ -10829,6 +10891,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10829
10891
|
readonly system?: boolean | undefined;
|
|
10830
10892
|
readonly min?: number | undefined;
|
|
10831
10893
|
readonly max?: number | undefined;
|
|
10894
|
+
readonly dimensions?: number | undefined;
|
|
10832
10895
|
readonly columnName?: string | undefined;
|
|
10833
10896
|
readonly searchable?: boolean | undefined;
|
|
10834
10897
|
readonly unique?: boolean | undefined;
|
|
@@ -10983,6 +11046,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10983
11046
|
readonly system?: boolean | undefined;
|
|
10984
11047
|
readonly min?: number | undefined;
|
|
10985
11048
|
readonly max?: number | undefined;
|
|
11049
|
+
readonly dimensions?: number | undefined;
|
|
10986
11050
|
readonly columnName?: string | undefined;
|
|
10987
11051
|
readonly searchable?: boolean | undefined;
|
|
10988
11052
|
readonly unique?: boolean | undefined;
|
|
@@ -11137,6 +11201,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11137
11201
|
readonly system?: boolean | undefined;
|
|
11138
11202
|
readonly min?: number | undefined;
|
|
11139
11203
|
readonly max?: number | undefined;
|
|
11204
|
+
readonly dimensions?: number | undefined;
|
|
11140
11205
|
readonly columnName?: string | undefined;
|
|
11141
11206
|
readonly searchable?: boolean | undefined;
|
|
11142
11207
|
readonly unique?: boolean | undefined;
|
|
@@ -11291,6 +11356,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11291
11356
|
readonly system?: boolean | undefined;
|
|
11292
11357
|
readonly min?: number | undefined;
|
|
11293
11358
|
readonly max?: number | undefined;
|
|
11359
|
+
readonly dimensions?: number | undefined;
|
|
11294
11360
|
readonly columnName?: string | undefined;
|
|
11295
11361
|
readonly searchable?: boolean | undefined;
|
|
11296
11362
|
readonly unique?: boolean | undefined;
|
|
@@ -11445,6 +11511,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11445
11511
|
readonly system?: boolean | undefined;
|
|
11446
11512
|
readonly min?: number | undefined;
|
|
11447
11513
|
readonly max?: number | undefined;
|
|
11514
|
+
readonly dimensions?: number | undefined;
|
|
11448
11515
|
readonly columnName?: string | undefined;
|
|
11449
11516
|
readonly searchable?: boolean | undefined;
|
|
11450
11517
|
readonly unique?: boolean | undefined;
|
|
@@ -11605,6 +11672,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11605
11672
|
readonly system?: boolean | undefined;
|
|
11606
11673
|
readonly min?: number | undefined;
|
|
11607
11674
|
readonly max?: number | undefined;
|
|
11675
|
+
readonly dimensions?: number | undefined;
|
|
11608
11676
|
readonly columnName?: string | undefined;
|
|
11609
11677
|
readonly searchable?: boolean | undefined;
|
|
11610
11678
|
readonly unique?: boolean | undefined;
|
|
@@ -11759,6 +11827,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11759
11827
|
readonly system?: boolean | undefined;
|
|
11760
11828
|
readonly min?: number | undefined;
|
|
11761
11829
|
readonly max?: number | undefined;
|
|
11830
|
+
readonly dimensions?: number | undefined;
|
|
11762
11831
|
readonly columnName?: string | undefined;
|
|
11763
11832
|
readonly searchable?: boolean | undefined;
|
|
11764
11833
|
readonly unique?: boolean | undefined;
|
|
@@ -11913,6 +11982,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11913
11982
|
readonly system?: boolean | undefined;
|
|
11914
11983
|
readonly min?: number | undefined;
|
|
11915
11984
|
readonly max?: number | undefined;
|
|
11985
|
+
readonly dimensions?: number | undefined;
|
|
11916
11986
|
readonly columnName?: string | undefined;
|
|
11917
11987
|
readonly searchable?: boolean | undefined;
|
|
11918
11988
|
readonly unique?: boolean | undefined;
|
|
@@ -12152,6 +12222,7 @@ declare const SysSavedReport: Omit<{
|
|
|
12152
12222
|
currencyMode: "fixed" | "dynamic";
|
|
12153
12223
|
defaultCurrency: string;
|
|
12154
12224
|
} | undefined;
|
|
12225
|
+
dimensions?: number | undefined;
|
|
12155
12226
|
vectorConfig?: {
|
|
12156
12227
|
dimensions: number;
|
|
12157
12228
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -12736,6 +12807,8 @@ declare const SysSavedReport: Omit<{
|
|
|
12736
12807
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
12737
12808
|
confirmText?: string | undefined;
|
|
12738
12809
|
successMessage?: string | undefined;
|
|
12810
|
+
errorMessage?: string | undefined;
|
|
12811
|
+
undoable?: boolean | undefined;
|
|
12739
12812
|
resultDialog?: {
|
|
12740
12813
|
title?: string | undefined;
|
|
12741
12814
|
description?: string | undefined;
|
|
@@ -12836,6 +12909,7 @@ declare const SysSavedReport: Omit<{
|
|
|
12836
12909
|
readonly system?: boolean | undefined;
|
|
12837
12910
|
readonly min?: number | undefined;
|
|
12838
12911
|
readonly max?: number | undefined;
|
|
12912
|
+
readonly dimensions?: number | undefined;
|
|
12839
12913
|
readonly columnName?: string | undefined;
|
|
12840
12914
|
readonly searchable?: boolean | undefined;
|
|
12841
12915
|
readonly unique?: boolean | undefined;
|
|
@@ -12990,6 +13064,7 @@ declare const SysSavedReport: Omit<{
|
|
|
12990
13064
|
readonly system?: boolean | undefined;
|
|
12991
13065
|
readonly min?: number | undefined;
|
|
12992
13066
|
readonly max?: number | undefined;
|
|
13067
|
+
readonly dimensions?: number | undefined;
|
|
12993
13068
|
readonly columnName?: string | undefined;
|
|
12994
13069
|
readonly searchable?: boolean | undefined;
|
|
12995
13070
|
readonly unique?: boolean | undefined;
|
|
@@ -13144,6 +13219,7 @@ declare const SysSavedReport: Omit<{
|
|
|
13144
13219
|
readonly system?: boolean | undefined;
|
|
13145
13220
|
readonly min?: number | undefined;
|
|
13146
13221
|
readonly max?: number | undefined;
|
|
13222
|
+
readonly dimensions?: number | undefined;
|
|
13147
13223
|
readonly columnName?: string | undefined;
|
|
13148
13224
|
readonly searchable?: boolean | undefined;
|
|
13149
13225
|
readonly unique?: boolean | undefined;
|
|
@@ -13298,6 +13374,7 @@ declare const SysSavedReport: Omit<{
|
|
|
13298
13374
|
readonly system?: boolean | undefined;
|
|
13299
13375
|
readonly min?: number | undefined;
|
|
13300
13376
|
readonly max?: number | undefined;
|
|
13377
|
+
readonly dimensions?: number | undefined;
|
|
13301
13378
|
readonly columnName?: string | undefined;
|
|
13302
13379
|
readonly searchable?: boolean | undefined;
|
|
13303
13380
|
readonly unique?: boolean | undefined;
|
|
@@ -13452,6 +13529,7 @@ declare const SysSavedReport: Omit<{
|
|
|
13452
13529
|
readonly system?: boolean | undefined;
|
|
13453
13530
|
readonly min?: number | undefined;
|
|
13454
13531
|
readonly max?: number | undefined;
|
|
13532
|
+
readonly dimensions?: number | undefined;
|
|
13455
13533
|
readonly columnName?: string | undefined;
|
|
13456
13534
|
readonly searchable?: boolean | undefined;
|
|
13457
13535
|
readonly unique?: boolean | undefined;
|
|
@@ -13606,6 +13684,7 @@ declare const SysSavedReport: Omit<{
|
|
|
13606
13684
|
readonly system?: boolean | undefined;
|
|
13607
13685
|
readonly min?: number | undefined;
|
|
13608
13686
|
readonly max?: number | undefined;
|
|
13687
|
+
readonly dimensions?: number | undefined;
|
|
13609
13688
|
readonly columnName?: string | undefined;
|
|
13610
13689
|
readonly searchable?: boolean | undefined;
|
|
13611
13690
|
readonly unique?: boolean | undefined;
|
|
@@ -13760,6 +13839,7 @@ declare const SysSavedReport: Omit<{
|
|
|
13760
13839
|
readonly system?: boolean | undefined;
|
|
13761
13840
|
readonly min?: number | undefined;
|
|
13762
13841
|
readonly max?: number | undefined;
|
|
13842
|
+
readonly dimensions?: number | undefined;
|
|
13763
13843
|
readonly columnName?: string | undefined;
|
|
13764
13844
|
readonly searchable?: boolean | undefined;
|
|
13765
13845
|
readonly unique?: boolean | undefined;
|
|
@@ -13914,6 +13994,7 @@ declare const SysSavedReport: Omit<{
|
|
|
13914
13994
|
readonly system?: boolean | undefined;
|
|
13915
13995
|
readonly min?: number | undefined;
|
|
13916
13996
|
readonly max?: number | undefined;
|
|
13997
|
+
readonly dimensions?: number | undefined;
|
|
13917
13998
|
readonly columnName?: string | undefined;
|
|
13918
13999
|
readonly searchable?: boolean | undefined;
|
|
13919
14000
|
readonly unique?: boolean | undefined;
|
|
@@ -14068,6 +14149,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14068
14149
|
readonly system?: boolean | undefined;
|
|
14069
14150
|
readonly min?: number | undefined;
|
|
14070
14151
|
readonly max?: number | undefined;
|
|
14152
|
+
readonly dimensions?: number | undefined;
|
|
14071
14153
|
readonly columnName?: string | undefined;
|
|
14072
14154
|
readonly searchable?: boolean | undefined;
|
|
14073
14155
|
readonly unique?: boolean | undefined;
|
|
@@ -14222,6 +14304,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14222
14304
|
readonly system?: boolean | undefined;
|
|
14223
14305
|
readonly min?: number | undefined;
|
|
14224
14306
|
readonly max?: number | undefined;
|
|
14307
|
+
readonly dimensions?: number | undefined;
|
|
14225
14308
|
readonly columnName?: string | undefined;
|
|
14226
14309
|
readonly searchable?: boolean | undefined;
|
|
14227
14310
|
readonly unique?: boolean | undefined;
|
|
@@ -14376,6 +14459,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14376
14459
|
readonly system?: boolean | undefined;
|
|
14377
14460
|
readonly min?: number | undefined;
|
|
14378
14461
|
readonly max?: number | undefined;
|
|
14462
|
+
readonly dimensions?: number | undefined;
|
|
14379
14463
|
readonly columnName?: string | undefined;
|
|
14380
14464
|
readonly searchable?: boolean | undefined;
|
|
14381
14465
|
readonly unique?: boolean | undefined;
|
|
@@ -14524,10 +14608,11 @@ declare const SysSavedReport: Omit<{
|
|
|
14524
14608
|
* the reports plugin can deliver "daily pipeline digest" / "weekly
|
|
14525
14609
|
* lead summary" without a separate workflow.
|
|
14526
14610
|
*
|
|
14527
|
-
* Scheduling:
|
|
14528
|
-
*
|
|
14529
|
-
*
|
|
14530
|
-
*
|
|
14611
|
+
* Scheduling: `interval_minutes` (1440 = daily, 10080 = weekly) or a
|
|
14612
|
+
* `cron_expression`. When a `cron_expression` is set it wins over
|
|
14613
|
+
* `interval_minutes` and is evaluated in `timezone` (default UTC) via
|
|
14614
|
+
* croner — so "every weekday 09:00 local" is expressible. `next_run_at`
|
|
14615
|
+
* is computed from whichever applies.
|
|
14531
14616
|
*
|
|
14532
14617
|
* Delivery: when the master dispatch job ticks (every minute by
|
|
14533
14618
|
* default), every schedule with `next_run_at <= now` is loaded,
|
|
@@ -14619,6 +14704,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
14619
14704
|
currencyMode: "fixed" | "dynamic";
|
|
14620
14705
|
defaultCurrency: string;
|
|
14621
14706
|
} | undefined;
|
|
14707
|
+
dimensions?: number | undefined;
|
|
14622
14708
|
vectorConfig?: {
|
|
14623
14709
|
dimensions: number;
|
|
14624
14710
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -15203,6 +15289,8 @@ declare const SysReportSchedule: Omit<{
|
|
|
15203
15289
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
15204
15290
|
confirmText?: string | undefined;
|
|
15205
15291
|
successMessage?: string | undefined;
|
|
15292
|
+
errorMessage?: string | undefined;
|
|
15293
|
+
undoable?: boolean | undefined;
|
|
15206
15294
|
resultDialog?: {
|
|
15207
15295
|
title?: string | undefined;
|
|
15208
15296
|
description?: string | undefined;
|
|
@@ -15302,6 +15390,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
15302
15390
|
readonly system?: boolean | undefined;
|
|
15303
15391
|
readonly min?: number | undefined;
|
|
15304
15392
|
readonly max?: number | undefined;
|
|
15393
|
+
readonly dimensions?: number | undefined;
|
|
15305
15394
|
readonly columnName?: string | undefined;
|
|
15306
15395
|
readonly searchable?: boolean | undefined;
|
|
15307
15396
|
readonly unique?: boolean | undefined;
|
|
@@ -15456,6 +15545,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
15456
15545
|
readonly system?: boolean | undefined;
|
|
15457
15546
|
readonly min?: number | undefined;
|
|
15458
15547
|
readonly max?: number | undefined;
|
|
15548
|
+
readonly dimensions?: number | undefined;
|
|
15459
15549
|
readonly columnName?: string | undefined;
|
|
15460
15550
|
readonly searchable?: boolean | undefined;
|
|
15461
15551
|
readonly unique?: boolean | undefined;
|
|
@@ -15610,6 +15700,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
15610
15700
|
readonly system?: boolean | undefined;
|
|
15611
15701
|
readonly min?: number | undefined;
|
|
15612
15702
|
readonly max?: number | undefined;
|
|
15703
|
+
readonly dimensions?: number | undefined;
|
|
15613
15704
|
readonly columnName?: string | undefined;
|
|
15614
15705
|
readonly searchable?: boolean | undefined;
|
|
15615
15706
|
readonly unique?: boolean | undefined;
|
|
@@ -15764,6 +15855,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
15764
15855
|
readonly system?: boolean | undefined;
|
|
15765
15856
|
readonly min?: number | undefined;
|
|
15766
15857
|
readonly max?: number | undefined;
|
|
15858
|
+
readonly dimensions?: number | undefined;
|
|
15767
15859
|
readonly columnName?: string | undefined;
|
|
15768
15860
|
readonly searchable?: boolean | undefined;
|
|
15769
15861
|
readonly unique?: boolean | undefined;
|
|
@@ -15918,6 +16010,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
15918
16010
|
readonly system?: boolean | undefined;
|
|
15919
16011
|
readonly min?: number | undefined;
|
|
15920
16012
|
readonly max?: number | undefined;
|
|
16013
|
+
readonly dimensions?: number | undefined;
|
|
15921
16014
|
readonly columnName?: string | undefined;
|
|
15922
16015
|
readonly searchable?: boolean | undefined;
|
|
15923
16016
|
readonly unique?: boolean | undefined;
|
|
@@ -16072,6 +16165,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
16072
16165
|
readonly system?: boolean | undefined;
|
|
16073
16166
|
readonly min?: number | undefined;
|
|
16074
16167
|
readonly max?: number | undefined;
|
|
16168
|
+
readonly dimensions?: number | undefined;
|
|
16075
16169
|
readonly columnName?: string | undefined;
|
|
16076
16170
|
readonly searchable?: boolean | undefined;
|
|
16077
16171
|
readonly unique?: boolean | undefined;
|
|
@@ -16226,6 +16320,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
16226
16320
|
readonly system?: boolean | undefined;
|
|
16227
16321
|
readonly min?: number | undefined;
|
|
16228
16322
|
readonly max?: number | undefined;
|
|
16323
|
+
readonly dimensions?: number | undefined;
|
|
16229
16324
|
readonly columnName?: string | undefined;
|
|
16230
16325
|
readonly searchable?: boolean | undefined;
|
|
16231
16326
|
readonly unique?: boolean | undefined;
|
|
@@ -16380,6 +16475,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
16380
16475
|
readonly system?: boolean | undefined;
|
|
16381
16476
|
readonly min?: number | undefined;
|
|
16382
16477
|
readonly max?: number | undefined;
|
|
16478
|
+
readonly dimensions?: number | undefined;
|
|
16383
16479
|
readonly columnName?: string | undefined;
|
|
16384
16480
|
readonly searchable?: boolean | undefined;
|
|
16385
16481
|
readonly unique?: boolean | undefined;
|
|
@@ -16534,6 +16630,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
16534
16630
|
readonly system?: boolean | undefined;
|
|
16535
16631
|
readonly min?: number | undefined;
|
|
16536
16632
|
readonly max?: number | undefined;
|
|
16633
|
+
readonly dimensions?: number | undefined;
|
|
16537
16634
|
readonly columnName?: string | undefined;
|
|
16538
16635
|
readonly searchable?: boolean | undefined;
|
|
16539
16636
|
readonly unique?: boolean | undefined;
|
|
@@ -16688,6 +16785,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
16688
16785
|
readonly system?: boolean | undefined;
|
|
16689
16786
|
readonly min?: number | undefined;
|
|
16690
16787
|
readonly max?: number | undefined;
|
|
16788
|
+
readonly dimensions?: number | undefined;
|
|
16691
16789
|
readonly columnName?: string | undefined;
|
|
16692
16790
|
readonly searchable?: boolean | undefined;
|
|
16693
16791
|
readonly unique?: boolean | undefined;
|
|
@@ -16842,6 +16940,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
16842
16940
|
readonly system?: boolean | undefined;
|
|
16843
16941
|
readonly min?: number | undefined;
|
|
16844
16942
|
readonly max?: number | undefined;
|
|
16943
|
+
readonly dimensions?: number | undefined;
|
|
16845
16944
|
readonly columnName?: string | undefined;
|
|
16846
16945
|
readonly searchable?: boolean | undefined;
|
|
16847
16946
|
readonly unique?: boolean | undefined;
|
|
@@ -16996,6 +17095,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
16996
17095
|
readonly system?: boolean | undefined;
|
|
16997
17096
|
readonly min?: number | undefined;
|
|
16998
17097
|
readonly max?: number | undefined;
|
|
17098
|
+
readonly dimensions?: number | undefined;
|
|
16999
17099
|
readonly columnName?: string | undefined;
|
|
17000
17100
|
readonly searchable?: boolean | undefined;
|
|
17001
17101
|
readonly unique?: boolean | undefined;
|
|
@@ -17150,6 +17250,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17150
17250
|
readonly system?: boolean | undefined;
|
|
17151
17251
|
readonly min?: number | undefined;
|
|
17152
17252
|
readonly max?: number | undefined;
|
|
17253
|
+
readonly dimensions?: number | undefined;
|
|
17153
17254
|
readonly columnName?: string | undefined;
|
|
17154
17255
|
readonly searchable?: boolean | undefined;
|
|
17155
17256
|
readonly unique?: boolean | undefined;
|
|
@@ -17304,6 +17405,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17304
17405
|
readonly system?: boolean | undefined;
|
|
17305
17406
|
readonly min?: number | undefined;
|
|
17306
17407
|
readonly max?: number | undefined;
|
|
17408
|
+
readonly dimensions?: number | undefined;
|
|
17307
17409
|
readonly columnName?: string | undefined;
|
|
17308
17410
|
readonly searchable?: boolean | undefined;
|
|
17309
17411
|
readonly unique?: boolean | undefined;
|
|
@@ -17458,6 +17560,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17458
17560
|
readonly system?: boolean | undefined;
|
|
17459
17561
|
readonly min?: number | undefined;
|
|
17460
17562
|
readonly max?: number | undefined;
|
|
17563
|
+
readonly dimensions?: number | undefined;
|
|
17461
17564
|
readonly columnName?: string | undefined;
|
|
17462
17565
|
readonly searchable?: boolean | undefined;
|
|
17463
17566
|
readonly unique?: boolean | undefined;
|
|
@@ -17612,6 +17715,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17612
17715
|
readonly system?: boolean | undefined;
|
|
17613
17716
|
readonly min?: number | undefined;
|
|
17614
17717
|
readonly max?: number | undefined;
|
|
17718
|
+
readonly dimensions?: number | undefined;
|
|
17615
17719
|
readonly columnName?: string | undefined;
|
|
17616
17720
|
readonly searchable?: boolean | undefined;
|
|
17617
17721
|
readonly unique?: boolean | undefined;
|
|
@@ -17766,6 +17870,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17766
17870
|
readonly system?: boolean | undefined;
|
|
17767
17871
|
readonly min?: number | undefined;
|
|
17768
17872
|
readonly max?: number | undefined;
|
|
17873
|
+
readonly dimensions?: number | undefined;
|
|
17769
17874
|
readonly columnName?: string | undefined;
|
|
17770
17875
|
readonly searchable?: boolean | undefined;
|
|
17771
17876
|
readonly unique?: boolean | undefined;
|
|
@@ -17996,6 +18101,7 @@ declare const SysJob: Omit<{
|
|
|
17996
18101
|
currencyMode: "fixed" | "dynamic";
|
|
17997
18102
|
defaultCurrency: string;
|
|
17998
18103
|
} | undefined;
|
|
18104
|
+
dimensions?: number | undefined;
|
|
17999
18105
|
vectorConfig?: {
|
|
18000
18106
|
dimensions: number;
|
|
18001
18107
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -18580,6 +18686,8 @@ declare const SysJob: Omit<{
|
|
|
18580
18686
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
18581
18687
|
confirmText?: string | undefined;
|
|
18582
18688
|
successMessage?: string | undefined;
|
|
18689
|
+
errorMessage?: string | undefined;
|
|
18690
|
+
undoable?: boolean | undefined;
|
|
18583
18691
|
resultDialog?: {
|
|
18584
18692
|
title?: string | undefined;
|
|
18585
18693
|
description?: string | undefined;
|
|
@@ -18680,6 +18788,7 @@ declare const SysJob: Omit<{
|
|
|
18680
18788
|
readonly system?: boolean | undefined;
|
|
18681
18789
|
readonly min?: number | undefined;
|
|
18682
18790
|
readonly max?: number | undefined;
|
|
18791
|
+
readonly dimensions?: number | undefined;
|
|
18683
18792
|
readonly columnName?: string | undefined;
|
|
18684
18793
|
readonly searchable?: boolean | undefined;
|
|
18685
18794
|
readonly unique?: boolean | undefined;
|
|
@@ -18834,6 +18943,7 @@ declare const SysJob: Omit<{
|
|
|
18834
18943
|
readonly system?: boolean | undefined;
|
|
18835
18944
|
readonly min?: number | undefined;
|
|
18836
18945
|
readonly max?: number | undefined;
|
|
18946
|
+
readonly dimensions?: number | undefined;
|
|
18837
18947
|
readonly columnName?: string | undefined;
|
|
18838
18948
|
readonly searchable?: boolean | undefined;
|
|
18839
18949
|
readonly unique?: boolean | undefined;
|
|
@@ -18988,6 +19098,7 @@ declare const SysJob: Omit<{
|
|
|
18988
19098
|
readonly system?: boolean | undefined;
|
|
18989
19099
|
readonly min?: number | undefined;
|
|
18990
19100
|
readonly max?: number | undefined;
|
|
19101
|
+
readonly dimensions?: number | undefined;
|
|
18991
19102
|
readonly columnName?: string | undefined;
|
|
18992
19103
|
readonly searchable?: boolean | undefined;
|
|
18993
19104
|
readonly unique?: boolean | undefined;
|
|
@@ -19142,6 +19253,7 @@ declare const SysJob: Omit<{
|
|
|
19142
19253
|
readonly system?: boolean | undefined;
|
|
19143
19254
|
readonly min?: number | undefined;
|
|
19144
19255
|
readonly max?: number | undefined;
|
|
19256
|
+
readonly dimensions?: number | undefined;
|
|
19145
19257
|
readonly columnName?: string | undefined;
|
|
19146
19258
|
readonly searchable?: boolean | undefined;
|
|
19147
19259
|
readonly unique?: boolean | undefined;
|
|
@@ -19296,6 +19408,7 @@ declare const SysJob: Omit<{
|
|
|
19296
19408
|
readonly system?: boolean | undefined;
|
|
19297
19409
|
readonly min?: number | undefined;
|
|
19298
19410
|
readonly max?: number | undefined;
|
|
19411
|
+
readonly dimensions?: number | undefined;
|
|
19299
19412
|
readonly columnName?: string | undefined;
|
|
19300
19413
|
readonly searchable?: boolean | undefined;
|
|
19301
19414
|
readonly unique?: boolean | undefined;
|
|
@@ -19450,6 +19563,7 @@ declare const SysJob: Omit<{
|
|
|
19450
19563
|
readonly system?: boolean | undefined;
|
|
19451
19564
|
readonly min?: number | undefined;
|
|
19452
19565
|
readonly max?: number | undefined;
|
|
19566
|
+
readonly dimensions?: number | undefined;
|
|
19453
19567
|
readonly columnName?: string | undefined;
|
|
19454
19568
|
readonly searchable?: boolean | undefined;
|
|
19455
19569
|
readonly unique?: boolean | undefined;
|
|
@@ -19604,6 +19718,7 @@ declare const SysJob: Omit<{
|
|
|
19604
19718
|
readonly system?: boolean | undefined;
|
|
19605
19719
|
readonly min?: number | undefined;
|
|
19606
19720
|
readonly max?: number | undefined;
|
|
19721
|
+
readonly dimensions?: number | undefined;
|
|
19607
19722
|
readonly columnName?: string | undefined;
|
|
19608
19723
|
readonly searchable?: boolean | undefined;
|
|
19609
19724
|
readonly unique?: boolean | undefined;
|
|
@@ -19758,6 +19873,7 @@ declare const SysJob: Omit<{
|
|
|
19758
19873
|
readonly system?: boolean | undefined;
|
|
19759
19874
|
readonly min?: number | undefined;
|
|
19760
19875
|
readonly max?: number | undefined;
|
|
19876
|
+
readonly dimensions?: number | undefined;
|
|
19761
19877
|
readonly columnName?: string | undefined;
|
|
19762
19878
|
readonly searchable?: boolean | undefined;
|
|
19763
19879
|
readonly unique?: boolean | undefined;
|
|
@@ -19912,6 +20028,7 @@ declare const SysJob: Omit<{
|
|
|
19912
20028
|
readonly system?: boolean | undefined;
|
|
19913
20029
|
readonly min?: number | undefined;
|
|
19914
20030
|
readonly max?: number | undefined;
|
|
20031
|
+
readonly dimensions?: number | undefined;
|
|
19915
20032
|
readonly columnName?: string | undefined;
|
|
19916
20033
|
readonly searchable?: boolean | undefined;
|
|
19917
20034
|
readonly unique?: boolean | undefined;
|
|
@@ -20066,6 +20183,7 @@ declare const SysJob: Omit<{
|
|
|
20066
20183
|
readonly system?: boolean | undefined;
|
|
20067
20184
|
readonly min?: number | undefined;
|
|
20068
20185
|
readonly max?: number | undefined;
|
|
20186
|
+
readonly dimensions?: number | undefined;
|
|
20069
20187
|
readonly columnName?: string | undefined;
|
|
20070
20188
|
readonly searchable?: boolean | undefined;
|
|
20071
20189
|
readonly unique?: boolean | undefined;
|
|
@@ -20220,6 +20338,7 @@ declare const SysJob: Omit<{
|
|
|
20220
20338
|
readonly system?: boolean | undefined;
|
|
20221
20339
|
readonly min?: number | undefined;
|
|
20222
20340
|
readonly max?: number | undefined;
|
|
20341
|
+
readonly dimensions?: number | undefined;
|
|
20223
20342
|
readonly columnName?: string | undefined;
|
|
20224
20343
|
readonly searchable?: boolean | undefined;
|
|
20225
20344
|
readonly unique?: boolean | undefined;
|
|
@@ -20374,6 +20493,7 @@ declare const SysJob: Omit<{
|
|
|
20374
20493
|
readonly system?: boolean | undefined;
|
|
20375
20494
|
readonly min?: number | undefined;
|
|
20376
20495
|
readonly max?: number | undefined;
|
|
20496
|
+
readonly dimensions?: number | undefined;
|
|
20377
20497
|
readonly columnName?: string | undefined;
|
|
20378
20498
|
readonly searchable?: boolean | undefined;
|
|
20379
20499
|
readonly unique?: boolean | undefined;
|
|
@@ -20528,6 +20648,7 @@ declare const SysJob: Omit<{
|
|
|
20528
20648
|
readonly system?: boolean | undefined;
|
|
20529
20649
|
readonly min?: number | undefined;
|
|
20530
20650
|
readonly max?: number | undefined;
|
|
20651
|
+
readonly dimensions?: number | undefined;
|
|
20531
20652
|
readonly columnName?: string | undefined;
|
|
20532
20653
|
readonly searchable?: boolean | undefined;
|
|
20533
20654
|
readonly unique?: boolean | undefined;
|
|
@@ -20757,6 +20878,7 @@ declare const SysJobRun: Omit<{
|
|
|
20757
20878
|
currencyMode: "fixed" | "dynamic";
|
|
20758
20879
|
defaultCurrency: string;
|
|
20759
20880
|
} | undefined;
|
|
20881
|
+
dimensions?: number | undefined;
|
|
20760
20882
|
vectorConfig?: {
|
|
20761
20883
|
dimensions: number;
|
|
20762
20884
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -21341,6 +21463,8 @@ declare const SysJobRun: Omit<{
|
|
|
21341
21463
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
21342
21464
|
confirmText?: string | undefined;
|
|
21343
21465
|
successMessage?: string | undefined;
|
|
21466
|
+
errorMessage?: string | undefined;
|
|
21467
|
+
undoable?: boolean | undefined;
|
|
21344
21468
|
resultDialog?: {
|
|
21345
21469
|
title?: string | undefined;
|
|
21346
21470
|
description?: string | undefined;
|
|
@@ -21441,6 +21565,7 @@ declare const SysJobRun: Omit<{
|
|
|
21441
21565
|
readonly system?: boolean | undefined;
|
|
21442
21566
|
readonly min?: number | undefined;
|
|
21443
21567
|
readonly max?: number | undefined;
|
|
21568
|
+
readonly dimensions?: number | undefined;
|
|
21444
21569
|
readonly columnName?: string | undefined;
|
|
21445
21570
|
readonly searchable?: boolean | undefined;
|
|
21446
21571
|
readonly unique?: boolean | undefined;
|
|
@@ -21595,6 +21720,7 @@ declare const SysJobRun: Omit<{
|
|
|
21595
21720
|
readonly system?: boolean | undefined;
|
|
21596
21721
|
readonly min?: number | undefined;
|
|
21597
21722
|
readonly max?: number | undefined;
|
|
21723
|
+
readonly dimensions?: number | undefined;
|
|
21598
21724
|
readonly columnName?: string | undefined;
|
|
21599
21725
|
readonly searchable?: boolean | undefined;
|
|
21600
21726
|
readonly unique?: boolean | undefined;
|
|
@@ -21749,6 +21875,7 @@ declare const SysJobRun: Omit<{
|
|
|
21749
21875
|
readonly system?: boolean | undefined;
|
|
21750
21876
|
readonly min?: number | undefined;
|
|
21751
21877
|
readonly max?: number | undefined;
|
|
21878
|
+
readonly dimensions?: number | undefined;
|
|
21752
21879
|
readonly columnName?: string | undefined;
|
|
21753
21880
|
readonly searchable?: boolean | undefined;
|
|
21754
21881
|
readonly unique?: boolean | undefined;
|
|
@@ -21903,6 +22030,7 @@ declare const SysJobRun: Omit<{
|
|
|
21903
22030
|
readonly system?: boolean | undefined;
|
|
21904
22031
|
readonly min?: number | undefined;
|
|
21905
22032
|
readonly max?: number | undefined;
|
|
22033
|
+
readonly dimensions?: number | undefined;
|
|
21906
22034
|
readonly columnName?: string | undefined;
|
|
21907
22035
|
readonly searchable?: boolean | undefined;
|
|
21908
22036
|
readonly unique?: boolean | undefined;
|
|
@@ -22057,6 +22185,7 @@ declare const SysJobRun: Omit<{
|
|
|
22057
22185
|
readonly system?: boolean | undefined;
|
|
22058
22186
|
readonly min?: number | undefined;
|
|
22059
22187
|
readonly max?: number | undefined;
|
|
22188
|
+
readonly dimensions?: number | undefined;
|
|
22060
22189
|
readonly columnName?: string | undefined;
|
|
22061
22190
|
readonly searchable?: boolean | undefined;
|
|
22062
22191
|
readonly unique?: boolean | undefined;
|
|
@@ -22211,6 +22340,7 @@ declare const SysJobRun: Omit<{
|
|
|
22211
22340
|
readonly system?: boolean | undefined;
|
|
22212
22341
|
readonly min?: number | undefined;
|
|
22213
22342
|
readonly max?: number | undefined;
|
|
22343
|
+
readonly dimensions?: number | undefined;
|
|
22214
22344
|
readonly columnName?: string | undefined;
|
|
22215
22345
|
readonly searchable?: boolean | undefined;
|
|
22216
22346
|
readonly unique?: boolean | undefined;
|
|
@@ -22365,6 +22495,7 @@ declare const SysJobRun: Omit<{
|
|
|
22365
22495
|
readonly system?: boolean | undefined;
|
|
22366
22496
|
readonly min?: number | undefined;
|
|
22367
22497
|
readonly max?: number | undefined;
|
|
22498
|
+
readonly dimensions?: number | undefined;
|
|
22368
22499
|
readonly columnName?: string | undefined;
|
|
22369
22500
|
readonly searchable?: boolean | undefined;
|
|
22370
22501
|
readonly unique?: boolean | undefined;
|
|
@@ -22519,6 +22650,7 @@ declare const SysJobRun: Omit<{
|
|
|
22519
22650
|
readonly system?: boolean | undefined;
|
|
22520
22651
|
readonly min?: number | undefined;
|
|
22521
22652
|
readonly max?: number | undefined;
|
|
22653
|
+
readonly dimensions?: number | undefined;
|
|
22522
22654
|
readonly columnName?: string | undefined;
|
|
22523
22655
|
readonly searchable?: boolean | undefined;
|
|
22524
22656
|
readonly unique?: boolean | undefined;
|
|
@@ -22673,6 +22805,7 @@ declare const SysJobRun: Omit<{
|
|
|
22673
22805
|
readonly system?: boolean | undefined;
|
|
22674
22806
|
readonly min?: number | undefined;
|
|
22675
22807
|
readonly max?: number | undefined;
|
|
22808
|
+
readonly dimensions?: number | undefined;
|
|
22676
22809
|
readonly columnName?: string | undefined;
|
|
22677
22810
|
readonly searchable?: boolean | undefined;
|
|
22678
22811
|
readonly unique?: boolean | undefined;
|
|
@@ -22827,6 +22960,7 @@ declare const SysJobRun: Omit<{
|
|
|
22827
22960
|
readonly system?: boolean | undefined;
|
|
22828
22961
|
readonly min?: number | undefined;
|
|
22829
22962
|
readonly max?: number | undefined;
|
|
22963
|
+
readonly dimensions?: number | undefined;
|
|
22830
22964
|
readonly columnName?: string | undefined;
|
|
22831
22965
|
readonly searchable?: boolean | undefined;
|
|
22832
22966
|
readonly unique?: boolean | undefined;
|
|
@@ -23064,6 +23198,7 @@ declare const SysJobQueue: Omit<{
|
|
|
23064
23198
|
currencyMode: "fixed" | "dynamic";
|
|
23065
23199
|
defaultCurrency: string;
|
|
23066
23200
|
} | undefined;
|
|
23201
|
+
dimensions?: number | undefined;
|
|
23067
23202
|
vectorConfig?: {
|
|
23068
23203
|
dimensions: number;
|
|
23069
23204
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -23648,6 +23783,8 @@ declare const SysJobQueue: Omit<{
|
|
|
23648
23783
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
23649
23784
|
confirmText?: string | undefined;
|
|
23650
23785
|
successMessage?: string | undefined;
|
|
23786
|
+
errorMessage?: string | undefined;
|
|
23787
|
+
undoable?: boolean | undefined;
|
|
23651
23788
|
resultDialog?: {
|
|
23652
23789
|
title?: string | undefined;
|
|
23653
23790
|
description?: string | undefined;
|
|
@@ -23748,6 +23885,7 @@ declare const SysJobQueue: Omit<{
|
|
|
23748
23885
|
readonly system?: boolean | undefined;
|
|
23749
23886
|
readonly min?: number | undefined;
|
|
23750
23887
|
readonly max?: number | undefined;
|
|
23888
|
+
readonly dimensions?: number | undefined;
|
|
23751
23889
|
readonly columnName?: string | undefined;
|
|
23752
23890
|
readonly searchable?: boolean | undefined;
|
|
23753
23891
|
readonly unique?: boolean | undefined;
|
|
@@ -23902,6 +24040,7 @@ declare const SysJobQueue: Omit<{
|
|
|
23902
24040
|
readonly system?: boolean | undefined;
|
|
23903
24041
|
readonly min?: number | undefined;
|
|
23904
24042
|
readonly max?: number | undefined;
|
|
24043
|
+
readonly dimensions?: number | undefined;
|
|
23905
24044
|
readonly columnName?: string | undefined;
|
|
23906
24045
|
readonly searchable?: boolean | undefined;
|
|
23907
24046
|
readonly unique?: boolean | undefined;
|
|
@@ -24056,6 +24195,7 @@ declare const SysJobQueue: Omit<{
|
|
|
24056
24195
|
readonly system?: boolean | undefined;
|
|
24057
24196
|
readonly min?: number | undefined;
|
|
24058
24197
|
readonly max?: number | undefined;
|
|
24198
|
+
readonly dimensions?: number | undefined;
|
|
24059
24199
|
readonly columnName?: string | undefined;
|
|
24060
24200
|
readonly searchable?: boolean | undefined;
|
|
24061
24201
|
readonly unique?: boolean | undefined;
|
|
@@ -24210,6 +24350,7 @@ declare const SysJobQueue: Omit<{
|
|
|
24210
24350
|
readonly system?: boolean | undefined;
|
|
24211
24351
|
readonly min?: number | undefined;
|
|
24212
24352
|
readonly max?: number | undefined;
|
|
24353
|
+
readonly dimensions?: number | undefined;
|
|
24213
24354
|
readonly columnName?: string | undefined;
|
|
24214
24355
|
readonly searchable?: boolean | undefined;
|
|
24215
24356
|
readonly unique?: boolean | undefined;
|
|
@@ -24364,6 +24505,7 @@ declare const SysJobQueue: Omit<{
|
|
|
24364
24505
|
readonly system?: boolean | undefined;
|
|
24365
24506
|
readonly min?: number | undefined;
|
|
24366
24507
|
readonly max?: number | undefined;
|
|
24508
|
+
readonly dimensions?: number | undefined;
|
|
24367
24509
|
readonly columnName?: string | undefined;
|
|
24368
24510
|
readonly searchable?: boolean | undefined;
|
|
24369
24511
|
readonly unique?: boolean | undefined;
|
|
@@ -24518,6 +24660,7 @@ declare const SysJobQueue: Omit<{
|
|
|
24518
24660
|
readonly system?: boolean | undefined;
|
|
24519
24661
|
readonly min?: number | undefined;
|
|
24520
24662
|
readonly max?: number | undefined;
|
|
24663
|
+
readonly dimensions?: number | undefined;
|
|
24521
24664
|
readonly columnName?: string | undefined;
|
|
24522
24665
|
readonly searchable?: boolean | undefined;
|
|
24523
24666
|
readonly unique?: boolean | undefined;
|
|
@@ -24672,6 +24815,7 @@ declare const SysJobQueue: Omit<{
|
|
|
24672
24815
|
readonly system?: boolean | undefined;
|
|
24673
24816
|
readonly min?: number | undefined;
|
|
24674
24817
|
readonly max?: number | undefined;
|
|
24818
|
+
readonly dimensions?: number | undefined;
|
|
24675
24819
|
readonly columnName?: string | undefined;
|
|
24676
24820
|
readonly searchable?: boolean | undefined;
|
|
24677
24821
|
readonly unique?: boolean | undefined;
|
|
@@ -24826,6 +24970,7 @@ declare const SysJobQueue: Omit<{
|
|
|
24826
24970
|
readonly system?: boolean | undefined;
|
|
24827
24971
|
readonly min?: number | undefined;
|
|
24828
24972
|
readonly max?: number | undefined;
|
|
24973
|
+
readonly dimensions?: number | undefined;
|
|
24829
24974
|
readonly columnName?: string | undefined;
|
|
24830
24975
|
readonly searchable?: boolean | undefined;
|
|
24831
24976
|
readonly unique?: boolean | undefined;
|
|
@@ -24980,6 +25125,7 @@ declare const SysJobQueue: Omit<{
|
|
|
24980
25125
|
readonly system?: boolean | undefined;
|
|
24981
25126
|
readonly min?: number | undefined;
|
|
24982
25127
|
readonly max?: number | undefined;
|
|
25128
|
+
readonly dimensions?: number | undefined;
|
|
24983
25129
|
readonly columnName?: string | undefined;
|
|
24984
25130
|
readonly searchable?: boolean | undefined;
|
|
24985
25131
|
readonly unique?: boolean | undefined;
|
|
@@ -25134,6 +25280,7 @@ declare const SysJobQueue: Omit<{
|
|
|
25134
25280
|
readonly system?: boolean | undefined;
|
|
25135
25281
|
readonly min?: number | undefined;
|
|
25136
25282
|
readonly max?: number | undefined;
|
|
25283
|
+
readonly dimensions?: number | undefined;
|
|
25137
25284
|
readonly columnName?: string | undefined;
|
|
25138
25285
|
readonly searchable?: boolean | undefined;
|
|
25139
25286
|
readonly unique?: boolean | undefined;
|
|
@@ -25288,6 +25435,7 @@ declare const SysJobQueue: Omit<{
|
|
|
25288
25435
|
readonly system?: boolean | undefined;
|
|
25289
25436
|
readonly min?: number | undefined;
|
|
25290
25437
|
readonly max?: number | undefined;
|
|
25438
|
+
readonly dimensions?: number | undefined;
|
|
25291
25439
|
readonly columnName?: string | undefined;
|
|
25292
25440
|
readonly searchable?: boolean | undefined;
|
|
25293
25441
|
readonly unique?: boolean | undefined;
|
|
@@ -25442,6 +25590,7 @@ declare const SysJobQueue: Omit<{
|
|
|
25442
25590
|
readonly system?: boolean | undefined;
|
|
25443
25591
|
readonly min?: number | undefined;
|
|
25444
25592
|
readonly max?: number | undefined;
|
|
25593
|
+
readonly dimensions?: number | undefined;
|
|
25445
25594
|
readonly columnName?: string | undefined;
|
|
25446
25595
|
readonly searchable?: boolean | undefined;
|
|
25447
25596
|
readonly unique?: boolean | undefined;
|
|
@@ -25596,6 +25745,7 @@ declare const SysJobQueue: Omit<{
|
|
|
25596
25745
|
readonly system?: boolean | undefined;
|
|
25597
25746
|
readonly min?: number | undefined;
|
|
25598
25747
|
readonly max?: number | undefined;
|
|
25748
|
+
readonly dimensions?: number | undefined;
|
|
25599
25749
|
readonly columnName?: string | undefined;
|
|
25600
25750
|
readonly searchable?: boolean | undefined;
|
|
25601
25751
|
readonly unique?: boolean | undefined;
|
|
@@ -25750,6 +25900,7 @@ declare const SysJobQueue: Omit<{
|
|
|
25750
25900
|
readonly system?: boolean | undefined;
|
|
25751
25901
|
readonly min?: number | undefined;
|
|
25752
25902
|
readonly max?: number | undefined;
|
|
25903
|
+
readonly dimensions?: number | undefined;
|
|
25753
25904
|
readonly columnName?: string | undefined;
|
|
25754
25905
|
readonly searchable?: boolean | undefined;
|
|
25755
25906
|
readonly unique?: boolean | undefined;
|
|
@@ -25904,6 +26055,7 @@ declare const SysJobQueue: Omit<{
|
|
|
25904
26055
|
readonly system?: boolean | undefined;
|
|
25905
26056
|
readonly min?: number | undefined;
|
|
25906
26057
|
readonly max?: number | undefined;
|
|
26058
|
+
readonly dimensions?: number | undefined;
|
|
25907
26059
|
readonly columnName?: string | undefined;
|
|
25908
26060
|
readonly searchable?: boolean | undefined;
|
|
25909
26061
|
readonly unique?: boolean | undefined;
|
|
@@ -26058,6 +26210,7 @@ declare const SysJobQueue: Omit<{
|
|
|
26058
26210
|
readonly system?: boolean | undefined;
|
|
26059
26211
|
readonly min?: number | undefined;
|
|
26060
26212
|
readonly max?: number | undefined;
|
|
26213
|
+
readonly dimensions?: number | undefined;
|
|
26061
26214
|
readonly columnName?: string | undefined;
|
|
26062
26215
|
readonly searchable?: boolean | undefined;
|
|
26063
26216
|
readonly unique?: boolean | undefined;
|
|
@@ -26212,6 +26365,7 @@ declare const SysJobQueue: Omit<{
|
|
|
26212
26365
|
readonly system?: boolean | undefined;
|
|
26213
26366
|
readonly min?: number | undefined;
|
|
26214
26367
|
readonly max?: number | undefined;
|
|
26368
|
+
readonly dimensions?: number | undefined;
|
|
26215
26369
|
readonly columnName?: string | undefined;
|
|
26216
26370
|
readonly searchable?: boolean | undefined;
|
|
26217
26371
|
readonly unique?: boolean | undefined;
|
|
@@ -26366,6 +26520,7 @@ declare const SysJobQueue: Omit<{
|
|
|
26366
26520
|
readonly system?: boolean | undefined;
|
|
26367
26521
|
readonly min?: number | undefined;
|
|
26368
26522
|
readonly max?: number | undefined;
|
|
26523
|
+
readonly dimensions?: number | undefined;
|
|
26369
26524
|
readonly columnName?: string | undefined;
|
|
26370
26525
|
readonly searchable?: boolean | undefined;
|
|
26371
26526
|
readonly unique?: boolean | undefined;
|
|
@@ -26520,6 +26675,7 @@ declare const SysJobQueue: Omit<{
|
|
|
26520
26675
|
readonly system?: boolean | undefined;
|
|
26521
26676
|
readonly min?: number | undefined;
|
|
26522
26677
|
readonly max?: number | undefined;
|
|
26678
|
+
readonly dimensions?: number | undefined;
|
|
26523
26679
|
readonly columnName?: string | undefined;
|
|
26524
26680
|
readonly searchable?: boolean | undefined;
|
|
26525
26681
|
readonly unique?: boolean | undefined;
|