@erp-galoper/types 1.0.16 → 1.0.17
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 -68
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26115,7 +26115,7 @@ export interface components {
|
|
|
26115
26115
|
/**
|
|
26116
26116
|
* Id
|
|
26117
26117
|
* Format: uuid
|
|
26118
|
-
* @example
|
|
26118
|
+
* @example 408d3ac8-110e-4821-af2d-76cedce94db1
|
|
26119
26119
|
*/
|
|
26120
26120
|
id: string;
|
|
26121
26121
|
/**
|
|
@@ -32021,11 +32021,6 @@ export interface components {
|
|
|
32021
32021
|
* Format: uuid
|
|
32022
32022
|
*/
|
|
32023
32023
|
salesInvoice?: string;
|
|
32024
|
-
/**
|
|
32025
|
-
* Tax
|
|
32026
|
-
* @description tax id
|
|
32027
|
-
*/
|
|
32028
|
-
tax?: number | null;
|
|
32029
32024
|
/**
|
|
32030
32025
|
* Amount
|
|
32031
32026
|
* @description field is number
|
|
@@ -39043,16 +39038,6 @@ export interface components {
|
|
|
39043
39038
|
* - Use the API: /v1/sales/receipt-vouchers/unpaid-partial-invoices-with-remaining/?customer={customer-id}
|
|
39044
39039
|
*/
|
|
39045
39040
|
salesInvoice?: string;
|
|
39046
|
-
/**
|
|
39047
|
-
* Tax
|
|
39048
|
-
* @description
|
|
39049
|
-
* Visibility and Requirement:
|
|
39050
|
-
* - Required and visible if payment method is Bank Transfer
|
|
39051
|
-
* API Endpoints for Sales Invoice Tax Retrieval:
|
|
39052
|
-
* - Use the API: /v1/sales/receipt-vouchers/unpaid-partial-invoices-with-remaining/?customer={customer-id} where field is taxes
|
|
39053
|
-
*
|
|
39054
|
-
*/
|
|
39055
|
-
tax?: number;
|
|
39056
39041
|
/**
|
|
39057
39042
|
* Amount
|
|
39058
39043
|
* @description field is number
|
|
@@ -39130,7 +39115,6 @@ export interface components {
|
|
|
39130
39115
|
/** Bankname */
|
|
39131
39116
|
bankName: string | null;
|
|
39132
39117
|
salesInvoice: components["schemas"]["DocumentCommonSchema"];
|
|
39133
|
-
tax: components["schemas"]["TaxSharedSchema"] | null;
|
|
39134
39118
|
/**
|
|
39135
39119
|
* Amount
|
|
39136
39120
|
* @description field is number
|
|
@@ -39356,16 +39340,6 @@ export interface components {
|
|
|
39356
39340
|
* - Use the API: /v1/sales/receipt-vouchers/unpaid-partial-invoices-with-remaining/?customer={customer-id}
|
|
39357
39341
|
*/
|
|
39358
39342
|
salesInvoice?: string;
|
|
39359
|
-
/**
|
|
39360
|
-
* Tax
|
|
39361
|
-
* @description
|
|
39362
|
-
* Visibility and Requirement:
|
|
39363
|
-
* - Required and visible if payment method is Bank Transfer
|
|
39364
|
-
* API Endpoints for Sales Invoice Tax Retrieval:
|
|
39365
|
-
* - Use the API: /v1/sales/receipt-vouchers/unpaid-partial-invoices-with-remaining/?customer={customer-id} where field is taxes
|
|
39366
|
-
*
|
|
39367
|
-
*/
|
|
39368
|
-
tax?: number;
|
|
39369
39343
|
};
|
|
39370
39344
|
/** ReceiptVoucherDetailSchema */
|
|
39371
39345
|
ReceiptVoucherDetailSchema: {
|
|
@@ -39522,16 +39496,6 @@ export interface components {
|
|
|
39522
39496
|
* - Use the API: /v1/sales/receipt-vouchers/unpaid-partial-invoices-with-remaining/?customer={customer-id}
|
|
39523
39497
|
*/
|
|
39524
39498
|
salesInvoice?: string;
|
|
39525
|
-
/**
|
|
39526
|
-
* Tax
|
|
39527
|
-
* @description
|
|
39528
|
-
* Visibility and Requirement:
|
|
39529
|
-
* - Required and visible if payment method is Bank Transfer
|
|
39530
|
-
* API Endpoints for Sales Invoice Tax Retrieval:
|
|
39531
|
-
* - Use the API: /v1/sales/receipt-vouchers/unpaid-partial-invoices-with-remaining/?customer={customer-id} where field is taxes
|
|
39532
|
-
*
|
|
39533
|
-
*/
|
|
39534
|
-
tax?: number;
|
|
39535
39499
|
/**
|
|
39536
39500
|
* Id
|
|
39537
39501
|
* Format: uuid
|
|
@@ -40962,11 +40926,6 @@ export interface components {
|
|
|
40962
40926
|
returnInvoice: string | null;
|
|
40963
40927
|
/** Downpayment */
|
|
40964
40928
|
downPayment: string | null;
|
|
40965
|
-
/**
|
|
40966
|
-
* Tax
|
|
40967
|
-
* @description tax id
|
|
40968
|
-
*/
|
|
40969
|
-
tax: number | null;
|
|
40970
40929
|
/** Amount */
|
|
40971
40930
|
amount: string;
|
|
40972
40931
|
/**
|
|
@@ -41050,11 +41009,6 @@ export interface components {
|
|
|
41050
41009
|
* @description down payment id, if down payment is undefined then return invoice should be required
|
|
41051
41010
|
*/
|
|
41052
41011
|
downPayment?: string;
|
|
41053
|
-
/**
|
|
41054
|
-
* Tax
|
|
41055
|
-
* @description tax id
|
|
41056
|
-
*/
|
|
41057
|
-
tax?: number;
|
|
41058
41012
|
};
|
|
41059
41013
|
/** SalesRefundVoucherDetailWithItemSchema */
|
|
41060
41014
|
SalesRefundVoucherDetailWithItemSchema: {
|
|
@@ -41152,7 +41106,6 @@ export interface components {
|
|
|
41152
41106
|
secondaryRate: string;
|
|
41153
41107
|
downPayment: components["schemas"]["DocumentCommonSchema"] | null;
|
|
41154
41108
|
refundReturnInvoice: components["schemas"]["DocumentCommonSchema"] | null;
|
|
41155
|
-
tax: components["schemas"]["TaxSharedSchema"] | null;
|
|
41156
41109
|
};
|
|
41157
41110
|
/** SalesRefundVoucherResponse */
|
|
41158
41111
|
SalesRefundVoucherResponse: {
|
|
@@ -41304,16 +41257,6 @@ export interface components {
|
|
|
41304
41257
|
* @description get return invoices from /v1/sales/refund-vouchers/refundable-documents/?customer={customer-id}
|
|
41305
41258
|
*/
|
|
41306
41259
|
returnInvoice?: string;
|
|
41307
|
-
/**
|
|
41308
|
-
* Tax
|
|
41309
|
-
* @description
|
|
41310
|
-
* - tax id
|
|
41311
|
-
* API Endpoints for Tax Retrieval:
|
|
41312
|
-
* Use the API: /v1/sales/refund-vouchers/refundable-documents/?customer={customer-id}
|
|
41313
|
-
* - the user should select first return invoice , then retrieve taxes from field taxes
|
|
41314
|
-
*
|
|
41315
|
-
*/
|
|
41316
|
-
tax?: number;
|
|
41317
41260
|
};
|
|
41318
41261
|
/** SalesRefundVoucherDetailSchema */
|
|
41319
41262
|
SalesRefundVoucherDetailSchema: {
|
|
@@ -41472,16 +41415,6 @@ export interface components {
|
|
|
41472
41415
|
* @description get return invoices from /v1/sales/refund-vouchers/refundable-documents/?customer={customer-id}
|
|
41473
41416
|
*/
|
|
41474
41417
|
returnInvoice?: string;
|
|
41475
|
-
/**
|
|
41476
|
-
* Tax
|
|
41477
|
-
* @description
|
|
41478
|
-
* - tax id
|
|
41479
|
-
* API Endpoints for Tax Retrieval:
|
|
41480
|
-
* Use the API: /v1/sales/refund-vouchers/refundable-documents/?customer={customer-id}
|
|
41481
|
-
* - the user should select first return invoice , then retrieve taxes from field taxes
|
|
41482
|
-
*
|
|
41483
|
-
*/
|
|
41484
|
-
tax?: number;
|
|
41485
41418
|
/**
|
|
41486
41419
|
* Id
|
|
41487
41420
|
* Format: uuid
|