@thera-hr/api-sdk 0.0.1761 → 0.0.1799
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
- package/api/resources/api/resources/test/resources/invoices/client/Client.js +1 -1
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.d.ts +3 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +138 -6
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/DeleteWithdrawalMethodResponse.d.ts +7 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/DeleteWithdrawalMethodResponse.js +5 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerBalancesResponse.d.ts +7 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerBalancesResponse.js +5 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalRequest.d.ts +8 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalRequest.js +5 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalResponse.d.ts +5 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalResponse.js +5 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerBalance.d.ts +8 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerBalance.js +5 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +5 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +5 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +1 -1
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
- package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +2 -2
- package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
- package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +2 -2
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
- package/api/resources/db/resources/user/types/BankTransfer.d.ts +1 -1
- package/api/resources/db/resources/user/types/CompanySettings.d.ts +6 -0
- package/api/resources/db/resources/user/types/CompanySettings.js +5 -0
- package/api/resources/db/resources/user/types/EmployeeInformation.d.ts +3 -0
- package/api/resources/db/resources/user/types/index.d.ts +1 -0
- package/api/resources/db/resources/user/types/index.js +1 -0
- package/dist/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
- package/dist/api/resources/api/resources/test/resources/invoices/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.d.ts +3 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +138 -6
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/DeleteWithdrawalMethodResponse.d.ts +7 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/DeleteWithdrawalMethodResponse.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerBalancesResponse.d.ts +7 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerBalancesResponse.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalRequest.d.ts +8 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalRequest.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalResponse.d.ts +5 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalResponse.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerBalance.d.ts +8 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerBalance.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +5 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +2 -2
- package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +2 -2
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
- package/dist/api/resources/db/resources/user/types/BankTransfer.d.ts +1 -1
- package/dist/api/resources/db/resources/user/types/CompanySettings.d.ts +6 -0
- package/dist/api/resources/db/resources/user/types/CompanySettings.js +5 -0
- package/dist/api/resources/db/resources/user/types/EmployeeInformation.d.ts +3 -0
- package/dist/api/resources/db/resources/user/types/index.d.ts +1 -0
- package/dist/api/resources/db/resources/user/types/index.js +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/DeleteWithdrawalMethodResponse.d.ts +12 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/DeleteWithdrawalMethodResponse.js +42 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerBalancesResponse.d.ts +12 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerBalancesResponse.js +42 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalRequest.d.ts +14 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalRequest.js +35 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalResponse.d.ts +11 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalResponse.js +31 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerBalance.d.ts +14 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerBalance.js +35 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +5 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +5 -0
- package/dist/serialization/resources/db/resources/user/types/BankTransfer.d.ts +1 -1
- package/dist/serialization/resources/db/resources/user/types/BankTransfer.js +1 -1
- package/dist/serialization/resources/db/resources/user/types/CompanySettings.d.ts +12 -0
- package/dist/serialization/resources/db/resources/user/types/CompanySettings.js +33 -0
- package/dist/serialization/resources/db/resources/user/types/EmployeeInformation.d.ts +2 -0
- package/dist/serialization/resources/db/resources/user/types/EmployeeInformation.js +2 -0
- package/dist/serialization/resources/db/resources/user/types/index.d.ts +1 -0
- package/dist/serialization/resources/db/resources/user/types/index.js +1 -0
- package/package.json +1 -1
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/DeleteWithdrawalMethodResponse.d.ts +12 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/DeleteWithdrawalMethodResponse.js +42 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerBalancesResponse.d.ts +12 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerBalancesResponse.js +42 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalRequest.d.ts +14 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalRequest.js +35 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalResponse.d.ts +11 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/InitiateWorkerWithdrawalResponse.js +31 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerBalance.d.ts +14 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/WorkerBalance.js +35 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +5 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +5 -0
- package/serialization/resources/db/resources/user/types/BankTransfer.d.ts +1 -1
- package/serialization/resources/db/resources/user/types/BankTransfer.js +1 -1
- package/serialization/resources/db/resources/user/types/CompanySettings.d.ts +12 -0
- package/serialization/resources/db/resources/user/types/CompanySettings.js +33 -0
- package/serialization/resources/db/resources/user/types/EmployeeInformation.d.ts +2 -0
- package/serialization/resources/db/resources/user/types/EmployeeInformation.js +2 -0
- package/serialization/resources/db/resources/user/types/index.d.ts +1 -0
- package/serialization/resources/db/resources/user/types/index.js +1 -0
|
@@ -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 WorkerBalance: core.serialization.ObjectSchema<serializers.api.thera.bank.WorkerBalance.Raw, TheraApi.api.thera.bank.WorkerBalance>;
|
|
8
|
+
export declare namespace WorkerBalance {
|
|
9
|
+
interface Raw {
|
|
10
|
+
currency: string;
|
|
11
|
+
pending: number;
|
|
12
|
+
available: number;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.WorkerBalance = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
|
31
|
+
exports.WorkerBalance = core.serialization.object({
|
|
32
|
+
currency: core.serialization.string(),
|
|
33
|
+
pending: core.serialization.number(),
|
|
34
|
+
available: core.serialization.number(),
|
|
35
|
+
});
|
|
@@ -10,3 +10,8 @@ export * from "./WithdrawalMethodValidationAsync";
|
|
|
10
10
|
export * from "./ValidationAsyncParam";
|
|
11
11
|
export * from "./WithdrawalMethodValuesAllowed";
|
|
12
12
|
export * from "./SaveWithdrawalMethodResponse";
|
|
13
|
+
export * from "./DeleteWithdrawalMethodResponse";
|
|
14
|
+
export * from "./InitiateWorkerWithdrawalRequest";
|
|
15
|
+
export * from "./InitiateWorkerWithdrawalResponse";
|
|
16
|
+
export * from "./GetWorkerBalancesResponse";
|
|
17
|
+
export * from "./WorkerBalance";
|
|
@@ -26,3 +26,8 @@ __exportStar(require("./WithdrawalMethodValidationAsync"), exports);
|
|
|
26
26
|
__exportStar(require("./ValidationAsyncParam"), exports);
|
|
27
27
|
__exportStar(require("./WithdrawalMethodValuesAllowed"), exports);
|
|
28
28
|
__exportStar(require("./SaveWithdrawalMethodResponse"), exports);
|
|
29
|
+
__exportStar(require("./DeleteWithdrawalMethodResponse"), exports);
|
|
30
|
+
__exportStar(require("./InitiateWorkerWithdrawalRequest"), exports);
|
|
31
|
+
__exportStar(require("./InitiateWorkerWithdrawalResponse"), exports);
|
|
32
|
+
__exportStar(require("./GetWorkerBalancesResponse"), exports);
|
|
33
|
+
__exportStar(require("./WorkerBalance"), exports);
|
|
@@ -7,7 +7,7 @@ import * as core from "../../../../../../core";
|
|
|
7
7
|
export declare const BankTransfer: core.serialization.ObjectSchema<serializers.db.BankTransfer.Raw, TheraApi.db.BankTransfer>;
|
|
8
8
|
export declare namespace BankTransfer {
|
|
9
9
|
interface Raw {
|
|
10
|
-
|
|
10
|
+
title: string;
|
|
11
11
|
recipientAddress: serializers.api.thera.common.Address.Raw;
|
|
12
12
|
currency: string;
|
|
13
13
|
methodType: string;
|
|
@@ -38,7 +38,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
38
38
|
exports.BankTransfer = void 0;
|
|
39
39
|
const core = __importStar(require("../../../../../../core"));
|
|
40
40
|
exports.BankTransfer = core.serialization.object({
|
|
41
|
-
|
|
41
|
+
title: core.serialization.string(),
|
|
42
42
|
recipientAddress: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).api.thera.common.Address; })),
|
|
43
43
|
currency: core.serialization.string(),
|
|
44
44
|
methodType: core.serialization.string(),
|
|
@@ -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 CompanySettings: core.serialization.ObjectSchema<serializers.db.CompanySettings.Raw, TheraApi.db.CompanySettings>;
|
|
8
|
+
export declare namespace CompanySettings {
|
|
9
|
+
interface Raw {
|
|
10
|
+
accountIdsByCurrency: Record<string, 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.CompanySettings = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.CompanySettings = core.serialization.object({
|
|
32
|
+
accountIdsByCurrency: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
33
|
+
});
|
|
@@ -15,5 +15,7 @@ export declare namespace EmployeeInformation {
|
|
|
15
15
|
complianceInformation: serializers.db.ComplianceInformation.Raw;
|
|
16
16
|
w8BenFileS3Key: string;
|
|
17
17
|
withdrawalMethods: Record<string, serializers.db.WithdrawalMethod.Raw>;
|
|
18
|
+
paymentsVersion: number;
|
|
19
|
+
settingsByCompanyId: Record<string, serializers.db.CompanySettings.Raw>;
|
|
18
20
|
}
|
|
19
21
|
}
|
|
@@ -46,4 +46,6 @@ exports.EmployeeInformation = core.serialization.object({
|
|
|
46
46
|
complianceInformation: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).db.ComplianceInformation; })),
|
|
47
47
|
w8BenFileS3Key: core.serialization.string(),
|
|
48
48
|
withdrawalMethods: core.serialization.record(core.serialization.string(), core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).db.WithdrawalMethod; }))),
|
|
49
|
+
paymentsVersion: core.serialization.number(),
|
|
50
|
+
settingsByCompanyId: core.serialization.record(core.serialization.string(), core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).db.CompanySettings; }))),
|
|
49
51
|
});
|
|
@@ -3,6 +3,7 @@ export * from "./ComplianceDocument";
|
|
|
3
3
|
export * from "./ComplianceInformation";
|
|
4
4
|
export * from "./EmployeeOnboardingStatus";
|
|
5
5
|
export * from "./EmployeeInformation";
|
|
6
|
+
export * from "./CompanySettings";
|
|
6
7
|
export * from "./WithdrawalMethod";
|
|
7
8
|
export * from "./BankTransfer";
|
|
8
9
|
export * from "./User";
|
|
@@ -19,6 +19,7 @@ __exportStar(require("./ComplianceDocument"), exports);
|
|
|
19
19
|
__exportStar(require("./ComplianceInformation"), exports);
|
|
20
20
|
__exportStar(require("./EmployeeOnboardingStatus"), exports);
|
|
21
21
|
__exportStar(require("./EmployeeInformation"), exports);
|
|
22
|
+
__exportStar(require("./CompanySettings"), exports);
|
|
22
23
|
__exportStar(require("./WithdrawalMethod"), exports);
|
|
23
24
|
__exportStar(require("./BankTransfer"), exports);
|
|
24
25
|
__exportStar(require("./User"), exports);
|
package/package.json
CHANGED
|
@@ -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 DeleteWithdrawalMethodResponse: core.serialization.ObjectSchema<serializers.api.thera.bank.DeleteWithdrawalMethodResponse.Raw, TheraApi.api.thera.bank.DeleteWithdrawalMethodResponse>;
|
|
8
|
+
export declare namespace DeleteWithdrawalMethodResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
withdrawalMethods: Record<string, serializers.db.WithdrawalMethod.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.DeleteWithdrawalMethodResponse = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
|
40
|
+
exports.DeleteWithdrawalMethodResponse = core.serialization.object({
|
|
41
|
+
withdrawalMethods: core.serialization.record(core.serialization.string(), core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).db.WithdrawalMethod; }))),
|
|
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 GetWorkerBalancesResponse: core.serialization.ObjectSchema<serializers.api.thera.bank.GetWorkerBalancesResponse.Raw, TheraApi.api.thera.bank.GetWorkerBalancesResponse>;
|
|
8
|
+
export declare namespace GetWorkerBalancesResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
balances: serializers.api.thera.bank.WorkerBalance.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.GetWorkerBalancesResponse = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
|
40
|
+
exports.GetWorkerBalancesResponse = core.serialization.object({
|
|
41
|
+
balances: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../../../../..")))).api.thera.bank.WorkerBalance; }))),
|
|
42
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../../../../../core";
|
|
7
|
+
export declare const InitiateWorkerWithdrawalRequest: core.serialization.ObjectSchema<serializers.api.thera.bank.InitiateWorkerWithdrawalRequest.Raw, TheraApi.api.thera.bank.InitiateWorkerWithdrawalRequest>;
|
|
8
|
+
export declare namespace InitiateWorkerWithdrawalRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
amount: number;
|
|
11
|
+
currency: string;
|
|
12
|
+
withdrawalMethodId: string;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.InitiateWorkerWithdrawalRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
|
31
|
+
exports.InitiateWorkerWithdrawalRequest = core.serialization.object({
|
|
32
|
+
amount: core.serialization.number(),
|
|
33
|
+
currency: core.serialization.string(),
|
|
34
|
+
withdrawalMethodId: core.serialization.string(),
|
|
35
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
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 InitiateWorkerWithdrawalResponse: core.serialization.ObjectSchema<serializers.api.thera.bank.InitiateWorkerWithdrawalResponse.Raw, TheraApi.api.thera.bank.InitiateWorkerWithdrawalResponse>;
|
|
8
|
+
export declare namespace InitiateWorkerWithdrawalResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.InitiateWorkerWithdrawalResponse = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
|
31
|
+
exports.InitiateWorkerWithdrawalResponse = core.serialization.object({});
|
|
@@ -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 WorkerBalance: core.serialization.ObjectSchema<serializers.api.thera.bank.WorkerBalance.Raw, TheraApi.api.thera.bank.WorkerBalance>;
|
|
8
|
+
export declare namespace WorkerBalance {
|
|
9
|
+
interface Raw {
|
|
10
|
+
currency: string;
|
|
11
|
+
pending: number;
|
|
12
|
+
available: number;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.WorkerBalance = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
|
31
|
+
exports.WorkerBalance = core.serialization.object({
|
|
32
|
+
currency: core.serialization.string(),
|
|
33
|
+
pending: core.serialization.number(),
|
|
34
|
+
available: core.serialization.number(),
|
|
35
|
+
});
|
|
@@ -10,3 +10,8 @@ export * from "./WithdrawalMethodValidationAsync";
|
|
|
10
10
|
export * from "./ValidationAsyncParam";
|
|
11
11
|
export * from "./WithdrawalMethodValuesAllowed";
|
|
12
12
|
export * from "./SaveWithdrawalMethodResponse";
|
|
13
|
+
export * from "./DeleteWithdrawalMethodResponse";
|
|
14
|
+
export * from "./InitiateWorkerWithdrawalRequest";
|
|
15
|
+
export * from "./InitiateWorkerWithdrawalResponse";
|
|
16
|
+
export * from "./GetWorkerBalancesResponse";
|
|
17
|
+
export * from "./WorkerBalance";
|
package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js
CHANGED
|
@@ -26,3 +26,8 @@ __exportStar(require("./WithdrawalMethodValidationAsync"), exports);
|
|
|
26
26
|
__exportStar(require("./ValidationAsyncParam"), exports);
|
|
27
27
|
__exportStar(require("./WithdrawalMethodValuesAllowed"), exports);
|
|
28
28
|
__exportStar(require("./SaveWithdrawalMethodResponse"), exports);
|
|
29
|
+
__exportStar(require("./DeleteWithdrawalMethodResponse"), exports);
|
|
30
|
+
__exportStar(require("./InitiateWorkerWithdrawalRequest"), exports);
|
|
31
|
+
__exportStar(require("./InitiateWorkerWithdrawalResponse"), exports);
|
|
32
|
+
__exportStar(require("./GetWorkerBalancesResponse"), exports);
|
|
33
|
+
__exportStar(require("./WorkerBalance"), exports);
|
|
@@ -7,7 +7,7 @@ import * as core from "../../../../../../core";
|
|
|
7
7
|
export declare const BankTransfer: core.serialization.ObjectSchema<serializers.db.BankTransfer.Raw, TheraApi.db.BankTransfer>;
|
|
8
8
|
export declare namespace BankTransfer {
|
|
9
9
|
interface Raw {
|
|
10
|
-
|
|
10
|
+
title: string;
|
|
11
11
|
recipientAddress: serializers.api.thera.common.Address.Raw;
|
|
12
12
|
currency: string;
|
|
13
13
|
methodType: string;
|
|
@@ -38,7 +38,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
38
38
|
exports.BankTransfer = void 0;
|
|
39
39
|
const core = __importStar(require("../../../../../../core"));
|
|
40
40
|
exports.BankTransfer = core.serialization.object({
|
|
41
|
-
|
|
41
|
+
title: core.serialization.string(),
|
|
42
42
|
recipientAddress: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).api.thera.common.Address; })),
|
|
43
43
|
currency: core.serialization.string(),
|
|
44
44
|
methodType: core.serialization.string(),
|
|
@@ -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 CompanySettings: core.serialization.ObjectSchema<serializers.db.CompanySettings.Raw, TheraApi.db.CompanySettings>;
|
|
8
|
+
export declare namespace CompanySettings {
|
|
9
|
+
interface Raw {
|
|
10
|
+
accountIdsByCurrency: Record<string, 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.CompanySettings = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.CompanySettings = core.serialization.object({
|
|
32
|
+
accountIdsByCurrency: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
33
|
+
});
|
|
@@ -15,5 +15,7 @@ export declare namespace EmployeeInformation {
|
|
|
15
15
|
complianceInformation: serializers.db.ComplianceInformation.Raw;
|
|
16
16
|
w8BenFileS3Key: string;
|
|
17
17
|
withdrawalMethods: Record<string, serializers.db.WithdrawalMethod.Raw>;
|
|
18
|
+
paymentsVersion: number;
|
|
19
|
+
settingsByCompanyId: Record<string, serializers.db.CompanySettings.Raw>;
|
|
18
20
|
}
|
|
19
21
|
}
|
|
@@ -46,4 +46,6 @@ exports.EmployeeInformation = core.serialization.object({
|
|
|
46
46
|
complianceInformation: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).db.ComplianceInformation; })),
|
|
47
47
|
w8BenFileS3Key: core.serialization.string(),
|
|
48
48
|
withdrawalMethods: core.serialization.record(core.serialization.string(), core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).db.WithdrawalMethod; }))),
|
|
49
|
+
paymentsVersion: core.serialization.number(),
|
|
50
|
+
settingsByCompanyId: core.serialization.record(core.serialization.string(), core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).db.CompanySettings; }))),
|
|
49
51
|
});
|
|
@@ -3,6 +3,7 @@ export * from "./ComplianceDocument";
|
|
|
3
3
|
export * from "./ComplianceInformation";
|
|
4
4
|
export * from "./EmployeeOnboardingStatus";
|
|
5
5
|
export * from "./EmployeeInformation";
|
|
6
|
+
export * from "./CompanySettings";
|
|
6
7
|
export * from "./WithdrawalMethod";
|
|
7
8
|
export * from "./BankTransfer";
|
|
8
9
|
export * from "./User";
|
|
@@ -19,6 +19,7 @@ __exportStar(require("./ComplianceDocument"), exports);
|
|
|
19
19
|
__exportStar(require("./ComplianceInformation"), exports);
|
|
20
20
|
__exportStar(require("./EmployeeOnboardingStatus"), exports);
|
|
21
21
|
__exportStar(require("./EmployeeInformation"), exports);
|
|
22
|
+
__exportStar(require("./CompanySettings"), exports);
|
|
22
23
|
__exportStar(require("./WithdrawalMethod"), exports);
|
|
23
24
|
__exportStar(require("./BankTransfer"), exports);
|
|
24
25
|
__exportStar(require("./User"), exports);
|