@thera-hr/api-sdk 1.2.0-prerelease2442-staging → 1.2.0-prerelease2446-dev-3

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 (68) 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/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
  31. package/dist/api/resources/api/resources/dev/resources/dev/client/Client.js +1 -1
  32. package/dist/api/resources/api/resources/external/resources/externalApi/client/Client.js +1 -1
  33. package/dist/api/resources/api/resources/services/resources/file/client/Client.js +5 -5
  34. package/dist/api/resources/api/resources/thera/resources/accounting/resources/accountingApi/client/Client.js +4 -4
  35. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +37 -37
  36. package/dist/api/resources/api/resources/thera/resources/bridge/resources/bridgeApi/client/Client.js +29 -29
  37. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +18 -18
  38. package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +6 -6
  39. package/dist/api/resources/api/resources/thera/resources/contractor/resources/contractorApi/client/Client.js +3 -3
  40. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.d.ts +1 -0
  41. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +8 -7
  42. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/requests/CreateInvoiceCsvRequest.d.ts +1 -0
  43. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -0
  44. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  45. package/dist/api/resources/api/resources/thera/resources/document/resources/documentApi/client/Client.js +3 -3
  46. package/dist/api/resources/api/resources/thera/resources/email/resources/emailApi/client/Client.js +2 -2
  47. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +5 -5
  48. package/dist/api/resources/api/resources/thera/resources/eor/resources/eorTrackerApi/client/Client.js +3 -3
  49. package/dist/api/resources/api/resources/thera/resources/incorporation/resources/incorporationApi/client/Client.js +3 -3
  50. package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +9 -9
  51. package/dist/api/resources/api/resources/thera/resources/payroll/resources/expenseApi/client/Client.js +11 -11
  52. package/dist/api/resources/api/resources/thera/resources/payroll/resources/offcycleApi/client/Client.js +1 -1
  53. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +5 -5
  54. package/dist/api/resources/api/resources/thera/resources/payroll/resources/payscheduleApi/client/Client.js +7 -7
  55. package/dist/api/resources/api/resources/thera/resources/timeoff/resources/timeoffApi/client/Client.js +15 -15
  56. package/dist/api/resources/api/resources/thera/resources/timetracking/resources/timetrackingApi/client/Client.js +9 -9
  57. package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/Client.js +14 -14
  58. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +3 -3
  59. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -0
  60. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.js +1 -0
  61. package/dist/version.d.ts +1 -1
  62. package/dist/version.js +1 -1
  63. package/package.json +1 -1
  64. package/reference.md +1 -0
  65. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.d.ts +1 -0
  66. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/CreateInvoiceCsvRecord.js +1 -0
  67. package/version.d.ts +1 -1
  68. package/version.js +1 -1
@@ -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
  });
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.2.0-prerelease2442-staging";
1
+ export declare const SDK_VERSION = "1.2.0-prerelease2446-dev-3";
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.2.0-prerelease2442-staging";
4
+ exports.SDK_VERSION = "1.2.0-prerelease2446-dev-3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thera-hr/api-sdk",
3
- "version": "1.2.0-prerelease2442-staging",
3
+ "version": "1.2.0-prerelease2446-dev-3",
4
4
  "private": false,
5
5
  "repository": "https://github.com/CarbonNYC/thera-typescript-sdk",
6
6
  "main": "./index.js",
package/reference.md CHANGED
@@ -7299,6 +7299,7 @@ await client.api.thera.disbursement.disbursementApi.uploadCsvInvoice("string", {
7299
7299
  workUnitTotal: 1.1,
7300
7300
  type: "ONCYCLE",
7301
7301
  userId: "string",
7302
+ itemType: "string",
7302
7303
  custom: {
7303
7304
  string: "string",
7304
7305
  },
@@ -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
  });
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.2.0-prerelease2442-staging";
1
+ export declare const SDK_VERSION = "1.2.0-prerelease2446-dev-3";
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.2.0-prerelease2442-staging";
4
+ exports.SDK_VERSION = "1.2.0-prerelease2446-dev-3";