@thera-hr/api-sdk 0.0.1284 → 0.0.1331

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 (121) hide show
  1. package/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
  2. package/api/resources/api/resources/test/resources/invoices/client/Client.js +1 -1
  3. package/api/resources/api/resources/thera/client/Client.d.ts +3 -0
  4. package/api/resources/api/resources/thera/client/Client.js +9 -4
  5. package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/Client.js +1 -1
  6. package/api/resources/api/resources/thera/resources/bank/client/Client.d.ts +17 -0
  7. package/api/resources/api/resources/thera/resources/bank/client/Client.js +18 -0
  8. package/api/resources/api/resources/thera/resources/bank/client/index.d.ts +1 -0
  9. package/api/resources/api/resources/thera/resources/bank/client/index.js +2 -0
  10. package/api/resources/api/resources/thera/resources/bank/index.d.ts +2 -0
  11. package/api/resources/api/resources/thera/resources/bank/index.js +18 -0
  12. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.d.ts +36 -0
  13. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +268 -0
  14. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/index.d.ts +1 -0
  15. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/index.js +17 -0
  16. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GenerateBankSignupRequest.d.ts +6 -0
  17. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GenerateBankSignupRequest.js +5 -0
  18. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/index.d.ts +1 -0
  19. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/index.js +2 -0
  20. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/index.d.ts +2 -0
  21. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/index.js +18 -0
  22. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetBankAccountSignupKey.d.ts +6 -0
  23. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetBankAccountSignupKey.js +5 -0
  24. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetSandboxPublicKey.d.ts +6 -0
  25. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetSandboxPublicKey.js +5 -0
  26. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyAccountSignupRequest.d.ts +6 -0
  27. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyAccountSignupRequest.js +5 -0
  28. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyMicrodepositRequest.d.ts +7 -0
  29. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyMicrodepositRequest.js +5 -0
  30. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +4 -0
  31. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +20 -0
  32. package/api/resources/api/resources/thera/resources/bank/resources/index.d.ts +3 -0
  33. package/api/resources/api/resources/thera/resources/bank/resources/index.js +32 -0
  34. package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.d.ts +1 -1
  35. package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +2 -2
  36. package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.d.ts +0 -2
  37. package/api/resources/api/resources/thera/resources/index.d.ts +1 -0
  38. package/api/resources/api/resources/thera/resources/index.js +2 -1
  39. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.d.ts +1 -1
  40. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +2 -2
  41. package/dist/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
  42. package/dist/api/resources/api/resources/test/resources/invoices/client/Client.js +1 -1
  43. package/dist/api/resources/api/resources/thera/client/Client.d.ts +3 -0
  44. package/dist/api/resources/api/resources/thera/client/Client.js +9 -4
  45. package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/Client.js +1 -1
  46. package/dist/api/resources/api/resources/thera/resources/bank/client/Client.d.ts +17 -0
  47. package/dist/api/resources/api/resources/thera/resources/bank/client/Client.js +18 -0
  48. package/dist/api/resources/api/resources/thera/resources/bank/client/index.d.ts +1 -0
  49. package/dist/api/resources/api/resources/thera/resources/bank/client/index.js +2 -0
  50. package/dist/api/resources/api/resources/thera/resources/bank/index.d.ts +2 -0
  51. package/dist/api/resources/api/resources/thera/resources/bank/index.js +18 -0
  52. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.d.ts +36 -0
  53. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +268 -0
  54. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/index.d.ts +1 -0
  55. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/index.js +17 -0
  56. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GenerateBankSignupRequest.d.ts +6 -0
  57. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GenerateBankSignupRequest.js +5 -0
  58. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/index.d.ts +1 -0
  59. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/index.js +2 -0
  60. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/index.d.ts +2 -0
  61. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/index.js +18 -0
  62. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetBankAccountSignupKey.d.ts +6 -0
  63. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetBankAccountSignupKey.js +5 -0
  64. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetSandboxPublicKey.d.ts +6 -0
  65. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetSandboxPublicKey.js +5 -0
  66. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyAccountSignupRequest.d.ts +6 -0
  67. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyAccountSignupRequest.js +5 -0
  68. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyMicrodepositRequest.d.ts +7 -0
  69. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyMicrodepositRequest.js +5 -0
  70. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +4 -0
  71. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +20 -0
  72. package/dist/api/resources/api/resources/thera/resources/bank/resources/index.d.ts +3 -0
  73. package/dist/api/resources/api/resources/thera/resources/bank/resources/index.js +32 -0
  74. package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.d.ts +1 -1
  75. package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +2 -2
  76. package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.d.ts +0 -2
  77. package/dist/api/resources/api/resources/thera/resources/index.d.ts +1 -0
  78. package/dist/api/resources/api/resources/thera/resources/index.js +2 -1
  79. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.d.ts +1 -1
  80. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +2 -2
  81. package/dist/serialization/resources/api/resources/thera/resources/bank/index.d.ts +1 -0
  82. package/dist/serialization/resources/api/resources/thera/resources/bank/index.js +17 -0
  83. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/index.d.ts +1 -0
  84. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/index.js +17 -0
  85. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetBankAccountSignupKey.d.ts +12 -0
  86. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetBankAccountSignupKey.js +33 -0
  87. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetSandboxPublicKey.d.ts +12 -0
  88. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetSandboxPublicKey.js +33 -0
  89. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyAccountSignupRequest.d.ts +12 -0
  90. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyAccountSignupRequest.js +33 -0
  91. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyMicrodepositRequest.d.ts +13 -0
  92. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyMicrodepositRequest.js +34 -0
  93. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +4 -0
  94. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +20 -0
  95. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/index.d.ts +2 -0
  96. package/dist/serialization/resources/api/resources/thera/resources/bank/resources/index.js +31 -0
  97. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.d.ts +0 -1
  98. package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.js +0 -1
  99. package/dist/serialization/resources/api/resources/thera/resources/index.d.ts +1 -0
  100. package/dist/serialization/resources/api/resources/thera/resources/index.js +2 -1
  101. package/package.json +3 -3
  102. package/serialization/resources/api/resources/thera/resources/bank/index.d.ts +1 -0
  103. package/serialization/resources/api/resources/thera/resources/bank/index.js +17 -0
  104. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/index.d.ts +1 -0
  105. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/index.js +17 -0
  106. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetBankAccountSignupKey.d.ts +12 -0
  107. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetBankAccountSignupKey.js +33 -0
  108. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetSandboxPublicKey.d.ts +12 -0
  109. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetSandboxPublicKey.js +33 -0
  110. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyAccountSignupRequest.d.ts +12 -0
  111. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyAccountSignupRequest.js +33 -0
  112. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyMicrodepositRequest.d.ts +13 -0
  113. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/VerifyMicrodepositRequest.js +34 -0
  114. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +4 -0
  115. package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +20 -0
  116. package/serialization/resources/api/resources/thera/resources/bank/resources/index.d.ts +2 -0
  117. package/serialization/resources/api/resources/thera/resources/bank/resources/index.js +31 -0
  118. package/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.d.ts +0 -1
  119. package/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.js +0 -1
  120. package/serialization/resources/api/resources/thera/resources/index.d.ts +1 -0
  121. package/serialization/resources/api/resources/thera/resources/index.js +2 -1
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
@@ -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 GetBankAccountSignupKey: core.serialization.ObjectSchema<serializers.api.thera.bank.GetBankAccountSignupKey.Raw, TheraApi.api.thera.bank.GetBankAccountSignupKey>;
8
+ export declare namespace GetBankAccountSignupKey {
9
+ interface Raw {
10
+ linkToken: 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.GetBankAccountSignupKey = void 0;
30
+ const core = __importStar(require("../../../../../../../../../../core"));
31
+ exports.GetBankAccountSignupKey = core.serialization.object({
32
+ linkToken: core.serialization.string(),
33
+ });
@@ -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 GetSandboxPublicKey: core.serialization.ObjectSchema<serializers.api.thera.bank.GetSandboxPublicKey.Raw, TheraApi.api.thera.bank.GetSandboxPublicKey>;
8
+ export declare namespace GetSandboxPublicKey {
9
+ interface Raw {
10
+ sandboxPublicKey: 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.GetSandboxPublicKey = void 0;
30
+ const core = __importStar(require("../../../../../../../../../../core"));
31
+ exports.GetSandboxPublicKey = core.serialization.object({
32
+ sandboxPublicKey: core.serialization.string(),
33
+ });
@@ -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 VerifyAccountSignupRequest: core.serialization.ObjectSchema<serializers.api.thera.bank.VerifyAccountSignupRequest.Raw, TheraApi.api.thera.bank.VerifyAccountSignupRequest>;
8
+ export declare namespace VerifyAccountSignupRequest {
9
+ interface Raw {
10
+ publicKey: 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.VerifyAccountSignupRequest = void 0;
30
+ const core = __importStar(require("../../../../../../../../../../core"));
31
+ exports.VerifyAccountSignupRequest = core.serialization.object({
32
+ publicKey: core.serialization.string(),
33
+ });
@@ -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 VerifyMicrodepositRequest: core.serialization.ObjectSchema<serializers.api.thera.bank.VerifyMicrodepositRequest.Raw, TheraApi.api.thera.bank.VerifyMicrodepositRequest>;
8
+ export declare namespace VerifyMicrodepositRequest {
9
+ interface Raw {
10
+ microDepositAmount1: string;
11
+ microDepositAmount2: string;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
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.VerifyMicrodepositRequest = void 0;
30
+ const core = __importStar(require("../../../../../../../../../../core"));
31
+ exports.VerifyMicrodepositRequest = core.serialization.object({
32
+ microDepositAmount1: core.serialization.string(),
33
+ microDepositAmount2: core.serialization.string(),
34
+ });
@@ -0,0 +1,4 @@
1
+ export * from "./VerifyMicrodepositRequest";
2
+ export * from "./VerifyAccountSignupRequest";
3
+ export * from "./GetSandboxPublicKey";
4
+ export * from "./GetBankAccountSignupKey";
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./VerifyMicrodepositRequest"), exports);
18
+ __exportStar(require("./VerifyAccountSignupRequest"), exports);
19
+ __exportStar(require("./GetSandboxPublicKey"), exports);
20
+ __exportStar(require("./GetBankAccountSignupKey"), exports);
@@ -0,0 +1,2 @@
1
+ export * as bankApi from "./bankApi";
2
+ export * from "./bankApi/types";
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.bankApi = void 0;
30
+ exports.bankApi = __importStar(require("./bankApi"));
31
+ __exportStar(require("./bankApi/types"), exports);
@@ -10,7 +10,6 @@ export declare namespace OnboardW2PayrollUpdateCompany {
10
10
  theraCompanyId: string;
11
11
  businessName: string;
12
12
  businessEin: string;
13
- businessAddress: serializers.api.thera.address.Address.Raw;
14
13
  businessPhoneNumber: string;
15
14
  }
16
15
  }
@@ -32,6 +32,5 @@ exports.OnboardW2PayrollUpdateCompany = core.serialization.object({
32
32
  theraCompanyId: core.serialization.string(),
33
33
  businessName: core.serialization.string(),
34
34
  businessEin: core.serialization.string(),
35
- businessAddress: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.address.Address),
36
35
  businessPhoneNumber: core.serialization.string(),
37
36
  });
@@ -1,4 +1,5 @@
1
1
  export * as address from "./address";
2
2
  export * as authentication from "./authentication";
3
+ export * as bank from "./bank";
3
4
  export * as company from "./company";
4
5
  export * as payroll from "./payroll";
@@ -23,8 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.payroll = exports.company = exports.authentication = exports.address = void 0;
26
+ exports.payroll = exports.company = exports.bank = exports.authentication = exports.address = void 0;
27
27
  exports.address = __importStar(require("./address"));
28
28
  exports.authentication = __importStar(require("./authentication"));
29
+ exports.bank = __importStar(require("./bank"));
29
30
  exports.company = __importStar(require("./company"));
30
31
  exports.payroll = __importStar(require("./payroll"));