@thera-hr/api-sdk 0.0.1-prerelease3184-dev-4 → 0.0.1-prerelease3196-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 (92) 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 +5 -5
  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.js +7 -7
  19. package/api/resources/api/resources/thera/resources/payroll/resources/expenseApi/client/Client.js +11 -11
  20. package/api/resources/api/resources/thera/resources/payroll/resources/index.d.ts +0 -1
  21. package/api/resources/api/resources/thera/resources/payroll/resources/index.js +0 -1
  22. package/api/resources/api/resources/thera/resources/payroll/resources/offcycleApi/client/Client.js +1 -1
  23. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.d.ts +0 -14
  24. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +5 -58
  25. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/index.d.ts +1 -1
  26. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/index.js +0 -15
  27. package/api/resources/api/resources/thera/resources/payroll/resources/payscheduleApi/client/Client.js +7 -7
  28. package/api/resources/api/resources/thera/resources/timeoff/resources/timeoffApi/client/Client.js +15 -15
  29. package/api/resources/api/resources/thera/resources/timetracking/resources/timetrackingApi/client/Client.js +9 -9
  30. package/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/Client.js +11 -11
  31. package/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +3 -3
  32. package/dist/api/resources/api/resources/aiprise/resources/aipriseWebhookApi/client/Client.js +1 -1
  33. package/dist/api/resources/api/resources/dev/resources/dev/client/Client.js +1 -1
  34. package/dist/api/resources/api/resources/external/resources/externalApi/client/Client.js +1 -1
  35. package/dist/api/resources/api/resources/services/resources/file/client/Client.js +5 -5
  36. package/dist/api/resources/api/resources/thera/resources/accounting/resources/accountingApi/client/Client.js +4 -4
  37. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +37 -37
  38. package/dist/api/resources/api/resources/thera/resources/bridge/resources/bridgeApi/client/Client.js +24 -24
  39. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +18 -18
  40. package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +5 -5
  41. package/dist/api/resources/api/resources/thera/resources/contractor/resources/contractorApi/client/Client.js +3 -3
  42. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +7 -7
  43. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  44. package/dist/api/resources/api/resources/thera/resources/document/resources/documentApi/client/Client.js +3 -3
  45. package/dist/api/resources/api/resources/thera/resources/email/resources/emailApi/client/Client.js +2 -2
  46. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +5 -5
  47. package/dist/api/resources/api/resources/thera/resources/eor/resources/eorTrackerApi/client/Client.js +3 -3
  48. package/dist/api/resources/api/resources/thera/resources/incorporation/resources/incorporationApi/client/Client.js +3 -3
  49. package/dist/api/resources/api/resources/thera/resources/misc/resources/misc/client/Client.js +7 -7
  50. package/dist/api/resources/api/resources/thera/resources/payroll/resources/expenseApi/client/Client.js +11 -11
  51. package/dist/api/resources/api/resources/thera/resources/payroll/resources/index.d.ts +0 -1
  52. package/dist/api/resources/api/resources/thera/resources/payroll/resources/index.js +0 -1
  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.d.ts +0 -14
  55. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +5 -58
  56. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/index.d.ts +1 -1
  57. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/index.js +0 -15
  58. package/dist/api/resources/api/resources/thera/resources/payroll/resources/payscheduleApi/client/Client.js +7 -7
  59. package/dist/api/resources/api/resources/thera/resources/timeoff/resources/timeoffApi/client/Client.js +15 -15
  60. package/dist/api/resources/api/resources/thera/resources/timetracking/resources/timetrackingApi/client/Client.js +9 -9
  61. package/dist/api/resources/api/resources/thera/resources/tp/resources/tpApi/client/Client.js +11 -11
  62. package/dist/api/resources/api/resources/thera/resources/user/resources/userApi/client/Client.js +3 -3
  63. package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/index.d.ts +0 -1
  64. package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/index.js +0 -1
  65. package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/index.d.ts +0 -1
  66. package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/index.js +0 -4
  67. package/dist/version.d.ts +1 -1
  68. package/dist/version.js +1 -1
  69. package/package.json +1 -1
  70. package/reference.md +0 -79
  71. package/serialization/resources/api/resources/thera/resources/payroll/resources/index.d.ts +0 -1
  72. package/serialization/resources/api/resources/thera/resources/payroll/resources/index.js +0 -1
  73. package/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/index.d.ts +0 -1
  74. package/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/index.js +0 -4
  75. package/version.d.ts +1 -1
  76. package/version.js +1 -1
  77. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/AddEmployeeToOncycleChecksRequest.d.ts +0 -12
  78. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/AddEmployeeToOncycleChecksRequest.js +0 -5
  79. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/index.d.ts +0 -1
  80. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/index.js +0 -2
  81. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/AddEmployeeToOncycleChecksRequest.d.ts +0 -12
  82. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/AddEmployeeToOncycleChecksRequest.js +0 -5
  83. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/index.d.ts +0 -1
  84. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/index.js +0 -2
  85. package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/AddEmployeeToOncycleChecksRequest.d.ts +0 -12
  86. package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/AddEmployeeToOncycleChecksRequest.js +0 -43
  87. package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/index.d.ts +0 -1
  88. package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/index.js +0 -5
  89. package/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/AddEmployeeToOncycleChecksRequest.d.ts +0 -12
  90. package/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/AddEmployeeToOncycleChecksRequest.js +0 -43
  91. package/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/index.d.ts +0 -1
  92. package/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/requests/index.js +0 -5
