@rippling/rippling-sdk 0.2.0-alpha.36 → 0.2.0-alpha.38

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 (232) hide show
  1. package/client.d.mts +7 -1
  2. package/client.d.mts.map +1 -1
  3. package/client.d.ts +7 -1
  4. package/client.d.ts.map +1 -1
  5. package/client.js +7 -1
  6. package/client.js.map +1 -1
  7. package/client.mjs +7 -1
  8. package/client.mjs.map +1 -1
  9. package/examples/manifest/dental-practice-management/dental-practice-management.ts +21 -34
  10. package/examples/manifest/gym-membership-management/gym-membership-management.ts +27 -38
  11. package/examples/manifest/gym-membership-management/manifest.json +1 -1
  12. package/examples/sdui/sdui-crud-todo/sdui-crud-todo.ts +3 -3
  13. package/examples/sdui/sdui-showcase/sdui-showcase.ts +6 -11
  14. package/examples/sdui/sdui-tab-multi-view/sdui-tab-multi-view.ts +14 -24
  15. package/examples/sdui/vote/vote.ts +7 -11
  16. package/internal/utils/log.d.mts.map +1 -1
  17. package/internal/utils/log.d.ts.map +1 -1
  18. package/internal/utils/log.js +2 -0
  19. package/internal/utils/log.js.map +1 -1
  20. package/internal/utils/log.mjs +2 -0
  21. package/internal/utils/log.mjs.map +1 -1
  22. package/lib/manifest/category.d.mts +4 -2
  23. package/lib/manifest/category.d.mts.map +1 -1
  24. package/lib/manifest/category.d.ts +4 -2
  25. package/lib/manifest/category.d.ts.map +1 -1
  26. package/lib/manifest/category.js +2 -2
  27. package/lib/manifest/category.js.map +1 -1
  28. package/lib/manifest/category.mjs +2 -2
  29. package/lib/manifest/category.mjs.map +1 -1
  30. package/lib/manifest/custom-object-field-section.d.mts +4 -0
  31. package/lib/manifest/custom-object-field-section.d.mts.map +1 -1
  32. package/lib/manifest/custom-object-field-section.d.ts +4 -0
  33. package/lib/manifest/custom-object-field-section.d.ts.map +1 -1
  34. package/lib/manifest/custom-object-field-section.js +6 -0
  35. package/lib/manifest/custom-object-field-section.js.map +1 -1
  36. package/lib/manifest/custom-object-field-section.mjs +6 -0
  37. package/lib/manifest/custom-object-field-section.mjs.map +1 -1
  38. package/lib/manifest/custom-object-page-layout.d.mts +23 -13
  39. package/lib/manifest/custom-object-page-layout.d.mts.map +1 -1
  40. package/lib/manifest/custom-object-page-layout.d.ts +23 -13
  41. package/lib/manifest/custom-object-page-layout.d.ts.map +1 -1
  42. package/lib/manifest/custom-object-page-layout.js +122 -9
  43. package/lib/manifest/custom-object-page-layout.js.map +1 -1
  44. package/lib/manifest/custom-object-page-layout.mjs +122 -9
  45. package/lib/manifest/custom-object-page-layout.mjs.map +1 -1
  46. package/lib/manifest/custom-object.d.mts +30 -1
  47. package/lib/manifest/custom-object.d.mts.map +1 -1
  48. package/lib/manifest/custom-object.d.ts +30 -1
  49. package/lib/manifest/custom-object.d.ts.map +1 -1
  50. package/lib/manifest/custom-object.js +15 -1
  51. package/lib/manifest/custom-object.js.map +1 -1
  52. package/lib/manifest/custom-object.mjs +15 -1
  53. package/lib/manifest/custom-object.mjs.map +1 -1
  54. package/lib/manifest/field.d.mts +25 -3
  55. package/lib/manifest/field.d.mts.map +1 -1
  56. package/lib/manifest/field.d.ts +25 -3
  57. package/lib/manifest/field.d.ts.map +1 -1
  58. package/lib/manifest/field.js +28 -2
  59. package/lib/manifest/field.js.map +1 -1
  60. package/lib/manifest/field.mjs +28 -2
  61. package/lib/manifest/field.mjs.map +1 -1
  62. package/lib/manifest/index.d.mts +1 -1
  63. package/lib/manifest/index.d.mts.map +1 -1
  64. package/lib/manifest/index.d.ts +1 -1
  65. package/lib/manifest/index.d.ts.map +1 -1
  66. package/lib/manifest/index.js.map +1 -1
  67. package/lib/manifest/index.mjs.map +1 -1
  68. package/lib/manifest/manifest-builder.d.mts +1 -1
  69. package/lib/manifest/manifest-builder.d.ts +1 -1
  70. package/lib/manifest/manifest-builder.js +1 -1
  71. package/lib/manifest/manifest-builder.mjs +1 -1
  72. package/lib/manifest/manifest-function.d.mts +8 -2
  73. package/lib/manifest/manifest-function.d.mts.map +1 -1
  74. package/lib/manifest/manifest-function.d.ts +8 -2
  75. package/lib/manifest/manifest-function.d.ts.map +1 -1
  76. package/lib/manifest/manifest-function.js +8 -2
  77. package/lib/manifest/manifest-function.js.map +1 -1
  78. package/lib/manifest/manifest-function.mjs +8 -2
  79. package/lib/manifest/manifest-function.mjs.map +1 -1
  80. package/lib/sdui/actions.d.mts.map +1 -1
  81. package/lib/sdui/actions.d.ts.map +1 -1
  82. package/lib/sdui/actions.js +23 -13
  83. package/lib/sdui/actions.js.map +1 -1
  84. package/lib/sdui/actions.mjs +23 -13
  85. package/lib/sdui/actions.mjs.map +1 -1
  86. package/lib/sdui/component.d.mts +28 -11
  87. package/lib/sdui/component.d.mts.map +1 -1
  88. package/lib/sdui/component.d.ts +28 -11
  89. package/lib/sdui/component.d.ts.map +1 -1
  90. package/lib/sdui/component.js +69 -36
  91. package/lib/sdui/component.js.map +1 -1
  92. package/lib/sdui/component.mjs +69 -36
  93. package/lib/sdui/component.mjs.map +1 -1
  94. package/lib/sdui/components.d.mts +1141 -132
  95. package/lib/sdui/components.d.mts.map +1 -1
  96. package/lib/sdui/components.d.ts +1141 -132
  97. package/lib/sdui/components.d.ts.map +1 -1
  98. package/lib/sdui/components.js +834 -206
  99. package/lib/sdui/components.js.map +1 -1
  100. package/lib/sdui/components.mjs +830 -203
  101. package/lib/sdui/components.mjs.map +1 -1
  102. package/lib/sdui/directives.d.mts.map +1 -1
  103. package/lib/sdui/directives.d.ts.map +1 -1
  104. package/lib/sdui/directives.js +4 -1
  105. package/lib/sdui/directives.js.map +1 -1
  106. package/lib/sdui/directives.mjs +4 -1
  107. package/lib/sdui/directives.mjs.map +1 -1
  108. package/lib/sdui/index.d.mts +314 -261
  109. package/lib/sdui/index.d.mts.map +1 -1
  110. package/lib/sdui/index.d.ts +314 -261
  111. package/lib/sdui/index.d.ts.map +1 -1
  112. package/lib/sdui/index.js +255 -204
  113. package/lib/sdui/index.js.map +1 -1
  114. package/lib/sdui/index.mjs +128 -103
  115. package/lib/sdui/index.mjs.map +1 -1
  116. package/lib/sdui/propTypes.d.mts +6330 -0
  117. package/lib/sdui/propTypes.d.mts.map +1 -0
  118. package/lib/sdui/propTypes.d.ts +6330 -0
  119. package/lib/sdui/propTypes.d.ts.map +1 -0
  120. package/lib/sdui/propTypes.js +14 -0
  121. package/lib/sdui/propTypes.js.map +1 -0
  122. package/lib/sdui/propTypes.mjs +13 -0
  123. package/lib/sdui/propTypes.mjs.map +1 -0
  124. package/lib/sdui/render.d.mts +1 -1
  125. package/lib/sdui/render.d.mts.map +1 -1
  126. package/lib/sdui/render.d.ts +1 -1
  127. package/lib/sdui/render.d.ts.map +1 -1
  128. package/lib/sdui/render.js +11 -3
  129. package/lib/sdui/render.js.map +1 -1
  130. package/lib/sdui/render.mjs +11 -3
  131. package/lib/sdui/render.mjs.map +1 -1
  132. package/lib/sdui/state.d.mts.map +1 -1
  133. package/lib/sdui/state.d.ts.map +1 -1
  134. package/lib/sdui/state.js +3 -1
  135. package/lib/sdui/state.js.map +1 -1
  136. package/lib/sdui/state.mjs +3 -1
  137. package/lib/sdui/state.mjs.map +1 -1
  138. package/package.json +1 -1
  139. package/resources/company-legal-entities.d.mts +180 -0
  140. package/resources/company-legal-entities.d.mts.map +1 -0
  141. package/resources/company-legal-entities.d.ts +180 -0
  142. package/resources/company-legal-entities.d.ts.map +1 -0
  143. package/resources/company-legal-entities.js +30 -0
  144. package/resources/company-legal-entities.js.map +1 -0
  145. package/resources/company-legal-entities.mjs +26 -0
  146. package/resources/company-legal-entities.mjs.map +1 -0
  147. package/resources/earning-types.d.mts +1 -6
  148. package/resources/earning-types.d.mts.map +1 -1
  149. package/resources/earning-types.d.ts +1 -6
  150. package/resources/earning-types.d.ts.map +1 -1
  151. package/resources/earning-types.js +1 -1
  152. package/resources/earning-types.mjs +1 -1
  153. package/resources/earnings-inputs.d.mts +1 -1
  154. package/resources/earnings-inputs.d.ts +1 -1
  155. package/resources/earnings-inputs.js +1 -1
  156. package/resources/earnings-inputs.mjs +1 -1
  157. package/resources/index.d.mts +2 -1
  158. package/resources/index.d.mts.map +1 -1
  159. package/resources/index.d.ts +2 -1
  160. package/resources/index.d.ts.map +1 -1
  161. package/resources/index.js +5 -3
  162. package/resources/index.js.map +1 -1
  163. package/resources/index.mjs +2 -1
  164. package/resources/index.mjs.map +1 -1
  165. package/resources/legal-entities.d.mts +1 -1
  166. package/resources/legal-entities.d.mts.map +1 -1
  167. package/resources/legal-entities.d.ts +1 -1
  168. package/resources/legal-entities.d.ts.map +1 -1
  169. package/resources/payroll-runs/index.d.mts +3 -0
  170. package/resources/payroll-runs/index.d.mts.map +1 -0
  171. package/resources/payroll-runs/index.d.ts +3 -0
  172. package/resources/payroll-runs/index.d.ts.map +1 -0
  173. package/resources/payroll-runs/index.js +9 -0
  174. package/resources/payroll-runs/index.js.map +1 -0
  175. package/resources/payroll-runs/index.mjs +4 -0
  176. package/resources/payroll-runs/index.mjs.map +1 -0
  177. package/resources/payroll-runs/payroll-runs.d.mts +199 -0
  178. package/resources/payroll-runs/payroll-runs.d.mts.map +1 -0
  179. package/resources/payroll-runs/payroll-runs.d.ts +199 -0
  180. package/resources/payroll-runs/payroll-runs.d.ts.map +1 -0
  181. package/resources/payroll-runs/payroll-runs.js +40 -0
  182. package/resources/payroll-runs/payroll-runs.js.map +1 -0
  183. package/resources/payroll-runs/payroll-runs.mjs +35 -0
  184. package/resources/payroll-runs/payroll-runs.mjs.map +1 -0
  185. package/resources/payroll-runs/worker-payroll-records.d.mts +200 -0
  186. package/resources/payroll-runs/worker-payroll-records.d.mts.map +1 -0
  187. package/resources/payroll-runs/worker-payroll-records.d.ts +200 -0
  188. package/resources/payroll-runs/worker-payroll-records.d.ts.map +1 -0
  189. package/resources/payroll-runs/worker-payroll-records.js +23 -0
  190. package/resources/payroll-runs/worker-payroll-records.js.map +1 -0
  191. package/resources/payroll-runs/worker-payroll-records.mjs +19 -0
  192. package/resources/payroll-runs/worker-payroll-records.mjs.map +1 -0
  193. package/resources/payroll-runs.d.mts +1 -194
  194. package/resources/payroll-runs.d.mts.map +1 -1
  195. package/resources/payroll-runs.d.ts +1 -194
  196. package/resources/payroll-runs.d.ts.map +1 -1
  197. package/resources/payroll-runs.js +2 -28
  198. package/resources/payroll-runs.js.map +1 -1
  199. package/resources/payroll-runs.mjs +1 -26
  200. package/resources/payroll-runs.mjs.map +1 -1
  201. package/src/client.ts +27 -7
  202. package/src/internal/utils/log.ts +2 -0
  203. package/src/lib/manifest/category.ts +7 -5
  204. package/src/lib/manifest/custom-object-field-section.ts +7 -0
  205. package/src/lib/manifest/custom-object-page-layout.ts +225 -18
  206. package/src/lib/manifest/custom-object.ts +30 -1
  207. package/src/lib/manifest/field.ts +29 -3
  208. package/src/lib/manifest/index.ts +2 -0
  209. package/src/lib/manifest/manifest-builder.ts +1 -1
  210. package/src/lib/manifest/manifest-function.ts +8 -2
  211. package/src/lib/sdui/actions.ts +23 -10
  212. package/src/lib/sdui/component.ts +84 -44
  213. package/src/lib/sdui/components.ts +1627 -212
  214. package/src/lib/sdui/directives.ts +4 -1
  215. package/src/lib/sdui/index.ts +565 -200
  216. package/src/lib/sdui/propTypes.ts +8470 -0
  217. package/src/lib/sdui/render.ts +13 -5
  218. package/src/lib/sdui/state.ts +8 -2
  219. package/src/resources/company-legal-entities.ts +237 -0
  220. package/src/resources/earning-types.ts +1 -7
  221. package/src/resources/earnings-inputs.ts +1 -1
  222. package/src/resources/index.ts +8 -1
  223. package/src/resources/legal-entities.ts +1 -1
  224. package/src/resources/payroll-runs/index.ts +15 -0
  225. package/src/resources/payroll-runs/payroll-runs.ts +270 -0
  226. package/src/resources/payroll-runs/worker-payroll-records.ts +255 -0
  227. package/src/resources/payroll-runs.ts +1 -249
  228. package/src/version.ts +1 -1
  229. package/version.d.mts +1 -1
  230. package/version.d.ts +1 -1
  231. package/version.js +1 -1
  232. package/version.mjs +1 -1
