@rlvt/datasources-openapi-client 1.0.161 → 1.0.162
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/build/api.d.ts +46 -43
- package/build/definitions.d.ts +1 -0
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -349,6 +349,7 @@ export default class {
|
|
|
349
349
|
indexedFields?: string[] | undefined;
|
|
350
350
|
fieldsMap?: {
|
|
351
351
|
name: string;
|
|
352
|
+
type: FieldMapType;
|
|
352
353
|
readonly primitive: ("string" & {
|
|
353
354
|
readonly?: "__readonly" | undefined;
|
|
354
355
|
}) | ("number" & {
|
|
@@ -364,7 +365,6 @@ export default class {
|
|
|
364
365
|
}) | ("number{}" & {
|
|
365
366
|
readonly?: "__readonly" | undefined;
|
|
366
367
|
});
|
|
367
|
-
type: FieldMapType;
|
|
368
368
|
selected: boolean;
|
|
369
369
|
rules: ({
|
|
370
370
|
name: "static";
|
|
@@ -592,6 +592,7 @@ export default class {
|
|
|
592
592
|
} | undefined;
|
|
593
593
|
fieldsMap?: {
|
|
594
594
|
name: string;
|
|
595
|
+
type: FieldMapType;
|
|
595
596
|
readonly primitive: ("string" & {
|
|
596
597
|
readonly?: "__readonly" | undefined;
|
|
597
598
|
}) | ("number" & {
|
|
@@ -607,7 +608,6 @@ export default class {
|
|
|
607
608
|
}) | ("number{}" & {
|
|
608
609
|
readonly?: "__readonly" | undefined;
|
|
609
610
|
});
|
|
610
|
-
type: FieldMapType;
|
|
611
611
|
selected: boolean;
|
|
612
612
|
rules: ({
|
|
613
613
|
name: "static";
|
|
@@ -801,6 +801,7 @@ export default class {
|
|
|
801
801
|
fieldsMap?: {
|
|
802
802
|
name: string;
|
|
803
803
|
sortable: boolean;
|
|
804
|
+
type: FieldMapType;
|
|
804
805
|
readonly primitive: ("string" & {
|
|
805
806
|
readonly?: "__readonly" | undefined;
|
|
806
807
|
}) | ("number" & {
|
|
@@ -816,7 +817,6 @@ export default class {
|
|
|
816
817
|
}) | ("number{}" & {
|
|
817
818
|
readonly?: "__readonly" | undefined;
|
|
818
819
|
});
|
|
819
|
-
type: FieldMapType;
|
|
820
820
|
selected: boolean;
|
|
821
821
|
rules: ({
|
|
822
822
|
name: "static";
|
|
@@ -1272,6 +1272,7 @@ export default class {
|
|
|
1272
1272
|
fieldsMap: {
|
|
1273
1273
|
name: string;
|
|
1274
1274
|
sortable: boolean;
|
|
1275
|
+
type: FieldMapType;
|
|
1275
1276
|
readonly primitive: ("string" & {
|
|
1276
1277
|
readonly?: "__readonly" | undefined;
|
|
1277
1278
|
}) | ("number" & {
|
|
@@ -1287,7 +1288,6 @@ export default class {
|
|
|
1287
1288
|
}) | ("number{}" & {
|
|
1288
1289
|
readonly?: "__readonly" | undefined;
|
|
1289
1290
|
});
|
|
1290
|
-
type: FieldMapType;
|
|
1291
1291
|
selected: boolean;
|
|
1292
1292
|
rules: ({
|
|
1293
1293
|
name: "static";
|
|
@@ -1668,6 +1668,7 @@ export default class {
|
|
|
1668
1668
|
} | undefined;
|
|
1669
1669
|
fieldsMap: {
|
|
1670
1670
|
name: string;
|
|
1671
|
+
type: FieldMapType;
|
|
1671
1672
|
readonly primitive: ("string" & {
|
|
1672
1673
|
readonly?: "__readonly" | undefined;
|
|
1673
1674
|
}) | ("number" & {
|
|
@@ -1683,7 +1684,6 @@ export default class {
|
|
|
1683
1684
|
}) | ("number{}" & {
|
|
1684
1685
|
readonly?: "__readonly" | undefined;
|
|
1685
1686
|
});
|
|
1686
|
-
type: FieldMapType;
|
|
1687
1687
|
selected: boolean;
|
|
1688
1688
|
rules: ({
|
|
1689
1689
|
name: "static";
|
|
@@ -1984,6 +1984,7 @@ export default class {
|
|
|
1984
1984
|
} | undefined;
|
|
1985
1985
|
fieldsMap: {
|
|
1986
1986
|
name: string;
|
|
1987
|
+
type: FieldMapType;
|
|
1987
1988
|
readonly primitive: ("string" & {
|
|
1988
1989
|
readonly?: "__readonly" | undefined;
|
|
1989
1990
|
}) | ("number" & {
|
|
@@ -1999,7 +2000,6 @@ export default class {
|
|
|
1999
2000
|
}) | ("number{}" & {
|
|
2000
2001
|
readonly?: "__readonly" | undefined;
|
|
2001
2002
|
});
|
|
2002
|
-
type: FieldMapType;
|
|
2003
2003
|
selected: boolean;
|
|
2004
2004
|
rules: ({
|
|
2005
2005
|
name: "static";
|
|
@@ -2376,6 +2376,7 @@ export default class {
|
|
|
2376
2376
|
};
|
|
2377
2377
|
fieldsMap: {
|
|
2378
2378
|
name: string;
|
|
2379
|
+
type: FieldMapType;
|
|
2379
2380
|
readonly primitive: ("string" & {
|
|
2380
2381
|
readonly?: "__readonly" | undefined;
|
|
2381
2382
|
}) | ("number" & {
|
|
@@ -2391,7 +2392,6 @@ export default class {
|
|
|
2391
2392
|
}) | ("number{}" & {
|
|
2392
2393
|
readonly?: "__readonly" | undefined;
|
|
2393
2394
|
});
|
|
2394
|
-
type: FieldMapType;
|
|
2395
2395
|
selected: boolean;
|
|
2396
2396
|
rules: ({
|
|
2397
2397
|
name: "static";
|
|
@@ -2741,6 +2741,7 @@ export default class {
|
|
|
2741
2741
|
fieldsMap: {
|
|
2742
2742
|
name: string;
|
|
2743
2743
|
sortable: boolean;
|
|
2744
|
+
type: FieldMapType;
|
|
2744
2745
|
readonly primitive: ("string" & {
|
|
2745
2746
|
readonly?: "__readonly" | undefined;
|
|
2746
2747
|
}) | ("number" & {
|
|
@@ -2756,7 +2757,6 @@ export default class {
|
|
|
2756
2757
|
}) | ("number{}" & {
|
|
2757
2758
|
readonly?: "__readonly" | undefined;
|
|
2758
2759
|
});
|
|
2759
|
-
type: FieldMapType;
|
|
2760
2760
|
selected: boolean;
|
|
2761
2761
|
rules: ({
|
|
2762
2762
|
name: "static";
|
|
@@ -3137,6 +3137,7 @@ export default class {
|
|
|
3137
3137
|
} | undefined;
|
|
3138
3138
|
fieldsMap: {
|
|
3139
3139
|
name: string;
|
|
3140
|
+
type: FieldMapType;
|
|
3140
3141
|
readonly primitive: ("string" & {
|
|
3141
3142
|
readonly?: "__readonly" | undefined;
|
|
3142
3143
|
}) | ("number" & {
|
|
@@ -3152,7 +3153,6 @@ export default class {
|
|
|
3152
3153
|
}) | ("number{}" & {
|
|
3153
3154
|
readonly?: "__readonly" | undefined;
|
|
3154
3155
|
});
|
|
3155
|
-
type: FieldMapType;
|
|
3156
3156
|
selected: boolean;
|
|
3157
3157
|
rules: ({
|
|
3158
3158
|
name: "static";
|
|
@@ -3453,6 +3453,7 @@ export default class {
|
|
|
3453
3453
|
} | undefined;
|
|
3454
3454
|
fieldsMap: {
|
|
3455
3455
|
name: string;
|
|
3456
|
+
type: FieldMapType;
|
|
3456
3457
|
readonly primitive: ("string" & {
|
|
3457
3458
|
readonly?: "__readonly" | undefined;
|
|
3458
3459
|
}) | ("number" & {
|
|
@@ -3468,7 +3469,6 @@ export default class {
|
|
|
3468
3469
|
}) | ("number{}" & {
|
|
3469
3470
|
readonly?: "__readonly" | undefined;
|
|
3470
3471
|
});
|
|
3471
|
-
type: FieldMapType;
|
|
3472
3472
|
selected: boolean;
|
|
3473
3473
|
rules: ({
|
|
3474
3474
|
name: "static";
|
|
@@ -3845,6 +3845,7 @@ export default class {
|
|
|
3845
3845
|
};
|
|
3846
3846
|
fieldsMap: {
|
|
3847
3847
|
name: string;
|
|
3848
|
+
type: FieldMapType;
|
|
3848
3849
|
readonly primitive: ("string" & {
|
|
3849
3850
|
readonly?: "__readonly" | undefined;
|
|
3850
3851
|
}) | ("number" & {
|
|
@@ -3860,7 +3861,6 @@ export default class {
|
|
|
3860
3861
|
}) | ("number{}" & {
|
|
3861
3862
|
readonly?: "__readonly" | undefined;
|
|
3862
3863
|
});
|
|
3863
|
-
type: FieldMapType;
|
|
3864
3864
|
selected: boolean;
|
|
3865
3865
|
rules: ({
|
|
3866
3866
|
name: "static";
|
|
@@ -4196,6 +4196,7 @@ export default class {
|
|
|
4196
4196
|
fieldsMap: {
|
|
4197
4197
|
name: string;
|
|
4198
4198
|
sortable: boolean;
|
|
4199
|
+
type: FieldMapType;
|
|
4199
4200
|
readonly primitive: ("string" & {
|
|
4200
4201
|
readonly?: "__readonly" | undefined;
|
|
4201
4202
|
}) | ("number" & {
|
|
@@ -4211,7 +4212,6 @@ export default class {
|
|
|
4211
4212
|
}) | ("number{}" & {
|
|
4212
4213
|
readonly?: "__readonly" | undefined;
|
|
4213
4214
|
});
|
|
4214
|
-
type: FieldMapType;
|
|
4215
4215
|
selected: boolean;
|
|
4216
4216
|
rules: ({
|
|
4217
4217
|
name: "static";
|
|
@@ -4433,6 +4433,7 @@ export default class {
|
|
|
4433
4433
|
sortable: boolean;
|
|
4434
4434
|
enum?: (string | number)[] | undefined;
|
|
4435
4435
|
allowedOperators: ("$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$range" | "range")[];
|
|
4436
|
+
type: FieldMapType;
|
|
4436
4437
|
readonly primitive: ("string" & {
|
|
4437
4438
|
readonly?: "__readonly" | undefined;
|
|
4438
4439
|
}) | ("number" & {
|
|
@@ -4619,6 +4620,7 @@ export default class {
|
|
|
4619
4620
|
} | undefined;
|
|
4620
4621
|
fieldsMap: {
|
|
4621
4622
|
name: string;
|
|
4623
|
+
type: FieldMapType;
|
|
4622
4624
|
readonly primitive: ("string" & {
|
|
4623
4625
|
readonly?: "__readonly" | undefined;
|
|
4624
4626
|
}) | ("number" & {
|
|
@@ -4634,7 +4636,6 @@ export default class {
|
|
|
4634
4636
|
}) | ("number{}" & {
|
|
4635
4637
|
readonly?: "__readonly" | undefined;
|
|
4636
4638
|
});
|
|
4637
|
-
type: FieldMapType;
|
|
4638
4639
|
selected: boolean;
|
|
4639
4640
|
rules: ({
|
|
4640
4641
|
name: "static";
|
|
@@ -4935,6 +4936,7 @@ export default class {
|
|
|
4935
4936
|
} | undefined;
|
|
4936
4937
|
fieldsMap: {
|
|
4937
4938
|
name: string;
|
|
4939
|
+
type: FieldMapType;
|
|
4938
4940
|
readonly primitive: ("string" & {
|
|
4939
4941
|
readonly?: "__readonly" | undefined;
|
|
4940
4942
|
}) | ("number" & {
|
|
@@ -4950,7 +4952,6 @@ export default class {
|
|
|
4950
4952
|
}) | ("number{}" & {
|
|
4951
4953
|
readonly?: "__readonly" | undefined;
|
|
4952
4954
|
});
|
|
4953
|
-
type: FieldMapType;
|
|
4954
4955
|
selected: boolean;
|
|
4955
4956
|
rules: ({
|
|
4956
4957
|
name: "static";
|
|
@@ -5213,6 +5214,7 @@ export default class {
|
|
|
5213
5214
|
sortable: boolean;
|
|
5214
5215
|
enum?: (string | number)[] | undefined;
|
|
5215
5216
|
allowedOperators: ("$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$range" | "range")[];
|
|
5217
|
+
type: FieldMapType;
|
|
5216
5218
|
readonly primitive: ("string" & {
|
|
5217
5219
|
readonly?: "__readonly" | undefined;
|
|
5218
5220
|
}) | ("number" & {
|
|
@@ -5354,6 +5356,7 @@ export default class {
|
|
|
5354
5356
|
};
|
|
5355
5357
|
fieldsMap: {
|
|
5356
5358
|
name: string;
|
|
5359
|
+
type: FieldMapType;
|
|
5357
5360
|
readonly primitive: ("string" & {
|
|
5358
5361
|
readonly?: "__readonly" | undefined;
|
|
5359
5362
|
}) | ("number" & {
|
|
@@ -5369,7 +5372,6 @@ export default class {
|
|
|
5369
5372
|
}) | ("number{}" & {
|
|
5370
5373
|
readonly?: "__readonly" | undefined;
|
|
5371
5374
|
});
|
|
5372
|
-
type: FieldMapType;
|
|
5373
5375
|
selected: boolean;
|
|
5374
5376
|
rules: ({
|
|
5375
5377
|
name: "static";
|
|
@@ -5593,6 +5595,7 @@ export default class {
|
|
|
5593
5595
|
sortable: boolean;
|
|
5594
5596
|
enum?: (string | number)[] | undefined;
|
|
5595
5597
|
allowedOperators: ("$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$range" | "range")[];
|
|
5598
|
+
type: FieldMapType;
|
|
5596
5599
|
readonly primitive: ("string" & {
|
|
5597
5600
|
readonly?: "__readonly" | undefined;
|
|
5598
5601
|
}) | ("number" & {
|
|
@@ -5641,8 +5644,8 @@ export default class {
|
|
|
5641
5644
|
readonly?: "__readonly" | undefined;
|
|
5642
5645
|
};
|
|
5643
5646
|
contentVersion: number;
|
|
5644
|
-
payload: unknown;
|
|
5645
5647
|
type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty";
|
|
5648
|
+
payload: unknown;
|
|
5646
5649
|
datasourceId: string;
|
|
5647
5650
|
date: string;
|
|
5648
5651
|
level: import("./definitions").DatasourceHealth;
|
|
@@ -5742,6 +5745,7 @@ export default class {
|
|
|
5742
5745
|
name: "configure_fieldsmap";
|
|
5743
5746
|
value?: {
|
|
5744
5747
|
name: string;
|
|
5748
|
+
type: FieldMapType;
|
|
5745
5749
|
readonly primitive: ("string" & {
|
|
5746
5750
|
readonly?: "__readonly" | undefined;
|
|
5747
5751
|
}) | ("number" & {
|
|
@@ -5757,7 +5761,6 @@ export default class {
|
|
|
5757
5761
|
}) | ("number{}" & {
|
|
5758
5762
|
readonly?: "__readonly" | undefined;
|
|
5759
5763
|
});
|
|
5760
|
-
type: FieldMapType;
|
|
5761
5764
|
selected: boolean;
|
|
5762
5765
|
rules: ({
|
|
5763
5766
|
name: "static";
|
|
@@ -5877,6 +5880,7 @@ export default class {
|
|
|
5877
5880
|
name: "configure_field";
|
|
5878
5881
|
value?: {
|
|
5879
5882
|
name: string;
|
|
5883
|
+
type: FieldMapType;
|
|
5880
5884
|
readonly primitive: ("string" & {
|
|
5881
5885
|
readonly?: "__readonly" | undefined;
|
|
5882
5886
|
}) | ("number" & {
|
|
@@ -5892,7 +5896,6 @@ export default class {
|
|
|
5892
5896
|
}) | ("number{}" & {
|
|
5893
5897
|
readonly?: "__readonly" | undefined;
|
|
5894
5898
|
});
|
|
5895
|
-
type: FieldMapType;
|
|
5896
5899
|
selected: boolean;
|
|
5897
5900
|
rules: ({
|
|
5898
5901
|
name: "static";
|
|
@@ -6186,6 +6189,7 @@ export default class {
|
|
|
6186
6189
|
name: "configure_fieldsmap";
|
|
6187
6190
|
value?: {
|
|
6188
6191
|
name: string;
|
|
6192
|
+
type: FieldMapType;
|
|
6189
6193
|
readonly primitive: ("string" & {
|
|
6190
6194
|
readonly?: "__readonly" | undefined;
|
|
6191
6195
|
}) | ("number" & {
|
|
@@ -6201,7 +6205,6 @@ export default class {
|
|
|
6201
6205
|
}) | ("number{}" & {
|
|
6202
6206
|
readonly?: "__readonly" | undefined;
|
|
6203
6207
|
});
|
|
6204
|
-
type: FieldMapType;
|
|
6205
6208
|
selected: boolean;
|
|
6206
6209
|
rules: ({
|
|
6207
6210
|
name: "static";
|
|
@@ -6321,6 +6324,7 @@ export default class {
|
|
|
6321
6324
|
name: "configure_field";
|
|
6322
6325
|
value?: {
|
|
6323
6326
|
name: string;
|
|
6327
|
+
type: FieldMapType;
|
|
6324
6328
|
readonly primitive: ("string" & {
|
|
6325
6329
|
readonly?: "__readonly" | undefined;
|
|
6326
6330
|
}) | ("number" & {
|
|
@@ -6336,7 +6340,6 @@ export default class {
|
|
|
6336
6340
|
}) | ("number{}" & {
|
|
6337
6341
|
readonly?: "__readonly" | undefined;
|
|
6338
6342
|
});
|
|
6339
|
-
type: FieldMapType;
|
|
6340
6343
|
selected: boolean;
|
|
6341
6344
|
rules: ({
|
|
6342
6345
|
name: "static";
|
|
@@ -6505,6 +6508,7 @@ export default class {
|
|
|
6505
6508
|
name: "configure_fieldsmap";
|
|
6506
6509
|
value?: {
|
|
6507
6510
|
name: string;
|
|
6511
|
+
type: FieldMapType;
|
|
6508
6512
|
readonly primitive: ("string" & {
|
|
6509
6513
|
readonly?: "__readonly" | undefined;
|
|
6510
6514
|
}) | ("number" & {
|
|
@@ -6520,7 +6524,6 @@ export default class {
|
|
|
6520
6524
|
}) | ("number{}" & {
|
|
6521
6525
|
readonly?: "__readonly" | undefined;
|
|
6522
6526
|
});
|
|
6523
|
-
type: FieldMapType;
|
|
6524
6527
|
selected: boolean;
|
|
6525
6528
|
rules: ({
|
|
6526
6529
|
name: "static";
|
|
@@ -6640,6 +6643,7 @@ export default class {
|
|
|
6640
6643
|
name: "configure_field";
|
|
6641
6644
|
value?: {
|
|
6642
6645
|
name: string;
|
|
6646
|
+
type: FieldMapType;
|
|
6643
6647
|
readonly primitive: ("string" & {
|
|
6644
6648
|
readonly?: "__readonly" | undefined;
|
|
6645
6649
|
}) | ("number" & {
|
|
@@ -6655,7 +6659,6 @@ export default class {
|
|
|
6655
6659
|
}) | ("number{}" & {
|
|
6656
6660
|
readonly?: "__readonly" | undefined;
|
|
6657
6661
|
});
|
|
6658
|
-
type: FieldMapType;
|
|
6659
6662
|
selected: boolean;
|
|
6660
6663
|
rules: ({
|
|
6661
6664
|
name: "static";
|
|
@@ -6856,6 +6859,7 @@ export default class {
|
|
|
6856
6859
|
name: "configure_fieldsmap";
|
|
6857
6860
|
value?: {
|
|
6858
6861
|
name: string;
|
|
6862
|
+
type: FieldMapType;
|
|
6859
6863
|
readonly primitive: ("string" & {
|
|
6860
6864
|
readonly?: "__readonly" | undefined;
|
|
6861
6865
|
}) | ("number" & {
|
|
@@ -6871,7 +6875,6 @@ export default class {
|
|
|
6871
6875
|
}) | ("number{}" & {
|
|
6872
6876
|
readonly?: "__readonly" | undefined;
|
|
6873
6877
|
});
|
|
6874
|
-
type: FieldMapType;
|
|
6875
6878
|
selected: boolean;
|
|
6876
6879
|
rules: ({
|
|
6877
6880
|
name: "static";
|
|
@@ -6991,6 +6994,7 @@ export default class {
|
|
|
6991
6994
|
name: "configure_field";
|
|
6992
6995
|
value?: {
|
|
6993
6996
|
name: string;
|
|
6997
|
+
type: FieldMapType;
|
|
6994
6998
|
readonly primitive: ("string" & {
|
|
6995
6999
|
readonly?: "__readonly" | undefined;
|
|
6996
7000
|
}) | ("number" & {
|
|
@@ -7006,7 +7010,6 @@ export default class {
|
|
|
7006
7010
|
}) | ("number{}" & {
|
|
7007
7011
|
readonly?: "__readonly" | undefined;
|
|
7008
7012
|
});
|
|
7009
|
-
type: FieldMapType;
|
|
7010
7013
|
selected: boolean;
|
|
7011
7014
|
rules: ({
|
|
7012
7015
|
name: "static";
|
|
@@ -7300,6 +7303,7 @@ export default class {
|
|
|
7300
7303
|
name: "configure_fieldsmap";
|
|
7301
7304
|
value?: {
|
|
7302
7305
|
name: string;
|
|
7306
|
+
type: FieldMapType;
|
|
7303
7307
|
readonly primitive: ("string" & {
|
|
7304
7308
|
readonly?: "__readonly" | undefined;
|
|
7305
7309
|
}) | ("number" & {
|
|
@@ -7315,7 +7319,6 @@ export default class {
|
|
|
7315
7319
|
}) | ("number{}" & {
|
|
7316
7320
|
readonly?: "__readonly" | undefined;
|
|
7317
7321
|
});
|
|
7318
|
-
type: FieldMapType;
|
|
7319
7322
|
selected: boolean;
|
|
7320
7323
|
rules: ({
|
|
7321
7324
|
name: "static";
|
|
@@ -7435,6 +7438,7 @@ export default class {
|
|
|
7435
7438
|
name: "configure_field";
|
|
7436
7439
|
value?: {
|
|
7437
7440
|
name: string;
|
|
7441
|
+
type: FieldMapType;
|
|
7438
7442
|
readonly primitive: ("string" & {
|
|
7439
7443
|
readonly?: "__readonly" | undefined;
|
|
7440
7444
|
}) | ("number" & {
|
|
@@ -7450,7 +7454,6 @@ export default class {
|
|
|
7450
7454
|
}) | ("number{}" & {
|
|
7451
7455
|
readonly?: "__readonly" | undefined;
|
|
7452
7456
|
});
|
|
7453
|
-
type: FieldMapType;
|
|
7454
7457
|
selected: boolean;
|
|
7455
7458
|
rules: ({
|
|
7456
7459
|
name: "static";
|
|
@@ -7619,6 +7622,7 @@ export default class {
|
|
|
7619
7622
|
name: "configure_fieldsmap";
|
|
7620
7623
|
value?: {
|
|
7621
7624
|
name: string;
|
|
7625
|
+
type: FieldMapType;
|
|
7622
7626
|
readonly primitive: ("string" & {
|
|
7623
7627
|
readonly?: "__readonly" | undefined;
|
|
7624
7628
|
}) | ("number" & {
|
|
@@ -7634,7 +7638,6 @@ export default class {
|
|
|
7634
7638
|
}) | ("number{}" & {
|
|
7635
7639
|
readonly?: "__readonly" | undefined;
|
|
7636
7640
|
});
|
|
7637
|
-
type: FieldMapType;
|
|
7638
7641
|
selected: boolean;
|
|
7639
7642
|
rules: ({
|
|
7640
7643
|
name: "static";
|
|
@@ -7754,6 +7757,7 @@ export default class {
|
|
|
7754
7757
|
name: "configure_field";
|
|
7755
7758
|
value?: {
|
|
7756
7759
|
name: string;
|
|
7760
|
+
type: FieldMapType;
|
|
7757
7761
|
readonly primitive: ("string" & {
|
|
7758
7762
|
readonly?: "__readonly" | undefined;
|
|
7759
7763
|
}) | ("number" & {
|
|
@@ -7769,7 +7773,6 @@ export default class {
|
|
|
7769
7773
|
}) | ("number{}" & {
|
|
7770
7774
|
readonly?: "__readonly" | undefined;
|
|
7771
7775
|
});
|
|
7772
|
-
type: FieldMapType;
|
|
7773
7776
|
selected: boolean;
|
|
7774
7777
|
rules: ({
|
|
7775
7778
|
name: "static";
|
|
@@ -7970,6 +7973,7 @@ export default class {
|
|
|
7970
7973
|
name: "configure_fieldsmap";
|
|
7971
7974
|
value?: {
|
|
7972
7975
|
name: string;
|
|
7976
|
+
type: FieldMapType;
|
|
7973
7977
|
readonly primitive: ("string" & {
|
|
7974
7978
|
readonly?: "__readonly" | undefined;
|
|
7975
7979
|
}) | ("number" & {
|
|
@@ -7985,7 +7989,6 @@ export default class {
|
|
|
7985
7989
|
}) | ("number{}" & {
|
|
7986
7990
|
readonly?: "__readonly" | undefined;
|
|
7987
7991
|
});
|
|
7988
|
-
type: FieldMapType;
|
|
7989
7992
|
selected: boolean;
|
|
7990
7993
|
rules: ({
|
|
7991
7994
|
name: "static";
|
|
@@ -8105,6 +8108,7 @@ export default class {
|
|
|
8105
8108
|
name: "configure_field";
|
|
8106
8109
|
value?: {
|
|
8107
8110
|
name: string;
|
|
8111
|
+
type: FieldMapType;
|
|
8108
8112
|
readonly primitive: ("string" & {
|
|
8109
8113
|
readonly?: "__readonly" | undefined;
|
|
8110
8114
|
}) | ("number" & {
|
|
@@ -8120,7 +8124,6 @@ export default class {
|
|
|
8120
8124
|
}) | ("number{}" & {
|
|
8121
8125
|
readonly?: "__readonly" | undefined;
|
|
8122
8126
|
});
|
|
8123
|
-
type: FieldMapType;
|
|
8124
8127
|
selected: boolean;
|
|
8125
8128
|
rules: ({
|
|
8126
8129
|
name: "static";
|
|
@@ -8414,6 +8417,7 @@ export default class {
|
|
|
8414
8417
|
name: "configure_fieldsmap";
|
|
8415
8418
|
value?: {
|
|
8416
8419
|
name: string;
|
|
8420
|
+
type: FieldMapType;
|
|
8417
8421
|
readonly primitive: ("string" & {
|
|
8418
8422
|
readonly?: "__readonly" | undefined;
|
|
8419
8423
|
}) | ("number" & {
|
|
@@ -8429,7 +8433,6 @@ export default class {
|
|
|
8429
8433
|
}) | ("number{}" & {
|
|
8430
8434
|
readonly?: "__readonly" | undefined;
|
|
8431
8435
|
});
|
|
8432
|
-
type: FieldMapType;
|
|
8433
8436
|
selected: boolean;
|
|
8434
8437
|
rules: ({
|
|
8435
8438
|
name: "static";
|
|
@@ -8549,6 +8552,7 @@ export default class {
|
|
|
8549
8552
|
name: "configure_field";
|
|
8550
8553
|
value?: {
|
|
8551
8554
|
name: string;
|
|
8555
|
+
type: FieldMapType;
|
|
8552
8556
|
readonly primitive: ("string" & {
|
|
8553
8557
|
readonly?: "__readonly" | undefined;
|
|
8554
8558
|
}) | ("number" & {
|
|
@@ -8564,7 +8568,6 @@ export default class {
|
|
|
8564
8568
|
}) | ("number{}" & {
|
|
8565
8569
|
readonly?: "__readonly" | undefined;
|
|
8566
8570
|
});
|
|
8567
|
-
type: FieldMapType;
|
|
8568
8571
|
selected: boolean;
|
|
8569
8572
|
rules: ({
|
|
8570
8573
|
name: "static";
|
|
@@ -8733,6 +8736,7 @@ export default class {
|
|
|
8733
8736
|
name: "configure_fieldsmap";
|
|
8734
8737
|
value?: {
|
|
8735
8738
|
name: string;
|
|
8739
|
+
type: FieldMapType;
|
|
8736
8740
|
readonly primitive: ("string" & {
|
|
8737
8741
|
readonly?: "__readonly" | undefined;
|
|
8738
8742
|
}) | ("number" & {
|
|
@@ -8748,7 +8752,6 @@ export default class {
|
|
|
8748
8752
|
}) | ("number{}" & {
|
|
8749
8753
|
readonly?: "__readonly" | undefined;
|
|
8750
8754
|
});
|
|
8751
|
-
type: FieldMapType;
|
|
8752
8755
|
selected: boolean;
|
|
8753
8756
|
rules: ({
|
|
8754
8757
|
name: "static";
|
|
@@ -8868,6 +8871,7 @@ export default class {
|
|
|
8868
8871
|
name: "configure_field";
|
|
8869
8872
|
value?: {
|
|
8870
8873
|
name: string;
|
|
8874
|
+
type: FieldMapType;
|
|
8871
8875
|
readonly primitive: ("string" & {
|
|
8872
8876
|
readonly?: "__readonly" | undefined;
|
|
8873
8877
|
}) | ("number" & {
|
|
@@ -8883,7 +8887,6 @@ export default class {
|
|
|
8883
8887
|
}) | ("number{}" & {
|
|
8884
8888
|
readonly?: "__readonly" | undefined;
|
|
8885
8889
|
});
|
|
8886
|
-
type: FieldMapType;
|
|
8887
8890
|
selected: boolean;
|
|
8888
8891
|
rules: ({
|
|
8889
8892
|
name: "static";
|
|
@@ -9084,6 +9087,7 @@ export default class {
|
|
|
9084
9087
|
name: "configure_fieldsmap";
|
|
9085
9088
|
value?: {
|
|
9086
9089
|
name: string;
|
|
9090
|
+
type: FieldMapType;
|
|
9087
9091
|
readonly primitive: ("string" & {
|
|
9088
9092
|
readonly?: "__readonly" | undefined;
|
|
9089
9093
|
}) | ("number" & {
|
|
@@ -9099,7 +9103,6 @@ export default class {
|
|
|
9099
9103
|
}) | ("number{}" & {
|
|
9100
9104
|
readonly?: "__readonly" | undefined;
|
|
9101
9105
|
});
|
|
9102
|
-
type: FieldMapType;
|
|
9103
9106
|
selected: boolean;
|
|
9104
9107
|
rules: ({
|
|
9105
9108
|
name: "static";
|
|
@@ -9219,6 +9222,7 @@ export default class {
|
|
|
9219
9222
|
name: "configure_field";
|
|
9220
9223
|
value?: {
|
|
9221
9224
|
name: string;
|
|
9225
|
+
type: FieldMapType;
|
|
9222
9226
|
readonly primitive: ("string" & {
|
|
9223
9227
|
readonly?: "__readonly" | undefined;
|
|
9224
9228
|
}) | ("number" & {
|
|
@@ -9234,7 +9238,6 @@ export default class {
|
|
|
9234
9238
|
}) | ("number{}" & {
|
|
9235
9239
|
readonly?: "__readonly" | undefined;
|
|
9236
9240
|
});
|
|
9237
|
-
type: FieldMapType;
|
|
9238
9241
|
selected: boolean;
|
|
9239
9242
|
rules: ({
|
|
9240
9243
|
name: "static";
|
|
@@ -9528,6 +9531,7 @@ export default class {
|
|
|
9528
9531
|
name: "configure_fieldsmap";
|
|
9529
9532
|
value?: {
|
|
9530
9533
|
name: string;
|
|
9534
|
+
type: FieldMapType;
|
|
9531
9535
|
readonly primitive: ("string" & {
|
|
9532
9536
|
readonly?: "__readonly" | undefined;
|
|
9533
9537
|
}) | ("number" & {
|
|
@@ -9543,7 +9547,6 @@ export default class {
|
|
|
9543
9547
|
}) | ("number{}" & {
|
|
9544
9548
|
readonly?: "__readonly" | undefined;
|
|
9545
9549
|
});
|
|
9546
|
-
type: FieldMapType;
|
|
9547
9550
|
selected: boolean;
|
|
9548
9551
|
rules: ({
|
|
9549
9552
|
name: "static";
|
|
@@ -9663,6 +9666,7 @@ export default class {
|
|
|
9663
9666
|
name: "configure_field";
|
|
9664
9667
|
value?: {
|
|
9665
9668
|
name: string;
|
|
9669
|
+
type: FieldMapType;
|
|
9666
9670
|
readonly primitive: ("string" & {
|
|
9667
9671
|
readonly?: "__readonly" | undefined;
|
|
9668
9672
|
}) | ("number" & {
|
|
@@ -9678,7 +9682,6 @@ export default class {
|
|
|
9678
9682
|
}) | ("number{}" & {
|
|
9679
9683
|
readonly?: "__readonly" | undefined;
|
|
9680
9684
|
});
|
|
9681
|
-
type: FieldMapType;
|
|
9682
9685
|
selected: boolean;
|
|
9683
9686
|
rules: ({
|
|
9684
9687
|
name: "static";
|
|
@@ -9847,6 +9850,7 @@ export default class {
|
|
|
9847
9850
|
name: "configure_fieldsmap";
|
|
9848
9851
|
value?: {
|
|
9849
9852
|
name: string;
|
|
9853
|
+
type: FieldMapType;
|
|
9850
9854
|
readonly primitive: ("string" & {
|
|
9851
9855
|
readonly?: "__readonly" | undefined;
|
|
9852
9856
|
}) | ("number" & {
|
|
@@ -9862,7 +9866,6 @@ export default class {
|
|
|
9862
9866
|
}) | ("number{}" & {
|
|
9863
9867
|
readonly?: "__readonly" | undefined;
|
|
9864
9868
|
});
|
|
9865
|
-
type: FieldMapType;
|
|
9866
9869
|
selected: boolean;
|
|
9867
9870
|
rules: ({
|
|
9868
9871
|
name: "static";
|
|
@@ -9982,6 +9985,7 @@ export default class {
|
|
|
9982
9985
|
name: "configure_field";
|
|
9983
9986
|
value?: {
|
|
9984
9987
|
name: string;
|
|
9988
|
+
type: FieldMapType;
|
|
9985
9989
|
readonly primitive: ("string" & {
|
|
9986
9990
|
readonly?: "__readonly" | undefined;
|
|
9987
9991
|
}) | ("number" & {
|
|
@@ -9997,7 +10001,6 @@ export default class {
|
|
|
9997
10001
|
}) | ("number{}" & {
|
|
9998
10002
|
readonly?: "__readonly" | undefined;
|
|
9999
10003
|
});
|
|
10000
|
-
type: FieldMapType;
|
|
10001
10004
|
selected: boolean;
|
|
10002
10005
|
rules: ({
|
|
10003
10006
|
name: "static";
|
|
@@ -11289,8 +11292,8 @@ export default class {
|
|
|
11289
11292
|
readonly?: "__readonly" | undefined;
|
|
11290
11293
|
};
|
|
11291
11294
|
contentVersion: number;
|
|
11292
|
-
payload: unknown;
|
|
11293
11295
|
type: "too_many_invalid_entries" | "entries_drop_rate_too_high" | "failed_to_pull" | "fatal" | "refresh_time_too_small" | "missing_fields" | "failed_to_refresh_dependents" | "start" | "end" | "content_update" | "geocoding_address" | "geocoding_country" | "invalid_type" | "invalid_line" | "invalid_unwind_source" | "required_values_empty";
|
|
11296
|
+
payload: unknown;
|
|
11294
11297
|
datasourceId: string;
|
|
11295
11298
|
date: string;
|
|
11296
11299
|
level: import("./definitions").DatasourceHealth;
|
|
@@ -11310,6 +11313,7 @@ export default class {
|
|
|
11310
11313
|
data: {
|
|
11311
11314
|
fieldsMap: {
|
|
11312
11315
|
name: string;
|
|
11316
|
+
type: FieldMapType;
|
|
11313
11317
|
readonly primitive: ("string" & {
|
|
11314
11318
|
readonly?: "__readonly" | undefined;
|
|
11315
11319
|
}) | ("number" & {
|
|
@@ -11325,7 +11329,6 @@ export default class {
|
|
|
11325
11329
|
}) | ("number{}" & {
|
|
11326
11330
|
readonly?: "__readonly" | undefined;
|
|
11327
11331
|
});
|
|
11328
|
-
type: FieldMapType;
|
|
11329
11332
|
selected: boolean;
|
|
11330
11333
|
rules: ({
|
|
11331
11334
|
name: "static";
|
|
@@ -11507,6 +11510,7 @@ export default class {
|
|
|
11507
11510
|
data: {
|
|
11508
11511
|
fieldsMap: {
|
|
11509
11512
|
name: string;
|
|
11513
|
+
type: FieldMapType;
|
|
11510
11514
|
readonly primitive: ("string" & {
|
|
11511
11515
|
readonly?: "__readonly" | undefined;
|
|
11512
11516
|
}) | ("number" & {
|
|
@@ -11522,7 +11526,6 @@ export default class {
|
|
|
11522
11526
|
}) | ("number{}" & {
|
|
11523
11527
|
readonly?: "__readonly" | undefined;
|
|
11524
11528
|
});
|
|
11525
|
-
type: FieldMapType;
|
|
11526
11529
|
selected: boolean;
|
|
11527
11530
|
rules: ({
|
|
11528
11531
|
name: "static";
|
package/build/definitions.d.ts
CHANGED
|
@@ -1443,6 +1443,7 @@ export declare type QueriableField = {
|
|
|
1443
1443
|
enum?: (string | number)[];
|
|
1444
1444
|
allowedOperators: (("$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$range" | "range") | ("$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$range" | "range"))[];
|
|
1445
1445
|
name: string;
|
|
1446
|
+
type: FieldMapType;
|
|
1446
1447
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
1447
1448
|
};
|
|
1448
1449
|
export declare enum DatasourceType {
|
package/build/definitions.js
CHANGED
|
@@ -163,4 +163,4 @@ var DatasourceGenericSubType;
|
|
|
163
163
|
(function (DatasourceGenericSubType) {
|
|
164
164
|
DatasourceGenericSubType["USER"] = "user";
|
|
165
165
|
})(DatasourceGenericSubType = exports.DatasourceGenericSubType || (exports.DatasourceGenericSubType = {}));
|
|
166
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
166
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBNENwQixJQUFZLGtCQUtYO0FBTEQsV0FBWSxrQkFBa0I7SUFDMUIsMkNBQXFCLENBQUE7SUFDckIsK0RBQXlDLENBQUE7SUFDekMscURBQStCLENBQUE7SUFDL0IsbURBQTZCLENBQUE7QUFDakMsQ0FBQyxFQUxXLGtCQUFrQixHQUFsQiwwQkFBa0IsS0FBbEIsMEJBQWtCLFFBSzdCO0FBa0RELElBQVksY0FJWDtBQUpELFdBQVksY0FBYztJQUN0Qix1Q0FBcUIsQ0FBQTtJQUNyQixtQ0FBaUIsQ0FBQTtJQUNqQixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFKVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUl6QjtBQUVELElBQVkscUJBS1g7QUFMRCxXQUFZLHFCQUFxQjtJQUM3QiwwQ0FBaUIsQ0FBQTtJQUNqQiw4Q0FBcUIsQ0FBQTtJQUNyQix3Q0FBZSxDQUFBO0lBQ2YsOENBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUxXLHFCQUFxQixHQUFyQiw2QkFBcUIsS0FBckIsNkJBQXFCLFFBS2hDO0FBRUQsSUFBWSx3QkFJWDtBQUpELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYiwrQ0FBbUIsQ0FBQTtJQUNuQix5REFBNkIsQ0FBQTtBQUNqQyxDQUFDLEVBSlcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFJbkM7QUFFRCxJQUFZLHlCQUtYO0FBTEQsV0FBWSx5QkFBeUI7SUFDakMsMENBQWEsQ0FBQTtJQUNiLHNFQUF5QyxDQUFBO0lBQ3pDLDhDQUFpQixDQUFBO0lBQ2pCLGdEQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFMVyx5QkFBeUIsR0FBekIsaUNBQXlCLEtBQXpCLGlDQUF5QixRQUtwQztBQUVELElBQVksWUFp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
|
package/package.json
CHANGED