@thera-hr/api-sdk 0.0.3674 → 0.0.3756

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 +0 -8
  5. package/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +8 -100
  6. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +0 -1
  7. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.d.ts +2 -1
  8. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.d.ts +4 -4
  9. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.js +3 -3
  10. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +0 -5
  11. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +0 -5
  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/disbursementApi/types/CreateInvoiceCsvColumn.d.ts +1 -1
  15. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -3
  16. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  17. package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +3 -3
  18. package/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +1 -1
  19. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
  20. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +1 -1
  21. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
  22. package/dist/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
  23. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +17 -17
  24. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.d.ts +0 -8
  25. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +8 -100
  26. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +0 -1
  27. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.d.ts +2 -1
  28. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.d.ts +4 -4
  29. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.js +3 -3
  30. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +0 -5
  31. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +0 -5
  32. package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
  33. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +3 -3
  34. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.d.ts +1 -1
  35. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -3
  36. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  37. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +3 -3
  38. package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +1 -1
  39. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
  40. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +1 -1
  41. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +0 -1
  42. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.js +0 -1
  43. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.d.ts +2 -1
  44. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.js +4 -1
  45. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.d.ts +1 -1
  46. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.js +1 -1
  47. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +0 -5
  48. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +0 -5
  49. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.d.ts +1 -1
  50. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.js +1 -1
  51. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -3
  52. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.js +1 -3
  53. package/package.json +1 -1
  54. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.d.ts +0 -1
  55. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyApiResponse.js +0 -1
  56. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.d.ts +2 -1
  57. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Manager.js +4 -1
  58. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.d.ts +1 -1
  59. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamRole.js +1 -1
  60. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +0 -5
  61. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +0 -5
  62. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.d.ts +1 -1
  63. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvColumn.js +1 -1
  64. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -3
  65. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.js +1 -3
  66. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.d.ts +0 -8
  67. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.js +0 -5
  68. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.d.ts +0 -7
  69. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.js +0 -5
  70. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +0 -7
  71. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +0 -5
  72. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.d.ts +0 -6
  73. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.js +0 -5
  74. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +0 -9
  75. package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +0 -5
  76. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.d.ts +0 -8
  77. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.js +0 -5
  78. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.d.ts +0 -7
  79. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.js +0 -5
  80. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +0 -7
  81. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +0 -5
  82. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.d.ts +0 -6
  83. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.js +0 -5
  84. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +0 -9
  85. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +0 -5
  86. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.d.ts +0 -13
  87. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.js +0 -43
  88. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.d.ts +0 -12
  89. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.js +0 -42
  90. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +0 -12
  91. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +0 -42
  92. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.d.ts +0 -12
  93. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.js +0 -33
  94. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +0 -14
  95. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +0 -44
  96. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.d.ts +0 -13
  97. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPermissions.js +0 -43
  98. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.d.ts +0 -12
  99. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetAllCompanyPermissionsForUserResponse.js +0 -42
  100. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.d.ts +0 -12
  101. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/GetTeamsResponse.js +0 -42
  102. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.d.ts +0 -12
  103. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/Team.js +0 -33
  104. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.d.ts +0 -14
  105. package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/TeamAndDetails.js +0 -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 = "ROLE_ADMIN" | "ROLE_PEOPLE_MANAGER" | "ROLE_VIEWER_SENSITIVE";
9
+ type Raw = "ADMIN" | "PEOPLE_MANAGER" | "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_(["ROLE_ADMIN", "ROLE_PEOPLE_MANAGER", "ROLE_VIEWER_SENSITIVE"]);
31
+ exports.TeamRole = core.serialization.enum_(["ADMIN", "PEOPLE_MANAGER", "VIEWER_SENSITIVE"]);
@@ -10,12 +10,9 @@ export * from "./EditManagerRolesResponse";
10
10
  export * from "./EditOrgAdminsResponse";
11
11
  export * from "./RemoveManagerResponse";
12
12
  export * from "./ChangeContractTeamResponse";
13
- export * from "./GetTeamsResponse";
14
13
  export * from "./GetManagersResponse";
15
14
  export * from "./CreateTeamResponse";
16
15
  export * from "./CreateTeamRequestManager";
17
- export * from "./GetAllCompanyPermissionsForUserResponse";
18
- export * from "./CompanyPermissions";
19
16
  export * from "./Manager";
20
17
  export * from "./TeamRole";
21
18
  export * from "./TeamRoleAndDetails";
@@ -24,8 +21,6 @@ export * from "./OrgRoleAndDetails";
24
21
  export * from "./OrgAdmin";
25
22
  export * from "./CreateCompanyRequest";
