@rlvt/datasources-openapi-client 1.0.407 → 1.0.408

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 CHANGED
@@ -16,6 +16,19 @@ export default class {
16
16
  private deleteOauthClient;
17
17
  private getAuthorizeUrl;
18
18
  private getAuthorizeUrlForDatasource;
19
+ private listDatagraphSchemas;
20
+ private createSchema;
21
+ private validateDatagraphSchema;
22
+ private getDatagraphSchema;
23
+ private updateDatagraphSchema;
24
+ private deleteDatagraphSchema;
25
+ private publishDatagraphSchema;
26
+ private listDatagraphEntities;
27
+ private createEntity;
28
+ private getDatagraphEntity;
29
+ private updateDatagraphEntity;
30
+ private deleteDatagraphEntity;
31
+ private publishDatagraphEntity;
19
32
  private getCurrentStepDatasource;
20
33
  private validateStepDatasource;
21
34
  private getDatasourceSettings;
@@ -32,25 +45,12 @@ export default class {
32
45
  private deleteDatasource;
33
46
  private getDatasourceExample;
34
47
  private anonymizeDatasource;
35
- private analyzeWorkerDatasource;
36
- private analyzeProxyDatasource;
37
48
  private uploadFileWorkerDatasource;
38
49
  private promoteWorkerDatasource;
39
50
  private pauseWorkerDatasource;
40
51
  private getPushPassword;
41
- private listDatagraphSchemas;
42
- private createSchema;
43
- private validateDatagraphSchema;
44
- private getDatagraphSchema;
45
- private updateDatagraphSchema;
46
- private deleteDatagraphSchema;
47
- private publishDatagraphSchema;
48
- private listDatagraphEntities;
49
- private createEntity;
50
- private getDatagraphEntity;
51
- private updateDatagraphEntity;
52
- private deleteDatagraphEntity;
53
- private publishDatagraphEntity;
52
+ private analyzeWorkerDatasource;
53
+ private analyzeProxyDatasource;
54
54
  get Datasource(): {
55
55
  listTemplates: (params: {
56
56
  name?: string | undefined;
@@ -146,6 +146,9 @@ export default class {
146
146
  readonly createdAt: string & {
147
147
  readonly?: "__readonly" | undefined;
148
148
  };
149
+ readonly updatedAt: string & {
150
+ readonly?: "__readonly" | undefined;
151
+ };
149
152
  hidden: boolean;
150
153
  template: {
151
154
  datasource: {
@@ -944,8 +947,8 @@ export default class {
944
947
  query?: string | undefined;
945
948
  username?: string | undefined;
946
949
  password?: string | undefined;
947
- privateKey?: string | undefined;
948
950
  schema?: string | undefined;
951
+ privateKey?: string | undefined;
949
952
  table?: string | undefined;
950
953
  account?: string | undefined;
951
954
  warehouse?: string | undefined;
@@ -1862,8 +1865,8 @@ export default class {
1862
1865
  query?: string | undefined;
1863
1866
  username?: string | undefined;
1864
1867
  password?: string | undefined;
1865
- privateKey?: string | undefined;
1866
1868
  schema?: string | undefined;
1869
+ privateKey?: string | undefined;
1867
1870
  table?: string | undefined;
1868
1871
  account?: string | undefined;
1869
1872
  warehouse?: string | undefined;
@@ -2886,8 +2889,8 @@ export default class {
2886
2889
  query?: string | undefined;
2887
2890
  username?: string | undefined;
2888
2891
  password?: string | undefined;
2889
- privateKey?: string | undefined;
2890
2892
  schema?: string | undefined;
2893
+ privateKey?: string | undefined;
2891
2894
  table?: string | undefined;
2892
2895
  account?: string | undefined;
2893
2896
  warehouse?: string | undefined;
@@ -3804,8 +3807,8 @@ export default class {
3804
3807
  query?: string | undefined;
3805
3808
  username?: string | undefined;
3806
3809
  password?: string | undefined;
3807
- privateKey?: string | undefined;
3808
3810
  schema?: string | undefined;
3811
+ privateKey?: string | undefined;
3809
3812
  table?: string | undefined;
3810
3813
  account?: string | undefined;
3811
3814
  warehouse?: string | undefined;
@@ -5006,9 +5009,6 @@ export default class {
5006
5009
  }) | undefined;
5007
5010
  };
5008
5011
  };
5009
- readonly updatedAt: string & {
5010
- readonly?: "__readonly" | undefined;
5011
- };
5012
5012
  icon: string;
5013
5013
  slug: string;
5014
5014
  feature?: string | undefined;
@@ -5206,7 +5206,7 @@ export default class {
5206
5206
  includeArchived?: boolean | undefined;
5207
5207
  includeHidden?: boolean | undefined;
5208
5208
  select?: string[] | undefined;
5209
- sortBy?: "configurationUpdatedAt" | "createdAt" | undefined;
5209
+ sortBy?: "createdAt" | "configurationUpdatedAt" | undefined;
5210
5210
  sortOrder?: "asc" | "desc" | undefined;
5211
5211
  hierarchy?: string[] | undefined;
5212
5212
  page?: number | undefined;
@@ -5228,114 +5228,6 @@ export default class {
5228
5228
  };
5229
5229
  companyId: string;
5230
5230
  resourceGroupIds: string[];
5231
- readonly configurationUpdatedAt: string & {
5232
- readonly?: "__readonly" | undefined;
5233
- };
5234
- readonly createdAt: string & {
5235
- readonly?: "__readonly" | undefined;
5236
- };
5237
- hierarchy: string[];
5238
- hidden: boolean;
5239
- readonly template?: (string & {
5240
- readonly?: "__readonly" | undefined;
5241
- }) | undefined;
5242
- readonly fetcher: {
5243
- readonly?: "__readonly" | undefined;
5244
- name: DatasourceFetcherName;
5245
- params: unknown;
5246
- } | {
5247
- readonly?: "__readonly" | undefined;
5248
- name: "fdj-bets";
5249
- params: unknown;
5250
- } | {
5251
- readonly?: "__readonly" | undefined;
5252
- name: "renault-prices";
5253
- params: unknown;
5254
- } | {
5255
- readonly?: "__readonly" | undefined;
5256
- name: "decathlon-product-fallback";
5257
- params: unknown;
5258
- } | {
5259
- readonly?: "__readonly" | undefined;
5260
- name: "generic-unwind-rows";
5261
- params: {
5262
- source: string;
5263
- destination: string;
5264
- columnDestination: string;
5265
- valueType: string;
5266
- };
5267
- } | {
5268
- readonly?: "__readonly" | undefined;
5269
- name: "workflow-events";
5270
- params: unknown;
5271
- } | {
5272
- readonly?: "__readonly" | undefined;
5273
- name: "expired-product-lifetime";
5274
- params: {
5275
- purchaseDatasourceId: string;
5276
- purchaseQuery: string;
5277
- purchaseReferenceIdField: string;
5278
- purchaseTimestampField: string;
5279
- purchaseClientField: string;
5280
- temporalities?: {
5281
- maxLifetime: number;
5282
- windowStart: number;
5283
- windowEnd: number;
5284
- minPurchaseCount?: number | undefined;
5285
- }[] | undefined;
5286
- };
5287
- } | {
5288
- readonly?: "__readonly" | undefined;
5289
- name: "product-exclusion";
5290
- params: {
5291
- mode: "inclusion" | "exclusion";
5292
- exclusionDatasourceId: string;
5293
- exclusionIdField: string;
5294
- productIdField: string;
5295
- };
5296
- } | {
5297
- readonly?: "__readonly" | undefined;
5298
- name: "per-user";
5299
- params: unknown;
5300
- } | {
5301
- readonly?: "__readonly" | undefined;
5302
- name: "generic-proxy-lock";
5303
- params: {
5304
- ttl: number;
5305
- };
5306
- } | {
5307
- readonly?: "__readonly" | undefined;
5308
- name: "generic-proxy-aggregation";
5309
- params: {
5310
- targetField: string;
5311
- aggregationType: "sum" | "avg" | "min" | "max";
5312
- outputField: string;
5313
- };
5314
- };
5315
- storageOptions: {
5316
- partitionCount: number;
5317
- segments: {
5318
- offlineSize: number;
5319
- offlineReplication: number;
5320
- realtimeSize: number;
5321
- realtimeReplication: number;
5322
- };
5323
- retention?: {
5324
- value: number;
5325
- unit: "DAYS";
5326
- } | undefined;
5327
- destinations: {
5328
- type: "bigquery";
5329
- dataset: string;
5330
- tableName: string;
5331
- deduplicateOptions?: {
5332
- enabled: boolean;
5333
- } | undefined;
5334
- }[];
5335
- };
5336
- readonly archivedAt: string & {
5337
- readonly?: "__readonly" | undefined;
5338
- };
5339
5231
  versions: (string | {
5340
5232
  mode: DatasourceMode;
5341
5233
  readonly id: string & {
@@ -5470,39 +5362,18 @@ export default class {
5470
5362
  _id: string;
5471
5363
  __v: number;
5472
5364
  })[];
5473
- readonly lastSuccessfulIngestion?: (string & {
5474
- readonly?: "__readonly" | undefined;
5475
- }) | undefined;
5476
- readonly lastFailedIngestion?: (string & {
5477
- readonly?: "__readonly" | undefined;
5478
- }) | undefined;
5479
- readonly lastFailureReason?: (string & {
5480
- readonly?: "__readonly" | undefined;
5481
- }) | undefined;
5482
- readonly hasWarnings: boolean & {
5483
- readonly?: "__readonly" | undefined;
5484
- };
5485
- readonly updatedAt: string & {
5365
+ readonly archivedAt: string & {
5486
5366
  readonly?: "__readonly" | undefined;
5487
5367
  };
5488
- } | {
5489
- name: string;
5490
- mode: "worker";
5491
- status: DatasourceStatus;
5492
- readonly id: string & {
5368
+ readonly createdAt: string & {
5493
5369
  readonly?: "__readonly" | undefined;
5494
5370
  };
5495
- companyId: string;
5496
- resourceGroupIds: string[];
5497
- readonly contentVersion: number & {
5371
+ readonly updatedAt: string & {
5498
5372
  readonly?: "__readonly" | undefined;
5499
5373
  };
5500
5374
  readonly configurationUpdatedAt: string & {
5501
5375
  readonly?: "__readonly" | undefined;
5502
5376
  };
5503
- readonly createdAt: string & {
5504
- readonly?: "__readonly" | undefined;
5505
- };
5506
5377
  hierarchy: string[];
5507
5378
  hidden: boolean;
5508
5379
  readonly template?: (string & {
@@ -5582,6 +5453,17 @@ export default class {
5582
5453
  };
5583
5454
  };
5584
5455
  storageOptions: {
5456
+ partitionCount: number;
5457
+ segments: {
5458
+ offlineSize: number;
5459
+ offlineReplication: number;
5460
+ realtimeSize: number;
5461
+ realtimeReplication: number;
5462
+ };
5463
+ retention?: {
5464
+ value: number;
5465
+ unit: "DAYS";
5466
+ } | undefined;
5585
5467
  destinations: {
5586
5468
  type: "bigquery";
5587
5469
  dataset: string;
@@ -5591,9 +5473,27 @@ export default class {
5591
5473
  } | undefined;
5592
5474
  }[];
5593
5475
  };
5594
- readonly archivedAt: string & {
5476
+ readonly lastSuccessfulIngestion?: (string & {
5477
+ readonly?: "__readonly" | undefined;
5478
+ }) | undefined;
5479
+ readonly lastFailedIngestion?: (string & {
5480
+ readonly?: "__readonly" | undefined;
5481
+ }) | undefined;
5482
+ readonly lastFailureReason?: (string & {
5483
+ readonly?: "__readonly" | undefined;
5484
+ }) | undefined;
5485
+ readonly hasWarnings: boolean & {
5595
5486
  readonly?: "__readonly" | undefined;
5596
5487
  };
5488
+ } | {
5489
+ name: string;
5490
+ mode: "worker";
5491
+ status: DatasourceStatus;
5492
+ readonly id: string & {
5493
+ readonly?: "__readonly" | undefined;
5494
+ };
5495
+ companyId: string;
5496
+ resourceGroupIds: string[];
5597
5497
  versions: (string | {
5598
5498
  mode: DatasourceMode;
5599
5499
  readonly id: string & {
@@ -5728,67 +5628,21 @@ export default class {
5728
5628
  _id: string;
5729
5629
  __v: number;
5730
5630
  })[];
5731
- readonly lastSuccessfulIngestion?: (string & {
5732
- readonly?: "__readonly" | undefined;
5733
- }) | undefined;
5734
- readonly lastFailedIngestion?: (string & {
5735
- readonly?: "__readonly" | undefined;
5736
- }) | undefined;
5737
- readonly lastFailureReason?: (string & {
5738
- readonly?: "__readonly" | undefined;
5739
- }) | undefined;
5740
- readonly hasWarnings: boolean & {
5741
- readonly?: "__readonly" | undefined;
5742
- };
5743
- readonly updatedAt: string & {
5744
- readonly?: "__readonly" | undefined;
5745
- };
5746
- thresholds: {
5747
- type: "too_many_invalid_entries";
5748
- value: number;
5749
- trigger: {
5750
- type: "error";
5751
- value: "too_many_invalid_entries";
5752
- };
5753
- }[] | {
5754
- type: "entries_drop_rate_too_high";
5755
- value: number;
5756
- trigger: {
5757
- type: "warning";
5758
- value: "entries_drop_rate_too_high";
5759
- } | {
5760
- type: "error";
5761
- value: "entries_drop_rate_too_high";
5762
- };
5763
- }[];
5764
- attempts?: number | undefined;
5765
- readonly lastRunAt: string & {
5766
- readonly?: "__readonly" | undefined;
5767
- };
5768
- readonly currentLiveVersion: string & {
5631
+ readonly archivedAt: string & {
5769
5632
  readonly?: "__readonly" | undefined;
5770
5633
  };
5771
- readonly pausedAt: string & {
5634
+ readonly createdAt: string & {
5772
5635
  readonly?: "__readonly" | undefined;
5773
5636
  };
5774
- readonly isPaused: boolean & {
5637
+ readonly updatedAt: string & {
5775
5638
  readonly?: "__readonly" | undefined;
5776
5639
  };
5777
- } | {
5778
- name: string;
5779
- mode: "proxy";
5780
- status: DatasourceStatus;
5781
- readonly id: string & {
5640
+ readonly contentVersion: number & {
5782
5641
  readonly?: "__readonly" | undefined;
5783
5642
  };
5784
- companyId: string;
5785
- resourceGroupIds: string[];
5786
5643
  readonly configurationUpdatedAt: string & {
5787
5644
  readonly?: "__readonly" | undefined;
5788
5645
  };
5789
- readonly createdAt: string & {
5790
- readonly?: "__readonly" | undefined;
5791
- };
5792
5646
  hierarchy: string[];
5793
5647
  hidden: boolean;
5794
5648
  readonly template?: (string & {
@@ -5867,9 +5721,68 @@ export default class {
5867
5721
  outputField: string;
5868
5722
  };
5869
5723
  };
5870
- readonly archivedAt: string & {
5724
+ storageOptions: {
5725
+ destinations: {
5726
+ type: "bigquery";
5727
+ dataset: string;
5728
+ tableName: string;
5729
+ deduplicateOptions?: {
5730
+ enabled: boolean;
5731
+ } | undefined;
5732
+ }[];
5733
+ };
5734
+ readonly lastSuccessfulIngestion?: (string & {
5735
+ readonly?: "__readonly" | undefined;
5736
+ }) | undefined;
5737
+ readonly lastFailedIngestion?: (string & {
5738
+ readonly?: "__readonly" | undefined;
5739
+ }) | undefined;
5740
+ readonly lastFailureReason?: (string & {
5741
+ readonly?: "__readonly" | undefined;
5742
+ }) | undefined;
5743
+ readonly hasWarnings: boolean & {
5871
5744
  readonly?: "__readonly" | undefined;
5872
5745
  };
5746
+ thresholds: {
5747
+ type: "too_many_invalid_entries";
5748
+ value: number;
5749
+ trigger: {
5750
+ type: "error";
5751
+ value: "too_many_invalid_entries";
5752
+ };
5753
+ }[] | {
5754
+ type: "entries_drop_rate_too_high";
5755
+ value: number;
5756
+ trigger: {
5757
+ type: "warning";
5758
+ value: "entries_drop_rate_too_high";
5759
+ } | {
5760
+ type: "error";
5761
+ value: "entries_drop_rate_too_high";
5762
+ };
5763
+ }[];
5764
+ attempts?: number | undefined;
5765
+ readonly lastRunAt: string & {
5766
+ readonly?: "__readonly" | undefined;
5767
+ };
5768
+ readonly currentLiveVersion: string & {
5769
+ readonly?: "__readonly" | undefined;
5770
+ };
5771
+ readonly pausedAt: string & {
5772
+ readonly?: "__readonly" | undefined;
5773
+ };
5774
+ readonly isPaused: boolean & {
5775
+ readonly?: "__readonly" | undefined;
5776
+ };
5777
+ } | {
5778
+ name: string;
5779
+ mode: "proxy";
5780
+ status: DatasourceStatus;
5781
+ readonly id: string & {
5782
+ readonly?: "__readonly" | undefined;
5783
+ };
5784
+ companyId: string;
5785
+ resourceGroupIds: string[];
5873
5786
  versions: (string | {
5874
5787
  mode: DatasourceMode;
5875
5788
  readonly id: string & {
@@ -6004,36 +5917,18 @@ export default class {
6004
5917
  _id: string;
6005
5918
  __v: number;
6006
5919
  })[];
6007
- readonly lastSuccessfulIngestion?: (string & {
6008
- readonly?: "__readonly" | undefined;
6009
- }) | undefined;
6010
- readonly lastFailedIngestion?: (string & {
6011
- readonly?: "__readonly" | undefined;
6012
- }) | undefined;
6013
- readonly lastFailureReason?: (string & {
6014
- readonly?: "__readonly" | undefined;
6015
- }) | undefined;
6016
- readonly hasWarnings: boolean & {
5920
+ readonly archivedAt: string & {
6017
5921
  readonly?: "__readonly" | undefined;
6018
5922
  };
6019
- readonly updatedAt: string & {
5923
+ readonly createdAt: string & {
6020
5924
  readonly?: "__readonly" | undefined;
6021
5925
  };
6022
- } | {
6023
- name: string;
6024
- mode: "ingester";
6025
- status: DatasourceStatus;
6026
- readonly id: string & {
5926
+ readonly updatedAt: string & {
6027
5927
  readonly?: "__readonly" | undefined;
6028
5928
  };
6029
- companyId: string;
6030
- resourceGroupIds: string[];
6031
5929
  readonly configurationUpdatedAt: string & {
6032
5930
  readonly?: "__readonly" | undefined;
6033
5931
  };
6034
- readonly createdAt: string & {
6035
- readonly?: "__readonly" | undefined;
6036
- };
6037
5932
  hierarchy: string[];
6038
5933
  hidden: boolean;
6039
5934
  readonly template?: (string & {
@@ -6112,30 +6007,27 @@ export default class {
6112
6007
  outputField: string;
6113
6008
  };
6114
6009
  };
6115
- storageOptions: {
6116
- partitionCount: number;
6117
- segments: {
6118
- offlineSize: number;
6119
- offlineReplication: number;
6120
- realtimeSize: number;
6121
- realtimeReplication: number;
6122
- };
6123
- retention?: {
6124
- value: number;
6125
- unit: "DAYS";
6126
- } | undefined;
6127
- destinations: {
6128
- type: "bigquery";
6129
- dataset: string;
6130
- tableName: string;
6131
- deduplicateOptions?: {
6132
- enabled: boolean;
6133
- } | undefined;
6134
- }[];
6010
+ readonly lastSuccessfulIngestion?: (string & {
6011
+ readonly?: "__readonly" | undefined;
6012
+ }) | undefined;
6013
+ readonly lastFailedIngestion?: (string & {
6014
+ readonly?: "__readonly" | undefined;
6015
+ }) | undefined;
6016
+ readonly lastFailureReason?: (string & {
6017
+ readonly?: "__readonly" | undefined;
6018
+ }) | undefined;
6019
+ readonly hasWarnings: boolean & {
6020
+ readonly?: "__readonly" | undefined;
6135
6021
  };
6136
- readonly archivedAt: string & {
6022
+ } | {
6023
+ name: string;
6024
+ mode: "ingester";
6025
+ status: DatasourceStatus;
6026
+ readonly id: string & {
6137
6027
  readonly?: "__readonly" | undefined;
6138
6028
  };
6029
+ companyId: string;
6030
+ resourceGroupIds: string[];
6139
6031
  versions: (string | {
6140
6032
  mode: DatasourceMode;
6141
6033
  readonly id: string & {
@@ -6270,36 +6162,18 @@ export default class {
6270
6162
  _id: string;
6271
6163
  __v: number;
6272
6164
  })[];
6273
- readonly lastSuccessfulIngestion?: (string & {
6274
- readonly?: "__readonly" | undefined;
6275
- }) | undefined;
6276
- readonly lastFailedIngestion?: (string & {
6277
- readonly?: "__readonly" | undefined;
6278
- }) | undefined;
6279
- readonly lastFailureReason?: (string & {
6280
- readonly?: "__readonly" | undefined;
6281
- }) | undefined;
6282
- readonly hasWarnings: boolean & {
6165
+ readonly archivedAt: string & {
6283
6166
  readonly?: "__readonly" | undefined;
6284
6167
  };
6285
- readonly updatedAt: string & {
6168
+ readonly createdAt: string & {
6286
6169
  readonly?: "__readonly" | undefined;
6287
6170
  };
6288
- } | {
6289
- name: string;
6290
- mode: "pubsub";
6291
- status: DatasourceStatus;
6292
- readonly id: string & {
6171
+ readonly updatedAt: string & {
6293
6172
  readonly?: "__readonly" | undefined;
6294
6173
  };
6295
- companyId: string;
6296
- resourceGroupIds: string[];
6297
6174
  readonly configurationUpdatedAt: string & {
6298
6175
  readonly?: "__readonly" | undefined;
6299
6176
  };
6300
- readonly createdAt: string & {
6301
- readonly?: "__readonly" | undefined;
6302
- };
6303
6177
  hierarchy: string[];
6304
6178
  hidden: boolean;
6305
6179
  readonly template?: (string & {
@@ -6399,9 +6273,27 @@ export default class {
6399
6273
  } | undefined;
6400
6274
  }[];
6401
6275
  };
6402
- readonly archivedAt: string & {
6276
+ readonly lastSuccessfulIngestion?: (string & {
6277
+ readonly?: "__readonly" | undefined;
6278
+ }) | undefined;
6279
+ readonly lastFailedIngestion?: (string & {
6280
+ readonly?: "__readonly" | undefined;
6281
+ }) | undefined;
6282
+ readonly lastFailureReason?: (string & {
6283
+ readonly?: "__readonly" | undefined;
6284
+ }) | undefined;
6285
+ readonly hasWarnings: boolean & {
6403
6286
  readonly?: "__readonly" | undefined;
6404
6287
  };
6288
+ } | {
6289
+ name: string;
6290
+ mode: "pubsub";
6291
+ status: DatasourceStatus;
6292
+ readonly id: string & {
6293
+ readonly?: "__readonly" | undefined;
6294
+ };
6295
+ companyId: string;
6296
+ resourceGroupIds: string[];
6405
6297
  versions: (string | {
6406
6298
  mode: DatasourceMode;
6407
6299
  readonly id: string & {
@@ -6536,6 +6428,117 @@ export default class {
6536
6428
  _id: string;
6537
6429
  __v: number;
6538
6430
  })[];
6431
+ readonly archivedAt: string & {
6432
+ readonly?: "__readonly" | undefined;
6433
+ };
6434
+ readonly createdAt: string & {
6435
+ readonly?: "__readonly" | undefined;
6436
+ };
6437
+ readonly updatedAt: string & {
6438
+ readonly?: "__readonly" | undefined;
6439
+ };
6440
+ readonly configurationUpdatedAt: string & {
6441
+ readonly?: "__readonly" | undefined;
6442
+ };
6443
+ hierarchy: string[];
6444
+ hidden: boolean;
6445
+ readonly template?: (string & {
6446
+ readonly?: "__readonly" | undefined;
6447
+ }) | undefined;
6448
+ readonly fetcher: {
6449
+ readonly?: "__readonly" | undefined;
6450
+ name: DatasourceFetcherName;
6451
+ params: unknown;
6452
+ } | {
6453
+ readonly?: "__readonly" | undefined;
6454
+ name: "fdj-bets";
6455
+ params: unknown;
6456
+ } | {
6457
+ readonly?: "__readonly" | undefined;
6458
+ name: "renault-prices";
6459
+ params: unknown;
6460
+ } | {
6461
+ readonly?: "__readonly" | undefined;
6462
+ name: "decathlon-product-fallback";
6463
+ params: unknown;
6464
+ } | {
6465
+ readonly?: "__readonly" | undefined;
6466
+ name: "generic-unwind-rows";
6467
+ params: {
6468
+ source: string;
6469
+ destination: string;
6470
+ columnDestination: string;
6471
+ valueType: string;
6472
+ };
6473
+ } | {
6474
+ readonly?: "__readonly" | undefined;
6475
+ name: "workflow-events";
6476
+ params: unknown;
6477
+ } | {
6478
+ readonly?: "__readonly" | undefined;
6479
+ name: "expired-product-lifetime";
6480
+ params: {
6481
+ purchaseDatasourceId: string;
6482
+ purchaseQuery: string;
6483
+ purchaseReferenceIdField: string;
6484
+ purchaseTimestampField: string;
6485
+ purchaseClientField: string;
6486
+ temporalities?: {
6487
+ maxLifetime: number;
6488
+ windowStart: number;
6489
+ windowEnd: number;
6490
+ minPurchaseCount?: number | undefined;
6491
+ }[] | undefined;
6492
+ };
6493
+ } | {
6494
+ readonly?: "__readonly" | undefined;
6495
+ name: "product-exclusion";
6496
+ params: {
6497
+ mode: "inclusion" | "exclusion";
6498
+ exclusionDatasourceId: string;
6499
+ exclusionIdField: string;
6500
+ productIdField: string;
6501
+ };
6502
+ } | {
6503
+ readonly?: "__readonly" | undefined;
6504
+ name: "per-user";
6505
+ params: unknown;
6506
+ } | {
6507
+ readonly?: "__readonly" | undefined;
6508
+ name: "generic-proxy-lock";
6509
+ params: {
6510
+ ttl: number;
6511
+ };
6512
+ } | {
6513
+ readonly?: "__readonly" | undefined;
6514
+ name: "generic-proxy-aggregation";
6515
+ params: {
6516
+ targetField: string;
6517
+ aggregationType: "sum" | "avg" | "min" | "max";
6518
+ outputField: string;
6519
+ };
6520
+ };
6521
+ storageOptions: {
6522
+ partitionCount: number;
6523
+ segments: {
6524
+ offlineSize: number;
6525
+ offlineReplication: number;
6526
+ realtimeSize: number;
6527
+ realtimeReplication: number;
6528
+ };
6529
+ retention?: {
6530
+ value: number;
6531
+ unit: "DAYS";
6532
+ } | undefined;
6533
+ destinations: {
6534
+ type: "bigquery";
6535
+ dataset: string;
6536
+ tableName: string;
6537
+ deduplicateOptions?: {
6538
+ enabled: boolean;
6539
+ } | undefined;
6540
+ }[];
6541
+ };
6539
6542
  readonly lastSuccessfulIngestion?: (string & {
6540
6543
  readonly?: "__readonly" | undefined;
6541
6544
  }) | undefined;
@@ -6548,9 +6551,6 @@ export default class {
6548
6551
  readonly hasWarnings: boolean & {
6549
6552
  readonly?: "__readonly" | undefined;
6550
6553
  };
6551
- readonly updatedAt: string & {
6552
- readonly?: "__readonly" | undefined;
6553
- };
6554
6554
  })[];
6555
6555
  program: string;
6556
6556
  version: string;
@@ -6606,114 +6606,6 @@ export default class {
6606
6606
  };
6607
6607
  companyId: string;
6608
6608
  resourceGroupIds: string[];
6609
- readonly configurationUpdatedAt: string & {
6610
- readonly?: "__readonly" | undefined;
6611
- };
6612
- readonly createdAt: string & {
6613
- readonly?: "__readonly" | undefined;
6614
- };
6615
- hierarchy: string[];
6616
- hidden: boolean;
6617
- readonly template?: (string & {
6618
- readonly?: "__readonly" | undefined;
6619
- }) | undefined;
6620
- readonly fetcher: {
6621
- readonly?: "__readonly" | undefined;
6622
- name: DatasourceFetcherName;
6623
- params: unknown;
6624
- } | {
6625
- readonly?: "__readonly" | undefined;
6626
- name: "fdj-bets";
6627
- params: unknown;
6628
- } | {
6629
- readonly?: "__readonly" | undefined;
6630
- name: "renault-prices";
6631
- params: unknown;
6632
- } | {
6633
- readonly?: "__readonly" | undefined;
6634
- name: "decathlon-product-fallback";
6635
- params: unknown;
6636
- } | {
6637
- readonly?: "__readonly" | undefined;
6638
- name: "generic-unwind-rows";
6639
- params: {
6640
- source: string;
6641
- destination: string;
6642
- columnDestination: string;
6643
- valueType: string;
6644
- };
6645
- } | {
6646
- readonly?: "__readonly" | undefined;
6647
- name: "workflow-events";
6648
- params: unknown;
6649
- } | {
6650
- readonly?: "__readonly" | undefined;
6651
- name: "expired-product-lifetime";
6652
- params: {
6653
- purchaseDatasourceId: string;
6654
- purchaseQuery: string;
6655
- purchaseReferenceIdField: string;
6656
- purchaseTimestampField: string;
6657
- purchaseClientField: string;
6658
- temporalities?: {
6659
- maxLifetime: number;
6660
- windowStart: number;
6661
- windowEnd: number;
6662
- minPurchaseCount?: number | undefined;
6663
- }[] | undefined;
6664
- };
6665
- } | {
6666
- readonly?: "__readonly" | undefined;
6667
- name: "product-exclusion";
6668
- params: {
6669
- mode: "inclusion" | "exclusion";
6670
- exclusionDatasourceId: string;
6671
- exclusionIdField: string;
6672
- productIdField: string;
6673
- };
6674
- } | {
6675
- readonly?: "__readonly" | undefined;
6676
- name: "per-user";
6677
- params: unknown;
6678
- } | {
6679
- readonly?: "__readonly" | undefined;
6680
- name: "generic-proxy-lock";
6681
- params: {
6682
- ttl: number;
6683
- };
6684
- } | {
6685
- readonly?: "__readonly" | undefined;
6686
- name: "generic-proxy-aggregation";
6687
- params: {
6688
- targetField: string;
6689
- aggregationType: "sum" | "avg" | "min" | "max";
6690
- outputField: string;
6691
- };
6692
- };
6693
- storageOptions: {
6694
- partitionCount: number;
6695
- segments: {
6696
- offlineSize: number;
6697
- offlineReplication: number;
6698
- realtimeSize: number;
6699
- realtimeReplication: number;
6700
- };
6701
- retention?: {
6702
- value: number;
6703
- unit: "DAYS";
6704
- } | undefined;
6705
- destinations: {
6706
- type: "bigquery";
6707
- dataset: string;
6708
- tableName: string;
6709
- deduplicateOptions?: {
6710
- enabled: boolean;
6711
- } | undefined;
6712
- }[];
6713
- };
6714
- readonly archivedAt: string & {
6715
- readonly?: "__readonly" | undefined;
6716
- };
6717
6609
  versions: (string | {
6718
6610
  mode: DatasourceMode;
6719
6611
  readonly id: string & {
@@ -6848,39 +6740,18 @@ export default class {
6848
6740
  _id: string;
6849
6741
  __v: number;
6850
6742
  })[];
6851
- readonly lastSuccessfulIngestion?: (string & {
6852
- readonly?: "__readonly" | undefined;
6853
- }) | undefined;
6854
- readonly lastFailedIngestion?: (string & {
6855
- readonly?: "__readonly" | undefined;
6856
- }) | undefined;
6857
- readonly lastFailureReason?: (string & {
6858
- readonly?: "__readonly" | undefined;
6859
- }) | undefined;
6860
- readonly hasWarnings: boolean & {
6861
- readonly?: "__readonly" | undefined;
6862
- };
6863
- readonly updatedAt: string & {
6743
+ readonly archivedAt: string & {
6864
6744
  readonly?: "__readonly" | undefined;
6865
6745
  };
6866
- } | {
6867
- name: string;
6868
- mode: "worker";
6869
- status: DatasourceStatus;
6870
- readonly id: string & {
6746
+ readonly createdAt: string & {
6871
6747
  readonly?: "__readonly" | undefined;
6872
6748
  };
6873
- companyId: string;
6874
- resourceGroupIds: string[];
6875
- readonly contentVersion: number & {
6749
+ readonly updatedAt: string & {
6876
6750
  readonly?: "__readonly" | undefined;
6877
6751
  };
6878
6752
  readonly configurationUpdatedAt: string & {
6879
6753
  readonly?: "__readonly" | undefined;
6880
6754
  };
6881
- readonly createdAt: string & {
6882
- readonly?: "__readonly" | undefined;
6883
- };
6884
6755
  hierarchy: string[];
6885
6756
  hidden: boolean;
6886
6757
  readonly template?: (string & {
@@ -6960,6 +6831,17 @@ export default class {
6960
6831
  };
6961
6832
  };
6962
6833
  storageOptions: {
6834
+ partitionCount: number;
6835
+ segments: {
6836
+ offlineSize: number;
6837
+ offlineReplication: number;
6838
+ realtimeSize: number;
6839
+ realtimeReplication: number;
6840
+ };
6841
+ retention?: {
6842
+ value: number;
6843
+ unit: "DAYS";
6844
+ } | undefined;
6963
6845
  destinations: {
6964
6846
  type: "bigquery";
6965
6847
  dataset: string;
@@ -6969,9 +6851,27 @@ export default class {
6969
6851
  } | undefined;
6970
6852
  }[];
6971
6853
  };
6972
- readonly archivedAt: string & {
6854
+ readonly lastSuccessfulIngestion?: (string & {
6855
+ readonly?: "__readonly" | undefined;
6856
+ }) | undefined;
6857
+ readonly lastFailedIngestion?: (string & {
6858
+ readonly?: "__readonly" | undefined;
6859
+ }) | undefined;
6860
+ readonly lastFailureReason?: (string & {
6861
+ readonly?: "__readonly" | undefined;
6862
+ }) | undefined;
6863
+ readonly hasWarnings: boolean & {
6973
6864
  readonly?: "__readonly" | undefined;
6974
6865
  };
6866
+ } | {
6867
+ name: string;
6868
+ mode: "worker";
6869
+ status: DatasourceStatus;
6870
+ readonly id: string & {
6871
+ readonly?: "__readonly" | undefined;
6872
+ };
6873
+ companyId: string;
6874
+ resourceGroupIds: string[];
6975
6875
  versions: (string | {
6976
6876
  mode: DatasourceMode;
6977
6877
  readonly id: string & {
@@ -7106,6 +7006,109 @@ export default class {
7106
7006
  _id: string;
7107
7007
  __v: number;
7108
7008
  })[];
7009
+ readonly archivedAt: string & {
7010
+ readonly?: "__readonly" | undefined;
7011
+ };
7012
+ readonly createdAt: string & {
7013
+ readonly?: "__readonly" | undefined;
7014
+ };
7015
+ readonly updatedAt: string & {
7016
+ readonly?: "__readonly" | undefined;
7017
+ };
7018
+ readonly contentVersion: number & {
7019
+ readonly?: "__readonly" | undefined;
7020
+ };
7021
+ readonly configurationUpdatedAt: string & {
7022
+ readonly?: "__readonly" | undefined;
7023
+ };
7024
+ hierarchy: string[];
7025
+ hidden: boolean;
7026
+ readonly template?: (string & {
7027
+ readonly?: "__readonly" | undefined;
7028
+ }) | undefined;
7029
+ readonly fetcher: {
7030
+ readonly?: "__readonly" | undefined;
7031
+ name: DatasourceFetcherName;
7032
+ params: unknown;
7033
+ } | {
7034
+ readonly?: "__readonly" | undefined;
7035
+ name: "fdj-bets";
7036
+ params: unknown;
7037
+ } | {
7038
+ readonly?: "__readonly" | undefined;
7039
+ name: "renault-prices";
7040
+ params: unknown;
7041
+ } | {
7042
+ readonly?: "__readonly" | undefined;
7043
+ name: "decathlon-product-fallback";
7044
+ params: unknown;
7045
+ } | {
7046
+ readonly?: "__readonly" | undefined;
7047
+ name: "generic-unwind-rows";
7048
+ params: {
7049
+ source: string;
7050
+ destination: string;
7051
+ columnDestination: string;
7052
+ valueType: string;
7053
+ };
7054
+ } | {
7055
+ readonly?: "__readonly" | undefined;
7056
+ name: "workflow-events";
7057
+ params: unknown;
7058
+ } | {
7059
+ readonly?: "__readonly" | undefined;
7060
+ name: "expired-product-lifetime";
7061
+ params: {
7062
+ purchaseDatasourceId: string;
7063
+ purchaseQuery: string;
7064
+ purchaseReferenceIdField: string;
7065
+ purchaseTimestampField: string;
7066
+ purchaseClientField: string;
7067
+ temporalities?: {
7068
+ maxLifetime: number;
7069
+ windowStart: number;
7070
+ windowEnd: number;
7071
+ minPurchaseCount?: number | undefined;
7072
+ }[] | undefined;
7073
+ };
7074
+ } | {
7075
+ readonly?: "__readonly" | undefined;
7076
+ name: "product-exclusion";
7077
+ params: {
7078
+ mode: "inclusion" | "exclusion";
7079
+ exclusionDatasourceId: string;
7080
+ exclusionIdField: string;
7081
+ productIdField: string;
7082
+ };
7083
+ } | {
7084
+ readonly?: "__readonly" | undefined;
7085
+ name: "per-user";
7086
+ params: unknown;
7087
+ } | {
7088
+ readonly?: "__readonly" | undefined;
7089
+ name: "generic-proxy-lock";
7090
+ params: {
7091
+ ttl: number;
7092
+ };
7093
+ } | {
7094
+ readonly?: "__readonly" | undefined;
7095
+ name: "generic-proxy-aggregation";
7096
+ params: {
7097
+ targetField: string;
7098
+ aggregationType: "sum" | "avg" | "min" | "max";
7099
+ outputField: string;
7100
+ };
7101
+ };
7102
+ storageOptions: {
7103
+ destinations: {
7104
+ type: "bigquery";
7105
+ dataset: string;
7106
+ tableName: string;
7107
+ deduplicateOptions?: {
7108
+ enabled: boolean;
7109
+ } | undefined;
7110
+ }[];
7111
+ };
7109
7112
  readonly lastSuccessfulIngestion?: (string & {
7110
7113
  readonly?: "__readonly" | undefined;
7111
7114
  }) | undefined;
@@ -7118,9 +7121,6 @@ export default class {
7118
7121
  readonly hasWarnings: boolean & {
7119
7122
  readonly?: "__readonly" | undefined;
7120
7123
  };
7121
- readonly updatedAt: string & {
7122
- readonly?: "__readonly" | undefined;
7123
- };
7124
7124
  thresholds: {
7125
7125
  type: "too_many_invalid_entries";
7126
7126
  value: number;
@@ -7161,12 +7161,152 @@ export default class {
7161
7161
  };
7162
7162
  companyId: string;
7163
7163
  resourceGroupIds: string[];
7164
- readonly configurationUpdatedAt: string & {
7164
+ versions: (string | {
7165
+ mode: DatasourceMode;
7166
+ readonly id: string & {
7167
+ readonly?: "__readonly" | undefined;
7168
+ };
7169
+ type: {
7170
+ name: "analytics";
7171
+ options: {
7172
+ autoExclusions?: boolean | undefined;
7173
+ noStats?: boolean | undefined;
7174
+ };
7175
+ subtype: "purchases";
7176
+ } | {
7177
+ name: "generic";
7178
+ subtype: import("./definitions").DatasourceGenericSubType;
7179
+ } | {
7180
+ name: "crm";
7181
+ subtype: import("./definitions").DatasourceCRMSubType;
7182
+ } | {
7183
+ name: "product";
7184
+ subtype: import("./definitions").DatasourceProductSubType;
7185
+ } | {
7186
+ name: "location";
7187
+ subtype: import("./definitions").DatasourceLocationSubType;
7188
+ } | {
7189
+ name: "analytics";
7190
+ subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
7191
+ } | {
7192
+ name: "push";
7193
+ subtype: "email";
7194
+ } | {
7195
+ name: "loop";
7196
+ subtype: import("./definitions").DatasourceLoopSubType;
7197
+ };
7198
+ fieldsMap: {
7199
+ name: string;
7200
+ source?: FieldSource | undefined;
7201
+ type: FieldMapType;
7202
+ selected: boolean;
7203
+ ignoreIfMissing?: boolean | undefined;
7204
+ metadata?: {
7205
+ locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en" | undefined;
7206
+ } | undefined;
7207
+ readonly primitive: ("string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}") & {
7208
+ readonly?: "__readonly" | undefined;
7209
+ };
7210
+ }[];
7211
+ readonly health: ("ERROR" | "WARNING" | "OK") & {
7212
+ readonly?: "__readonly" | undefined;
7213
+ };
7214
+ readonly state: import("./definitions").DatasourceVersionState & {
7215
+ readonly?: "__readonly" | undefined;
7216
+ };
7217
+ readonly pendingSteps?: ({
7218
+ name: "configure_name";
7219
+ } | {
7220
+ name: "configure_resource_group_ids";
7221
+ } | {
7222
+ name: "configure_sources";
7223
+ } | {
7224
+ name: "configure_fields";
7225
+ } | {
7226
+ name: "configure_field";
7227
+ field: {
7228
+ name: string;
7229
+ type: FieldMapType;
7230
+ };
7231
+ } | {
7232
+ name: "create_oauth_client";
7233
+ configurationId: string;
7234
+ } | {
7235
+ name: "authorize_oauth_client";
7236
+ slug: string;
7237
+ } | {
7238
+ name: "configure_thresholds";
7239
+ } | {
7240
+ name: "configure_api_key";
7241
+ slug: "partoo";
7242
+ } | {
7243
+ name: "patch";
7244
+ } | {
7245
+ name: "validate";
7246
+ } | {
7247
+ name: "configure_google_tag_manager";
7248
+ } | {
7249
+ name: "configure_reelevant_analytics_script";
7250
+ } | {
7251
+ name: "configure_product_datasource_source";
7252
+ } | {
7253
+ name: "configure_tracking_datasource_source";
7254
+ } | {
7255
+ name: "configure_best_product_query";
7256
+ } | {
7257
+ name: "configure_best_product_field";
7258
+ } | {
7259
+ name: "configure_fetcher";
7260
+ } | {
7261
+ name: "configure_merge_datasource_source";
7262
+ } | {
7263
+ name: "configure_merge_datasource_dependency";
7264
+ } | {
7265
+ name: "configure_merge_mapping";
7266
+ } | {
7267
+ name: "configure_bought_together";
7268
+ } | {
7269
+ name: "configure_top_attributes";
7270
+ } | {
7271
+ name: "configure_destination";
7272
+ type: "smtp";
7273
+ } | {
7274
+ name: "configure_hierarchy";
7275
+ } | {
7276
+ name: "google_my_business_set_url";
7277
+ urls: {
7278
+ getAccount: string;
7279
+ final: string;
7280
+ };
7281
+ } | {
7282
+ name: "setup_instagram";
7283
+ urls: {
7284
+ getAccount: string;
7285
+ final: string;
7286
+ getAccountInfos: string;
7287
+ };
7288
+ })[] | undefined;
7289
+ readonly availableFieldsTypes: FieldMapType[];
7290
+ readonly requiredFieldsTypes: {
7291
+ [x: string]: FieldMapType;
7292
+ }[];
7293
+ readonly uniqueFieldsTypes: FieldMapType[];
7294
+ readonly importantFieldsTypes: FieldMapType[];
7295
+ _id: string;
7296
+ __v: number;
7297
+ })[];
7298
+ readonly archivedAt: string & {
7165
7299
  readonly?: "__readonly" | undefined;
7166
7300
  };
7167
7301
  readonly createdAt: string & {
7168
7302
  readonly?: "__readonly" | undefined;
7169
7303
  };
7304
+ readonly updatedAt: string & {
7305
+ readonly?: "__readonly" | undefined;
7306
+ };
7307
+ readonly configurationUpdatedAt: string & {
7308
+ readonly?: "__readonly" | undefined;
7309
+ };
7170
7310
  hierarchy: string[];
7171
7311
  hidden: boolean;
7172
7312
  readonly template?: (string & {
@@ -7245,9 +7385,27 @@ export default class {
7245
7385
  outputField: string;
7246
7386
  };
7247
7387
  };
7248
- readonly archivedAt: string & {
7388
+ readonly lastSuccessfulIngestion?: (string & {
7389
+ readonly?: "__readonly" | undefined;
7390
+ }) | undefined;
7391
+ readonly lastFailedIngestion?: (string & {
7392
+ readonly?: "__readonly" | undefined;
7393
+ }) | undefined;
7394
+ readonly lastFailureReason?: (string & {
7395
+ readonly?: "__readonly" | undefined;
7396
+ }) | undefined;
7397
+ readonly hasWarnings: boolean & {
7249
7398
  readonly?: "__readonly" | undefined;
7250
7399
  };
7400
+ } | {
7401
+ name: string;
7402
+ mode: "ingester";
7403
+ status: DatasourceStatus;
7404
+ readonly id: string & {
7405
+ readonly?: "__readonly" | undefined;
7406
+ };
7407
+ companyId: string;
7408
+ resourceGroupIds: string[];
7251
7409
  versions: (string | {
7252
7410
  mode: DatasourceMode;
7253
7411
  readonly id: string & {
@@ -7382,36 +7540,18 @@ export default class {
7382
7540
  _id: string;
7383
7541
  __v: number;
7384
7542
  })[];
7385
- readonly lastSuccessfulIngestion?: (string & {
7386
- readonly?: "__readonly" | undefined;
7387
- }) | undefined;
7388
- readonly lastFailedIngestion?: (string & {
7389
- readonly?: "__readonly" | undefined;
7390
- }) | undefined;
7391
- readonly lastFailureReason?: (string & {
7392
- readonly?: "__readonly" | undefined;
7393
- }) | undefined;
7394
- readonly hasWarnings: boolean & {
7543
+ readonly archivedAt: string & {
7395
7544
  readonly?: "__readonly" | undefined;
7396
7545
  };
7397
- readonly updatedAt: string & {
7546
+ readonly createdAt: string & {
7398
7547
  readonly?: "__readonly" | undefined;
7399
7548
  };
7400
- } | {
7401
- name: string;
7402
- mode: "ingester";
7403
- status: DatasourceStatus;
7404
- readonly id: string & {
7549
+ readonly updatedAt: string & {
7405
7550
  readonly?: "__readonly" | undefined;
7406
7551
  };
7407
- companyId: string;
7408
- resourceGroupIds: string[];
7409
7552
  readonly configurationUpdatedAt: string & {
7410
7553
  readonly?: "__readonly" | undefined;
7411
7554
  };
7412
- readonly createdAt: string & {
7413
- readonly?: "__readonly" | undefined;
7414
- };
7415
7555
  hierarchy: string[];
7416
7556
  hidden: boolean;
7417
7557
  readonly template?: (string & {
@@ -7511,9 +7651,27 @@ export default class {
7511
7651
  } | undefined;
7512
7652
  }[];
7513
7653
  };
7514
- readonly archivedAt: string & {
7654
+ readonly lastSuccessfulIngestion?: (string & {
7655
+ readonly?: "__readonly" | undefined;
7656
+ }) | undefined;
7657
+ readonly lastFailedIngestion?: (string & {
7658
+ readonly?: "__readonly" | undefined;
7659
+ }) | undefined;
7660
+ readonly lastFailureReason?: (string & {
7661
+ readonly?: "__readonly" | undefined;
7662
+ }) | undefined;
7663
+ readonly hasWarnings: boolean & {
7515
7664
  readonly?: "__readonly" | undefined;
7516
7665
  };
7666
+ } | {
7667
+ name: string;
7668
+ mode: "pubsub";
7669
+ status: DatasourceStatus;
7670
+ readonly id: string & {
7671
+ readonly?: "__readonly" | undefined;
7672
+ };
7673
+ companyId: string;
7674
+ resourceGroupIds: string[];
7517
7675
  versions: (string | {
7518
7676
  mode: DatasourceMode;
7519
7677
  readonly id: string & {
@@ -7648,36 +7806,18 @@ export default class {
7648
7806
  _id: string;
7649
7807
  __v: number;
7650
7808
  })[];
7651
- readonly lastSuccessfulIngestion?: (string & {
7652
- readonly?: "__readonly" | undefined;
7653
- }) | undefined;
7654
- readonly lastFailedIngestion?: (string & {
7655
- readonly?: "__readonly" | undefined;
7656
- }) | undefined;
7657
- readonly lastFailureReason?: (string & {
7658
- readonly?: "__readonly" | undefined;
7659
- }) | undefined;
7660
- readonly hasWarnings: boolean & {
7809
+ readonly archivedAt: string & {
7661
7810
  readonly?: "__readonly" | undefined;
7662
7811
  };
7663
- readonly updatedAt: string & {
7812
+ readonly createdAt: string & {
7664
7813
  readonly?: "__readonly" | undefined;
7665
7814
  };
7666
- } | {
7667
- name: string;
7668
- mode: "pubsub";
7669
- status: DatasourceStatus;
7670
- readonly id: string & {
7815
+ readonly updatedAt: string & {
7671
7816
  readonly?: "__readonly" | undefined;
7672
7817
  };
7673
- companyId: string;
7674
- resourceGroupIds: string[];
7675
7818
  readonly configurationUpdatedAt: string & {
7676
7819
  readonly?: "__readonly" | undefined;
7677
7820
  };
7678
- readonly createdAt: string & {
7679
- readonly?: "__readonly" | undefined;
7680
- };
7681
7821
  hierarchy: string[];
7682
7822
  hidden: boolean;
7683
7823
  readonly template?: (string & {
@@ -7777,9 +7917,55 @@ export default class {
7777
7917
  } | undefined;
7778
7918
  }[];
7779
7919
  };
7780
- readonly archivedAt: string & {
7920
+ readonly lastSuccessfulIngestion?: (string & {
7921
+ readonly?: "__readonly" | undefined;
7922
+ }) | undefined;
7923
+ readonly lastFailedIngestion?: (string & {
7924
+ readonly?: "__readonly" | undefined;
7925
+ }) | undefined;
7926
+ readonly lastFailureReason?: (string & {
7927
+ readonly?: "__readonly" | undefined;
7928
+ }) | undefined;
7929
+ readonly hasWarnings: boolean & {
7781
7930
  readonly?: "__readonly" | undefined;
7782
7931
  };
7932
+ };
7933
+ program: string;
7934
+ version: string;
7935
+ status: string;
7936
+ code?: number | undefined;
7937
+ message: string;
7938
+ }, any, {}>>;
7939
+ listHierarchy: (params: {
7940
+ hierarchy?: string[] | undefined;
7941
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
7942
+ status: "success";
7943
+ } & {
7944
+ datetime: string;
7945
+ data: string[];
7946
+ program: string;
7947
+ version: string;
7948
+ status: string;
7949
+ code?: number | undefined;
7950
+ message: string;
7951
+ }, any, {}>>;
7952
+ get: (params: {
7953
+ id: string;
7954
+ versions?: string | undefined;
7955
+ withExample?: string | undefined;
7956
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
7957
+ status: "success";
7958
+ } & {
7959
+ datetime: string;
7960
+ data: {
7961
+ name: string;
7962
+ mode: "push";
7963
+ status: DatasourceStatus;
7964
+ readonly id: string & {
7965
+ readonly?: "__readonly" | undefined;
7966
+ };
7967
+ companyId: string;
7968
+ resourceGroupIds: string[];
7783
7969
  versions: (string | {
7784
7970
  mode: DatasourceMode;
7785
7971
  readonly id: string & {
@@ -7914,64 +8100,18 @@ export default class {
7914
8100
  _id: string;
7915
8101
  __v: number;
7916
8102
  })[];
7917
- readonly lastSuccessfulIngestion?: (string & {
7918
- readonly?: "__readonly" | undefined;
7919
- }) | undefined;
7920
- readonly lastFailedIngestion?: (string & {
7921
- readonly?: "__readonly" | undefined;
7922
- }) | undefined;
7923
- readonly lastFailureReason?: (string & {
7924
- readonly?: "__readonly" | undefined;
7925
- }) | undefined;
7926
- readonly hasWarnings: boolean & {
8103
+ readonly archivedAt: string & {
7927
8104
  readonly?: "__readonly" | undefined;
7928
8105
  };
7929
- readonly updatedAt: string & {
8106
+ readonly createdAt: string & {
7930
8107
  readonly?: "__readonly" | undefined;
7931
8108
  };
7932
- };
7933
- program: string;
7934
- version: string;
7935
- status: string;
7936
- code?: number | undefined;
7937
- message: string;
7938
- }, any, {}>>;
7939
- listHierarchy: (params: {
7940
- hierarchy?: string[] | undefined;
7941
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
7942
- status: "success";
7943
- } & {
7944
- datetime: string;
7945
- data: string[];
7946
- program: string;
7947
- version: string;
7948
- status: string;
7949
- code?: number | undefined;
7950
- message: string;
7951
- }, any, {}>>;
7952
- get: (params: {
7953
- id: string;
7954
- versions?: string | undefined;
7955
- withExample?: string | undefined;
7956
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
7957
- status: "success";
7958
- } & {
7959
- datetime: string;
7960
- data: {
7961
- name: string;
7962
- mode: "push";
7963
- status: DatasourceStatus;
7964
- readonly id: string & {
8109
+ readonly updatedAt: string & {
7965
8110
  readonly?: "__readonly" | undefined;
7966
8111
  };
7967
- companyId: string;
7968
- resourceGroupIds: string[];
7969
8112
  readonly configurationUpdatedAt: string & {
7970
8113
  readonly?: "__readonly" | undefined;
7971
8114
  };
7972
- readonly createdAt: string & {
7973
- readonly?: "__readonly" | undefined;
7974
- };
7975
8115
  hierarchy: string[];
7976
8116
  hidden: boolean;
7977
8117
  readonly template?: (string & {
@@ -8071,9 +8211,42 @@ export default class {
8071
8211
  } | undefined;
8072
8212
  }[];
8073
8213
  };
8074
- readonly archivedAt: string & {
8214
+ readonly lastSuccessfulIngestion?: (string & {
8215
+ readonly?: "__readonly" | undefined;
8216
+ }) | undefined;
8217
+ readonly lastFailedIngestion?: (string & {
8218
+ readonly?: "__readonly" | undefined;
8219
+ }) | undefined;
8220
+ readonly lastFailureReason?: (string & {
8221
+ readonly?: "__readonly" | undefined;
8222
+ }) | undefined;
8223
+ readonly hasWarnings: boolean & {
8075
8224
  readonly?: "__readonly" | undefined;
8076
8225
  };
8226
+ example?: {
8227
+ [x: string]: unknown;
8228
+ } | undefined;
8229
+ queriableFields?: {
8230
+ name: string;
8231
+ type: FieldMapType;
8232
+ sortable: boolean;
8233
+ readonly primitive: ("string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}") & {
8234
+ readonly?: "__readonly" | undefined;
8235
+ };
8236
+ enum?: (string | number)[] | undefined;
8237
+ required: boolean;
8238
+ unique: boolean;
8239
+ allowedOperators: ("$eq" | "$ne" | "$contains" | "$notcontains" | "$startswith" | "$endswith" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "startswith" | "endswith" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$rangefuture" | "$rangepast" | "$nrangefuture" | "$nrangepast" | "rangefuture" | "rangepast" | "nrangefuture" | "nrangepast")[];
8240
+ }[] | undefined;
8241
+ } | {
8242
+ name: string;
8243
+ mode: "worker";
8244
+ status: DatasourceStatus;
8245
+ readonly id: string & {
8246
+ readonly?: "__readonly" | undefined;
8247
+ };
8248
+ companyId: string;
8249
+ resourceGroupIds: string[];
8077
8250
  versions: (string | {
8078
8251
  mode: DatasourceMode;
8079
8252
  readonly id: string & {
@@ -8208,54 +8381,21 @@ export default class {
8208
8381
  _id: string;
8209
8382
  __v: number;
8210
8383
  })[];
8211
- readonly lastSuccessfulIngestion?: (string & {
8212
- readonly?: "__readonly" | undefined;
8213
- }) | undefined;
8214
- readonly lastFailedIngestion?: (string & {
8215
- readonly?: "__readonly" | undefined;
8216
- }) | undefined;
8217
- readonly lastFailureReason?: (string & {
8218
- readonly?: "__readonly" | undefined;
8219
- }) | undefined;
8220
- readonly hasWarnings: boolean & {
8384
+ readonly archivedAt: string & {
8221
8385
  readonly?: "__readonly" | undefined;
8222
8386
  };
8223
- readonly updatedAt: string & {
8387
+ readonly createdAt: string & {
8224
8388
  readonly?: "__readonly" | undefined;
8225
8389
  };
8226
- example?: {
8227
- [x: string]: unknown;
8228
- } | undefined;
8229
- queriableFields?: {
8230
- name: string;
8231
- type: FieldMapType;
8232
- sortable: boolean;
8233
- readonly primitive: ("string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}") & {
8234
- readonly?: "__readonly" | undefined;
8235
- };
8236
- enum?: (string | number)[] | undefined;
8237
- required: boolean;
8238
- unique: boolean;
8239
- allowedOperators: ("$eq" | "$ne" | "$contains" | "$notcontains" | "$startswith" | "$endswith" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "startswith" | "endswith" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$rangefuture" | "$rangepast" | "$nrangefuture" | "$nrangepast" | "rangefuture" | "rangepast" | "nrangefuture" | "nrangepast")[];
8240
- }[] | undefined;
8241
- } | {
8242
- name: string;
8243
- mode: "worker";
8244
- status: DatasourceStatus;
8245
- readonly id: string & {
8390
+ readonly updatedAt: string & {
8246
8391
  readonly?: "__readonly" | undefined;
8247
8392
  };
8248
- companyId: string;
8249
- resourceGroupIds: string[];
8250
8393
  readonly contentVersion: number & {
8251
8394
  readonly?: "__readonly" | undefined;
8252
8395
  };
8253
8396
  readonly configurationUpdatedAt: string & {
8254
8397
  readonly?: "__readonly" | undefined;
8255
8398
  };
8256
- readonly createdAt: string & {
8257
- readonly?: "__readonly" | undefined;
8258
- };
8259
8399
  hierarchy: string[];
8260
8400
  hidden: boolean;
8261
8401
  readonly template?: (string & {
@@ -8344,9 +8484,73 @@ export default class {
8344
8484
  } | undefined;
8345
8485
  }[];
8346
8486
  };
8347
- readonly archivedAt: string & {
8487
+ readonly lastSuccessfulIngestion?: (string & {
8488
+ readonly?: "__readonly" | undefined;
8489
+ }) | undefined;
8490
+ readonly lastFailedIngestion?: (string & {
8491
+ readonly?: "__readonly" | undefined;
8492
+ }) | undefined;
8493
+ readonly lastFailureReason?: (string & {
8494
+ readonly?: "__readonly" | undefined;
8495
+ }) | undefined;
8496
+ readonly hasWarnings: boolean & {
8497
+ readonly?: "__readonly" | undefined;
8498
+ };
8499
+ example?: {
8500
+ [x: string]: unknown;
8501
+ } | undefined;
8502
+ queriableFields?: {
8503
+ name: string;
8504
+ type: FieldMapType;
8505
+ sortable: boolean;
8506
+ readonly primitive: ("string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}") & {
8507
+ readonly?: "__readonly" | undefined;
8508
+ };
8509
+ enum?: (string | number)[] | undefined;
8510
+ required: boolean;
8511
+ unique: boolean;
8512
+ allowedOperators: ("$eq" | "$ne" | "$contains" | "$notcontains" | "$startswith" | "$endswith" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "startswith" | "endswith" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$rangefuture" | "$rangepast" | "$nrangefuture" | "$nrangepast" | "rangefuture" | "rangepast" | "nrangefuture" | "nrangepast")[];
8513
+ }[] | undefined;
8514
+ thresholds: {
8515
+ type: "too_many_invalid_entries";
8516
+ value: number;
8517
+ trigger: {
8518
+ type: "error";
8519
+ value: "too_many_invalid_entries";
8520
+ };
8521
+ }[] | {
8522
+ type: "entries_drop_rate_too_high";
8523
+ value: number;
8524
+ trigger: {
8525
+ type: "warning";
8526
+ value: "entries_drop_rate_too_high";
8527
+ } | {
8528
+ type: "error";
8529
+ value: "entries_drop_rate_too_high";
8530
+ };
8531
+ }[];
8532
+ attempts?: number | undefined;
8533
+ readonly lastRunAt: string & {
8534
+ readonly?: "__readonly" | undefined;
8535
+ };
8536
+ readonly currentLiveVersion: string & {
8348
8537
  readonly?: "__readonly" | undefined;
8349
8538
  };
8539
+ readonly pausedAt: string & {
8540
+ readonly?: "__readonly" | undefined;
8541
+ };
8542
+ readonly isPaused: boolean & {
8543
+ readonly?: "__readonly" | undefined;
8544
+ };
8545
+ } | {
8546
+ name: string;
8547
+ mode: "proxy";
8548
+ status: DatasourceStatus;
8549
+ readonly id: string & {
8550
+ readonly?: "__readonly" | undefined;
8551
+ };
8552
+ companyId: string;
8553
+ resourceGroupIds: string[];
8350
8554
  versions: (string | {
8351
8555
  mode: DatasourceMode;
8352
8556
  readonly id: string & {
@@ -8481,82 +8685,18 @@ export default class {
8481
8685
  _id: string;
8482
8686
  __v: number;
8483
8687
  })[];
8484
- readonly lastSuccessfulIngestion?: (string & {
8485
- readonly?: "__readonly" | undefined;
8486
- }) | undefined;
8487
- readonly lastFailedIngestion?: (string & {
8488
- readonly?: "__readonly" | undefined;
8489
- }) | undefined;
8490
- readonly lastFailureReason?: (string & {
8491
- readonly?: "__readonly" | undefined;
8492
- }) | undefined;
8493
- readonly hasWarnings: boolean & {
8494
- readonly?: "__readonly" | undefined;
8495
- };
8496
- readonly updatedAt: string & {
8497
- readonly?: "__readonly" | undefined;
8498
- };
8499
- example?: {
8500
- [x: string]: unknown;
8501
- } | undefined;
8502
- queriableFields?: {
8503
- name: string;
8504
- type: FieldMapType;
8505
- sortable: boolean;
8506
- readonly primitive: ("string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}") & {
8507
- readonly?: "__readonly" | undefined;
8508
- };
8509
- enum?: (string | number)[] | undefined;
8510
- required: boolean;
8511
- unique: boolean;
8512
- allowedOperators: ("$eq" | "$ne" | "$contains" | "$notcontains" | "$startswith" | "$endswith" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "startswith" | "endswith" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$rangefuture" | "$rangepast" | "$nrangefuture" | "$nrangepast" | "rangefuture" | "rangepast" | "nrangefuture" | "nrangepast")[];
8513
- }[] | undefined;
8514
- thresholds: {
8515
- type: "too_many_invalid_entries";
8516
- value: number;
8517
- trigger: {
8518
- type: "error";
8519
- value: "too_many_invalid_entries";
8520
- };
8521
- }[] | {
8522
- type: "entries_drop_rate_too_high";
8523
- value: number;
8524
- trigger: {
8525
- type: "warning";
8526
- value: "entries_drop_rate_too_high";
8527
- } | {
8528
- type: "error";
8529
- value: "entries_drop_rate_too_high";
8530
- };
8531
- }[];
8532
- attempts?: number | undefined;
8533
- readonly lastRunAt: string & {
8534
- readonly?: "__readonly" | undefined;
8535
- };
8536
- readonly currentLiveVersion: string & {
8537
- readonly?: "__readonly" | undefined;
8538
- };
8539
- readonly pausedAt: string & {
8688
+ readonly archivedAt: string & {
8540
8689
  readonly?: "__readonly" | undefined;
8541
8690
  };
8542
- readonly isPaused: boolean & {
8691
+ readonly createdAt: string & {
8543
8692
  readonly?: "__readonly" | undefined;
8544
8693
  };
8545
- } | {
8546
- name: string;
8547
- mode: "proxy";
8548
- status: DatasourceStatus;
8549
- readonly id: string & {
8694
+ readonly updatedAt: string & {
8550
8695
  readonly?: "__readonly" | undefined;
8551
8696
  };
8552
- companyId: string;
8553
- resourceGroupIds: string[];
8554
8697
  readonly configurationUpdatedAt: string & {
8555
8698
  readonly?: "__readonly" | undefined;
8556
8699
  };
8557
- readonly createdAt: string & {
8558
- readonly?: "__readonly" | undefined;
8559
- };
8560
8700
  hierarchy: string[];
8561
8701
  hidden: boolean;
8562
8702
  readonly template?: (string & {
@@ -8635,9 +8775,42 @@ export default class {
8635
8775
  outputField: string;
8636
8776
  };
8637
8777
  };
8638
- readonly archivedAt: string & {
8778
+ readonly lastSuccessfulIngestion?: (string & {
8779
+ readonly?: "__readonly" | undefined;
8780
+ }) | undefined;
8781
+ readonly lastFailedIngestion?: (string & {
8782
+ readonly?: "__readonly" | undefined;
8783
+ }) | undefined;
8784
+ readonly lastFailureReason?: (string & {
8785
+ readonly?: "__readonly" | undefined;
8786
+ }) | undefined;
8787
+ readonly hasWarnings: boolean & {
8788
+ readonly?: "__readonly" | undefined;
8789
+ };
8790
+ example?: {
8791
+ [x: string]: unknown;
8792
+ } | undefined;
8793
+ queriableFields?: {
8794
+ name: string;
8795
+ type: FieldMapType;
8796
+ sortable: boolean;
8797
+ readonly primitive: ("string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}") & {
8798
+ readonly?: "__readonly" | undefined;
8799
+ };
8800
+ enum?: (string | number)[] | undefined;
8801
+ required: boolean;
8802
+ unique: boolean;
8803
+ allowedOperators: ("$eq" | "$ne" | "$contains" | "$notcontains" | "$startswith" | "$endswith" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "startswith" | "endswith" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$rangefuture" | "$rangepast" | "$nrangefuture" | "$nrangepast" | "rangefuture" | "rangepast" | "nrangefuture" | "nrangepast")[];
8804
+ }[] | undefined;
8805
+ } | {
8806
+ name: string;
8807
+ mode: "ingester";
8808
+ status: DatasourceStatus;
8809
+ readonly id: string & {
8639
8810
  readonly?: "__readonly" | undefined;
8640
8811
  };
8812
+ companyId: string;
8813
+ resourceGroupIds: string[];
8641
8814
  versions: (string | {
8642
8815
  mode: DatasourceMode;
8643
8816
  readonly id: string & {
@@ -8772,51 +8945,18 @@ export default class {
8772
8945
  _id: string;
8773
8946
  __v: number;
8774
8947
  })[];
8775
- readonly lastSuccessfulIngestion?: (string & {
8776
- readonly?: "__readonly" | undefined;
8777
- }) | undefined;
8778
- readonly lastFailedIngestion?: (string & {
8779
- readonly?: "__readonly" | undefined;
8780
- }) | undefined;
8781
- readonly lastFailureReason?: (string & {
8782
- readonly?: "__readonly" | undefined;
8783
- }) | undefined;
8784
- readonly hasWarnings: boolean & {
8948
+ readonly archivedAt: string & {
8785
8949
  readonly?: "__readonly" | undefined;
8786
8950
  };
8787
- readonly updatedAt: string & {
8951
+ readonly createdAt: string & {
8788
8952
  readonly?: "__readonly" | undefined;
8789
8953
  };
8790
- example?: {
8791
- [x: string]: unknown;
8792
- } | undefined;
8793
- queriableFields?: {
8794
- name: string;
8795
- type: FieldMapType;
8796
- sortable: boolean;
8797
- readonly primitive: ("string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}") & {
8798
- readonly?: "__readonly" | undefined;
8799
- };
8800
- enum?: (string | number)[] | undefined;
8801
- required: boolean;
8802
- unique: boolean;
8803
- allowedOperators: ("$eq" | "$ne" | "$contains" | "$notcontains" | "$startswith" | "$endswith" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "startswith" | "endswith" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$rangefuture" | "$rangepast" | "$nrangefuture" | "$nrangepast" | "rangefuture" | "rangepast" | "nrangefuture" | "nrangepast")[];
8804
- }[] | undefined;
8805
- } | {
8806
- name: string;
8807
- mode: "ingester";
8808
- status: DatasourceStatus;
8809
- readonly id: string & {
8954
+ readonly updatedAt: string & {
8810
8955
  readonly?: "__readonly" | undefined;
8811
8956
  };
8812
- companyId: string;
8813
- resourceGroupIds: string[];
8814
8957
  readonly configurationUpdatedAt: string & {
8815
8958
  readonly?: "__readonly" | undefined;
8816
8959
  };
8817
- readonly createdAt: string & {
8818
- readonly?: "__readonly" | undefined;
8819
- };
8820
8960
  hierarchy: string[];
8821
8961
  hidden: boolean;
8822
8962
  readonly template?: (string & {
@@ -8916,9 +9056,42 @@ export default class {
8916
9056
  } | undefined;
8917
9057
  }[];
8918
9058
  };
8919
- readonly archivedAt: string & {
9059
+ readonly lastSuccessfulIngestion?: (string & {
9060
+ readonly?: "__readonly" | undefined;
9061
+ }) | undefined;
9062
+ readonly lastFailedIngestion?: (string & {
9063
+ readonly?: "__readonly" | undefined;
9064
+ }) | undefined;
9065
+ readonly lastFailureReason?: (string & {
9066
+ readonly?: "__readonly" | undefined;
9067
+ }) | undefined;
9068
+ readonly hasWarnings: boolean & {
9069
+ readonly?: "__readonly" | undefined;
9070
+ };
9071
+ example?: {
9072
+ [x: string]: unknown;
9073
+ } | undefined;
9074
+ queriableFields?: {
9075
+ name: string;
9076
+ type: FieldMapType;
9077
+ sortable: boolean;
9078
+ readonly primitive: ("string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}") & {
9079
+ readonly?: "__readonly" | undefined;
9080
+ };
9081
+ enum?: (string | number)[] | undefined;
9082
+ required: boolean;
9083
+ unique: boolean;
9084
+ allowedOperators: ("$eq" | "$ne" | "$contains" | "$notcontains" | "$startswith" | "$endswith" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "startswith" | "endswith" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$rangefuture" | "$rangepast" | "$nrangefuture" | "$nrangepast" | "rangefuture" | "rangepast" | "nrangefuture" | "nrangepast")[];
9085
+ }[] | undefined;
9086
+ } | {
9087
+ name: string;
9088
+ mode: "pubsub";
9089
+ status: DatasourceStatus;
9090
+ readonly id: string & {
8920
9091
  readonly?: "__readonly" | undefined;
8921
9092
  };
9093
+ companyId: string;
9094
+ resourceGroupIds: string[];
8922
9095
  versions: (string | {
8923
9096
  mode: DatasourceMode;
8924
9097
  readonly id: string & {
@@ -9053,51 +9226,18 @@ export default class {
9053
9226
  _id: string;
9054
9227
  __v: number;
9055
9228
  })[];
9056
- readonly lastSuccessfulIngestion?: (string & {
9057
- readonly?: "__readonly" | undefined;
9058
- }) | undefined;
9059
- readonly lastFailedIngestion?: (string & {
9060
- readonly?: "__readonly" | undefined;
9061
- }) | undefined;
9062
- readonly lastFailureReason?: (string & {
9063
- readonly?: "__readonly" | undefined;
9064
- }) | undefined;
9065
- readonly hasWarnings: boolean & {
9229
+ readonly archivedAt: string & {
9066
9230
  readonly?: "__readonly" | undefined;
9067
9231
  };
9068
- readonly updatedAt: string & {
9232
+ readonly createdAt: string & {
9069
9233
  readonly?: "__readonly" | undefined;
9070
9234
  };
9071
- example?: {
9072
- [x: string]: unknown;
9073
- } | undefined;
9074
- queriableFields?: {
9075
- name: string;
9076
- type: FieldMapType;
9077
- sortable: boolean;
9078
- readonly primitive: ("string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}") & {
9079
- readonly?: "__readonly" | undefined;
9080
- };
9081
- enum?: (string | number)[] | undefined;
9082
- required: boolean;
9083
- unique: boolean;
9084
- allowedOperators: ("$eq" | "$ne" | "$contains" | "$notcontains" | "$startswith" | "$endswith" | "$empty" | "eq" | "ne" | "contains" | "notcontains" | "startswith" | "endswith" | "empty" | "$neq" | "$nne" | "$lt" | "$lte" | "$gt" | "$gte" | "neq" | "nne" | "lt" | "lte" | "gt" | "gte" | "$rangefuture" | "$rangepast" | "$nrangefuture" | "$nrangepast" | "rangefuture" | "rangepast" | "nrangefuture" | "nrangepast")[];
9085
- }[] | undefined;
9086
- } | {
9087
- name: string;
9088
- mode: "pubsub";
9089
- status: DatasourceStatus;
9090
- readonly id: string & {
9235
+ readonly updatedAt: string & {
9091
9236
  readonly?: "__readonly" | undefined;
9092
9237
  };
9093
- companyId: string;
9094
- resourceGroupIds: string[];
9095
9238
  readonly configurationUpdatedAt: string & {
9096
9239
  readonly?: "__readonly" | undefined;
9097
9240
  };
9098
- readonly createdAt: string & {
9099
- readonly?: "__readonly" | undefined;
9100
- };
9101
9241
  hierarchy: string[];
9102
9242
  hidden: boolean;
9103
9243
  readonly template?: (string & {
@@ -9197,143 +9337,6 @@ export default class {
9197
9337
  } | undefined;
9198
9338
  }[];
9199
9339
  };
9200
- readonly archivedAt: string & {
9201
- readonly?: "__readonly" | undefined;
9202
- };
9203
- versions: (string | {
9204
- mode: DatasourceMode;
9205
- readonly id: string & {
9206
- readonly?: "__readonly" | undefined;
9207
- };
9208
- type: {
9209
- name: "analytics";
9210
- options: {
9211
- autoExclusions?: boolean | undefined;
9212
- noStats?: boolean | undefined;
9213
- };
9214
- subtype: "purchases";
9215
- } | {
9216
- name: "generic";
9217
- subtype: import("./definitions").DatasourceGenericSubType;
9218
- } | {
9219
- name: "crm";
9220
- subtype: import("./definitions").DatasourceCRMSubType;
9221
- } | {
9222
- name: "product";
9223
- subtype: import("./definitions").DatasourceProductSubType;
9224
- } | {
9225
- name: "location";
9226
- subtype: import("./definitions").DatasourceLocationSubType;
9227
- } | {
9228
- name: "analytics";
9229
- subtype: "reelevant" | "google_tag_manager" | "workflow_events" | "user" | "mutable";
9230
- } | {
9231
- name: "push";
9232
- subtype: "email";
9233
- } | {
9234
- name: "loop";
9235
- subtype: import("./definitions").DatasourceLoopSubType;
9236
- };
9237
- fieldsMap: {
9238
- name: string;
9239
- source?: FieldSource | undefined;
9240
- type: FieldMapType;
9241
- selected: boolean;
9242
- ignoreIfMissing?: boolean | undefined;
9243
- metadata?: {
9244
- locale?: "de" | "fr" | "ja" | "pt" | "nl" | "zh" | "ru" | "es" | "uk" | "en" | undefined;
9245
- } | undefined;
9246
- readonly primitive: ("string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}") & {
9247
- readonly?: "__readonly" | undefined;
9248
- };
9249
- }[];
9250
- readonly health: ("ERROR" | "WARNING" | "OK") & {
9251
- readonly?: "__readonly" | undefined;
9252
- };
9253
- readonly state: import("./definitions").DatasourceVersionState & {
9254
- readonly?: "__readonly" | undefined;
9255
- };
9256
- readonly pendingSteps?: ({
9257
- name: "configure_name";
9258
- } | {
9259
- name: "configure_resource_group_ids";
9260
- } | {
9261
- name: "configure_sources";
9262
- } | {
9263
- name: "configure_fields";
9264
- } | {
9265
- name: "configure_field";
9266
- field: {
9267
- name: string;
9268
- type: FieldMapType;
9269
- };
9270
- } | {
9271
- name: "create_oauth_client";
9272
- configurationId: string;
9273
- } | {
9274
- name: "authorize_oauth_client";
9275
- slug: string;
9276
- } | {
9277
- name: "configure_thresholds";
9278
- } | {
9279
- name: "configure_api_key";
9280
- slug: "partoo";
9281
- } | {
9282
- name: "patch";
9283
- } | {
9284
- name: "validate";
9285
- } | {
9286
- name: "configure_google_tag_manager";
9287
- } | {
9288
- name: "configure_reelevant_analytics_script";
9289
- } | {
9290
- name: "configure_product_datasource_source";
9291
- } | {
9292
- name: "configure_tracking_datasource_source";
9293
- } | {
9294
- name: "configure_best_product_query";
9295
- } | {
9296
- name: "configure_best_product_field";
9297
- } | {
9298
- name: "configure_fetcher";
9299
- } | {
9300
- name: "configure_merge_datasource_source";
9301
- } | {
9302
- name: "configure_merge_datasource_dependency";
9303
- } | {
9304
- name: "configure_merge_mapping";
9305
- } | {
9306
- name: "configure_bought_together";
9307
- } | {
9308
- name: "configure_top_attributes";
9309
- } | {
9310
- name: "configure_destination";
9311
- type: "smtp";
9312
- } | {
9313
- name: "configure_hierarchy";
9314
- } | {
9315
- name: "google_my_business_set_url";
9316
- urls: {
9317
- getAccount: string;
9318
- final: string;
9319
- };
9320
- } | {
9321
- name: "setup_instagram";
9322
- urls: {
9323
- getAccount: string;
9324
- final: string;
9325
- getAccountInfos: string;
9326
- };
9327
- })[] | undefined;
9328
- readonly availableFieldsTypes: FieldMapType[];
9329
- readonly requiredFieldsTypes: {
9330
- [x: string]: FieldMapType;
9331
- }[];
9332
- readonly uniqueFieldsTypes: FieldMapType[];
9333
- readonly importantFieldsTypes: FieldMapType[];
9334
- _id: string;
9335
- __v: number;
9336
- })[];
9337
9340
  readonly lastSuccessfulIngestion?: (string & {
9338
9341
  readonly?: "__readonly" | undefined;
9339
9342
  }) | undefined;
@@ -9346,9 +9349,6 @@ export default class {
9346
9349
  readonly hasWarnings: boolean & {
9347
9350
  readonly?: "__readonly" | undefined;
9348
9351
  };
9349
- readonly updatedAt: string & {
9350
- readonly?: "__readonly" | undefined;
9351
- };
9352
9352
  example?: {
9353
9353
  [x: string]: unknown;
9354
9354
  } | undefined;
@@ -9442,8 +9442,8 @@ export default class {
9442
9442
  data: {
9443
9443
  success: boolean;
9444
9444
  steps: {
9445
- error?: string | undefined;
9446
9445
  name: string;
9446
+ error?: string | undefined;
9447
9447
  status: "success" | "failed";
9448
9448
  durationMs: number;
9449
9449
  detail?: {
@@ -9871,384 +9871,661 @@ export default class {
9871
9871
  message: string;
9872
9872
  }, any, {}>>;
9873
9873
  };
9874
- get DatasourceSteps(): {
9875
- getCurrentStepDatasource: (params: {
9876
- id: string;
9874
+ get Datagraph(): {
9875
+ listSchemas: (params: {
9876
+ page?: number | undefined;
9877
+ perPage?: number | undefined;
9877
9878
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
9879
+ paginationCount: number;
9880
+ paginationPage: number;
9881
+ paginationLimit: number;
9882
+ } & {
9878
9883
  status: "success";
9879
9884
  } & {
9880
9885
  datetime: string;
9881
9886
  data: {
9882
- current: {
9883
- name: "configure_name";
9884
- value?: string | undefined;
9885
- } | {
9886
- name: "configure_resource_group_ids";
9887
- value?: string[] | undefined;
9887
+ readonly companyId: string & {
9888
+ readonly?: "__readonly" | undefined;
9889
+ };
9890
+ readonly resourceGroupIds: string[];
9891
+ readonly versions: (string | {
9892
+ readonly companyId: string & {
9893
+ readonly?: "__readonly" | undefined;
9894
+ };
9895
+ readonly state: import("./definitions").DatagraphSchemaVersionState & {
9896
+ readonly?: "__readonly" | undefined;
9897
+ };
9898
+ _id: string;
9899
+ __v: number;
9900
+ readonly definition: {
9901
+ name: string;
9902
+ description?: string | undefined;
9903
+ relations?: {
9904
+ description?: string | undefined;
9905
+ type: "Relation";
9906
+ columns: string[];
9907
+ reference: {
9908
+ datasourceId: string;
9909
+ table: string;
9910
+ columns: string[];
9911
+ };
9912
+ }[] | undefined;
9913
+ datasourceId: string;
9914
+ columns: {
9915
+ name: string;
9916
+ description?: string | undefined;
9917
+ type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "name" | "description" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
9918
+ default?: string | number | boolean | undefined;
9919
+ }[];
9920
+ virtualColumns?: {
9921
+ query: string;
9922
+ name: string;
9923
+ description?: string | undefined;
9924
+ type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "name" | "description" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
9925
+ }[] | undefined;
9926
+ uniqueKeys?: {
9927
+ description?: string | undefined;
9928
+ type: "UniqueKey";
9929
+ columns: string[];
9930
+ }[] | undefined;
9931
+ indexes?: {
9932
+ description?: string | undefined;
9933
+ type: "Index";
9934
+ columns: string[];
9935
+ }[] | undefined;
9936
+ }[];
9937
+ })[];
9938
+ archivedAt: string | null;
9939
+ }[];
9940
+ program: string;
9941
+ version: string;
9942
+ status: string;
9943
+ code?: number | undefined;
9944
+ message: string;
9945
+ }, any, {}>>;
9946
+ createSchema: (params: Record<string, never>, data: {
9947
+ schema: {
9948
+ name: string;
9949
+ description?: string | undefined;
9950
+ relations?: {
9951
+ description?: string | undefined;
9952
+ type: "Relation";
9953
+ columns: string[];
9954
+ reference: {
9955
+ datasourceId: string;
9956
+ table: string;
9957
+ columns: string[];
9958
+ };
9959
+ }[] | undefined;
9960
+ datasourceId: string;
9961
+ columns: {
9962
+ name: string;
9963
+ description?: string | undefined;
9964
+ type: FieldMapType;
9965
+ default?: string | number | boolean | undefined;
9966
+ }[];
9967
+ virtualColumns?: {
9968
+ query: string;
9969
+ name: string;
9970
+ description?: string | undefined;
9971
+ type: FieldMapType;
9972
+ }[] | undefined;
9973
+ uniqueKeys?: {
9974
+ description?: string | undefined;
9975
+ type: "UniqueKey";
9976
+ columns: string[];
9977
+ }[] | undefined;
9978
+ indexes?: {
9979
+ description?: string | undefined;
9980
+ type: "Index";
9981
+ columns: string[];
9982
+ }[] | undefined;
9983
+ }[];
9984
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
9985
+ status: "success";
9986
+ } & {
9987
+ datetime: string;
9988
+ data: {
9989
+ [x: string]: unknown;
9990
+ };
9991
+ program: string;
9992
+ version: string;
9993
+ status: string;
9994
+ code?: number | undefined;
9995
+ message: string;
9996
+ }, any, {}>>;
9997
+ validateSchema: (params: Record<string, never>, data: {
9998
+ schema: unknown;
9999
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
10000
+ status: "success";
10001
+ } & {
10002
+ datetime: string;
10003
+ data: {
10004
+ validation: {
10005
+ success: true;
10006
+ data: {
10007
+ name: string;
10008
+ description?: string | undefined;
10009
+ relations?: {
10010
+ description?: string | undefined;
10011
+ type: "Relation";
10012
+ columns: string[];
10013
+ reference: {
10014
+ datasourceId: string;
10015
+ table: string;
10016
+ columns: string[];
10017
+ };
10018
+ }[] | undefined;
10019
+ datasourceId: string;
10020
+ columns: {
10021
+ name: string;
10022
+ description?: string | undefined;
10023
+ type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "name" | "description" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
10024
+ default?: string | number | boolean | undefined;
10025
+ }[];
10026
+ virtualColumns?: {
10027
+ query: string;
10028
+ name: string;
10029
+ description?: string | undefined;
10030
+ type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "name" | "description" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
10031
+ }[] | undefined;
10032
+ uniqueKeys?: {
10033
+ description?: string | undefined;
10034
+ type: "UniqueKey";
10035
+ columns: string[];
10036
+ }[] | undefined;
10037
+ indexes?: {
10038
+ description?: string | undefined;
10039
+ type: "Index";
10040
+ columns: string[];
10041
+ }[] | undefined;
10042
+ }[];
9888
10043
  } | {
9889
- name: "configure_sources";
9890
- value?: {
9891
- pipeline: ({
9892
- input: {
9893
- filter?: {
9894
- $and: ({
9895
- $and: ({
9896
- [x: string]: {
9897
- $eq: string | number | boolean | string[] | unknown[];
9898
- } | {
9899
- $ne: string | number | boolean | string[] | unknown[];
9900
- } | {
9901
- $contains: string | string[];
9902
- } | {
9903
- $notcontains: string | string[];
9904
- } | {
9905
- $startswith: string | string[];
9906
- } | {
9907
- $endswith: string | string[];
9908
- } | {
9909
- $empty: boolean;
9910
- } | {
9911
- eq: string | number | boolean | string[] | unknown[];
9912
- } | {
9913
- ne: string | number | boolean | string[] | unknown[];
9914
- } | {
9915
- contains: string | string[];
9916
- } | {
9917
- notcontains: string | string[];
9918
- } | {
9919
- startswith: string | string[];
9920
- } | {
9921
- endswith: string | string[];
9922
- } | {
9923
- empty: boolean;
9924
- } | {
9925
- $neq: string | number | unknown[] | number[];
9926
- } | {
9927
- $nne: string | number | unknown[] | number[];
9928
- } | {
9929
- $lt: string | number;
9930
- } | {
9931
- $lte: string | number;
9932
- } | {
9933
- $gt: string | number;
9934
- } | {
9935
- $gte: string | number;
9936
- } | {
9937
- neq: string | number | unknown[] | number[];
9938
- } | {
9939
- nne: string | number | unknown[] | number[];
9940
- } | {
9941
- lt: string | number;
9942
- } | {
9943
- lte: string | number;
9944
- } | {
9945
- gt: string | number;
9946
- } | {
9947
- gte: string | number;
9948
- } | {
9949
- $rangefuture: string | number;
9950
- } | {
9951
- $rangepast: string | number;
9952
- } | {
9953
- $nrangefuture: string | number;
9954
- } | {
9955
- $nrangepast: string | number;
9956
- } | {
9957
- rangefuture: string | number;
9958
- } | {
9959
- rangepast: string | number;
9960
- } | {
9961
- nrangefuture: string | number;
9962
- } | {
9963
- nrangepast: string | number;
9964
- };
9965
- } | {
9966
- [x: string]: {
9967
- $eq: string | number | boolean | string[] | unknown[];
9968
- } | {
9969
- $ne: string | number | boolean | string[] | unknown[];
9970
- } | {
9971
- $contains: string | string[];
9972
- } | {
9973
- $notcontains: string | string[];
9974
- } | {
9975
- $startswith: string | string[];
9976
- } | {
9977
- $endswith: string | string[];
9978
- } | {
9979
- $empty: boolean;
9980
- } | {
9981
- eq: string | number | boolean | string[] | unknown[];
9982
- } | {
9983
- ne: string | number | boolean | string[] | unknown[];
9984
- } | {
9985
- contains: string | string[];
9986
- } | {
9987
- notcontains: string | string[];
9988
- } | {
9989
- startswith: string | string[];
9990
- } | {
9991
- endswith: string | string[];
9992
- } | {
9993
- empty: boolean;
9994
- } | {
9995
- $neq: string | number | unknown[] | number[];
9996
- } | {
9997
- $nne: string | number | unknown[] | number[];
9998
- } | {
9999
- $lt: string | number;
10000
- } | {
10001
- $lte: string | number;
10002
- } | {
10003
- $gt: string | number;
10004
- } | {
10005
- $gte: string | number;
10006
- } | {
10007
- neq: string | number | unknown[] | number[];
10008
- } | {
10009
- nne: string | number | unknown[] | number[];
10010
- } | {
10011
- lt: string | number;
10012
- } | {
10013
- lte: string | number;
10014
- } | {
10015
- gt: string | number;
10016
- } | {
10017
- gte: string | number;
10018
- } | {
10019
- $rangefuture: string | number;
10020
- } | {
10021
- $rangepast: string | number;
10022
- } | {
10023
- $nrangefuture: string | number;
10024
- } | {
10025
- $nrangepast: string | number;
10026
- } | {
10027
- rangefuture: string | number;
10028
- } | {
10029
- rangepast: string | number;
10030
- } | {
10031
- nrangefuture: string | number;
10032
- } | {
10033
- nrangepast: string | number;
10034
- };
10035
- })[];
10036
- } | {
10037
- $or: ({
10038
- [x: string]: {
10039
- $eq: string | number | boolean | string[] | unknown[];
10040
- } | {
10041
- $ne: string | number | boolean | string[] | unknown[];
10042
- } | {
10043
- $contains: string | string[];
10044
- } | {
10045
- $notcontains: string | string[];
10046
- } | {
10047
- $startswith: string | string[];
10048
- } | {
10049
- $endswith: string | string[];
10050
- } | {
10051
- $empty: boolean;
10052
- } | {
10053
- eq: string | number | boolean | string[] | unknown[];
10054
- } | {
10055
- ne: string | number | boolean | string[] | unknown[];
10056
- } | {
10057
- contains: string | string[];
10058
- } | {
10059
- notcontains: string | string[];
10060
- } | {
10061
- startswith: string | string[];
10062
- } | {
10063
- endswith: string | string[];
10064
- } | {
10065
- empty: boolean;
10066
- } | {
10067
- $neq: string | number | unknown[] | number[];
10068
- } | {
10069
- $nne: string | number | unknown[] | number[];
10070
- } | {
10071
- $lt: string | number;
10072
- } | {
10073
- $lte: string | number;
10074
- } | {
10075
- $gt: string | number;
10076
- } | {
10077
- $gte: string | number;
10078
- } | {
10079
- neq: string | number | unknown[] | number[];
10080
- } | {
10081
- nne: string | number | unknown[] | number[];
10082
- } | {
10083
- lt: string | number;
10084
- } | {
10085
- lte: string | number;
10086
- } | {
10087
- gt: string | number;
10088
- } | {
10089
- gte: string | number;
10090
- } | {
10091
- $rangefuture: string | number;
10092
- } | {
10093
- $rangepast: string | number;
10094
- } | {
10095
- $nrangefuture: string | number;
10096
- } | {
10097
- $nrangepast: string | number;
10098
- } | {
10099
- rangefuture: string | number;
10100
- } | {
10101
- rangepast: string | number;
10102
- } | {
10103
- nrangefuture: string | number;
10104
- } | {
10105
- nrangepast: string | number;
10106
- };
10107
- } | {
10108
- [x: string]: {
10109
- $eq: string | number | boolean | string[] | unknown[];
10110
- } | {
10111
- $ne: string | number | boolean | string[] | unknown[];
10112
- } | {
10113
- $contains: string | string[];
10114
- } | {
10115
- $notcontains: string | string[];
10116
- } | {
10117
- $startswith: string | string[];
10118
- } | {
10119
- $endswith: string | string[];
10120
- } | {
10121
- $empty: boolean;
10122
- } | {
10123
- eq: string | number | boolean | string[] | unknown[];
10124
- } | {
10125
- ne: string | number | boolean | string[] | unknown[];
10126
- } | {
10127
- contains: string | string[];
10128
- } | {
10129
- notcontains: string | string[];
10130
- } | {
10131
- startswith: string | string[];
10132
- } | {
10133
- endswith: string | string[];
10134
- } | {
10135
- empty: boolean;
10136
- } | {
10137
- $neq: string | number | unknown[] | number[];
10138
- } | {
10139
- $nne: string | number | unknown[] | number[];
10140
- } | {
10141
- $lt: string | number;
10142
- } | {
10143
- $lte: string | number;
10144
- } | {
10145
- $gt: string | number;
10146
- } | {
10147
- $gte: string | number;
10148
- } | {
10149
- neq: string | number | unknown[] | number[];
10150
- } | {
10151
- nne: string | number | unknown[] | number[];
10152
- } | {
10153
- lt: string | number;
10154
- } | {
10155
- lte: string | number;
10156
- } | {
10157
- gt: string | number;
10158
- } | {
10159
- gte: string | number;
10160
- } | {
10161
- $rangefuture: string | number;
10162
- } | {
10163
- $rangepast: string | number;
10164
- } | {
10165
- $nrangefuture: string | number;
10166
- } | {
10167
- $nrangepast: string | number;
10168
- } | {
10169
- rangefuture: string | number;
10170
- } | {
10171
- rangepast: string | number;
10172
- } | {
10173
- nrangefuture: string | number;
10174
- } | {
10175
- nrangepast: string | number;
10176
- };
10177
- })[];
10178
- })[];
10179
- } | {
10180
- $or: ({
10181
- $and: ({
10182
- [x: string]: {
10183
- $eq: string | number | boolean | string[] | unknown[];
10184
- } | {
10185
- $ne: string | number | boolean | string[] | unknown[];
10186
- } | {
10187
- $contains: string | string[];
10188
- } | {
10189
- $notcontains: string | string[];
10190
- } | {
10191
- $startswith: string | string[];
10192
- } | {
10193
- $endswith: string | string[];
10194
- } | {
10195
- $empty: boolean;
10196
- } | {
10197
- eq: string | number | boolean | string[] | unknown[];
10198
- } | {
10199
- ne: string | number | boolean | string[] | unknown[];
10200
- } | {
10201
- contains: string | string[];
10202
- } | {
10203
- notcontains: string | string[];
10204
- } | {
10205
- startswith: string | string[];
10206
- } | {
10207
- endswith: string | string[];
10208
- } | {
10209
- empty: boolean;
10210
- } | {
10211
- $neq: string | number | unknown[] | number[];
10212
- } | {
10213
- $nne: string | number | unknown[] | number[];
10214
- } | {
10215
- $lt: string | number;
10216
- } | {
10217
- $lte: string | number;
10218
- } | {
10219
- $gt: string | number;
10220
- } | {
10221
- $gte: string | number;
10222
- } | {
10223
- neq: string | number | unknown[] | number[];
10224
- } | {
10225
- nne: string | number | unknown[] | number[];
10226
- } | {
10227
- lt: string | number;
10228
- } | {
10229
- lte: string | number;
10230
- } | {
10231
- gt: string | number;
10232
- } | {
10233
- gte: string | number;
10234
- } | {
10235
- $rangefuture: string | number;
10236
- } | {
10237
- $rangepast: string | number;
10238
- } | {
10239
- $nrangefuture: string | number;
10240
- } | {
10241
- $nrangepast: string | number;
10242
- } | {
10243
- rangefuture: string | number;
10244
- } | {
10245
- rangepast: string | number;
10246
- } | {
10247
- nrangefuture: string | number;
10248
- } | {
10249
- nrangepast: string | number;
10250
- };
10251
- } | {
10044
+ success: false;
10045
+ error: {
10046
+ issues: {
10047
+ path: (string | number)[];
10048
+ code: string;
10049
+ message: string;
10050
+ }[];
10051
+ };
10052
+ };
10053
+ relations: {
10054
+ error?: string | undefined;
10055
+ fromDatasourceId: string;
10056
+ fromTable: string;
10057
+ fromColumn: string;
10058
+ fromDistinctCount: number | null;
10059
+ toDatasourceId: string;
10060
+ toTable: string;
10061
+ toColumn: string;
10062
+ toDistinctCount: number | null;
10063
+ matchCount: number | null;
10064
+ matchPercentage: number | null;
10065
+ }[];
10066
+ };
10067
+ program: string;
10068
+ version: string;
10069
+ status: string;
10070
+ code?: number | undefined;
10071
+ message: string;
10072
+ }, any, {}>>;
10073
+ getSchema: (params: {
10074
+ id: string;
10075
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
10076
+ status: "success";
10077
+ } & {
10078
+ datetime: string;
10079
+ data: {
10080
+ [x: string]: unknown;
10081
+ };
10082
+ program: string;
10083
+ version: string;
10084
+ status: string;
10085
+ code?: number | undefined;
10086
+ message: string;
10087
+ }, any, {}>>;
10088
+ updateSchema: (params: {
10089
+ id: string;
10090
+ }, data: {
10091
+ schema: {
10092
+ name: string;
10093
+ description?: string | undefined;
10094
+ relations?: {
10095
+ description?: string | undefined;
10096
+ type: "Relation";
10097
+ columns: string[];
10098
+ reference: {
10099
+ datasourceId: string;
10100
+ table: string;
10101
+ columns: string[];
10102
+ };
10103
+ }[] | undefined;
10104
+ datasourceId: string;
10105
+ columns: {
10106
+ name: string;
10107
+ description?: string | undefined;
10108
+ type: FieldMapType;
10109
+ default?: string | number | boolean | undefined;
10110
+ }[];
10111
+ virtualColumns?: {
10112
+ query: string;
10113
+ name: string;
10114
+ description?: string | undefined;
10115
+ type: FieldMapType;
10116
+ }[] | undefined;
10117
+ uniqueKeys?: {
10118
+ description?: string | undefined;
10119
+ type: "UniqueKey";
10120
+ columns: string[];
10121
+ }[] | undefined;
10122
+ indexes?: {
10123
+ description?: string | undefined;
10124
+ type: "Index";
10125
+ columns: string[];
10126
+ }[] | undefined;
10127
+ }[];
10128
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
10129
+ status: "success";
10130
+ } & {
10131
+ datetime: string;
10132
+ data: {
10133
+ [x: string]: unknown;
10134
+ };
10135
+ program: string;
10136
+ version: string;
10137
+ status: string;
10138
+ code?: number | undefined;
10139
+ message: string;
10140
+ }, any, {}>>;
10141
+ deleteSchema: (params: {
10142
+ id: string;
10143
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any, {}>>;
10144
+ publishSchema: (params: {
10145
+ id: string;
10146
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
10147
+ status: "success";
10148
+ } & {
10149
+ datetime: string;
10150
+ data: {
10151
+ [x: string]: unknown;
10152
+ };
10153
+ program: string;
10154
+ version: string;
10155
+ status: string;
10156
+ code?: number | undefined;
10157
+ message: string;
10158
+ }, any, {}>>;
10159
+ listEntities: (params: {
10160
+ name?: string | undefined;
10161
+ page?: number | undefined;
10162
+ perPage?: number | undefined;
10163
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
10164
+ paginationCount: number;
10165
+ paginationPage: number;
10166
+ paginationLimit: number;
10167
+ } & {
10168
+ status: "success";
10169
+ } & {
10170
+ datetime: string;
10171
+ data: {
10172
+ readonly id: string & {
10173
+ readonly?: "__readonly" | undefined;
10174
+ };
10175
+ readonly companyId: string & {
10176
+ readonly?: "__readonly" | undefined;
10177
+ };
10178
+ readonly resourceGroupIds: string[];
10179
+ readonly versions: (string | {
10180
+ readonly companyId: string & {
10181
+ readonly?: "__readonly" | undefined;
10182
+ };
10183
+ changeDescription?: string | undefined;
10184
+ readonly state: import("./definitions").DatagraphEntityVersionState & {
10185
+ readonly?: "__readonly" | undefined;
10186
+ };
10187
+ _id: string;
10188
+ __v: number;
10189
+ readonly definition: {
10190
+ readonly?: "__readonly" | undefined;
10191
+ name: string;
10192
+ description: string | null;
10193
+ options: {
10194
+ name: string;
10195
+ index: number;
10196
+ primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10197
+ shortDescription: string;
10198
+ fullDescription: string | null;
10199
+ optional?: boolean | undefined;
10200
+ }[];
10201
+ sql: string | null;
10202
+ readonly answers: {
10203
+ name: string;
10204
+ type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "name" | "description" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
10205
+ }[];
10206
+ };
10207
+ readonly lastSavedBy?: (string & {
10208
+ readonly?: "__readonly" | undefined;
10209
+ }) | undefined;
10210
+ })[];
10211
+ readonly archivedAt: string & {
10212
+ readonly?: "__readonly" | undefined;
10213
+ };
10214
+ readonly createdAt: string & {
10215
+ readonly?: "__readonly" | undefined;
10216
+ };
10217
+ readonly updatedAt: string & {
10218
+ readonly?: "__readonly" | undefined;
10219
+ };
10220
+ }[];
10221
+ program: string;
10222
+ version: string;
10223
+ status: string;
10224
+ code?: number | undefined;
10225
+ message: string;
10226
+ }, any, {}>>;
10227
+ createEntity: (params: Record<string, never>, data: {
10228
+ entity: {
10229
+ name: string;
10230
+ description?: string | null | undefined;
10231
+ options: {
10232
+ name: string;
10233
+ index: number;
10234
+ primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10235
+ shortDescription: string;
10236
+ fullDescription: string | null;
10237
+ optional?: boolean | undefined;
10238
+ }[];
10239
+ sql: string | null;
10240
+ };
10241
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
10242
+ status: "success";
10243
+ } & {
10244
+ datetime: string;
10245
+ data: {
10246
+ readonly id: string & {
10247
+ readonly?: "__readonly" | undefined;
10248
+ };
10249
+ readonly companyId: string & {
10250
+ readonly?: "__readonly" | undefined;
10251
+ };
10252
+ readonly resourceGroupIds: string[];
10253
+ readonly versions: (string | {
10254
+ readonly companyId: string & {
10255
+ readonly?: "__readonly" | undefined;
10256
+ };
10257
+ changeDescription?: string | undefined;
10258
+ readonly state: import("./definitions").DatagraphEntityVersionState & {
10259
+ readonly?: "__readonly" | undefined;
10260
+ };
10261
+ _id: string;
10262
+ __v: number;
10263
+ readonly definition: {
10264
+ readonly?: "__readonly" | undefined;
10265
+ name: string;
10266
+ description: string | null;
10267
+ options: {
10268
+ name: string;
10269
+ index: number;
10270
+ primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10271
+ shortDescription: string;
10272
+ fullDescription: string | null;
10273
+ optional?: boolean | undefined;
10274
+ }[];
10275
+ sql: string | null;
10276
+ readonly answers: {
10277
+ name: string;
10278
+ type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "name" | "description" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
10279
+ }[];
10280
+ };
10281
+ readonly lastSavedBy?: (string & {
10282
+ readonly?: "__readonly" | undefined;
10283
+ }) | undefined;
10284
+ })[];
10285
+ readonly archivedAt: string & {
10286
+ readonly?: "__readonly" | undefined;
10287
+ };
10288
+ readonly createdAt: string & {
10289
+ readonly?: "__readonly" | undefined;
10290
+ };
10291
+ readonly updatedAt: string & {
10292
+ readonly?: "__readonly" | undefined;
10293
+ };
10294
+ };
10295
+ program: string;
10296
+ version: string;
10297
+ status: string;
10298
+ code?: number | undefined;
10299
+ message: string;
10300
+ }, any, {}>>;
10301
+ getEntity: (params: {
10302
+ id: string;
10303
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
10304
+ status: "success";
10305
+ } & {
10306
+ datetime: string;
10307
+ data: {
10308
+ readonly id: string & {
10309
+ readonly?: "__readonly" | undefined;
10310
+ };
10311
+ readonly companyId: string & {
10312
+ readonly?: "__readonly" | undefined;
10313
+ };
10314
+ readonly resourceGroupIds: string[];
10315
+ readonly versions: (string | {
10316
+ readonly companyId: string & {
10317
+ readonly?: "__readonly" | undefined;
10318
+ };
10319
+ changeDescription?: string | undefined;
10320
+ readonly state: import("./definitions").DatagraphEntityVersionState & {
10321
+ readonly?: "__readonly" | undefined;
10322
+ };
10323
+ _id: string;
10324
+ __v: number;
10325
+ readonly definition: {
10326
+ readonly?: "__readonly" | undefined;
10327
+ name: string;
10328
+ description: string | null;
10329
+ options: {
10330
+ name: string;
10331
+ index: number;
10332
+ primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10333
+ shortDescription: string;
10334
+ fullDescription: string | null;
10335
+ optional?: boolean | undefined;
10336
+ }[];
10337
+ sql: string | null;
10338
+ readonly answers: {
10339
+ name: string;
10340
+ type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "name" | "description" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
10341
+ }[];
10342
+ };
10343
+ readonly lastSavedBy?: (string & {
10344
+ readonly?: "__readonly" | undefined;
10345
+ }) | undefined;
10346
+ })[];
10347
+ readonly archivedAt: string & {
10348
+ readonly?: "__readonly" | undefined;
10349
+ };
10350
+ readonly createdAt: string & {
10351
+ readonly?: "__readonly" | undefined;
10352
+ };
10353
+ readonly updatedAt: string & {
10354
+ readonly?: "__readonly" | undefined;
10355
+ };
10356
+ };
10357
+ program: string;
10358
+ version: string;
10359
+ status: string;
10360
+ code?: number | undefined;
10361
+ message: string;
10362
+ }, any, {}>>;
10363
+ updateEntity: (params: {
10364
+ id: string;
10365
+ }, data: {
10366
+ entity: {
10367
+ name: string;
10368
+ description?: string | null | undefined;
10369
+ options: {
10370
+ name: string;
10371
+ index: number;
10372
+ primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10373
+ shortDescription: string;
10374
+ fullDescription: string | null;
10375
+ optional?: boolean | undefined;
10376
+ }[];
10377
+ sql: string | null;
10378
+ };
10379
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
10380
+ status: "success";
10381
+ } & {
10382
+ datetime: string;
10383
+ data: {
10384
+ readonly id: string & {
10385
+ readonly?: "__readonly" | undefined;
10386
+ };
10387
+ readonly companyId: string & {
10388
+ readonly?: "__readonly" | undefined;
10389
+ };
10390
+ readonly resourceGroupIds: string[];
10391
+ readonly versions: (string | {
10392
+ readonly companyId: string & {
10393
+ readonly?: "__readonly" | undefined;
10394
+ };
10395
+ changeDescription?: string | undefined;
10396
+ readonly state: import("./definitions").DatagraphEntityVersionState & {
10397
+ readonly?: "__readonly" | undefined;
10398
+ };
10399
+ _id: string;
10400
+ __v: number;
10401
+ readonly definition: {
10402
+ readonly?: "__readonly" | undefined;
10403
+ name: string;
10404
+ description: string | null;
10405
+ options: {
10406
+ name: string;
10407
+ index: number;
10408
+ primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10409
+ shortDescription: string;
10410
+ fullDescription: string | null;
10411
+ optional?: boolean | undefined;
10412
+ }[];
10413
+ sql: string | null;
10414
+ readonly answers: {
10415
+ name: string;
10416
+ type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "name" | "description" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
10417
+ }[];
10418
+ };
10419
+ readonly lastSavedBy?: (string & {
10420
+ readonly?: "__readonly" | undefined;
10421
+ }) | undefined;
10422
+ })[];
10423
+ readonly archivedAt: string & {
10424
+ readonly?: "__readonly" | undefined;
10425
+ };
10426
+ readonly createdAt: string & {
10427
+ readonly?: "__readonly" | undefined;
10428
+ };
10429
+ readonly updatedAt: string & {
10430
+ readonly?: "__readonly" | undefined;
10431
+ };
10432
+ };
10433
+ program: string;
10434
+ version: string;
10435
+ status: string;
10436
+ code?: number | undefined;
10437
+ message: string;
10438
+ }, any, {}>>;
10439
+ deleteEntity: (params: {
10440
+ id: string;
10441
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any, {}>>;
10442
+ publishEntity: (params: {
10443
+ id: string;
10444
+ }, data: {
10445
+ changeDescription?: string | undefined;
10446
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
10447
+ status: "success";
10448
+ } & {
10449
+ datetime: string;
10450
+ data: {
10451
+ readonly id: string & {
10452
+ readonly?: "__readonly" | undefined;
10453
+ };
10454
+ readonly companyId: string & {
10455
+ readonly?: "__readonly" | undefined;
10456
+ };
10457
+ readonly resourceGroupIds: string[];
10458
+ readonly versions: (string | {
10459
+ readonly companyId: string & {
10460
+ readonly?: "__readonly" | undefined;
10461
+ };
10462
+ changeDescription?: string | undefined;
10463
+ readonly state: import("./definitions").DatagraphEntityVersionState & {
10464
+ readonly?: "__readonly" | undefined;
10465
+ };
10466
+ _id: string;
10467
+ __v: number;
10468
+ readonly definition: {
10469
+ readonly?: "__readonly" | undefined;
10470
+ name: string;
10471
+ description: string | null;
10472
+ options: {
10473
+ name: string;
10474
+ index: number;
10475
+ primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10476
+ shortDescription: string;
10477
+ fullDescription: string | null;
10478
+ optional?: boolean | undefined;
10479
+ }[];
10480
+ sql: string | null;
10481
+ readonly answers: {
10482
+ name: string;
10483
+ type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "name" | "description" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
10484
+ }[];
10485
+ };
10486
+ readonly lastSavedBy?: (string & {
10487
+ readonly?: "__readonly" | undefined;
10488
+ }) | undefined;
10489
+ })[];
10490
+ readonly archivedAt: string & {
10491
+ readonly?: "__readonly" | undefined;
10492
+ };
10493
+ readonly createdAt: string & {
10494
+ readonly?: "__readonly" | undefined;
10495
+ };
10496
+ readonly updatedAt: string & {
10497
+ readonly?: "__readonly" | undefined;
10498
+ };
10499
+ };
10500
+ program: string;
10501
+ version: string;
10502
+ status: string;
10503
+ code?: number | undefined;
10504
+ message: string;
10505
+ }, any, {}>>;
10506
+ };
10507
+ get DatasourceSteps(): {
10508
+ getCurrentStepDatasource: (params: {
10509
+ id: string;
10510
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
10511
+ status: "success";
10512
+ } & {
10513
+ datetime: string;
10514
+ data: {
10515
+ current: {
10516
+ name: "configure_name";
10517
+ value?: string | undefined;
10518
+ } | {
10519
+ name: "configure_resource_group_ids";
10520
+ value?: string[] | undefined;
10521
+ } | {
10522
+ name: "configure_sources";
10523
+ value?: {
10524
+ pipeline: ({
10525
+ input: {
10526
+ filter?: {
10527
+ $and: ({
10528
+ $and: ({
10252
10529
  [x: string]: {
10253
10530
  $eq: string | number | boolean | string[] | unknown[];
10254
10531
  } | {
@@ -10318,9 +10595,7 @@ export default class {
10318
10595
  } | {
10319
10596
  nrangepast: string | number;
10320
10597
  };
10321
- })[];
10322
- } | {
10323
- $or: ({
10598
+ } | {
10324
10599
  [x: string]: {
10325
10600
  $eq: string | number | boolean | string[] | unknown[];
10326
10601
  } | {
@@ -10390,7 +10665,9 @@ export default class {
10390
10665
  } | {
10391
10666
  nrangepast: string | number;
10392
10667
  };
10393
- } | {
10668
+ })[];
10669
+ } | {
10670
+ $or: ({
10394
10671
  [x: string]: {
10395
10672
  $eq: string | number | boolean | string[] | unknown[];
10396
10673
  } | {
@@ -10460,8 +10737,364 @@ export default class {
10460
10737
  } | {
10461
10738
  nrangepast: string | number;
10462
10739
  };
10463
- })[];
10464
- })[];
10740
+ } | {
10741
+ [x: string]: {
10742
+ $eq: string | number | boolean | string[] | unknown[];
10743
+ } | {
10744
+ $ne: string | number | boolean | string[] | unknown[];
10745
+ } | {
10746
+ $contains: string | string[];
10747
+ } | {
10748
+ $notcontains: string | string[];
10749
+ } | {
10750
+ $startswith: string | string[];
10751
+ } | {
10752
+ $endswith: string | string[];
10753
+ } | {
10754
+ $empty: boolean;
10755
+ } | {
10756
+ eq: string | number | boolean | string[] | unknown[];
10757
+ } | {
10758
+ ne: string | number | boolean | string[] | unknown[];
10759
+ } | {
10760
+ contains: string | string[];
10761
+ } | {
10762
+ notcontains: string | string[];
10763
+ } | {
10764
+ startswith: string | string[];
10765
+ } | {
10766
+ endswith: string | string[];
10767
+ } | {
10768
+ empty: boolean;
10769
+ } | {
10770
+ $neq: string | number | unknown[] | number[];
10771
+ } | {
10772
+ $nne: string | number | unknown[] | number[];
10773
+ } | {
10774
+ $lt: string | number;
10775
+ } | {
10776
+ $lte: string | number;
10777
+ } | {
10778
+ $gt: string | number;
10779
+ } | {
10780
+ $gte: string | number;
10781
+ } | {
10782
+ neq: string | number | unknown[] | number[];
10783
+ } | {
10784
+ nne: string | number | unknown[] | number[];
10785
+ } | {
10786
+ lt: string | number;
10787
+ } | {
10788
+ lte: string | number;
10789
+ } | {
10790
+ gt: string | number;
10791
+ } | {
10792
+ gte: string | number;
10793
+ } | {
10794
+ $rangefuture: string | number;
10795
+ } | {
10796
+ $rangepast: string | number;
10797
+ } | {
10798
+ $nrangefuture: string | number;
10799
+ } | {
10800
+ $nrangepast: string | number;
10801
+ } | {
10802
+ rangefuture: string | number;
10803
+ } | {
10804
+ rangepast: string | number;
10805
+ } | {
10806
+ nrangefuture: string | number;
10807
+ } | {
10808
+ nrangepast: string | number;
10809
+ };
10810
+ })[];
10811
+ })[];
10812
+ } | {
10813
+ $or: ({
10814
+ $and: ({
10815
+ [x: string]: {
10816
+ $eq: string | number | boolean | string[] | unknown[];
10817
+ } | {
10818
+ $ne: string | number | boolean | string[] | unknown[];
10819
+ } | {
10820
+ $contains: string | string[];
10821
+ } | {
10822
+ $notcontains: string | string[];
10823
+ } | {
10824
+ $startswith: string | string[];
10825
+ } | {
10826
+ $endswith: string | string[];
10827
+ } | {
10828
+ $empty: boolean;
10829
+ } | {
10830
+ eq: string | number | boolean | string[] | unknown[];
10831
+ } | {
10832
+ ne: string | number | boolean | string[] | unknown[];
10833
+ } | {
10834
+ contains: string | string[];
10835
+ } | {
10836
+ notcontains: string | string[];
10837
+ } | {
10838
+ startswith: string | string[];
10839
+ } | {
10840
+ endswith: string | string[];
10841
+ } | {
10842
+ empty: boolean;
10843
+ } | {
10844
+ $neq: string | number | unknown[] | number[];
10845
+ } | {
10846
+ $nne: string | number | unknown[] | number[];
10847
+ } | {
10848
+ $lt: string | number;
10849
+ } | {
10850
+ $lte: string | number;
10851
+ } | {
10852
+ $gt: string | number;
10853
+ } | {
10854
+ $gte: string | number;
10855
+ } | {
10856
+ neq: string | number | unknown[] | number[];
10857
+ } | {
10858
+ nne: string | number | unknown[] | number[];
10859
+ } | {
10860
+ lt: string | number;
10861
+ } | {
10862
+ lte: string | number;
10863
+ } | {
10864
+ gt: string | number;
10865
+ } | {
10866
+ gte: string | number;
10867
+ } | {
10868
+ $rangefuture: string | number;
10869
+ } | {
10870
+ $rangepast: string | number;
10871
+ } | {
10872
+ $nrangefuture: string | number;
10873
+ } | {
10874
+ $nrangepast: string | number;
10875
+ } | {
10876
+ rangefuture: string | number;
10877
+ } | {
10878
+ rangepast: string | number;
10879
+ } | {
10880
+ nrangefuture: string | number;
10881
+ } | {
10882
+ nrangepast: string | number;
10883
+ };
10884
+ } | {
10885
+ [x: string]: {
10886
+ $eq: string | number | boolean | string[] | unknown[];
10887
+ } | {
10888
+ $ne: string | number | boolean | string[] | unknown[];
10889
+ } | {
10890
+ $contains: string | string[];
10891
+ } | {
10892
+ $notcontains: string | string[];
10893
+ } | {
10894
+ $startswith: string | string[];
10895
+ } | {
10896
+ $endswith: string | string[];
10897
+ } | {
10898
+ $empty: boolean;
10899
+ } | {
10900
+ eq: string | number | boolean | string[] | unknown[];
10901
+ } | {
10902
+ ne: string | number | boolean | string[] | unknown[];
10903
+ } | {
10904
+ contains: string | string[];
10905
+ } | {
10906
+ notcontains: string | string[];
10907
+ } | {
10908
+ startswith: string | string[];
10909
+ } | {
10910
+ endswith: string | string[];
10911
+ } | {
10912
+ empty: boolean;
10913
+ } | {
10914
+ $neq: string | number | unknown[] | number[];
10915
+ } | {
10916
+ $nne: string | number | unknown[] | number[];
10917
+ } | {
10918
+ $lt: string | number;
10919
+ } | {
10920
+ $lte: string | number;
10921
+ } | {
10922
+ $gt: string | number;
10923
+ } | {
10924
+ $gte: string | number;
10925
+ } | {
10926
+ neq: string | number | unknown[] | number[];
10927
+ } | {
10928
+ nne: string | number | unknown[] | number[];
10929
+ } | {
10930
+ lt: string | number;
10931
+ } | {
10932
+ lte: string | number;
10933
+ } | {
10934
+ gt: string | number;
10935
+ } | {
10936
+ gte: string | number;
10937
+ } | {
10938
+ $rangefuture: string | number;
10939
+ } | {
10940
+ $rangepast: string | number;
10941
+ } | {
10942
+ $nrangefuture: string | number;
10943
+ } | {
10944
+ $nrangepast: string | number;
10945
+ } | {
10946
+ rangefuture: string | number;
10947
+ } | {
10948
+ rangepast: string | number;
10949
+ } | {
10950
+ nrangefuture: string | number;
10951
+ } | {
10952
+ nrangepast: string | number;
10953
+ };
10954
+ })[];
10955
+ } | {
10956
+ $or: ({
10957
+ [x: string]: {
10958
+ $eq: string | number | boolean | string[] | unknown[];
10959
+ } | {
10960
+ $ne: string | number | boolean | string[] | unknown[];
10961
+ } | {
10962
+ $contains: string | string[];
10963
+ } | {
10964
+ $notcontains: string | string[];
10965
+ } | {
10966
+ $startswith: string | string[];
10967
+ } | {
10968
+ $endswith: string | string[];
10969
+ } | {
10970
+ $empty: boolean;
10971
+ } | {
10972
+ eq: string | number | boolean | string[] | unknown[];
10973
+ } | {
10974
+ ne: string | number | boolean | string[] | unknown[];
10975
+ } | {
10976
+ contains: string | string[];
10977
+ } | {
10978
+ notcontains: string | string[];
10979
+ } | {
10980
+ startswith: string | string[];
10981
+ } | {
10982
+ endswith: string | string[];
10983
+ } | {
10984
+ empty: boolean;
10985
+ } | {
10986
+ $neq: string | number | unknown[] | number[];
10987
+ } | {
10988
+ $nne: string | number | unknown[] | number[];
10989
+ } | {
10990
+ $lt: string | number;
10991
+ } | {
10992
+ $lte: string | number;
10993
+ } | {
10994
+ $gt: string | number;
10995
+ } | {
10996
+ $gte: string | number;
10997
+ } | {
10998
+ neq: string | number | unknown[] | number[];
10999
+ } | {
11000
+ nne: string | number | unknown[] | number[];
11001
+ } | {
11002
+ lt: string | number;
11003
+ } | {
11004
+ lte: string | number;
11005
+ } | {
11006
+ gt: string | number;
11007
+ } | {
11008
+ gte: string | number;
11009
+ } | {
11010
+ $rangefuture: string | number;
11011
+ } | {
11012
+ $rangepast: string | number;
11013
+ } | {
11014
+ $nrangefuture: string | number;
11015
+ } | {
11016
+ $nrangepast: string | number;
11017
+ } | {
11018
+ rangefuture: string | number;
11019
+ } | {
11020
+ rangepast: string | number;
11021
+ } | {
11022
+ nrangefuture: string | number;
11023
+ } | {
11024
+ nrangepast: string | number;
11025
+ };
11026
+ } | {
11027
+ [x: string]: {
11028
+ $eq: string | number | boolean | string[] | unknown[];
11029
+ } | {
11030
+ $ne: string | number | boolean | string[] | unknown[];
11031
+ } | {
11032
+ $contains: string | string[];
11033
+ } | {
11034
+ $notcontains: string | string[];
11035
+ } | {
11036
+ $startswith: string | string[];
11037
+ } | {
11038
+ $endswith: string | string[];
11039
+ } | {
11040
+ $empty: boolean;
11041
+ } | {
11042
+ eq: string | number | boolean | string[] | unknown[];
11043
+ } | {
11044
+ ne: string | number | boolean | string[] | unknown[];
11045
+ } | {
11046
+ contains: string | string[];
11047
+ } | {
11048
+ notcontains: string | string[];
11049
+ } | {
11050
+ startswith: string | string[];
11051
+ } | {
11052
+ endswith: string | string[];
11053
+ } | {
11054
+ empty: boolean;
11055
+ } | {
11056
+ $neq: string | number | unknown[] | number[];
11057
+ } | {
11058
+ $nne: string | number | unknown[] | number[];
11059
+ } | {
11060
+ $lt: string | number;
11061
+ } | {
11062
+ $lte: string | number;
11063
+ } | {
11064
+ $gt: string | number;
11065
+ } | {
11066
+ $gte: string | number;
11067
+ } | {
11068
+ neq: string | number | unknown[] | number[];
11069
+ } | {
11070
+ nne: string | number | unknown[] | number[];
11071
+ } | {
11072
+ lt: string | number;
11073
+ } | {
11074
+ lte: string | number;
11075
+ } | {
11076
+ gt: string | number;
11077
+ } | {
11078
+ gte: string | number;
11079
+ } | {
11080
+ $rangefuture: string | number;
11081
+ } | {
11082
+ $rangepast: string | number;
11083
+ } | {
11084
+ $nrangefuture: string | number;
11085
+ } | {
11086
+ $nrangepast: string | number;
11087
+ } | {
11088
+ rangefuture: string | number;
11089
+ } | {
11090
+ rangepast: string | number;
11091
+ } | {
11092
+ nrangefuture: string | number;
11093
+ } | {
11094
+ nrangepast: string | number;
11095
+ };
11096
+ })[];
11097
+ })[];
10465
11098
  } | undefined;
10466
11099
  sample?: {
10467
11100
  [x: string]: unknown;
@@ -10765,8 +11398,8 @@ export default class {
10765
11398
  query?: string | undefined;
10766
11399
  username: string;
10767
11400
  password?: string | undefined;
10768
- privateKey?: string | undefined;
10769
11401
  schema: string;
11402
+ privateKey?: string | undefined;
10770
11403
  table: string;
10771
11404
  account: string;
10772
11405
  warehouse: string;
@@ -11979,8 +12612,8 @@ export default class {
11979
12612
  query?: string | undefined;
11980
12613
  username: string;
11981
12614
  password?: string | undefined;
11982
- privateKey?: string | undefined;
11983
12615
  schema: string;
12616
+ privateKey?: string | undefined;
11984
12617
  table: string;
11985
12618
  account: string;
11986
12619
  warehouse: string;
@@ -13802,8 +14435,8 @@ export default class {
13802
14435
  query?: string | undefined;
13803
14436
  username: string;
13804
14437
  password?: string | undefined;
13805
- privateKey?: string | undefined;
13806
14438
  schema: string;
14439
+ privateKey?: string | undefined;
13807
14440
  table: string;
13808
14441
  account: string;
13809
14442
  warehouse: string;
@@ -15016,8 +15649,8 @@ export default class {
15016
15649
  query?: string | undefined;
15017
15650
  username: string;
15018
15651
  password?: string | undefined;
15019
- privateKey?: string | undefined;
15020
15652
  schema: string;
15653
+ privateKey?: string | undefined;
15021
15654
  table: string;
15022
15655
  account: string;
15023
15656
  warehouse: string;
@@ -17559,8 +18192,8 @@ export default class {
17559
18192
  query?: string | undefined;
17560
18193
  username: string;
17561
18194
  password?: string | undefined;
17562
- privateKey?: string | undefined;
17563
18195
  schema: string;
18196
+ privateKey?: string | undefined;
17564
18197
  table: string;
17565
18198
  account: string;
17566
18199
  warehouse: string;
@@ -18773,8 +19406,8 @@ export default class {
18773
19406
  query?: string | undefined;
18774
19407
  username: string;
18775
19408
  password?: string | undefined;
18776
- privateKey?: string | undefined;
18777
19409
  schema: string;
19410
+ privateKey?: string | undefined;
18778
19411
  table: string;
18779
19412
  account: string;
18780
19413
  warehouse: string;
@@ -20987,8 +21620,8 @@ export default class {
20987
21620
  query?: string | undefined;
20988
21621
  username: string;
20989
21622
  password?: string | undefined;
20990
- privateKey?: string | undefined;
20991
21623
  schema: string;
21624
+ privateKey?: string | undefined;
20992
21625
  table: string;
20993
21626
  account: string;
20994
21627
  warehouse: string;
@@ -22201,8 +22834,8 @@ export default class {
22201
22834
  query?: string | undefined;
22202
22835
  username: string;
22203
22836
  password?: string | undefined;
22204
- privateKey?: string | undefined;
22205
22837
  schema: string;
22838
+ privateKey?: string | undefined;
22206
22839
  table: string;
22207
22840
  account: string;
22208
22841
  warehouse: string;
@@ -24024,8 +24657,8 @@ export default class {
24024
24657
  query?: string | undefined;
24025
24658
  username: string;
24026
24659
  password?: string | undefined;
24027
- privateKey?: string | undefined;
24028
24660
  schema: string;
24661
+ privateKey?: string | undefined;
24029
24662
  table: string;
24030
24663
  account: string;
24031
24664
  warehouse: string;
@@ -25238,8 +25871,8 @@ export default class {
25238
25871
  query?: string | undefined;
25239
25872
  username: string;
25240
25873
  password?: string | undefined;
25241
- privateKey?: string | undefined;
25242
25874
  schema: string;
25875
+ privateKey?: string | undefined;
25243
25876
  table: string;
25244
25877
  account: string;
25245
25878
  warehouse: string;
@@ -27781,8 +28414,8 @@ export default class {
27781
28414
  query?: string | undefined;
27782
28415
  username: string;
27783
28416
  password?: string | undefined;
27784
- privateKey?: string | undefined;
27785
28417
  schema: string;
28418
+ privateKey?: string | undefined;
27786
28419
  table: string;
27787
28420
  account: string;
27788
28421
  warehouse: string;
@@ -28995,8 +29628,8 @@ export default class {
28995
29628
  query?: string | undefined;
28996
29629
  username: string;
28997
29630
  password?: string | undefined;
28998
- privateKey?: string | undefined;
28999
29631
  schema: string;
29632
+ privateKey?: string | undefined;
29000
29633
  table: string;
29001
29634
  account: string;
29002
29635
  warehouse: string;
@@ -31209,8 +31842,8 @@ export default class {
31209
31842
  query?: string | undefined;
31210
31843
  username: string;
31211
31844
  password?: string | undefined;
31212
- privateKey?: string | undefined;
31213
31845
  schema: string;
31846
+ privateKey?: string | undefined;
31214
31847
  table: string;
31215
31848
  account: string;
31216
31849
  warehouse: string;
@@ -32423,8 +33056,8 @@ export default class {
32423
33056
  query?: string | undefined;
32424
33057
  username: string;
32425
33058
  password?: string | undefined;
32426
- privateKey?: string | undefined;
32427
33059
  schema: string;
33060
+ privateKey?: string | undefined;
32428
33061
  table: string;
32429
33062
  account: string;
32430
33063
  warehouse: string;
@@ -34246,8 +34879,8 @@ export default class {
34246
34879
  query?: string | undefined;
34247
34880
  username: string;
34248
34881
  password?: string | undefined;
34249
- privateKey?: string | undefined;
34250
34882
  schema: string;
34883
+ privateKey?: string | undefined;
34251
34884
  table: string;
34252
34885
  account: string;
34253
34886
  warehouse: string;
@@ -35460,8 +36093,8 @@ export default class {
35460
36093
  query?: string | undefined;
35461
36094
  username: string;
35462
36095
  password?: string | undefined;
35463
- privateKey?: string | undefined;
35464
36096
  schema: string;
36097
+ privateKey?: string | undefined;
35465
36098
  table: string;
35466
36099
  account: string;
35467
36100
  warehouse: string;
@@ -38003,8 +38636,8 @@ export default class {
38003
38636
  query?: string | undefined;
38004
38637
  username: string;
38005
38638
  password?: string | undefined;
38006
- privateKey?: string | undefined;
38007
38639
  schema: string;
38640
+ privateKey?: string | undefined;
38008
38641
  table: string;
38009
38642
  account: string;
38010
38643
  warehouse: string;
@@ -39217,8 +39850,8 @@ export default class {
39217
39850
  query?: string | undefined;
39218
39851
  username: string;
39219
39852
  password?: string | undefined;
39220
- privateKey?: string | undefined;
39221
39853
  schema: string;
39854
+ privateKey?: string | undefined;
39222
39855
  table: string;
39223
39856
  account: string;
39224
39857
  warehouse: string;
@@ -41431,8 +42064,8 @@ export default class {
41431
42064
  query?: string | undefined;
41432
42065
  username: string;
41433
42066
  password?: string | undefined;
41434
- privateKey?: string | undefined;
41435
42067
  schema: string;
42068
+ privateKey?: string | undefined;
41436
42069
  table: string;
41437
42070
  account: string;
41438
42071
  warehouse: string;
@@ -42645,8 +43278,8 @@ export default class {
42645
43278
  query?: string | undefined;
42646
43279
  username: string;
42647
43280
  password?: string | undefined;
42648
- privateKey?: string | undefined;
42649
43281
  schema: string;
43282
+ privateKey?: string | undefined;
42650
43283
  table: string;
42651
43284
  account: string;
42652
43285
  warehouse: string;
@@ -44468,8 +45101,8 @@ export default class {
44468
45101
  query?: string | undefined;
44469
45102
  username: string;
44470
45103
  password?: string | undefined;
44471
- privateKey?: string | undefined;
44472
45104
  schema: string;
45105
+ privateKey?: string | undefined;
44473
45106
  table: string;
44474
45107
  account: string;
44475
45108
  warehouse: string;
@@ -45682,8 +46315,8 @@ export default class {
45682
46315
  query?: string | undefined;
45683
46316
  username: string;
45684
46317
  password?: string | undefined;
45685
- privateKey?: string | undefined;
45686
46318
  schema: string;
46319
+ privateKey?: string | undefined;
45687
46320
  table: string;
45688
46321
  account: string;
45689
46322
  warehouse: string;
@@ -48225,8 +48858,8 @@ export default class {
48225
48858
  query?: string | undefined;
48226
48859
  username: string;
48227
48860
  password?: string | undefined;
48228
- privateKey?: string | undefined;
48229
48861
  schema: string;
48862
+ privateKey?: string | undefined;
48230
48863
  table: string;
48231
48864
  account: string;
48232
48865
  warehouse: string;
@@ -49439,8 +50072,8 @@ export default class {
49439
50072
  query?: string | undefined;
49440
50073
  username: string;
49441
50074
  password?: string | undefined;
49442
- privateKey?: string | undefined;
49443
50075
  schema: string;
50076
+ privateKey?: string | undefined;
49444
50077
  table: string;
49445
50078
  account: string;
49446
50079
  warehouse: string;
@@ -51663,8 +52296,8 @@ export default class {
51663
52296
  query?: string | undefined;
51664
52297
  username: string;
51665
52298
  password?: string | undefined;
51666
- privateKey?: string | undefined;
51667
52299
  schema: string;
52300
+ privateKey?: string | undefined;
51668
52301
  table: string;
51669
52302
  account: string;
51670
52303
  warehouse: string;
@@ -52883,8 +53516,8 @@ export default class {
52883
53516
  query?: string | undefined;
52884
53517
  username: string;
52885
53518
  password?: string | undefined;
52886
- privateKey?: string | undefined;
52887
53519
  schema: string;
53520
+ privateKey?: string | undefined;
52888
53521
  table: string;
52889
53522
  account: string;
52890
53523
  warehouse: string;
@@ -54710,8 +55343,8 @@ export default class {
54710
55343
  query?: string | undefined;
54711
55344
  username: string;
54712
55345
  password?: string | undefined;
54713
- privateKey?: string | undefined;
54714
55346
  schema: string;
55347
+ privateKey?: string | undefined;
54715
55348
  table: string;
54716
55349
  account: string;
54717
55350
  warehouse: string;
@@ -55930,8 +56563,8 @@ export default class {
55930
56563
  query?: string | undefined;
55931
56564
  username: string;
55932
56565
  password?: string | undefined;
55933
- privateKey?: string | undefined;
55934
56566
  schema: string;
56567
+ privateKey?: string | undefined;
55935
56568
  table: string;
55936
56569
  account: string;
55937
56570
  warehouse: string;
@@ -58476,8 +59109,8 @@ export default class {
58476
59109
  query?: string | undefined;
58477
59110
  username: string;
58478
59111
  password?: string | undefined;
58479
- privateKey?: string | undefined;
58480
59112
  schema: string;
59113
+ privateKey?: string | undefined;
58481
59114
  table: string;
58482
59115
  account: string;
58483
59116
  warehouse: string;
@@ -59696,8 +60329,8 @@ export default class {
59696
60329
  query?: string | undefined;
59697
60330
  username: string;
59698
60331
  password?: string | undefined;
59699
- privateKey?: string | undefined;
59700
60332
  schema: string;
60333
+ privateKey?: string | undefined;
59701
60334
  table: string;
59702
60335
  account: string;
59703
60336
  warehouse: string;
@@ -60907,6 +61540,102 @@ export default class {
60907
61540
  code?: number | undefined;
60908
61541
  message: string;
60909
61542
  }, any, {}>>;
61543
+ uploadFile: (params: {
61544
+ id: string;
61545
+ }, data: any, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61546
+ status: "success";
61547
+ } & {
61548
+ datetime: string;
61549
+ data: {
61550
+ path: string;
61551
+ bucket: string;
61552
+ format: {
61553
+ options: {
61554
+ csvDelimiter?: string | undefined;
61555
+ csvColumns?: string[] | undefined;
61556
+ };
61557
+ type: "csv";
61558
+ } | {
61559
+ options: unknown;
61560
+ type: "ndjson";
61561
+ } | {
61562
+ options: {
61563
+ rootPath: string;
61564
+ };
61565
+ type: "json";
61566
+ } | {
61567
+ options: {
61568
+ rootPath: string;
61569
+ };
61570
+ type: "xml";
61571
+ } | {
61572
+ options: unknown;
61573
+ type: "xlsx";
61574
+ } | {
61575
+ options: {
61576
+ version?: string | undefined;
61577
+ columnsList?: string[] | undefined;
61578
+ };
61579
+ type: "parquet";
61580
+ } | {
61581
+ options: unknown;
61582
+ type: "avro";
61583
+ };
61584
+ textEncoding: string;
61585
+ pgpPrivateKey?: string | undefined;
61586
+ pgpPassphrase?: string | undefined;
61587
+ };
61588
+ program: string;
61589
+ version: string;
61590
+ status: string;
61591
+ code?: number | undefined;
61592
+ message: string;
61593
+ }, any, {}>>;
61594
+ promote: (params: {
61595
+ id: string;
61596
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61597
+ status: "success";
61598
+ } & {
61599
+ datetime: string;
61600
+ data: {
61601
+ [x: string]: unknown;
61602
+ };
61603
+ program: string;
61604
+ version: string;
61605
+ status: string;
61606
+ code?: number | undefined;
61607
+ message: string;
61608
+ }, any, {}>>;
61609
+ pause: (params: {
61610
+ id: string;
61611
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61612
+ status: "success";
61613
+ } & {
61614
+ datetime: string;
61615
+ data: {
61616
+ [x: string]: unknown;
61617
+ };
61618
+ program: string;
61619
+ version: string;
61620
+ status: string;
61621
+ code?: number | undefined;
61622
+ message: string;
61623
+ }, any, {}>>;
61624
+ getPushPassword: (params: {
61625
+ id: string;
61626
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61627
+ status: "success";
61628
+ } & {
61629
+ datetime: string;
61630
+ data: {
61631
+ password: string;
61632
+ };
61633
+ program: string;
61634
+ version: string;
61635
+ status: string;
61636
+ code?: number | undefined;
61637
+ message: string;
61638
+ }, any, {}>>;
60910
61639
  analyze: (params: {
60911
61640
  id: string;
60912
61641
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
@@ -61088,102 +61817,6 @@ export default class {
61088
61817
  code?: number | undefined;
61089
61818
  message: string;
61090
61819
  }, any, {}>>;
61091
- uploadFile: (params: {
61092
- id: string;
61093
- }, data: any, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61094
- status: "success";
61095
- } & {
61096
- datetime: string;
61097
- data: {
61098
- path: string;
61099
- bucket: string;
61100
- format: {
61101
- options: {
61102
- csvDelimiter?: string | undefined;
61103
- csvColumns?: string[] | undefined;
61104
- };
61105
- type: "csv";
61106
- } | {
61107
- options: unknown;
61108
- type: "ndjson";
61109
- } | {
61110
- options: {
61111
- rootPath: string;
61112
- };
61113
- type: "json";
61114
- } | {
61115
- options: {
61116
- rootPath: string;
61117
- };
61118
- type: "xml";
61119
- } | {
61120
- options: unknown;
61121
- type: "xlsx";
61122
- } | {
61123
- options: {
61124
- version?: string | undefined;
61125
- columnsList?: string[] | undefined;
61126
- };
61127
- type: "parquet";
61128
- } | {
61129
- options: unknown;
61130
- type: "avro";
61131
- };
61132
- textEncoding: string;
61133
- pgpPrivateKey?: string | undefined;
61134
- pgpPassphrase?: string | undefined;
61135
- };
61136
- program: string;
61137
- version: string;
61138
- status: string;
61139
- code?: number | undefined;
61140
- message: string;
61141
- }, any, {}>>;
61142
- promote: (params: {
61143
- id: string;
61144
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61145
- status: "success";
61146
- } & {
61147
- datetime: string;
61148
- data: {
61149
- [x: string]: unknown;
61150
- };
61151
- program: string;
61152
- version: string;
61153
- status: string;
61154
- code?: number | undefined;
61155
- message: string;
61156
- }, any, {}>>;
61157
- pause: (params: {
61158
- id: string;
61159
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61160
- status: "success";
61161
- } & {
61162
- datetime: string;
61163
- data: {
61164
- [x: string]: unknown;
61165
- };
61166
- program: string;
61167
- version: string;
61168
- status: string;
61169
- code?: number | undefined;
61170
- message: string;
61171
- }, any, {}>>;
61172
- getPushPassword: (params: {
61173
- id: string;
61174
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61175
- status: "success";
61176
- } & {
61177
- datetime: string;
61178
- data: {
61179
- password: string;
61180
- };
61181
- program: string;
61182
- version: string;
61183
- status: string;
61184
- code?: number | undefined;
61185
- message: string;
61186
- }, any, {}>>;
61187
61820
  };
61188
61821
  get ProxyDatasource(): {
61189
61822
  analyze: (params: {
@@ -61368,637 +62001,4 @@ export default class {
61368
62001
  message: string;
61369
62002
  }, any, {}>>;
61370
62003
  };
61371
- get Datagraph(): {
61372
- listSchemas: (params: {
61373
- page?: number | undefined;
61374
- perPage?: number | undefined;
61375
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61376
- paginationCount: number;
61377
- paginationPage: number;
61378
- paginationLimit: number;
61379
- } & {
61380
- status: "success";
61381
- } & {
61382
- datetime: string;
61383
- data: {
61384
- readonly companyId: string & {
61385
- readonly?: "__readonly" | undefined;
61386
- };
61387
- readonly resourceGroupIds: string[];
61388
- archivedAt: string | null;
61389
- readonly versions: (string | {
61390
- readonly companyId: string & {
61391
- readonly?: "__readonly" | undefined;
61392
- };
61393
- readonly state: import("./definitions").DatagraphSchemaVersionState & {
61394
- readonly?: "__readonly" | undefined;
61395
- };
61396
- _id: string;
61397
- __v: number;
61398
- readonly definition: {
61399
- name: string;
61400
- description?: string | undefined;
61401
- relations?: {
61402
- description?: string | undefined;
61403
- type: "Relation";
61404
- columns: string[];
61405
- reference: {
61406
- datasourceId: string;
61407
- table: string;
61408
- columns: string[];
61409
- };
61410
- }[] | undefined;
61411
- datasourceId: string;
61412
- indexes?: {
61413
- description?: string | undefined;
61414
- type: "Index";
61415
- columns: string[];
61416
- }[] | undefined;
61417
- columns: {
61418
- name: string;
61419
- description?: string | undefined;
61420
- type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "name" | "description" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
61421
- default?: string | number | boolean | undefined;
61422
- }[];
61423
- virtualColumns?: {
61424
- query: string;
61425
- name: string;
61426
- description?: string | undefined;
61427
- type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "name" | "description" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
61428
- }[] | undefined;
61429
- uniqueKeys?: {
61430
- description?: string | undefined;
61431
- type: "UniqueKey";
61432
- columns: string[];
61433
- }[] | undefined;
61434
- }[];
61435
- })[];
61436
- }[];
61437
- program: string;
61438
- version: string;
61439
- status: string;
61440
- code?: number | undefined;
61441
- message: string;
61442
- }, any, {}>>;
61443
- createSchema: (params: Record<string, never>, data: {
61444
- schema: {
61445
- name: string;
61446
- description?: string | undefined;
61447
- relations?: {
61448
- description?: string | undefined;
61449
- type: "Relation";
61450
- columns: string[];
61451
- reference: {
61452
- datasourceId: string;
61453
- table: string;
61454
- columns: string[];
61455
- };
61456
- }[] | undefined;
61457
- datasourceId: string;
61458
- indexes?: {
61459
- description?: string | undefined;
61460
- type: "Index";
61461
- columns: string[];
61462
- }[] | undefined;
61463
- columns: {
61464
- name: string;
61465
- description?: string | undefined;
61466
- type: FieldMapType;
61467
- default?: string | number | boolean | undefined;
61468
- }[];
61469
- virtualColumns?: {
61470
- query: string;
61471
- name: string;
61472
- description?: string | undefined;
61473
- type: FieldMapType;
61474
- }[] | undefined;
61475
- uniqueKeys?: {
61476
- description?: string | undefined;
61477
- type: "UniqueKey";
61478
- columns: string[];
61479
- }[] | undefined;
61480
- }[];
61481
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61482
- status: "success";
61483
- } & {
61484
- datetime: string;
61485
- data: {
61486
- [x: string]: unknown;
61487
- };
61488
- program: string;
61489
- version: string;
61490
- status: string;
61491
- code?: number | undefined;
61492
- message: string;
61493
- }, any, {}>>;
61494
- validateSchema: (params: Record<string, never>, data: {
61495
- schema: unknown;
61496
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61497
- status: "success";
61498
- } & {
61499
- datetime: string;
61500
- data: {
61501
- validation: {
61502
- success: true;
61503
- data: {
61504
- name: string;
61505
- description?: string | undefined;
61506
- relations?: {
61507
- description?: string | undefined;
61508
- type: "Relation";
61509
- columns: string[];
61510
- reference: {
61511
- datasourceId: string;
61512
- table: string;
61513
- columns: string[];
61514
- };
61515
- }[] | undefined;
61516
- datasourceId: string;
61517
- indexes?: {
61518
- description?: string | undefined;
61519
- type: "Index";
61520
- columns: string[];
61521
- }[] | undefined;
61522
- columns: {
61523
- name: string;
61524
- description?: string | undefined;
61525
- type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "name" | "description" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
61526
- default?: string | number | boolean | undefined;
61527
- }[];
61528
- virtualColumns?: {
61529
- query: string;
61530
- name: string;
61531
- description?: string | undefined;
61532
- type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "name" | "description" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
61533
- }[] | undefined;
61534
- uniqueKeys?: {
61535
- description?: string | undefined;
61536
- type: "UniqueKey";
61537
- columns: string[];
61538
- }[] | undefined;
61539
- }[];
61540
- } | {
61541
- success: false;
61542
- error: {
61543
- issues: {
61544
- path: (string | number)[];
61545
- code: string;
61546
- message: string;
61547
- }[];
61548
- };
61549
- };
61550
- relations: {
61551
- error?: string | undefined;
61552
- fromDatasourceId: string;
61553
- fromTable: string;
61554
- fromColumn: string;
61555
- fromDistinctCount: number | null;
61556
- toDatasourceId: string;
61557
- toTable: string;
61558
- toColumn: string;
61559
- toDistinctCount: number | null;
61560
- matchCount: number | null;
61561
- matchPercentage: number | null;
61562
- }[];
61563
- };
61564
- program: string;
61565
- version: string;
61566
- status: string;
61567
- code?: number | undefined;
61568
- message: string;
61569
- }, any, {}>>;
61570
- getSchema: (params: {
61571
- id: string;
61572
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61573
- status: "success";
61574
- } & {
61575
- datetime: string;
61576
- data: {
61577
- [x: string]: unknown;
61578
- };
61579
- program: string;
61580
- version: string;
61581
- status: string;
61582
- code?: number | undefined;
61583
- message: string;
61584
- }, any, {}>>;
61585
- updateSchema: (params: {
61586
- id: string;
61587
- }, data: {
61588
- schema: {
61589
- name: string;
61590
- description?: string | undefined;
61591
- relations?: {
61592
- description?: string | undefined;
61593
- type: "Relation";
61594
- columns: string[];
61595
- reference: {
61596
- datasourceId: string;
61597
- table: string;
61598
- columns: string[];
61599
- };
61600
- }[] | undefined;
61601
- datasourceId: string;
61602
- indexes?: {
61603
- description?: string | undefined;
61604
- type: "Index";
61605
- columns: string[];
61606
- }[] | undefined;
61607
- columns: {
61608
- name: string;
61609
- description?: string | undefined;
61610
- type: FieldMapType;
61611
- default?: string | number | boolean | undefined;
61612
- }[];
61613
- virtualColumns?: {
61614
- query: string;
61615
- name: string;
61616
- description?: string | undefined;
61617
- type: FieldMapType;
61618
- }[] | undefined;
61619
- uniqueKeys?: {
61620
- description?: string | undefined;
61621
- type: "UniqueKey";
61622
- columns: string[];
61623
- }[] | undefined;
61624
- }[];
61625
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61626
- status: "success";
61627
- } & {
61628
- datetime: string;
61629
- data: {
61630
- [x: string]: unknown;
61631
- };
61632
- program: string;
61633
- version: string;
61634
- status: string;
61635
- code?: number | undefined;
61636
- message: string;
61637
- }, any, {}>>;
61638
- deleteSchema: (params: {
61639
- id: string;
61640
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any, {}>>;
61641
- publishSchema: (params: {
61642
- id: string;
61643
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61644
- status: "success";
61645
- } & {
61646
- datetime: string;
61647
- data: {
61648
- [x: string]: unknown;
61649
- };
61650
- program: string;
61651
- version: string;
61652
- status: string;
61653
- code?: number | undefined;
61654
- message: string;
61655
- }, any, {}>>;
61656
- listEntities: (params: {
61657
- name?: string | undefined;
61658
- page?: number | undefined;
61659
- perPage?: number | undefined;
61660
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61661
- paginationCount: number;
61662
- paginationPage: number;
61663
- paginationLimit: number;
61664
- } & {
61665
- status: "success";
61666
- } & {
61667
- datetime: string;
61668
- data: {
61669
- readonly id: string & {
61670
- readonly?: "__readonly" | undefined;
61671
- };
61672
- readonly companyId: string & {
61673
- readonly?: "__readonly" | undefined;
61674
- };
61675
- readonly resourceGroupIds: string[];
61676
- readonly createdAt: string & {
61677
- readonly?: "__readonly" | undefined;
61678
- };
61679
- readonly archivedAt: string & {
61680
- readonly?: "__readonly" | undefined;
61681
- };
61682
- readonly versions: (string | {
61683
- readonly companyId: string & {
61684
- readonly?: "__readonly" | undefined;
61685
- };
61686
- changeDescription?: string | undefined;
61687
- readonly state: import("./definitions").DatagraphEntityVersionState & {
61688
- readonly?: "__readonly" | undefined;
61689
- };
61690
- _id: string;
61691
- __v: number;
61692
- readonly definition: {
61693
- readonly?: "__readonly" | undefined;
61694
- name: string;
61695
- description: string | null;
61696
- options: {
61697
- name: string;
61698
- index: number;
61699
- primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
61700
- shortDescription: string;
61701
- fullDescription: string | null;
61702
- optional?: boolean | undefined;
61703
- }[];
61704
- sql: string | null;
61705
- readonly answers: {
61706
- name: string;
61707
- type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "name" | "description" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
61708
- }[];
61709
- };
61710
- readonly lastSavedBy?: (string & {
61711
- readonly?: "__readonly" | undefined;
61712
- }) | undefined;
61713
- })[];
61714
- readonly updatedAt: string & {
61715
- readonly?: "__readonly" | undefined;
61716
- };
61717
- }[];
61718
- program: string;
61719
- version: string;
61720
- status: string;
61721
- code?: number | undefined;
61722
- message: string;
61723
- }, any, {}>>;
61724
- createEntity: (params: Record<string, never>, data: {
61725
- entity: {
61726
- name: string;
61727
- description?: string | null | undefined;
61728
- options: {
61729
- name: string;
61730
- index: number;
61731
- primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
61732
- shortDescription: string;
61733
- fullDescription: string | null;
61734
- optional?: boolean | undefined;
61735
- }[];
61736
- sql: string | null;
61737
- };
61738
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61739
- status: "success";
61740
- } & {
61741
- datetime: string;
61742
- data: {
61743
- readonly id: string & {
61744
- readonly?: "__readonly" | undefined;
61745
- };
61746
- readonly companyId: string & {
61747
- readonly?: "__readonly" | undefined;
61748
- };
61749
- readonly resourceGroupIds: string[];
61750
- readonly createdAt: string & {
61751
- readonly?: "__readonly" | undefined;
61752
- };
61753
- readonly archivedAt: string & {
61754
- readonly?: "__readonly" | undefined;
61755
- };
61756
- readonly versions: (string | {
61757
- readonly companyId: string & {
61758
- readonly?: "__readonly" | undefined;
61759
- };
61760
- changeDescription?: string | undefined;
61761
- readonly state: import("./definitions").DatagraphEntityVersionState & {
61762
- readonly?: "__readonly" | undefined;
61763
- };
61764
- _id: string;
61765
- __v: number;
61766
- readonly definition: {
61767
- readonly?: "__readonly" | undefined;
61768
- name: string;
61769
- description: string | null;
61770
- options: {
61771
- name: string;
61772
- index: number;
61773
- primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
61774
- shortDescription: string;
61775
- fullDescription: string | null;
61776
- optional?: boolean | undefined;
61777
- }[];
61778
- sql: string | null;
61779
- readonly answers: {
61780
- name: string;
61781
- type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "name" | "description" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
61782
- }[];
61783
- };
61784
- readonly lastSavedBy?: (string & {
61785
- readonly?: "__readonly" | undefined;
61786
- }) | undefined;
61787
- })[];
61788
- readonly updatedAt: string & {
61789
- readonly?: "__readonly" | undefined;
61790
- };
61791
- };
61792
- program: string;
61793
- version: string;
61794
- status: string;
61795
- code?: number | undefined;
61796
- message: string;
61797
- }, any, {}>>;
61798
- getEntity: (params: {
61799
- id: string;
61800
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61801
- status: "success";
61802
- } & {
61803
- datetime: string;
61804
- data: {
61805
- readonly id: string & {
61806
- readonly?: "__readonly" | undefined;
61807
- };
61808
- readonly companyId: string & {
61809
- readonly?: "__readonly" | undefined;
61810
- };
61811
- readonly resourceGroupIds: string[];
61812
- readonly createdAt: string & {
61813
- readonly?: "__readonly" | undefined;
61814
- };
61815
- readonly archivedAt: string & {
61816
- readonly?: "__readonly" | undefined;
61817
- };
61818
- readonly versions: (string | {
61819
- readonly companyId: string & {
61820
- readonly?: "__readonly" | undefined;
61821
- };
61822
- changeDescription?: string | undefined;
61823
- readonly state: import("./definitions").DatagraphEntityVersionState & {
61824
- readonly?: "__readonly" | undefined;
61825
- };
61826
- _id: string;
61827
- __v: number;
61828
- readonly definition: {
61829
- readonly?: "__readonly" | undefined;
61830
- name: string;
61831
- description: string | null;
61832
- options: {
61833
- name: string;
61834
- index: number;
61835
- primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
61836
- shortDescription: string;
61837
- fullDescription: string | null;
61838
- optional?: boolean | undefined;
61839
- }[];
61840
- sql: string | null;
61841
- readonly answers: {
61842
- name: string;
61843
- type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "name" | "description" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
61844
- }[];
61845
- };
61846
- readonly lastSavedBy?: (string & {
61847
- readonly?: "__readonly" | undefined;
61848
- }) | undefined;
61849
- })[];
61850
- readonly updatedAt: string & {
61851
- readonly?: "__readonly" | undefined;
61852
- };
61853
- };
61854
- program: string;
61855
- version: string;
61856
- status: string;
61857
- code?: number | undefined;
61858
- message: string;
61859
- }, any, {}>>;
61860
- updateEntity: (params: {
61861
- id: string;
61862
- }, data: {
61863
- entity: {
61864
- name: string;
61865
- description?: string | null | undefined;
61866
- options: {
61867
- name: string;
61868
- index: number;
61869
- primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
61870
- shortDescription: string;
61871
- fullDescription: string | null;
61872
- optional?: boolean | undefined;
61873
- }[];
61874
- sql: string | null;
61875
- };
61876
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61877
- status: "success";
61878
- } & {
61879
- datetime: string;
61880
- data: {
61881
- readonly id: string & {
61882
- readonly?: "__readonly" | undefined;
61883
- };
61884
- readonly companyId: string & {
61885
- readonly?: "__readonly" | undefined;
61886
- };
61887
- readonly resourceGroupIds: string[];
61888
- readonly createdAt: string & {
61889
- readonly?: "__readonly" | undefined;
61890
- };
61891
- readonly archivedAt: string & {
61892
- readonly?: "__readonly" | undefined;
61893
- };
61894
- readonly versions: (string | {
61895
- readonly companyId: string & {
61896
- readonly?: "__readonly" | undefined;
61897
- };
61898
- changeDescription?: string | undefined;
61899
- readonly state: import("./definitions").DatagraphEntityVersionState & {
61900
- readonly?: "__readonly" | undefined;
61901
- };
61902
- _id: string;
61903
- __v: number;
61904
- readonly definition: {
61905
- readonly?: "__readonly" | undefined;
61906
- name: string;
61907
- description: string | null;
61908
- options: {
61909
- name: string;
61910
- index: number;
61911
- primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
61912
- shortDescription: string;
61913
- fullDescription: string | null;
61914
- optional?: boolean | undefined;
61915
- }[];
61916
- sql: string | null;
61917
- readonly answers: {
61918
- name: string;
61919
- type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "name" | "description" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
61920
- }[];
61921
- };
61922
- readonly lastSavedBy?: (string & {
61923
- readonly?: "__readonly" | undefined;
61924
- }) | undefined;
61925
- })[];
61926
- readonly updatedAt: string & {
61927
- readonly?: "__readonly" | undefined;
61928
- };
61929
- };
61930
- program: string;
61931
- version: string;
61932
- status: string;
61933
- code?: number | undefined;
61934
- message: string;
61935
- }, any, {}>>;
61936
- deleteEntity: (params: {
61937
- id: string;
61938
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any, {}>>;
61939
- publishEntity: (params: {
61940
- id: string;
61941
- }, data: {
61942
- changeDescription?: string | undefined;
61943
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61944
- status: "success";
61945
- } & {
61946
- datetime: string;
61947
- data: {
61948
- readonly id: string & {
61949
- readonly?: "__readonly" | undefined;
61950
- };
61951
- readonly companyId: string & {
61952
- readonly?: "__readonly" | undefined;
61953
- };
61954
- readonly resourceGroupIds: string[];
61955
- readonly createdAt: string & {
61956
- readonly?: "__readonly" | undefined;
61957
- };
61958
- readonly archivedAt: string & {
61959
- readonly?: "__readonly" | undefined;
61960
- };
61961
- readonly versions: (string | {
61962
- readonly companyId: string & {
61963
- readonly?: "__readonly" | undefined;
61964
- };
61965
- changeDescription?: string | undefined;
61966
- readonly state: import("./definitions").DatagraphEntityVersionState & {
61967
- readonly?: "__readonly" | undefined;
61968
- };
61969
- _id: string;
61970
- __v: number;
61971
- readonly definition: {
61972
- readonly?: "__readonly" | undefined;
61973
- name: string;
61974
- description: string | null;
61975
- options: {
61976
- name: string;
61977
- index: number;
61978
- primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
61979
- shortDescription: string;
61980
- fullDescription: string | null;
61981
- optional?: boolean | undefined;
61982
- }[];
61983
- sql: string | null;
61984
- readonly answers: {
61985
- name: string;
61986
- type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "name" | "description" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
61987
- }[];
61988
- };
61989
- readonly lastSavedBy?: (string & {
61990
- readonly?: "__readonly" | undefined;
61991
- }) | undefined;
61992
- })[];
61993
- readonly updatedAt: string & {
61994
- readonly?: "__readonly" | undefined;
61995
- };
61996
- };
61997
- program: string;
61998
- version: string;
61999
- status: string;
62000
- code?: number | undefined;
62001
- message: string;
62002
- }, any, {}>>;
62003
- };
62004
62004
  }