@thera-hr/api-sdk 0.0.1585 → 0.0.1609

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 (27) hide show
  1. package/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
  2. package/api/resources/api/resources/test/resources/invoices/client/Client.js +1 -1
  3. package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +4 -4
  4. package/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +1 -1
  5. package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
  6. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +2 -2
  7. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/InvoiceWorkUnitType.d.ts +2 -1
  8. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/InvoiceWorkUnitType.js +1 -0
  9. package/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  10. package/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +2 -2
  11. package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
  12. package/dist/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
  13. package/dist/api/resources/api/resources/test/resources/invoices/client/Client.js +1 -1
  14. package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +4 -4
  15. package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/client/Client.js +1 -1
  16. package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
  17. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/client/Client.js +2 -2
  18. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/InvoiceWorkUnitType.d.ts +2 -1
  19. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/InvoiceWorkUnitType.js +1 -0
  20. package/dist/api/resources/api/resources/thera/resources/disbursement/resources/disbursementWebhookApi/client/Client.js +1 -1
  21. package/dist/api/resources/api/resources/thera/resources/employment/resources/employmentApi/client/Client.js +2 -2
  22. package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
  23. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/InvoiceWorkUnitType.d.ts +1 -1
  24. package/dist/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/InvoiceWorkUnitType.js +1 -1
  25. package/package.json +1 -1
  26. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/InvoiceWorkUnitType.d.ts +1 -1
  27. package/serialization/resources/api/resources/thera/resources/disbursement/resources/disbursementApi/types/InvoiceWorkUnitType.js +1 -1
@@ -56,7 +56,7 @@ class File_ {
56
56
  Authorization: yield this._getAuthorizationHeader(),
57
57
  "X-Fern-Language": "JavaScript",
58
58
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
59
- "X-Fern-SDK-Version": "0.0.1585",
59
+ "X-Fern-SDK-Version": "0.0.1609",
60
60
  },
61
61
  contentType: "application/json",
