wg-api-sdk 4.30.233-alpha.1 → 4.30.233-alpha.2
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 +26 -3
- package/dist/index.d.ts +26 -3
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -8859,7 +8859,7 @@ interface components {
|
|
|
8859
8859
|
* Timestamp
|
|
8860
8860
|
* Format: date-time
|
|
8861
8861
|
* @description Timestamp of when the error occured
|
|
8862
|
-
* @default 2026-01-06T13:
|
|
8862
|
+
* @default 2026-01-06T13:35:23.842334
|
|
8863
8863
|
*/
|
|
8864
8864
|
timestamp: string;
|
|
8865
8865
|
/**
|
|
@@ -32476,6 +32476,11 @@ interface components {
|
|
|
32476
32476
|
yellowhive_product_id?: string;
|
|
32477
32477
|
/** Metadata */
|
|
32478
32478
|
metadata?: Record<string, never>;
|
|
32479
|
+
/**
|
|
32480
|
+
* Predecessor Insurance Policy Id
|
|
32481
|
+
* Format: uuid
|
|
32482
|
+
*/
|
|
32483
|
+
predecessor_insurance_policy_id?: string;
|
|
32479
32484
|
/** Documents */
|
|
32480
32485
|
documents?: components["schemas"]["InsurancePolicyDocumentCmd"][];
|
|
32481
32486
|
/** Links */
|
|
@@ -34375,8 +34380,16 @@ interface components {
|
|
|
34375
34380
|
*/
|
|
34376
34381
|
yellowhive_product_id?: string;
|
|
34377
34382
|
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
34378
|
-
/**
|
|
34379
|
-
|
|
34383
|
+
/**
|
|
34384
|
+
* Simulation Id
|
|
34385
|
+
* Format: uuid
|
|
34386
|
+
*/
|
|
34387
|
+
simulation_id?: string;
|
|
34388
|
+
/**
|
|
34389
|
+
* Predecessor Insurance Policy Id
|
|
34390
|
+
* Format: uuid
|
|
34391
|
+
*/
|
|
34392
|
+
predecessor_insurance_policy_id?: string;
|
|
34380
34393
|
/** Is Tailored Premium */
|
|
34381
34394
|
is_tailored_premium?: boolean;
|
|
34382
34395
|
/**
|
|
@@ -39876,6 +39889,11 @@ interface components {
|
|
|
39876
39889
|
yellowhive_product_id?: string;
|
|
39877
39890
|
/** Metadata */
|
|
39878
39891
|
metadata?: Record<string, never>;
|
|
39892
|
+
/**
|
|
39893
|
+
* Predecessor Insurance Policy Id
|
|
39894
|
+
* Format: uuid
|
|
39895
|
+
*/
|
|
39896
|
+
predecessor_insurance_policy_id?: string;
|
|
39879
39897
|
/** Documents */
|
|
39880
39898
|
documents?: components["schemas"]["InsurancePolicyDocumentCmd"][];
|
|
39881
39899
|
/** Links */
|
|
@@ -49444,6 +49462,11 @@ interface components {
|
|
|
49444
49462
|
yellowhive_product_id?: string;
|
|
49445
49463
|
/** Metadata */
|
|
49446
49464
|
metadata?: Record<string, never>;
|
|
49465
|
+
/**
|
|
49466
|
+
* Predecessor Insurance Policy Id
|
|
49467
|
+
* Format: uuid
|
|
49468
|
+
*/
|
|
49469
|
+
predecessor_insurance_policy_id?: string;
|
|
49447
49470
|
/** Documents */
|
|
49448
49471
|
documents?: components["schemas"]["InsurancePolicyDocumentCmd"][];
|
|
49449
49472
|
/** Links */
|
package/dist/index.d.ts
CHANGED
|
@@ -8859,7 +8859,7 @@ interface components {
|
|
|
8859
8859
|
* Timestamp
|
|
8860
8860
|
* Format: date-time
|
|
8861
8861
|
* @description Timestamp of when the error occured
|
|
8862
|
-
* @default 2026-01-06T13:
|
|
8862
|
+
* @default 2026-01-06T13:35:23.842334
|
|
8863
8863
|
*/
|
|
8864
8864
|
timestamp: string;
|
|
8865
8865
|
/**
|
|
@@ -32476,6 +32476,11 @@ interface components {
|
|
|
32476
32476
|
yellowhive_product_id?: string;
|
|
32477
32477
|
/** Metadata */
|
|
32478
32478
|
metadata?: Record<string, never>;
|
|
32479
|
+
/**
|
|
32480
|
+
* Predecessor Insurance Policy Id
|
|
32481
|
+
* Format: uuid
|
|
32482
|
+
*/
|
|
32483
|
+
predecessor_insurance_policy_id?: string;
|
|
32479
32484
|
/** Documents */
|
|
32480
32485
|
documents?: components["schemas"]["InsurancePolicyDocumentCmd"][];
|
|
32481
32486
|
/** Links */
|
|
@@ -34375,8 +34380,16 @@ interface components {
|
|
|
34375
34380
|
*/
|
|
34376
34381
|
yellowhive_product_id?: string;
|
|
34377
34382
|
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
34378
|
-
/**
|
|
34379
|
-
|
|
34383
|
+
/**
|
|
34384
|
+
* Simulation Id
|
|
34385
|
+
* Format: uuid
|
|
34386
|
+
*/
|
|
34387
|
+
simulation_id?: string;
|
|
34388
|
+
/**
|
|
34389
|
+
* Predecessor Insurance Policy Id
|
|
34390
|
+
* Format: uuid
|
|
34391
|
+
*/
|
|
34392
|
+
predecessor_insurance_policy_id?: string;
|
|
34380
34393
|
/** Is Tailored Premium */
|
|
34381
34394
|
is_tailored_premium?: boolean;
|
|
34382
34395
|
/**
|
|
@@ -39876,6 +39889,11 @@ interface components {
|
|
|
39876
39889
|
yellowhive_product_id?: string;
|
|
39877
39890
|
/** Metadata */
|
|
39878
39891
|
metadata?: Record<string, never>;
|
|
39892
|
+
/**
|
|
39893
|
+
* Predecessor Insurance Policy Id
|
|
39894
|
+
* Format: uuid
|
|
39895
|
+
*/
|
|
39896
|
+
predecessor_insurance_policy_id?: string;
|
|
39879
39897
|
/** Documents */
|
|
39880
39898
|
documents?: components["schemas"]["InsurancePolicyDocumentCmd"][];
|
|
39881
39899
|
/** Links */
|
|
@@ -49444,6 +49462,11 @@ interface components {
|
|
|
49444
49462
|
yellowhive_product_id?: string;
|
|
49445
49463
|
/** Metadata */
|
|
49446
49464
|
metadata?: Record<string, never>;
|
|
49465
|
+
/**
|
|
49466
|
+
* Predecessor Insurance Policy Id
|
|
49467
|
+
* Format: uuid
|
|
49468
|
+
*/
|
|
49469
|
+
predecessor_insurance_policy_id?: string;
|
|
49447
49470
|
/** Documents */
|
|
49448
49471
|
documents?: components["schemas"]["InsurancePolicyDocumentCmd"][];
|
|
49449
49472
|
/** Links */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wg-api-sdk",
|
|
3
|
-
"version": "4.30.233-alpha.
|
|
3
|
+
"version": "4.30.233-alpha.2",
|
|
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",
|