@dangl/angular-ava 1.5.2-beta0076 → 1.5.2-beta0077

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dangl/angular-ava",
3
- "version": "1.5.2-beta0076",
3
+ "version": "1.5.2-beta0077",
4
4
  "keywords": [
5
5
  "angular",
6
6
  "ava",
@@ -1275,6 +1275,8 @@ interface ITextWordInvoice {
1275
1275
  detailsInvoiceNumber: string;
1276
1276
  detailsInvoiceDate: string;
1277
1277
  detailsPaymentDueDate: string;
1278
+ detailsInvoicePeriod: string;
1279
+ detailsInvoicePeriodSingle: string;
1278
1280
  detailsCurrencyCode: string;
1279
1281
  detailsPaymentTerms: string;
1280
1282
  referencesTopic: string;