@emilgroup/public-api-sdk 1.4.0 → 1.6.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.
@@ -16,7 +16,6 @@
16
16
  import { CreateAccountRequestDto } from './create-account-request-dto';
17
17
  import { CreateBankAccountRequestDto } from './create-bank-account-request-dto';
18
18
  import { PolicyObjectRequestDto } from './policy-object-request-dto';
19
- import { PremiumOverrideRequestDto } from './premium-override-request-dto';
20
19
  import { UploadedDocumentDto } from './uploaded-document-dto';
21
20
 
22
21
  /**
@@ -68,32 +67,16 @@ export interface UpdateLeadRequestDto {
68
67
  */
69
68
  'uploadedDocument'?: UploadedDocumentDto;
70
69
  /**
71
- * Premium Override
72
- * @type {PremiumOverrideRequestDto}
70
+ * Lead status. Default values are \"created\", \"approved\" and \"declined\". However, those can be extended using /lead-statuses endpoint from insuranceservice.
71
+ * @type {string}
73
72
  * @memberof UpdateLeadRequestDto
74
73
  */
75
- 'premiumOverride'?: PremiumOverrideRequestDto;
74
+ 'status': string;
76
75
  /**
77
76
  *
78
77
  * @type {CreateAccountRequestDto}
79
78
  * @memberof UpdateLeadRequestDto
80
79
  */
81
80
  'account': CreateAccountRequestDto;
82
- /**
83
- *
84
- * @type {string}
85
- * @memberof UpdateLeadRequestDto
86
- */
87
- 'status': UpdateLeadRequestDtoStatusEnum;
88
81
  }
89
82
 
90
- export const UpdateLeadRequestDtoStatusEnum = {
91
- Created: 'created',
92
- Approved: 'approved',
93
- Activated: 'activated',
94
- Declined: 'declined'
95
- } as const;
96
-
97
- export type UpdateLeadRequestDtoStatusEnum = typeof UpdateLeadRequestDtoStatusEnum[keyof typeof UpdateLeadRequestDtoStatusEnum];
98
-
99
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/public-api-sdk",
3
- "version": "1.4.0",
3
+ "version": "1.6.0",
4
4
  "description": "OpenAPI client for @emilgroup/public-api-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [