@feedmepos/mf-e-invoice 0.0.74 → 0.0.75

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.
@@ -1,3 +1,18 @@
1
1
  import { z } from "zod";
2
2
  export declare const F_TH_EINVOICE_SUBMISSION_STATUS: z.ZodEnum<["InProgress", "Valid", "Invalid"]>;
3
3
  export type F_TH_EINVOICE_SUBMISSION_STATUS = z.infer<typeof F_TH_EINVOICE_SUBMISSION_STATUS>;
4
+ export declare const F_ETAXONE_DOCUMENT_TYPE: z.ZodNativeEnum<{
5
+ DELIVERY_NOTE: string;
6
+ INVOICE: string;
7
+ TAX_INVOICE: string;
8
+ INVOICE_TAX_INVOICE: string;
9
+ RECEIPT_TAX_INVOICE: string;
10
+ DELIVERY_NOTE_TAX_INVOICE: string;
11
+ ABBREVIATED_TAX_INVOICE: string;
12
+ ABBREVIATED_RECEIPT_TAX_INVOICE: string;
13
+ RECEIPT: string;
14
+ DEBIT_NOTE: string;
15
+ CREDIT_NOTE: string;
16
+ COMMERCIAL_CREDIT_NOTE: string;
17
+ COMMERCIAL_DEBIT_NOTE: string;
18
+ }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-e-invoice",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -43,6 +43,7 @@
43
43
  "@feedmepos/ui-library": "^1.6.8",
44
44
  "@vitejs/plugin-vue-jsx": "^4.0.0",
45
45
  "axios": "^1.6.2",
46
+ "change-case": "^5.4.4",
46
47
  "dayjs": "^1.11.10",
47
48
  "dotenv-cli": "^7.4.2",
48
49
  "libphonenumber-js": "^1.12.10",
@@ -61,8 +62,8 @@
61
62
  "@vue/tsconfig": "^0.4.0",
62
63
  "autoprefixer": "^10.4.16",
63
64
  "cross-env": "^7.0.3",
64
- "eslint-plugin-tailwindcss": "^3.14.0",
65
65
  "eslint": "^8.54.0",
66
+ "eslint-plugin-tailwindcss": "^3.14.0",
66
67
  "eslint-plugin-vue": "^9.19.2",
67
68
  "jsdom": "^24.0.0",
68
69
  "npm-run-all2": "^6.0.6",