@rlvt/datasources-openapi-client 1.0.393 → 1.0.394
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 +385 -338
- package/build/api.js +28 -28
- package/build/definitions.d.ts +146 -145
- package/build/definitions.js +8 -8
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -16,6 +16,12 @@ export default class {
|
|
|
16
16
|
private deleteOauthClient;
|
|
17
17
|
private getAuthorizeUrl;
|
|
18
18
|
private getAuthorizeUrlForDatasource;
|
|
19
|
+
private listDatagraphEntities;
|
|
20
|
+
private createEntity;
|
|
21
|
+
private getDatagraphEntity;
|
|
22
|
+
private updateDatagraphEntity;
|
|
23
|
+
private deleteDatagraphEntity;
|
|
24
|
+
private publishDatagraphEntity;
|
|
19
25
|
private listDatagraphSchemas;
|
|
20
26
|
private createSchema;
|
|
21
27
|
private validateDatagraphSchema;
|
|
@@ -23,12 +29,6 @@ export default class {
|
|
|
23
29
|
private updateDatagraphSchema;
|
|
24
30
|
private deleteDatagraphSchema;
|
|
25
31
|
private publishDatagraphSchema;
|
|
26
|
-
private listDatagraphEntities;
|
|
27
|
-
private createEntity;
|
|
28
|
-
private getDatagraphEntity;
|
|
29
|
-
private updateDatagraphEntity;
|
|
30
|
-
private deleteDatagraphEntity;
|
|
31
|
-
private publishDatagraphEntity;
|
|
32
32
|
private getCurrentStepDatasource;
|
|
33
33
|
private validateStepDatasource;
|
|
34
34
|
private getDatasourceSettings;
|
|
@@ -9872,298 +9872,6 @@ export default class {
|
|
|
9872
9872
|
}, any, {}>>;
|
|
9873
9873
|
};
|
|
9874
9874
|
get Datagraph(): {
|
|
9875
|
-
listSchemas: (params: {
|
|
9876
|
-
page?: number | undefined;
|
|
9877
|
-
perPage?: number | undefined;
|
|
9878
|
-
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
9879
|
-
paginationCount: number;
|
|
9880
|
-
paginationPage: number;
|
|
9881
|
-
paginationLimit: number;
|
|
9882
|
-
} & {
|
|
9883
|
-
status: "success";
|
|
9884
|
-
} & {
|
|
9885
|
-
datetime: string;
|
|
9886
|
-
data: {
|
|
9887
|
-
readonly companyId: string & {
|
|
9888
|
-
readonly?: "__readonly" | undefined;
|
|
9889
|
-
};
|
|
9890
|
-
readonly resourceGroupIds: string[];
|
|
9891
|
-
readonly versions: (string | {
|
|
9892
|
-
readonly companyId: string & {
|
|
9893
|
-
readonly?: "__readonly" | undefined;
|
|
9894
|
-
};
|
|
9895
|
-
readonly state: import("./definitions").DatagraphSchemaVersionState & {
|
|
9896
|
-
readonly?: "__readonly" | undefined;
|
|
9897
|
-
};
|
|
9898
|
-
_id: string;
|
|
9899
|
-
__v: number;
|
|
9900
|
-
readonly definition: {
|
|
9901
|
-
name: string;
|
|
9902
|
-
description?: string | undefined;
|
|
9903
|
-
relations?: {
|
|
9904
|
-
description?: string | undefined;
|
|
9905
|
-
type: "Relation";
|
|
9906
|
-
columns: string[];
|
|
9907
|
-
reference: {
|
|
9908
|
-
datasourceId: string;
|
|
9909
|
-
table: string;
|
|
9910
|
-
columns: string[];
|
|
9911
|
-
};
|
|
9912
|
-
}[] | undefined;
|
|
9913
|
-
datasourceId: string;
|
|
9914
|
-
columns: {
|
|
9915
|
-
name: string;
|
|
9916
|
-
description?: string | undefined;
|
|
9917
|
-
type: "string" | "number" | "boolean" | "datetime" | "datetime_iso" | "url" | "name" | "description" | "address_1" | "address_2" | "address_3" | "address_4" | "city" | "zipcode" | "country" | "latitude" | "longitude" | "reference_id" | "reference_ids" | "product_id" | "price" | "image_url" | "product_lifetime" | "locale" | "array_string" | "array_number" | "record_string" | "record_number" | "company_id" | "event_name" | "event_id" | "user_tmp_id" | "user_agent" | "workflow_id" | "workflow_version_id" | "workflow_event_mode" | "transaction_id" | "transaction_source" | "transaction_metadata" | "product_quantity" | "workflow_purchase_user" | "workflow_user" | "workflow_onsite_user" | "user_birthday" | "user_age" | "loop_email_contact_id" | "loop_web_contact_id" | "loop_mobile_contact_id";
|
|
9918
|
-
default?: string | number | boolean | undefined;
|
|
9919
|
-
nullable: boolean;
|
|
9920
|
-
}[];
|
|
9921
|
-
virtualColumns?: {
|
|
9922
|
-
query: string;
|
|
9923
|
-
name: string;
|
|
9924
|
-
description?: string | undefined;
|
|
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";
|
|
9926
|
-
nullable: boolean;
|
|
9927
|
-
}[] | undefined;
|
|
9928
|
-
uniqueKeys?: {
|
|
9929
|
-
description?: string | undefined;
|
|
9930
|
-
type: "UniqueKey";
|
|
9931
|
-
columns: string[];
|
|
9932
|
-
}[] | undefined;
|
|
9933
|
-
indexes?: {
|
|
9934
|
-
description?: string | undefined;
|
|
9935
|
-
type: "Index";
|
|
9936
|
-
columns: string[];
|
|
9937
|
-
}[] | undefined;
|
|
9938
|
-
}[];
|
|
9939
|
-
})[];
|
|
9940
|
-
archivedAt: string | null;
|
|
9941
|
-
}[];
|
|
9942
|
-
program: string;
|
|
9943
|
-
version: string;
|
|
9944
|
-
status: string;
|
|
9945
|
-
code?: number | undefined;
|
|
9946
|
-
message: string;
|
|
9947
|
-
}, any, {}>>;
|
|
9948
|
-
createSchema: (params: Record<string, never>, data: {
|
|
9949
|
-
schema: {
|
|
9950
|
-
name: string;
|
|
9951
|
-
description?: string | undefined;
|
|
9952
|
-
relations?: {
|
|
9953
|
-
description?: string | undefined;
|
|
9954
|
-
type: "Relation";
|
|
9955
|
-
columns: string[];
|
|
9956
|
-
reference: {
|
|
9957
|
-
datasourceId: string;
|
|
9958
|
-
table: string;
|
|
9959
|
-
columns: string[];
|
|
9960
|
-
};
|
|
9961
|
-
}[] | undefined;
|
|
9962
|
-
datasourceId: string;
|
|
9963
|
-
columns: {
|
|
9964
|
-
name: string;
|
|
9965
|
-
description?: string | undefined;
|
|
9966
|
-
type: FieldMapType;
|
|
9967
|
-
default?: string | number | boolean | undefined;
|
|
9968
|
-
nullable: boolean;
|
|
9969
|
-
}[];
|
|
9970
|
-
virtualColumns?: {
|
|
9971
|
-
query: string;
|
|
9972
|
-
name: string;
|
|
9973
|
-
description?: string | undefined;
|
|
9974
|
-
type: FieldMapType;
|
|
9975
|
-
nullable: boolean;
|
|
9976
|
-
}[] | undefined;
|
|
9977
|
-
uniqueKeys?: {
|
|
9978
|
-
description?: string | undefined;
|
|
9979
|
-
type: "UniqueKey";
|
|
9980
|
-
columns: string[];
|
|
9981
|
-
}[] | undefined;
|
|
9982
|
-
indexes?: {
|
|
9983
|
-
description?: string | undefined;
|
|
9984
|
-
type: "Index";
|
|
9985
|
-
columns: string[];
|
|
9986
|
-
}[] | undefined;
|
|
9987
|
-
}[];
|
|
9988
|
-
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
9989
|
-
status: "success";
|
|
9990
|
-
} & {
|
|
9991
|
-
datetime: string;
|
|
9992
|
-
data: {
|
|
9993
|
-
[x: string]: unknown;
|
|
9994
|
-
};
|
|
9995
|
-
program: string;
|
|
9996
|
-
version: string;
|
|
9997
|
-
status: string;
|
|
9998
|
-
code?: number | undefined;
|
|
9999
|
-
message: string;
|
|
10000
|
-
}, any, {}>>;
|
|
10001
|
-
validateSchema: (params: Record<string, never>, data: {
|
|
10002
|
-
schema: unknown;
|
|
10003
|
-
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
10004
|
-
status: "success";
|
|
10005
|
-
} & {
|
|
10006
|
-
datetime: string;
|
|
10007
|
-
data: {
|
|
10008
|
-
validation: {
|
|
10009
|
-
success: true;
|
|
10010
|
-
data: {
|
|
10011
|
-
name: string;
|
|
10012
|
-
description?: string | undefined;
|
|
10013
|
-
relations?: {
|
|
10014
|
-
description?: string | undefined;
|
|
10015
|
-
type: "Relation";
|
|
10016
|
-
columns: string[];
|
|
10017
|
-
reference: {
|
|
10018
|
-
datasourceId: string;
|
|
10019
|
-
table: string;
|
|
10020
|
-
columns: string[];
|
|
10021
|
-
};
|
|
10022
|
-
}[] | undefined;
|
|
10023
|
-
datasourceId: string;
|
|
10024
|
-
columns: {
|
|
10025
|
-
name: string;
|
|
10026
|
-
description?: string | undefined;
|
|
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";
|
|
10028
|
-
default?: string | number | boolean | undefined;
|
|
10029
|
-
nullable: boolean;
|
|
10030
|
-
}[];
|
|
10031
|
-
virtualColumns?: {
|
|
10032
|
-
query: string;
|
|
10033
|
-
name: string;
|
|
10034
|
-
description?: string | undefined;
|
|
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";
|
|
10036
|
-
nullable: boolean;
|
|
10037
|
-
}[] | undefined;
|
|
10038
|
-
uniqueKeys?: {
|
|
10039
|
-
description?: string | undefined;
|
|
10040
|
-
type: "UniqueKey";
|
|
10041
|
-
columns: string[];
|
|
10042
|
-
}[] | undefined;
|
|
10043
|
-
indexes?: {
|
|
10044
|
-
description?: string | undefined;
|
|
10045
|
-
type: "Index";
|
|
10046
|
-
columns: string[];
|
|
10047
|
-
}[] | undefined;
|
|
10048
|
-
}[];
|
|
10049
|
-
} | {
|
|
10050
|
-
success: false;
|
|
10051
|
-
error: {
|
|
10052
|
-
issues: {
|
|
10053
|
-
path: (string | number)[];
|
|
10054
|
-
code: string;
|
|
10055
|
-
message: string;
|
|
10056
|
-
}[];
|
|
10057
|
-
};
|
|
10058
|
-
};
|
|
10059
|
-
relations: {
|
|
10060
|
-
error?: string | undefined;
|
|
10061
|
-
fromDatasourceId: string;
|
|
10062
|
-
fromTable: string;
|
|
10063
|
-
fromColumn: string;
|
|
10064
|
-
fromDistinctCount: number | null;
|
|
10065
|
-
toDatasourceId: string;
|
|
10066
|
-
toTable: string;
|
|
10067
|
-
toColumn: string;
|
|
10068
|
-
toDistinctCount: number | null;
|
|
10069
|
-
matchCount: number | null;
|
|
10070
|
-
matchPercentage: number | null;
|
|
10071
|
-
}[];
|
|
10072
|
-
};
|
|
10073
|
-
program: string;
|
|
10074
|
-
version: string;
|
|
10075
|
-
status: string;
|
|
10076
|
-
code?: number | undefined;
|
|
10077
|
-
message: string;
|
|
10078
|
-
}, any, {}>>;
|
|
10079
|
-
getSchema: (params: {
|
|
10080
|
-
id: string;
|
|
10081
|
-
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
10082
|
-
status: "success";
|
|
10083
|
-
} & {
|
|
10084
|
-
datetime: string;
|
|
10085
|
-
data: {
|
|
10086
|
-
[x: string]: unknown;
|
|
10087
|
-
};
|
|
10088
|
-
program: string;
|
|
10089
|
-
version: string;
|
|
10090
|
-
status: string;
|
|
10091
|
-
code?: number | undefined;
|
|
10092
|
-
message: string;
|
|
10093
|
-
}, any, {}>>;
|
|
10094
|
-
updateSchema: (params: {
|
|
10095
|
-
id: string;
|
|
10096
|
-
}, data: {
|
|
10097
|
-
schema: {
|
|
10098
|
-
name: string;
|
|
10099
|
-
description?: string | undefined;
|
|
10100
|
-
relations?: {
|
|
10101
|
-
description?: string | undefined;
|
|
10102
|
-
type: "Relation";
|
|
10103
|
-
columns: string[];
|
|
10104
|
-
reference: {
|
|
10105
|
-
datasourceId: string;
|
|
10106
|
-
table: string;
|
|
10107
|
-
columns: string[];
|
|
10108
|
-
};
|
|
10109
|
-
}[] | undefined;
|
|
10110
|
-
datasourceId: string;
|
|
10111
|
-
columns: {
|
|
10112
|
-
name: string;
|
|
10113
|
-
description?: string | undefined;
|
|
10114
|
-
type: FieldMapType;
|
|
10115
|
-
default?: string | number | boolean | undefined;
|
|
10116
|
-
nullable: boolean;
|
|
10117
|
-
}[];
|
|
10118
|
-
virtualColumns?: {
|
|
10119
|
-
query: string;
|
|
10120
|
-
name: string;
|
|
10121
|
-
description?: string | undefined;
|
|
10122
|
-
type: FieldMapType;
|
|
10123
|
-
nullable: boolean;
|
|
10124
|
-
}[] | undefined;
|
|
10125
|
-
uniqueKeys?: {
|
|
10126
|
-
description?: string | undefined;
|
|
10127
|
-
type: "UniqueKey";
|
|
10128
|
-
columns: string[];
|
|
10129
|
-
}[] | undefined;
|
|
10130
|
-
indexes?: {
|
|
10131
|
-
description?: string | undefined;
|
|
10132
|
-
type: "Index";
|
|
10133
|
-
columns: string[];
|
|
10134
|
-
}[] | undefined;
|
|
10135
|
-
}[];
|
|
10136
|
-
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
10137
|
-
status: "success";
|
|
10138
|
-
} & {
|
|
10139
|
-
datetime: string;
|
|
10140
|
-
data: {
|
|
10141
|
-
[x: string]: unknown;
|
|
10142
|
-
};
|
|
10143
|
-
program: string;
|
|
10144
|
-
version: string;
|
|
10145
|
-
status: string;
|
|
10146
|
-
code?: number | undefined;
|
|
10147
|
-
message: string;
|
|
10148
|
-
}, any, {}>>;
|
|
10149
|
-
deleteSchema: (params: {
|
|
10150
|
-
id: string;
|
|
10151
|
-
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
10152
|
-
publishSchema: (params: {
|
|
10153
|
-
id: string;
|
|
10154
|
-
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
10155
|
-
status: "success";
|
|
10156
|
-
} & {
|
|
10157
|
-
datetime: string;
|
|
10158
|
-
data: {
|
|
10159
|
-
[x: string]: unknown;
|
|
10160
|
-
};
|
|
10161
|
-
program: string;
|
|
10162
|
-
version: string;
|
|
10163
|
-
status: string;
|
|
10164
|
-
code?: number | undefined;
|
|
10165
|
-
message: string;
|
|
10166
|
-
}, any, {}>>;
|
|
10167
9875
|
listEntities: (params: {
|
|
10168
9876
|
name?: string | undefined;
|
|
10169
9877
|
page?: number | undefined;
|
|
@@ -10489,6 +10197,298 @@ export default class {
|
|
|
10489
10197
|
code?: number | undefined;
|
|
10490
10198
|
message: string;
|
|
10491
10199
|
}, any, {}>>;
|
|
10200
|
+
listSchemas: (params: {
|
|
10201
|
+
page?: number | undefined;
|
|
10202
|
+
perPage?: number | undefined;
|
|
10203
|
+
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
10204
|
+
paginationCount: number;
|
|
10205
|
+
paginationPage: number;
|
|
10206
|
+
paginationLimit: number;
|
|
10207
|
+
} & {
|
|
10208
|
+
status: "success";
|
|
10209
|
+
} & {
|
|
10210
|
+
datetime: string;
|
|
10211
|
+
data: {
|
|
10212
|
+
readonly companyId: string & {
|
|
10213
|
+
readonly?: "__readonly" | undefined;
|
|
10214
|
+
};
|
|
10215
|
+
readonly resourceGroupIds: string[];
|
|
10216
|
+
readonly versions: (string | {
|
|
10217
|
+
readonly companyId: string & {
|
|
10218
|
+
readonly?: "__readonly" | undefined;
|
|
10219
|
+
};
|
|
10220
|
+
readonly state: import("./definitions").DatagraphSchemaVersionState & {
|
|
10221
|
+
readonly?: "__readonly" | undefined;
|
|
10222
|
+
};
|
|
10223
|
+
_id: string;
|
|
10224
|
+
__v: number;
|
|
10225
|
+
readonly definition: {
|
|
10226
|
+
name: string;
|
|
10227
|
+
description?: string | undefined;
|
|
10228
|
+
relations?: {
|
|
10229
|
+
description?: string | undefined;
|
|
10230
|
+
type: "Relation";
|
|
10231
|
+
columns: string[];
|
|
10232
|
+
reference: {
|
|
10233
|
+
datasourceId: string;
|
|
10234
|
+
table: string;
|
|
10235
|
+
columns: string[];
|
|
10236
|
+
};
|
|
10237
|
+
}[] | undefined;
|
|
10238
|
+
datasourceId: string;
|
|
10239
|
+
indexes?: {
|
|
10240
|
+
description?: string | undefined;
|
|
10241
|
+
type: "Index";
|
|
10242
|
+
columns: string[];
|
|
10243
|
+
}[] | undefined;
|
|
10244
|
+
columns: {
|
|
10245
|
+
name: string;
|
|
10246
|
+
description?: string | undefined;
|
|
10247
|
+
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";
|
|
10248
|
+
default?: string | number | boolean | undefined;
|
|
10249
|
+
nullable: boolean;
|
|
10250
|
+
}[];
|
|
10251
|
+
virtualColumns?: {
|
|
10252
|
+
query: string;
|
|
10253
|
+
name: string;
|
|
10254
|
+
description?: string | undefined;
|
|
10255
|
+
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";
|
|
10256
|
+
nullable: boolean;
|
|
10257
|
+
}[] | undefined;
|
|
10258
|
+
uniqueKeys?: {
|
|
10259
|
+
description?: string | undefined;
|
|
10260
|
+
type: "UniqueKey";
|
|
10261
|
+
columns: string[];
|
|
10262
|
+
}[] | undefined;
|
|
10263
|
+
}[];
|
|
10264
|
+
})[];
|
|
10265
|
+
archivedAt: string | null;
|
|
10266
|
+
}[];
|
|
10267
|
+
program: string;
|
|
10268
|
+
version: string;
|
|
10269
|
+
status: string;
|
|
10270
|
+
code?: number | undefined;
|
|
10271
|
+
message: string;
|
|
10272
|
+
}, any, {}>>;
|
|
10273
|
+
createSchema: (params: Record<string, never>, data: {
|
|
10274
|
+
schema: {
|
|
10275
|
+
name: string;
|
|
10276
|
+
description?: string | undefined;
|
|
10277
|
+
relations?: {
|
|
10278
|
+
description?: string | undefined;
|
|
10279
|
+
type: "Relation";
|
|
10280
|
+
columns: string[];
|
|
10281
|
+
reference: {
|
|
10282
|
+
datasourceId: string;
|
|
10283
|
+
table: string;
|
|
10284
|
+
columns: string[];
|
|
10285
|
+
};
|
|
10286
|
+
}[] | undefined;
|
|
10287
|
+
datasourceId: string;
|
|
10288
|
+
indexes?: {
|
|
10289
|
+
description?: string | undefined;
|
|
10290
|
+
type: "Index";
|
|
10291
|
+
columns: string[];
|
|
10292
|
+
}[] | undefined;
|
|
10293
|
+
columns: {
|
|
10294
|
+
name: string;
|
|
10295
|
+
description?: string | undefined;
|
|
10296
|
+
type: FieldMapType;
|
|
10297
|
+
default?: string | number | boolean | undefined;
|
|
10298
|
+
nullable: boolean;
|
|
10299
|
+
}[];
|
|
10300
|
+
virtualColumns?: {
|
|
10301
|
+
query: string;
|
|
10302
|
+
name: string;
|
|
10303
|
+
description?: string | undefined;
|
|
10304
|
+
type: FieldMapType;
|
|
10305
|
+
nullable: boolean;
|
|
10306
|
+
}[] | undefined;
|
|
10307
|
+
uniqueKeys?: {
|
|
10308
|
+
description?: string | undefined;
|
|
10309
|
+
type: "UniqueKey";
|
|
10310
|
+
columns: string[];
|
|
10311
|
+
}[] | undefined;
|
|
10312
|
+
}[];
|
|
10313
|
+
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
10314
|
+
status: "success";
|
|
10315
|
+
} & {
|
|
10316
|
+
datetime: string;
|
|
10317
|
+
data: {
|
|
10318
|
+
[x: string]: unknown;
|
|
10319
|
+
};
|
|
10320
|
+
program: string;
|
|
10321
|
+
version: string;
|
|
10322
|
+
status: string;
|
|
10323
|
+
code?: number | undefined;
|
|
10324
|
+
message: string;
|
|
10325
|
+
}, any, {}>>;
|
|
10326
|
+
validateSchema: (params: Record<string, never>, data: {
|
|
10327
|
+
schema: unknown;
|
|
10328
|
+
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
10329
|
+
status: "success";
|
|
10330
|
+
} & {
|
|
10331
|
+
datetime: string;
|
|
10332
|
+
data: {
|
|
10333
|
+
validation: {
|
|
10334
|
+
success: true;
|
|
10335
|
+
data: {
|
|
10336
|
+
name: string;
|
|
10337
|
+
description?: string | undefined;
|
|
10338
|
+
relations?: {
|
|
10339
|
+
description?: string | undefined;
|
|
10340
|
+
type: "Relation";
|
|
10341
|
+
columns: string[];
|
|
10342
|
+
reference: {
|
|
10343
|
+
datasourceId: string;
|
|
10344
|
+
table: string;
|
|
10345
|
+
columns: string[];
|
|
10346
|
+
};
|
|
10347
|
+
}[] | undefined;
|
|
10348
|
+
datasourceId: string;
|
|
10349
|
+
indexes?: {
|
|
10350
|
+
description?: string | undefined;
|
|
10351
|
+
type: "Index";
|
|
10352
|
+
columns: string[];
|
|
10353
|
+
}[] | undefined;
|
|
10354
|
+
columns: {
|
|
10355
|
+
name: string;
|
|
10356
|
+
description?: string | undefined;
|
|
10357
|
+
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";
|
|
10358
|
+
default?: string | number | boolean | undefined;
|
|
10359
|
+
nullable: boolean;
|
|
10360
|
+
}[];
|
|
10361
|
+
virtualColumns?: {
|
|
10362
|
+
query: string;
|
|
10363
|
+
name: string;
|
|
10364
|
+
description?: string | undefined;
|
|
10365
|
+
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";
|
|
10366
|
+
nullable: boolean;
|
|
10367
|
+
}[] | undefined;
|
|
10368
|
+
uniqueKeys?: {
|
|
10369
|
+
description?: string | undefined;
|
|
10370
|
+
type: "UniqueKey";
|
|
10371
|
+
columns: string[];
|
|
10372
|
+
}[] | undefined;
|
|
10373
|
+
}[];
|
|
10374
|
+
} | {
|
|
10375
|
+
success: false;
|
|
10376
|
+
error: {
|
|
10377
|
+
issues: {
|
|
10378
|
+
path: (string | number)[];
|
|
10379
|
+
code: string;
|
|
10380
|
+
message: string;
|
|
10381
|
+
}[];
|
|
10382
|
+
};
|
|
10383
|
+
};
|
|
10384
|
+
relations: {
|
|
10385
|
+
error?: string | undefined;
|
|
10386
|
+
fromDatasourceId: string;
|
|
10387
|
+
fromTable: string;
|
|
10388
|
+
fromColumn: string;
|
|
10389
|
+
fromDistinctCount: number | null;
|
|
10390
|
+
toDatasourceId: string;
|
|
10391
|
+
toTable: string;
|
|
10392
|
+
toColumn: string;
|
|
10393
|
+
toDistinctCount: number | null;
|
|
10394
|
+
matchCount: number | null;
|
|
10395
|
+
matchPercentage: number | null;
|
|
10396
|
+
}[];
|
|
10397
|
+
};
|
|
10398
|
+
program: string;
|
|
10399
|
+
version: string;
|
|
10400
|
+
status: string;
|
|
10401
|
+
code?: number | undefined;
|
|
10402
|
+
message: string;
|
|
10403
|
+
}, any, {}>>;
|
|
10404
|
+
getSchema: (params: {
|
|
10405
|
+
id: string;
|
|
10406
|
+
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
10407
|
+
status: "success";
|
|
10408
|
+
} & {
|
|
10409
|
+
datetime: string;
|
|
10410
|
+
data: {
|
|
10411
|
+
[x: string]: unknown;
|
|
10412
|
+
};
|
|
10413
|
+
program: string;
|
|
10414
|
+
version: string;
|
|
10415
|
+
status: string;
|
|
10416
|
+
code?: number | undefined;
|
|
10417
|
+
message: string;
|
|
10418
|
+
}, any, {}>>;
|
|
10419
|
+
updateSchema: (params: {
|
|
10420
|
+
id: string;
|
|
10421
|
+
}, data: {
|
|
10422
|
+
schema: {
|
|
10423
|
+
name: string;
|
|
10424
|
+
description?: string | undefined;
|
|
10425
|
+
relations?: {
|
|
10426
|
+
description?: string | undefined;
|
|
10427
|
+
type: "Relation";
|
|
10428
|
+
columns: string[];
|
|
10429
|
+
reference: {
|
|
10430
|
+
datasourceId: string;
|
|
10431
|
+
table: string;
|
|
10432
|
+
columns: string[];
|
|
10433
|
+
};
|
|
10434
|
+
}[] | undefined;
|
|
10435
|
+
datasourceId: string;
|
|
10436
|
+
indexes?: {
|
|
10437
|
+
description?: string | undefined;
|
|
10438
|
+
type: "Index";
|
|
10439
|
+
columns: string[];
|
|
10440
|
+
}[] | undefined;
|
|
10441
|
+
columns: {
|
|
10442
|
+
name: string;
|
|
10443
|
+
description?: string | undefined;
|
|
10444
|
+
type: FieldMapType;
|
|
10445
|
+
default?: string | number | boolean | undefined;
|
|
10446
|
+
nullable: boolean;
|
|
10447
|
+
}[];
|
|
10448
|
+
virtualColumns?: {
|
|
10449
|
+
query: string;
|
|
10450
|
+
name: string;
|
|
10451
|
+
description?: string | undefined;
|
|
10452
|
+
type: FieldMapType;
|
|
10453
|
+
nullable: boolean;
|
|
10454
|
+
}[] | undefined;
|
|
10455
|
+
uniqueKeys?: {
|
|
10456
|
+
description?: string | undefined;
|
|
10457
|
+
type: "UniqueKey";
|
|
10458
|
+
columns: string[];
|
|
10459
|
+
}[] | undefined;
|
|
10460
|
+
}[];
|
|
10461
|
+
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
10462
|
+
status: "success";
|
|
10463
|
+
} & {
|
|
10464
|
+
datetime: string;
|
|
10465
|
+
data: {
|
|
10466
|
+
[x: string]: unknown;
|
|
10467
|
+
};
|
|
10468
|
+
program: string;
|
|
10469
|
+
version: string;
|
|
10470
|
+
status: string;
|
|
10471
|
+
code?: number | undefined;
|
|
10472
|
+
message: string;
|
|
10473
|
+
}, any, {}>>;
|
|
10474
|
+
deleteSchema: (params: {
|
|
10475
|
+
id: string;
|
|
10476
|
+
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
10477
|
+
publishSchema: (params: {
|
|
10478
|
+
id: string;
|
|
10479
|
+
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
10480
|
+
status: "success";
|
|
10481
|
+
} & {
|
|
10482
|
+
datetime: string;
|
|
10483
|
+
data: {
|
|
10484
|
+
[x: string]: unknown;
|
|
10485
|
+
};
|
|
10486
|
+
program: string;
|
|
10487
|
+
version: string;
|
|
10488
|
+
status: string;
|
|
10489
|
+
code?: number | undefined;
|
|
10490
|
+
message: string;
|
|
10491
|
+
}, any, {}>>;
|
|
10492
10492
|
};
|
|
10493
10493
|
get DatasourceSteps(): {
|
|
10494
10494
|
getCurrentStepDatasource: (params: {
|
|
@@ -20323,6 +20323,7 @@ export default class {
|
|
|
20323
20323
|
name: string;
|
|
20324
20324
|
message: string;
|
|
20325
20325
|
stack?: string | undefined;
|
|
20326
|
+
cause?: unknown;
|
|
20326
20327
|
};
|
|
20327
20328
|
} | {
|
|
20328
20329
|
path?: string | {
|
|
@@ -20378,6 +20379,7 @@ export default class {
|
|
|
20378
20379
|
name: string;
|
|
20379
20380
|
message: string;
|
|
20380
20381
|
stack?: string | undefined;
|
|
20382
|
+
cause?: unknown;
|
|
20381
20383
|
};
|
|
20382
20384
|
} | undefined;
|
|
20383
20385
|
} | undefined;
|
|
@@ -20387,28 +20389,31 @@ export default class {
|
|
|
20387
20389
|
secure?: boolean | undefined;
|
|
20388
20390
|
authMethod?: string | undefined;
|
|
20389
20391
|
cc?: string | {
|
|
20390
|
-
name
|
|
20392
|
+
name?: string | undefined;
|
|
20391
20393
|
address: string;
|
|
20392
20394
|
} | (string | {
|
|
20393
|
-
name
|
|
20395
|
+
name?: string | undefined;
|
|
20394
20396
|
address: string;
|
|
20395
20397
|
})[] | undefined;
|
|
20396
20398
|
bcc?: string | {
|
|
20397
|
-
name
|
|
20399
|
+
name?: string | undefined;
|
|
20398
20400
|
address: string;
|
|
20399
20401
|
} | (string | {
|
|
20400
|
-
name
|
|
20402
|
+
name?: string | undefined;
|
|
20401
20403
|
address: string;
|
|
20402
20404
|
})[] | undefined;
|
|
20403
20405
|
from?: string | {
|
|
20404
|
-
name
|
|
20406
|
+
name?: string | undefined;
|
|
20405
20407
|
address: string;
|
|
20406
|
-
} |
|
|
20408
|
+
} | (string | {
|
|
20409
|
+
name?: string | undefined;
|
|
20410
|
+
address: string;
|
|
20411
|
+
})[] | undefined;
|
|
20407
20412
|
to?: string | {
|
|
20408
|
-
name
|
|
20413
|
+
name?: string | undefined;
|
|
20409
20414
|
address: string;
|
|
20410
20415
|
} | (string | {
|
|
20411
|
-
name
|
|
20416
|
+
name?: string | undefined;
|
|
20412
20417
|
address: string;
|
|
20413
20418
|
})[] | undefined;
|
|
20414
20419
|
subject?: string | undefined;
|
|
@@ -20450,6 +20455,7 @@ export default class {
|
|
|
20450
20455
|
name: string;
|
|
20451
20456
|
message: string;
|
|
20452
20457
|
stack?: string | undefined;
|
|
20458
|
+
cause?: unknown;
|
|
20453
20459
|
};
|
|
20454
20460
|
} | {
|
|
20455
20461
|
path?: string | {
|
|
@@ -20505,6 +20511,7 @@ export default class {
|
|
|
20505
20511
|
name: string;
|
|
20506
20512
|
message: string;
|
|
20507
20513
|
stack?: string | undefined;
|
|
20514
|
+
cause?: unknown;
|
|
20508
20515
|
};
|
|
20509
20516
|
} | undefined;
|
|
20510
20517
|
} | undefined;
|
|
@@ -20545,6 +20552,7 @@ export default class {
|
|
|
20545
20552
|
name: string;
|
|
20546
20553
|
message: string;
|
|
20547
20554
|
stack?: string | undefined;
|
|
20555
|
+
cause?: unknown;
|
|
20548
20556
|
};
|
|
20549
20557
|
} | {
|
|
20550
20558
|
path?: string | {
|
|
@@ -20600,6 +20608,7 @@ export default class {
|
|
|
20600
20608
|
name: string;
|
|
20601
20609
|
message: string;
|
|
20602
20610
|
stack?: string | undefined;
|
|
20611
|
+
cause?: unknown;
|
|
20603
20612
|
};
|
|
20604
20613
|
} | undefined;
|
|
20605
20614
|
href?: string | undefined;
|
|
@@ -20642,6 +20651,7 @@ export default class {
|
|
|
20642
20651
|
name: string;
|
|
20643
20652
|
message: string;
|
|
20644
20653
|
stack?: string | undefined;
|
|
20654
|
+
cause?: unknown;
|
|
20645
20655
|
};
|
|
20646
20656
|
} | {
|
|
20647
20657
|
path?: string | {
|
|
@@ -20697,6 +20707,7 @@ export default class {
|
|
|
20697
20707
|
name: string;
|
|
20698
20708
|
message: string;
|
|
20699
20709
|
stack?: string | undefined;
|
|
20710
|
+
cause?: unknown;
|
|
20700
20711
|
};
|
|
20701
20712
|
} | undefined;
|
|
20702
20713
|
} | undefined;
|
|
@@ -30534,6 +30545,7 @@ export default class {
|
|
|
30534
30545
|
name: string;
|
|
30535
30546
|
message: string;
|
|
30536
30547
|
stack?: string | undefined;
|
|
30548
|
+
cause?: unknown;
|
|
30537
30549
|
};
|
|
30538
30550
|
} | {
|
|
30539
30551
|
path?: string | {
|
|
@@ -30589,6 +30601,7 @@ export default class {
|
|
|
30589
30601
|
name: string;
|
|
30590
30602
|
message: string;
|
|
30591
30603
|
stack?: string | undefined;
|
|
30604
|
+
cause?: unknown;
|
|
30592
30605
|
};
|
|
30593
30606
|
} | undefined;
|
|
30594
30607
|
} | undefined;
|
|
@@ -30598,28 +30611,31 @@ export default class {
|
|
|
30598
30611
|
secure?: boolean | undefined;
|
|
30599
30612
|
authMethod?: string | undefined;
|
|
30600
30613
|
cc?: string | {
|
|
30601
|
-
name
|
|
30614
|
+
name?: string | undefined;
|
|
30602
30615
|
address: string;
|
|
30603
30616
|
} | (string | {
|
|
30604
|
-
name
|
|
30617
|
+
name?: string | undefined;
|
|
30605
30618
|
address: string;
|
|
30606
30619
|
})[] | undefined;
|
|
30607
30620
|
bcc?: string | {
|
|
30608
|
-
name
|
|
30621
|
+
name?: string | undefined;
|
|
30609
30622
|
address: string;
|
|
30610
30623
|
} | (string | {
|
|
30611
|
-
name
|
|
30624
|
+
name?: string | undefined;
|
|
30612
30625
|
address: string;
|
|
30613
30626
|
})[] | undefined;
|
|
30614
30627
|
from?: string | {
|
|
30615
|
-
name
|
|
30628
|
+
name?: string | undefined;
|
|
30616
30629
|
address: string;
|
|
30617
|
-
} |
|
|
30630
|
+
} | (string | {
|
|
30631
|
+
name?: string | undefined;
|
|
30632
|
+
address: string;
|
|
30633
|
+
})[] | undefined;
|
|
30618
30634
|
to?: string | {
|
|
30619
|
-
name
|
|
30635
|
+
name?: string | undefined;
|
|
30620
30636
|
address: string;
|
|
30621
30637
|
} | (string | {
|
|
30622
|
-
name
|
|
30638
|
+
name?: string | undefined;
|
|
30623
30639
|
address: string;
|
|
30624
30640
|
})[] | undefined;
|
|
30625
30641
|
subject?: string | undefined;
|
|
@@ -30661,6 +30677,7 @@ export default class {
|
|
|
30661
30677
|
name: string;
|
|
30662
30678
|
message: string;
|
|
30663
30679
|
stack?: string | undefined;
|
|
30680
|
+
cause?: unknown;
|
|
30664
30681
|
};
|
|
30665
30682
|
} | {
|
|
30666
30683
|
path?: string | {
|
|
@@ -30716,6 +30733,7 @@ export default class {
|
|
|
30716
30733
|
name: string;
|
|
30717
30734
|
message: string;
|
|
30718
30735
|
stack?: string | undefined;
|
|
30736
|
+
cause?: unknown;
|
|
30719
30737
|
};
|
|
30720
30738
|
} | undefined;
|
|
30721
30739
|
} | undefined;
|
|
@@ -30756,6 +30774,7 @@ export default class {
|
|
|
30756
30774
|
name: string;
|
|
30757
30775
|
message: string;
|
|
30758
30776
|
stack?: string | undefined;
|
|
30777
|
+
cause?: unknown;
|
|
30759
30778
|
};
|
|
30760
30779
|
} | {
|
|
30761
30780
|
path?: string | {
|
|
@@ -30811,6 +30830,7 @@ export default class {
|
|
|
30811
30830
|
name: string;
|
|
30812
30831
|
message: string;
|
|
30813
30832
|
stack?: string | undefined;
|
|
30833
|
+
cause?: unknown;
|
|
30814
30834
|
};
|
|
30815
30835
|
} | undefined;
|
|
30816
30836
|
href?: string | undefined;
|
|
@@ -30853,6 +30873,7 @@ export default class {
|
|
|
30853
30873
|
name: string;
|
|
30854
30874
|
message: string;
|
|
30855
30875
|
stack?: string | undefined;
|
|
30876
|
+
cause?: unknown;
|
|
30856
30877
|
};
|
|
30857
30878
|
} | {
|
|
30858
30879
|
path?: string | {
|
|
@@ -30908,6 +30929,7 @@ export default class {
|
|
|
30908
30929
|
name: string;
|
|
30909
30930
|
message: string;
|
|
30910
30931
|
stack?: string | undefined;
|
|
30932
|
+
cause?: unknown;
|
|
30911
30933
|
};
|
|
30912
30934
|
} | undefined;
|
|
30913
30935
|
} | undefined;
|
|
@@ -40745,6 +40767,7 @@ export default class {
|
|
|
40745
40767
|
name: string;
|
|
40746
40768
|
message: string;
|
|
40747
40769
|
stack?: string | undefined;
|
|
40770
|
+
cause?: unknown;
|
|
40748
40771
|
};
|
|
40749
40772
|
} | {
|
|
40750
40773
|
path?: string | {
|
|
@@ -40800,6 +40823,7 @@ export default class {
|
|
|
40800
40823
|
name: string;
|
|
40801
40824
|
message: string;
|
|
40802
40825
|
stack?: string | undefined;
|
|
40826
|
+
cause?: unknown;
|
|
40803
40827
|
};
|
|
40804
40828
|
} | undefined;
|
|
40805
40829
|
} | undefined;
|
|
@@ -40809,28 +40833,31 @@ export default class {
|
|
|
40809
40833
|
secure?: boolean | undefined;
|
|
40810
40834
|
authMethod?: string | undefined;
|
|
40811
40835
|
cc?: string | {
|
|
40812
|
-
name
|
|
40836
|
+
name?: string | undefined;
|
|
40813
40837
|
address: string;
|
|
40814
40838
|
} | (string | {
|
|
40815
|
-
name
|
|
40839
|
+
name?: string | undefined;
|
|
40816
40840
|
address: string;
|
|
40817
40841
|
})[] | undefined;
|
|
40818
40842
|
bcc?: string | {
|
|
40819
|
-
name
|
|
40843
|
+
name?: string | undefined;
|
|
40820
40844
|
address: string;
|
|
40821
40845
|
} | (string | {
|
|
40822
|
-
name
|
|
40846
|
+
name?: string | undefined;
|
|
40823
40847
|
address: string;
|
|
40824
40848
|
})[] | undefined;
|
|
40825
40849
|
from?: string | {
|
|
40826
|
-
name
|
|
40850
|
+
name?: string | undefined;
|
|
40827
40851
|
address: string;
|
|
40828
|
-
} |
|
|
40852
|
+
} | (string | {
|
|
40853
|
+
name?: string | undefined;
|
|
40854
|
+
address: string;
|
|
40855
|
+
})[] | undefined;
|
|
40829
40856
|
to?: string | {
|
|
40830
|
-
name
|
|
40857
|
+
name?: string | undefined;
|
|
40831
40858
|
address: string;
|
|
40832
40859
|
} | (string | {
|
|
40833
|
-
name
|
|
40860
|
+
name?: string | undefined;
|
|
40834
40861
|
address: string;
|
|
40835
40862
|
})[] | undefined;
|
|
40836
40863
|
subject?: string | undefined;
|
|
@@ -40872,6 +40899,7 @@ export default class {
|
|
|
40872
40899
|
name: string;
|
|
40873
40900
|
message: string;
|
|
40874
40901
|
stack?: string | undefined;
|
|
40902
|
+
cause?: unknown;
|
|
40875
40903
|
};
|
|
40876
40904
|
} | {
|
|
40877
40905
|
path?: string | {
|
|
@@ -40927,6 +40955,7 @@ export default class {
|
|
|
40927
40955
|
name: string;
|
|
40928
40956
|
message: string;
|
|
40929
40957
|
stack?: string | undefined;
|
|
40958
|
+
cause?: unknown;
|
|
40930
40959
|
};
|
|
40931
40960
|
} | undefined;
|
|
40932
40961
|
} | undefined;
|
|
@@ -40967,6 +40996,7 @@ export default class {
|
|
|
40967
40996
|
name: string;
|
|
40968
40997
|
message: string;
|
|
40969
40998
|
stack?: string | undefined;
|
|
40999
|
+
cause?: unknown;
|
|
40970
41000
|
};
|
|
40971
41001
|
} | {
|
|
40972
41002
|
path?: string | {
|
|
@@ -41022,6 +41052,7 @@ export default class {
|
|
|
41022
41052
|
name: string;
|
|
41023
41053
|
message: string;
|
|
41024
41054
|
stack?: string | undefined;
|
|
41055
|
+
cause?: unknown;
|
|
41025
41056
|
};
|
|
41026
41057
|
} | undefined;
|
|
41027
41058
|
href?: string | undefined;
|
|
@@ -41064,6 +41095,7 @@ export default class {
|
|
|
41064
41095
|
name: string;
|
|
41065
41096
|
message: string;
|
|
41066
41097
|
stack?: string | undefined;
|
|
41098
|
+
cause?: unknown;
|
|
41067
41099
|
};
|
|
41068
41100
|
} | {
|
|
41069
41101
|
path?: string | {
|
|
@@ -41119,6 +41151,7 @@ export default class {
|
|
|
41119
41151
|
name: string;
|
|
41120
41152
|
message: string;
|
|
41121
41153
|
stack?: string | undefined;
|
|
41154
|
+
cause?: unknown;
|
|
41122
41155
|
};
|
|
41123
41156
|
} | undefined;
|
|
41124
41157
|
} | undefined;
|
|
@@ -50956,6 +50989,7 @@ export default class {
|
|
|
50956
50989
|
name: string;
|
|
50957
50990
|
message: string;
|
|
50958
50991
|
stack?: string | undefined;
|
|
50992
|
+
cause?: unknown;
|
|
50959
50993
|
};
|
|
50960
50994
|
} | {
|
|
50961
50995
|
path?: string | {
|
|
@@ -51011,6 +51045,7 @@ export default class {
|
|
|
51011
51045
|
name: string;
|
|
51012
51046
|
message: string;
|
|
51013
51047
|
stack?: string | undefined;
|
|
51048
|
+
cause?: unknown;
|
|
51014
51049
|
};
|
|
51015
51050
|
} | undefined;
|
|
51016
51051
|
} | undefined;
|
|
@@ -51020,28 +51055,31 @@ export default class {
|
|
|
51020
51055
|
secure?: boolean | undefined;
|
|
51021
51056
|
authMethod?: string | undefined;
|
|
51022
51057
|
cc?: string | {
|
|
51023
|
-
name
|
|
51058
|
+
name?: string | undefined;
|
|
51024
51059
|
address: string;
|
|
51025
51060
|
} | (string | {
|
|
51026
|
-
name
|
|
51061
|
+
name?: string | undefined;
|
|
51027
51062
|
address: string;
|
|
51028
51063
|
})[] | undefined;
|
|
51029
51064
|
bcc?: string | {
|
|
51030
|
-
name
|
|
51065
|
+
name?: string | undefined;
|
|
51031
51066
|
address: string;
|
|
51032
51067
|
} | (string | {
|
|
51033
|
-
name
|
|
51068
|
+
name?: string | undefined;
|
|
51034
51069
|
address: string;
|
|
51035
51070
|
})[] | undefined;
|
|
51036
51071
|
from?: string | {
|
|
51037
|
-
name
|
|
51072
|
+
name?: string | undefined;
|
|
51038
51073
|
address: string;
|
|
51039
|
-
} |
|
|
51074
|
+
} | (string | {
|
|
51075
|
+
name?: string | undefined;
|
|
51076
|
+
address: string;
|
|
51077
|
+
})[] | undefined;
|
|
51040
51078
|
to?: string | {
|
|
51041
|
-
name
|
|
51079
|
+
name?: string | undefined;
|
|
51042
51080
|
address: string;
|
|
51043
51081
|
} | (string | {
|
|
51044
|
-
name
|
|
51082
|
+
name?: string | undefined;
|
|
51045
51083
|
address: string;
|
|
51046
51084
|
})[] | undefined;
|
|
51047
51085
|
subject?: string | undefined;
|
|
@@ -51083,6 +51121,7 @@ export default class {
|
|
|
51083
51121
|
name: string;
|
|
51084
51122
|
message: string;
|
|
51085
51123
|
stack?: string | undefined;
|
|
51124
|
+
cause?: unknown;
|
|
51086
51125
|
};
|
|
51087
51126
|
} | {
|
|
51088
51127
|
path?: string | {
|
|
@@ -51138,6 +51177,7 @@ export default class {
|
|
|
51138
51177
|
name: string;
|
|
51139
51178
|
message: string;
|
|
51140
51179
|
stack?: string | undefined;
|
|
51180
|
+
cause?: unknown;
|
|
51141
51181
|
};
|
|
51142
51182
|
} | undefined;
|
|
51143
51183
|
} | undefined;
|
|
@@ -51178,6 +51218,7 @@ export default class {
|
|
|
51178
51218
|
name: string;
|
|
51179
51219
|
message: string;
|
|
51180
51220
|
stack?: string | undefined;
|
|
51221
|
+
cause?: unknown;
|
|
51181
51222
|
};
|
|
51182
51223
|
} | {
|
|
51183
51224
|
path?: string | {
|
|
@@ -51233,6 +51274,7 @@ export default class {
|
|
|
51233
51274
|
name: string;
|
|
51234
51275
|
message: string;
|
|
51235
51276
|
stack?: string | undefined;
|
|
51277
|
+
cause?: unknown;
|
|
51236
51278
|
};
|
|
51237
51279
|
} | undefined;
|
|
51238
51280
|
href?: string | undefined;
|
|
@@ -51275,6 +51317,7 @@ export default class {
|
|
|
51275
51317
|
name: string;
|
|
51276
51318
|
message: string;
|
|
51277
51319
|
stack?: string | undefined;
|
|
51320
|
+
cause?: unknown;
|
|
51278
51321
|
};
|
|
51279
51322
|
} | {
|
|
51280
51323
|
path?: string | {
|
|
@@ -51330,6 +51373,7 @@ export default class {
|
|
|
51330
51373
|
name: string;
|
|
51331
51374
|
message: string;
|
|
51332
51375
|
stack?: string | undefined;
|
|
51376
|
+
cause?: unknown;
|
|
51333
51377
|
};
|
|
51334
51378
|
} | undefined;
|
|
51335
51379
|
} | undefined;
|
|
@@ -61198,28 +61242,31 @@ export default class {
|
|
|
61198
61242
|
} | undefined;
|
|
61199
61243
|
authMethod?: string | undefined;
|
|
61200
61244
|
cc?: string | {
|
|
61201
|
-
name
|
|
61245
|
+
name?: string | undefined;
|
|
61202
61246
|
address: string;
|
|
61203
61247
|
} | (string | {
|
|
61204
|
-
name
|
|
61248
|
+
name?: string | undefined;
|
|
61205
61249
|
address: string;
|
|
61206
61250
|
})[] | undefined;
|
|
61207
61251
|
bcc?: string | {
|
|
61208
|
-
name
|
|
61252
|
+
name?: string | undefined;
|
|
61209
61253
|
address: string;
|
|
61210
61254
|
} | (string | {
|
|
61211
|
-
name
|
|
61255
|
+
name?: string | undefined;
|
|
61212
61256
|
address: string;
|
|
61213
61257
|
})[] | undefined;
|
|
61214
61258
|
from?: string | {
|
|
61215
|
-
name
|
|
61259
|
+
name?: string | undefined;
|
|
61216
61260
|
address: string;
|
|
61217
|
-
} |
|
|
61261
|
+
} | (string | {
|
|
61262
|
+
name?: string | undefined;
|
|
61263
|
+
address: string;
|
|
61264
|
+
})[] | undefined;
|
|
61218
61265
|
to?: string | {
|
|
61219
|
-
name
|
|
61266
|
+
name?: string | undefined;
|
|
61220
61267
|
address: string;
|
|
61221
61268
|
} | (string | {
|
|
61222
|
-
name
|
|
61269
|
+
name?: string | undefined;
|
|
61223
61270
|
address: string;
|
|
61224
61271
|
})[] | undefined;
|
|
61225
61272
|
subject?: string | undefined;
|