@emilgroup/insurance-sdk-node 1.46.0 → 1.47.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.
Files changed (38) hide show
  1. package/.openapi-generator/FILES +2 -0
  2. package/README.md +2 -2
  3. package/api/insured-object-types-api.ts +20 -6
  4. package/api/insured-objects-api.ts +20 -6
  5. package/api/named-ranges-api.ts +20 -6
  6. package/api/policies-api.ts +245 -16
  7. package/api/premium-formulas-api.ts +20 -6
  8. package/api/product-factors-api.ts +20 -6
  9. package/api/product-fields-api.ts +40 -12
  10. package/api/products-api.ts +20 -6
  11. package/dist/api/insured-object-types-api.d.ts +12 -3
  12. package/dist/api/insured-object-types-api.js +12 -6
  13. package/dist/api/insured-objects-api.d.ts +12 -3
  14. package/dist/api/insured-objects-api.js +12 -6
  15. package/dist/api/named-ranges-api.d.ts +12 -3
  16. package/dist/api/named-ranges-api.js +12 -6
  17. package/dist/api/policies-api.d.ts +147 -10
  18. package/dist/api/policies-api.js +161 -15
  19. package/dist/api/premium-formulas-api.d.ts +12 -3
  20. package/dist/api/premium-formulas-api.js +12 -6
  21. package/dist/api/product-factors-api.d.ts +12 -3
  22. package/dist/api/product-factors-api.js +12 -6
  23. package/dist/api/product-fields-api.d.ts +24 -6
  24. package/dist/api/product-fields-api.js +24 -12
  25. package/dist/api/products-api.d.ts +12 -3
  26. package/dist/api/products-api.js +12 -6
  27. package/dist/models/index.d.ts +2 -0
  28. package/dist/models/index.js +2 -0
  29. package/dist/models/list-policy-version-response-class.d.ts +43 -0
  30. package/dist/models/list-policy-version-response-class.js +15 -0
  31. package/dist/models/list-policy-versions-request-dto.d.ts +66 -0
  32. package/dist/models/list-policy-versions-request-dto.js +15 -0
  33. package/dist/models/list-request-dto.d.ts +6 -0
  34. package/models/index.ts +2 -0
  35. package/models/list-policy-version-response-class.ts +49 -0
  36. package/models/list-policy-versions-request-dto.ts +72 -0
  37. package/models/list-request-dto.ts +6 -0
  38. package/package.json +1 -1
@@ -0,0 +1,66 @@
1
+ /**
2
+ * EMIL InsuranceService
3
+ * The EMIL InsuranceService 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 ListPolicyVersionsRequestDto
16
+ */
17
+ export interface ListPolicyVersionsRequestDto {
18
+ /**
19
+ * Page size.
20
+ * @type {number}
21
+ * @memberof ListPolicyVersionsRequestDto
22
+ */
23
+ 'pageSize'?: number;
24
+ /**
25
+ * Page token.
26
+ * @type {string}
27
+ * @memberof ListPolicyVersionsRequestDto
28
+ */
29
+ 'pageToken'?: string;
30
+ /**
31
+ * List filter
32
+ * @type {string}
33
+ * @memberof ListPolicyVersionsRequestDto
34
+ */
35
+ 'filter'?: string;
36
+ /**
37
+ * Search query.
38
+ * @type {string}
39
+ * @memberof ListPolicyVersionsRequestDto
40
+ */
41
+ 'search'?: string;
42
+ /**
43
+ * Ordering criteria.
44
+ * @type {string}
45
+ * @memberof ListPolicyVersionsRequestDto
46
+ */
47
+ 'order'?: string;
48
+ /**
49
+ * Extra fields to fetch.
50
+ * @type {string}
51
+ * @memberof ListPolicyVersionsRequestDto
52
+ */
53
+ 'expand'?: string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof ListPolicyVersionsRequestDto
58
+ */
59
+ 'filters'?: string;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof ListPolicyVersionsRequestDto
64
+ */
65
+ 'policyCode': string;
66
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL InsuranceService
6
+ * The EMIL InsuranceService 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 });
@@ -51,4 +51,10 @@ export interface ListRequestDto {
51
51
  * @memberof ListRequestDto
52
52
  */
53
53
  'expand'?: string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof ListRequestDto
58
+ */
59
+ 'filters'?: string;
54
60
  }
