wg-api-sdk 4.31.3-alpha.1 → 4.31.5

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.
@@ -9561,7 +9561,7 @@ interface components {
9561
9561
  * Timestamp
9562
9562
  * Format: date-time
9563
9563
  * @description Timestamp of when the error occured
9564
- * @default 2026-03-09T10:34:20.265051
9564
+ * @default 2026-03-09T15:23:23.550402
9565
9565
  */
9566
9566
  timestamp: string;
9567
9567
  /**
@@ -65059,6 +65059,16 @@ interface components {
65059
65059
  * @description description of uploaded document
65060
65060
  */
65061
65061
  description?: string;
65062
+ /**
65063
+ * Segment Code
65064
+ * @description Dossier segment code
65065
+ */
65066
+ segment_code?: string;
65067
+ /**
65068
+ * Ddi Document Type
65069
+ * @description DDI document type: 1=E-mail, 2=Gescand, 3=BPM, 4=ANVA-Word, 5=ANVA-PDF
65070
+ */
65071
+ ddi_document_type?: string;
65062
65072
  };
65063
65073
  /** create_task_in_assu_params */
65064
65074
  create_task_in_assu_params: {
package/dist/index.d.ts CHANGED
@@ -9561,7 +9561,7 @@ interface components {
9561
9561
  * Timestamp
9562
9562
  * Format: date-time
9563
9563
  * @description Timestamp of when the error occured
9564
- * @default 2026-03-09T10:34:20.265051
9564
+ * @default 2026-03-09T15:23:23.550402
9565
9565
  */
9566
9566
  timestamp: string;
9567
9567
  /**
@@ -65059,6 +65059,16 @@ interface components {
65059
65059
  * @description description of uploaded document
65060
65060
  */
65061
65061
  description?: string;
65062
+ /**
65063
+ * Segment Code
65064
+ * @description Dossier segment code
65065
+ */
65066
+ segment_code?: string;
65067
+ /**
65068
+ * Ddi Document Type
65069
+ * @description DDI document type: 1=E-mail, 2=Gescand, 3=BPM, 4=ANVA-Word, 5=ANVA-PDF
65070
+ */
65071
+ ddi_document_type?: string;
65062
65072
  };
65063
65073
  /** create_task_in_assu_params */
65064
65074
  create_task_in_assu_params: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-api-sdk",
3
- "version": "4.31.3-alpha.1",
3
+ "version": "4.31.5",
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",