@emilgroup/public-api-sdk-node 1.32.0 → 1.33.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.
@@ -25,13 +25,25 @@ export interface LinkLeadPartnerRequestDto {
25
25
  * @type {string}
26
26
  * @memberof LinkLeadPartnerRequestDto
27
27
  */
28
- 'partnerCode': string;
28
+ 'partnerCode'?: string;
29
+ /**
30
+ * The number of the partner with which the lead will be linked. Either this field or \'partnerCode\' must be passed (this is preferred).
31
+ * @type {string}
32
+ * @memberof LinkLeadPartnerRequestDto
33
+ */
34
+ 'partnerNumber'?: string;
29
35
  /**
30
36
  * The code of role that the partner will have in the established link between the lead and the partner. Either this field or \'partnerRoleSlug\' must be passed (\'partnerRoleSlug\' is preferred).
31
37
  * @type {string}
32
38
  * @memberof LinkLeadPartnerRequestDto
33
39
  */
34
- 'partnerRoleCode': string;
40
+ 'partnerRoleCode'?: string;
41
+ /**
42
+ * The slug of role that the partner will have in the established link between the lead and the partner. Either this field or \'partnerRoleCode\' must be passed (this is preferred).
43
+ * @type {string}
44
+ * @memberof LinkLeadPartnerRequestDto
45
+ */
46
+ 'partnerRoleSlug'?: string;
35
47
  /**
36
48
  * The date of the start of linking with a partner.
37
49
  * @type {string}
@@ -38,6 +38,12 @@ export interface PartnerRoleClass {
38
38
  * @memberof PartnerRoleClass
39
39
  */
40
40
  'name': string;
41
+ /**
42
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
43
+ * @type {string}
44
+ * @memberof PartnerRoleClass
45
+ */
46
+ 'slug': string;
41
47
  /**
42
48
  * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
43
49
  * @type {string}
@@ -86,5 +86,11 @@ export interface PaymentMethodClass {
86
86
  * @memberof PaymentMethodClass
87
87
  */
88
88
  'metadata'?: object;
89
+ /**
90
+ * Payment data details. Stored only for some payment method types.
91
+ * @type {object}
92
+ * @memberof PaymentMethodClass
93
+ */
94
+ 'details'?: object;
89
95
  }
90
96
 
@@ -99,7 +99,7 @@ export interface UpdateLeadRequestDto {
99
99
  */
100
100
  'validate'?: boolean;
101
101
  /**
102
- *
102
+ * Optional partner object contains necessary information to link a partner to the policy. The partner content will be validated if the \'validate\' flag is set to true.
103
103
  * @type {LinkLeadPartnerRequestDto}
104
104
  * @memberof UpdateLeadRequestDto
105
105
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/public-api-sdk-node",
3
- "version": "1.32.0",
3
+ "version": "1.33.0",
4
4
  "description": "OpenAPI client for @emilgroup/public-api-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [