@erp-galoper/types 1.0.665 → 1.0.666

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 +4 -21
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -16834,7 +16834,6 @@ export interface paths {
16834
16834
  * - success
16835
16835
  * - 400:
16836
16836
  * - customerDoesNotExist
16837
- * - downPayment,ReturnInvoice,OrReturnPackageIsRequired
16838
16837
  * - 500:
16839
16838
  * - internalServerError
16840
16839
  */
@@ -16964,7 +16963,7 @@ export interface paths {
16964
16963
  * - returnInvoiceTaxShouldBePosted
16965
16964
  * - returnInvoiceTaxDoesNotBelongToCustomer
16966
16965
  * - taxDoesNotBelongToReturnInvoiceItem
16967
- * - salesRefundVoucherShouldBeDraft
16966
+ * - refundReturnInvoiceTaxShouldBeLessThanReturnInvoiceTax
16968
16967
  * - 404:
16969
16968
  * - salesRefundVoucherDoesNotExist
16970
16969
  * - 500:
@@ -27545,7 +27544,7 @@ export interface components {
27545
27544
  /**
27546
27545
  * Id
27547
27546
  * Format: uuid
27548
- * @example ff7bcfbf-dd09-4a5f-a8ab-5b05d287551d
27547
+ * @example c9cce4b6-f0e8-4be6-ac7b-faae4b4d301a
27549
27548
  */
27550
27549
  id: string;
27551
27550
  /**
@@ -45088,8 +45087,6 @@ export interface components {
45088
45087
  returnInvoice: string | null;
45089
45088
  /** Downpaymentitem */
45090
45089
  downPaymentItem: string | null;
45091
- /** Returnreturnablepackage */
45092
- returnReturnablePackage: string | null;
45093
45090
  /** Amount */
45094
45091
  amount: string;
45095
45092
  /**
@@ -45164,29 +45161,15 @@ export interface components {
45164
45161
  /**
45165
45162
  * Returninvoice
45166
45163
  * Format: uuid
45167
- * @description
45168
- * - return invoice id
45169
- * - down payment item, return invoice or return returnable package is required per row
45170
- *
45164
+ * @description return invoice id, if return invoice is undefined then down payment should be required
45171
45165
  */
45172
45166
  returnInvoice?: string;
45173
45167
  /**
45174
45168
  * Downpaymentitem
45175
45169
  * Format: uuid
45176
- * @description
45177
- * - down payment id
45178
- * - down payment item, return invoice, or return returnable package is required per row
45179
- *
45170
+ * @description down payment id, if down payment is undefined then return invoice should be required
45180
45171
  */
45181
45172
  downPaymentItem?: string;
45182
- /**
45183
- * Returnreturnablepackage
45184
- * Format: uuid
45185
- * @description
45186
- * - return returnable package id
45187
- * - down payment item, return invoice, or return returnable package is required per row
45188
- */
45189
- returnReturnablePackage?: string;
45190
45173
  };
45191
45174
  /** DownPaymentDetailInRefundVoucher */
45192
45175
  DownPaymentDetailInRefundVoucher: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.665",
3
+ "version": "1.0.666",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],