@thera-hr/api-sdk 0.0.1-prerelease3546-dev-3 → 0.0.1-prerelease3546-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.
Files changed (130) hide show
  1. package/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
  2. package/api/resources/api/resources/dev/resources/dev/client/Client.js +1 -1
  3. package/api/resources/api/resources/external/resources/externalApi/client/Client.js +1 -1
  4. package/api/resources/api/resources/services/resources/file/client/Client.js +5 -5
  5. package/api/resources/api/resources/thera/resources/accounting/resources/accountingApi/client/Client.js +4 -4
  6. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +37 -37
  7. package/api/resources/api/resources/thera/resources/bridge/resources/bridgeApi/client/Client.js +24 -24
  8. package/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +18 -18
  9. package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +6 -6
  10. package/api/resources/api/resources/thera/resources/contractor/resources/contractorApi/client/Client.js +3 -3
  11. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +7 -7
  12. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  13. package/api/resources/api/resources/thera/resources/document/resources/documentApi/client/Client.js +3 -3
  14. package/api/resources/api/resources/thera/resources/email/resources/emailApi/client/Client.js +2 -2
  15. package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +5 -5
  16. package/api/resources/api/resources/thera/resources/eor/resources/eorTrackerApi/client/Client.js +3 -3
  17. package/api/resources/api/resources/thera/resources/incorporation/resources/incorporationApi/client/Client.js +3 -3
  18. package/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.d.ts +12 -0
  19. package/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +57 -8
  20. package/api/resources/api/resources/thera/resources/misc/resources/misc/client/requests/DistributeTpPayrollAccountCronRequest.d.ts +12 -0
  21. package/api/resources/api/resources/thera/resources/misc/resources/misc/client/requests/DistributeTpPayrollAccountCronRequest.js +5 -0
  22. package/api/resources/api/resources/thera/resources/misc/resources/misc/client/requests/index.d.ts +1 -0
  23. package/api/resources/api/resources/thera/resources/payroll/resources/expenseApi/client/Client.js +11 -11
  24. package/api/resources/api/resources/thera/resources/payroll/resources/offcycleApi/client/Client.js +1 -1
  25. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +5 -5
  26. package/api/resources/api/resources/thera/resources/payroll/resources/payscheduleApi/client/Client.js +7 -7
  27. package/api/resources/api/resources/thera/resources/timeoff/resources/timeoffApi/client/Client.js +15 -15
  28. package/api/resources/api/resources/thera/resources/timetracking/resources/timetrackingApi/client/Client.js +9 -9
  29. package/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/Client.js +11 -11
  30. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +3 -3
  31. package/api/resources/db/resources/company/types/Company.d.ts +1 -0
  32. package/api/resources/db/resources/company/types/CompanySettings.d.ts +5 -0
  33. package/api/resources/db/resources/company/types/StripeAccountInfo.d.ts +8 -0
  34. package/api/resources/db/resources/company/types/StripeAccountInfo.js +5 -0
  35. package/api/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.d.ts +9 -0
  36. package/api/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.js +5 -0
  37. package/api/resources/db/resources/company/types/index.d.ts +2 -0
  38. package/api/resources/db/resources/company/types/index.js +2 -0
  39. package/api/resources/db/resources/paymentMethod/types/CompanyPaymentMethod.d.ts +1 -0
  40. package/api/resources/db/resources/paymentMethod/types/PlaidPostVerificationPaymentMethodDetails.d.ts +2 -0
  41. package/api/resources/db/resources/paymentMethod/types/StripeAccountType.d.ts +9 -0
  42. package/api/resources/db/resources/paymentMethod/types/StripeAccountType.js +11 -0
  43. package/api/resources/db/resources/paymentMethod/types/index.d.ts +1 -0
  44. package/api/resources/db/resources/paymentMethod/types/index.js +1 -0
  45. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
  46. package/dist/api/resources/api/resources/dev/resources/dev/client/Client.js +1 -1
  47. package/dist/api/resources/api/resources/external/resources/externalApi/client/Client.js +1 -1
  48. package/dist/api/resources/api/resources/services/resources/file/client/Client.js +5 -5
  49. package/dist/api/resources/api/resources/thera/resources/accounting/resources/accountingApi/client/Client.js +4 -4
  50. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +37 -37
  51. package/dist/api/resources/api/resources/thera/resources/bridge/resources/bridgeApi/client/Client.js +24 -24
  52. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +18 -18
  53. package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +6 -6
  54. package/dist/api/resources/api/resources/thera/resources/contractor/resources/contractorApi/client/Client.js +3 -3
  55. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +7 -7
  56. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  57. package/dist/api/resources/api/resources/thera/resources/document/resources/documentApi/client/Client.js +3 -3
  58. package/dist/api/resources/api/resources/thera/resources/email/resources/emailApi/client/Client.js +2 -2
  59. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +5 -5
  60. package/dist/api/resources/api/resources/thera/resources/eor/resources/eorTrackerApi/client/Client.js +3 -3
  61. package/dist/api/resources/api/resources/thera/resources/incorporation/resources/incorporationApi/client/Client.js +3 -3
  62. package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.d.ts +12 -0
  63. package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +57 -8
  64. package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/requests/DistributeTpPayrollAccountCronRequest.d.ts +12 -0
  65. package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/requests/DistributeTpPayrollAccountCronRequest.js +5 -0
  66. package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/requests/index.d.ts +1 -0
  67. package/dist/api/resources/api/resources/thera/resources/payroll/resources/expenseApi/client/Client.js +11 -11
  68. package/dist/api/resources/api/resources/thera/resources/payroll/resources/offcycleApi/client/Client.js +1 -1
  69. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +5 -5
  70. package/dist/api/resources/api/resources/thera/resources/payroll/resources/payscheduleApi/client/Client.js +7 -7
  71. package/dist/api/resources/api/resources/thera/resources/timeoff/resources/timeoffApi/client/Client.js +15 -15
  72. package/dist/api/resources/api/resources/thera/resources/timetracking/resources/timetrackingApi/client/Client.js +9 -9
  73. package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/Client.js +11 -11
  74. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +3 -3
  75. package/dist/api/resources/db/resources/company/types/Company.d.ts +1 -0
  76. package/dist/api/resources/db/resources/company/types/CompanySettings.d.ts +5 -0
  77. package/dist/api/resources/db/resources/company/types/StripeAccountInfo.d.ts +8 -0
  78. package/dist/api/resources/db/resources/company/types/StripeAccountInfo.js +5 -0
  79. package/dist/api/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.d.ts +9 -0
  80. package/dist/api/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.js +5 -0
  81. package/dist/api/resources/db/resources/company/types/index.d.ts +2 -0
  82. package/dist/api/resources/db/resources/company/types/index.js +2 -0
  83. package/dist/api/resources/db/resources/paymentMethod/types/CompanyPaymentMethod.d.ts +1 -0
  84. package/dist/api/resources/db/resources/paymentMethod/types/PlaidPostVerificationPaymentMethodDetails.d.ts +2 -0
  85. package/dist/api/resources/db/resources/paymentMethod/types/StripeAccountType.d.ts +9 -0
  86. package/dist/api/resources/db/resources/paymentMethod/types/StripeAccountType.js +11 -0
  87. package/dist/api/resources/db/resources/paymentMethod/types/index.d.ts +1 -0
  88. package/dist/api/resources/db/resources/paymentMethod/types/index.js +1 -0
  89. package/dist/serialization/resources/db/resources/company/types/Company.d.ts +2 -0
  90. package/dist/serialization/resources/db/resources/company/types/Company.js +2 -0
  91. package/dist/serialization/resources/db/resources/company/types/CompanySettings.d.ts +1 -0
  92. package/dist/serialization/resources/db/resources/company/types/CompanySettings.js +1 -0
  93. package/dist/serialization/resources/db/resources/company/types/StripeAccountInfo.d.ts +14 -0
  94. package/dist/serialization/resources/db/resources/company/types/StripeAccountInfo.js +45 -0
  95. package/dist/serialization/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.d.ts +15 -0
  96. package/dist/serialization/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.js +46 -0
  97. package/dist/serialization/resources/db/resources/company/types/index.d.ts +2 -0
  98. package/dist/serialization/resources/db/resources/company/types/index.js +2 -0
  99. package/dist/serialization/resources/db/resources/paymentMethod/types/CompanyPaymentMethod.d.ts +1 -0
  100. package/dist/serialization/resources/db/resources/paymentMethod/types/CompanyPaymentMethod.js +1 -0
  101. package/dist/serialization/resources/db/resources/paymentMethod/types/PlaidPostVerificationPaymentMethodDetails.d.ts +2 -0
  102. package/dist/serialization/resources/db/resources/paymentMethod/types/PlaidPostVerificationPaymentMethodDetails.js +2 -0
  103. package/dist/serialization/resources/db/resources/paymentMethod/types/StripeAccountType.d.ts +10 -0
  104. package/dist/serialization/resources/db/resources/paymentMethod/types/StripeAccountType.js +41 -0
  105. package/dist/serialization/resources/db/resources/paymentMethod/types/index.d.ts +1 -0
  106. package/dist/serialization/resources/db/resources/paymentMethod/types/index.js +1 -0
  107. package/dist/version.d.ts +1 -1
  108. package/dist/version.js +1 -1
  109. package/package.json +1 -1
  110. package/reference.md +65 -0
  111. package/serialization/resources/db/resources/company/types/Company.d.ts +2 -0
  112. package/serialization/resources/db/resources/company/types/Company.js +2 -0
  113. package/serialization/resources/db/resources/company/types/CompanySettings.d.ts +1 -0
  114. package/serialization/resources/db/resources/company/types/CompanySettings.js +1 -0
  115. package/serialization/resources/db/resources/company/types/StripeAccountInfo.d.ts +14 -0
  116. package/serialization/resources/db/resources/company/types/StripeAccountInfo.js +45 -0
  117. package/serialization/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.d.ts +15 -0
  118. package/serialization/resources/db/resources/company/types/StripeMultipleAccountCustomerInfo.js +46 -0
  119. package/serialization/resources/db/resources/company/types/index.d.ts +2 -0
  120. package/serialization/resources/db/resources/company/types/index.js +2 -0
  121. package/serialization/resources/db/resources/paymentMethod/types/CompanyPaymentMethod.d.ts +1 -0
  122. package/serialization/resources/db/resources/paymentMethod/types/CompanyPaymentMethod.js +1 -0
  123. package/serialization/resources/db/resources/paymentMethod/types/PlaidPostVerificationPaymentMethodDetails.d.ts +2 -0
  124. package/serialization/resources/db/resources/paymentMethod/types/PlaidPostVerificationPaymentMethodDetails.js +2 -0
  125. package/serialization/resources/db/resources/paymentMethod/types/StripeAccountType.d.ts +10 -0
  126. package/serialization/resources/db/resources/paymentMethod/types/StripeAccountType.js +41 -0
  127. package/serialization/resources/db/resources/paymentMethod/types/index.d.ts +1 -0
  128. package/serialization/resources/db/resources/paymentMethod/types/index.js +1 -0
  129. package/version.d.ts +1 -1
  130. package/version.js +1 -1
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -53,3 +53,5 @@ export * from "./HolidayDate";
53
53
  export * from "./UserHolidaysResponse";
