tenant_panam 0.5.2 → 0.5.3

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.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",