26
23
  export * from "./CompanyApiResponse";
27
- export * from "./Team";
28
- export * from "./TeamAndDetails";
29
24
  export * from "./BankAccountResponseMetadata";
30
25
  export * from "./PlaidVerificationStatus";
31
26
  export * from "./CompanySettings";
@@ -26,12 +26,9 @@ __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);
30
29
  __exportStar(require("./GetManagersResponse"), exports);
31
30
  __exportStar(require("./CreateTeamResponse"), exports);
32
31
  __exportStar(require("./CreateTeamRequestManager"), exports);
33
- __exportStar(require("./GetAllCompanyPermissionsForUserResponse"), exports);
34
- __exportStar(require("./CompanyPermissions"), exports);
35
32
  __exportStar(require("./Manager"), exports);
36
33
  __exportStar(require("./TeamRole"), exports);
37
34
  __exportStar(require("./TeamRoleAndDetails"), exports);
@@ -40,8 +37,6 @@ __exportStar(require("./OrgRoleAndDetails"), exports);
40
37
  __exportStar(require("./OrgAdmin"), exports);
41
38
  __exportStar(require("./CreateCompanyRequest"), exports);
42
39
  __exportStar(require("./CompanyApiResponse"), exports);
43
- __exportStar(require("./Team"), exports);
44
- __exportStar(require("./TeamAndDetails"), exports);
45
40
  __exportStar(require("./BankAccountResponseMetadata"), exports);
46
41
  __exportStar(require("./PlaidVerificationStatus"), exports);
47
42
  __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 | null;
14
+ custom_column_name: string;
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().optional()),
36
+ customColumnName: core.serialization.property("custom_column_name", core.serialization.string()),
37
37
  });
@@ -11,8 +11,6 @@ export declare namespace CreateInvoiceCsvRecord {
11
11
  contract_id?: string | null;
12
12
  date: string;
13
13
  amount: string;
14
- currency: string;
15
- description?: string | null;
16
- $custom?: Record<string, string> | null;
14
+ $custom: Record<string, string>;
17
15
  }
18
16
  }
@@ -33,7 +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
- 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()),
36
+ custom: core.serialization.property("$custom", core.serialization.record(core.serialization.string(), core.serialization.string())),
39
37
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thera-hr/api-sdk",
3
- "version": "0.0.3674",
3
+ "version": "0.0.3756",
4
4
  "private": false,
5
5
  "repository": "https://github.com/CarbonNYC/thera-typescript-sdk",
6
6
  "main": "./index.js",
@@ -26,6 +26,5 @@ 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>;
30
29
  }
31
30
  }
@@ -59,5 +59,4 @@ 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; }))),
63
62
  });
@@ -8,6 +8,7 @@ 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
- companyPermissions: serializers.api.thera.company.CompanyPermissions.Raw;
11
+ teams: Record<string, serializers.api.thera.company.TeamRoleAndDetails.Raw>;
12
+ orgAdmin?: serializers.api.thera.company.OrgRoleAndDetails.Raw | null;
12
13
  }
13
14
  }
@@ -39,5 +39,8 @@ 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
- companyPermissions: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.company.CompanyPermissions; })),
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(),
43
46
  });
@@ -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 = "ROLE_ADMIN" | "ROLE_PEOPLE_MANAGER" | "ROLE_VIEWER_SENSITIVE";
9
+ type Raw = "ADMIN" | "PEOPLE_MANAGER" | "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_(["ROLE_ADMIN", "ROLE_PEOPLE_MANAGER", "ROLE_VIEWER_SENSITIVE"]);
31
+ exports.TeamRole = core.serialization.enum_(["ADMIN", "PEOPLE_MANAGER", "VIEWER_SENSITIVE"]);
@@ -10,12 +10,9 @@ export * from "./EditManagerRolesResponse";
10
10
  export * from "./EditOrgAdminsResponse";
11
11
  export * from "./RemoveManagerResponse";
12
12
  export * from "./ChangeContractTeamResponse";
13
- export * from "./GetTeamsResponse";
14
13
  export * from "./GetManagersResponse";
15
14
  export * from "./CreateTeamResponse";
16
15
  export * from "./CreateTeamRequestManager";
17
- export * from "./GetAllCompanyPermissionsForUserResponse";
18
- export * from "./CompanyPermissions";
19
16
  export * from "./Manager";
20
17
  export * from "./TeamRole";
21
18
  export * from "./TeamRoleAndDetails";
@@ -24,8 +21,6 @@ export * from "./OrgRoleAndDetails";
24
21
  export * from "./OrgAdmin";
25
22
  export * from "./CreateCompanyRequest";
