wg-api-sdk 4.30.199-alpha.5 → 4.30.200

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.
@@ -8752,7 +8752,7 @@ interface components {
8752
8752
  * Timestamp
8753
8753
  * Format: date-time
8754
8754
  * @description Timestamp of when the error occured
8755
- * @default 2025-11-06T10:43:08.894500
8755
+ * @default 2025-11-06T14:24:51.458485
8756
8756
  */
8757
8757
  timestamp: string;
8758
8758
  /**
@@ -64221,6 +64221,8 @@ interface components {
64221
64221
  * Format: uuid
64222
64222
  */
64223
64223
  insurance_policy_id?: string;
64224
+ /** Anva Mutation Reason Code */
64225
+ anva_mutation_reason_code?: string;
64224
64226
  filters?: components["schemas"]["ExtractedQuestionnaireFilters"];
64225
64227
  };
64226
64228
  /**
@@ -64470,6 +64472,8 @@ interface components {
64470
64472
  * Format: uuid
64471
64473
  */
64472
64474
  insurance_policy_id?: string;
64475
+ /** Anva Mutation Reason Code */
64476
+ anva_mutation_reason_code?: string;
64473
64477
  };
64474
64478
  /** answer_flow_params */
64475
64479
  answer_flow_params: {
@@ -67841,6 +67845,8 @@ interface components {
67841
67845
  * @default []
67842
67846
  */
67843
67847
  anva_quotes: components["schemas"]["AnvaProductToInsurancePolicyLink"][];
67848
+ /** Anva Mutation Reason Code */
67849
+ anva_mutation_reason_code?: string;
67844
67850
  /** Yellowhive Shopping Cart Guid */
67845
67851
  yellowhive_shopping_cart_guid?: string;
67846
67852
  /**
@@ -67925,6 +67931,11 @@ interface components {
67925
67931
  * @description Certain flows need `quote_ids` to be passed to a follow-up flow like ASKA Offer -> `quote_ids` -> ASKA Contract
67926
67932
  */
67927
67933
  quote_ids?: string[];
67934
+ /**
67935
+ * Insurance Policy Id
67936
+ * Format: uuid
67937
+ */
67938
+ insurance_policy_id?: string;
67928
67939
  /**
67929
67940
  * Mail Events
67930
67941
  * @description mails that have been sent that have a link with the session, example is a reminder email.
package/dist/index.d.ts CHANGED
@@ -8752,7 +8752,7 @@ interface components {
8752
8752
  * Timestamp
8753
8753
  * Format: date-time
8754
8754
  * @description Timestamp of when the error occured
8755
- * @default 2025-11-06T10:43:08.894500
8755
+ * @default 2025-11-06T14:24:51.458485
8756
8756
  */
8757
8757
  timestamp: string;
8758
8758
  /**
@@ -64221,6 +64221,8 @@ interface components {
64221
64221
  * Format: uuid
64222
64222
  */
64223
64223
  insurance_policy_id?: string;
64224
+ /** Anva Mutation Reason Code */
64225
+ anva_mutation_reason_code?: string;
64224
64226
  filters?: components["schemas"]["ExtractedQuestionnaireFilters"];
64225
64227
  };
64226
64228
  /**
@@ -64470,6 +64472,8 @@ interface components {
64470
64472
  * Format: uuid
64471
64473
  */
64472
64474
  insurance_policy_id?: string;
64475
+ /** Anva Mutation Reason Code */
64476
+ anva_mutation_reason_code?: string;
64473
64477
  };
64474
64478
  /** answer_flow_params */
64475
64479
  answer_flow_params: {
@@ -67841,6 +67845,8 @@ interface components {
67841
67845
  * @default []
67842
67846
  */
67843
67847
  anva_quotes: components["schemas"]["AnvaProductToInsurancePolicyLink"][];
67848
+ /** Anva Mutation Reason Code */
67849
+ anva_mutation_reason_code?: string;
67844
67850
  /** Yellowhive Shopping Cart Guid */
67845
67851
  yellowhive_shopping_cart_guid?: string;
67846
67852
  /**
@@ -67925,6 +67931,11 @@ interface components {
67925
67931
  * @description Certain flows need `quote_ids` to be passed to a follow-up flow like ASKA Offer -> `quote_ids` -> ASKA Contract
67926
67932
  */
67927
67933
  quote_ids?: string[];
67934
+ /**
67935
+ * Insurance Policy Id
67936
+ * Format: uuid
67937
+ */
67938
+ insurance_policy_id?: string;
67928
67939
  /**
67929
67940
  * Mail Events
67930
67941
  * @description mails that have been sent that have a link with the session, example is a reminder email.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.30.199-alpha.5",
3
+ "version": "4.30.200",
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",