wg-api-sdk 4.30.271 → 4.30.272

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-24T16:09:10.950844
9285
+ * @default 2026-02-25T16:03:48.639918
9286
9286
  */
9287
9287
  timestamp: string;
9288
9288
  /**
@@ -25071,8 +25071,6 @@ interface components {
25071
25071
  * @enum {unknown}
25072
25072
  */
25073
25073
  TECHNIEK_NEDERLAND_TYPE_OF_COMPANY_SPECIFICATION: "PHYSICAL_SHOP" | "WEBSHOP" | "PHYSICAL_AND_WEBSHOP";
25074
- /** TelephoneNr */
25075
- TelephoneNr: Record<string, never>;
25076
25074
  /** PartyPreferences */
25077
25075
  app__models__party__PartyPreferences: {
25078
25076
  funeral?: components["schemas"]["app__models__party__PartyPreferences__FuneralPreference"];
@@ -25346,7 +25344,7 @@ interface components {
25346
25344
  * Telephonenr
25347
25345
  * @description Telephone number of the accountant
25348
25346
  */
25349
- telephonenr?: components["schemas"]["TelephoneNr"];
25347
+ telephonenr?: string;
25350
25348
  };
25351
25349
  /** ContactPerson */
25352
25350
  app__models__party__PartyCompanyBase__ContactPerson: {
@@ -25368,7 +25366,7 @@ interface components {
25368
25366
  * Telephonenr
25369
25367
  * @description Telephone number of the contact person
25370
25368
  */
25371
- telephonenr?: components["schemas"]["TelephoneNr"];
25369
+ telephonenr?: string;
25372
25370
  /**
25373
25371
  * Role
25374
25372
  * @description Role of the contact person in the company
@@ -28421,7 +28419,7 @@ interface components {
28421
28419
  * @description The prospect's telephonenumber.
28422
28420
  * @example +32 499 99 99 99
28423
28421
  */
28424
- telephonenr?: components["schemas"]["TelephoneNr"];
28422
+ telephonenr?: string;
28425
28423
  /**
28426
28424
  * Iban
28427
28425
  * @description The prospect's IBAN.
@@ -31809,7 +31807,7 @@ interface components {
31809
31807
  * @description The prospect's telephonenumber.
31810
31808
  * @example +32 499 99 99 99
31811
31809
  */
31812
- telephonenr?: components["schemas"]["TelephoneNr"];
31810
+ telephonenr?: string;
31813
31811
  /**
31814
31812
  * Iban
31815
31813
  * @description The prospect's IBAN.
@@ -34447,7 +34445,7 @@ interface components {
34447
34445
  * @description The prospect's telephonenumber.
34448
34446
  * @example +32 499 99 99 99
34449
34447
  */
34450
- telephonenr?: components["schemas"]["TelephoneNr"];
34448
+ telephonenr?: string;
34451
34449
  /**
34452
34450
  * Iban
34453
34451
  * @description The prospect's IBAN.
@@ -36545,7 +36543,7 @@ interface components {
36545
36543
  * @description The prospect's telephonenumber.
36546
36544
  * @example +32 499 99 99 99
36547
36545
  */
36548
- telephonenr?: components["schemas"]["TelephoneNr"];
36546
+ telephonenr?: string;
36549
36547
  /**
36550
36548
  * Iban
36551
36549
  * @description The prospect's IBAN.
@@ -43669,7 +43667,7 @@ interface components {
43669
43667
  * @description The prospect's telephonenumber.
43670
43668
  * @example +32 499 99 99 99
43671
43669
  */
43672
- telephonenr?: components["schemas"]["TelephoneNr"];
43670
+ telephonenr?: string;
43673
43671
  /**
43674
43672
  * Iban
43675
43673
  * @description The prospect's IBAN.
@@ -46165,7 +46163,7 @@ interface components {
46165
46163
  * @description The prospect's telephonenumber.
46166
46164
  * @example +32 499 99 99 99
46167
46165
  */
46168
- telephonenr?: components["schemas"]["TelephoneNr"];
46166
+ telephonenr?: string;
46169
46167
  /**
46170
46168
  * Iban
46171
46169
  * @description The prospect's IBAN.
@@ -53836,7 +53834,7 @@ interface components {
53836
53834
  /**
53837
53835
  * Quote Specifications
53838
53836
  * @default {
53839
- * "contract_commencement_date": "2026-02-24"
53837
+ * "contract_commencement_date": "2026-02-25"
53840
53838
  * }
53841
53839
  */
53842
53840
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -58854,6 +58852,8 @@ interface components {
58854
58852
  */
58855
58853
  region?: string;
58856
58854
  };
58855
+ /** TelephoneNr */
58856
+ TelephoneNr: Record<string, never>;
58857
58857
  /** Company */
58858
58858
  wg_py_models__domain__insurance__insurances__allianz__prospect__Company: {
58859
58859
  /** Name */
@@ -71417,7 +71417,6 @@ type SchemaEducationLevel = components['schemas']['EDUCATION_LEVEL'];
71417
71417
  type SchemaCitizensInsuredAmountAccidents = components['schemas']['CITIZENS_INSURED_AMOUNT_ACCIDENTS'];
71418
71418
  type SchemaTechniekNederlandTypeOfCompany = components['schemas']['TECHNIEK_NEDERLAND_TYPE_OF_COMPANY'];
71419
71419
  type SchemaTechniekNederlandTypeOfCompanySpecification = components['schemas']['TECHNIEK_NEDERLAND_TYPE_OF_COMPANY_SPECIFICATION'];
71420
- type SchemaTelephoneNr = components['schemas']['TelephoneNr'];
71421
71420
  type SchemaAppModelsPartyPartyPreferences = components['schemas']['app__models__party__PartyPreferences'];
71422
71421
  type SchemaAppModelsPartyPartyPreferencesFuneralPreference = components['schemas']['app__models__party__PartyPreferences__FuneralPreference'];
71423
71422
  type SchemaPaymentInterval = components['schemas']['PAYMENT_INTERVAL'];
@@ -72226,6 +72225,7 @@ type SchemaAedesDriver = components['schemas']['AedesDriver'];
72226
72225
  type SchemaAllianzCarPayload = components['schemas']['AllianzCarPayload'];
72227
72226
  type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer = components['schemas']['wg_py_models__domain__insurance__insurances__allianz__prospect__Customer'];
72228
72227
  type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress = components['schemas']['wg_py_models__domain__insurance__insurances__allianz__address__Address'];
72228
+ type SchemaTelephoneNr = components['schemas']['TelephoneNr'];
72229
72229
  type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany = components['schemas']['wg_py_models__domain__insurance__insurances__allianz__prospect__Company'];
72230
72230
  type SchemaAllianzCar = components['schemas']['AllianzCar'];
72231
72231
  type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor = components['schemas']['wg_py_models__domain__insurance__insurances__allianz__enums__CAR_USED_FOR'];
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-24T16:09:10.950844
9285
+ * @default 2026-02-25T16:03:48.639918
9286
9286
  */
9287
9287
  timestamp: string;
9288
9288
  /**
@@ -25071,8 +25071,6 @@ interface components {
25071
25071
  * @enum {unknown}
25072
25072
  */
25073
25073
  TECHNIEK_NEDERLAND_TYPE_OF_COMPANY_SPECIFICATION: "PHYSICAL_SHOP" | "WEBSHOP" | "PHYSICAL_AND_WEBSHOP";
25074
- /** TelephoneNr */
25075
- TelephoneNr: Record<string, never>;
25076
25074
  /** PartyPreferences */
25077
25075
  app__models__party__PartyPreferences: {
25078
25076
  funeral?: components["schemas"]["app__models__party__PartyPreferences__FuneralPreference"];
@@ -25346,7 +25344,7 @@ interface components {
25346
25344
  * Telephonenr
25347
25345
  * @description Telephone number of the accountant
25348
25346
  */
25349
- telephonenr?: components["schemas"]["TelephoneNr"];
25347
+ telephonenr?: string;
25350
25348
  };
25351
25349
  /** ContactPerson */
25352
25350
  app__models__party__PartyCompanyBase__ContactPerson: {
@@ -25368,7 +25366,7 @@ interface components {
25368
25366
  * Telephonenr
25369
25367
  * @description Telephone number of the contact person
25370
25368
  */
25371
- telephonenr?: components["schemas"]["TelephoneNr"];
25369
+ telephonenr?: string;
25372
25370
  /**
25373
25371
  * Role
25374
25372
  * @description Role of the contact person in the company
@@ -28421,7 +28419,7 @@ interface components {
28421
28419
  * @description The prospect's telephonenumber.
28422
28420
  * @example +32 499 99 99 99
28423
28421
  */
28424
- telephonenr?: components["schemas"]["TelephoneNr"];
28422
+ telephonenr?: string;
28425
28423
  /**
28426
28424
  * Iban
28427
28425
  * @description The prospect's IBAN.
@@ -31809,7 +31807,7 @@ interface components {
31809
31807
  * @description The prospect's telephonenumber.
31810
31808
  * @example +32 499 99 99 99
31811
31809
  */
31812
- telephonenr?: components["schemas"]["TelephoneNr"];
31810
+ telephonenr?: string;
31813
31811
  /**
31814
31812
  * Iban
31815
31813
  * @description The prospect's IBAN.
@@ -34447,7 +34445,7 @@ interface components {
34447
34445
  * @description The prospect's telephonenumber.
34448
34446
  * @example +32 499 99 99 99
34449
34447
  */
34450
- telephonenr?: components["schemas"]["TelephoneNr"];
34448
+ telephonenr?: string;
34451
34449
  /**
34452
34450
  * Iban
34453
34451
  * @description The prospect's IBAN.
@@ -36545,7 +36543,7 @@ interface components {
36545
36543
  * @description The prospect's telephonenumber.
36546
36544
  * @example +32 499 99 99 99
36547
36545
  */
36548
- telephonenr?: components["schemas"]["TelephoneNr"];
36546
+ telephonenr?: string;
36549
36547
  /**
36550
36548
  * Iban
36551
36549
  * @description The prospect's IBAN.
@@ -43669,7 +43667,7 @@ interface components {
43669
43667
  * @description The prospect's telephonenumber.
43670
43668
  * @example +32 499 99 99 99
43671
43669
  */
43672
- telephonenr?: components["schemas"]["TelephoneNr"];
43670
+ telephonenr?: string;
43673
43671
  /**
43674
43672
  * Iban
43675
43673
  * @description The prospect's IBAN.
@@ -46165,7 +46163,7 @@ interface components {
46165
46163
  * @description The prospect's telephonenumber.
46166
46164
  * @example +32 499 99 99 99
46167
46165
  */
46168
- telephonenr?: components["schemas"]["TelephoneNr"];
46166
+ telephonenr?: string;
46169
46167
  /**
46170
46168
  * Iban
46171
46169
  * @description The prospect's IBAN.
@@ -53836,7 +53834,7 @@ interface components {
53836
53834
  /**
53837
53835
  * Quote Specifications
53838
53836
  * @default {
53839
- * "contract_commencement_date": "2026-02-24"
53837
+ * "contract_commencement_date": "2026-02-25"
53840
53838
  * }
53841
53839
  */
53842
53840
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -58854,6 +58852,8 @@ interface components {
58854
58852
  */
58855
58853
  region?: string;
58856
58854
  };
58855
+ /** TelephoneNr */
58856
+ TelephoneNr: Record<string, never>;
58857
58857
  /** Company */
58858
58858
  wg_py_models__domain__insurance__insurances__allianz__prospect__Company: {
58859
58859
  /** Name */
@@ -71417,7 +71417,6 @@ type SchemaEducationLevel = components['schemas']['EDUCATION_LEVEL'];
71417
71417
  type SchemaCitizensInsuredAmountAccidents = components['schemas']['CITIZENS_INSURED_AMOUNT_ACCIDENTS'];
71418
71418
  type SchemaTechniekNederlandTypeOfCompany = components['schemas']['TECHNIEK_NEDERLAND_TYPE_OF_COMPANY'];
71419
71419
  type SchemaTechniekNederlandTypeOfCompanySpecification = components['schemas']['TECHNIEK_NEDERLAND_TYPE_OF_COMPANY_SPECIFICATION'];
71420
- type SchemaTelephoneNr = components['schemas']['TelephoneNr'];
71421
71420
  type SchemaAppModelsPartyPartyPreferences = components['schemas']['app__models__party__PartyPreferences'];
71422
71421
  type SchemaAppModelsPartyPartyPreferencesFuneralPreference = components['schemas']['app__models__party__PartyPreferences__FuneralPreference'];
71423
71422
  type SchemaPaymentInterval = components['schemas']['PAYMENT_INTERVAL'];
@@ -72226,6 +72225,7 @@ type SchemaAedesDriver = components['schemas']['AedesDriver'];
72226
72225
  type SchemaAllianzCarPayload = components['schemas']['AllianzCarPayload'];
72227
72226
  type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer = components['schemas']['wg_py_models__domain__insurance__insurances__allianz__prospect__Customer'];
72228
72227
  type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress = components['schemas']['wg_py_models__domain__insurance__insurances__allianz__address__Address'];
72228
+ type SchemaTelephoneNr = components['schemas']['TelephoneNr'];
72229
72229
  type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany = components['schemas']['wg_py_models__domain__insurance__insurances__allianz__prospect__Company'];
72230
72230
  type SchemaAllianzCar = components['schemas']['AllianzCar'];
72231
72231
  type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor = components['schemas']['wg_py_models__domain__insurance__insurances__allianz__enums__CAR_USED_FOR'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.30.271",
3
+ "version": "4.30.272",
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",