@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.
- package/openapi.ts +13 -7
- 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
|
|
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
|
-
/**
|
|
39734
|
+
/**
|
|
39735
|
+
* @description
|
|
39735
39736
|
* Visibility and Requirement:
|
|
39736
|
-
* -visible and required when reason is postPurchaseDiscountOrAllowances
|
|
39737
|
-
|
|
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
|
-
/**
|
|
39821
|
+
/**
|
|
39822
|
+
* @description
|
|
39819
39823
|
* Visibility and Requirement:
|
|
39820
|
-
* -visible and required when reason is postPurchaseDiscountOrAllowances
|
|
39821
|
-
|
|
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
|