@erp-galoper/types 1.0.152 → 1.0.154

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 +14 -8
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26547,7 +26547,7 @@ export interface components {
26547
26547
  /**
26548
26548
  * Id
26549
26549
  * Format: uuid
26550
- * @example 6d67834e-8504-415c-98e7-89af1dbedf9d
26550
+ * @example 13803959-57fb-4ab8-9367-cc5a90ec75d4
26551
26551
  */
26552
26552
  id: string;
26553
26553
  /**
@@ -39731,10 +39731,13 @@ export interface components {
39731
39731
  };
39732
39732
  /** PurchaseCreditNoteItemCreateSchema */
39733
39733
  PurchaseCreditNoteItemCreateSchema: {
39734
- /** @description
39734
+ /**
39735
+ * @description
39735
39736
  * Visibility and Requirement:
39736
- * -visible and required when reason is postPurchaseDiscountOrAllowances */
39737
- appliesOn?: components["schemas"]["PurchaseCreditNoteAppliesOn"];
39737
+ * -visible and required when reason is postPurchaseDiscountOrAllowances
39738
+ * @default purchaseInvoiceItem
39739
+ */
39740
+ appliesOn: components["schemas"]["PurchaseCreditNoteAppliesOn"];
39738
39741
  /**
39739
39742
  * Purchaseinvoiceitem
39740
39743
  * Format: uuid
@@ -39815,10 +39818,13 @@ export interface components {
39815
39818
  };
39816
39819
  /** PurchaseCreditNoteItemUpdateSchema */
39817
39820
  PurchaseCreditNoteItemUpdateSchema: {
39818
- /** @description
39821
+ /**
39822
+ * @description
39819
39823
  * Visibility and Requirement:
39820
- * -visible and required when reason is postPurchaseDiscountOrAllowances */
39821
- appliesOn?: components["schemas"]["PurchaseCreditNoteAppliesOn"];
39824
+ * -visible and required when reason is postPurchaseDiscountOrAllowances
39825
+ * @default purchaseInvoiceItem
39826
+ */
39827
+ appliesOn: components["schemas"]["PurchaseCreditNoteAppliesOn"];
39822
39828
  /**
39823
39829
  * Purchaseinvoiceitem
39824
39830
  * Format: uuid
@@ -76646,7 +76652,7 @@ export interface operations {
76646
76652
  page?: number;
76647
76653
  /** @description Page size */
76648
76654
  pageSize?: number;
76649
- /** @description Search by reference number, customer name, customer number, item name, barcode, SKU code, serial number, date, delivery date */
76655
+ /** @description Search by customer name, customer number, item name, barcode, SKU code, serial number, date, delivery date */
76650
76656
  search?: string | null;
76651
76657
  /** @description by default periodType is set to date filtration in user settings, Period type: thisMonth, thisYear, lastMonth, custom, ... */
76652
76658
  periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.152",
3
+ "version": "1.0.154",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],