@erp-galoper/types 1.0.979 → 1.0.980
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.
- package/openapi.ts +6 -6
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -24941,7 +24941,7 @@ export interface components {
|
|
|
24941
24941
|
status: components["schemas"]["InternalStatusOnReturnValueChoices"];
|
|
24942
24942
|
approvalStatus: components["schemas"]["ApprovalValueChoices"];
|
|
24943
24943
|
/** Serialnumber */
|
|
24944
|
-
serialNumber:
|
|
24944
|
+
serialNumber: string;
|
|
24945
24945
|
warehouse: components["schemas"]["WarehouseSummaryInfo"];
|
|
24946
24946
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
24947
24947
|
/** Description */
|
|
@@ -25076,7 +25076,7 @@ export interface components {
|
|
|
25076
25076
|
status: components["schemas"]["InternalStatusOnReturnValueChoices"];
|
|
25077
25077
|
approvalStatus: components["schemas"]["ApprovalValueChoices"];
|
|
25078
25078
|
/** Serialnumber */
|
|
25079
|
-
serialNumber:
|
|
25079
|
+
serialNumber: string;
|
|
25080
25080
|
warehouse: components["schemas"]["WarehouseSummaryInfo"];
|
|
25081
25081
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
25082
25082
|
/** Description */
|
|
@@ -25250,7 +25250,7 @@ export interface components {
|
|
|
25250
25250
|
status: components["schemas"]["InternalStatusOnReturnValueChoices"];
|
|
25251
25251
|
approvalStatus: components["schemas"]["ApprovalValueChoices"];
|
|
25252
25252
|
/** Serialnumber */
|
|
25253
|
-
serialNumber:
|
|
25253
|
+
serialNumber: string;
|
|
25254
25254
|
warehouse: components["schemas"]["WarehouseSummaryInfo"];
|
|
25255
25255
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
25256
25256
|
/** Description */
|
|
@@ -25367,7 +25367,7 @@ export interface components {
|
|
|
25367
25367
|
status: components["schemas"]["InternalStatusOnReturnValueChoices"];
|
|
25368
25368
|
approvalStatus: components["schemas"]["ApprovalValueChoices"];
|
|
25369
25369
|
/** Serialnumber */
|
|
25370
|
-
serialNumber:
|
|
25370
|
+
serialNumber: string;
|
|
25371
25371
|
warehouse: components["schemas"]["WarehouseSummaryInfo"];
|
|
25372
25372
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
25373
25373
|
/** Description */
|
|
@@ -25504,7 +25504,7 @@ export interface components {
|
|
|
25504
25504
|
status: components["schemas"]["InternalStatusOnReturnValueChoices"];
|
|
25505
25505
|
approvalStatus: components["schemas"]["ApprovalValueChoices"];
|
|
25506
25506
|
/** Serialnumber */
|
|
25507
|
-
serialNumber:
|
|
25507
|
+
serialNumber: string;
|
|
25508
25508
|
fromWarehouse: components["schemas"]["WarehouseSummaryInfo"];
|
|
25509
25509
|
toWarehouse: components["schemas"]["WarehouseSummaryInfo"];
|
|
25510
25510
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
@@ -25651,7 +25651,7 @@ export interface components {
|
|
|
25651
25651
|
status: components["schemas"]["InternalStatusOnReturnValueChoices"];
|
|
25652
25652
|
approvalStatus: components["schemas"]["ApprovalValueChoices"];
|
|
25653
25653
|
/** Serialnumber */
|
|
25654
|
-
serialNumber:
|
|
25654
|
+
serialNumber: string;
|
|
25655
25655
|
fromWarehouse: components["schemas"]["WarehouseSummaryInfo"];
|
|
25656
25656
|
toWarehouse: components["schemas"]["WarehouseSummaryInfo"];
|
|
25657
25657
|
branch: components["schemas"]["BranchSummaryInfo"];
|