62
62
  body: yield serializers.api.services.AttachDocumentToEmploymentRequest.jsonOrThrow(request, {
@@ -97,7 +97,7 @@ class File_ {
97
97
  Authorization: yield this._getAuthorizationHeader(),
98
98
  "X-Fern-Language": "JavaScript",
99
99
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
100
- "X-Fern-SDK-Version": "0.0.1585",
100
+ "X-Fern-SDK-Version": "0.0.1609",
101
101
  },
102
102
  contentType: "application/json",
103
103
  body: yield serializers.api.services.DeleteDocumentFromEmploymentRequest.jsonOrThrow(request, {
@@ -138,7 +138,7 @@ class File_ {
138
138
  Authorization: yield this._getAuthorizationHeader(),
139
139
  "X-Fern-Language": "JavaScript",
140
140
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
141
- "X-Fern-SDK-Version": "0.0.1585",
141
+ "X-Fern-SDK-Version": "0.0.1609",
142
142
  },
143
143
  contentType: "application/json",
144
144
  timeoutMs: 60000,
@@ -181,7 +181,7 @@ class File_ {
181
181
  Authorization: yield this._getAuthorizationHeader(),
182
182
  "X-Fern-Language": "JavaScript",
183
183
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
184
- "X-Fern-SDK-Version": "0.0.1585",
184
+ "X-Fern-SDK-Version": "0.0.1609",
185
185
  },
186
186
  contentType: "application/json",
187
187
  timeoutMs: 60000,
@@ -56,7 +56,7 @@ class Invoices {
56
56
  Authorization: yield this._getAuthorizationHeader(),
57
57
  "X-Fern-Language": "JavaScript",
58
58
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
59
- "X-Fern-SDK-Version": "0.0.1585",
59
+ "X-Fern-SDK-Version": "0.0.1609",
60
60
  },
61
61
  contentType: "application/json",
62
62
  body: yield serializers.api.test.VoidInvoiceRequest.jsonOrThrow(request, {
@@ -65,7 +65,7 @@ class BankApi {
65
65
  Authorization: yield this._getAuthorizationHeader(),
66
66
  "X-Fern-Language": "JavaScript",
67
67
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
68
- "X-Fern-SDK-Version": "0.0.1585",
68
+ "X-Fern-SDK-Version": "0.0.1609",
69
69
  },
70
70
  contentType: "application/json",
71
71
  queryParameters: _queryParams,
@@ -112,7 +112,7 @@ class BankApi {
112
112
  Authorization: yield this._getAuthorizationHeader(),
113
113
  "X-Fern-Language": "JavaScript",
114
114
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
115
- "X-Fern-SDK-Version": "0.0.1585",
115
+ "X-Fern-SDK-Version": "0.0.1609",
116
116
  },
117
117
  contentType: "application/json",
118
118
  body: yield serializers.api.thera.bank.VerifyAccountSignupRequest.jsonOrThrow(request, {
@@ -156,7 +156,7 @@ class BankApi {
156
156
  Authorization: yield this._getAuthorizationHeader(),
157
157
  "X-Fern-Language": "JavaScript",
158
158
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
159
- "X-Fern-SDK-Version": "0.0.1585",
159
+ "X-Fern-SDK-Version": "0.0.1609",
160
160
  },
161
161
  contentType: "application/json",
162
162
  timeoutMs: 60000,
@@ -197,7 +197,7 @@ class BankApi {
197
197
  Authorization: yield this._getAuthorizationHeader(),
198
198
  "X-Fern-Language": "JavaScript",
199
199
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
200
- "X-Fern-SDK-Version": "0.0.1585",
200
+ "X-Fern-SDK-Version": "0.0.1609",
201
201
  },
202
202
  contentType: "application/json",
203
203
  body: yield serializers.api.thera.bank.VerifyMicrodepositRequest.jsonOrThrow(request, {
@@ -65,7 +65,7 @@ class CompanyApi {
65
65
  Authorization: yield this._getAuthorizationHeader(),
66
66
  "X-Fern-Language": "JavaScript",
67
67
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
68
- "X-Fern-SDK-Version": "0.0.1585",
68
+ "X-Fern-SDK-Version": "0.0.1609",
69
69
  },
70
70
  contentType: "application/json",
71
71
  queryParameters: _queryParams,
@@ -59,7 +59,7 @@ class CompanyW2PayrollApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.1585",
62
+ "X-Fern-SDK-Version": "0.0.1609",
63
63
  },
64
64
  contentType: "application/json",
65
65
  body: yield serializers.api.thera.company.OnboardW2PayrollRequest.jsonOrThrow(request, {
@@ -59,7 +59,7 @@ class DisbursementApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.1585",
62
+ "X-Fern-SDK-Version": "0.0.1609",
63
63
  },
64
64
  contentType: "application/json",
65
65
  body: yield serializers.api.thera.disbursement.CreateDisbursementRequest.jsonOrThrow(request, {
@@ -103,7 +103,7 @@ class DisbursementApi {
103
103
  Authorization: yield this._getAuthorizationHeader(),
104
104
  "X-Fern-Language": "JavaScript",
105
105
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
106
- "X-Fern-SDK-Version": "0.0.1585",
106
+ "X-Fern-SDK-Version": "0.0.1609",
107
107
  },
108
108
  contentType: "application/json",
109
109
  timeoutMs: 60000,
@@ -1,10 +1,11 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type InvoiceWorkUnitType = "HOURLY" | "DAILY" | "WEEKLY" | "TASK";
4
+ export declare type InvoiceWorkUnitType = "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "TASK";
5
5
  export declare const InvoiceWorkUnitType: {
6
6
  readonly Hourly: "HOURLY";
7
7
  readonly Daily: "DAILY";
8
8
  readonly Weekly: "WEEKLY";
9
+ readonly Monthly: "MONTHLY";
9
10
  readonly Task: "TASK";
10
11
  };
@@ -8,5 +8,6 @@ exports.InvoiceWorkUnitType = {
8
8
  Hourly: "HOURLY",
9
9
  Daily: "DAILY",
10
10
  Weekly: "WEEKLY",
11
+ Monthly: "MONTHLY",
11
12
  Task: "TASK",
12
13
  };
@@ -60,7 +60,7 @@ class DisbursementWebhookApi {
60
60
  Authorization: yield this._getAuthorizationHeader(),
61
61
  "X-Fern-Language": "JavaScript",
62
62
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
63
- "X-Fern-SDK-Version": "0.0.1585",
63
+ "X-Fern-SDK-Version": "0.0.1609",
64
64
  "Thera-Webhook-Signature-Header": theraWebhookSignatureHeader,
65
65
  },
66
66
  contentType: "application/json",
@@ -59,7 +59,7 @@ class EmploymentApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.1585",
62
+ "X-Fern-SDK-Version": "0.0.1609",
63
63
  },
64
64
  contentType: "application/json",
65
65
  body: yield serializers.api.thera.employment.CreateContractEstimateRequest.jsonOrThrow(request, {
@@ -108,7 +108,7 @@ class EmploymentApi {
108
108
  Authorization: yield this._getAuthorizationHeader(),
109
109
  "X-Fern-Language": "JavaScript",
110
110
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
111
- "X-Fern-SDK-Version": "0.0.1585",
111
+ "X-Fern-SDK-Version": "0.0.1609",
112
112
  },
113
113
  contentType: "application/json",
114
114
  timeoutMs: 60000,
@@ -59,7 +59,7 @@ class OncycleApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.1585",
62
+ "X-Fern-SDK-Version": "0.0.1609",
63
63
  },
64
64
  contentType: "application/json",
65
65
  timeoutMs: 60000,
@@ -56,7 +56,7 @@ class File_ {
56
56
  Authorization: yield this._getAuthorizationHeader(),
57
57
  "X-Fern-Language": "JavaScript",
58
58
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
59
- "X-Fern-SDK-Version": "0.0.1585",
59
+ "X-Fern-SDK-Version": "0.0.1609",
60
60
  },
61
61
  contentType: "application/json",
62
62
  body: yield serializers.api.services.AttachDocumentToEmploymentRequest.jsonOrThrow(request, {
@@ -97,7 +97,7 @@ class File_ {
97
97
  Authorization: yield this._getAuthorizationHeader(),
98
98
  "X-Fern-Language": "JavaScript",
99
99
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
100
- "X-Fern-SDK-Version": "0.0.1585",
100
+ "X-Fern-SDK-Version": "0.0.1609",
101
101
  },
102
102
  contentType: "application/json",
103
103
  body: yield serializers.api.services.DeleteDocumentFromEmploymentRequest.jsonOrThrow(request, {
@@ -138,7 +138,7 @@ class File_ {
138
138
  Authorization: yield this._getAuthorizationHeader(),
139
139
  "X-Fern-Language": "JavaScript",
140
140
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
141
- "X-Fern-SDK-Version": "0.0.1585",
141
+ "X-Fern-SDK-Version": "0.0.1609",
142
142
  },
143
143
  contentType: "application/json",
144
144
  timeoutMs: 60000,
@@ -181,7 +181,7 @@ class File_ {
181
181
  Authorization: yield this._getAuthorizationHeader(),
182
182
  "X-Fern-Language": "JavaScript",
183
183
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
184
- "X-Fern-SDK-Version": "0.0.1585",
184
+ "X-Fern-SDK-Version": "0.0.1609",
185
185
  },
186
186
  contentType: "application/json",
187
187
  timeoutMs: 60000,
@@ -56,7 +56,7 @@ class Invoices {
56
56
  Authorization: yield this._getAuthorizationHeader(),
57
57
  "X-Fern-Language": "JavaScript",
58
58
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
59
- "X-Fern-SDK-Version": "0.0.1585",
59
+ "X-Fern-SDK-Version": "0.0.1609",
60
60
  },
61
61
  contentType: "application/json",
62
62
  body: yield serializers.api.test.VoidInvoiceRequest.jsonOrThrow(request, {
@@ -65,7 +65,7 @@ class BankApi {
65
65
  Authorization: yield this._getAuthorizationHeader(),
66
66
  "X-Fern-Language": "JavaScript",
67
67
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
68
- "X-Fern-SDK-Version": "0.0.1585",
68
+ "X-Fern-SDK-Version": "0.0.1609",
69
69
  },
70
70
  contentType: "application/json",
71
71
  queryParameters: _queryParams,
@@ -112,7 +112,7 @@ class BankApi {
112
112
  Authorization: yield this._getAuthorizationHeader(),
113
113
  "X-Fern-Language": "JavaScript",
114
114
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
115
- "X-Fern-SDK-Version": "0.0.1585",
115
+ "X-Fern-SDK-Version": "0.0.1609",
116
116
  },
117
117
  contentType: "application/json",
118
118
  body: yield serializers.api.thera.bank.VerifyAccountSignupRequest.jsonOrThrow(request, {
@@ -156,7 +156,7 @@ class BankApi {
156
156
  Authorization: yield this._getAuthorizationHeader(),
157
157
  "X-Fern-Language": "JavaScript",
158
158
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
159
- "X-Fern-SDK-Version": "0.0.1585",
159
+ "X-Fern-SDK-Version": "0.0.1609",
160
160
  },
161
161
  contentType: "application/json",
162
162
  timeoutMs: 60000,
@@ -197,7 +197,7 @@ class BankApi {
197
197
  Authorization: yield this._getAuthorizationHeader(),
198
198
  "X-Fern-Language": "JavaScript",
199
199
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
200
- "X-Fern-SDK-Version": "0.0.1585",
200
+ "X-Fern-SDK-Version": "0.0.1609",
201
201
  },
202
202
  contentType: "application/json",
203
203
  body: yield serializers.api.thera.bank.VerifyMicrodepositRequest.jsonOrThrow(request, {
@@ -65,7 +65,7 @@ class CompanyApi {
65
65
  Authorization: yield this._getAuthorizationHeader(),
66
66
  "X-Fern-Language": "JavaScript",
67
67
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
68
- "X-Fern-SDK-Version": "0.0.1585",
68
+ "X-Fern-SDK-Version": "0.0.1609",
69
69
  },
70
70
  contentType: "application/json",
71
71
  queryParameters: _queryParams,
@@ -59,7 +59,7 @@ class CompanyW2PayrollApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.1585",
62
+ "X-Fern-SDK-Version": "0.0.1609",
63
63
  },
64
64
  contentType: "application/json",
65
65
  body: yield serializers.api.thera.company.OnboardW2PayrollRequest.jsonOrThrow(request, {
@@ -59,7 +59,7 @@ class DisbursementApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.1585",
62
+ "X-Fern-SDK-Version": "0.0.1609",
63
63
  },
64
64
  contentType: "application/json",
65
65
  body: yield serializers.api.thera.disbursement.CreateDisbursementRequest.jsonOrThrow(request, {
@@ -103,7 +103,7 @@ class DisbursementApi {
103
103
  Authorization: yield this._getAuthorizationHeader(),
104
104
  "X-Fern-Language": "JavaScript",
105
105
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
106
- "X-Fern-SDK-Version": "0.0.1585",
106
+ "X-Fern-SDK-Version": "0.0.1609",
107
107
  },
108
108
  contentType: "application/json",
109
109
  timeoutMs: 60000,
@@ -1,10 +1,11 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type InvoiceWorkUnitType = "HOURLY" | "DAILY" | "WEEKLY" | "TASK";
4
+ export declare type InvoiceWorkUnitType = "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "TASK";
5
5
  export declare const InvoiceWorkUnitType: {
6
6
  readonly Hourly: "HOURLY";
7
7
  readonly Daily: "DAILY";
8
8
  readonly Weekly: "WEEKLY";
9
+ readonly Monthly: "MONTHLY";
9
10
  readonly Task: "TASK";
10
11
  };
@@ -8,5 +8,6 @@ exports.InvoiceWorkUnitType = {
8
8
  Hourly: "HOURLY",
9
9
  Daily: "DAILY",
10
10
  Weekly: "WEEKLY",
11
+ Monthly: "MONTHLY",
11
12
  Task: "TASK",
12
13
  };
@@ -60,7 +60,7 @@ class DisbursementWebhookApi {
60
60
  Authorization: yield this._getAuthorizationHeader(),
61
61
  "X-Fern-Language": "JavaScript",
62
62
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
63
- "X-Fern-SDK-Version": "0.0.1585",
63
+ "X-Fern-SDK-Version": "0.0.1609",
64
64
  "Thera-Webhook-Signature-Header": theraWebhookSignatureHeader,
65
65
  },
66
66
  contentType: "application/json",
@@ -59,7 +59,7 @@ class EmploymentApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.1585",
62
+ "X-Fern-SDK-Version": "0.0.1609",
63
63
  },
64
64
  contentType: "application/json",
65
65
  body: yield serializers.api.thera.employment.CreateContractEstimateRequest.jsonOrThrow(request, {
@@ -108,7 +108,7 @@ class EmploymentApi {
108
108
  Authorization: yield this._getAuthorizationHeader(),
109
109
  "X-Fern-Language": "JavaScript",
110
110
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
111
- "X-Fern-SDK-Version": "0.0.1585",
111
+ "X-Fern-SDK-Version": "0.0.1609",
112
112
  },
113
113
  contentType: "application/json",
114
114
  timeoutMs: 60000,
@@ -59,7 +59,7 @@ class OncycleApi {
59
59
  Authorization: yield this._getAuthorizationHeader(),
60
60
  "X-Fern-Language": "JavaScript",
61
61
  "X-Fern-SDK-Name": "@thera-hr/api-sdk",
62
- "X-Fern-SDK-Version": "0.0.1585",
62
+ "X-Fern-SDK-Version": "0.0.1609",
63
63
  },
64
64
  contentType: "application/json",
65
65
  timeoutMs: 60000,
@@ -6,5 +6,5 @@ import * as TheraApi from "../../../../../../../../../../api";
6
6
  import * as core from "../../../../../../../../../../core";
7
7
  export declare const InvoiceWorkUnitType: core.serialization.Schema<serializers.api.thera.disbursement.InvoiceWorkUnitType.Raw, TheraApi.api.thera.disbursement.InvoiceWorkUnitType>;
8
8
  export declare namespace InvoiceWorkUnitType {
9
- type Raw = "HOURLY" | "DAILY" | "WEEKLY" | "TASK";
9
+ type Raw = "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "TASK";
10
10
  }
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.InvoiceWorkUnitType = void 0;
30
30
  const core = __importStar(require("../../../../../../../../../../core"));
31
- exports.InvoiceWorkUnitType = core.serialization.enum_(["HOURLY", "DAILY", "WEEKLY", "TASK"]);
31
+ exports.InvoiceWorkUnitType = core.serialization.enum_(["HOURLY", "DAILY", "WEEKLY", "MONTHLY", "TASK"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thera-hr/api-sdk",
3
- "version": "0.0.1585",
3
+ "version": "0.0.1609",
4
4
  "private": false,
5
5
  "repository": "https://github.com/CarbonNYC/thera-typescript-sdk",
6
6
  "main": "./index.js",
@@ -6,5 +6,5 @@ import * as TheraApi from "../../../../../../../../../../api";
6
6
  import * as core from "../../../../../../../../../../core";
7
7
  export declare const InvoiceWorkUnitType: core.serialization.Schema<serializers.api.thera.disbursement.InvoiceWorkUnitType.Raw, TheraApi.api.thera.disbursement.InvoiceWorkUnitType>;
8
8
  export declare namespace InvoiceWorkUnitType {
9
- type Raw = "HOURLY" | "DAILY" | "WEEKLY" | "TASK";
9
+ type Raw = "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "TASK";
10
10
  }
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.InvoiceWorkUnitType = void 0;
30
30
  const core = __importStar(require("../../../../../../../../../../core"));
31
- exports.InvoiceWorkUnitType = core.serialization.enum_(["HOURLY", "DAILY", "WEEKLY", "TASK"]);
31
+ exports.InvoiceWorkUnitType = core.serialization.enum_(["HOURLY", "DAILY", "WEEKLY", "MONTHLY", "TASK"]);