package/models/index.ts CHANGED
@@ -86,6 +86,8 @@ export * from './list-leads-response-class';
86
86
  export * from './list-named-ranges-response-class';
87
87
  export * from './list-policies-response-class';
88
88
  export * from './list-policy-objects-response-class';
89
+ export * from './list-policy-version-response-class';
90
+ export * from './list-policy-versions-request-dto';
89
91
  export * from './list-premium-formulas-response-class';
90
92
  export * from './list-product-factors-response-class';
91
93
  export * from './list-product-field-types-response-class';
@@ -0,0 +1,49 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService 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 { PolicyVersionClass } from './policy-version-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ListPolicyVersionResponseClass
22
+ */
23
+ export interface ListPolicyVersionResponseClass {
24
+ /**
25
+ * Policy versions
26
+ * @type {Array<PolicyVersionClass>}
27
+ * @memberof ListPolicyVersionResponseClass
28
+ */
29
+ 'items': Array<PolicyVersionClass>;
30
+ /**
31
+ * Next page token.
32
+ * @type {string}
33
+ * @memberof ListPolicyVersionResponseClass
34
+ */
35
+ 'nextPageToken': string;
36
+ /**
37
+ * Items per page.
38
+ * @type {number}
39
+ * @memberof ListPolicyVersionResponseClass
40
+ */
41
+ 'itemsPerPage': number;
42
+ /**
43
+ * Total amount of items.
44
+ * @type {number}
45
+ * @memberof ListPolicyVersionResponseClass
46
+ */
47
+ 'totalItems': number;
48
+ }
49
+
@@ -0,0 +1,72 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService 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 ListPolicyVersionsRequestDto
21
+ */
22
+ export interface ListPolicyVersionsRequestDto {
23
+ /**
24
+ * Page size.
25
+ * @type {number}
26
+ * @memberof ListPolicyVersionsRequestDto
27
+ */
28
+ 'pageSize'?: number;
29
+ /**
30
+ * Page token.
31
+ * @type {string}
32
+ * @memberof ListPolicyVersionsRequestDto
33
+ */
34
+ 'pageToken'?: string;
35
+ /**
36
+ * List filter
37
+ * @type {string}
38
+ * @memberof ListPolicyVersionsRequestDto
39
+ */
40
+ 'filter'?: string;
41
+ /**
42
+ * Search query.
43
+ * @type {string}
44
+ * @memberof ListPolicyVersionsRequestDto
45
+ */
46
+ 'search'?: string;
47
+ /**
48
+ * Ordering criteria.
49
+ * @type {string}
50
+ * @memberof ListPolicyVersionsRequestDto
51
+ */
52
+ 'order'?: string;
53
+ /**
54
+ * Extra fields to fetch.
55
+ * @type {string}
56
+ * @memberof ListPolicyVersionsRequestDto
57
+ */
58
+ 'expand'?: string;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof ListPolicyVersionsRequestDto
63
+ */
64
+ 'filters'?: string;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof ListPolicyVersionsRequestDto
69
+ */
70
+ 'policyCode': string;
71
+ }
72
+
@@ -56,5 +56,11 @@ export interface ListRequestDto {
56
56
  * @memberof ListRequestDto
57
57
  */
58
58
  'expand'?: string;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof ListRequestDto
63
+ */
64
+ 'filters'?: string;
59
65
  }
60
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/insurance-sdk-node",
3
- "version": "1.46.0",
3
+ "version": "1.47.0",
4
4
  "description": "OpenAPI client for @emilgroup/insurance-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [