wg-api-sdk 4.31.78 → 4.31.79

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.
@@ -9833,7 +9833,7 @@ interface components {
9833
9833
  * Timestamp
9834
9834
  * Format: date-time
9835
9835
  * @description Timestamp of when the error occured
9836
- * @default 2026-07-13T13:34:07.096137
9836
+ * @default 2026-07-13T14:35:11.645627
9837
9837
  */
9838
9838
  timestamp: string;
9839
9839
  /**
@@ -35012,6 +35012,156 @@ interface components {
35012
35012
  /** Company */
35013
35013
  company: string;
35014
35014
  };
35015
+ /** InsurancePolicyWithPartyQueryModel */
35016
+ InsurancePolicyWithPartyQueryModel: {
35017
+ /**
35018
+ * Created At
35019
+ * Format: date-time
35020
+ */
35021
+ created_at: string;
35022
+ /**
35023
+ * Id
35024
+ * Format: uuid
35025
+ */
35026
+ id: string;
35027
+ /** Name */
35028
+ name: string;
35029
+ type: components["schemas"]["INSURANCE_POLICY_TYPE"];
35030
+ status?: components["schemas"]["INSURANCE_POLICY_TYPE"];
35031
+ /** Policy Nr */
35032
+ policy_nr?: string;
35033
+ /** Premium */
35034
+ premium?: number;
35035
+ /**
35036
+ * Coverages
35037
+ * @default []
35038
+ */
35039
+ coverages: components["schemas"]["CoverageQueryModel"][];
35040
+ /** Insurance Company */
35041
+ insurance_company?: string;
35042
+ /** Closed At Distribution */
35043
+ closed_at_distribution?: boolean;
35044
+ /** Anva Collection Method Code */
35045
+ anva_collection_method_code?: number;
35046
+ /**
35047
+ * Anva Product Id
35048
+ * Format: uuid
35049
+ */
35050
+ anva_product_id?: string;
35051
+ /** Anva Product Ref */
35052
+ anva_product_ref?: string;
35053
+ /**
35054
+ * Yellowhive Product Id
35055
+ * Format: uuid
35056
+ */
35057
+ yellowhive_product_id?: string;
35058
+ /**
35059
+ * Dias Product Id
35060
+ * Format: uuid
35061
+ */
35062
+ dias_product_id?: string;
35063
+ /** Dias Collection Method Id */
35064
+ dias_collection_method_id?: string;
35065
+ carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
35066
+ /**
35067
+ * Simulation Id
35068
+ * Format: uuid
35069
+ */
35070
+ simulation_id?: string;
35071
+ /**
35072
+ * Predecessor Insurance Policy Id
35073
+ * Format: uuid
35074
+ */
35075
+ predecessor_insurance_policy_id?: string;
35076
+ /**
35077
+ * Assigned To
35078
+ * Format: uuid
35079
+ * @description The broker assigned to follow up on this policy/offer.
35080
+ */
35081
+ assigned_to?: string;
35082
+ /** Is Tailored Premium */
35083
+ is_tailored_premium?: boolean;
35084
+ /**
35085
+ * Policy Package Id
35086
+ * Format: uuid
35087
+ */
35088
+ policy_package_id?: string;
35089
+ payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
35090
+ /** Insured Value */
35091
+ insured_value?: number;
35092
+ /** Deductible */
35093
+ deductible?: string;
35094
+ /** Branch Code */
35095
+ branch_code?: string;
35096
+ /** Description */
35097
+ description?: string;
35098
+ /** Policy Document Link */
35099
+ policy_document_link?: string;
35100
+ /**
35101
+ * Clauses
35102
+ * @default []
35103
+ */
35104
+ clauses: components["schemas"]["ClauseQueryModel"][];
35105
+ /**
35106
+ * Documents
35107
+ * @default []
35108
+ */
35109
+ documents: components["schemas"]["InsurancePolicyDocumentQueryModel"][];
35110
+ /**
35111
+ * Links
35112
+ * @default []
35113
+ */
35114
+ links: components["schemas"]["InsurancePolicyLinkQueryModel"][];
35115
+ /** External Refs */
35116
+ external_refs?: components["schemas"]["app__views__models__advisory_report__InsurancePolicyQueryModel__ExternalRef"][];
35117
+ /** Due Date */
35118
+ due_date?: string;
35119
+ /**
35120
+ * Start Date
35121
+ * Format: date
35122
+ */
35123
+ start_date?: string;
35124
+ /** Coverage Area */
35125
+ coverage_area?: string;
35126
+ /** Business Activities */
35127
+ business_activities?: string[];
35128
+ /** Metadata */
35129
+ metadata?: Record<string, unknown>;
35130
+ /**
35131
+ * Party
35132
+ * @description The party the insurance policy belongs to.
35133
+ */
35134
+ party: components["schemas"]["AdvisoryReportPartyQueryModel"];
35135
+ };
35136
+ /** AdvisoryReportPartyQueryModel */
35137
+ AdvisoryReportPartyQueryModel: {
35138
+ /**
35139
+ * Id
35140
+ * Format: uuid
35141
+ * @description Identifier of party.
35142
+ */
35143
+ id?: string;
35144
+ /**
35145
+ * Display Name
35146
+ * @description Full name of the party
35147
+ */
35148
+ display_name?: string;
35149
+ /**
35150
+ * Email
35151
+ * @description Email of party.
35152
+ */
35153
+ email?: string;
35154
+ /**
35155
+ * Type
35156
+ * @description Type of party
35157
+ */
35158
+ type?: string;
35159
+ /**
35160
+ * Self
35161
+ * @description Link where the full party data can be retrieved.
35162
+ */
35163
+ self?: string;
35164
+ };
35015
35165
  /** FinConnectLinkQueryModel */
