@thera-hr/api-sdk 0.0.3629 → 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 (105) 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 +8 -0
  5. package/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +100 -8
  6. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +1 -0
  7. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.d.ts +8 -0
  8. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.js +5 -0
  9. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.d.ts +7 -0
  10. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.js +5 -0
  11. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +7 -0
  12. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +5 -0
  13. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.d.ts +1 -2
  14. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.d.ts +6 -0
  15. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.js +5 -0
  16. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +9 -0
  17. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +5 -0
  18. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.d.ts +4 -4
  19. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.js +3 -3
  20. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +5 -0
  21. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +5 -0
  22. package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
  23. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +3 -3
  24. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.d.ts +1 -1
  25. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -1
  26. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  27. package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +3 -3
  28. package/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +1 -1
  29. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
  30. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +1 -1
  31. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
  32. package/dist/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
  33. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +17 -17
  34. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.d.ts +8 -0
  35. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +100 -8
  36. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +1 -0
  37. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.d.ts +8 -0
  38. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.js +5 -0
  39. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.d.ts +7 -0
  40. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.js +5 -0
  41. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +7 -0
  42. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +5 -0
  43. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.d.ts +1 -2
  44. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.d.ts +6 -0
  45. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.js +5 -0
  46. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +9 -0
  47. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +5 -0
  48. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.d.ts +4 -4
  49. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.js +3 -3
  50. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +5 -0
  51. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +5 -0
  52. package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
  53. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +3 -3
  54. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.d.ts +1 -1
  55. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -1
  56. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  57. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +3 -3
  58. package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +1 -1
  59. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
  60. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +1 -1
  61. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +1 -0
  62. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.js +1 -0
  63. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.d.ts +13 -0
  64. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.js +43 -0
  65. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.d.ts +12 -0
  66. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.js +42 -0
  67. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +12 -0
  68. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +42 -0
  69. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.d.ts +1 -2
  70. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.js +1 -4
  71. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.d.ts +12 -0
  72. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.js +33 -0
  73. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +14 -0
  74. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +44 -0
  75. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.d.ts +1 -1
  76. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.js +1 -1
  77. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +5 -0
  78. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +5 -0
  79. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.d.ts +1 -1
  80. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.js +1 -1
  81. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -1
  82. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.js +1 -1
  83. package/package.json +1 -1
  84. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +1 -0
  85. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.js +1 -0
  86. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.d.ts +13 -0
  87. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.js +43 -0
  88. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.d.ts +12 -0
  89. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.js +42 -0
  90. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +12 -0
  91. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +42 -0
  92. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.d.ts +1 -2
  93. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.js +1 -4
  94. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.d.ts +12 -0
  95. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.js +33 -0
  96. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +14 -0
  97. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +44 -0
  98. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.d.ts +1 -1
  99. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.js +1 -1
  100. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +5 -0
  101. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +5 -0
  102. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.d.ts +1 -1
  103. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.js +1 -1
  104. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -1
  105. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.js +1 -1
@@ -73,7 +73,7 @@ class DisbursementApi {
73
73
  Authorization: yield this._getAuthorizationHeader(),
74
74
  "X-Fern-Language": "JavaScript",
75
75
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
76
- "X-Fern-SDK-Version": "0.0.3629",
76
+ "X-Fern-SDK-Version": "0.0.3632",
77
77
  },
78
78
  contentType: "application/json",
79
79
  queryParameters: _queryParams,
@@ -118,7 +118,7 @@ class DisbursementApi {
118
118
  Authorization: yield this._getAuthorizationHeader(),
119
119
  "X-Fern-Language": "JavaScript",
120
120
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
121
- "X-Fern-SDK-Version": "0.0.3629",
121
+ "X-Fern-SDK-Version": "0.0.3632",
122
122
  },
123
123
  contentType: "application/json",
