@erp-galoper/types 1.0.92 → 1.0.94

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 +5 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -24081,6 +24081,8 @@ export interface components {
24081
24081
  branch: components["schemas"]["BranchOpeningQuantitySchema"];
24082
24082
  /** Description */
24083
24083
  description?: string | null;
24084
+ /** Candelete */
24085
+ canDelete: boolean;
24084
24086
  };
24085
24087
  /** WarehouseOpeningQuantitySchema */
24086
24088
  WarehouseOpeningQuantitySchema: {
@@ -26465,7 +26467,7 @@ export interface components {
26465
26467
  /**
26466
26468
  * Id
26467
26469
  * Format: uuid
26468
- * @example 9d3fe42d-67bd-4c23-98eb-c4f1daf717c6
26470
+ * @example d3ee8e89-f537-434a-b212-c32d888c5ded
26469
26471
  */
26470
26472
  id: string;
26471
26473
  /**
@@ -40994,7 +40996,7 @@ export interface components {
40994
40996
  /** @description Linked return sales order, if applicable. */
40995
40997
  salesReturnOrder: components["schemas"]["DocumentCommonSchema"] | null;
40996
40998
  approvalStatus: components["schemas"]["ApprovalValueChoices"];
40997
- status: components["schemas"]["InternalStatusOnReturnValueChoices"];
40999
+ status: components["schemas"]["DocumentStatusValue"];
40998
41000
  /** Companyrate */
40999
41001
  companyRate: string | null;
41000
41002
  /** Secondaryrate */
@@ -41148,7 +41150,7 @@ export interface components {
41148
41150
  /** @description Linked return sales order, if applicable. */
41149
41151
  salesReturnOrder: components["schemas"]["DocumentCommonSchema"] | null;
41150
41152
  approvalStatus: components["schemas"]["ApprovalValueChoices"];
41151
- status: components["schemas"]["InternalStatusOnReturnValueChoices"];
41153
+ status: components["schemas"]["DocumentStatusValue"];
41152
41154
  /** Companyrate */
41153
41155
  companyRate: string | null;
41154
41156
  /** 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.94",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],