@rippling/rippling-sdk 0.2.0-alpha.24 → 0.2.0-alpha.26

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 (229) hide show
  1. package/LICENSE +1 -1
  2. package/client.d.mts +33 -11
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +33 -11
  5. package/client.d.ts.map +1 -1
  6. package/client.js +21 -0
  7. package/client.js.map +1 -1
  8. package/client.mjs +21 -0
  9. package/client.mjs.map +1 -1
  10. package/functions.d.mts +7 -0
  11. package/functions.d.mts.map +1 -1
  12. package/functions.d.ts +7 -0
  13. package/functions.d.ts.map +1 -1
  14. package/functions.js +13 -1
  15. package/functions.js.map +1 -1
  16. package/functions.mjs +11 -0
  17. package/functions.mjs.map +1 -1
  18. package/package.json +1 -1
  19. package/resources/compensation-bands-details.d.mts +95 -0
  20. package/resources/compensation-bands-details.d.mts.map +1 -0
  21. package/resources/compensation-bands-details.d.ts +95 -0
  22. package/resources/compensation-bands-details.d.ts.map +1 -0
  23. package/resources/compensation-bands-details.js +29 -0
  24. package/resources/compensation-bands-details.js.map +1 -0
  25. package/resources/compensation-bands-details.mjs +25 -0
  26. package/resources/compensation-bands-details.mjs.map +1 -0
  27. package/resources/custom-settings.d.mts +270 -0
  28. package/resources/custom-settings.d.mts.map +1 -0
  29. package/resources/custom-settings.d.ts +270 -0
  30. package/resources/custom-settings.d.ts.map +1 -0
  31. package/resources/custom-settings.js +51 -0
  32. package/resources/custom-settings.js.map +1 -0
  33. package/resources/custom-settings.mjs +47 -0
  34. package/resources/custom-settings.mjs.map +1 -0
  35. package/resources/departments.d.mts +37 -1
  36. package/resources/departments.d.mts.map +1 -1
  37. package/resources/departments.d.ts +37 -1
  38. package/resources/departments.d.ts.map +1 -1
  39. package/resources/departments.js +12 -0
  40. package/resources/departments.js.map +1 -1
  41. package/resources/departments.mjs +12 -0
  42. package/resources/departments.mjs.map +1 -1
  43. package/resources/draft-hires.d.mts +27 -0
  44. package/resources/draft-hires.d.mts.map +1 -1
  45. package/resources/draft-hires.d.ts +27 -0
  46. package/resources/draft-hires.d.ts.map +1 -1
  47. package/resources/functions/executions.d.mts +6 -82
  48. package/resources/functions/executions.d.mts.map +1 -1
  49. package/resources/functions/executions.d.ts +6 -82
  50. package/resources/functions/executions.d.ts.map +1 -1
  51. package/resources/functions/executions.js.map +1 -1
  52. package/resources/functions/executions.mjs.map +1 -1
  53. package/resources/functions/functions.d.mts +2 -2
  54. package/resources/functions/functions.d.mts.map +1 -1
  55. package/resources/functions/functions.d.ts +2 -2
  56. package/resources/functions/functions.d.ts.map +1 -1
  57. package/resources/functions/functions.js.map +1 -1
  58. package/resources/functions/functions.mjs.map +1 -1
  59. package/resources/functions/index.d.mts +1 -1
  60. package/resources/functions/index.d.mts.map +1 -1
  61. package/resources/functions/index.d.ts +1 -1
  62. package/resources/functions/index.d.ts.map +1 -1
  63. package/resources/functions/index.js.map +1 -1
  64. package/resources/functions/index.mjs.map +1 -1
  65. package/resources/index.d.mts +12 -5
  66. package/resources/index.d.mts.map +1 -1
  67. package/resources/index.d.ts +12 -5
  68. package/resources/index.d.ts.map +1 -1
  69. package/resources/index.js +15 -1
  70. package/resources/index.js.map +1 -1
  71. package/resources/index.mjs +7 -0
  72. package/resources/index.mjs.map +1 -1
  73. package/resources/job-assignments.d.mts +70 -6
  74. package/resources/job-assignments.d.mts.map +1 -1
  75. package/resources/job-assignments.d.ts +70 -6
  76. package/resources/job-assignments.d.ts.map +1 -1
  77. package/resources/job-assignments.js +22 -0
  78. package/resources/job-assignments.js.map +1 -1
  79. package/resources/job-assignments.mjs +22 -0
  80. package/resources/job-assignments.mjs.map +1 -1
  81. package/resources/job-codes.d.mts +47 -1
  82. package/resources/job-codes.d.mts.map +1 -1
  83. package/resources/job-codes.d.ts +47 -1
  84. package/resources/job-codes.d.ts.map +1 -1
  85. package/resources/job-dimensions.d.mts +20 -0
  86. package/resources/job-dimensions.d.mts.map +1 -1
  87. package/resources/job-dimensions.d.ts +20 -0
  88. package/resources/job-dimensions.d.ts.map +1 -1
  89. package/resources/job-requisitions-write.d.mts +257 -0
  90. package/resources/job-requisitions-write.d.mts.map +1 -0
  91. package/resources/job-requisitions-write.d.ts +257 -0
  92. package/resources/job-requisitions-write.d.ts.map +1 -0
  93. package/resources/job-requisitions-write.js +15 -0
  94. package/resources/job-requisitions-write.js.map +1 -0
  95. package/resources/job-requisitions-write.mjs +11 -0
  96. package/resources/job-requisitions-write.mjs.map +1 -0
  97. package/resources/leave-accruals.d.mts +112 -6
  98. package/resources/leave-accruals.d.mts.map +1 -1
  99. package/resources/leave-accruals.d.ts +112 -6
  100. package/resources/leave-accruals.d.ts.map +1 -1
  101. package/resources/leave-accruals.js +19 -3
  102. package/resources/leave-accruals.js.map +1 -1
  103. package/resources/leave-accruals.mjs +19 -3
  104. package/resources/leave-accruals.mjs.map +1 -1
  105. package/resources/report-runs.d.mts +149 -0
  106. package/resources/report-runs.d.mts.map +1 -0
  107. package/resources/report-runs.d.ts +149 -0
  108. package/resources/report-runs.d.ts.map +1 -0
  109. package/resources/report-runs.js +22 -0
  110. package/resources/report-runs.js.map +1 -0
  111. package/resources/report-runs.mjs +18 -0
  112. package/resources/report-runs.mjs.map +1 -0
  113. package/resources/shared.d.mts +35 -0
  114. package/resources/shared.d.mts.map +1 -1
  115. package/resources/shared.d.ts +35 -0
  116. package/resources/shared.d.ts.map +1 -1
  117. package/resources/shift-assignments.d.mts +296 -0
  118. package/resources/shift-assignments.d.mts.map +1 -0
  119. package/resources/shift-assignments.d.ts +296 -0
  120. package/resources/shift-assignments.d.ts.map +1 -0
  121. package/resources/shift-assignments.js +25 -0
  122. package/resources/shift-assignments.js.map +1 -0
  123. package/resources/shift-assignments.mjs +21 -0
  124. package/resources/shift-assignments.mjs.map +1 -0
  125. package/resources/shiftassignments.d.mts +68 -10
  126. package/resources/shiftassignments.d.mts.map +1 -1
  127. package/resources/shiftassignments.d.ts +68 -10
  128. package/resources/shiftassignments.d.ts.map +1 -1
  129. package/resources/supergroups/exclusion-members.d.mts +5 -3
  130. package/resources/supergroups/exclusion-members.d.mts.map +1 -1
  131. package/resources/supergroups/exclusion-members.d.ts +5 -3
  132. package/resources/supergroups/exclusion-members.d.ts.map +1 -1
  133. package/resources/supergroups/exclusion-members.js +1 -0
  134. package/resources/supergroups/exclusion-members.js.map +1 -1
  135. package/resources/supergroups/exclusion-members.mjs +1 -0
  136. package/resources/supergroups/exclusion-members.mjs.map +1 -1
  137. package/resources/supergroups/inclusion-members.d.mts +5 -3
  138. package/resources/supergroups/inclusion-members.d.mts.map +1 -1
  139. package/resources/supergroups/inclusion-members.d.ts +5 -3
  140. package/resources/supergroups/inclusion-members.d.ts.map +1 -1
  141. package/resources/supergroups/inclusion-members.js +1 -0
  142. package/resources/supergroups/inclusion-members.js.map +1 -1
  143. package/resources/supergroups/inclusion-members.mjs +1 -0
  144. package/resources/supergroups/inclusion-members.mjs.map +1 -1
  145. package/resources/supergroups/index.d.mts +1 -1
  146. package/resources/supergroups/index.d.mts.map +1 -1
  147. package/resources/supergroups/index.d.ts +1 -1
  148. package/resources/supergroups/index.d.ts.map +1 -1
  149. package/resources/supergroups/index.js.map +1 -1
  150. package/resources/supergroups/index.mjs.map +1 -1
  151. package/resources/supergroups/members.d.mts +8 -26
  152. package/resources/supergroups/members.d.mts.map +1 -1
  153. package/resources/supergroups/members.d.ts +8 -26
  154. package/resources/supergroups/members.d.ts.map +1 -1
  155. package/resources/supergroups/members.js +1 -0
  156. package/resources/supergroups/members.js.map +1 -1
  157. package/resources/supergroups/members.mjs +1 -0
  158. package/resources/supergroups/members.mjs.map +1 -1
  159. package/resources/supergroups/supergroups.d.mts +2 -2
  160. package/resources/supergroups/supergroups.d.mts.map +1 -1
  161. package/resources/supergroups/supergroups.d.ts +2 -2
  162. package/resources/supergroups/supergroups.d.ts.map +1 -1
  163. package/resources/supergroups/supergroups.js.map +1 -1
  164. package/resources/supergroups/supergroups.mjs.map +1 -1
  165. package/resources/titles.d.mts +126 -0
  166. package/resources/titles.d.mts.map +1 -0
  167. package/resources/titles.d.ts +126 -0
  168. package/resources/titles.d.ts.map +1 -0
  169. package/resources/titles.js +48 -0
  170. package/resources/titles.js.map +1 -0
  171. package/resources/titles.mjs +44 -0
  172. package/resources/titles.mjs.map +1 -0
  173. package/resources/unassigned-shifts.d.mts +334 -0
  174. package/resources/unassigned-shifts.d.mts.map +1 -0
  175. package/resources/unassigned-shifts.d.ts +334 -0
  176. package/resources/unassigned-shifts.d.ts.map +1 -0
  177. package/resources/unassigned-shifts.js +42 -0
  178. package/resources/unassigned-shifts.js.map +1 -0
  179. package/resources/unassigned-shifts.mjs +38 -0
  180. package/resources/unassigned-shifts.mjs.map +1 -0
  181. package/resources/unassignedshifts.d.mts +744 -32
  182. package/resources/unassignedshifts.d.mts.map +1 -1
  183. package/resources/unassignedshifts.d.ts +744 -32
  184. package/resources/unassignedshifts.d.ts.map +1 -1
  185. package/resources/unassignedshifts.js +12 -0
  186. package/resources/unassignedshifts.js.map +1 -1
  187. package/resources/unassignedshifts.mjs +12 -0
  188. package/resources/unassignedshifts.mjs.map +1 -1
  189. package/resources/work-locations.d.mts +95 -1
  190. package/resources/work-locations.d.mts.map +1 -1
  191. package/resources/work-locations.d.ts +95 -1
  192. package/resources/work-locations.d.ts.map +1 -1
  193. package/resources/work-locations.js +12 -0
  194. package/resources/work-locations.js.map +1 -1
  195. package/resources/work-locations.mjs +12 -0
  196. package/resources/work-locations.mjs.map +1 -1
  197. package/src/client.ts +157 -3
  198. package/src/functions.ts +20 -0
  199. package/src/resources/compensation-bands-details.ts +140 -0
  200. package/src/resources/custom-settings.ts +371 -0
  201. package/src/resources/departments.ts +50 -0
  202. package/src/resources/draft-hires.ts +32 -0
  203. package/src/resources/functions/executions.ts +8 -104
  204. package/src/resources/functions/functions.ts +4 -8
  205. package/src/resources/functions/index.ts +2 -4
  206. package/src/resources/index.ts +68 -2
  207. package/src/resources/job-assignments.ts +95 -6
  208. package/src/resources/job-codes.ts +56 -1
  209. package/src/resources/job-dimensions.ts +24 -0
  210. package/src/resources/job-requisitions-write.ts +327 -0
  211. package/src/resources/leave-accruals.ts +229 -12
  212. package/src/resources/report-runs.ts +186 -0
  213. package/src/resources/shared.ts +44 -0
  214. package/src/resources/shift-assignments.ts +362 -0
  215. package/src/resources/shiftassignments.ts +82 -11
  216. package/src/resources/supergroups/exclusion-members.ts +7 -4
  217. package/src/resources/supergroups/inclusion-members.ts +7 -4
  218. package/src/resources/supergroups/index.ts +1 -1
  219. package/src/resources/supergroups/members.ts +10 -36
  220. package/src/resources/supergroups/supergroups.ts +2 -7
  221. package/src/resources/titles.ts +181 -0
  222. package/src/resources/unassigned-shifts.ts +415 -0
  223. package/src/resources/unassignedshifts.ts +905 -35
  224. package/src/resources/work-locations.ts +118 -0
  225. package/src/version.ts +1 -1
  226. package/version.d.mts +1 -1
  227. package/version.d.ts +1 -1
  228. package/version.js +1 -1
  229. package/version.mjs +1 -1
