@rlvt/datasources-openapi-client 1.0.204 → 1.0.205
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 +70 -56
- package/build/definitions.d.ts +45 -45
- package/build/definitions.js +12 -12
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -405,6 +405,7 @@ export default class {
|
|
|
405
405
|
detectMissingFields?: boolean | undefined;
|
|
406
406
|
fieldsMap?: {
|
|
407
407
|
name: string;
|
|
408
|
+
sortable: boolean;
|
|
408
409
|
type: FieldMapType;
|
|
409
410
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & {
|
|
410
411
|
readonly?: "__readonly" | undefined;
|
|
@@ -523,6 +524,7 @@ export default class {
|
|
|
523
524
|
name: "custom";
|
|
524
525
|
})[];
|
|
525
526
|
source?: import("./definitions").FieldSource | undefined;
|
|
527
|
+
index: import("./definitions").PinotFieldIndexType;
|
|
526
528
|
}[] | undefined;
|
|
527
529
|
readonly health?: (import("./definitions").DatasourceHealth & {
|
|
528
530
|
readonly?: "__readonly" | undefined;
|
|
@@ -708,11 +710,11 @@ export default class {
|
|
|
708
710
|
params: {
|
|
709
711
|
valuePath?: string | undefined;
|
|
710
712
|
exit?: true | undefined;
|
|
711
|
-
staticValue: string | number | string[] | {
|
|
713
|
+
staticValue: string | number | string[] | number[] | {
|
|
712
714
|
[x: string]: string;
|
|
713
715
|
} | {
|
|
714
716
|
[x: string]: number;
|
|
715
|
-
}
|
|
717
|
+
};
|
|
716
718
|
};
|
|
717
719
|
name: "fallback";
|
|
718
720
|
} | {
|
|
@@ -923,11 +925,11 @@ export default class {
|
|
|
923
925
|
params: {
|
|
924
926
|
valuePath?: string | undefined;
|
|
925
927
|
exit?: true | undefined;
|
|
926
|
-
staticValue: string | number | string[] |
|
|
928
|
+
staticValue: string | number | string[] | {
|
|
927
929
|
[x: string]: string;
|
|
928
930
|
} | {
|
|
929
931
|
[x: string]: number;
|
|
930
|
-
};
|
|
932
|
+
} | number[];
|
|
931
933
|
};
|
|
932
934
|
name: "fallback";
|
|
933
935
|
} | {
|
|
@@ -1307,11 +1309,11 @@ export default class {
|
|
|
1307
1309
|
params: {
|
|
1308
1310
|
valuePath?: string | undefined;
|
|
1309
1311
|
exit?: true | undefined;
|
|
1310
|
-
staticValue: string | number | string[] |
|
|
1312
|
+
staticValue: string | number | string[] | {
|
|
1311
1313
|
[x: string]: string;
|
|
1312
1314
|
} | {
|
|
1313
1315
|
[x: string]: number;
|
|
1314
|
-
};
|
|
1316
|
+
} | number[];
|
|
1315
1317
|
};
|
|
1316
1318
|
name: "fallback";
|
|
1317
1319
|
} | {
|
|
@@ -1611,6 +1613,7 @@ export default class {
|
|
|
1611
1613
|
} | undefined;
|
|
1612
1614
|
fieldsMap: {
|
|
1613
1615
|
name: string;
|
|
1616
|
+
sortable: boolean;
|
|
1614
1617
|
type: FieldMapType;
|
|
1615
1618
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & {
|
|
1616
1619
|
readonly?: "__readonly" | undefined;
|
|
@@ -1729,6 +1732,7 @@ export default class {
|
|
|
1729
1732
|
name: "custom";
|
|
1730
1733
|
})[];
|
|
1731
1734
|
source?: import("./definitions").FieldSource | undefined;
|
|
1735
|
+
index: import("./definitions").PinotFieldIndexType;
|
|
1732
1736
|
}[];
|
|
1733
1737
|
readonly health: ("OK" | "WARNING" | "ERROR") & {
|
|
1734
1738
|
readonly?: "__readonly" | undefined;
|
|
@@ -1901,6 +1905,7 @@ export default class {
|
|
|
1901
1905
|
} | undefined;
|
|
1902
1906
|
fieldsMap: {
|
|
1903
1907
|
name: string;
|
|
1908
|
+
sortable: boolean;
|
|
1904
1909
|
type: FieldMapType;
|
|
1905
1910
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & {
|
|
1906
1911
|
readonly?: "__readonly" | undefined;
|
|
@@ -2019,6 +2024,7 @@ export default class {
|
|
|
2019
2024
|
name: "custom";
|
|
2020
2025
|
})[];
|
|
2021
2026
|
source?: import("./definitions").FieldSource | undefined;
|
|
2027
|
+
index: import("./definitions").PinotFieldIndexType;
|
|
2022
2028
|
}[];
|
|
2023
2029
|
readonly health: ("OK" | "WARNING" | "ERROR") & {
|
|
2024
2030
|
readonly?: "__readonly" | undefined;
|
|
@@ -2345,11 +2351,11 @@ export default class {
|
|
|
2345
2351
|
params: {
|
|
2346
2352
|
valuePath?: string | undefined;
|
|
2347
2353
|
exit?: true | undefined;
|
|
2348
|
-
staticValue: string | number | string[] | {
|
|
2354
|
+
staticValue: string | number | string[] | number[] | {
|
|
2349
2355
|
[x: string]: string;
|
|
2350
2356
|
} | {
|
|
2351
2357
|
[x: string]: number;
|
|
2352
|
-
}
|
|
2358
|
+
};
|
|
2353
2359
|
};
|
|
2354
2360
|
name: "fallback";
|
|
2355
2361
|
} | {
|
|
@@ -2694,11 +2700,11 @@ export default class {
|
|
|
2694
2700
|
params: {
|
|
2695
2701
|
valuePath?: string | undefined;
|
|
2696
2702
|
exit?: true | undefined;
|
|
2697
|
-
staticValue: string | number | string[] |
|
|
2703
|
+
staticValue: string | number | string[] | {
|
|
2698
2704
|
[x: string]: string;
|
|
2699
2705
|
} | {
|
|
2700
2706
|
[x: string]: number;
|
|
2701
|
-
};
|
|
2707
|
+
} | number[];
|
|
2702
2708
|
};
|
|
2703
2709
|
name: "fallback";
|
|
2704
2710
|
} | {
|
|
@@ -2998,6 +3004,7 @@ export default class {
|
|
|
2998
3004
|
} | undefined;
|
|
2999
3005
|
fieldsMap: {
|
|
3000
3006
|
name: string;
|
|
3007
|
+
sortable: boolean;
|
|
3001
3008
|
type: FieldMapType;
|
|
3002
3009
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & {
|
|
3003
3010
|
readonly?: "__readonly" | undefined;
|
|
@@ -3116,6 +3123,7 @@ export default class {
|
|
|
3116
3123
|
name: "custom";
|
|
3117
3124
|
})[];
|
|
3118
3125
|
source?: import("./definitions").FieldSource | undefined;
|
|
3126
|
+
index: import("./definitions").PinotFieldIndexType;
|
|
3119
3127
|
}[];
|
|
3120
3128
|
readonly health: ("OK" | "WARNING" | "ERROR") & {
|
|
3121
3129
|
readonly?: "__readonly" | undefined;
|
|
@@ -3288,6 +3296,7 @@ export default class {
|
|
|
3288
3296
|
} | undefined;
|
|
3289
3297
|
fieldsMap: {
|
|
3290
3298
|
name: string;
|
|
3299
|
+
sortable: boolean;
|
|
3291
3300
|
type: FieldMapType;
|
|
3292
3301
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & {
|
|
3293
3302
|
readonly?: "__readonly" | undefined;
|
|
@@ -3406,6 +3415,7 @@ export default class {
|
|
|
3406
3415
|
name: "custom";
|
|
3407
3416
|
})[];
|
|
3408
3417
|
source?: import("./definitions").FieldSource | undefined;
|
|
3418
|
+
index: import("./definitions").PinotFieldIndexType;
|
|
3409
3419
|
}[];
|
|
3410
3420
|
readonly health: ("OK" | "WARNING" | "ERROR") & {
|
|
3411
3421
|
readonly?: "__readonly" | undefined;
|
|
@@ -3732,11 +3742,11 @@ export default class {
|
|
|
3732
3742
|
params: {
|
|
3733
3743
|
valuePath?: string | undefined;
|
|
3734
3744
|
exit?: true | undefined;
|
|
3735
|
-
staticValue: string | number | string[] | {
|
|
3745
|
+
staticValue: string | number | string[] | number[] | {
|
|
3736
3746
|
[x: string]: string;
|
|
3737
3747
|
} | {
|
|
3738
3748
|
[x: string]: number;
|
|
3739
|
-
}
|
|
3749
|
+
};
|
|
3740
3750
|
};
|
|
3741
3751
|
name: "fallback";
|
|
3742
3752
|
} | {
|
|
@@ -4067,11 +4077,11 @@ export default class {
|
|
|
4067
4077
|
params: {
|
|
4068
4078
|
valuePath?: string | undefined;
|
|
4069
4079
|
exit?: true | undefined;
|
|
4070
|
-
staticValue: string | number | string[] |
|
|
4080
|
+
staticValue: string | number | string[] | {
|
|
4071
4081
|
[x: string]: string;
|
|
4072
4082
|
} | {
|
|
4073
4083
|
[x: string]: number;
|
|
4074
|
-
};
|
|
4084
|
+
} | number[];
|
|
4075
4085
|
};
|
|
4076
4086
|
name: "fallback";
|
|
4077
4087
|
} | {
|
|
@@ -4387,6 +4397,7 @@ export default class {
|
|
|
4387
4397
|
} | undefined;
|
|
4388
4398
|
fieldsMap: {
|
|
4389
4399
|
name: string;
|
|
4400
|
+
sortable: boolean;
|
|
4390
4401
|
type: FieldMapType;
|
|
4391
4402
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & {
|
|
4392
4403
|
readonly?: "__readonly" | undefined;
|
|
@@ -4505,6 +4516,7 @@ export default class {
|
|
|
4505
4516
|
name: "custom";
|
|
4506
4517
|
})[];
|
|
4507
4518
|
source?: import("./definitions").FieldSource | undefined;
|
|
4519
|
+
index: import("./definitions").PinotFieldIndexType;
|
|
4508
4520
|
}[];
|
|
4509
4521
|
readonly health: ("OK" | "WARNING" | "ERROR") & {
|
|
4510
4522
|
readonly?: "__readonly" | undefined;
|
|
@@ -4677,6 +4689,7 @@ export default class {
|
|
|
4677
4689
|
} | undefined;
|
|
4678
4690
|
fieldsMap: {
|
|
4679
4691
|
name: string;
|
|
4692
|
+
sortable: boolean;
|
|
4680
4693
|
type: FieldMapType;
|
|
4681
4694
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & {
|
|
4682
4695
|
readonly?: "__readonly" | undefined;
|
|
@@ -4795,6 +4808,7 @@ export default class {
|
|
|
4795
4808
|
name: "custom";
|
|
4796
4809
|
})[];
|
|
4797
4810
|
source?: import("./definitions").FieldSource | undefined;
|
|
4811
|
+
index: import("./definitions").PinotFieldIndexType;
|
|
4798
4812
|
}[];
|
|
4799
4813
|
readonly health: ("OK" | "WARNING" | "ERROR") & {
|
|
4800
4814
|
readonly?: "__readonly" | undefined;
|
|
@@ -5137,11 +5151,11 @@ export default class {
|
|
|
5137
5151
|
params: {
|
|
5138
5152
|
valuePath?: string | undefined;
|
|
5139
5153
|
exit?: true | undefined;
|
|
5140
|
-
staticValue: string | number | string[] | {
|
|
5154
|
+
staticValue: string | number | string[] | number[] | {
|
|
5141
5155
|
[x: string]: string;
|
|
5142
5156
|
} | {
|
|
5143
5157
|
[x: string]: number;
|
|
5144
|
-
}
|
|
5158
|
+
};
|
|
5145
5159
|
};
|
|
5146
5160
|
name: "fallback";
|
|
5147
5161
|
} | {
|
|
@@ -5494,11 +5508,11 @@ export default class {
|
|
|
5494
5508
|
params: {
|
|
5495
5509
|
valuePath?: string | undefined;
|
|
5496
5510
|
exit?: true | undefined;
|
|
5497
|
-
staticValue: string | number | string[] | {
|
|
5511
|
+
staticValue: string | number | string[] | number[] | {
|
|
5498
5512
|
[x: string]: string;
|
|
5499
5513
|
} | {
|
|
5500
5514
|
[x: string]: number;
|
|
5501
|
-
}
|
|
5515
|
+
};
|
|
5502
5516
|
};
|
|
5503
5517
|
name: "fallback";
|
|
5504
5518
|
} | {
|
|
@@ -5960,11 +5974,11 @@ export default class {
|
|
|
5960
5974
|
params: {
|
|
5961
5975
|
valuePath?: string | undefined;
|
|
5962
5976
|
exit?: true | undefined;
|
|
5963
|
-
staticValue: string | number | string[] | {
|
|
5977
|
+
staticValue: string | number | string[] | number[] | {
|
|
5964
5978
|
[x: string]: string;
|
|
5965
5979
|
} | {
|
|
5966
5980
|
[x: string]: number;
|
|
5967
|
-
}
|
|
5981
|
+
};
|
|
5968
5982
|
};
|
|
5969
5983
|
name: "fallback";
|
|
5970
5984
|
} | {
|
|
@@ -6307,11 +6321,11 @@ export default class {
|
|
|
6307
6321
|
params: {
|
|
6308
6322
|
valuePath?: string | undefined;
|
|
6309
6323
|
exit?: true | undefined;
|
|
6310
|
-
staticValue: string | number | string[] | {
|
|
6324
|
+
staticValue: string | number | string[] | number[] | {
|
|
6311
6325
|
[x: string]: string;
|
|
6312
6326
|
} | {
|
|
6313
6327
|
[x: string]: number;
|
|
6314
|
-
}
|
|
6328
|
+
};
|
|
6315
6329
|
};
|
|
6316
6330
|
name: "fallback";
|
|
6317
6331
|
} | {
|
|
@@ -6686,11 +6700,11 @@ export default class {
|
|
|
6686
6700
|
params: {
|
|
6687
6701
|
valuePath?: string | undefined;
|
|
6688
6702
|
exit?: true | undefined;
|
|
6689
|
-
staticValue: string | number | string[] | {
|
|
6703
|
+
staticValue: string | number | string[] | number[] | {
|
|
6690
6704
|
[x: string]: string;
|
|
6691
6705
|
} | {
|
|
6692
6706
|
[x: string]: number;
|
|
6693
|
-
}
|
|
6707
|
+
};
|
|
6694
6708
|
};
|
|
6695
6709
|
name: "fallback";
|
|
6696
6710
|
} | {
|
|
@@ -7152,11 +7166,11 @@ export default class {
|
|
|
7152
7166
|
params: {
|
|
7153
7167
|
valuePath?: string | undefined;
|
|
7154
7168
|
exit?: true | undefined;
|
|
7155
|
-
staticValue: string | number | string[] | {
|
|
7169
|
+
staticValue: string | number | string[] | number[] | {
|
|
7156
7170
|
[x: string]: string;
|
|
7157
7171
|
} | {
|
|
7158
7172
|
[x: string]: number;
|
|
7159
|
-
}
|
|
7173
|
+
};
|
|
7160
7174
|
};
|
|
7161
7175
|
name: "fallback";
|
|
7162
7176
|
} | {
|
|
@@ -7499,11 +7513,11 @@ export default class {
|
|
|
7499
7513
|
params: {
|
|
7500
7514
|
valuePath?: string | undefined;
|
|
7501
7515
|
exit?: true | undefined;
|
|
7502
|
-
staticValue: string | number | string[] | {
|
|
7516
|
+
staticValue: string | number | string[] | number[] | {
|
|
7503
7517
|
[x: string]: string;
|
|
7504
7518
|
} | {
|
|
7505
7519
|
[x: string]: number;
|
|
7506
|
-
}
|
|
7520
|
+
};
|
|
7507
7521
|
};
|
|
7508
7522
|
name: "fallback";
|
|
7509
7523
|
} | {
|
|
@@ -7878,11 +7892,11 @@ export default class {
|
|
|
7878
7892
|
params: {
|
|
7879
7893
|
valuePath?: string | undefined;
|
|
7880
7894
|
exit?: true | undefined;
|
|
7881
|
-
staticValue: string | number | string[] | {
|
|
7895
|
+
staticValue: string | number | string[] | number[] | {
|
|
7882
7896
|
[x: string]: string;
|
|
7883
7897
|
} | {
|
|
7884
7898
|
[x: string]: number;
|
|
7885
|
-
}
|
|
7899
|
+
};
|
|
7886
7900
|
};
|
|
7887
7901
|
name: "fallback";
|
|
7888
7902
|
} | {
|
|
@@ -8344,11 +8358,11 @@ export default class {
|
|
|
8344
8358
|
params: {
|
|
8345
8359
|
valuePath?: string | undefined;
|
|
8346
8360
|
exit?: true | undefined;
|
|
8347
|
-
staticValue: string | number | string[] | {
|
|
8361
|
+
staticValue: string | number | string[] | number[] | {
|
|
8348
8362
|
[x: string]: string;
|
|
8349
8363
|
} | {
|
|
8350
8364
|
[x: string]: number;
|
|
8351
|
-
}
|
|
8365
|
+
};
|
|
8352
8366
|
};
|
|
8353
8367
|
name: "fallback";
|
|
8354
8368
|
} | {
|
|
@@ -8691,11 +8705,11 @@ export default class {
|
|
|
8691
8705
|
params: {
|
|
8692
8706
|
valuePath?: string | undefined;
|
|
8693
8707
|
exit?: true | undefined;
|
|
8694
|
-
staticValue: string | number | string[] | {
|
|
8708
|
+
staticValue: string | number | string[] | number[] | {
|
|
8695
8709
|
[x: string]: string;
|
|
8696
8710
|
} | {
|
|
8697
8711
|
[x: string]: number;
|
|
8698
|
-
}
|
|
8712
|
+
};
|
|
8699
8713
|
};
|
|
8700
8714
|
name: "fallback";
|
|
8701
8715
|
} | {
|
|
@@ -9070,11 +9084,11 @@ export default class {
|
|
|
9070
9084
|
params: {
|
|
9071
9085
|
valuePath?: string | undefined;
|
|
9072
9086
|
exit?: true | undefined;
|
|
9073
|
-
staticValue: string | number | string[] | {
|
|
9087
|
+
staticValue: string | number | string[] | number[] | {
|
|
9074
9088
|
[x: string]: string;
|
|
9075
9089
|
} | {
|
|
9076
9090
|
[x: string]: number;
|
|
9077
|
-
}
|
|
9091
|
+
};
|
|
9078
9092
|
};
|
|
9079
9093
|
name: "fallback";
|
|
9080
9094
|
} | {
|
|
@@ -9536,11 +9550,11 @@ export default class {
|
|
|
9536
9550
|
params: {
|
|
9537
9551
|
valuePath?: string | undefined;
|
|
9538
9552
|
exit?: true | undefined;
|
|
9539
|
-
staticValue: string | number | string[] | {
|
|
9553
|
+
staticValue: string | number | string[] | number[] | {
|
|
9540
9554
|
[x: string]: string;
|
|
9541
9555
|
} | {
|
|
9542
9556
|
[x: string]: number;
|
|
9543
|
-
}
|
|
9557
|
+
};
|
|
9544
9558
|
};
|
|
9545
9559
|
name: "fallback";
|
|
9546
9560
|
} | {
|
|
@@ -9883,11 +9897,11 @@ export default class {
|
|
|
9883
9897
|
params: {
|
|
9884
9898
|
valuePath?: string | undefined;
|
|
9885
9899
|
exit?: true | undefined;
|
|
9886
|
-
staticValue: string | number | string[] | {
|
|
9900
|
+
staticValue: string | number | string[] | number[] | {
|
|
9887
9901
|
[x: string]: string;
|
|
9888
9902
|
} | {
|
|
9889
9903
|
[x: string]: number;
|
|
9890
|
-
}
|
|
9904
|
+
};
|
|
9891
9905
|
};
|
|
9892
9906
|
name: "fallback";
|
|
9893
9907
|
} | {
|
|
@@ -10264,11 +10278,11 @@ export default class {
|
|
|
10264
10278
|
params: {
|
|
10265
10279
|
valuePath?: string | undefined;
|
|
10266
10280
|
exit?: true | undefined;
|
|
10267
|
-
staticValue: string | number | string[] | {
|
|
10281
|
+
staticValue: string | number | string[] | number[] | {
|
|
10268
10282
|
[x: string]: string;
|
|
10269
10283
|
} | {
|
|
10270
10284
|
[x: string]: number;
|
|
10271
|
-
}
|
|
10285
|
+
};
|
|
10272
10286
|
};
|
|
10273
10287
|
name: "fallback";
|
|
10274
10288
|
} | {
|
|
@@ -10384,11 +10398,11 @@ export default class {
|
|
|
10384
10398
|
params: {
|
|
10385
10399
|
valuePath?: string | undefined;
|
|
10386
10400
|
exit?: true | undefined;
|
|
10387
|
-
staticValue: string | number | string[] | {
|
|
10401
|
+
staticValue: string | number | string[] | number[] | {
|
|
10388
10402
|
[x: string]: string;
|
|
10389
10403
|
} | {
|
|
10390
10404
|
[x: string]: number;
|
|
10391
|
-
}
|
|
10405
|
+
};
|
|
10392
10406
|
};
|
|
10393
10407
|
name: "fallback";
|
|
10394
10408
|
} | {
|
|
@@ -10716,11 +10730,11 @@ export default class {
|
|
|
10716
10730
|
params: {
|
|
10717
10731
|
valuePath?: string | undefined;
|
|
10718
10732
|
exit?: true | undefined;
|
|
10719
|
-
staticValue: string | number | string[] | {
|
|
10733
|
+
staticValue: string | number | string[] | number[] | {
|
|
10720
10734
|
[x: string]: string;
|
|
10721
10735
|
} | {
|
|
10722
10736
|
[x: string]: number;
|
|
10723
|
-
}
|
|
10737
|
+
};
|
|
10724
10738
|
};
|
|
10725
10739
|
name: "fallback";
|
|
10726
10740
|
} | {
|
|
@@ -10836,11 +10850,11 @@ export default class {
|
|
|
10836
10850
|
params: {
|
|
10837
10851
|
valuePath?: string | undefined;
|
|
10838
10852
|
exit?: true | undefined;
|
|
10839
|
-
staticValue: string | number | string[] | {
|
|
10853
|
+
staticValue: string | number | string[] | number[] | {
|
|
10840
10854
|
[x: string]: string;
|
|
10841
10855
|
} | {
|
|
10842
10856
|
[x: string]: number;
|
|
10843
|
-
}
|
|
10857
|
+
};
|
|
10844
10858
|
};
|
|
10845
10859
|
name: "fallback";
|
|
10846
10860
|
} | {
|
|
@@ -11050,11 +11064,11 @@ export default class {
|
|
|
11050
11064
|
params: {
|
|
11051
11065
|
valuePath?: string | undefined;
|
|
11052
11066
|
exit?: true | undefined;
|
|
11053
|
-
staticValue: string | number | string[] | {
|
|
11067
|
+
staticValue: string | number | string[] | number[] | {
|
|
11054
11068
|
[x: string]: string;
|
|
11055
11069
|
} | {
|
|
11056
11070
|
[x: string]: number;
|
|
11057
|
-
}
|
|
11071
|
+
};
|
|
11058
11072
|
};
|
|
11059
11073
|
name: "fallback";
|
|
11060
11074
|
} | {
|
|
@@ -11170,11 +11184,11 @@ export default class {
|
|
|
11170
11184
|
params: {
|
|
11171
11185
|
valuePath?: string | undefined;
|
|
11172
11186
|
exit?: true | undefined;
|
|
11173
|
-
staticValue: string | number | string[] | {
|
|
11187
|
+
staticValue: string | number | string[] | number[] | {
|
|
11174
11188
|
[x: string]: string;
|
|
11175
11189
|
} | {
|
|
11176
11190
|
[x: string]: number;
|
|
11177
|
-
}
|
|
11191
|
+
};
|
|
11178
11192
|
};
|
|
11179
11193
|
name: "fallback";
|
|
11180
11194
|
} | {
|
|
@@ -11528,11 +11542,11 @@ export default class {
|
|
|
11528
11542
|
params: {
|
|
11529
11543
|
valuePath?: string | undefined;
|
|
11530
11544
|
exit?: true | undefined;
|
|
11531
|
-
staticValue: string | number | string[] | {
|
|
11545
|
+
staticValue: string | number | string[] | number[] | {
|
|
11532
11546
|
[x: string]: string;
|
|
11533
11547
|
} | {
|
|
11534
11548
|
[x: string]: number;
|
|
11535
|
-
}
|
|
11549
|
+
};
|
|
11536
11550
|
};
|
|
11537
11551
|
name: "fallback";
|
|
11538
11552
|
} | {
|
|
@@ -11683,11 +11697,11 @@ export default class {
|
|
|
11683
11697
|
params: {
|
|
11684
11698
|
valuePath?: string | undefined;
|
|
11685
11699
|
exit?: true | undefined;
|
|
11686
|
-
staticValue: string | number | string[] | {
|
|
11700
|
+
staticValue: string | number | string[] | number[] | {
|
|
11687
11701
|
[x: string]: string;
|
|
11688
11702
|
} | {
|
|
11689
11703
|
[x: string]: number;
|
|
11690
|
-
}
|
|
11704
|
+
};
|
|
11691
11705
|
};
|
|
11692
11706
|
name: "fallback";
|
|
11693
11707
|
} | {
|
package/build/definitions.d.ts
CHANGED
|
@@ -102,6 +102,15 @@ export declare enum DatasourceLocationSubType {
|
|
|
102
102
|
PARTOO = "partoo",
|
|
103
103
|
WEATHER = "weather"
|
|
104
104
|
}
|
|
105
|
+
export declare enum PinotFieldIndexType {
|
|
106
|
+
NONE = "none",
|
|
107
|
+
METRIC = "metric",
|
|
108
|
+
INVERTED = "inverted",
|
|
109
|
+
TEXT = "TEXT",
|
|
110
|
+
H3 = "h3",
|
|
111
|
+
RAW_VALUE_FORWARD = "raw_value_forward",
|
|
112
|
+
JSON = "JSON"
|
|
113
|
+
}
|
|
105
114
|
export declare enum FieldMapType {
|
|
106
115
|
STRING = "string",
|
|
107
116
|
NUMBER = "number",
|
|
@@ -160,7 +169,9 @@ export declare enum FieldSource {
|
|
|
160
169
|
MISSING_FIELDS = "missing_fields",
|
|
161
170
|
AGGREGATION = "aggregation"
|
|
162
171
|
}
|
|
163
|
-
export declare type
|
|
172
|
+
export declare type PinotFieldMap = {
|
|
173
|
+
index: PinotFieldIndexType;
|
|
174
|
+
sortable: boolean;
|
|
164
175
|
name: string;
|
|
165
176
|
type: FieldMapType;
|
|
166
177
|
selected: boolean;
|
|
@@ -294,46 +305,7 @@ export declare enum DatasourceFormat {
|
|
|
294
305
|
XML = "xml",
|
|
295
306
|
XLSX = "xlsx"
|
|
296
307
|
}
|
|
297
|
-
export declare type
|
|
298
|
-
name: string;
|
|
299
|
-
enum?: (string | number)[];
|
|
300
|
-
required: boolean;
|
|
301
|
-
unique: boolean;
|
|
302
|
-
};
|
|
303
|
-
export declare type _oauth_string_or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined_variables_VariableDefinition_Array_or_undefined___Without_ = {
|
|
304
|
-
oauth?: string;
|
|
305
|
-
method?: "GET" | "PATCH" | "POST" | "PUT";
|
|
306
|
-
body?: string;
|
|
307
|
-
headers?: {
|
|
308
|
-
[key: string]: string;
|
|
309
|
-
};
|
|
310
|
-
query?: {
|
|
311
|
-
[key: string]: string;
|
|
312
|
-
};
|
|
313
|
-
timeout?: number;
|
|
314
|
-
variables?: (QueriableField_Without_Name_Enum_Required_Unique & {
|
|
315
|
-
default: string | number | string[] | number[];
|
|
316
|
-
primitive: "string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}";
|
|
317
|
-
})[];
|
|
318
|
-
};
|
|
319
|
-
export declare enum DatasourceAnalyticsSubType {
|
|
320
|
-
REELEVANT = "reelevant",
|
|
321
|
-
GOOGLE_TAG_MANAGER = "google_tag_manager",
|
|
322
|
-
SHOPIFY = "shopify",
|
|
323
|
-
WORKFLOW_EVENTS = "workflow_events"
|
|
324
|
-
}
|
|
325
|
-
export declare enum PinotFieldIndexType {
|
|
326
|
-
NONE = "none",
|
|
327
|
-
METRIC = "metric",
|
|
328
|
-
INVERTED = "inverted",
|
|
329
|
-
TEXT = "TEXT",
|
|
330
|
-
H3 = "h3",
|
|
331
|
-
RAW_VALUE_FORWARD = "raw_value_forward",
|
|
332
|
-
JSON = "JSON"
|
|
333
|
-
}
|
|
334
|
-
export declare type IngesterFieldMap = {
|
|
335
|
-
index: PinotFieldIndexType;
|
|
336
|
-
sortable: boolean;
|
|
308
|
+
export declare type FieldMap = {
|
|
337
309
|
name: string;
|
|
338
310
|
type: FieldMapType;
|
|
339
311
|
selected: boolean;
|
|
@@ -433,6 +405,34 @@ export declare type IngesterFieldMap = {
|
|
|
433
405
|
source?: FieldSource;
|
|
434
406
|
readonly primitive: ("string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}") & readonlyP;
|
|
435
407
|
};
|
|
408
|
+
export declare type QueriableField_Without_Name_Enum_Required_Unique = {
|
|
409
|
+
name: string;
|
|
410
|
+
enum?: (string | number)[];
|
|
411
|
+
required: boolean;
|
|
412
|
+
unique: boolean;
|
|
413
|
+
};
|
|
414
|
+
export declare type _oauth_string_or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined_variables_VariableDefinition_Array_or_undefined___Without_ = {
|
|
415
|
+
oauth?: string;
|
|
416
|
+
method?: "GET" | "PATCH" | "POST" | "PUT";
|
|
417
|
+
body?: string;
|
|
418
|
+
headers?: {
|
|
419
|
+
[key: string]: string;
|
|
420
|
+
};
|
|
421
|
+
query?: {
|
|
422
|
+
[key: string]: string;
|
|
423
|
+
};
|
|
424
|
+
timeout?: number;
|
|
425
|
+
variables?: (QueriableField_Without_Name_Enum_Required_Unique & {
|
|
426
|
+
default: string | number | string[] | number[];
|
|
427
|
+
primitive: "string" | "number" | "datetime" | "string[]" | "number[]" | "string{}" | "number{}";
|
|
428
|
+
})[];
|
|
429
|
+
};
|
|
430
|
+
export declare enum DatasourceAnalyticsSubType {
|
|
431
|
+
REELEVANT = "reelevant",
|
|
432
|
+
GOOGLE_TAG_MANAGER = "google_tag_manager",
|
|
433
|
+
SHOPIFY = "shopify",
|
|
434
|
+
WORKFLOW_EVENTS = "workflow_events"
|
|
435
|
+
}
|
|
436
436
|
export declare enum StepName {
|
|
437
437
|
CONFIGURE_NAME = "configure_name",
|
|
438
438
|
CONFIGURE_RESOURCE_GROUP_IDS = "configure_resource_group_ids",
|
|
@@ -530,7 +530,7 @@ export declare type _Without_ = {
|
|
|
530
530
|
name: "location";
|
|
531
531
|
subtype: DatasourceLocationSubType;
|
|
532
532
|
};
|
|
533
|
-
fieldsMap?:
|
|
533
|
+
fieldsMap?: PinotFieldMap[];
|
|
534
534
|
readonly health?: (DatasourceHealth) & readonlyP;
|
|
535
535
|
apiOptions?: _oauth_string_or_undefined_pagination__type_body_or_query_value_string___or__type_hypermediaAttribute_value_string___or__type_pageToken_value_string_param_string___or__type_linkHeader___or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined___Without_;
|
|
536
536
|
sample?: {
|
|
@@ -732,7 +732,7 @@ export declare type _Without_ = {
|
|
|
732
732
|
name: "analytics";
|
|
733
733
|
subtype: DatasourceAnalyticsSubType;
|
|
734
734
|
};
|
|
735
|
-
fieldsMap?:
|
|
735
|
+
fieldsMap?: PinotFieldMap[];
|
|
736
736
|
readonly health?: (DatasourceHealth) & readonlyP;
|
|
737
737
|
};
|
|
738
738
|
};
|
|
@@ -851,7 +851,7 @@ export declare type IngesterDatasourceVersion__Without_Id_Mode_State_Type_Fields
|
|
|
851
851
|
name: "analytics";
|
|
852
852
|
subtype: DatasourceAnalyticsSubType;
|
|
853
853
|
};
|
|
854
|
-
fieldsMap:
|
|
854
|
+
fieldsMap: PinotFieldMap[];
|
|
855
855
|
refresh?: {
|
|
856
856
|
freq: number;
|
|
857
857
|
};
|
|
@@ -1046,7 +1046,7 @@ export declare type WorkerDatasourceVersion__Without_Id_Mode_State_Type_FieldsMa
|
|
|
1046
1046
|
name: "location";
|
|
1047
1047
|
subtype: DatasourceLocationSubType;
|
|
1048
1048
|
};
|
|
1049
|
-
fieldsMap:
|
|
1049
|
+
fieldsMap: PinotFieldMap[];
|
|
1050
1050
|
readonly health: ("OK" | "WARNING" | "ERROR") & readonlyP;
|
|
1051
1051
|
apiOptions?: _oauth_string_or_undefined_pagination__type_body_or_query_value_string___or__type_hypermediaAttribute_value_string___or__type_pageToken_value_string_param_string___or__type_linkHeader___or_undefined_method_GET_or_PATCH_or_POST_or_PUT_or_undefined_body_string_or_undefined_headers___x_string__string___or_undefined_query___x_string__string___or_undefined_timeout_number_or_undefined___Without_;
|
|
1052
1052
|
sample?: {
|
package/build/definitions.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.DatasourceGenericSubType = exports.FieldMapRuleName = exports.DatasourceType = exports.DatasourceVersionState = exports.DatasourceStatus = exports.StepName = exports.
|
|
5
|
+
exports.DatasourceGenericSubType = exports.FieldMapRuleName = exports.DatasourceType = exports.DatasourceVersionState = exports.DatasourceStatus = exports.StepName = exports.DatasourceAnalyticsSubType = exports.DatasourceFormat = exports.FieldSource = exports.FieldMapType = exports.PinotFieldIndexType = exports.DatasourceLocationSubType = exports.DatasourceProductSubType = exports.DatasourceFetcherName = exports.DatasourceMode = exports.AuthenticationMode = void 0;
|
|
6
6
|
var AuthenticationMode;
|
|
7
7
|
(function (AuthenticationMode) {
|
|
8
8
|
AuthenticationMode["PASSWORD"] = "password";
|
|
@@ -36,6 +36,16 @@ var DatasourceLocationSubType;
|
|
|
36
36
|
DatasourceLocationSubType["PARTOO"] = "partoo";
|
|
37
37
|
DatasourceLocationSubType["WEATHER"] = "weather";
|
|
38
38
|
})(DatasourceLocationSubType = exports.DatasourceLocationSubType || (exports.DatasourceLocationSubType = {}));
|
|
39
|
+
var PinotFieldIndexType;
|
|
40
|
+
(function (PinotFieldIndexType) {
|
|
41
|
+
PinotFieldIndexType["NONE"] = "none";
|
|
42
|
+
PinotFieldIndexType["METRIC"] = "metric";
|
|
43
|
+
PinotFieldIndexType["INVERTED"] = "inverted";
|
|
44
|
+
PinotFieldIndexType["TEXT"] = "TEXT";
|
|
45
|
+
PinotFieldIndexType["H3"] = "h3";
|
|
46
|
+
PinotFieldIndexType["RAW_VALUE_FORWARD"] = "raw_value_forward";
|
|
47
|
+
PinotFieldIndexType["JSON"] = "JSON";
|
|
48
|
+
})(PinotFieldIndexType = exports.PinotFieldIndexType || (exports.PinotFieldIndexType = {}));
|
|
39
49
|
var FieldMapType;
|
|
40
50
|
(function (FieldMapType) {
|
|
41
51
|
FieldMapType["STRING"] = "string";
|
|
@@ -92,16 +102,6 @@ var DatasourceAnalyticsSubType;
|
|
|
92
102
|
DatasourceAnalyticsSubType["SHOPIFY"] = "shopify";
|
|
93
103
|
DatasourceAnalyticsSubType["WORKFLOW_EVENTS"] = "workflow_events";
|
|
94
104
|
})(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
|
|
95
|
-
var PinotFieldIndexType;
|
|
96
|
-
(function (PinotFieldIndexType) {
|
|
97
|
-
PinotFieldIndexType["NONE"] = "none";
|
|
98
|
-
PinotFieldIndexType["METRIC"] = "metric";
|
|
99
|
-
PinotFieldIndexType["INVERTED"] = "inverted";
|
|
100
|
-
PinotFieldIndexType["TEXT"] = "TEXT";
|
|
101
|
-
PinotFieldIndexType["H3"] = "h3";
|
|
102
|
-
PinotFieldIndexType["RAW_VALUE_FORWARD"] = "raw_value_forward";
|
|
103
|
-
PinotFieldIndexType["JSON"] = "JSON";
|
|
104
|
-
})(PinotFieldIndexType = exports.PinotFieldIndexType || (exports.PinotFieldIndexType = {}));
|
|
105
105
|
var StepName;
|
|
106
106
|
(function (StepName) {
|
|
107
107
|
StepName["CONFIGURE_NAME"] = "configure_name";
|
|
@@ -167,4 +167,4 @@ var DatasourceGenericSubType;
|
|
|
167
167
|
(function (DatasourceGenericSubType) {
|
|
168
168
|
DatasourceGenericSubType["USER"] = "user";
|
|
169
169
|
})(DatasourceGenericSubType = exports.DatasourceGenericSubType || (exports.DatasourceGenericSubType = {}));
|
|
170
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
170
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBNENwQixJQUFZLGtCQUtYO0FBTEQsV0FBWSxrQkFBa0I7SUFDMUIsMkNBQXFCLENBQUE7SUFDckIsK0RBQXlDLENBQUE7SUFDekMscURBQStCLENBQUE7SUFDL0IsbURBQTZCLENBQUE7QUFDakMsQ0FBQyxFQUxXLGtCQUFrQixHQUFsQiwwQkFBa0IsS0FBbEIsMEJBQWtCLFFBSzdCO0FBa0RELElBQVksY0FJWDtBQUpELFdBQVksY0FBYztJQUN0Qix1Q0FBcUIsQ0FBQTtJQUNyQixtQ0FBaUIsQ0FBQTtJQUNqQixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFKVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUl6QjtBQUVELElBQVkscUJBS1g7QUFMRCxXQUFZLHFCQUFxQjtJQUM3QiwwQ0FBaUIsQ0FBQTtJQUNqQiw4Q0FBcUIsQ0FBQTtJQUNyQix3Q0FBZSxDQUFBO0lBQ2YsOENBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUxXLHFCQUFxQixHQUFyQiw2QkFBcUIsS0FBckIsNkJBQXFCLFFBS2hDO0FBRUQsSUFBWSx3QkFJWDtBQUpELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYiwrQ0FBbUIsQ0FBQTtJQUNuQix5REFBNkIsQ0FBQTtBQUNqQyxDQUFDLEVBSlcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFJbkM7QUFFRCxJQUFZLHlCQUtYO0FBTEQsV0FBWSx5QkFBeUI7SUFDakMsMENBQWEsQ0FBQTtJQUNiLHNFQUF5QyxDQUFBO0lBQ3pDLDhDQUFpQixDQUFBO0lBQ2pCLGdEQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFMVyx5QkFBeUIsR0FBekIsaUNBQXlCLEtBQXpCLGlDQUF5QixRQUtwQztBQUVELElBQVksbUJB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
|
package/package.json
CHANGED