wg-api-sdk 4.31.40 → 4.31.41
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/dist/esm/index.d.mts +6 -17
- package/dist/index.d.ts +6 -17
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9717,7 +9717,7 @@ interface components {
|
|
|
9717
9717
|
* Timestamp
|
|
9718
9718
|
* Format: date-time
|
|
9719
9719
|
* @description Timestamp of when the error occured
|
|
9720
|
-
* @default 2026-04-
|
|
9720
|
+
* @default 2026-04-16T09:08:01.146673
|
|
9721
9721
|
*/
|
|
9722
9722
|
timestamp: string;
|
|
9723
9723
|
/**
|
|
@@ -36651,54 +36651,43 @@ interface components {
|
|
|
36651
36651
|
/**
|
|
36652
36652
|
* Street
|
|
36653
36653
|
* @description The street.
|
|
36654
|
-
* @example Bomastraat
|
|
36655
36654
|
*/
|
|
36656
36655
|
street?: string;
|
|
36657
|
-
/**
|
|
36658
|
-
* @description The country code.
|
|
36659
|
-
* @example BE
|
|
36660
|
-
*/
|
|
36656
|
+
/** @description The country code. */
|
|
36661
36657
|
country_code?: components["schemas"]["COUNTRY_CODES"];
|
|
36662
36658
|
/**
|
|
36663
36659
|
* Zipcode
|
|
36664
36660
|
* @description The zipcode.
|
|
36665
|
-
* @example 9000
|
|
36666
36661
|
*/
|
|
36667
36662
|
zipcode?: string;
|
|
36668
36663
|
/**
|
|
36669
36664
|
* Housenr
|
|
36670
36665
|
* @description The house number.
|
|
36671
|
-
* @example 12
|
|
36672
36666
|
*/
|
|
36673
36667
|
housenr?: string;
|
|
36674
36668
|
/**
|
|
36675
36669
|
* Boxnr
|
|
36676
36670
|
* @description The box number.
|
|
36677
|
-
* @example C
|
|
36678
36671
|
*/
|
|
36679
36672
|
boxnr?: string;
|
|
36680
36673
|
/**
|
|
36681
36674
|
* City
|
|
36682
36675
|
* @description The city.
|
|
36683
|
-
* @example Gent
|
|
36684
36676
|
*/
|
|
36685
36677
|
city?: string;
|
|
36686
36678
|
/**
|
|
36687
36679
|
* Lat
|
|
36688
36680
|
* @description The latitude.
|
|
36689
|
-
* @example 51.06166
|
|
36690
36681
|
*/
|
|
36691
36682
|
lat?: number;
|
|
36692
36683
|
/**
|
|
36693
36684
|
* Lng
|
|
36694
36685
|
* @description The longitude.
|
|
36695
|
-
* @example 3.731334
|
|
36696
36686
|
*/
|
|
36697
36687
|
lng?: number;
|
|
36698
36688
|
/**
|
|
36699
36689
|
* Region
|
|
36700
36690
|
* @description The region.
|
|
36701
|
-
* @example East-Flanders
|
|
36702
36691
|
*/
|
|
36703
36692
|
region?: string;
|
|
36704
36693
|
};
|
|
@@ -48588,7 +48577,7 @@ interface components {
|
|
|
48588
48577
|
* date
|
|
48589
48578
|
* Format: date
|
|
48590
48579
|
*/
|
|
48591
|
-
birth?:
|
|
48580
|
+
birth?: string;
|
|
48592
48581
|
/** Telephonenr */
|
|
48593
48582
|
telephonenr?: string;
|
|
48594
48583
|
/** Email */
|
|
@@ -53488,7 +53477,7 @@ interface components {
|
|
|
53488
53477
|
/**
|
|
53489
53478
|
* Quote Specifications
|
|
53490
53479
|
* @default {
|
|
53491
|
-
* "contract_commencement_date": "2026-04-
|
|
53480
|
+
* "contract_commencement_date": "2026-04-16"
|
|
53492
53481
|
* }
|
|
53493
53482
|
*/
|
|
53494
53483
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -66505,10 +66494,10 @@ interface components {
|
|
|
66505
66494
|
/** Dias Collection Method Id */
|
|
66506
66495
|
dias_collection_method_id?: string;
|
|
66507
66496
|
/**
|
|
66508
|
-
* Id
|
|
66497
|
+
* Smt Policy Package Id
|
|
66509
66498
|
* Format: uuid
|
|
66510
66499
|
*/
|
|
66511
|
-
|
|
66500
|
+
smt_policy_package_id: string;
|
|
66512
66501
|
};
|
|
66513
66502
|
/** handle_calculate_one_dias_quote_for_conversation_params */
|
|
66514
66503
|
handle_calculate_one_dias_quote_for_conversation_params: {
|
package/dist/index.d.ts
CHANGED
|
@@ -9717,7 +9717,7 @@ interface components {
|
|
|
9717
9717
|
* Timestamp
|
|
9718
9718
|
* Format: date-time
|
|
9719
9719
|
* @description Timestamp of when the error occured
|
|
9720
|
-
* @default 2026-04-
|
|
9720
|
+
* @default 2026-04-16T09:08:01.146673
|
|
9721
9721
|
*/
|
|
9722
9722
|
timestamp: string;
|
|
9723
9723
|
/**
|
|
@@ -36651,54 +36651,43 @@ interface components {
|
|
|
36651
36651
|
/**
|
|
36652
36652
|
* Street
|
|
36653
36653
|
* @description The street.
|
|
36654
|
-
* @example Bomastraat
|
|
36655
36654
|
*/
|
|
36656
36655
|
street?: string;
|
|
36657
|
-
/**
|
|
36658
|
-
* @description The country code.
|
|
36659
|
-
* @example BE
|
|
36660
|
-
*/
|
|
36656
|
+
/** @description The country code. */
|
|
36661
36657
|
country_code?: components["schemas"]["COUNTRY_CODES"];
|
|
36662
36658
|
/**
|
|
36663
36659
|
* Zipcode
|
|
36664
36660
|
* @description The zipcode.
|
|
36665
|
-
* @example 9000
|
|
36666
36661
|
*/
|
|
36667
36662
|
zipcode?: string;
|
|
36668
36663
|
/**
|
|
36669
36664
|
* Housenr
|
|
36670
36665
|
* @description The house number.
|
|
36671
|
-
* @example 12
|
|
36672
36666
|
*/
|
|
36673
36667
|
housenr?: string;
|
|
36674
36668
|
/**
|
|
36675
36669
|
* Boxnr
|
|
36676
36670
|
* @description The box number.
|
|
36677
|
-
* @example C
|
|
36678
36671
|
*/
|
|
36679
36672
|
boxnr?: string;
|
|
36680
36673
|
/**
|
|
36681
36674
|
* City
|
|
36682
36675
|
* @description The city.
|
|
36683
|
-
* @example Gent
|
|
36684
36676
|
*/
|
|
36685
36677
|
city?: string;
|
|
36686
36678
|
/**
|
|
36687
36679
|
* Lat
|
|
36688
36680
|
* @description The latitude.
|
|
36689
|
-
* @example 51.06166
|
|
36690
36681
|
*/
|
|
36691
36682
|
lat?: number;
|
|
36692
36683
|
/**
|
|
36693
36684
|
* Lng
|
|
36694
36685
|
* @description The longitude.
|
|
36695
|
-
* @example 3.731334
|
|
36696
36686
|
*/
|
|
36697
36687
|
lng?: number;
|
|
36698
36688
|
/**
|
|
36699
36689
|
* Region
|
|
36700
36690
|
* @description The region.
|
|
36701
|
-
* @example East-Flanders
|
|
36702
36691
|
*/
|
|
36703
36692
|
region?: string;
|
|
36704
36693
|
};
|
|
@@ -48588,7 +48577,7 @@ interface components {
|
|
|
48588
48577
|
* date
|
|
48589
48578
|
* Format: date
|
|
48590
48579
|
*/
|
|
48591
|
-
birth?:
|
|
48580
|
+
birth?: string;
|
|
48592
48581
|
/** Telephonenr */
|
|
48593
48582
|
telephonenr?: string;
|
|
48594
48583
|
/** Email */
|
|
@@ -53488,7 +53477,7 @@ interface components {
|
|
|
53488
53477
|
/**
|
|
53489
53478
|
* Quote Specifications
|
|
53490
53479
|
* @default {
|
|
53491
|
-
* "contract_commencement_date": "2026-04-
|
|
53480
|
+
* "contract_commencement_date": "2026-04-16"
|
|
53492
53481
|
* }
|
|
53493
53482
|
*/
|
|
53494
53483
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -66505,10 +66494,10 @@ interface components {
|
|
|
66505
66494
|
/** Dias Collection Method Id */
|
|
66506
66495
|
dias_collection_method_id?: string;
|
|
66507
66496
|
/**
|
|
66508
|
-
* Id
|
|
66497
|
+
* Smt Policy Package Id
|
|
66509
66498
|
* Format: uuid
|
|
66510
66499
|
*/
|
|
66511
|
-
|
|
66500
|
+
smt_policy_package_id: string;
|
|
66512
66501
|
};
|
|
66513
66502
|
/** handle_calculate_one_dias_quote_for_conversation_params */
|
|
66514
66503
|
handle_calculate_one_dias_quote_for_conversation_params: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.41",
|
|
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",
|