@@ -78,7 +78,7 @@ class UserApi {
78
78
  const _response = yield core.fetcher({
79
79
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : (yield core.Supplier.get(this._options.environment)), `company/${encodeURIComponent(companyId)}/user/${encodeURIComponent(userId)}`),
80
80
  method: "POST",
81
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@thera-hr/api-sdk", "X-Fern-SDK-Version": "0.0.1-prerelease3184-dev-4", "User-Agent": "@thera-hr/api-sdk/0.0.1-prerelease3184-dev-4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
81
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@thera-hr/api-sdk", "X-Fern-SDK-Version": "0.0.1-prerelease3196-dev-3", "User-Agent": "@thera-hr/api-sdk/0.0.1-prerelease3196-dev-3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
82
82
  contentType: "application/json",
83
83
  requestType: "json",
84
84
  body: serializers.api.thera.user.SetUserComplianceSettingsRequest.jsonOrThrow(request, {
@@ -139,7 +139,7 @@ class UserApi {
139
139
  const _response = yield core.fetcher({
140
140
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : (yield core.Supplier.get(this._options.environment)), `company/${encodeURIComponent(companyId)}/user`),
141
141
  method: "GET",
142
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@thera-hr/api-sdk", "X-Fern-SDK-Version": "0.0.1-prerelease3184-dev-4", "User-Agent": "@thera-hr/api-sdk/0.0.1-prerelease3184-dev-4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
142
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@thera-hr/api-sdk", "X-Fern-SDK-Version": "0.0.1-prerelease3196-dev-3", "User-Agent": "@thera-hr/api-sdk/0.0.1-prerelease3196-dev-3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
143
143
  contentType: "application/json",
144
144
  queryParameters: _queryParams,
145
145
  requestType: "json",
@@ -197,7 +197,7 @@ class UserApi {
197
197
  const _response = yield core.fetcher({
198
198
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : (yield core.Supplier.get(this._options.environment)), "user"),
199
199
  method: "GET",
200
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@thera-hr/api-sdk", "X-Fern-SDK-Version": "0.0.1-prerelease3184-dev-4", "User-Agent": "@thera-hr/api-sdk/0.0.1-prerelease3184-dev-4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
200
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@thera-hr/api-sdk", "X-Fern-SDK-Version": "0.0.1-prerelease3196-dev-3", "User-Agent": "@thera-hr/api-sdk/0.0.1-prerelease3196-dev-3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
201
201
  contentType: "application/json",
202
202
  queryParameters: _queryParams,
203
203
  requestType: "json",
@@ -7,5 +7,4 @@ export * from "./oncycleApi/types";
7
7
  export * as payscheduleApi from "./payscheduleApi";
8
8
  export * from "./payscheduleApi/types";
9
9
  export * from "./expenseApi/client/requests";
10
- export * from "./oncycleApi/client/requests";
11
10
  export * from "./payscheduleApi/client/requests";
@@ -46,5 +46,4 @@ __exportStar(require("./oncycleApi/types"), exports);
46
46
  exports.payscheduleApi = __importStar(require("./payscheduleApi"));
47
47
  __exportStar(require("./payscheduleApi/types"), exports);
48
48
  __exportStar(require("./expenseApi/client/requests"), exports);
49
- __exportStar(require("./oncycleApi/client/requests"), exports);
50
49
  __exportStar(require("./payscheduleApi/client/requests"), exports);
@@ -1,3 +1,2 @@
1
1
  export * as getOnCycleChecks from "./getOnCycleChecks";
2
2
  export * as getOnCycleCheckDetails from "./getOnCycleCheckDetails";
3
- export * from "./requests";
@@ -32,11 +32,7 @@ var __importStar = (this && this.__importStar) || (function () {
32
32
  return result;
33
33
  };
34
34
  })();
35
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
- };
38
35
  Object.defineProperty(exports, "__esModule", { value: true });
39
36
  exports.getOnCycleCheckDetails = exports.getOnCycleChecks = void 0;
40
37
  exports.getOnCycleChecks = __importStar(require("./getOnCycleChecks"));
41
38
  exports.getOnCycleCheckDetails = __importStar(require("./getOnCycleCheckDetails"));
42
- __exportStar(require("./requests"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.0.1-prerelease3184-dev-4";
1
+ export declare const SDK_VERSION = "0.0.1-prerelease3196-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 = "0.0.1-prerelease3184-dev-4";
4
+ exports.SDK_VERSION = "0.0.1-prerelease3196-dev-3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thera-hr/api-sdk",
3
- "version": "0.0.1-prerelease3184-dev-4",
3
+ "version": "0.0.1-prerelease3196-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
@@ -9758,85 +9758,6 @@ await client.api.thera.payroll.offcycleApi.getCurrentOffCycleChecks("string");
9758
9758
 
9759
9759
  ## Oncycle API
9760
9760
 
9761
- <details><summary><code>client.api.thera.payroll.oncycleApi.<a href="/src/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.ts">addEmployeeToOnCycleChecks</a>(companyId, checkPayScheduleId, { ...params }) -> void</code></summary>
9762
- <dl>
9763
- <dd>
9764
-
9765
- #### 📝 Description
9766
-
9767
- <dl>
9768
- <dd>
9769
-
9770
- <dl>
9771
- <dd>
9772
-
9773
- </dd>
9774
- </dl>
9775
- </dd>
9776
- </dl>
9777
-
9778
- #### 🔌 Usage
9779
-
9780
- <dl>
9781
- <dd>
9782
-
9783
- <dl>
9784
- <dd>
9785
-
9786
- ```typescript
9787
- await client.api.thera.payroll.oncycleApi.addEmployeeToOnCycleChecks("string", "string", {
9788
- contractId: "string",
9789
- });
9790
- ```
9791
-
9792
- </dd>
9793
- </dl>
9794
- </dd>
9795
- </dl>
9796
-
9797
- #### ⚙️ Parameters
9798
-
9799
- <dl>
9800
- <dd>
9801
-
9802
- <dl>
9803
- <dd>
9804
-
9805
- **companyId:** `string`
9806
-
9807
- </dd>
9808
- </dl>
9809
-
9810
- <dl>
9811
- <dd>
9812
-
9813
- **checkPayScheduleId:** `string`
9814
-
9815
- </dd>
9816
- </dl>
9817
-
9818
- <dl>
9819
- <dd>
9820
-
9821
- **request:** `TheraApi.api.thera.payroll.AddEmployeeToOncycleChecksRequest`
9822
-
9823
- </dd>
9824
- </dl>
9825
-
9826
- <dl>
9827
- <dd>
9828
-
9829
- **requestOptions:** `OncycleApi.RequestOptions`
9830
-
9831
- </dd>
9832
- </dl>
9833
- </dd>
9834
- </dl>
9835
-
9836
- </dd>
9837
- </dl>
9838
- </details>
9839
-
9840
9761
  <details><summary><code>client.api.thera.payroll.oncycleApi.<a href="/src/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.ts">approveOncycleChecks</a>(companyId, checkPayScheduleId) -> TheraApi.ApproveOnCycleChecksResponse</code></summary>
9841
9762
  <dl>
9842
9763
  <dd>
@@ -7,5 +7,4 @@ export * from "./oncycleApi/types";
7
7
  export * as payscheduleApi from "./payscheduleApi";
8
8
  export * from "./payscheduleApi/types";
9
9
  export * from "./expenseApi/client/requests";
10
- export * from "./oncycleApi/client/requests";
11
10
  export * from "./payscheduleApi/client/requests";
@@ -46,5 +46,4 @@ __exportStar(require("./oncycleApi/types"), exports);
46
46
  exports.payscheduleApi = __importStar(require("./payscheduleApi"));
47
47
  __exportStar(require("./payscheduleApi/types"), exports);
48
48
  __exportStar(require("./expenseApi/client/requests"), exports);
49
- __exportStar(require("./oncycleApi/client/requests"), exports);
50
49
  __exportStar(require("./payscheduleApi/client/requests"), exports);
@@ -1,3 +1,2 @@
1
1
  export * as getOnCycleChecks from "./getOnCycleChecks";
2
2
  export * as getOnCycleCheckDetails from "./getOnCycleCheckDetails";
3
- export * from "./requests";
@@ -32,11 +32,7 @@ var __importStar = (this && this.__importStar) || (function () {
32
32
  return result;
33
33
  };
34
34
  })();
35
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
- };
38
35
  Object.defineProperty(exports, "__esModule", { value: true });
39
36
  exports.getOnCycleCheckDetails = exports.getOnCycleChecks = void 0;
40
37
  exports.getOnCycleChecks = __importStar(require("./getOnCycleChecks"));
41
38
  exports.getOnCycleCheckDetails = __importStar(require("./getOnCycleCheckDetails"));
42
- __exportStar(require("./requests"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.0.1-prerelease3184-dev-4";
1
+ export declare const SDK_VERSION = "0.0.1-prerelease3196-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 = "0.0.1-prerelease3184-dev-4";
4
+ exports.SDK_VERSION = "0.0.1-prerelease3196-dev-3";
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * contractId: "string"
8
- * }
9
- */
10
- export interface AddEmployeeToOncycleChecksRequest {
11
- contractId: string;
12
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export { type AddEmployeeToOncycleChecksRequest } from "./AddEmployeeToOncycleChecksRequest";
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * contractId: "string"
8
- * }
9
- */
10
- export interface AddEmployeeToOncycleChecksRequest {
11
- contractId: string;
12
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export { type AddEmployeeToOncycleChecksRequest } from "./AddEmployeeToOncycleChecksRequest";
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +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 AddEmployeeToOncycleChecksRequest: core.serialization.Schema<serializers.api.thera.payroll.AddEmployeeToOncycleChecksRequest.Raw, TheraApi.api.thera.payroll.AddEmployeeToOncycleChecksRequest>;
8
- export declare namespace AddEmployeeToOncycleChecksRequest {
9
- interface Raw {
10
- contractId: string;
11
- }
12
- }
@@ -1,43 +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.AddEmployeeToOncycleChecksRequest = void 0;
40
- const core = __importStar(require("../../../../../../../../../../../core"));
41
- exports.AddEmployeeToOncycleChecksRequest = core.serialization.object({
42
- contractId: core.serialization.string(),
43
- });
@@ -1 +0,0 @@
1
- export { AddEmployeeToOncycleChecksRequest } from "./AddEmployeeToOncycleChecksRequest";
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddEmployeeToOncycleChecksRequest = void 0;
4
- var AddEmployeeToOncycleChecksRequest_1 = require("./AddEmployeeToOncycleChecksRequest");
5
- Object.defineProperty(exports, "AddEmployeeToOncycleChecksRequest", { enumerable: true, get: function () { return AddEmployeeToOncycleChecksRequest_1.AddEmployeeToOncycleChecksRequest; } });
@@ -1,12 +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 AddEmployeeToOncycleChecksRequest: core.serialization.Schema<serializers.api.thera.payroll.AddEmployeeToOncycleChecksRequest.Raw, TheraApi.api.thera.payroll.AddEmployeeToOncycleChecksRequest>;
8
- export declare namespace AddEmployeeToOncycleChecksRequest {
9
- interface Raw {
10
- contractId: string;
11
- }
12
- }
@@ -1,43 +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.AddEmployeeToOncycleChecksRequest = void 0;
40
- const core = __importStar(require("../../../../../../../../../../../core"));
41
- exports.AddEmployeeToOncycleChecksRequest = core.serialization.object({
42
- contractId: core.serialization.string(),
43
- });
@@ -1 +0,0 @@
1
- export { AddEmployeeToOncycleChecksRequest } from "./AddEmployeeToOncycleChecksRequest";
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddEmployeeToOncycleChecksRequest = void 0;
4
- var AddEmployeeToOncycleChecksRequest_1 = require("./AddEmployeeToOncycleChecksRequest");
5
- Object.defineProperty(exports, "AddEmployeeToOncycleChecksRequest", { enumerable: true, get: function () { return AddEmployeeToOncycleChecksRequest_1.AddEmployeeToOncycleChecksRequest; } });