wg-api-sdk 4.31.29 → 4.31.30
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 +11 -8
- package/dist/index.d.ts +11 -8
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9697,7 +9697,7 @@ interface components {
|
|
|
9697
9697
|
* Timestamp
|
|
9698
9698
|
* Format: date-time
|
|
9699
9699
|
* @description Timestamp of when the error occured
|
|
9700
|
-
* @default 2026-
|
|
9700
|
+
* @default 2026-04-01T10:01:27.549060
|
|
9701
9701
|
*/
|
|
9702
9702
|
timestamp: string;
|
|
9703
9703
|
/**
|
|
@@ -54487,7 +54487,7 @@ interface components {
|
|
|
54487
54487
|
/**
|
|
54488
54488
|
* Quote Specifications
|
|
54489
54489
|
* @default {
|
|
54490
|
-
* "contract_commencement_date": "2026-
|
|
54490
|
+
* "contract_commencement_date": "2026-04-01"
|
|
54491
54491
|
* }
|
|
54492
54492
|
*/
|
|
54493
54493
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -65975,6 +65975,8 @@ interface components {
|
|
|
65975
65975
|
* Format: uuid
|
|
65976
65976
|
*/
|
|
65977
65977
|
dias_product_id: string;
|
|
65978
|
+
/** Index */
|
|
65979
|
+
index: number;
|
|
65978
65980
|
/** Name */
|
|
65979
65981
|
name: string;
|
|
65980
65982
|
insurance_company: components["schemas"]["DiasInsuranceCompany"];
|
|
@@ -67891,6 +67893,8 @@ interface components {
|
|
|
67891
67893
|
* Format: uuid
|
|
67892
67894
|
*/
|
|
67893
67895
|
dias_product_id: string;
|
|
67896
|
+
/** Index */
|
|
67897
|
+
index: number;
|
|
67894
67898
|
insurance_company: components["schemas"]["DiasInsuranceCompany"];
|
|
67895
67899
|
insurance: components["schemas"]["DiasInsurance"];
|
|
67896
67900
|
/** Coverages */
|
|
@@ -67921,7 +67925,7 @@ interface components {
|
|
|
67921
67925
|
/** Coverages */
|
|
67922
67926
|
coverages: number[];
|
|
67923
67927
|
/** Index */
|
|
67924
|
-
index
|
|
67928
|
+
index: number;
|
|
67925
67929
|
/**
|
|
67926
67930
|
* date
|
|
67927
67931
|
* Format: date
|
|
@@ -67958,7 +67962,7 @@ interface components {
|
|
|
67958
67962
|
/** Coverages */
|
|
67959
67963
|
coverages: number[];
|
|
67960
67964
|
/** Index */
|
|
67961
|
-
index
|
|
67965
|
+
index: number;
|
|
67962
67966
|
/**
|
|
67963
67967
|
* date
|
|
67964
67968
|
* Format: date
|
|
@@ -67984,6 +67988,8 @@ interface components {
|
|
|
67984
67988
|
};
|
|
67985
67989
|
/** RecalculateDiasQuoteRequest */
|
|
67986
67990
|
RecalculateDiasQuoteRequest: {
|
|
67991
|
+
/** Index */
|
|
67992
|
+
index: number;
|
|
67987
67993
|
/** Coverages */
|
|
67988
67994
|
coverages: number[];
|
|
67989
67995
|
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
@@ -71455,10 +71461,7 @@ interface components {
|
|
|
71455
71461
|
* Format: uuid
|
|
71456
71462
|
*/
|
|
71457
71463
|
insurance_policy_id: string;
|
|
71458
|
-
/**
|
|
71459
|
-
* Index
|
|
71460
|
-
* @default 0
|
|
71461
|
-
*/
|
|
71464
|
+
/** Index */
|
|
71462
71465
|
index: number;
|
|
71463
71466
|
};
|
|
71464
71467
|
/** YellowHiveProductToInsurancePolicyLink */
|
package/dist/index.d.ts
CHANGED
|
@@ -9697,7 +9697,7 @@ interface components {
|
|
|
9697
9697
|
* Timestamp
|
|
9698
9698
|
* Format: date-time
|
|
9699
9699
|
* @description Timestamp of when the error occured
|
|
9700
|
-
* @default 2026-
|
|
9700
|
+
* @default 2026-04-01T10:01:27.549060
|
|
9701
9701
|
*/
|
|
9702
9702
|
timestamp: string;
|
|
9703
9703
|
/**
|
|
@@ -54487,7 +54487,7 @@ interface components {
|
|
|
54487
54487
|
/**
|
|
54488
54488
|
* Quote Specifications
|
|
54489
54489
|
* @default {
|
|
54490
|
-
* "contract_commencement_date": "2026-
|
|
54490
|
+
* "contract_commencement_date": "2026-04-01"
|
|
54491
54491
|
* }
|
|
54492
54492
|
*/
|
|
54493
54493
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -65975,6 +65975,8 @@ interface components {
|
|
|
65975
65975
|
* Format: uuid
|
|
65976
65976
|
*/
|
|
65977
65977
|
dias_product_id: string;
|
|
65978
|
+
/** Index */
|
|
65979
|
+
index: number;
|
|
65978
65980
|
/** Name */
|
|
65979
65981
|
name: string;
|
|
65980
65982
|
insurance_company: components["schemas"]["DiasInsuranceCompany"];
|
|
@@ -67891,6 +67893,8 @@ interface components {
|
|
|
67891
67893
|
* Format: uuid
|
|
67892
67894
|
*/
|
|
67893
67895
|
dias_product_id: string;
|
|
67896
|
+
/** Index */
|
|
67897
|
+
index: number;
|
|
67894
67898
|
insurance_company: components["schemas"]["DiasInsuranceCompany"];
|
|
67895
67899
|
insurance: components["schemas"]["DiasInsurance"];
|
|
67896
67900
|
/** Coverages */
|
|
@@ -67921,7 +67925,7 @@ interface components {
|
|
|
67921
67925
|
/** Coverages */
|
|
67922
67926
|
coverages: number[];
|
|
67923
67927
|
/** Index */
|
|
67924
|
-
index
|
|
67928
|
+
index: number;
|
|
67925
67929
|
/**
|
|
67926
67930
|
* date
|
|
67927
67931
|
* Format: date
|
|
@@ -67958,7 +67962,7 @@ interface components {
|
|
|
67958
67962
|
/** Coverages */
|
|
67959
67963
|
coverages: number[];
|
|
67960
67964
|
/** Index */
|
|
67961
|
-
index
|
|
67965
|
+
index: number;
|
|
67962
67966
|
/**
|
|
67963
67967
|
* date
|
|
67964
67968
|
* Format: date
|
|
@@ -67984,6 +67988,8 @@ interface components {
|
|
|
67984
67988
|
};
|
|
67985
67989
|
/** RecalculateDiasQuoteRequest */
|
|
67986
67990
|
RecalculateDiasQuoteRequest: {
|
|
67991
|
+
/** Index */
|
|
67992
|
+
index: number;
|
|
67987
67993
|
/** Coverages */
|
|
67988
67994
|
coverages: number[];
|
|
67989
67995
|
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
@@ -71455,10 +71461,7 @@ interface components {
|
|
|
71455
71461
|
* Format: uuid
|
|
71456
71462
|
*/
|
|
71457
71463
|
insurance_policy_id: string;
|
|
71458
|
-
/**
|
|
71459
|
-
* Index
|
|
71460
|
-
* @default 0
|
|
71461
|
-
*/
|
|
71464
|
+
/** Index */
|
|
71462
71465
|
index: number;
|
|
71463
71466
|
};
|
|
71464
71467
|
/** YellowHiveProductToInsurancePolicyLink */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.30",
|
|
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",
|