@rippling/rippling-sdk 0.2.0-alpha.95 → 0.2.0-alpha.97
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 +78 -6
- package/client.d.mts.map +1 -1
- package/client.d.ts +78 -6
- package/client.d.ts.map +1 -1
- package/client.js +73 -1
- package/client.js.map +1 -1
- package/client.mjs +73 -1
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/agents/sessions/index.d.mts +1 -0
- package/resources/agents/sessions/index.d.mts.map +1 -1
- package/resources/agents/sessions/index.d.ts +1 -0
- package/resources/agents/sessions/index.d.ts.map +1 -1
- package/resources/agents/sessions/index.js +3 -1
- package/resources/agents/sessions/index.js.map +1 -1
- package/resources/agents/sessions/index.mjs +1 -0
- package/resources/agents/sessions/index.mjs.map +1 -1
- package/resources/agents/sessions/messages.d.mts +24 -0
- package/resources/agents/sessions/messages.d.mts.map +1 -1
- package/resources/agents/sessions/messages.d.ts +24 -0
- package/resources/agents/sessions/messages.d.ts.map +1 -1
- package/resources/agents/sessions/resume-state.d.mts +25 -0
- package/resources/agents/sessions/resume-state.d.mts.map +1 -0
- package/resources/agents/sessions/resume-state.d.ts +25 -0
- package/resources/agents/sessions/resume-state.d.ts.map +1 -0
- package/resources/agents/sessions/resume-state.js +19 -0
- package/resources/agents/sessions/resume-state.js.map +1 -0
- package/resources/agents/sessions/resume-state.mjs +15 -0
- package/resources/agents/sessions/resume-state.mjs.map +1 -0
- package/resources/agents/sessions/sessions.d.mts +91 -0
- package/resources/agents/sessions/sessions.d.mts.map +1 -1
- package/resources/agents/sessions/sessions.d.ts +91 -0
- package/resources/agents/sessions/sessions.d.ts.map +1 -1
- package/resources/agents/sessions/sessions.js +4 -0
- package/resources/agents/sessions/sessions.js.map +1 -1
- package/resources/agents/sessions/sessions.mjs +4 -0
- package/resources/agents/sessions/sessions.mjs.map +1 -1
- package/resources/background-check-candidates.d.mts +337 -0
- package/resources/background-check-candidates.d.mts.map +1 -0
- package/resources/background-check-candidates.d.ts +337 -0
- package/resources/background-check-candidates.d.ts.map +1 -0
- package/resources/background-check-candidates.js +52 -0
- package/resources/background-check-candidates.js.map +1 -0
- package/resources/background-check-candidates.mjs +48 -0
- package/resources/background-check-candidates.mjs.map +1 -0
- package/resources/business-structure-paths.d.mts +54 -1
- package/resources/business-structure-paths.d.mts.map +1 -1
- package/resources/business-structure-paths.d.ts +54 -1
- package/resources/business-structure-paths.d.ts.map +1 -1
- package/resources/business-structure-paths.js +16 -0
- package/resources/business-structure-paths.js.map +1 -1
- package/resources/business-structure-paths.mjs +16 -0
- package/resources/business-structure-paths.mjs.map +1 -1
- package/resources/developer-program-application.d.mts +176 -0
- package/resources/developer-program-application.d.mts.map +1 -0
- package/resources/developer-program-application.d.ts +176 -0
- package/resources/developer-program-application.d.ts.map +1 -0
- package/resources/developer-program-application.js +27 -0
- package/resources/developer-program-application.js.map +1 -0
- package/resources/developer-program-application.mjs +23 -0
- package/resources/developer-program-application.mjs.map +1 -0
- package/resources/developer-users.d.mts +53 -0
- package/resources/developer-users.d.mts.map +1 -0
- package/resources/developer-users.d.ts +53 -0
- package/resources/developer-users.d.ts.map +1 -0
- package/resources/developer-users.js +25 -0
- package/resources/developer-users.js.map +1 -0
- package/resources/developer-users.mjs +21 -0
- package/resources/developer-users.mjs.map +1 -0
- package/resources/draft-transitions.d.mts +474 -0
- package/resources/draft-transitions.d.mts.map +1 -0
- package/resources/draft-transitions.d.ts +474 -0
- package/resources/draft-transitions.d.ts.map +1 -0
- package/resources/draft-transitions.js +25 -0
- package/resources/draft-transitions.js.map +1 -0
- package/resources/draft-transitions.mjs +21 -0
- package/resources/draft-transitions.mjs.map +1 -0
- package/resources/earnings-inputs.d.mts +30 -0
- package/resources/earnings-inputs.d.mts.map +1 -1
- package/resources/earnings-inputs.d.ts +30 -0
- package/resources/earnings-inputs.d.ts.map +1 -1
- package/resources/hire-requirements.d.mts +112 -0
- package/resources/hire-requirements.d.mts.map +1 -0
- package/resources/hire-requirements.d.ts +112 -0
- package/resources/hire-requirements.d.ts.map +1 -0
- package/resources/hire-requirements.js +19 -0
- package/resources/hire-requirements.js.map +1 -0
- package/resources/hire-requirements.mjs +15 -0
- package/resources/hire-requirements.mjs.map +1 -0
- package/resources/hires.d.mts +657 -0
- package/resources/hires.d.mts.map +1 -0
- package/resources/hires.d.ts +657 -0
- package/resources/hires.d.ts.map +1 -0
- package/resources/hires.js +25 -0
- package/resources/hires.js.map +1 -0
- package/resources/hires.mjs +21 -0
- package/resources/hires.mjs.map +1 -0
- package/resources/index.d.mts +15 -3
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +15 -3
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +27 -3
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +13 -1
- package/resources/index.mjs.map +1 -1
- package/resources/listing-submissions.d.mts +86 -0
- package/resources/listing-submissions.d.mts.map +1 -0
- package/resources/listing-submissions.d.ts +86 -0
- package/resources/listing-submissions.d.ts.map +1 -0
- package/resources/listing-submissions.js +31 -0
- package/resources/listing-submissions.js.map +1 -0
- package/resources/listing-submissions.mjs +27 -0
- package/resources/listing-submissions.mjs.map +1 -0
- package/resources/listing-transitions.d.mts +59 -0
- package/resources/listing-transitions.d.mts.map +1 -0
- package/resources/listing-transitions.d.ts +59 -0
- package/resources/listing-transitions.d.ts.map +1 -0
- package/resources/listing-transitions.js +24 -0
- package/resources/listing-transitions.js.map +1 -0
- package/resources/listing-transitions.mjs +20 -0
- package/resources/listing-transitions.mjs.map +1 -0
- package/resources/listing.d.mts +1818 -0
- package/resources/listing.d.mts.map +1 -0
- package/resources/listing.d.ts +1818 -0
- package/resources/listing.d.ts.map +1 -0
- package/resources/listing.js +70 -0
- package/resources/listing.js.map +1 -0
- package/resources/listing.mjs +66 -0
- package/resources/listing.mjs.map +1 -0
- package/resources/package-managed-installs.d.mts +119 -0
- package/resources/package-managed-installs.d.mts.map +1 -0
- package/resources/package-managed-installs.d.ts +119 -0
- package/resources/package-managed-installs.d.ts.map +1 -0
- package/resources/package-managed-installs.js +26 -0
- package/resources/package-managed-installs.js.map +1 -0
- package/resources/package-managed-installs.mjs +22 -0
- package/resources/package-managed-installs.mjs.map +1 -0
- package/resources/package-sandbox-links.d.mts +150 -0
- package/resources/package-sandbox-links.d.mts.map +1 -0
- package/resources/package-sandbox-links.d.ts +150 -0
- package/resources/package-sandbox-links.d.ts.map +1 -0
- package/resources/package-sandbox-links.js +25 -0
- package/resources/package-sandbox-links.js.map +1 -0
- package/resources/package-sandbox-links.mjs +21 -0
- package/resources/package-sandbox-links.mjs.map +1 -0
- package/resources/package-versions/index.d.mts +3 -0
- package/resources/package-versions/index.d.mts.map +1 -0
- package/resources/package-versions/index.d.ts +3 -0
- package/resources/package-versions/index.d.ts.map +1 -0
- package/resources/package-versions/index.js +9 -0
- package/resources/package-versions/index.js.map +1 -0
- package/resources/package-versions/index.mjs +4 -0
- package/resources/package-versions/index.mjs.map +1 -0
- package/resources/package-versions/package-versions.d.mts +114 -0
- package/resources/package-versions/package-versions.d.mts.map +1 -0
- package/resources/package-versions/package-versions.d.ts +114 -0
- package/resources/package-versions/package-versions.d.ts.map +1 -0
- package/resources/package-versions/package-versions.js +33 -0
- package/resources/package-versions/package-versions.js.map +1 -0
- package/resources/package-versions/package-versions.mjs +28 -0
- package/resources/package-versions/package-versions.mjs.map +1 -0
- package/resources/package-versions/publish.d.mts +58 -0
- package/resources/package-versions/publish.d.mts.map +1 -0
- package/resources/package-versions/publish.d.ts +58 -0
- package/resources/package-versions/publish.d.ts.map +1 -0
- package/resources/package-versions/publish.js +19 -0
- package/resources/package-versions/publish.js.map +1 -0
- package/resources/package-versions/publish.mjs +15 -0
- package/resources/package-versions/publish.mjs.map +1 -0
- package/resources/package-versions.d.mts +1 -63
- package/resources/package-versions.d.mts.map +1 -1
- package/resources/package-versions.d.ts +1 -63
- package/resources/package-versions.d.ts.map +1 -1
- package/resources/package-versions.js +2 -15
- package/resources/package-versions.js.map +1 -1
- package/resources/package-versions.mjs +1 -13
- package/resources/package-versions.mjs.map +1 -1
- package/resources/packages/index.d.mts +1 -1
- package/resources/packages/index.d.mts.map +1 -1
- package/resources/packages/index.d.ts +1 -1
- package/resources/packages/index.d.ts.map +1 -1
- package/resources/packages/index.js.map +1 -1
- package/resources/packages/index.mjs +1 -1
- package/resources/packages/index.mjs.map +1 -1
- package/resources/packages/packages.d.mts +10 -10
- package/resources/packages/packages.d.mts.map +1 -1
- package/resources/packages/packages.d.ts +10 -10
- package/resources/packages/packages.d.ts.map +1 -1
- package/resources/packages/packages.js +11 -11
- package/resources/packages/packages.js.map +1 -1
- package/resources/packages/packages.mjs +12 -12
- package/resources/packages/packages.mjs.map +1 -1
- package/resources/packages/versions.d.mts +57 -2
- package/resources/packages/versions.d.mts.map +1 -1
- package/resources/packages/versions.d.ts +57 -2
- package/resources/packages/versions.d.ts.map +1 -1
- package/resources/packages/versions.js +8 -1
- package/resources/packages/versions.js.map +1 -1
- package/resources/packages/versions.mjs +8 -1
- package/resources/packages/versions.mjs.map +1 -1
- package/resources/sandboxes.d.mts +35 -22
- package/resources/sandboxes.d.mts.map +1 -1
- package/resources/sandboxes.d.ts +35 -22
- package/resources/sandboxes.d.ts.map +1 -1
- package/resources/sandboxes.js +6 -0
- package/resources/sandboxes.js.map +1 -1
- package/resources/sandboxes.mjs +6 -0
- package/resources/sandboxes.mjs.map +1 -1
- package/resources/sites.d.mts +2 -1
- package/resources/sites.d.mts.map +1 -1
- package/resources/sites.d.ts +2 -1
- package/resources/sites.d.ts.map +1 -1
- package/resources/workers.d.mts +41 -0
- package/resources/workers.d.mts.map +1 -1
- package/resources/workers.d.ts +41 -0
- package/resources/workers.d.ts.map +1 -1
- package/resources/workflows.d.mts +768 -0
- package/resources/workflows.d.mts.map +1 -0
- package/resources/workflows.d.ts +768 -0
- package/resources/workflows.d.ts.map +1 -0
- package/resources/workflows.js +48 -0
- package/resources/workflows.js.map +1 -0
- package/resources/workflows.mjs +44 -0
- package/resources/workflows.mjs.map +1 -0
- package/src/client.ts +277 -5
- package/src/resources/agents/sessions/index.ts +1 -0
- package/src/resources/agents/sessions/messages.ts +28 -0
- package/src/resources/agents/sessions/resume-state.ts +32 -0
- package/src/resources/agents/sessions/sessions.ts +107 -0
- package/src/resources/background-check-candidates.ts +434 -0
- package/src/resources/business-structure-paths.ts +78 -0
- package/src/resources/developer-program-application.ts +233 -0
- package/src/resources/developer-users.ts +77 -0
- package/src/resources/draft-transitions.ts +583 -0
- package/src/resources/earnings-inputs.ts +36 -0
- package/src/resources/hire-requirements.ts +140 -0
- package/src/resources/hires.ts +786 -0
- package/src/resources/index.ts +99 -1
- package/src/resources/listing-submissions.ts +120 -0
- package/src/resources/listing-transitions.ts +84 -0
- package/src/resources/listing.ts +2297 -0
- package/src/resources/package-managed-installs.ts +156 -0
- package/src/resources/package-sandbox-links.ts +195 -0
- package/src/resources/package-versions/index.ts +9 -0
- package/src/resources/package-versions/package-versions.ts +156 -0
- package/src/resources/package-versions/publish.ts +74 -0
- package/src/resources/package-versions.ts +1 -86
- package/src/resources/packages/index.ts +8 -1
- package/src/resources/packages/packages.ts +26 -12
- package/src/resources/packages/versions.ts +83 -1
- package/src/resources/sandboxes.ts +45 -24
- package/src/resources/sites.ts +2 -1
- package/src/resources/workers.ts +46 -0
- package/src/resources/workflows.ts +1434 -0
- 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,337 @@
|
|
|
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
|
+
/**
|
|
7
|
+
* Candidates who have been submitted for background check screening
|
|
8
|
+
*/
|
|
9
|
+
export declare class BackgroundCheckCandidates extends APIResource {
|
|
10
|
+
/**
|
|
11
|
+
* A list of background check candidates.
|
|
12
|
+
*
|
|
13
|
+
* - Requires: `API Tier 2`
|
|
14
|
+
* - Filterable fields: `external_id`, `email`, `created_at`, `updated_at`
|
|
15
|
+
* - Sortable fields: `created_at`, `updated_at`
|
|
16
|
+
*/
|
|
17
|
+
list(query?: BackgroundCheckCandidateListParams | null | undefined, options?: RequestOptions): PagePromise<BackgroundCheckCandidateListResponsesPageCursorURL, BackgroundCheckCandidateListResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* Create a new background check candidate
|
|
20
|
+
*/
|
|
21
|
+
create(body: BackgroundCheckCandidateCreateParams, options?: RequestOptions): APIPromise<BackgroundCheckCandidateCreateResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* Retrieve a specific background check candidate
|
|
24
|
+
*/
|
|
25
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<BackgroundCheckCandidateRetrieveResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* Update a specific background check candidate.
|
|
28
|
+
*/
|
|
29
|
+
update(id: string, body: BackgroundCheckCandidateUpdateParams, options?: RequestOptions): APIPromise<BackgroundCheckCandidateUpdateResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Delete a background check candidate
|
|
32
|
+
*/
|
|
33
|
+
delete(id: string, options?: RequestOptions): APIPromise<void>;
|
|
34
|
+
}
|
|
35
|
+
export type BackgroundCheckCandidateListResponsesPageCursorURL = PageCursorURL<BackgroundCheckCandidateListResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Background Check Candidate DTO.
|
|
38
|
+
*
|
|
39
|
+
* Represents a candidate who has been submitted for background check screening.
|
|
40
|
+
*
|
|
41
|
+
* Required on Create (but nullable on read for legacy rows):
|
|
42
|
+
* - email: Required for new candidates, but may be null on read for legacy rows
|
|
43
|
+
* - external_id: Required for new candidates, but may be null on read for legacy rows
|
|
44
|
+
*
|
|
45
|
+
* Optional Fields:
|
|
46
|
+
* - owner_id: May be null if no provider is associated
|
|
47
|
+
* - first_name: May be null if name is not available
|
|
48
|
+
* - last_name: May be null if name is not available
|
|
49
|
+
* - middle_name: May be null if not provided
|
|
50
|
+
*
|
|
51
|
+
* Sensitive Fields:
|
|
52
|
+
* - first_name, last_name, middle_name: Name fields are PII marked as sensitive in the model
|
|
53
|
+
* - These do not require separate OAuth scopes beyond the resource-level scopes
|
|
54
|
+
* (background-check-candidates.read / .read-write) because they are not updating
|
|
55
|
+
* role or worker data, only storing candidate names for background check processing
|
|
56
|
+
*
|
|
57
|
+
* Note: first_name, last_name, and middle_name are NOT filterable.
|
|
58
|
+
* Only external_id, email, created_at, and updated_at support filtering.
|
|
59
|
+
*/
|
|
60
|
+
export interface BackgroundCheckCandidateListResponse {
|
|
61
|
+
/**
|
|
62
|
+
* The email address of the candidate. Required on create, but may be null on read
|
|
63
|
+
* for legacy rows.
|
|
64
|
+
*/
|
|
65
|
+
email: string;
|
|
66
|
+
/**
|
|
67
|
+
* The provider's unique identifier for the candidate. Required on create, but may
|
|
68
|
+
* be null on read for legacy rows. Can only be set once (during creation or when
|
|
69
|
+
* null). Cannot be changed after being set.
|
|
70
|
+
*/
|
|
71
|
+
external_id: string;
|
|
72
|
+
/**
|
|
73
|
+
* The unique identifier of the background check candidate.
|
|
74
|
+
*/
|
|
75
|
+
id?: string;
|
|
76
|
+
/**
|
|
77
|
+
* The timestamp when the candidate was created.
|
|
78
|
+
*/
|
|
79
|
+
created_at?: string;
|
|
80
|
+
/**
|
|
81
|
+
* The first name of the candidate.
|
|
82
|
+
*/
|
|
83
|
+
first_name?: string;
|
|
84
|
+
/**
|
|
85
|
+
* The last name of the candidate.
|
|
86
|
+
*/
|
|
87
|
+
last_name?: string;
|
|
88
|
+
/**
|
|
89
|
+
* The middle name of the candidate.
|
|
90
|
+
*/
|
|
91
|
+
middle_name?: string;
|
|
92
|
+
/**
|
|
93
|
+
* The ID of the background check provider (OAuth spoke owner).
|
|
94
|
+
*/
|
|
95
|
+
owner_id?: string;
|
|
96
|
+
/**
|
|
97
|
+
* The timestamp when the candidate was last updated.
|
|
98
|
+
*/
|
|
99
|
+
updated_at?: string;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* Background Check Candidate DTO.
|
|
103
|
+
*
|
|
104
|
+
* Represents a candidate who has been submitted for background check screening.
|
|
105
|
+
*
|
|
106
|
+
* Required on Create (but nullable on read for legacy rows):
|
|
107
|
+
* - email: Required for new candidates, but may be null on read for legacy rows
|
|
108
|
+
* - external_id: Required for new candidates, but may be null on read for legacy rows
|
|
109
|
+
*
|
|
110
|
+
* Optional Fields:
|
|
111
|
+
* - owner_id: May be null if no provider is associated
|
|
112
|
+
* - first_name: May be null if name is not available
|
|
113
|
+
* - last_name: May be null if name is not available
|
|
114
|
+
* - middle_name: May be null if not provided
|
|
115
|
+
*
|
|
116
|
+
* Sensitive Fields:
|
|
117
|
+
* - first_name, last_name, middle_name: Name fields are PII marked as sensitive in the model
|
|
118
|
+
* - These do not require separate OAuth scopes beyond the resource-level scopes
|
|
119
|
+
* (background-check-candidates.read / .read-write) because they are not updating
|
|
120
|
+
* role or worker data, only storing candidate names for background check processing
|
|
121
|
+
*
|
|
122
|
+
* Note: first_name, last_name, and middle_name are NOT filterable.
|
|
123
|
+
* Only external_id, email, created_at, and updated_at support filtering.
|
|
124
|
+
*/
|
|
125
|
+
export interface BackgroundCheckCandidateCreateResponse {
|
|
126
|
+
/**
|
|
127
|
+
* The email address of the candidate. Required on create, but may be null on read
|
|
128
|
+
* for legacy rows.
|
|
129
|
+
*/
|
|
130
|
+
email: string;
|
|
131
|
+
/**
|
|
132
|
+
* The provider's unique identifier for the candidate. Required on create, but may
|
|
133
|
+
* be null on read for legacy rows. Can only be set once (during creation or when
|
|
134
|
+
* null). Cannot be changed after being set.
|
|
135
|
+
*/
|
|
136
|
+
external_id: string;
|
|
137
|
+
/**
|
|
138
|
+
* The unique identifier of the background check candidate.
|
|
139
|
+
*/
|
|
140
|
+
id?: string;
|
|
141
|
+
/**
|
|
142
|
+
* The timestamp when the candidate was created.
|
|
143
|
+
*/
|
|
144
|
+
created_at?: string;
|
|
145
|
+
/**
|
|
146
|
+
* The first name of the candidate.
|
|
147
|
+
*/
|
|
148
|
+
first_name?: string;
|
|
149
|
+
/**
|
|
150
|
+
* The last name of the candidate.
|
|
151
|
+
*/
|
|
152
|
+
last_name?: string;
|
|
153
|
+
/**
|
|
154
|
+
* The middle name of the candidate.
|
|
155
|
+
*/
|
|
156
|
+
middle_name?: string;
|
|
157
|
+
/**
|
|
158
|
+
* The ID of the background check provider (OAuth spoke owner).
|
|
159
|
+
*/
|
|
160
|
+
owner_id?: string;
|
|
161
|
+
/**
|
|
162
|
+
* The timestamp when the candidate was last updated.
|
|
163
|
+
*/
|
|
164
|
+
updated_at?: string;
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Meta information for the response.
|
|
168
|
+
*/
|
|
169
|
+
export interface BackgroundCheckCandidateRetrieveResponse extends BusinessPartnersAPI.Meta {
|
|
170
|
+
/**
|
|
171
|
+
* The email address of the candidate. Required on create, but may be null on read
|
|
172
|
+
* for legacy rows.
|
|
173
|
+
*/
|
|
174
|
+
email: string;
|
|
175
|
+
/**
|
|
176
|
+
* The provider's unique identifier for the candidate. Required on create, but may
|
|
177
|
+
* be null on read for legacy rows. Can only be set once (during creation or when
|
|
178
|
+
* null). Cannot be changed after being set.
|
|
179
|
+
*/
|
|
180
|
+
external_id: string;
|
|
181
|
+
/**
|
|
182
|
+
* The unique identifier of the background check candidate.
|
|
183
|
+
*/
|
|
184
|
+
id?: string;
|
|
185
|
+
/**
|
|
186
|
+
* The timestamp when the candidate was created.
|
|
187
|
+
*/
|
|
188
|
+
created_at?: string;
|
|
189
|
+
/**
|
|
190
|
+
* The first name of the candidate.
|
|
191
|
+
*/
|
|
192
|
+
first_name?: string;
|
|
193
|
+
/**
|
|
194
|
+
* The last name of the candidate.
|
|
195
|
+
*/
|
|
196
|
+
last_name?: string;
|
|
197
|
+
/**
|
|
198
|
+
* The middle name of the candidate.
|
|
199
|
+
*/
|
|
200
|
+
middle_name?: string;
|
|
201
|
+
/**
|
|
202
|
+
* The ID of the background check provider (OAuth spoke owner).
|
|
203
|
+
*/
|
|
204
|
+
owner_id?: string;
|
|
205
|
+
/**
|
|
206
|
+
* The timestamp when the candidate was last updated.
|
|
207
|
+
*/
|
|
208
|
+
updated_at?: string;
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Background Check Candidate DTO.
|
|
212
|
+
*
|
|
213
|
+
* Represents a candidate who has been submitted for background check screening.
|
|
214
|
+
*
|
|
215
|
+
* Required on Create (but nullable on read for legacy rows):
|
|
216
|
+
* - email: Required for new candidates, but may be null on read for legacy rows
|
|
217
|
+
* - external_id: Required for new candidates, but may be null on read for legacy rows
|
|
218
|
+
*
|
|
219
|
+
* Optional Fields:
|
|
220
|
+
* - owner_id: May be null if no provider is associated
|
|
221
|
+
* - first_name: May be null if name is not available
|
|
222
|
+
* - last_name: May be null if name is not available
|
|
223
|
+
* - middle_name: May be null if not provided
|
|
224
|
+
*
|
|
225
|
+
* Sensitive Fields:
|
|
226
|
+
* - first_name, last_name, middle_name: Name fields are PII marked as sensitive in the model
|
|
227
|
+
* - These do not require separate OAuth scopes beyond the resource-level scopes
|
|
228
|
+
* (background-check-candidates.read / .read-write) because they are not updating
|
|
229
|
+
* role or worker data, only storing candidate names for background check processing
|
|
230
|
+
*
|
|
231
|
+
* Note: first_name, last_name, and middle_name are NOT filterable.
|
|
232
|
+
* Only external_id, email, created_at, and updated_at support filtering.
|
|
233
|
+
*/
|
|
234
|
+
export interface BackgroundCheckCandidateUpdateResponse {
|
|
235
|
+
/**
|
|
236
|
+
* The email address of the candidate. Required on create, but may be null on read
|
|
237
|
+
* for legacy rows.
|
|
238
|
+
*/
|
|
239
|
+
email: string;
|
|
240
|
+
/**
|
|
241
|
+
* The provider's unique identifier for the candidate. Required on create, but may
|
|
242
|
+
* be null on read for legacy rows. Can only be set once (during creation or when
|
|
243
|
+
* null). Cannot be changed after being set.
|
|
244
|
+
*/
|
|
245
|
+
external_id: string;
|
|
246
|
+
/**
|
|
247
|
+
* The unique identifier of the background check candidate.
|
|
248
|
+
*/
|
|
249
|
+
id?: string;
|
|
250
|
+
/**
|
|
251
|
+
* The timestamp when the candidate was created.
|
|
252
|
+
*/
|
|
253
|
+
created_at?: string;
|
|
254
|
+
/**
|
|
255
|
+
* The first name of the candidate.
|
|
256
|
+
*/
|
|
257
|
+
first_name?: string;
|
|
258
|
+
/**
|
|
259
|
+
* The last name of the candidate.
|
|
260
|
+
*/
|
|
261
|
+
last_name?: string;
|
|
262
|
+
/**
|
|
263
|
+
* The middle name of the candidate.
|
|
264
|
+
*/
|
|
265
|
+
middle_name?: string;
|
|
266
|
+
/**
|
|
267
|
+
* The ID of the background check provider (OAuth spoke owner).
|
|
268
|
+
*/
|
|
269
|
+
owner_id?: string;
|
|
270
|
+
/**
|
|
271
|
+
* The timestamp when the candidate was last updated.
|
|
272
|
+
*/
|
|
273
|
+
updated_at?: string;
|
|
274
|
+
}
|
|
275
|
+
export interface BackgroundCheckCandidateListParams {
|
|
276
|
+
cursor?: string;
|
|
277
|
+
filter?: string;
|
|
278
|
+
/**
|
|
279
|
+
* The maximum number of results to return. Defaults to 50. Maximum is 100.
|
|
280
|
+
*/
|
|
281
|
+
limit?: number;
|
|
282
|
+
order_by?: string;
|
|
283
|
+
}
|
|
284
|
+
export interface BackgroundCheckCandidateCreateParams {
|
|
285
|
+
/**
|
|
286
|
+
* The email address of the candidate. Required on create, but may be null on read
|
|
287
|
+
* for legacy rows.
|
|
288
|
+
*/
|
|
289
|
+
email: string;
|
|
290
|
+
/**
|
|
291
|
+
* The provider's unique identifier for the candidate. Required on create, but may
|
|
292
|
+
* be null on read for legacy rows. Can only be set once (during creation or when
|
|
293
|
+
* null). Cannot be changed after being set.
|
|
294
|
+
*/
|
|
295
|
+
external_id: string;
|
|
296
|
+
/**
|
|
297
|
+
* The first name of the candidate.
|
|
298
|
+
*/
|
|
299
|
+
first_name?: string;
|
|
300
|
+
/**
|
|
301
|
+
* The last name of the candidate.
|
|
302
|
+
*/
|
|
303
|
+
last_name?: string;
|
|
304
|
+
/**
|
|
305
|
+
* The middle name of the candidate.
|
|
306
|
+
*/
|
|
307
|
+
middle_name?: string;
|
|
308
|
+
}
|
|
309
|
+
export interface BackgroundCheckCandidateUpdateParams {
|
|
310
|
+
/**
|
|
311
|
+
* The email address of the candidate. Required on create, but may be null on read
|
|
312
|
+
* for legacy rows.
|
|
313
|
+
*/
|
|
314
|
+
email: string;
|
|
315
|
+
/**
|
|
316
|
+
* The provider's unique identifier for the candidate. Required on create, but may
|
|
317
|
+
* be null on read for legacy rows. Can only be set once (during creation or when
|
|
318
|
+
* null). Cannot be changed after being set.
|
|
319
|
+
*/
|
|
320
|
+
external_id: string;
|
|
321
|
+
/**
|
|
322
|
+
* The first name of the candidate.
|
|
323
|
+
*/
|
|
324
|
+
first_name?: string;
|
|
325
|
+
/**
|
|
326
|
+
* The last name of the candidate.
|
|
327
|
+
*/
|
|
328
|
+
last_name?: string;
|
|
329
|
+
/**
|
|
330
|
+
* The middle name of the candidate.
|
|
331
|
+
*/
|
|
332
|
+
middle_name?: string;
|
|
333
|
+
}
|
|
334
|
+
export declare namespace BackgroundCheckCandidates {
|
|
335
|
+
export { type BackgroundCheckCandidateListResponse as BackgroundCheckCandidateListResponse, type BackgroundCheckCandidateCreateResponse as BackgroundCheckCandidateCreateResponse, type BackgroundCheckCandidateRetrieveResponse as BackgroundCheckCandidateRetrieveResponse, type BackgroundCheckCandidateUpdateResponse as BackgroundCheckCandidateUpdateResponse, type BackgroundCheckCandidateListResponsesPageCursorURL as BackgroundCheckCandidateListResponsesPageCursorURL, type BackgroundCheckCandidateListParams as BackgroundCheckCandidateListParams, type BackgroundCheckCandidateCreateParams as BackgroundCheckCandidateCreateParams, type BackgroundCheckCandidateUpdateParams as BackgroundCheckCandidateUpdateParams, };
|
|
336
|
+
}
|
|
337
|
+
//# sourceMappingURL=background-check-candidates.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"background-check-candidates.d.ts","sourceRoot":"","sources":["../src/resources/background-check-candidates.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.BackgroundCheckCandidates = 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
|
+
/**
|
|
10
|
+
* Candidates who have been submitted for background check screening
|
|
11
|
+
*/
|
|
12
|
+
class BackgroundCheckCandidates extends resource_1.APIResource {
|
|
13
|
+
/**
|
|
14
|
+
* A list of background check candidates.
|
|
15
|
+
*
|
|
16
|
+
* - Requires: `API Tier 2`
|
|
17
|
+
* - Filterable fields: `external_id`, `email`, `created_at`, `updated_at`
|
|
18
|
+
* - Sortable fields: `created_at`, `updated_at`
|
|
19
|
+
*/
|
|
20
|
+
list(query = {}, options) {
|
|
21
|
+
return this._client.getAPIList('/background-check-candidates/', (pagination_1.PageCursorURL), { query, ...options });
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Create a new background check candidate
|
|
25
|
+
*/
|
|
26
|
+
create(body, options) {
|
|
27
|
+
return this._client.post('/background-check-candidates/', { body, ...options });
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Retrieve a specific background check candidate
|
|
31
|
+
*/
|
|
32
|
+
retrieve(id, options) {
|
|
33
|
+
return this._client.get((0, path_1.path) `/background-check-candidates/${id}/`, options);
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Update a specific background check candidate.
|
|
37
|
+
*/
|
|
38
|
+
update(id, body, options) {
|
|
39
|
+
return this._client.patch((0, path_1.path) `/background-check-candidates/${id}/`, { body, ...options });
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Delete a background check candidate
|
|
43
|
+
*/
|
|
44
|
+
delete(id, options) {
|
|
45
|
+
return this._client.delete((0, path_1.path) `/background-check-candidates/${id}/`, {
|
|
46
|
+
...options,
|
|
47
|
+
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.BackgroundCheckCandidates = BackgroundCheckCandidates;
|
|
52
|
+
//# sourceMappingURL=background-check-candidates.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"background-check-candidates.js","sourceRoot":"","sources":["../src/resources/background-check-candidates.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,sDAAgE;AAChE,oDAAmD;AAEnD,oDAA8C;AAE9C;;GAEG;AACH,MAAa,yBAA0B,SAAQ,sBAAW;IACxD;;;;;;OAMG;IACH,IAAI,CACF,QAA+D,EAAE,EACjE,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,+BAA+B,EAC/B,CAAA,0BAAmD,CAAA,EACnD,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,IAA0C,EAC1C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClF,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,gCAAgC,EAAE,GAAG,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,EAAU,EACV,IAA0C,EAC1C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,gCAAgC,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,gCAAgC,EAAE,GAAG,EAAE;YACpE,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;AAxDD,8DAwDC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
/**
|
|
7
|
+
* Candidates who have been submitted for background check screening
|
|
8
|
+
*/
|
|
9
|
+
export class BackgroundCheckCandidates extends APIResource {
|
|
10
|
+
/**
|
|
11
|
+
* A list of background check candidates.
|
|
12
|
+
*
|
|
13
|
+
* - Requires: `API Tier 2`
|
|
14
|
+
* - Filterable fields: `external_id`, `email`, `created_at`, `updated_at`
|
|
15
|
+
* - Sortable fields: `created_at`, `updated_at`
|
|
16
|
+
*/
|
|
17
|
+
list(query = {}, options) {
|
|
18
|
+
return this._client.getAPIList('/background-check-candidates/', (PageCursorURL), { query, ...options });
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Create a new background check candidate
|
|
22
|
+
*/
|
|
23
|
+
create(body, options) {
|
|
24
|
+
return this._client.post('/background-check-candidates/', { body, ...options });
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Retrieve a specific background check candidate
|
|
28
|
+
*/
|
|
29
|
+
retrieve(id, options) {
|
|
30
|
+
return this._client.get(path `/background-check-candidates/${id}/`, options);
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Update a specific background check candidate.
|
|
34
|
+
*/
|
|
35
|
+
update(id, body, options) {
|
|
36
|
+
return this._client.patch(path `/background-check-candidates/${id}/`, { body, ...options });
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Delete a background check candidate
|
|
40
|
+
*/
|
|
41
|
+
delete(id, options) {
|
|
42
|
+
return this._client.delete(path `/background-check-candidates/${id}/`, {
|
|
43
|
+
...options,
|
|
44
|
+
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=background-check-candidates.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"background-check-candidates.mjs","sourceRoot":"","sources":["../src/resources/background-check-candidates.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAG/C,OAAO,EAAE,aAAa,EAAe,+BAA2B;AAChE,OAAO,EAAE,YAAY,EAAE,gCAA4B;AAEnD,OAAO,EAAE,IAAI,EAAE,mCAA+B;AAE9C;;GAEG;AACH,MAAM,OAAO,yBAA0B,SAAQ,WAAW;IACxD;;;;;;OAMG;IACH,IAAI,CACF,QAA+D,EAAE,EACjE,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,+BAA+B,EAC/B,CAAA,aAAmD,CAAA,EACnD,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,IAA0C,EAC1C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClF,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,gCAAgC,EAAE,GAAG,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,EAAU,EACV,IAA0C,EAC1C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,gCAAgC,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,gCAAgC,EAAE,GAAG,EAAE;YACpE,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"}
|
|
@@ -16,10 +16,18 @@ export declare class BusinessStructurePaths extends APIResource {
|
|
|
16
16
|
* - Sortable fields: `id`, `created_at`, `updated_at`
|
|
17
17
|
*/
|
|
18
18
|
list(query?: BusinessStructurePathListParams | null | undefined, options?: RequestOptions): PagePromise<BusinessStructurePathListResponsesPageCursorURL, BusinessStructurePathListResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Create a new business-structure-path
|
|
21
|
+
*/
|
|
22
|
+
create(body: BusinessStructurePathCreateParams, options?: RequestOptions): APIPromise<BusinessStructurePathCreateResponse>;
|
|
19
23
|
/**
|
|
20
24
|
* Retrieve a specific business-structure-path
|
|
21
25
|
*/
|
|
22
26
|
retrieve(id: string, query?: BusinessStructurePathRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<BusinessStructurePathRetrieveResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* Delete a Business Structure path and all of its descendant paths.
|
|
29
|
+
*/
|
|
30
|
+
delete(id: string, options?: RequestOptions): APIPromise<void>;
|
|
23
31
|
}
|
|
24
32
|
export type BusinessStructurePathListResponsesPageCursorURL = PageCursorURL<BusinessStructurePathListResponse>;
|
|
25
33
|
export interface BusinessStructurePathListResponse {
|
|
@@ -57,6 +65,41 @@ export interface BusinessStructurePathListResponse {
|
|
|
57
65
|
*/
|
|
58
66
|
parent_id?: string;
|
|
59
67
|
}
|
|
68
|
+
export interface BusinessStructurePathCreateResponse {
|
|
69
|
+
/**
|
|
70
|
+
* Identifier field
|
|
71
|
+
*/
|
|
72
|
+
id: string;
|
|
73
|
+
/**
|
|
74
|
+
* Record creation date
|
|
75
|
+
*/
|
|
76
|
+
created_at: string;
|
|
77
|
+
/**
|
|
78
|
+
* Record update date
|
|
79
|
+
*/
|
|
80
|
+
updated_at: string;
|
|
81
|
+
/**
|
|
82
|
+
* Ordered list of full JobCode objects for each job in the path, top to bottom.
|
|
83
|
+
* Populate via ?expand=job_codes. Requires both business-structure-paths.read and
|
|
84
|
+
* job-codes.read scopes.
|
|
85
|
+
*
|
|
86
|
+
* Expandable field
|
|
87
|
+
*/
|
|
88
|
+
job_codes?: Array<JobCodesAPI.JobCode>;
|
|
89
|
+
/**
|
|
90
|
+
* Ordered list of Job code IDs from top to bottom.
|
|
91
|
+
*/
|
|
92
|
+
job_codes_id?: Array<string>;
|
|
93
|
+
/**
|
|
94
|
+
* Name of the path (e.g. 'SF Office > Coffee > Barista').
|
|
95
|
+
*/
|
|
96
|
+
name?: string;
|
|
97
|
+
parent?: unknown;
|
|
98
|
+
/**
|
|
99
|
+
* Id of the parent BusinessStructurePath. None for root path.
|
|
100
|
+
*/
|
|
101
|
+
parent_id?: string;
|
|
102
|
+
}
|
|
60
103
|
/**
|
|
61
104
|
* Meta information for the response.
|
|
62
105
|
*/
|
|
@@ -104,10 +147,20 @@ export interface BusinessStructurePathListParams {
|
|
|
104
147
|
limit?: number;
|
|
105
148
|
order_by?: string;
|
|
106
149
|
}
|
|
150
|
+
export interface BusinessStructurePathCreateParams {
|
|
151
|
+
/**
|
|
152
|
+
* The Job Code to place at this Business Structure path.
|
|
153
|
+
*/
|
|
154
|
+
job_code_id: string;
|
|
155
|
+
/**
|
|
156
|
+
* Id of the parent BusinessStructurePath. None for root path.
|
|
157
|
+
*/
|
|
158
|
+
parent_id?: string;
|
|
159
|
+
}
|
|
107
160
|
export interface BusinessStructurePathRetrieveParams {
|
|
108
161
|
expand?: string;
|
|
109
162
|
}
|
|
110
163
|
export declare namespace BusinessStructurePaths {
|
|
111
|
-
export { type BusinessStructurePathListResponse as BusinessStructurePathListResponse, type BusinessStructurePathRetrieveResponse as BusinessStructurePathRetrieveResponse, type BusinessStructurePathListResponsesPageCursorURL as BusinessStructurePathListResponsesPageCursorURL, type BusinessStructurePathListParams as BusinessStructurePathListParams, type BusinessStructurePathRetrieveParams as BusinessStructurePathRetrieveParams, };
|
|
164
|
+
export { type BusinessStructurePathListResponse as BusinessStructurePathListResponse, type BusinessStructurePathCreateResponse as BusinessStructurePathCreateResponse, type BusinessStructurePathRetrieveResponse as BusinessStructurePathRetrieveResponse, type BusinessStructurePathListResponsesPageCursorURL as BusinessStructurePathListResponsesPageCursorURL, type BusinessStructurePathListParams as BusinessStructurePathListParams, type BusinessStructurePathCreateParams as BusinessStructurePathCreateParams, type BusinessStructurePathRetrieveParams as BusinessStructurePathRetrieveParams, };
|
|
112
165
|
}
|
|
113
166
|
//# sourceMappingURL=business-structure-paths.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"business-structure-paths.d.mts","sourceRoot":"","sources":["../src/resources/business-structure-paths.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,KAAK,mBAAmB,gCAA4B;AAC3D,OAAO,KAAK,WAAW,wBAAoB;AAC3C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,+BAA2B;
|
|
1
|
+
{"version":3,"file":"business-structure-paths.d.mts","sourceRoot":"","sources":["../src/resources/business-structure-paths.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,KAAK,mBAAmB,gCAA4B;AAC3D,OAAO,KAAK,WAAW,wBAAoB;AAC3C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,+BAA2B;AAEhE,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAG7D;;GAEG;AACH,qBAAa,sBAAuB,SAAQ,WAAW;IACrD;;;;;;OAMG;IACH,IAAI,CACF,KAAK,GAAE,+BAA+B,GAAG,IAAI,GAAG,SAAc,EAC9D,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,+CAA+C,EAAE,iCAAiC,CAAC;IAQlG;;OAEG;IACH,MAAM,CACJ,IAAI,EAAE,iCAAiC,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,mCAAmC,CAAC;IAIlD;;OAEG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,KAAK,GAAE,mCAAmC,GAAG,IAAI,GAAG,SAAc,EAClE,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,qCAAqC,CAAC;IAIpD;;OAEG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAM/D;AAED,MAAM,MAAM,+CAA+C,GACzD,aAAa,CAAC,iCAAiC,CAAC,CAAC;AAEnD,MAAM,WAAW,iCAAiC;IAChD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;IAEvC;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;IAEvC;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,qCAAsC,SAAQ,mBAAmB,CAAC,IAAI;IACrF;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;IAEvC;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,+BAA+B;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,iCAAiC;IAChD;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,mCAAmC;IAClD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,sBAAsB,CAAC;IAC9C,OAAO,EACL,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,mCAAmC,IAAI,mCAAmC,EAC/E,KAAK,qCAAqC,IAAI,qCAAqC,EACnF,KAAK,+CAA+C,IAAI,+CAA+C,EACvG,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,mCAAmC,IAAI,mCAAmC,GAChF,CAAC;CACH"}
|
|
@@ -16,10 +16,18 @@ export declare class BusinessStructurePaths extends APIResource {
|
|
|
16
16
|
* - Sortable fields: `id`, `created_at`, `updated_at`
|
|
17
17
|
*/
|
|
18
18
|
list(query?: BusinessStructurePathListParams | null | undefined, options?: RequestOptions): PagePromise<BusinessStructurePathListResponsesPageCursorURL, BusinessStructurePathListResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Create a new business-structure-path
|
|
21
|
+
*/
|
|
22
|
+
create(body: BusinessStructurePathCreateParams, options?: RequestOptions): APIPromise<BusinessStructurePathCreateResponse>;
|
|
19
23
|
/**
|
|
20
24
|
* Retrieve a specific business-structure-path
|
|
21
25
|
*/
|
|
22
26
|
retrieve(id: string, query?: BusinessStructurePathRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<BusinessStructurePathRetrieveResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* Delete a Business Structure path and all of its descendant paths.
|
|
29
|
+
*/
|
|
30
|
+
delete(id: string, options?: RequestOptions): APIPromise<void>;
|
|
23
31
|
}
|
|
24
32
|
export type BusinessStructurePathListResponsesPageCursorURL = PageCursorURL<BusinessStructurePathListResponse>;
|
|
25
33
|
export interface BusinessStructurePathListResponse {
|
|
@@ -57,6 +65,41 @@ export interface BusinessStructurePathListResponse {
|
|
|
57
65
|
*/
|
|
58
66
|
parent_id?: string;
|
|
59
67
|
}
|
|
68
|
+
export interface BusinessStructurePathCreateResponse {
|
|
69
|
+
/**
|
|
70
|
+
* Identifier field
|
|
71
|
+
*/
|
|
72
|
+
id: string;
|
|
73
|
+
/**
|
|
74
|
+
* Record creation date
|
|
75
|
+
*/
|
|
76
|
+
created_at: string;
|
|
77
|
+
/**
|
|
78
|
+
* Record update date
|
|
79
|
+
*/
|
|
80
|
+
updated_at: string;
|
|
81
|
+
/**
|
|
82
|
+
* Ordered list of full JobCode objects for each job in the path, top to bottom.
|
|
83
|
+
* Populate via ?expand=job_codes. Requires both business-structure-paths.read and
|
|
84
|
+
* job-codes.read scopes.
|
|
85
|
+
*
|
|
86
|
+
* Expandable field
|
|
87
|
+
*/
|
|
88
|
+
job_codes?: Array<JobCodesAPI.JobCode>;
|
|
89
|
+
/**
|
|
90
|
+
* Ordered list of Job code IDs from top to bottom.
|
|
91
|
+
*/
|
|
92
|
+
job_codes_id?: Array<string>;
|
|
93
|
+
/**
|
|
94
|
+
* Name of the path (e.g. 'SF Office > Coffee > Barista').
|
|
95
|
+
*/
|
|
96
|
+
name?: string;
|
|
97
|
+
parent?: unknown;
|
|
98
|
+
/**
|
|
99
|
+
* Id of the parent BusinessStructurePath. None for root path.
|
|
100
|
+
*/
|
|
101
|
+
parent_id?: string;
|
|
102
|
+
}
|
|
60
103
|
/**
|
|
61
104
|
* Meta information for the response.
|
|
62
105
|
*/
|
|
@@ -104,10 +147,20 @@ export interface BusinessStructurePathListParams {
|
|
|
104
147
|
limit?: number;
|
|
105
148
|
order_by?: string;
|
|
106
149
|
}
|
|
150
|
+
export interface BusinessStructurePathCreateParams {
|
|
151
|
+
/**
|
|
152
|
+
* The Job Code to place at this Business Structure path.
|
|
153
|
+
*/
|
|
154
|
+
job_code_id: string;
|
|
155
|
+
/**
|
|
156
|
+
* Id of the parent BusinessStructurePath. None for root path.
|
|
157
|
+
*/
|
|
158
|
+
parent_id?: string;
|
|
159
|
+
}
|
|
107
160
|
export interface BusinessStructurePathRetrieveParams {
|
|
108
161
|
expand?: string;
|
|
109
162
|
}
|
|
110
163
|
export declare namespace BusinessStructurePaths {
|
|
111
|
-
export { type BusinessStructurePathListResponse as BusinessStructurePathListResponse, type BusinessStructurePathRetrieveResponse as BusinessStructurePathRetrieveResponse, type BusinessStructurePathListResponsesPageCursorURL as BusinessStructurePathListResponsesPageCursorURL, type BusinessStructurePathListParams as BusinessStructurePathListParams, type BusinessStructurePathRetrieveParams as BusinessStructurePathRetrieveParams, };
|
|
164
|
+
export { type BusinessStructurePathListResponse as BusinessStructurePathListResponse, type BusinessStructurePathCreateResponse as BusinessStructurePathCreateResponse, type BusinessStructurePathRetrieveResponse as BusinessStructurePathRetrieveResponse, type BusinessStructurePathListResponsesPageCursorURL as BusinessStructurePathListResponsesPageCursorURL, type BusinessStructurePathListParams as BusinessStructurePathListParams, type BusinessStructurePathCreateParams as BusinessStructurePathCreateParams, type BusinessStructurePathRetrieveParams as BusinessStructurePathRetrieveParams, };
|
|
112
165
|
}
|
|
113
166
|
//# sourceMappingURL=business-structure-paths.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"business-structure-paths.d.ts","sourceRoot":"","sources":["../src/resources/business-structure-paths.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,KAAK,mBAAmB,+BAA4B;AAC3D,OAAO,KAAK,WAAW,uBAAoB;AAC3C,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,8BAA2B;
|
|
1
|
+
{"version":3,"file":"business-structure-paths.d.ts","sourceRoot":"","sources":["../src/resources/business-structure-paths.ts"],"names":[],"mappings":"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"}
|