tenant_panam 0.7.7 → 0.7.9
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.cjs +1 -30
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -30
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
@@ -305,6 +305,7 @@ type getSalaryDataType = {
|
|
305
305
|
type getSalaryDataWithMonthAndYearType = {
|
306
306
|
year: number;
|
307
307
|
month: number;
|
308
|
+
UserId: string;
|
308
309
|
};
|
309
310
|
|
310
311
|
declare const createSalaryData: (obj: CreateSalaryType, tenantId: string, userId: string) => Promise<AxiosResponse<CreateSalaryType, any>>;
|
package/dist/index.d.ts
CHANGED
@@ -305,6 +305,7 @@ type getSalaryDataType = {
|
|
305
305
|
type getSalaryDataWithMonthAndYearType = {
|
306
306
|
year: number;
|
307
307
|
month: number;
|
308
|
+
UserId: string;
|
308
309
|
};
|
309
310
|
|
310
311
|
declare const createSalaryData: (obj: CreateSalaryType, tenantId: string, userId: string) => Promise<AxiosResponse<CreateSalaryType, any>>;
|