@emilgroup/customer-sdk 1.56.1-beta.13 → 1.56.1-beta.15
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/.openapi-generator/FILES +1 -3
- package/README.md +2 -2
- package/api/{health-api.ts → default-api.ts} +13 -13
- package/api/documents-api.ts +8 -10
- package/api.ts +2 -4
- package/base.ts +0 -1
- package/dist/api/{health-api.d.ts → default-api.d.ts} +10 -10
- package/dist/api/{health-api.js → default-api.js} +22 -22
- package/dist/api/documents-api.d.ts +8 -9
- package/dist/api/documents-api.js +3 -3
- package/dist/api.d.ts +1 -2
- package/dist/api.js +1 -2
- package/dist/base.d.ts +1 -2
- package/dist/base.js +0 -1
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -1
- package/dist/models/timeslice-class.d.ts +2 -2
- package/models/index.ts +0 -1
- package/models/timeslice-class.ts +2 -2
- package/package.json +1 -1
- package/api/customer-controller-rest-api.ts +0 -2686
- package/dist/api/customer-controller-rest-api.d.ts +0 -1529
- package/dist/api/customer-controller-rest-api.js +0 -2165
- package/dist/models/get-customer-document-download-url-request-dto.d.ts +0 -29
- package/dist/models/get-customer-document-download-url-request-dto.js +0 -20
- package/models/get-customer-document-download-url-request-dto.ts +0 -38
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL CustomerService
|
|
3
|
-
* The EMIL CustomerService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
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
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface GetCustomerDocumentDownloadUrlRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface GetCustomerDocumentDownloadUrlRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* Content disposition override. Default will be depending on the document type.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GetCustomerDocumentDownloadUrlRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'contentDisposition'?: GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum;
|
|
24
|
-
}
|
|
25
|
-
export declare const GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum: {
|
|
26
|
-
readonly Attachment: "attachment";
|
|
27
|
-
readonly Inline: "inline";
|
|
28
|
-
};
|
|
29
|
-
export type GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum = typeof GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum[keyof typeof GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum];
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL CustomerService
|
|
6
|
-
* The EMIL CustomerService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
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.GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum = void 0;
|
|
17
|
-
exports.GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum = {
|
|
18
|
-
Attachment: 'attachment',
|
|
19
|
-
Inline: 'inline'
|
|
20
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL CustomerService
|
|
5
|
-
* The EMIL CustomerService API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface GetCustomerDocumentDownloadUrlRequestDto
|
|
21
|
-
*/
|
|
22
|
-
export interface GetCustomerDocumentDownloadUrlRequestDto {
|
|
23
|
-
/**
|
|
24
|
-
* Content disposition override. Default will be depending on the document type.
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof GetCustomerDocumentDownloadUrlRequestDto
|
|
27
|
-
*/
|
|
28
|
-
'contentDisposition'?: GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export const GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum = {
|
|
32
|
-
Attachment: 'attachment',
|
|
33
|
-
Inline: 'inline'
|
|
34
|
-
} as const;
|
|
35
|
-
|
|
36
|
-
export type GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum = typeof GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum[keyof typeof GetCustomerDocumentDownloadUrlRequestDtoContentDispositionEnum];
|
|
37
|
-
|
|
38
|
-
|