@digiteers/uloba3-sdk 3.1.4 → 3.3.1
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/dist/api/accounts.d.ts.map +1 -1
- package/dist/api/accounts.js.map +1 -1
- package/dist/api/activity.d.ts.map +1 -1
- package/dist/api/activity.js +9 -9
- package/dist/api/activity.js.map +1 -1
- package/dist/api/admin/arrangements.d.ts.map +1 -1
- package/dist/api/admin/arrangements.js.map +1 -1
- package/dist/api/admin/assistance-types.d.ts.map +1 -1
- package/dist/api/admin/assistance-types.js.map +1 -1
- package/dist/api/admin/contract-case-workflow-states.d.ts.map +1 -1
- package/dist/api/admin/contract-case-workflow-states.js.map +1 -1
- package/dist/api/admin/contract-types.d.ts.map +1 -1
- package/dist/api/admin/contract-types.js.map +1 -1
- package/dist/api/admin/expectation-templates.d.ts.map +1 -1
- package/dist/api/admin/expectation-templates.js.map +1 -1
- package/dist/api/admin/interest-templates.d.ts.map +1 -1
- package/dist/api/admin/interest-templates.js.map +1 -1
- package/dist/api/admin/organization.d.ts.map +1 -1
- package/dist/api/admin/organization.js.map +1 -1
- package/dist/api/admin/responsibility-templates.d.ts.map +1 -1
- package/dist/api/admin/responsibility-templates.js.map +1 -1
- package/dist/api/admin/salaries.d.ts.map +1 -1
- package/dist/api/admin/salaries.js.map +1 -1
- package/dist/api/admin/work-schedules.d.ts.map +1 -1
- package/dist/api/admin/work-schedules.js.map +1 -1
- package/dist/api/analytics.d.ts.map +1 -1
- package/dist/api/analytics.js +3 -1
- package/dist/api/analytics.js.map +1 -1
- package/dist/api/applications.d.ts +41 -0
- package/dist/api/applications.d.ts.map +1 -1
- package/dist/api/applications.js +75 -4
- package/dist/api/applications.js.map +1 -1
- package/dist/api/assistants.d.ts +53 -0
- package/dist/api/assistants.d.ts.map +1 -1
- package/dist/api/assistants.js +84 -2
- package/dist/api/assistants.js.map +1 -1
- package/dist/api/auth.d.ts.map +1 -1
- package/dist/api/auth.js.map +1 -1
- package/dist/api/billing.d.ts.map +1 -1
- package/dist/api/billing.js.map +1 -1
- package/dist/api/contract-cases.d.ts +156 -7
- package/dist/api/contract-cases.d.ts.map +1 -1
- package/dist/api/contract-cases.js +202 -18
- package/dist/api/contract-cases.js.map +1 -1
- package/dist/api/contracts.d.ts +106 -9
- package/dist/api/contracts.d.ts.map +1 -1
- package/dist/api/contracts.js +118 -12
- package/dist/api/contracts.js.map +1 -1
- package/dist/api/documents.d.ts.map +1 -1
- package/dist/api/documents.js.map +1 -1
- package/dist/api/errors.d.ts.map +1 -1
- package/dist/api/errors.js +3 -3
- package/dist/api/errors.js.map +1 -1
- package/dist/api/gdpr.d.ts.map +1 -1
- package/dist/api/gdpr.js.map +1 -1
- package/dist/api/inquiries.d.ts +33 -0
- package/dist/api/inquiries.d.ts.map +1 -1
- package/dist/api/inquiries.js +70 -7
- package/dist/api/inquiries.js.map +1 -1
- package/dist/api/invites.d.ts +17 -0
- package/dist/api/invites.d.ts.map +1 -1
- package/dist/api/invites.js +17 -0
- package/dist/api/invites.js.map +1 -1
- package/dist/api/jobs.d.ts +58 -0
- package/dist/api/jobs.d.ts.map +1 -1
- package/dist/api/jobs.js +126 -3
- package/dist/api/jobs.js.map +1 -1
- package/dist/api/locations.d.ts.map +1 -1
- package/dist/api/locations.js +3 -1
- package/dist/api/locations.js.map +1 -1
- package/dist/api/messaging.d.ts +4 -0
- package/dist/api/messaging.d.ts.map +1 -1
- package/dist/api/messaging.js +10 -1
- package/dist/api/messaging.js.map +1 -1
- package/dist/api/salaries.d.ts.map +1 -1
- package/dist/api/salaries.js +3 -1
- package/dist/api/salaries.js.map +1 -1
- package/dist/api/system.js +3 -3
- package/dist/api/users.d.ts.map +1 -1
- package/dist/api/users.js.map +1 -1
- package/dist/api-types.d.ts +42 -0
- package/dist/api-types.d.ts.map +1 -1
- package/dist/constants.d.ts +15 -15
- package/dist/constants.d.ts.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +971 -448
- package/dist/types.d.ts.map +1 -1
- package/dist/view-types.d.ts.map +1 -1
- package/package.json +2 -1
package/dist/types.d.ts
CHANGED
|
@@ -1827,7 +1827,7 @@ export interface paths {
|
|
|
1827
1827
|
query?: {
|
|
1828
1828
|
limit?: number;
|
|
1829
1829
|
offset?: number;
|
|
1830
|
-
entity_type?: 'job' | 'application' | 'inquiry' | 'assistant' | 'contract' | 'job_listing_subscription' | 'attachment' | 'contract_case' | '
|
|
1830
|
+
entity_type?: 'job' | 'application' | 'inquiry' | 'assistant' | 'contract' | 'job_listing_subscription' | 'attachment' | 'contract_case' | 'conversation' | 'message' | 'user';
|
|
1831
1831
|
};
|
|
1832
1832
|
header?: never;
|
|
1833
1833
|
path: {
|
|
@@ -4393,6 +4393,13 @@ export interface paths {
|
|
|
4393
4393
|
updated_at?: string | null;
|
|
4394
4394
|
published_at?: string | null;
|
|
4395
4395
|
expires_at?: string | null;
|
|
4396
|
+
created_by_name?: string | null;
|
|
4397
|
+
published_by?: string | null;
|
|
4398
|
+
published_by_name?: string | null;
|
|
4399
|
+
unpublished_at?: string | null;
|
|
4400
|
+
unpublished_by?: string | null;
|
|
4401
|
+
unpublished_by_name?: string | null;
|
|
4402
|
+
unpublished_reason?: string | null;
|
|
4396
4403
|
application_deadline?: string | null;
|
|
4397
4404
|
start_date?: string | null;
|
|
4398
4405
|
privacy_show_employer_name?: string | null;
|
|
@@ -4718,6 +4725,13 @@ export interface paths {
|
|
|
4718
4725
|
updated_at?: string | null;
|
|
4719
4726
|
published_at?: string | null;
|
|
4720
4727
|
expires_at?: string | null;
|
|
4728
|
+
created_by_name?: string | null;
|
|
4729
|
+
published_by?: string | null;
|
|
4730
|
+
published_by_name?: string | null;
|
|
4731
|
+
unpublished_at?: string | null;
|
|
4732
|
+
unpublished_by?: string | null;
|
|
4733
|
+
unpublished_by_name?: string | null;
|
|
4734
|
+
unpublished_reason?: string | null;
|
|
4721
4735
|
application_deadline?: string | null;
|
|
4722
4736
|
start_date?: string | null;
|
|
4723
4737
|
privacy_show_employer_name?: string | null;
|
|
@@ -4918,6 +4932,13 @@ export interface paths {
|
|
|
4918
4932
|
updated_at?: string | null;
|
|
4919
4933
|
published_at?: string | null;
|
|
4920
4934
|
expires_at?: string | null;
|
|
4935
|
+
created_by_name?: string | null;
|
|
4936
|
+
published_by?: string | null;
|
|
4937
|
+
published_by_name?: string | null;
|
|
4938
|
+
unpublished_at?: string | null;
|
|
4939
|
+
unpublished_by?: string | null;
|
|
4940
|
+
unpublished_by_name?: string | null;
|
|
4941
|
+
unpublished_reason?: string | null;
|
|
4921
4942
|
application_deadline?: string | null;
|
|
4922
4943
|
start_date?: string | null;
|
|
4923
4944
|
privacy_show_employer_name?: string | null;
|
|
@@ -5128,6 +5149,13 @@ export interface paths {
|
|
|
5128
5149
|
updated_at?: string | null;
|
|
5129
5150
|
published_at?: string | null;
|
|
5130
5151
|
expires_at?: string | null;
|
|
5152
|
+
created_by_name?: string | null;
|
|
5153
|
+
published_by?: string | null;
|
|
5154
|
+
published_by_name?: string | null;
|
|
5155
|
+
unpublished_at?: string | null;
|
|
5156
|
+
unpublished_by?: string | null;
|
|
5157
|
+
unpublished_by_name?: string | null;
|
|
5158
|
+
unpublished_reason?: string | null;
|
|
5131
5159
|
application_deadline?: string | null;
|
|
5132
5160
|
start_date?: string | null;
|
|
5133
5161
|
privacy_show_employer_name?: string | null;
|
|
@@ -5236,6 +5264,13 @@ export interface paths {
|
|
|
5236
5264
|
updated_at?: string | null;
|
|
5237
5265
|
published_at?: string | null;
|
|
5238
5266
|
expires_at?: string | null;
|
|
5267
|
+
created_by_name?: string | null;
|
|
5268
|
+
published_by?: string | null;
|
|
5269
|
+
published_by_name?: string | null;
|
|
5270
|
+
unpublished_at?: string | null;
|
|
5271
|
+
unpublished_by?: string | null;
|
|
5272
|
+
unpublished_by_name?: string | null;
|
|
5273
|
+
unpublished_reason?: string | null;
|
|
5239
5274
|
application_deadline?: string | null;
|
|
5240
5275
|
start_date?: string | null;
|
|
5241
5276
|
privacy_show_employer_name?: string | null;
|
|
@@ -5343,6 +5378,13 @@ export interface paths {
|
|
|
5343
5378
|
updated_at?: string | null;
|
|
5344
5379
|
published_at?: string | null;
|
|
5345
5380
|
expires_at?: string | null;
|
|
5381
|
+
created_by_name?: string | null;
|
|
5382
|
+
published_by?: string | null;
|
|
5383
|
+
published_by_name?: string | null;
|
|
5384
|
+
unpublished_at?: string | null;
|
|
5385
|
+
unpublished_by?: string | null;
|
|
5386
|
+
unpublished_by_name?: string | null;
|
|
5387
|
+
unpublished_reason?: string | null;
|
|
5346
5388
|
application_deadline?: string | null;
|
|
5347
5389
|
start_date?: string | null;
|
|
5348
5390
|
privacy_show_employer_name?: string | null;
|
|
@@ -5538,6 +5580,14 @@ export interface paths {
|
|
|
5538
5580
|
approved_at?: string | null;
|
|
5539
5581
|
rejected_at?: string | null;
|
|
5540
5582
|
cancelled_at?: string | null;
|
|
5583
|
+
submitted_by?: string | null;
|
|
5584
|
+
submitted_by_name?: string | null;
|
|
5585
|
+
approved_by?: string | null;
|
|
5586
|
+
approved_by_name?: string | null;
|
|
5587
|
+
rejected_by?: string | null;
|
|
5588
|
+
rejected_by_name?: string | null;
|
|
5589
|
+
cancelled_by?: string | null;
|
|
5590
|
+
cancelled_by_name?: string | null;
|
|
5541
5591
|
/** Format: date-time */
|
|
5542
5592
|
created_at?: string;
|
|
5543
5593
|
/** Format: date-time */
|
|
@@ -9768,6 +9818,14 @@ export interface paths {
|
|
|
9768
9818
|
} | null;
|
|
9769
9819
|
inquiry_text?: string;
|
|
9770
9820
|
responded_at?: string | null;
|
|
9821
|
+
submitted_by?: string | null;
|
|
9822
|
+
submitted_by_name?: string | null;
|
|
9823
|
+
accepted_by?: string | null;
|
|
9824
|
+
accepted_by_name?: string | null;
|
|
9825
|
+
declined_by?: string | null;
|
|
9826
|
+
declined_by_name?: string | null;
|
|
9827
|
+
cancelled_by?: string | null;
|
|
9828
|
+
cancelled_by_name?: string | null;
|
|
9771
9829
|
inquirer_first_name?: string | null;
|
|
9772
9830
|
inquirer_last_name?: string | null;
|
|
9773
9831
|
inquirer_email?: string | null;
|
|
@@ -10024,6 +10082,14 @@ export interface paths {
|
|
|
10024
10082
|
} | null;
|
|
10025
10083
|
inquiry_text?: string;
|
|
10026
10084
|
responded_at?: string | null;
|
|
10085
|
+
submitted_by?: string | null;
|
|
10086
|
+
submitted_by_name?: string | null;
|
|
10087
|
+
accepted_by?: string | null;
|
|
10088
|
+
accepted_by_name?: string | null;
|
|
10089
|
+
declined_by?: string | null;
|
|
10090
|
+
declined_by_name?: string | null;
|
|
10091
|
+
cancelled_by?: string | null;
|
|
10092
|
+
cancelled_by_name?: string | null;
|
|
10027
10093
|
inquirer_first_name?: string | null;
|
|
10028
10094
|
inquirer_last_name?: string | null;
|
|
10029
10095
|
inquirer_email?: string | null;
|
|
@@ -10267,6 +10333,14 @@ export interface paths {
|
|
|
10267
10333
|
approved_at?: string | null;
|
|
10268
10334
|
rejected_at?: string | null;
|
|
10269
10335
|
cancelled_at?: string | null;
|
|
10336
|
+
submitted_by?: string | null;
|
|
10337
|
+
submitted_by_name?: string | null;
|
|
10338
|
+
approved_by?: string | null;
|
|
10339
|
+
approved_by_name?: string | null;
|
|
10340
|
+
rejected_by?: string | null;
|
|
10341
|
+
rejected_by_name?: string | null;
|
|
10342
|
+
cancelled_by?: string | null;
|
|
10343
|
+
cancelled_by_name?: string | null;
|
|
10270
10344
|
/** Format: date-time */
|
|
10271
10345
|
created_at?: string;
|
|
10272
10346
|
/** Format: date-time */
|
|
@@ -11409,6 +11483,14 @@ export interface paths {
|
|
|
11409
11483
|
approved_at?: string | null;
|
|
11410
11484
|
rejected_at?: string | null;
|
|
11411
11485
|
cancelled_at?: string | null;
|
|
11486
|
+
submitted_by?: string | null;
|
|
11487
|
+
submitted_by_name?: string | null;
|
|
11488
|
+
approved_by?: string | null;
|
|
11489
|
+
approved_by_name?: string | null;
|
|
11490
|
+
rejected_by?: string | null;
|
|
11491
|
+
rejected_by_name?: string | null;
|
|
11492
|
+
cancelled_by?: string | null;
|
|
11493
|
+
cancelled_by_name?: string | null;
|
|
11412
11494
|
/** Format: date-time */
|
|
11413
11495
|
created_at?: string;
|
|
11414
11496
|
/** Format: date-time */
|
|
@@ -11687,6 +11769,14 @@ export interface paths {
|
|
|
11687
11769
|
approved_at?: string | null;
|
|
11688
11770
|
rejected_at?: string | null;
|
|
11689
11771
|
cancelled_at?: string | null;
|
|
11772
|
+
submitted_by?: string | null;
|
|
11773
|
+
submitted_by_name?: string | null;
|
|
11774
|
+
approved_by?: string | null;
|
|
11775
|
+
approved_by_name?: string | null;
|
|
11776
|
+
rejected_by?: string | null;
|
|
11777
|
+
rejected_by_name?: string | null;
|
|
11778
|
+
cancelled_by?: string | null;
|
|
11779
|
+
cancelled_by_name?: string | null;
|
|
11690
11780
|
/** Format: date-time */
|
|
11691
11781
|
created_at?: string;
|
|
11692
11782
|
/** Format: date-time */
|
|
@@ -11830,6 +11920,14 @@ export interface paths {
|
|
|
11830
11920
|
approved_at?: string | null;
|
|
11831
11921
|
rejected_at?: string | null;
|
|
11832
11922
|
cancelled_at?: string | null;
|
|
11923
|
+
submitted_by?: string | null;
|
|
11924
|
+
submitted_by_name?: string | null;
|
|
11925
|
+
approved_by?: string | null;
|
|
11926
|
+
approved_by_name?: string | null;
|
|
11927
|
+
rejected_by?: string | null;
|
|
11928
|
+
rejected_by_name?: string | null;
|
|
11929
|
+
cancelled_by?: string | null;
|
|
11930
|
+
cancelled_by_name?: string | null;
|
|
11833
11931
|
/** Format: date-time */
|
|
11834
11932
|
created_at?: string;
|
|
11835
11933
|
/** Format: date-time */
|
|
@@ -12062,6 +12160,14 @@ export interface paths {
|
|
|
12062
12160
|
approved_at?: string | null;
|
|
12063
12161
|
rejected_at?: string | null;
|
|
12064
12162
|
cancelled_at?: string | null;
|
|
12163
|
+
submitted_by?: string | null;
|
|
12164
|
+
submitted_by_name?: string | null;
|
|
12165
|
+
approved_by?: string | null;
|
|
12166
|
+
approved_by_name?: string | null;
|
|
12167
|
+
rejected_by?: string | null;
|
|
12168
|
+
rejected_by_name?: string | null;
|
|
12169
|
+
cancelled_by?: string | null;
|
|
12170
|
+
cancelled_by_name?: string | null;
|
|
12065
12171
|
/** Format: date-time */
|
|
12066
12172
|
created_at?: string;
|
|
12067
12173
|
/** Format: date-time */
|
|
@@ -12204,6 +12310,14 @@ export interface paths {
|
|
|
12204
12310
|
approved_at?: string | null;
|
|
12205
12311
|
rejected_at?: string | null;
|
|
12206
12312
|
cancelled_at?: string | null;
|
|
12313
|
+
submitted_by?: string | null;
|
|
12314
|
+
submitted_by_name?: string | null;
|
|
12315
|
+
approved_by?: string | null;
|
|
12316
|
+
approved_by_name?: string | null;
|
|
12317
|
+
rejected_by?: string | null;
|
|
12318
|
+
rejected_by_name?: string | null;
|
|
12319
|
+
cancelled_by?: string | null;
|
|
12320
|
+
cancelled_by_name?: string | null;
|
|
12207
12321
|
/** Format: date-time */
|
|
12208
12322
|
created_at?: string;
|
|
12209
12323
|
/** Format: date-time */
|
|
@@ -12347,6 +12461,14 @@ export interface paths {
|
|
|
12347
12461
|
approved_at?: string | null;
|
|
12348
12462
|
rejected_at?: string | null;
|
|
12349
12463
|
cancelled_at?: string | null;
|
|
12464
|
+
submitted_by?: string | null;
|
|
12465
|
+
submitted_by_name?: string | null;
|
|
12466
|
+
approved_by?: string | null;
|
|
12467
|
+
approved_by_name?: string | null;
|
|
12468
|
+
rejected_by?: string | null;
|
|
12469
|
+
rejected_by_name?: string | null;
|
|
12470
|
+
cancelled_by?: string | null;
|
|
12471
|
+
cancelled_by_name?: string | null;
|
|
12350
12472
|
/** Format: date-time */
|
|
12351
12473
|
created_at?: string;
|
|
12352
12474
|
/** Format: date-time */
|
|
@@ -12744,21 +12866,27 @@ export interface paths {
|
|
|
12744
12866
|
decision_owner_id?: string | null;
|
|
12745
12867
|
decision_owner_name?: string | null;
|
|
12746
12868
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
12747
|
-
|
|
12748
|
-
contract_invite_status?: string | null;
|
|
12869
|
+
phase_1_submission_completed_at?: string | null;
|
|
12749
12870
|
phase_1_submission_completed_by?: string | null;
|
|
12871
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
12872
|
+
phase_2_submission_completed_at?: string | null;
|
|
12750
12873
|
phase_2_submission_completed_by?: string | null;
|
|
12874
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
12751
12875
|
direct_submitted_at?: string | null;
|
|
12752
12876
|
direct_submitted_by?: string | null;
|
|
12877
|
+
direct_submitted_by_name?: string | null;
|
|
12753
12878
|
submitted_by?: string | null;
|
|
12879
|
+
submitted_by_name?: string | null;
|
|
12754
12880
|
submitted_at?: string | null;
|
|
12881
|
+
submitted_to_uloba_at?: string | null;
|
|
12882
|
+
submitted_to_uloba_by?: string | null;
|
|
12883
|
+
submitted_to_uloba_by_name?: string | null;
|
|
12755
12884
|
coordinator_submitted_at?: string | null;
|
|
12756
12885
|
coordinator_submitted_by?: string | null;
|
|
12757
12886
|
worker_submitted_at?: string | null;
|
|
12758
12887
|
worker_submitted_by?: string | null;
|
|
12759
12888
|
ready_for_submission_at?: string | null;
|
|
12760
12889
|
ready_for_submission_by?: string | null;
|
|
12761
|
-
submitted_to_uloba_at?: string | null;
|
|
12762
12890
|
draft_at?: string | null;
|
|
12763
12891
|
draft_by?: string | null;
|
|
12764
12892
|
validation_failed_at?: string | null;
|
|
@@ -12773,16 +12901,24 @@ export interface paths {
|
|
|
12773
12901
|
signed_by?: string | null;
|
|
12774
12902
|
activated_at?: string | null;
|
|
12775
12903
|
activated_by?: string | null;
|
|
12904
|
+
activated_by_name?: string | null;
|
|
12776
12905
|
completed_at?: string | null;
|
|
12777
12906
|
completed_by?: string | null;
|
|
12907
|
+
completed_by_name?: string | null;
|
|
12778
12908
|
terminated_at?: string | null;
|
|
12779
12909
|
terminated_by?: string | null;
|
|
12910
|
+
terminated_by_name?: string | null;
|
|
12911
|
+
terminated_message?: string | null;
|
|
12780
12912
|
terminated_reason?: string | null;
|
|
12781
12913
|
rejected_at?: string | null;
|
|
12782
12914
|
rejected_by?: string | null;
|
|
12915
|
+
rejected_by_name?: string | null;
|
|
12916
|
+
rejected_message?: string | null;
|
|
12783
12917
|
rejected_reason?: string | null;
|
|
12784
12918
|
cancelled_at?: string | null;
|
|
12785
12919
|
cancelled_by?: string | null;
|
|
12920
|
+
cancelled_by_name?: string | null;
|
|
12921
|
+
cancelled_message?: string | null;
|
|
12786
12922
|
cancelled_reason?: string | null;
|
|
12787
12923
|
temporary_position_reason?: string | null;
|
|
12788
12924
|
archived_by_employer?: boolean | null;
|
|
@@ -13337,6 +13473,14 @@ export interface paths {
|
|
|
13337
13473
|
} | null;
|
|
13338
13474
|
inquiry_text?: string;
|
|
13339
13475
|
responded_at?: string | null;
|
|
13476
|
+
submitted_by?: string | null;
|
|
13477
|
+
submitted_by_name?: string | null;
|
|
13478
|
+
accepted_by?: string | null;
|
|
13479
|
+
accepted_by_name?: string | null;
|
|
13480
|
+
declined_by?: string | null;
|
|
13481
|
+
declined_by_name?: string | null;
|
|
13482
|
+
cancelled_by?: string | null;
|
|
13483
|
+
cancelled_by_name?: string | null;
|
|
13340
13484
|
inquirer_first_name?: string | null;
|
|
13341
13485
|
inquirer_last_name?: string | null;
|
|
13342
13486
|
inquirer_email?: string | null;
|
|
@@ -13603,6 +13747,14 @@ export interface paths {
|
|
|
13603
13747
|
} | null;
|
|
13604
13748
|
inquiry_text?: string;
|
|
13605
13749
|
responded_at?: string | null;
|
|
13750
|
+
submitted_by?: string | null;
|
|
13751
|
+
submitted_by_name?: string | null;
|
|
13752
|
+
accepted_by?: string | null;
|
|
13753
|
+
accepted_by_name?: string | null;
|
|
13754
|
+
declined_by?: string | null;
|
|
13755
|
+
declined_by_name?: string | null;
|
|
13756
|
+
cancelled_by?: string | null;
|
|
13757
|
+
cancelled_by_name?: string | null;
|
|
13606
13758
|
inquirer_first_name?: string | null;
|
|
13607
13759
|
inquirer_last_name?: string | null;
|
|
13608
13760
|
inquirer_email?: string | null;
|
|
@@ -13869,6 +14021,14 @@ export interface paths {
|
|
|
13869
14021
|
} | null;
|
|
13870
14022
|
inquiry_text?: string;
|
|
13871
14023
|
responded_at?: string | null;
|
|
14024
|
+
submitted_by?: string | null;
|
|
14025
|
+
submitted_by_name?: string | null;
|
|
14026
|
+
accepted_by?: string | null;
|
|
14027
|
+
accepted_by_name?: string | null;
|
|
14028
|
+
declined_by?: string | null;
|
|
14029
|
+
declined_by_name?: string | null;
|
|
14030
|
+
cancelled_by?: string | null;
|
|
14031
|
+
cancelled_by_name?: string | null;
|
|
13872
14032
|
inquirer_first_name?: string | null;
|
|
13873
14033
|
inquirer_last_name?: string | null;
|
|
13874
14034
|
inquirer_email?: string | null;
|
|
@@ -14135,6 +14295,14 @@ export interface paths {
|
|
|
14135
14295
|
} | null;
|
|
14136
14296
|
inquiry_text?: string;
|
|
14137
14297
|
responded_at?: string | null;
|
|
14298
|
+
submitted_by?: string | null;
|
|
14299
|
+
submitted_by_name?: string | null;
|
|
14300
|
+
accepted_by?: string | null;
|
|
14301
|
+
accepted_by_name?: string | null;
|
|
14302
|
+
declined_by?: string | null;
|
|
14303
|
+
declined_by_name?: string | null;
|
|
14304
|
+
cancelled_by?: string | null;
|
|
14305
|
+
cancelled_by_name?: string | null;
|
|
14138
14306
|
inquirer_first_name?: string | null;
|
|
14139
14307
|
inquirer_last_name?: string | null;
|
|
14140
14308
|
inquirer_email?: string | null;
|
|
@@ -14393,6 +14561,14 @@ export interface paths {
|
|
|
14393
14561
|
} | null;
|
|
14394
14562
|
inquiry_text?: string;
|
|
14395
14563
|
responded_at?: string | null;
|
|
14564
|
+
submitted_by?: string | null;
|
|
14565
|
+
submitted_by_name?: string | null;
|
|
14566
|
+
accepted_by?: string | null;
|
|
14567
|
+
accepted_by_name?: string | null;
|
|
14568
|
+
declined_by?: string | null;
|
|
14569
|
+
declined_by_name?: string | null;
|
|
14570
|
+
cancelled_by?: string | null;
|
|
14571
|
+
cancelled_by_name?: string | null;
|
|
14396
14572
|
inquirer_first_name?: string | null;
|
|
14397
14573
|
inquirer_last_name?: string | null;
|
|
14398
14574
|
inquirer_email?: string | null;
|
|
@@ -14675,6 +14851,14 @@ export interface paths {
|
|
|
14675
14851
|
} | null;
|
|
14676
14852
|
inquiry_text?: string;
|
|
14677
14853
|
responded_at?: string | null;
|
|
14854
|
+
submitted_by?: string | null;
|
|
14855
|
+
submitted_by_name?: string | null;
|
|
14856
|
+
accepted_by?: string | null;
|
|
14857
|
+
accepted_by_name?: string | null;
|
|
14858
|
+
declined_by?: string | null;
|
|
14859
|
+
declined_by_name?: string | null;
|
|
14860
|
+
cancelled_by?: string | null;
|
|
14861
|
+
cancelled_by_name?: string | null;
|
|
14678
14862
|
inquirer_first_name?: string | null;
|
|
14679
14863
|
inquirer_last_name?: string | null;
|
|
14680
14864
|
inquirer_email?: string | null;
|
|
@@ -14967,6 +15151,14 @@ export interface paths {
|
|
|
14967
15151
|
} | null;
|
|
14968
15152
|
inquiry_text?: string;
|
|
14969
15153
|
responded_at?: string | null;
|
|
15154
|
+
submitted_by?: string | null;
|
|
15155
|
+
submitted_by_name?: string | null;
|
|
15156
|
+
accepted_by?: string | null;
|
|
15157
|
+
accepted_by_name?: string | null;
|
|
15158
|
+
declined_by?: string | null;
|
|
15159
|
+
declined_by_name?: string | null;
|
|
15160
|
+
cancelled_by?: string | null;
|
|
15161
|
+
cancelled_by_name?: string | null;
|
|
14970
15162
|
inquirer_first_name?: string | null;
|
|
14971
15163
|
inquirer_last_name?: string | null;
|
|
14972
15164
|
inquirer_email?: string | null;
|
|
@@ -15266,6 +15458,14 @@ export interface paths {
|
|
|
15266
15458
|
} | null;
|
|
15267
15459
|
inquiry_text?: string;
|
|
15268
15460
|
responded_at?: string | null;
|
|
15461
|
+
submitted_by?: string | null;
|
|
15462
|
+
submitted_by_name?: string | null;
|
|
15463
|
+
accepted_by?: string | null;
|
|
15464
|
+
accepted_by_name?: string | null;
|
|
15465
|
+
declined_by?: string | null;
|
|
15466
|
+
declined_by_name?: string | null;
|
|
15467
|
+
cancelled_by?: string | null;
|
|
15468
|
+
cancelled_by_name?: string | null;
|
|
15269
15469
|
inquirer_first_name?: string | null;
|
|
15270
15470
|
inquirer_last_name?: string | null;
|
|
15271
15471
|
inquirer_email?: string | null;
|
|
@@ -15544,6 +15744,14 @@ export interface paths {
|
|
|
15544
15744
|
} | null;
|
|
15545
15745
|
inquiry_text?: string;
|
|
15546
15746
|
responded_at?: string | null;
|
|
15747
|
+
submitted_by?: string | null;
|
|
15748
|
+
submitted_by_name?: string | null;
|
|
15749
|
+
accepted_by?: string | null;
|
|
15750
|
+
accepted_by_name?: string | null;
|
|
15751
|
+
declined_by?: string | null;
|
|
15752
|
+
declined_by_name?: string | null;
|
|
15753
|
+
cancelled_by?: string | null;
|
|
15754
|
+
cancelled_by_name?: string | null;
|
|
15547
15755
|
inquirer_first_name?: string | null;
|
|
15548
15756
|
inquirer_last_name?: string | null;
|
|
15549
15757
|
inquirer_email?: string | null;
|
|
@@ -15816,6 +16024,14 @@ export interface paths {
|
|
|
15816
16024
|
} | null;
|
|
15817
16025
|
inquiry_text?: string;
|
|
15818
16026
|
responded_at?: string | null;
|
|
16027
|
+
submitted_by?: string | null;
|
|
16028
|
+
submitted_by_name?: string | null;
|
|
16029
|
+
accepted_by?: string | null;
|
|
16030
|
+
accepted_by_name?: string | null;
|
|
16031
|
+
declined_by?: string | null;
|
|
16032
|
+
declined_by_name?: string | null;
|
|
16033
|
+
cancelled_by?: string | null;
|
|
16034
|
+
cancelled_by_name?: string | null;
|
|
15819
16035
|
inquirer_first_name?: string | null;
|
|
15820
16036
|
inquirer_last_name?: string | null;
|
|
15821
16037
|
inquirer_email?: string | null;
|
|
@@ -16088,6 +16304,14 @@ export interface paths {
|
|
|
16088
16304
|
} | null;
|
|
16089
16305
|
inquiry_text?: string;
|
|
16090
16306
|
responded_at?: string | null;
|
|
16307
|
+
submitted_by?: string | null;
|
|
16308
|
+
submitted_by_name?: string | null;
|
|
16309
|
+
accepted_by?: string | null;
|
|
16310
|
+
accepted_by_name?: string | null;
|
|
16311
|
+
declined_by?: string | null;
|
|
16312
|
+
declined_by_name?: string | null;
|
|
16313
|
+
cancelled_by?: string | null;
|
|
16314
|
+
cancelled_by_name?: string | null;
|
|
16091
16315
|
inquirer_first_name?: string | null;
|
|
16092
16316
|
inquirer_last_name?: string | null;
|
|
16093
16317
|
inquirer_email?: string | null;
|
|
@@ -16360,6 +16584,14 @@ export interface paths {
|
|
|
16360
16584
|
} | null;
|
|
16361
16585
|
inquiry_text?: string;
|
|
16362
16586
|
responded_at?: string | null;
|
|
16587
|
+
submitted_by?: string | null;
|
|
16588
|
+
submitted_by_name?: string | null;
|
|
16589
|
+
accepted_by?: string | null;
|
|
16590
|
+
accepted_by_name?: string | null;
|
|
16591
|
+
declined_by?: string | null;
|
|
16592
|
+
declined_by_name?: string | null;
|
|
16593
|
+
cancelled_by?: string | null;
|
|
16594
|
+
cancelled_by_name?: string | null;
|
|
16363
16595
|
inquirer_first_name?: string | null;
|
|
16364
16596
|
inquirer_last_name?: string | null;
|
|
16365
16597
|
inquirer_email?: string | null;
|
|
@@ -16943,14 +17175,16 @@ export interface paths {
|
|
|
16943
17175
|
invitee_deleted: boolean | null;
|
|
16944
17176
|
invitee_deleted_at: string | null;
|
|
16945
17177
|
})[];
|
|
17178
|
+
pagination: {
|
|
17179
|
+
page: number;
|
|
17180
|
+
limit: number;
|
|
17181
|
+
offset?: number;
|
|
17182
|
+
total: number;
|
|
17183
|
+
has_more: boolean;
|
|
17184
|
+
};
|
|
16946
17185
|
metadata: {
|
|
16947
17186
|
viewerContext: string;
|
|
16948
|
-
|
|
16949
|
-
page: number;
|
|
16950
|
-
limit: number;
|
|
16951
|
-
total: number;
|
|
16952
|
-
has_more: boolean;
|
|
16953
|
-
};
|
|
17187
|
+
timestamp?: string;
|
|
16954
17188
|
filters?: unknown;
|
|
16955
17189
|
};
|
|
16956
17190
|
};
|
|
@@ -17046,14 +17280,16 @@ export interface paths {
|
|
|
17046
17280
|
invitee_deleted: boolean | null;
|
|
17047
17281
|
invitee_deleted_at: string | null;
|
|
17048
17282
|
})[];
|
|
17283
|
+
pagination: {
|
|
17284
|
+
page: number;
|
|
17285
|
+
limit: number;
|
|
17286
|
+
offset?: number;
|
|
17287
|
+
total: number;
|
|
17288
|
+
has_more: boolean;
|
|
17289
|
+
};
|
|
17049
17290
|
metadata: {
|
|
17050
17291
|
viewerContext: string;
|
|
17051
|
-
|
|
17052
|
-
page: number;
|
|
17053
|
-
limit: number;
|
|
17054
|
-
total: number;
|
|
17055
|
-
has_more: boolean;
|
|
17056
|
-
};
|
|
17292
|
+
timestamp?: string;
|
|
17057
17293
|
filters?: unknown;
|
|
17058
17294
|
};
|
|
17059
17295
|
};
|
|
@@ -17123,6 +17359,55 @@ export interface paths {
|
|
|
17123
17359
|
patch?: never;
|
|
17124
17360
|
trace?: never;
|
|
17125
17361
|
};
|
|
17362
|
+
'/api/invites/assistants': {
|
|
17363
|
+
parameters: {
|
|
17364
|
+
query?: never;
|
|
17365
|
+
header?: never;
|
|
17366
|
+
path?: never;
|
|
17367
|
+
cookie?: never;
|
|
17368
|
+
};
|
|
17369
|
+
/**
|
|
17370
|
+
* List invitable assistants
|
|
17371
|
+
* @description Get list of assistants you can invite based on existing contracts
|
|
17372
|
+
*/
|
|
17373
|
+
get: {
|
|
17374
|
+
parameters: {
|
|
17375
|
+
query?: {
|
|
17376
|
+
search?: string;
|
|
17377
|
+
};
|
|
17378
|
+
header?: never;
|
|
17379
|
+
path?: never;
|
|
17380
|
+
cookie?: never;
|
|
17381
|
+
};
|
|
17382
|
+
requestBody?: never;
|
|
17383
|
+
responses: {
|
|
17384
|
+
/** @description Default Response */
|
|
17385
|
+
200: {
|
|
17386
|
+
headers: {
|
|
17387
|
+
[name: string]: unknown;
|
|
17388
|
+
};
|
|
17389
|
+
content: {
|
|
17390
|
+
'application/json': {
|
|
17391
|
+
data: {
|
|
17392
|
+
/** Format: uuid */
|
|
17393
|
+
id: string;
|
|
17394
|
+
email: string;
|
|
17395
|
+
full_name: string;
|
|
17396
|
+
phone?: string;
|
|
17397
|
+
}[];
|
|
17398
|
+
};
|
|
17399
|
+
};
|
|
17400
|
+
};
|
|
17401
|
+
};
|
|
17402
|
+
};
|
|
17403
|
+
put?: never;
|
|
17404
|
+
post?: never;
|
|
17405
|
+
delete?: never;
|
|
17406
|
+
options?: never;
|
|
17407
|
+
head?: never;
|
|
17408
|
+
patch?: never;
|
|
17409
|
+
trace?: never;
|
|
17410
|
+
};
|
|
17126
17411
|
'/api/invites/sent': {
|
|
17127
17412
|
parameters: {
|
|
17128
17413
|
query?: never;
|
|
@@ -17203,14 +17488,16 @@ export interface paths {
|
|
|
17203
17488
|
invitee_deleted: boolean | null;
|
|
17204
17489
|
invitee_deleted_at: string | null;
|
|
17205
17490
|
})[];
|
|
17491
|
+
pagination: {
|
|
17492
|
+
page: number;
|
|
17493
|
+
limit: number;
|
|
17494
|
+
offset?: number;
|
|
17495
|
+
total: number;
|
|
17496
|
+
has_more: boolean;
|
|
17497
|
+
};
|
|
17206
17498
|
metadata: {
|
|
17207
17499
|
viewerContext: string;
|
|
17208
|
-
|
|
17209
|
-
page: number;
|
|
17210
|
-
limit: number;
|
|
17211
|
-
total: number;
|
|
17212
|
-
has_more: boolean;
|
|
17213
|
-
};
|
|
17500
|
+
timestamp?: string;
|
|
17214
17501
|
filters?: unknown;
|
|
17215
17502
|
};
|
|
17216
17503
|
};
|
|
@@ -17306,14 +17593,16 @@ export interface paths {
|
|
|
17306
17593
|
invitee_deleted: boolean | null;
|
|
17307
17594
|
invitee_deleted_at: string | null;
|
|
17308
17595
|
})[];
|
|
17596
|
+
pagination: {
|
|
17597
|
+
page: number;
|
|
17598
|
+
limit: number;
|
|
17599
|
+
offset?: number;
|
|
17600
|
+
total: number;
|
|
17601
|
+
has_more: boolean;
|
|
17602
|
+
};
|
|
17309
17603
|
metadata: {
|
|
17310
17604
|
viewerContext: string;
|
|
17311
|
-
|
|
17312
|
-
page: number;
|
|
17313
|
-
limit: number;
|
|
17314
|
-
total: number;
|
|
17315
|
-
has_more: boolean;
|
|
17316
|
-
};
|
|
17605
|
+
timestamp?: string;
|
|
17317
17606
|
filters?: unknown;
|
|
17318
17607
|
};
|
|
17319
17608
|
};
|
|
@@ -17590,24 +17879,53 @@ export interface paths {
|
|
|
17590
17879
|
};
|
|
17591
17880
|
};
|
|
17592
17881
|
responses: {
|
|
17593
|
-
/** @description Response
|
|
17882
|
+
/** @description Default Response */
|
|
17594
17883
|
201: {
|
|
17595
17884
|
headers: {
|
|
17596
17885
|
[name: string]: unknown;
|
|
17597
17886
|
};
|
|
17598
17887
|
content: {
|
|
17599
17888
|
'application/json': {
|
|
17600
|
-
/**
|
|
17601
|
-
|
|
17602
|
-
|
|
17603
|
-
|
|
17604
|
-
|
|
17605
|
-
|
|
17606
|
-
|
|
17607
|
-
|
|
17608
|
-
|
|
17609
|
-
|
|
17610
|
-
|
|
17889
|
+
/**
|
|
17890
|
+
* Create Invite Data
|
|
17891
|
+
* @description Invite data after creation
|
|
17892
|
+
*/
|
|
17893
|
+
data: {
|
|
17894
|
+
/** Format: uuid */
|
|
17895
|
+
id: string;
|
|
17896
|
+
/** Format: uuid */
|
|
17897
|
+
inviter_id: string;
|
|
17898
|
+
invitee_id: string | null;
|
|
17899
|
+
email: string | null;
|
|
17900
|
+
account_id: string | null;
|
|
17901
|
+
conversation_id: string | null;
|
|
17902
|
+
/** @enum {string} */
|
|
17903
|
+
status: 'draft';
|
|
17904
|
+
message: string;
|
|
17905
|
+
lifecycle_status: string;
|
|
17906
|
+
/** Format: date-time */
|
|
17907
|
+
created_at: string;
|
|
17908
|
+
/** Format: date-time */
|
|
17909
|
+
updated_at: string;
|
|
17910
|
+
};
|
|
17911
|
+
metadata: {
|
|
17912
|
+
/** @enum {string} */
|
|
17913
|
+
viewerContext: 'owner';
|
|
17914
|
+
permissions: {
|
|
17915
|
+
canView: boolean;
|
|
17916
|
+
canEdit: boolean;
|
|
17917
|
+
canDelete: boolean;
|
|
17918
|
+
canSubmit: boolean;
|
|
17919
|
+
canAccept: boolean;
|
|
17920
|
+
canDecline: boolean;
|
|
17921
|
+
canCancel: boolean;
|
|
17922
|
+
canArchive: boolean;
|
|
17923
|
+
canCreateContract: boolean;
|
|
17924
|
+
};
|
|
17925
|
+
stats?: {
|
|
17926
|
+
createdAt: string;
|
|
17927
|
+
};
|
|
17928
|
+
};
|
|
17611
17929
|
};
|
|
17612
17930
|
};
|
|
17613
17931
|
};
|
|
@@ -18359,21 +18677,27 @@ export interface paths {
|
|
|
18359
18677
|
decision_owner_id?: string | null;
|
|
18360
18678
|
decision_owner_name?: string | null;
|
|
18361
18679
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
18362
|
-
|
|
18363
|
-
contract_invite_status?: string | null;
|
|
18680
|
+
phase_1_submission_completed_at?: string | null;
|
|
18364
18681
|
phase_1_submission_completed_by?: string | null;
|
|
18682
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
18683
|
+
phase_2_submission_completed_at?: string | null;
|
|
18365
18684
|
phase_2_submission_completed_by?: string | null;
|
|
18685
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
18366
18686
|
direct_submitted_at?: string | null;
|
|
18367
18687
|
direct_submitted_by?: string | null;
|
|
18688
|
+
direct_submitted_by_name?: string | null;
|
|
18368
18689
|
submitted_by?: string | null;
|
|
18690
|
+
submitted_by_name?: string | null;
|
|
18369
18691
|
submitted_at?: string | null;
|
|
18692
|
+
submitted_to_uloba_at?: string | null;
|
|
18693
|
+
submitted_to_uloba_by?: string | null;
|
|
18694
|
+
submitted_to_uloba_by_name?: string | null;
|
|
18370
18695
|
coordinator_submitted_at?: string | null;
|
|
18371
18696
|
coordinator_submitted_by?: string | null;
|
|
18372
18697
|
worker_submitted_at?: string | null;
|
|
18373
18698
|
worker_submitted_by?: string | null;
|
|
18374
18699
|
ready_for_submission_at?: string | null;
|
|
18375
18700
|
ready_for_submission_by?: string | null;
|
|
18376
|
-
submitted_to_uloba_at?: string | null;
|
|
18377
18701
|
draft_at?: string | null;
|
|
18378
18702
|
draft_by?: string | null;
|
|
18379
18703
|
validation_failed_at?: string | null;
|
|
@@ -18388,16 +18712,24 @@ export interface paths {
|
|
|
18388
18712
|
signed_by?: string | null;
|
|
18389
18713
|
activated_at?: string | null;
|
|
18390
18714
|
activated_by?: string | null;
|
|
18715
|
+
activated_by_name?: string | null;
|
|
18391
18716
|
completed_at?: string | null;
|
|
18392
18717
|
completed_by?: string | null;
|
|
18718
|
+
completed_by_name?: string | null;
|
|
18393
18719
|
terminated_at?: string | null;
|
|
18394
18720
|
terminated_by?: string | null;
|
|
18721
|
+
terminated_by_name?: string | null;
|
|
18722
|
+
terminated_message?: string | null;
|
|
18395
18723
|
terminated_reason?: string | null;
|
|
18396
18724
|
rejected_at?: string | null;
|
|
18397
18725
|
rejected_by?: string | null;
|
|
18726
|
+
rejected_by_name?: string | null;
|
|
18727
|
+
rejected_message?: string | null;
|
|
18398
18728
|
rejected_reason?: string | null;
|
|
18399
18729
|
cancelled_at?: string | null;
|
|
18400
18730
|
cancelled_by?: string | null;
|
|
18731
|
+
cancelled_by_name?: string | null;
|
|
18732
|
+
cancelled_message?: string | null;
|
|
18401
18733
|
cancelled_reason?: string | null;
|
|
18402
18734
|
temporary_position_reason?: string | null;
|
|
18403
18735
|
archived_by_employer?: boolean | null;
|
|
@@ -18651,21 +18983,27 @@ export interface paths {
|
|
|
18651
18983
|
decision_owner_id?: string | null;
|
|
18652
18984
|
decision_owner_name?: string | null;
|
|
18653
18985
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
18654
|
-
|
|
18655
|
-
contract_invite_status?: string | null;
|
|
18986
|
+
phase_1_submission_completed_at?: string | null;
|
|
18656
18987
|
phase_1_submission_completed_by?: string | null;
|
|
18988
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
18989
|
+
phase_2_submission_completed_at?: string | null;
|
|
18657
18990
|
phase_2_submission_completed_by?: string | null;
|
|
18991
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
18658
18992
|
direct_submitted_at?: string | null;
|
|
18659
18993
|
direct_submitted_by?: string | null;
|
|
18994
|
+
direct_submitted_by_name?: string | null;
|
|
18660
18995
|
submitted_by?: string | null;
|
|
18996
|
+
submitted_by_name?: string | null;
|
|
18661
18997
|
submitted_at?: string | null;
|
|
18998
|
+
submitted_to_uloba_at?: string | null;
|
|
18999
|
+
submitted_to_uloba_by?: string | null;
|
|
19000
|
+
submitted_to_uloba_by_name?: string | null;
|
|
18662
19001
|
coordinator_submitted_at?: string | null;
|
|
18663
19002
|
coordinator_submitted_by?: string | null;
|
|
18664
19003
|
worker_submitted_at?: string | null;
|
|
18665
19004
|
worker_submitted_by?: string | null;
|
|
18666
19005
|
ready_for_submission_at?: string | null;
|
|
18667
19006
|
ready_for_submission_by?: string | null;
|
|
18668
|
-
submitted_to_uloba_at?: string | null;
|
|
18669
19007
|
draft_at?: string | null;
|
|
18670
19008
|
draft_by?: string | null;
|
|
18671
19009
|
validation_failed_at?: string | null;
|
|
@@ -18680,16 +19018,24 @@ export interface paths {
|
|
|
18680
19018
|
signed_by?: string | null;
|
|
18681
19019
|
activated_at?: string | null;
|
|
18682
19020
|
activated_by?: string | null;
|
|
19021
|
+
activated_by_name?: string | null;
|
|
18683
19022
|
completed_at?: string | null;
|
|
18684
19023
|
completed_by?: string | null;
|
|
19024
|
+
completed_by_name?: string | null;
|
|
18685
19025
|
terminated_at?: string | null;
|
|
18686
19026
|
terminated_by?: string | null;
|
|
19027
|
+
terminated_by_name?: string | null;
|
|
19028
|
+
terminated_message?: string | null;
|
|
18687
19029
|
terminated_reason?: string | null;
|
|
18688
19030
|
rejected_at?: string | null;
|
|
18689
19031
|
rejected_by?: string | null;
|
|
19032
|
+
rejected_by_name?: string | null;
|
|
19033
|
+
rejected_message?: string | null;
|
|
18690
19034
|
rejected_reason?: string | null;
|
|
18691
19035
|
cancelled_at?: string | null;
|
|
18692
19036
|
cancelled_by?: string | null;
|
|
19037
|
+
cancelled_by_name?: string | null;
|
|
19038
|
+
cancelled_message?: string | null;
|
|
18693
19039
|
cancelled_reason?: string | null;
|
|
18694
19040
|
temporary_position_reason?: string | null;
|
|
18695
19041
|
archived_by_employer?: boolean | null;
|
|
@@ -18923,21 +19269,27 @@ export interface paths {
|
|
|
18923
19269
|
decision_owner_id?: string | null;
|
|
18924
19270
|
decision_owner_name?: string | null;
|
|
18925
19271
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
18926
|
-
|
|
18927
|
-
contract_invite_status?: string | null;
|
|
19272
|
+
phase_1_submission_completed_at?: string | null;
|
|
18928
19273
|
phase_1_submission_completed_by?: string | null;
|
|
19274
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
19275
|
+
phase_2_submission_completed_at?: string | null;
|
|
18929
19276
|
phase_2_submission_completed_by?: string | null;
|
|
19277
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
18930
19278
|
direct_submitted_at?: string | null;
|
|
18931
19279
|
direct_submitted_by?: string | null;
|
|
19280
|
+
direct_submitted_by_name?: string | null;
|
|
18932
19281
|
submitted_by?: string | null;
|
|
19282
|
+
submitted_by_name?: string | null;
|
|
18933
19283
|
submitted_at?: string | null;
|
|
19284
|
+
submitted_to_uloba_at?: string | null;
|
|
19285
|
+
submitted_to_uloba_by?: string | null;
|
|
19286
|
+
submitted_to_uloba_by_name?: string | null;
|
|
18934
19287
|
coordinator_submitted_at?: string | null;
|
|
18935
19288
|
coordinator_submitted_by?: string | null;
|
|
18936
19289
|
worker_submitted_at?: string | null;
|
|
18937
19290
|
worker_submitted_by?: string | null;
|
|
18938
19291
|
ready_for_submission_at?: string | null;
|
|
18939
19292
|
ready_for_submission_by?: string | null;
|
|
18940
|
-
submitted_to_uloba_at?: string | null;
|
|
18941
19293
|
draft_at?: string | null;
|
|
18942
19294
|
draft_by?: string | null;
|
|
18943
19295
|
validation_failed_at?: string | null;
|
|
@@ -18952,16 +19304,24 @@ export interface paths {
|
|
|
18952
19304
|
signed_by?: string | null;
|
|
18953
19305
|
activated_at?: string | null;
|
|
18954
19306
|
activated_by?: string | null;
|
|
19307
|
+
activated_by_name?: string | null;
|
|
18955
19308
|
completed_at?: string | null;
|
|
18956
19309
|
completed_by?: string | null;
|
|
19310
|
+
completed_by_name?: string | null;
|
|
18957
19311
|
terminated_at?: string | null;
|
|
18958
19312
|
terminated_by?: string | null;
|
|
19313
|
+
terminated_by_name?: string | null;
|
|
19314
|
+
terminated_message?: string | null;
|
|
18959
19315
|
terminated_reason?: string | null;
|
|
18960
19316
|
rejected_at?: string | null;
|
|
18961
19317
|
rejected_by?: string | null;
|
|
19318
|
+
rejected_by_name?: string | null;
|
|
19319
|
+
rejected_message?: string | null;
|
|
18962
19320
|
rejected_reason?: string | null;
|
|
18963
19321
|
cancelled_at?: string | null;
|
|
18964
19322
|
cancelled_by?: string | null;
|
|
19323
|
+
cancelled_by_name?: string | null;
|
|
19324
|
+
cancelled_message?: string | null;
|
|
18965
19325
|
cancelled_reason?: string | null;
|
|
18966
19326
|
temporary_position_reason?: string | null;
|
|
18967
19327
|
archived_by_employer?: boolean | null;
|
|
@@ -19191,21 +19551,27 @@ export interface paths {
|
|
|
19191
19551
|
decision_owner_id?: string | null;
|
|
19192
19552
|
decision_owner_name?: string | null;
|
|
19193
19553
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
19194
|
-
|
|
19195
|
-
contract_invite_status?: string | null;
|
|
19554
|
+
phase_1_submission_completed_at?: string | null;
|
|
19196
19555
|
phase_1_submission_completed_by?: string | null;
|
|
19556
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
19557
|
+
phase_2_submission_completed_at?: string | null;
|
|
19197
19558
|
phase_2_submission_completed_by?: string | null;
|
|
19559
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
19198
19560
|
direct_submitted_at?: string | null;
|
|
19199
19561
|
direct_submitted_by?: string | null;
|
|
19562
|
+
direct_submitted_by_name?: string | null;
|
|
19200
19563
|
submitted_by?: string | null;
|
|
19564
|
+
submitted_by_name?: string | null;
|
|
19201
19565
|
submitted_at?: string | null;
|
|
19566
|
+
submitted_to_uloba_at?: string | null;
|
|
19567
|
+
submitted_to_uloba_by?: string | null;
|
|
19568
|
+
submitted_to_uloba_by_name?: string | null;
|
|
19202
19569
|
coordinator_submitted_at?: string | null;
|
|
19203
19570
|
coordinator_submitted_by?: string | null;
|
|
19204
19571
|
worker_submitted_at?: string | null;
|
|
19205
19572
|
worker_submitted_by?: string | null;
|
|
19206
19573
|
ready_for_submission_at?: string | null;
|
|
19207
19574
|
ready_for_submission_by?: string | null;
|
|
19208
|
-
submitted_to_uloba_at?: string | null;
|
|
19209
19575
|
draft_at?: string | null;
|
|
19210
19576
|
draft_by?: string | null;
|
|
19211
19577
|
validation_failed_at?: string | null;
|
|
@@ -19220,16 +19586,24 @@ export interface paths {
|
|
|
19220
19586
|
signed_by?: string | null;
|
|
19221
19587
|
activated_at?: string | null;
|
|
19222
19588
|
activated_by?: string | null;
|
|
19589
|
+
activated_by_name?: string | null;
|
|
19223
19590
|
completed_at?: string | null;
|
|
19224
19591
|
completed_by?: string | null;
|
|
19592
|
+
completed_by_name?: string | null;
|
|
19225
19593
|
terminated_at?: string | null;
|
|
19226
19594
|
terminated_by?: string | null;
|
|
19595
|
+
terminated_by_name?: string | null;
|
|
19596
|
+
terminated_message?: string | null;
|
|
19227
19597
|
terminated_reason?: string | null;
|
|
19228
19598
|
rejected_at?: string | null;
|
|
19229
19599
|
rejected_by?: string | null;
|
|
19600
|
+
rejected_by_name?: string | null;
|
|
19601
|
+
rejected_message?: string | null;
|
|
19230
19602
|
rejected_reason?: string | null;
|
|
19231
19603
|
cancelled_at?: string | null;
|
|
19232
19604
|
cancelled_by?: string | null;
|
|
19605
|
+
cancelled_by_name?: string | null;
|
|
19606
|
+
cancelled_message?: string | null;
|
|
19233
19607
|
cancelled_reason?: string | null;
|
|
19234
19608
|
temporary_position_reason?: string | null;
|
|
19235
19609
|
archived_by_employer?: boolean | null;
|
|
@@ -19389,21 +19763,27 @@ export interface paths {
|
|
|
19389
19763
|
decision_owner_id?: string | null;
|
|
19390
19764
|
decision_owner_name?: string | null;
|
|
19391
19765
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
19392
|
-
|
|
19393
|
-
contract_invite_status?: string | null;
|
|
19766
|
+
phase_1_submission_completed_at?: string | null;
|
|
19394
19767
|
phase_1_submission_completed_by?: string | null;
|
|
19768
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
19769
|
+
phase_2_submission_completed_at?: string | null;
|
|
19395
19770
|
phase_2_submission_completed_by?: string | null;
|
|
19771
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
19396
19772
|
direct_submitted_at?: string | null;
|
|
19397
19773
|
direct_submitted_by?: string | null;
|
|
19774
|
+
direct_submitted_by_name?: string | null;
|
|
19398
19775
|
submitted_by?: string | null;
|
|
19776
|
+
submitted_by_name?: string | null;
|
|
19399
19777
|
submitted_at?: string | null;
|
|
19778
|
+
submitted_to_uloba_at?: string | null;
|
|
19779
|
+
submitted_to_uloba_by?: string | null;
|
|
19780
|
+
submitted_to_uloba_by_name?: string | null;
|
|
19400
19781
|
coordinator_submitted_at?: string | null;
|
|
19401
19782
|
coordinator_submitted_by?: string | null;
|
|
19402
19783
|
worker_submitted_at?: string | null;
|
|
19403
19784
|
worker_submitted_by?: string | null;
|
|
19404
19785
|
ready_for_submission_at?: string | null;
|
|
19405
19786
|
ready_for_submission_by?: string | null;
|
|
19406
|
-
submitted_to_uloba_at?: string | null;
|
|
19407
19787
|
draft_at?: string | null;
|
|
19408
19788
|
draft_by?: string | null;
|
|
19409
19789
|
validation_failed_at?: string | null;
|
|
@@ -19418,16 +19798,24 @@ export interface paths {
|
|
|
19418
19798
|
signed_by?: string | null;
|
|
19419
19799
|
activated_at?: string | null;
|
|
19420
19800
|
activated_by?: string | null;
|
|
19801
|
+
activated_by_name?: string | null;
|
|
19421
19802
|
completed_at?: string | null;
|
|
19422
19803
|
completed_by?: string | null;
|
|
19804
|
+
completed_by_name?: string | null;
|
|
19423
19805
|
terminated_at?: string | null;
|
|
19424
19806
|
terminated_by?: string | null;
|
|
19807
|
+
terminated_by_name?: string | null;
|
|
19808
|
+
terminated_message?: string | null;
|
|
19425
19809
|
terminated_reason?: string | null;
|
|
19426
19810
|
rejected_at?: string | null;
|
|
19427
19811
|
rejected_by?: string | null;
|
|
19812
|
+
rejected_by_name?: string | null;
|
|
19813
|
+
rejected_message?: string | null;
|
|
19428
19814
|
rejected_reason?: string | null;
|
|
19429
19815
|
cancelled_at?: string | null;
|
|
19430
19816
|
cancelled_by?: string | null;
|
|
19817
|
+
cancelled_by_name?: string | null;
|
|
19818
|
+
cancelled_message?: string | null;
|
|
19431
19819
|
cancelled_reason?: string | null;
|
|
19432
19820
|
temporary_position_reason?: string | null;
|
|
19433
19821
|
archived_by_employer?: boolean | null;
|
|
@@ -19653,21 +20041,27 @@ export interface paths {
|
|
|
19653
20041
|
decision_owner_id?: string | null;
|
|
19654
20042
|
decision_owner_name?: string | null;
|
|
19655
20043
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
19656
|
-
|
|
19657
|
-
contract_invite_status?: string | null;
|
|
20044
|
+
phase_1_submission_completed_at?: string | null;
|
|
19658
20045
|
phase_1_submission_completed_by?: string | null;
|
|
20046
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
20047
|
+
phase_2_submission_completed_at?: string | null;
|
|
19659
20048
|
phase_2_submission_completed_by?: string | null;
|
|
20049
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
19660
20050
|
direct_submitted_at?: string | null;
|
|
19661
20051
|
direct_submitted_by?: string | null;
|
|
20052
|
+
direct_submitted_by_name?: string | null;
|
|
19662
20053
|
submitted_by?: string | null;
|
|
20054
|
+
submitted_by_name?: string | null;
|
|
19663
20055
|
submitted_at?: string | null;
|
|
20056
|
+
submitted_to_uloba_at?: string | null;
|
|
20057
|
+
submitted_to_uloba_by?: string | null;
|
|
20058
|
+
submitted_to_uloba_by_name?: string | null;
|
|
19664
20059
|
coordinator_submitted_at?: string | null;
|
|
19665
20060
|
coordinator_submitted_by?: string | null;
|
|
19666
20061
|
worker_submitted_at?: string | null;
|
|
19667
20062
|
worker_submitted_by?: string | null;
|
|
19668
20063
|
ready_for_submission_at?: string | null;
|
|
19669
20064
|
ready_for_submission_by?: string | null;
|
|
19670
|
-
submitted_to_uloba_at?: string | null;
|
|
19671
20065
|
draft_at?: string | null;
|
|
19672
20066
|
draft_by?: string | null;
|
|
19673
20067
|
validation_failed_at?: string | null;
|
|
@@ -19682,16 +20076,24 @@ export interface paths {
|
|
|
19682
20076
|
signed_by?: string | null;
|
|
19683
20077
|
activated_at?: string | null;
|
|
19684
20078
|
activated_by?: string | null;
|
|
20079
|
+
activated_by_name?: string | null;
|
|
19685
20080
|
completed_at?: string | null;
|
|
19686
20081
|
completed_by?: string | null;
|
|
20082
|
+
completed_by_name?: string | null;
|
|
19687
20083
|
terminated_at?: string | null;
|
|
19688
20084
|
terminated_by?: string | null;
|
|
20085
|
+
terminated_by_name?: string | null;
|
|
20086
|
+
terminated_message?: string | null;
|
|
19689
20087
|
terminated_reason?: string | null;
|
|
19690
20088
|
rejected_at?: string | null;
|
|
19691
20089
|
rejected_by?: string | null;
|
|
20090
|
+
rejected_by_name?: string | null;
|
|
20091
|
+
rejected_message?: string | null;
|
|
19692
20092
|
rejected_reason?: string | null;
|
|
19693
20093
|
cancelled_at?: string | null;
|
|
19694
20094
|
cancelled_by?: string | null;
|
|
20095
|
+
cancelled_by_name?: string | null;
|
|
20096
|
+
cancelled_message?: string | null;
|
|
19695
20097
|
cancelled_reason?: string | null;
|
|
19696
20098
|
temporary_position_reason?: string | null;
|
|
19697
20099
|
archived_by_employer?: boolean | null;
|
|
@@ -19838,21 +20240,27 @@ export interface paths {
|
|
|
19838
20240
|
decision_owner_id?: string | null;
|
|
19839
20241
|
decision_owner_name?: string | null;
|
|
19840
20242
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
19841
|
-
|
|
19842
|
-
contract_invite_status?: string | null;
|
|
20243
|
+
phase_1_submission_completed_at?: string | null;
|
|
19843
20244
|
phase_1_submission_completed_by?: string | null;
|
|
20245
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
20246
|
+
phase_2_submission_completed_at?: string | null;
|
|
19844
20247
|
phase_2_submission_completed_by?: string | null;
|
|
20248
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
19845
20249
|
direct_submitted_at?: string | null;
|
|
19846
20250
|
direct_submitted_by?: string | null;
|
|
20251
|
+
direct_submitted_by_name?: string | null;
|
|
19847
20252
|
submitted_by?: string | null;
|
|
20253
|
+
submitted_by_name?: string | null;
|
|
19848
20254
|
submitted_at?: string | null;
|
|
20255
|
+
submitted_to_uloba_at?: string | null;
|
|
20256
|
+
submitted_to_uloba_by?: string | null;
|
|
20257
|
+
submitted_to_uloba_by_name?: string | null;
|
|
19849
20258
|
coordinator_submitted_at?: string | null;
|
|
19850
20259
|
coordinator_submitted_by?: string | null;
|
|
19851
20260
|
worker_submitted_at?: string | null;
|
|
19852
20261
|
worker_submitted_by?: string | null;
|
|
19853
20262
|
ready_for_submission_at?: string | null;
|
|
19854
20263
|
ready_for_submission_by?: string | null;
|
|
19855
|
-
submitted_to_uloba_at?: string | null;
|
|
19856
20264
|
draft_at?: string | null;
|
|
19857
20265
|
draft_by?: string | null;
|
|
19858
20266
|
validation_failed_at?: string | null;
|
|
@@ -19867,16 +20275,24 @@ export interface paths {
|
|
|
19867
20275
|
signed_by?: string | null;
|
|
19868
20276
|
activated_at?: string | null;
|
|
19869
20277
|
activated_by?: string | null;
|
|
20278
|
+
activated_by_name?: string | null;
|
|
19870
20279
|
completed_at?: string | null;
|
|
19871
20280
|
completed_by?: string | null;
|
|
20281
|
+
completed_by_name?: string | null;
|
|
19872
20282
|
terminated_at?: string | null;
|
|
19873
20283
|
terminated_by?: string | null;
|
|
20284
|
+
terminated_by_name?: string | null;
|
|
20285
|
+
terminated_message?: string | null;
|
|
19874
20286
|
terminated_reason?: string | null;
|
|
19875
20287
|
rejected_at?: string | null;
|
|
19876
20288
|
rejected_by?: string | null;
|
|
20289
|
+
rejected_by_name?: string | null;
|
|
20290
|
+
rejected_message?: string | null;
|
|
19877
20291
|
rejected_reason?: string | null;
|
|
19878
20292
|
cancelled_at?: string | null;
|
|
19879
20293
|
cancelled_by?: string | null;
|
|
20294
|
+
cancelled_by_name?: string | null;
|
|
20295
|
+
cancelled_message?: string | null;
|
|
19880
20296
|
cancelled_reason?: string | null;
|
|
19881
20297
|
temporary_position_reason?: string | null;
|
|
19882
20298
|
archived_by_employer?: boolean | null;
|
|
@@ -20126,21 +20542,27 @@ export interface paths {
|
|
|
20126
20542
|
decision_owner_id?: string | null;
|
|
20127
20543
|
decision_owner_name?: string | null;
|
|
20128
20544
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
20129
|
-
|
|
20130
|
-
contract_invite_status?: string | null;
|
|
20545
|
+
phase_1_submission_completed_at?: string | null;
|
|
20131
20546
|
phase_1_submission_completed_by?: string | null;
|
|
20547
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
20548
|
+
phase_2_submission_completed_at?: string | null;
|
|
20132
20549
|
phase_2_submission_completed_by?: string | null;
|
|
20550
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
20133
20551
|
direct_submitted_at?: string | null;
|
|
20134
20552
|
direct_submitted_by?: string | null;
|
|
20553
|
+
direct_submitted_by_name?: string | null;
|
|
20135
20554
|
submitted_by?: string | null;
|
|
20555
|
+
submitted_by_name?: string | null;
|
|
20136
20556
|
submitted_at?: string | null;
|
|
20557
|
+
submitted_to_uloba_at?: string | null;
|
|
20558
|
+
submitted_to_uloba_by?: string | null;
|
|
20559
|
+
submitted_to_uloba_by_name?: string | null;
|
|
20137
20560
|
coordinator_submitted_at?: string | null;
|
|
20138
20561
|
coordinator_submitted_by?: string | null;
|
|
20139
20562
|
worker_submitted_at?: string | null;
|
|
20140
20563
|
worker_submitted_by?: string | null;
|
|
20141
20564
|
ready_for_submission_at?: string | null;
|
|
20142
20565
|
ready_for_submission_by?: string | null;
|
|
20143
|
-
submitted_to_uloba_at?: string | null;
|
|
20144
20566
|
draft_at?: string | null;
|
|
20145
20567
|
draft_by?: string | null;
|
|
20146
20568
|
validation_failed_at?: string | null;
|
|
@@ -20155,16 +20577,24 @@ export interface paths {
|
|
|
20155
20577
|
signed_by?: string | null;
|
|
20156
20578
|
activated_at?: string | null;
|
|
20157
20579
|
activated_by?: string | null;
|
|
20580
|
+
activated_by_name?: string | null;
|
|
20158
20581
|
completed_at?: string | null;
|
|
20159
20582
|
completed_by?: string | null;
|
|
20583
|
+
completed_by_name?: string | null;
|
|
20160
20584
|
terminated_at?: string | null;
|
|
20161
20585
|
terminated_by?: string | null;
|
|
20586
|
+
terminated_by_name?: string | null;
|
|
20587
|
+
terminated_message?: string | null;
|
|
20162
20588
|
terminated_reason?: string | null;
|
|
20163
20589
|
rejected_at?: string | null;
|
|
20164
20590
|
rejected_by?: string | null;
|
|
20591
|
+
rejected_by_name?: string | null;
|
|
20592
|
+
rejected_message?: string | null;
|
|
20165
20593
|
rejected_reason?: string | null;
|
|
20166
20594
|
cancelled_at?: string | null;
|
|
20167
20595
|
cancelled_by?: string | null;
|
|
20596
|
+
cancelled_by_name?: string | null;
|
|
20597
|
+
cancelled_message?: string | null;
|
|
20168
20598
|
cancelled_reason?: string | null;
|
|
20169
20599
|
temporary_position_reason?: string | null;
|
|
20170
20600
|
archived_by_employer?: boolean | null;
|
|
@@ -20621,21 +21051,27 @@ export interface paths {
|
|
|
20621
21051
|
decision_owner_id?: string | null;
|
|
20622
21052
|
decision_owner_name?: string | null;
|
|
20623
21053
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
20624
|
-
|
|
20625
|
-
contract_invite_status?: string | null;
|
|
21054
|
+
phase_1_submission_completed_at?: string | null;
|
|
20626
21055
|
phase_1_submission_completed_by?: string | null;
|
|
21056
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
21057
|
+
phase_2_submission_completed_at?: string | null;
|
|
20627
21058
|
phase_2_submission_completed_by?: string | null;
|
|
21059
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
20628
21060
|
direct_submitted_at?: string | null;
|
|
20629
21061
|
direct_submitted_by?: string | null;
|
|
21062
|
+
direct_submitted_by_name?: string | null;
|
|
20630
21063
|
submitted_by?: string | null;
|
|
21064
|
+
submitted_by_name?: string | null;
|
|
20631
21065
|
submitted_at?: string | null;
|
|
21066
|
+
submitted_to_uloba_at?: string | null;
|
|
21067
|
+
submitted_to_uloba_by?: string | null;
|
|
21068
|
+
submitted_to_uloba_by_name?: string | null;
|
|
20632
21069
|
coordinator_submitted_at?: string | null;
|
|
20633
21070
|
coordinator_submitted_by?: string | null;
|
|
20634
21071
|
worker_submitted_at?: string | null;
|
|
20635
21072
|
worker_submitted_by?: string | null;
|
|
20636
21073
|
ready_for_submission_at?: string | null;
|
|
20637
21074
|
ready_for_submission_by?: string | null;
|
|
20638
|
-
submitted_to_uloba_at?: string | null;
|
|
20639
21075
|
draft_at?: string | null;
|
|
20640
21076
|
draft_by?: string | null;
|
|
20641
21077
|
validation_failed_at?: string | null;
|
|
@@ -20650,16 +21086,24 @@ export interface paths {
|
|
|
20650
21086
|
signed_by?: string | null;
|
|
20651
21087
|
activated_at?: string | null;
|
|
20652
21088
|
activated_by?: string | null;
|
|
21089
|
+
activated_by_name?: string | null;
|
|
20653
21090
|
completed_at?: string | null;
|
|
20654
21091
|
completed_by?: string | null;
|
|
21092
|
+
completed_by_name?: string | null;
|
|
20655
21093
|
terminated_at?: string | null;
|
|
20656
21094
|
terminated_by?: string | null;
|
|
21095
|
+
terminated_by_name?: string | null;
|
|
21096
|
+
terminated_message?: string | null;
|
|
20657
21097
|
terminated_reason?: string | null;
|
|
20658
21098
|
rejected_at?: string | null;
|
|
20659
21099
|
rejected_by?: string | null;
|
|
21100
|
+
rejected_by_name?: string | null;
|
|
21101
|
+
rejected_message?: string | null;
|
|
20660
21102
|
rejected_reason?: string | null;
|
|
20661
21103
|
cancelled_at?: string | null;
|
|
20662
21104
|
cancelled_by?: string | null;
|
|
21105
|
+
cancelled_by_name?: string | null;
|
|
21106
|
+
cancelled_message?: string | null;
|
|
20663
21107
|
cancelled_reason?: string | null;
|
|
20664
21108
|
temporary_position_reason?: string | null;
|
|
20665
21109
|
archived_by_employer?: boolean | null;
|
|
@@ -20916,21 +21360,27 @@ export interface paths {
|
|
|
20916
21360
|
decision_owner_id?: string | null;
|
|
20917
21361
|
decision_owner_name?: string | null;
|
|
20918
21362
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
20919
|
-
|
|
20920
|
-
contract_invite_status?: string | null;
|
|
21363
|
+
phase_1_submission_completed_at?: string | null;
|
|
20921
21364
|
phase_1_submission_completed_by?: string | null;
|
|
21365
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
21366
|
+
phase_2_submission_completed_at?: string | null;
|
|
20922
21367
|
phase_2_submission_completed_by?: string | null;
|
|
21368
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
20923
21369
|
direct_submitted_at?: string | null;
|
|
20924
21370
|
direct_submitted_by?: string | null;
|
|
21371
|
+
direct_submitted_by_name?: string | null;
|
|
20925
21372
|
submitted_by?: string | null;
|
|
21373
|
+
submitted_by_name?: string | null;
|
|
20926
21374
|
submitted_at?: string | null;
|
|
21375
|
+
submitted_to_uloba_at?: string | null;
|
|
21376
|
+
submitted_to_uloba_by?: string | null;
|
|
21377
|
+
submitted_to_uloba_by_name?: string | null;
|
|
20927
21378
|
coordinator_submitted_at?: string | null;
|
|
20928
21379
|
coordinator_submitted_by?: string | null;
|
|
20929
21380
|
worker_submitted_at?: string | null;
|
|
20930
21381
|
worker_submitted_by?: string | null;
|
|
20931
21382
|
ready_for_submission_at?: string | null;
|
|
20932
21383
|
ready_for_submission_by?: string | null;
|
|
20933
|
-
submitted_to_uloba_at?: string | null;
|
|
20934
21384
|
draft_at?: string | null;
|
|
20935
21385
|
draft_by?: string | null;
|
|
20936
21386
|
validation_failed_at?: string | null;
|
|
@@ -20945,16 +21395,24 @@ export interface paths {
|
|
|
20945
21395
|
signed_by?: string | null;
|
|
20946
21396
|
activated_at?: string | null;
|
|
20947
21397
|
activated_by?: string | null;
|
|
21398
|
+
activated_by_name?: string | null;
|
|
20948
21399
|
completed_at?: string | null;
|
|
20949
21400
|
completed_by?: string | null;
|
|
21401
|
+
completed_by_name?: string | null;
|
|
20950
21402
|
terminated_at?: string | null;
|
|
20951
21403
|
terminated_by?: string | null;
|
|
21404
|
+
terminated_by_name?: string | null;
|
|
21405
|
+
terminated_message?: string | null;
|
|
20952
21406
|
terminated_reason?: string | null;
|
|
20953
21407
|
rejected_at?: string | null;
|
|
20954
21408
|
rejected_by?: string | null;
|
|
21409
|
+
rejected_by_name?: string | null;
|
|
21410
|
+
rejected_message?: string | null;
|
|
20955
21411
|
rejected_reason?: string | null;
|
|
20956
21412
|
cancelled_at?: string | null;
|
|
20957
21413
|
cancelled_by?: string | null;
|
|
21414
|
+
cancelled_by_name?: string | null;
|
|
21415
|
+
cancelled_message?: string | null;
|
|
20958
21416
|
cancelled_reason?: string | null;
|
|
20959
21417
|
temporary_position_reason?: string | null;
|
|
20960
21418
|
archived_by_employer?: boolean | null;
|
|
@@ -21192,21 +21650,27 @@ export interface paths {
|
|
|
21192
21650
|
decision_owner_id?: string | null;
|
|
21193
21651
|
decision_owner_name?: string | null;
|
|
21194
21652
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
21195
|
-
|
|
21196
|
-
contract_invite_status?: string | null;
|
|
21653
|
+
phase_1_submission_completed_at?: string | null;
|
|
21197
21654
|
phase_1_submission_completed_by?: string | null;
|
|
21655
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
21656
|
+
phase_2_submission_completed_at?: string | null;
|
|
21198
21657
|
phase_2_submission_completed_by?: string | null;
|
|
21658
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
21199
21659
|
direct_submitted_at?: string | null;
|
|
21200
21660
|
direct_submitted_by?: string | null;
|
|
21661
|
+
direct_submitted_by_name?: string | null;
|
|
21201
21662
|
submitted_by?: string | null;
|
|
21663
|
+
submitted_by_name?: string | null;
|
|
21202
21664
|
submitted_at?: string | null;
|
|
21665
|
+
submitted_to_uloba_at?: string | null;
|
|
21666
|
+
submitted_to_uloba_by?: string | null;
|
|
21667
|
+
submitted_to_uloba_by_name?: string | null;
|
|
21203
21668
|
coordinator_submitted_at?: string | null;
|
|
21204
21669
|
coordinator_submitted_by?: string | null;
|
|
21205
21670
|
worker_submitted_at?: string | null;
|
|
21206
21671
|
worker_submitted_by?: string | null;
|
|
21207
21672
|
ready_for_submission_at?: string | null;
|
|
21208
21673
|
ready_for_submission_by?: string | null;
|
|
21209
|
-
submitted_to_uloba_at?: string | null;
|
|
21210
21674
|
draft_at?: string | null;
|
|
21211
21675
|
draft_by?: string | null;
|
|
21212
21676
|
validation_failed_at?: string | null;
|
|
@@ -21221,16 +21685,24 @@ export interface paths {
|
|
|
21221
21685
|
signed_by?: string | null;
|
|
21222
21686
|
activated_at?: string | null;
|
|
21223
21687
|
activated_by?: string | null;
|
|
21688
|
+
activated_by_name?: string | null;
|
|
21224
21689
|
completed_at?: string | null;
|
|
21225
21690
|
completed_by?: string | null;
|
|
21691
|
+
completed_by_name?: string | null;
|
|
21226
21692
|
terminated_at?: string | null;
|
|
21227
21693
|
terminated_by?: string | null;
|
|
21694
|
+
terminated_by_name?: string | null;
|
|
21695
|
+
terminated_message?: string | null;
|
|
21228
21696
|
terminated_reason?: string | null;
|
|
21229
21697
|
rejected_at?: string | null;
|
|
21230
21698
|
rejected_by?: string | null;
|
|
21699
|
+
rejected_by_name?: string | null;
|
|
21700
|
+
rejected_message?: string | null;
|
|
21231
21701
|
rejected_reason?: string | null;
|
|
21232
21702
|
cancelled_at?: string | null;
|
|
21233
21703
|
cancelled_by?: string | null;
|
|
21704
|
+
cancelled_by_name?: string | null;
|
|
21705
|
+
cancelled_message?: string | null;
|
|
21234
21706
|
cancelled_reason?: string | null;
|
|
21235
21707
|
temporary_position_reason?: string | null;
|
|
21236
21708
|
archived_by_employer?: boolean | null;
|
|
@@ -21462,21 +21934,27 @@ export interface paths {
|
|
|
21462
21934
|
decision_owner_id?: string | null;
|
|
21463
21935
|
decision_owner_name?: string | null;
|
|
21464
21936
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
21465
|
-
|
|
21466
|
-
contract_invite_status?: string | null;
|
|
21937
|
+
phase_1_submission_completed_at?: string | null;
|
|
21467
21938
|
phase_1_submission_completed_by?: string | null;
|
|
21939
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
21940
|
+
phase_2_submission_completed_at?: string | null;
|
|
21468
21941
|
phase_2_submission_completed_by?: string | null;
|
|
21942
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
21469
21943
|
direct_submitted_at?: string | null;
|
|
21470
21944
|
direct_submitted_by?: string | null;
|
|
21945
|
+
direct_submitted_by_name?: string | null;
|
|
21471
21946
|
submitted_by?: string | null;
|
|
21947
|
+
submitted_by_name?: string | null;
|
|
21472
21948
|
submitted_at?: string | null;
|
|
21949
|
+
submitted_to_uloba_at?: string | null;
|
|
21950
|
+
submitted_to_uloba_by?: string | null;
|
|
21951
|
+
submitted_to_uloba_by_name?: string | null;
|
|
21473
21952
|
coordinator_submitted_at?: string | null;
|
|
21474
21953
|
coordinator_submitted_by?: string | null;
|
|
21475
21954
|
worker_submitted_at?: string | null;
|
|
21476
21955
|
worker_submitted_by?: string | null;
|
|
21477
21956
|
ready_for_submission_at?: string | null;
|
|
21478
21957
|
ready_for_submission_by?: string | null;
|
|
21479
|
-
submitted_to_uloba_at?: string | null;
|
|
21480
21958
|
draft_at?: string | null;
|
|
21481
21959
|
draft_by?: string | null;
|
|
21482
21960
|
validation_failed_at?: string | null;
|
|
@@ -21491,16 +21969,24 @@ export interface paths {
|
|
|
21491
21969
|
signed_by?: string | null;
|
|
21492
21970
|
activated_at?: string | null;
|
|
21493
21971
|
activated_by?: string | null;
|
|
21972
|
+
activated_by_name?: string | null;
|
|
21494
21973
|
completed_at?: string | null;
|
|
21495
21974
|
completed_by?: string | null;
|
|
21975
|
+
completed_by_name?: string | null;
|
|
21496
21976
|
terminated_at?: string | null;
|
|
21497
21977
|
terminated_by?: string | null;
|
|
21978
|
+
terminated_by_name?: string | null;
|
|
21979
|
+
terminated_message?: string | null;
|
|
21498
21980
|
terminated_reason?: string | null;
|
|
21499
21981
|
rejected_at?: string | null;
|
|
21500
21982
|
rejected_by?: string | null;
|
|
21983
|
+
rejected_by_name?: string | null;
|
|
21984
|
+
rejected_message?: string | null;
|
|
21501
21985
|
rejected_reason?: string | null;
|
|
21502
21986
|
cancelled_at?: string | null;
|
|
21503
21987
|
cancelled_by?: string | null;
|
|
21988
|
+
cancelled_by_name?: string | null;
|
|
21989
|
+
cancelled_message?: string | null;
|
|
21504
21990
|
cancelled_reason?: string | null;
|
|
21505
21991
|
temporary_position_reason?: string | null;
|
|
21506
21992
|
archived_by_employer?: boolean | null;
|
|
@@ -21739,21 +22225,27 @@ export interface paths {
|
|
|
21739
22225
|
decision_owner_id?: string | null;
|
|
21740
22226
|
decision_owner_name?: string | null;
|
|
21741
22227
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
21742
|
-
|
|
21743
|
-
contract_invite_status?: string | null;
|
|
22228
|
+
phase_1_submission_completed_at?: string | null;
|
|
21744
22229
|
phase_1_submission_completed_by?: string | null;
|
|
22230
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
22231
|
+
phase_2_submission_completed_at?: string | null;
|
|
21745
22232
|
phase_2_submission_completed_by?: string | null;
|
|
22233
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
21746
22234
|
direct_submitted_at?: string | null;
|
|
21747
22235
|
direct_submitted_by?: string | null;
|
|
22236
|
+
direct_submitted_by_name?: string | null;
|
|
21748
22237
|
submitted_by?: string | null;
|
|
22238
|
+
submitted_by_name?: string | null;
|
|
21749
22239
|
submitted_at?: string | null;
|
|
22240
|
+
submitted_to_uloba_at?: string | null;
|
|
22241
|
+
submitted_to_uloba_by?: string | null;
|
|
22242
|
+
submitted_to_uloba_by_name?: string | null;
|
|
21750
22243
|
coordinator_submitted_at?: string | null;
|
|
21751
22244
|
coordinator_submitted_by?: string | null;
|
|
21752
22245
|
worker_submitted_at?: string | null;
|
|
21753
22246
|
worker_submitted_by?: string | null;
|
|
21754
22247
|
ready_for_submission_at?: string | null;
|
|
21755
22248
|
ready_for_submission_by?: string | null;
|
|
21756
|
-
submitted_to_uloba_at?: string | null;
|
|
21757
22249
|
draft_at?: string | null;
|
|
21758
22250
|
draft_by?: string | null;
|
|
21759
22251
|
validation_failed_at?: string | null;
|
|
@@ -21768,16 +22260,24 @@ export interface paths {
|
|
|
21768
22260
|
signed_by?: string | null;
|
|
21769
22261
|
activated_at?: string | null;
|
|
21770
22262
|
activated_by?: string | null;
|
|
22263
|
+
activated_by_name?: string | null;
|
|
21771
22264
|
completed_at?: string | null;
|
|
21772
22265
|
completed_by?: string | null;
|
|
22266
|
+
completed_by_name?: string | null;
|
|
21773
22267
|
terminated_at?: string | null;
|
|
21774
22268
|
terminated_by?: string | null;
|
|
22269
|
+
terminated_by_name?: string | null;
|
|
22270
|
+
terminated_message?: string | null;
|
|
21775
22271
|
terminated_reason?: string | null;
|
|
21776
22272
|
rejected_at?: string | null;
|
|
21777
22273
|
rejected_by?: string | null;
|
|
22274
|
+
rejected_by_name?: string | null;
|
|
22275
|
+
rejected_message?: string | null;
|
|
21778
22276
|
rejected_reason?: string | null;
|
|
21779
22277
|
cancelled_at?: string | null;
|
|
21780
22278
|
cancelled_by?: string | null;
|
|
22279
|
+
cancelled_by_name?: string | null;
|
|
22280
|
+
cancelled_message?: string | null;
|
|
21781
22281
|
cancelled_reason?: string | null;
|
|
21782
22282
|
temporary_position_reason?: string | null;
|
|
21783
22283
|
archived_by_employer?: boolean | null;
|
|
@@ -22018,21 +22518,27 @@ export interface paths {
|
|
|
22018
22518
|
decision_owner_id?: string | null;
|
|
22019
22519
|
decision_owner_name?: string | null;
|
|
22020
22520
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
22021
|
-
|
|
22022
|
-
contract_invite_status?: string | null;
|
|
22521
|
+
phase_1_submission_completed_at?: string | null;
|
|
22023
22522
|
phase_1_submission_completed_by?: string | null;
|
|
22523
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
22524
|
+
phase_2_submission_completed_at?: string | null;
|
|
22024
22525
|
phase_2_submission_completed_by?: string | null;
|
|
22526
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
22025
22527
|
direct_submitted_at?: string | null;
|
|
22026
22528
|
direct_submitted_by?: string | null;
|
|
22529
|
+
direct_submitted_by_name?: string | null;
|
|
22027
22530
|
submitted_by?: string | null;
|
|
22531
|
+
submitted_by_name?: string | null;
|
|
22028
22532
|
submitted_at?: string | null;
|
|
22533
|
+
submitted_to_uloba_at?: string | null;
|
|
22534
|
+
submitted_to_uloba_by?: string | null;
|
|
22535
|
+
submitted_to_uloba_by_name?: string | null;
|
|
22029
22536
|
coordinator_submitted_at?: string | null;
|
|
22030
22537
|
coordinator_submitted_by?: string | null;
|
|
22031
22538
|
worker_submitted_at?: string | null;
|
|
22032
22539
|
worker_submitted_by?: string | null;
|
|
22033
22540
|
ready_for_submission_at?: string | null;
|
|
22034
22541
|
ready_for_submission_by?: string | null;
|
|
22035
|
-
submitted_to_uloba_at?: string | null;
|
|
22036
22542
|
draft_at?: string | null;
|
|
22037
22543
|
draft_by?: string | null;
|
|
22038
22544
|
validation_failed_at?: string | null;
|
|
@@ -22047,16 +22553,24 @@ export interface paths {
|
|
|
22047
22553
|
signed_by?: string | null;
|
|
22048
22554
|
activated_at?: string | null;
|
|
22049
22555
|
activated_by?: string | null;
|
|
22556
|
+
activated_by_name?: string | null;
|
|
22050
22557
|
completed_at?: string | null;
|
|
22051
22558
|
completed_by?: string | null;
|
|
22559
|
+
completed_by_name?: string | null;
|
|
22052
22560
|
terminated_at?: string | null;
|
|
22053
22561
|
terminated_by?: string | null;
|
|
22562
|
+
terminated_by_name?: string | null;
|
|
22563
|
+
terminated_message?: string | null;
|
|
22054
22564
|
terminated_reason?: string | null;
|
|
22055
22565
|
rejected_at?: string | null;
|
|
22056
22566
|
rejected_by?: string | null;
|
|
22567
|
+
rejected_by_name?: string | null;
|
|
22568
|
+
rejected_message?: string | null;
|
|
22057
22569
|
rejected_reason?: string | null;
|
|
22058
22570
|
cancelled_at?: string | null;
|
|
22059
22571
|
cancelled_by?: string | null;
|
|
22572
|
+
cancelled_by_name?: string | null;
|
|
22573
|
+
cancelled_message?: string | null;
|
|
22060
22574
|
cancelled_reason?: string | null;
|
|
22061
22575
|
temporary_position_reason?: string | null;
|
|
22062
22576
|
archived_by_employer?: boolean | null;
|
|
@@ -22295,21 +22809,27 @@ export interface paths {
|
|
|
22295
22809
|
decision_owner_id?: string | null;
|
|
22296
22810
|
decision_owner_name?: string | null;
|
|
22297
22811
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
22298
|
-
|
|
22299
|
-
contract_invite_status?: string | null;
|
|
22812
|
+
phase_1_submission_completed_at?: string | null;
|
|
22300
22813
|
phase_1_submission_completed_by?: string | null;
|
|
22814
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
22815
|
+
phase_2_submission_completed_at?: string | null;
|
|
22301
22816
|
phase_2_submission_completed_by?: string | null;
|
|
22817
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
22302
22818
|
direct_submitted_at?: string | null;
|
|
22303
22819
|
direct_submitted_by?: string | null;
|
|
22820
|
+
direct_submitted_by_name?: string | null;
|
|
22304
22821
|
submitted_by?: string | null;
|
|
22822
|
+
submitted_by_name?: string | null;
|
|
22305
22823
|
submitted_at?: string | null;
|
|
22824
|
+
submitted_to_uloba_at?: string | null;
|
|
22825
|
+
submitted_to_uloba_by?: string | null;
|
|
22826
|
+
submitted_to_uloba_by_name?: string | null;
|
|
22306
22827
|
coordinator_submitted_at?: string | null;
|
|
22307
22828
|
coordinator_submitted_by?: string | null;
|
|
22308
22829
|
worker_submitted_at?: string | null;
|
|
22309
22830
|
worker_submitted_by?: string | null;
|
|
22310
22831
|
ready_for_submission_at?: string | null;
|
|
22311
22832
|
ready_for_submission_by?: string | null;
|
|
22312
|
-
submitted_to_uloba_at?: string | null;
|
|
22313
22833
|
draft_at?: string | null;
|
|
22314
22834
|
draft_by?: string | null;
|
|
22315
22835
|
validation_failed_at?: string | null;
|
|
@@ -22324,16 +22844,24 @@ export interface paths {
|
|
|
22324
22844
|
signed_by?: string | null;
|
|
22325
22845
|
activated_at?: string | null;
|
|
22326
22846
|
activated_by?: string | null;
|
|
22847
|
+
activated_by_name?: string | null;
|
|
22327
22848
|
completed_at?: string | null;
|
|
22328
22849
|
completed_by?: string | null;
|
|
22850
|
+
completed_by_name?: string | null;
|
|
22329
22851
|
terminated_at?: string | null;
|
|
22330
22852
|
terminated_by?: string | null;
|
|
22853
|
+
terminated_by_name?: string | null;
|
|
22854
|
+
terminated_message?: string | null;
|
|
22331
22855
|
terminated_reason?: string | null;
|
|
22332
22856
|
rejected_at?: string | null;
|
|
22333
22857
|
rejected_by?: string | null;
|
|
22858
|
+
rejected_by_name?: string | null;
|
|
22859
|
+
rejected_message?: string | null;
|
|
22334
22860
|
rejected_reason?: string | null;
|
|
22335
22861
|
cancelled_at?: string | null;
|
|
22336
22862
|
cancelled_by?: string | null;
|
|
22863
|
+
cancelled_by_name?: string | null;
|
|
22864
|
+
cancelled_message?: string | null;
|
|
22337
22865
|
cancelled_reason?: string | null;
|
|
22338
22866
|
temporary_position_reason?: string | null;
|
|
22339
22867
|
archived_by_employer?: boolean | null;
|
|
@@ -22572,21 +23100,27 @@ export interface paths {
|
|
|
22572
23100
|
decision_owner_id?: string | null;
|
|
22573
23101
|
decision_owner_name?: string | null;
|
|
22574
23102
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
22575
|
-
|
|
22576
|
-
contract_invite_status?: string | null;
|
|
23103
|
+
phase_1_submission_completed_at?: string | null;
|
|
22577
23104
|
phase_1_submission_completed_by?: string | null;
|
|
23105
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
23106
|
+
phase_2_submission_completed_at?: string | null;
|
|
22578
23107
|
phase_2_submission_completed_by?: string | null;
|
|
23108
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
22579
23109
|
direct_submitted_at?: string | null;
|
|
22580
23110
|
direct_submitted_by?: string | null;
|
|
23111
|
+
direct_submitted_by_name?: string | null;
|
|
22581
23112
|
submitted_by?: string | null;
|
|
23113
|
+
submitted_by_name?: string | null;
|
|
22582
23114
|
submitted_at?: string | null;
|
|
23115
|
+
submitted_to_uloba_at?: string | null;
|
|
23116
|
+
submitted_to_uloba_by?: string | null;
|
|
23117
|
+
submitted_to_uloba_by_name?: string | null;
|
|
22583
23118
|
coordinator_submitted_at?: string | null;
|
|
22584
23119
|
coordinator_submitted_by?: string | null;
|
|
22585
23120
|
worker_submitted_at?: string | null;
|
|
22586
23121
|
worker_submitted_by?: string | null;
|
|
22587
23122
|
ready_for_submission_at?: string | null;
|
|
22588
23123
|
ready_for_submission_by?: string | null;
|
|
22589
|
-
submitted_to_uloba_at?: string | null;
|
|
22590
23124
|
draft_at?: string | null;
|
|
22591
23125
|
draft_by?: string | null;
|
|
22592
23126
|
validation_failed_at?: string | null;
|
|
@@ -22601,16 +23135,24 @@ export interface paths {
|
|
|
22601
23135
|
signed_by?: string | null;
|
|
22602
23136
|
activated_at?: string | null;
|
|
22603
23137
|
activated_by?: string | null;
|
|
23138
|
+
activated_by_name?: string | null;
|
|
22604
23139
|
completed_at?: string | null;
|
|
22605
23140
|
completed_by?: string | null;
|
|
23141
|
+
completed_by_name?: string | null;
|
|
22606
23142
|
terminated_at?: string | null;
|
|
22607
23143
|
terminated_by?: string | null;
|
|
23144
|
+
terminated_by_name?: string | null;
|
|
23145
|
+
terminated_message?: string | null;
|
|
22608
23146
|
terminated_reason?: string | null;
|
|
22609
23147
|
rejected_at?: string | null;
|
|
22610
23148
|
rejected_by?: string | null;
|
|
23149
|
+
rejected_by_name?: string | null;
|
|
23150
|
+
rejected_message?: string | null;
|
|
22611
23151
|
rejected_reason?: string | null;
|
|
22612
23152
|
cancelled_at?: string | null;
|
|
22613
23153
|
cancelled_by?: string | null;
|
|
23154
|
+
cancelled_by_name?: string | null;
|
|
23155
|
+
cancelled_message?: string | null;
|
|
22614
23156
|
cancelled_reason?: string | null;
|
|
22615
23157
|
temporary_position_reason?: string | null;
|
|
22616
23158
|
archived_by_employer?: boolean | null;
|
|
@@ -22842,21 +23384,27 @@ export interface paths {
|
|
|
22842
23384
|
decision_owner_id?: string | null;
|
|
22843
23385
|
decision_owner_name?: string | null;
|
|
22844
23386
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
22845
|
-
|
|
22846
|
-
contract_invite_status?: string | null;
|
|
23387
|
+
phase_1_submission_completed_at?: string | null;
|
|
22847
23388
|
phase_1_submission_completed_by?: string | null;
|
|
23389
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
23390
|
+
phase_2_submission_completed_at?: string | null;
|
|
22848
23391
|
phase_2_submission_completed_by?: string | null;
|
|
23392
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
22849
23393
|
direct_submitted_at?: string | null;
|
|
22850
23394
|
direct_submitted_by?: string | null;
|
|
23395
|
+
direct_submitted_by_name?: string | null;
|
|
22851
23396
|
submitted_by?: string | null;
|
|
23397
|
+
submitted_by_name?: string | null;
|
|
22852
23398
|
submitted_at?: string | null;
|
|
23399
|
+
submitted_to_uloba_at?: string | null;
|
|
23400
|
+
submitted_to_uloba_by?: string | null;
|
|
23401
|
+
submitted_to_uloba_by_name?: string | null;
|
|
22853
23402
|
coordinator_submitted_at?: string | null;
|
|
22854
23403
|
coordinator_submitted_by?: string | null;
|
|
22855
23404
|
worker_submitted_at?: string | null;
|
|
22856
23405
|
worker_submitted_by?: string | null;
|
|
22857
23406
|
ready_for_submission_at?: string | null;
|
|
22858
23407
|
ready_for_submission_by?: string | null;
|
|
22859
|
-
submitted_to_uloba_at?: string | null;
|
|
22860
23408
|
draft_at?: string | null;
|
|
22861
23409
|
draft_by?: string | null;
|
|
22862
23410
|
validation_failed_at?: string | null;
|
|
@@ -22871,16 +23419,24 @@ export interface paths {
|
|
|
22871
23419
|
signed_by?: string | null;
|
|
22872
23420
|
activated_at?: string | null;
|
|
22873
23421
|
activated_by?: string | null;
|
|
23422
|
+
activated_by_name?: string | null;
|
|
22874
23423
|
completed_at?: string | null;
|
|
22875
23424
|
completed_by?: string | null;
|
|
23425
|
+
completed_by_name?: string | null;
|
|
22876
23426
|
terminated_at?: string | null;
|
|
22877
23427
|
terminated_by?: string | null;
|
|
23428
|
+
terminated_by_name?: string | null;
|
|
23429
|
+
terminated_message?: string | null;
|
|
22878
23430
|
terminated_reason?: string | null;
|
|
22879
23431
|
rejected_at?: string | null;
|
|
22880
23432
|
rejected_by?: string | null;
|
|
23433
|
+
rejected_by_name?: string | null;
|
|
23434
|
+
rejected_message?: string | null;
|
|
22881
23435
|
rejected_reason?: string | null;
|
|
22882
23436
|
cancelled_at?: string | null;
|
|
22883
23437
|
cancelled_by?: string | null;
|
|
23438
|
+
cancelled_by_name?: string | null;
|
|
23439
|
+
cancelled_message?: string | null;
|
|
22884
23440
|
cancelled_reason?: string | null;
|
|
22885
23441
|
temporary_position_reason?: string | null;
|
|
22886
23442
|
archived_by_employer?: boolean | null;
|
|
@@ -23112,21 +23668,27 @@ export interface paths {
|
|
|
23112
23668
|
decision_owner_id?: string | null;
|
|
23113
23669
|
decision_owner_name?: string | null;
|
|
23114
23670
|
decision_owner_same_as_coordinator?: boolean | null;
|
|
23115
|
-
|
|
23116
|
-
contract_invite_status?: string | null;
|
|
23671
|
+
phase_1_submission_completed_at?: string | null;
|
|
23117
23672
|
phase_1_submission_completed_by?: string | null;
|
|
23673
|
+
phase_1_submission_completed_by_name?: string | null;
|
|
23674
|
+
phase_2_submission_completed_at?: string | null;
|
|
23118
23675
|
phase_2_submission_completed_by?: string | null;
|
|
23676
|
+
phase_2_submission_completed_by_name?: string | null;
|
|
23119
23677
|
direct_submitted_at?: string | null;
|
|
23120
23678
|
direct_submitted_by?: string | null;
|
|
23679
|
+
direct_submitted_by_name?: string | null;
|
|
23121
23680
|
submitted_by?: string | null;
|
|
23681
|
+
submitted_by_name?: string | null;
|
|
23122
23682
|
submitted_at?: string | null;
|
|
23683
|
+
submitted_to_uloba_at?: string | null;
|
|
23684
|
+
submitted_to_uloba_by?: string | null;
|
|
23685
|
+
submitted_to_uloba_by_name?: string | null;
|
|
23123
23686
|
coordinator_submitted_at?: string | null;
|
|
23124
23687
|
coordinator_submitted_by?: string | null;
|
|
23125
23688
|
worker_submitted_at?: string | null;
|
|
23126
23689
|
worker_submitted_by?: string | null;
|
|
23127
23690
|
ready_for_submission_at?: string | null;
|
|
23128
23691
|
ready_for_submission_by?: string | null;
|
|
23129
|
-
submitted_to_uloba_at?: string | null;
|
|
23130
23692
|
draft_at?: string | null;
|
|
23131
23693
|
draft_by?: string | null;
|
|
23132
23694
|
validation_failed_at?: string | null;
|
|
@@ -23141,16 +23703,24 @@ export interface paths {
|
|
|
23141
23703
|
signed_by?: string | null;
|
|
23142
23704
|
activated_at?: string | null;
|
|
23143
23705
|
activated_by?: string | null;
|
|
23706
|
+
activated_by_name?: string | null;
|
|
23144
23707
|
completed_at?: string | null;
|
|
23145
23708
|
completed_by?: string | null;
|
|
23709
|
+
completed_by_name?: string | null;
|
|
23146
23710
|
terminated_at?: string | null;
|
|
23147
23711
|
terminated_by?: string | null;
|
|
23712
|
+
terminated_by_name?: string | null;
|
|
23713
|
+
terminated_message?: string | null;
|
|
23148
23714
|
terminated_reason?: string | null;
|
|
23149
23715
|
rejected_at?: string | null;
|
|
23150
23716
|
rejected_by?: string | null;
|
|
23717
|
+
rejected_by_name?: string | null;
|
|
23718
|
+
rejected_message?: string | null;
|
|
23151
23719
|
rejected_reason?: string | null;
|
|
23152
23720
|
cancelled_at?: string | null;
|
|
23153
23721
|
cancelled_by?: string | null;
|
|
23722
|
+
cancelled_by_name?: string | null;
|
|
23723
|
+
cancelled_message?: string | null;
|
|
23154
23724
|
cancelled_reason?: string | null;
|
|
23155
23725
|
temporary_position_reason?: string | null;
|
|
23156
23726
|
archived_by_employer?: boolean | null;
|
|
@@ -26005,6 +26575,7 @@ export interface paths {
|
|
|
26005
26575
|
'application/json': {
|
|
26006
26576
|
/** Format: uuid */
|
|
26007
26577
|
case_manager_id?: string;
|
|
26578
|
+
message?: string;
|
|
26008
26579
|
};
|
|
26009
26580
|
};
|
|
26010
26581
|
};
|
|
@@ -26139,13 +26710,12 @@ export interface paths {
|
|
|
26139
26710
|
};
|
|
26140
26711
|
cookie?: never;
|
|
26141
26712
|
};
|
|
26142
|
-
/** @description Request body for assigning a case */
|
|
26143
26713
|
requestBody: {
|
|
26144
26714
|
content: {
|
|
26145
26715
|
'application/json': {
|
|
26146
26716
|
/** Format: uuid */
|
|
26147
|
-
|
|
26148
|
-
|
|
26717
|
+
case_manager_id: string;
|
|
26718
|
+
message?: string;
|
|
26149
26719
|
};
|
|
26150
26720
|
};
|
|
26151
26721
|
};
|
|
@@ -26280,7 +26850,13 @@ export interface paths {
|
|
|
26280
26850
|
};
|
|
26281
26851
|
cookie?: never;
|
|
26282
26852
|
};
|
|
26283
|
-
requestBody?:
|
|
26853
|
+
requestBody?: {
|
|
26854
|
+
content: {
|
|
26855
|
+
'application/json': {
|
|
26856
|
+
message?: string;
|
|
26857
|
+
};
|
|
26858
|
+
};
|
|
26859
|
+
};
|
|
26284
26860
|
responses: {
|
|
26285
26861
|
/** @description Default Response */
|
|
26286
26862
|
400: {
|
|
@@ -26423,35 +26999,35 @@ export interface paths {
|
|
|
26423
26999
|
};
|
|
26424
27000
|
content: {
|
|
26425
27001
|
'application/json': {
|
|
26426
|
-
data
|
|
27002
|
+
data: {
|
|
26427
27003
|
/** Format: uuid */
|
|
26428
27004
|
id: string;
|
|
26429
|
-
|
|
27005
|
+
/** Format: uuid */
|
|
27006
|
+
contract_case_id: string;
|
|
26430
27007
|
/** Format: uuid */
|
|
26431
27008
|
case_id: string;
|
|
26432
|
-
|
|
26433
|
-
|
|
26434
|
-
|
|
26435
|
-
|
|
26436
|
-
|
|
26437
|
-
|
|
26438
|
-
|
|
26439
|
-
|
|
26440
|
-
|
|
26441
|
-
|
|
26442
|
-
|
|
26443
|
-
rejected_at?: string | null;
|
|
26444
|
-
rejection_reason?: string;
|
|
26445
|
-
} & {
|
|
26446
|
-
valid_from?: string | null;
|
|
26447
|
-
valid_until?: string | null;
|
|
26448
|
-
is_expired?: boolean;
|
|
26449
|
-
} & {
|
|
27009
|
+
template_id: string | null;
|
|
27010
|
+
title: string;
|
|
27011
|
+
description: string | null;
|
|
27012
|
+
is_mandatory: boolean;
|
|
27013
|
+
created_by: string | null;
|
|
27014
|
+
completed_at: string | null;
|
|
27015
|
+
completed_by: string | null;
|
|
27016
|
+
completed_by_name: string | null;
|
|
27017
|
+
completed_by_email: string | null;
|
|
27018
|
+
notes: string | null;
|
|
27019
|
+
sort_order: number;
|
|
26450
27020
|
/** Format: date-time */
|
|
26451
27021
|
created_at: string;
|
|
26452
27022
|
/** Format: date-time */
|
|
26453
27023
|
updated_at: string;
|
|
26454
|
-
|
|
27024
|
+
is_custom: boolean;
|
|
27025
|
+
template_title: string | null;
|
|
27026
|
+
template_description: string | null;
|
|
27027
|
+
metadata?: {
|
|
27028
|
+
[key: string]: unknown;
|
|
27029
|
+
};
|
|
27030
|
+
}[];
|
|
26455
27031
|
};
|
|
26456
27032
|
};
|
|
26457
27033
|
};
|
|
@@ -26784,37 +27360,37 @@ export interface paths {
|
|
|
26784
27360
|
content: {
|
|
26785
27361
|
'application/json': {
|
|
26786
27362
|
/**
|
|
26787
|
-
* Requirement
|
|
26788
|
-
* @description
|
|
27363
|
+
* Requirement View
|
|
27364
|
+
* @description Requirement data from contract_case_requirement_view with user and template info
|
|
26789
27365
|
*/
|
|
26790
|
-
data
|
|
27366
|
+
data: {
|
|
26791
27367
|
/** Format: uuid */
|
|
26792
27368
|
id: string;
|
|
26793
|
-
|
|
27369
|
+
/** Format: uuid */
|
|
27370
|
+
contract_case_id: string;
|
|
26794
27371
|
/** Format: uuid */
|
|
26795
27372
|
case_id: string;
|
|
26796
|
-
|
|
26797
|
-
|
|
26798
|
-
|
|
26799
|
-
|
|
26800
|
-
|
|
26801
|
-
|
|
26802
|
-
|
|
26803
|
-
|
|
26804
|
-
|
|
26805
|
-
|
|
26806
|
-
|
|
26807
|
-
rejected_at?: string | null;
|
|
26808
|
-
rejection_reason?: string;
|
|
26809
|
-
} & {
|
|
26810
|
-
valid_from?: string | null;
|
|
26811
|
-
valid_until?: string | null;
|
|
26812
|
-
is_expired?: boolean;
|
|
26813
|
-
} & {
|
|
27373
|
+
template_id: string | null;
|
|
27374
|
+
title: string;
|
|
27375
|
+
description: string | null;
|
|
27376
|
+
is_mandatory: boolean;
|
|
27377
|
+
created_by: string | null;
|
|
27378
|
+
completed_at: string | null;
|
|
27379
|
+
completed_by: string | null;
|
|
27380
|
+
completed_by_name: string | null;
|
|
27381
|
+
completed_by_email: string | null;
|
|
27382
|
+
notes: string | null;
|
|
27383
|
+
sort_order: number;
|
|
26814
27384
|
/** Format: date-time */
|
|
26815
27385
|
created_at: string;
|
|
26816
27386
|
/** Format: date-time */
|
|
26817
27387
|
updated_at: string;
|
|
27388
|
+
is_custom: boolean;
|
|
27389
|
+
template_title: string | null;
|
|
27390
|
+
template_description: string | null;
|
|
27391
|
+
metadata?: {
|
|
27392
|
+
[key: string]: unknown;
|
|
27393
|
+
};
|
|
26818
27394
|
};
|
|
26819
27395
|
};
|
|
26820
27396
|
};
|
|
@@ -27054,7 +27630,7 @@ export interface paths {
|
|
|
27054
27630
|
patch?: never;
|
|
27055
27631
|
trace?: never;
|
|
27056
27632
|
};
|
|
27057
|
-
'/api/contract-cases/{id}/
|
|
27633
|
+
'/api/contract-cases/{id}/requirements/{requirementId}/toggle': {
|
|
27058
27634
|
parameters: {
|
|
27059
27635
|
query?: never;
|
|
27060
27636
|
header?: never;
|
|
@@ -27063,32 +27639,75 @@ export interface paths {
|
|
|
27063
27639
|
};
|
|
27064
27640
|
get?: never;
|
|
27065
27641
|
put?: never;
|
|
27642
|
+
post?: never;
|
|
27643
|
+
delete?: never;
|
|
27644
|
+
options?: never;
|
|
27645
|
+
head?: never;
|
|
27066
27646
|
/**
|
|
27067
|
-
*
|
|
27068
|
-
* @description
|
|
27647
|
+
* Toggle requirement completion
|
|
27648
|
+
* @description Toggle completion status of a requirement (checkbox UI). Only assigned case manager can toggle.
|
|
27069
27649
|
*/
|
|
27070
|
-
|
|
27650
|
+
patch: {
|
|
27071
27651
|
parameters: {
|
|
27072
27652
|
query?: never;
|
|
27073
27653
|
header?: never;
|
|
27074
27654
|
path: {
|
|
27655
|
+
/** @description Contract case ID */
|
|
27075
27656
|
id: string;
|
|
27657
|
+
/** @description Requirement ID */
|
|
27658
|
+
requirementId: string;
|
|
27076
27659
|
};
|
|
27077
27660
|
cookie?: never;
|
|
27078
27661
|
};
|
|
27079
|
-
|
|
27080
|
-
requestBody: {
|
|
27662
|
+
requestBody?: {
|
|
27081
27663
|
content: {
|
|
27082
|
-
'application/json':
|
|
27083
|
-
content: string;
|
|
27084
|
-
is_internal?: boolean;
|
|
27085
|
-
metadata?: {
|
|
27086
|
-
[key: string]: unknown;
|
|
27087
|
-
};
|
|
27088
|
-
};
|
|
27664
|
+
'application/json': Record<string, never>;
|
|
27089
27665
|
};
|
|
27090
27666
|
};
|
|
27091
27667
|
responses: {
|
|
27668
|
+
/** @description Default Response */
|
|
27669
|
+
200: {
|
|
27670
|
+
headers: {
|
|
27671
|
+
[name: string]: unknown;
|
|
27672
|
+
};
|
|
27673
|
+
content: {
|
|
27674
|
+
'application/json': {
|
|
27675
|
+
/**
|
|
27676
|
+
* Requirement View
|
|
27677
|
+
* @description Requirement data from contract_case_requirement_view with user and template info
|
|
27678
|
+
*/
|
|
27679
|
+
data: {
|
|
27680
|
+
/** Format: uuid */
|
|
27681
|
+
id: string;
|
|
27682
|
+
/** Format: uuid */
|
|
27683
|
+
contract_case_id: string;
|
|
27684
|
+
/** Format: uuid */
|
|
27685
|
+
case_id: string;
|
|
27686
|
+
template_id: string | null;
|
|
27687
|
+
title: string;
|
|
27688
|
+
description: string | null;
|
|
27689
|
+
is_mandatory: boolean;
|
|
27690
|
+
created_by: string | null;
|
|
27691
|
+
completed_at: string | null;
|
|
27692
|
+
completed_by: string | null;
|
|
27693
|
+
completed_by_name: string | null;
|
|
27694
|
+
completed_by_email: string | null;
|
|
27695
|
+
notes: string | null;
|
|
27696
|
+
sort_order: number;
|
|
27697
|
+
/** Format: date-time */
|
|
27698
|
+
created_at: string;
|
|
27699
|
+
/** Format: date-time */
|
|
27700
|
+
updated_at: string;
|
|
27701
|
+
is_custom: boolean;
|
|
27702
|
+
template_title: string | null;
|
|
27703
|
+
template_description: string | null;
|
|
27704
|
+
metadata?: {
|
|
27705
|
+
[key: string]: unknown;
|
|
27706
|
+
};
|
|
27707
|
+
};
|
|
27708
|
+
};
|
|
27709
|
+
};
|
|
27710
|
+
};
|
|
27092
27711
|
/** @description Default Response */
|
|
27093
27712
|
400: {
|
|
27094
27713
|
headers: {
|
|
@@ -27191,10 +27810,145 @@ export interface paths {
|
|
|
27191
27810
|
};
|
|
27192
27811
|
};
|
|
27193
27812
|
};
|
|
27813
|
+
trace?: never;
|
|
27814
|
+
};
|
|
27815
|
+
'/api/contract-cases/{id}/internal-notes': {
|
|
27816
|
+
parameters: {
|
|
27817
|
+
query?: never;
|
|
27818
|
+
header?: never;
|
|
27819
|
+
path?: never;
|
|
27820
|
+
cookie?: never;
|
|
27821
|
+
};
|
|
27822
|
+
get?: never;
|
|
27823
|
+
put?: never;
|
|
27824
|
+
post?: never;
|
|
27194
27825
|
delete?: never;
|
|
27195
27826
|
options?: never;
|
|
27196
27827
|
head?: never;
|
|
27197
|
-
|
|
27828
|
+
/**
|
|
27829
|
+
* Update internal notes
|
|
27830
|
+
* @description Update internal notes for the case (direct update, not append). Only assigned case manager can update.
|
|
27831
|
+
*/
|
|
27832
|
+
patch: {
|
|
27833
|
+
parameters: {
|
|
27834
|
+
query?: never;
|
|
27835
|
+
header?: never;
|
|
27836
|
+
path: {
|
|
27837
|
+
id: string;
|
|
27838
|
+
};
|
|
27839
|
+
cookie?: never;
|
|
27840
|
+
};
|
|
27841
|
+
requestBody: {
|
|
27842
|
+
content: {
|
|
27843
|
+
'application/json': {
|
|
27844
|
+
/** @description Internal notes content */
|
|
27845
|
+
internal_notes: string;
|
|
27846
|
+
};
|
|
27847
|
+
};
|
|
27848
|
+
};
|
|
27849
|
+
responses: {
|
|
27850
|
+
/** @description Default Response */
|
|
27851
|
+
400: {
|
|
27852
|
+
headers: {
|
|
27853
|
+
[name: string]: unknown;
|
|
27854
|
+
};
|
|
27855
|
+
content: {
|
|
27856
|
+
'application/json': {
|
|
27857
|
+
error: string;
|
|
27858
|
+
message?: string;
|
|
27859
|
+
code?: string;
|
|
27860
|
+
details?: unknown;
|
|
27861
|
+
/** Format: date-time */
|
|
27862
|
+
timestamp?: string;
|
|
27863
|
+
};
|
|
27864
|
+
};
|
|
27865
|
+
};
|
|
27866
|
+
/** @description Default Response */
|
|
27867
|
+
401: {
|
|
27868
|
+
headers: {
|
|
27869
|
+
[name: string]: unknown;
|
|
27870
|
+
};
|
|
27871
|
+
content: {
|
|
27872
|
+
'application/json': {
|
|
27873
|
+
error: string;
|
|
27874
|
+
message?: string;
|
|
27875
|
+
code?: string;
|
|
27876
|
+
details?: unknown;
|
|
27877
|
+
/** Format: date-time */
|
|
27878
|
+
timestamp?: string;
|
|
27879
|
+
};
|
|
27880
|
+
};
|
|
27881
|
+
};
|
|
27882
|
+
/** @description Default Response */
|
|
27883
|
+
403: {
|
|
27884
|
+
headers: {
|
|
27885
|
+
[name: string]: unknown;
|
|
27886
|
+
};
|
|
27887
|
+
content: {
|
|
27888
|
+
'application/json': {
|
|
27889
|
+
error: string;
|
|
27890
|
+
message?: string;
|
|
27891
|
+
code?: string;
|
|
27892
|
+
details?: unknown;
|
|
27893
|
+
/** Format: date-time */
|
|
27894
|
+
timestamp?: string;
|
|
27895
|
+
};
|
|
27896
|
+
};
|
|
27897
|
+
};
|
|
27898
|
+
/** @description Default Response */
|
|
27899
|
+
404: {
|
|
27900
|
+
headers: {
|
|
27901
|
+
[name: string]: unknown;
|
|
27902
|
+
};
|
|
27903
|
+
content: {
|
|
27904
|
+
'application/json': {
|
|
27905
|
+
error: string;
|
|
27906
|
+
message?: string;
|
|
27907
|
+
code?: string;
|
|
27908
|
+
details?: unknown;
|
|
27909
|
+
/** Format: date-time */
|
|
27910
|
+
timestamp?: string;
|
|
27911
|
+
};
|
|
27912
|
+
};
|
|
27913
|
+
};
|
|
27914
|
+
/** @description Default Response */
|
|
27915
|
+
422: {
|
|
27916
|
+
headers: {
|
|
27917
|
+
[name: string]: unknown;
|
|
27918
|
+
};
|
|
27919
|
+
content: {
|
|
27920
|
+
'application/json': {
|
|
27921
|
+
error: string;
|
|
27922
|
+
message: string;
|
|
27923
|
+
errors: {
|
|
27924
|
+
field: string;
|
|
27925
|
+
message: string;
|
|
27926
|
+
code?: string;
|
|
27927
|
+
value?: unknown;
|
|
27928
|
+
}[];
|
|
27929
|
+
/** Format: date-time */
|
|
27930
|
+
timestamp?: string;
|
|
27931
|
+
};
|
|
27932
|
+
};
|
|
27933
|
+
};
|
|
27934
|
+
/** @description Default Response */
|
|
27935
|
+
500: {
|
|
27936
|
+
headers: {
|
|
27937
|
+
[name: string]: unknown;
|
|
27938
|
+
};
|
|
27939
|
+
content: {
|
|
27940
|
+
'application/json': {
|
|
27941
|
+
error: string;
|
|
27942
|
+
message?: string;
|
|
27943
|
+
code?: string;
|
|
27944
|
+
details?: unknown;
|
|
27945
|
+
/** Format: date-time */
|
|
27946
|
+
timestamp?: string;
|
|
27947
|
+
};
|
|
27948
|
+
};
|
|
27949
|
+
};
|
|
27950
|
+
};
|
|
27951
|
+
};
|
|
27198
27952
|
trace?: never;
|
|
27199
27953
|
};
|
|
27200
27954
|
'/api/contract-cases/{id}/approve': {
|
|
@@ -27219,7 +27973,13 @@ export interface paths {
|
|
|
27219
27973
|
};
|
|
27220
27974
|
cookie?: never;
|
|
27221
27975
|
};
|
|
27222
|
-
requestBody?:
|
|
27976
|
+
requestBody?: {
|
|
27977
|
+
content: {
|
|
27978
|
+
'application/json': {
|
|
27979
|
+
comments?: string;
|
|
27980
|
+
};
|
|
27981
|
+
};
|
|
27982
|
+
};
|
|
27223
27983
|
responses: {
|
|
27224
27984
|
/** @description Default Response */
|
|
27225
27985
|
400: {
|
|
@@ -27329,7 +28089,7 @@ export interface paths {
|
|
|
27329
28089
|
patch?: never;
|
|
27330
28090
|
trace?: never;
|
|
27331
28091
|
};
|
|
27332
|
-
'/api/contract-cases/{id}/
|
|
28092
|
+
'/api/contract-cases/{id}/suspend': {
|
|
27333
28093
|
parameters: {
|
|
27334
28094
|
query?: never;
|
|
27335
28095
|
header?: never;
|
|
@@ -27339,8 +28099,8 @@ export interface paths {
|
|
|
27339
28099
|
get?: never;
|
|
27340
28100
|
put?: never;
|
|
27341
28101
|
/**
|
|
27342
|
-
*
|
|
27343
|
-
* @description
|
|
28102
|
+
* Suspend case review
|
|
28103
|
+
* @description Suspend case review while waiting for additional information. Only case managers can suspend cases.
|
|
27344
28104
|
*/
|
|
27345
28105
|
post: {
|
|
27346
28106
|
parameters: {
|
|
@@ -27355,7 +28115,7 @@ export interface paths {
|
|
|
27355
28115
|
content: {
|
|
27356
28116
|
'application/json': {
|
|
27357
28117
|
message: string;
|
|
27358
|
-
required_documents
|
|
28118
|
+
required_documents?: string[];
|
|
27359
28119
|
/** Format: date-time */
|
|
27360
28120
|
deadline?: string;
|
|
27361
28121
|
};
|
|
@@ -27771,7 +28531,13 @@ export interface paths {
|
|
|
27771
28531
|
};
|
|
27772
28532
|
cookie?: never;
|
|
27773
28533
|
};
|
|
27774
|
-
requestBody?:
|
|
28534
|
+
requestBody?: {
|
|
28535
|
+
content: {
|
|
28536
|
+
'application/json': {
|
|
28537
|
+
reason?: string;
|
|
28538
|
+
};
|
|
28539
|
+
};
|
|
28540
|
+
};
|
|
27775
28541
|
responses: {
|
|
27776
28542
|
/** @description Default Response */
|
|
27777
28543
|
400: {
|
|
@@ -27920,20 +28686,14 @@ export interface paths {
|
|
|
27920
28686
|
created_at: string;
|
|
27921
28687
|
/** Format: uuid */
|
|
27922
28688
|
created_by: string;
|
|
27923
|
-
|
|
27924
|
-
|
|
27925
|
-
id: string;
|
|
27926
|
-
display_name: string;
|
|
27927
|
-
};
|
|
28689
|
+
created_by_name: string | null;
|
|
28690
|
+
created_by_email: string | null;
|
|
27928
28691
|
/** Format: date-time */
|
|
27929
28692
|
updated_at: string;
|
|
27930
28693
|
/** Format: uuid */
|
|
27931
28694
|
updated_by: string;
|
|
27932
|
-
|
|
27933
|
-
|
|
27934
|
-
id: string;
|
|
27935
|
-
display_name: string;
|
|
27936
|
-
};
|
|
28695
|
+
updated_by_name: string | null;
|
|
28696
|
+
updated_by_email: string | null;
|
|
27937
28697
|
}[];
|
|
27938
28698
|
};
|
|
27939
28699
|
};
|
|
@@ -28072,7 +28832,7 @@ export interface paths {
|
|
|
28072
28832
|
'application/json': {
|
|
28073
28833
|
/**
|
|
28074
28834
|
* Activity Log Entry
|
|
28075
|
-
* @description Contract case activity log entry with user information
|
|
28835
|
+
* @description Contract case activity log entry with user information from view
|
|
28076
28836
|
*/
|
|
28077
28837
|
data: {
|
|
28078
28838
|
/** Format: uuid */
|
|
@@ -28084,20 +28844,14 @@ export interface paths {
|
|
|
28084
28844
|
created_at: string;
|
|
28085
28845
|
/** Format: uuid */
|
|
28086
28846
|
created_by: string;
|
|
28087
|
-
|
|
28088
|
-
|
|
28089
|
-
id: string;
|
|
28090
|
-
display_name: string;
|
|
28091
|
-
};
|
|
28847
|
+
created_by_name: string | null;
|
|
28848
|
+
created_by_email: string | null;
|
|
28092
28849
|
/** Format: date-time */
|
|
28093
28850
|
updated_at: string;
|
|
28094
28851
|
/** Format: uuid */
|
|
28095
28852
|
updated_by: string;
|
|
28096
|
-
|
|
28097
|
-
|
|
28098
|
-
id: string;
|
|
28099
|
-
display_name: string;
|
|
28100
|
-
};
|
|
28853
|
+
updated_by_name: string | null;
|
|
28854
|
+
updated_by_email: string | null;
|
|
28101
28855
|
};
|
|
28102
28856
|
};
|
|
28103
28857
|
};
|
|
@@ -28252,7 +29006,7 @@ export interface paths {
|
|
|
28252
29006
|
'application/json': {
|
|
28253
29007
|
/**
|
|
28254
29008
|
* Activity Log Entry
|
|
28255
|
-
* @description Contract case activity log entry with user information
|
|
29009
|
+
* @description Contract case activity log entry with user information from view
|
|
28256
29010
|
*/
|
|
28257
29011
|
data: {
|
|
28258
29012
|
/** Format: uuid */
|
|
@@ -28264,20 +29018,14 @@ export interface paths {
|
|
|
28264
29018
|
created_at: string;
|
|
28265
29019
|
/** Format: uuid */
|
|
28266
29020
|
created_by: string;
|
|
28267
|
-
|
|
28268
|
-
|
|
28269
|
-
id: string;
|
|
28270
|
-
display_name: string;
|
|
28271
|
-
};
|
|
29021
|
+
created_by_name: string | null;
|
|
29022
|
+
created_by_email: string | null;
|
|
28272
29023
|
/** Format: date-time */
|
|
28273
29024
|
updated_at: string;
|
|
28274
29025
|
/** Format: uuid */
|
|
28275
29026
|
updated_by: string;
|
|
28276
|
-
|
|
28277
|
-
|
|
28278
|
-
id: string;
|
|
28279
|
-
display_name: string;
|
|
28280
|
-
};
|
|
29027
|
+
updated_by_name: string | null;
|
|
29028
|
+
updated_by_email: string | null;
|
|
28281
29029
|
};
|
|
28282
29030
|
};
|
|
28283
29031
|
};
|
|
@@ -28526,7 +29274,7 @@ export interface paths {
|
|
|
28526
29274
|
};
|
|
28527
29275
|
/**
|
|
28528
29276
|
* List contract case attachments
|
|
28529
|
-
* @description List all attachments for a contract case.
|
|
29277
|
+
* @description List all attachments for a contract case. Only case managers can view.
|
|
28530
29278
|
*/
|
|
28531
29279
|
get: {
|
|
28532
29280
|
parameters: {
|
|
@@ -28855,7 +29603,7 @@ export interface paths {
|
|
|
28855
29603
|
};
|
|
28856
29604
|
/**
|
|
28857
29605
|
* Get contract case attachment details
|
|
28858
|
-
* @description Get details for a specific attachment.
|
|
29606
|
+
* @description Get details for a specific attachment. Only case managers can view.
|
|
28859
29607
|
*/
|
|
28860
29608
|
get: {
|
|
28861
29609
|
parameters: {
|
|
@@ -29286,7 +30034,7 @@ export interface paths {
|
|
|
29286
30034
|
};
|
|
29287
30035
|
/**
|
|
29288
30036
|
* Get signed URL for contract case attachment
|
|
29289
|
-
* @description Get a signed URL to download attachment.
|
|
30037
|
+
* @description Get a signed URL to download attachment. Only case managers can download.
|
|
29290
30038
|
*/
|
|
29291
30039
|
get: {
|
|
29292
30040
|
parameters: {
|
|
@@ -33568,13 +34316,19 @@ export interface paths {
|
|
|
33568
34316
|
/** @description High-level summary metrics across all entities */
|
|
33569
34317
|
summary: {
|
|
33570
34318
|
/** @description Non-negative integer (0 or greater) */
|
|
33571
|
-
|
|
34319
|
+
incoming?: number;
|
|
33572
34320
|
/** @description Non-negative integer (0 or greater) */
|
|
33573
|
-
|
|
34321
|
+
myCases?: number;
|
|
33574
34322
|
/** @description Non-negative integer (0 or greater) */
|
|
33575
|
-
|
|
34323
|
+
onHold?: number;
|
|
33576
34324
|
/** @description Non-negative integer (0 or greater) */
|
|
33577
34325
|
inProgress: number;
|
|
34326
|
+
/** @description Non-negative integer (0 or greater) */
|
|
34327
|
+
needsAction?: number;
|
|
34328
|
+
/** @description Non-negative integer (0 or greater) */
|
|
34329
|
+
active?: number;
|
|
34330
|
+
/** @description Non-negative integer (0 or greater) */
|
|
34331
|
+
total?: number;
|
|
33578
34332
|
};
|
|
33579
34333
|
/** @description Stats for each entity type managed by teamlead */
|
|
33580
34334
|
entities: {
|
|
@@ -33841,13 +34595,19 @@ export interface paths {
|
|
|
33841
34595
|
/** @description High-level summary metrics across all entities */
|
|
33842
34596
|
summary: {
|
|
33843
34597
|
/** @description Non-negative integer (0 or greater) */
|
|
33844
|
-
|
|
34598
|
+
incoming?: number;
|
|
33845
34599
|
/** @description Non-negative integer (0 or greater) */
|
|
33846
|
-
|
|
34600
|
+
myCases?: number;
|
|
33847
34601
|
/** @description Non-negative integer (0 or greater) */
|
|
33848
|
-
|
|
34602
|
+
onHold?: number;
|
|
33849
34603
|
/** @description Non-negative integer (0 or greater) */
|
|
33850
34604
|
inProgress: number;
|
|
34605
|
+
/** @description Non-negative integer (0 or greater) */
|
|
34606
|
+
needsAction?: number;
|
|
34607
|
+
/** @description Non-negative integer (0 or greater) */
|
|
34608
|
+
active?: number;
|
|
34609
|
+
/** @description Non-negative integer (0 or greater) */
|
|
34610
|
+
total?: number;
|
|
33851
34611
|
};
|
|
33852
34612
|
/** @description Stats for each entity type relevant to assistant */
|
|
33853
34613
|
entities: {
|
|
@@ -34114,13 +34874,19 @@ export interface paths {
|
|
|
34114
34874
|
/** @description High-level summary metrics across all entities */
|
|
34115
34875
|
summary: {
|
|
34116
34876
|
/** @description Non-negative integer (0 or greater) */
|
|
34117
|
-
|
|
34877
|
+
incoming?: number;
|
|
34118
34878
|
/** @description Non-negative integer (0 or greater) */
|
|
34119
|
-
|
|
34879
|
+
myCases?: number;
|
|
34120
34880
|
/** @description Non-negative integer (0 or greater) */
|
|
34121
|
-
|
|
34881
|
+
onHold?: number;
|
|
34122
34882
|
/** @description Non-negative integer (0 or greater) */
|
|
34123
34883
|
inProgress: number;
|
|
34884
|
+
/** @description Non-negative integer (0 or greater) */
|
|
34885
|
+
needsAction?: number;
|
|
34886
|
+
/** @description Non-negative integer (0 or greater) */
|
|
34887
|
+
active?: number;
|
|
34888
|
+
/** @description Non-negative integer (0 or greater) */
|
|
34889
|
+
total?: number;
|
|
34124
34890
|
};
|
|
34125
34891
|
/** @description Stats for contract cases managed by case handler */
|
|
34126
34892
|
entities: {
|
|
@@ -37984,249 +38750,6 @@ export interface paths {
|
|
|
37984
38750
|
patch?: never;
|
|
37985
38751
|
trace?: never;
|
|
37986
38752
|
};
|
|
37987
|
-
'/api/admin/contract-case-workflow-states/': {
|
|
37988
|
-
parameters: {
|
|
37989
|
-
query?: never;
|
|
37990
|
-
header?: never;
|
|
37991
|
-
path?: never;
|
|
37992
|
-
cookie?: never;
|
|
37993
|
-
};
|
|
37994
|
-
/** List all contract case workflow states */
|
|
37995
|
-
get: {
|
|
37996
|
-
parameters: {
|
|
37997
|
-
query?: never;
|
|
37998
|
-
header?: never;
|
|
37999
|
-
path?: never;
|
|
38000
|
-
cookie?: never;
|
|
38001
|
-
};
|
|
38002
|
-
requestBody?: never;
|
|
38003
|
-
responses: {
|
|
38004
|
-
/** @description Default Response */
|
|
38005
|
-
200: {
|
|
38006
|
-
headers: {
|
|
38007
|
-
[name: string]: unknown;
|
|
38008
|
-
};
|
|
38009
|
-
content: {
|
|
38010
|
-
'application/json': {
|
|
38011
|
-
/** Format: uuid */
|
|
38012
|
-
id?: string;
|
|
38013
|
-
name?: string;
|
|
38014
|
-
description?: string;
|
|
38015
|
-
is_active?: boolean;
|
|
38016
|
-
sort_order?: number;
|
|
38017
|
-
/** Format: date-time */
|
|
38018
|
-
created_at?: string;
|
|
38019
|
-
/** Format: date-time */
|
|
38020
|
-
updated_at?: string;
|
|
38021
|
-
/** Format: uuid */
|
|
38022
|
-
created_by?: string;
|
|
38023
|
-
/** Format: uuid */
|
|
38024
|
-
updated_by?: string;
|
|
38025
|
-
}[];
|
|
38026
|
-
};
|
|
38027
|
-
};
|
|
38028
|
-
};
|
|
38029
|
-
};
|
|
38030
|
-
put?: never;
|
|
38031
|
-
/** Create a new contract case workflow state */
|
|
38032
|
-
post: {
|
|
38033
|
-
parameters: {
|
|
38034
|
-
query?: never;
|
|
38035
|
-
header?: never;
|
|
38036
|
-
path?: never;
|
|
38037
|
-
cookie?: never;
|
|
38038
|
-
};
|
|
38039
|
-
requestBody: {
|
|
38040
|
-
content: {
|
|
38041
|
-
'application/json': {
|
|
38042
|
-
name: string;
|
|
38043
|
-
description?: string;
|
|
38044
|
-
is_active?: boolean;
|
|
38045
|
-
sort_order?: number;
|
|
38046
|
-
};
|
|
38047
|
-
};
|
|
38048
|
-
};
|
|
38049
|
-
responses: {
|
|
38050
|
-
/** @description Default Response */
|
|
38051
|
-
200: {
|
|
38052
|
-
headers: {
|
|
38053
|
-
[name: string]: unknown;
|
|
38054
|
-
};
|
|
38055
|
-
content?: never;
|
|
38056
|
-
};
|
|
38057
|
-
};
|
|
38058
|
-
};
|
|
38059
|
-
delete?: never;
|
|
38060
|
-
options?: never;
|
|
38061
|
-
head?: never;
|
|
38062
|
-
patch?: never;
|
|
38063
|
-
trace?: never;
|
|
38064
|
-
};
|
|
38065
|
-
'/api/admin/contract-case-workflow-states/{id}': {
|
|
38066
|
-
parameters: {
|
|
38067
|
-
query?: never;
|
|
38068
|
-
header?: never;
|
|
38069
|
-
path?: never;
|
|
38070
|
-
cookie?: never;
|
|
38071
|
-
};
|
|
38072
|
-
/** Get a contract case workflow state by ID */
|
|
38073
|
-
get: {
|
|
38074
|
-
parameters: {
|
|
38075
|
-
query?: never;
|
|
38076
|
-
header?: never;
|
|
38077
|
-
path: {
|
|
38078
|
-
id: string;
|
|
38079
|
-
};
|
|
38080
|
-
cookie?: never;
|
|
38081
|
-
};
|
|
38082
|
-
requestBody?: never;
|
|
38083
|
-
responses: {
|
|
38084
|
-
/** @description Default Response */
|
|
38085
|
-
200: {
|
|
38086
|
-
headers: {
|
|
38087
|
-
[name: string]: unknown;
|
|
38088
|
-
};
|
|
38089
|
-
content?: never;
|
|
38090
|
-
};
|
|
38091
|
-
};
|
|
38092
|
-
};
|
|
38093
|
-
put?: never;
|
|
38094
|
-
post?: never;
|
|
38095
|
-
/** Delete a contract case workflow state */
|
|
38096
|
-
delete: {
|
|
38097
|
-
parameters: {
|
|
38098
|
-
query?: never;
|
|
38099
|
-
header?: never;
|
|
38100
|
-
path: {
|
|
38101
|
-
id: string;
|
|
38102
|
-
};
|
|
38103
|
-
cookie?: never;
|
|
38104
|
-
};
|
|
38105
|
-
requestBody?: never;
|
|
38106
|
-
responses: {
|
|
38107
|
-
/** @description Default Response */
|
|
38108
|
-
200: {
|
|
38109
|
-
headers: {
|
|
38110
|
-
[name: string]: unknown;
|
|
38111
|
-
};
|
|
38112
|
-
content?: never;
|
|
38113
|
-
};
|
|
38114
|
-
};
|
|
38115
|
-
};
|
|
38116
|
-
options?: never;
|
|
38117
|
-
head?: never;
|
|
38118
|
-
/** Update a contract case workflow state */
|
|
38119
|
-
patch: {
|
|
38120
|
-
parameters: {
|
|
38121
|
-
query?: never;
|
|
38122
|
-
header?: never;
|
|
38123
|
-
path: {
|
|
38124
|
-
id: string;
|
|
38125
|
-
};
|
|
38126
|
-
cookie?: never;
|
|
38127
|
-
};
|
|
38128
|
-
requestBody?: {
|
|
38129
|
-
content: {
|
|
38130
|
-
'application/json': {
|
|
38131
|
-
name?: string;
|
|
38132
|
-
description?: string;
|
|
38133
|
-
is_active?: boolean;
|
|
38134
|
-
sort_order?: number;
|
|
38135
|
-
};
|
|
38136
|
-
};
|
|
38137
|
-
};
|
|
38138
|
-
responses: {
|
|
38139
|
-
/** @description Default Response */
|
|
38140
|
-
200: {
|
|
38141
|
-
headers: {
|
|
38142
|
-
[name: string]: unknown;
|
|
38143
|
-
};
|
|
38144
|
-
content?: never;
|
|
38145
|
-
};
|
|
38146
|
-
};
|
|
38147
|
-
};
|
|
38148
|
-
trace?: never;
|
|
38149
|
-
};
|
|
38150
|
-
'/api/admin/contract-case-workflow-states/reorder': {
|
|
38151
|
-
parameters: {
|
|
38152
|
-
query?: never;
|
|
38153
|
-
header?: never;
|
|
38154
|
-
path?: never;
|
|
38155
|
-
cookie?: never;
|
|
38156
|
-
};
|
|
38157
|
-
get?: never;
|
|
38158
|
-
put?: never;
|
|
38159
|
-
/** Reorder contract case workflow states */
|
|
38160
|
-
post: {
|
|
38161
|
-
parameters: {
|
|
38162
|
-
query?: never;
|
|
38163
|
-
header?: never;
|
|
38164
|
-
path?: never;
|
|
38165
|
-
cookie?: never;
|
|
38166
|
-
};
|
|
38167
|
-
requestBody: {
|
|
38168
|
-
content: {
|
|
38169
|
-
'application/json': {
|
|
38170
|
-
items: {
|
|
38171
|
-
/** Format: uuid */
|
|
38172
|
-
id: string;
|
|
38173
|
-
sort_order: number;
|
|
38174
|
-
}[];
|
|
38175
|
-
};
|
|
38176
|
-
};
|
|
38177
|
-
};
|
|
38178
|
-
responses: {
|
|
38179
|
-
/** @description Default Response */
|
|
38180
|
-
200: {
|
|
38181
|
-
headers: {
|
|
38182
|
-
[name: string]: unknown;
|
|
38183
|
-
};
|
|
38184
|
-
content?: never;
|
|
38185
|
-
};
|
|
38186
|
-
};
|
|
38187
|
-
};
|
|
38188
|
-
delete?: never;
|
|
38189
|
-
options?: never;
|
|
38190
|
-
head?: never;
|
|
38191
|
-
patch?: never;
|
|
38192
|
-
trace?: never;
|
|
38193
|
-
};
|
|
38194
|
-
'/api/admin/contract-case-workflow-states/{id}/stats': {
|
|
38195
|
-
parameters: {
|
|
38196
|
-
query?: never;
|
|
38197
|
-
header?: never;
|
|
38198
|
-
path?: never;
|
|
38199
|
-
cookie?: never;
|
|
38200
|
-
};
|
|
38201
|
-
/** Get contract case workflow state usage statistics */
|
|
38202
|
-
get: {
|
|
38203
|
-
parameters: {
|
|
38204
|
-
query?: never;
|
|
38205
|
-
header?: never;
|
|
38206
|
-
path: {
|
|
38207
|
-
id: string;
|
|
38208
|
-
};
|
|
38209
|
-
cookie?: never;
|
|
38210
|
-
};
|
|
38211
|
-
requestBody?: never;
|
|
38212
|
-
responses: {
|
|
38213
|
-
/** @description Default Response */
|
|
38214
|
-
200: {
|
|
38215
|
-
headers: {
|
|
38216
|
-
[name: string]: unknown;
|
|
38217
|
-
};
|
|
38218
|
-
content?: never;
|
|
38219
|
-
};
|
|
38220
|
-
};
|
|
38221
|
-
};
|
|
38222
|
-
put?: never;
|
|
38223
|
-
post?: never;
|
|
38224
|
-
delete?: never;
|
|
38225
|
-
options?: never;
|
|
38226
|
-
head?: never;
|
|
38227
|
-
patch?: never;
|
|
38228
|
-
trace?: never;
|
|
38229
|
-
};
|
|
38230
38753
|
}
|
|
38231
38754
|
export type webhooks = Record<string, never>;
|
|
38232
38755
|
export interface components {
|