54
54
  export * from "./AssociateUsersToHolidayPolicyResponse";
55
55
  export * from "./DeleteCustomHolidayResponse";
56
+ export * from "./StripeMultipleAccountCustomerInfo";
57
+ export * from "./StripeAccountInfo";
@@ -69,3 +69,5 @@ __exportStar(require("./HolidayDate"), exports);
69
69
  __exportStar(require("./UserHolidaysResponse"), exports);
70
70
  __exportStar(require("./AssociateUsersToHolidayPolicyResponse"), exports);
71
71
  __exportStar(require("./DeleteCustomHolidayResponse"), exports);
72
+ __exportStar(require("./StripeMultipleAccountCustomerInfo"), exports);
73
+ __exportStar(require("./StripeAccountInfo"), exports);
@@ -18,4 +18,5 @@ export interface CompanyPaymentMethod {
18
18
  deletionDetails?: TheraApi.db.CompanyPaymentMethodDeletionDetails;
19
19
  /** If empty, it means it's not Stripe payment method */
20
20
  stripeMandateStatus?: TheraApi.db.StripeMandateStatus;
21
+ stripeCustomerId?: string;
21
22
  }
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as TheraApi from "../../../../../index";
4
5
  export interface PlaidPostVerificationPaymentMethodDetails {
5
6
  stripePaymentMethodId: string;
6
7
  /**
@@ -23,4 +24,5 @@ export interface PlaidPostVerificationPaymentMethodDetails {
23
24
  checkBankAccountId?: string;
24
25
  accountNumber: string;
25
26
  routingNumber: string;
27
+ accountType?: TheraApi.db.StripeAccountType;
26
28
  }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type StripeAccountType = "MAIN" | "REVENUE" | "EOR";
5
+ export declare const StripeAccountType: {
6
+ readonly Main: "MAIN";
7
+ readonly Revenue: "REVENUE";
8
+ readonly Eor: "EOR";
9
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.StripeAccountType = void 0;
7
+ exports.StripeAccountType = {
8
+ Main: "MAIN",
9
+ Revenue: "REVENUE",
10
+ Eor: "EOR",
11
+ };
@@ -10,3 +10,4 @@ export * from "./StripeUsBankAccountPaymentMethodDetails";
10
10
  export * from "./StripeAcssDebitAccountPaymentMethodDetails";
11
11
  export * from "./StripeBankAccountVerificationStatus";
12
12
  export * from "./StripeCardPaymentMethodDetails";
13
+ export * from "./StripeAccountType";
@@ -26,3 +26,4 @@ __exportStar(require("./StripeUsBankAccountPaymentMethodDetails"), exports);
26
26
  __exportStar(require("./StripeAcssDebitAccountPaymentMethodDetails"), exports);
27
27
  __exportStar(require("./StripeBankAccountVerificationStatus"), exports);
28
28
  __exportStar(require("./StripeCardPaymentMethodDetails"), exports);
29
+ __exportStar(require("./StripeAccountType"), exports);
@@ -12,6 +12,7 @@ import { Flags } from "./Flags";
12
12
  import { CompanySettings } from "./CompanySettings";
13
13
  import { BankAccountResponseMetadata } from "./BankAccountResponseMetadata";
14
14
  import { Team } from "./Team";
15
+ import { StripeMultipleAccountCustomerInfo } from "./StripeMultipleAccountCustomerInfo";
15
16
  import { TpCompanyInformation } from "./TpCompanyInformation";
16
17
  import { MercoaCompanyDetails } from "./MercoaCompanyDetails";
17
18
  import { CompanyAccountingInformation } from "./CompanyAccountingInformation";
@@ -43,6 +44,7 @@ export declare namespace Company {
43
44
  ledgerAccountIdsByCurrency: Record<string, string>;
44
45
  v2LedgerAccountIdsByCurrency: Record<string, string>;
45
46
  teamsById: Record<string, Team.Raw>;
47
+ stripeMultipleAccountInfo?: StripeMultipleAccountCustomerInfo.Raw | null;
46
48
  urls: string[];
47
49
  companyDescription?: string | null;
48
50
  tp?: TpCompanyInformation.Raw | null;
@@ -46,6 +46,7 @@ const Flags_1 = require("./Flags");
46
46
  const CompanySettings_1 = require("./CompanySettings");
47
47
  const BankAccountResponseMetadata_1 = require("./BankAccountResponseMetadata");
48
48
  const Team_1 = require("./Team");
49
+ const StripeMultipleAccountCustomerInfo_1 = require("./StripeMultipleAccountCustomerInfo");
49
50
  const TpCompanyInformation_1 = require("./TpCompanyInformation");
50
51
  const MercoaCompanyDetails_1 = require("./MercoaCompanyDetails");
51
52
  const CompanyAccountingInformation_1 = require("./CompanyAccountingInformation");
@@ -75,6 +76,7 @@ exports.Company = core.serialization.object({
75
76
  ledgerAccountIdsByCurrency: core.serialization.record(core.serialization.string(), core.serialization.string()),
76
77
  v2LedgerAccountIdsByCurrency: core.serialization.record(core.serialization.string(), core.serialization.string()),
77
78
  teamsById: core.serialization.record(core.serialization.string(), Team_1.Team),
79
+ stripeMultipleAccountInfo: StripeMultipleAccountCustomerInfo_1.StripeMultipleAccountCustomerInfo.optional(),
78
80
  urls: core.serialization.list(core.serialization.string()),
79
81
  companyDescription: core.serialization.string().optional(),
80
82
  tp: TpCompanyInformation_1.TpCompanyInformation.optional(),
@@ -20,5 +20,6 @@ export declare namespace CompanySettings {
20
20
  autoApproveTimeOffRequests: boolean;
21
21
  isKYCMandated: boolean;
22
22
  active?: boolean | null;
23
+ autoPayAheadOfHolidaysWeekends?: boolean | null;
23
24
  }
24
25
  }
@@ -52,4 +52,5 @@ exports.CompanySettings = core.serialization.object({
52
52
  autoApproveTimeOffRequests: core.serialization.boolean(),
53
53
  isKycMandated: core.serialization.property("isKYCMandated", core.serialization.boolean()),
54
54
  active: core.serialization.boolean().optional(),
55
+ autoPayAheadOfHolidaysWeekends: core.serialization.boolean().optional(),
55
56
  });
@@ -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
+ export declare const StripeAccountInfo: core.serialization.ObjectSchema<serializers.db.StripeAccountInfo.Raw, TheraApi.db.StripeAccountInfo>;
8
+ export declare namespace StripeAccountInfo {
9
+ interface Raw {
10
+ stripeCustomerId: string;
11
+ paymentMethodIds: string[];
12
+ defaultPaymentMethodId: string;
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.StripeAccountInfo = void 0;
40
+ const core = __importStar(require("../../../../../../core"));
41
+ exports.StripeAccountInfo = core.serialization.object({
42
+ stripeCustomerId: core.serialization.string(),
43
+ paymentMethodIds: core.serialization.list(core.serialization.string()),
44
+ defaultPaymentMethodId: core.serialization.string(),
45
+ });
@@ -0,0 +1,15 @@
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 { StripeAccountInfo } from "./StripeAccountInfo";
8
+ export declare const StripeMultipleAccountCustomerInfo: core.serialization.ObjectSchema<serializers.db.StripeMultipleAccountCustomerInfo.Raw, TheraApi.db.StripeMultipleAccountCustomerInfo>;
9
+ export declare namespace StripeMultipleAccountCustomerInfo {
10
+ interface Raw {
11
+ mainAccount: StripeAccountInfo.Raw;
12
+ revenueAccount: StripeAccountInfo.Raw;
13
+ eorAccount: StripeAccountInfo.Raw;
14
+ }
15
+ }
@@ -0,0 +1,46 @@
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.StripeMultipleAccountCustomerInfo = void 0;
40
+ const core = __importStar(require("../../../../../../core"));
41
+ const StripeAccountInfo_1 = require("./StripeAccountInfo");
42
+ exports.StripeMultipleAccountCustomerInfo = core.serialization.object({
43
+ mainAccount: StripeAccountInfo_1.StripeAccountInfo,
44
+ revenueAccount: StripeAccountInfo_1.StripeAccountInfo,
45
+ eorAccount: StripeAccountInfo_1.StripeAccountInfo,
46
+ });
@@ -53,3 +53,5 @@ export * from "./HolidayDate";
53
53
  export * from "./UserHolidaysResponse";
54
54
  export * from "./AssociateUsersToHolidayPolicyResponse";
55
55
  export * from "./DeleteCustomHolidayResponse";
56
+ export * from "./StripeMultipleAccountCustomerInfo";
57
+ export * from "./StripeAccountInfo";
@@ -69,3 +69,5 @@ __exportStar(require("./HolidayDate"), exports);
69
69
  __exportStar(require("./UserHolidaysResponse"), exports);
70
70
  __exportStar(require("./AssociateUsersToHolidayPolicyResponse"), exports);
71
71
  __exportStar(require("./DeleteCustomHolidayResponse"), exports);
72
+ __exportStar(require("./StripeMultipleAccountCustomerInfo"), exports);
73
+ __exportStar(require("./StripeAccountInfo"), exports);
@@ -18,5 +18,6 @@ export declare namespace CompanyPaymentMethod {
18
18
  details: PaymentMethodDetails.Raw;
19
19
  deletionDetails?: CompanyPaymentMethodDeletionDetails.Raw | null;
20
20
  stripeMandateStatus?: StripeMandateStatus.Raw | null;
21
+ stripeCustomerId?: string | null;
21
22
  }
22
23
  }
@@ -50,4 +50,5 @@ exports.CompanyPaymentMethod = core.serialization.object({
50
50
  details: PaymentMethodDetails_1.PaymentMethodDetails,
51
51
  deletionDetails: CompanyPaymentMethodDeletionDetails_1.CompanyPaymentMethodDeletionDetails.optional(),
52
52
  stripeMandateStatus: StripeMandateStatus_1.StripeMandateStatus.optional(),
53
+ stripeCustomerId: core.serialization.string().optional(),
53
54
  });
@@ -4,6 +4,7 @@
4
4
  import * as serializers from "../../../../../index";
5
5
  import * as TheraApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
+ import { StripeAccountType } from "./StripeAccountType";
7
8
  export declare const PlaidPostVerificationPaymentMethodDetails: core.serialization.ObjectSchema<serializers.db.PlaidPostVerificationPaymentMethodDetails.Raw, TheraApi.db.PlaidPostVerificationPaymentMethodDetails>;
8
9
  export declare namespace PlaidPostVerificationPaymentMethodDetails {
9
10
  interface Raw {
@@ -15,5 +16,6 @@ export declare namespace PlaidPostVerificationPaymentMethodDetails {
15
16
  checkBankAccountId?: string | null;
16
17
  accountNumber: string;
17
18
  routingNumber: string;
19
+ accountType?: StripeAccountType.Raw | null;
18
20
  }
19
21
  }
@@ -38,6 +38,7 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.PlaidPostVerificationPaymentMethodDetails = void 0;
40
40
  const core = __importStar(require("../../../../../../core"));
41
+ const StripeAccountType_1 = require("./StripeAccountType");
41
42
  exports.PlaidPostVerificationPaymentMethodDetails = core.serialization.object({
42
43
  stripePaymentMethodId: core.serialization.string(),
43
44
  stripeBankAccountToken: core.serialization.string(),
@@ -47,4 +48,5 @@ exports.PlaidPostVerificationPaymentMethodDetails = core.serialization.object({
47
48
  checkBankAccountId: core.serialization.string().optional(),
48
49
  accountNumber: core.serialization.string(),
49
50
  routingNumber: core.serialization.string(),
51
+ accountType: StripeAccountType_1.StripeAccountType.optional(),
50
52
  });
@@ -0,0 +1,10 @@
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 StripeAccountType: core.serialization.Schema<serializers.db.StripeAccountType.Raw, TheraApi.db.StripeAccountType>;
8
+ export declare namespace StripeAccountType {
9
+ type Raw = "MAIN" | "REVENUE" | "EOR";
10
+ }
@@ -0,0 +1,41 @@
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.StripeAccountType = void 0;
40
+ const core = __importStar(require("../../../../../../core"));
41
+ exports.StripeAccountType = core.serialization.enum_(["MAIN", "REVENUE", "EOR"]);
@@ -10,3 +10,4 @@ export * from "./StripeUsBankAccountPaymentMethodDetails";
10
10
  export * from "./StripeAcssDebitAccountPaymentMethodDetails";
11
11
  export * from "./StripeBankAccountVerificationStatus";
12
12
  export * from "./StripeCardPaymentMethodDetails";
13
+ export * from "./StripeAccountType";
@@ -26,3 +26,4 @@ __exportStar(require("./StripeUsBankAccountPaymentMethodDetails"), exports);
26
26
  __exportStar(require("./StripeAcssDebitAccountPaymentMethodDetails"), exports);
27
27
  __exportStar(require("./StripeBankAccountVerificationStatus"), exports);
28
28
  __exportStar(require("./StripeCardPaymentMethodDetails"), exports);
29
+ __exportStar(require("./StripeAccountType"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.0.1-prerelease3546-dev-3";
1
+ export declare const SDK_VERSION = "0.0.1-prerelease3546-dev";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.0.1-prerelease3546-dev-3";
4
+ exports.SDK_VERSION = "0.0.1-prerelease3546-dev";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thera-hr/api-sdk",
3
- "version": "0.0.1-prerelease3546-dev-3",
3
+ "version": "0.0.1-prerelease3546-dev",
4
4
  "private": false,
5
5
  "repository": "https://github.com/CarbonNYC/thera-typescript-sdk",
6
6
  "main": "./index.js",
package/reference.md CHANGED
@@ -8823,6 +8823,71 @@ await client.api.thera.misc.misc.autoPayCron({
8823
8823
  </dl>
8824
8824
  </details>
8825
8825
 
8826
+ <details><summary><code>client.api.thera.misc.misc.<a href="/src/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.ts">distributeTpPayrollAccountCron</a>({ ...params }) -> void</code></summary>
8827
+ <dl>
8828
+ <dd>
8829
+
8830
+ #### 📝 Description
8831
+
8832
+ <dl>
8833
+ <dd>
8834
+
8835
+ <dl>
8836
+ <dd>
8837
+
8838
+ Calling this API will trigger automatic distribution of Tp payroll amount to omnibus.
8839
+
8840
+ </dd>
8841
+ </dl>
8842
+ </dd>
8843
+ </dl>
8844
+
8845
+ #### 🔌 Usage
8846
+
8847
+ <dl>
8848
+ <dd>
8849
+
8850
+ <dl>
8851
+ <dd>
8852
+
8853
+ ```typescript
8854
+ await client.api.thera.misc.misc.distributeTpPayrollAccountCron({
8855
+ theraWebhookSignatureHeader: "string",
8856
+ });
8857
+ ```
8858
+
8859
+ </dd>
8860
+ </dl>
8861
+ </dd>
8862
+ </dl>
8863
+
8864
+ #### ⚙️ Parameters
8865
+
8866
+ <dl>
8867
+ <dd>
8868
+
8869
+ <dl>
8870
+ <dd>
8871
+
8872
+ **request:** `TheraApi.api.thera.misc.DistributeTpPayrollAccountCronRequest`
8873
+
8874
+ </dd>
8875
+ </dl>
8876
+
8877
+ <dl>
8878
+ <dd>
8879
+
8880
+ **requestOptions:** `Misc.RequestOptions`
8881
+
8882
+ </dd>
8883
+ </dl>
8884
+ </dd>
8885
+ </dl>
8886
+
8887
+ </dd>
8888
+ </dl>
8889
+ </details>
8890
+
8826
8891
  <details><summary><code>client.api.thera.misc.misc.<a href="/src/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.ts">autoPayEmailNotificationCron</a>({ ...params }) -> void</code></summary>
8827
8892
  <dl>
8828
8893
  <dd>
@@ -12,6 +12,7 @@ import { Flags } from "./Flags";
12
12
  import { CompanySettings } from "./CompanySettings";
13
13
  import { BankAccountResponseMetadata } from "./BankAccountResponseMetadata";
14
14
  import { Team } from "./Team";
15
+ import { StripeMultipleAccountCustomerInfo } from "./StripeMultipleAccountCustomerInfo";
15
16
  import { TpCompanyInformation } from "./TpCompanyInformation";
16
17
  import { MercoaCompanyDetails } from "./MercoaCompanyDetails";
17
18
  import { CompanyAccountingInformation } from "./CompanyAccountingInformation";
@@ -43,6 +44,7 @@ export declare namespace Company {
43
44
  ledgerAccountIdsByCurrency: Record<string, string>;
44
45
  v2LedgerAccountIdsByCurrency: Record<string, string>;
45
46
  teamsById: Record<string, Team.Raw>;
47
+ stripeMultipleAccountInfo?: StripeMultipleAccountCustomerInfo.Raw | null;
46
48
  urls: string[];
47
49
  companyDescription?: string | null;
48
50
  tp?: TpCompanyInformation.Raw | null;
@@ -46,6 +46,7 @@ const Flags_1 = require("./Flags");
46
46
  const CompanySettings_1 = require("./CompanySettings");
47
47
  const BankAccountResponseMetadata_1 = require("./BankAccountResponseMetadata");
48
48
  const Team_1 = require("./Team");
49
+ const StripeMultipleAccountCustomerInfo_1 = require("./StripeMultipleAccountCustomerInfo");
49
50
  const TpCompanyInformation_1 = require("./TpCompanyInformation");
50
51
  const MercoaCompanyDetails_1 = require("./MercoaCompanyDetails");
51
52
  const CompanyAccountingInformation_1 = require("./CompanyAccountingInformation");
@@ -75,6 +76,7 @@ exports.Company = core.serialization.object({
75
76
  ledgerAccountIdsByCurrency: core.serialization.record(core.serialization.string(), core.serialization.string()),
76
77
  v2LedgerAccountIdsByCurrency: core.serialization.record(core.serialization.string(), core.serialization.string()),
77
78
  teamsById: core.serialization.record(core.serialization.string(), Team_1.Team),
79
+ stripeMultipleAccountInfo: StripeMultipleAccountCustomerInfo_1.StripeMultipleAccountCustomerInfo.optional(),
78
80
  urls: core.serialization.list(core.serialization.string()),
79
81
  companyDescription: core.serialization.string().optional(),
80
82
  tp: TpCompanyInformation_1.TpCompanyInformation.optional(),
@@ -20,5 +20,6 @@ export declare namespace CompanySettings {
20
20
  autoApproveTimeOffRequests: boolean;
21
21
  isKYCMandated: boolean;
22
22
  active?: boolean | null;
23
+ autoPayAheadOfHolidaysWeekends?: boolean | null;
23
24
  }
24
25
  }
@@ -52,4 +52,5 @@ exports.CompanySettings = core.serialization.object({
52
52
  autoApproveTimeOffRequests: core.serialization.boolean(),
53
53
  isKycMandated: core.serialization.property("isKYCMandated", core.serialization.boolean()),
54
54
  active: core.serialization.boolean().optional(),
55
+ autoPayAheadOfHolidaysWeekends: core.serialization.boolean().optional(),
55
56
  });
@@ -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
+ export declare const StripeAccountInfo: core.serialization.ObjectSchema<serializers.db.StripeAccountInfo.Raw, TheraApi.db.StripeAccountInfo>;
8
+ export declare namespace StripeAccountInfo {
9
+ interface Raw {
10
+ stripeCustomerId: string;
11
+ paymentMethodIds: string[];
12
+ defaultPaymentMethodId: string;
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.StripeAccountInfo = void 0;
40
+ const core = __importStar(require("../../../../../../core"));
41
+ exports.StripeAccountInfo = core.serialization.object({
42
+ stripeCustomerId: core.serialization.string(),
43
+ paymentMethodIds: core.serialization.list(core.serialization.string()),
44
+ defaultPaymentMethodId: core.serialization.string(),
45
+ });
@@ -0,0 +1,15 @@
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 { StripeAccountInfo } from "./StripeAccountInfo";
8
+ export declare const StripeMultipleAccountCustomerInfo: core.serialization.ObjectSchema<serializers.db.StripeMultipleAccountCustomerInfo.Raw, TheraApi.db.StripeMultipleAccountCustomerInfo>;
9
+ export declare namespace StripeMultipleAccountCustomerInfo {
10
+ interface Raw {
11
+ mainAccount: StripeAccountInfo.Raw;
12
+ revenueAccount: StripeAccountInfo.Raw;
13
+ eorAccount: StripeAccountInfo.Raw;
14
+ }
15
+ }