@emilgroup/insurance-sdk-node 1.49.0 → 1.50.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 +30 -8
- package/README.md +2 -2
- package/api/booking-funnel-versions-api.ts +8 -8
- package/api/booking-funnels-api.ts +12 -12
- package/api/emil-functions-api.ts +1314 -0
- package/api/insured-object-types-api.ts +4 -4
- package/api/insured-objects-api.ts +8 -8
- package/api/lead-statuses-api.ts +104 -20
- package/api/lead-versions-api.ts +8 -8
- package/api/leads-api.ts +8 -8
- package/api/named-ranges-api.ts +8 -8
- package/api/partner-links-api.ts +800 -0
- package/api/{policy-partner-roles-api.ts → partner-roles-api.ts} +180 -180
- package/api/policies-api.ts +116 -118
- package/api/premium-formulas-api.ts +8 -8
- package/api/product-factors-api.ts +8 -8
- package/api/product-fields-api.ts +119 -12
- package/api/product-versions-api.ts +4 -4
- package/api/products-api.ts +20 -20
- package/api/status-transition-rules-api.ts +8 -8
- package/api.ts +6 -2
- package/dist/api/booking-funnel-versions-api.d.ts +8 -8
- package/dist/api/booking-funnel-versions-api.js +8 -8
- package/dist/api/booking-funnels-api.d.ts +12 -12
- package/dist/api/booking-funnels-api.js +12 -12
- package/dist/api/emil-functions-api.d.ts +727 -0
- package/dist/api/emil-functions-api.js +1202 -0
- package/dist/api/insured-object-types-api.d.ts +4 -4
- package/dist/api/insured-object-types-api.js +4 -4
- package/dist/api/insured-objects-api.d.ts +8 -8
- package/dist/api/insured-objects-api.js +8 -8
- package/dist/api/lead-statuses-api.d.ts +71 -17
- package/dist/api/lead-statuses-api.js +53 -17
- package/dist/api/lead-versions-api.d.ts +8 -8
- package/dist/api/lead-versions-api.js +8 -8
- package/dist/api/leads-api.d.ts +8 -8
- package/dist/api/leads-api.js +8 -8
- package/dist/api/named-ranges-api.d.ts +8 -8
- package/dist/api/named-ranges-api.js +8 -8
- package/dist/api/partner-links-api.d.ts +450 -0
- package/dist/api/partner-links-api.js +738 -0
- package/dist/api/partner-roles-api.d.ts +385 -0
- package/dist/api/{policy-partner-roles-api.js → partner-roles-api.js} +136 -136
- package/dist/api/policies-api.d.ts +112 -112
- package/dist/api/policies-api.js +66 -67
- package/dist/api/premium-formulas-api.d.ts +8 -8
- package/dist/api/premium-formulas-api.js +8 -8
- package/dist/api/product-factors-api.d.ts +8 -8
- package/dist/api/product-factors-api.js +8 -8
- package/dist/api/product-fields-api.d.ts +69 -12
- package/dist/api/product-fields-api.js +105 -12
- package/dist/api/product-versions-api.d.ts +4 -4
- package/dist/api/product-versions-api.js +4 -4
- package/dist/api/products-api.d.ts +20 -20
- package/dist/api/products-api.js +18 -18
- package/dist/api/status-transition-rules-api.d.ts +8 -8
- package/dist/api/status-transition-rules-api.js +8 -8
- package/dist/api.d.ts +3 -1
- package/dist/api.js +3 -1
- package/dist/models/booking-funnel-class.d.ts +1 -1
- package/dist/models/create-account-request-dto.d.ts +1 -1
- package/dist/models/create-account-request-dto.js +1 -1
- package/dist/models/create-booking-funnel-request-dto.d.ts +1 -1
- package/dist/models/create-emil-function-request-dto.d.ts +42 -0
- package/dist/models/create-emil-function-secret-request-dto.d.ts +36 -0
- package/dist/models/create-lead-request-dto.d.ts +12 -0
- package/dist/models/{update-policy-partner-role-request-dto.d.ts → create-partner-role-request-dto.d.ts} +6 -6
- package/dist/models/{get-policy-partner-role-response-class.d.ts → create-partner-role-response-class.d.ts} +7 -7
- package/dist/models/create-product-field-request-dto.d.ts +7 -1
- package/dist/models/create-product-request-dto.d.ts +1 -1
- package/dist/models/emil-function-class.d.ts +60 -0
- package/dist/models/{create-policy-partner-role-response-class.d.ts → emil-function-secret-class.d.ts} +12 -7
- package/dist/models/execute-emil-function-request-dto.d.ts +24 -0
- package/dist/models/get-emil-function-secret-response-class.d.ts +24 -0
- package/dist/models/get-emil-function-secret-response-class.js +15 -0
- package/dist/models/{update-policy-partner-role-response-class.d.ts → get-partner-link-response-class.d.ts} +7 -7
- package/dist/models/get-partner-link-response-class.js +15 -0
- package/dist/models/get-partner-role-response-class.d.ts +25 -0
- package/dist/models/get-partner-role-response-class.js +15 -0
- package/dist/models/get-product-request-dto.d.ts +1 -1
- package/dist/models/index.d.ts +27 -7
- package/dist/models/index.js +27 -7
- package/dist/models/insured-object-type-class.d.ts +1 -1
- package/dist/models/lead-class.d.ts +8 -1
- package/dist/models/lead-status-class.d.ts +1 -1
- package/dist/models/link-partner-request-dto.d.ts +54 -0
- package/dist/models/link-partner-request-dto.js +15 -0
- package/dist/models/link-partner-response-class.d.ts +25 -0
- package/dist/models/link-partner-response-class.js +15 -0
- package/dist/models/list-emil-function-secrets-response-class.d.ts +25 -0
- package/dist/models/list-emil-function-secrets-response-class.js +15 -0
- package/dist/models/{list-policy-partner-roles-response-class.d.ts → list-emil-functions-response-class.d.ts} +8 -8
- package/dist/models/list-emil-functions-response-class.js +15 -0
- package/dist/models/list-partner-links-response-class.d.ts +31 -0
- package/dist/models/list-partner-links-response-class.js +15 -0
- package/dist/models/list-partner-roles-response-class.d.ts +31 -0
- package/dist/models/list-partner-roles-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/{policy-partner-role-class.d.ts → partner-role-class.d.ts} +10 -10
- package/dist/models/partner-role-class.js +15 -0
- package/dist/models/patch-draft-policy-request-dto.d.ts +1 -1
- package/dist/models/policy-class.d.ts +7 -0
- package/dist/models/product-class.d.ts +1 -1
- package/dist/models/product-field-class.d.ts +6 -0
- package/dist/models/shared-product-field-class.d.ts +6 -0
- package/dist/models/status-transition-rule-class.d.ts +1 -1
- package/dist/models/swap-product-fields-order-request-dto.d.ts +30 -0
- package/dist/models/swap-product-fields-order-request-dto.js +15 -0
- package/dist/models/unlink-partner-response-class.d.ts +25 -0
- package/dist/models/unlink-partner-response-class.js +15 -0
- package/dist/models/update-emil-function-request-dto.d.ts +42 -0
- package/dist/models/update-emil-function-request-dto.js +15 -0
- package/dist/models/update-emil-function-secret-request-dto.d.ts +30 -0
- package/dist/models/update-emil-function-secret-request-dto.js +15 -0
- package/dist/models/update-partner-link-request-dto.d.ts +30 -0
- package/dist/models/update-partner-link-request-dto.js +15 -0
- package/dist/models/update-partner-link-response-class.d.ts +25 -0
- package/dist/models/update-partner-link-response-class.js +15 -0
- package/dist/models/{create-policy-partner-role-request-dto.d.ts → update-partner-role-request-dto.d.ts} +6 -6
- package/dist/models/update-partner-role-request-dto.js +15 -0
- package/dist/models/update-partner-role-response-class.d.ts +25 -0
- package/dist/models/update-partner-role-response-class.js +15 -0
- package/dist/models/update-product-field-request-dto.d.ts +7 -1
- package/dist/models/update-product-request-dto.d.ts +1 -1
- package/models/booking-funnel-class.ts +1 -1
- package/models/create-account-request-dto.ts +1 -1
- package/models/create-booking-funnel-request-dto.ts +1 -1
- package/models/create-emil-function-request-dto.ts +48 -0
- package/models/create-emil-function-secret-request-dto.ts +42 -0
- package/models/create-lead-request-dto.ts +12 -0
- package/models/{update-policy-partner-role-request-dto.ts → create-partner-role-request-dto.ts} +6 -6
- package/models/{get-policy-partner-role-response-class.ts → create-partner-role-response-class.ts} +7 -7
- package/models/create-product-field-request-dto.ts +7 -1
- package/models/create-product-request-dto.ts +1 -1
- package/models/emil-function-class.ts +66 -0
- package/models/{update-policy-partner-role-response-class.ts → emil-function-secret-class.ts} +12 -7
- package/models/execute-emil-function-request-dto.ts +30 -0
- package/models/get-emil-function-secret-response-class.ts +30 -0
- package/models/{create-policy-partner-role-response-class.ts → get-partner-link-response-class.ts} +7 -7
- package/models/get-partner-role-response-class.ts +31 -0
- package/models/get-product-request-dto.ts +1 -1
- package/models/index.ts +27 -7
- package/models/insured-object-type-class.ts +1 -1
- package/models/lead-class.ts +8 -1
- package/models/lead-status-class.ts +1 -1
- package/models/link-partner-request-dto.ts +60 -0
- package/models/link-partner-response-class.ts +31 -0
- package/models/list-emil-function-secrets-response-class.ts +31 -0
- package/models/{list-policy-partner-roles-response-class.ts → list-emil-functions-response-class.ts} +8 -8
- package/models/list-partner-links-response-class.ts +37 -0
- package/models/list-partner-roles-response-class.ts +37 -0
- package/models/partner-class.ts +66 -0
- package/models/partner-link-class.ts +92 -0
- package/models/{policy-partner-role-class.ts → partner-role-class.ts} +10 -10
- package/models/patch-draft-policy-request-dto.ts +1 -1
- package/models/policy-class.ts +7 -0
- package/models/product-class.ts +1 -1
- package/models/product-field-class.ts +6 -0
- package/models/shared-product-field-class.ts +6 -0
- package/models/status-transition-rule-class.ts +1 -1
- package/models/swap-product-fields-order-request-dto.ts +36 -0
- package/models/unlink-partner-response-class.ts +31 -0
- package/models/update-emil-function-request-dto.ts +48 -0
- package/models/update-emil-function-secret-request-dto.ts +36 -0
- package/models/update-partner-link-request-dto.ts +36 -0
- package/models/update-partner-link-response-class.ts +31 -0
- package/models/{create-policy-partner-role-request-dto.ts → update-partner-role-request-dto.ts} +6 -6
- package/models/update-partner-role-response-class.ts +31 -0
- package/models/update-product-field-request-dto.ts +7 -1
- package/models/update-product-request-dto.ts +1 -1
- package/package.json +1 -1
- package/dist/api/policy-partner-roles-api.d.ts +0 -385
- /package/dist/models/{create-policy-partner-role-request-dto.js → create-emil-function-request-dto.js} +0 -0
- /package/dist/models/{create-policy-partner-role-response-class.js → create-emil-function-secret-request-dto.js} +0 -0
- /package/dist/models/{get-policy-partner-role-response-class.js → create-partner-role-request-dto.js} +0 -0
- /package/dist/models/{list-policy-partner-roles-response-class.js → create-partner-role-response-class.js} +0 -0
- /package/dist/models/{policy-partner-role-class.js → emil-function-class.js} +0 -0
- /package/dist/models/{update-policy-partner-role-request-dto.js → emil-function-secret-class.js} +0 -0
- /package/dist/models/{update-policy-partner-role-response-class.js → execute-emil-function-request-dto.js} +0 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -6,14 +6,16 @@ api.ts
|
|
|
6
6
|
api/booking-funnel-versions-api.ts
|
|
7
7
|
api/booking-funnels-api.ts
|
|
8
8
|
api/default-api.ts
|
|
9
|
+
api/emil-functions-api.ts
|
|
9
10
|
api/insured-object-types-api.ts
|
|
10
11
|
api/insured-objects-api.ts
|
|
11
12
|
api/lead-statuses-api.ts
|
|
12
13
|
api/lead-versions-api.ts
|
|
13
14
|
api/leads-api.ts
|
|
14
15
|
api/named-ranges-api.ts
|
|
16
|
+
api/partner-links-api.ts
|
|
17
|
+
api/partner-roles-api.ts
|
|
15
18
|
api/policies-api.ts
|
|
16
|
-
api/policy-partner-roles-api.ts
|
|
17
19
|
api/premium-formulas-api.ts
|
|
18
20
|
api/product-factors-api.ts
|
|
19
21
|
api/product-fields-api.ts
|
|
@@ -38,6 +40,8 @@ models/create-booking-funnel-request-dto.ts
|
|
|
38
40
|
models/create-custom-application-request-dto.ts
|
|
39
41
|
models/create-draft-policy-request-dto.ts
|
|
40
42
|
models/create-dummy-policy-request-dto.ts
|
|
43
|
+
models/create-emil-function-request-dto.ts
|
|
44
|
+
models/create-emil-function-secret-request-dto.ts
|
|
41
45
|
models/create-insured-object-request-dto.ts
|
|
42
46
|
models/create-insured-object-response-class.ts
|
|
43
47
|
models/create-lead-async-response-class.ts
|
|
@@ -49,9 +53,9 @@ models/create-lead-status-response-class.ts
|
|
|
49
53
|
models/create-named-range-request-dto.ts
|
|
50
54
|
models/create-named-range-response-class.ts
|
|
51
55
|
models/create-named-request-s3-data-class.ts
|
|
56
|
+
models/create-partner-role-request-dto.ts
|
|
57
|
+
models/create-partner-role-response-class.ts
|
|
52
58
|
models/create-payment-method-request-dto.ts
|
|
53
|
-
models/create-policy-partner-role-request-dto.ts
|
|
54
|
-
models/create-policy-partner-role-response-class.ts
|
|
55
59
|
models/create-policy-request-dto.ts
|
|
56
60
|
models/create-policy-response-class.ts
|
|
57
61
|
models/create-premium-formula-request-dto.ts
|
|
@@ -65,19 +69,24 @@ models/create-status-transition-rule-response-class.ts
|
|
|
65
69
|
models/csv-product-factor-dto.ts
|
|
66
70
|
models/delete-draft-policy-request-dto.ts
|
|
67
71
|
models/delete-response-class.ts
|
|
72
|
+
models/emil-function-class.ts
|
|
73
|
+
models/emil-function-secret-class.ts
|
|
68
74
|
models/empty-response-class.ts
|
|
75
|
+
models/execute-emil-function-request-dto.ts
|
|
69
76
|
models/filter-named-range-request-dto.ts
|
|
70
77
|
models/filter-named-range-response-class.ts
|
|
71
78
|
models/get-booking-funnel-version-request-dto.ts
|
|
72
79
|
models/get-draft-policy-request-dto.ts
|
|
80
|
+
models/get-emil-function-secret-response-class.ts
|
|
73
81
|
models/get-insured-object-response-class.ts
|
|
74
82
|
models/get-lead-response-class.ts
|
|
75
83
|
models/get-lead-status-response-class.ts
|
|
76
84
|
models/get-lead-version-request-dto.ts
|
|
77
85
|
models/get-lead-version-response-class.ts
|
|
78
86
|
models/get-named-range-response-class.ts
|
|
87
|
+
models/get-partner-link-response-class.ts
|
|
88
|
+
models/get-partner-role-response-class.ts
|
|
79
89
|
models/get-policy-data-by-date-request-dto.ts
|
|
80
|
-
models/get-policy-partner-role-response-class.ts
|
|
81
90
|
models/get-policy-request-dto.ts
|
|
82
91
|
models/get-policy-response-class.ts
|
|
83
92
|
models/get-premium-formula-request-dto.ts
|
|
@@ -109,16 +118,21 @@ models/invoice-status-class.ts
|
|
|
109
118
|
models/lead-bank-account-class.ts
|
|
110
119
|
models/lead-class.ts
|
|
111
120
|
models/lead-status-class.ts
|
|
121
|
+
models/link-partner-request-dto.ts
|
|
122
|
+
models/link-partner-response-class.ts
|
|
112
123
|
models/list-booking-funnels-response-class.ts
|
|
124
|
+
models/list-emil-function-secrets-response-class.ts
|
|
125
|
+
models/list-emil-functions-response-class.ts
|
|
113
126
|
models/list-insured-object-types-response-class.ts
|
|
114
127
|
models/list-insured-objects-response-class.ts
|
|
115
128
|
models/list-lead-statuses-response-class.ts
|
|
116
129
|
models/list-lead-versions-response-class.ts
|
|
117
130
|
models/list-leads-response-class.ts
|
|
118
131
|
models/list-named-ranges-response-class.ts
|
|
132
|
+
models/list-partner-links-response-class.ts
|
|
133
|
+
models/list-partner-roles-response-class.ts
|
|
119
134
|
models/list-policies-response-class.ts
|
|
120
135
|
models/list-policy-objects-response-class.ts
|
|
121
|
-
models/list-policy-partner-roles-response-class.ts
|
|
122
136
|
models/list-policy-version-response-class.ts
|
|
123
137
|
models/list-policy-versions-request-dto.ts
|
|
124
138
|
models/list-premium-formulas-response-class.ts
|
|
@@ -129,6 +143,9 @@ models/list-products-response-class.ts
|
|
|
129
143
|
models/list-request-dto.ts
|
|
130
144
|
models/list-status-transition-rules-response-class.ts
|
|
131
145
|
models/named-range-class.ts
|
|
146
|
+
models/partner-class.ts
|
|
147
|
+
models/partner-link-class.ts
|
|
148
|
+
models/partner-role-class.ts
|
|
132
149
|
models/patch-booking-funnel-request-dto.ts
|
|
133
150
|
models/patch-draft-policy-request-dto.ts
|
|
134
151
|
models/patch-lead-request-dto.ts
|
|
@@ -140,7 +157,6 @@ models/patch-status-transition-rule-response-class.ts
|
|
|
140
157
|
models/policy-class.ts
|
|
141
158
|
models/policy-object-class.ts
|
|
142
159
|
models/policy-object-dto.ts
|
|
143
|
-
models/policy-partner-role-class.ts
|
|
144
160
|
models/policy-premium-class.ts
|
|
145
161
|
models/policy-premium-item-class.ts
|
|
146
162
|
models/policy-version-class.ts
|
|
@@ -169,17 +185,23 @@ models/store-product-factors-response-class.ts
|
|
|
169
185
|
models/suspend-policy-request-dto.ts
|
|
170
186
|
models/suspend-policy-response-class.ts
|
|
171
187
|
models/swap-premium-formulas-order-request-dto.ts
|
|
188
|
+
models/swap-product-fields-order-request-dto.ts
|
|
172
189
|
models/terminate-policy-request-dto.ts
|
|
173
190
|
models/terminate-policy-response-class.ts
|
|
174
191
|
models/timeslice-class.ts
|
|
192
|
+
models/unlink-partner-response-class.ts
|
|
175
193
|
models/update-booking-funnel-request-dto.ts
|
|
194
|
+
models/update-emil-function-request-dto.ts
|
|
195
|
+
models/update-emil-function-secret-request-dto.ts
|
|
176
196
|
models/update-insured-object-request-dto.ts
|
|
177
197
|
models/update-lead-request-dto.ts
|
|
178
198
|
models/update-lead-response-class.ts
|
|
179
199
|
models/update-named-range-request-dto.ts
|
|
180
200
|
models/update-named-range-response-class.ts
|
|
181
|
-
models/update-
|
|
182
|
-
models/update-
|
|
201
|
+
models/update-partner-link-request-dto.ts
|
|
202
|
+
models/update-partner-link-response-class.ts
|
|
203
|
+
models/update-partner-role-request-dto.ts
|
|
204
|
+
models/update-partner-role-response-class.ts
|
|
183
205
|
models/update-policy-request-dto.ts
|
|
184
206
|
models/update-policy-response-class.ts
|
|
185
207
|
models/update-premium-formula-request-dto.ts
|
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/insurance-sdk-node@1.
|
|
20
|
+
npm install @emilgroup/insurance-sdk-node@1.50.0 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/insurance-sdk-node@1.
|
|
24
|
+
yarn add @emilgroup/insurance-sdk-node@1.50.0
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PoliciesApi`.
|
|
@@ -31,7 +31,7 @@ const FormData = require('form-data');
|
|
|
31
31
|
export const BookingFunnelVersionsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
32
32
|
return {
|
|
33
33
|
/**
|
|
34
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
34
|
+
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
|
|
35
35
|
* @summary Retrieve the booking funnel version
|
|
36
36
|
* @param {string} code
|
|
37
37
|
* @param {number} version
|
|
@@ -80,7 +80,7 @@ export const BookingFunnelVersionsApiAxiosParamCreator = function (configuration
|
|
|
80
80
|
};
|
|
81
81
|
},
|
|
82
82
|
/**
|
|
83
|
-
* Returns a list of booking funnel versions you have previously created.
|
|
83
|
+
* Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
84
84
|
* @summary List booking funnel versions
|
|
85
85
|
* @param {string} code
|
|
86
86
|
* @param {string} [authorization] Bearer Token
|
|
@@ -170,7 +170,7 @@ export const BookingFunnelVersionsApiFp = function(configuration?: Configuration
|
|
|
170
170
|
const localVarAxiosParamCreator = BookingFunnelVersionsApiAxiosParamCreator(configuration)
|
|
171
171
|
return {
|
|
172
172
|
/**
|
|
173
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
173
|
+
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
|
|
174
174
|
* @summary Retrieve the booking funnel version
|
|
175
175
|
* @param {string} code
|
|
176
176
|
* @param {number} version
|
|
@@ -183,7 +183,7 @@ export const BookingFunnelVersionsApiFp = function(configuration?: Configuration
|
|
|
183
183
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
184
184
|
},
|
|
185
185
|
/**
|
|
186
|
-
* Returns a list of booking funnel versions you have previously created.
|
|
186
|
+
* Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
187
187
|
* @summary List booking funnel versions
|
|
188
188
|
* @param {string} code
|
|
189
189
|
* @param {string} [authorization] Bearer Token
|
|
@@ -212,7 +212,7 @@ export const BookingFunnelVersionsApiFactory = function (configuration?: Configu
|
|
|
212
212
|
const localVarFp = BookingFunnelVersionsApiFp(configuration)
|
|
213
213
|
return {
|
|
214
214
|
/**
|
|
215
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
215
|
+
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
|
|
216
216
|
* @summary Retrieve the booking funnel version
|
|
217
217
|
* @param {string} code
|
|
218
218
|
* @param {number} version
|
|
@@ -224,7 +224,7 @@ export const BookingFunnelVersionsApiFactory = function (configuration?: Configu
|
|
|
224
224
|
return localVarFp.getBookingFunnelVersion(code, version, authorization, options).then((request) => request(axios, basePath));
|
|
225
225
|
},
|
|
226
226
|
/**
|
|
227
|
-
* Returns a list of booking funnel versions you have previously created.
|
|
227
|
+
* Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
228
228
|
* @summary List booking funnel versions
|
|
229
229
|
* @param {string} code
|
|
230
230
|
* @param {string} [authorization] Bearer Token
|
|
@@ -350,7 +350,7 @@ export interface BookingFunnelVersionsApiListBookingFunnelVersionsRequest {
|
|
|
350
350
|
*/
|
|
351
351
|
export class BookingFunnelVersionsApi extends BaseAPI {
|
|
352
352
|
/**
|
|
353
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
353
|
+
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
|
|
354
354
|
* @summary Retrieve the booking funnel version
|
|
355
355
|
* @param {BookingFunnelVersionsApiGetBookingFunnelVersionRequest} requestParameters Request parameters.
|
|
356
356
|
* @param {*} [options] Override http request option.
|
|
@@ -362,7 +362,7 @@ export class BookingFunnelVersionsApi extends BaseAPI {
|
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
/**
|
|
365
|
-
* Returns a list of booking funnel versions you have previously created.
|
|
365
|
+
* Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
366
366
|
* @summary List booking funnel versions
|
|
367
367
|
* @param {BookingFunnelVersionsApiListBookingFunnelVersionsRequest} requestParameters Request parameters.
|
|
368
368
|
* @param {*} [options] Override http request option.
|
|
@@ -88,7 +88,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
88
88
|
};
|
|
89
89
|
},
|
|
90
90
|
/**
|
|
91
|
-
* Permanently deletes the booking funnel. Supply the unique code that was returned when you
|
|
91
|
+
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
92
92
|
* @summary Delete the booking funnel
|
|
93
93
|
* @param {string} code
|
|
94
94
|
* @param {string} [authorization] Bearer Token
|
|
@@ -133,7 +133,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
133
133
|
};
|
|
134
134
|
},
|
|
135
135
|
/**
|
|
136
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
136
|
+
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
|
|
137
137
|
* @summary Retrieve the booking funnel
|
|
138
138
|
* @param {string} code
|
|
139
139
|
* @param {string} [authorization] Bearer Token
|
|
@@ -178,7 +178,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
178
178
|
};
|
|
179
179
|
},
|
|
180
180
|
/**
|
|
181
|
-
* Returns a list of booking funnels you have previously created.
|
|
181
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
182
182
|
* @summary List booking funnels
|
|
183
183
|
* @param {string} [authorization] Bearer Token
|
|
184
184
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -377,7 +377,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
377
377
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
378
378
|
},
|
|
379
379
|
/**
|
|
380
|
-
* Permanently deletes the booking funnel. Supply the unique code that was returned when you
|
|
380
|
+
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
381
381
|
* @summary Delete the booking funnel
|
|
382
382
|
* @param {string} code
|
|
383
383
|
* @param {string} [authorization] Bearer Token
|
|
@@ -389,7 +389,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
389
389
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
390
390
|
},
|
|
391
391
|
/**
|
|
392
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
392
|
+
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
|
|
393
393
|
* @summary Retrieve the booking funnel
|
|
394
394
|
* @param {string} code
|
|
395
395
|
* @param {string} [authorization] Bearer Token
|
|
@@ -401,7 +401,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
401
401
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
402
402
|
},
|
|
403
403
|
/**
|
|
404
|
-
* Returns a list of booking funnels you have previously created.
|
|
404
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
405
405
|
* @summary List booking funnels
|
|
406
406
|
* @param {string} [authorization] Bearer Token
|
|
407
407
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -465,7 +465,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
465
465
|
return localVarFp.createBookingFunnel(createBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
466
466
|
},
|
|
467
467
|
/**
|
|
468
|
-
* Permanently deletes the booking funnel. Supply the unique code that was returned when you
|
|
468
|
+
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
469
469
|
* @summary Delete the booking funnel
|
|
470
470
|
* @param {string} code
|
|
471
471
|
* @param {string} [authorization] Bearer Token
|
|
@@ -476,7 +476,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
476
476
|
return localVarFp.deleteBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
|
|
477
477
|
},
|
|
478
478
|
/**
|
|
479
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
479
|
+
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
|
|
480
480
|
* @summary Retrieve the booking funnel
|
|
481
481
|
* @param {string} code
|
|
482
482
|
* @param {string} [authorization] Bearer Token
|
|
@@ -487,7 +487,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
487
487
|
return localVarFp.getBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
|
|
488
488
|
},
|
|
489
489
|
/**
|
|
490
|
-
* Returns a list of booking funnels you have previously created.
|
|
490
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
491
491
|
* @summary List booking funnels
|
|
492
492
|
* @param {string} [authorization] Bearer Token
|
|
493
493
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -731,7 +731,7 @@ export class BookingFunnelsApi extends BaseAPI {
|
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
/**
|
|
734
|
-
* Permanently deletes the booking funnel. Supply the unique code that was returned when you
|
|
734
|
+
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
735
735
|
* @summary Delete the booking funnel
|
|
736
736
|
* @param {BookingFunnelsApiDeleteBookingFunnelRequest} requestParameters Request parameters.
|
|
737
737
|
* @param {*} [options] Override http request option.
|
|
@@ -743,7 +743,7 @@ export class BookingFunnelsApi extends BaseAPI {
|
|
|
743
743
|
}
|
|
744
744
|
|
|
745
745
|
/**
|
|
746
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
746
|
+
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
|
|
747
747
|
* @summary Retrieve the booking funnel
|
|
748
748
|
* @param {BookingFunnelsApiGetBookingFunnelRequest} requestParameters Request parameters.
|
|
749
749
|
* @param {*} [options] Override http request option.
|
|
@@ -755,7 +755,7 @@ export class BookingFunnelsApi extends BaseAPI {
|
|
|
755
755
|
}
|
|
756
756
|
|
|
757
757
|
/**
|
|
758
|
-
* Returns a list of booking funnels you have previously created.
|
|
758
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
759
759
|
* @summary List booking funnels
|
|
760
760
|
* @param {BookingFunnelsApiListBookingFunnelsRequest} requestParameters Request parameters.
|
|
761
761
|
* @param {*} [options] Override http request option.
|