wg-api-sdk 4.31.29 → 4.31.31

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.
@@ -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-03-30T14:37:43.733760
9700
+ * @default 2026-04-01T10:16:34.147113
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-03-30"
54490
+ * "contract_commencement_date": "2026-04-01"
54491
54491
  * }
54492
54492
  */
54493
54493
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -65975,8 +65975,12 @@ 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;
65982
+ /** Risk Object Name */
65983
+ risk_object_name?: string;
65980
65984
  insurance_company: components["schemas"]["DiasInsuranceCompany"];
65981
65985
  insurance: components["schemas"]["DiasInsurance"];
65982
65986
  /** Coverages */
@@ -67891,6 +67895,8 @@ interface components {
67891
67895
  * Format: uuid
67892
67896
  */
67893
67897
  dias_product_id: string;
67898
+ /** Index */
67899
+ index: number;
67894
67900
  insurance_company: components["schemas"]["DiasInsuranceCompany"];
67895
67901
  insurance: components["schemas"]["DiasInsurance"];
67896
67902
  /** Coverages */
@@ -67921,7 +67927,7 @@ interface components {
67921
67927
  /** Coverages */
67922
67928
  coverages: number[];
67923
67929
  /** Index */
67924
- index?: number;
67930
+ index: number;
67925
67931
  /**
67926
67932
  * date
67927
67933
  * Format: date
@@ -67958,7 +67964,7 @@ interface components {
67958
67964
  /** Coverages */
67959
67965
  coverages: number[];
67960
67966
  /** Index */
67961
- index?: number;
67967
+ index: number;
67962
67968
  /**
67963
67969
  * date
67964
67970
  * Format: date
@@ -67984,6 +67990,8 @@ interface components {
67984
67990
  };
67985
67991
  /** RecalculateDiasQuoteRequest */
67986
67992
  RecalculateDiasQuoteRequest: {
67993
+ /** Index */
67994
+ index: number;
67987
67995
  /** Coverages */
67988
67996
  coverages: number[];
67989
67997
  payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
@@ -71455,10 +71463,7 @@ interface components {
71455
71463
  * Format: uuid
71456
71464
  */
71457
71465
  insurance_policy_id: string;
71458
- /**
71459
- * Index
71460
- * @default 0
71461
- */
71466
+ /** Index */
71462
71467
  index: number;
71463
71468
  };
71464
71469
  /** 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-03-30T14:37:43.733760
9700
+ * @default 2026-04-01T10:16:34.147113
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-03-30"
54490
+ * "contract_commencement_date": "2026-04-01"
54491
54491
  * }
54492
54492
  */
54493
54493
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -65975,8 +65975,12 @@ 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;
65982
+ /** Risk Object Name */
65983
+ risk_object_name?: string;
65980
65984
  insurance_company: components["schemas"]["DiasInsuranceCompany"];
65981
65985
  insurance: components["schemas"]["DiasInsurance"];
65982
65986
  /** Coverages */
@@ -67891,6 +67895,8 @@ interface components {
67891
67895
  * Format: uuid
67892
67896
  */
67893
67897
  dias_product_id: string;
67898
+ /** Index */
67899
+ index: number;
67894
67900
  insurance_company: components["schemas"]["DiasInsuranceCompany"];
67895
67901
  insurance: components["schemas"]["DiasInsurance"];
67896
67902
  /** Coverages */
@@ -67921,7 +67927,7 @@ interface components {
67921
67927
  /** Coverages */
67922
67928
  coverages: number[];
67923
67929
  /** Index */
67924
- index?: number;
67930
+ index: number;
67925
67931
  /**
67926
67932
  * date
67927
67933
  * Format: date
@@ -67958,7 +67964,7 @@ interface components {
67958
67964
  /** Coverages */
67959
67965
  coverages: number[];
67960
67966
  /** Index */
67961
- index?: number;
67967
+ index: number;
67962
67968
  /**
67963
67969
  * date
67964
67970
  * Format: date
@@ -67984,6 +67990,8 @@ interface components {
67984
67990
  };
67985
67991
  /** RecalculateDiasQuoteRequest */
67986
67992
  RecalculateDiasQuoteRequest: {
67993
+ /** Index */
67994
+ index: number;
67987
67995
  /** Coverages */
67988
67996
  coverages: number[];
67989
67997
  payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
@@ -71455,10 +71463,7 @@ interface components {
71455
71463
  * Format: uuid
71456
71464
  */
71457
71465
  insurance_policy_id: string;
71458
- /**
71459
- * Index
71460
- * @default 0
71461
- */
71466
+ /** Index */
71462
71467
  index: number;
71463
71468
  };
71464
71469
  /** YellowHiveProductToInsurancePolicyLink */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.31.29",
3
+ "version": "4.31.31",
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",