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 +5 -2
- package/dist/index.d.ts +5 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
@@ -278,8 +278,11 @@ type ColMapping = {
|
|
278
278
|
newTitle?: string;
|
279
279
|
};
|
280
280
|
type EditTemplateSalaryType = {
|
281
|
-
id:
|
282
|
-
|
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:
|
282
|
-
|
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;
|