@@ -0,0 +1,180 @@
1
+ import { APIResource } from "../core/resource.mjs";
2
+ import * as BusinessPartnersAPI from "./business-partners.mjs";
3
+ import * as Shared from "./shared.mjs";
4
+ import { APIPromise } from "../core/api-promise.mjs";
5
+ import { PageCursorURL, PagePromise } from "../core/pagination.mjs";
6
+ import { RequestOptions } from "../internal/request-options.mjs";
7
+ /**
8
+ * Legal entities registered by the company
9
+ */
10
+ export declare class CompanyLegalEntities extends APIResource {
11
+ /**
12
+ * A list of company legal entities.
13
+ *
14
+ * - Requires: `API Tier 2`
15
+ * - Filterable fields: `country_code`
16
+ * - Sortable fields: `id`, `created_at`, `updated_at`
17
+ */
18
+ list(query?: CompanyLegalEntityListParams | null | undefined, options?: RequestOptions): PagePromise<CompanyLegalEntityListResponsesPageCursorURL, CompanyLegalEntityListResponse>;
19
+ /**
20
+ * Retrieve a specific company legal entity
21
+ */
22
+ retrieve(id: string, options?: RequestOptions): APIPromise<CompanyLegalEntityRetrieveResponse>;
23
+ }
24
+ export type CompanyLegalEntityListResponsesPageCursorURL = PageCursorURL<CompanyLegalEntityListResponse>;
25
+ export interface CompanyLegalEntityListResponse {
26
+ /**
27
+ * Identifier field
28
+ */
29
+ id: string;
30
+ /**
31
+ * Record creation date
32
+ */
33
+ created_at: string;
34
+ /**
35
+ * Record update date
36
+ */
37
+ updated_at: string;
38
+ /**
39
+ * The company associated with this entity relationship.
40
+ */
41
+ company_id?: string;
42
+ /**
43
+ * The ISO country code for the entity.
44
+ */
45
+ country_code?: string;
46
+ /**
47
+ * The entity's level in a hierarchy. _ `PARENT`: The legal entity is considered
48
+ * the ultimate holding entity. _ `SUBSIDIARY`: The legal entity is considered a
49
+ * subsidiary, fully or partially held by another. \* `BRANCH`: The legal entity is
50
+ * considered a branch, associated with a parent legal entity.
51
+ */
52
+ entity_level?: 'PARENT' | 'SUBSIDIARY' | 'BRANCH';
53
+ /**
54
+ * True if this entity relationship has been archived.
55
+ */
56
+ is_archived?: boolean;
57
+ /**
58
+ * True if this entity is managed as a Contractor of Record.
59
+ */
60
+ is_cor?: boolean;
61
+ /**
62
+ * True if this entity is managed as an Employer of Record.
63
+ */
64
+ is_eor?: boolean;
65
+ /**
66
+ * True if this entity is managed as a Professional Employment Organization.
67
+ */
68
+ is_peo?: boolean;
69
+ /**
70
+ * The legal name of the entity.
71
+ */
72
+ legal_name?: string;
73
+ /**
74
+ * The mailing address of the entity.
75
+ */
76
+ mailing_address?: Shared.Address;
77
+ /**
78
+ * The entity management type. _ `EOR`: The entity is managed as an Employer of
79
+ * Record. _ `COR`: The entity is managed as a Contractor of Record. _ `PEO`: The
80
+ * entity is managed as a Professional Employment Organization. _ `null`: The
81
+ * entity is a direct hire with no managed employment type.
82
+ */
83
+ management_type?: 'PEO' | 'EOR' | 'COR';
84
+ /**
85
+ * The physical address of the entity, if it differs from the mailing address.
86
+ */
87
+ physical_address?: Shared.Address;
88
+ /**
89
+ * The registration date of the entity.
90
+ */
91
+ registration_date?: string;
92
+ /**
93
+ * The tax identifier for this entity.
94
+ */
95
+ tax_identifier?: string;
96
+ }
97
+ /**
98
+ * Meta information for the response.
99
+ */
100
+ export interface CompanyLegalEntityRetrieveResponse extends BusinessPartnersAPI.Meta {
101
+ /**
102
+ * Identifier field
103
+ */
104
+ id: string;
105
+ /**
106
+ * Record creation date
107
+ */
108
+ created_at: string;
109
+ /**
110
+ * Record update date
111
+ */
112
+ updated_at: string;
113
+ /**
114
+ * The company associated with this entity relationship.
115
+ */
116
+ company_id?: string;
117
+ /**
118
+ * The ISO country code for the entity.
119
+ */
120
+ country_code?: string;
121
+ /**
122
+ * The entity's level in a hierarchy. _ `PARENT`: The legal entity is considered
123
+ * the ultimate holding entity. _ `SUBSIDIARY`: The legal entity is considered a
124
+ * subsidiary, fully or partially held by another. \* `BRANCH`: The legal entity is
125
+ * considered a branch, associated with a parent legal entity.
126
+ */
127
+ entity_level?: 'PARENT' | 'SUBSIDIARY' | 'BRANCH';
128
+ /**
129
+ * True if this entity relationship has been archived.
130
+ */
131
+ is_archived?: boolean;
132
+ /**
133
+ * True if this entity is managed as a Contractor of Record.
134
+ */
135
+ is_cor?: boolean;
136
+ /**
137
+ * True if this entity is managed as an Employer of Record.
138
+ */
139
+ is_eor?: boolean;
140
+ /**
141
+ * True if this entity is managed as a Professional Employment Organization.
142
+ */
143
+ is_peo?: boolean;
144
+ /**
145
+ * The legal name of the entity.
146
+ */
147
+ legal_name?: string;
148
+ /**
149
+ * The mailing address of the entity.
150
+ */
151
+ mailing_address?: Shared.Address;
152
+ /**
153
+ * The entity management type. _ `EOR`: The entity is managed as an Employer of
154
+ * Record. _ `COR`: The entity is managed as a Contractor of Record. _ `PEO`: The
155
+ * entity is managed as a Professional Employment Organization. _ `null`: The
156
+ * entity is a direct hire with no managed employment type.
157
+ */
158
+ management_type?: 'PEO' | 'EOR' | 'COR';
159
+ /**
160
+ * The physical address of the entity, if it differs from the mailing address.
161
+ */
162
+ physical_address?: Shared.Address;
163
+ /**
164
+ * The registration date of the entity.
165
+ */
166
+ registration_date?: string;
167
+ /**
168
+ * The tax identifier for this entity.
169
+ */
170
+ tax_identifier?: string;
171
+ }
172
+ export interface CompanyLegalEntityListParams {
173
+ cursor?: string;
174
+ filter?: string;
175
+ order_by?: string;
176
+ }
177
+ export declare namespace CompanyLegalEntities {
178
+ export { type CompanyLegalEntityListResponse as CompanyLegalEntityListResponse, type CompanyLegalEntityRetrieveResponse as CompanyLegalEntityRetrieveResponse, type CompanyLegalEntityListResponsesPageCursorURL as CompanyLegalEntityListResponsesPageCursorURL, type CompanyLegalEntityListParams as CompanyLegalEntityListParams, };
179
+ }
180
+ //# sourceMappingURL=company-legal-entities.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"company-legal-entities.d.mts","sourceRoot":"","sources":["../src/resources/company-legal-entities.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,180 @@
1
+ import { APIResource } from "../core/resource.js";
2
+ import * as BusinessPartnersAPI from "./business-partners.js";
3
+ import * as Shared from "./shared.js";
4
+ import { APIPromise } from "../core/api-promise.js";
5
+ import { PageCursorURL, PagePromise } from "../core/pagination.js";
6
+ import { RequestOptions } from "../internal/request-options.js";
7
+ /**
8
+ * Legal entities registered by the company
9
+ */
10
+ export declare class CompanyLegalEntities extends APIResource {
11
+ /**
12
+ * A list of company legal entities.
13
+ *
14
+ * - Requires: `API Tier 2`
15
+ * - Filterable fields: `country_code`
16
+ * - Sortable fields: `id`, `created_at`, `updated_at`
17
+ */
18
+ list(query?: CompanyLegalEntityListParams | null | undefined, options?: RequestOptions): PagePromise<CompanyLegalEntityListResponsesPageCursorURL, CompanyLegalEntityListResponse>;
19
+ /**
20
+ * Retrieve a specific company legal entity
21
+ */
22
+ retrieve(id: string, options?: RequestOptions): APIPromise<CompanyLegalEntityRetrieveResponse>;
23
+ }
24
+ export type CompanyLegalEntityListResponsesPageCursorURL = PageCursorURL<CompanyLegalEntityListResponse>;
25
+ export interface CompanyLegalEntityListResponse {
26
+ /**
27
+ * Identifier field
28
+ */
29
+ id: string;
30
+ /**
31
+ * Record creation date
32
+ */
33
+ created_at: string;
34
+ /**
35
+ * Record update date
36
+ */
37
+ updated_at: string;
38
+ /**
39
+ * The company associated with this entity relationship.
40
+ */
41
+ company_id?: string;
42
+ /**
43
+ * The ISO country code for the entity.
44
+ */
45
+ country_code?: string;
46
+ /**
47
+ * The entity's level in a hierarchy. _ `PARENT`: The legal entity is considered
48
+ * the ultimate holding entity. _ `SUBSIDIARY`: The legal entity is considered a
49
+ * subsidiary, fully or partially held by another. \* `BRANCH`: The legal entity is
50
+ * considered a branch, associated with a parent legal entity.
51
+ */
52
+ entity_level?: 'PARENT' | 'SUBSIDIARY' | 'BRANCH';
53
+ /**
54
+ * True if this entity relationship has been archived.
55
+ */
56
+ is_archived?: boolean;
57
+ /**
58
+ * True if this entity is managed as a Contractor of Record.
59
+ */
60
+ is_cor?: boolean;
61
+ /**
62
+ * True if this entity is managed as an Employer of Record.
63
+ */
64
+ is_eor?: boolean;
65
+ /**
66
+ * True if this entity is managed as a Professional Employment Organization.
67
+ */
68
+ is_peo?: boolean;
69
+ /**
70
+ * The legal name of the entity.
71
+ */
72
+ legal_name?: string;
73
+ /**
74
+ * The mailing address of the entity.
75
+ */
76
+ mailing_address?: Shared.Address;
77
+ /**
78
+ * The entity management type. _ `EOR`: The entity is managed as an Employer of
79
+ * Record. _ `COR`: The entity is managed as a Contractor of Record. _ `PEO`: The
80
+ * entity is managed as a Professional Employment Organization. _ `null`: The
81
+ * entity is a direct hire with no managed employment type.
82
+ */
83
+ management_type?: 'PEO' | 'EOR' | 'COR';
84
+ /**
85
+ * The physical address of the entity, if it differs from the mailing address.
86
+ */
87
+ physical_address?: Shared.Address;
88
+ /**
89
+ * The registration date of the entity.
90
+ */
91
+ registration_date?: string;
92
+ /**
93
+ * The tax identifier for this entity.
94
+ */
95
+ tax_identifier?: string;
96
+ }
97
+ /**
98
+ * Meta information for the response.
99
+ */
100
+ export interface CompanyLegalEntityRetrieveResponse extends BusinessPartnersAPI.Meta {
101
+ /**
102
+ * Identifier field
103
+ */
104
+ id: string;
105
+ /**
106
+ * Record creation date
107
+ */
108
+ created_at: string;
109
+ /**
110
+ * Record update date
111
+ */
112
+ updated_at: string;
113
+ /**
114
+ * The company associated with this entity relationship.
115
+ */
116
+ company_id?: string;
117
+ /**
118
+ * The ISO country code for the entity.
119
+ */
120
+ country_code?: string;
121
+ /**
122
+ * The entity's level in a hierarchy. _ `PARENT`: The legal entity is considered
123
+ * the ultimate holding entity. _ `SUBSIDIARY`: The legal entity is considered a
124
+ * subsidiary, fully or partially held by another. \* `BRANCH`: The legal entity is
125
+ * considered a branch, associated with a parent legal entity.
126
+ */
127
+ entity_level?: 'PARENT' | 'SUBSIDIARY' | 'BRANCH';
128
+ /**
129
+ * True if this entity relationship has been archived.
130
+ */
131
+ is_archived?: boolean;
132
+ /**
133
+ * True if this entity is managed as a Contractor of Record.
134
+ */
135
+ is_cor?: boolean;
136
+ /**
137
+ * True if this entity is managed as an Employer of Record.
138
+ */
139
+ is_eor?: boolean;
140
+ /**
141
+ * True if this entity is managed as a Professional Employment Organization.
142
+ */
143
+ is_peo?: boolean;
144
+ /**
145
+ * The legal name of the entity.
146
+ */
147
+ legal_name?: string;
148
+ /**
149
+ * The mailing address of the entity.
150
+ */
151
+ mailing_address?: Shared.Address;
152
+ /**
153
+ * The entity management type. _ `EOR`: The entity is managed as an Employer of
154
+ * Record. _ `COR`: The entity is managed as a Contractor of Record. _ `PEO`: The
155
+ * entity is managed as a Professional Employment Organization. _ `null`: The
156
+ * entity is a direct hire with no managed employment type.
157
+ */
158
+ management_type?: 'PEO' | 'EOR' | 'COR';
159
+ /**
160
+ * The physical address of the entity, if it differs from the mailing address.
161
+ */
162
+ physical_address?: Shared.Address;
163
+ /**
164
+ * The registration date of the entity.
165
+ */
166
+ registration_date?: string;
167
+ /**
168
+ * The tax identifier for this entity.
169
+ */
170
+ tax_identifier?: string;
171
+ }
172
+ export interface CompanyLegalEntityListParams {
173
+ cursor?: string;
174
+ filter?: string;
175
+ order_by?: string;
176
+ }
177
+ export declare namespace CompanyLegalEntities {
178
+ export { type CompanyLegalEntityListResponse as CompanyLegalEntityListResponse, type CompanyLegalEntityRetrieveResponse as CompanyLegalEntityRetrieveResponse, type CompanyLegalEntityListResponsesPageCursorURL as CompanyLegalEntityListResponsesPageCursorURL, type CompanyLegalEntityListParams as CompanyLegalEntityListParams, };
179
+ }
180
+ //# sourceMappingURL=company-legal-entities.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"company-legal-entities.d.ts","sourceRoot":"","sources":["../src/resources/company-legal-entities.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,30 @@
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.CompanyLegalEntities = void 0;
5
+ const resource_1 = require("../core/resource.js");
6
+ const pagination_1 = require("../core/pagination.js");
7
+ const path_1 = require("../internal/utils/path.js");
8
+ /**
9
+ * Legal entities registered by the company
10
+ */
11
+ class CompanyLegalEntities extends resource_1.APIResource {
12
+ /**
13
+ * A list of company legal entities.
14
+ *
15
+ * - Requires: `API Tier 2`
16
+ * - Filterable fields: `country_code`
17
+ * - Sortable fields: `id`, `created_at`, `updated_at`
18
+ */
19
+ list(query = {}, options) {
20
+ return this._client.getAPIList('/company-legal-entities/', (pagination_1.PageCursorURL), { query, ...options });
21
+ }
22
+ /**
23
+ * Retrieve a specific company legal entity
24
+ */
25
+ retrieve(id, options) {
26
+ return this._client.get((0, path_1.path) `/company-legal-entities/${id}/`, options);
27
+ }
28
+ }
29
+ exports.CompanyLegalEntities = CompanyLegalEntities;
30
+ //# sourceMappingURL=company-legal-entities.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"company-legal-entities.js","sourceRoot":"","sources":["../src/resources/company-legal-entities.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C,sDAAgE;AAEhE,oDAA8C;AAE9C;;GAEG;AACH,MAAa,oBAAqB,SAAQ,sBAAW;IACnD;;;;;;OAMG;IACH,IAAI,CACF,QAAyD,EAAE,EAC3D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,0BAA0B,EAC1B,CAAA,0BAA6C,CAAA,EAC7C,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,2BAA2B,EAAE,GAAG,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;CACF;AAzBD,oDAyBC"}
@@ -0,0 +1,26 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../core/resource.mjs";
3
+ import { PageCursorURL } from "../core/pagination.mjs";
4
+ import { path } from "../internal/utils/path.mjs";
5
+ /**
6
+ * Legal entities registered by the company
7
+ */
8
+ export class CompanyLegalEntities extends APIResource {
9
+ /**
10
+ * A list of company legal entities.
11
+ *
12
+ * - Requires: `API Tier 2`
13
+ * - Filterable fields: `country_code`
14
+ * - Sortable fields: `id`, `created_at`, `updated_at`
15
+ */
16
+ list(query = {}, options) {
17
+ return this._client.getAPIList('/company-legal-entities/', (PageCursorURL), { query, ...options });
18
+ }
19
+ /**
20
+ * Retrieve a specific company legal entity
21
+ */
22
+ retrieve(id, options) {
23
+ return this._client.get(path `/company-legal-entities/${id}/`, options);
24
+ }
25
+ }
26
+ //# sourceMappingURL=company-legal-entities.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"company-legal-entities.mjs","sourceRoot":"","sources":["../src/resources/company-legal-entities.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAIf,EAAE,aAAa,EAAe;OAE9B,EAAE,IAAI,EAAE;AAEf;;GAEG;AACH,MAAM,OAAO,oBAAqB,SAAQ,WAAW;IACnD;;;;;;OAMG;IACH,IAAI,CACF,QAAyD,EAAE,EAC3D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,0BAA0B,EAC1B,CAAA,aAA6C,CAAA,EAC7C,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,2BAA2B,EAAE,GAAG,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;CACF"}
@@ -8,7 +8,7 @@ export declare class EarningTypes extends APIResource {
8
8
  /**
9
9
  * A list of earning-types.
10
10
  *
11
- * - Requires: `Payroll API`
11
+ * - Requires: `Global Payroll`
12
12
  */
13
13
  list(options?: RequestOptions): PagePromise<EarningTypeListResponsesPageCursorURL, EarningTypeListResponse>;
14
14
  }
