mergepythonclient 2.2.0__py3-none-any.whl → 2.3.0__py3-none-any.whl
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.
- merge/__init__.py +40 -4
- merge/client.py +118 -18
- merge/core/__init__.py +75 -21
- merge/core/client_wrapper.py +2 -2
- merge/resources/__init__.py +33 -1
- merge/resources/accounting/__init__.py +1240 -609
- merge/resources/accounting/client.py +835 -165
- merge/resources/accounting/resources/__init__.py +208 -92
- merge/resources/accounting/resources/accounts/__init__.py +36 -6
- merge/resources/accounting/resources/accounts/types/__init__.py +34 -4
- merge/resources/accounting/resources/async_passthrough/__init__.py +26 -1
- merge/resources/accounting/resources/async_passthrough/types/__init__.py +26 -1
- merge/resources/accounting/resources/company_info/__init__.py +29 -1
- merge/resources/accounting/resources/company_info/types/__init__.py +30 -2
- merge/resources/accounting/resources/contacts/__init__.py +29 -1
- merge/resources/accounting/resources/contacts/types/__init__.py +30 -2
- merge/resources/accounting/resources/credit_notes/__init__.py +40 -8
- merge/resources/accounting/resources/credit_notes/types/__init__.py +38 -6
- merge/resources/accounting/resources/expense_reports/__init__.py +34 -5
- merge/resources/accounting/resources/expense_reports/types/__init__.py +32 -3
- merge/resources/accounting/resources/expenses/__init__.py +29 -1
- merge/resources/accounting/resources/expenses/types/__init__.py +30 -2
- merge/resources/accounting/resources/general_ledger_transactions/__init__.py +29 -1
- merge/resources/accounting/resources/general_ledger_transactions/types/__init__.py +30 -2
- merge/resources/accounting/resources/invoices/__init__.py +36 -6
- merge/resources/accounting/resources/invoices/types/__init__.py +34 -4
- merge/resources/accounting/resources/issues/__init__.py +26 -1
- merge/resources/accounting/resources/issues/types/__init__.py +26 -1
- merge/resources/accounting/resources/items/__init__.py +26 -1
- merge/resources/accounting/resources/items/types/__init__.py +30 -2
- merge/resources/accounting/resources/journal_entries/__init__.py +29 -1
- merge/resources/accounting/resources/journal_entries/types/__init__.py +30 -2
- merge/resources/accounting/resources/link_token/__init__.py +26 -1
- merge/resources/accounting/resources/link_token/types/__init__.py +26 -1
- merge/resources/accounting/resources/linked_accounts/__init__.py +26 -1
- merge/resources/accounting/resources/linked_accounts/types/__init__.py +28 -1
- merge/resources/accounting/resources/payments/__init__.py +29 -1
- merge/resources/accounting/resources/payments/types/__init__.py +30 -2
- merge/resources/accounting/resources/projects/__init__.py +29 -1
- merge/resources/accounting/resources/projects/types/__init__.py +30 -2
- merge/resources/accounting/resources/purchase_orders/__init__.py +29 -1
- merge/resources/accounting/resources/purchase_orders/types/__init__.py +30 -2
- merge/resources/accounting/resources/transactions/__init__.py +29 -1
- merge/resources/accounting/resources/transactions/types/__init__.py +30 -2
- merge/resources/accounting/resources/vendor_credits/__init__.py +29 -1
- merge/resources/accounting/resources/vendor_credits/types/__init__.py +30 -2
- merge/resources/accounting/types/__init__.py +1068 -521
- merge/resources/ats/__init__.py +586 -282
- merge/resources/ats/client.py +590 -120
- merge/resources/ats/resources/__init__.py +150 -63
- merge/resources/ats/resources/activities/__init__.py +36 -6
- merge/resources/ats/resources/activities/types/__init__.py +34 -4
- merge/resources/ats/resources/applications/__init__.py +29 -1
- merge/resources/ats/resources/applications/types/__init__.py +30 -2
- merge/resources/ats/resources/async_passthrough/__init__.py +26 -1
- merge/resources/ats/resources/async_passthrough/types/__init__.py +26 -1
- merge/resources/ats/resources/candidates/__init__.py +30 -1
- merge/resources/ats/resources/candidates/types/__init__.py +32 -3
- merge/resources/ats/resources/eeocs/__init__.py +36 -6
- merge/resources/ats/resources/eeocs/types/__init__.py +34 -4
- merge/resources/ats/resources/interviews/__init__.py +29 -1
- merge/resources/ats/resources/interviews/types/__init__.py +30 -2
- merge/resources/ats/resources/issues/__init__.py +26 -1
- merge/resources/ats/resources/issues/types/__init__.py +26 -1
- merge/resources/ats/resources/job_postings/__init__.py +26 -1
- merge/resources/ats/resources/job_postings/types/__init__.py +26 -1
- merge/resources/ats/resources/jobs/__init__.py +36 -6
- merge/resources/ats/resources/jobs/types/__init__.py +34 -4
- merge/resources/ats/resources/link_token/__init__.py +26 -1
- merge/resources/ats/resources/link_token/types/__init__.py +26 -1
- merge/resources/ats/resources/linked_accounts/__init__.py +26 -1
- merge/resources/ats/resources/linked_accounts/types/__init__.py +28 -1
- merge/resources/ats/resources/offers/__init__.py +26 -1
- merge/resources/ats/resources/offers/types/__init__.py +30 -2
- merge/resources/ats/resources/scorecards/__init__.py +29 -1
- merge/resources/ats/resources/scorecards/types/__init__.py +30 -2
- merge/resources/ats/types/__init__.py +462 -219
- merge/resources/crm/__init__.py +566 -272
- merge/resources/crm/client.py +556 -114
- merge/resources/crm/resources/__init__.py +121 -47
- merge/resources/crm/resources/async_passthrough/__init__.py +26 -1
- merge/resources/crm/resources/async_passthrough/types/__init__.py +26 -1
- merge/resources/crm/resources/contacts/__init__.py +29 -1
- merge/resources/crm/resources/contacts/types/__init__.py +30 -2
- merge/resources/crm/resources/engagements/__init__.py +29 -1
- merge/resources/crm/resources/engagements/types/__init__.py +30 -2
- merge/resources/crm/resources/issues/__init__.py +26 -1
- merge/resources/crm/resources/issues/types/__init__.py +26 -1
- merge/resources/crm/resources/leads/__init__.py +26 -1
- merge/resources/crm/resources/leads/types/__init__.py +30 -2
- merge/resources/crm/resources/link_token/__init__.py +26 -1
- merge/resources/crm/resources/link_token/types/__init__.py +26 -1
- merge/resources/crm/resources/linked_accounts/__init__.py +26 -1
- merge/resources/crm/resources/linked_accounts/types/__init__.py +28 -1
- merge/resources/crm/resources/notes/__init__.py +26 -1
- merge/resources/crm/resources/notes/types/__init__.py +30 -2
- merge/resources/crm/resources/opportunities/__init__.py +34 -1
- merge/resources/crm/resources/opportunities/types/__init__.py +32 -3
- merge/resources/crm/resources/tasks/__init__.py +26 -1
- merge/resources/crm/resources/tasks/types/__init__.py +30 -2
- merge/resources/crm/types/__init__.py +470 -224
- merge/resources/filestorage/__init__.py +322 -150
- merge/resources/filestorage/client.py +405 -87
- merge/resources/filestorage/resources/__init__.py +91 -34
- merge/resources/filestorage/resources/async_passthrough/__init__.py +26 -1
- merge/resources/filestorage/resources/async_passthrough/types/__init__.py +26 -1
- merge/resources/filestorage/resources/files/__init__.py +36 -6
- merge/resources/filestorage/resources/files/types/__init__.py +34 -4
- merge/resources/filestorage/resources/folders/__init__.py +29 -1
- merge/resources/filestorage/resources/folders/types/__init__.py +30 -2
- merge/resources/filestorage/resources/issues/__init__.py +26 -1
- merge/resources/filestorage/resources/issues/types/__init__.py +26 -1
- merge/resources/filestorage/resources/linked_accounts/__init__.py +26 -1
- merge/resources/filestorage/resources/linked_accounts/types/__init__.py +28 -1
- merge/resources/filestorage/types/__init__.py +258 -117
- merge/resources/hris/__init__.py +576 -277
- merge/resources/hris/client.py +590 -120
- merge/resources/hris/resources/__init__.py +188 -86
- merge/resources/hris/resources/async_passthrough/__init__.py +26 -1
- merge/resources/hris/resources/async_passthrough/types/__init__.py +26 -1
- merge/resources/hris/resources/bank_info/__init__.py +29 -1
- merge/resources/hris/resources/bank_info/types/__init__.py +30 -2
- merge/resources/hris/resources/employee_payroll_runs/__init__.py +29 -1
- merge/resources/hris/resources/employee_payroll_runs/types/__init__.py +30 -2
- merge/resources/hris/resources/employees/__init__.py +44 -10
- merge/resources/hris/resources/employees/types/__init__.py +42 -8
- merge/resources/hris/resources/employments/__init__.py +42 -9
- merge/resources/hris/resources/employments/types/__init__.py +40 -7
- merge/resources/hris/resources/issues/__init__.py +26 -1
- merge/resources/hris/resources/issues/types/__init__.py +26 -1
- merge/resources/hris/resources/link_token/__init__.py +26 -1
- merge/resources/hris/resources/link_token/types/__init__.py +26 -1
- merge/resources/hris/resources/linked_accounts/__init__.py +26 -1
- merge/resources/hris/resources/linked_accounts/types/__init__.py +28 -1
- merge/resources/hris/resources/locations/__init__.py +38 -7
- merge/resources/hris/resources/locations/types/__init__.py +36 -5
- merge/resources/hris/resources/payroll_runs/__init__.py +38 -7
- merge/resources/hris/resources/payroll_runs/types/__init__.py +36 -5
- merge/resources/hris/resources/time_off/__init__.py +44 -10
- merge/resources/hris/resources/time_off/types/__init__.py +42 -8
- merge/resources/hris/resources/time_off_balances/__init__.py +26 -1
- merge/resources/hris/resources/time_off_balances/types/__init__.py +28 -1
- merge/resources/hris/resources/timesheet_entries/__init__.py +26 -1
- merge/resources/hris/resources/timesheet_entries/types/__init__.py +28 -1
- merge/resources/hris/types/__init__.py +422 -199
- merge/resources/ticketing/__init__.py +464 -221
- merge/resources/ticketing/client.py +507 -105
- merge/resources/ticketing/resources/__init__.py +120 -48
- merge/resources/ticketing/resources/async_passthrough/__init__.py +26 -1
- merge/resources/ticketing/resources/async_passthrough/types/__init__.py +26 -1
- merge/resources/ticketing/resources/collections/__init__.py +26 -1
- merge/resources/ticketing/resources/collections/types/__init__.py +28 -1
- merge/resources/ticketing/resources/comments/__init__.py +29 -1
- merge/resources/ticketing/resources/comments/types/__init__.py +30 -2
- merge/resources/ticketing/resources/issues/__init__.py +26 -1
- merge/resources/ticketing/resources/issues/types/__init__.py +26 -1
- merge/resources/ticketing/resources/link_token/__init__.py +26 -1
- merge/resources/ticketing/resources/link_token/types/__init__.py +26 -1
- merge/resources/ticketing/resources/linked_accounts/__init__.py +26 -1
- merge/resources/ticketing/resources/linked_accounts/types/__init__.py +28 -1
- merge/resources/ticketing/resources/projects/__init__.py +26 -1
- merge/resources/ticketing/resources/projects/types/__init__.py +26 -1
- merge/resources/ticketing/resources/tickets/__init__.py +44 -10
- merge/resources/ticketing/resources/tickets/types/__init__.py +42 -8
- merge/resources/ticketing/resources/users/__init__.py +26 -1
- merge/resources/ticketing/resources/users/types/__init__.py +30 -2
- merge/resources/ticketing/types/__init__.py +370 -173
- {mergepythonclient-2.2.0.dist-info → mergepythonclient-2.3.0.dist-info}/METADATA +2 -1
- {mergepythonclient-2.2.0.dist-info → mergepythonclient-2.3.0.dist-info}/RECORD +171 -171
- {mergepythonclient-2.2.0.dist-info → mergepythonclient-2.3.0.dist-info}/LICENSE.md +0 -0
- {mergepythonclient-2.2.0.dist-info → mergepythonclient-2.3.0.dist-info}/WHEEL +0 -0
|
@@ -2,225 +2,468 @@
|
|
|
2
2
|
|
|
3
3
|
# isort: skip_file
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
from
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
from .
|
|
10
|
-
from .
|
|
11
|
-
from .
|
|
12
|
-
from .
|
|
13
|
-
from .
|
|
14
|
-
from .
|
|
15
|
-
from .
|
|
16
|
-
from .
|
|
17
|
-
from .
|
|
18
|
-
from .
|
|
19
|
-
from .
|
|
20
|
-
from .
|
|
21
|
-
from .
|
|
22
|
-
from .
|
|
23
|
-
from .
|
|
24
|
-
from .
|
|
25
|
-
from .
|
|
26
|
-
from .
|
|
27
|
-
from .
|
|
28
|
-
from .
|
|
29
|
-
from .
|
|
30
|
-
from .
|
|
31
|
-
from .
|
|
32
|
-
from .
|
|
33
|
-
from .
|
|
34
|
-
from .
|
|
35
|
-
from .
|
|
36
|
-
from .
|
|
37
|
-
from .
|
|
38
|
-
from .
|
|
39
|
-
from .
|
|
40
|
-
from .
|
|
41
|
-
from .
|
|
42
|
-
from .
|
|
43
|
-
from .
|
|
44
|
-
from .
|
|
45
|
-
from .
|
|
46
|
-
from .
|
|
47
|
-
from .
|
|
48
|
-
from .
|
|
49
|
-
from .
|
|
50
|
-
from .
|
|
51
|
-
from .
|
|
52
|
-
from .
|
|
53
|
-
from .
|
|
54
|
-
from .
|
|
55
|
-
from .
|
|
56
|
-
from .
|
|
57
|
-
from .
|
|
58
|
-
from .
|
|
59
|
-
from .
|
|
60
|
-
from .
|
|
61
|
-
from .
|
|
62
|
-
from .
|
|
63
|
-
from .
|
|
64
|
-
from .
|
|
65
|
-
from .
|
|
66
|
-
from .
|
|
67
|
-
from .
|
|
68
|
-
from .
|
|
69
|
-
from .
|
|
70
|
-
from .
|
|
71
|
-
from .
|
|
72
|
-
from .
|
|
73
|
-
from .
|
|
74
|
-
from .
|
|
75
|
-
from .
|
|
76
|
-
from .
|
|
77
|
-
from .
|
|
78
|
-
from .
|
|
79
|
-
from .
|
|
80
|
-
from .
|
|
81
|
-
from .
|
|
82
|
-
from .
|
|
83
|
-
from .
|
|
84
|
-
from .
|
|
85
|
-
from .
|
|
86
|
-
from .
|
|
87
|
-
from .
|
|
88
|
-
from .
|
|
89
|
-
from .
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
from .
|
|
93
|
-
from .
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
from .
|
|
97
|
-
from .
|
|
98
|
-
from .
|
|
99
|
-
from .
|
|
100
|
-
from .
|
|
101
|
-
from .
|
|
102
|
-
from .
|
|
103
|
-
from .
|
|
104
|
-
from .
|
|
105
|
-
from .
|
|
106
|
-
from .
|
|
107
|
-
from .
|
|
108
|
-
from .
|
|
109
|
-
from .
|
|
110
|
-
from .
|
|
111
|
-
from .
|
|
112
|
-
from .
|
|
113
|
-
from .
|
|
114
|
-
from .
|
|
115
|
-
from .
|
|
116
|
-
from .
|
|
117
|
-
from .
|
|
118
|
-
from .
|
|
119
|
-
from .
|
|
120
|
-
from .
|
|
121
|
-
from .
|
|
122
|
-
from .
|
|
123
|
-
from .
|
|
124
|
-
from .
|
|
125
|
-
from .
|
|
126
|
-
from .
|
|
127
|
-
from .
|
|
128
|
-
from .
|
|
129
|
-
from .
|
|
130
|
-
from .
|
|
131
|
-
from .
|
|
132
|
-
from .
|
|
133
|
-
from .
|
|
134
|
-
from .
|
|
135
|
-
from .
|
|
136
|
-
from .
|
|
137
|
-
from .
|
|
138
|
-
from .
|
|
139
|
-
from .
|
|
140
|
-
from .
|
|
141
|
-
from .
|
|
142
|
-
from .
|
|
143
|
-
from .
|
|
144
|
-
from .
|
|
145
|
-
from .
|
|
146
|
-
from .
|
|
147
|
-
from .
|
|
148
|
-
from .
|
|
149
|
-
from .
|
|
150
|
-
from .
|
|
151
|
-
from .
|
|
152
|
-
from .
|
|
153
|
-
from .
|
|
154
|
-
from .
|
|
155
|
-
from .
|
|
156
|
-
from .
|
|
157
|
-
from .
|
|
158
|
-
from .
|
|
159
|
-
from .
|
|
160
|
-
from .
|
|
161
|
-
from .
|
|
162
|
-
from .
|
|
163
|
-
from .
|
|
164
|
-
from .
|
|
165
|
-
from .
|
|
166
|
-
from .
|
|
167
|
-
from .
|
|
168
|
-
from .
|
|
169
|
-
from .
|
|
170
|
-
from .
|
|
171
|
-
from .
|
|
172
|
-
from .
|
|
173
|
-
from .
|
|
174
|
-
from .
|
|
175
|
-
from .
|
|
176
|
-
from .
|
|
177
|
-
from .
|
|
178
|
-
from .
|
|
179
|
-
from .
|
|
180
|
-
from .
|
|
181
|
-
from .
|
|
182
|
-
from .
|
|
183
|
-
from .
|
|
184
|
-
from .
|
|
185
|
-
from .
|
|
186
|
-
from .
|
|
187
|
-
from .
|
|
188
|
-
from .
|
|
189
|
-
from .
|
|
190
|
-
from .
|
|
191
|
-
from .
|
|
192
|
-
from .
|
|
193
|
-
from .
|
|
194
|
-
from .
|
|
195
|
-
from .
|
|
196
|
-
from .
|
|
197
|
-
from .
|
|
198
|
-
from .
|
|
199
|
-
from .
|
|
200
|
-
from .
|
|
201
|
-
from .
|
|
202
|
-
from .
|
|
203
|
-
from .
|
|
204
|
-
from .
|
|
205
|
-
from .
|
|
206
|
-
from .
|
|
207
|
-
from .
|
|
208
|
-
from .
|
|
209
|
-
from .
|
|
210
|
-
from .
|
|
211
|
-
from .
|
|
212
|
-
from .
|
|
213
|
-
from .
|
|
214
|
-
from .
|
|
215
|
-
from .
|
|
216
|
-
from .
|
|
217
|
-
from .
|
|
218
|
-
from .
|
|
219
|
-
from .
|
|
220
|
-
from .
|
|
221
|
-
from .
|
|
222
|
-
from .
|
|
223
|
-
from .
|
|
5
|
+
import typing
|
|
6
|
+
from importlib import import_module
|
|
7
|
+
|
|
8
|
+
if typing.TYPE_CHECKING:
|
|
9
|
+
from .access_role_enum import AccessRoleEnum
|
|
10
|
+
from .account_details import AccountDetails
|
|
11
|
+
from .account_details_and_actions import AccountDetailsAndActions
|
|
12
|
+
from .account_details_and_actions_category import AccountDetailsAndActionsCategory
|
|
13
|
+
from .account_details_and_actions_integration import AccountDetailsAndActionsIntegration
|
|
14
|
+
from .account_details_and_actions_status import AccountDetailsAndActionsStatus
|
|
15
|
+
from .account_details_and_actions_status_enum import AccountDetailsAndActionsStatusEnum
|
|
16
|
+
from .account_details_category import AccountDetailsCategory
|
|
17
|
+
from .account_integration import AccountIntegration
|
|
18
|
+
from .account_token import AccountToken
|
|
19
|
+
from .activity import Activity
|
|
20
|
+
from .activity_activity_type import ActivityActivityType
|
|
21
|
+
from .activity_request import ActivityRequest
|
|
22
|
+
from .activity_request_activity_type import ActivityRequestActivityType
|
|
23
|
+
from .activity_request_user import ActivityRequestUser
|
|
24
|
+
from .activity_request_visibility import ActivityRequestVisibility
|
|
25
|
+
from .activity_response import ActivityResponse
|
|
26
|
+
from .activity_type_enum import ActivityTypeEnum
|
|
27
|
+
from .activity_user import ActivityUser
|
|
28
|
+
from .activity_visibility import ActivityVisibility
|
|
29
|
+
from .advanced_metadata import AdvancedMetadata
|
|
30
|
+
from .application import Application
|
|
31
|
+
from .application_candidate import ApplicationCandidate
|
|
32
|
+
from .application_credited_to import ApplicationCreditedTo
|
|
33
|
+
from .application_current_stage import ApplicationCurrentStage
|
|
34
|
+
from .application_job import ApplicationJob
|
|
35
|
+
from .application_offers_item import ApplicationOffersItem
|
|
36
|
+
from .application_reject_reason import ApplicationRejectReason
|
|
37
|
+
from .application_request import ApplicationRequest
|
|
38
|
+
from .application_request_candidate import ApplicationRequestCandidate
|
|
39
|
+
from .application_request_credited_to import ApplicationRequestCreditedTo
|
|
40
|
+
from .application_request_current_stage import ApplicationRequestCurrentStage
|
|
41
|
+
from .application_request_job import ApplicationRequestJob
|
|
42
|
+
from .application_request_offers_item import ApplicationRequestOffersItem
|
|
43
|
+
from .application_request_reject_reason import ApplicationRequestRejectReason
|
|
44
|
+
from .application_request_screening_question_answers_item import ApplicationRequestScreeningQuestionAnswersItem
|
|
45
|
+
from .application_response import ApplicationResponse
|
|
46
|
+
from .application_screening_question_answers_item import ApplicationScreeningQuestionAnswersItem
|
|
47
|
+
from .async_passthrough_reciept import AsyncPassthroughReciept
|
|
48
|
+
from .attachment import Attachment
|
|
49
|
+
from .attachment_attachment_type import AttachmentAttachmentType
|
|
50
|
+
from .attachment_request import AttachmentRequest
|
|
51
|
+
from .attachment_request_attachment_type import AttachmentRequestAttachmentType
|
|
52
|
+
from .attachment_response import AttachmentResponse
|
|
53
|
+
from .attachment_type_enum import AttachmentTypeEnum
|
|
54
|
+
from .audit_log_event import AuditLogEvent
|
|
55
|
+
from .audit_log_event_event_type import AuditLogEventEventType
|
|
56
|
+
from .audit_log_event_role import AuditLogEventRole
|
|
57
|
+
from .available_actions import AvailableActions
|
|
58
|
+
from .candidate import Candidate
|
|
59
|
+
from .candidate_applications_item import CandidateApplicationsItem
|
|
60
|
+
from .candidate_attachments_item import CandidateAttachmentsItem
|
|
61
|
+
from .candidate_request import CandidateRequest
|
|
62
|
+
from .candidate_request_applications_item import CandidateRequestApplicationsItem
|
|
63
|
+
from .candidate_request_attachments_item import CandidateRequestAttachmentsItem
|
|
64
|
+
from .candidate_response import CandidateResponse
|
|
65
|
+
from .categories_enum import CategoriesEnum
|
|
66
|
+
from .category_enum import CategoryEnum
|
|
67
|
+
from .common_model_scope_api import CommonModelScopeApi
|
|
68
|
+
from .common_model_scopes_body_request import CommonModelScopesBodyRequest
|
|
69
|
+
from .data_passthrough_request import DataPassthroughRequest
|
|
70
|
+
from .debug_mode_log import DebugModeLog
|
|
71
|
+
from .debug_model_log_summary import DebugModelLogSummary
|
|
72
|
+
from .department import Department
|
|
73
|
+
from .disability_status_enum import DisabilityStatusEnum
|
|
74
|
+
from .eeoc import Eeoc
|
|
75
|
+
from .eeoc_candidate import EeocCandidate
|
|
76
|
+
from .eeoc_disability_status import EeocDisabilityStatus
|
|
77
|
+
from .eeoc_gender import EeocGender
|
|
78
|
+
from .eeoc_race import EeocRace
|
|
79
|
+
from .eeoc_veteran_status import EeocVeteranStatus
|
|
80
|
+
from .email_address import EmailAddress
|
|
81
|
+
from .email_address_email_address_type import EmailAddressEmailAddressType
|
|
82
|
+
from .email_address_request import EmailAddressRequest
|
|
83
|
+
from .email_address_request_email_address_type import EmailAddressRequestEmailAddressType
|
|
84
|
+
from .email_address_type_enum import EmailAddressTypeEnum
|
|
85
|
+
from .enabled_actions_enum import EnabledActionsEnum
|
|
86
|
+
from .encoding_enum import EncodingEnum
|
|
87
|
+
from .error_validation_problem import ErrorValidationProblem
|
|
88
|
+
from .event_type_enum import EventTypeEnum
|
|
89
|
+
from .external_target_field_api import ExternalTargetFieldApi
|
|
90
|
+
from .external_target_field_api_response import ExternalTargetFieldApiResponse
|
|
91
|
+
from .field_mapping_api_instance import FieldMappingApiInstance
|
|
92
|
+
from .field_mapping_api_instance_remote_field import FieldMappingApiInstanceRemoteField
|
|
93
|
+
from .field_mapping_api_instance_remote_field_remote_endpoint_info import (
|
|
94
|
+
FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo,
|
|
95
|
+
)
|
|
96
|
+
from .field_mapping_api_instance_response import FieldMappingApiInstanceResponse
|
|
97
|
+
from .field_mapping_api_instance_target_field import FieldMappingApiInstanceTargetField
|
|
98
|
+
from .field_mapping_instance_response import FieldMappingInstanceResponse
|
|
99
|
+
from .field_permission_deserializer import FieldPermissionDeserializer
|
|
100
|
+
from .field_permission_deserializer_request import FieldPermissionDeserializerRequest
|
|
101
|
+
from .gender_enum import GenderEnum
|
|
102
|
+
from .individual_common_model_scope_deserializer import IndividualCommonModelScopeDeserializer
|
|
103
|
+
from .individual_common_model_scope_deserializer_request import IndividualCommonModelScopeDeserializerRequest
|
|
104
|
+
from .issue import Issue
|
|
105
|
+
from .issue_status import IssueStatus
|
|
106
|
+
from .issue_status_enum import IssueStatusEnum
|
|
107
|
+
from .job import Job
|
|
108
|
+
from .job_departments_item import JobDepartmentsItem
|
|
109
|
+
from .job_hiring_managers_item import JobHiringManagersItem
|
|
110
|
+
from .job_interview_stage import JobInterviewStage
|
|
111
|
+
from .job_interview_stage_job import JobInterviewStageJob
|
|
112
|
+
from .job_offices_item import JobOfficesItem
|
|
113
|
+
from .job_posting import JobPosting
|
|
114
|
+
from .job_posting_job import JobPostingJob
|
|
115
|
+
from .job_posting_job_posting_urls_item import JobPostingJobPostingUrlsItem
|
|
116
|
+
from .job_posting_status import JobPostingStatus
|
|
117
|
+
from .job_posting_status_enum import JobPostingStatusEnum
|
|
118
|
+
from .job_recruiters_item import JobRecruitersItem
|
|
119
|
+
from .job_status import JobStatus
|
|
120
|
+
from .job_status_enum import JobStatusEnum
|
|
121
|
+
from .job_type import JobType
|
|
122
|
+
from .job_type_enum import JobTypeEnum
|
|
123
|
+
from .language_enum import LanguageEnum
|
|
124
|
+
from .last_sync_result_enum import LastSyncResultEnum
|
|
125
|
+
from .link_token import LinkToken
|
|
126
|
+
from .linked_account_status import LinkedAccountStatus
|
|
127
|
+
from .meta_response import MetaResponse
|
|
128
|
+
from .method_enum import MethodEnum
|
|
129
|
+
from .model_operation import ModelOperation
|
|
130
|
+
from .model_permission_deserializer import ModelPermissionDeserializer
|
|
131
|
+
from .model_permission_deserializer_request import ModelPermissionDeserializerRequest
|
|
132
|
+
from .multipart_form_field_request import MultipartFormFieldRequest
|
|
133
|
+
from .multipart_form_field_request_encoding import MultipartFormFieldRequestEncoding
|
|
134
|
+
from .offer import Offer
|
|
135
|
+
from .offer_application import OfferApplication
|
|
136
|
+
from .offer_creator import OfferCreator
|
|
137
|
+
from .offer_status import OfferStatus
|
|
138
|
+
from .offer_status_enum import OfferStatusEnum
|
|
139
|
+
from .office import Office
|
|
140
|
+
from .overall_recommendation_enum import OverallRecommendationEnum
|
|
141
|
+
from .paginated_account_details_and_actions_list import PaginatedAccountDetailsAndActionsList
|
|
142
|
+
from .paginated_activity_list import PaginatedActivityList
|
|
143
|
+
from .paginated_application_list import PaginatedApplicationList
|
|
144
|
+
from .paginated_attachment_list import PaginatedAttachmentList
|
|
145
|
+
from .paginated_audit_log_event_list import PaginatedAuditLogEventList
|
|
146
|
+
from .paginated_candidate_list import PaginatedCandidateList
|
|
147
|
+
from .paginated_department_list import PaginatedDepartmentList
|
|
148
|
+
from .paginated_eeoc_list import PaginatedEeocList
|
|
149
|
+
from .paginated_issue_list import PaginatedIssueList
|
|
150
|
+
from .paginated_job_interview_stage_list import PaginatedJobInterviewStageList
|
|
151
|
+
from .paginated_job_list import PaginatedJobList
|
|
152
|
+
from .paginated_job_posting_list import PaginatedJobPostingList
|
|
153
|
+
from .paginated_offer_list import PaginatedOfferList
|
|
154
|
+
from .paginated_office_list import PaginatedOfficeList
|
|
155
|
+
from .paginated_reject_reason_list import PaginatedRejectReasonList
|
|
156
|
+
from .paginated_remote_user_list import PaginatedRemoteUserList
|
|
157
|
+
from .paginated_scheduled_interview_list import PaginatedScheduledInterviewList
|
|
158
|
+
from .paginated_scorecard_list import PaginatedScorecardList
|
|
159
|
+
from .paginated_screening_question_list import PaginatedScreeningQuestionList
|
|
160
|
+
from .paginated_sync_status_list import PaginatedSyncStatusList
|
|
161
|
+
from .paginated_tag_list import PaginatedTagList
|
|
162
|
+
from .patched_candidate_request import PatchedCandidateRequest
|
|
163
|
+
from .phone_number import PhoneNumber
|
|
164
|
+
from .phone_number_phone_number_type import PhoneNumberPhoneNumberType
|
|
165
|
+
from .phone_number_request import PhoneNumberRequest
|
|
166
|
+
from .phone_number_request_phone_number_type import PhoneNumberRequestPhoneNumberType
|
|
167
|
+
from .phone_number_type_enum import PhoneNumberTypeEnum
|
|
168
|
+
from .race_enum import RaceEnum
|
|
169
|
+
from .reason_enum import ReasonEnum
|
|
170
|
+
from .reject_reason import RejectReason
|
|
171
|
+
from .remote_data import RemoteData
|
|
172
|
+
from .remote_endpoint_info import RemoteEndpointInfo
|
|
173
|
+
from .remote_field_api import RemoteFieldApi
|
|
174
|
+
from .remote_field_api_coverage import RemoteFieldApiCoverage
|
|
175
|
+
from .remote_field_api_response import RemoteFieldApiResponse
|
|
176
|
+
from .remote_key import RemoteKey
|
|
177
|
+
from .remote_response import RemoteResponse
|
|
178
|
+
from .remote_response_response_type import RemoteResponseResponseType
|
|
179
|
+
from .remote_user import RemoteUser
|
|
180
|
+
from .remote_user_access_role import RemoteUserAccessRole
|
|
181
|
+
from .request_format_enum import RequestFormatEnum
|
|
182
|
+
from .response_type_enum import ResponseTypeEnum
|
|
183
|
+
from .role_enum import RoleEnum
|
|
184
|
+
from .scheduled_interview import ScheduledInterview
|
|
185
|
+
from .scheduled_interview_application import ScheduledInterviewApplication
|
|
186
|
+
from .scheduled_interview_interviewers_item import ScheduledInterviewInterviewersItem
|
|
187
|
+
from .scheduled_interview_job_interview_stage import ScheduledInterviewJobInterviewStage
|
|
188
|
+
from .scheduled_interview_organizer import ScheduledInterviewOrganizer
|
|
189
|
+
from .scheduled_interview_request import ScheduledInterviewRequest
|
|
190
|
+
from .scheduled_interview_request_application import ScheduledInterviewRequestApplication
|
|
191
|
+
from .scheduled_interview_request_interviewers_item import ScheduledInterviewRequestInterviewersItem
|
|
192
|
+
from .scheduled_interview_request_job_interview_stage import ScheduledInterviewRequestJobInterviewStage
|
|
193
|
+
from .scheduled_interview_request_organizer import ScheduledInterviewRequestOrganizer
|
|
194
|
+
from .scheduled_interview_request_status import ScheduledInterviewRequestStatus
|
|
195
|
+
from .scheduled_interview_response import ScheduledInterviewResponse
|
|
196
|
+
from .scheduled_interview_status import ScheduledInterviewStatus
|
|
197
|
+
from .scheduled_interview_status_enum import ScheduledInterviewStatusEnum
|
|
198
|
+
from .scorecard import Scorecard
|
|
199
|
+
from .scorecard_application import ScorecardApplication
|
|
200
|
+
from .scorecard_interview import ScorecardInterview
|
|
201
|
+
from .scorecard_interviewer import ScorecardInterviewer
|
|
202
|
+
from .scorecard_overall_recommendation import ScorecardOverallRecommendation
|
|
203
|
+
from .screening_question import ScreeningQuestion
|
|
204
|
+
from .screening_question_answer import ScreeningQuestionAnswer
|
|
205
|
+
from .screening_question_answer_question import ScreeningQuestionAnswerQuestion
|
|
206
|
+
from .screening_question_answer_request import ScreeningQuestionAnswerRequest
|
|
207
|
+
from .screening_question_answer_request_question import ScreeningQuestionAnswerRequestQuestion
|
|
208
|
+
from .screening_question_job import ScreeningQuestionJob
|
|
209
|
+
from .screening_question_option import ScreeningQuestionOption
|
|
210
|
+
from .screening_question_type import ScreeningQuestionType
|
|
211
|
+
from .screening_question_type_enum import ScreeningQuestionTypeEnum
|
|
212
|
+
from .selective_sync_configurations_usage_enum import SelectiveSyncConfigurationsUsageEnum
|
|
213
|
+
from .status_fd_5_enum import StatusFd5Enum
|
|
214
|
+
from .sync_status import SyncStatus
|
|
215
|
+
from .sync_status_last_sync_result import SyncStatusLastSyncResult
|
|
216
|
+
from .sync_status_status import SyncStatusStatus
|
|
217
|
+
from .tag import Tag
|
|
218
|
+
from .url import Url
|
|
219
|
+
from .url_request import UrlRequest
|
|
220
|
+
from .url_request_url_type import UrlRequestUrlType
|
|
221
|
+
from .url_type_enum import UrlTypeEnum
|
|
222
|
+
from .url_url_type import UrlUrlType
|
|
223
|
+
from .validation_problem_source import ValidationProblemSource
|
|
224
|
+
from .veteran_status_enum import VeteranStatusEnum
|
|
225
|
+
from .visibility_enum import VisibilityEnum
|
|
226
|
+
from .warning_validation_problem import WarningValidationProblem
|
|
227
|
+
from .webhook_receiver import WebhookReceiver
|
|
228
|
+
_dynamic_imports: typing.Dict[str, str] = {
|
|
229
|
+
"AccessRoleEnum": ".access_role_enum",
|
|
230
|
+
"AccountDetails": ".account_details",
|
|
231
|
+
"AccountDetailsAndActions": ".account_details_and_actions",
|
|
232
|
+
"AccountDetailsAndActionsCategory": ".account_details_and_actions_category",
|
|
233
|
+
"AccountDetailsAndActionsIntegration": ".account_details_and_actions_integration",
|
|
234
|
+
"AccountDetailsAndActionsStatus": ".account_details_and_actions_status",
|
|
235
|
+
"AccountDetailsAndActionsStatusEnum": ".account_details_and_actions_status_enum",
|
|
236
|
+
"AccountDetailsCategory": ".account_details_category",
|
|
237
|
+
"AccountIntegration": ".account_integration",
|
|
238
|
+
"AccountToken": ".account_token",
|
|
239
|
+
"Activity": ".activity",
|
|
240
|
+
"ActivityActivityType": ".activity_activity_type",
|
|
241
|
+
"ActivityRequest": ".activity_request",
|
|
242
|
+
"ActivityRequestActivityType": ".activity_request_activity_type",
|
|
243
|
+
"ActivityRequestUser": ".activity_request_user",
|
|
244
|
+
"ActivityRequestVisibility": ".activity_request_visibility",
|
|
245
|
+
"ActivityResponse": ".activity_response",
|
|
246
|
+
"ActivityTypeEnum": ".activity_type_enum",
|
|
247
|
+
"ActivityUser": ".activity_user",
|
|
248
|
+
"ActivityVisibility": ".activity_visibility",
|
|
249
|
+
"AdvancedMetadata": ".advanced_metadata",
|
|
250
|
+
"Application": ".application",
|
|
251
|
+
"ApplicationCandidate": ".application_candidate",
|
|
252
|
+
"ApplicationCreditedTo": ".application_credited_to",
|
|
253
|
+
"ApplicationCurrentStage": ".application_current_stage",
|
|
254
|
+
"ApplicationJob": ".application_job",
|
|
255
|
+
"ApplicationOffersItem": ".application_offers_item",
|
|
256
|
+
"ApplicationRejectReason": ".application_reject_reason",
|
|
257
|
+
"ApplicationRequest": ".application_request",
|
|
258
|
+
"ApplicationRequestCandidate": ".application_request_candidate",
|
|
259
|
+
"ApplicationRequestCreditedTo": ".application_request_credited_to",
|
|
260
|
+
"ApplicationRequestCurrentStage": ".application_request_current_stage",
|
|
261
|
+
"ApplicationRequestJob": ".application_request_job",
|
|
262
|
+
"ApplicationRequestOffersItem": ".application_request_offers_item",
|
|
263
|
+
"ApplicationRequestRejectReason": ".application_request_reject_reason",
|
|
264
|
+
"ApplicationRequestScreeningQuestionAnswersItem": ".application_request_screening_question_answers_item",
|
|
265
|
+
"ApplicationResponse": ".application_response",
|
|
266
|
+
"ApplicationScreeningQuestionAnswersItem": ".application_screening_question_answers_item",
|
|
267
|
+
"AsyncPassthroughReciept": ".async_passthrough_reciept",
|
|
268
|
+
"Attachment": ".attachment",
|
|
269
|
+
"AttachmentAttachmentType": ".attachment_attachment_type",
|
|
270
|
+
"AttachmentRequest": ".attachment_request",
|
|
271
|
+
"AttachmentRequestAttachmentType": ".attachment_request_attachment_type",
|
|
272
|
+
"AttachmentResponse": ".attachment_response",
|
|
273
|
+
"AttachmentTypeEnum": ".attachment_type_enum",
|
|
274
|
+
"AuditLogEvent": ".audit_log_event",
|
|
275
|
+
"AuditLogEventEventType": ".audit_log_event_event_type",
|
|
276
|
+
"AuditLogEventRole": ".audit_log_event_role",
|
|
277
|
+
"AvailableActions": ".available_actions",
|
|
278
|
+
"Candidate": ".candidate",
|
|
279
|
+
"CandidateApplicationsItem": ".candidate_applications_item",
|
|
280
|
+
"CandidateAttachmentsItem": ".candidate_attachments_item",
|
|
281
|
+
"CandidateRequest": ".candidate_request",
|
|
282
|
+
"CandidateRequestApplicationsItem": ".candidate_request_applications_item",
|
|
283
|
+
"CandidateRequestAttachmentsItem": ".candidate_request_attachments_item",
|
|
284
|
+
"CandidateResponse": ".candidate_response",
|
|
285
|
+
"CategoriesEnum": ".categories_enum",
|
|
286
|
+
"CategoryEnum": ".category_enum",
|
|
287
|
+
"CommonModelScopeApi": ".common_model_scope_api",
|
|
288
|
+
"CommonModelScopesBodyRequest": ".common_model_scopes_body_request",
|
|
289
|
+
"DataPassthroughRequest": ".data_passthrough_request",
|
|
290
|
+
"DebugModeLog": ".debug_mode_log",
|
|
291
|
+
"DebugModelLogSummary": ".debug_model_log_summary",
|
|
292
|
+
"Department": ".department",
|
|
293
|
+
"DisabilityStatusEnum": ".disability_status_enum",
|
|
294
|
+
"Eeoc": ".eeoc",
|
|
295
|
+
"EeocCandidate": ".eeoc_candidate",
|
|
296
|
+
"EeocDisabilityStatus": ".eeoc_disability_status",
|
|
297
|
+
"EeocGender": ".eeoc_gender",
|
|
298
|
+
"EeocRace": ".eeoc_race",
|
|
299
|
+
"EeocVeteranStatus": ".eeoc_veteran_status",
|
|
300
|
+
"EmailAddress": ".email_address",
|
|
301
|
+
"EmailAddressEmailAddressType": ".email_address_email_address_type",
|
|
302
|
+
"EmailAddressRequest": ".email_address_request",
|
|
303
|
+
"EmailAddressRequestEmailAddressType": ".email_address_request_email_address_type",
|
|
304
|
+
"EmailAddressTypeEnum": ".email_address_type_enum",
|
|
305
|
+
"EnabledActionsEnum": ".enabled_actions_enum",
|
|
306
|
+
"EncodingEnum": ".encoding_enum",
|
|
307
|
+
"ErrorValidationProblem": ".error_validation_problem",
|
|
308
|
+
"EventTypeEnum": ".event_type_enum",
|
|
309
|
+
"ExternalTargetFieldApi": ".external_target_field_api",
|
|
310
|
+
"ExternalTargetFieldApiResponse": ".external_target_field_api_response",
|
|
311
|
+
"FieldMappingApiInstance": ".field_mapping_api_instance",
|
|
312
|
+
"FieldMappingApiInstanceRemoteField": ".field_mapping_api_instance_remote_field",
|
|
313
|
+
"FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo": ".field_mapping_api_instance_remote_field_remote_endpoint_info",
|
|
314
|
+
"FieldMappingApiInstanceResponse": ".field_mapping_api_instance_response",
|
|
315
|
+
"FieldMappingApiInstanceTargetField": ".field_mapping_api_instance_target_field",
|
|
316
|
+
"FieldMappingInstanceResponse": ".field_mapping_instance_response",
|
|
317
|
+
"FieldPermissionDeserializer": ".field_permission_deserializer",
|
|
318
|
+
"FieldPermissionDeserializerRequest": ".field_permission_deserializer_request",
|
|
319
|
+
"GenderEnum": ".gender_enum",
|
|
320
|
+
"IndividualCommonModelScopeDeserializer": ".individual_common_model_scope_deserializer",
|
|
321
|
+
"IndividualCommonModelScopeDeserializerRequest": ".individual_common_model_scope_deserializer_request",
|
|
322
|
+
"Issue": ".issue",
|
|
323
|
+
"IssueStatus": ".issue_status",
|
|
324
|
+
"IssueStatusEnum": ".issue_status_enum",
|
|
325
|
+
"Job": ".job",
|
|
326
|
+
"JobDepartmentsItem": ".job_departments_item",
|
|
327
|
+
"JobHiringManagersItem": ".job_hiring_managers_item",
|
|
328
|
+
"JobInterviewStage": ".job_interview_stage",
|
|
329
|
+
"JobInterviewStageJob": ".job_interview_stage_job",
|
|
330
|
+
"JobOfficesItem": ".job_offices_item",
|
|
331
|
+
"JobPosting": ".job_posting",
|
|
332
|
+
"JobPostingJob": ".job_posting_job",
|
|
333
|
+
"JobPostingJobPostingUrlsItem": ".job_posting_job_posting_urls_item",
|
|
334
|
+
"JobPostingStatus": ".job_posting_status",
|
|
335
|
+
"JobPostingStatusEnum": ".job_posting_status_enum",
|
|
336
|
+
"JobRecruitersItem": ".job_recruiters_item",
|
|
337
|
+
"JobStatus": ".job_status",
|
|
338
|
+
"JobStatusEnum": ".job_status_enum",
|
|
339
|
+
"JobType": ".job_type",
|
|
340
|
+
"JobTypeEnum": ".job_type_enum",
|
|
341
|
+
"LanguageEnum": ".language_enum",
|
|
342
|
+
"LastSyncResultEnum": ".last_sync_result_enum",
|
|
343
|
+
"LinkToken": ".link_token",
|
|
344
|
+
"LinkedAccountStatus": ".linked_account_status",
|
|
345
|
+
"MetaResponse": ".meta_response",
|
|
346
|
+
"MethodEnum": ".method_enum",
|
|
347
|
+
"ModelOperation": ".model_operation",
|
|
348
|
+
"ModelPermissionDeserializer": ".model_permission_deserializer",
|
|
349
|
+
"ModelPermissionDeserializerRequest": ".model_permission_deserializer_request",
|
|
350
|
+
"MultipartFormFieldRequest": ".multipart_form_field_request",
|
|
351
|
+
"MultipartFormFieldRequestEncoding": ".multipart_form_field_request_encoding",
|
|
352
|
+
"Offer": ".offer",
|
|
353
|
+
"OfferApplication": ".offer_application",
|
|
354
|
+
"OfferCreator": ".offer_creator",
|
|
355
|
+
"OfferStatus": ".offer_status",
|
|
356
|
+
"OfferStatusEnum": ".offer_status_enum",
|
|
357
|
+
"Office": ".office",
|
|
358
|
+
"OverallRecommendationEnum": ".overall_recommendation_enum",
|
|
359
|
+
"PaginatedAccountDetailsAndActionsList": ".paginated_account_details_and_actions_list",
|
|
360
|
+
"PaginatedActivityList": ".paginated_activity_list",
|
|
361
|
+
"PaginatedApplicationList": ".paginated_application_list",
|
|
362
|
+
"PaginatedAttachmentList": ".paginated_attachment_list",
|
|
363
|
+
"PaginatedAuditLogEventList": ".paginated_audit_log_event_list",
|
|
364
|
+
"PaginatedCandidateList": ".paginated_candidate_list",
|
|
365
|
+
"PaginatedDepartmentList": ".paginated_department_list",
|
|
366
|
+
"PaginatedEeocList": ".paginated_eeoc_list",
|
|
367
|
+
"PaginatedIssueList": ".paginated_issue_list",
|
|
368
|
+
"PaginatedJobInterviewStageList": ".paginated_job_interview_stage_list",
|
|
369
|
+
"PaginatedJobList": ".paginated_job_list",
|
|
370
|
+
"PaginatedJobPostingList": ".paginated_job_posting_list",
|
|
371
|
+
"PaginatedOfferList": ".paginated_offer_list",
|
|
372
|
+
"PaginatedOfficeList": ".paginated_office_list",
|
|
373
|
+
"PaginatedRejectReasonList": ".paginated_reject_reason_list",
|
|
374
|
+
"PaginatedRemoteUserList": ".paginated_remote_user_list",
|
|
375
|
+
"PaginatedScheduledInterviewList": ".paginated_scheduled_interview_list",
|
|
376
|
+
"PaginatedScorecardList": ".paginated_scorecard_list",
|
|
377
|
+
"PaginatedScreeningQuestionList": ".paginated_screening_question_list",
|
|
378
|
+
"PaginatedSyncStatusList": ".paginated_sync_status_list",
|
|
379
|
+
"PaginatedTagList": ".paginated_tag_list",
|
|
380
|
+
"PatchedCandidateRequest": ".patched_candidate_request",
|
|
381
|
+
"PhoneNumber": ".phone_number",
|
|
382
|
+
"PhoneNumberPhoneNumberType": ".phone_number_phone_number_type",
|
|
383
|
+
"PhoneNumberRequest": ".phone_number_request",
|
|
384
|
+
"PhoneNumberRequestPhoneNumberType": ".phone_number_request_phone_number_type",
|
|
385
|
+
"PhoneNumberTypeEnum": ".phone_number_type_enum",
|
|
386
|
+
"RaceEnum": ".race_enum",
|
|
387
|
+
"ReasonEnum": ".reason_enum",
|
|
388
|
+
"RejectReason": ".reject_reason",
|
|
389
|
+
"RemoteData": ".remote_data",
|
|
390
|
+
"RemoteEndpointInfo": ".remote_endpoint_info",
|
|
391
|
+
"RemoteFieldApi": ".remote_field_api",
|
|
392
|
+
"RemoteFieldApiCoverage": ".remote_field_api_coverage",
|
|
393
|
+
"RemoteFieldApiResponse": ".remote_field_api_response",
|
|
394
|
+
"RemoteKey": ".remote_key",
|
|
395
|
+
"RemoteResponse": ".remote_response",
|
|
396
|
+
"RemoteResponseResponseType": ".remote_response_response_type",
|
|
397
|
+
"RemoteUser": ".remote_user",
|
|
398
|
+
"RemoteUserAccessRole": ".remote_user_access_role",
|
|
399
|
+
"RequestFormatEnum": ".request_format_enum",
|
|
400
|
+
"ResponseTypeEnum": ".response_type_enum",
|
|
401
|
+
"RoleEnum": ".role_enum",
|
|
402
|
+
"ScheduledInterview": ".scheduled_interview",
|
|
403
|
+
"ScheduledInterviewApplication": ".scheduled_interview_application",
|
|
404
|
+
"ScheduledInterviewInterviewersItem": ".scheduled_interview_interviewers_item",
|
|
405
|
+
"ScheduledInterviewJobInterviewStage": ".scheduled_interview_job_interview_stage",
|
|
406
|
+
"ScheduledInterviewOrganizer": ".scheduled_interview_organizer",
|
|
407
|
+
"ScheduledInterviewRequest": ".scheduled_interview_request",
|
|
408
|
+
"ScheduledInterviewRequestApplication": ".scheduled_interview_request_application",
|
|
409
|
+
"ScheduledInterviewRequestInterviewersItem": ".scheduled_interview_request_interviewers_item",
|
|
410
|
+
"ScheduledInterviewRequestJobInterviewStage": ".scheduled_interview_request_job_interview_stage",
|
|
411
|
+
"ScheduledInterviewRequestOrganizer": ".scheduled_interview_request_organizer",
|
|
412
|
+
"ScheduledInterviewRequestStatus": ".scheduled_interview_request_status",
|
|
413
|
+
"ScheduledInterviewResponse": ".scheduled_interview_response",
|
|
414
|
+
"ScheduledInterviewStatus": ".scheduled_interview_status",
|
|
415
|
+
"ScheduledInterviewStatusEnum": ".scheduled_interview_status_enum",
|
|
416
|
+
"Scorecard": ".scorecard",
|
|
417
|
+
"ScorecardApplication": ".scorecard_application",
|
|
418
|
+
"ScorecardInterview": ".scorecard_interview",
|
|
419
|
+
"ScorecardInterviewer": ".scorecard_interviewer",
|
|
420
|
+
"ScorecardOverallRecommendation": ".scorecard_overall_recommendation",
|
|
421
|
+
"ScreeningQuestion": ".screening_question",
|
|
422
|
+
"ScreeningQuestionAnswer": ".screening_question_answer",
|
|
423
|
+
"ScreeningQuestionAnswerQuestion": ".screening_question_answer_question",
|
|
424
|
+
"ScreeningQuestionAnswerRequest": ".screening_question_answer_request",
|
|
425
|
+
"ScreeningQuestionAnswerRequestQuestion": ".screening_question_answer_request_question",
|
|
426
|
+
"ScreeningQuestionJob": ".screening_question_job",
|
|
427
|
+
"ScreeningQuestionOption": ".screening_question_option",
|
|
428
|
+
"ScreeningQuestionType": ".screening_question_type",
|
|
429
|
+
"ScreeningQuestionTypeEnum": ".screening_question_type_enum",
|
|
430
|
+
"SelectiveSyncConfigurationsUsageEnum": ".selective_sync_configurations_usage_enum",
|
|
431
|
+
"StatusFd5Enum": ".status_fd_5_enum",
|
|
432
|
+
"SyncStatus": ".sync_status",
|
|
433
|
+
"SyncStatusLastSyncResult": ".sync_status_last_sync_result",
|
|
434
|
+
"SyncStatusStatus": ".sync_status_status",
|
|
435
|
+
"Tag": ".tag",
|
|
436
|
+
"Url": ".url",
|
|
437
|
+
"UrlRequest": ".url_request",
|
|
438
|
+
"UrlRequestUrlType": ".url_request_url_type",
|
|
439
|
+
"UrlTypeEnum": ".url_type_enum",
|
|
440
|
+
"UrlUrlType": ".url_url_type",
|
|
441
|
+
"ValidationProblemSource": ".validation_problem_source",
|
|
442
|
+
"VeteranStatusEnum": ".veteran_status_enum",
|
|
443
|
+
"VisibilityEnum": ".visibility_enum",
|
|
444
|
+
"WarningValidationProblem": ".warning_validation_problem",
|
|
445
|
+
"WebhookReceiver": ".webhook_receiver",
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
def __getattr__(attr_name: str) -> typing.Any:
|
|
450
|
+
module_name = _dynamic_imports.get(attr_name)
|
|
451
|
+
if module_name is None:
|
|
452
|
+
raise AttributeError(f"No {attr_name} found in _dynamic_imports for module name -> {__name__}")
|
|
453
|
+
try:
|
|
454
|
+
module = import_module(module_name, __package__)
|
|
455
|
+
result = getattr(module, attr_name)
|
|
456
|
+
return result
|
|
457
|
+
except ImportError as e:
|
|
458
|
+
raise ImportError(f"Failed to import {attr_name} from {module_name}: {e}") from e
|
|
459
|
+
except AttributeError as e:
|
|
460
|
+
raise AttributeError(f"Failed to get {attr_name} from {module_name}: {e}") from e
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
def __dir__():
|
|
464
|
+
lazy_attrs = list(_dynamic_imports.keys())
|
|
465
|
+
return sorted(lazy_attrs)
|
|
466
|
+
|
|
224
467
|
|
|
225
468
|
__all__ = [
|
|
226
469
|
"AccessRoleEnum",
|