@inceptionbg/main 2.0.227 → 2.0.228
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/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1129,8 +1129,8 @@ interface IDocumentIndex {
|
|
|
1129
1129
|
value?: string;
|
|
1130
1130
|
codebookItem?: {
|
|
1131
1131
|
uuid: string;
|
|
1132
|
+
description?: string;
|
|
1132
1133
|
};
|
|
1133
|
-
description?: string;
|
|
1134
1134
|
}
|
|
1135
1135
|
declare const DocumentFields: readonly ["TRAFFIC_DATE", "BEST_PAID_BEFORE", "CONTRACT", "DOCUMENT_NUMBER", "NOTE", "ORUN", "INVOICE_ITEM_CODE", "INVOICE_ITEM_UNIT_OF_MEASURE", "INVOICE_ITEM_QUANTITY", "INVOICE_ITEM_UNIT_PRICE_WITHOUT_VAT", "INVOICE_ITEM_TOTAL_PRICE_WITHOUT_VAT", "INVOICE_ITEM_TOTAL_PRICE_WITH_VAT", "INVOICE_ITEM_VAT_PERCENTAGE", "TOTAL_PRICES", "PLANNED_PAYMENT_DATE", "ALLOWANCE_PERCENTAGE", "ALLOWANCE"];
|
|
1136
1136
|
type DocumentField = (typeof DocumentFields)[number];
|