@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The resource that performs or performed appointment fulfillment.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AppointmentResource
|
|
16
|
+
*/
|
|
17
|
+
export interface AppointmentResource {
|
|
18
|
+
/**
|
|
19
|
+
* The resource identifier.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AppointmentResource
|
|
22
|
+
*/
|
|
23
|
+
'resourceId'?: string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AppointmentSlot } from './appointment-slot';
|
|
13
|
+
/**
|
|
14
|
+
* Availability information as per the service context queried.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AppointmentSlotReport
|
|
17
|
+
*/
|
|
18
|
+
export interface AppointmentSlotReport {
|
|
19
|
+
/**
|
|
20
|
+
* Defines the type of slots.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof AppointmentSlotReport
|
|
23
|
+
*/
|
|
24
|
+
'schedulingType'?: AppointmentSlotReportSchedulingTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
* Start Time from which the appointment slots are generated in ISO 8601 format.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof AppointmentSlotReport
|
|
29
|
+
*/
|
|
30
|
+
'startTime'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* End Time up to which the appointment slots are generated in ISO 8601 format.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof AppointmentSlotReport
|
|
35
|
+
*/
|
|
36
|
+
'endTime'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* A list of time windows along with associated capacity in which the service can be performed.
|
|
39
|
+
* @type {Array<AppointmentSlot>}
|
|
40
|
+
* @memberof AppointmentSlotReport
|
|
41
|
+
*/
|
|
42
|
+
'appointmentSlots'?: Array<AppointmentSlot>;
|
|
43
|
+
}
|
|
44
|
+
export declare const AppointmentSlotReportSchedulingTypeEnum: {
|
|
45
|
+
readonly RealTimeScheduling: "REAL_TIME_SCHEDULING";
|
|
46
|
+
readonly NonRealTimeScheduling: "NON_REAL_TIME_SCHEDULING";
|
|
47
|
+
};
|
|
48
|
+
export declare type AppointmentSlotReportSchedulingTypeEnum = typeof AppointmentSlotReportSchedulingTypeEnum[keyof typeof AppointmentSlotReportSchedulingTypeEnum];
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* A time window along with associated capacity in which the service can be performed.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AppointmentSlot
|
|
16
|
+
*/
|
|
17
|
+
export interface AppointmentSlot {
|
|
18
|
+
/**
|
|
19
|
+
* Time window start time in ISO 8601 format.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AppointmentSlot
|
|
22
|
+
*/
|
|
23
|
+
'startTime'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Time window end time in ISO 8601 format.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AppointmentSlot
|
|
28
|
+
*/
|
|
29
|
+
'endTime'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Number of resources for which a slot can be reserved.
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof AppointmentSlot
|
|
34
|
+
*/
|
|
35
|
+
'capacity'?: number;
|
|
36
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface AppointmentTime {
|
|
18
18
|
/**
|
|
19
|
-
* The date and time of the start of the appointment window
|
|
19
|
+
* The date and time of the start of the appointment window in ISO 8601 format.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof AppointmentTime
|
|
22
22
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AppointmentResource } from './appointment-resource';
|
|
13
|
+
/**
|
|
14
|
+
* Request schema for the `assignAppointmentResources` operation.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AssignAppointmentResourcesRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface AssignAppointmentResourcesRequest {
|
|
19
|
+
/**
|
|
20
|
+
* List of resources that performs or performed job appointment fulfillment.
|
|
21
|
+
* @type {Array<AppointmentResource>}
|
|
22
|
+
* @memberof AssignAppointmentResourcesRequest
|
|
23
|
+
*/
|
|
24
|
+
'resources': Array<AppointmentResource>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Warning } from './warning';
|
|
13
|
+
/**
|
|
14
|
+
* The payload for the `assignAppointmentResource` operation.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AssignAppointmentResourcesResponsePayload
|
|
17
|
+
*/
|
|
18
|
+
export interface AssignAppointmentResourcesResponsePayload {
|
|
19
|
+
/**
|
|
20
|
+
* A list of warnings returned in the sucessful execution response of an API request.
|
|
21
|
+
* @type {Array<Warning>}
|
|
22
|
+
* @memberof AssignAppointmentResourcesResponsePayload
|
|
23
|
+
*/
|
|
24
|
+
'warnings'?: Array<Warning>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AssignAppointmentResourcesResponsePayload } from './assign-appointment-resources-response-payload';
|
|
13
|
+
/**
|
|
14
|
+
* Response schema for the `assignAppointmentResources` operation.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AssignAppointmentResourcesResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface AssignAppointmentResourcesResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {AssignAppointmentResourcesResponsePayload}
|
|
22
|
+
* @memberof AssignAppointmentResourcesResponse
|
|
23
|
+
*/
|
|
24
|
+
'payload'?: AssignAppointmentResourcesResponsePayload;
|
|
25
|
+
/**
|
|
26
|
+
* A list of error responses returned when a request is unsuccessful.
|
|
27
|
+
* @type {Array<Error>}
|
|
28
|
+
* @memberof AssignAppointmentResourcesResponse
|
|
29
|
+
*/
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Recurrence } from './recurrence';
|
|
13
|
+
/**
|
|
14
|
+
* `AvailabilityRecord` to represent the capacity of a resource over a time range.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AvailabilityRecord
|
|
17
|
+
*/
|
|
18
|
+
export interface AvailabilityRecord {
|
|
19
|
+
/**
|
|
20
|
+
* Denotes the time from when the resource is available in a day in ISO-8601 format.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof AvailabilityRecord
|
|
23
|
+
*/
|
|
24
|
+
'startTime': string;
|
|
25
|
+
/**
|
|
26
|
+
* Denotes the time till when the resource is available in a day in ISO-8601 format.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof AvailabilityRecord
|
|
29
|
+
*/
|
|
30
|
+
'endTime': string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Recurrence}
|
|
34
|
+
* @memberof AvailabilityRecord
|
|
35
|
+
*/
|
|
36
|
+
'recurrence'?: Recurrence;
|
|
37
|
+
/**
|
|
38
|
+
* Signifies the capacity of a resource which is available.
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof AvailabilityRecord
|
|
41
|
+
*/
|
|
42
|
+
'capacity'?: number;
|
|
43
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Response schema for the `cancelReservation` operation.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CancelReservationResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface CancelReservationResponse {
|
|
18
|
+
/**
|
|
19
|
+
* A list of error responses returned when a request is unsuccessful.
|
|
20
|
+
* @type {Array<Error>}
|
|
21
|
+
* @memberof CancelReservationResponse
|
|
22
|
+
*/
|
|
23
|
+
'errors'?: Array<Error>;
|
|
24
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
* Response schema for
|
|
13
|
+
* Response schema for the `cancelServiceJobByServiceJobId` operation.
|
|
14
14
|
* @export
|
|
15
15
|
* @interface CancelServiceJobByServiceJobIdResponse
|
|
16
16
|
*/
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Type of capacity
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const CapacityType: {
|
|
18
|
+
readonly ScheduledCapacity: "SCHEDULED_CAPACITY";
|
|
19
|
+
readonly AvailableCapacity: "AVAILABLE_CAPACITY";
|
|
20
|
+
readonly EncumberedCapacity: "ENCUMBERED_CAPACITY";
|
|
21
|
+
readonly ReservedCapacity: "RESERVED_CAPACITY";
|
|
22
|
+
};
|
|
23
|
+
export declare type CapacityType = typeof CapacityType[keyof typeof CapacityType];
|
package/dist/types/src/api-model/models/complete-service-job-by-service-job-id-response.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Services
|
|
3
|
-
* With the Services API, you can build applications that help service providers get and modify their service orders.
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
* Response schema for
|
|
13
|
+
* Response schema for the `completeServiceJobByServiceJobId` operation.
|
|
14
14
|
* @export
|
|
15
15
|
* @interface CompleteServiceJobByServiceJobIdResponse
|
|
16
16
|
*/
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Reservation } from './reservation';
|
|
13
|
+
import { Warning } from './warning';
|
|
14
|
+
/**
|
|
15
|
+
* `CreateReservationRecord` entity contains the `Reservation` if there is an error/warning while performing the requested operation on it, otherwise it will contain the new `reservationId`.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CreateReservationRecord
|
|
18
|
+
*/
|
|
19
|
+
export interface CreateReservationRecord {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Reservation}
|
|
23
|
+
* @memberof CreateReservationRecord
|
|
24
|
+
*/
|
|
25
|
+
'reservation'?: Reservation;
|
|
26
|
+
/**
|
|
27
|
+
* A list of warnings returned in the sucessful execution response of an API request.
|
|
28
|
+
* @type {Array<Warning>}
|
|
29
|
+
* @memberof CreateReservationRecord
|
|
30
|
+
*/
|
|
31
|
+
'warnings'?: Array<Warning>;
|
|
32
|
+
/**
|
|
33
|
+
* A list of error responses returned when a request is unsuccessful.
|
|
34
|
+
* @type {Array<Error>}
|
|
35
|
+
* @memberof CreateReservationRecord
|
|
36
|
+
*/
|
|
37
|
+
'errors'?: Array<Error>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Reservation } from './reservation';
|
|
13
|
+
/**
|
|
14
|
+
* Request schema for the `createReservation` operation.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateReservationRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateReservationRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Resource (store) identifier.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof CreateReservationRequest
|
|
23
|
+
*/
|
|
24
|
+
'resourceId': string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Reservation}
|
|
28
|
+
* @memberof CreateReservationRequest
|
|
29
|
+
*/
|
|
30
|
+
'reservation': Reservation;
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { CreateReservationRecord } from './create-reservation-record';
|
|
13
|
+
/**
|
|
14
|
+
* Response schema for the `createReservation` operation.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateReservationResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateReservationResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {CreateReservationRecord}
|
|
22
|
+
* @memberof CreateReservationResponse
|
|
23
|
+
*/
|
|
24
|
+
'payload'?: CreateReservationRecord;
|
|
25
|
+
/**
|
|
26
|
+
* A list of error responses returned when a request is unsuccessful.
|
|
27
|
+
* @type {Array<Error>}
|
|
28
|
+
* @memberof CreateReservationResponse
|
|
29
|
+
*/
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ServiceDocumentUploadDestination } from './service-document-upload-destination';
|
|
13
|
+
/**
|
|
14
|
+
* The response schema for the `createServiceDocumentUploadDestination` operation.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateServiceDocumentUploadDestination
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateServiceDocumentUploadDestination {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ServiceDocumentUploadDestination}
|
|
22
|
+
* @memberof CreateServiceDocumentUploadDestination
|
|
23
|
+
*/
|
|
24
|
+
'payload'?: ServiceDocumentUploadDestination;
|
|
25
|
+
/**
|
|
26
|
+
* A list of error responses returned when a request is unsuccessful.
|
|
27
|
+
* @type {Array<Error>}
|
|
28
|
+
* @memberof CreateServiceDocumentUploadDestination
|
|
29
|
+
*/
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The day of the week.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const DayOfWeek: {
|
|
18
|
+
readonly Monday: "MONDAY";
|
|
19
|
+
readonly Tuesday: "TUESDAY";
|
|
20
|
+
readonly Wednesday: "WEDNESDAY";
|
|
21
|
+
readonly Thursday: "THURSDAY";
|
|
22
|
+
readonly Friday: "FRIDAY";
|
|
23
|
+
readonly Saturday: "SATURDAY";
|
|
24
|
+
readonly Sunday: "SUNDAY";
|
|
25
|
+
};
|
|
26
|
+
export declare type DayOfWeek = typeof DayOfWeek[keyof typeof DayOfWeek];
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Services
|
|
3
|
+
* With the Services API, you can build applications that help service providers get and modify their service orders and manage their resources.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Encryption details for required client-side encryption and decryption of document contents.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface EncryptionDetails
|
|
16
|
+
*/
|
|
17
|
+
export interface EncryptionDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The encryption standard required to encrypt or decrypt the document contents.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EncryptionDetails
|
|
22
|
+
*/
|
|
23
|
+
'standard': EncryptionDetailsStandardEnum;
|
|
24
|
+
/**
|
|
25
|
+
* The vector to encrypt or decrypt the document contents using Cipher Block Chaining (CBC).
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EncryptionDetails
|
|
28
|
+
*/
|
|
29
|
+
'initializationVector': string;
|
|
30
|
+
/**
|
|
31
|
+
* The encryption key used to encrypt or decrypt the document contents.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof EncryptionDetails
|
|
34
|
+
*/
|
|
35
|
+
'key': string;
|
|
36
|
+
}
|
|
37
|
+
export declare const EncryptionDetailsStandardEnum: {
|
|
38
|
+
readonly Aes: "AES";
|
|
39
|
+
};
|
|
40
|
+
export declare type EncryptionDetailsStandardEnum = typeof EncryptionDetailsStandardEnum[keyof typeof EncryptionDetailsStandardEnum];
|