@@ -0,0 +1,126 @@
1
+ import { APIResource } from "../core/resource.js";
2
+ import * as BusinessPartnersAPI from "./business-partners.js";
3
+ import { APIPromise } from "../core/api-promise.js";
4
+ import { PageCursorURL, PagePromise } from "../core/pagination.js";
5
+ import { RequestOptions } from "../internal/request-options.js";
6
+ export declare class Titles extends APIResource {
7
+ /**
8
+ * A List of titles
9
+ *
10
+ * - Requires: `API Tier 1`
11
+ * - Sortable fields: `id`, `created_at`, `updated_at`
12
+ */
13
+ list(query?: TitleListParams | null | undefined, options?: RequestOptions): PagePromise<TitleListResponsesPageCursorURL, TitleListResponse>;
14
+ /**
15
+ * Create a new title
16
+ */
17
+ create(body: TitleCreateParams, options?: RequestOptions): APIPromise<TitleCreateResponse>;
18
+ /**
19
+ * Retrieve a specific title
20
+ */
21
+ retrieve(id: string, options?: RequestOptions): APIPromise<TitleRetrieveResponse>;
22
+ /**
23
+ * Updated a specific title
24
+ */
25
+ update(id: string, body: TitleUpdateParams, options?: RequestOptions): APIPromise<TitleUpdateResponse>;
26
+ /**
27
+ * Delete a title
28
+ */
29
+ delete(id: string, options?: RequestOptions): APIPromise<void>;
30
+ }
31
+ export type TitleListResponsesPageCursorURL = PageCursorURL<TitleListResponse>;
32
+ export interface TitleListResponse {
33
+ /**
34
+ * Identifier field
35
+ */
36
+ id: string;
37
+ /**
38
+ * Record creation date
39
+ */
40
+ created_at: string;
41
+ /**
42
+ * The name of the title.
43
+ */
44
+ name: string;
45
+ /**
46
+ * Record update date
47
+ */
48
+ updated_at: string;
49
+ }
50
+ export interface TitleCreateResponse {
51
+ /**
52
+ * Identifier field
53
+ */
54
+ id: string;
55
+ /**
56
+ * Record creation date
57
+ */
58
+ created_at: string;
59
+ /**
60
+ * The name of the title.
61
+ */
62
+ name: string;
63
+ /**
64
+ * Record update date
65
+ */
66
+ updated_at: string;
67
+ }
68
+ /**
69
+ * Meta information for the response.
70
+ */
71
+ export interface TitleRetrieveResponse extends BusinessPartnersAPI.Meta {
72
+ /**
73
+ * Identifier field
74
+ */
75
+ id: string;
76
+ /**
77
+ * Record creation date
78
+ */
79
+ created_at: string;
80
+ /**
81
+ * The name of the title.
82
+ */
83
+ name: string;
84
+ /**
85
+ * Record update date
86
+ */
87
+ updated_at: string;
88
+ }
89
+ export interface TitleUpdateResponse {
90
+ /**
91
+ * Identifier field
92
+ */
93
+ id: string;
94
+ /**
95
+ * Record creation date
96
+ */
97
+ created_at: string;
98
+ /**
99
+ * The name of the title.
100
+ */
101
+ name: string;
102
+ /**
103
+ * Record update date
104
+ */
105
+ updated_at: string;
106
+ }
107
+ export interface TitleListParams {
108
+ cursor?: string;
109
+ order_by?: string;
110
+ }
111
+ export interface TitleCreateParams {
112
+ /**
113
+ * The name of the title.
114
+ */
115
+ name: string;
116
+ }
117
+ export interface TitleUpdateParams {
118
+ /**
119
+ * The name of the title.
120
+ */
121
+ name: string;
122
+ }
123
+ export declare namespace Titles {
124
+ export { type TitleListResponse as TitleListResponse, type TitleCreateResponse as TitleCreateResponse, type TitleRetrieveResponse as TitleRetrieveResponse, type TitleUpdateResponse as TitleUpdateResponse, type TitleListResponsesPageCursorURL as TitleListResponsesPageCursorURL, type TitleListParams as TitleListParams, type TitleCreateParams as TitleCreateParams, type TitleUpdateParams as TitleUpdateParams, };
125
+ }
126
+ //# sourceMappingURL=titles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"titles.d.ts","sourceRoot":"","sources":["../src/resources/titles.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,mBAAmB;OACxB,EAAE,UAAU,EAAE;OACd,EAAE,aAAa,EAAE,WAAW,EAAE;OAE9B,EAAE,cAAc,EAAE;AAGzB,qBAAa,MAAO,SAAQ,WAAW;IACrC;;;;;OAKG;IACH,IAAI,CACF,KAAK,GAAE,eAAe,GAAG,IAAI,GAAG,SAAc,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,+BAA+B,EAAE,iBAAiB,CAAC;IAIlE;;OAEG;IACH,MAAM,CAAC,IAAI,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,mBAAmB,CAAC;IAI1F;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAIjF;;OAEG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,mBAAmB,CAAC;IAItG;;OAEG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAM/D;AAED,MAAM,MAAM,+BAA+B,GAAG,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAE/E,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB,CAAC,IAAI;IACrE;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EACL,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,iBAAiB,IAAI,iBAAiB,GAC5C,CAAC;CACH"}
@@ -0,0 +1,48 @@
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.Titles = void 0;
5
+ const resource_1 = require("../core/resource.js");
6
+ const pagination_1 = require("../core/pagination.js");
7
+ const headers_1 = require("../internal/headers.js");
8
+ const path_1 = require("../internal/utils/path.js");
9
+ class Titles extends resource_1.APIResource {
10
+ /**
11
+ * A List of titles
12
+ *
13
+ * - Requires: `API Tier 1`
14
+ * - Sortable fields: `id`, `created_at`, `updated_at`
15
+ */
16
+ list(query = {}, options) {
17
+ return this._client.getAPIList('/titles', (pagination_1.PageCursorURL), { query, ...options });
18
+ }
19
+ /**
20
+ * Create a new title
21
+ */
22
+ create(body, options) {
23
+ return this._client.post('/titles', { body, ...options });
24
+ }
25
+ /**
26
+ * Retrieve a specific title
27
+ */
28
+ retrieve(id, options) {
29
+ return this._client.get((0, path_1.path) `/titles/${id}`, options);
30
+ }
31
+ /**
32
+ * Updated a specific title
33
+ */
34
+ update(id, body, options) {
35
+ return this._client.patch((0, path_1.path) `/titles/${id}`, { body, ...options });
36
+ }
37
+ /**
38
+ * Delete a title
39
+ */
40
+ delete(id, options) {
41
+ return this._client.delete((0, path_1.path) `/titles/${id}`, {
42
+ ...options,
43
+ headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
44
+ });
45
+ }
46
+ }
47
+ exports.Titles = Titles;
48
+ //# sourceMappingURL=titles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"titles.js","sourceRoot":"","sources":["../src/resources/titles.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,sDAAgE;AAChE,oDAAmD;AAEnD,oDAA8C;AAE9C,MAAa,MAAO,SAAQ,sBAAW;IACrC;;;;;OAKG;IACH,IAAI,CACF,QAA4C,EAAE,EAC9C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,SAAS,EAAE,CAAA,0BAAgC,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrG,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,IAAuB,EAAE,OAAwB;QACtD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,WAAW,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACxD,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAU,EAAE,IAAuB,EAAE,OAAwB;QAClE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,WAAW,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,WAAW,EAAE,EAAE,EAAE;YAC9C,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;CACF;AA5CD,wBA4CC"}
@@ -0,0 +1,44 @@
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 { buildHeaders } from "../internal/headers.mjs";
5
+ import { path } from "../internal/utils/path.mjs";
6
+ export class Titles extends APIResource {
7
+ /**
8
+ * A List of titles
9
+ *
10
+ * - Requires: `API Tier 1`
11
+ * - Sortable fields: `id`, `created_at`, `updated_at`
12
+ */
13
+ list(query = {}, options) {
14
+ return this._client.getAPIList('/titles', (PageCursorURL), { query, ...options });
15
+ }
16
+ /**
17
+ * Create a new title
18
+ */
19
+ create(body, options) {
20
+ return this._client.post('/titles', { body, ...options });
21
+ }
22
+ /**
23
+ * Retrieve a specific title
24
+ */
25
+ retrieve(id, options) {
26
+ return this._client.get(path `/titles/${id}`, options);
27
+ }
28
+ /**
29
+ * Updated a specific title
30
+ */
31
+ update(id, body, options) {
32
+ return this._client.patch(path `/titles/${id}`, { body, ...options });
33
+ }
34
+ /**
35
+ * Delete a title
36
+ */
37
+ delete(id, options) {
38
+ return this._client.delete(path `/titles/${id}`, {
39
+ ...options,
40
+ headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
41
+ });
42
+ }
43
+ }
44
+ //# sourceMappingURL=titles.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"titles.mjs","sourceRoot":"","sources":["../src/resources/titles.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,aAAa,EAAe;OAC9B,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,MAAO,SAAQ,WAAW;IACrC;;;;;OAKG;IACH,IAAI,CACF,QAA4C,EAAE,EAC9C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,SAAS,EAAE,CAAA,aAAgC,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrG,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,IAAuB,EAAE,OAAwB;QACtD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,WAAW,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACxD,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAU,EAAE,IAAuB,EAAE,OAAwB;QAClE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,WAAW,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,WAAW,EAAE,EAAE,EAAE;YAC9C,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -0,0 +1,334 @@
1
+ import { APIResource } from "../core/resource.mjs";
2
+ import * as BusinessPartnersAPI from "./business-partners.mjs";
3
+ import * as WorkersAPI from "./workers.mjs";
4
+ import { APIPromise } from "../core/api-promise.mjs";
5
+ import { RequestOptions } from "../internal/request-options.mjs";
6
+ export declare class UnassignedShifts extends APIResource {
7
+ /**
8
+ * Update custom fields for a unassigned shift. The request body should contain a
9
+ * dictionary mapping custom field names to their values.
10
+ *
11
+ * - Requires: `API Tier 2`
12
+ *
13
+ * @example
14
+ * ```ts
15
+ * const response =
16
+ * await client.unassignedShifts.updateCustomfields('id');
17
+ * ```
18
+ */
19
+ updateCustomfields(id: string, body: UnassignedShiftUpdateCustomfieldsParams, options?: RequestOptions): APIPromise<UnassignedShiftUpdateCustomfieldsResponse>;
20
+ /**
21
+ * Assign a worker to an unassigned shift (open shift). The shift must be an open
22
+ * shift and not at capacity.
23
+ *
24
+ * - Requires: `API Tier 2`
25
+ *
26
+ * @example
27
+ * ```ts
28
+ * const response = await client.unassignedShifts.assign(
29
+ * 'id',
30
+ * { worker_id: 'worker_id' },
31
+ * );
32
+ * ```
33
+ */
34
+ assign(id: string, body: UnassignedShiftAssignParams, options?: RequestOptions): APIPromise<UnassignedShiftAssignResponse>;
35
+ }
36
+ /**
37
+ * Meta information for the response.
38
+ */
39
+ export interface UnassignedShiftUpdateCustomfieldsResponse extends BusinessPartnersAPI.Meta {
40
+ /**
41
+ * Identifier field
42
+ */
43
+ id: string;
44
+ /**
45
+ * Record creation date
46
+ */
47
+ created_at: string;
48
+ /**
49
+ * Whether the shift is published
50
+ */
51
+ is_published: boolean;
52
+ /**
53
+ * The ID of the schedule
54
+ */
55
+ schedule_id: string;
56
+ /**
57
+ * The data of the shift
58
+ */
59
+ shift_data: UnassignedShiftUpdateCustomfieldsResponse.ShiftData;
60
+ /**
61
+ * The target count of the shift
62
+ */
63
+ target_count: number;
64
+ /**
65
+ * Record update date
66
+ */
67
+ updated_at: string;
68
+ /**
69
+ * The number of assigned shifts
70
+ */
71
+ assigned_count?: number;
72
+ /**
73
+ * The IDs of the assigned shifts that are part of this unassigned shift
74
+ */
75
+ assigned_shift_ids?: Array<string>;
76
+ /**
77
+ * Custom fields for the unassigned shift
78
+ */
79
+ custom_fields?: Array<unknown>;
80
+ /**
81
+ * Configuration for an open shift. If present, this is an open shift (workers can
82
+ * sign up). If absent/None, this is an empty shift (placeholder).
83
+ */
84
+ open_shift_config?: unknown;
85
+ /**
86
+ * The published version of the shift
87
+ */
88
+ published_version?: UnassignedShiftUpdateCustomfieldsResponse.PublishedVersion;
89
+ /**
90
+ * The schedule
91
+ *
92
+ * Expandable field
93
+ */
94
+ schedule?: UnassignedShiftUpdateCustomfieldsResponse.Schedule;
95
+ }
96
+ export declare namespace UnassignedShiftUpdateCustomfieldsResponse {
97
+ /**
98
+ * The data of the shift
99
+ */
100
+ interface ShiftData {
101
+ /**
102
+ * The end time of the shift
103
+ */
104
+ end_time: string;
105
+ /**
106
+ * The start time of the shift
107
+ */
108
+ start_time: string;
109
+ /**
110
+ * Notes for the shift, max length 256 characters
111
+ */
112
+ notes?: string;
113
+ /**
114
+ * The breaks of the shift
115
+ */
116
+ shift_breaks?: Array<ShiftData.ShiftBreak>;
117
+ /**
118
+ * The segments of the shift
119
+ */
120
+ shift_segments?: Array<ShiftData.ShiftSegment>;
121
+ }
122
+ namespace ShiftData {
123
+ interface ShiftBreak {
124
+ /**
125
+ * The duration of the shift break in minutes (input only for creation)
126
+ */
127
+ duration_minutes: number;
128
+ /**
129
+ * The start time of the shift break
130
+ */
131
+ start_time: string;
132
+ /**
133
+ * The type of the shift break
134
+ */
135
+ type: 'MEAL' | 'REST';
136
+ /**
137
+ * The end time of the shift break (calculated from start_time + duration_minutes)
138
+ */
139
+ end_time?: string;
140
+ }
141
+ interface ShiftSegment {
142
+ /**
143
+ * The duration of the shift segment in minutes (input only for creation)
144
+ */
145
+ duration_minutes: number;
146
+ /**
147
+ * The start time of the shift segment
148
+ */
149
+ start_time: string;
150
+ /**
151
+ * The end time of the shift segment (calculated from start_time +
152
+ * duration_minutes)
153
+ */
154
+ end_time?: string;
155
+ /**
156
+ * The IDs of the job codes associated with the shift segment
157
+ */
158
+ job_codes_id?: Array<string>;
159
+ }
160
+ }
161
+ /**
162
+ * The published version of the shift
163
+ */
164
+ interface PublishedVersion {
165
+ /**
166
+ * The end time of the shift
167
+ */
168
+ end_time: string;
169
+ /**
170
+ * The start time of the shift
171
+ */
172
+ start_time: string;
173
+ /**
174
+ * Notes for the shift, max length 256 characters
175
+ */
176
+ notes?: string;
177
+ /**
178
+ * The breaks of the shift
179
+ */
180
+ shift_breaks?: Array<PublishedVersion.ShiftBreak>;
181
+ /**
182
+ * The segments of the shift
183
+ */
184
+ shift_segments?: Array<PublishedVersion.ShiftSegment>;
185
+ }
186
+ namespace PublishedVersion {
187
+ interface ShiftBreak {
188
+ /**
189
+ * The duration of the shift break in minutes (input only for creation)
190
+ */
191
+ duration_minutes: number;
192
+ /**
193
+ * The start time of the shift break
194
+ */
195
+ start_time: string;
196
+ /**
197
+ * The type of the shift break
198
+ */
199
+ type: 'MEAL' | 'REST';
200
+ /**
201
+ * The end time of the shift break (calculated from start_time + duration_minutes)
202
+ */
203
+ end_time?: string;
204
+ }
205
+ interface ShiftSegment {
206
+ /**
207
+ * The duration of the shift segment in minutes (input only for creation)
208
+ */
209
+ duration_minutes: number;
210
+ /**
211
+ * The start time of the shift segment
212
+ */
213
+ start_time: string;
214
+ /**
215
+ * The end time of the shift segment (calculated from start_time +
216
+ * duration_minutes)
217
+ */
218
+ end_time?: string;
219
+ /**
220
+ * The IDs of the job codes associated with the shift segment
221
+ */
222
+ job_codes_id?: Array<string>;
223
+ }
224
+ }
225
+ /**
226
+ * The schedule
227
+ *
228
+ * Expandable field
229
+ */
230
+ interface Schedule {
231
+ /**
232
+ * Identifier field
233
+ */
234
+ id: string;
235
+ /**
236
+ * Record creation date
237
+ */
238
+ created_at: string;
239
+ /**
240
+ * Record update date
241
+ */
242
+ updated_at: string;
243
+ /**
244
+ * Whether the requesting role can edit the schedule.
245
+ */
246
+ can_edit?: boolean;
247
+ /**
248
+ * The managers of the schedule.
249
+ *
250
+ * Expandable field
251
+ */
252
+ managers?: Array<WorkersAPI.Worker>;
253
+ /**
254
+ * The IDs of the managers of the schedule.
255
+ */
256
+ managers_id?: Array<string>;
257
+ /**
258
+ * The members of the schedule.
259
+ *
260
+ * Expandable field
261
+ */
262
+ members?: Array<WorkersAPI.Worker>;
263
+ /**
264
+ * The IDs of the members of the schedule.
265
+ */
266
+ members_id?: Array<string>;
267
+ /**
268
+ * The name of the schedule.
269
+ */
270
+ name?: string;
271
+ /**
272
+ * The observers of the schedule.
273
+ *
274
+ * Expandable field
275
+ */
276
+ observers?: Array<WorkersAPI.Worker>;
277
+ /**
278
+ * The IDs of the observers of the schedule.
279
+ */
280
+ observers_id?: Array<string>;
281
+ /**
282
+ * The settings of the schedule.
283
+ */
284
+ settings?: Schedule.Settings;
285
+ }
286
+ namespace Schedule {
287
+ /**
288
+ * The settings of the schedule.
289
+ */
290
+ interface Settings {
291
+ /**
292
+ * The IANA timezone identifier for the schedule (e.g., 'America/New_York').
293
+ * Accepted values are defined by the tz database, listed here:
294
+ * https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
295
+ */
296
+ timezone?: string;
297
+ }
298
+ }
299
+ }
300
+ export interface UnassignedShiftAssignResponse {
301
+ /**
302
+ * The current number of assigned workers for this shift
303
+ */
304
+ assigned_count?: number;
305
+ /**
306
+ * List of shift assignment IDs for this shift
307
+ */
308
+ assigned_shift_ids?: Array<string>;
309
+ /**
310
+ * The ID of the newly created shift assignment
311
+ */
312
+ assignment_id?: string;
313
+ /**
314
+ * The target number of workers for this shift
315
+ */
316
+ target_count?: number;
317
+ }
318
+ export interface UnassignedShiftUpdateCustomfieldsParams {
319
+ /**
320
+ * Example custom field name. Replace with your actual custom field names.
321
+ */
322
+ FieldName1?: string;
323
+ [k: string]: unknown;
324
+ }
325
+ export interface UnassignedShiftAssignParams {
326
+ /**
327
+ * The ID of the worker (role) to assign to the shift
328
+ */
329
+ worker_id: string;
330
+ }
331
+ export declare namespace UnassignedShifts {
332
+ export { type UnassignedShiftUpdateCustomfieldsResponse as UnassignedShiftUpdateCustomfieldsResponse, type UnassignedShiftAssignResponse as UnassignedShiftAssignResponse, type UnassignedShiftUpdateCustomfieldsParams as UnassignedShiftUpdateCustomfieldsParams, type UnassignedShiftAssignParams as UnassignedShiftAssignParams, };
333
+ }
334
+ //# sourceMappingURL=unassigned-shifts.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unassigned-shifts.d.mts","sourceRoot":"","sources":["../src/resources/unassigned-shifts.ts"],"names":[],"mappings":"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"}