@sp-api-sdk/services-api-v1 2.0.3 → 2.0.5
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.
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
14
|
+
import globalAxios from 'axios';
|
|
14
15
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
16
|
import { AddAppointmentRequest } from '../models';
|
|
16
17
|
import { AssignAppointmentResourcesRequest } from '../models';
|
|
@@ -982,7 +983,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
982
983
|
* @throws {RequiredError}
|
|
983
984
|
* @memberof ServiceApi
|
|
984
985
|
*/
|
|
985
|
-
addAppointmentForServiceJobByServiceJobId(requestParameters: ServiceApiAddAppointmentForServiceJobByServiceJobIdRequest, options?: AxiosRequestConfig): Promise<
|
|
986
|
+
addAppointmentForServiceJobByServiceJobId(requestParameters: ServiceApiAddAppointmentForServiceJobByServiceJobIdRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<SetAppointmentResponse, any>>;
|
|
986
987
|
/**
|
|
987
988
|
* Assigns new resource(s) or overwrite/update the existing one(s) to a service job appointment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
988
989
|
* @param {ServiceApiAssignAppointmentResourcesRequest} requestParameters Request parameters.
|
|
@@ -990,7 +991,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
990
991
|
* @throws {RequiredError}
|
|
991
992
|
* @memberof ServiceApi
|
|
992
993
|
*/
|
|
993
|
-
assignAppointmentResources(requestParameters: ServiceApiAssignAppointmentResourcesRequest, options?: AxiosRequestConfig): Promise<
|
|
994
|
+
assignAppointmentResources(requestParameters: ServiceApiAssignAppointmentResourcesRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<AssignAppointmentResourcesResponse, any>>;
|
|
994
995
|
/**
|
|
995
996
|
* Cancel a reservation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
996
997
|
* @param {ServiceApiCancelReservationRequest} requestParameters Request parameters.
|
|
@@ -998,7 +999,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
998
999
|
* @throws {RequiredError}
|
|
999
1000
|
* @memberof ServiceApi
|
|
1000
1001
|
*/
|
|
1001
|
-
cancelReservation(requestParameters: ServiceApiCancelReservationRequest, options?: AxiosRequestConfig): Promise<
|
|
1002
|
+
cancelReservation(requestParameters: ServiceApiCancelReservationRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelReservationResponse, any>>;
|
|
1002
1003
|
/**
|
|
1003
1004
|
* Cancels the service job indicated by the service job identifier specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1004
1005
|
* @param {ServiceApiCancelServiceJobByServiceJobIdRequest} requestParameters Request parameters.
|
|
@@ -1006,7 +1007,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1006
1007
|
* @throws {RequiredError}
|
|
1007
1008
|
* @memberof ServiceApi
|
|
1008
1009
|
*/
|
|
1009
|
-
cancelServiceJobByServiceJobId(requestParameters: ServiceApiCancelServiceJobByServiceJobIdRequest, options?: AxiosRequestConfig): Promise<
|
|
1010
|
+
cancelServiceJobByServiceJobId(requestParameters: ServiceApiCancelServiceJobByServiceJobIdRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelServiceJobByServiceJobIdResponse, any>>;
|
|
1010
1011
|
/**
|
|
1011
1012
|
* Completes the service job indicated by the service job identifier specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1012
1013
|
* @param {ServiceApiCompleteServiceJobByServiceJobIdRequest} requestParameters Request parameters.
|
|
@@ -1014,7 +1015,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1014
1015
|
* @throws {RequiredError}
|
|
1015
1016
|
* @memberof ServiceApi
|
|
1016
1017
|
*/
|
|
1017
|
-
completeServiceJobByServiceJobId(requestParameters: ServiceApiCompleteServiceJobByServiceJobIdRequest, options?: AxiosRequestConfig): Promise<
|
|
1018
|
+
completeServiceJobByServiceJobId(requestParameters: ServiceApiCompleteServiceJobByServiceJobIdRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<CompleteServiceJobByServiceJobIdResponse, any>>;
|
|
1018
1019
|
/**
|
|
1019
1020
|
* Create a reservation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1020
1021
|
* @param {ServiceApiCreateReservationRequest} requestParameters Request parameters.
|
|
@@ -1022,7 +1023,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1022
1023
|
* @throws {RequiredError}
|
|
1023
1024
|
* @memberof ServiceApi
|
|
1024
1025
|
*/
|
|
1025
|
-
createReservation(requestParameters: ServiceApiCreateReservationRequest, options?: AxiosRequestConfig): Promise<
|
|
1026
|
+
createReservation(requestParameters: ServiceApiCreateReservationRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateReservationResponse, any>>;
|
|
1026
1027
|
/**
|
|
1027
1028
|
* Creates an upload destination. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1028
1029
|
* @param {ServiceApiCreateServiceDocumentUploadDestinationRequest} requestParameters Request parameters.
|
|
@@ -1030,7 +1031,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1030
1031
|
* @throws {RequiredError}
|
|
1031
1032
|
* @memberof ServiceApi
|
|
1032
1033
|
*/
|
|
1033
|
-
createServiceDocumentUploadDestination(requestParameters: ServiceApiCreateServiceDocumentUploadDestinationRequest, options?: AxiosRequestConfig): Promise<
|
|
1034
|
+
createServiceDocumentUploadDestination(requestParameters: ServiceApiCreateServiceDocumentUploadDestinationRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateServiceDocumentUploadDestination, any>>;
|
|
1034
1035
|
/**
|
|
1035
1036
|
* Gets appointment slots as per the service context specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 20 | 40 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1036
1037
|
* @param {ServiceApiGetAppointmentSlotsRequest} requestParameters Request parameters.
|
|
@@ -1038,7 +1039,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1038
1039
|
* @throws {RequiredError}
|
|
1039
1040
|
* @memberof ServiceApi
|
|
1040
1041
|
*/
|
|
1041
|
-
getAppointmentSlots(requestParameters: ServiceApiGetAppointmentSlotsRequest, options?: AxiosRequestConfig): Promise<
|
|
1042
|
+
getAppointmentSlots(requestParameters: ServiceApiGetAppointmentSlotsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetAppointmentSlotsResponse, any>>;
|
|
1042
1043
|
/**
|
|
1043
1044
|
* Gets appointment slots for the service associated with the service job id specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1044
1045
|
* @param {ServiceApiGetAppointmmentSlotsByJobIdRequest} requestParameters Request parameters.
|
|
@@ -1046,7 +1047,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1046
1047
|
* @throws {RequiredError}
|
|
1047
1048
|
* @memberof ServiceApi
|
|
1048
1049
|
*/
|
|
1049
|
-
getAppointmmentSlotsByJobId(requestParameters: ServiceApiGetAppointmmentSlotsByJobIdRequest, options?: AxiosRequestConfig): Promise<
|
|
1050
|
+
getAppointmmentSlotsByJobId(requestParameters: ServiceApiGetAppointmmentSlotsByJobIdRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetAppointmentSlotsResponse, any>>;
|
|
1050
1051
|
/**
|
|
1051
1052
|
* Provides capacity in fixed-size slots. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1052
1053
|
* @param {ServiceApiGetFixedSlotCapacityRequest} requestParameters Request parameters.
|
|
@@ -1054,7 +1055,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1054
1055
|
* @throws {RequiredError}
|
|
1055
1056
|
* @memberof ServiceApi
|
|
1056
1057
|
*/
|
|
1057
|
-
getFixedSlotCapacity(requestParameters: ServiceApiGetFixedSlotCapacityRequest, options?: AxiosRequestConfig): Promise<
|
|
1058
|
+
getFixedSlotCapacity(requestParameters: ServiceApiGetFixedSlotCapacityRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<FixedSlotCapacity, any>>;
|
|
1058
1059
|
/**
|
|
1059
1060
|
* Provides capacity slots in a format similar to availability records. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1060
1061
|
* @param {ServiceApiGetRangeSlotCapacityRequest} requestParameters Request parameters.
|
|
@@ -1062,7 +1063,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1062
1063
|
* @throws {RequiredError}
|
|
1063
1064
|
* @memberof ServiceApi
|
|
1064
1065
|
*/
|
|
1065
|
-
getRangeSlotCapacity(requestParameters: ServiceApiGetRangeSlotCapacityRequest, options?: AxiosRequestConfig): Promise<
|
|
1066
|
+
getRangeSlotCapacity(requestParameters: ServiceApiGetRangeSlotCapacityRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<RangeSlotCapacity, any>>;
|
|
1066
1067
|
/**
|
|
1067
1068
|
* Gets details of service job indicated by the provided `serviceJobID`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 20 | 40 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1068
1069
|
* @param {ServiceApiGetServiceJobByServiceJobIdRequest} requestParameters Request parameters.
|
|
@@ -1070,7 +1071,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1070
1071
|
* @throws {RequiredError}
|
|
1071
1072
|
* @memberof ServiceApi
|
|
1072
1073
|
*/
|
|
1073
|
-
getServiceJobByServiceJobId(requestParameters: ServiceApiGetServiceJobByServiceJobIdRequest, options?: AxiosRequestConfig): Promise<
|
|
1074
|
+
getServiceJobByServiceJobId(requestParameters: ServiceApiGetServiceJobByServiceJobIdRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetServiceJobByServiceJobIdResponse, any>>;
|
|
1074
1075
|
/**
|
|
1075
1076
|
* Gets service job details for the specified filter query. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 40 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1076
1077
|
* @param {ServiceApiGetServiceJobsRequest} requestParameters Request parameters.
|
|
@@ -1078,7 +1079,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1078
1079
|
* @throws {RequiredError}
|
|
1079
1080
|
* @memberof ServiceApi
|
|
1080
1081
|
*/
|
|
1081
|
-
getServiceJobs(requestParameters: ServiceApiGetServiceJobsRequest, options?: AxiosRequestConfig): Promise<
|
|
1082
|
+
getServiceJobs(requestParameters: ServiceApiGetServiceJobsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetServiceJobsResponse, any>>;
|
|
1082
1083
|
/**
|
|
1083
1084
|
* Reschedules an appointment for the service job indicated by the service job identifier specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1084
1085
|
* @param {ServiceApiRescheduleAppointmentForServiceJobByServiceJobIdRequest} requestParameters Request parameters.
|
|
@@ -1086,7 +1087,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1086
1087
|
* @throws {RequiredError}
|
|
1087
1088
|
* @memberof ServiceApi
|
|
1088
1089
|
*/
|
|
1089
|
-
rescheduleAppointmentForServiceJobByServiceJobId(requestParameters: ServiceApiRescheduleAppointmentForServiceJobByServiceJobIdRequest, options?: AxiosRequestConfig): Promise<
|
|
1090
|
+
rescheduleAppointmentForServiceJobByServiceJobId(requestParameters: ServiceApiRescheduleAppointmentForServiceJobByServiceJobIdRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<SetAppointmentResponse, any>>;
|
|
1090
1091
|
/**
|
|
1091
1092
|
* Updates the appointment fulfillment data related to a given `jobID` and `appointmentID`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1092
1093
|
* @param {ServiceApiSetAppointmentFulfillmentDataRequest} requestParameters Request parameters.
|
|
@@ -1094,7 +1095,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1094
1095
|
* @throws {RequiredError}
|
|
1095
1096
|
* @memberof ServiceApi
|
|
1096
1097
|
*/
|
|
1097
|
-
setAppointmentFulfillmentData(requestParameters: ServiceApiSetAppointmentFulfillmentDataRequest, options?: AxiosRequestConfig): Promise<
|
|
1098
|
+
setAppointmentFulfillmentData(requestParameters: ServiceApiSetAppointmentFulfillmentDataRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<string, any>>;
|
|
1098
1099
|
/**
|
|
1099
1100
|
* Update a reservation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1100
1101
|
* @param {ServiceApiUpdateReservationRequest} requestParameters Request parameters.
|
|
@@ -1102,7 +1103,7 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1102
1103
|
* @throws {RequiredError}
|
|
1103
1104
|
* @memberof ServiceApi
|
|
1104
1105
|
*/
|
|
1105
|
-
updateReservation(requestParameters: ServiceApiUpdateReservationRequest, options?: AxiosRequestConfig): Promise<
|
|
1106
|
+
updateReservation(requestParameters: ServiceApiUpdateReservationRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<UpdateReservationResponse, any>>;
|
|
1106
1107
|
/**
|
|
1107
1108
|
* Update the schedule of the given resource. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1108
1109
|
* @param {ServiceApiUpdateScheduleRequest} requestParameters Request parameters.
|
|
@@ -1110,5 +1111,5 @@ export declare class ServiceApi extends BaseAPI {
|
|
|
1110
1111
|
* @throws {RequiredError}
|
|
1111
1112
|
* @memberof ServiceApi
|
|
1112
1113
|
*/
|
|
1113
|
-
updateSchedule(requestParameters: ServiceApiUpdateScheduleRequest, options?: AxiosRequestConfig): Promise<
|
|
1114
|
+
updateSchedule(requestParameters: ServiceApiUpdateScheduleRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<UpdateScheduleResponse, any>>;
|
|
1114
1115
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/services-api-v1",
|
|
3
3
|
"author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
|
|
4
4
|
"description": "With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.",
|
|
5
|
-
"version": "2.0.
|
|
5
|
+
"version": "2.0.5",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.0.
|
|
22
|
-
"axios": "^1.6.
|
|
21
|
+
"@sp-api-sdk/common": "2.0.5",
|
|
22
|
+
"axios": "^1.6.7"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"services api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "014aad96509aba433e07461efbe936a6062cc66a"
|
|
44
44
|
}
|