@@ -24,11 +24,6 @@ export interface EarningTypeListResponse {
24
24
  * Unique identifier for the earning type.
25
25
  */
26
26
  id?: string;
27
- /**
28
- * Company entity relationship identifier (CER ID) linking the earning type to the
29
- * HRIS legal entity.
30
- */
31
- company_entity_id?: string;
32
27
  /**
33
28
  * ISO country code where the earning type applies.
34
29
  */
@@ -1 +1 @@
1
- {"version":3,"file":"earning-types.d.mts","sourceRoot":"","sources":["../src/resources/earning-types.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,aAAa,EAAE,WAAW,EAAE;OAC9B,EAAE,cAAc,EAAE;AAEzB;;GAEG;AACH,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;;;OAIG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,qCAAqC,EAAE,uBAAuB,CAAC;CAG/E;AAED,MAAM,MAAM,qCAAqC,GAAG,aAAa,CAAC,uBAAuB,CAAC,CAAC;AAE3F;;;;;GAKG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qCAAqC,IAAI,qCAAqC,GACpF,CAAC;CACH"}
1
+ {"version":3,"file":"earning-types.d.mts","sourceRoot":"","sources":["../src/resources/earning-types.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,aAAa,EAAE,WAAW,EAAE;OAC9B,EAAE,cAAc,EAAE;AAEzB;;GAEG;AACH,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;;;OAIG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,qCAAqC,EAAE,uBAAuB,CAAC;CAG/E;AAED,MAAM,MAAM,qCAAqC,GAAG,aAAa,CAAC,uBAAuB,CAAC,CAAC;AAE3F;;;;;GAKG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qCAAqC,IAAI,qCAAqC,GACpF,CAAC;CACH"}
@@ -8,7 +8,7 @@ export declare class EarningTypes extends APIResource {
8
8
  /**
9
9
  * A list of earning-types.
10
10
  *
11
- * - Requires: `Payroll API`
11
+ * - Requires: `Global Payroll`
12
12
  */
13
13
  list(options?: RequestOptions): PagePromise<EarningTypeListResponsesPageCursorURL, EarningTypeListResponse>;
14
14
  }
@@ -24,11 +24,6 @@ export interface EarningTypeListResponse {
24
24
  * Unique identifier for the earning type.
25
25
  */
26
26
  id?: string;
27
- /**
28
- * Company entity relationship identifier (CER ID) linking the earning type to the
29
- * HRIS legal entity.
30
- */
31
- company_entity_id?: string;
32
27
  /**
33
28
  * ISO country code where the earning type applies.
34
29
  */
@@ -1 +1 @@
1
- {"version":3,"file":"earning-types.d.ts","sourceRoot":"","sources":["../src/resources/earning-types.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,aAAa,EAAE,WAAW,EAAE;OAC9B,EAAE,cAAc,EAAE;AAEzB;;GAEG;AACH,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;;;OAIG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,qCAAqC,EAAE,uBAAuB,CAAC;CAG/E;AAED,MAAM,MAAM,qCAAqC,GAAG,aAAa,CAAC,uBAAuB,CAAC,CAAC;AAE3F;;;;;GAKG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qCAAqC,IAAI,qCAAqC,GACpF,CAAC;CACH"}
1
+ {"version":3,"file":"earning-types.d.ts","sourceRoot":"","sources":["../src/resources/earning-types.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,aAAa,EAAE,WAAW,EAAE;OAC9B,EAAE,cAAc,EAAE;AAEzB;;GAEG;AACH,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;;;OAIG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,qCAAqC,EAAE,uBAAuB,CAAC;CAG/E;AAED,MAAM,MAAM,qCAAqC,GAAG,aAAa,CAAC,uBAAuB,CAAC,CAAC;AAE3F;;;;;GAKG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qCAAqC,IAAI,qCAAqC,GACpF,CAAC;CACH"}
@@ -11,7 +11,7 @@ class EarningTypes extends resource_1.APIResource {
11
11
  /**
12
12
  * A list of earning-types.
13
13
  *
14
- * - Requires: `Payroll API`
14
+ * - Requires: `Global Payroll`
15
15
  */
16
16
  list(options) {
17
17
  return this._client.getAPIList('/earning-types/', (pagination_1.PageCursorURL), options);
@@ -8,7 +8,7 @@ export class EarningTypes extends APIResource {
8
8
  /**
9
9
  * A list of earning-types.
10
10
  *
11
- * - Requires: `Payroll API`
11
+ * - Requires: `Global Payroll`
12
12
  */
13
13
  list(options) {
14
14
  return this._client.getAPIList('/earning-types/', (PageCursorURL), options);
@@ -9,7 +9,7 @@ export declare class EarningsInputs extends APIResource {
9
9
  /**
10
10
  * A list of earnings-inputs.
11
11
  *
12
- * - Requires: `Payroll API`
12
+ * - Requires: `Global Payroll`
13
13
  */
14
14
  list(options?: RequestOptions): PagePromise<EarningsInputListResponsesPageCursorURL, EarningsInputListResponse>;
15
15
  /**
@@ -9,7 +9,7 @@ export declare class EarningsInputs extends APIResource {
9
9
  /**
10
10
  * A list of earnings-inputs.
11
11
  *
12
- * - Requires: `Payroll API`
12
+ * - Requires: `Global Payroll`
13
13
  */
14
14
  list(options?: RequestOptions): PagePromise<EarningsInputListResponsesPageCursorURL, EarningsInputListResponse>;
15
15
  /**
@@ -13,7 +13,7 @@ class EarningsInputs extends resource_1.APIResource {
13
13
  /**
14
14
  * A list of earnings-inputs.
15
15
  *
16
- * - Requires: `Payroll API`
16
+ * - Requires: `Global Payroll`
17
17
  */
18
18
  list(options) {
19
19
  return this._client.getAPIList('/earnings-inputs/', (pagination_1.PageCursorURL), options);
@@ -10,7 +10,7 @@ export class EarningsInputs extends APIResource {
10
10
  /**
11
11
  * A list of earnings-inputs.
12
12
  *
13
- * - Requires: `Payroll API`
13
+ * - Requires: `Global Payroll`
14
14
  */
15
15
  list(options) {
16
16
  return this._client.getAPIList('/earnings-inputs/', (PageCursorURL), options);
@@ -4,6 +4,7 @@ export { BusinessPartners, type BusinessPartner, type Meta, type BusinessPartner
4
4
  export { CandidateApplications, type CandidateApplicationListResponse, type CandidateApplicationListParams, type CandidateApplicationListResponsesPageCursorURL, } from "./candidate-applications.mjs";
5
5
  export { Candidates, type CandidateListResponse, type CandidateListParams, type CandidateListResponsesPageCursorURL, } from "./candidates.mjs";
6
6
  export { Companies, type Company, type CompanyListParams, type CompaniesPageCursorURL } from "./companies.mjs";
7
+ export { CompanyLegalEntities, type CompanyLegalEntityListResponse, type CompanyLegalEntityRetrieveResponse, type CompanyLegalEntityListParams, type CompanyLegalEntityListResponsesPageCursorURL, } from "./company-legal-entities.mjs";
7
8
  export { CompanyLegalEntityWorkers, type CompanyLegalEntityWorkerListResponse, type CompanyLegalEntityWorkerRetrieveResponse, type CompanyLegalEntityWorkerListParams, type CompanyLegalEntityWorkerListResponsesPageCursorURL, } from "./company-legal-entity-workers.mjs";
8
9
  export { CompensationBandsDetails, type CompensationBandsDetailListResponse, type CompensationBandsDetailRetrieveResponse, type CompensationBandsDetailListParams, type CompensationBandsDetailRetrieveParams, type CompensationBandsDetailListResponsesPageCursorURL, } from "./compensation-bands-details.mjs";
9
10
  export { Compensations, type Compensation, type CompensationRetrieveResponse, type CompensationListParams, type CompensationRetrieveParams, type CompensationsPageCursorURL, } from "./compensations.mjs";
@@ -39,7 +40,7 @@ export { Levels, type Level, type LevelRetrieveResponse, type LevelListParams, t
39
40
  export { LocationFactors, type LocationFactorListResponse, type LocationFactorRetrieveResponse, type LocationFactorListParams, type LocationFactorListResponsesPageCursorURL, } from "./location-factors.mjs";
40
41
  export { Metadata, type MetadataListResponse, type MetadataListResponsesPageCursorURL, } from "./metadata/metadata.mjs";
41
42
  export { ObjectCategories, type ObjectCategory, type ObjectCategoryCreateParams, type ObjectCategoryUpdateParams, type ObjectCategoriesPageCursorURL, } from "./object-categories.mjs";
42
- export { PayrollRuns, type PayrollRunListResponse, type PayrollRunRetrieveResponse, type PayrollRunListParams, type PayrollRunListResponsesPageCursorURL, } from "./payroll-runs.mjs";
43
+ export { PayrollRuns, type PayrollRunListResponse, type PayrollRunRetrieveResponse, type PayrollRunListParams, type PayrollRunListResponsesPageCursorURL, } from "./payroll-runs/payroll-runs.mjs";
43
44
  export { PlatformCapabilities, type PlatformCapabilityListResponse, type PlatformCapabilityListResponsesPageCursorURL, } from "./platform-capabilities.mjs";
44
45
  export { ReportRuns, type ReportRunCreateResponse, type ReportRunRetrieveResponse, type ReportRunCreateParams, } from "./report-runs.mjs";
45
46
  export { Reports, type ReportRetrieveResponse } from "./reports/reports.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
@@ -4,6 +4,7 @@ export { BusinessPartners, type BusinessPartner, type Meta, type BusinessPartner
4
4
  export { CandidateApplications, type CandidateApplicationListResponse, type CandidateApplicationListParams, type CandidateApplicationListResponsesPageCursorURL, } from "./candidate-applications.js";
5
5
  export { Candidates, type CandidateListResponse, type CandidateListParams, type CandidateListResponsesPageCursorURL, } from "./candidates.js";
6
6
  export { Companies, type Company, type CompanyListParams, type CompaniesPageCursorURL } from "./companies.js";
7
+ export { CompanyLegalEntities, type CompanyLegalEntityListResponse, type CompanyLegalEntityRetrieveResponse, type CompanyLegalEntityListParams, type CompanyLegalEntityListResponsesPageCursorURL, } from "./company-legal-entities.js";
7
8
  export { CompanyLegalEntityWorkers, type CompanyLegalEntityWorkerListResponse, type CompanyLegalEntityWorkerRetrieveResponse, type CompanyLegalEntityWorkerListParams, type CompanyLegalEntityWorkerListResponsesPageCursorURL, } from "./company-legal-entity-workers.js";
8
9
  export { CompensationBandsDetails, type CompensationBandsDetailListResponse, type CompensationBandsDetailRetrieveResponse, type CompensationBandsDetailListParams, type CompensationBandsDetailRetrieveParams, type CompensationBandsDetailListResponsesPageCursorURL, } from "./compensation-bands-details.js";
9
10
  export { Compensations, type Compensation, type CompensationRetrieveResponse, type CompensationListParams, type CompensationRetrieveParams, type CompensationsPageCursorURL, } from "./compensations.js";
@@ -39,7 +40,7 @@ export { Levels, type Level, type LevelRetrieveResponse, type LevelListParams, t
39
40
  export { LocationFactors, type LocationFactorListResponse, type LocationFactorRetrieveResponse, type LocationFactorListParams, type LocationFactorListResponsesPageCursorURL, } from "./location-factors.js";
40
41
  export { Metadata, type MetadataListResponse, type MetadataListResponsesPageCursorURL, } from "./metadata/metadata.js";
41
42
  export { ObjectCategories, type ObjectCategory, type ObjectCategoryCreateParams, type ObjectCategoryUpdateParams, type ObjectCategoriesPageCursorURL, } from "./object-categories.js";
42
- export { PayrollRuns, type PayrollRunListResponse, type PayrollRunRetrieveResponse, type PayrollRunListParams, type PayrollRunListResponsesPageCursorURL, } from "./payroll-runs.js";
43
+ export { PayrollRuns, type PayrollRunListResponse, type PayrollRunRetrieveResponse, type PayrollRunListParams, type PayrollRunListResponsesPageCursorURL, } from "./payroll-runs/payroll-runs.js";
43
44
  export { PlatformCapabilities, type PlatformCapabilityListResponse, type PlatformCapabilityListResponsesPageCursorURL, } from "./platform-capabilities.js";
44
45
  export { ReportRuns, type ReportRunCreateResponse, type ReportRunRetrieveResponse, type ReportRunCreateParams, } from "./report-runs.js";
45
46
  export { Reports, type ReportRetrieveResponse } from "./reports/reports.js";