@thera-hr/api-sdk 1.1.1-prerelease2467-dev-2 → 1.1.1-prerelease2470-staging

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 (74) 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 +29 -29
  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.d.ts +1 -0
  12. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +8 -7
  13. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/requests/CreateInvoiceCsvRequest.d.ts +1 -0
  14. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -0
  15. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  16. package/api/resources/api/resources/thera/resources/document/resources/documentApi/client/Client.js +3 -3
  17. package/api/resources/api/resources/thera/resources/email/resources/emailApi/client/Client.js +2 -2
  18. package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +5 -5
  19. package/api/resources/api/resources/thera/resources/eor/resources/eorTrackerApi/client/Client.js +3 -3
  20. package/api/resources/api/resources/thera/resources/incorporation/resources/incorporationApi/client/Client.js +3 -3
  21. package/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +9 -9
  22. package/api/resources/api/resources/thera/resources/payroll/resources/expenseApi/client/Client.js +11 -11
  23. package/api/resources/api/resources/thera/resources/payroll/resources/offcycleApi/client/Client.js +1 -1
  24. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +5 -5
  25. package/api/resources/api/resources/thera/resources/payroll/resources/payscheduleApi/client/Client.js +7 -7
  26. package/api/resources/api/resources/thera/resources/timeoff/resources/timeoffApi/client/Client.js +15 -15
  27. package/api/resources/api/resources/thera/resources/timetracking/resources/timetrackingApi/client/Client.js +9 -9
  28. package/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/Client.js +14 -14
  29. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +3 -3
  30. package/api/resources/db/resources/company/types/Company.d.ts +1 -0
  31. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
  32. package/dist/api/resources/api/resources/dev/resources/dev/client/Client.js +1 -1
  33. package/dist/api/resources/api/resources/external/resources/externalApi/client/Client.js +1 -1
  34. package/dist/api/resources/api/resources/services/resources/file/client/Client.js +5 -5
  35. package/dist/api/resources/api/resources/thera/resources/accounting/resources/accountingApi/client/Client.js +4 -4
  36. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +37 -37
  37. package/dist/api/resources/api/resources/thera/resources/bridge/resources/bridgeApi/client/Client.js +29 -29
  38. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +18 -18
  39. package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +6 -6
  40. package/dist/api/resources/api/resources/thera/resources/contractor/resources/contractorApi/client/Client.js +3 -3
  41. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.d.ts +1 -0
  42. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +8 -7
  43. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/requests/CreateInvoiceCsvRequest.d.ts +1 -0
  44. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -0
  45. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  46. package/dist/api/resources/api/resources/thera/resources/document/resources/documentApi/client/Client.js +3 -3
  47. package/dist/api/resources/api/resources/thera/resources/email/resources/emailApi/client/Client.js +2 -2
  48. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +5 -5
  49. package/dist/api/resources/api/resources/thera/resources/eor/resources/eorTrackerApi/client/Client.js +3 -3
  50. package/dist/api/resources/api/resources/thera/resources/incorporation/resources/incorporationApi/client/Client.js +3 -3
  51. package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +9 -9
  52. package/dist/api/resources/api/resources/thera/resources/payroll/resources/expenseApi/client/Client.js +11 -11
  53. package/dist/api/resources/api/resources/thera/resources/payroll/resources/offcycleApi/client/Client.js +1 -1
  54. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +5 -5
  55. package/dist/api/resources/api/resources/thera/resources/payroll/resources/payscheduleApi/client/Client.js +7 -7
  56. package/dist/api/resources/api/resources/thera/resources/timeoff/resources/timeoffApi/client/Client.js +15 -15
  57. package/dist/api/resources/api/resources/thera/resources/timetracking/resources/timetrackingApi/client/Client.js +9 -9
  58. package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/Client.js +14 -14
  59. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +3 -3
  60. package/dist/api/resources/db/resources/company/types/Company.d.ts +1 -0
  61. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -0
  62. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.js +1 -0
  63. package/dist/serialization/resources/db/resources/company/types/Company.d.ts +1 -0
  64. package/dist/serialization/resources/db/resources/company/types/Company.js +1 -0
  65. package/dist/version.d.ts +1 -1
  66. package/dist/version.js +1 -1
  67. package/package.json +1 -1
  68. package/reference.md +1 -0
  69. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -0
  70. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.js +1 -0
  71. package/serialization/resources/db/resources/company/types/Company.d.ts +1 -0
  72. package/serialization/resources/db/resources/company/types/Company.js +1 -0
  73. package/version.d.ts +1 -1
  74. package/version.js +1 -1
@@ -7,6 +7,7 @@ export interface Company {
7
7
  companyName: string;
8
8
  dbaName: string;
9
9
  email: string;
10
+ payInRequestProcessing?: boolean;
10
11
  stripeCustomerId: string;
11
12
  /** The currency of the bank accounts that have been or will be attached to Thera to pay their employees. */
12
13
  defaultCurrency: string;
@@ -17,6 +17,7 @@ export declare namespace CreateInvoiceCsvRecord {
17
17
  work_unit_total: number;
18
18
  type: InvoiceTypeCsvRecord.Raw;
19
19
  user_id?: string | null;
20
+ item_type?: string | null;
20
21
  $custom?: Record<string, string> | null;
21
22
  }
22
23
  }
