@emilgroup/insurance-sdk-node 1.48.1-beta.1 → 1.48.1-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +11 -0
- package/README.md +2 -2
- package/api/booking-funnels-api.ts +4 -4
- package/api/emil-functions-api.ts +1314 -0
- package/api.ts +2 -0
- package/dist/api/booking-funnels-api.d.ts +4 -4
- package/dist/api/booking-funnels-api.js +4 -4
- package/dist/api/emil-functions-api.d.ts +727 -0
- package/dist/api/emil-functions-api.js +1202 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/models/create-emil-function-request-dto.d.ts +42 -0
- package/dist/models/create-emil-function-request-dto.js +15 -0
- package/dist/models/create-emil-function-secret-request-dto.d.ts +36 -0
- package/dist/models/create-emil-function-secret-request-dto.js +15 -0
- package/dist/models/emil-function-class.d.ts +60 -0
- package/dist/models/emil-function-class.js +15 -0
- package/dist/models/emil-function-secret-class.d.ts +30 -0
- package/dist/models/emil-function-secret-class.js +15 -0
- package/dist/models/execute-emil-function-request-dto.d.ts +24 -0
- package/dist/models/execute-emil-function-request-dto.js +15 -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/index.d.ts +10 -0
- package/dist/models/index.js +10 -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-emil-functions-response-class.d.ts +31 -0
- package/dist/models/list-emil-functions-response-class.js +15 -0
- package/dist/models/patch-draft-policy-request-dto.d.ts +1 -1
- 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/models/create-emil-function-request-dto.ts +48 -0
- package/models/create-emil-function-secret-request-dto.ts +42 -0
- package/models/emil-function-class.ts +66 -0
- package/models/emil-function-secret-class.ts +36 -0
- package/models/execute-emil-function-request-dto.ts +30 -0
- package/models/get-emil-function-secret-response-class.ts +30 -0
- package/models/index.ts +10 -0
- package/models/list-emil-function-secrets-response-class.ts +31 -0
- package/models/list-emil-functions-response-class.ts +37 -0
- package/models/patch-draft-policy-request-dto.ts +1 -1
- package/models/update-emil-function-request-dto.ts +48 -0
- package/models/update-emil-function-secret-request-dto.ts +36 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -6,6 +6,7 @@ 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
|
|
@@ -38,6 +39,8 @@ models/create-booking-funnel-request-dto.ts
|
|
|
38
39
|
models/create-custom-application-request-dto.ts
|
|
39
40
|
models/create-draft-policy-request-dto.ts
|
|
40
41
|
models/create-dummy-policy-request-dto.ts
|
|
42
|
+
models/create-emil-function-request-dto.ts
|
|
43
|
+
models/create-emil-function-secret-request-dto.ts
|
|
41
44
|
models/create-insured-object-request-dto.ts
|
|
42
45
|
models/create-insured-object-response-class.ts
|
|
43
46
|
models/create-lead-async-response-class.ts
|
|
@@ -65,11 +68,15 @@ models/create-status-transition-rule-response-class.ts
|
|
|
65
68
|
models/csv-product-factor-dto.ts
|
|
66
69
|
models/delete-draft-policy-request-dto.ts
|
|
67
70
|
models/delete-response-class.ts
|
|
71
|
+
models/emil-function-class.ts
|
|
72
|
+
models/emil-function-secret-class.ts
|
|
68
73
|
models/empty-response-class.ts
|
|
74
|
+
models/execute-emil-function-request-dto.ts
|
|
69
75
|
models/filter-named-range-request-dto.ts
|
|
70
76
|
models/filter-named-range-response-class.ts
|
|
71
77
|
models/get-booking-funnel-version-request-dto.ts
|
|
72
78
|
models/get-draft-policy-request-dto.ts
|
|
79
|
+
models/get-emil-function-secret-response-class.ts
|
|
73
80
|
models/get-insured-object-response-class.ts
|
|
74
81
|
models/get-lead-response-class.ts
|
|
75
82
|
models/get-lead-status-response-class.ts
|
|
@@ -110,6 +117,8 @@ models/lead-bank-account-class.ts
|
|
|
110
117
|
models/lead-class.ts
|
|
111
118
|
models/lead-status-class.ts
|
|
112
119
|
models/list-booking-funnels-response-class.ts
|
|
120
|
+
models/list-emil-function-secrets-response-class.ts
|
|
121
|
+
models/list-emil-functions-response-class.ts
|
|
113
122
|
models/list-insured-object-types-response-class.ts
|
|
114
123
|
models/list-insured-objects-response-class.ts
|
|
115
124
|
models/list-lead-statuses-response-class.ts
|
|
@@ -175,6 +184,8 @@ models/terminate-policy-request-dto.ts
|
|
|
175
184
|
models/terminate-policy-response-class.ts
|
|
176
185
|
models/timeslice-class.ts
|
|
177
186
|
models/update-booking-funnel-request-dto.ts
|
|
187
|
+
models/update-emil-function-request-dto.ts
|
|
188
|
+
models/update-emil-function-secret-request-dto.ts
|
|
178
189
|
models/update-insured-object-request-dto.ts
|
|
179
190
|
models/update-lead-request-dto.ts
|
|
180
191
|
models/update-lead-response-class.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.48.1-beta.
|
|
20
|
+
npm install @emilgroup/insurance-sdk-node@1.48.1-beta.2 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/insurance-sdk-node@1.48.1-beta.
|
|
24
|
+
yarn add @emilgroup/insurance-sdk-node@1.48.1-beta.2
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PoliciesApi`.
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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.
|