124
124
  body: yield serializers.api.thera.disbursement.CreateDisbursementRequest.jsonOrThrow(request, {
@@ -162,7 +162,7 @@ class DisbursementApi {
162
162
  Authorization: yield this._getAuthorizationHeader(),
163
163
  "X-Fern-Language": "JavaScript",
164
164
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
165
- "X-Fern-SDK-Version": "0.0.3629",
165
+ "X-Fern-SDK-Version": "0.0.3632",
166
166
  },
167
167
  contentType: "application/json",
168
168
  timeoutMs: 60000,
@@ -6,5 +6,5 @@ export interface CreateInvoiceCsvColumn {
6
6
  templateColumnName: string;
7
7
  templateColumnKey: string;
8
8
  isCustom?: boolean;
9
- customColumnName: string;
9
+ customColumnName?: string;
10
10
  }
@@ -6,5 +6,5 @@ export interface CreateInvoiceCsvRecord {
6
6
  contractId?: string;
7
7
  date: string;
8
8
  amount: string;
9
- custom: Record<string, string>;
9
+ custom?: Record<string, string>;
10
10
  }
@@ -60,7 +60,7 @@ class DisbursementWebhookApi {
60
60
  Authorization: yield this._getAuthorizationHeader(),
61
61
  "X-Fern-Language": "JavaScript",
62
62
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
63
- "X-Fern-SDK-Version": "0.0.3629",
63
+ "X-Fern-SDK-Version": "0.0.3632",
64
64
  "Thera-Webhook-Signature-Header": theraWebhookSignatureHeader,
65
65
  },
66
66
  contentType: "application/json",
@@ -59,7 +59,7 @@ class EmploymentApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.3629",
62
+ "X-Fern-SDK-Version": "0.0.3632",
63
63
  },
64
64
  contentType: "application/json",
65
65
  body: yield serializers.api.thera.employment.CreateContractEstimateRequest.jsonOrThrow(request, {
@@ -108,7 +108,7 @@ class EmploymentApi {
108
108
  Authorization: yield this._getAuthorizationHeader(),
109
109
  "X-Fern-Language": "JavaScript",
110
110
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
111
- "X-Fern-SDK-Version": "0.0.3629",
111
+ "X-Fern-SDK-Version": "0.0.3632",
112
112
  },
113
113
  contentType: "application/json",
114
114
  timeoutMs: 60000,
@@ -154,7 +154,7 @@ class EmploymentApi {
154
154
  Authorization: yield this._getAuthorizationHeader(),
155
155
  "X-Fern-Language": "JavaScript",
156
156
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
157
- "X-Fern-SDK-Version": "0.0.3629",
157
+ "X-Fern-SDK-Version": "0.0.3632",
158
158
  },
159
159
  contentType: "application/json",
160
160
  timeoutMs: 60000,
@@ -61,7 +61,7 @@ class Misc {
61
61
  Authorization: yield this._getAuthorizationHeader(),
62
62
  "X-Fern-Language": "JavaScript",
63
63
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
64
- "X-Fern-SDK-Version": "0.0.3629",
64
+ "X-Fern-SDK-Version": "0.0.3632",
65
65
  "Thera-Webhook-Signature-Header": theraWebhookSignatureHeader,
66
66
  },
67
67
  contentType: "application/json",
@@ -59,7 +59,7 @@ class OncycleApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.3629",
62
+ "X-Fern-SDK-Version": "0.0.3632",
63
63
  },
64
64
  contentType: "application/json",
65
65
  timeoutMs: 60000,
@@ -63,7 +63,7 @@ class UserApi {
63
63
  Authorization: yield this._getAuthorizationHeader(),
64
64
  "X-Fern-Language": "JavaScript",
65
65
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
66
- "X-Fern-SDK-Version": "0.0.3629",
66
+ "X-Fern-SDK-Version": "0.0.3632",
67
67
  },
68
68
  contentType: "application/json",
69
69
  queryParameters: _queryParams,
@@ -26,5 +26,6 @@ export declare namespace CompanyApiResponse {
26
26
  isZealBankAccountVerified: boolean;
27
27
  settings: serializers.api.thera.company.CompanySettings.Raw;
28
28
  bankAccount?: serializers.api.thera.company.BankAccountResponseMetadata.Raw | null;
29
+ teamsById: Record<string, serializers.api.thera.company.Team.Raw>;
29
30
  }
30
31
  }
@@ -59,4 +59,5 @@ exports.CompanyApiResponse = core.serialization.object({
59
59
  bankAccount: core.serialization
60
60
  .lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.company.BankAccountResponseMetadata; }))
