@deliverart/sdk-js-integration 2.23.6 → 2.23.7
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/dist/index.cjs +119 -0
- package/dist/index.d.cts +446 -1
- package/dist/index.d.ts +446 -1
- package/dist/index.js +119 -0
- package/package.json +11 -11
package/dist/index.cjs
CHANGED
|
@@ -190,6 +190,9 @@ __export(index_exports, {
|
|
|
190
190
|
GetIntegrationKitchenList: () => GetIntegrationKitchenList,
|
|
191
191
|
GetIntegrationTilbyCategoryMappingDetails: () => GetIntegrationTilbyCategoryMappingDetails,
|
|
192
192
|
GetIntegrationTilbyCategoryMappings: () => GetIntegrationTilbyCategoryMappings,
|
|
193
|
+
GetIntegrationTilbyClientLogRequestDetails: () => GetIntegrationTilbyClientLogRequestDetails,
|
|
194
|
+
GetIntegrationTilbyClientLogRequests: () => GetIntegrationTilbyClientLogRequests,
|
|
195
|
+
GetIntegrationTilbyClientLogRequestsFromOrder: () => GetIntegrationTilbyClientLogRequestsFromOrder,
|
|
193
196
|
GetIntegrationTilbyComponentMappingDetails: () => GetIntegrationTilbyComponentMappingDetails,
|
|
194
197
|
GetIntegrationTilbyComponentMappings: () => GetIntegrationTilbyComponentMappings,
|
|
195
198
|
GetIntegrationTilbyCustomerMappingDetails: () => GetIntegrationTilbyCustomerMappingDetails,
|
|
@@ -197,6 +200,7 @@ __export(index_exports, {
|
|
|
197
200
|
GetIntegrationTilbyDepartmentMappingDetails: () => GetIntegrationTilbyDepartmentMappingDetails,
|
|
198
201
|
GetIntegrationTilbyDepartmentMappings: () => GetIntegrationTilbyDepartmentMappings,
|
|
199
202
|
GetIntegrationTilbyDetails: () => GetIntegrationTilbyDetails,
|
|
203
|
+
GetIntegrationTilbyGlobalClientLogRequests: () => GetIntegrationTilbyGlobalClientLogRequests,
|
|
200
204
|
GetIntegrationTilbyList: () => GetIntegrationTilbyList,
|
|
201
205
|
GetIntegrationTilbyOrderMappingDetails: () => GetIntegrationTilbyOrderMappingDetails,
|
|
202
206
|
GetIntegrationTilbyOrderMappings: () => GetIntegrationTilbyOrderMappings,
|
|
@@ -699,6 +703,14 @@ __export(index_exports, {
|
|
|
699
703
|
getIntegrationTilbyCategoryMappingsInputSchema: () => getIntegrationTilbyCategoryMappingsInputSchema,
|
|
700
704
|
getIntegrationTilbyCategoryMappingsQuerySchema: () => getIntegrationTilbyCategoryMappingsQuerySchema,
|
|
701
705
|
getIntegrationTilbyCategoryMappingsResponseSchema: () => getIntegrationTilbyCategoryMappingsResponseSchema,
|
|
706
|
+
getIntegrationTilbyClientLogRequestDetailsInputSchema: () => getIntegrationTilbyClientLogRequestDetailsInputSchema,
|
|
707
|
+
getIntegrationTilbyClientLogRequestDetailsResponseSchema: () => getIntegrationTilbyClientLogRequestDetailsResponseSchema,
|
|
708
|
+
getIntegrationTilbyClientLogRequestsFromOrderInputSchema: () => getIntegrationTilbyClientLogRequestsFromOrderInputSchema,
|
|
709
|
+
getIntegrationTilbyClientLogRequestsFromOrderQuerySchema: () => getIntegrationTilbyClientLogRequestsFromOrderQuerySchema,
|
|
710
|
+
getIntegrationTilbyClientLogRequestsFromOrderResponseSchema: () => getIntegrationTilbyClientLogRequestsFromOrderResponseSchema,
|
|
711
|
+
getIntegrationTilbyClientLogRequestsInputSchema: () => getIntegrationTilbyClientLogRequestsInputSchema,
|
|
712
|
+
getIntegrationTilbyClientLogRequestsQuerySchema: () => getIntegrationTilbyClientLogRequestsQuerySchema,
|
|
713
|
+
getIntegrationTilbyClientLogRequestsResponseSchema: () => getIntegrationTilbyClientLogRequestsResponseSchema,
|
|
702
714
|
getIntegrationTilbyComponentMappingDetailsInputSchema: () => getIntegrationTilbyComponentMappingDetailsInputSchema,
|
|
703
715
|
getIntegrationTilbyComponentMappingDetailsResponseSchema: () => getIntegrationTilbyComponentMappingDetailsResponseSchema,
|
|
704
716
|
getIntegrationTilbyComponentMappingsInputSchema: () => getIntegrationTilbyComponentMappingsInputSchema,
|
|
@@ -716,6 +728,9 @@ __export(index_exports, {
|
|
|
716
728
|
getIntegrationTilbyDepartmentMappingsResponseSchema: () => getIntegrationTilbyDepartmentMappingsResponseSchema,
|
|
717
729
|
getIntegrationTilbyDetailsInputSchema: () => getIntegrationTilbyDetailsInputSchema,
|
|
718
730
|
getIntegrationTilbyDetailsResponseSchema: () => getIntegrationTilbyDetailsResponseSchema,
|
|
731
|
+
getIntegrationTilbyGlobalClientLogRequestsInputSchema: () => getIntegrationTilbyGlobalClientLogRequestsInputSchema,
|
|
732
|
+
getIntegrationTilbyGlobalClientLogRequestsQuerySchema: () => getIntegrationTilbyGlobalClientLogRequestsQuerySchema,
|
|
733
|
+
getIntegrationTilbyGlobalClientLogRequestsResponseSchema: () => getIntegrationTilbyGlobalClientLogRequestsResponseSchema,
|
|
719
734
|
getIntegrationTilbyListInputSchema: () => getIntegrationTilbyListInputSchema,
|
|
720
735
|
getIntegrationTilbyListQuerySchema: () => getIntegrationTilbyListQuerySchema,
|
|
721
736
|
getIntegrationTilbyListResponseSchema: () => getIntegrationTilbyListResponseSchema,
|
|
@@ -22980,6 +22995,95 @@ var GetIntegrationTilbyOrderMappingDetails = class extends import_sdk_js_core202
|
|
|
22980
22995
|
return `/integrations/tilby/${this.integrationTilbyId}/order_mappings/${this.mappingId}`;
|
|
22981
22996
|
}
|
|
22982
22997
|
};
|
|
22998
|
+
var getIntegrationTilbyGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
22999
|
+
var getIntegrationTilbyGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
23000
|
+
var getIntegrationTilbyGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types77.createPaginatedSchema)(
|
|
23001
|
+
integrationClientLogRequestSchema
|
|
23002
|
+
);
|
|
23003
|
+
var GetIntegrationTilbyGlobalClientLogRequests = class extends import_sdk_js_core202.AbstractApiRequest {
|
|
23004
|
+
constructor(options) {
|
|
23005
|
+
super(void 0, options);
|
|
23006
|
+
this.method = "GET";
|
|
23007
|
+
this.contentType = "application/json";
|
|
23008
|
+
this.accept = "application/json";
|
|
23009
|
+
this.inputSchema = getIntegrationTilbyGlobalClientLogRequestsInputSchema;
|
|
23010
|
+
this.outputSchema = getIntegrationTilbyGlobalClientLogRequestsResponseSchema;
|
|
23011
|
+
this.querySchema = getIntegrationTilbyGlobalClientLogRequestsQuerySchema;
|
|
23012
|
+
this.headersSchema = void 0;
|
|
23013
|
+
this.listItemSchema = integrationClientLogRequestSchema;
|
|
23014
|
+
this.paginationDefaultEnabled = true;
|
|
23015
|
+
}
|
|
23016
|
+
getPath() {
|
|
23017
|
+
return "/integrations/tilby/client_log_requests";
|
|
23018
|
+
}
|
|
23019
|
+
};
|
|
23020
|
+
var getIntegrationTilbyClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
23021
|
+
var getIntegrationTilbyClientLogRequestsInputSchema = external_exports.undefined();
|
|
23022
|
+
var getIntegrationTilbyClientLogRequestsResponseSchema = (0, import_sdk_js_global_types77.createPaginatedSchema)(
|
|
23023
|
+
integrationClientLogRequestSchema
|
|
23024
|
+
);
|
|
23025
|
+
var GetIntegrationTilbyClientLogRequests = class extends import_sdk_js_core202.AbstractApiRequest {
|
|
23026
|
+
constructor(integrationTilbyId, options) {
|
|
23027
|
+
super(void 0, options);
|
|
23028
|
+
this.method = "GET";
|
|
23029
|
+
this.contentType = "application/json";
|
|
23030
|
+
this.accept = "application/json";
|
|
23031
|
+
this.inputSchema = getIntegrationTilbyClientLogRequestsInputSchema;
|
|
23032
|
+
this.outputSchema = getIntegrationTilbyClientLogRequestsResponseSchema;
|
|
23033
|
+
this.querySchema = getIntegrationTilbyClientLogRequestsQuerySchema;
|
|
23034
|
+
this.headersSchema = void 0;
|
|
23035
|
+
this.listItemSchema = integrationClientLogRequestSchema;
|
|
23036
|
+
this.paginationDefaultEnabled = true;
|
|
23037
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23038
|
+
}
|
|
23039
|
+
getPath() {
|
|
23040
|
+
return `/integrations/tilby/${this.integrationTilbyId}/client_log_requests`;
|
|
23041
|
+
}
|
|
23042
|
+
};
|
|
23043
|
+
var getIntegrationTilbyClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
23044
|
+
var getIntegrationTilbyClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
23045
|
+
var GetIntegrationTilbyClientLogRequestDetails = class extends import_sdk_js_core202.AbstractApiRequest {
|
|
23046
|
+
constructor(integrationTilbyId, requestId) {
|
|
23047
|
+
super(void 0);
|
|
23048
|
+
this.method = "GET";
|
|
23049
|
+
this.contentType = "application/json";
|
|
23050
|
+
this.accept = "application/json";
|
|
23051
|
+
this.inputSchema = getIntegrationTilbyClientLogRequestDetailsInputSchema;
|
|
23052
|
+
this.outputSchema = getIntegrationTilbyClientLogRequestDetailsResponseSchema;
|
|
23053
|
+
this.querySchema = void 0;
|
|
23054
|
+
this.headersSchema = void 0;
|
|
23055
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23056
|
+
this.requestId = requestId;
|
|
23057
|
+
}
|
|
23058
|
+
getPath() {
|
|
23059
|
+
return `/integrations/tilby/${this.integrationTilbyId}/client_log_requests/${this.requestId}`;
|
|
23060
|
+
}
|
|
23061
|
+
};
|
|
23062
|
+
var getIntegrationTilbyClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit({
|
|
23063
|
+
page: true
|
|
23064
|
+
});
|
|
23065
|
+
var getIntegrationTilbyClientLogRequestsFromOrderInputSchema = external_exports.undefined();
|
|
23066
|
+
var getIntegrationTilbyClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
23067
|
+
integrationClientLogRequestSchema
|
|
23068
|
+
);
|
|
23069
|
+
var GetIntegrationTilbyClientLogRequestsFromOrder = class extends import_sdk_js_core202.AbstractApiRequest {
|
|
23070
|
+
constructor(orderId, options) {
|
|
23071
|
+
super(void 0, options);
|
|
23072
|
+
this.method = "GET";
|
|
23073
|
+
this.contentType = "application/json";
|
|
23074
|
+
this.accept = "application/json";
|
|
23075
|
+
this.inputSchema = getIntegrationTilbyClientLogRequestsFromOrderInputSchema;
|
|
23076
|
+
this.outputSchema = getIntegrationTilbyClientLogRequestsFromOrderResponseSchema;
|
|
23077
|
+
this.querySchema = getIntegrationTilbyClientLogRequestsFromOrderQuerySchema;
|
|
23078
|
+
this.headersSchema = void 0;
|
|
23079
|
+
this.listItemSchema = integrationClientLogRequestSchema;
|
|
23080
|
+
this.paginationDefaultEnabled = false;
|
|
23081
|
+
this.orderId = orderId;
|
|
23082
|
+
}
|
|
23083
|
+
getPath() {
|
|
23084
|
+
return `/orders/${this.orderId}/tilby_client_log_requests`;
|
|
23085
|
+
}
|
|
23086
|
+
};
|
|
22983
23087
|
var getIntegrationTilbyOrderMappingsFromOrderQuerySchema = integrationTilbyOrderMappingsQuerySchema.omit({
|
|
22984
23088
|
page: true
|
|
22985
23089
|
});
|
|
@@ -23714,6 +23818,9 @@ __reExport(index_exports, types_exports, module.exports);
|
|
|
23714
23818
|
GetIntegrationKitchenList,
|
|
23715
23819
|
GetIntegrationTilbyCategoryMappingDetails,
|
|
23716
23820
|
GetIntegrationTilbyCategoryMappings,
|
|
23821
|
+
GetIntegrationTilbyClientLogRequestDetails,
|
|
23822
|
+
GetIntegrationTilbyClientLogRequests,
|
|
23823
|
+
GetIntegrationTilbyClientLogRequestsFromOrder,
|
|
23717
23824
|
GetIntegrationTilbyComponentMappingDetails,
|
|
23718
23825
|
GetIntegrationTilbyComponentMappings,
|
|
23719
23826
|
GetIntegrationTilbyCustomerMappingDetails,
|
|
@@ -23721,6 +23828,7 @@ __reExport(index_exports, types_exports, module.exports);
|
|
|
23721
23828
|
GetIntegrationTilbyDepartmentMappingDetails,
|
|
23722
23829
|
GetIntegrationTilbyDepartmentMappings,
|
|
23723
23830
|
GetIntegrationTilbyDetails,
|
|
23831
|
+
GetIntegrationTilbyGlobalClientLogRequests,
|
|
23724
23832
|
GetIntegrationTilbyList,
|
|
23725
23833
|
GetIntegrationTilbyOrderMappingDetails,
|
|
23726
23834
|
GetIntegrationTilbyOrderMappings,
|
|
@@ -24223,6 +24331,14 @@ __reExport(index_exports, types_exports, module.exports);
|
|
|
24223
24331
|
getIntegrationTilbyCategoryMappingsInputSchema,
|
|
24224
24332
|
getIntegrationTilbyCategoryMappingsQuerySchema,
|
|
24225
24333
|
getIntegrationTilbyCategoryMappingsResponseSchema,
|
|
24334
|
+
getIntegrationTilbyClientLogRequestDetailsInputSchema,
|
|
24335
|
+
getIntegrationTilbyClientLogRequestDetailsResponseSchema,
|
|
24336
|
+
getIntegrationTilbyClientLogRequestsFromOrderInputSchema,
|
|
24337
|
+
getIntegrationTilbyClientLogRequestsFromOrderQuerySchema,
|
|
24338
|
+
getIntegrationTilbyClientLogRequestsFromOrderResponseSchema,
|
|
24339
|
+
getIntegrationTilbyClientLogRequestsInputSchema,
|
|
24340
|
+
getIntegrationTilbyClientLogRequestsQuerySchema,
|
|
24341
|
+
getIntegrationTilbyClientLogRequestsResponseSchema,
|
|
24226
24342
|
getIntegrationTilbyComponentMappingDetailsInputSchema,
|
|
24227
24343
|
getIntegrationTilbyComponentMappingDetailsResponseSchema,
|
|
24228
24344
|
getIntegrationTilbyComponentMappingsInputSchema,
|
|
@@ -24240,6 +24356,9 @@ __reExport(index_exports, types_exports, module.exports);
|
|
|
24240
24356
|
getIntegrationTilbyDepartmentMappingsResponseSchema,
|
|
24241
24357
|
getIntegrationTilbyDetailsInputSchema,
|
|
24242
24358
|
getIntegrationTilbyDetailsResponseSchema,
|
|
24359
|
+
getIntegrationTilbyGlobalClientLogRequestsInputSchema,
|
|
24360
|
+
getIntegrationTilbyGlobalClientLogRequestsQuerySchema,
|
|
24361
|
+
getIntegrationTilbyGlobalClientLogRequestsResponseSchema,
|
|
24243
24362
|
getIntegrationTilbyListInputSchema,
|
|
24244
24363
|
getIntegrationTilbyListQuerySchema,
|
|
24245
24364
|
getIntegrationTilbyListResponseSchema,
|