wg-api-sdk 4.30.245 → 4.30.246

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.
@@ -9001,7 +9001,7 @@ interface components {
9001
9001
  * Timestamp
9002
9002
  * Format: date-time
9003
9003
  * @description Timestamp of when the error occured
9004
- * @default 2026-01-20T15:22:51.989901
9004
+ * @default 2026-01-20T15:39:39.225200
9005
9005
  */
9006
9006
  timestamp: string;
9007
9007
  /**
@@ -39319,10 +39319,45 @@ interface components {
39319
39319
  * Format: date-time
39320
39320
  */
39321
39321
  created_at: string;
39322
+ /**
39323
+ * Modified At
39324
+ * Format: date-time
39325
+ */
39326
+ modified_at?: string;
39327
+ status?: components["schemas"]["PARTY_STATUS"];
39328
+ /** Archived */
39329
+ archived?: boolean;
39330
+ /** First Name */
39331
+ first_name?: string;
39332
+ /** Last Name */
39333
+ last_name?: string;
39334
+ /** Initials */
39335
+ initials?: string;
39336
+ /** Infix */
39337
+ infix?: string;
39338
+ /** Name */
39339
+ name?: string;
39340
+ /**
39341
+ * date
39342
+ * Format: date
39343
+ */
39344
+ birth?: string;
39345
+ /** Gender */
39346
+ gender?: string;
39347
+ /** National Register Nr */
39348
+ national_register_nr?: string;
39349
+ /** Telephonenr */
39350
+ telephonenr?: string;
39351
+ /** Email */
39352
+ email?: string;
39353
+ /** Nationality */
39354
+ nationality?: string;
39355
+ /** Native Language */
39356
+ native_language?: string;
39357
+ address?: components["schemas"]["wg_py_models__domain__wegroup__complex__Address"];
39322
39358
  amount_of_risk_objects: components["schemas"]["app__models__risk_objects__AmountOfRiskObjects"];
39323
39359
  /** Assignees */
39324
39360
  assignees?: components["schemas"]["app__views__models__party__PartyAssignee"][];
39325
- status?: components["schemas"]["PARTY_STATUS"];
39326
39361
  /**
39327
39362
  * External Refs
39328
39363
  * @default []
package/dist/index.d.ts CHANGED
@@ -9001,7 +9001,7 @@ interface components {
9001
9001
  * Timestamp
9002
9002
  * Format: date-time
9003
9003
  * @description Timestamp of when the error occured
9004
- * @default 2026-01-20T15:22:51.989901
9004
+ * @default 2026-01-20T15:39:39.225200
9005
9005
  */
9006
9006
  timestamp: string;
9007
9007
  /**
@@ -39319,10 +39319,45 @@ interface components {
39319
39319
  * Format: date-time
39320
39320
  */
39321
39321
  created_at: string;
39322
+ /**
39323
+ * Modified At
39324
+ * Format: date-time
39325
+ */
39326
+ modified_at?: string;
39327
+ status?: components["schemas"]["PARTY_STATUS"];
39328
+ /** Archived */
39329
+ archived?: boolean;
39330
+ /** First Name */
39331
+ first_name?: string;
39332
+ /** Last Name */
39333
+ last_name?: string;
39334
+ /** Initials */
39335
+ initials?: string;
39336
+ /** Infix */
39337
+ infix?: string;
39338
+ /** Name */
39339
+ name?: string;
39340
+ /**
39341
+ * date
39342
+ * Format: date
39343
+ */
39344
+ birth?: string;
39345
+ /** Gender */
39346
+ gender?: string;
39347
+ /** National Register Nr */
39348
+ national_register_nr?: string;
39349
+ /** Telephonenr */
39350
+ telephonenr?: string;
39351
+ /** Email */
39352
+ email?: string;
39353
+ /** Nationality */
39354
+ nationality?: string;
39355
+ /** Native Language */
39356
+ native_language?: string;
39357
+ address?: components["schemas"]["wg_py_models__domain__wegroup__complex__Address"];
39322
39358
  amount_of_risk_objects: components["schemas"]["app__models__risk_objects__AmountOfRiskObjects"];
39323
39359
  /** Assignees */
39324
39360
  assignees?: components["schemas"]["app__views__models__party__PartyAssignee"][];
39325
- status?: components["schemas"]["PARTY_STATUS"];
39326
39361
  /**
39327
39362
  * External Refs
39328
39363
  * @default []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.30.245",
3
+ "version": "4.30.246",
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",