@rippling/rippling-sdk 0.2.0-alpha.36 → 0.2.0-alpha.37
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.
- package/client.d.mts +7 -1
- package/client.d.mts.map +1 -1
- package/client.d.ts +7 -1
- package/client.d.ts.map +1 -1
- package/client.js +7 -1
- package/client.js.map +1 -1
- package/client.mjs +7 -1
- package/client.mjs.map +1 -1
- package/examples/manifest/dental-practice-management/dental-practice-management.ts +21 -34
- package/examples/manifest/gym-membership-management/gym-membership-management.ts +27 -38
- package/examples/manifest/gym-membership-management/manifest.json +1 -1
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.js +2 -0
- package/internal/utils/log.js.map +1 -1
- package/internal/utils/log.mjs +2 -0
- package/internal/utils/log.mjs.map +1 -1
- package/lib/manifest/custom-object-field-section.d.mts +4 -0
- package/lib/manifest/custom-object-field-section.d.mts.map +1 -1
- package/lib/manifest/custom-object-field-section.d.ts +4 -0
- package/lib/manifest/custom-object-field-section.d.ts.map +1 -1
- package/lib/manifest/custom-object-field-section.js +6 -0
- package/lib/manifest/custom-object-field-section.js.map +1 -1
- package/lib/manifest/custom-object-field-section.mjs +6 -0
- package/lib/manifest/custom-object-field-section.mjs.map +1 -1
- package/lib/manifest/custom-object-page-layout.d.mts +21 -13
- package/lib/manifest/custom-object-page-layout.d.mts.map +1 -1
- package/lib/manifest/custom-object-page-layout.d.ts +21 -13
- package/lib/manifest/custom-object-page-layout.d.ts.map +1 -1
- package/lib/manifest/custom-object-page-layout.js +119 -9
- package/lib/manifest/custom-object-page-layout.js.map +1 -1
- package/lib/manifest/custom-object-page-layout.mjs +119 -9
- package/lib/manifest/custom-object-page-layout.mjs.map +1 -1
- package/lib/manifest/field.d.mts +5 -1
- package/lib/manifest/field.d.mts.map +1 -1
- package/lib/manifest/field.d.ts +5 -1
- package/lib/manifest/field.d.ts.map +1 -1
- package/lib/manifest/field.js +8 -0
- package/lib/manifest/field.js.map +1 -1
- package/lib/manifest/field.mjs +8 -0
- package/lib/manifest/field.mjs.map +1 -1
- package/lib/manifest/index.d.mts +1 -1
- package/lib/manifest/index.d.mts.map +1 -1
- package/lib/manifest/index.d.ts +1 -1
- package/lib/manifest/index.d.ts.map +1 -1
- package/lib/manifest/index.js.map +1 -1
- package/lib/manifest/index.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/company-legal-entities.d.mts +180 -0
- package/resources/company-legal-entities.d.mts.map +1 -0
- package/resources/company-legal-entities.d.ts +180 -0
- package/resources/company-legal-entities.d.ts.map +1 -0
- package/resources/company-legal-entities.js +30 -0
- package/resources/company-legal-entities.js.map +1 -0
- package/resources/company-legal-entities.mjs +26 -0
- package/resources/company-legal-entities.mjs.map +1 -0
- package/resources/earning-types.d.mts +1 -6
- package/resources/earning-types.d.mts.map +1 -1
- package/resources/earning-types.d.ts +1 -6
- package/resources/earning-types.d.ts.map +1 -1
- package/resources/earning-types.js +1 -1
- package/resources/earning-types.mjs +1 -1
- package/resources/earnings-inputs.d.mts +1 -1
- package/resources/earnings-inputs.d.ts +1 -1
- package/resources/earnings-inputs.js +1 -1
- package/resources/earnings-inputs.mjs +1 -1
- package/resources/index.d.mts +2 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +5 -3
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +2 -1
- package/resources/index.mjs.map +1 -1
- package/resources/legal-entities.d.mts +1 -1
- package/resources/legal-entities.d.mts.map +1 -1
- package/resources/legal-entities.d.ts +1 -1
- package/resources/legal-entities.d.ts.map +1 -1
- package/resources/payroll-runs/index.d.mts +3 -0
- package/resources/payroll-runs/index.d.mts.map +1 -0
- package/resources/payroll-runs/index.d.ts +3 -0
- package/resources/payroll-runs/index.d.ts.map +1 -0
- package/resources/payroll-runs/index.js +9 -0
- package/resources/payroll-runs/index.js.map +1 -0
- package/resources/payroll-runs/index.mjs +4 -0
- package/resources/payroll-runs/index.mjs.map +1 -0
- package/resources/payroll-runs/payroll-runs.d.mts +199 -0
- package/resources/payroll-runs/payroll-runs.d.mts.map +1 -0
- package/resources/payroll-runs/payroll-runs.d.ts +199 -0
- package/resources/payroll-runs/payroll-runs.d.ts.map +1 -0
- package/resources/payroll-runs/payroll-runs.js +40 -0
- package/resources/payroll-runs/payroll-runs.js.map +1 -0
- package/resources/payroll-runs/payroll-runs.mjs +35 -0
- package/resources/payroll-runs/payroll-runs.mjs.map +1 -0
- package/resources/payroll-runs/worker-payroll-records.d.mts +200 -0
- package/resources/payroll-runs/worker-payroll-records.d.mts.map +1 -0
- package/resources/payroll-runs/worker-payroll-records.d.ts +200 -0
- package/resources/payroll-runs/worker-payroll-records.d.ts.map +1 -0
- package/resources/payroll-runs/worker-payroll-records.js +23 -0
- package/resources/payroll-runs/worker-payroll-records.js.map +1 -0
- package/resources/payroll-runs/worker-payroll-records.mjs +19 -0
- package/resources/payroll-runs/worker-payroll-records.mjs.map +1 -0
- package/resources/payroll-runs.d.mts +1 -194
- package/resources/payroll-runs.d.mts.map +1 -1
- package/resources/payroll-runs.d.ts +1 -194
- package/resources/payroll-runs.d.ts.map +1 -1
- package/resources/payroll-runs.js +2 -28
- package/resources/payroll-runs.js.map +1 -1
- package/resources/payroll-runs.mjs +1 -26
- package/resources/payroll-runs.mjs.map +1 -1
- package/src/client.ts +27 -7
- package/src/internal/utils/log.ts +2 -0
- package/src/lib/manifest/custom-object-field-section.ts +7 -0
- package/src/lib/manifest/custom-object-page-layout.ts +220 -18
- package/src/lib/manifest/field.ts +9 -1
- package/src/lib/manifest/index.ts +2 -0
- package/src/resources/company-legal-entities.ts +237 -0
- package/src/resources/earning-types.ts +1 -7
- package/src/resources/earnings-inputs.ts +1 -1
- package/src/resources/index.ts +8 -1
- package/src/resources/legal-entities.ts +1 -1
- package/src/resources/payroll-runs/index.ts +15 -0
- package/src/resources/payroll-runs/payroll-runs.ts +270 -0
- package/src/resources/payroll-runs/worker-payroll-records.ts +255 -0
- package/src/resources/payroll-runs.ts +1 -249
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payroll-runs.d.mts","sourceRoot":"","sources":["../../src/resources/payroll-runs/payroll-runs.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.js";
|
|
2
|
+
import * as BusinessPartnersAPI from "../business-partners.js";
|
|
3
|
+
import * as WorkerPayrollRecordsAPI from "./worker-payroll-records.js";
|
|
4
|
+
import { WorkerPayrollRecordListParams, WorkerPayrollRecordListResponse, WorkerPayrollRecordListResponsesPageCursorURL, WorkerPayrollRecords } from "./worker-payroll-records.js";
|
|
5
|
+
import { APIPromise } from "../../core/api-promise.js";
|
|
6
|
+
import { PageCursorURL, PagePromise } from "../../core/pagination.js";
|
|
7
|
+
import { RequestOptions } from "../../internal/request-options.js";
|
|
8
|
+
/**
|
|
9
|
+
* Payroll runs for the company
|
|
10
|
+
*/
|
|
11
|
+
export declare class PayrollRuns extends APIResource {
|
|
12
|
+
workerPayrollRecords: WorkerPayrollRecordsAPI.WorkerPayrollRecords;
|
|
13
|
+
/**
|
|
14
|
+
* A list of payroll-runs.
|
|
15
|
+
*
|
|
16
|
+
* - Requires: `Global Payroll`
|
|
17
|
+
* - Sortable fields: `check_date`
|
|
18
|
+
*/
|
|
19
|
+
list(query?: PayrollRunListParams | null | undefined, options?: RequestOptions): PagePromise<PayrollRunListResponsesPageCursorURL, PayrollRunListResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* Retrieve a specific payroll-run
|
|
22
|
+
*/
|
|
23
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<PayrollRunRetrieveResponse>;
|
|
24
|
+
}
|
|
25
|
+
export type PayrollRunListResponsesPageCursorURL = PageCursorURL<PayrollRunListResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* V2 DTO representing a single payroll run.
|
|
28
|
+
*
|
|
29
|
+
* Used by:
|
|
30
|
+
* - GET /payroll-runs/ (list)
|
|
31
|
+
* - GET /payroll-runs/{id} (retrieve)
|
|
32
|
+
*/
|
|
33
|
+
export interface PayrollRunListResponse {
|
|
34
|
+
/**
|
|
35
|
+
* Unique identifier for the payroll run.
|
|
36
|
+
*/
|
|
37
|
+
id?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Deadline for approving the payroll run.
|
|
40
|
+
*/
|
|
41
|
+
approval_deadline?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Timestamp when the run was approved.
|
|
44
|
+
*/
|
|
45
|
+
approved_at?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Date the paycheck is issued.
|
|
48
|
+
*/
|
|
49
|
+
check_date?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Identifier linking this payroll run to the company's legal entity in the HRIS
|
|
52
|
+
* system.
|
|
53
|
+
*/
|
|
54
|
+
company_entity_id?: string;
|
|
55
|
+
/**
|
|
56
|
+
* ISO country code where the payroll run applies.
|
|
57
|
+
*/
|
|
58
|
+
country_code?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Date funds are debited from the company's account.
|
|
61
|
+
*/
|
|
62
|
+
debit_date?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Deadline after which the run is locked for changes.
|
|
65
|
+
*/
|
|
66
|
+
lock_deadline?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Timestamp when the run was marked as paid.
|
|
69
|
+
*/
|
|
70
|
+
paid_at?: string;
|
|
71
|
+
/**
|
|
72
|
+
* Pay period details for this run.
|
|
73
|
+
*/
|
|
74
|
+
pay_period?: PayrollRunListResponse.PayPeriod;
|
|
75
|
+
/**
|
|
76
|
+
* Payment method used (e.g. WIRE, ACH).
|
|
77
|
+
*/
|
|
78
|
+
payment_type?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Current state of the run (e.g. DRAFT, PAID, APPROVED).
|
|
81
|
+
*/
|
|
82
|
+
run_state?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Type of the run (e.g. REGULAR, OFF_CYCLE, CORRECTION).
|
|
85
|
+
*/
|
|
86
|
+
run_type?: string;
|
|
87
|
+
/**
|
|
88
|
+
* Human-readable title of the payroll run.
|
|
89
|
+
*/
|
|
90
|
+
title?: string;
|
|
91
|
+
}
|
|
92
|
+
export declare namespace PayrollRunListResponse {
|
|
93
|
+
/**
|
|
94
|
+
* Pay period details for this run.
|
|
95
|
+
*/
|
|
96
|
+
interface PayPeriod {
|
|
97
|
+
/**
|
|
98
|
+
* End date of the pay period.
|
|
99
|
+
*/
|
|
100
|
+
end_date?: string;
|
|
101
|
+
/**
|
|
102
|
+
* Pay frequency for this period (e.g. BI_WEEKLY, SEMI_MONTHLY, MONTHLY, WEEKLY).
|
|
103
|
+
*/
|
|
104
|
+
pay_frequency?: string;
|
|
105
|
+
/**
|
|
106
|
+
* Start date of the pay period.
|
|
107
|
+
*/
|
|
108
|
+
start_date?: string;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Meta information for the response.
|
|
113
|
+
*/
|
|
114
|
+
export interface PayrollRunRetrieveResponse extends BusinessPartnersAPI.Meta {
|
|
115
|
+
/**
|
|
116
|
+
* Unique identifier for the payroll run.
|
|
117
|
+
*/
|
|
118
|
+
id?: string;
|
|
119
|
+
/**
|
|
120
|
+
* Deadline for approving the payroll run.
|
|
121
|
+
*/
|
|
122
|
+
approval_deadline?: string;
|
|
123
|
+
/**
|
|
124
|
+
* Timestamp when the run was approved.
|
|
125
|
+
*/
|
|
126
|
+
approved_at?: string;
|
|
127
|
+
/**
|
|
128
|
+
* Date the paycheck is issued.
|
|
129
|
+
*/
|
|
130
|
+
check_date?: string;
|
|
131
|
+
/**
|
|
132
|
+
* Identifier linking this payroll run to the company's legal entity in the HRIS
|
|
133
|
+
* system.
|
|
134
|
+
*/
|
|
135
|
+
company_entity_id?: string;
|
|
136
|
+
/**
|
|
137
|
+
* ISO country code where the payroll run applies.
|
|
138
|
+
*/
|
|
139
|
+
country_code?: string;
|
|
140
|
+
/**
|
|
141
|
+
* Date funds are debited from the company's account.
|
|
142
|
+
*/
|
|
143
|
+
debit_date?: string;
|
|
144
|
+
/**
|
|
145
|
+
* Deadline after which the run is locked for changes.
|
|
146
|
+
*/
|
|
147
|
+
lock_deadline?: string;
|
|
148
|
+
/**
|
|
149
|
+
* Timestamp when the run was marked as paid.
|
|
150
|
+
*/
|
|
151
|
+
paid_at?: string;
|
|
152
|
+
/**
|
|
153
|
+
* Pay period details for this run.
|
|
154
|
+
*/
|
|
155
|
+
pay_period?: PayrollRunRetrieveResponse.PayPeriod;
|
|
156
|
+
/**
|
|
157
|
+
* Payment method used (e.g. WIRE, ACH).
|
|
158
|
+
*/
|
|
159
|
+
payment_type?: string;
|
|
160
|
+
/**
|
|
161
|
+
* Current state of the run (e.g. DRAFT, PAID, APPROVED).
|
|
162
|
+
*/
|
|
163
|
+
run_state?: string;
|
|
164
|
+
/**
|
|
165
|
+
* Type of the run (e.g. REGULAR, OFF_CYCLE, CORRECTION).
|
|
166
|
+
*/
|
|
167
|
+
run_type?: string;
|
|
168
|
+
/**
|
|
169
|
+
* Human-readable title of the payroll run.
|
|
170
|
+
*/
|
|
171
|
+
title?: string;
|
|
172
|
+
}
|
|
173
|
+
export declare namespace PayrollRunRetrieveResponse {
|
|
174
|
+
/**
|
|
175
|
+
* Pay period details for this run.
|
|
176
|
+
*/
|
|
177
|
+
interface PayPeriod {
|
|
178
|
+
/**
|
|
179
|
+
* End date of the pay period.
|
|
180
|
+
*/
|
|
181
|
+
end_date?: string;
|
|
182
|
+
/**
|
|
183
|
+
* Pay frequency for this period (e.g. BI_WEEKLY, SEMI_MONTHLY, MONTHLY, WEEKLY).
|
|
184
|
+
*/
|
|
185
|
+
pay_frequency?: string;
|
|
186
|
+
/**
|
|
187
|
+
* Start date of the pay period.
|
|
188
|
+
*/
|
|
189
|
+
start_date?: string;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
export interface PayrollRunListParams {
|
|
193
|
+
order_by?: string;
|
|
194
|
+
}
|
|
195
|
+
export declare namespace PayrollRuns {
|
|
196
|
+
export { type PayrollRunListResponse as PayrollRunListResponse, type PayrollRunRetrieveResponse as PayrollRunRetrieveResponse, type PayrollRunListResponsesPageCursorURL as PayrollRunListResponsesPageCursorURL, type PayrollRunListParams as PayrollRunListParams, };
|
|
197
|
+
export { WorkerPayrollRecords as WorkerPayrollRecords, type WorkerPayrollRecordListResponse as WorkerPayrollRecordListResponse, type WorkerPayrollRecordListResponsesPageCursorURL as WorkerPayrollRecordListResponsesPageCursorURL, type WorkerPayrollRecordListParams as WorkerPayrollRecordListParams, };
|
|
198
|
+
}
|
|
199
|
+
//# sourceMappingURL=payroll-runs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payroll-runs.d.ts","sourceRoot":"","sources":["../../src/resources/payroll-runs/payroll-runs.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.PayrollRuns = void 0;
|
|
5
|
+
const tslib_1 = require("../../internal/tslib.js");
|
|
6
|
+
const resource_1 = require("../../core/resource.js");
|
|
7
|
+
const WorkerPayrollRecordsAPI = tslib_1.__importStar(require("./worker-payroll-records.js"));
|
|
8
|
+
const worker_payroll_records_1 = require("./worker-payroll-records.js");
|
|
9
|
+
const pagination_1 = require("../../core/pagination.js");
|
|
10
|
+
const path_1 = require("../../internal/utils/path.js");
|
|
11
|
+
/**
|
|
12
|
+
* Payroll runs for the company
|
|
13
|
+
*/
|
|
14
|
+
class PayrollRuns extends resource_1.APIResource {
|
|
15
|
+
constructor() {
|
|
16
|
+
super(...arguments);
|
|
17
|
+
this.workerPayrollRecords = new WorkerPayrollRecordsAPI.WorkerPayrollRecords(this._client);
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* A list of payroll-runs.
|
|
21
|
+
*
|
|
22
|
+
* - Requires: `Global Payroll`
|
|
23
|
+
* - Sortable fields: `check_date`
|
|
24
|
+
*/
|
|
25
|
+
list(query = {}, options) {
|
|
26
|
+
return this._client.getAPIList('/payroll-runs/', (pagination_1.PageCursorURL), {
|
|
27
|
+
query,
|
|
28
|
+
...options,
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Retrieve a specific payroll-run
|
|
33
|
+
*/
|
|
34
|
+
retrieve(id, options) {
|
|
35
|
+
return this._client.get((0, path_1.path) `/payroll-runs/${id}/`, options);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.PayrollRuns = PayrollRuns;
|
|
39
|
+
PayrollRuns.WorkerPayrollRecords = worker_payroll_records_1.WorkerPayrollRecords;
|
|
40
|
+
//# sourceMappingURL=payroll-runs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payroll-runs.js","sourceRoot":"","sources":["../../src/resources/payroll-runs/payroll-runs.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAElD,6FAAoE;AACpE,wEAKkC;AAElC,yDAAmE;AAEnE,uDAAiD;AAEjD;;GAEG;AACH,MAAa,WAAY,SAAQ,sBAAW;IAA5C;;QACE,yBAAoB,GAClB,IAAI,uBAAuB,CAAC,oBAAoB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAwBnE,CAAC;IAtBC;;;;;OAKG;IACH,IAAI,CACF,QAAiD,EAAE,EACnD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,gBAAgB,EAAE,CAAA,0BAAqC,CAAA,EAAE;YACtF,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,iBAAiB,EAAE,GAAG,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;CACF;AA1BD,kCA0BC;AAgND,WAAW,CAAC,oBAAoB,GAAG,6CAAoB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
3
|
+
import * as WorkerPayrollRecordsAPI from "./worker-payroll-records.mjs";
|
|
4
|
+
import { WorkerPayrollRecords, } from "./worker-payroll-records.mjs";
|
|
5
|
+
import { PageCursorURL } from "../../core/pagination.mjs";
|
|
6
|
+
import { path } from "../../internal/utils/path.mjs";
|
|
7
|
+
/**
|
|
8
|
+
* Payroll runs for the company
|
|
9
|
+
*/
|
|
10
|
+
export class PayrollRuns extends APIResource {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments);
|
|
13
|
+
this.workerPayrollRecords = new WorkerPayrollRecordsAPI.WorkerPayrollRecords(this._client);
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A list of payroll-runs.
|
|
17
|
+
*
|
|
18
|
+
* - Requires: `Global Payroll`
|
|
19
|
+
* - Sortable fields: `check_date`
|
|
20
|
+
*/
|
|
21
|
+
list(query = {}, options) {
|
|
22
|
+
return this._client.getAPIList('/payroll-runs/', (PageCursorURL), {
|
|
23
|
+
query,
|
|
24
|
+
...options,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Retrieve a specific payroll-run
|
|
29
|
+
*/
|
|
30
|
+
retrieve(id, options) {
|
|
31
|
+
return this._client.get(path `/payroll-runs/${id}/`, options);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
PayrollRuns.WorkerPayrollRecords = WorkerPayrollRecords;
|
|
35
|
+
//# sourceMappingURL=payroll-runs.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payroll-runs.mjs","sourceRoot":"","sources":["../../src/resources/payroll-runs/payroll-runs.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,KAAK,uBAAuB;OAC5B,EAIL,oBAAoB,GACrB;OAEM,EAAE,aAAa,EAAe;OAE9B,EAAE,IAAI,EAAE;AAEf;;GAEG;AACH,MAAM,OAAO,WAAY,SAAQ,WAAW;IAA5C;;QACE,yBAAoB,GAClB,IAAI,uBAAuB,CAAC,oBAAoB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAwBnE,CAAC;IAtBC;;;;;OAKG;IACH,IAAI,CACF,QAAiD,EAAE,EACnD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,gBAAgB,EAAE,CAAA,aAAqC,CAAA,EAAE;YACtF,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,iBAAiB,EAAE,GAAG,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;CACF;AAgND,WAAW,CAAC,oBAAoB,GAAG,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import { PageCursorURL, PagePromise } from "../../core/pagination.mjs";
|
|
3
|
+
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
4
|
+
/**
|
|
5
|
+
* Payroll runs for the company
|
|
6
|
+
*/
|
|
7
|
+
export declare class WorkerPayrollRecords extends APIResource {
|
|
8
|
+
/**
|
|
9
|
+
* A list of worker-payroll-records for a payroll run. Supports filtering by worker
|
|
10
|
+
* via `filter=worker_id in ('<id1>', '<id2>')`.
|
|
11
|
+
*
|
|
12
|
+
* - Requires: `Global Payroll`
|
|
13
|
+
*/
|
|
14
|
+
list(runID: string, query?: WorkerPayrollRecordListParams | null | undefined, options?: RequestOptions): PagePromise<WorkerPayrollRecordListResponsesPageCursorURL, WorkerPayrollRecordListResponse>;
|
|
15
|
+
}
|
|
16
|
+
export type WorkerPayrollRecordListResponsesPageCursorURL = PageCursorURL<WorkerPayrollRecordListResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* V2 DTO representing earnings, deductions, taxes, and garnishments
|
|
19
|
+
* for a single worker in a payroll run.
|
|
20
|
+
*
|
|
21
|
+
* Used by:
|
|
22
|
+
* - GET /payroll-runs/{run_id}/worker-payroll-records/ (list)
|
|
23
|
+
* - GET /payroll-runs/{run_id}/worker-payroll-records/{id} (retrieve)
|
|
24
|
+
*/
|
|
25
|
+
export interface WorkerPayrollRecordListResponse {
|
|
26
|
+
/**
|
|
27
|
+
* Unique identifier for this payroll record (PRE version ID).
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
/**
|
|
31
|
+
* ISO country code where this payroll record applies.
|
|
32
|
+
*/
|
|
33
|
+
country_code?: string;
|
|
34
|
+
/**
|
|
35
|
+
* ISO currency code for monetary amounts in this record.
|
|
36
|
+
*/
|
|
37
|
+
currency?: string;
|
|
38
|
+
/**
|
|
39
|
+
* List of deduction line items.
|
|
40
|
+
*/
|
|
41
|
+
deductions?: Array<WorkerPayrollRecordListResponse.Deduction>;
|
|
42
|
+
/**
|
|
43
|
+
* List of earning line items.
|
|
44
|
+
*/
|
|
45
|
+
earnings?: Array<WorkerPayrollRecordListResponse.Earning>;
|
|
46
|
+
/**
|
|
47
|
+
* List of garnishment line items.
|
|
48
|
+
*/
|
|
49
|
+
garnishments?: Array<WorkerPayrollRecordListResponse.Garnishment>;
|
|
50
|
+
/**
|
|
51
|
+
* Gross pay amount for the current period.
|
|
52
|
+
*/
|
|
53
|
+
gross_pay?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Net pay amount for the current period.
|
|
56
|
+
*/
|
|
57
|
+
net_pay?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Identifier of the payroll run this record belongs to.
|
|
60
|
+
*/
|
|
61
|
+
run_id?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Aggregate totals for taxes, deductions, and garnishments.
|
|
64
|
+
*/
|
|
65
|
+
summary?: WorkerPayrollRecordListResponse.Summary;
|
|
66
|
+
/**
|
|
67
|
+
* List of tax line items.
|
|
68
|
+
*/
|
|
69
|
+
taxes?: Array<WorkerPayrollRecordListResponse.Tax>;
|
|
70
|
+
/**
|
|
71
|
+
* Identifier of the worker (role ID).
|
|
72
|
+
*/
|
|
73
|
+
worker_id?: string;
|
|
74
|
+
}
|
|
75
|
+
export declare namespace WorkerPayrollRecordListResponse {
|
|
76
|
+
/**
|
|
77
|
+
* A single deduction line item on a worker's payroll record.
|
|
78
|
+
*/
|
|
79
|
+
interface Deduction {
|
|
80
|
+
/**
|
|
81
|
+
* Code identifying the deduction type.
|
|
82
|
+
*/
|
|
83
|
+
deduction_code?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Human-readable name of the deduction.
|
|
86
|
+
*/
|
|
87
|
+
display_name?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Employee contribution amount for the current period.
|
|
90
|
+
*/
|
|
91
|
+
employee_amount?: string;
|
|
92
|
+
/**
|
|
93
|
+
* Employer contribution amount for the current period.
|
|
94
|
+
*/
|
|
95
|
+
employer_amount?: string;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* A single earning line item on a worker's payroll record.
|
|
99
|
+
*/
|
|
100
|
+
interface Earning {
|
|
101
|
+
/**
|
|
102
|
+
* Earning amount for the current period.
|
|
103
|
+
*/
|
|
104
|
+
amount?: string;
|
|
105
|
+
/**
|
|
106
|
+
* Human-readable name of the earning.
|
|
107
|
+
*/
|
|
108
|
+
display_name?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Category of the earning (e.g. SALARY, HOURLY).
|
|
111
|
+
*/
|
|
112
|
+
earning_category?: string;
|
|
113
|
+
/**
|
|
114
|
+
* Code identifying the earning type (e.g. regular_salary).
|
|
115
|
+
*/
|
|
116
|
+
earning_code?: string;
|
|
117
|
+
/**
|
|
118
|
+
* Hours worked for this earning in the current period.
|
|
119
|
+
*/
|
|
120
|
+
hours?: string;
|
|
121
|
+
/**
|
|
122
|
+
* Hourly rate applied to this earning.
|
|
123
|
+
*/
|
|
124
|
+
rate?: string;
|
|
125
|
+
/**
|
|
126
|
+
* Time tracking labels associated with this earning.
|
|
127
|
+
*/
|
|
128
|
+
time_labels?: Array<string>;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* A single garnishment line item on a worker's payroll record.
|
|
132
|
+
*/
|
|
133
|
+
interface Garnishment {
|
|
134
|
+
/**
|
|
135
|
+
* Garnishment amount for the current period.
|
|
136
|
+
*/
|
|
137
|
+
amount?: string;
|
|
138
|
+
/**
|
|
139
|
+
* Code identifying the garnishment.
|
|
140
|
+
*/
|
|
141
|
+
garnishment_code?: string;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Aggregate totals for taxes, deductions, and garnishments.
|
|
145
|
+
*/
|
|
146
|
+
interface Summary {
|
|
147
|
+
/**
|
|
148
|
+
* Total employee deductions.
|
|
149
|
+
*/
|
|
150
|
+
employee_deductions?: string;
|
|
151
|
+
/**
|
|
152
|
+
* Total employee-paid taxes.
|
|
153
|
+
*/
|
|
154
|
+
employee_taxes?: string;
|
|
155
|
+
/**
|
|
156
|
+
* Total employer contributions (e.g. retirement matching).
|
|
157
|
+
*/
|
|
158
|
+
employer_contributions?: string;
|
|
159
|
+
/**
|
|
160
|
+
* Total employer-paid taxes.
|
|
161
|
+
*/
|
|
162
|
+
employer_taxes?: string;
|
|
163
|
+
/**
|
|
164
|
+
* Total garnishments withheld.
|
|
165
|
+
*/
|
|
166
|
+
total_garnishments?: string;
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* A single tax line item on a worker's payroll record.
|
|
170
|
+
*/
|
|
171
|
+
interface Tax {
|
|
172
|
+
/**
|
|
173
|
+
* Tax amount for the current period.
|
|
174
|
+
*/
|
|
175
|
+
amount?: string;
|
|
176
|
+
/**
|
|
177
|
+
* Human-readable name of the tax.
|
|
178
|
+
*/
|
|
179
|
+
display_name?: string;
|
|
180
|
+
/**
|
|
181
|
+
* Who pays this tax: EMPLOYER or EMPLOYEE.
|
|
182
|
+
*/
|
|
183
|
+
paid_by?: string;
|
|
184
|
+
/**
|
|
185
|
+
* Unique code identifying the tax.
|
|
186
|
+
*/
|
|
187
|
+
tax_code?: string;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
export interface WorkerPayrollRecordListParams {
|
|
191
|
+
cursor?: string;
|
|
192
|
+
/**
|
|
193
|
+
* OData-style filter. Only `worker_id in ('<id1>', '<id2>', ...)` is supported.
|
|
194
|
+
*/
|
|
195
|
+
filter?: string;
|
|
196
|
+
}
|
|
197
|
+
export declare namespace WorkerPayrollRecords {
|
|
198
|
+
export { type WorkerPayrollRecordListResponse as WorkerPayrollRecordListResponse, type WorkerPayrollRecordListResponsesPageCursorURL as WorkerPayrollRecordListResponsesPageCursorURL, type WorkerPayrollRecordListParams as WorkerPayrollRecordListParams, };
|
|
199
|
+
}
|
|
200
|
+
//# sourceMappingURL=worker-payroll-records.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"worker-payroll-records.d.mts","sourceRoot":"","sources":["../../src/resources/payroll-runs/worker-payroll-records.ts"],"names":[],"mappings":"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"}
|