@thera-hr/api-sdk 0.0.1-prerelease3577-dev-3 → 0.0.1-prerelease3577-dev
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.js +37 -37
- package/api/resources/api/resources/thera/resources/bridge/resources/bridgeApi/client/Client.js +24 -24
- 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.d.ts +0 -37
- package/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/Client.js +11 -186
- package/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/requests/index.d.ts +0 -1
- package/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/index.d.ts +0 -3
- package/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/index.js +0 -3
- package/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +3 -3
- package/api/resources/db/resources/company/types/Company.d.ts +1 -0
- package/api/resources/db/resources/company/types/StripeAccountInfo.d.ts +7 -0
- package/api/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.d.ts +9 -0
- package/api/resources/db/resources/company/types/index.d.ts +2 -0
- package/api/resources/db/resources/company/types/index.js +2 -0
- package/api/resources/db/resources/paymentMethod/types/CompanyPaymentMethod.d.ts +1 -0
- package/api/resources/db/resources/paymentMethod/types/PlaidPostVerificationPaymentMethodDetails.d.ts +2 -0
- package/api/resources/db/resources/paymentMethod/types/StripeAccountType.d.ts +9 -0
- package/api/resources/db/resources/paymentMethod/types/StripeAccountType.js +11 -0
- package/api/resources/db/resources/paymentMethod/types/index.d.ts +1 -0
- package/api/resources/db/resources/paymentMethod/types/index.js +1 -0
- 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.js +37 -37
- package/dist/api/resources/api/resources/thera/resources/bridge/resources/bridgeApi/client/Client.js +24 -24
- 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.d.ts +0 -37
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/Client.js +11 -186
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/requests/index.d.ts +0 -1
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/index.d.ts +0 -3
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/index.js +0 -3
- package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +3 -3
- package/dist/api/resources/db/resources/company/types/Company.d.ts +1 -0
- package/dist/api/resources/db/resources/company/types/StripeAccountInfo.d.ts +7 -0
- package/dist/api/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.d.ts +9 -0
- package/dist/api/resources/db/resources/company/types/index.d.ts +2 -0
- package/dist/api/resources/db/resources/company/types/index.js +2 -0
- package/dist/api/resources/db/resources/paymentMethod/types/CompanyPaymentMethod.d.ts +1 -0
- package/dist/api/resources/db/resources/paymentMethod/types/PlaidPostVerificationPaymentMethodDetails.d.ts +2 -0
- package/dist/api/resources/db/resources/paymentMethod/types/StripeAccountType.d.ts +9 -0
- package/dist/api/resources/db/resources/paymentMethod/types/StripeAccountType.js +11 -0
- package/dist/api/resources/db/resources/paymentMethod/types/index.d.ts +1 -0
- package/dist/api/resources/db/resources/paymentMethod/types/index.js +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/index.d.ts +0 -3
- package/dist/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/index.js +0 -3
- package/dist/serialization/resources/db/resources/company/types/Company.d.ts +2 -0
- package/dist/serialization/resources/db/resources/company/types/Company.js +2 -0
- package/dist/serialization/resources/db/resources/company/types/StripeAccountInfo.d.ts +13 -0
- package/{serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferListResponse.js → dist/serialization/resources/db/resources/company/types/StripeAccountInfo.js} +5 -7
- package/dist/serialization/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.d.ts +15 -0
- package/dist/serialization/resources/{api/resources/thera/resources/tp/resources/tpApi/types/AchTransferListResponse.js → db/resources/company/types/StripeMultipleAccountCustomerInfo.js} +7 -7
- package/dist/serialization/resources/db/resources/company/types/index.d.ts +2 -0
- package/dist/serialization/resources/db/resources/company/types/index.js +2 -0
- package/dist/serialization/resources/db/resources/paymentMethod/types/CompanyPaymentMethod.d.ts +1 -0
- package/dist/serialization/resources/db/resources/paymentMethod/types/CompanyPaymentMethod.js +1 -0
- package/dist/serialization/resources/db/resources/paymentMethod/types/PlaidPostVerificationPaymentMethodDetails.d.ts +2 -0
- package/dist/serialization/resources/db/resources/paymentMethod/types/PlaidPostVerificationPaymentMethodDetails.js +2 -0
- package/dist/serialization/resources/db/resources/paymentMethod/types/StripeAccountType.d.ts +10 -0
- package/dist/serialization/resources/db/resources/paymentMethod/types/StripeAccountType.js +41 -0
- package/dist/serialization/resources/db/resources/paymentMethod/types/index.d.ts +1 -0
- package/dist/serialization/resources/db/resources/paymentMethod/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 +0 -217
- package/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/index.d.ts +0 -3
- package/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/index.js +0 -3
- package/serialization/resources/db/resources/company/types/Company.d.ts +2 -0
- package/serialization/resources/db/resources/company/types/Company.js +2 -0
- package/serialization/resources/db/resources/company/types/StripeAccountInfo.d.ts +13 -0
- package/serialization/resources/{api/resources/thera/resources/tp/resources/tpApi/types/AchTransferSummary.js → db/resources/company/types/StripeAccountInfo.js} +5 -12
- package/serialization/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.d.ts +15 -0
- package/{dist/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferSummary.js → serialization/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.js} +7 -12
- package/serialization/resources/db/resources/company/types/index.d.ts +2 -0
- package/serialization/resources/db/resources/company/types/index.js +2 -0
- package/serialization/resources/db/resources/paymentMethod/types/CompanyPaymentMethod.d.ts +1 -0
- package/serialization/resources/db/resources/paymentMethod/types/CompanyPaymentMethod.js +1 -0
- package/serialization/resources/db/resources/paymentMethod/types/PlaidPostVerificationPaymentMethodDetails.d.ts +2 -0
- package/serialization/resources/db/resources/paymentMethod/types/PlaidPostVerificationPaymentMethodDetails.js +2 -0
- package/serialization/resources/db/resources/paymentMethod/types/StripeAccountType.d.ts +10 -0
- package/serialization/resources/db/resources/paymentMethod/types/StripeAccountType.js +41 -0
- package/serialization/resources/db/resources/paymentMethod/types/index.d.ts +1 -0
- package/serialization/resources/db/resources/paymentMethod/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/requests/ListAchTransfersRequest.d.ts +0 -16
- package/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferDetail.d.ts +0 -22
- package/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferListResponse.d.ts +0 -9
- package/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferSummary.d.ts +0 -14
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/requests/ListAchTransfersRequest.d.ts +0 -16
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/requests/ListAchTransfersRequest.js +0 -5
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferDetail.d.ts +0 -22
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferDetail.js +0 -5
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferListResponse.d.ts +0 -9
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferListResponse.js +0 -5
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferSummary.d.ts +0 -14
- package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferSummary.js +0 -5
- package/dist/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferDetail.d.ts +0 -28
- package/dist/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferDetail.js +0 -59
- package/dist/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferListResponse.d.ts +0 -15
- package/dist/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferSummary.d.ts +0 -20
- package/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferDetail.d.ts +0 -28
- package/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferDetail.js +0 -59
- package/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferListResponse.d.ts +0 -15
- package/serialization/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferSummary.d.ts +0 -20
- /package/api/resources/{api/resources/thera/resources/tp/resources/tpApi/client/requests/ListAchTransfersRequest.js → db/resources/company/types/StripeAccountInfo.js} +0 -0
- /package/api/resources/{api/resources/thera/resources/tp/resources/tpApi/types/AchTransferDetail.js → db/resources/company/types/StripeMultipleAccountCustomerInfo.js} +0 -0
- /package/{api/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferListResponse.js → dist/api/resources/db/resources/company/types/StripeAccountInfo.js} +0 -0
- /package/{api/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferSummary.js → dist/api/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.js} +0 -0
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as TheraApi from "../../../../../../../../../index";
|
|
5
|
-
export interface AchTransferListResponse {
|
|
6
|
-
data: TheraApi.api.thera.tp.AchTransferSummary[];
|
|
7
|
-
totalCount: number;
|
|
8
|
-
failedCount?: number;
|
|
9
|
-
}
|
package/api/resources/api/resources/thera/resources/tp/resources/tpApi/types/AchTransferSummary.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export interface AchTransferSummary {
|
|
5
|
-
id: string;
|
|
6
|
-
status: string;
|
|
7
|
-
amount: string;
|
|
8
|
-
createdAt: string;
|
|
9
|
-
error?: string;
|
|
10
|
-
accountId: string;
|
|
11
|
-
counterpartyId: string;
|
|
12
|
-
direction: string;
|
|
13
|
-
service: string;
|
|
14
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* @example
|
|
6
|
-
* {
|
|
7
|
-
* status: "string",
|
|
8
|
-
* fromDate: "string",
|
|
9
|
-
* toDate: "string"
|
|
10
|
-
* }
|
|
11
|
-
*/
|
|
12
|
-
export interface ListAchTransfersRequest {
|
|
13
|
-
status?: string;
|
|
14
|
-
fromDate?: string;
|
|
15
|
-
toDate?: string;
|
|
16
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export interface AchTransferDetail {
|
|
5
|
-
id: string;
|
|
6
|
-
status: string;
|
|
7
|
-
amount: string;
|
|
8
|
-
description?: string;
|
|
9
|
-
createdAt?: string;
|
|
10
|
-
error?: string;
|
|
11
|
-
updatedAt?: string;
|
|
12
|
-
service?: string;
|
|
13
|
-
accountId: string;
|
|
14
|
-
counterpartyId: string;
|
|
15
|
-
direction: string;
|
|
16
|
-
secCode: string;
|
|
17
|
-
scheduledSettlement?: string;
|
|
18
|
-
bankId?: string;
|
|
19
|
-
orgId?: string;
|
|
20
|
-
userdata?: Record<string, unknown>;
|
|
21
|
-
bankdata?: Record<string, unknown>;
|
|
22
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as TheraApi from "../../../../../../../../../index";
|
|
5
|
-
export interface AchTransferListResponse {
|
|
6
|
-
data: TheraApi.api.thera.tp.AchTransferSummary[];
|
|
7
|
-
totalCount: number;
|
|
8
|
-
failedCount?: number;
|
|
9
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export interface AchTransferSummary {
|
|
5
|
-
id: string;
|
|
6
|
-
status: string;
|
|
7
|
-
amount: string;
|
|
8
|
-
createdAt: string;
|
|
9
|
-
error?: string;
|
|
10
|
-
accountId: string;
|
|
11
|
-
counterpartyId: string;
|
|
12
|
-
direction: string;
|
|
13
|
-
service: string;
|
|
14
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
export declare const AchTransferDetail: core.serialization.ObjectSchema<serializers.api.thera.tp.AchTransferDetail.Raw, TheraApi.api.thera.tp.AchTransferDetail>;
|
|
8
|
-
export declare namespace AchTransferDetail {
|
|
9
|
-
interface Raw {
|
|
10
|
-
id: string;
|
|
11
|
-
status: string;
|
|
12
|
-
amount: string;
|
|
13
|
-
description?: string | null;
|
|
14
|
-
createdAt?: string | null;
|
|
15
|
-
error?: string | null;
|
|
16
|
-
updatedAt?: string | null;
|
|
17
|
-
service?: string | null;
|
|
18
|
-
accountId: string;
|
|
19
|
-
counterpartyId: string;
|
|
20
|
-
direction: string;
|
|
21
|
-
secCode: string;
|
|
22
|
-
scheduledSettlement?: string | null;
|
|
23
|
-
bankId?: string | null;
|
|
24
|
-
orgId?: string | null;
|
|
25
|
-
userdata?: Record<string, unknown> | null;
|
|
26
|
-
bankdata?: Record<string, unknown> | null;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,59 +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 () {
|
|
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.AchTransferDetail = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../../../../../../../core"));
|
|
41
|
-
exports.AchTransferDetail = core.serialization.object({
|
|
42
|
-
id: core.serialization.string(),
|
|
43
|
-
status: core.serialization.string(),
|
|
44
|
-
amount: core.serialization.string(),
|
|
45
|
-
description: core.serialization.string().optional(),
|
|
46
|
-
createdAt: core.serialization.string().optional(),
|
|
47
|
-
error: core.serialization.string().optional(),
|
|
48
|
-
updatedAt: core.serialization.string().optional(),
|
|
49
|
-
service: core.serialization.string().optional(),
|
|
50
|
-
accountId: core.serialization.string(),
|
|
51
|
-
counterpartyId: core.serialization.string(),
|
|
52
|
-
direction: core.serialization.string(),
|
|
53
|
-
secCode: core.serialization.string(),
|
|
54
|
-
scheduledSettlement: core.serialization.string().optional(),
|
|
55
|
-
bankId: core.serialization.string().optional(),
|
|
56
|
-
orgId: core.serialization.string().optional(),
|
|
57
|
-
userdata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
58
|
-
bankdata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
59
|
-
});
|
|
@@ -1,15 +0,0 @@
|
|
|
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 { AchTransferSummary } from "./AchTransferSummary";
|
|
8
|
-
export declare const AchTransferListResponse: core.serialization.ObjectSchema<serializers.api.thera.tp.AchTransferListResponse.Raw, TheraApi.api.thera.tp.AchTransferListResponse>;
|
|
9
|
-
export declare namespace AchTransferListResponse {
|
|
10
|
-
interface Raw {
|
|
11
|
-
data: AchTransferSummary.Raw[];
|
|
12
|
-
totalCount: number;
|
|
13
|
-
failedCount?: number | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
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
|
-
export declare const AchTransferSummary: core.serialization.ObjectSchema<serializers.api.thera.tp.AchTransferSummary.Raw, TheraApi.api.thera.tp.AchTransferSummary>;
|
|
8
|
-
export declare namespace AchTransferSummary {
|
|
9
|
-
interface Raw {
|
|
10
|
-
id: string;
|
|
11
|
-
status: string;
|
|
12
|
-
amount: string;
|
|
13
|
-
createdAt: string;
|
|
14
|
-
error?: string | null;
|
|
15
|
-
accountId: string;
|
|
16
|
-
counterpartyId: string;
|
|
17
|
-
direction: string;
|
|
18
|
-
service: string;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
export declare const AchTransferDetail: core.serialization.ObjectSchema<serializers.api.thera.tp.AchTransferDetail.Raw, TheraApi.api.thera.tp.AchTransferDetail>;
|
|
8
|
-
export declare namespace AchTransferDetail {
|
|
9
|
-
interface Raw {
|
|
10
|
-
id: string;
|
|
11
|
-
status: string;
|
|
12
|
-
amount: string;
|
|
13
|
-
description?: string | null;
|
|
14
|
-
createdAt?: string | null;
|
|
15
|
-
error?: string | null;
|
|
16
|
-
updatedAt?: string | null;
|
|
17
|
-
service?: string | null;
|
|
18
|
-
accountId: string;
|
|
19
|
-
counterpartyId: string;
|
|
20
|
-
direction: string;
|
|
21
|
-
secCode: string;
|
|
22
|
-
scheduledSettlement?: string | null;
|
|
23
|
-
bankId?: string | null;
|
|
24
|
-
orgId?: string | null;
|
|
25
|
-
userdata?: Record<string, unknown> | null;
|
|
26
|
-
bankdata?: Record<string, unknown> | null;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,59 +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 () {
|
|
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.AchTransferDetail = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../../../../../../../core"));
|
|
41
|
-
exports.AchTransferDetail = core.serialization.object({
|
|
42
|
-
id: core.serialization.string(),
|
|
43
|
-
status: core.serialization.string(),
|
|
44
|
-
amount: core.serialization.string(),
|
|
45
|
-
description: core.serialization.string().optional(),
|
|
46
|
-
createdAt: core.serialization.string().optional(),
|
|
47
|
-
error: core.serialization.string().optional(),
|
|
48
|
-
updatedAt: core.serialization.string().optional(),
|
|
49
|
-
service: core.serialization.string().optional(),
|
|
50
|
-
accountId: core.serialization.string(),
|
|
51
|
-
counterpartyId: core.serialization.string(),
|
|
52
|
-
direction: core.serialization.string(),
|
|
53
|
-
secCode: core.serialization.string(),
|
|
54
|
-
scheduledSettlement: core.serialization.string().optional(),
|
|
55
|
-
bankId: core.serialization.string().optional(),
|
|
56
|
-
orgId: core.serialization.string().optional(),
|
|
57
|
-
userdata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
58
|
-
bankdata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
59
|
-
});
|
|
@@ -1,15 +0,0 @@
|
|
|
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 { AchTransferSummary } from "./AchTransferSummary";
|
|
8
|
-
export declare const AchTransferListResponse: core.serialization.ObjectSchema<serializers.api.thera.tp.AchTransferListResponse.Raw, TheraApi.api.thera.tp.AchTransferListResponse>;
|
|
9
|
-
export declare namespace AchTransferListResponse {
|
|
10
|
-
interface Raw {
|
|
11
|
-
data: AchTransferSummary.Raw[];
|
|
12
|
-
totalCount: number;
|
|
13
|
-
failedCount?: number | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
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
|
-
export declare const AchTransferSummary: core.serialization.ObjectSchema<serializers.api.thera.tp.AchTransferSummary.Raw, TheraApi.api.thera.tp.AchTransferSummary>;
|
|
8
|
-
export declare namespace AchTransferSummary {
|
|
9
|
-
interface Raw {
|
|
10
|
-
id: string;
|
|
11
|
-
status: string;
|
|
12
|
-
amount: string;
|
|
13
|
-
createdAt: string;
|
|
14
|
-
error?: string | null;
|
|
15
|
-
accountId: string;
|
|
16
|
-
counterpartyId: string;
|
|
17
|
-
direction: string;
|
|
18
|
-
service: string;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|