@emilgroup/public-api-sdk 1.25.0 → 1.26.0
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 +9 -0
- package/README.md +2 -2
- package/api/booking-funnels-api.ts +161 -0
- package/api/documents-api.ts +36 -22
- package/api/leads-api.ts +4 -4
- package/api/named-ranges-api.ts +250 -0
- package/api/products-api.ts +65 -38
- package/api.ts +4 -0
- package/base.ts +1 -0
- package/dist/api/address-completions-validations-api.d.ts +215 -0
- package/dist/api/address-completions-validations-api.js +369 -0
- package/dist/api/booking-funnels-api.d.ts +96 -0
- package/dist/api/booking-funnels-api.js +223 -0
- package/dist/api/default-api.d.ts +66 -0
- package/dist/api/default-api.js +196 -0
- package/dist/api/documents-api.d.ts +548 -0
- package/dist/api/documents-api.js +857 -0
- package/dist/api/leads-api.d.ts +441 -0
- package/dist/api/leads-api.js +787 -0
- package/dist/api/named-ranges-api.d.ts +150 -0
- package/dist/api/named-ranges-api.js +263 -0
- package/dist/api/notifications-api.d.ts +211 -0
- package/dist/api/notifications-api.js +410 -0
- package/dist/api/payments-setup-api.d.ts +228 -0
- package/dist/api/payments-setup-api.js +422 -0
- package/dist/api/products-api.d.ts +581 -0
- package/dist/api/products-api.js +933 -0
- package/dist/api.d.ts +20 -0
- package/dist/api.js +38 -0
- package/dist/base.d.ts +74 -0
- package/dist/base.js +299 -0
- package/dist/common.d.ts +91 -0
- package/dist/common.js +276 -0
- package/dist/configuration.d.ts +83 -0
- package/dist/configuration.js +44 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.js +36 -0
- package/dist/models/address-completion-item-class.d.ts +49 -0
- package/dist/models/address-completion-item-class.js +15 -0
- package/dist/models/address-completion-response-class.d.ts +25 -0
- package/dist/models/address-completion-response-class.js +15 -0
- package/dist/models/address-field-score-class.d.ts +48 -0
- package/dist/models/address-field-score-class.js +15 -0
- package/dist/models/booking-funnel-class.d.ts +90 -0
- package/dist/models/booking-funnel-class.js +15 -0
- package/dist/models/calculate-product-fields-request-dto.d.ts +31 -0
- package/dist/models/calculate-product-fields-request-dto.js +15 -0
- package/dist/models/calculate-product-fields-response-class.d.ts +25 -0
- package/dist/models/calculate-product-fields-response-class.js +15 -0
- package/dist/models/complete-braintree-payment-setup-request-dto.d.ts +48 -0
- package/dist/models/complete-braintree-payment-setup-request-dto.js +15 -0
- package/dist/models/complete-email-verification-dto.d.ts +30 -0
- package/dist/models/complete-email-verification-dto.js +15 -0
- package/dist/models/complete-email-verification-response-class.d.ts +24 -0
- package/dist/models/complete-email-verification-response-class.js +15 -0
- package/dist/models/complete-payment-setup-request-dto.d.ts +32 -0
- package/dist/models/complete-payment-setup-request-dto.js +15 -0
- package/dist/models/complete-payment-setup-response-class.d.ts +25 -0
- package/dist/models/complete-payment-setup-response-class.js +15 -0
- package/dist/models/complete-stripe-payment-setup-request-dto.d.ts +60 -0
- package/dist/models/complete-stripe-payment-setup-request-dto.js +15 -0
- package/dist/models/create-account-request-dto.d.ts +132 -0
- package/dist/models/create-account-request-dto.js +31 -0
- package/dist/models/create-bank-account-request-dto.d.ts +30 -0
- package/dist/models/create-bank-account-request-dto.js +15 -0
- package/dist/models/create-custom-application-request-dto.d.ts +35 -0
- package/dist/models/create-custom-application-request-dto.js +20 -0
- package/dist/models/create-custom-application-response-class.d.ts +24 -0
- package/dist/models/create-custom-application-response-class.js +15 -0
- package/dist/models/create-document-request-dto.d.ts +132 -0
- package/dist/models/create-document-request-dto.js +43 -0
- package/dist/models/create-estimated-invoice-request-dto.d.ts +55 -0
- package/dist/models/create-estimated-invoice-request-dto.js +20 -0
- package/dist/models/create-estimated-invoice-response-class.d.ts +38 -0
- package/dist/models/create-estimated-invoice-response-class.js +15 -0
- package/dist/models/create-lead-async-response-class.d.ts +24 -0
- package/dist/models/create-lead-async-response-class.js +15 -0
- package/dist/models/create-lead-request-dto.d.ts +120 -0
- package/dist/models/create-lead-request-dto.js +15 -0
- package/dist/models/create-lead-response-class.d.ts +25 -0
- package/dist/models/create-lead-response-class.js +15 -0
- package/dist/models/create-payment-method-request-dto.d.ts +36 -0
- package/dist/models/create-payment-method-request-dto.js +20 -0
- package/dist/models/create-presigned-post-request-dto.d.ts +128 -0
- package/dist/models/create-presigned-post-request-dto.js +52 -0
- package/dist/models/create-presigned-post-response-class.d.ts +30 -0
- package/dist/models/create-presigned-post-response-class.js +15 -0
- package/dist/models/document-class.d.ts +144 -0
- package/dist/models/document-class.js +49 -0
- package/dist/models/filter-named-range-response-class.d.ts +42 -0
- package/dist/models/filter-named-range-response-class.js +15 -0
- package/dist/models/get-booking-funnel-response-class.d.ts +25 -0
- package/dist/models/get-booking-funnel-response-class.js +15 -0
- package/dist/models/get-custom-css-response-class.d.ts +24 -0
- package/dist/models/get-custom-css-response-class.js +15 -0
- package/dist/models/get-lead-response-class.d.ts +25 -0
- package/dist/models/get-lead-response-class.js +15 -0
- package/dist/models/get-product-document-download-url-response-class.d.ts +24 -0
- package/dist/models/get-product-document-download-url-response-class.js +15 -0
- package/dist/models/get-public-psp-settings-response-class.d.ts +30 -0
- package/dist/models/get-public-psp-settings-response-class.js +15 -0
- package/dist/models/index.d.ts +79 -0
- package/dist/models/index.js +95 -0
- package/dist/models/initiate-braintree-payment-setup-request-dto.d.ts +30 -0
- package/dist/models/initiate-braintree-payment-setup-request-dto.js +15 -0
- package/dist/models/initiate-braintree-payment-setup-response-class.d.ts +24 -0
- package/dist/models/initiate-braintree-payment-setup-response-class.js +15 -0
- package/dist/models/initiate-email-verification-dto.d.ts +30 -0
- package/dist/models/initiate-email-verification-dto.js +15 -0
- package/dist/models/initiate-email-verification-response-class.d.ts +24 -0
- package/dist/models/initiate-email-verification-response-class.js +15 -0
- package/dist/models/initiate-lead-response-class.d.ts +24 -0
- package/dist/models/initiate-lead-response-class.js +15 -0
- package/dist/models/initiate-payment-setup-request-dto.d.ts +32 -0
- package/dist/models/initiate-payment-setup-request-dto.js +15 -0
- package/dist/models/initiate-payment-setup-response-class.d.ts +32 -0
- package/dist/models/initiate-payment-setup-response-class.js +15 -0
- package/dist/models/initiate-stripe-payment-setup-request-dto.d.ts +30 -0
- package/dist/models/initiate-stripe-payment-setup-request-dto.js +15 -0
- package/dist/models/initiate-stripe-payment-setup-response-class.d.ts +30 -0
- package/dist/models/initiate-stripe-payment-setup-response-class.js +15 -0
- package/dist/models/inline-response200.d.ts +54 -0
- package/dist/models/inline-response200.js +15 -0
- package/dist/models/inline-response503.d.ts +54 -0
- package/dist/models/inline-response503.js +15 -0
- package/dist/models/insured-object-class.d.ts +85 -0
- package/dist/models/insured-object-class.js +15 -0
- package/dist/models/insured-object-type-class.d.ts +48 -0
- package/dist/models/insured-object-type-class.js +15 -0
- package/dist/models/invoice-class.d.ts +134 -0
- package/dist/models/invoice-class.js +15 -0
- package/dist/models/invoice-item-class.d.ts +120 -0
- package/dist/models/invoice-item-class.js +15 -0
- package/dist/models/invoice-status-class.d.ts +42 -0
- package/dist/models/invoice-status-class.js +15 -0
- package/dist/models/lead-account-class.d.ts +109 -0
- package/dist/models/lead-account-class.js +22 -0
- package/dist/models/lead-bank-account-class.d.ts +30 -0
- package/dist/models/lead-bank-account-class.js +15 -0
- package/dist/models/lead-class.d.ts +116 -0
- package/dist/models/lead-class.js +15 -0
- package/dist/models/lead-policy-class.d.ts +43 -0
- package/dist/models/lead-policy-class.js +15 -0
- package/dist/models/lead-policy-object-class.d.ts +36 -0
- package/dist/models/lead-policy-object-class.js +15 -0
- package/dist/models/list-documents-response-class.d.ts +31 -0
- package/dist/models/list-documents-response-class.js +15 -0
- package/dist/models/list-product-documents-response-class.d.ts +31 -0
- package/dist/models/list-product-documents-response-class.js +15 -0
- package/dist/models/list-products-response-class.d.ts +31 -0
- package/dist/models/list-products-response-class.js +15 -0
- package/dist/models/partner-class.d.ts +60 -0
- package/dist/models/partner-class.js +15 -0
- package/dist/models/partner-link-class.d.ts +86 -0
- package/dist/models/partner-link-class.js +15 -0
- package/dist/models/partner-role-class.d.ts +54 -0
- package/dist/models/partner-role-class.js +15 -0
- package/dist/models/payment-method-class.d.ts +60 -0
- package/dist/models/payment-method-class.js +15 -0
- package/dist/models/policy-object-request-dto.d.ts +42 -0
- package/dist/models/policy-object-request-dto.js +15 -0
- package/dist/models/policy-object-response-class.d.ts +36 -0
- package/dist/models/policy-object-response-class.js +15 -0
- package/dist/models/premium-override-dto.d.ts +55 -0
- package/dist/models/premium-override-dto.js +27 -0
- package/dist/models/premium-override-request-dto.d.ts +25 -0
- package/dist/models/premium-override-request-dto.js +15 -0
- package/dist/models/product-class.d.ts +80 -0
- package/dist/models/product-class.js +15 -0
- package/dist/models/product-document-class.d.ts +123 -0
- package/dist/models/product-document-class.js +36 -0
- package/dist/models/product-factor-for-version-class.d.ts +61 -0
- package/dist/models/product-factor-for-version-class.js +15 -0
- package/dist/models/product-factor-value-for-version-class.d.ts +42 -0
- package/dist/models/product-factor-value-for-version-class.js +15 -0
- package/dist/models/product-field-class.d.ts +132 -0
- package/dist/models/product-field-class.js +15 -0
- package/dist/models/product-version-class.d.ts +61 -0
- package/dist/models/product-version-class.js +22 -0
- package/dist/models/send-notification-request-dto.d.ts +36 -0
- package/dist/models/send-notification-request-dto.js +15 -0
- package/dist/models/send-notification-response-class.d.ts +24 -0
- package/dist/models/send-notification-response-class.js +15 -0
- package/dist/models/sepa-dto.d.ts +30 -0
- package/dist/models/sepa-dto.js +15 -0
- package/dist/models/structured-address-class.d.ts +54 -0
- package/dist/models/structured-address-class.js +15 -0
- package/dist/models/suggested-address-details-class.d.ts +90 -0
- package/dist/models/suggested-address-details-class.js +15 -0
- package/dist/models/update-lead-request-dto.d.ts +95 -0
- package/dist/models/update-lead-request-dto.js +15 -0
- package/dist/models/update-lead-response-class.d.ts +25 -0
- package/dist/models/update-lead-response-class.js +15 -0
- package/dist/models/uploaded-document-dto.d.ts +24 -0
- package/dist/models/uploaded-document-dto.js +15 -0
- package/dist/models/validate-address-response-class.d.ts +50 -0
- package/dist/models/validate-address-response-class.js +15 -0
- package/models/address-field-score-class.ts +10 -10
- package/models/booking-funnel-class.ts +96 -0
- package/models/create-account-request-dto.ts +1 -1
- package/models/create-document-request-dto.ts +2 -2
- package/models/create-lead-request-dto.ts +13 -1
- package/models/create-presigned-post-request-dto.ts +2 -2
- package/models/document-class.ts +1 -1
- package/models/filter-named-range-response-class.ts +48 -0
- package/models/get-booking-funnel-response-class.ts +31 -0
- package/models/index.ts +7 -0
- package/models/initiate-email-verification-dto.ts +1 -1
- package/models/insured-object-type-class.ts +1 -1
- package/models/lead-account-class.ts +1 -1
- package/models/lead-class.ts +7 -0
- package/models/lead-policy-object-class.ts +2 -2
- package/models/partner-class.ts +66 -0
- package/models/partner-link-class.ts +92 -0
- package/models/partner-role-class.ts +60 -0
- package/models/product-class.ts +1 -1
- package/models/product-document-class.ts +14 -2
- package/models/product-factor-for-version-class.ts +4 -3
- package/models/product-factor-value-for-version-class.ts +48 -0
- package/models/send-notification-request-dto.ts +1 -1
- package/models/update-lead-request-dto.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Emil PublicAPI
|
|
3
|
+
* The Emil Public 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 LeadAccountClass
|
|
16
|
+
*/
|
|
17
|
+
export interface LeadAccountClass {
|
|
18
|
+
/**
|
|
19
|
+
* Account number
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LeadAccountClass
|
|
22
|
+
*/
|
|
23
|
+
'accountNumber': string;
|
|
24
|
+
/**
|
|
25
|
+
* Account honorific title
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LeadAccountClass
|
|
28
|
+
*/
|
|
29
|
+
'title': LeadAccountClassTitleEnum;
|
|
30
|
+
/**
|
|
31
|
+
* Account first name
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof LeadAccountClass
|
|
34
|
+
*/
|
|
35
|
+
'firstName': string;
|
|
36
|
+
/**
|
|
37
|
+
* Account last name
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof LeadAccountClass
|
|
40
|
+
*/
|
|
41
|
+
'lastName': string;
|
|
42
|
+
/**
|
|
43
|
+
* Account email
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof LeadAccountClass
|
|
46
|
+
*/
|
|
47
|
+
'email': string;
|
|
48
|
+
/**
|
|
49
|
+
* Account gender
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof LeadAccountClass
|
|
52
|
+
*/
|
|
53
|
+
'gender': string;
|
|
54
|
+
/**
|
|
55
|
+
* Account street
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof LeadAccountClass
|
|
58
|
+
*/
|
|
59
|
+
'street': string;
|
|
60
|
+
/**
|
|
61
|
+
* Account house number
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof LeadAccountClass
|
|
64
|
+
*/
|
|
65
|
+
'houseNumber': string;
|
|
66
|
+
/**
|
|
67
|
+
* Account zip code
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof LeadAccountClass
|
|
70
|
+
*/
|
|
71
|
+
'zipCode': string;
|
|
72
|
+
/**
|
|
73
|
+
* Account city
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof LeadAccountClass
|
|
76
|
+
*/
|
|
77
|
+
'city': string;
|
|
78
|
+
/**
|
|
79
|
+
* Account phone number
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof LeadAccountClass
|
|
82
|
+
*/
|
|
83
|
+
'phone'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Optional metadata.
|
|
86
|
+
* @type {object}
|
|
87
|
+
* @memberof LeadAccountClass
|
|
88
|
+
*/
|
|
89
|
+
'metadata': object;
|
|
90
|
+
/**
|
|
91
|
+
* Customer birth date.
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof LeadAccountClass
|
|
94
|
+
*/
|
|
95
|
+
'birthDate': string;
|
|
96
|
+
/**
|
|
97
|
+
* Custom fields could be included additional required/optional fields that the account would need for specific cases.
|
|
98
|
+
* @type {object}
|
|
99
|
+
* @memberof LeadAccountClass
|
|
100
|
+
*/
|
|
101
|
+
'customFields': object;
|
|
102
|
+
}
|
|
103
|
+
export declare const LeadAccountClassTitleEnum: {
|
|
104
|
+
readonly Empty: "";
|
|
105
|
+
readonly Dr: "Dr.";
|
|
106
|
+
readonly DrMed: "Dr. med.";
|
|
107
|
+
readonly Prof: "Prof.";
|
|
108
|
+
};
|
|
109
|
+
export type LeadAccountClassTitleEnum = typeof LeadAccountClassTitleEnum[keyof typeof LeadAccountClassTitleEnum];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Emil PublicAPI
|
|
6
|
+
* The Emil Public 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.LeadAccountClassTitleEnum = void 0;
|
|
17
|
+
exports.LeadAccountClassTitleEnum = {
|
|
18
|
+
Empty: '',
|
|
19
|
+
Dr: 'Dr.',
|
|
20
|
+
DrMed: 'Dr. med.',
|
|
21
|
+
Prof: 'Prof.'
|
|
22
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Emil PublicAPI
|
|
3
|
+
* The Emil Public 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 LeadBankAccountClass
|
|
16
|
+
*/
|
|
17
|
+
export interface LeadBankAccountClass {
|
|
18
|
+
/**
|
|
19
|
+
* Unique identifier of the account that this object belongs to.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LeadBankAccountClass
|
|
22
|
+
*/
|
|
23
|
+
'accountCode': string;
|
|
24
|
+
/**
|
|
25
|
+
* Bank account IBAN
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LeadBankAccountClass
|
|
28
|
+
*/
|
|
29
|
+
'iban': string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Emil PublicAPI
|
|
6
|
+
* The Emil Public 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 });
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Emil PublicAPI
|
|
3
|
+
* The Emil Public 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
|
+
import { CreatePaymentMethodRequestDto } from './create-payment-method-request-dto';
|
|
13
|
+
import { InvoiceClass } from './invoice-class';
|
|
14
|
+
import { LeadAccountClass } from './lead-account-class';
|
|
15
|
+
import { LeadBankAccountClass } from './lead-bank-account-class';
|
|
16
|
+
import { LeadPolicyClass } from './lead-policy-class';
|
|
17
|
+
import { PartnerLinkClass } from './partner-link-class';
|
|
18
|
+
import { PremiumOverrideDto } from './premium-override-dto';
|
|
19
|
+
import { UploadedDocumentDto } from './uploaded-document-dto';
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface LeadClass
|
|
24
|
+
*/
|
|
25
|
+
export interface LeadClass {
|
|
26
|
+
/**
|
|
27
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof LeadClass
|
|
30
|
+
*/
|
|
31
|
+
'id': number;
|
|
32
|
+
/**
|
|
33
|
+
* Unique identifier for the object.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof LeadClass
|
|
36
|
+
*/
|
|
37
|
+
'code': string;
|
|
38
|
+
/**
|
|
39
|
+
* Lead status
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof LeadClass
|
|
42
|
+
*/
|
|
43
|
+
'status': string;
|
|
44
|
+
/**
|
|
45
|
+
* Lead account
|
|
46
|
+
* @type {LeadAccountClass}
|
|
47
|
+
* @memberof LeadClass
|
|
48
|
+
*/
|
|
49
|
+
'account': LeadAccountClass;
|
|
50
|
+
/**
|
|
51
|
+
* Lead policy
|
|
52
|
+
* @type {LeadPolicyClass}
|
|
53
|
+
* @memberof LeadClass
|
|
54
|
+
*/
|
|
55
|
+
'policy': LeadPolicyClass;
|
|
56
|
+
/**
|
|
57
|
+
* Lead bank account
|
|
58
|
+
* @type {LeadBankAccountClass}
|
|
59
|
+
* @memberof LeadClass
|
|
60
|
+
*/
|
|
61
|
+
'bankAccount'?: LeadBankAccountClass;
|
|
62
|
+
/**
|
|
63
|
+
* Premium overrides
|
|
64
|
+
* @type {Array<PremiumOverrideDto>}
|
|
65
|
+
* @memberof LeadClass
|
|
66
|
+
*/
|
|
67
|
+
'premiumOverrides'?: Array<PremiumOverrideDto>;
|
|
68
|
+
/**
|
|
69
|
+
* Codes for documents to be uploaded
|
|
70
|
+
* @type {UploadedDocumentDto}
|
|
71
|
+
* @memberof LeadClass
|
|
72
|
+
*/
|
|
73
|
+
'uploadedDocument'?: UploadedDocumentDto;
|
|
74
|
+
/**
|
|
75
|
+
* Custom data.
|
|
76
|
+
* @type {object}
|
|
77
|
+
* @memberof LeadClass
|
|
78
|
+
*/
|
|
79
|
+
'customData'?: object;
|
|
80
|
+
/**
|
|
81
|
+
* Quote or price details.
|
|
82
|
+
* @type {InvoiceClass}
|
|
83
|
+
* @memberof LeadClass
|
|
84
|
+
*/
|
|
85
|
+
'quote': InvoiceClass;
|
|
86
|
+
/**
|
|
87
|
+
* Emil Resources Names (ERN) identifies the most specific owner of a resource.
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof LeadClass
|
|
90
|
+
*/
|
|
91
|
+
'ern': string;
|
|
92
|
+
/**
|
|
93
|
+
* Payment method. When a payment method is provided, it needs to be handled in the workflow based on its type.
|
|
94
|
+
* @type {CreatePaymentMethodRequestDto}
|
|
95
|
+
* @memberof LeadClass
|
|
96
|
+
*/
|
|
97
|
+
'paymentMethod': CreatePaymentMethodRequestDto;
|
|
98
|
+
/**
|
|
99
|
+
* Partner links.
|
|
100
|
+
* @type {PartnerLinkClass}
|
|
101
|
+
* @memberof LeadClass
|
|
102
|
+
*/
|
|
103
|
+
'partnerLinks': PartnerLinkClass;
|
|
104
|
+
/**
|
|
105
|
+
* Time at which the object was created.
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof LeadClass
|
|
108
|
+
*/
|
|
109
|
+
'createdAt': string;
|
|
110
|
+
/**
|
|
111
|
+
* Time at which the object was updated.
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof LeadClass
|
|
114
|
+
*/
|
|
115
|
+
'updatedAt': string;
|
|
116
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Emil PublicAPI
|
|
6
|
+
* The Emil Public 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 });
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Emil PublicAPI
|
|
3
|
+
* The Emil Public 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
|
+
import { LeadPolicyObjectClass } from './lead-policy-object-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface LeadPolicyClass
|
|
17
|
+
*/
|
|
18
|
+
export interface LeadPolicyClass {
|
|
19
|
+
/**
|
|
20
|
+
* Unique identifier referencing the product version.
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof LeadPolicyClass
|
|
23
|
+
*/
|
|
24
|
+
'productVersionId': number;
|
|
25
|
+
/**
|
|
26
|
+
* Unique identifier for the object.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof LeadPolicyClass
|
|
29
|
+
*/
|
|
30
|
+
'account': string;
|
|
31
|
+
/**
|
|
32
|
+
* Premium override.
|
|
33
|
+
* @type {Array<string>}
|
|
34
|
+
* @memberof LeadPolicyClass
|
|
35
|
+
*/
|
|
36
|
+
'premiumOverrides': Array<string>;
|
|
37
|
+
/**
|
|
38
|
+
* Policy objects.
|
|
39
|
+
* @type {Array<LeadPolicyObjectClass>}
|
|
40
|
+
* @memberof LeadPolicyClass
|
|
41
|
+
*/
|
|
42
|
+
'policyObjects': Array<LeadPolicyObjectClass>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Emil PublicAPI
|
|
6
|
+
* The Emil Public 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 });
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Emil PublicAPI
|
|
3
|
+
* The Emil Public 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 LeadPolicyObjectClass
|
|
16
|
+
*/
|
|
17
|
+
export interface LeadPolicyObjectClass {
|
|
18
|
+
/**
|
|
19
|
+
* Unique identifier referencing the insured object.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof LeadPolicyObjectClass
|
|
22
|
+
*/
|
|
23
|
+
'insuredObjectId': number;
|
|
24
|
+
/**
|
|
25
|
+
* Insured object name.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LeadPolicyObjectClass
|
|
28
|
+
*/
|
|
29
|
+
'insuredObjectName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Insured object data.
|
|
32
|
+
* @type {object}
|
|
33
|
+
* @memberof LeadPolicyObjectClass
|
|
34
|
+
*/
|
|
35
|
+
'data': object;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Emil PublicAPI
|
|
6
|
+
* The Emil Public 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 });
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Emil PublicAPI
|
|
3
|
+
* The Emil Public 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
|
+
import { DocumentClass } from './document-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListDocumentsResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface ListDocumentsResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* The list of documents.
|
|
21
|
+
* @type {Array<DocumentClass>}
|
|
22
|
+
* @memberof ListDocumentsResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'items': Array<DocumentClass>;
|
|
25
|
+
/**
|
|
26
|
+
* Next page token
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ListDocumentsResponseClass
|
|
29
|
+
*/
|
|
30
|
+
'nextPageToken': string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Emil PublicAPI
|
|
6
|
+
* The Emil Public 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 });
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Emil PublicAPI
|
|
3
|
+
* The Emil Public 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
|
+
import { ProductDocumentClass } from './product-document-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListProductDocumentsResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface ListProductDocumentsResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* The list of documents.
|
|
21
|
+
* @type {Array<ProductDocumentClass>}
|
|
22
|
+
* @memberof ListProductDocumentsResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'items': Array<ProductDocumentClass>;
|
|
25
|
+
/**
|
|
26
|
+
* Next page token.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ListProductDocumentsResponseClass
|
|
29
|
+
*/
|
|
30
|
+
'nextPageToken': string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Emil PublicAPI
|
|
6
|
+
* The Emil Public 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 });
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Emil PublicAPI
|
|
3
|
+
* The Emil Public 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
|
+
import { ProductClass } from './product-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListProductsResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface ListProductsResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* List of products.
|
|
21
|
+
* @type {Array<ProductClass>}
|
|
22
|
+
* @memberof ListProductsResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'items': Array<ProductClass>;
|
|
25
|
+
/**
|
|
26
|
+
* Next page token.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ListProductsResponseClass
|
|
29
|
+
*/
|
|
30
|
+
'nextPageToken': string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Emil PublicAPI
|
|
6
|
+
* The Emil Public 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 });
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Emil PublicAPI
|
|
3
|
+
* The Emil Public 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 PartnerClass
|
|
16
|
+
*/
|
|
17
|
+
export interface PartnerClass {
|
|
18
|
+
/**
|
|
19
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof PartnerClass
|
|
22
|
+
*/
|
|
23
|
+
'id': number;
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier for the object.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PartnerClass
|
|
28
|
+
*/
|
|
29
|
+
'code': string;
|
|
30
|
+
/**
|
|
31
|
+
* Unique identifier referencing the partner type.
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof PartnerClass
|
|
34
|
+
*/
|
|
35
|
+
'partnerTypeId': number;
|
|
36
|
+
/**
|
|
37
|
+
* For person partner type displayName is a combination if firstname and lastname. For organization its organization name.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof PartnerClass
|
|
40
|
+
*/
|
|
41
|
+
'displayName': string;
|
|
42
|
+
/**
|
|
43
|
+
* The partner object, based on partner schema.
|
|
44
|
+
* @type {object}
|
|
45
|
+
* @memberof PartnerClass
|
|
46
|
+
*/
|
|
47
|
+
'partner'?: object;
|
|
48
|
+
/**
|
|
49
|
+
* The version number of the partner
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof PartnerClass
|
|
52
|
+
*/
|
|
53
|
+
'version'?: number;
|
|
54
|
+
/**
|
|
55
|
+
* Last user who updated the entity
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof PartnerClass
|
|
58
|
+
*/
|
|
59
|
+
'updatedBy'?: string;
|
|
60
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Emil PublicAPI
|
|
6
|
+
* The Emil Public 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 });
|