@emilgroup/customer-sdk 1.52.0 → 1.52.1-beta.6

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/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/customer-sdk@1.52.0 --save
20
+ npm install @emilgroup/customer-sdk@1.52.1-beta.6 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/customer-sdk@1.52.0
24
+ yarn add @emilgroup/customer-sdk@1.52.1-beta.6
25
25
  ```
26
26
 
27
27
  And then you can import `CustomersApi`.
@@ -63,6 +63,12 @@ export interface ClaimClass {
63
63
  * @memberof ClaimClass
64
64
  */
65
65
  'policyNumber': string;
66
+ /**
67
+ * The slug of the product that the claim is made against
68
+ * @type {string}
69
+ * @memberof ClaimClass
70
+ */
71
+ 'productSlug': string;
66
72
  /**
67
73
  * Unique identifier of the product that the claim is made against
68
74
  * @type {number}
@@ -28,4 +28,16 @@ export interface ListCustomerClaimsResponseClass {
28
28
  * @memberof ListCustomerClaimsResponseClass
29
29
  */
30
30
  'nextPageToken': string;
31
+ /**
32
+ * Total items
33
+ * @type {number}
34
+ * @memberof ListCustomerClaimsResponseClass
35
+ */
36
+ 'totalItems': number;
37
+ /**
38
+ * Items per page
39
+ * @type {number}
40
+ * @memberof ListCustomerClaimsResponseClass
41
+ */
42
+ 'itemsPerPage': number;
31
43
  }
@@ -33,6 +33,13 @@ export interface UpdateAccountRequestDto {
33
33
  * @memberof UpdateAccountRequestDto
34
34
  */
35
35
  'type'?: UpdateAccountRequestDtoTypeEnum;
36
+ /**
37
+ * This field is deprecated and will be removed in future versions. Please use /v1/customers/{customerCode}/request-email-change endpoint instead.
38
+ * @type {string}
39
+ * @memberof UpdateAccountRequestDto
40
+ * @deprecated
41
+ */
42
+ 'email'?: string;
36
43
  /**
37
44
  * The account\'s gender.
38
45
  * @type {string}
@@ -68,6 +68,12 @@ export interface ClaimClass {
68
68
  * @memberof ClaimClass
69
69
  */
70
70
  'policyNumber': string;
71
+ /**
72
+ * The slug of the product that the claim is made against
73
+ * @type {string}
74
+ * @memberof ClaimClass
75
+ */
76
+ 'productSlug': string;
71
77
  /**
72
78
  * Unique identifier of the product that the claim is made against
73
79
  * @type {number}
@@ -33,5 +33,17 @@ export interface ListCustomerClaimsResponseClass {
33
33
  * @memberof ListCustomerClaimsResponseClass
34
34
  */
35
35
  'nextPageToken': string;
36
+ /**
37
+ * Total items
38
+ * @type {number}
39
+ * @memberof ListCustomerClaimsResponseClass
40
+ */
41
+ 'totalItems': number;
42
+ /**
43
+ * Items per page
44
+ * @type {number}
45
+ * @memberof ListCustomerClaimsResponseClass
46
+ */
47
+ 'itemsPerPage': number;
36
48
  }
37
49
 
@@ -38,6 +38,13 @@ export interface UpdateAccountRequestDto {
38
38
  * @memberof UpdateAccountRequestDto
39
39
  */
40
40
  'type'?: UpdateAccountRequestDtoTypeEnum;
41
+ /**
42
+ * This field is deprecated and will be removed in future versions. Please use /v1/customers/{customerCode}/request-email-change endpoint instead.
43
+ * @type {string}
44
+ * @memberof UpdateAccountRequestDto
45
+ * @deprecated
46
+ */
47
+ 'email'?: string;
41
48
  /**
42
49
  * The account\'s gender.
43
50
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/customer-sdk",
3
- "version": "1.52.0",
3
+ "version": "1.52.1-beta.6",
4
4
  "description": "OpenAPI client for @emilgroup/customer-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [