@erp-galoper/types 1.0.614 → 1.0.615
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 +1 -7
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -27559,7 +27559,7 @@ export interface components {
|
|
|
27559
27559
|
/**
|
|
27560
27560
|
* Id
|
|
27561
27561
|
* Format: uuid
|
|
27562
|
-
* @example
|
|
27562
|
+
* @example fe95b1cb-9921-4463-8738-ff753ad6ac49
|
|
27563
27563
|
*/
|
|
27564
27564
|
id: string;
|
|
27565
27565
|
/**
|
|
@@ -42678,8 +42678,6 @@ export interface components {
|
|
|
42678
42678
|
* Format: uuid
|
|
42679
42679
|
* @description
|
|
42680
42680
|
* - sales invoice id ,
|
|
42681
|
-
* Visibility and Requirement:
|
|
42682
|
-
* - Required and visible if payment method is Bank Transfer
|
|
42683
42681
|
* API Endpoints for Sales Invoice Retrieval:
|
|
42684
42682
|
* - Use the API: /api/v1/sales/invoices/?type=receiptVoucher&customer={customer-id}
|
|
42685
42683
|
*/
|
|
@@ -42961,8 +42959,6 @@ export interface components {
|
|
|
42961
42959
|
* Format: uuid
|
|
42962
42960
|
* @description
|
|
42963
42961
|
* - sales invoice id ,
|
|
42964
|
-
* Visibility and Requirement:
|
|
42965
|
-
* - Required and visible if payment method is Bank Transfer
|
|
42966
42962
|
* API Endpoints for Sales Invoice Retrieval:
|
|
42967
42963
|
* - Use the API: /api/v1/sales/invoices/?type=receiptVoucher&customer={customer-id}
|
|
42968
42964
|
*/
|
|
@@ -43117,8 +43113,6 @@ export interface components {
|
|
|
43117
43113
|
* Format: uuid
|
|
43118
43114
|
* @description
|
|
43119
43115
|
* - sales invoice id ,
|
|
43120
|
-
* Visibility and Requirement:
|
|
43121
|
-
* - Required and visible if payment method is Bank Transfer
|
|
43122
43116
|
* API Endpoints for Sales Invoice Retrieval:
|
|
43123
43117
|
* - Use the API: /api/v1/sales/invoices/?type=receiptVoucher&customer={customer-id}
|
|
43124
43118
|
*/
|