@erp-galoper/types 1.0.151 → 1.0.153

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 +16 -9
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -14427,6 +14427,7 @@ export interface paths {
14427
14427
  * - permissionDenied
14428
14428
  * - 400:
14429
14429
  * - supplierDoesNotExist
14430
+ * - advancePaymentOrReturnInvoiceIsRequired
14430
14431
  * - 500:
14431
14432
  * - internalServerError
14432
14433
  */
@@ -26546,7 +26547,7 @@ export interface components {
26546
26547
  /**
26547
26548
  * Id
26548
26549
  * Format: uuid
26549
- * @example 7202c0b4-2bb4-4230-a97d-25095915c56a
26550
+ * @example 314eaea7-74ec-4c9c-8a12-d4503ee1eee0
26550
26551
  */
26551
26552
  id: string;
26552
26553
  /**
@@ -37753,13 +37754,13 @@ export interface components {
37753
37754
  /**
37754
37755
  * Returninvoice
37755
37756
  * Format: uuid
37756
- * @description return invoice id
37757
+ * @description return invoice id, advance payment or return invoice is required per row
37757
37758
  */
37758
37759
  returnInvoice?: string;
37759
37760
  /**
37760
37761
  * Advancepaymentitem
37761
37762
  * Format: uuid
37762
- * @description advance payment item id
37763
+ * @description advance payment item id, advance payment or return invoice is required per row
37763
37764
  */
37764
37765
  advancePaymentItem?: string;
37765
37766
  };
@@ -39730,10 +39731,13 @@ export interface components {
39730
39731
  };
39731
39732
  /** PurchaseCreditNoteItemCreateSchema */
39732
39733
  PurchaseCreditNoteItemCreateSchema: {
39733
- /** @description
39734
+ /**
39735
+ * @description
39734
39736
  * Visibility and Requirement:
39735
- * -visible and required when reason is postPurchaseDiscountOrAllowances */
39736
- appliesOn?: components["schemas"]["PurchaseCreditNoteAppliesOn"];
39737
+ * -visible and required when reason is postPurchaseDiscountOrAllowances
39738
+ * @default purchaseInvoiceItem
39739
+ */
39740
+ appliesOn: components["schemas"]["PurchaseCreditNoteAppliesOn"];
39737
39741
  /**
39738
39742
  * Purchaseinvoiceitem
39739
39743
  * Format: uuid
@@ -39814,10 +39818,13 @@ export interface components {
39814
39818
  };
39815
39819
  /** PurchaseCreditNoteItemUpdateSchema */
39816
39820
  PurchaseCreditNoteItemUpdateSchema: {
39817
- /** @description
39821
+ /**
39822
+ * @description
39818
39823
  * Visibility and Requirement:
39819
- * -visible and required when reason is postPurchaseDiscountOrAllowances */
39820
- appliesOn?: components["schemas"]["PurchaseCreditNoteAppliesOn"];
39824
+ * -visible and required when reason is postPurchaseDiscountOrAllowances
39825
+ * @default purchaseInvoiceItem
39826
+ */
39827
+ appliesOn: components["schemas"]["PurchaseCreditNoteAppliesOn"];
39821
39828
  /**
39822
39829
  * Purchaseinvoiceitem
39823
39830
  * Format: uuid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.151",
3
+ "version": "1.0.153",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],