@rlvt/datasources-openapi-client 1.0.376 → 1.0.378
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 +189 -148
- package/build/definitions.d.ts +16 -9
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -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";
|
|
@@ -663,6 +663,7 @@ export default class {
|
|
|
663
663
|
}[] | undefined;
|
|
664
664
|
} | {
|
|
665
665
|
options?: {
|
|
666
|
+
location?: string | undefined;
|
|
666
667
|
query?: string | undefined;
|
|
667
668
|
privateKey?: string | undefined;
|
|
668
669
|
dataset?: string | undefined;
|
|
@@ -1580,6 +1581,7 @@ export default class {
|
|
|
1580
1581
|
}[] | undefined;
|
|
1581
1582
|
} | {
|
|
1582
1583
|
options?: {
|
|
1584
|
+
location?: string | undefined;
|
|
1583
1585
|
query?: string | undefined;
|
|
1584
1586
|
privateKey?: string | undefined;
|
|
1585
1587
|
dataset?: string | undefined;
|
|
@@ -2603,6 +2605,7 @@ export default class {
|
|
|
2603
2605
|
}[] | undefined;
|
|
2604
2606
|
} | {
|
|
2605
2607
|
options?: {
|
|
2608
|
+
location?: string | undefined;
|
|
2606
2609
|
query?: string | undefined;
|
|
2607
2610
|
privateKey?: string | undefined;
|
|
2608
2611
|
dataset?: string | undefined;
|
|
@@ -3520,6 +3523,7 @@ export default class {
|
|
|
3520
3523
|
}[] | undefined;
|
|
3521
3524
|
} | {
|
|
3522
3525
|
options?: {
|
|
3526
|
+
location?: string | undefined;
|
|
3523
3527
|
query?: string | undefined;
|
|
3524
3528
|
privateKey?: string | undefined;
|
|
3525
3529
|
dataset?: string | undefined;
|
|
@@ -5169,7 +5173,6 @@ export default class {
|
|
|
5169
5173
|
} & {
|
|
5170
5174
|
datetime: string;
|
|
5171
5175
|
data: {
|
|
5172
|
-
date: string;
|
|
5173
5176
|
version: string;
|
|
5174
5177
|
readonly id: string & {
|
|
5175
5178
|
readonly?: "__readonly" | undefined;
|
|
@@ -5178,6 +5181,7 @@ export default class {
|
|
|
5178
5181
|
contentVersion: number;
|
|
5179
5182
|
level: import("./definitions").LogLevel;
|
|
5180
5183
|
datasourceId: string;
|
|
5184
|
+
date: string;
|
|
5181
5185
|
payload: unknown;
|
|
5182
5186
|
entryIndex?: number | undefined;
|
|
5183
5187
|
}[];
|
|
@@ -9438,8 +9442,8 @@ export default class {
|
|
|
9438
9442
|
data: {
|
|
9439
9443
|
success: boolean;
|
|
9440
9444
|
steps: {
|
|
9441
|
-
error?: string | undefined;
|
|
9442
9445
|
name: string;
|
|
9446
|
+
error?: string | undefined;
|
|
9443
9447
|
status: "success" | "failed";
|
|
9444
9448
|
durationMs: number;
|
|
9445
9449
|
detail?: {
|
|
@@ -9910,7 +9914,7 @@ export default class {
|
|
|
9910
9914
|
columns: {
|
|
9911
9915
|
name: string;
|
|
9912
9916
|
description?: string | undefined;
|
|
9913
|
-
type: "string" | "boolean" | "datetime" | "
|
|
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";
|
|
9914
9918
|
default?: string | number | boolean | undefined;
|
|
9915
9919
|
nullable: boolean;
|
|
9916
9920
|
}[];
|
|
@@ -9918,7 +9922,7 @@ export default class {
|
|
|
9918
9922
|
query: string;
|
|
9919
9923
|
name: string;
|
|
9920
9924
|
description?: string | undefined;
|
|
9921
|
-
type: "string" | "boolean" | "datetime" | "
|
|
9925
|
+
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
9926
|
nullable: boolean;
|
|
9923
9927
|
}[] | undefined;
|
|
9924
9928
|
uniqueKeys?: {
|
|
@@ -9959,7 +9963,7 @@ export default class {
|
|
|
9959
9963
|
columns: {
|
|
9960
9964
|
name: string;
|
|
9961
9965
|
description?: string | undefined;
|
|
9962
|
-
type: "string" | "boolean" | "datetime" | "
|
|
9966
|
+
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
9967
|
default?: string | number | boolean | undefined;
|
|
9964
9968
|
nullable: boolean;
|
|
9965
9969
|
}[];
|
|
@@ -9967,7 +9971,7 @@ export default class {
|
|
|
9967
9971
|
query: string;
|
|
9968
9972
|
name: string;
|
|
9969
9973
|
description?: string | undefined;
|
|
9970
|
-
type: "string" | "boolean" | "datetime" | "
|
|
9974
|
+
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
9975
|
nullable: boolean;
|
|
9972
9976
|
}[] | undefined;
|
|
9973
9977
|
uniqueKeys?: {
|
|
@@ -10020,7 +10024,7 @@ export default class {
|
|
|
10020
10024
|
columns: {
|
|
10021
10025
|
name: string;
|
|
10022
10026
|
description?: string | undefined;
|
|
10023
|
-
type: "string" | "boolean" | "datetime" | "
|
|
10027
|
+
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
10028
|
default?: string | number | boolean | undefined;
|
|
10025
10029
|
nullable: boolean;
|
|
10026
10030
|
}[];
|
|
@@ -10028,7 +10032,7 @@ export default class {
|
|
|
10028
10032
|
query: string;
|
|
10029
10033
|
name: string;
|
|
10030
10034
|
description?: string | undefined;
|
|
10031
|
-
type: "string" | "boolean" | "datetime" | "
|
|
10035
|
+
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
10036
|
nullable: boolean;
|
|
10033
10037
|
}[] | undefined;
|
|
10034
10038
|
uniqueKeys?: {
|
|
@@ -10107,7 +10111,7 @@ export default class {
|
|
|
10107
10111
|
columns: {
|
|
10108
10112
|
name: string;
|
|
10109
10113
|
description?: string | undefined;
|
|
10110
|
-
type: "string" | "boolean" | "datetime" | "
|
|
10114
|
+
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
10115
|
default?: string | number | boolean | undefined;
|
|
10112
10116
|
nullable: boolean;
|
|
10113
10117
|
}[];
|
|
@@ -10115,7 +10119,7 @@ export default class {
|
|
|
10115
10119
|
query: string;
|
|
10116
10120
|
name: string;
|
|
10117
10121
|
description?: string | undefined;
|
|
10118
|
-
type: "string" | "boolean" | "datetime" | "
|
|
10122
|
+
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
10123
|
nullable: boolean;
|
|
10120
10124
|
}[] | undefined;
|
|
10121
10125
|
uniqueKeys?: {
|
|
@@ -10192,6 +10196,7 @@ export default class {
|
|
|
10192
10196
|
readonly definition: {
|
|
10193
10197
|
readonly?: "__readonly" | undefined;
|
|
10194
10198
|
name: string;
|
|
10199
|
+
description: string | null;
|
|
10195
10200
|
options: {
|
|
10196
10201
|
name: string;
|
|
10197
10202
|
index: number;
|
|
@@ -10203,7 +10208,7 @@ export default class {
|
|
|
10203
10208
|
sql: string | null;
|
|
10204
10209
|
readonly answers: {
|
|
10205
10210
|
name: string;
|
|
10206
|
-
type: "string" | "boolean" | "datetime" | "
|
|
10211
|
+
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";
|
|
10207
10212
|
}[];
|
|
10208
10213
|
};
|
|
10209
10214
|
})[];
|
|
@@ -10226,6 +10231,7 @@ export default class {
|
|
|
10226
10231
|
createEntity: (params: Record<string, never>, data: {
|
|
10227
10232
|
entity: {
|
|
10228
10233
|
name: string;
|
|
10234
|
+
description?: string | null | undefined;
|
|
10229
10235
|
options: {
|
|
10230
10236
|
name: string;
|
|
10231
10237
|
index: number;
|
|
@@ -10260,6 +10266,7 @@ export default class {
|
|
|
10260
10266
|
readonly definition: {
|
|
10261
10267
|
readonly?: "__readonly" | undefined;
|
|
10262
10268
|
name: string;
|
|
10269
|
+
description: string | null;
|
|
10263
10270
|
options: {
|
|
10264
10271
|
name: string;
|
|
10265
10272
|
index: number;
|
|
@@ -10271,7 +10278,7 @@ export default class {
|
|
|
10271
10278
|
sql: string | null;
|
|
10272
10279
|
readonly answers: {
|
|
10273
10280
|
name: string;
|
|
10274
|
-
type: "string" | "boolean" | "datetime" | "
|
|
10281
|
+
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";
|
|
10275
10282
|
}[];
|
|
10276
10283
|
};
|
|
10277
10284
|
})[];
|
|
@@ -10317,6 +10324,7 @@ export default class {
|
|
|
10317
10324
|
readonly definition: {
|
|
10318
10325
|
readonly?: "__readonly" | undefined;
|
|
10319
10326
|
name: string;
|
|
10327
|
+
description: string | null;
|
|
10320
10328
|
options: {
|
|
10321
10329
|
name: string;
|
|
10322
10330
|
index: number;
|
|
@@ -10328,7 +10336,7 @@ export default class {
|
|
|
10328
10336
|
sql: string | null;
|
|
10329
10337
|
readonly answers: {
|
|
10330
10338
|
name: string;
|
|
10331
|
-
type: "string" | "boolean" | "datetime" | "
|
|
10339
|
+
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";
|
|
10332
10340
|
}[];
|
|
10333
10341
|
};
|
|
10334
10342
|
})[];
|
|
@@ -10353,6 +10361,7 @@ export default class {
|
|
|
10353
10361
|
}, data: {
|
|
10354
10362
|
entity: {
|
|
10355
10363
|
name: string;
|
|
10364
|
+
description?: string | null | undefined;
|
|
10356
10365
|
options: {
|
|
10357
10366
|
name: string;
|
|
10358
10367
|
index: number;
|
|
@@ -10387,6 +10396,7 @@ export default class {
|
|
|
10387
10396
|
readonly definition: {
|
|
10388
10397
|
readonly?: "__readonly" | undefined;
|
|
10389
10398
|
name: string;
|
|
10399
|
+
description: string | null;
|
|
10390
10400
|
options: {
|
|
10391
10401
|
name: string;
|
|
10392
10402
|
index: number;
|
|
@@ -10398,7 +10408,7 @@ export default class {
|
|
|
10398
10408
|
sql: string | null;
|
|
10399
10409
|
readonly answers: {
|
|
10400
10410
|
name: string;
|
|
10401
|
-
type: "string" | "boolean" | "datetime" | "
|
|
10411
|
+
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";
|
|
10402
10412
|
}[];
|
|
10403
10413
|
};
|
|
10404
10414
|
})[];
|
|
@@ -10447,6 +10457,7 @@ export default class {
|
|
|
10447
10457
|
readonly definition: {
|
|
10448
10458
|
readonly?: "__readonly" | undefined;
|
|
10449
10459
|
name: string;
|
|
10460
|
+
description: string | null;
|
|
10450
10461
|
options: {
|
|
10451
10462
|
name: string;
|
|
10452
10463
|
index: number;
|
|
@@ -10458,7 +10469,7 @@ export default class {
|
|
|
10458
10469
|
sql: string | null;
|
|
10459
10470
|
readonly answers: {
|
|
10460
10471
|
name: string;
|
|
10461
|
-
type: "string" | "boolean" | "datetime" | "
|
|
10472
|
+
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";
|
|
10462
10473
|
}[];
|
|
10463
10474
|
};
|
|
10464
10475
|
})[];
|
|
@@ -11089,6 +11100,7 @@ export default class {
|
|
|
11089
11100
|
}[] | undefined;
|
|
11090
11101
|
} | {
|
|
11091
11102
|
options: {
|
|
11103
|
+
location?: string | undefined;
|
|
11092
11104
|
query?: string | undefined;
|
|
11093
11105
|
privateKey?: string | undefined;
|
|
11094
11106
|
dataset: string;
|
|
@@ -12302,6 +12314,7 @@ export default class {
|
|
|
12302
12314
|
}[] | undefined;
|
|
12303
12315
|
} | {
|
|
12304
12316
|
options: {
|
|
12317
|
+
location?: string | undefined;
|
|
12305
12318
|
query?: string | undefined;
|
|
12306
12319
|
privateKey?: string | undefined;
|
|
12307
12320
|
dataset: string;
|
|
@@ -13337,16 +13350,16 @@ export default class {
|
|
|
13337
13350
|
} | {
|
|
13338
13351
|
name: "bought_together";
|
|
13339
13352
|
params: {
|
|
13353
|
+
fieldNames: string[];
|
|
13354
|
+
datasourceId: string;
|
|
13355
|
+
referenceId: string;
|
|
13356
|
+
eventName: string;
|
|
13340
13357
|
date: {
|
|
13341
13358
|
duration: number;
|
|
13342
13359
|
} | {
|
|
13343
13360
|
start: number;
|
|
13344
13361
|
end?: number | undefined;
|
|
13345
13362
|
};
|
|
13346
|
-
fieldNames: string[];
|
|
13347
|
-
datasourceId: string;
|
|
13348
|
-
referenceId: string;
|
|
13349
|
-
eventName: string;
|
|
13350
13363
|
};
|
|
13351
13364
|
} | {
|
|
13352
13365
|
name: "TOP_ATTRIBUTES";
|
|
@@ -13459,14 +13472,14 @@ export default class {
|
|
|
13459
13472
|
} | {
|
|
13460
13473
|
name: "configure_bought_together";
|
|
13461
13474
|
value?: {
|
|
13475
|
+
referenceId: string;
|
|
13476
|
+
eventName: string;
|
|
13462
13477
|
date: {
|
|
13463
13478
|
duration: number;
|
|
13464
13479
|
} | {
|
|
13465
13480
|
start: number;
|
|
13466
13481
|
end?: number | undefined;
|
|
13467
13482
|
};
|
|
13468
|
-
referenceId: string;
|
|
13469
|
-
eventName: string;
|
|
13470
13483
|
} | undefined;
|
|
13471
13484
|
} | {
|
|
13472
13485
|
name: "configure_top_attributes";
|
|
@@ -14124,6 +14137,7 @@ export default class {
|
|
|
14124
14137
|
}[] | undefined;
|
|
14125
14138
|
} | {
|
|
14126
14139
|
options: {
|
|
14140
|
+
location?: string | undefined;
|
|
14127
14141
|
query?: string | undefined;
|
|
14128
14142
|
privateKey?: string | undefined;
|
|
14129
14143
|
dataset: string;
|
|
@@ -15337,6 +15351,7 @@ export default class {
|
|
|
15337
15351
|
}[] | undefined;
|
|
15338
15352
|
} | {
|
|
15339
15353
|
options: {
|
|
15354
|
+
location?: string | undefined;
|
|
15340
15355
|
query?: string | undefined;
|
|
15341
15356
|
privateKey?: string | undefined;
|
|
15342
15357
|
dataset: string;
|
|
@@ -17879,6 +17894,7 @@ export default class {
|
|
|
17879
17894
|
}[] | undefined;
|
|
17880
17895
|
} | {
|
|
17881
17896
|
options: {
|
|
17897
|
+
location?: string | undefined;
|
|
17882
17898
|
query?: string | undefined;
|
|
17883
17899
|
privateKey?: string | undefined;
|
|
17884
17900
|
dataset: string;
|
|
@@ -19092,6 +19108,7 @@ export default class {
|
|
|
19092
19108
|
}[] | undefined;
|
|
19093
19109
|
} | {
|
|
19094
19110
|
options: {
|
|
19111
|
+
location?: string | undefined;
|
|
19095
19112
|
query?: string | undefined;
|
|
19096
19113
|
privateKey?: string | undefined;
|
|
19097
19114
|
dataset: string;
|
|
@@ -20244,7 +20261,31 @@ export default class {
|
|
|
20244
20261
|
destination: {
|
|
20245
20262
|
options: {
|
|
20246
20263
|
url?: string | undefined;
|
|
20247
|
-
|
|
20264
|
+
auth?: {
|
|
20265
|
+
user: string;
|
|
20266
|
+
method: string;
|
|
20267
|
+
type: "custom" | "Custom" | "CUSTOM";
|
|
20268
|
+
pass: string;
|
|
20269
|
+
} | {
|
|
20270
|
+
user: string;
|
|
20271
|
+
type?: "login" | "Login" | "LOGIN" | undefined;
|
|
20272
|
+
pass: string;
|
|
20273
|
+
} | {
|
|
20274
|
+
user?: string | undefined;
|
|
20275
|
+
timeout?: number | undefined;
|
|
20276
|
+
refreshToken?: string | undefined;
|
|
20277
|
+
accessToken?: string | undefined;
|
|
20278
|
+
clientId?: string | undefined;
|
|
20279
|
+
clientSecret?: string | undefined;
|
|
20280
|
+
type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
|
|
20281
|
+
accessUrl?: string | undefined;
|
|
20282
|
+
privateKey?: string | {
|
|
20283
|
+
passphrase: string;
|
|
20284
|
+
key: string;
|
|
20285
|
+
} | undefined;
|
|
20286
|
+
expires?: number | undefined;
|
|
20287
|
+
serviceClient?: string | undefined;
|
|
20288
|
+
} | undefined;
|
|
20248
20289
|
text?: string | {
|
|
20249
20290
|
readonly readableAborted: boolean & {
|
|
20250
20291
|
readonly?: "__readonly" | undefined;
|
|
@@ -20340,31 +20381,7 @@ export default class {
|
|
|
20340
20381
|
};
|
|
20341
20382
|
} | undefined;
|
|
20342
20383
|
} | undefined;
|
|
20343
|
-
|
|
20344
|
-
user: string;
|
|
20345
|
-
method: string;
|
|
20346
|
-
type: "custom" | "Custom" | "CUSTOM";
|
|
20347
|
-
pass: string;
|
|
20348
|
-
} | {
|
|
20349
|
-
user: string;
|
|
20350
|
-
type?: "login" | "Login" | "LOGIN" | undefined;
|
|
20351
|
-
pass: string;
|
|
20352
|
-
} | {
|
|
20353
|
-
user?: string | undefined;
|
|
20354
|
-
timeout?: number | undefined;
|
|
20355
|
-
refreshToken?: string | undefined;
|
|
20356
|
-
accessToken?: string | undefined;
|
|
20357
|
-
clientId?: string | undefined;
|
|
20358
|
-
clientSecret?: string | undefined;
|
|
20359
|
-
type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
|
|
20360
|
-
accessUrl?: string | undefined;
|
|
20361
|
-
privateKey?: string | {
|
|
20362
|
-
passphrase: string;
|
|
20363
|
-
key: string;
|
|
20364
|
-
} | undefined;
|
|
20365
|
-
expires?: number | undefined;
|
|
20366
|
-
serviceClient?: string | undefined;
|
|
20367
|
-
} | undefined;
|
|
20384
|
+
date?: string | undefined;
|
|
20368
20385
|
host?: string | undefined;
|
|
20369
20386
|
port?: number | undefined;
|
|
20370
20387
|
secure?: boolean | undefined;
|
|
@@ -21294,6 +21311,7 @@ export default class {
|
|
|
21294
21311
|
}[] | undefined;
|
|
21295
21312
|
} | {
|
|
21296
21313
|
options: {
|
|
21314
|
+
location?: string | undefined;
|
|
21297
21315
|
query?: string | undefined;
|
|
21298
21316
|
privateKey?: string | undefined;
|
|
21299
21317
|
dataset: string;
|
|
@@ -22507,6 +22525,7 @@ export default class {
|
|
|
22507
22525
|
}[] | undefined;
|
|
22508
22526
|
} | {
|
|
22509
22527
|
options: {
|
|
22528
|
+
location?: string | undefined;
|
|
22510
22529
|
query?: string | undefined;
|
|
22511
22530
|
privateKey?: string | undefined;
|
|
22512
22531
|
dataset: string;
|
|
@@ -23542,16 +23561,16 @@ export default class {
|
|
|
23542
23561
|
} | {
|
|
23543
23562
|
name: "bought_together";
|
|
23544
23563
|
params: {
|
|
23564
|
+
fieldNames: string[];
|
|
23565
|
+
datasourceId: string;
|
|
23566
|
+
referenceId: string;
|
|
23567
|
+
eventName: string;
|
|
23545
23568
|
date: {
|
|
23546
23569
|
duration: number;
|
|
23547
23570
|
} | {
|
|
23548
23571
|
start: number;
|
|
23549
23572
|
end?: number | undefined;
|
|
23550
23573
|
};
|
|
23551
|
-
fieldNames: string[];
|
|
23552
|
-
datasourceId: string;
|
|
23553
|
-
referenceId: string;
|
|
23554
|
-
eventName: string;
|
|
23555
23574
|
};
|
|
23556
23575
|
} | {
|
|
23557
23576
|
name: "TOP_ATTRIBUTES";
|
|
@@ -23664,14 +23683,14 @@ export default class {
|
|
|
23664
23683
|
} | {
|
|
23665
23684
|
name: "configure_bought_together";
|
|
23666
23685
|
value?: {
|
|
23686
|
+
referenceId: string;
|
|
23687
|
+
eventName: string;
|
|
23667
23688
|
date: {
|
|
23668
23689
|
duration: number;
|
|
23669
23690
|
} | {
|
|
23670
23691
|
start: number;
|
|
23671
23692
|
end?: number | undefined;
|
|
23672
23693
|
};
|
|
23673
|
-
referenceId: string;
|
|
23674
|
-
eventName: string;
|
|
23675
23694
|
} | undefined;
|
|
23676
23695
|
} | {
|
|
23677
23696
|
name: "configure_top_attributes";
|
|
@@ -24329,6 +24348,7 @@ export default class {
|
|
|
24329
24348
|
}[] | undefined;
|
|
24330
24349
|
} | {
|
|
24331
24350
|
options: {
|
|
24351
|
+
location?: string | undefined;
|
|
24332
24352
|
query?: string | undefined;
|
|
24333
24353
|
privateKey?: string | undefined;
|
|
24334
24354
|
dataset: string;
|
|
@@ -25542,6 +25562,7 @@ export default class {
|
|
|
25542
25562
|
}[] | undefined;
|
|
25543
25563
|
} | {
|
|
25544
25564
|
options: {
|
|
25565
|
+
location?: string | undefined;
|
|
25545
25566
|
query?: string | undefined;
|
|
25546
25567
|
privateKey?: string | undefined;
|
|
25547
25568
|
dataset: string;
|
|
@@ -28084,6 +28105,7 @@ export default class {
|
|
|
28084
28105
|
}[] | undefined;
|
|
28085
28106
|
} | {
|
|
28086
28107
|
options: {
|
|
28108
|
+
location?: string | undefined;
|
|
28087
28109
|
query?: string | undefined;
|
|
28088
28110
|
privateKey?: string | undefined;
|
|
28089
28111
|
dataset: string;
|
|
@@ -29297,6 +29319,7 @@ export default class {
|
|
|
29297
29319
|
}[] | undefined;
|
|
29298
29320
|
} | {
|
|
29299
29321
|
options: {
|
|
29322
|
+
location?: string | undefined;
|
|
29300
29323
|
query?: string | undefined;
|
|
29301
29324
|
privateKey?: string | undefined;
|
|
29302
29325
|
dataset: string;
|
|
@@ -30449,7 +30472,31 @@ export default class {
|
|
|
30449
30472
|
destination: {
|
|
30450
30473
|
options: {
|
|
30451
30474
|
url?: string | undefined;
|
|
30452
|
-
|
|
30475
|
+
auth?: {
|
|
30476
|
+
user: string;
|
|
30477
|
+
method: string;
|
|
30478
|
+
type: "custom" | "Custom" | "CUSTOM";
|
|
30479
|
+
pass: string;
|
|
30480
|
+
} | {
|
|
30481
|
+
user: string;
|
|
30482
|
+
type?: "login" | "Login" | "LOGIN" | undefined;
|
|
30483
|
+
pass: string;
|
|
30484
|
+
} | {
|
|
30485
|
+
user?: string | undefined;
|
|
30486
|
+
timeout?: number | undefined;
|
|
30487
|
+
refreshToken?: string | undefined;
|
|
30488
|
+
accessToken?: string | undefined;
|
|
30489
|
+
clientId?: string | undefined;
|
|
30490
|
+
clientSecret?: string | undefined;
|
|
30491
|
+
type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
|
|
30492
|
+
accessUrl?: string | undefined;
|
|
30493
|
+
privateKey?: string | {
|
|
30494
|
+
passphrase: string;
|
|
30495
|
+
key: string;
|
|
30496
|
+
} | undefined;
|
|
30497
|
+
expires?: number | undefined;
|
|
30498
|
+
serviceClient?: string | undefined;
|
|
30499
|
+
} | undefined;
|
|
30453
30500
|
text?: string | {
|
|
30454
30501
|
readonly readableAborted: boolean & {
|
|
30455
30502
|
readonly?: "__readonly" | undefined;
|
|
@@ -30545,31 +30592,7 @@ export default class {
|
|
|
30545
30592
|
};
|
|
30546
30593
|
} | undefined;
|
|
30547
30594
|
} | undefined;
|
|
30548
|
-
|
|
30549
|
-
user: string;
|
|
30550
|
-
method: string;
|
|
30551
|
-
type: "custom" | "Custom" | "CUSTOM";
|
|
30552
|
-
pass: string;
|
|
30553
|
-
} | {
|
|
30554
|
-
user: string;
|
|
30555
|
-
type?: "login" | "Login" | "LOGIN" | undefined;
|
|
30556
|
-
pass: string;
|
|
30557
|
-
} | {
|
|
30558
|
-
user?: string | undefined;
|
|
30559
|
-
timeout?: number | undefined;
|
|
30560
|
-
refreshToken?: string | undefined;
|
|
30561
|
-
accessToken?: string | undefined;
|
|
30562
|
-
clientId?: string | undefined;
|
|
30563
|
-
clientSecret?: string | undefined;
|
|
30564
|
-
type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
|
|
30565
|
-
accessUrl?: string | undefined;
|
|
30566
|
-
privateKey?: string | {
|
|
30567
|
-
passphrase: string;
|
|
30568
|
-
key: string;
|
|
30569
|
-
} | undefined;
|
|
30570
|
-
expires?: number | undefined;
|
|
30571
|
-
serviceClient?: string | undefined;
|
|
30572
|
-
} | undefined;
|
|
30595
|
+
date?: string | undefined;
|
|
30573
30596
|
host?: string | undefined;
|
|
30574
30597
|
port?: number | undefined;
|
|
30575
30598
|
secure?: boolean | undefined;
|
|
@@ -31499,6 +31522,7 @@ export default class {
|
|
|
31499
31522
|
}[] | undefined;
|
|
31500
31523
|
} | {
|
|
31501
31524
|
options: {
|
|
31525
|
+
location?: string | undefined;
|
|
31502
31526
|
query?: string | undefined;
|
|
31503
31527
|
privateKey?: string | undefined;
|
|
31504
31528
|
dataset: string;
|
|
@@ -32712,6 +32736,7 @@ export default class {
|
|
|
32712
32736
|
}[] | undefined;
|
|
32713
32737
|
} | {
|
|
32714
32738
|
options: {
|
|
32739
|
+
location?: string | undefined;
|
|
32715
32740
|
query?: string | undefined;
|
|
32716
32741
|
privateKey?: string | undefined;
|
|
32717
32742
|
dataset: string;
|
|
@@ -33747,16 +33772,16 @@ export default class {
|
|
|
33747
33772
|
} | {
|
|
33748
33773
|
name: "bought_together";
|
|
33749
33774
|
params: {
|
|
33775
|
+
fieldNames: string[];
|
|
33776
|
+
datasourceId: string;
|
|
33777
|
+
referenceId: string;
|
|
33778
|
+
eventName: string;
|
|
33750
33779
|
date: {
|
|
33751
33780
|
duration: number;
|
|
33752
33781
|
} | {
|
|
33753
33782
|
start: number;
|
|
33754
33783
|
end?: number | undefined;
|
|
33755
33784
|
};
|
|
33756
|
-
fieldNames: string[];
|
|
33757
|
-
datasourceId: string;
|
|
33758
|
-
referenceId: string;
|
|
33759
|
-
eventName: string;
|
|
33760
33785
|
};
|
|
33761
33786
|
} | {
|
|
33762
33787
|
name: "TOP_ATTRIBUTES";
|
|
@@ -33869,14 +33894,14 @@ export default class {
|
|
|
33869
33894
|
} | {
|
|
33870
33895
|
name: "configure_bought_together";
|
|
33871
33896
|
value?: {
|
|
33897
|
+
referenceId: string;
|
|
33898
|
+
eventName: string;
|
|
33872
33899
|
date: {
|
|
33873
33900
|
duration: number;
|
|
33874
33901
|
} | {
|
|
33875
33902
|
start: number;
|
|
33876
33903
|
end?: number | undefined;
|
|
33877
33904
|
};
|
|
33878
|
-
referenceId: string;
|
|
33879
|
-
eventName: string;
|
|
33880
33905
|
} | undefined;
|
|
33881
33906
|
} | {
|
|
33882
33907
|
name: "configure_top_attributes";
|
|
@@ -34534,6 +34559,7 @@ export default class {
|
|
|
34534
34559
|
}[] | undefined;
|
|
34535
34560
|
} | {
|
|
34536
34561
|
options: {
|
|
34562
|
+
location?: string | undefined;
|
|
34537
34563
|
query?: string | undefined;
|
|
34538
34564
|
privateKey?: string | undefined;
|
|
34539
34565
|
dataset: string;
|
|
@@ -35747,6 +35773,7 @@ export default class {
|
|
|
35747
35773
|
}[] | undefined;
|
|
35748
35774
|
} | {
|
|
35749
35775
|
options: {
|
|
35776
|
+
location?: string | undefined;
|
|
35750
35777
|
query?: string | undefined;
|
|
35751
35778
|
privateKey?: string | undefined;
|
|
35752
35779
|
dataset: string;
|
|
@@ -38289,6 +38316,7 @@ export default class {
|
|
|
38289
38316
|
}[] | undefined;
|
|
38290
38317
|
} | {
|
|
38291
38318
|
options: {
|
|
38319
|
+
location?: string | undefined;
|
|
38292
38320
|
query?: string | undefined;
|
|
38293
38321
|
privateKey?: string | undefined;
|
|
38294
38322
|
dataset: string;
|
|
@@ -39502,6 +39530,7 @@ export default class {
|
|
|
39502
39530
|
}[] | undefined;
|
|
39503
39531
|
} | {
|
|
39504
39532
|
options: {
|
|
39533
|
+
location?: string | undefined;
|
|
39505
39534
|
query?: string | undefined;
|
|
39506
39535
|
privateKey?: string | undefined;
|
|
39507
39536
|
dataset: string;
|
|
@@ -40654,7 +40683,31 @@ export default class {
|
|
|
40654
40683
|
destination: {
|
|
40655
40684
|
options: {
|
|
40656
40685
|
url?: string | undefined;
|
|
40657
|
-
|
|
40686
|
+
auth?: {
|
|
40687
|
+
user: string;
|
|
40688
|
+
method: string;
|
|
40689
|
+
type: "custom" | "Custom" | "CUSTOM";
|
|
40690
|
+
pass: string;
|
|
40691
|
+
} | {
|
|
40692
|
+
user: string;
|
|
40693
|
+
type?: "login" | "Login" | "LOGIN" | undefined;
|
|
40694
|
+
pass: string;
|
|
40695
|
+
} | {
|
|
40696
|
+
user?: string | undefined;
|
|
40697
|
+
timeout?: number | undefined;
|
|
40698
|
+
refreshToken?: string | undefined;
|
|
40699
|
+
accessToken?: string | undefined;
|
|
40700
|
+
clientId?: string | undefined;
|
|
40701
|
+
clientSecret?: string | undefined;
|
|
40702
|
+
type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
|
|
40703
|
+
accessUrl?: string | undefined;
|
|
40704
|
+
privateKey?: string | {
|
|
40705
|
+
passphrase: string;
|
|
40706
|
+
key: string;
|
|
40707
|
+
} | undefined;
|
|
40708
|
+
expires?: number | undefined;
|
|
40709
|
+
serviceClient?: string | undefined;
|
|
40710
|
+
} | undefined;
|
|
40658
40711
|
text?: string | {
|
|
40659
40712
|
readonly readableAborted: boolean & {
|
|
40660
40713
|
readonly?: "__readonly" | undefined;
|
|
@@ -40750,31 +40803,7 @@ export default class {
|
|
|
40750
40803
|
};
|
|
40751
40804
|
} | undefined;
|
|
40752
40805
|
} | undefined;
|
|
40753
|
-
|
|
40754
|
-
user: string;
|
|
40755
|
-
method: string;
|
|
40756
|
-
type: "custom" | "Custom" | "CUSTOM";
|
|
40757
|
-
pass: string;
|
|
40758
|
-
} | {
|
|
40759
|
-
user: string;
|
|
40760
|
-
type?: "login" | "Login" | "LOGIN" | undefined;
|
|
40761
|
-
pass: string;
|
|
40762
|
-
} | {
|
|
40763
|
-
user?: string | undefined;
|
|
40764
|
-
timeout?: number | undefined;
|
|
40765
|
-
refreshToken?: string | undefined;
|
|
40766
|
-
accessToken?: string | undefined;
|
|
40767
|
-
clientId?: string | undefined;
|
|
40768
|
-
clientSecret?: string | undefined;
|
|
40769
|
-
type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
|
|
40770
|
-
accessUrl?: string | undefined;
|
|
40771
|
-
privateKey?: string | {
|
|
40772
|
-
passphrase: string;
|
|
40773
|
-
key: string;
|
|
40774
|
-
} | undefined;
|
|
40775
|
-
expires?: number | undefined;
|
|
40776
|
-
serviceClient?: string | undefined;
|
|
40777
|
-
} | undefined;
|
|
40806
|
+
date?: string | undefined;
|
|
40778
40807
|
host?: string | undefined;
|
|
40779
40808
|
port?: number | undefined;
|
|
40780
40809
|
secure?: boolean | undefined;
|
|
@@ -41704,6 +41733,7 @@ export default class {
|
|
|
41704
41733
|
}[] | undefined;
|
|
41705
41734
|
} | {
|
|
41706
41735
|
options: {
|
|
41736
|
+
location?: string | undefined;
|
|
41707
41737
|
query?: string | undefined;
|
|
41708
41738
|
privateKey?: string | undefined;
|
|
41709
41739
|
dataset: string;
|
|
@@ -42917,6 +42947,7 @@ export default class {
|
|
|
42917
42947
|
}[] | undefined;
|
|
42918
42948
|
} | {
|
|
42919
42949
|
options: {
|
|
42950
|
+
location?: string | undefined;
|
|
42920
42951
|
query?: string | undefined;
|
|
42921
42952
|
privateKey?: string | undefined;
|
|
42922
42953
|
dataset: string;
|
|
@@ -43952,16 +43983,16 @@ export default class {
|
|
|
43952
43983
|
} | {
|
|
43953
43984
|
name: "bought_together";
|
|
43954
43985
|
params: {
|
|
43986
|
+
fieldNames: string[];
|
|
43987
|
+
datasourceId: string;
|
|
43988
|
+
referenceId: string;
|
|
43989
|
+
eventName: string;
|
|
43955
43990
|
date: {
|
|
43956
43991
|
duration: number;
|
|
43957
43992
|
} | {
|
|
43958
43993
|
start: number;
|
|
43959
43994
|
end?: number | undefined;
|
|
43960
43995
|
};
|
|
43961
|
-
fieldNames: string[];
|
|
43962
|
-
datasourceId: string;
|
|
43963
|
-
referenceId: string;
|
|
43964
|
-
eventName: string;
|
|
43965
43996
|
};
|
|
43966
43997
|
} | {
|
|
43967
43998
|
name: "TOP_ATTRIBUTES";
|
|
@@ -44074,14 +44105,14 @@ export default class {
|
|
|
44074
44105
|
} | {
|
|
44075
44106
|
name: "configure_bought_together";
|
|
44076
44107
|
value?: {
|
|
44108
|
+
referenceId: string;
|
|
44109
|
+
eventName: string;
|
|
44077
44110
|
date: {
|
|
44078
44111
|
duration: number;
|
|
44079
44112
|
} | {
|
|
44080
44113
|
start: number;
|
|
44081
44114
|
end?: number | undefined;
|
|
44082
44115
|
};
|
|
44083
|
-
referenceId: string;
|
|
44084
|
-
eventName: string;
|
|
44085
44116
|
} | undefined;
|
|
44086
44117
|
} | {
|
|
44087
44118
|
name: "configure_top_attributes";
|
|
@@ -44739,6 +44770,7 @@ export default class {
|
|
|
44739
44770
|
}[] | undefined;
|
|
44740
44771
|
} | {
|
|
44741
44772
|
options: {
|
|
44773
|
+
location?: string | undefined;
|
|
44742
44774
|
query?: string | undefined;
|
|
44743
44775
|
privateKey?: string | undefined;
|
|
44744
44776
|
dataset: string;
|
|
@@ -45952,6 +45984,7 @@ export default class {
|
|
|
45952
45984
|
}[] | undefined;
|
|
45953
45985
|
} | {
|
|
45954
45986
|
options: {
|
|
45987
|
+
location?: string | undefined;
|
|
45955
45988
|
query?: string | undefined;
|
|
45956
45989
|
privateKey?: string | undefined;
|
|
45957
45990
|
dataset: string;
|
|
@@ -48494,6 +48527,7 @@ export default class {
|
|
|
48494
48527
|
}[] | undefined;
|
|
48495
48528
|
} | {
|
|
48496
48529
|
options: {
|
|
48530
|
+
location?: string | undefined;
|
|
48497
48531
|
query?: string | undefined;
|
|
48498
48532
|
privateKey?: string | undefined;
|
|
48499
48533
|
dataset: string;
|
|
@@ -49707,6 +49741,7 @@ export default class {
|
|
|
49707
49741
|
}[] | undefined;
|
|
49708
49742
|
} | {
|
|
49709
49743
|
options: {
|
|
49744
|
+
location?: string | undefined;
|
|
49710
49745
|
query?: string | undefined;
|
|
49711
49746
|
privateKey?: string | undefined;
|
|
49712
49747
|
dataset: string;
|
|
@@ -50859,7 +50894,31 @@ export default class {
|
|
|
50859
50894
|
destination: {
|
|
50860
50895
|
options: {
|
|
50861
50896
|
url?: string | undefined;
|
|
50862
|
-
|
|
50897
|
+
auth?: {
|
|
50898
|
+
user: string;
|
|
50899
|
+
method: string;
|
|
50900
|
+
type: "custom" | "Custom" | "CUSTOM";
|
|
50901
|
+
pass: string;
|
|
50902
|
+
} | {
|
|
50903
|
+
user: string;
|
|
50904
|
+
type?: "login" | "Login" | "LOGIN" | undefined;
|
|
50905
|
+
pass: string;
|
|
50906
|
+
} | {
|
|
50907
|
+
user?: string | undefined;
|
|
50908
|
+
timeout?: number | undefined;
|
|
50909
|
+
refreshToken?: string | undefined;
|
|
50910
|
+
accessToken?: string | undefined;
|
|
50911
|
+
clientId?: string | undefined;
|
|
50912
|
+
clientSecret?: string | undefined;
|
|
50913
|
+
type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
|
|
50914
|
+
accessUrl?: string | undefined;
|
|
50915
|
+
privateKey?: string | {
|
|
50916
|
+
passphrase: string;
|
|
50917
|
+
key: string;
|
|
50918
|
+
} | undefined;
|
|
50919
|
+
expires?: number | undefined;
|
|
50920
|
+
serviceClient?: string | undefined;
|
|
50921
|
+
} | undefined;
|
|
50863
50922
|
text?: string | {
|
|
50864
50923
|
readonly readableAborted: boolean & {
|
|
50865
50924
|
readonly?: "__readonly" | undefined;
|
|
@@ -50955,31 +51014,7 @@ export default class {
|
|
|
50955
51014
|
};
|
|
50956
51015
|
} | undefined;
|
|
50957
51016
|
} | undefined;
|
|
50958
|
-
|
|
50959
|
-
user: string;
|
|
50960
|
-
method: string;
|
|
50961
|
-
type: "custom" | "Custom" | "CUSTOM";
|
|
50962
|
-
pass: string;
|
|
50963
|
-
} | {
|
|
50964
|
-
user: string;
|
|
50965
|
-
type?: "login" | "Login" | "LOGIN" | undefined;
|
|
50966
|
-
pass: string;
|
|
50967
|
-
} | {
|
|
50968
|
-
user?: string | undefined;
|
|
50969
|
-
timeout?: number | undefined;
|
|
50970
|
-
refreshToken?: string | undefined;
|
|
50971
|
-
accessToken?: string | undefined;
|
|
50972
|
-
clientId?: string | undefined;
|
|
50973
|
-
clientSecret?: string | undefined;
|
|
50974
|
-
type?: "oauth2" | "OAuth2" | "OAUTH2" | undefined;
|
|
50975
|
-
accessUrl?: string | undefined;
|
|
50976
|
-
privateKey?: string | {
|
|
50977
|
-
passphrase: string;
|
|
50978
|
-
key: string;
|
|
50979
|
-
} | undefined;
|
|
50980
|
-
expires?: number | undefined;
|
|
50981
|
-
serviceClient?: string | undefined;
|
|
50982
|
-
} | undefined;
|
|
51017
|
+
date?: string | undefined;
|
|
50983
51018
|
host?: string | undefined;
|
|
50984
51019
|
port?: number | undefined;
|
|
50985
51020
|
secure?: boolean | undefined;
|
|
@@ -51919,6 +51954,7 @@ export default class {
|
|
|
51919
51954
|
}[] | undefined;
|
|
51920
51955
|
} | {
|
|
51921
51956
|
options: {
|
|
51957
|
+
location?: string | undefined;
|
|
51922
51958
|
query?: string | undefined;
|
|
51923
51959
|
privateKey?: string | undefined;
|
|
51924
51960
|
dataset: string;
|
|
@@ -53138,6 +53174,7 @@ export default class {
|
|
|
53138
53174
|
}[] | undefined;
|
|
53139
53175
|
} | {
|
|
53140
53176
|
options: {
|
|
53177
|
+
location?: string | undefined;
|
|
53141
53178
|
query?: string | undefined;
|
|
53142
53179
|
privateKey?: string | undefined;
|
|
53143
53180
|
dataset: string;
|
|
@@ -54964,6 +55001,7 @@ export default class {
|
|
|
54964
55001
|
}[] | undefined;
|
|
54965
55002
|
} | {
|
|
54966
55003
|
options: {
|
|
55004
|
+
location?: string | undefined;
|
|
54967
55005
|
query?: string | undefined;
|
|
54968
55006
|
privateKey?: string | undefined;
|
|
54969
55007
|
dataset: string;
|
|
@@ -56183,6 +56221,7 @@ export default class {
|
|
|
56183
56221
|
}[] | undefined;
|
|
56184
56222
|
} | {
|
|
56185
56223
|
options: {
|
|
56224
|
+
location?: string | undefined;
|
|
56186
56225
|
query?: string | undefined;
|
|
56187
56226
|
privateKey?: string | undefined;
|
|
56188
56227
|
dataset: string;
|
|
@@ -58728,6 +58767,7 @@ export default class {
|
|
|
58728
58767
|
}[] | undefined;
|
|
58729
58768
|
} | {
|
|
58730
58769
|
options: {
|
|
58770
|
+
location?: string | undefined;
|
|
58731
58771
|
query?: string | undefined;
|
|
58732
58772
|
privateKey?: string | undefined;
|
|
58733
58773
|
dataset: string;
|
|
@@ -59947,6 +59987,7 @@ export default class {
|
|
|
59947
59987
|
}[] | undefined;
|
|
59948
59988
|
} | {
|
|
59949
59989
|
options: {
|
|
59990
|
+
location?: string | undefined;
|
|
59950
59991
|
query?: string | undefined;
|
|
59951
59992
|
privateKey?: string | undefined;
|
|
59952
59993
|
dataset: string;
|
|
@@ -61420,7 +61461,6 @@ export default class {
|
|
|
61420
61461
|
} & {
|
|
61421
61462
|
datetime: string;
|
|
61422
61463
|
data: {
|
|
61423
|
-
date: string;
|
|
61424
61464
|
version: string;
|
|
61425
61465
|
readonly id: string & {
|
|
61426
61466
|
readonly?: "__readonly" | undefined;
|
|
@@ -61429,6 +61469,7 @@ export default class {
|
|
|
61429
61469
|
contentVersion: number;
|
|
61430
61470
|
level: import("./definitions").LogLevel;
|
|
61431
61471
|
datasourceId: string;
|
|
61472
|
+
date: string;
|
|
61432
61473
|
payload: unknown;
|
|
61433
61474
|
entryIndex?: number | undefined;
|
|
61434
61475
|
}[];
|
package/build/definitions.d.ts
CHANGED
|
@@ -547,6 +547,7 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
547
547
|
timestampField?: string;
|
|
548
548
|
timestampFieldType?: "datetime" | "timestamp";
|
|
549
549
|
customOAuthClientId?: string;
|
|
550
|
+
location?: string;
|
|
550
551
|
};
|
|
551
552
|
preProcessingAggregations?: {
|
|
552
553
|
type?: "unwind";
|
|
@@ -1464,6 +1465,7 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
1464
1465
|
timestampField?: string;
|
|
1465
1466
|
timestampFieldType?: "datetime" | "timestamp";
|
|
1466
1467
|
customOAuthClientId?: string;
|
|
1468
|
+
location?: string;
|
|
1467
1469
|
};
|
|
1468
1470
|
preProcessingAggregations?: {
|
|
1469
1471
|
type?: "unwind";
|
|
@@ -2472,6 +2474,7 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
2472
2474
|
timestampField?: string;
|
|
2473
2475
|
timestampFieldType?: "datetime" | "timestamp";
|
|
2474
2476
|
customOAuthClientId?: string;
|
|
2477
|
+
location?: string;
|
|
2475
2478
|
};
|
|
2476
2479
|
preProcessingAggregations?: {
|
|
2477
2480
|
type?: "unwind";
|
|
@@ -3389,6 +3392,7 @@ export declare type Serialize_DatasourceTemplate = {
|
|
|
3389
3392
|
timestampField?: string;
|
|
3390
3393
|
timestampFieldType?: "datetime" | "timestamp";
|
|
3391
3394
|
customOAuthClientId?: string;
|
|
3395
|
+
location?: string;
|
|
3392
3396
|
};
|
|
3393
3397
|
preProcessingAggregations?: {
|
|
3394
3398
|
type?: "unwind";
|
|
@@ -5141,7 +5145,7 @@ export declare type CreateSchemaBody = {
|
|
|
5141
5145
|
datasourceId: string;
|
|
5142
5146
|
columns: {
|
|
5143
5147
|
name: string;
|
|
5144
|
-
type: "string" | "boolean" | "datetime" | "
|
|
5148
|
+
type: "string" | "number" | "boolean" | "name" | "url" | "datetime" | "datetime_iso" | "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";
|
|
5145
5149
|
nullable: boolean;
|
|
5146
5150
|
default?: string | number | (false) | (true) | string;
|
|
5147
5151
|
description?: string;
|
|
@@ -5149,7 +5153,7 @@ export declare type CreateSchemaBody = {
|
|
|
5149
5153
|
description?: string;
|
|
5150
5154
|
virtualColumns?: {
|
|
5151
5155
|
name: string;
|
|
5152
|
-
type: "string" | "boolean" | "datetime" | "
|
|
5156
|
+
type: "string" | "number" | "boolean" | "name" | "url" | "datetime" | "datetime_iso" | "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";
|
|
5153
5157
|
query: string;
|
|
5154
5158
|
nullable: boolean;
|
|
5155
5159
|
description?: string;
|
|
@@ -5202,7 +5206,7 @@ export declare type ValidateSchemaResponse = {
|
|
|
5202
5206
|
datasourceId: string;
|
|
5203
5207
|
columns: {
|
|
5204
5208
|
name: string;
|
|
5205
|
-
type: "string" | "boolean" | "datetime" | "
|
|
5209
|
+
type: "string" | "number" | "boolean" | "name" | "url" | "datetime" | "datetime_iso" | "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";
|
|
5206
5210
|
nullable: boolean;
|
|
5207
5211
|
default?: string | number | (false) | (true) | string;
|
|
5208
5212
|
description?: string;
|
|
@@ -5210,7 +5214,7 @@ export declare type ValidateSchemaResponse = {
|
|
|
5210
5214
|
description?: string;
|
|
5211
5215
|
virtualColumns?: {
|
|
5212
5216
|
name: string;
|
|
5213
|
-
type: "string" | "boolean" | "datetime" | "
|
|
5217
|
+
type: "string" | "number" | "boolean" | "name" | "url" | "datetime" | "datetime_iso" | "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";
|
|
5214
5218
|
query: string;
|
|
5215
5219
|
nullable: boolean;
|
|
5216
5220
|
description?: string;
|
|
@@ -5271,14 +5275,14 @@ export declare type Serialize_DatagraphSchemaVersion = {
|
|
|
5271
5275
|
description?: string;
|
|
5272
5276
|
columns: {
|
|
5273
5277
|
name: string;
|
|
5274
|
-
type: "string" | "boolean" | "datetime" | "
|
|
5278
|
+
type: "string" | "number" | "boolean" | "name" | "url" | "datetime" | "datetime_iso" | "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";
|
|
5275
5279
|
default?: string | number | (false) | (true) | string;
|
|
5276
5280
|
description?: string;
|
|
5277
5281
|
nullable: boolean;
|
|
5278
5282
|
}[];
|
|
5279
5283
|
virtualColumns?: {
|
|
5280
5284
|
name: string;
|
|
5281
|
-
type: "string" | "boolean" | "datetime" | "
|
|
5285
|
+
type: "string" | "number" | "boolean" | "name" | "url" | "datetime" | "datetime_iso" | "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";
|
|
5282
5286
|
query: string;
|
|
5283
5287
|
nullable: boolean;
|
|
5284
5288
|
description?: string;
|
|
@@ -5331,7 +5335,7 @@ export declare type UpdateSchemaBody = {
|
|
|
5331
5335
|
datasourceId: string;
|
|
5332
5336
|
columns: {
|
|
5333
5337
|
name: string;
|
|
5334
|
-
type: "string" | "boolean" | "datetime" | "
|
|
5338
|
+
type: "string" | "number" | "boolean" | "name" | "url" | "datetime" | "datetime_iso" | "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";
|
|
5335
5339
|
nullable: boolean;
|
|
5336
5340
|
default?: string | number | (false) | (true) | string;
|
|
5337
5341
|
description?: string;
|
|
@@ -5339,7 +5343,7 @@ export declare type UpdateSchemaBody = {
|
|
|
5339
5343
|
description?: string;
|
|
5340
5344
|
virtualColumns?: {
|
|
5341
5345
|
name: string;
|
|
5342
|
-
type: "string" | "boolean" | "datetime" | "
|
|
5346
|
+
type: "string" | "number" | "boolean" | "name" | "url" | "datetime" | "datetime_iso" | "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";
|
|
5343
5347
|
query: string;
|
|
5344
5348
|
nullable: boolean;
|
|
5345
5349
|
description?: string;
|
|
@@ -5403,6 +5407,7 @@ export declare type EntityParameter = {
|
|
|
5403
5407
|
};
|
|
5404
5408
|
export declare type DatagraphEntityDefinitionBody = {
|
|
5405
5409
|
name: string;
|
|
5410
|
+
description?: string | null;
|
|
5406
5411
|
sql: string | null;
|
|
5407
5412
|
options: EntityParameter[];
|
|
5408
5413
|
};
|
|
@@ -5428,10 +5433,11 @@ export declare enum DatagraphEntityVersionState {
|
|
|
5428
5433
|
}
|
|
5429
5434
|
export declare type EntityAnswer = {
|
|
5430
5435
|
name: string;
|
|
5431
|
-
type: "string" | "boolean" | "datetime" | "
|
|
5436
|
+
type: "string" | "number" | "boolean" | "name" | "url" | "datetime" | "datetime_iso" | "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";
|
|
5432
5437
|
};
|
|
5433
5438
|
export declare type Entity = {
|
|
5434
5439
|
name: string;
|
|
5440
|
+
description: string | null;
|
|
5435
5441
|
sql: string | null;
|
|
5436
5442
|
options: EntityParameter[];
|
|
5437
5443
|
readonly answers: (EntityAnswer[]) & readonlyP;
|
|
@@ -5628,6 +5634,7 @@ export declare type BigQuerySourceOptions = {
|
|
|
5628
5634
|
timestampField?: string;
|
|
5629
5635
|
timestampFieldType?: "datetime" | "timestamp";
|
|
5630
5636
|
customOAuthClientId?: string;
|
|
5637
|
+
location?: string;
|
|
5631
5638
|
};
|
|
5632
5639
|
export declare type QueriableField_With_Name_Enum_Required_Unique = {
|
|
5633
5640
|
name: string;
|
package/build/definitions.js
CHANGED
|
@@ -239,4 +239,4 @@ var DatasourceAnalyticsSubType;
|
|
|
239
239
|
DatasourceAnalyticsSubType["PURCHASES"] = "purchases";
|
|
240
240
|
DatasourceAnalyticsSubType["MUTABLE"] = "mutable";
|
|
241
241
|
})(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
|
|
242
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
242
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBa0NwQixJQUFZLHFCQUtYO0FBTEQsV0FBWSxxQkFBcUI7SUFDN0IsMENBQWlCLENBQUE7SUFDakIsOENBQXFCLENBQUE7SUFDckIsd0NBQWUsQ0FBQTtJQUNmLDhDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFMVyxxQkFBcUIsR0FBckIsNkJBQXFCLEtBQXJCLDZCQUFxQixRQUtoQztBQUVELElBQVksY0FNWDtBQU5ELFdBQVksY0FBYztJQUN0Qix1Q0FBcUIsQ0FBQTtJQUNyQixtQ0FBaUIsQ0FBQTtJQUNqQixpQ0FBZSxDQUFBO0lBQ2YsbUNBQWlCLENBQUE7SUFDakIsK0JBQWEsQ0FBQTtBQUNqQixDQUFDLEVBTlcsY0FBYyxHQUFkLHNCQUFjLEtBQWQsc0JBQWMsUUFNekI7QUFFRCxJQUFZLHdCQUlYO0FBSkQsV0FBWSx3QkFBd0I7SUFDaEMseUNBQWEsQ0FBQTtJQUNiLDZEQUFpQyxDQUFBO0lBQ2pDLCtDQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFKVyx3QkFBd0IsR0FBeEIsZ0NBQXdCLEtBQXhCLGdDQUF3QixRQUluQztBQUVELElBQVksb0JBR1g7QUFIRCxXQUFZLG9CQUFvQjtJQUM1QixxQ0FBYSxDQUFBO0lBQ2IsMkNBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUhXLG9CQUFvQixHQUFwQiw0QkFBb0IsS0FBcEIsNEJBQW9CLFFBRy9CO0FBRUQsSUFBWSx3QkFNWDtBQU5ELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYixtREFBdUIsQ0FBQTtJQUN2Qix5REFBNkIsQ0FBQTtJQUM3QiwrREFBbUMsQ0FBQTtJQUNuQywrQ0FBbUIsQ0FBQTtBQUN2QixDQUFDLEVBTlcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFNbkM7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
|
package/package.json
CHANGED