@thera-hr/api-sdk 1.1.1-prerelease2409-dev-2 → 1.1.1-prerelease2411-dev-2
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/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
- package/api/resources/api/resources/dev/resources/dev/client/Client.js +1 -1
- package/api/resources/api/resources/external/resources/externalApi/client/Client.js +1 -1
- package/api/resources/api/resources/services/resources/file/client/Client.js +5 -5
- package/api/resources/api/resources/thera/resources/accounting/resources/accountingApi/client/Client.js +4 -4
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.d.ts +17 -8
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +107 -52
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GetWorkerTransactionsRangeRequest.d.ts +25 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GetWorkerTransactionsRangeRequest.js +5 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GetWorkerTransactionsRequest.d.ts +1 -14
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerTransactionsRangeResponse.d.ts +8 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerTransactionsRangeResponse.js +5 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +1 -0
- package/api/resources/api/resources/thera/resources/bridge/resources/bridgeApi/client/Client.js +29 -29
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +18 -18
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +6 -6
- package/api/resources/api/resources/thera/resources/contractor/resources/contractorApi/client/Client.js +3 -3
- package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +7 -7
- package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
- package/api/resources/api/resources/thera/resources/document/resources/documentApi/client/Client.js +3 -3
- package/api/resources/api/resources/thera/resources/email/resources/emailApi/client/Client.js +2 -2
- package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +5 -5
- package/api/resources/api/resources/thera/resources/eor/resources/eorTrackerApi/client/Client.js +3 -3
- package/api/resources/api/resources/thera/resources/incorporation/resources/incorporationApi/client/Client.js +3 -3
- package/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +9 -9
- package/api/resources/api/resources/thera/resources/payroll/resources/expenseApi/client/Client.js +11 -11
- package/api/resources/api/resources/thera/resources/payroll/resources/offcycleApi/client/Client.js +1 -1
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +5 -5
- package/api/resources/api/resources/thera/resources/payroll/resources/payscheduleApi/client/Client.js +7 -7
- package/api/resources/api/resources/thera/resources/timeoff/resources/timeoffApi/client/Client.js +15 -15
- package/api/resources/api/resources/thera/resources/timetracking/resources/timetrackingApi/client/Client.js +9 -9
- package/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/Client.js +14 -14
- package/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +3 -3
- package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/dev/resources/dev/client/Client.js +1 -1
- package/dist/api/resources/api/resources/external/resources/externalApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/services/resources/file/client/Client.js +5 -5
- package/dist/api/resources/api/resources/thera/resources/accounting/resources/accountingApi/client/Client.js +4 -4
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.d.ts +17 -8
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +107 -52
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GetWorkerTransactionsRangeRequest.d.ts +25 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GetWorkerTransactionsRangeRequest.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/GetWorkerTransactionsRequest.d.ts +1 -14
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/requests/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerTransactionsRangeResponse.d.ts +8 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerTransactionsRangeResponse.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +1 -0
- package/dist/api/resources/api/resources/thera/resources/bridge/resources/bridgeApi/client/Client.js +29 -29
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +18 -18
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +6 -6
- package/dist/api/resources/api/resources/thera/resources/contractor/resources/contractorApi/client/Client.js +3 -3
- package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +7 -7
- package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/resources/document/resources/documentApi/client/Client.js +3 -3
- package/dist/api/resources/api/resources/thera/resources/email/resources/emailApi/client/Client.js +2 -2
- package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +5 -5
- package/dist/api/resources/api/resources/thera/resources/eor/resources/eorTrackerApi/client/Client.js +3 -3
- package/dist/api/resources/api/resources/thera/resources/incorporation/resources/incorporationApi/client/Client.js +3 -3
- package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +9 -9
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/expenseApi/client/Client.js +11 -11
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/offcycleApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +5 -5
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/payscheduleApi/client/Client.js +7 -7
- package/dist/api/resources/api/resources/thera/resources/timeoff/resources/timeoffApi/client/Client.js +15 -15
- package/dist/api/resources/api/resources/thera/resources/timetracking/resources/timetrackingApi/client/Client.js +9 -9
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/Client.js +14 -14
- package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +3 -3
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerTransactionsRangeResponse.d.ts +14 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerTransactionsRangeResponse.js +45 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +74 -10
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerTransactionsRangeResponse.d.ts +14 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/GetWorkerTransactionsRangeResponse.js +45 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../../../index";
|
|
5
|
+
import * as TheraApi from "../../../../../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../../../../../core";
|
|
7
|
+
import { WorkerTransaction } from "./WorkerTransaction";
|
|
8
|
+
export declare const GetWorkerTransactionsRangeResponse: core.serialization.ObjectSchema<serializers.api.thera.bank.GetWorkerTransactionsRangeResponse.Raw, TheraApi.api.thera.bank.GetWorkerTransactionsRangeResponse>;
|
|
9
|
+
export declare namespace GetWorkerTransactionsRangeResponse {
|
|
10
|
+
interface Raw {
|
|
11
|
+
transactions: WorkerTransaction.Raw[];
|
|
12
|
+
csv?: string | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GetWorkerTransactionsRangeResponse = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
|
41
|
+
const WorkerTransaction_1 = require("./WorkerTransaction");
|
|
42
|
+
exports.GetWorkerTransactionsRangeResponse = core.serialization.object({
|
|
43
|
+
transactions: core.serialization.list(WorkerTransaction_1.WorkerTransaction),
|
|
44
|
+
csv: core.serialization.string().optional(),
|
|
45
|
+
});
|
|
@@ -61,6 +61,7 @@ export * from "./HistoricalInvoice";
|
|
|
61
61
|
export * from "./GetWorkerBalancesResponse";
|
|
62
62
|
export * from "./WorkerBalance";
|
|
63
63
|
export * from "./GetWorkerTransactionsResponse";
|
|
64
|
+
export * from "./GetWorkerTransactionsRangeResponse";
|
|
64
65
|
export * from "./WorkerTransaction";
|
|
65
66
|
export * from "./WorkerTransactionDetails";
|
|
66
67
|
export * from "./WorkerWithdrawalTransaction";
|
|
@@ -77,6 +77,7 @@ __exportStar(require("./HistoricalInvoice"), exports);
|
|
|
77
77
|
__exportStar(require("./GetWorkerBalancesResponse"), exports);
|
|
78
78
|
__exportStar(require("./WorkerBalance"), exports);
|
|
79
79
|
__exportStar(require("./GetWorkerTransactionsResponse"), exports);
|
|
80
|
+
__exportStar(require("./GetWorkerTransactionsRangeResponse"), exports);
|
|
80
81
|
__exportStar(require("./WorkerTransaction"), exports);
|
|
81
82
|
__exportStar(require("./WorkerTransactionDetails"), exports);
|
|
82
83
|
__exportStar(require("./WorkerWithdrawalTransaction"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.1.1-
|
|
1
|
+
export declare const SDK_VERSION = "1.1.1-prerelease2411-dev-2";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -2523,6 +2523,72 @@ await client.api.thera.bank.bankApi.getWorkerBalance("string", "string");
|
|
|
2523
2523
|
<dl>
|
|
2524
2524
|
<dd>
|
|
2525
2525
|
|
|
2526
|
+
#### 🔌 Usage
|
|
2527
|
+
|
|
2528
|
+
<dl>
|
|
2529
|
+
<dd>
|
|
2530
|
+
|
|
2531
|
+
<dl>
|
|
2532
|
+
<dd>
|
|
2533
|
+
|
|
2534
|
+
```typescript
|
|
2535
|
+
await client.api.thera.bank.bankApi.getWorkerTransactions("string", "string", {
|
|
2536
|
+
afterCursor: "string",
|
|
2537
|
+
});
|
|
2538
|
+
```
|
|
2539
|
+
|
|
2540
|
+
</dd>
|
|
2541
|
+
</dl>
|
|
2542
|
+
</dd>
|
|
2543
|
+
</dl>
|
|
2544
|
+
|
|
2545
|
+
#### ⚙️ Parameters
|
|
2546
|
+
|
|
2547
|
+
<dl>
|
|
2548
|
+
<dd>
|
|
2549
|
+
|
|
2550
|
+
<dl>
|
|
2551
|
+
<dd>
|
|
2552
|
+
|
|
2553
|
+
**userId:** `string`
|
|
2554
|
+
|
|
2555
|
+
</dd>
|
|
2556
|
+
</dl>
|
|
2557
|
+
|
|
2558
|
+
<dl>
|
|
2559
|
+
<dd>
|
|
2560
|
+
|
|
2561
|
+
**companyId:** `string`
|
|
2562
|
+
|
|
2563
|
+
</dd>
|
|
2564
|
+
</dl>
|
|
2565
|
+
|
|
2566
|
+
<dl>
|
|
2567
|
+
<dd>
|
|
2568
|
+
|
|
2569
|
+
**request:** `TheraApi.api.thera.bank.GetWorkerTransactionsRequest`
|
|
2570
|
+
|
|
2571
|
+
</dd>
|
|
2572
|
+
</dl>
|
|
2573
|
+
|
|
2574
|
+
<dl>
|
|
2575
|
+
<dd>
|
|
2576
|
+
|
|
2577
|
+
**requestOptions:** `BankApi.RequestOptions`
|
|
2578
|
+
|
|
2579
|
+
</dd>
|
|
2580
|
+
</dl>
|
|
2581
|
+
</dd>
|
|
2582
|
+
</dl>
|
|
2583
|
+
|
|
2584
|
+
</dd>
|
|
2585
|
+
</dl>
|
|
2586
|
+
</details>
|
|
2587
|
+
|
|
2588
|
+
<details><summary><code>client.api.thera.bank.bankApi.<a href="/src/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.ts">getWorkerTransactionsRange</a>(userId, companyId, { ...params }) -> TheraApi.GetWorkerTransactionsRangeResponse</code></summary>
|
|
2589
|
+
<dl>
|
|
2590
|
+
<dd>
|
|
2591
|
+
|
|
2526
2592
|
#### 📝 Description
|
|
2527
2593
|
|
|
2528
2594
|
<dl>
|
|
@@ -2531,14 +2597,12 @@ await client.api.thera.bank.bankApi.getWorkerBalance("string", "string");
|
|
|
2531
2597
|
<dl>
|
|
2532
2598
|
<dd>
|
|
2533
2599
|
|
|
2534
|
-
Get worker transactions.
|
|
2600
|
+
Get all worker transactions within a date range. Uses autoPager to fetch all results (no pagination).
|
|
2535
2601
|
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
</dd>
|
|
2541
|
-
</dl>
|
|
2602
|
+
</dd>
|
|
2603
|
+
</dl>
|
|
2604
|
+
</dd>
|
|
2605
|
+
</dl>
|
|
2542
2606
|
|
|
2543
2607
|
#### 🔌 Usage
|
|
2544
2608
|
|
|
@@ -2549,10 +2613,10 @@ Get worker transactions.
|
|
|
2549
2613
|
<dd>
|
|
2550
2614
|
|
|
2551
2615
|
```typescript
|
|
2552
|
-
await client.api.thera.bank.bankApi.
|
|
2553
|
-
afterCursor: "string",
|
|
2616
|
+
await client.api.thera.bank.bankApi.getWorkerTransactionsRange("string", "string", {
|
|
2554
2617
|
startDate: "string",
|
|
2555
2618
|
endDate: "string",
|
|
2619
|
+
exportAs: "string",
|
|
2556
2620
|
});
|
|
2557
2621
|
```
|
|
2558
2622
|
|
|
@@ -2585,7 +2649,7 @@ await client.api.thera.bank.bankApi.getWorkerTransactions("string", "string", {
|
|
|
2585
2649
|
<dl>
|
|
2586
2650
|
<dd>
|
|
2587
2651
|
|
|
2588
|
-
**request:** `TheraApi.api.thera.bank.
|
|
2652
|
+
**request:** `TheraApi.api.thera.bank.GetWorkerTransactionsRangeRequest`
|
|
2589
2653
|
|
|
2590
2654
|
</dd>
|
|
2591
2655
|
</dl>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../../../index";
|
|
5
|
+
import * as TheraApi from "../../../../../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../../../../../core";
|
|
7
|
+
import { WorkerTransaction } from "./WorkerTransaction";
|
|
8
|
+
export declare const GetWorkerTransactionsRangeResponse: core.serialization.ObjectSchema<serializers.api.thera.bank.GetWorkerTransactionsRangeResponse.Raw, TheraApi.api.thera.bank.GetWorkerTransactionsRangeResponse>;
|
|
9
|
+
export declare namespace GetWorkerTransactionsRangeResponse {
|
|
10
|
+
interface Raw {
|
|
11
|
+
transactions: WorkerTransaction.Raw[];
|
|
12
|
+
csv?: string | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GetWorkerTransactionsRangeResponse = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
|
41
|
+
const WorkerTransaction_1 = require("./WorkerTransaction");
|
|
42
|
+
exports.GetWorkerTransactionsRangeResponse = core.serialization.object({
|
|
43
|
+
transactions: core.serialization.list(WorkerTransaction_1.WorkerTransaction),
|
|
44
|
+
csv: core.serialization.string().optional(),
|
|
45
|
+
});
|
|
@@ -61,6 +61,7 @@ export * from "./HistoricalInvoice";
|
|
|
61
61
|
export * from "./GetWorkerBalancesResponse";
|
|
62
62
|
export * from "./WorkerBalance";
|
|
63
63
|
export * from "./GetWorkerTransactionsResponse";
|
|
64
|
+
export * from "./GetWorkerTransactionsRangeResponse";
|
|
64
65
|
export * from "./WorkerTransaction";
|
|
65
66
|
export * from "./WorkerTransactionDetails";
|
|
66
67
|
export * from "./WorkerWithdrawalTransaction";
|
package/serialization/resources/api/resources/thera/resources/bank/resources/bankApi/types/index.js
CHANGED
|
@@ -77,6 +77,7 @@ __exportStar(require("./HistoricalInvoice"), exports);
|
|
|
77
77
|
__exportStar(require("./GetWorkerBalancesResponse"), exports);
|
|
78
78
|
__exportStar(require("./WorkerBalance"), exports);
|
|
79
79
|
__exportStar(require("./GetWorkerTransactionsResponse"), exports);
|
|
80
|
+
__exportStar(require("./GetWorkerTransactionsRangeResponse"), exports);
|
|
80
81
|
__exportStar(require("./WorkerTransaction"), exports);
|
|
81
82
|
__exportStar(require("./WorkerTransactionDetails"), exports);
|
|
82
83
|
__exportStar(require("./WorkerWithdrawalTransaction"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.1.1-
|
|
1
|
+
export declare const SDK_VERSION = "1.1.1-prerelease2411-dev-2";
|
package/version.js
CHANGED