@erp-galoper/types 1.0.92 → 1.0.93

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.
Files changed (2) hide show
  1. package/openapi.ts +3 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26465,7 +26465,7 @@ export interface components {
26465
26465
  /**
26466
26466
  * Id
26467
26467
  * Format: uuid
26468
- * @example 9d3fe42d-67bd-4c23-98eb-c4f1daf717c6
26468
+ * @example 1426dc9e-b815-4351-8347-2c77880da303
26469
26469
  */
26470
26470
  id: string;
26471
26471
  /**
@@ -40994,7 +40994,7 @@ export interface components {
40994
40994
  /** @description Linked return sales order, if applicable. */
40995
40995
  salesReturnOrder: components["schemas"]["DocumentCommonSchema"] | null;
40996
40996
  approvalStatus: components["schemas"]["ApprovalValueChoices"];
40997
- status: components["schemas"]["InternalStatusOnReturnValueChoices"];
40997
+ status: components["schemas"]["DocumentStatusValue"];
40998
40998
  /** Companyrate */
40999
40999
  companyRate: string | null;
41000
41000
  /** Secondaryrate */
@@ -41148,7 +41148,7 @@ export interface components {
41148
41148
  /** @description Linked return sales order, if applicable. */
41149
41149
  salesReturnOrder: components["schemas"]["DocumentCommonSchema"] | null;
41150
41150
  approvalStatus: components["schemas"]["ApprovalValueChoices"];
41151
- status: components["schemas"]["InternalStatusOnReturnValueChoices"];
41151
+ status: components["schemas"]["DocumentStatusValue"];
41152
41152
  /** Companyrate */
41153
41153
  companyRate: string | null;
41154
41154
  /** Secondaryrate */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],