@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,48 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Emil PublicAPI
|
|
5
|
+
* The Emil Public 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 FilterNamedRangeResponseClass
|
|
21
|
+
*/
|
|
22
|
+
export interface FilterNamedRangeResponseClass {
|
|
23
|
+
/**
|
|
24
|
+
* Named range rows as an array of JSON objects.
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof FilterNamedRangeResponseClass
|
|
27
|
+
*/
|
|
28
|
+
'items': Array<string>;
|
|
29
|
+
/**
|
|
30
|
+
* Next page token.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof FilterNamedRangeResponseClass
|
|
33
|
+
*/
|
|
34
|
+
'nextPageToken': string;
|
|
35
|
+
/**
|
|
36
|
+
* Items per page.
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof FilterNamedRangeResponseClass
|
|
39
|
+
*/
|
|
40
|
+
'itemsPerPage': number;
|
|
41
|
+
/**
|
|
42
|
+
* Total amount of items.
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof FilterNamedRangeResponseClass
|
|
45
|
+
*/
|
|
46
|
+
'totalItems': number;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Emil PublicAPI
|
|
5
|
+
* The Emil Public 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
|
+
import { BookingFunnelClass } from './booking-funnel-class';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface GetBookingFunnelResponseClass
|
|
22
|
+
*/
|
|
23
|
+
export interface GetBookingFunnelResponseClass {
|
|
24
|
+
/**
|
|
25
|
+
* The list of booking funnels.
|
|
26
|
+
* @type {BookingFunnelClass}
|
|
27
|
+
* @memberof GetBookingFunnelResponseClass
|
|
28
|
+
*/
|
|
29
|
+
'bookingFunnel': BookingFunnelClass;
|
|
30
|
+
}
|
|
31
|
+
|
package/models/index.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './address-completion-item-class';
|
|
2
2
|
export * from './address-completion-response-class';
|
|
3
3
|
export * from './address-field-score-class';
|
|
4
|
+
export * from './booking-funnel-class';
|
|
4
5
|
export * from './calculate-product-fields-request-dto';
|
|
5
6
|
export * from './calculate-product-fields-response-class';
|
|
6
7
|
export * from './complete-braintree-payment-setup-request-dto';
|
|
@@ -23,6 +24,8 @@ export * from './create-payment-method-request-dto';
|
|
|
23
24
|
export * from './create-presigned-post-request-dto';
|
|
24
25
|
export * from './create-presigned-post-response-class';
|
|
25
26
|
export * from './document-class';
|
|
27
|
+
export * from './filter-named-range-response-class';
|
|
28
|
+
export * from './get-booking-funnel-response-class';
|
|
26
29
|
export * from './get-custom-css-response-class';
|
|
27
30
|
export * from './get-lead-response-class';
|
|
28
31
|
export * from './get-product-document-download-url-response-class';
|
|
@@ -51,6 +54,9 @@ export * from './lead-policy-object-class';
|
|
|
51
54
|
export * from './list-documents-response-class';
|
|
52
55
|
export * from './list-product-documents-response-class';
|
|
53
56
|
export * from './list-products-response-class';
|
|
57
|
+
export * from './partner-class';
|
|
58
|
+
export * from './partner-link-class';
|
|
59
|
+
export * from './partner-role-class';
|
|
54
60
|
export * from './payment-method-class';
|
|
55
61
|
export * from './policy-object-request-dto';
|
|
56
62
|
export * from './policy-object-response-class';
|
|
@@ -59,6 +65,7 @@ export * from './premium-override-request-dto';
|
|
|
59
65
|
export * from './product-class';
|
|
60
66
|
export * from './product-document-class';
|
|
61
67
|
export * from './product-factor-for-version-class';
|
|
68
|
+
export * from './product-factor-value-for-version-class';
|
|
62
69
|
export * from './product-field-class';
|
|
63
70
|
export * from './product-version-class';
|
|
64
71
|
export * from './send-notification-request-dto';
|
|
@@ -27,7 +27,7 @@ export interface InitiateEmailVerificationDto {
|
|
|
27
27
|
*/
|
|
28
28
|
'email': string;
|
|
29
29
|
/**
|
|
30
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
30
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof InitiateEmailVerificationDto
|
|
33
33
|
*/
|
|
@@ -33,7 +33,7 @@ export interface InsuredObjectTypeClass {
|
|
|
33
33
|
*/
|
|
34
34
|
'name': string;
|
|
35
35
|
/**
|
|
36
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
36
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof InsuredObjectTypeClass
|
|
39
39
|
*/
|
|
@@ -110,7 +110,7 @@ export const LeadAccountClassTitleEnum = {
|
|
|
110
110
|
Empty: '',
|
|
111
111
|
Dr: 'Dr.',
|
|
112
112
|
DrMed: 'Dr. med.',
|
|
113
|
-
|
|
113
|
+
Prof: 'Prof.'
|
|
114
114
|
} as const;
|
|
115
115
|
|
|
116
116
|
export type LeadAccountClassTitleEnum = typeof LeadAccountClassTitleEnum[keyof typeof LeadAccountClassTitleEnum];
|
package/models/lead-class.ts
CHANGED
|
@@ -18,6 +18,7 @@ import { InvoiceClass } from './invoice-class';
|
|
|
18
18
|
import { LeadAccountClass } from './lead-account-class';
|
|
19
19
|
import { LeadBankAccountClass } from './lead-bank-account-class';
|
|
20
20
|
import { LeadPolicyClass } from './lead-policy-class';
|
|
21
|
+
import { PartnerLinkClass } from './partner-link-class';
|
|
21
22
|
import { PremiumOverrideDto } from './premium-override-dto';
|
|
22
23
|
import { UploadedDocumentDto } from './uploaded-document-dto';
|
|
23
24
|
|
|
@@ -99,6 +100,12 @@ export interface LeadClass {
|
|
|
99
100
|
* @memberof LeadClass
|
|
100
101
|
*/
|
|
101
102
|
'paymentMethod': CreatePaymentMethodRequestDto;
|
|
103
|
+
/**
|
|
104
|
+
* Partner links.
|
|
105
|
+
* @type {PartnerLinkClass}
|
|
106
|
+
* @memberof LeadClass
|
|
107
|
+
*/
|
|
108
|
+
'partnerLinks': PartnerLinkClass;
|
|
102
109
|
/**
|
|
103
110
|
* Time at which the object was created.
|
|
104
111
|
* @type {string}
|
|
@@ -28,10 +28,10 @@ export interface LeadPolicyObjectClass {
|
|
|
28
28
|
'insuredObjectId': number;
|
|
29
29
|
/**
|
|
30
30
|
* Insured object name.
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {string}
|
|
32
32
|
* @memberof LeadPolicyObjectClass
|
|
33
33
|
*/
|
|
34
|
-
'insuredObjectName'?:
|
|
34
|
+
'insuredObjectName'?: string;
|
|
35
35
|
/**
|
|
36
36
|
* Insured object data.
|
|
37
37
|
* @type {object}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Emil PublicAPI
|
|
5
|
+
* The Emil Public 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 PartnerClass
|
|
21
|
+
*/
|
|
22
|
+
export interface PartnerClass {
|
|
23
|
+
/**
|
|
24
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof PartnerClass
|
|
27
|
+
*/
|
|
28
|
+
'id': number;
|
|
29
|
+
/**
|
|
30
|
+
* Unique identifier for the object.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof PartnerClass
|
|
33
|
+
*/
|
|
34
|
+
'code': string;
|
|
35
|
+
/**
|
|
36
|
+
* Unique identifier referencing the partner type.
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof PartnerClass
|
|
39
|
+
*/
|
|
40
|
+
'partnerTypeId': number;
|
|
41
|
+
/**
|
|
42
|
+
* For person partner type displayName is a combination if firstname and lastname. For organization its organization name.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof PartnerClass
|
|
45
|
+
*/
|
|
46
|
+
'displayName': string;
|
|
47
|
+
/**
|
|
48
|
+
* The partner object, based on partner schema.
|
|
49
|
+
* @type {object}
|
|
50
|
+
* @memberof PartnerClass
|
|
51
|
+
*/
|
|
52
|
+
'partner'?: object;
|
|
53
|
+
/**
|
|
54
|
+
* The version number of the partner
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof PartnerClass
|
|
57
|
+
*/
|
|
58
|
+
'version'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* Last user who updated the entity
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof PartnerClass
|
|
63
|
+
*/
|
|
64
|
+
'updatedBy'?: string;
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Emil PublicAPI
|
|
5
|
+
* The Emil Public 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
|
+
import { PartnerClass } from './partner-class';
|
|
17
|
+
import { PartnerRoleClass } from './partner-role-class';
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @export
|
|
22
|
+
* @interface PartnerLinkClass
|
|
23
|
+
*/
|
|
24
|
+
export interface PartnerLinkClass {
|
|
25
|
+
/**
|
|
26
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof PartnerLinkClass
|
|
29
|
+
*/
|
|
30
|
+
'id': number;
|
|
31
|
+
/**
|
|
32
|
+
* Unique identifier of the partner that this object belongs to.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof PartnerLinkClass
|
|
35
|
+
*/
|
|
36
|
+
'partnerCode': string;
|
|
37
|
+
/**
|
|
38
|
+
* Unique identifier of the partner role that this object belongs to.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof PartnerLinkClass
|
|
41
|
+
*/
|
|
42
|
+
'partnerRoleCode': string;
|
|
43
|
+
/**
|
|
44
|
+
* Unique identifier of the policy that this object belongs to.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof PartnerLinkClass
|
|
47
|
+
*/
|
|
48
|
+
'policyCode'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Unique identifier of the lead that this object belongs to.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof PartnerLinkClass
|
|
53
|
+
*/
|
|
54
|
+
'leadCode'?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Date from which the partner should be linked.
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof PartnerLinkClass
|
|
59
|
+
*/
|
|
60
|
+
'startDate': string;
|
|
61
|
+
/**
|
|
62
|
+
* Date to which the partner should be linked.
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof PartnerLinkClass
|
|
65
|
+
*/
|
|
66
|
+
'endDate'?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Partner role
|
|
69
|
+
* @type {PartnerRoleClass}
|
|
70
|
+
* @memberof PartnerLinkClass
|
|
71
|
+
*/
|
|
72
|
+
'partnerRole'?: PartnerRoleClass;
|
|
73
|
+
/**
|
|
74
|
+
* Partner
|
|
75
|
+
* @type {PartnerClass}
|
|
76
|
+
* @memberof PartnerLinkClass
|
|
77
|
+
*/
|
|
78
|
+
'partner'?: PartnerClass;
|
|
79
|
+
/**
|
|
80
|
+
* Time at which the object was created.
|
|
81
|
+
* @type {string}
|
|
82
|
+
* @memberof PartnerLinkClass
|
|
83
|
+
*/
|
|
84
|
+
'createdAt': string;
|
|
85
|
+
/**
|
|
86
|
+
* Time at which the object was updated.
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof PartnerLinkClass
|
|
89
|
+
*/
|
|
90
|
+
'updatedAt': string;
|
|
91
|
+
}
|
|
92
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Emil PublicAPI
|
|
5
|
+
* The Emil Public 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 PartnerRoleClass
|
|
21
|
+
*/
|
|
22
|
+
export interface PartnerRoleClass {
|
|
23
|
+
/**
|
|
24
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof PartnerRoleClass
|
|
27
|
+
*/
|
|
28
|
+
'id': number;
|
|
29
|
+
/**
|
|
30
|
+
* Unique identifier for the object.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof PartnerRoleClass
|
|
33
|
+
*/
|
|
34
|
+
'code': string;
|
|
35
|
+
/**
|
|
36
|
+
* Name of the partner role.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof PartnerRoleClass
|
|
39
|
+
*/
|
|
40
|
+
'name': string;
|
|
41
|
+
/**
|
|
42
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof PartnerRoleClass
|
|
45
|
+
*/
|
|
46
|
+
'productSlug'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Time at which the object was created.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof PartnerRoleClass
|
|
51
|
+
*/
|
|
52
|
+
'createdAt': string;
|
|
53
|
+
/**
|
|
54
|
+
* Time at which the object was updated.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof PartnerRoleClass
|
|
57
|
+
*/
|
|
58
|
+
'updatedAt': string;
|
|
59
|
+
}
|
|
60
|
+
|
package/models/product-class.ts
CHANGED
|
@@ -41,7 +41,7 @@ export interface ProductClass {
|
|
|
41
41
|
*/
|
|
42
42
|
'name': string;
|
|
43
43
|
/**
|
|
44
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
44
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof ProductClass
|
|
47
47
|
*/
|
|
@@ -69,13 +69,13 @@ export interface ProductDocumentClass {
|
|
|
69
69
|
*/
|
|
70
70
|
'contentType': ProductDocumentClassContentTypeEnum;
|
|
71
71
|
/**
|
|
72
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
72
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
73
73
|
* @type {string}
|
|
74
74
|
* @memberof ProductDocumentClass
|
|
75
75
|
*/
|
|
76
76
|
'productSlug': string;
|
|
77
77
|
/**
|
|
78
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
78
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
79
79
|
* @type {string}
|
|
80
80
|
* @memberof ProductDocumentClass
|
|
81
81
|
*/
|
|
@@ -86,6 +86,18 @@ export interface ProductDocumentClass {
|
|
|
86
86
|
* @memberof ProductDocumentClass
|
|
87
87
|
*/
|
|
88
88
|
'versionNumber': number;
|
|
89
|
+
/**
|
|
90
|
+
* The file name of the document.
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof ProductDocumentClass
|
|
93
|
+
*/
|
|
94
|
+
'filename': string;
|
|
95
|
+
/**
|
|
96
|
+
* The entity type of the document.
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof ProductDocumentClass
|
|
99
|
+
*/
|
|
100
|
+
'entityType': string;
|
|
89
101
|
/**
|
|
90
102
|
* Time at which the object was created.
|
|
91
103
|
* @type {string}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { ProductFactorValueForVersionClass } from './product-factor-value-for-version-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -57,10 +58,10 @@ export interface ProductFactorForVersionClass {
|
|
|
57
58
|
*/
|
|
58
59
|
'updatedAt': string;
|
|
59
60
|
/**
|
|
60
|
-
*
|
|
61
|
-
* @type {Array<
|
|
61
|
+
* The list of productFactorValues.
|
|
62
|
+
* @type {Array<ProductFactorValueForVersionClass>}
|
|
62
63
|
* @memberof ProductFactorForVersionClass
|
|
63
64
|
*/
|
|
64
|
-
'values': Array<
|
|
65
|
+
'values': Array<ProductFactorValueForVersionClass>;
|
|
65
66
|
}
|
|
66
67
|
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Emil PublicAPI
|
|
5
|
+
* The Emil Public 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 ProductFactorValueForVersionClass
|
|
21
|
+
*/
|
|
22
|
+
export interface ProductFactorValueForVersionClass {
|
|
23
|
+
/**
|
|
24
|
+
* Product factor id.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ProductFactorValueForVersionClass
|
|
27
|
+
*/
|
|
28
|
+
'productFactorId': number;
|
|
29
|
+
/**
|
|
30
|
+
* Product factor name.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ProductFactorValueForVersionClass
|
|
33
|
+
*/
|
|
34
|
+
'name': string;
|
|
35
|
+
/**
|
|
36
|
+
* Product factor key.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ProductFactorValueForVersionClass
|
|
39
|
+
*/
|
|
40
|
+
'key': string;
|
|
41
|
+
/**
|
|
42
|
+
* Product factor value.
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof ProductFactorValueForVersionClass
|
|
45
|
+
*/
|
|
46
|
+
'value': number;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface SendNotificationRequestDto {
|
|
23
23
|
/**
|
|
24
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
24
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof SendNotificationRequestDto
|
|
27
27
|
*/
|
|
@@ -44,7 +44,7 @@ export interface UpdateLeadRequestDto {
|
|
|
44
44
|
*/
|
|
45
45
|
'productCode'?: string;
|
|
46
46
|
/**
|
|
47
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
47
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
48
48
|
* @type {string}
|
|
49
49
|
* @memberof UpdateLeadRequestDto
|
|
50
50
|
*/
|