@thera-hr/api-sdk 0.0.3607 → 0.0.3632

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.
Files changed (49) hide show
  1. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
  2. package/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
  3. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +17 -17
  4. package/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.d.ts +4 -0
  5. package/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +55 -9
  6. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +7 -0
  7. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +5 -0
  8. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +9 -0
  9. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +5 -0
  10. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +2 -0
  11. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +2 -0
  12. package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
  13. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +3 -3
  14. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  15. package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +3 -3
  16. package/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +1 -1
  17. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
  18. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +1 -1
  19. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
  20. package/dist/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
  21. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +17 -17
  22. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.d.ts +4 -0
  23. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +55 -9
  24. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +7 -0
  25. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +5 -0
  26. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +9 -0
  27. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +5 -0
  28. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +2 -0
  29. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +2 -0
  30. package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
  31. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +3 -3
  32. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  33. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +3 -3
  34. package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +1 -1
  35. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
  36. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +1 -1
  37. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +12 -0
  38. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +42 -0
  39. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +14 -0
  40. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +44 -0
  41. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +2 -0
  42. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +2 -0
  43. package/package.json +1 -1
  44. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +12 -0
  45. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +42 -0
  46. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +14 -0
  47. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +44 -0
  48. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +2 -0
  49. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +2 -0
@@ -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
+ });
@@ -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
+ });
@@ -10,6 +10,7 @@ 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";
@@ -24,6 +25,7 @@ export * from "./OrgAdmin";
24
25
  export * from "./CreateCompanyRequest";
25
26
  export * from "./CompanyApiResponse";
26
27
  export * from "./Team";
28
+ export * from "./TeamAndDetails";
27
29
  export * from "./BankAccountResponseMetadata";
28
30
  export * from "./PlaidVerificationStatus";
29
31
  export * from "./CompanySettings";
@@ -26,6 +26,7 @@ __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);
@@ -40,6 +41,7 @@ __exportStar(require("./OrgAdmin"), exports);
40
41
  __exportStar(require("./CreateCompanyRequest"), exports);
41
42
  __exportStar(require("./CompanyApiResponse"), exports);
42
43
  __exportStar(require("./Team"), exports);
44
+ __exportStar(require("./TeamAndDetails"), exports);
43
45
  __exportStar(require("./BankAccountResponseMetadata"), exports);
44
46
  __exportStar(require("./PlaidVerificationStatus"), exports);
45
47
  __exportStar(require("./CompanySettings"), exports);