26
23
  export * from "./CompanyApiResponse";
27
- export * from "./Team";
28
- export * from "./TeamAndDetails";
29
24
  export * from "./BankAccountResponseMetadata";
30
25
  export * from "./PlaidVerificationStatus";
31
26
  export * from "./CompanySettings";
@@ -26,12 +26,9 @@ __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);
30
29
  __exportStar(require("./GetManagersResponse"), exports);
31
30
  __exportStar(require("./CreateTeamResponse"), exports);
32
31
  __exportStar(require("./CreateTeamRequestManager"), exports);
33
- __exportStar(require("./GetAllCompanyPermissionsForUserResponse"), exports);
34
- __exportStar(require("./CompanyPermissions"), exports);
35
32
  __exportStar(require("./Manager"), exports);
36
33
  __exportStar(require("./TeamRole"), exports);
37
34
  __exportStar(require("./TeamRoleAndDetails"), exports);
@@ -40,8 +37,6 @@ __exportStar(require("./OrgRoleAndDetails"), exports);
40
37
  __exportStar(require("./OrgAdmin"), exports);
41
38
  __exportStar(require("./CreateCompanyRequest"), exports);
42
39
  __exportStar(require("./CompanyApiResponse"), exports);
43
- __exportStar(require("./Team"), exports);
44
- __exportStar(require("./TeamAndDetails"), exports);
45
40
  __exportStar(require("./BankAccountResponseMetadata"), exports);
46
41
  __exportStar(require("./PlaidVerificationStatus"), exports);
47
42
  __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 | null;
14
+ custom_column_name: string;
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().optional()),
36
+ customColumnName: core.serialization.property("custom_column_name", core.serialization.string()),
37
37
  });
@@ -11,8 +11,6 @@ export declare namespace CreateInvoiceCsvRecord {
11
11
  contract_id?: string | null;
12
12
  date: string;
13
13
  amount: string;
14
- currency: string;
15
- description?: string | null;
16
- $custom?: Record<string, string> | null;
14
+ $custom: Record<string, string>;
17
15
  }
18
16
  }
@@ -33,7 +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
- 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()),
36
+ custom: core.serialization.property("$custom", core.serialization.record(core.serialization.string(), core.serialization.string())),
39
37
  });
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as TheraApi from "../../../../../../../../..";
5
- export interface CompanyPermissions {
6
- teams: Record<string, TheraApi.api.thera.company.TeamRoleAndDetails>;
7
- org: TheraApi.api.thera.company.OrgRoleAndDetails;
8
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as TheraApi from "../../../../../../../../..";
5
- export interface GetAllCompanyPermissionsForUserResponse {
6
- teamPermissionsByCompany: Record<string, TheraApi.api.thera.company.CompanyPermissions>;
7
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as TheraApi from "../../../../../../../../..";
5
- export interface GetTeamsResponse {
6
- teams: Record<string, TheraApi.api.thera.company.TeamAndDetails>;
7
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface Team {
5
- name: string;
6
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as TheraApi from "../../../../../../../../..";
5
- export interface TeamAndDetails {
6
- team: TheraApi.api.thera.company.Team;
7
- contractIds: string[];
8
- managers: Record<string, TheraApi.api.thera.company.TeamRoleAndDetails>;
9
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as TheraApi from "../../../../../../../../..";
5
- export interface CompanyPermissions {
6
- teams: Record<string, TheraApi.api.thera.company.TeamRoleAndDetails>;
7
- org: TheraApi.api.thera.company.OrgRoleAndDetails;
8
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as TheraApi from "../../../../../../../../..";
5
- export interface GetAllCompanyPermissionsForUserResponse {
6
- teamPermissionsByCompany: Record<string, TheraApi.api.thera.company.CompanyPermissions>;
7
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as TheraApi from "../../../../../../../../..";
5
- export interface GetTeamsResponse {
6
- teams: Record<string, TheraApi.api.thera.company.TeamAndDetails>;
7
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface Team {
5
- name: string;
6
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as TheraApi from "../../../../../../../../..";
5
- export interface TeamAndDetails {
6
- team: TheraApi.api.thera.company.Team;
7
- contractIds: string[];
8
- managers: Record<string, TheraApi.api.thera.company.TeamRoleAndDetails>;
9
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,13 +0,0 @@
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
- }
@@ -1,43 +0,0 @@
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
- });
@@ -1,12 +0,0 @@
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
- }
@@ -1,42 +0,0 @@
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
- });
@@ -1,12 +0,0 @@
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
- }
@@ -1,42 +0,0 @@
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
- });
@@ -1,12 +0,0 @@
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
- }