tenant_panam 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.cts CHANGED
@@ -250,6 +250,7 @@ type CreateSalaryType = {
250
250
  TemplateId: string;
251
251
  Year: string;
252
252
  Month: string;
253
+ File: File;
253
254
  };
254
255
  type getSalaryDataType = {
255
256
  guid: string;
package/dist/index.d.ts CHANGED
@@ -250,6 +250,7 @@ type CreateSalaryType = {
250
250
  TemplateId: string;
251
251
  Year: string;
252
252
  Month: string;
253
+ File: File;
253
254
  };
254
255
  type getSalaryDataType = {
255
256
  guid: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tenant_panam",
3
3
  "private": false,
4
- "version": "0.5.2",
4
+ "version": "0.5.3",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",