@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.
Files changed (2) hide show
  1. package/openapi.ts +1 -7
  2. 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 e7b5d37a-6771-4fb9-9ae6-92af898b0e01
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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.614",
3
+ "version": "1.0.615",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],