@digiteers/uloba3-sdk 4.3.3 → 4.3.4
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/activity.d.ts +3 -0
- package/dist/api/activity.d.ts.map +1 -1
- package/dist/api/activity.js +6 -17
- package/dist/api/activity.js.map +1 -1
- package/dist/api/assistants.d.ts.map +1 -1
- package/dist/api/contracts.d.ts.map +1 -1
- package/dist/api/support.d.ts +23 -1
- package/dist/api/support.d.ts.map +1 -1
- package/dist/api/support.js.map +1 -1
- package/dist/api/users.d.ts +2 -0
- package/dist/api/users.d.ts.map +1 -1
- package/dist/api/users.js +3 -5
- package/dist/api/users.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +471 -55
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1807,7 +1807,7 @@ export interface paths {
|
|
|
1807
1807
|
cached?: boolean;
|
|
1808
1808
|
/**
|
|
1809
1809
|
* Format: date-time
|
|
1810
|
-
* @description
|
|
1810
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
1811
1811
|
*/
|
|
1812
1812
|
queriedAt: string;
|
|
1813
1813
|
};
|
|
@@ -8247,6 +8247,7 @@ export interface paths {
|
|
|
8247
8247
|
data: {
|
|
8248
8248
|
id?: string | null;
|
|
8249
8249
|
user_id?: string | null;
|
|
8250
|
+
uloba_immutable_id?: string | null;
|
|
8250
8251
|
bio?: string | null;
|
|
8251
8252
|
status?: ('draft' | 'private' | 'public' | 'suspended' | 'deleted') | unknown;
|
|
8252
8253
|
availability_status?: string | null;
|
|
@@ -10963,14 +10964,14 @@ export interface paths {
|
|
|
10963
10964
|
userId?: string;
|
|
10964
10965
|
/**
|
|
10965
10966
|
* Format: date-time
|
|
10966
|
-
* @description
|
|
10967
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
10967
10968
|
*/
|
|
10968
10969
|
queriedAt: string;
|
|
10969
10970
|
/** @description Whether the result was served from cache */
|
|
10970
10971
|
cached?: boolean;
|
|
10971
10972
|
/**
|
|
10972
10973
|
* Format: date-time
|
|
10973
|
-
* @description
|
|
10974
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
10974
10975
|
*/
|
|
10975
10976
|
cacheExpiresAt?: string;
|
|
10976
10977
|
};
|
|
@@ -13467,14 +13468,14 @@ export interface paths {
|
|
|
13467
13468
|
userId?: string;
|
|
13468
13469
|
/**
|
|
13469
13470
|
* Format: date-time
|
|
13470
|
-
* @description
|
|
13471
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
13471
13472
|
*/
|
|
13472
13473
|
queriedAt: string;
|
|
13473
13474
|
/** @description Whether the result was served from cache */
|
|
13474
13475
|
cached?: boolean;
|
|
13475
13476
|
/**
|
|
13476
13477
|
* Format: date-time
|
|
13477
|
-
* @description
|
|
13478
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
13478
13479
|
*/
|
|
13479
13480
|
cacheExpiresAt?: string;
|
|
13480
13481
|
};
|
|
@@ -13518,14 +13519,14 @@ export interface paths {
|
|
|
13518
13519
|
userId?: string;
|
|
13519
13520
|
/**
|
|
13520
13521
|
* Format: date-time
|
|
13521
|
-
* @description
|
|
13522
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
13522
13523
|
*/
|
|
13523
13524
|
queriedAt: string;
|
|
13524
13525
|
/** @description Whether the result was served from cache */
|
|
13525
13526
|
cached?: boolean;
|
|
13526
13527
|
/**
|
|
13527
13528
|
* Format: date-time
|
|
13528
|
-
* @description
|
|
13529
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
13529
13530
|
*/
|
|
13530
13531
|
cacheExpiresAt?: string;
|
|
13531
13532
|
};
|
|
@@ -13589,14 +13590,14 @@ export interface paths {
|
|
|
13589
13590
|
userId?: string;
|
|
13590
13591
|
/**
|
|
13591
13592
|
* Format: date-time
|
|
13592
|
-
* @description
|
|
13593
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
13593
13594
|
*/
|
|
13594
13595
|
queriedAt: string;
|
|
13595
13596
|
/** @description Whether the result was served from cache */
|
|
13596
13597
|
cached?: boolean;
|
|
13597
13598
|
/**
|
|
13598
13599
|
* Format: date-time
|
|
13599
|
-
* @description
|
|
13600
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
13600
13601
|
*/
|
|
13601
13602
|
cacheExpiresAt?: string;
|
|
13602
13603
|
};
|
|
@@ -13658,14 +13659,14 @@ export interface paths {
|
|
|
13658
13659
|
userId?: string;
|
|
13659
13660
|
/**
|
|
13660
13661
|
* Format: date-time
|
|
13661
|
-
* @description
|
|
13662
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
13662
13663
|
*/
|
|
13663
13664
|
queriedAt: string;
|
|
13664
13665
|
/** @description Whether the result was served from cache */
|
|
13665
13666
|
cached?: boolean;
|
|
13666
13667
|
/**
|
|
13667
13668
|
* Format: date-time
|
|
13668
|
-
* @description
|
|
13669
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
13669
13670
|
*/
|
|
13670
13671
|
cacheExpiresAt?: string;
|
|
13671
13672
|
};
|
|
@@ -31041,6 +31042,144 @@ export interface paths {
|
|
|
31041
31042
|
};
|
|
31042
31043
|
trace?: never;
|
|
31043
31044
|
};
|
|
31045
|
+
'/api/contract-cases/{id}/auto-archive': {
|
|
31046
|
+
parameters: {
|
|
31047
|
+
query?: never;
|
|
31048
|
+
header?: never;
|
|
31049
|
+
path?: never;
|
|
31050
|
+
cookie?: never;
|
|
31051
|
+
};
|
|
31052
|
+
get?: never;
|
|
31053
|
+
put?: never;
|
|
31054
|
+
post?: never;
|
|
31055
|
+
delete?: never;
|
|
31056
|
+
options?: never;
|
|
31057
|
+
head?: never;
|
|
31058
|
+
/**
|
|
31059
|
+
* Update auto-archive setting
|
|
31060
|
+
* @description Update the auto-archive on signing setting for a contract case. Cannot be changed after contract is signed. Only case managers can update.
|
|
31061
|
+
*/
|
|
31062
|
+
patch: {
|
|
31063
|
+
parameters: {
|
|
31064
|
+
query?: never;
|
|
31065
|
+
header?: never;
|
|
31066
|
+
path: {
|
|
31067
|
+
id: string;
|
|
31068
|
+
};
|
|
31069
|
+
cookie?: never;
|
|
31070
|
+
};
|
|
31071
|
+
requestBody: {
|
|
31072
|
+
content: {
|
|
31073
|
+
'application/json': {
|
|
31074
|
+
auto_archive_on_signing: boolean;
|
|
31075
|
+
};
|
|
31076
|
+
};
|
|
31077
|
+
};
|
|
31078
|
+
responses: {
|
|
31079
|
+
/** @description Default Response */
|
|
31080
|
+
400: {
|
|
31081
|
+
headers: {
|
|
31082
|
+
[name: string]: unknown;
|
|
31083
|
+
};
|
|
31084
|
+
content: {
|
|
31085
|
+
'application/json': {
|
|
31086
|
+
error: string;
|
|
31087
|
+
message?: string;
|
|
31088
|
+
code?: string;
|
|
31089
|
+
details?: unknown;
|
|
31090
|
+
/** Format: date-time */
|
|
31091
|
+
timestamp?: string;
|
|
31092
|
+
};
|
|
31093
|
+
};
|
|
31094
|
+
};
|
|
31095
|
+
/** @description Default Response */
|
|
31096
|
+
401: {
|
|
31097
|
+
headers: {
|
|
31098
|
+
[name: string]: unknown;
|
|
31099
|
+
};
|
|
31100
|
+
content: {
|
|
31101
|
+
'application/json': {
|
|
31102
|
+
error: string;
|
|
31103
|
+
message?: string;
|
|
31104
|
+
code?: string;
|
|
31105
|
+
details?: unknown;
|
|
31106
|
+
/** Format: date-time */
|
|
31107
|
+
timestamp?: string;
|
|
31108
|
+
};
|
|
31109
|
+
};
|
|
31110
|
+
};
|
|
31111
|
+
/** @description Default Response */
|
|
31112
|
+
403: {
|
|
31113
|
+
headers: {
|
|
31114
|
+
[name: string]: unknown;
|
|
31115
|
+
};
|
|
31116
|
+
content: {
|
|
31117
|
+
'application/json': {
|
|
31118
|
+
error: string;
|
|
31119
|
+
message?: string;
|
|
31120
|
+
code?: string;
|
|
31121
|
+
details?: unknown;
|
|
31122
|
+
/** Format: date-time */
|
|
31123
|
+
timestamp?: string;
|
|
31124
|
+
};
|
|
31125
|
+
};
|
|
31126
|
+
};
|
|
31127
|
+
/** @description Default Response */
|
|
31128
|
+
404: {
|
|
31129
|
+
headers: {
|
|
31130
|
+
[name: string]: unknown;
|
|
31131
|
+
};
|
|
31132
|
+
content: {
|
|
31133
|
+
'application/json': {
|
|
31134
|
+
error: string;
|
|
31135
|
+
message?: string;
|
|
31136
|
+
code?: string;
|
|
31137
|
+
details?: unknown;
|
|
31138
|
+
/** Format: date-time */
|
|
31139
|
+
timestamp?: string;
|
|
31140
|
+
};
|
|
31141
|
+
};
|
|
31142
|
+
};
|
|
31143
|
+
/** @description Default Response */
|
|
31144
|
+
422: {
|
|
31145
|
+
headers: {
|
|
31146
|
+
[name: string]: unknown;
|
|
31147
|
+
};
|
|
31148
|
+
content: {
|
|
31149
|
+
'application/json': {
|
|
31150
|
+
error: string;
|
|
31151
|
+
message: string;
|
|
31152
|
+
errors: {
|
|
31153
|
+
field: string;
|
|
31154
|
+
message: string;
|
|
31155
|
+
code?: string;
|
|
31156
|
+
value?: unknown;
|
|
31157
|
+
}[];
|
|
31158
|
+
/** Format: date-time */
|
|
31159
|
+
timestamp?: string;
|
|
31160
|
+
};
|
|
31161
|
+
};
|
|
31162
|
+
};
|
|
31163
|
+
/** @description Default Response */
|
|
31164
|
+
500: {
|
|
31165
|
+
headers: {
|
|
31166
|
+
[name: string]: unknown;
|
|
31167
|
+
};
|
|
31168
|
+
content: {
|
|
31169
|
+
'application/json': {
|
|
31170
|
+
error: string;
|
|
31171
|
+
message?: string;
|
|
31172
|
+
code?: string;
|
|
31173
|
+
details?: unknown;
|
|
31174
|
+
/** Format: date-time */
|
|
31175
|
+
timestamp?: string;
|
|
31176
|
+
};
|
|
31177
|
+
};
|
|
31178
|
+
};
|
|
31179
|
+
};
|
|
31180
|
+
};
|
|
31181
|
+
trace?: never;
|
|
31182
|
+
};
|
|
31044
31183
|
'/api/contract-cases/{id}/approve': {
|
|
31045
31184
|
parameters: {
|
|
31046
31185
|
query?: never;
|
|
@@ -34359,6 +34498,111 @@ export interface paths {
|
|
|
34359
34498
|
patch?: never;
|
|
34360
34499
|
trace?: never;
|
|
34361
34500
|
};
|
|
34501
|
+
'/api/contract-cases/{caseId}/signed-contract/download': {
|
|
34502
|
+
parameters: {
|
|
34503
|
+
query?: never;
|
|
34504
|
+
header?: never;
|
|
34505
|
+
path?: never;
|
|
34506
|
+
cookie?: never;
|
|
34507
|
+
};
|
|
34508
|
+
/**
|
|
34509
|
+
* Download signed contract for case
|
|
34510
|
+
* @description Download the signed contract PDF for a contract case. Only available when status is contract_signed. Case managers and contract parties have access.
|
|
34511
|
+
*/
|
|
34512
|
+
get: {
|
|
34513
|
+
parameters: {
|
|
34514
|
+
query?: never;
|
|
34515
|
+
header?: never;
|
|
34516
|
+
path: {
|
|
34517
|
+
id: string;
|
|
34518
|
+
};
|
|
34519
|
+
cookie?: never;
|
|
34520
|
+
};
|
|
34521
|
+
requestBody?: never;
|
|
34522
|
+
responses: {
|
|
34523
|
+
/** @description Signed contract PDF file */
|
|
34524
|
+
200: {
|
|
34525
|
+
headers: {
|
|
34526
|
+
[name: string]: unknown;
|
|
34527
|
+
};
|
|
34528
|
+
content: {
|
|
34529
|
+
'application/json': string;
|
|
34530
|
+
};
|
|
34531
|
+
};
|
|
34532
|
+
/** @description Default Response */
|
|
34533
|
+
400: {
|
|
34534
|
+
headers: {
|
|
34535
|
+
[name: string]: unknown;
|
|
34536
|
+
};
|
|
34537
|
+
content: {
|
|
34538
|
+
'application/json': {
|
|
34539
|
+
error: string;
|
|
34540
|
+
message?: string;
|
|
34541
|
+
code?: string;
|
|
34542
|
+
details?: unknown;
|
|
34543
|
+
/** Format: date-time */
|
|
34544
|
+
timestamp?: string;
|
|
34545
|
+
};
|
|
34546
|
+
};
|
|
34547
|
+
};
|
|
34548
|
+
/** @description Default Response */
|
|
34549
|
+
403: {
|
|
34550
|
+
headers: {
|
|
34551
|
+
[name: string]: unknown;
|
|
34552
|
+
};
|
|
34553
|
+
content: {
|
|
34554
|
+
'application/json': {
|
|
34555
|
+
error: string;
|
|
34556
|
+
message?: string;
|
|
34557
|
+
code?: string;
|
|
34558
|
+
details?: unknown;
|
|
34559
|
+
/** Format: date-time */
|
|
34560
|
+
timestamp?: string;
|
|
34561
|
+
};
|
|
34562
|
+
};
|
|
34563
|
+
};
|
|
34564
|
+
/** @description Default Response */
|
|
34565
|
+
404: {
|
|
34566
|
+
headers: {
|
|
34567
|
+
[name: string]: unknown;
|
|
34568
|
+
};
|
|
34569
|
+
content: {
|
|
34570
|
+
'application/json': {
|
|
34571
|
+
error: string;
|
|
34572
|
+
message?: string;
|
|
34573
|
+
code?: string;
|
|
34574
|
+
details?: unknown;
|
|
34575
|
+
/** Format: date-time */
|
|
34576
|
+
timestamp?: string;
|
|
34577
|
+
};
|
|
34578
|
+
};
|
|
34579
|
+
};
|
|
34580
|
+
/** @description Default Response */
|
|
34581
|
+
500: {
|
|
34582
|
+
headers: {
|
|
34583
|
+
[name: string]: unknown;
|
|
34584
|
+
};
|
|
34585
|
+
content: {
|
|
34586
|
+
'application/json': {
|
|
34587
|
+
error: string;
|
|
34588
|
+
message?: string;
|
|
34589
|
+
code?: string;
|
|
34590
|
+
details?: unknown;
|
|
34591
|
+
/** Format: date-time */
|
|
34592
|
+
timestamp?: string;
|
|
34593
|
+
};
|
|
34594
|
+
};
|
|
34595
|
+
};
|
|
34596
|
+
};
|
|
34597
|
+
};
|
|
34598
|
+
put?: never;
|
|
34599
|
+
post?: never;
|
|
34600
|
+
delete?: never;
|
|
34601
|
+
options?: never;
|
|
34602
|
+
head?: never;
|
|
34603
|
+
patch?: never;
|
|
34604
|
+
trace?: never;
|
|
34605
|
+
};
|
|
34362
34606
|
'/api/contract-signings/': {
|
|
34363
34607
|
parameters: {
|
|
34364
34608
|
query?: never;
|
|
@@ -34900,6 +35144,157 @@ export interface paths {
|
|
|
34900
35144
|
patch?: never;
|
|
34901
35145
|
trace?: never;
|
|
34902
35146
|
};
|
|
35147
|
+
'/api/signed-contracts/': {
|
|
35148
|
+
parameters: {
|
|
35149
|
+
query?: never;
|
|
35150
|
+
header?: never;
|
|
35151
|
+
path?: never;
|
|
35152
|
+
cookie?: never;
|
|
35153
|
+
};
|
|
35154
|
+
/** @description List signed contracts with filters */
|
|
35155
|
+
get: {
|
|
35156
|
+
parameters: {
|
|
35157
|
+
query?: {
|
|
35158
|
+
/** @description Filter by external archive status */
|
|
35159
|
+
archived?: 'true' | 'false';
|
|
35160
|
+
/** @description Filter contracts signed from this date */
|
|
35161
|
+
fromDate?: string;
|
|
35162
|
+
/** @description Filter contracts signed until this date */
|
|
35163
|
+
toDate?: string;
|
|
35164
|
+
/** @description Search by case number (partial match) */
|
|
35165
|
+
caseNumber?: string;
|
|
35166
|
+
/** @description Sort order */
|
|
35167
|
+
sort?: 'date_asc' | 'date_desc' | 'case_number';
|
|
35168
|
+
/** @description Number of results per page (1-100) */
|
|
35169
|
+
limit?: string;
|
|
35170
|
+
/** @description Number of results to skip */
|
|
35171
|
+
offset?: string;
|
|
35172
|
+
};
|
|
35173
|
+
header?: never;
|
|
35174
|
+
path?: never;
|
|
35175
|
+
cookie?: never;
|
|
35176
|
+
};
|
|
35177
|
+
requestBody?: never;
|
|
35178
|
+
responses: {
|
|
35179
|
+
/** @description Successful response */
|
|
35180
|
+
200: {
|
|
35181
|
+
headers: {
|
|
35182
|
+
[name: string]: unknown;
|
|
35183
|
+
};
|
|
35184
|
+
content: {
|
|
35185
|
+
'application/json': {
|
|
35186
|
+
data?: Record<string, never>[];
|
|
35187
|
+
pagination?: {
|
|
35188
|
+
page?: number;
|
|
35189
|
+
limit?: number;
|
|
35190
|
+
offset?: number;
|
|
35191
|
+
total?: number;
|
|
35192
|
+
has_more?: boolean;
|
|
35193
|
+
};
|
|
35194
|
+
metadata?: {
|
|
35195
|
+
[key: string]: unknown;
|
|
35196
|
+
};
|
|
35197
|
+
};
|
|
35198
|
+
};
|
|
35199
|
+
};
|
|
35200
|
+
};
|
|
35201
|
+
};
|
|
35202
|
+
put?: never;
|
|
35203
|
+
post?: never;
|
|
35204
|
+
delete?: never;
|
|
35205
|
+
options?: never;
|
|
35206
|
+
head?: never;
|
|
35207
|
+
patch?: never;
|
|
35208
|
+
trace?: never;
|
|
35209
|
+
};
|
|
35210
|
+
'/api/signed-contracts/{documentId}/mark-archived': {
|
|
35211
|
+
parameters: {
|
|
35212
|
+
query?: never;
|
|
35213
|
+
header?: never;
|
|
35214
|
+
path?: never;
|
|
35215
|
+
cookie?: never;
|
|
35216
|
+
};
|
|
35217
|
+
get?: never;
|
|
35218
|
+
put?: never;
|
|
35219
|
+
/** @description Mark document as externally archived or unarchive it */
|
|
35220
|
+
post: {
|
|
35221
|
+
parameters: {
|
|
35222
|
+
query?: never;
|
|
35223
|
+
header?: never;
|
|
35224
|
+
path: {
|
|
35225
|
+
/** @description Document ID */
|
|
35226
|
+
documentId: string;
|
|
35227
|
+
};
|
|
35228
|
+
cookie?: never;
|
|
35229
|
+
};
|
|
35230
|
+
requestBody: {
|
|
35231
|
+
content: {
|
|
35232
|
+
'application/json': {
|
|
35233
|
+
/** @description Archive status to set */
|
|
35234
|
+
archived: boolean;
|
|
35235
|
+
};
|
|
35236
|
+
};
|
|
35237
|
+
};
|
|
35238
|
+
responses: {
|
|
35239
|
+
/** @description Successful response */
|
|
35240
|
+
200: {
|
|
35241
|
+
headers: {
|
|
35242
|
+
[name: string]: unknown;
|
|
35243
|
+
};
|
|
35244
|
+
content: {
|
|
35245
|
+
'application/json': {
|
|
35246
|
+
data?: Record<string, never>;
|
|
35247
|
+
message?: string;
|
|
35248
|
+
};
|
|
35249
|
+
};
|
|
35250
|
+
};
|
|
35251
|
+
};
|
|
35252
|
+
};
|
|
35253
|
+
delete?: never;
|
|
35254
|
+
options?: never;
|
|
35255
|
+
head?: never;
|
|
35256
|
+
patch?: never;
|
|
35257
|
+
trace?: never;
|
|
35258
|
+
};
|
|
35259
|
+
'/api/signed-contracts/{documentId}/download': {
|
|
35260
|
+
parameters: {
|
|
35261
|
+
query?: never;
|
|
35262
|
+
header?: never;
|
|
35263
|
+
path?: never;
|
|
35264
|
+
cookie?: never;
|
|
35265
|
+
};
|
|
35266
|
+
/** @description Download signed contract document */
|
|
35267
|
+
get: {
|
|
35268
|
+
parameters: {
|
|
35269
|
+
query?: never;
|
|
35270
|
+
header?: never;
|
|
35271
|
+
path: {
|
|
35272
|
+
/** @description Document ID */
|
|
35273
|
+
documentId: string;
|
|
35274
|
+
};
|
|
35275
|
+
cookie?: never;
|
|
35276
|
+
};
|
|
35277
|
+
requestBody?: never;
|
|
35278
|
+
responses: {
|
|
35279
|
+
/** @description File download */
|
|
35280
|
+
200: {
|
|
35281
|
+
headers: {
|
|
35282
|
+
[name: string]: unknown;
|
|
35283
|
+
};
|
|
35284
|
+
content: {
|
|
35285
|
+
'application/json': string;
|
|
35286
|
+
};
|
|
35287
|
+
};
|
|
35288
|
+
};
|
|
35289
|
+
};
|
|
35290
|
+
put?: never;
|
|
35291
|
+
post?: never;
|
|
35292
|
+
delete?: never;
|
|
35293
|
+
options?: never;
|
|
35294
|
+
head?: never;
|
|
35295
|
+
patch?: never;
|
|
35296
|
+
trace?: never;
|
|
35297
|
+
};
|
|
34903
35298
|
'/api/assistants/{id}/attachments': {
|
|
34904
35299
|
parameters: {
|
|
34905
35300
|
query?: never;
|
|
@@ -39847,14 +40242,14 @@ export interface paths {
|
|
|
39847
40242
|
userId?: string;
|
|
39848
40243
|
/**
|
|
39849
40244
|
* Format: date-time
|
|
39850
|
-
* @description
|
|
40245
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
39851
40246
|
*/
|
|
39852
40247
|
queriedAt: string;
|
|
39853
40248
|
/** @description Whether the result was served from cache */
|
|
39854
40249
|
cached?: boolean;
|
|
39855
40250
|
/**
|
|
39856
40251
|
* Format: date-time
|
|
39857
|
-
* @description
|
|
40252
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
39858
40253
|
*/
|
|
39859
40254
|
cacheExpiresAt?: string;
|
|
39860
40255
|
/** @description List of entity types included in the overview */
|
|
@@ -40034,7 +40429,7 @@ export interface paths {
|
|
|
40034
40429
|
status: string;
|
|
40035
40430
|
/**
|
|
40036
40431
|
* Format: date-time
|
|
40037
|
-
* @description
|
|
40432
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
40038
40433
|
*/
|
|
40039
40434
|
savedAt: string;
|
|
40040
40435
|
}[];
|
|
@@ -40096,14 +40491,14 @@ export interface paths {
|
|
|
40096
40491
|
userId?: string;
|
|
40097
40492
|
/**
|
|
40098
40493
|
* Format: date-time
|
|
40099
|
-
* @description
|
|
40494
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
40100
40495
|
*/
|
|
40101
40496
|
queriedAt: string;
|
|
40102
40497
|
/** @description Whether the result was served from cache */
|
|
40103
40498
|
cached?: boolean;
|
|
40104
40499
|
/**
|
|
40105
40500
|
* Format: date-time
|
|
40106
|
-
* @description
|
|
40501
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
40107
40502
|
*/
|
|
40108
40503
|
cacheExpiresAt?: string;
|
|
40109
40504
|
/** @description List of entity types included in the overview */
|
|
@@ -40302,7 +40697,7 @@ export interface paths {
|
|
|
40302
40697
|
description: string;
|
|
40303
40698
|
/**
|
|
40304
40699
|
* Format: date-time
|
|
40305
|
-
* @description
|
|
40700
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
40306
40701
|
*/
|
|
40307
40702
|
timestamp: string;
|
|
40308
40703
|
metadata?: {
|
|
@@ -40351,14 +40746,14 @@ export interface paths {
|
|
|
40351
40746
|
userId?: string;
|
|
40352
40747
|
/**
|
|
40353
40748
|
* Format: date-time
|
|
40354
|
-
* @description
|
|
40749
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
40355
40750
|
*/
|
|
40356
40751
|
queriedAt: string;
|
|
40357
40752
|
/** @description Whether the result was served from cache */
|
|
40358
40753
|
cached?: boolean;
|
|
40359
40754
|
/**
|
|
40360
40755
|
* Format: date-time
|
|
40361
|
-
* @description
|
|
40756
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
40362
40757
|
*/
|
|
40363
40758
|
cacheExpiresAt?: string;
|
|
40364
40759
|
/** @description List of entity types included in the overview */
|
|
@@ -40654,7 +41049,7 @@ export interface paths {
|
|
|
40654
41049
|
new_users_7d: number;
|
|
40655
41050
|
/**
|
|
40656
41051
|
* Format: date-time
|
|
40657
|
-
* @description
|
|
41052
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
40658
41053
|
*/
|
|
40659
41054
|
refreshed_at: string;
|
|
40660
41055
|
};
|
|
@@ -40685,14 +41080,14 @@ export interface paths {
|
|
|
40685
41080
|
userId?: string;
|
|
40686
41081
|
/**
|
|
40687
41082
|
* Format: date-time
|
|
40688
|
-
* @description
|
|
41083
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
40689
41084
|
*/
|
|
40690
41085
|
queriedAt: string;
|
|
40691
41086
|
/** @description Whether the result was served from cache */
|
|
40692
41087
|
cached?: boolean;
|
|
40693
41088
|
/**
|
|
40694
41089
|
* Format: date-time
|
|
40695
|
-
* @description
|
|
41090
|
+
* @description RFC 3339 datetime format (ISO 8601 or PostgreSQL timestamp)
|
|
40696
41091
|
*/
|
|
40697
41092
|
cacheExpiresAt?: string;
|
|
40698
41093
|
/** @description List of entity types included in the overview */
|
|
@@ -44710,37 +45105,60 @@ export interface paths {
|
|
|
44710
45105
|
};
|
|
44711
45106
|
content: {
|
|
44712
45107
|
'application/json': {
|
|
44713
|
-
|
|
44714
|
-
|
|
44715
|
-
|
|
44716
|
-
|
|
44717
|
-
|
|
44718
|
-
|
|
44719
|
-
|
|
44720
|
-
|
|
44721
|
-
|
|
44722
|
-
|
|
44723
|
-
|
|
44724
|
-
|
|
44725
|
-
|
|
44726
|
-
|
|
44727
|
-
|
|
44728
|
-
|
|
44729
|
-
|
|
44730
|
-
|
|
44731
|
-
|
|
44732
|
-
|
|
44733
|
-
|
|
44734
|
-
|
|
44735
|
-
|
|
44736
|
-
|
|
45108
|
+
data: {
|
|
45109
|
+
user: {
|
|
45110
|
+
id: string;
|
|
45111
|
+
uloba_immutable_id?: string | null;
|
|
45112
|
+
email: string;
|
|
45113
|
+
email_verified?: boolean;
|
|
45114
|
+
full_name?: string;
|
|
45115
|
+
given_name?: string;
|
|
45116
|
+
family_name?: string;
|
|
45117
|
+
phone?: string;
|
|
45118
|
+
roles: string[];
|
|
45119
|
+
status?: 'active' | 'pending_deactivation' | 'deactivated' | 'scheduled_deletion' | 'suspended';
|
|
45120
|
+
status_changed_at?: string | null;
|
|
45121
|
+
created_at: string;
|
|
45122
|
+
updated_at?: string;
|
|
45123
|
+
last_login?: string;
|
|
45124
|
+
deactivated_at?: string | null;
|
|
45125
|
+
deactivated_by?: string | null;
|
|
45126
|
+
deactivation_type?: 'admin' | 'self' | null;
|
|
45127
|
+
deactivation_reason?: string | null;
|
|
45128
|
+
scheduled_deletion_at?: string | null;
|
|
45129
|
+
};
|
|
45130
|
+
account: {
|
|
45131
|
+
id: string;
|
|
45132
|
+
status: 'active' | 'suspended';
|
|
45133
|
+
language: string;
|
|
45134
|
+
timezone?: string;
|
|
45135
|
+
created_at: string;
|
|
45136
|
+
};
|
|
45137
|
+
profile?: {
|
|
45138
|
+
type: 'assistant' | 'employer';
|
|
45139
|
+
data: unknown;
|
|
45140
|
+
};
|
|
45141
|
+
stats: {
|
|
45142
|
+
total_jobs: number;
|
|
45143
|
+
total_applications: number;
|
|
45144
|
+
total_contracts: number;
|
|
45145
|
+
total_inquiries: number;
|
|
45146
|
+
total_invites: number;
|
|
45147
|
+
};
|
|
44737
45148
|
};
|
|
44738
|
-
|
|
44739
|
-
|
|
44740
|
-
|
|
44741
|
-
|
|
44742
|
-
|
|
44743
|
-
|
|
45149
|
+
metadata: {
|
|
45150
|
+
viewerContext: 'anonymous' | 'authenticated' | 'owner' | 'coordinator' | 'admin';
|
|
45151
|
+
permissions: {
|
|
45152
|
+
canView?: boolean;
|
|
45153
|
+
canEdit?: boolean;
|
|
45154
|
+
canDeactivate?: boolean;
|
|
45155
|
+
canReactivate?: boolean;
|
|
45156
|
+
canSuspend?: boolean;
|
|
45157
|
+
canUnsuspend?: boolean;
|
|
45158
|
+
canScheduleDeletion?: boolean;
|
|
45159
|
+
canCancelDeletion?: boolean;
|
|
45160
|
+
};
|
|
45161
|
+
timestamp: string;
|
|
44744
45162
|
};
|
|
44745
45163
|
};
|
|
44746
45164
|
};
|
|
@@ -44861,7 +45279,7 @@ export interface paths {
|
|
|
44861
45279
|
put?: never;
|
|
44862
45280
|
/**
|
|
44863
45281
|
* Deactivate user
|
|
44864
|
-
* @description Admin deactivates user account immediately.
|
|
45282
|
+
* @description Admin deactivates user account immediately. State machine effects will handle unpublishing jobs and hiding assistant profiles. Requires CASE_MANAGER role.
|
|
44865
45283
|
*/
|
|
44866
45284
|
post: {
|
|
44867
45285
|
parameters: {
|
|
@@ -44891,8 +45309,6 @@ export interface paths {
|
|
|
44891
45309
|
success: boolean;
|
|
44892
45310
|
message: string;
|
|
44893
45311
|
deactivation_type: string;
|
|
44894
|
-
jobs_unpublished: number;
|
|
44895
|
-
assistants_hidden: number;
|
|
44896
45312
|
};
|
|
44897
45313
|
};
|
|
44898
45314
|
};
|