35016
35166
  FinConnectLinkQueryModel: {
35017
35167
  /** Link */
@@ -40232,156 +40382,6 @@ interface components {
40232
40382
  /** Count */
40233
40383
  count?: number;
40234
40384
  };
40235
- /** InsurancePolicyWithPartyQueryModel */
40236
- InsurancePolicyWithPartyQueryModel: {
40237
- /**
40238
- * Created At
40239
- * Format: date-time
40240
- */
40241
- created_at: string;
40242
- /**
40243
- * Id
40244
- * Format: uuid
40245
- */
40246
- id: string;
40247
- /** Name */
40248
- name: string;
40249
- type: components["schemas"]["INSURANCE_POLICY_TYPE"];
40250
- status?: components["schemas"]["INSURANCE_POLICY_TYPE"];
40251
- /** Policy Nr */
40252
- policy_nr?: string;
40253
- /** Premium */
40254
- premium?: number;
40255
- /**
40256
- * Coverages
40257
- * @default []
40258
- */
40259
- coverages: components["schemas"]["CoverageQueryModel"][];
40260
- /** Insurance Company */
40261
- insurance_company?: string;
40262
- /** Closed At Distribution */
40263
- closed_at_distribution?: boolean;
40264
- /** Anva Collection Method Code */
40265
- anva_collection_method_code?: number;
40266
- /**
40267
- * Anva Product Id
40268
- * Format: uuid
40269
- */
40270
- anva_product_id?: string;
40271
- /** Anva Product Ref */
40272
- anva_product_ref?: string;
40273
- /**
40274
- * Yellowhive Product Id
40275
- * Format: uuid
40276
- */
40277
- yellowhive_product_id?: string;
40278
- /**
40279
- * Dias Product Id
40280
- * Format: uuid
40281
- */
40282
- dias_product_id?: string;
40283
- /** Dias Collection Method Id */
40284
- dias_collection_method_id?: string;
40285
- carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
40286
- /**
40287
- * Simulation Id
40288
- * Format: uuid
40289
- */
40290
- simulation_id?: string;
40291
- /**
40292
- * Predecessor Insurance Policy Id
40293
- * Format: uuid
40294
- */
40295
- predecessor_insurance_policy_id?: string;
40296
- /**
40297
- * Assigned To
40298
- * Format: uuid
40299
- * @description The broker assigned to follow up on this policy/offer.
40300
- */
40301
- assigned_to?: string;
40302
- /** Is Tailored Premium */
40303
- is_tailored_premium?: boolean;
40304
- /**
40305
- * Policy Package Id
40306
- * Format: uuid
40307
- */
40308
- policy_package_id?: string;
40309
- payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
40310
- /** Insured Value */
40311
- insured_value?: number;
40312
- /** Deductible */
40313
- deductible?: string;
40314
- /** Branch Code */
40315
- branch_code?: string;
40316
- /** Description */
40317
- description?: string;
40318
- /** Policy Document Link */
40319
- policy_document_link?: string;
40320
- /**
40321
- * Clauses
40322
- * @default []
40323
- */
40324
- clauses: components["schemas"]["ClauseQueryModel"][];
40325
- /**
40326
- * Documents
40327
- * @default []
40328
- */
40329
- documents: components["schemas"]["InsurancePolicyDocumentQueryModel"][];
40330
- /**
40331
- * Links
40332
- * @default []
40333
- */
40334
- links: components["schemas"]["InsurancePolicyLinkQueryModel"][];
40335
- /** External Refs */
40336
- external_refs?: components["schemas"]["app__views__models__advisory_report__InsurancePolicyQueryModel__ExternalRef"][];
40337
- /** Due Date */
40338
- due_date?: string;
40339
- /**
40340
- * Start Date
40341
- * Format: date
40342
- */
40343
- start_date?: string;
40344
- /** Coverage Area */
40345
- coverage_area?: string;
40346
- /** Business Activities */
40347
- business_activities?: string[];
40348
- /** Metadata */
40349
- metadata?: Record<string, unknown>;
40350
- /**
40351
- * Party
40352
- * @description The party the insurance policy belongs to.
40353
- */
40354
- party: components["schemas"]["AdvisoryReportPartyQueryModel"];
40355
- };
40356
- /** AdvisoryReportPartyQueryModel */
40357
- AdvisoryReportPartyQueryModel: {
40358
- /**
40359
- * Id
40360
- * Format: uuid
40361
- * @description Identifier of party.
40362
- */
40363
- id?: string;
40364
- /**
40365
- * Display Name
40366
- * @description Full name of the party
40367
- */
40368
- display_name?: string;
40369
- /**
40370
- * Email
40371
- * @description Email of party.
40372
- */
40373
- email?: string;
40374
- /**
40375
- * Type
40376
- * @description Type of party
40377
- */
40378
- type?: string;
40379
- /**
40380
- * Self
40381
- * @description Link where the full party data can be retrieved.
40382
- */
40383
- self?: string;
40384
- };
40385
40385
  /** InsurancePolicyComplianceQueryModel */
40386
40386
  InsurancePolicyComplianceQueryModel: {
40387
40387
  /**
@@ -72175,6 +72175,8 @@ type SchemaInsurancePolicyDocumentQueryModel = components['schemas']['InsuranceP
72175
72175
  type SchemaAppModelsUploadExternalRef = components['schemas']['app__models__upload__ExternalRef'];
72176
72176
  type SchemaInsurancePolicyLinkQueryModel = components['schemas']['InsurancePolicyLinkQueryModel'];
72177
72177
  type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef = components['schemas']['app__views__models__advisory_report__InsurancePolicyQueryModel__ExternalRef'];
72178
+ type SchemaInsurancePolicyWithPartyQueryModel = components['schemas']['InsurancePolicyWithPartyQueryModel'];
72179
+ type SchemaAdvisoryReportPartyQueryModel = components['schemas']['AdvisoryReportPartyQueryModel'];
72178
72180
  type SchemaFinConnectLinkQueryModel = components['schemas']['FinConnectLinkQueryModel'];
72179
72181
  type SchemaPolicyPackagesQueryModel = components['schemas']['PolicyPackagesQueryModel'];
72180
72182
  type SchemaPolicyPackageQueryModel = components['schemas']['PolicyPackageQueryModel'];
@@ -72266,8 +72268,6 @@ type SchemaUpdateInsurancePolicyByIdParams = components['schemas']['update_insur
72266
72268
  type SchemaInsurancePolicyUpdateCmd = components['schemas']['InsurancePolicyUpdateCmd'];
72267
72269
  type SchemaCreateInsurancePolicyForPartyParams = components['schemas']['create_insurance_policy_for_party_params'];
72268
72270
  type SchemaInsurancePoliciesWithPartyQueryModel = components['schemas']['InsurancePoliciesWithPartyQueryModel'];
72269
- type SchemaInsurancePolicyWithPartyQueryModel = components['schemas']['InsurancePolicyWithPartyQueryModel'];
72270
- type SchemaAdvisoryReportPartyQueryModel = components['schemas']['AdvisoryReportPartyQueryModel'];
72271
72271
  type SchemaInsurancePolicyComplianceQueryModel = components['schemas']['InsurancePolicyComplianceQueryModel'];
72272
72272
  type SchemaAppViewsModelsAdvisoryReportInsurancePolicyComplianceQueryModelItem = components['schemas']['app__views__models__advisory_report__InsurancePolicyComplianceQueryModel__Item'];
72273
72273
  type SchemaInsurancePolicyComplianceType = components['schemas']['INSURANCE_POLICY_COMPLIANCE_TYPE'];
@@ -92518,7 +92518,7 @@ interface operations {
92518
92518
  [name: string]: unknown;
92519
92519
  };
92520
92520
  content: {
92521
- "application/json": components["schemas"]["InsurancePolicyQueryModel"];
92521
+ "application/json": components["schemas"]["InsurancePolicyWithPartyQueryModel"];
92522
92522
  };
92523
92523
  };
92524
92524
  /** @description Bad Request */
@@ -102538,7 +102538,7 @@ interface operations {
102538
102538
  [name: string]: unknown;
102539
102539
  };
102540
102540
  content: {
102541
- "application/json": components["schemas"]["InsurancePolicyQueryModel"];
102541
+ "application/json": components["schemas"]["InsurancePolicyWithPartyQueryModel"];
102542
102542
  };
102543
102543
  };
102544
102544
  /** @description Bad Request */
package/dist/index.d.ts CHANGED
@@ -9833,7 +9833,7 @@ interface components {
9833
9833
  * Timestamp
9834
9834
  * Format: date-time
9835
9835
  * @description Timestamp of when the error occured
9836
- * @default 2026-07-13T13:34:07.096137
9836
+ * @default 2026-07-13T14:35:11.645627
9837
9837
  */
9838
9838
  timestamp: string;
9839
9839
  /**
@@ -35012,6 +35012,156 @@ interface components {
35012
35012
  /** Company */
35013
35013
  company: string;
35014
35014
  };
35015
+ /** InsurancePolicyWithPartyQueryModel */
35016
+ InsurancePolicyWithPartyQueryModel: {
35017
+ /**
35018
+ * Created At
35019
+ * Format: date-time
35020
+ */
35021
+ created_at: string;
35022
+ /**
35023
+ * Id
35024
+ * Format: uuid
35025
+ */
35026
+ id: string;
35027
+ /** Name */
35028
+ name: string;
35029
+ type: components["schemas"]["INSURANCE_POLICY_TYPE"];
35030
+ status?: components["schemas"]["INSURANCE_POLICY_TYPE"];
35031
+ /** Policy Nr */
35032
+ policy_nr?: string;
35033
+ /** Premium */
35034
+ premium?: number;
35035
+ /**
35036
+ * Coverages
35037
+ * @default []
35038
+ */
35039
+ coverages: components["schemas"]["CoverageQueryModel"][];
35040
+ /** Insurance Company */
35041
+ insurance_company?: string;
35042
+ /** Closed At Distribution */
35043
+ closed_at_distribution?: boolean;
35044
+ /** Anva Collection Method Code */
35045
+ anva_collection_method_code?: number;
35046
+ /**
35047
+ * Anva Product Id
35048
+ * Format: uuid
35049
+ */
35050
+ anva_product_id?: string;
35051
+ /** Anva Product Ref */
35052
+ anva_product_ref?: string;
35053
+ /**
35054
+ * Yellowhive Product Id
35055
+ * Format: uuid
35056
+ */
35057
+ yellowhive_product_id?: string;
35058
+ /**
35059
+ * Dias Product Id
35060
+ * Format: uuid
35061
+ */
35062
+ dias_product_id?: string;
35063
+ /** Dias Collection Method Id */
35064
+ dias_collection_method_id?: string;
35065
+ carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
35066
+ /**
35067
+ * Simulation Id
35068
+ * Format: uuid
35069
+ */
35070
+ simulation_id?: string;
35071
+ /**
35072
+ * Predecessor Insurance Policy Id
35073
+ * Format: uuid
35074
+ */
35075
+ predecessor_insurance_policy_id?: string;
35076
+ /**
35077
+ * Assigned To
35078
+ * Format: uuid
35079
+ * @description The broker assigned to follow up on this policy/offer.
35080
+ */
35081
+ assigned_to?: string;
35082
+ /** Is Tailored Premium */
35083
+ is_tailored_premium?: boolean;
35084
+ /**
35085
+ * Policy Package Id
35086
+ * Format: uuid
35087
+ */
35088
+ policy_package_id?: string;
35089
+ payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
35090
+ /** Insured Value */
35091
+ insured_value?: number;
35092
+ /** Deductible */
35093
+ deductible?: string;
35094
+ /** Branch Code */
35095
+ branch_code?: string;
35096
+ /** Description */
35097
+ description?: string;
35098
+ /** Policy Document Link */
35099
+ policy_document_link?: string;
35100
+ /**
35101
+ * Clauses
35102
+ * @default []
35103
+ */
35104
+ clauses: components["schemas"]["ClauseQueryModel"][];
35105
+ /**
35106
+ * Documents
35107
+ * @default []
35108
+ */
35109
+ documents: components["schemas"]["InsurancePolicyDocumentQueryModel"][];
35110
+ /**
35111
+ * Links
35112
+ * @default []
35113
+ */
35114
+ links: components["schemas"]["InsurancePolicyLinkQueryModel"][];
35115
+ /** External Refs */
35116
+ external_refs?: components["schemas"]["app__views__models__advisory_report__InsurancePolicyQueryModel__ExternalRef"][];
35117
+ /** Due Date */
35118
+ due_date?: string;
35119
+ /**
35120
+ * Start Date
35121
+ * Format: date
35122
+ */
35123
+ start_date?: string;
35124
+ /** Coverage Area */
35125
+ coverage_area?: string;
35126
+ /** Business Activities */
35127
+ business_activities?: string[];
35128
+ /** Metadata */
35129
+ metadata?: Record<string, unknown>;
35130
+ /**
35131
+ * Party
35132
+ * @description The party the insurance policy belongs to.
35133
+ */
35134
+ party: components["schemas"]["AdvisoryReportPartyQueryModel"];
35135
+ };
35136
+ /** AdvisoryReportPartyQueryModel */
35137
+ AdvisoryReportPartyQueryModel: {
35138
+ /**
35139
+ * Id
35140
+ * Format: uuid
35141
+ * @description Identifier of party.
35142
+ */
35143
+ id?: string;
35144
+ /**
35145
+ * Display Name
35146
+ * @description Full name of the party
35147
+ */
35148
+ display_name?: string;
35149
+ /**
35150
+ * Email
35151
+ * @description Email of party.
35152
+ */
35153
+ email?: string;
35154
+ /**
35155
+ * Type
35156
+ * @description Type of party
35157
+ */
35158
+ type?: string;
35159
+ /**
35160
+ * Self
35161
+ * @description Link where the full party data can be retrieved.
35162
+ */
35163
+ self?: string;
35164
+ };
35015
35165
  /** FinConnectLinkQueryModel */
35016
35166
  FinConnectLinkQueryModel: {
35017
35167
  /** Link */
@@ -40232,156 +40382,6 @@ interface components {
40232
40382
  /** Count */
40233
40383
  count?: number;
40234
40384
  };
40235
- /** InsurancePolicyWithPartyQueryModel */
40236
- InsurancePolicyWithPartyQueryModel: {
40237
- /**
40238
- * Created At
40239
- * Format: date-time
40240
- */
40241
- created_at: string;
40242
- /**
40243
- * Id
40244
- * Format: uuid
40245
- */
40246
- id: string;
40247
- /** Name */
40248
- name: string;
40249
- type: components["schemas"]["INSURANCE_POLICY_TYPE"];
40250
- status?: components["schemas"]["INSURANCE_POLICY_TYPE"];
40251
- /** Policy Nr */
40252
- policy_nr?: string;
40253
- /** Premium */
40254
- premium?: number;
40255
- /**
40256
- * Coverages
40257
- * @default []
40258
- */
40259
- coverages: components["schemas"]["CoverageQueryModel"][];
40260
- /** Insurance Company */
40261
- insurance_company?: string;
40262
- /** Closed At Distribution */
40263
- closed_at_distribution?: boolean;
40264
- /** Anva Collection Method Code */
40265
- anva_collection_method_code?: number;
40266
- /**
40267
- * Anva Product Id
40268
- * Format: uuid
40269
- */
40270
- anva_product_id?: string;
40271
- /** Anva Product Ref */
40272
- anva_product_ref?: string;
40273
- /**
40274
- * Yellowhive Product Id
40275
- * Format: uuid
40276
- */
40277
- yellowhive_product_id?: string;
40278
- /**
40279
- * Dias Product Id
40280
- * Format: uuid
40281
- */
40282
- dias_product_id?: string;
40283
- /** Dias Collection Method Id */
40284
- dias_collection_method_id?: string;
40285
- carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
40286
- /**
40287
- * Simulation Id
40288
- * Format: uuid
40289
- */
40290
- simulation_id?: string;
40291
- /**
40292
- * Predecessor Insurance Policy Id
40293
- * Format: uuid
40294
- */
40295
- predecessor_insurance_policy_id?: string;
40296
- /**
40297
- * Assigned To
40298
- * Format: uuid
40299
- * @description The broker assigned to follow up on this policy/offer.
40300
- */
40301
- assigned_to?: string;
40302
- /** Is Tailored Premium */
40303
- is_tailored_premium?: boolean;
40304
- /**
40305
- * Policy Package Id
40306
- * Format: uuid
40307
- */
40308
- policy_package_id?: string;
40309
- payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
40310
- /** Insured Value */
40311
- insured_value?: number;
40312
- /** Deductible */
40313
- deductible?: string;
40314
- /** Branch Code */
40315
- branch_code?: string;
40316
- /** Description */
40317
- description?: string;
40318
- /** Policy Document Link */
40319
- policy_document_link?: string;
40320
- /**
40321
- * Clauses
40322
- * @default []
40323
- */
40324
- clauses: components["schemas"]["ClauseQueryModel"][];
40325
- /**
40326
- * Documents
40327
- * @default []
40328
- */
40329
- documents: components["schemas"]["InsurancePolicyDocumentQueryModel"][];
40330
- /**
40331
- * Links
40332
- * @default []
40333
- */
40334
- links: components["schemas"]["InsurancePolicyLinkQueryModel"][];
40335
- /** External Refs */
40336
- external_refs?: components["schemas"]["app__views__models__advisory_report__InsurancePolicyQueryModel__ExternalRef"][];
40337
- /** Due Date */
40338
- due_date?: string;
40339
- /**
40340
- * Start Date
40341
- * Format: date
40342
- */
40343
- start_date?: string;
40344
- /** Coverage Area */
40345
- coverage_area?: string;
40346
- /** Business Activities */
40347
- business_activities?: string[];
40348
- /** Metadata */
40349
- metadata?: Record<string, unknown>;
40350
- /**
40351
- * Party
40352
- * @description The party the insurance policy belongs to.
40353
- */
40354
- party: components["schemas"]["AdvisoryReportPartyQueryModel"];
40355
- };
40356
- /** AdvisoryReportPartyQueryModel */
40357
- AdvisoryReportPartyQueryModel: {
40358
- /**
40359
- * Id
40360
- * Format: uuid
40361
- * @description Identifier of party.
40362
- */
40363
- id?: string;
40364
- /**
40365
- * Display Name
40366
- * @description Full name of the party
40367
- */
40368
- display_name?: string;
40369
- /**
40370
- * Email
40371
- * @description Email of party.
40372
- */
40373
- email?: string;
40374
- /**
40375
- * Type
40376
- * @description Type of party
40377
- */
40378
- type?: string;
40379
- /**
40380
- * Self
40381
- * @description Link where the full party data can be retrieved.
40382
- */
40383
- self?: string;
40384
- };
40385
40385
  /** InsurancePolicyComplianceQueryModel */
40386
40386
  InsurancePolicyComplianceQueryModel: {
40387
40387
  /**
@@ -72175,6 +72175,8 @@ type SchemaInsurancePolicyDocumentQueryModel = components['schemas']['InsuranceP
72175
72175
  type SchemaAppModelsUploadExternalRef = components['schemas']['app__models__upload__ExternalRef'];
72176
72176
  type SchemaInsurancePolicyLinkQueryModel = components['schemas']['InsurancePolicyLinkQueryModel'];
72177
72177
  type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef = components['schemas']['app__views__models__advisory_report__InsurancePolicyQueryModel__ExternalRef'];
72178
+ type SchemaInsurancePolicyWithPartyQueryModel = components['schemas']['InsurancePolicyWithPartyQueryModel'];
72179
+ type SchemaAdvisoryReportPartyQueryModel = components['schemas']['AdvisoryReportPartyQueryModel'];
72178
72180
  type SchemaFinConnectLinkQueryModel = components['schemas']['FinConnectLinkQueryModel'];
72179
72181
  type SchemaPolicyPackagesQueryModel = components['schemas']['PolicyPackagesQueryModel'];
72180
72182
  type SchemaPolicyPackageQueryModel = components['schemas']['PolicyPackageQueryModel'];
@@ -72266,8 +72268,6 @@ type SchemaUpdateInsurancePolicyByIdParams = components['schemas']['update_insur
72266
72268
  type SchemaInsurancePolicyUpdateCmd = components['schemas']['InsurancePolicyUpdateCmd'];
72267
72269
  type SchemaCreateInsurancePolicyForPartyParams = components['schemas']['create_insurance_policy_for_party_params'];
72268
72270
  type SchemaInsurancePoliciesWithPartyQueryModel = components['schemas']['InsurancePoliciesWithPartyQueryModel'];
72269
- type SchemaInsurancePolicyWithPartyQueryModel = components['schemas']['InsurancePolicyWithPartyQueryModel'];
72270
- type SchemaAdvisoryReportPartyQueryModel = components['schemas']['AdvisoryReportPartyQueryModel'];
72271
72271
  type SchemaInsurancePolicyComplianceQueryModel = components['schemas']['InsurancePolicyComplianceQueryModel'];
72272
72272
  type SchemaAppViewsModelsAdvisoryReportInsurancePolicyComplianceQueryModelItem = components['schemas']['app__views__models__advisory_report__InsurancePolicyComplianceQueryModel__Item'];
72273
72273
  type SchemaInsurancePolicyComplianceType = components['schemas']['INSURANCE_POLICY_COMPLIANCE_TYPE'];
@@ -92518,7 +92518,7 @@ interface operations {
92518
92518
  [name: string]: unknown;
92519
92519
  };
92520
92520
  content: {
92521
- "application/json": components["schemas"]["InsurancePolicyQueryModel"];
92521
+ "application/json": components["schemas"]["InsurancePolicyWithPartyQueryModel"];
92522
92522
  };
92523
92523
  };
92524
92524
  /** @description Bad Request */
@@ -102538,7 +102538,7 @@ interface operations {
102538
102538
  [name: string]: unknown;
102539
102539
  };
102540
102540
  content: {
102541
- "application/json": components["schemas"]["InsurancePolicyQueryModel"];
102541
+ "application/json": components["schemas"]["InsurancePolicyWithPartyQueryModel"];
102542
102542
  };
102543
102543
  };
102544
102544
  /** @description Bad Request */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.31.78",
3
+ "version": "4.31.79",
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",