@erp-galoper/types 1.0.152 → 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 +13 -7
  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 314eaea7-74ec-4c9c-8a12-d4503ee1eee0
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
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.153",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],