wg-api-sdk 4.30.274 → 4.30.275

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.
@@ -9282,7 +9282,7 @@ interface components {
9282
9282
  * Timestamp
9283
9283
  * Format: date-time
9284
9284
  * @description Timestamp of when the error occured
9285
- * @default 2026-02-26T15:49:13.183753
9285
+ * @default 2026-02-27T15:26:59.413573
9286
9286
  */
9287
9287
  timestamp: string;
9288
9288
  /**
@@ -17678,6 +17678,10 @@ interface components {
17678
17678
  anva_preferred_agent_nr?: string;
17679
17679
  /** Anva Relation Manager Id */
17680
17680
  anva_relation_manager_id?: string;
17681
+ /** Dias Preferred Agent Nr */
17682
+ dias_preferred_agent_nr?: string;
17683
+ /** Dias Employee Id */
17684
+ dias_employee_id?: string;
17681
17685
  };
17682
17686
  /** BrokerSettings */
17683
17687
  BrokerSettings: {
@@ -18364,6 +18368,10 @@ interface components {
18364
18368
  anva_preferred_agent_nr?: string;
18365
18369
  /** Anva Relation Manager Id */
18366
18370
  anva_relation_manager_id?: string;
18371
+ /** Dias Preferred Agent Nr */
18372
+ dias_preferred_agent_nr?: string;
18373
+ /** Dias Employee Id */
18374
+ dias_employee_id?: string;
18367
18375
  };
18368
18376
  /** DistributionNoveltyInsight */
18369
18377
  DistributionNoveltyInsight: {
@@ -47493,6 +47501,10 @@ interface components {
47493
47501
  dwh_ssh_passphrase?: string;
47494
47502
  /** Dwh Ssh Private Key */
47495
47503
  dwh_ssh_private_key?: string;
47504
+ /** Dummy Customer Party Id */
47505
+ dummy_customer_party_id?: string;
47506
+ /** Dummy Company Party Id */
47507
+ dummy_company_party_id?: string;
47496
47508
  /** Finconnect Fc001 */
47497
47509
  finconnect_fc001?: string;
47498
47510
  /** Finconnect Fc002 */
@@ -47558,6 +47570,10 @@ interface components {
47558
47570
  dwh_ssh_passphrase?: string;
47559
47571
  /** Dwh Ssh Private Key */
47560
47572
  dwh_ssh_private_key?: string;
47573
+ /** Dummy Customer Party Id */
47574
+ dummy_customer_party_id?: string;
47575
+ /** Dummy Company Party Id */
47576
+ dummy_company_party_id?: string;
47561
47577
  /** Finconnect Fc001 */
47562
47578
  finconnect_fc001?: string;
47563
47579
  /** Finconnect Fc002 */
@@ -47651,6 +47667,10 @@ interface components {
47651
47667
  dwh_ssh_passphrase?: string;
47652
47668
  /** Dwh Ssh Private Key */
47653
47669
  dwh_ssh_private_key?: string;
47670
+ /** Dummy Customer Party Id */
47671
+ dummy_customer_party_id?: string;
47672
+ /** Dummy Company Party Id */
47673
+ dummy_company_party_id?: string;
47654
47674
  /** Finconnect Fc001 */
47655
47675
  finconnect_fc001?: string;
47656
47676
  /** Finconnect Fc002 */
@@ -53834,7 +53854,7 @@ interface components {
53834
53854
  /**
53835
53855
  * Quote Specifications
53836
53856
  * @default {
53837
- * "contract_commencement_date": "2026-02-26"
53857
+ * "contract_commencement_date": "2026-02-27"
53838
53858
  * }
53839
53859
  */
53840
53860
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -65310,7 +65330,7 @@ interface components {
65310
65330
  /** QuestionGroup */
65311
65331
  QuestionGroup: {
65312
65332
  /** Id */
65313
- id?: string;
65333
+ id: string;
65314
65334
  /** Tag */
65315
65335
  tag?: string;
65316
65336
  /**
@@ -106848,6 +106868,8 @@ interface operations {
106848
106868
  created_at_le?: string;
106849
106869
  /** @description created_at greater or equal. */
106850
106870
  created_at_ge?: string;
106871
+ /** @description Party emails */
106872
+ emails?: string[];
106851
106873
  /**
106852
106874
  * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
106853
106875
  * @example EN
package/dist/index.d.ts CHANGED
@@ -9282,7 +9282,7 @@ interface components {
9282
9282
  * Timestamp
9283
9283
  * Format: date-time
9284
9284
  * @description Timestamp of when the error occured
9285
- * @default 2026-02-26T15:49:13.183753
9285
+ * @default 2026-02-27T15:26:59.413573
9286
9286
  */
9287
9287
  timestamp: string;
9288
9288
  /**
@@ -17678,6 +17678,10 @@ interface components {
17678
17678
  anva_preferred_agent_nr?: string;
17679
17679
  /** Anva Relation Manager Id */
17680
17680
  anva_relation_manager_id?: string;
17681
+ /** Dias Preferred Agent Nr */
17682
+ dias_preferred_agent_nr?: string;
17683
+ /** Dias Employee Id */
17684
+ dias_employee_id?: string;
17681
17685
  };
17682
17686
  /** BrokerSettings */
17683
17687
  BrokerSettings: {
@@ -18364,6 +18368,10 @@ interface components {
18364
18368
  anva_preferred_agent_nr?: string;
18365
18369
  /** Anva Relation Manager Id */
18366
18370
  anva_relation_manager_id?: string;
18371
+ /** Dias Preferred Agent Nr */
18372
+ dias_preferred_agent_nr?: string;
18373
+ /** Dias Employee Id */
18374
+ dias_employee_id?: string;
18367
18375
  };
18368
18376
  /** DistributionNoveltyInsight */
18369
18377
  DistributionNoveltyInsight: {
@@ -47493,6 +47501,10 @@ interface components {
47493
47501
  dwh_ssh_passphrase?: string;
47494
47502
  /** Dwh Ssh Private Key */
47495
47503
  dwh_ssh_private_key?: string;
47504
+ /** Dummy Customer Party Id */
47505
+ dummy_customer_party_id?: string;
47506
+ /** Dummy Company Party Id */
47507
+ dummy_company_party_id?: string;
47496
47508
  /** Finconnect Fc001 */
47497
47509
  finconnect_fc001?: string;
47498
47510
  /** Finconnect Fc002 */
@@ -47558,6 +47570,10 @@ interface components {
47558
47570
  dwh_ssh_passphrase?: string;
47559
47571
  /** Dwh Ssh Private Key */
47560
47572
  dwh_ssh_private_key?: string;
47573
+ /** Dummy Customer Party Id */
47574
+ dummy_customer_party_id?: string;
47575
+ /** Dummy Company Party Id */
47576
+ dummy_company_party_id?: string;
47561
47577
  /** Finconnect Fc001 */
47562
47578
  finconnect_fc001?: string;
47563
47579
  /** Finconnect Fc002 */
@@ -47651,6 +47667,10 @@ interface components {
47651
47667
  dwh_ssh_passphrase?: string;
47652
47668
  /** Dwh Ssh Private Key */
47653
47669
  dwh_ssh_private_key?: string;
47670
+ /** Dummy Customer Party Id */
47671
+ dummy_customer_party_id?: string;
47672
+ /** Dummy Company Party Id */
47673
+ dummy_company_party_id?: string;
47654
47674
  /** Finconnect Fc001 */
47655
47675
  finconnect_fc001?: string;
47656
47676
  /** Finconnect Fc002 */
@@ -53834,7 +53854,7 @@ interface components {
53834
53854
  /**
53835
53855
  * Quote Specifications
53836
53856
  * @default {
53837
- * "contract_commencement_date": "2026-02-26"
53857
+ * "contract_commencement_date": "2026-02-27"
53838
53858
  * }
53839
53859
  */
53840
53860
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -65310,7 +65330,7 @@ interface components {
65310
65330
  /** QuestionGroup */
65311
65331
  QuestionGroup: {
65312
65332
  /** Id */
65313
- id?: string;
65333
+ id: string;
65314
65334
  /** Tag */
65315
65335
  tag?: string;
65316
65336
  /**
@@ -106848,6 +106868,8 @@ interface operations {
106848
106868
  created_at_le?: string;
106849
106869
  /** @description created_at greater or equal. */
106850
106870
  created_at_ge?: string;
106871
+ /** @description Party emails */
106872
+ emails?: string[];
106851
106873
  /**
106852
106874
  * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
106853
106875
  * @example EN
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.30.274",
3
+ "version": "4.30.275",
4
4
  "description": "An SDK that provides auto-generated fetch functions and types for interacting with WeGroup 's APIs, based on the OpenAPI specification file.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.mjs",