@erp-galoper/types 1.0.979 → 1.0.981

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 +12 -12
  2. 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: number;
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: number;
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: number;
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: number;
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: number;
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: number;
25654
+ serialNumber: string;
25655
25655
  fromWarehouse: components["schemas"]["WarehouseSummaryInfo"];
25656
25656
  toWarehouse: components["schemas"]["WarehouseSummaryInfo"];
25657
25657
  branch: components["schemas"]["BranchSummaryInfo"];
@@ -36798,9 +36798,9 @@ export interface components {
36798
36798
  /**
36799
36799
  * Relatedpartyid
36800
36800
  * @description
36801
- * - related_party_type = Employee: use route /api/v1/employees/?branchId={branch-id}&type=children and filter by isActive equal true
36802
- * - related_party_type = Customer: use route /api/v1/customers/?type=children and filter by isActive equal true
36803
- * - related_party_type = Supplier: use route /api/v1/suppliers/?type=children and filter by isActive equal true
36801
+ * - related_party_type = Employee: use route /api/v1/employees?documentType=salesPerson&branch={branch_id}
36802
+ * - related_party_type = Customer: use route /api/v1/customers?documentType=salesPerson
36803
+ * - related_party_type = Supplier: use route /api/v1/suppliers?documentType=salesPerson
36804
36804
  *
36805
36805
  */
36806
36806
  relatedPartyId: number | string;
@@ -36832,9 +36832,9 @@ export interface components {
36832
36832
  /**
36833
36833
  * Relatedpartyid
36834
36834
  * @description
36835
- * - related_party_type = Employee: use route /api/v1/employees/?branchId={branch-id}&type=children and filter by isActive equal true
36836
- * - related_party_type = Customer: use route /api/v1/customers/?type=children and filter by isActive equal true
36837
- * - related_party_type = Supplier: use route /api/v1/suppliers/?type=children and filter by isActive equal true
36835
+ * - related_party_type = Employee: use route /api/v1/employees?documentType=salesPerson&branch={branch_id}
36836
+ * - related_party_type = Customer: use route /api/v1/customers?documentType=salesPerson
36837
+ * - related_party_type = Supplier: use route /api/v1/suppliers?documentType=salesPerson
36838
36838
  *
36839
36839
  */
36840
36840
  relatedPartyId: number | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.979",
3
+ "version": "1.0.981",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],