@inceptionbg/main 1.0.58 → 1.0.59
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 +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -340,6 +340,7 @@ interface IDocumentApprovalVote {
|
|
|
340
340
|
adHocVote?: boolean;
|
|
341
341
|
}
|
|
342
342
|
interface IVoteSearch {
|
|
343
|
+
invoice?: boolean;
|
|
343
344
|
voted?: boolean;
|
|
344
345
|
documentNumber?: string;
|
|
345
346
|
documentTypeUuid?: string;
|
|
@@ -722,6 +723,7 @@ interface IInvoice extends IDocument {
|
|
|
722
723
|
roundingAmount?: number | string;
|
|
723
724
|
sefStatus?: ISendStatus;
|
|
724
725
|
sefStatusComment?: string;
|
|
726
|
+
sefVerificationDeadlineTime?: string;
|
|
725
727
|
advancePaymentSum?: {
|
|
726
728
|
totalPriceWithVat?: number;
|
|
727
729
|
totalPriceWithoutVat?: number;
|