@sp-api-sdk/services-api-v1 1.8.9 → 1.9.2
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/README.md +1 -1
- package/dist/cjs/src/api-model/api/service-api.js +860 -49
- package/dist/cjs/src/api-model/api.js +1 -1
- package/dist/cjs/src/api-model/base.js +1 -1
- package/dist/cjs/src/api-model/common.js +1 -1
- package/dist/cjs/src/api-model/configuration.js +1 -1
- package/dist/cjs/src/api-model/index.js +1 -1
- package/dist/cjs/src/api-model/models/add-appointment-request.js +1 -1
- package/dist/cjs/src/api-model/models/address.js +1 -1
- package/dist/cjs/src/api-model/models/appointment-resource.js +15 -0
- package/dist/cjs/src/api-model/models/appointment-slot-report.js +20 -0
- package/dist/cjs/src/api-model/models/appointment-slot.js +15 -0
- package/dist/cjs/src/api-model/models/appointment-time-input.js +1 -1
- package/dist/cjs/src/api-model/models/appointment-time.js +1 -1
- package/dist/cjs/src/api-model/models/appointment.js +1 -1
- package/dist/cjs/src/api-model/models/assign-appointment-resources-request.js +15 -0
- package/dist/cjs/src/api-model/models/assign-appointment-resources-response-payload.js +15 -0
- package/dist/cjs/src/api-model/models/assign-appointment-resources-response.js +15 -0
- package/dist/cjs/src/api-model/models/associated-item.js +1 -1
- package/dist/cjs/src/api-model/models/availability-record.js +15 -0
- package/dist/cjs/src/api-model/models/buyer.js +1 -1
- package/dist/cjs/src/api-model/models/cancel-reservation-response.js +15 -0
- package/dist/cjs/src/api-model/models/cancel-service-job-by-service-job-id-response.js +1 -1
- package/dist/cjs/src/api-model/models/capacity-type.js +27 -0
- package/dist/cjs/src/api-model/models/complete-service-job-by-service-job-id-response.js +1 -1
- package/dist/cjs/src/api-model/models/create-reservation-record.js +15 -0
- package/dist/cjs/src/api-model/models/create-reservation-request.js +15 -0
- package/dist/cjs/src/api-model/models/create-reservation-response.js +15 -0
- package/dist/cjs/src/api-model/models/create-service-document-upload-destination.js +15 -0
- package/dist/cjs/src/api-model/models/day-of-week.js +30 -0
- package/dist/cjs/src/api-model/models/encryption-details.js +19 -0
- package/dist/cjs/src/api-model/models/fixed-slot-capacity-errors.js +15 -0
- package/dist/cjs/src/api-model/models/fixed-slot-capacity-query.js +15 -0
- package/dist/cjs/src/api-model/models/fixed-slot-capacity.js +15 -0
- package/dist/cjs/src/api-model/models/fixed-slot.js +15 -0
- package/dist/cjs/src/api-model/models/fulfillment-document.js +15 -0
- package/dist/cjs/src/api-model/models/fulfillment-time.js +15 -0
- package/dist/cjs/src/api-model/models/get-appointment-slots-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-service-job-by-service-job-id-response.js +1 -1
- package/dist/cjs/src/api-model/models/get-service-jobs-response.js +1 -1
- package/dist/cjs/src/api-model/models/index.js +38 -0
- package/dist/cjs/src/api-model/models/item-delivery-promise.js +1 -1
- package/dist/cjs/src/api-model/models/item-delivery.js +1 -1
- package/dist/cjs/src/api-model/models/job-listing.js +1 -1
- package/dist/cjs/src/api-model/models/model-error.js +1 -1
- package/dist/cjs/src/api-model/models/poa.js +1 -1
- package/dist/cjs/src/api-model/models/range-capacity.js +15 -0
- package/dist/cjs/src/api-model/models/range-slot-capacity-errors.js +15 -0
- package/dist/cjs/src/api-model/models/range-slot-capacity-query.js +15 -0
- package/dist/cjs/src/api-model/models/range-slot-capacity.js +15 -0
- package/dist/cjs/src/api-model/models/range-slot.js +15 -0
- package/dist/cjs/src/api-model/models/recurrence.js +15 -0
- package/dist/cjs/src/api-model/models/reschedule-appointment-request.js +1 -1
- package/dist/cjs/src/api-model/models/reservation.js +23 -0
- package/dist/cjs/src/api-model/models/scope-of-work.js +1 -1
- package/dist/cjs/src/api-model/models/seller.js +1 -1
- package/dist/cjs/src/api-model/models/service-document-upload-destination.js +15 -0
- package/dist/cjs/src/api-model/models/service-job-provider.js +1 -1
- package/dist/cjs/src/api-model/models/service-job.js +1 -1
- package/dist/cjs/src/api-model/models/service-location.js +1 -1
- package/dist/cjs/src/api-model/models/service-upload-document.js +24 -0
- package/dist/cjs/src/api-model/models/set-appointment-fulfillment-data-request.js +15 -0
- package/dist/cjs/src/api-model/models/set-appointment-response.js +1 -1
- package/dist/cjs/src/api-model/models/technician.js +1 -1
- package/dist/cjs/src/api-model/models/update-reservation-record.js +15 -0
- package/dist/cjs/src/api-model/models/update-reservation-request.js +15 -0
- package/dist/cjs/src/api-model/models/update-reservation-response.js +15 -0
- package/dist/cjs/src/api-model/models/update-schedule-record.js +15 -0
- package/dist/cjs/src/api-model/models/update-schedule-request.js +15 -0
- package/dist/cjs/src/api-model/models/update-schedule-response.js +15 -0
- package/dist/cjs/src/api-model/models/warning.js +1 -1
- package/dist/cjs/src/client.js +77 -0
- package/dist/es/src/api-model/api/service-api.js +860 -49
- package/dist/es/src/api-model/api.js +1 -1
- package/dist/es/src/api-model/base.js +1 -1
- package/dist/es/src/api-model/common.js +1 -1
- package/dist/es/src/api-model/configuration.js +1 -1
- package/dist/es/src/api-model/index.js +1 -1
- package/dist/es/src/api-model/models/add-appointment-request.js +1 -1
- package/dist/es/src/api-model/models/address.js +1 -1
- package/dist/es/src/api-model/models/appointment-resource.js +14 -0
- package/dist/es/src/api-model/models/appointment-slot-report.js +17 -0
- package/dist/es/src/api-model/models/appointment-slot.js +14 -0
- package/dist/es/src/api-model/models/appointment-time-input.js +1 -1
- package/dist/es/src/api-model/models/appointment-time.js +1 -1
- package/dist/es/src/api-model/models/appointment.js +1 -1
- package/dist/es/src/api-model/models/assign-appointment-resources-request.js +14 -0
- package/dist/es/src/api-model/models/assign-appointment-resources-response-payload.js +14 -0
- package/dist/es/src/api-model/models/assign-appointment-resources-response.js +14 -0
- package/dist/es/src/api-model/models/associated-item.js +1 -1
- package/dist/es/src/api-model/models/availability-record.js +14 -0
- package/dist/es/src/api-model/models/buyer.js +1 -1
- package/dist/es/src/api-model/models/cancel-reservation-response.js +14 -0
- package/dist/es/src/api-model/models/cancel-service-job-by-service-job-id-response.js +1 -1
- package/dist/es/src/api-model/models/capacity-type.js +24 -0
- package/dist/es/src/api-model/models/complete-service-job-by-service-job-id-response.js +1 -1
- package/dist/es/src/api-model/models/create-reservation-record.js +14 -0
- package/dist/es/src/api-model/models/create-reservation-request.js +14 -0
- package/dist/es/src/api-model/models/create-reservation-response.js +14 -0
- package/dist/es/src/api-model/models/create-service-document-upload-destination.js +14 -0
- package/dist/es/src/api-model/models/day-of-week.js +27 -0
- package/dist/es/src/api-model/models/encryption-details.js +16 -0
- package/dist/es/src/api-model/models/fixed-slot-capacity-errors.js +14 -0
- package/dist/es/src/api-model/models/fixed-slot-capacity-query.js +14 -0
- package/dist/es/src/api-model/models/fixed-slot-capacity.js +14 -0
- package/dist/es/src/api-model/models/fixed-slot.js +14 -0
- package/dist/es/src/api-model/models/fulfillment-document.js +14 -0
- package/dist/es/src/api-model/models/fulfillment-time.js +14 -0
- package/dist/es/src/api-model/models/get-appointment-slots-response.js +14 -0
- package/dist/es/src/api-model/models/get-service-job-by-service-job-id-response.js +1 -1
- package/dist/es/src/api-model/models/get-service-jobs-response.js +1 -1
- package/dist/es/src/api-model/models/index.js +38 -0
- package/dist/es/src/api-model/models/item-delivery-promise.js +1 -1
- package/dist/es/src/api-model/models/item-delivery.js +1 -1
- package/dist/es/src/api-model/models/job-listing.js +1 -1
- package/dist/es/src/api-model/models/model-error.js +1 -1
- package/dist/es/src/api-model/models/poa.js +1 -1
- package/dist/es/src/api-model/models/range-capacity.js +14 -0
- package/dist/es/src/api-model/models/range-slot-capacity-errors.js +14 -0
- package/dist/es/src/api-model/models/range-slot-capacity-query.js +14 -0
- package/dist/es/src/api-model/models/range-slot-capacity.js +14 -0
- package/dist/es/src/api-model/models/range-slot.js +14 -0
- package/dist/es/src/api-model/models/recurrence.js +14 -0
- package/dist/es/src/api-model/models/reschedule-appointment-request.js +1 -1
- package/dist/es/src/api-model/models/reservation.js +20 -0
- package/dist/es/src/api-model/models/scope-of-work.js +1 -1
- package/dist/es/src/api-model/models/seller.js +1 -1
- package/dist/es/src/api-model/models/service-document-upload-destination.js +14 -0
- package/dist/es/src/api-model/models/service-job-provider.js +1 -1
- package/dist/es/src/api-model/models/service-job.js +1 -1
- package/dist/es/src/api-model/models/service-location.js +1 -1
- package/dist/es/src/api-model/models/service-upload-document.js +21 -0
- package/dist/es/src/api-model/models/set-appointment-fulfillment-data-request.js +14 -0
- package/dist/es/src/api-model/models/set-appointment-response.js +1 -1
- package/dist/es/src/api-model/models/technician.js +1 -1
- package/dist/es/src/api-model/models/update-reservation-record.js +14 -0
- package/dist/es/src/api-model/models/update-reservation-request.js +14 -0
- package/dist/es/src/api-model/models/update-reservation-response.js +14 -0
- package/dist/es/src/api-model/models/update-schedule-record.js +14 -0
- package/dist/es/src/api-model/models/update-schedule-request.js +14 -0
- package/dist/es/src/api-model/models/update-schedule-response.js +14 -0
- package/dist/es/src/api-model/models/warning.js +1 -1
- package/dist/es/src/client.js +77 -0
- package/dist/types/src/api-model/api/service-api.d.ts +765 -52
- package/dist/types/src/api-model/api.d.ts +1 -1
- package/dist/types/src/api-model/base.d.ts +1 -1
- package/dist/types/src/api-model/common.d.ts +1 -1
- package/dist/types/src/api-model/configuration.d.ts +1 -1
- package/dist/types/src/api-model/index.d.ts +1 -1
- package/dist/types/src/api-model/models/add-appointment-request.d.ts +1 -1
- package/dist/types/src/api-model/models/address.d.ts +1 -1
- package/dist/types/src/api-model/models/appointment-resource.d.ts +24 -0
- package/dist/types/src/api-model/models/appointment-slot-report.d.ts +48 -0
- package/dist/types/src/api-model/models/appointment-slot.d.ts +36 -0
- package/dist/types/src/api-model/models/appointment-time-input.d.ts +1 -1
- package/dist/types/src/api-model/models/appointment-time.d.ts +2 -2
- package/dist/types/src/api-model/models/appointment.d.ts +1 -1
- package/dist/types/src/api-model/models/assign-appointment-resources-request.d.ts +25 -0
- package/dist/types/src/api-model/models/assign-appointment-resources-response-payload.d.ts +25 -0
- package/dist/types/src/api-model/models/assign-appointment-resources-response.d.ts +31 -0
- package/dist/types/src/api-model/models/associated-item.d.ts +1 -1
- package/dist/types/src/api-model/models/availability-record.d.ts +43 -0
- package/dist/types/src/api-model/models/buyer.d.ts +1 -1
- package/dist/types/src/api-model/models/cancel-reservation-response.d.ts +24 -0
- package/dist/types/src/api-model/models/cancel-service-job-by-service-job-id-response.d.ts +2 -2
- package/dist/types/src/api-model/models/capacity-type.d.ts +23 -0
- package/dist/types/src/api-model/models/complete-service-job-by-service-job-id-response.d.ts +2 -2
- package/dist/types/src/api-model/models/create-reservation-record.d.ts +38 -0
- package/dist/types/src/api-model/models/create-reservation-request.d.ts +31 -0
- package/dist/types/src/api-model/models/create-reservation-response.d.ts +31 -0
- package/dist/types/src/api-model/models/create-service-document-upload-destination.d.ts +31 -0
- package/dist/types/src/api-model/models/day-of-week.d.ts +26 -0
- package/dist/types/src/api-model/models/encryption-details.d.ts +40 -0
- package/dist/types/src/api-model/models/fixed-slot-capacity-errors.d.ts +24 -0
- package/dist/types/src/api-model/models/fixed-slot-capacity-query.d.ts +43 -0
- package/dist/types/src/api-model/models/fixed-slot-capacity.d.ts +43 -0
- package/dist/types/src/api-model/models/fixed-slot.d.ts +48 -0
- package/dist/types/src/api-model/models/fulfillment-document.d.ts +30 -0
- package/dist/types/src/api-model/models/fulfillment-time.d.ts +30 -0
- package/dist/types/src/api-model/models/get-appointment-slots-response.d.ts +31 -0
- package/dist/types/src/api-model/models/get-service-job-by-service-job-id-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-service-jobs-response.d.ts +2 -2
- package/dist/types/src/api-model/models/index.d.ts +38 -0
- package/dist/types/src/api-model/models/item-delivery-promise.d.ts +3 -3
- package/dist/types/src/api-model/models/item-delivery.d.ts +1 -1
- package/dist/types/src/api-model/models/job-listing.d.ts +4 -4
- package/dist/types/src/api-model/models/model-error.d.ts +1 -1
- package/dist/types/src/api-model/models/poa.d.ts +2 -2
- package/dist/types/src/api-model/models/range-capacity.d.ts +32 -0
- package/dist/types/src/api-model/models/range-slot-capacity-errors.d.ts +24 -0
- package/dist/types/src/api-model/models/range-slot-capacity-query.d.ts +37 -0
- package/dist/types/src/api-model/models/range-slot-capacity.d.ts +37 -0
- package/dist/types/src/api-model/models/range-slot.d.ts +36 -0
- package/dist/types/src/api-model/models/recurrence.d.ts +37 -0
- package/dist/types/src/api-model/models/reschedule-appointment-request.d.ts +2 -2
- package/dist/types/src/api-model/models/reservation.d.ts +45 -0
- package/dist/types/src/api-model/models/scope-of-work.d.ts +1 -1
- package/dist/types/src/api-model/models/seller.d.ts +1 -1
- package/dist/types/src/api-model/models/service-document-upload-destination.d.ts +43 -0
- package/dist/types/src/api-model/models/service-job-provider.d.ts +1 -1
- package/dist/types/src/api-model/models/service-job.d.ts +8 -2
- package/dist/types/src/api-model/models/service-location.d.ts +1 -1
- package/dist/types/src/api-model/models/service-upload-document.d.ts +45 -0
- package/dist/types/src/api-model/models/set-appointment-fulfillment-data-request.d.ts +39 -0
- package/dist/types/src/api-model/models/set-appointment-response.d.ts +2 -2
- package/dist/types/src/api-model/models/technician.d.ts +1 -1
- package/dist/types/src/api-model/models/update-reservation-record.d.ts +38 -0
- package/dist/types/src/api-model/models/update-reservation-request.d.ts +31 -0
- package/dist/types/src/api-model/models/update-reservation-response.d.ts +31 -0
- package/dist/types/src/api-model/models/update-schedule-record.d.ts +38 -0
- package/dist/types/src/api-model/models/update-schedule-request.d.ts +25 -0
- package/dist/types/src/api-model/models/update-schedule-response.d.ts +31 -0
- package/dist/types/src/api-model/models/warning.d.ts +2 -2
- package/package.json +5 -5
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AppointmentSlotReportSchedulingTypeEnum = void 0;
|
|
17
|
+
exports.AppointmentSlotReportSchedulingTypeEnum = {
|
|
18
|
+
RealTimeScheduling: 'REAL_TIME_SCHEDULING',
|
|
19
|
+
NonRealTimeScheduling: 'NON_REAL_TIME_SCHEDULING'
|
|
20
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CapacityType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Type of capacity
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.CapacityType = {
|
|
23
|
+
ScheduledCapacity: 'SCHEDULED_CAPACITY',
|
|
24
|
+
AvailableCapacity: 'AVAILABLE_CAPACITY',
|
|
25
|
+
EncumberedCapacity: 'ENCUMBERED_CAPACITY',
|
|
26
|
+
ReservedCapacity: 'RESERVED_CAPACITY'
|
|
27
|
+
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DayOfWeek = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The day of the week.
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.DayOfWeek = {
|
|
23
|
+
Monday: 'MONDAY',
|
|
24
|
+
Tuesday: 'TUESDAY',
|
|
25
|
+
Wednesday: 'WEDNESDAY',
|
|
26
|
+
Thursday: 'THURSDAY',
|
|
27
|
+
Friday: 'FRIDAY',
|
|
28
|
+
Saturday: 'SATURDAY',
|
|
29
|
+
Sunday: 'SUNDAY'
|
|
30
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EncryptionDetailsStandardEnum = void 0;
|
|
17
|
+
exports.EncryptionDetailsStandardEnum = {
|
|
18
|
+
Aes: 'AES'
|
|
19
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Services
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -4,12 +4,34 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
tslib_1.__exportStar(require("./add-appointment-request"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./address"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./appointment"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./appointment-resource"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./appointment-slot"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./appointment-slot-report"), exports);
|
|
7
10
|
tslib_1.__exportStar(require("./appointment-time"), exports);
|
|
8
11
|
tslib_1.__exportStar(require("./appointment-time-input"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./assign-appointment-resources-request"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./assign-appointment-resources-response"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./assign-appointment-resources-response-payload"), exports);
|
|
9
15
|
tslib_1.__exportStar(require("./associated-item"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./availability-record"), exports);
|
|
10
17
|
tslib_1.__exportStar(require("./buyer"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./cancel-reservation-response"), exports);
|
|
11
19
|
tslib_1.__exportStar(require("./cancel-service-job-by-service-job-id-response"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./capacity-type"), exports);
|
|
12
21
|
tslib_1.__exportStar(require("./complete-service-job-by-service-job-id-response"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./create-reservation-record"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./create-reservation-request"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./create-reservation-response"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./create-service-document-upload-destination"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./day-of-week"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./encryption-details"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./fixed-slot"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./fixed-slot-capacity"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./fixed-slot-capacity-errors"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./fixed-slot-capacity-query"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./fulfillment-document"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./fulfillment-time"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./get-appointment-slots-response"), exports);
|
|
13
35
|
tslib_1.__exportStar(require("./get-service-job-by-service-job-id-response"), exports);
|
|
14
36
|
tslib_1.__exportStar(require("./get-service-jobs-response"), exports);
|
|
15
37
|
tslib_1.__exportStar(require("./item-delivery"), exports);
|
|
@@ -17,12 +39,28 @@ tslib_1.__exportStar(require("./item-delivery-promise"), exports);
|
|
|
17
39
|
tslib_1.__exportStar(require("./job-listing"), exports);
|
|
18
40
|
tslib_1.__exportStar(require("./model-error"), exports);
|
|
19
41
|
tslib_1.__exportStar(require("./poa"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./range-capacity"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./range-slot"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./range-slot-capacity"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./range-slot-capacity-errors"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./range-slot-capacity-query"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./recurrence"), exports);
|
|
20
48
|
tslib_1.__exportStar(require("./reschedule-appointment-request"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./reservation"), exports);
|
|
21
50
|
tslib_1.__exportStar(require("./scope-of-work"), exports);
|
|
22
51
|
tslib_1.__exportStar(require("./seller"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./service-document-upload-destination"), exports);
|
|
23
53
|
tslib_1.__exportStar(require("./service-job"), exports);
|
|
24
54
|
tslib_1.__exportStar(require("./service-job-provider"), exports);
|
|
25
55
|
tslib_1.__exportStar(require("./service-location"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./service-upload-document"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./set-appointment-fulfillment-data-request"), exports);
|
|
26
58
|
tslib_1.__exportStar(require("./set-appointment-response"), exports);
|
|
27
59
|
tslib_1.__exportStar(require("./technician"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./update-reservation-record"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./update-reservation-request"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./update-reservation-response"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./update-schedule-record"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./update-schedule-request"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./update-schedule-response"), exports);
|
|
28
66
|
tslib_1.__exportStar(require("./warning"), exports);
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Services
|
|
6
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
6
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|