@thera-hr/api-sdk 1.1.1-prerelease2430-dev → 1.1.1-prerelease2430-production
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 +39 -39
- 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/api/resources/db/resources/company/types/Company.d.ts +0 -1
- package/api/resources/db/resources/company/types/Flags.d.ts +1 -1
- package/api/resources/db/resources/company/types/index.d.ts +0 -1
- package/api/resources/db/resources/company/types/index.js +0 -1
- package/api/resources/db/resources/contract/types/Contract.d.ts +0 -2
- 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 +39 -39
- 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/api/resources/db/resources/company/types/Company.d.ts +0 -1
- package/dist/api/resources/db/resources/company/types/Flags.d.ts +1 -1
- package/dist/api/resources/db/resources/company/types/index.d.ts +0 -1
- package/dist/api/resources/db/resources/company/types/index.js +0 -1
- package/dist/api/resources/db/resources/contract/types/Contract.d.ts +0 -2
- package/dist/serialization/resources/db/resources/company/types/Company.d.ts +0 -2
- package/dist/serialization/resources/db/resources/company/types/Company.js +0 -2
- package/dist/serialization/resources/db/resources/company/types/Flags.d.ts +1 -1
- package/dist/serialization/resources/db/resources/company/types/Flags.js +1 -1
- package/dist/serialization/resources/db/resources/company/types/index.d.ts +0 -1
- package/dist/serialization/resources/db/resources/company/types/index.js +0 -1
- package/dist/serialization/resources/db/resources/contract/types/Contract.d.ts +0 -1
- package/dist/serialization/resources/db/resources/contract/types/Contract.js +0 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/resources/db/resources/company/types/Company.d.ts +0 -2
- package/serialization/resources/db/resources/company/types/Company.js +0 -2
- package/serialization/resources/db/resources/company/types/Flags.d.ts +1 -1
- package/serialization/resources/db/resources/company/types/Flags.js +1 -1
- package/serialization/resources/db/resources/company/types/index.d.ts +0 -1
- package/serialization/resources/db/resources/company/types/index.js +0 -1
- package/serialization/resources/db/resources/contract/types/Contract.d.ts +0 -1
- package/serialization/resources/db/resources/contract/types/Contract.js +0 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/db/resources/company/types/LastContractorBillingInfo.d.ts +0 -9
- package/api/resources/db/resources/company/types/LastContractorBillingInfo.js +0 -5
- package/dist/api/resources/db/resources/company/types/LastContractorBillingInfo.d.ts +0 -9
- package/dist/api/resources/db/resources/company/types/LastContractorBillingInfo.js +0 -5
- package/dist/serialization/resources/db/resources/company/types/LastContractorBillingInfo.d.ts +0 -14
- package/dist/serialization/resources/db/resources/company/types/LastContractorBillingInfo.js +0 -45
- package/serialization/resources/db/resources/company/types/LastContractorBillingInfo.d.ts +0 -14
- package/serialization/resources/db/resources/company/types/LastContractorBillingInfo.js +0 -45
|
@@ -71,4 +71,3 @@ __exportStar(require("./AssociateUsersToHolidayPolicyResponse"), exports);
|
|
|
71
71
|
__exportStar(require("./DeleteCustomHolidayResponse"), exports);
|
|
72
72
|
__exportStar(require("./StripeMultipleAccountCustomerInfo"), exports);
|
|
73
73
|
__exportStar(require("./StripeAccountInfo"), exports);
|
|
74
|
-
__exportStar(require("./LastContractorBillingInfo"), exports);
|
|
@@ -50,6 +50,4 @@ export interface Contract {
|
|
|
50
50
|
customContractTemplateId?: string;
|
|
51
51
|
/** Details about the contract renewal, if applicable */
|
|
52
52
|
renewalDetails?: TheraApi.db.ContractRenewalDetails;
|
|
53
|
-
/** The last month this contract was included in charge for active contractors for their company. */
|
|
54
|
-
companySubscriptionChargedLast?: Date;
|
|
55
53
|
}
|
|
@@ -18,7 +18,6 @@ import { MercoaCompanyDetails } from "./MercoaCompanyDetails";
|
|
|
18
18
|
import { CompanyAccountingInformation } from "./CompanyAccountingInformation";
|
|
19
19
|
import { CompanyBankingDetails } from "./CompanyBankingDetails";
|
|
20
20
|
import { IncorporationDetails } from "./IncorporationDetails";
|
|
21
|
-
import { LastContractorBillingInfo } from "./LastContractorBillingInfo";
|
|
22
21
|
export declare const Company: core.serialization.ObjectSchema<serializers.db.Company.Raw, TheraApi.db.Company>;
|
|
23
22
|
export declare namespace Company {
|
|
24
23
|
interface Raw {
|
|
@@ -56,6 +55,5 @@ export declare namespace Company {
|
|
|
56
55
|
companyAccountingInformation?: CompanyAccountingInformation.Raw | null;
|
|
57
56
|
companyBankingDetails?: CompanyBankingDetails.Raw | null;
|
|
58
57
|
incorporationDetails?: IncorporationDetails.Raw | null;
|
|
59
|
-
lastContractorsBillingInfo?: LastContractorBillingInfo.Raw | null;
|
|
60
58
|
}
|
|
61
59
|
}
|
|
@@ -52,7 +52,6 @@ const MercoaCompanyDetails_1 = require("./MercoaCompanyDetails");
|
|
|
52
52
|
const CompanyAccountingInformation_1 = require("./CompanyAccountingInformation");
|
|
53
53
|
const CompanyBankingDetails_1 = require("./CompanyBankingDetails");
|
|
54
54
|
const IncorporationDetails_1 = require("./IncorporationDetails");
|
|
55
|
-
const LastContractorBillingInfo_1 = require("./LastContractorBillingInfo");
|
|
56
55
|
exports.Company = core.serialization.object({
|
|
57
56
|
companyId: core.serialization.property("companyID", core.serialization.string()),
|
|
58
57
|
companyName: core.serialization.string(),
|
|
@@ -88,5 +87,4 @@ exports.Company = core.serialization.object({
|
|
|
88
87
|
companyAccountingInformation: CompanyAccountingInformation_1.CompanyAccountingInformation.optional(),
|
|
89
88
|
companyBankingDetails: CompanyBankingDetails_1.CompanyBankingDetails.optional(),
|
|
90
89
|
incorporationDetails: IncorporationDetails_1.IncorporationDetails.optional(),
|
|
91
|
-
lastContractorsBillingInfo: LastContractorBillingInfo_1.LastContractorBillingInfo.optional(),
|
|
92
90
|
});
|
|
@@ -56,5 +56,5 @@ exports.Flags = core.serialization.object({
|
|
|
56
56
|
autoPayExposed: core.serialization.boolean(),
|
|
57
57
|
mfaEnabled: core.serialization.boolean(),
|
|
58
58
|
separateRevenue: core.serialization.boolean().optional(),
|
|
59
|
-
|
|
59
|
+
chargeActiveWorkersMonthly: core.serialization.boolean().optional(),
|
|
60
60
|
});
|
|
@@ -71,4 +71,3 @@ __exportStar(require("./AssociateUsersToHolidayPolicyResponse"), exports);
|
|
|
71
71
|
__exportStar(require("./DeleteCustomHolidayResponse"), exports);
|
|
72
72
|
__exportStar(require("./StripeMultipleAccountCustomerInfo"), exports);
|
|
73
73
|
__exportStar(require("./StripeAccountInfo"), exports);
|
|
74
|
-
__exportStar(require("./LastContractorBillingInfo"), exports);
|
|
@@ -88,5 +88,4 @@ exports.Contract = core.serialization.object({
|
|
|
88
88
|
customFields: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
89
89
|
customContractTemplateId: core.serialization.property("customContractTemplateID", core.serialization.string().optional()),
|
|
90
90
|
renewalDetails: ContractRenewalDetails_1.ContractRenewalDetails.optional(),
|
|
91
|
-
companySubscriptionChargedLast: core.serialization.date().optional(),
|
|
92
91
|
});
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.1.1-prerelease2430-
|
|
1
|
+
export declare const SDK_VERSION = "1.1.1-prerelease2430-production";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -18,7 +18,6 @@ import { MercoaCompanyDetails } from "./MercoaCompanyDetails";
|
|
|
18
18
|
import { CompanyAccountingInformation } from "./CompanyAccountingInformation";
|
|
19
19
|
import { CompanyBankingDetails } from "./CompanyBankingDetails";
|
|
20
20
|
import { IncorporationDetails } from "./IncorporationDetails";
|
|
21
|
-
import { LastContractorBillingInfo } from "./LastContractorBillingInfo";
|
|
22
21
|
export declare const Company: core.serialization.ObjectSchema<serializers.db.Company.Raw, TheraApi.db.Company>;
|
|
23
22
|
export declare namespace Company {
|
|
24
23
|
interface Raw {
|
|
@@ -56,6 +55,5 @@ export declare namespace Company {
|
|
|
56
55
|
companyAccountingInformation?: CompanyAccountingInformation.Raw | null;
|
|
57
56
|
companyBankingDetails?: CompanyBankingDetails.Raw | null;
|
|
58
57
|
incorporationDetails?: IncorporationDetails.Raw | null;
|
|
59
|
-
lastContractorsBillingInfo?: LastContractorBillingInfo.Raw | null;
|
|
60
58
|
}
|
|
61
59
|
}
|
|
@@ -52,7 +52,6 @@ const MercoaCompanyDetails_1 = require("./MercoaCompanyDetails");
|
|
|
52
52
|
const CompanyAccountingInformation_1 = require("./CompanyAccountingInformation");
|
|
53
53
|
const CompanyBankingDetails_1 = require("./CompanyBankingDetails");
|
|
54
54
|
const IncorporationDetails_1 = require("./IncorporationDetails");
|
|
55
|
-
const LastContractorBillingInfo_1 = require("./LastContractorBillingInfo");
|
|
56
55
|
exports.Company = core.serialization.object({
|
|
57
56
|
companyId: core.serialization.property("companyID", core.serialization.string()),
|
|
58
57
|
companyName: core.serialization.string(),
|
|
@@ -88,5 +87,4 @@ exports.Company = core.serialization.object({
|
|
|
88
87
|
companyAccountingInformation: CompanyAccountingInformation_1.CompanyAccountingInformation.optional(),
|
|
89
88
|
companyBankingDetails: CompanyBankingDetails_1.CompanyBankingDetails.optional(),
|
|
90
89
|
incorporationDetails: IncorporationDetails_1.IncorporationDetails.optional(),
|
|
91
|
-
lastContractorsBillingInfo: LastContractorBillingInfo_1.LastContractorBillingInfo.optional(),
|
|
92
90
|
});
|
|
@@ -56,5 +56,5 @@ exports.Flags = core.serialization.object({
|
|
|
56
56
|
autoPayExposed: core.serialization.boolean(),
|
|
57
57
|
mfaEnabled: core.serialization.boolean(),
|
|
58
58
|
separateRevenue: core.serialization.boolean().optional(),
|
|
59
|
-
|
|
59
|
+
chargeActiveWorkersMonthly: core.serialization.boolean().optional(),
|
|
60
60
|
});
|
|
@@ -71,4 +71,3 @@ __exportStar(require("./AssociateUsersToHolidayPolicyResponse"), exports);
|
|
|
71
71
|
__exportStar(require("./DeleteCustomHolidayResponse"), exports);
|
|
72
72
|
__exportStar(require("./StripeMultipleAccountCustomerInfo"), exports);
|
|
73
73
|
__exportStar(require("./StripeAccountInfo"), exports);
|
|
74
|
-
__exportStar(require("./LastContractorBillingInfo"), exports);
|
|
@@ -88,5 +88,4 @@ exports.Contract = core.serialization.object({
|
|
|
88
88
|
customFields: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
89
89
|
customContractTemplateId: core.serialization.property("customContractTemplateID", core.serialization.string().optional()),
|
|
90
90
|
renewalDetails: ContractRenewalDetails_1.ContractRenewalDetails.optional(),
|
|
91
|
-
companySubscriptionChargedLast: core.serialization.date().optional(),
|
|
92
91
|
});
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.1.1-prerelease2430-
|
|
1
|
+
export declare const SDK_VERSION = "1.1.1-prerelease2430-production";
|
package/version.js
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export interface LastContractorBillingInfo {
|
|
5
|
-
contractorCount: number;
|
|
6
|
-
/** The most recent billing month for which the company has successfully paid its invoice. Used to determine whether the billing cron should run for the current cycle. If absent, it indicates no invoices have been paid yet. */
|
|
7
|
-
recentInvoicePaidMonth: Date;
|
|
8
|
-
amountInCompanyCurrency: string;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export interface LastContractorBillingInfo {
|
|
5
|
-
contractorCount: number;
|
|
6
|
-
/** The most recent billing month for which the company has successfully paid its invoice. Used to determine whether the billing cron should run for the current cycle. If absent, it indicates no invoices have been paid yet. */
|
|
7
|
-
recentInvoicePaidMonth: Date;
|
|
8
|
-
amountInCompanyCurrency: string;
|
|
9
|
-
}
|
package/dist/serialization/resources/db/resources/company/types/LastContractorBillingInfo.d.ts
DELETED
|
@@ -1,14 +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 LastContractorBillingInfo: core.serialization.ObjectSchema<serializers.db.LastContractorBillingInfo.Raw, TheraApi.db.LastContractorBillingInfo>;
|
|
8
|
-
export declare namespace LastContractorBillingInfo {
|
|
9
|
-
interface Raw {
|
|
10
|
-
contractorCount: number;
|
|
11
|
-
recentInvoicePaidMonth: string;
|
|
12
|
-
amountInCompanyCurrency: string;
|
|
13
|
-
}
|
|
14
|
-
}
|
package/dist/serialization/resources/db/resources/company/types/LastContractorBillingInfo.js
DELETED
|
@@ -1,45 +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.LastContractorBillingInfo = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../../../core"));
|
|
41
|
-
exports.LastContractorBillingInfo = core.serialization.object({
|
|
42
|
-
contractorCount: core.serialization.number(),
|
|
43
|
-
recentInvoicePaidMonth: core.serialization.date(),
|
|
44
|
-
amountInCompanyCurrency: core.serialization.string(),
|
|
45
|
-
});
|
|
@@ -1,14 +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 LastContractorBillingInfo: core.serialization.ObjectSchema<serializers.db.LastContractorBillingInfo.Raw, TheraApi.db.LastContractorBillingInfo>;
|
|
8
|
-
export declare namespace LastContractorBillingInfo {
|
|
9
|
-
interface Raw {
|
|
10
|
-
contractorCount: number;
|
|
11
|
-
recentInvoicePaidMonth: string;
|
|
12
|
-
amountInCompanyCurrency: string;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,45 +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.LastContractorBillingInfo = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../../../core"));
|
|
41
|
-
exports.LastContractorBillingInfo = core.serialization.object({
|
|
42
|
-
contractorCount: core.serialization.number(),
|
|
43
|
-
recentInvoicePaidMonth: core.serialization.date(),
|
|
44
|
-
amountInCompanyCurrency: core.serialization.string(),
|
|
45
|
-
});
|