tenant_panam 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.cts CHANGED
@@ -278,8 +278,11 @@ type ColMapping = {
278
278
  newTitle?: string;
279
279
  };
280
280
  type EditTemplateSalaryType = {
281
- id: string;
282
- name: string;
281
+ id: number;
282
+ templateName: string;
283
+ reportFileName: string;
284
+ colMappings: ColMapping[];
285
+ fixedItemMappings: FixedItemMapping[];
283
286
  };
284
287
  type TemplateSalaryType = {
285
288
  id: string;
package/dist/index.d.ts CHANGED
@@ -278,8 +278,11 @@ type ColMapping = {
278
278
  newTitle?: string;
279
279
  };
280
280
  type EditTemplateSalaryType = {
281
- id: string;
282
- name: string;
281
+ id: number;
282
+ templateName: string;
283
+ reportFileName: string;
284
+ colMappings: ColMapping[];
285
+ fixedItemMappings: FixedItemMapping[];
283
286
  };
284
287
  type TemplateSalaryType = {
285
288
  id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tenant_panam",
3
3
  "private": false,
4
- "version": "0.5.0",
4
+ "version": "0.5.1",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",