@thera-hr/api-sdk 0.0.3644 → 0.0.3674
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/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
- package/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +17 -17
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.d.ts +8 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +100 -8
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.d.ts +8 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.js +5 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.d.ts +7 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.js +5 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +7 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +5 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.d.ts +1 -2
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.d.ts +6 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.js +5 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +9 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +5 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.d.ts +4 -4
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.js +3 -3
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +5 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +5 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
- package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +3 -3
- package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.d.ts +1 -1
- package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +3 -1
- package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
- package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +3 -3
- package/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +1 -1
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
- package/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +17 -17
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.d.ts +8 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +100 -8
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.d.ts +8 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.d.ts +7 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +7 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.d.ts +1 -2
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.d.ts +6 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +9 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.d.ts +4 -4
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.js +3 -3
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +5 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +3 -3
- package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.d.ts +1 -1
- package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +3 -1
- package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +3 -3
- package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +1 -1
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.js +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.d.ts +13 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.js +43 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.d.ts +12 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.js +42 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +12 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +42 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.d.ts +1 -2
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.js +1 -4
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.d.ts +12 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.js +33 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +14 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +44 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.d.ts +1 -1
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.js +1 -1
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +5 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +5 -0
- package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.d.ts +1 -1
- package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.js +1 -1
- package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +3 -1
- package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.js +3 -1
- package/package.json +1 -1
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.js +1 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.d.ts +13 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.js +43 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.d.ts +12 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.js +42 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +12 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +42 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.d.ts +1 -2
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.js +1 -4
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.d.ts +12 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.js +33 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +14 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +44 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.d.ts +1 -1
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.js +1 -1
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +5 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +5 -0
- package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.d.ts +1 -1
- package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.js +1 -1
- package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +3 -1
- package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.js +3 -1
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../../../../../../../../..";
|
5
|
+
import * as TheraApi from "../../../../../../../../../../api";
|
6
|
+
import * as core from "../../../../../../../../../../core";
|
7
|
+
export declare const GetAllCompanyPermissionsForUserResponse: core.serialization.ObjectSchema<serializers.api.thera.company.GetAllCompanyPermissionsForUserResponse.Raw, TheraApi.api.thera.company.GetAllCompanyPermissionsForUserResponse>;
|
8
|
+
export declare namespace GetAllCompanyPermissionsForUserResponse {
|
9
|
+
interface Raw {
|
10
|
+
teamPermissionsByCompany: Record<string, serializers.api.thera.company.CompanyPermissions.Raw>;
|
11
|
+
}
|
12
|
+
}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
35
|
+
});
|
36
|
+
};
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38
|
+
exports.GetAllCompanyPermissionsForUserResponse = void 0;
|
39
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
40
|
+
exports.GetAllCompanyPermissionsForUserResponse = core.serialization.object({
|
41
|
+
teamPermissionsByCompany: core.serialization.record(core.serialization.string(), core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.company.CompanyPermissions; }))),
|
42
|
+
});
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../../../../../../../../..";
|
5
|
+
import * as TheraApi from "../../../../../../../../../../api";
|
6
|
+
import * as core from "../../../../../../../../../../core";
|
7
|
+
export declare const GetTeamsResponse: core.serialization.ObjectSchema<serializers.api.thera.company.GetTeamsResponse.Raw, TheraApi.api.thera.company.GetTeamsResponse>;
|
8
|
+
export declare namespace GetTeamsResponse {
|
9
|
+
interface Raw {
|
10
|
+
teams: Record<string, serializers.api.thera.company.TeamAndDetails.Raw>;
|
11
|
+
}
|
12
|
+
}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
35
|
+
});
|
36
|
+
};
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38
|
+
exports.GetTeamsResponse = void 0;
|
39
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
40
|
+
exports.GetTeamsResponse = core.serialization.object({
|
41
|
+
teams: core.serialization.record(core.serialization.string(), core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.company.TeamAndDetails; }))),
|
42
|
+
});
|
@@ -8,7 +8,6 @@ export declare const Manager: core.serialization.ObjectSchema<serializers.api.th
|
|
8
8
|
export declare namespace Manager {
|
9
9
|
interface Raw {
|
10
10
|
user: serializers.db.User.Raw;
|
11
|
-
|
12
|
-
orgAdmin?: serializers.api.thera.company.OrgRoleAndDetails.Raw | null;
|
11
|
+
companyPermissions: serializers.api.thera.company.CompanyPermissions.Raw;
|
13
12
|
}
|
14
13
|
}
|
@@ -39,8 +39,5 @@ exports.Manager = void 0;
|
|
39
39
|
const core = __importStar(require("../../../../../../../../../../core"));
|
40
40
|
exports.Manager = core.serialization.object({
|
41
41
|
user: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).db.User; })),
|
42
|
-
|
43
|
-
orgAdmin: core.serialization
|
44
|
-
.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.company.OrgRoleAndDetails; }))
|
45
|
-
.optional(),
|
42
|
+
companyPermissions: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.company.CompanyPermissions; })),
|
46
43
|
});
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../../../../../../../../..";
|
5
|
+
import * as TheraApi from "../../../../../../../../../../api";
|
6
|
+
import * as core from "../../../../../../../../../../core";
|
7
|
+
export declare const Team: core.serialization.ObjectSchema<serializers.api.thera.company.Team.Raw, TheraApi.api.thera.company.Team>;
|
8
|
+
export declare namespace Team {
|
9
|
+
interface Raw {
|
10
|
+
name: string;
|
11
|
+
}
|
12
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.Team = void 0;
|
30
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
31
|
+
exports.Team = core.serialization.object({
|
32
|
+
name: core.serialization.string(),
|
33
|
+
});
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../../../../../../../../..";
|
5
|
+
import * as TheraApi from "../../../../../../../../../../api";
|
6
|
+
import * as core from "../../../../../../../../../../core";
|
7
|
+
export declare const TeamAndDetails: core.serialization.ObjectSchema<serializers.api.thera.company.TeamAndDetails.Raw, TheraApi.api.thera.company.TeamAndDetails>;
|
8
|
+
export declare namespace TeamAndDetails {
|
9
|
+
interface Raw {
|
10
|
+
team: serializers.api.thera.company.Team.Raw;
|
11
|
+
contractIds: string[];
|
12
|
+
managers: Record<string, serializers.api.thera.company.TeamRoleAndDetails.Raw>;
|
13
|
+
}
|
14
|
+
}
|
@@ -0,0 +1,44 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
35
|
+
});
|
36
|
+
};
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
38
|
+
exports.TeamAndDetails = void 0;
|
39
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
40
|
+
exports.TeamAndDetails = core.serialization.object({
|
41
|
+
team: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.company.Team; })),
|
42
|
+
contractIds: core.serialization.list(core.serialization.string()),
|
43
|
+
managers: core.serialization.record(core.serialization.string(), core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.company.TeamRoleAndDetails; }))),
|
44
|
+
});
|
@@ -6,5 +6,5 @@ import * as TheraApi from "../../../../../../../../../../api";
|
|
6
6
|
import * as core from "../../../../../../../../../../core";
|
7
7
|
export declare const TeamRole: core.serialization.Schema<serializers.api.thera.company.TeamRole.Raw, TheraApi.api.thera.company.TeamRole>;
|
8
8
|
export declare namespace TeamRole {
|
9
|
-
type Raw = "
|
9
|
+
type Raw = "ROLE_ADMIN" | "ROLE_PEOPLE_MANAGER" | "ROLE_VIEWER_SENSITIVE";
|
10
10
|
}
|
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.TeamRole = void 0;
|
30
30
|
const core = __importStar(require("../../../../../../../../../../core"));
|
31
|
-
exports.TeamRole = core.serialization.enum_(["
|
31
|
+
exports.TeamRole = core.serialization.enum_(["ROLE_ADMIN", "ROLE_PEOPLE_MANAGER", "ROLE_VIEWER_SENSITIVE"]);
|
@@ -10,9 +10,12 @@ export * from "./EditManagerRolesResponse";
|
|
10
10
|
export * from "./EditOrgAdminsResponse";
|
11
11
|
export * from "./RemoveManagerResponse";
|
12
12
|
export * from "./ChangeContractTeamResponse";
|
13
|
+
export * from "./GetTeamsResponse";
|
13
14
|
export * from "./GetManagersResponse";
|
14
15
|
export * from "./CreateTeamResponse";
|
15
16
|
export * from "./CreateTeamRequestManager";
|
17
|
+
export * from "./GetAllCompanyPermissionsForUserResponse";
|
18
|
+
export * from "./CompanyPermissions";
|
16
19
|
export * from "./Manager";
|
17
20
|
export * from "./TeamRole";
|
18
21
|
export * from "./TeamRoleAndDetails";
|
@@ -21,6 +24,8 @@ export * from "./OrgRoleAndDetails";
|
|
21
24
|
export * from "./OrgAdmin";
|
22
25
|
export * from "./CreateCompanyRequest";
|
23
26
|
export * from "./CompanyApiResponse";
|
27
|
+
export * from "./Team";
|
28
|
+
export * from "./TeamAndDetails";
|
24
29
|
export * from "./BankAccountResponseMetadata";
|
25
30
|
export * from "./PlaidVerificationStatus";
|
26
31
|
export * from "./CompanySettings";
|
@@ -26,9 +26,12 @@ __exportStar(require("./EditManagerRolesResponse"), exports);
|
|
26
26
|
__exportStar(require("./EditOrgAdminsResponse"), exports);
|
27
27
|
__exportStar(require("./RemoveManagerResponse"), exports);
|
28
28
|
__exportStar(require("./ChangeContractTeamResponse"), exports);
|
29
|
+
__exportStar(require("./GetTeamsResponse"), exports);
|
29
30
|
__exportStar(require("./GetManagersResponse"), exports);
|
30
31
|
__exportStar(require("./CreateTeamResponse"), exports);
|
31
32
|
__exportStar(require("./CreateTeamRequestManager"), exports);
|
33
|
+
__exportStar(require("./GetAllCompanyPermissionsForUserResponse"), exports);
|
34
|
+
__exportStar(require("./CompanyPermissions"), exports);
|
32
35
|
__exportStar(require("./Manager"), exports);
|
33
36
|
__exportStar(require("./TeamRole"), exports);
|
34
37
|
__exportStar(require("./TeamRoleAndDetails"), exports);
|
@@ -37,6 +40,8 @@ __exportStar(require("./OrgRoleAndDetails"), exports);
|
|
37
40
|
__exportStar(require("./OrgAdmin"), exports);
|
38
41
|
__exportStar(require("./CreateCompanyRequest"), exports);
|
39
42
|
__exportStar(require("./CompanyApiResponse"), exports);
|
43
|
+
__exportStar(require("./Team"), exports);
|
44
|
+
__exportStar(require("./TeamAndDetails"), exports);
|
40
45
|
__exportStar(require("./BankAccountResponseMetadata"), exports);
|
41
46
|
__exportStar(require("./PlaidVerificationStatus"), exports);
|
42
47
|
__exportStar(require("./CompanySettings"), exports);
|
@@ -33,5 +33,5 @@ exports.CreateInvoiceCsvColumn = core.serialization.object({
|
|
33
33
|
templateColumnName: core.serialization.property("template_column_name", core.serialization.string()),
|
34
34
|
templateColumnKey: core.serialization.property("template_column_key", core.serialization.string()),
|
35
35
|
isCustom: core.serialization.property("is_custom", core.serialization.boolean().optional()),
|
36
|
-
customColumnName: core.serialization.property("custom_column_name", core.serialization.string()),
|
36
|
+
customColumnName: core.serialization.property("custom_column_name", core.serialization.string().optional()),
|
37
37
|
});
|
@@ -11,6 +11,8 @@ export declare namespace CreateInvoiceCsvRecord {
|
|
11
11
|
contract_id?: string | null;
|
12
12
|
date: string;
|
13
13
|
amount: string;
|
14
|
-
|
14
|
+
currency: string;
|
15
|
+
description?: string | null;
|
16
|
+
$custom?: Record<string, string> | null;
|
15
17
|
}
|
16
18
|
}
|
@@ -33,5 +33,7 @@ exports.CreateInvoiceCsvRecord = core.serialization.object({
|
|
33
33
|
contractId: core.serialization.property("contract_id", core.serialization.string().optional()),
|
34
34
|
date: core.serialization.string(),
|
35
35
|
amount: core.serialization.string(),
|
36
|
-
|
36
|
+
currency: core.serialization.string(),
|
37
|
+
description: core.serialization.string().optional(),
|
38
|
+
custom: core.serialization.property("$custom", core.serialization.record(core.serialization.string(), core.serialization.string()).optional()),
|
37
39
|
});
|