wg-api-sdk 4.30.244 → 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.
@@ -6123,6 +6123,7 @@ interface paths {
6123
6123
  };
6124
6124
  /**
6125
6125
  * Get All Parties By Distribution
6126
+ * @deprecated
6126
6127
  * @description Get all parties by distribution.
6127
6128
  */
6128
6129
  get: operations["get_all_parties_by_distribution_v1_api_distributions__distribution_id__parties_get"];
@@ -9000,7 +9001,7 @@ interface components {
9000
9001
  * Timestamp
9001
9002
  * Format: date-time
9002
9003
  * @description Timestamp of when the error occured
9003
- * @default 2026-01-20T10:03:03.772519
9004
+ * @default 2026-01-20T15:39:39.225200
9004
9005
  */
9005
9006
  timestamp: string;
9006
9007
  /**
@@ -39318,10 +39319,45 @@ interface components {
39318
39319
  * Format: date-time
39319
39320
  */
39320
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"];
39321
39358
  amount_of_risk_objects: components["schemas"]["app__models__risk_objects__AmountOfRiskObjects"];
39322
39359
  /** Assignees */
39323
39360
  assignees?: components["schemas"]["app__views__models__party__PartyAssignee"][];
39324
- status?: components["schemas"]["PARTY_STATUS"];
39325
39361
  /**
39326
39362
  * External Refs
39327
39363
  * @default []
package/dist/index.d.ts CHANGED
@@ -6123,6 +6123,7 @@ interface paths {
6123
6123
  };
6124
6124
  /**
6125
6125
  * Get All Parties By Distribution
6126
+ * @deprecated
6126
6127
  * @description Get all parties by distribution.
6127
6128
  */
6128
6129
  get: operations["get_all_parties_by_distribution_v1_api_distributions__distribution_id__parties_get"];
@@ -9000,7 +9001,7 @@ interface components {
9000
9001
  * Timestamp
9001
9002
  * Format: date-time
9002
9003
  * @description Timestamp of when the error occured
9003
- * @default 2026-01-20T10:03:03.772519
9004
+ * @default 2026-01-20T15:39:39.225200
9004
9005
  */
9005
9006
  timestamp: string;
9006
9007
  /**
@@ -39318,10 +39319,45 @@ interface components {
39318
39319
  * Format: date-time
39319
39320
  */
39320
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"];
39321
39358
  amount_of_risk_objects: components["schemas"]["app__models__risk_objects__AmountOfRiskObjects"];
39322
39359
  /** Assignees */
39323
39360
  assignees?: components["schemas"]["app__views__models__party__PartyAssignee"][];
39324
- status?: components["schemas"]["PARTY_STATUS"];
39325
39361
  /**
39326
39362
  * External Refs
39327
39363
  * @default []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.30.244",
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",