@@ -49,5 +49,6 @@ exports.CreateInvoiceCsvRecord = core.serialization.object({
49
49
  workUnitTotal: core.serialization.property("work_unit_total", core.serialization.number()),
50
50
  type: InvoiceTypeCsvRecord_1.InvoiceTypeCsvRecord,
51
51
  userId: core.serialization.property("user_id", core.serialization.string().optional()),
52
+ itemType: core.serialization.property("item_type", core.serialization.string().optional()),
52
53
  custom: core.serialization.property("$custom", core.serialization.record(core.serialization.string(), core.serialization.string()).optional()),
53
54
  });
@@ -25,6 +25,7 @@ export declare namespace Company {
25
25
  companyName: string;
26
26
  dbaName: string;
27
27
  email: string;
28
+ payInRequestProcessing?: boolean | null;
28
29
  stripeCustomerId: string;
29
30
  defaultCurrency: string;
30
31
  defaultPaymentMethodID: string;
@@ -57,6 +57,7 @@ exports.Company = core.serialization.object({
57
57
  companyName: core.serialization.string(),
58
58
  dbaName: core.serialization.string(),
59
59
  email: core.serialization.string(),
60
+ payInRequestProcessing: core.serialization.boolean().optional(),
60
61
  stripeCustomerId: core.serialization.string(),
61
62
  defaultCurrency: core.serialization.string(),
62
63
  defaultPaymentMethodId: core.serialization.property("defaultPaymentMethodID", core.serialization.string()),
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.1.1-prerelease2467-dev-2";
1
+ export declare const SDK_VERSION = "1.1.1-prerelease2470-staging";
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 = "1.1.1-prerelease2467-dev-2";
4
+ exports.SDK_VERSION = "1.1.1-prerelease2470-staging";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thera-hr/api-sdk",
3
- "version": "1.1.1-prerelease2467-dev-2",
3
+ "version": "1.1.1-prerelease2470-staging",
4
4
  "private": false,
5
5
  "repository": "https://github.com/CarbonNYC/thera-typescript-sdk",
6
6
  "main": "./index.js",
package/reference.md CHANGED
@@ -7309,6 +7309,7 @@ await client.api.thera.disbursement.disbursementApi.uploadCsvInvoice("string", {
7309
7309
  workUnitTotal: 1.1,
7310
7310
  type: "ONCYCLE",
7311
7311
  userId: "string",
7312
+ itemType: "string",
7312
7313
  custom: {
7313
7314
  string: "string",
7314
7315
  },
@@ -17,6 +17,7 @@ export declare namespace CreateInvoiceCsvRecord {
17
17
  work_unit_total: number;
18
18
  type: InvoiceTypeCsvRecord.Raw;
19
19
  user_id?: string | null;
20
+ item_type?: string | null;
20
21
  $custom?: Record<string, string> | null;
21
22
  }
22
23
  }
@@ -49,5 +49,6 @@ exports.CreateInvoiceCsvRecord = core.serialization.object({
49
49
  workUnitTotal: core.serialization.property("work_unit_total", core.serialization.number()),
50
50
  type: InvoiceTypeCsvRecord_1.InvoiceTypeCsvRecord,
51
51
  userId: core.serialization.property("user_id", core.serialization.string().optional()),
52
+ itemType: core.serialization.property("item_type", core.serialization.string().optional()),
52
53
  custom: core.serialization.property("$custom", core.serialization.record(core.serialization.string(), core.serialization.string()).optional()),
53
54
  });
@@ -25,6 +25,7 @@ export declare namespace Company {
25
25
  companyName: string;
26
26
  dbaName: string;
27
27
  email: string;
28
+ payInRequestProcessing?: boolean | null;
28
29
  stripeCustomerId: string;
29
30
  defaultCurrency: string;
30
31
  defaultPaymentMethodID: string;
@@ -57,6 +57,7 @@ exports.Company = core.serialization.object({
57
57
  companyName: core.serialization.string(),
58
58
  dbaName: core.serialization.string(),
59
59
  email: core.serialization.string(),
60
+ payInRequestProcessing: core.serialization.boolean().optional(),
60
61
  stripeCustomerId: core.serialization.string(),
61
62
  defaultCurrency: core.serialization.string(),
62
63
  defaultPaymentMethodId: core.serialization.property("defaultPaymentMethodID", core.serialization.string()),
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.1.1-prerelease2467-dev-2";
1
+ export declare const SDK_VERSION = "1.1.1-prerelease2470-staging";
package/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 = "1.1.1-prerelease2467-dev-2";
4
+ exports.SDK_VERSION = "1.1.1-prerelease2470-staging";