wg-api-sdk 4.31.12 → 4.31.13
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 -2
- package/dist/index.d.ts +6 -2
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -9629,7 +9629,7 @@ interface components {
|
|
|
9629
9629
|
* Timestamp
|
|
9630
9630
|
* Format: date-time
|
|
9631
9631
|
* @description Timestamp of when the error occured
|
|
9632
|
-
* @default 2026-03-
|
|
9632
|
+
* @default 2026-03-17T09:01:02.826933
|
|
9633
9633
|
*/
|
|
9634
9634
|
timestamp: string;
|
|
9635
9635
|
/**
|
|
@@ -54404,7 +54404,7 @@ interface components {
|
|
|
54404
54404
|
/**
|
|
54405
54405
|
* Quote Specifications
|
|
54406
54406
|
* @default {
|
|
54407
|
-
* "contract_commencement_date": "2026-03-
|
|
54407
|
+
* "contract_commencement_date": "2026-03-17"
|
|
54408
54408
|
* }
|
|
54409
54409
|
*/
|
|
54410
54410
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -67693,6 +67693,8 @@ interface components {
|
|
|
67693
67693
|
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
67694
67694
|
/** Dias Collection Method Id */
|
|
67695
67695
|
dias_collection_method_id?: string;
|
|
67696
|
+
/** Is Tailored Premium */
|
|
67697
|
+
is_tailored_premium?: boolean;
|
|
67696
67698
|
};
|
|
67697
67699
|
/** DiasInsurancePackage */
|
|
67698
67700
|
DiasInsurancePackage: {
|
|
@@ -67725,6 +67727,8 @@ interface components {
|
|
|
67725
67727
|
* Format: date
|
|
67726
67728
|
*/
|
|
67727
67729
|
start_date?: string;
|
|
67730
|
+
/** Is Tailored Premium */
|
|
67731
|
+
is_tailored_premium?: boolean;
|
|
67728
67732
|
};
|
|
67729
67733
|
/** handle_calculate_one_dias_quote_for_conversation_params */
|
|
67730
67734
|
handle_calculate_one_dias_quote_for_conversation_params: {
|
package/dist/index.d.ts
CHANGED
|
@@ -9629,7 +9629,7 @@ interface components {
|
|
|
9629
9629
|
* Timestamp
|
|
9630
9630
|
* Format: date-time
|
|
9631
9631
|
* @description Timestamp of when the error occured
|
|
9632
|
-
* @default 2026-03-
|
|
9632
|
+
* @default 2026-03-17T09:01:02.826933
|
|
9633
9633
|
*/
|
|
9634
9634
|
timestamp: string;
|
|
9635
9635
|
/**
|
|
@@ -54404,7 +54404,7 @@ interface components {
|
|
|
54404
54404
|
/**
|
|
54405
54405
|
* Quote Specifications
|
|
54406
54406
|
* @default {
|
|
54407
|
-
* "contract_commencement_date": "2026-03-
|
|
54407
|
+
* "contract_commencement_date": "2026-03-17"
|
|
54408
54408
|
* }
|
|
54409
54409
|
*/
|
|
54410
54410
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -67693,6 +67693,8 @@ interface components {
|
|
|
67693
67693
|
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
67694
67694
|
/** Dias Collection Method Id */
|
|
67695
67695
|
dias_collection_method_id?: string;
|
|
67696
|
+
/** Is Tailored Premium */
|
|
67697
|
+
is_tailored_premium?: boolean;
|
|
67696
67698
|
};
|
|
67697
67699
|
/** DiasInsurancePackage */
|
|
67698
67700
|
DiasInsurancePackage: {
|
|
@@ -67725,6 +67727,8 @@ interface components {
|
|
|
67725
67727
|
* Format: date
|
|
67726
67728
|
*/
|
|
67727
67729
|
start_date?: string;
|
|
67730
|
+
/** Is Tailored Premium */
|
|
67731
|
+
is_tailored_premium?: boolean;
|
|
67728
67732
|
};
|
|
67729
67733
|
/** handle_calculate_one_dias_quote_for_conversation_params */
|
|
67730
67734
|
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.13",
|
|
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",
|