@erp-galoper/types 1.0.79 → 1.0.81
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 +41 -7
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26462,7 +26462,7 @@ export interface components {
|
|
|
26462
26462
|
/**
|
|
26463
26463
|
* Id
|
|
26464
26464
|
* Format: uuid
|
|
26465
|
-
* @example
|
|
26465
|
+
* @example 8b08e136-f9dc-48ac-983d-a0346cb7e510
|
|
26466
26466
|
*/
|
|
26467
26467
|
id: string;
|
|
26468
26468
|
/**
|
|
@@ -32657,6 +32657,10 @@ export interface components {
|
|
|
32657
32657
|
/**
|
|
32658
32658
|
* Purchaseinvoice
|
|
32659
32659
|
* Format: uuid
|
|
32660
|
+
* @description
|
|
32661
|
+
* API Endpoints for Purchase Invoice Retrieval:
|
|
32662
|
+
* - Use the API: /api/v1/purchase/payment-vouchers/not-paid-partially-paid-invoices/?supplier={supplier-id}&branch={branch-id}
|
|
32663
|
+
*
|
|
32660
32664
|
*/
|
|
32661
32665
|
purchaseInvoice?: string;
|
|
32662
32666
|
/**
|
|
@@ -32816,6 +32820,10 @@ export interface components {
|
|
|
32816
32820
|
/**
|
|
32817
32821
|
* Purchaseinvoice
|
|
32818
32822
|
* Format: uuid
|
|
32823
|
+
* @description
|
|
32824
|
+
* API Endpoints for Purchase Invoice Retrieval:
|
|
32825
|
+
* - Use the API: /api/v1/purchase/payment-vouchers/not-paid-partially-paid-invoices/?supplier={supplier-id}&branch={branch-id}
|
|
32826
|
+
*
|
|
32819
32827
|
*/
|
|
32820
32828
|
purchaseInvoice?: string;
|
|
32821
32829
|
/**
|
|
@@ -37502,13 +37510,19 @@ export interface components {
|
|
|
37502
37510
|
/**
|
|
37503
37511
|
* Advancepayment
|
|
37504
37512
|
* Format: uuid
|
|
37505
|
-
* @description
|
|
37513
|
+
* @description
|
|
37514
|
+
* get advance payments from /v1/refund-vouchers/refundable-documents/ with a query param supplier
|
|
37515
|
+
* user should select either advance payment or return invoice per row
|
|
37516
|
+
*
|
|
37506
37517
|
*/
|
|
37507
37518
|
advancePayment?: string;
|
|
37508
37519
|
/**
|
|
37509
37520
|
* Returninvoice
|
|
37510
37521
|
* Format: uuid
|
|
37511
|
-
* @description
|
|
37522
|
+
* @description
|
|
37523
|
+
* get return invoices from /v1/refund-vouchers/refundable-documents/ with a query param supplier
|
|
37524
|
+
* user should select either advance payment or return invoice per row
|
|
37525
|
+
*
|
|
37512
37526
|
*/
|
|
37513
37527
|
returnInvoice?: string;
|
|
37514
37528
|
/**
|
|
@@ -41611,18 +41625,28 @@ export interface components {
|
|
|
41611
41625
|
/**
|
|
41612
41626
|
* Downpayment
|
|
41613
41627
|
* Format: uuid
|
|
41614
|
-
* @description
|
|
41628
|
+
* @description
|
|
41629
|
+
* get down payments from /v1/sales/refund-vouchers/refundable-documents/?customer = {customer-id}
|
|
41630
|
+
* user should select either down payment or return invoice or return returnable package per row
|
|
41631
|
+
*
|
|
41615
41632
|
*/
|
|
41616
41633
|
downPayment?: string;
|
|
41617
41634
|
/**
|
|
41618
41635
|
* Returninvoice
|
|
41619
41636
|
* Format: uuid
|
|
41620
|
-
* @description
|
|
41637
|
+
* @description
|
|
41638
|
+
* get return invoices from /v1/sales/refund-vouchers/refundable-documents/?customer={customer-id}
|
|
41639
|
+
* user should select either down payment or return invoice or return returnable package per row
|
|
41640
|
+
*
|
|
41621
41641
|
*/
|
|
41622
41642
|
returnInvoice?: string;
|
|
41623
41643
|
/**
|
|
41624
41644
|
* Returnreturnablepackage
|
|
41625
41645
|
* Format: uuid
|
|
41646
|
+
* @description
|
|
41647
|
+
* get return invoices from /v1/sales/refund-vouchers/refundable-documents/?customer={customer-id}
|
|
41648
|
+
* user should select either down payment or return invoice or return returnable package per row
|
|
41649
|
+
*
|
|
41626
41650
|
*/
|
|
41627
41651
|
returnReturnablePackage: string;
|
|
41628
41652
|
};
|
|
@@ -41774,18 +41798,28 @@ export interface components {
|
|
|
41774
41798
|
/**
|
|
41775
41799
|
* Downpayment
|
|
41776
41800
|
* Format: uuid
|
|
41777
|
-
* @description
|
|
41801
|
+
* @description
|
|
41802
|
+
* get down payments from /v1/sales/refund-vouchers/refundable-documents/?customer = {customer-id}
|
|
41803
|
+
* user should select either down payment or return invoice or return returnable package per row
|
|
41804
|
+
*
|
|
41778
41805
|
*/
|
|
41779
41806
|
downPayment?: string;
|
|
41780
41807
|
/**
|
|
41781
41808
|
* Returninvoice
|
|
41782
41809
|
* Format: uuid
|
|
41783
|
-
* @description
|
|
41810
|
+
* @description
|
|
41811
|
+
* get return invoices from /v1/sales/refund-vouchers/refundable-documents/?customer={customer-id}
|
|
41812
|
+
* user should select either down payment or return invoice or return returnable package per row
|
|
41813
|
+
*
|
|
41784
41814
|
*/
|
|
41785
41815
|
returnInvoice?: string;
|
|
41786
41816
|
/**
|
|
41787
41817
|
* Returnreturnablepackage
|
|
41788
41818
|
* Format: uuid
|
|
41819
|
+
* @description
|
|
41820
|
+
* get return invoices from /v1/sales/refund-vouchers/refundable-documents/?customer={customer-id}
|
|
41821
|
+
* user should select either down payment or return invoice or return returnable package per row
|
|
41822
|
+
*
|
|
41789
41823
|
*/
|
|
41790
41824
|
returnReturnablePackage: string;
|
|
41791
41825
|
/**
|