61
61
  .optional(),
62
+ teamsById: 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.Team; }))),
62
63
  });
@@ -0,0 +1,13 @@
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 CompanyPermissions: core.serialization.ObjectSchema<serializers.api.thera.company.CompanyPermissions.Raw, TheraApi.api.thera.company.CompanyPermissions>;
8
+ export declare namespace CompanyPermissions {
9
+ interface Raw {
10
+ teams: Record<string, serializers.api.thera.company.TeamRoleAndDetails.Raw>;
11
+ org: serializers.api.thera.company.OrgRoleAndDetails.Raw;
12
+ }
13
+ }
@@ -0,0 +1,43 @@
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.CompanyPermissions = void 0;
39
+ const core = __importStar(require("../../../../../../../../../../core"));
40
+ exports.CompanyPermissions = 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.TeamRoleAndDetails; }))),
42
+ org: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.company.OrgRoleAndDetails; })),
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 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
- teams: Record<string, serializers.api.thera.company.TeamRoleAndDetails.Raw>;
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
- 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.TeamRoleAndDetails; }))),
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 = "ADMIN" | "PEOPLE_MANAGER" | "VIEWER_SENSITIVE";
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_(["ADMIN", "PEOPLE_MANAGER", "VIEWER_SENSITIVE"]);
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);
@@ -11,6 +11,6 @@ export declare namespace CreateInvoiceCsvColumn {
11
11
  template_column_name: string;
12
12
  template_column_key: string;
13
13
  is_custom?: boolean | null;
14
- custom_column_name: string;
14
+ custom_column_name?: string | null;
15
15
  }
16
16
  }
@@ -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,6 @@ export declare namespace CreateInvoiceCsvRecord {
11
11
  contract_id?: string | null;
12
12
  date: string;
13
13
  amount: string;
14
- $custom: Record<string, string>;
14
+ $custom?: Record<string, string> | null;
15
15
  }
16
16
  }
@@ -33,5 +33,5 @@ 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
- custom: core.serialization.property("$custom", core.serialization.record(core.serialization.string(), core.serialization.string())),
36
+ custom: core.serialization.property("$custom", core.serialization.record(core.serialization.string(), core.serialization.string()).optional()),
37
37
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thera-hr/api-sdk",
3
- "version": "0.0.3629",
3
+ "version": "0.0.3632",
4
4
  "private": false,
5
5
  "repository": "https://github.com/CarbonNYC/thera-typescript-sdk",
6
6
  "main": "./index.js",
@@ -26,5 +26,6 @@ export declare namespace CompanyApiResponse {
26
26
  isZealBankAccountVerified: boolean;
27
27
  settings: serializers.api.thera.company.CompanySettings.Raw;
28
28
  bankAccount?: serializers.api.thera.company.BankAccountResponseMetadata.Raw | null;
29
+ teamsById: Record<string, serializers.api.thera.company.Team.Raw>;
29
30
  }
30
31
  }
@@ -59,4 +59,5 @@ exports.CompanyApiResponse = core.serialization.object({
59
59
  bankAccount: core.serialization
60
60
  .lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.company.BankAccountResponseMetadata; }))
61
61
  .optional(),
62
+ teamsById: 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.Team; }))),
62
63
  });
@@ -0,0 +1,13 @@
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 CompanyPermissions: core.serialization.ObjectSchema<serializers.api.thera.company.CompanyPermissions.Raw, TheraApi.api.thera.company.CompanyPermissions>;
8
+ export declare namespace CompanyPermissions {
9
+ interface Raw {
10
+ teams: Record<string, serializers.api.thera.company.TeamRoleAndDetails.Raw>;
11
+ org: serializers.api.thera.company.OrgRoleAndDetails.Raw;
12
+ }
13
+ }
@@ -0,0 +1,43 @@
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.CompanyPermissions = void 0;
39
+ const core = __importStar(require("../../../../../../../../../../core"));
40
+ exports.CompanyPermissions = 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.TeamRoleAndDetails; }))),
42
+ org: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.company.OrgRoleAndDetails; })),
43
+ });