@rlvt/datasources-openapi-client 1.0.375 → 1.0.377

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
@@ -45,12 +45,12 @@ export default class {
45
45
  private deleteDatasource;
46
46
  private getDatasourceExample;
47
47
  private anonymizeDatasource;
48
+ private analyzeWorkerDatasource;
49
+ private analyzeProxyDatasource;
48
50
  private uploadFileWorkerDatasource;
49
51
  private promoteWorkerDatasource;
50
52
  private pauseWorkerDatasource;
51
53
  private getPushPassword;
52
- private analyzeWorkerDatasource;
53
- private analyzeProxyDatasource;
54
54
  get Datasource(): {
55
55
  listTemplates: (params: {
56
56
  name?: string | undefined;
@@ -304,16 +304,16 @@ export default class {
304
304
  } | {
305
305
  name: "bought_together";
306
306
  params: {
307
+ fieldNames: string[];
308
+ datasourceId: string;
309
+ referenceId: string;
310
+ eventName: string;
307
311
  date: {
308
312
  duration: number;
309
313
  } | {
310
314
  start: number;
311
315
  end?: number | undefined;
312
316
  };
313
- fieldNames: string[];
314
- datasourceId: string;
315
- referenceId: string;
316
- eventName: string;
317
317
  };
318
318
  } | {
319
319
  name: "TOP_ATTRIBUTES";
@@ -5169,7 +5169,6 @@ export default class {
5169
5169
  } & {
5170
5170
  datetime: string;
5171
5171
  data: {
5172
- date: string;
5173
5172
  version: string;
5174
5173
  readonly id: string & {
5175
5174
  readonly?: "__readonly" | undefined;
@@ -5178,6 +5177,7 @@ export default class {
5178
5177
  contentVersion: number;
5179
5178
  level: import("./definitions").LogLevel;
5180
5179
  datasourceId: string;
5180
+ date: string;
5181
5181
  payload: unknown;
5182
5182
  entryIndex?: number | undefined;
5183
5183
  }[];
@@ -9438,8 +9438,8 @@ export default class {
9438
9438
  data: {
9439
9439
  success: boolean;
9440
9440
  steps: {
9441
- error?: string | undefined;
9442
9441
  name: string;
9442
+ error?: string | undefined;
9443
9443
  status: "success" | "failed";
9444
9444
  durationMs: number;
9445
9445
  detail?: {
@@ -9910,7 +9910,7 @@ export default class {
9910
9910
  columns: {
9911
9911
  name: string;
9912
9912
  description?: string | undefined;
9913
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
9913
+ 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";
9914
9914
  default?: string | number | boolean | undefined;
9915
9915
  nullable: boolean;
9916
9916
  }[];
@@ -9918,7 +9918,7 @@ export default class {
9918
9918
  query: string;
9919
9919
  name: string;
9920
9920
  description?: string | undefined;
9921
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
9921
+ 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";
9922
9922
  nullable: boolean;
9923
9923
  }[] | undefined;
9924
9924
  uniqueKeys?: {
@@ -9959,7 +9959,7 @@ export default class {
9959
9959
  columns: {
9960
9960
  name: string;
9961
9961
  description?: string | undefined;
9962
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
9962
+ 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";
9963
9963
  default?: string | number | boolean | undefined;
9964
9964
  nullable: boolean;
9965
9965
  }[];
@@ -9967,7 +9967,7 @@ export default class {
9967
9967
  query: string;
9968
9968
  name: string;
9969
9969
  description?: string | undefined;
9970
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
9970
+ 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";
9971
9971
  nullable: boolean;
9972
9972
  }[] | undefined;
9973
9973
  uniqueKeys?: {
@@ -10020,7 +10020,7 @@ export default class {
10020
10020
  columns: {
10021
10021
  name: string;
10022
10022
  description?: string | undefined;
10023
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
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
10024
  default?: string | number | boolean | undefined;
10025
10025
  nullable: boolean;
10026
10026
  }[];
@@ -10028,7 +10028,7 @@ export default class {
10028
10028
  query: string;
10029
10029
  name: string;
10030
10030
  description?: string | undefined;
10031
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
10031
+ 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";
10032
10032
  nullable: boolean;
10033
10033
  }[] | undefined;
10034
10034
  uniqueKeys?: {
@@ -10107,7 +10107,7 @@ export default class {
10107
10107
  columns: {
10108
10108
  name: string;
10109
10109
  description?: string | undefined;
10110
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
10110
+ 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";
10111
10111
  default?: string | number | boolean | undefined;
10112
10112
  nullable: boolean;
10113
10113
  }[];
@@ -10115,7 +10115,7 @@ export default class {
10115
10115
  query: string;
10116
10116
  name: string;
10117
10117
  description?: string | undefined;
10118
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
10118
+ 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";
10119
10119
  nullable: boolean;
10120
10120
  }[] | undefined;
10121
10121
  uniqueKeys?: {
@@ -10161,6 +10161,7 @@ export default class {
10161
10161
  message: string;
10162
10162
  }, any, {}>>;
10163
10163
  listEntities: (params: {
10164
+ name?: string | undefined;
10164
10165
  page?: number | undefined;
10165
10166
  perPage?: number | undefined;
10166
10167
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
@@ -10191,17 +10192,19 @@ export default class {
10191
10192
  readonly definition: {
10192
10193
  readonly?: "__readonly" | undefined;
10193
10194
  name: string;
10195
+ description: string | null;
10194
10196
  options: {
10195
10197
  name: string;
10196
10198
  index: number;
10197
10199
  primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10198
10200
  shortDescription: string;
10199
10201
  fullDescription: string | null;
10202
+ optional?: boolean | undefined;
10200
10203
  }[];
10201
10204
  sql: string | null;
10202
10205
  readonly answers: {
10203
10206
  name: string;
10204
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
10207
+ 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
10208
  }[];
10206
10209
  };
10207
10210
  })[];
@@ -10224,12 +10227,14 @@ export default class {
10224
10227
  createEntity: (params: Record<string, never>, data: {
10225
10228
  entity: {
10226
10229
  name: string;
10230
+ description?: string | null | undefined;
10227
10231
  options: {
10228
10232
  name: string;
10229
10233
  index: number;
10230
10234
  primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10231
10235
  shortDescription: string;
10232
10236
  fullDescription: string | null;
10237
+ optional?: boolean | undefined;
10233
10238
  }[];
10234
10239
  sql: string | null;
10235
10240
  };
@@ -10257,17 +10262,19 @@ export default class {
10257
10262
  readonly definition: {
10258
10263
  readonly?: "__readonly" | undefined;
10259
10264
  name: string;
10265
+ description: string | null;
10260
10266
  options: {
10261
10267
  name: string;
10262
10268
  index: number;
10263
10269
  primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10264
10270
  shortDescription: string;
10265
10271
  fullDescription: string | null;
10272
+ optional?: boolean | undefined;
10266
10273
  }[];
10267
10274
  sql: string | null;
10268
10275
  readonly answers: {
10269
10276
  name: string;
10270
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
10277
+ 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";
10271
10278
  }[];
10272
10279
  };
10273
10280
  })[];
@@ -10313,17 +10320,19 @@ export default class {
10313
10320
  readonly definition: {
10314
10321
  readonly?: "__readonly" | undefined;
10315
10322
  name: string;
10323
+ description: string | null;
10316
10324
  options: {
10317
10325
  name: string;
10318
10326
  index: number;
10319
10327
  primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10320
10328
  shortDescription: string;
10321
10329
  fullDescription: string | null;
10330
+ optional?: boolean | undefined;
10322
10331
  }[];
10323
10332
  sql: string | null;
10324
10333
  readonly answers: {
10325
10334
  name: string;
10326
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
10335
+ 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";
10327
10336
  }[];
10328
10337
  };
10329
10338
  })[];
@@ -10348,12 +10357,14 @@ export default class {
10348
10357
  }, data: {
10349
10358
  entity: {
10350
10359
  name: string;
10360
+ description?: string | null | undefined;
10351
10361
  options: {
10352
10362
  name: string;
10353
10363
  index: number;
10354
10364
  primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10355
10365
  shortDescription: string;
10356
10366
  fullDescription: string | null;
10367
+ optional?: boolean | undefined;
10357
10368
  }[];
10358
10369
  sql: string | null;
10359
10370
  };
@@ -10381,17 +10392,19 @@ export default class {
10381
10392
  readonly definition: {
10382
10393
  readonly?: "__readonly" | undefined;
10383
10394
  name: string;
10395
+ description: string | null;
10384
10396
  options: {
10385
10397
  name: string;
10386
10398
  index: number;
10387
10399
  primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10388
10400
  shortDescription: string;
10389
10401
  fullDescription: string | null;
10402
+ optional?: boolean | undefined;
10390
10403
  }[];
10391
10404
  sql: string | null;
10392
10405
  readonly answers: {
10393
10406
  name: string;
10394
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
10407
+ 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";
10395
10408
  }[];
10396
10409
  };
10397
10410
  })[];
@@ -10440,17 +10453,19 @@ export default class {
10440
10453
  readonly definition: {
10441
10454
  readonly?: "__readonly" | undefined;
10442
10455
  name: string;
10456
+ description: string | null;
10443
10457
  options: {
10444
10458
  name: string;
10445
10459
  index: number;
10446
10460
  primitive: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "string[]" | "number[]" | "string{}" | "number{}";
10447
10461
  shortDescription: string;
10448
10462
  fullDescription: string | null;
10463
+ optional?: boolean | undefined;
10449
10464
  }[];
10450
10465
  sql: string | null;
10451
10466
  readonly answers: {
10452
10467
  name: string;
10453
- type: "string" | "boolean" | "datetime" | "integer" | "date" | "decimal" | "text";
10468
+ 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";
10454
10469
  }[];
10455
10470
  };
10456
10471
  })[];
@@ -13329,16 +13344,16 @@ export default class {
13329
13344
  } | {
13330
13345
  name: "bought_together";
13331
13346
  params: {
13347
+ fieldNames: string[];
13348
+ datasourceId: string;
13349
+ referenceId: string;
13350
+ eventName: string;
13332
13351
  date: {
13333
13352
  duration: number;
13334
13353
  } | {
13335
13354
  start: number;
13336
13355
  end?: number | undefined;
13337
13356
  };
13338
- fieldNames: string[];
13339
- datasourceId: string;
13340
- referenceId: string;
13341
- eventName: string;
13342
13357
  };
13343
13358
  } | {
13344
13359
  name: "TOP_ATTRIBUTES";
@@ -13451,14 +13466,14 @@ export default class {
13451
13466
  } | {
13452
13467
  name: "configure_bought_together";
13453
13468
  value?: {
13469
+ referenceId: string;
13470
+ eventName: string;
13454
13471
  date: {
13455
13472
  duration: number;
13456
13473
  } | {
13457
13474
  start: number;
13458
13475
  end?: number | undefined;
13459
13476
  };
13460
- referenceId: string;
13461
- eventName: string;
13462
13477
  } | undefined;
13463
13478
  } | {
13464
13479
  name: "configure_top_attributes";
@@ -20236,7 +20251,31 @@ export default class {
20236
20251
  destination: {
20237
20252
  options: {
20238
20253
  url?: string | undefined;
20239
- date?: string | undefined;
20254
+ auth?: {
20255
+ user: string;
20256
+ method: string;
20257
+ type: "custom" | "Custom" | "CUSTOM";
20258
+ pass: string;
20259
+ } | {
20260
+ user: string;
20261
+ type?: "login" | "Login" | "LOGIN" | undefined;
20262
+ pass: string;
20263
+ } | {
20264
+ user?: string | undefined;
20265
+ timeout?: number | undefined;
20266
+ refreshToken?: string | undefined;
20267
+ accessToken?: string | undefined;
20268
+ clientId?: string | undefined;
20269
+ clientSecret?: string | undefined;
20270
+ type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
20271
+ accessUrl?: string | undefined;
20272
+ privateKey?: string | {
20273
+ passphrase: string;
20274
+ key: string;
20275
+ } | undefined;
20276
+ expires?: number | undefined;
20277
+ serviceClient?: string | undefined;
20278
+ } | undefined;
20240
20279
  text?: string | {
20241
20280
  readonly readableAborted: boolean & {
20242
20281
  readonly?: "__readonly" | undefined;
@@ -20332,31 +20371,7 @@ export default class {
20332
20371
  };
20333
20372
  } | undefined;
20334
20373
  } | undefined;
20335
- auth?: {
20336
- user: string;
20337
- method: string;
20338
- type: "custom" | "Custom" | "CUSTOM";
20339
- pass: string;
20340
- } | {
20341
- user: string;
20342
- type?: "login" | "Login" | "LOGIN" | undefined;
20343
- pass: string;
20344
- } | {
20345
- user?: string | undefined;
20346
- timeout?: number | undefined;
20347
- refreshToken?: string | undefined;
20348
- accessToken?: string | undefined;
20349
- clientId?: string | undefined;
20350
- clientSecret?: string | undefined;
20351
- type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
20352
- accessUrl?: string | undefined;
20353
- privateKey?: string | {
20354
- passphrase: string;
20355
- key: string;
20356
- } | undefined;
20357
- expires?: number | undefined;
20358
- serviceClient?: string | undefined;
20359
- } | undefined;
20374
+ date?: string | undefined;
20360
20375
  host?: string | undefined;
20361
20376
  port?: number | undefined;
20362
20377
  secure?: boolean | undefined;
@@ -23534,16 +23549,16 @@ export default class {
23534
23549
  } | {
23535
23550
  name: "bought_together";
23536
23551
  params: {
23552
+ fieldNames: string[];
23553
+ datasourceId: string;
23554
+ referenceId: string;
23555
+ eventName: string;
23537
23556
  date: {
23538
23557
  duration: number;
23539
23558
  } | {
23540
23559
  start: number;
23541
23560
  end?: number | undefined;
23542
23561
  };
23543
- fieldNames: string[];
23544
- datasourceId: string;
23545
- referenceId: string;
23546
- eventName: string;
23547
23562
  };
23548
23563
  } | {
23549
23564
  name: "TOP_ATTRIBUTES";
@@ -23656,14 +23671,14 @@ export default class {
23656
23671
  } | {
23657
23672
  name: "configure_bought_together";
23658
23673
  value?: {
23674
+ referenceId: string;
23675
+ eventName: string;
23659
23676
  date: {
23660
23677
  duration: number;
23661
23678
  } | {
23662
23679
  start: number;
23663
23680
  end?: number | undefined;
23664
23681
  };
23665
- referenceId: string;
23666
- eventName: string;
23667
23682
  } | undefined;
23668
23683
  } | {
23669
23684
  name: "configure_top_attributes";
@@ -30441,7 +30456,31 @@ export default class {
30441
30456
  destination: {
30442
30457
  options: {
30443
30458
  url?: string | undefined;
30444
- date?: string | undefined;
30459
+ auth?: {
30460
+ user: string;
30461
+ method: string;
30462
+ type: "custom" | "Custom" | "CUSTOM";
30463
+ pass: string;
30464
+ } | {
30465
+ user: string;
30466
+ type?: "login" | "Login" | "LOGIN" | undefined;
30467
+ pass: string;
30468
+ } | {
30469
+ user?: string | undefined;
30470
+ timeout?: number | undefined;
30471
+ refreshToken?: string | undefined;
30472
+ accessToken?: string | undefined;
30473
+ clientId?: string | undefined;
30474
+ clientSecret?: string | undefined;
30475
+ type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
30476
+ accessUrl?: string | undefined;
30477
+ privateKey?: string | {
30478
+ passphrase: string;
30479
+ key: string;
30480
+ } | undefined;
30481
+ expires?: number | undefined;
30482
+ serviceClient?: string | undefined;
30483
+ } | undefined;
30445
30484
  text?: string | {
30446
30485
  readonly readableAborted: boolean & {
30447
30486
  readonly?: "__readonly" | undefined;
@@ -30537,31 +30576,7 @@ export default class {
30537
30576
  };
30538
30577
  } | undefined;
30539
30578
  } | undefined;
30540
- auth?: {
30541
- user: string;
30542
- method: string;
30543
- type: "custom" | "Custom" | "CUSTOM";
30544
- pass: string;
30545
- } | {
30546
- user: string;
30547
- type?: "login" | "Login" | "LOGIN" | undefined;
30548
- pass: string;
30549
- } | {
30550
- user?: string | undefined;
30551
- timeout?: number | undefined;
30552
- refreshToken?: string | undefined;
30553
- accessToken?: string | undefined;
30554
- clientId?: string | undefined;
30555
- clientSecret?: string | undefined;
30556
- type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
30557
- accessUrl?: string | undefined;
30558
- privateKey?: string | {
30559
- passphrase: string;
30560
- key: string;
30561
- } | undefined;
30562
- expires?: number | undefined;
30563
- serviceClient?: string | undefined;
30564
- } | undefined;
30579
+ date?: string | undefined;
30565
30580
  host?: string | undefined;
30566
30581
  port?: number | undefined;
30567
30582
  secure?: boolean | undefined;
@@ -33739,16 +33754,16 @@ export default class {
33739
33754
  } | {
33740
33755
  name: "bought_together";
33741
33756
  params: {
33757
+ fieldNames: string[];
33758
+ datasourceId: string;
33759
+ referenceId: string;
33760
+ eventName: string;
33742
33761
  date: {
33743
33762
  duration: number;
33744
33763
  } | {
33745
33764
  start: number;
33746
33765
  end?: number | undefined;
33747
33766
  };
33748
- fieldNames: string[];
33749
- datasourceId: string;
33750
- referenceId: string;
33751
- eventName: string;
33752
33767
  };
33753
33768
  } | {
33754
33769
  name: "TOP_ATTRIBUTES";
@@ -33861,14 +33876,14 @@ export default class {
33861
33876
  } | {
33862
33877
  name: "configure_bought_together";
33863
33878
  value?: {
33879
+ referenceId: string;
33880
+ eventName: string;
33864
33881
  date: {
33865
33882
  duration: number;
33866
33883
  } | {
33867
33884
  start: number;
33868
33885
  end?: number | undefined;
33869
33886
  };
33870
- referenceId: string;
33871
- eventName: string;
33872
33887
  } | undefined;
33873
33888
  } | {
33874
33889
  name: "configure_top_attributes";
@@ -40646,7 +40661,31 @@ export default class {
40646
40661
  destination: {
40647
40662
  options: {
40648
40663
  url?: string | undefined;
40649
- date?: string | undefined;
40664
+ auth?: {
40665
+ user: string;
40666
+ method: string;
40667
+ type: "custom" | "Custom" | "CUSTOM";
40668
+ pass: string;
40669
+ } | {
40670
+ user: string;
40671
+ type?: "login" | "Login" | "LOGIN" | undefined;
40672
+ pass: string;
40673
+ } | {
40674
+ user?: string | undefined;
40675
+ timeout?: number | undefined;
40676
+ refreshToken?: string | undefined;
40677
+ accessToken?: string | undefined;
40678
+ clientId?: string | undefined;
40679
+ clientSecret?: string | undefined;
40680
+ type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
40681
+ accessUrl?: string | undefined;
40682
+ privateKey?: string | {
40683
+ passphrase: string;
40684
+ key: string;
40685
+ } | undefined;
40686
+ expires?: number | undefined;
40687
+ serviceClient?: string | undefined;
40688
+ } | undefined;
40650
40689
  text?: string | {
40651
40690
  readonly readableAborted: boolean & {
40652
40691
  readonly?: "__readonly" | undefined;
@@ -40742,31 +40781,7 @@ export default class {
40742
40781
  };
40743
40782
  } | undefined;
40744
40783
  } | undefined;
40745
- auth?: {
40746
- user: string;
40747
- method: string;
40748
- type: "custom" | "Custom" | "CUSTOM";
40749
- pass: string;
40750
- } | {
40751
- user: string;
40752
- type?: "login" | "Login" | "LOGIN" | undefined;
40753
- pass: string;
40754
- } | {
40755
- user?: string | undefined;
40756
- timeout?: number | undefined;
40757
- refreshToken?: string | undefined;
40758
- accessToken?: string | undefined;
40759
- clientId?: string | undefined;
40760
- clientSecret?: string | undefined;
40761
- type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
40762
- accessUrl?: string | undefined;
40763
- privateKey?: string | {
40764
- passphrase: string;
40765
- key: string;
40766
- } | undefined;
40767
- expires?: number | undefined;
40768
- serviceClient?: string | undefined;
40769
- } | undefined;
40784
+ date?: string | undefined;
40770
40785
  host?: string | undefined;
40771
40786
  port?: number | undefined;
40772
40787
  secure?: boolean | undefined;
@@ -43944,16 +43959,16 @@ export default class {
43944
43959
  } | {
43945
43960
  name: "bought_together";
43946
43961
  params: {
43962
+ fieldNames: string[];
43963
+ datasourceId: string;
43964
+ referenceId: string;
43965
+ eventName: string;
43947
43966
  date: {
43948
43967
  duration: number;
43949
43968
  } | {
43950
43969
  start: number;
43951
43970
  end?: number | undefined;
43952
43971
  };
43953
- fieldNames: string[];
43954
- datasourceId: string;
43955
- referenceId: string;
43956
- eventName: string;
43957
43972
  };
43958
43973
  } | {
43959
43974
  name: "TOP_ATTRIBUTES";
@@ -44066,14 +44081,14 @@ export default class {
44066
44081
  } | {
44067
44082
  name: "configure_bought_together";
44068
44083
  value?: {
44084
+ referenceId: string;
44085
+ eventName: string;
44069
44086
  date: {
44070
44087
  duration: number;
44071
44088
  } | {
44072
44089
  start: number;
44073
44090
  end?: number | undefined;
44074
44091
  };
44075
- referenceId: string;
44076
- eventName: string;
44077
44092
  } | undefined;
44078
44093
  } | {
44079
44094
  name: "configure_top_attributes";
@@ -50851,7 +50866,31 @@ export default class {
50851
50866
  destination: {
50852
50867
  options: {
50853
50868
  url?: string | undefined;
50854
- date?: string | undefined;
50869
+ auth?: {
50870
+ user: string;
50871
+ method: string;
50872
+ type: "custom" | "Custom" | "CUSTOM";
50873
+ pass: string;
50874
+ } | {
50875
+ user: string;
50876
+ type?: "login" | "Login" | "LOGIN" | undefined;
50877
+ pass: string;
50878
+ } | {
50879
+ user?: string | undefined;
50880
+ timeout?: number | undefined;
50881
+ refreshToken?: string | undefined;
50882
+ accessToken?: string | undefined;
50883
+ clientId?: string | undefined;
50884
+ clientSecret?: string | undefined;
50885
+ type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
50886
+ accessUrl?: string | undefined;
50887
+ privateKey?: string | {
50888
+ passphrase: string;
50889
+ key: string;
50890
+ } | undefined;
50891
+ expires?: number | undefined;
50892
+ serviceClient?: string | undefined;
50893
+ } | undefined;
50855
50894
  text?: string | {
50856
50895
  readonly readableAborted: boolean & {
50857
50896
  readonly?: "__readonly" | undefined;
@@ -50947,31 +50986,7 @@ export default class {
50947
50986
  };
50948
50987
  } | undefined;
50949
50988
  } | undefined;
50950
- auth?: {
50951
- user: string;
50952
- method: string;
50953
- type: "custom" | "Custom" | "CUSTOM";
50954
- pass: string;
50955
- } | {
50956
- user: string;
50957
- type?: "login" | "Login" | "LOGIN" | undefined;
50958
- pass: string;
50959
- } | {
50960
- user?: string | undefined;
50961
- timeout?: number | undefined;
50962
- refreshToken?: string | undefined;
50963
- accessToken?: string | undefined;
50964
- clientId?: string | undefined;
50965
- clientSecret?: string | undefined;
50966
- type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
50967
- accessUrl?: string | undefined;
50968
- privateKey?: string | {
50969
- passphrase: string;
50970
- key: string;
50971
- } | undefined;
50972
- expires?: number | undefined;
50973
- serviceClient?: string | undefined;
50974
- } | undefined;
50989
+ date?: string | undefined;
50975
50990
  host?: string | undefined;
50976
50991
  port?: number | undefined;
50977
50992
  secure?: boolean | undefined;
@@ -61412,7 +61427,6 @@ export default class {
61412
61427
  } & {
61413
61428
  datetime: string;
61414
61429
  data: {
61415
- date: string;
61416
61430
  version: string;
61417
61431
  readonly id: string & {
61418
61432
  readonly?: "__readonly" | undefined;
@@ -61421,6 +61435,7 @@ export default class {
61421
61435
  contentVersion: number;
61422
61436
  level: import("./definitions").LogLevel;
61423
61437
  datasourceId: string;
61438
+ date: string;
61424
61439
  payload: unknown;
61425
61440
  entryIndex?: number | undefined;
61426
61441
  }[];
@@ -61430,102 +61445,6 @@ export default class {
61430
61445
  code?: number | undefined;
61431
61446
  message: string;
61432
61447
  }, any, {}>>;
61433
- uploadFile: (params: {
61434
- id: string;
61435
- }, data: any, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61436
- status: "success";
61437
- } & {
61438
- datetime: string;
61439
- data: {
61440
- path: string;
61441
- bucket: string;
61442
- format: {
61443
- options: {
61444
- csvDelimiter?: string | undefined;
61445
- csvColumns?: string[] | undefined;
61446
- };
61447
- type: "csv";
61448
- } | {
61449
- options: unknown;
61450
- type: "ndjson";
61451
- } | {
61452
- options: {
61453
- rootPath: string;
61454
- };
61455
- type: "json";
61456
- } | {
61457
- options: {
61458
- rootPath: string;
61459
- };
61460
- type: "xml";
61461
- } | {
61462
- options: unknown;
61463
- type: "xlsx";
61464
- } | {
61465
- options: {
61466
- version?: string | undefined;
61467
- columnsList?: string[] | undefined;
61468
- };
61469
- type: "parquet";
61470
- } | {
61471
- options: unknown;
61472
- type: "avro";
61473
- };
61474
- textEncoding: string;
61475
- pgpPrivateKey?: string | undefined;
61476
- pgpPassphrase?: string | undefined;
61477
- };
61478
- program: string;
61479
- version: string;
61480
- status: string;
61481
- code?: number | undefined;
61482
- message: string;
61483
- }, any, {}>>;
61484
- promote: (params: {
61485
- id: string;
61486
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61487
- status: "success";
61488
- } & {
61489
- datetime: string;
61490
- data: {
61491
- [x: string]: unknown;
61492
- };
61493
- program: string;
61494
- version: string;
61495
- status: string;
61496
- code?: number | undefined;
61497
- message: string;
61498
- }, any, {}>>;
61499
- pause: (params: {
61500
- id: string;
61501
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61502
- status: "success";
61503
- } & {
61504
- datetime: string;
61505
- data: {
61506
- [x: string]: unknown;
61507
- };
61508
- program: string;
61509
- version: string;
61510
- status: string;
61511
- code?: number | undefined;
61512
- message: string;
61513
- }, any, {}>>;
61514
- getPushPassword: (params: {
61515
- id: string;
61516
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61517
- status: "success";
61518
- } & {
61519
- datetime: string;
61520
- data: {
61521
- password: string;
61522
- };
61523
- program: string;
61524
- version: string;
61525
- status: string;
61526
- code?: number | undefined;
61527
- message: string;
61528
- }, any, {}>>;
61529
61448
  analyze: (params: {
61530
61449
  id: string;
61531
61450
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
@@ -61707,6 +61626,102 @@ export default class {
61707
61626
  code?: number | undefined;
61708
61627
  message: string;
61709
61628
  }, any, {}>>;
61629
+ uploadFile: (params: {
61630
+ id: string;
61631
+ }, data: any, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61632
+ status: "success";
61633
+ } & {
61634
+ datetime: string;
61635
+ data: {
61636
+ path: string;
61637
+ bucket: string;
61638
+ format: {
61639
+ options: {
61640
+ csvDelimiter?: string | undefined;
61641
+ csvColumns?: string[] | undefined;
61642
+ };
61643
+ type: "csv";
61644
+ } | {
61645
+ options: unknown;
61646
+ type: "ndjson";
61647
+ } | {
61648
+ options: {
61649
+ rootPath: string;
61650
+ };
61651
+ type: "json";
61652
+ } | {
61653
+ options: {
61654
+ rootPath: string;
61655
+ };
61656
+ type: "xml";
61657
+ } | {
61658
+ options: unknown;
61659
+ type: "xlsx";
61660
+ } | {
61661
+ options: {
61662
+ version?: string | undefined;
61663
+ columnsList?: string[] | undefined;
61664
+ };
61665
+ type: "parquet";
61666
+ } | {
61667
+ options: unknown;
61668
+ type: "avro";
61669
+ };
61670
+ textEncoding: string;
61671
+ pgpPrivateKey?: string | undefined;
61672
+ pgpPassphrase?: string | undefined;
61673
+ };
61674
+ program: string;
61675
+ version: string;
61676
+ status: string;
61677
+ code?: number | undefined;
61678
+ message: string;
61679
+ }, any, {}>>;
61680
+ promote: (params: {
61681
+ id: string;
61682
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61683
+ status: "success";
61684
+ } & {
61685
+ datetime: string;
61686
+ data: {
61687
+ [x: string]: unknown;
61688
+ };
61689
+ program: string;
61690
+ version: string;
61691
+ status: string;
61692
+ code?: number | undefined;
61693
+ message: string;
61694
+ }, any, {}>>;
61695
+ pause: (params: {
61696
+ id: string;
61697
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61698
+ status: "success";
61699
+ } & {
61700
+ datetime: string;
61701
+ data: {
61702
+ [x: string]: unknown;
61703
+ };
61704
+ program: string;
61705
+ version: string;
61706
+ status: string;
61707
+ code?: number | undefined;
61708
+ message: string;
61709
+ }, any, {}>>;
61710
+ getPushPassword: (params: {
61711
+ id: string;
61712
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
61713
+ status: "success";
61714
+ } & {
61715
+ datetime: string;
61716
+ data: {
61717
+ password: string;
61718
+ };
61719
+ program: string;
61720
+ version: string;
61721
+ status: string;
61722
+ code?: number | undefined;
61723
+ message: string;
61724
+ }, any, {}>>;
61710
61725
  };
61711
61726
  get ProxyDatasource(): {
61712
61727
  analyze: (params: {