@uug-ai/models 1.3.15 → 1.4.0
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/types.d.ts +803 -116
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -8310,6 +8310,162 @@ export interface paths {
|
|
|
8310
8310
|
patch?: never;
|
|
8311
8311
|
trace?: never;
|
|
8312
8312
|
};
|
|
8313
|
+
"/internal/organisation": {
|
|
8314
|
+
parameters: {
|
|
8315
|
+
query?: never;
|
|
8316
|
+
header?: never;
|
|
8317
|
+
path?: never;
|
|
8318
|
+
cookie?: never;
|
|
8319
|
+
};
|
|
8320
|
+
/**
|
|
8321
|
+
* Get Organisation (schema generation only)
|
|
8322
|
+
* @description Internal endpoint used only to ensure Organisation schema is generated in OpenAPI spec
|
|
8323
|
+
*/
|
|
8324
|
+
get: {
|
|
8325
|
+
parameters: {
|
|
8326
|
+
query?: never;
|
|
8327
|
+
header?: never;
|
|
8328
|
+
path?: never;
|
|
8329
|
+
cookie?: never;
|
|
8330
|
+
};
|
|
8331
|
+
requestBody?: never;
|
|
8332
|
+
responses: {
|
|
8333
|
+
/** @description OK */
|
|
8334
|
+
200: {
|
|
8335
|
+
headers: {
|
|
8336
|
+
[name: string]: unknown;
|
|
8337
|
+
};
|
|
8338
|
+
content: {
|
|
8339
|
+
"application/json": components["schemas"]["models.Organisation"];
|
|
8340
|
+
};
|
|
8341
|
+
};
|
|
8342
|
+
};
|
|
8343
|
+
};
|
|
8344
|
+
put?: never;
|
|
8345
|
+
post?: never;
|
|
8346
|
+
delete?: never;
|
|
8347
|
+
options?: never;
|
|
8348
|
+
head?: never;
|
|
8349
|
+
patch?: never;
|
|
8350
|
+
trace?: never;
|
|
8351
|
+
};
|
|
8352
|
+
"/internal/organisationinvitation": {
|
|
8353
|
+
parameters: {
|
|
8354
|
+
query?: never;
|
|
8355
|
+
header?: never;
|
|
8356
|
+
path?: never;
|
|
8357
|
+
cookie?: never;
|
|
8358
|
+
};
|
|
8359
|
+
/**
|
|
8360
|
+
* Get OrganisationInvitation (schema generation only)
|
|
8361
|
+
* @description Internal endpoint used only to ensure OrganisationInvitation schema is generated in OpenAPI spec
|
|
8362
|
+
*/
|
|
8363
|
+
get: {
|
|
8364
|
+
parameters: {
|
|
8365
|
+
query?: never;
|
|
8366
|
+
header?: never;
|
|
8367
|
+
path?: never;
|
|
8368
|
+
cookie?: never;
|
|
8369
|
+
};
|
|
8370
|
+
requestBody?: never;
|
|
8371
|
+
responses: {
|
|
8372
|
+
/** @description OK */
|
|
8373
|
+
200: {
|
|
8374
|
+
headers: {
|
|
8375
|
+
[name: string]: unknown;
|
|
8376
|
+
};
|
|
8377
|
+
content: {
|
|
8378
|
+
"application/json": components["schemas"]["models.OrganisationInvitation"];
|
|
8379
|
+
};
|
|
8380
|
+
};
|
|
8381
|
+
};
|
|
8382
|
+
};
|
|
8383
|
+
put?: never;
|
|
8384
|
+
post?: never;
|
|
8385
|
+
delete?: never;
|
|
8386
|
+
options?: never;
|
|
8387
|
+
head?: never;
|
|
8388
|
+
patch?: never;
|
|
8389
|
+
trace?: never;
|
|
8390
|
+
};
|
|
8391
|
+
"/internal/organisationmember": {
|
|
8392
|
+
parameters: {
|
|
8393
|
+
query?: never;
|
|
8394
|
+
header?: never;
|
|
8395
|
+
path?: never;
|
|
8396
|
+
cookie?: never;
|
|
8397
|
+
};
|
|
8398
|
+
/**
|
|
8399
|
+
* Get OrganisationMember (schema generation only)
|
|
8400
|
+
* @description Internal endpoint used only to ensure OrganisationMember schema is generated in OpenAPI spec
|
|
8401
|
+
*/
|
|
8402
|
+
get: {
|
|
8403
|
+
parameters: {
|
|
8404
|
+
query?: never;
|
|
8405
|
+
header?: never;
|
|
8406
|
+
path?: never;
|
|
8407
|
+
cookie?: never;
|
|
8408
|
+
};
|
|
8409
|
+
requestBody?: never;
|
|
8410
|
+
responses: {
|
|
8411
|
+
/** @description OK */
|
|
8412
|
+
200: {
|
|
8413
|
+
headers: {
|
|
8414
|
+
[name: string]: unknown;
|
|
8415
|
+
};
|
|
8416
|
+
content: {
|
|
8417
|
+
"application/json": components["schemas"]["models.OrganisationMember"];
|
|
8418
|
+
};
|
|
8419
|
+
};
|
|
8420
|
+
};
|
|
8421
|
+
};
|
|
8422
|
+
put?: never;
|
|
8423
|
+
post?: never;
|
|
8424
|
+
delete?: never;
|
|
8425
|
+
options?: never;
|
|
8426
|
+
head?: never;
|
|
8427
|
+
patch?: never;
|
|
8428
|
+
trace?: never;
|
|
8429
|
+
};
|
|
8430
|
+
"/internal/organisationsettings": {
|
|
8431
|
+
parameters: {
|
|
8432
|
+
query?: never;
|
|
8433
|
+
header?: never;
|
|
8434
|
+
path?: never;
|
|
8435
|
+
cookie?: never;
|
|
8436
|
+
};
|
|
8437
|
+
/**
|
|
8438
|
+
* Get OrganisationSettings (schema generation only)
|
|
8439
|
+
* @description Internal endpoint used only to ensure OrganisationSettings schema is generated in OpenAPI spec
|
|
8440
|
+
*/
|
|
8441
|
+
get: {
|
|
8442
|
+
parameters: {
|
|
8443
|
+
query?: never;
|
|
8444
|
+
header?: never;
|
|
8445
|
+
path?: never;
|
|
8446
|
+
cookie?: never;
|
|
8447
|
+
};
|
|
8448
|
+
requestBody?: never;
|
|
8449
|
+
responses: {
|
|
8450
|
+
/** @description OK */
|
|
8451
|
+
200: {
|
|
8452
|
+
headers: {
|
|
8453
|
+
[name: string]: unknown;
|
|
8454
|
+
};
|
|
8455
|
+
content: {
|
|
8456
|
+
"application/json": components["schemas"]["models.OrganisationSettings"];
|
|
8457
|
+
};
|
|
8458
|
+
};
|
|
8459
|
+
};
|
|
8460
|
+
};
|
|
8461
|
+
put?: never;
|
|
8462
|
+
post?: never;
|
|
8463
|
+
delete?: never;
|
|
8464
|
+
options?: never;
|
|
8465
|
+
head?: never;
|
|
8466
|
+
patch?: never;
|
|
8467
|
+
trace?: never;
|
|
8468
|
+
};
|
|
8313
8469
|
"/internal/panicresponse": {
|
|
8314
8470
|
parameters: {
|
|
8315
8471
|
query?: never;
|
|
@@ -8895,6 +9051,84 @@ export interface paths {
|
|
|
8895
9051
|
patch?: never;
|
|
8896
9052
|
trace?: never;
|
|
8897
9053
|
};
|
|
9054
|
+
"/internal/roleassignment": {
|
|
9055
|
+
parameters: {
|
|
9056
|
+
query?: never;
|
|
9057
|
+
header?: never;
|
|
9058
|
+
path?: never;
|
|
9059
|
+
cookie?: never;
|
|
9060
|
+
};
|
|
9061
|
+
/**
|
|
9062
|
+
* Get RoleAssignment (schema generation only)
|
|
9063
|
+
* @description Internal endpoint used only to ensure RoleAssignment schema is generated in OpenAPI spec
|
|
9064
|
+
*/
|
|
9065
|
+
get: {
|
|
9066
|
+
parameters: {
|
|
9067
|
+
query?: never;
|
|
9068
|
+
header?: never;
|
|
9069
|
+
path?: never;
|
|
9070
|
+
cookie?: never;
|
|
9071
|
+
};
|
|
9072
|
+
requestBody?: never;
|
|
9073
|
+
responses: {
|
|
9074
|
+
/** @description OK */
|
|
9075
|
+
200: {
|
|
9076
|
+
headers: {
|
|
9077
|
+
[name: string]: unknown;
|
|
9078
|
+
};
|
|
9079
|
+
content: {
|
|
9080
|
+
"application/json": components["schemas"]["models.RoleAssignment"];
|
|
9081
|
+
};
|
|
9082
|
+
};
|
|
9083
|
+
};
|
|
9084
|
+
};
|
|
9085
|
+
put?: never;
|
|
9086
|
+
post?: never;
|
|
9087
|
+
delete?: never;
|
|
9088
|
+
options?: never;
|
|
9089
|
+
head?: never;
|
|
9090
|
+
patch?: never;
|
|
9091
|
+
trace?: never;
|
|
9092
|
+
};
|
|
9093
|
+
"/internal/rolescope": {
|
|
9094
|
+
parameters: {
|
|
9095
|
+
query?: never;
|
|
9096
|
+
header?: never;
|
|
9097
|
+
path?: never;
|
|
9098
|
+
cookie?: never;
|
|
9099
|
+
};
|
|
9100
|
+
/**
|
|
9101
|
+
* Get RoleScope (schema generation only)
|
|
9102
|
+
* @description Internal endpoint used only to ensure RoleScope schema is generated in OpenAPI spec
|
|
9103
|
+
*/
|
|
9104
|
+
get: {
|
|
9105
|
+
parameters: {
|
|
9106
|
+
query?: never;
|
|
9107
|
+
header?: never;
|
|
9108
|
+
path?: never;
|
|
9109
|
+
cookie?: never;
|
|
9110
|
+
};
|
|
9111
|
+
requestBody?: never;
|
|
9112
|
+
responses: {
|
|
9113
|
+
/** @description OK */
|
|
9114
|
+
200: {
|
|
9115
|
+
headers: {
|
|
9116
|
+
[name: string]: unknown;
|
|
9117
|
+
};
|
|
9118
|
+
content: {
|
|
9119
|
+
"application/json": components["schemas"]["models.RoleScope"];
|
|
9120
|
+
};
|
|
9121
|
+
};
|
|
9122
|
+
};
|
|
9123
|
+
};
|
|
9124
|
+
put?: never;
|
|
9125
|
+
post?: never;
|
|
9126
|
+
delete?: never;
|
|
9127
|
+
options?: never;
|
|
9128
|
+
head?: never;
|
|
9129
|
+
patch?: never;
|
|
9130
|
+
trace?: never;
|
|
9131
|
+
};
|
|
8898
9132
|
"/internal/savefaceredactionerrorresponse": {
|
|
8899
9133
|
parameters: {
|
|
8900
9134
|
query?: never;
|
|
@@ -9839,8 +10073,281 @@ export interface paths {
|
|
|
9839
10073
|
cookie?: never;
|
|
9840
10074
|
};
|
|
9841
10075
|
/**
|
|
9842
|
-
* Get SubmitFaceRedactionSuccessResponse (schema generation only)
|
|
9843
|
-
* @description Internal endpoint used only to ensure SubmitFaceRedactionSuccessResponse schema is generated in OpenAPI spec
|
|
10076
|
+
* Get SubmitFaceRedactionSuccessResponse (schema generation only)
|
|
10077
|
+
* @description Internal endpoint used only to ensure SubmitFaceRedactionSuccessResponse schema is generated in OpenAPI spec
|
|
10078
|
+
*/
|
|
10079
|
+
get: {
|
|
10080
|
+
parameters: {
|
|
10081
|
+
query?: never;
|
|
10082
|
+
header?: never;
|
|
10083
|
+
path?: never;
|
|
10084
|
+
cookie?: never;
|
|
10085
|
+
};
|
|
10086
|
+
requestBody?: never;
|
|
10087
|
+
responses: {
|
|
10088
|
+
/** @description OK */
|
|
10089
|
+
200: {
|
|
10090
|
+
headers: {
|
|
10091
|
+
[name: string]: unknown;
|
|
10092
|
+
};
|
|
10093
|
+
content: {
|
|
10094
|
+
"application/json": components["schemas"]["api.SubmitFaceRedactionSuccessResponse"];
|
|
10095
|
+
};
|
|
10096
|
+
};
|
|
10097
|
+
};
|
|
10098
|
+
};
|
|
10099
|
+
put?: never;
|
|
10100
|
+
post?: never;
|
|
10101
|
+
delete?: never;
|
|
10102
|
+
options?: never;
|
|
10103
|
+
head?: never;
|
|
10104
|
+
patch?: never;
|
|
10105
|
+
trace?: never;
|
|
10106
|
+
};
|
|
10107
|
+
"/internal/subscription": {
|
|
10108
|
+
parameters: {
|
|
10109
|
+
query?: never;
|
|
10110
|
+
header?: never;
|
|
10111
|
+
path?: never;
|
|
10112
|
+
cookie?: never;
|
|
10113
|
+
};
|
|
10114
|
+
/**
|
|
10115
|
+
* Get Subscription (schema generation only)
|
|
10116
|
+
* @description Internal endpoint used only to ensure Subscription schema is generated in OpenAPI spec
|
|
10117
|
+
*/
|
|
10118
|
+
get: {
|
|
10119
|
+
parameters: {
|
|
10120
|
+
query?: never;
|
|
10121
|
+
header?: never;
|
|
10122
|
+
path?: never;
|
|
10123
|
+
cookie?: never;
|
|
10124
|
+
};
|
|
10125
|
+
requestBody?: never;
|
|
10126
|
+
responses: {
|
|
10127
|
+
/** @description OK */
|
|
10128
|
+
200: {
|
|
10129
|
+
headers: {
|
|
10130
|
+
[name: string]: unknown;
|
|
10131
|
+
};
|
|
10132
|
+
content: {
|
|
10133
|
+
"application/json": components["schemas"]["models.Subscription"];
|
|
10134
|
+
};
|
|
10135
|
+
};
|
|
10136
|
+
};
|
|
10137
|
+
};
|
|
10138
|
+
put?: never;
|
|
10139
|
+
post?: never;
|
|
10140
|
+
delete?: never;
|
|
10141
|
+
options?: never;
|
|
10142
|
+
head?: never;
|
|
10143
|
+
patch?: never;
|
|
10144
|
+
trace?: never;
|
|
10145
|
+
};
|
|
10146
|
+
"/internal/synchronize": {
|
|
10147
|
+
parameters: {
|
|
10148
|
+
query?: never;
|
|
10149
|
+
header?: never;
|
|
10150
|
+
path?: never;
|
|
10151
|
+
cookie?: never;
|
|
10152
|
+
};
|
|
10153
|
+
/**
|
|
10154
|
+
* Get Synchronize (schema generation only)
|
|
10155
|
+
* @description Internal endpoint used only to ensure Synchronize schema is generated in OpenAPI spec
|
|
10156
|
+
*/
|
|
10157
|
+
get: {
|
|
10158
|
+
parameters: {
|
|
10159
|
+
query?: never;
|
|
10160
|
+
header?: never;
|
|
10161
|
+
path?: never;
|
|
10162
|
+
cookie?: never;
|
|
10163
|
+
};
|
|
10164
|
+
requestBody?: never;
|
|
10165
|
+
responses: {
|
|
10166
|
+
/** @description OK */
|
|
10167
|
+
200: {
|
|
10168
|
+
headers: {
|
|
10169
|
+
[name: string]: unknown;
|
|
10170
|
+
};
|
|
10171
|
+
content: {
|
|
10172
|
+
"application/json": components["schemas"]["models.Synchronize"];
|
|
10173
|
+
};
|
|
10174
|
+
};
|
|
10175
|
+
};
|
|
10176
|
+
};
|
|
10177
|
+
put?: never;
|
|
10178
|
+
post?: never;
|
|
10179
|
+
delete?: never;
|
|
10180
|
+
options?: never;
|
|
10181
|
+
head?: never;
|
|
10182
|
+
patch?: never;
|
|
10183
|
+
trace?: never;
|
|
10184
|
+
};
|
|
10185
|
+
"/internal/synchronizeevent": {
|
|
10186
|
+
parameters: {
|
|
10187
|
+
query?: never;
|
|
10188
|
+
header?: never;
|
|
10189
|
+
path?: never;
|
|
10190
|
+
cookie?: never;
|
|
10191
|
+
};
|
|
10192
|
+
/**
|
|
10193
|
+
* Get SynchronizeEvent (schema generation only)
|
|
10194
|
+
* @description Internal endpoint used only to ensure SynchronizeEvent schema is generated in OpenAPI spec
|
|
10195
|
+
*/
|
|
10196
|
+
get: {
|
|
10197
|
+
parameters: {
|
|
10198
|
+
query?: never;
|
|
10199
|
+
header?: never;
|
|
10200
|
+
path?: never;
|
|
10201
|
+
cookie?: never;
|
|
10202
|
+
};
|
|
10203
|
+
requestBody?: never;
|
|
10204
|
+
responses: {
|
|
10205
|
+
/** @description OK */
|
|
10206
|
+
200: {
|
|
10207
|
+
headers: {
|
|
10208
|
+
[name: string]: unknown;
|
|
10209
|
+
};
|
|
10210
|
+
content: {
|
|
10211
|
+
"application/json": components["schemas"]["models.SynchronizeEvent"];
|
|
10212
|
+
};
|
|
10213
|
+
};
|
|
10214
|
+
};
|
|
10215
|
+
};
|
|
10216
|
+
put?: never;
|
|
10217
|
+
post?: never;
|
|
10218
|
+
delete?: never;
|
|
10219
|
+
options?: never;
|
|
10220
|
+
head?: never;
|
|
10221
|
+
patch?: never;
|
|
10222
|
+
trace?: never;
|
|
10223
|
+
};
|
|
10224
|
+
"/internal/telegram": {
|
|
10225
|
+
parameters: {
|
|
10226
|
+
query?: never;
|
|
10227
|
+
header?: never;
|
|
10228
|
+
path?: never;
|
|
10229
|
+
cookie?: never;
|
|
10230
|
+
};
|
|
10231
|
+
/**
|
|
10232
|
+
* Get Telegram (schema generation only)
|
|
10233
|
+
* @description Internal endpoint used only to ensure Telegram schema is generated in OpenAPI spec
|
|
10234
|
+
*/
|
|
10235
|
+
get: {
|
|
10236
|
+
parameters: {
|
|
10237
|
+
query?: never;
|
|
10238
|
+
header?: never;
|
|
10239
|
+
path?: never;
|
|
10240
|
+
cookie?: never;
|
|
10241
|
+
};
|
|
10242
|
+
requestBody?: never;
|
|
10243
|
+
responses: {
|
|
10244
|
+
/** @description OK */
|
|
10245
|
+
200: {
|
|
10246
|
+
headers: {
|
|
10247
|
+
[name: string]: unknown;
|
|
10248
|
+
};
|
|
10249
|
+
content: {
|
|
10250
|
+
"application/json": components["schemas"]["models.Telegram"];
|
|
10251
|
+
};
|
|
10252
|
+
};
|
|
10253
|
+
};
|
|
10254
|
+
};
|
|
10255
|
+
put?: never;
|
|
10256
|
+
post?: never;
|
|
10257
|
+
delete?: never;
|
|
10258
|
+
options?: never;
|
|
10259
|
+
head?: never;
|
|
10260
|
+
patch?: never;
|
|
10261
|
+
trace?: never;
|
|
10262
|
+
};
|
|
10263
|
+
"/internal/throttlerstage": {
|
|
10264
|
+
parameters: {
|
|
10265
|
+
query?: never;
|
|
10266
|
+
header?: never;
|
|
10267
|
+
path?: never;
|
|
10268
|
+
cookie?: never;
|
|
10269
|
+
};
|
|
10270
|
+
/**
|
|
10271
|
+
* Get ThrottlerStage (schema generation only)
|
|
10272
|
+
* @description Internal endpoint used only to ensure ThrottlerStage schema is generated in OpenAPI spec
|
|
10273
|
+
*/
|
|
10274
|
+
get: {
|
|
10275
|
+
parameters: {
|
|
10276
|
+
query?: never;
|
|
10277
|
+
header?: never;
|
|
10278
|
+
path?: never;
|
|
10279
|
+
cookie?: never;
|
|
10280
|
+
};
|
|
10281
|
+
requestBody?: never;
|
|
10282
|
+
responses: {
|
|
10283
|
+
/** @description OK */
|
|
10284
|
+
200: {
|
|
10285
|
+
headers: {
|
|
10286
|
+
[name: string]: unknown;
|
|
10287
|
+
};
|
|
10288
|
+
content: {
|
|
10289
|
+
"application/json": components["schemas"]["models.ThrottlerStage"];
|
|
10290
|
+
};
|
|
10291
|
+
};
|
|
10292
|
+
};
|
|
10293
|
+
};
|
|
10294
|
+
put?: never;
|
|
10295
|
+
post?: never;
|
|
10296
|
+
delete?: never;
|
|
10297
|
+
options?: never;
|
|
10298
|
+
head?: never;
|
|
10299
|
+
patch?: never;
|
|
10300
|
+
trace?: never;
|
|
10301
|
+
};
|
|
10302
|
+
"/internal/thumbnail": {
|
|
10303
|
+
parameters: {
|
|
10304
|
+
query?: never;
|
|
10305
|
+
header?: never;
|
|
10306
|
+
path?: never;
|
|
10307
|
+
cookie?: never;
|
|
10308
|
+
};
|
|
10309
|
+
/**
|
|
10310
|
+
* Get Thumbnail (schema generation only)
|
|
10311
|
+
* @description Internal endpoint used only to ensure Thumbnail schema is generated in OpenAPI spec
|
|
10312
|
+
*/
|
|
10313
|
+
get: {
|
|
10314
|
+
parameters: {
|
|
10315
|
+
query?: never;
|
|
10316
|
+
header?: never;
|
|
10317
|
+
path?: never;
|
|
10318
|
+
cookie?: never;
|
|
10319
|
+
};
|
|
10320
|
+
requestBody?: never;
|
|
10321
|
+
responses: {
|
|
10322
|
+
/** @description OK */
|
|
10323
|
+
200: {
|
|
10324
|
+
headers: {
|
|
10325
|
+
[name: string]: unknown;
|
|
10326
|
+
};
|
|
10327
|
+
content: {
|
|
10328
|
+
"application/json": components["schemas"]["models.Thumbnail"];
|
|
10329
|
+
};
|
|
10330
|
+
};
|
|
10331
|
+
};
|
|
10332
|
+
};
|
|
10333
|
+
put?: never;
|
|
10334
|
+
post?: never;
|
|
10335
|
+
delete?: never;
|
|
10336
|
+
options?: never;
|
|
10337
|
+
head?: never;
|
|
10338
|
+
patch?: never;
|
|
10339
|
+
trace?: never;
|
|
10340
|
+
};
|
|
10341
|
+
"/internal/thumby": {
|
|
10342
|
+
parameters: {
|
|
10343
|
+
query?: never;
|
|
10344
|
+
header?: never;
|
|
10345
|
+
path?: never;
|
|
10346
|
+
cookie?: never;
|
|
10347
|
+
};
|
|
10348
|
+
/**
|
|
10349
|
+
* Get Thumby (schema generation only)
|
|
10350
|
+
* @description Internal endpoint used only to ensure Thumby schema is generated in OpenAPI spec
|
|
9844
10351
|
*/
|
|
9845
10352
|
get: {
|
|
9846
10353
|
parameters: {
|
|
@@ -9857,7 +10364,7 @@ export interface paths {
|
|
|
9857
10364
|
[name: string]: unknown;
|
|
9858
10365
|
};
|
|
9859
10366
|
content: {
|
|
9860
|
-
"application/json": components["schemas"]["
|
|
10367
|
+
"application/json": components["schemas"]["models.Thumby"];
|
|
9861
10368
|
};
|
|
9862
10369
|
};
|
|
9863
10370
|
};
|
|
@@ -9870,7 +10377,7 @@ export interface paths {
|
|
|
9870
10377
|
patch?: never;
|
|
9871
10378
|
trace?: never;
|
|
9872
10379
|
};
|
|
9873
|
-
"/internal/
|
|
10380
|
+
"/internal/timerange": {
|
|
9874
10381
|
parameters: {
|
|
9875
10382
|
query?: never;
|
|
9876
10383
|
header?: never;
|
|
@@ -9878,8 +10385,8 @@ export interface paths {
|
|
|
9878
10385
|
cookie?: never;
|
|
9879
10386
|
};
|
|
9880
10387
|
/**
|
|
9881
|
-
* Get
|
|
9882
|
-
* @description Internal endpoint used only to ensure
|
|
10388
|
+
* Get TimeRange (schema generation only)
|
|
10389
|
+
* @description Internal endpoint used only to ensure TimeRange schema is generated in OpenAPI spec
|
|
9883
10390
|
*/
|
|
9884
10391
|
get: {
|
|
9885
10392
|
parameters: {
|
|
@@ -9896,7 +10403,7 @@ export interface paths {
|
|
|
9896
10403
|
[name: string]: unknown;
|
|
9897
10404
|
};
|
|
9898
10405
|
content: {
|
|
9899
|
-
"application/json": components["schemas"]["models.
|
|
10406
|
+
"application/json": components["schemas"]["models.TimeRange"];
|
|
9900
10407
|
};
|
|
9901
10408
|
};
|
|
9902
10409
|
};
|
|
@@ -9909,7 +10416,7 @@ export interface paths {
|
|
|
9909
10416
|
patch?: never;
|
|
9910
10417
|
trace?: never;
|
|
9911
10418
|
};
|
|
9912
|
-
"/internal/
|
|
10419
|
+
"/internal/timeschedule": {
|
|
9913
10420
|
parameters: {
|
|
9914
10421
|
query?: never;
|
|
9915
10422
|
header?: never;
|
|
@@ -9917,8 +10424,8 @@ export interface paths {
|
|
|
9917
10424
|
cookie?: never;
|
|
9918
10425
|
};
|
|
9919
10426
|
/**
|
|
9920
|
-
* Get
|
|
9921
|
-
* @description Internal endpoint used only to ensure
|
|
10427
|
+
* Get TimeSchedule (schema generation only)
|
|
10428
|
+
* @description Internal endpoint used only to ensure TimeSchedule schema is generated in OpenAPI spec
|
|
9922
10429
|
*/
|
|
9923
10430
|
get: {
|
|
9924
10431
|
parameters: {
|
|
@@ -9935,7 +10442,7 @@ export interface paths {
|
|
|
9935
10442
|
[name: string]: unknown;
|
|
9936
10443
|
};
|
|
9937
10444
|
content: {
|
|
9938
|
-
"application/json": components["schemas"]["models.
|
|
10445
|
+
"application/json": components["schemas"]["models.TimeSchedule"];
|
|
9939
10446
|
};
|
|
9940
10447
|
};
|
|
9941
10448
|
};
|
|
@@ -9948,7 +10455,7 @@ export interface paths {
|
|
|
9948
10455
|
patch?: never;
|
|
9949
10456
|
trace?: never;
|
|
9950
10457
|
};
|
|
9951
|
-
"/internal/
|
|
10458
|
+
"/internal/timewindow": {
|
|
9952
10459
|
parameters: {
|
|
9953
10460
|
query?: never;
|
|
9954
10461
|
header?: never;
|
|
@@ -9956,8 +10463,8 @@ export interface paths {
|
|
|
9956
10463
|
cookie?: never;
|
|
9957
10464
|
};
|
|
9958
10465
|
/**
|
|
9959
|
-
* Get
|
|
9960
|
-
* @description Internal endpoint used only to ensure
|
|
10466
|
+
* Get TimeWindow (schema generation only)
|
|
10467
|
+
* @description Internal endpoint used only to ensure TimeWindow schema is generated in OpenAPI spec
|
|
9961
10468
|
*/
|
|
9962
10469
|
get: {
|
|
9963
10470
|
parameters: {
|
|
@@ -9974,7 +10481,7 @@ export interface paths {
|
|
|
9974
10481
|
[name: string]: unknown;
|
|
9975
10482
|
};
|
|
9976
10483
|
content: {
|
|
9977
|
-
"application/json": components["schemas"]["models.
|
|
10484
|
+
"application/json": components["schemas"]["models.TimeWindow"];
|
|
9978
10485
|
};
|
|
9979
10486
|
};
|
|
9980
10487
|
};
|
|
@@ -9987,7 +10494,7 @@ export interface paths {
|
|
|
9987
10494
|
patch?: never;
|
|
9988
10495
|
trace?: never;
|
|
9989
10496
|
};
|
|
9990
|
-
"/internal/
|
|
10497
|
+
"/internal/traceresponse": {
|
|
9991
10498
|
parameters: {
|
|
9992
10499
|
query?: never;
|
|
9993
10500
|
header?: never;
|
|
@@ -9995,8 +10502,8 @@ export interface paths {
|
|
|
9995
10502
|
cookie?: never;
|
|
9996
10503
|
};
|
|
9997
10504
|
/**
|
|
9998
|
-
* Get
|
|
9999
|
-
* @description Internal endpoint used only to ensure
|
|
10505
|
+
* Get TraceResponse (schema generation only)
|
|
10506
|
+
* @description Internal endpoint used only to ensure TraceResponse schema is generated in OpenAPI spec
|
|
10000
10507
|
*/
|
|
10001
10508
|
get: {
|
|
10002
10509
|
parameters: {
|
|
@@ -10013,7 +10520,7 @@ export interface paths {
|
|
|
10013
10520
|
[name: string]: unknown;
|
|
10014
10521
|
};
|
|
10015
10522
|
content: {
|
|
10016
|
-
"application/json": components["schemas"]["
|
|
10523
|
+
"application/json": components["schemas"]["api.TraceResponse"];
|
|
10017
10524
|
};
|
|
10018
10525
|
};
|
|
10019
10526
|
};
|
|
@@ -10026,7 +10533,7 @@ export interface paths {
|
|
|
10026
10533
|
patch?: never;
|
|
10027
10534
|
trace?: never;
|
|
10028
10535
|
};
|
|
10029
|
-
"/internal/
|
|
10536
|
+
"/internal/trackbox": {
|
|
10030
10537
|
parameters: {
|
|
10031
10538
|
query?: never;
|
|
10032
10539
|
header?: never;
|
|
@@ -10034,8 +10541,8 @@ export interface paths {
|
|
|
10034
10541
|
cookie?: never;
|
|
10035
10542
|
};
|
|
10036
10543
|
/**
|
|
10037
|
-
* Get
|
|
10038
|
-
* @description Internal endpoint used only to ensure
|
|
10544
|
+
* Get TrackBox (schema generation only)
|
|
10545
|
+
* @description Internal endpoint used only to ensure TrackBox schema is generated in OpenAPI spec
|
|
10039
10546
|
*/
|
|
10040
10547
|
get: {
|
|
10041
10548
|
parameters: {
|
|
@@ -10052,7 +10559,7 @@ export interface paths {
|
|
|
10052
10559
|
[name: string]: unknown;
|
|
10053
10560
|
};
|
|
10054
10561
|
content: {
|
|
10055
|
-
"application/json": components["schemas"]["models.
|
|
10562
|
+
"application/json": components["schemas"]["models.TrackBox"];
|
|
10056
10563
|
};
|
|
10057
10564
|
};
|
|
10058
10565
|
};
|
|
@@ -10065,7 +10572,7 @@ export interface paths {
|
|
|
10065
10572
|
patch?: never;
|
|
10066
10573
|
trace?: never;
|
|
10067
10574
|
};
|
|
10068
|
-
"/internal/
|
|
10575
|
+
"/internal/updateaccesstokenerrorresponse": {
|
|
10069
10576
|
parameters: {
|
|
10070
10577
|
query?: never;
|
|
10071
10578
|
header?: never;
|
|
@@ -10073,8 +10580,8 @@ export interface paths {
|
|
|
10073
10580
|
cookie?: never;
|
|
10074
10581
|
};
|
|
10075
10582
|
/**
|
|
10076
|
-
* Get
|
|
10077
|
-
* @description Internal endpoint used only to ensure
|
|
10583
|
+
* Get UpdateAccessTokenErrorResponse (schema generation only)
|
|
10584
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenErrorResponse schema is generated in OpenAPI spec
|
|
10078
10585
|
*/
|
|
10079
10586
|
get: {
|
|
10080
10587
|
parameters: {
|
|
@@ -10091,7 +10598,7 @@ export interface paths {
|
|
|
10091
10598
|
[name: string]: unknown;
|
|
10092
10599
|
};
|
|
10093
10600
|
content: {
|
|
10094
|
-
"application/json": components["schemas"]["
|
|
10601
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenErrorResponse"];
|
|
10095
10602
|
};
|
|
10096
10603
|
};
|
|
10097
10604
|
};
|
|
@@ -10104,7 +10611,7 @@ export interface paths {
|
|
|
10104
10611
|
patch?: never;
|
|
10105
10612
|
trace?: never;
|
|
10106
10613
|
};
|
|
10107
|
-
"/internal/
|
|
10614
|
+
"/internal/updateaccesstokenrequest": {
|
|
10108
10615
|
parameters: {
|
|
10109
10616
|
query?: never;
|
|
10110
10617
|
header?: never;
|
|
@@ -10112,8 +10619,8 @@ export interface paths {
|
|
|
10112
10619
|
cookie?: never;
|
|
10113
10620
|
};
|
|
10114
10621
|
/**
|
|
10115
|
-
* Get
|
|
10116
|
-
* @description Internal endpoint used only to ensure
|
|
10622
|
+
* Get UpdateAccessTokenRequest (schema generation only)
|
|
10623
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenRequest schema is generated in OpenAPI spec
|
|
10117
10624
|
*/
|
|
10118
10625
|
get: {
|
|
10119
10626
|
parameters: {
|
|
@@ -10130,7 +10637,7 @@ export interface paths {
|
|
|
10130
10637
|
[name: string]: unknown;
|
|
10131
10638
|
};
|
|
10132
10639
|
content: {
|
|
10133
|
-
"application/json": components["schemas"]["
|
|
10640
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenRequest"];
|
|
10134
10641
|
};
|
|
10135
10642
|
};
|
|
10136
10643
|
};
|
|
@@ -10143,7 +10650,7 @@ export interface paths {
|
|
|
10143
10650
|
patch?: never;
|
|
10144
10651
|
trace?: never;
|
|
10145
10652
|
};
|
|
10146
|
-
"/internal/
|
|
10653
|
+
"/internal/updateaccesstokenresponse": {
|
|
10147
10654
|
parameters: {
|
|
10148
10655
|
query?: never;
|
|
10149
10656
|
header?: never;
|
|
@@ -10151,8 +10658,8 @@ export interface paths {
|
|
|
10151
10658
|
cookie?: never;
|
|
10152
10659
|
};
|
|
10153
10660
|
/**
|
|
10154
|
-
* Get
|
|
10155
|
-
* @description Internal endpoint used only to ensure
|
|
10661
|
+
* Get UpdateAccessTokenResponse (schema generation only)
|
|
10662
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenResponse schema is generated in OpenAPI spec
|
|
10156
10663
|
*/
|
|
10157
10664
|
get: {
|
|
10158
10665
|
parameters: {
|
|
@@ -10169,7 +10676,7 @@ export interface paths {
|
|
|
10169
10676
|
[name: string]: unknown;
|
|
10170
10677
|
};
|
|
10171
10678
|
content: {
|
|
10172
|
-
"application/json": components["schemas"]["
|
|
10679
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenResponse"];
|
|
10173
10680
|
};
|
|
10174
10681
|
};
|
|
10175
10682
|
};
|
|
@@ -10182,7 +10689,7 @@ export interface paths {
|
|
|
10182
10689
|
patch?: never;
|
|
10183
10690
|
trace?: never;
|
|
10184
10691
|
};
|
|
10185
|
-
"/internal/
|
|
10692
|
+
"/internal/updateaccesstokensuccessresponse": {
|
|
10186
10693
|
parameters: {
|
|
10187
10694
|
query?: never;
|
|
10188
10695
|
header?: never;
|
|
@@ -10190,8 +10697,8 @@ export interface paths {
|
|
|
10190
10697
|
cookie?: never;
|
|
10191
10698
|
};
|
|
10192
10699
|
/**
|
|
10193
|
-
* Get
|
|
10194
|
-
* @description Internal endpoint used only to ensure
|
|
10700
|
+
* Get UpdateAccessTokenSuccessResponse (schema generation only)
|
|
10701
|
+
* @description Internal endpoint used only to ensure UpdateAccessTokenSuccessResponse schema is generated in OpenAPI spec
|
|
10195
10702
|
*/
|
|
10196
10703
|
get: {
|
|
10197
10704
|
parameters: {
|
|
@@ -10208,7 +10715,7 @@ export interface paths {
|
|
|
10208
10715
|
[name: string]: unknown;
|
|
10209
10716
|
};
|
|
10210
10717
|
content: {
|
|
10211
|
-
"application/json": components["schemas"]["
|
|
10718
|
+
"application/json": components["schemas"]["api.UpdateAccessTokenSuccessResponse"];
|
|
10212
10719
|
};
|
|
10213
10720
|
};
|
|
10214
10721
|
};
|
|
@@ -10221,7 +10728,7 @@ export interface paths {
|
|
|
10221
10728
|
patch?: never;
|
|
10222
10729
|
trace?: never;
|
|
10223
10730
|
};
|
|
10224
|
-
"/internal/
|
|
10731
|
+
"/internal/updatemediaerrorresponse": {
|
|
10225
10732
|
parameters: {
|
|
10226
10733
|
query?: never;
|
|
10227
10734
|
header?: never;
|
|
@@ -10229,8 +10736,8 @@ export interface paths {
|
|
|
10229
10736
|
cookie?: never;
|
|
10230
10737
|
};
|
|
10231
10738
|
/**
|
|
10232
|
-
* Get
|
|
10233
|
-
* @description Internal endpoint used only to ensure
|
|
10739
|
+
* Get UpdateMediaErrorResponse (schema generation only)
|
|
10740
|
+
* @description Internal endpoint used only to ensure UpdateMediaErrorResponse schema is generated in OpenAPI spec
|
|
10234
10741
|
*/
|
|
10235
10742
|
get: {
|
|
10236
10743
|
parameters: {
|
|
@@ -10247,7 +10754,7 @@ export interface paths {
|
|
|
10247
10754
|
[name: string]: unknown;
|
|
10248
10755
|
};
|
|
10249
10756
|
content: {
|
|
10250
|
-
"application/json": components["schemas"]["
|
|
10757
|
+
"application/json": components["schemas"]["api.UpdateMediaErrorResponse"];
|
|
10251
10758
|
};
|
|
10252
10759
|
};
|
|
10253
10760
|
};
|
|
@@ -10260,7 +10767,7 @@ export interface paths {
|
|
|
10260
10767
|
patch?: never;
|
|
10261
10768
|
trace?: never;
|
|
10262
10769
|
};
|
|
10263
|
-
"/internal/
|
|
10770
|
+
"/internal/updatemediarequest": {
|
|
10264
10771
|
parameters: {
|
|
10265
10772
|
query?: never;
|
|
10266
10773
|
header?: never;
|
|
@@ -10268,8 +10775,8 @@ export interface paths {
|
|
|
10268
10775
|
cookie?: never;
|
|
10269
10776
|
};
|
|
10270
10777
|
/**
|
|
10271
|
-
* Get
|
|
10272
|
-
* @description Internal endpoint used only to ensure
|
|
10778
|
+
* Get UpdateMediaRequest (schema generation only)
|
|
10779
|
+
* @description Internal endpoint used only to ensure UpdateMediaRequest schema is generated in OpenAPI spec
|
|
10273
10780
|
*/
|
|
10274
10781
|
get: {
|
|
10275
10782
|
parameters: {
|
|
@@ -10286,7 +10793,7 @@ export interface paths {
|
|
|
10286
10793
|
[name: string]: unknown;
|
|
10287
10794
|
};
|
|
10288
10795
|
content: {
|
|
10289
|
-
"application/json": components["schemas"]["api.
|
|
10796
|
+
"application/json": components["schemas"]["api.UpdateMediaRequest"];
|
|
10290
10797
|
};
|
|
10291
10798
|
};
|
|
10292
10799
|
};
|
|
@@ -10299,7 +10806,7 @@ export interface paths {
|
|
|
10299
10806
|
patch?: never;
|
|
10300
10807
|
trace?: never;
|
|
10301
10808
|
};
|
|
10302
|
-
"/internal/
|
|
10809
|
+
"/internal/updatemediaresponse": {
|
|
10303
10810
|
parameters: {
|
|
10304
10811
|
query?: never;
|
|
10305
10812
|
header?: never;
|
|
@@ -10307,8 +10814,8 @@ export interface paths {
|
|
|
10307
10814
|
cookie?: never;
|
|
10308
10815
|
};
|
|
10309
10816
|
/**
|
|
10310
|
-
* Get
|
|
10311
|
-
* @description Internal endpoint used only to ensure
|
|
10817
|
+
* Get UpdateMediaResponse (schema generation only)
|
|
10818
|
+
* @description Internal endpoint used only to ensure UpdateMediaResponse schema is generated in OpenAPI spec
|
|
10312
10819
|
*/
|
|
10313
10820
|
get: {
|
|
10314
10821
|
parameters: {
|
|
@@ -10325,7 +10832,7 @@ export interface paths {
|
|
|
10325
10832
|
[name: string]: unknown;
|
|
10326
10833
|
};
|
|
10327
10834
|
content: {
|
|
10328
|
-
"application/json": components["schemas"]["
|
|
10835
|
+
"application/json": components["schemas"]["api.UpdateMediaResponse"];
|
|
10329
10836
|
};
|
|
10330
10837
|
};
|
|
10331
10838
|
};
|
|
@@ -10338,7 +10845,7 @@ export interface paths {
|
|
|
10338
10845
|
patch?: never;
|
|
10339
10846
|
trace?: never;
|
|
10340
10847
|
};
|
|
10341
|
-
"/internal/
|
|
10848
|
+
"/internal/updatemediasuccessresponse": {
|
|
10342
10849
|
parameters: {
|
|
10343
10850
|
query?: never;
|
|
10344
10851
|
header?: never;
|
|
@@ -10346,8 +10853,8 @@ export interface paths {
|
|
|
10346
10853
|
cookie?: never;
|
|
10347
10854
|
};
|
|
10348
10855
|
/**
|
|
10349
|
-
* Get
|
|
10350
|
-
* @description Internal endpoint used only to ensure
|
|
10856
|
+
* Get UpdateMediaSuccessResponse (schema generation only)
|
|
10857
|
+
* @description Internal endpoint used only to ensure UpdateMediaSuccessResponse schema is generated in OpenAPI spec
|
|
10351
10858
|
*/
|
|
10352
10859
|
get: {
|
|
10353
10860
|
parameters: {
|
|
@@ -10364,7 +10871,7 @@ export interface paths {
|
|
|
10364
10871
|
[name: string]: unknown;
|
|
10365
10872
|
};
|
|
10366
10873
|
content: {
|
|
10367
|
-
"application/json": components["schemas"]["api.
|
|
10874
|
+
"application/json": components["schemas"]["api.UpdateMediaSuccessResponse"];
|
|
10368
10875
|
};
|
|
10369
10876
|
};
|
|
10370
10877
|
};
|
|
@@ -10377,7 +10884,7 @@ export interface paths {
|
|
|
10377
10884
|
patch?: never;
|
|
10378
10885
|
trace?: never;
|
|
10379
10886
|
};
|
|
10380
|
-
"/internal/
|
|
10887
|
+
"/internal/updateuserprofileerrorresponse": {
|
|
10381
10888
|
parameters: {
|
|
10382
10889
|
query?: never;
|
|
10383
10890
|
header?: never;
|
|
@@ -10385,8 +10892,8 @@ export interface paths {
|
|
|
10385
10892
|
cookie?: never;
|
|
10386
10893
|
};
|
|
10387
10894
|
/**
|
|
10388
|
-
* Get
|
|
10389
|
-
* @description Internal endpoint used only to ensure
|
|
10895
|
+
* Get UpdateUserProfileErrorResponse (schema generation only)
|
|
10896
|
+
* @description Internal endpoint used only to ensure UpdateUserProfileErrorResponse schema is generated in OpenAPI spec
|
|
10390
10897
|
*/
|
|
10391
10898
|
get: {
|
|
10392
10899
|
parameters: {
|
|
@@ -10403,7 +10910,7 @@ export interface paths {
|
|
|
10403
10910
|
[name: string]: unknown;
|
|
10404
10911
|
};
|
|
10405
10912
|
content: {
|
|
10406
|
-
"application/json": components["schemas"]["api.
|
|
10913
|
+
"application/json": components["schemas"]["api.UpdateUserProfileErrorResponse"];
|
|
10407
10914
|
};
|
|
10408
10915
|
};
|
|
10409
10916
|
};
|
|
@@ -10416,7 +10923,7 @@ export interface paths {
|
|
|
10416
10923
|
patch?: never;
|
|
10417
10924
|
trace?: never;
|
|
10418
10925
|
};
|
|
10419
|
-
"/internal/
|
|
10926
|
+
"/internal/updateuserprofileresponse": {
|
|
10420
10927
|
parameters: {
|
|
10421
10928
|
query?: never;
|
|
10422
10929
|
header?: never;
|
|
@@ -10424,8 +10931,8 @@ export interface paths {
|
|
|
10424
10931
|
cookie?: never;
|
|
10425
10932
|
};
|
|
10426
10933
|
/**
|
|
10427
|
-
* Get
|
|
10428
|
-
* @description Internal endpoint used only to ensure
|
|
10934
|
+
* Get UpdateUserProfileResponse (schema generation only)
|
|
10935
|
+
* @description Internal endpoint used only to ensure UpdateUserProfileResponse schema is generated in OpenAPI spec
|
|
10429
10936
|
*/
|
|
10430
10937
|
get: {
|
|
10431
10938
|
parameters: {
|
|
@@ -10442,7 +10949,7 @@ export interface paths {
|
|
|
10442
10949
|
[name: string]: unknown;
|
|
10443
10950
|
};
|
|
10444
10951
|
content: {
|
|
10445
|
-
"application/json": components["schemas"]["api.
|
|
10952
|
+
"application/json": components["schemas"]["api.UpdateUserProfileResponse"];
|
|
10446
10953
|
};
|
|
10447
10954
|
};
|
|
10448
10955
|
};
|
|
@@ -10455,7 +10962,7 @@ export interface paths {
|
|
|
10455
10962
|
patch?: never;
|
|
10456
10963
|
trace?: never;
|
|
10457
10964
|
};
|
|
10458
|
-
"/internal/
|
|
10965
|
+
"/internal/updateuserprofilesuccessresponse": {
|
|
10459
10966
|
parameters: {
|
|
10460
10967
|
query?: never;
|
|
10461
10968
|
header?: never;
|
|
@@ -10463,8 +10970,8 @@ export interface paths {
|
|
|
10463
10970
|
cookie?: never;
|
|
10464
10971
|
};
|
|
10465
10972
|
/**
|
|
10466
|
-
* Get
|
|
10467
|
-
* @description Internal endpoint used only to ensure
|
|
10973
|
+
* Get UpdateUserProfileSuccessResponse (schema generation only)
|
|
10974
|
+
* @description Internal endpoint used only to ensure UpdateUserProfileSuccessResponse schema is generated in OpenAPI spec
|
|
10468
10975
|
*/
|
|
10469
10976
|
get: {
|
|
10470
10977
|
parameters: {
|
|
@@ -10481,7 +10988,7 @@ export interface paths {
|
|
|
10481
10988
|
[name: string]: unknown;
|
|
10482
10989
|
};
|
|
10483
10990
|
content: {
|
|
10484
|
-
"application/json": components["schemas"]["api.
|
|
10991
|
+
"application/json": components["schemas"]["api.UpdateUserProfileSuccessResponse"];
|
|
10485
10992
|
};
|
|
10486
10993
|
};
|
|
10487
10994
|
};
|
|
@@ -10494,7 +11001,7 @@ export interface paths {
|
|
|
10494
11001
|
patch?: never;
|
|
10495
11002
|
trace?: never;
|
|
10496
11003
|
};
|
|
10497
|
-
"/internal/
|
|
11004
|
+
"/internal/upsertstateerrorresponse": {
|
|
10498
11005
|
parameters: {
|
|
10499
11006
|
query?: never;
|
|
10500
11007
|
header?: never;
|
|
@@ -10502,8 +11009,8 @@ export interface paths {
|
|
|
10502
11009
|
cookie?: never;
|
|
10503
11010
|
};
|
|
10504
11011
|
/**
|
|
10505
|
-
* Get
|
|
10506
|
-
* @description Internal endpoint used only to ensure
|
|
11012
|
+
* Get UpsertStateErrorResponse (schema generation only)
|
|
11013
|
+
* @description Internal endpoint used only to ensure UpsertStateErrorResponse schema is generated in OpenAPI spec
|
|
10507
11014
|
*/
|
|
10508
11015
|
get: {
|
|
10509
11016
|
parameters: {
|
|
@@ -10520,7 +11027,7 @@ export interface paths {
|
|
|
10520
11027
|
[name: string]: unknown;
|
|
10521
11028
|
};
|
|
10522
11029
|
content: {
|
|
10523
|
-
"application/json": components["schemas"]["api.
|
|
11030
|
+
"application/json": components["schemas"]["api.UpsertStateErrorResponse"];
|
|
10524
11031
|
};
|
|
10525
11032
|
};
|
|
10526
11033
|
};
|
|
@@ -10533,7 +11040,7 @@ export interface paths {
|
|
|
10533
11040
|
patch?: never;
|
|
10534
11041
|
trace?: never;
|
|
10535
11042
|
};
|
|
10536
|
-
"/internal/
|
|
11043
|
+
"/internal/upsertstaterequest": {
|
|
10537
11044
|
parameters: {
|
|
10538
11045
|
query?: never;
|
|
10539
11046
|
header?: never;
|
|
@@ -10541,8 +11048,8 @@ export interface paths {
|
|
|
10541
11048
|
cookie?: never;
|
|
10542
11049
|
};
|
|
10543
11050
|
/**
|
|
10544
|
-
* Get
|
|
10545
|
-
* @description Internal endpoint used only to ensure
|
|
11051
|
+
* Get UpsertStateRequest (schema generation only)
|
|
11052
|
+
* @description Internal endpoint used only to ensure UpsertStateRequest schema is generated in OpenAPI spec
|
|
10546
11053
|
*/
|
|
10547
11054
|
get: {
|
|
10548
11055
|
parameters: {
|
|
@@ -10559,7 +11066,7 @@ export interface paths {
|
|
|
10559
11066
|
[name: string]: unknown;
|
|
10560
11067
|
};
|
|
10561
11068
|
content: {
|
|
10562
|
-
"application/json": components["schemas"]["api.
|
|
11069
|
+
"application/json": components["schemas"]["api.UpsertStateRequest"];
|
|
10563
11070
|
};
|
|
10564
11071
|
};
|
|
10565
11072
|
};
|
|
@@ -10572,7 +11079,7 @@ export interface paths {
|
|
|
10572
11079
|
patch?: never;
|
|
10573
11080
|
trace?: never;
|
|
10574
11081
|
};
|
|
10575
|
-
"/internal/
|
|
11082
|
+
"/internal/upsertstateresponse": {
|
|
10576
11083
|
parameters: {
|
|
10577
11084
|
query?: never;
|
|
10578
11085
|
header?: never;
|
|
@@ -10580,8 +11087,8 @@ export interface paths {
|
|
|
10580
11087
|
cookie?: never;
|
|
10581
11088
|
};
|
|
10582
11089
|
/**
|
|
10583
|
-
* Get
|
|
10584
|
-
* @description Internal endpoint used only to ensure
|
|
11090
|
+
* Get UpsertStateResponse (schema generation only)
|
|
11091
|
+
* @description Internal endpoint used only to ensure UpsertStateResponse schema is generated in OpenAPI spec
|
|
10585
11092
|
*/
|
|
10586
11093
|
get: {
|
|
10587
11094
|
parameters: {
|
|
@@ -10598,7 +11105,7 @@ export interface paths {
|
|
|
10598
11105
|
[name: string]: unknown;
|
|
10599
11106
|
};
|
|
10600
11107
|
content: {
|
|
10601
|
-
"application/json": components["schemas"]["api.
|
|
11108
|
+
"application/json": components["schemas"]["api.UpsertStateResponse"];
|
|
10602
11109
|
};
|
|
10603
11110
|
};
|
|
10604
11111
|
};
|
|
@@ -10611,7 +11118,7 @@ export interface paths {
|
|
|
10611
11118
|
patch?: never;
|
|
10612
11119
|
trace?: never;
|
|
10613
11120
|
};
|
|
10614
|
-
"/internal/
|
|
11121
|
+
"/internal/upsertstatesuccessresponse": {
|
|
10615
11122
|
parameters: {
|
|
10616
11123
|
query?: never;
|
|
10617
11124
|
header?: never;
|
|
@@ -10619,8 +11126,8 @@ export interface paths {
|
|
|
10619
11126
|
cookie?: never;
|
|
10620
11127
|
};
|
|
10621
11128
|
/**
|
|
10622
|
-
* Get
|
|
10623
|
-
* @description Internal endpoint used only to ensure
|
|
11129
|
+
* Get UpsertStateSuccessResponse (schema generation only)
|
|
11130
|
+
* @description Internal endpoint used only to ensure UpsertStateSuccessResponse schema is generated in OpenAPI spec
|
|
10624
11131
|
*/
|
|
10625
11132
|
get: {
|
|
10626
11133
|
parameters: {
|
|
@@ -10637,7 +11144,7 @@ export interface paths {
|
|
|
10637
11144
|
[name: string]: unknown;
|
|
10638
11145
|
};
|
|
10639
11146
|
content: {
|
|
10640
|
-
"application/json": components["schemas"]["api.
|
|
11147
|
+
"application/json": components["schemas"]["api.UpsertStateSuccessResponse"];
|
|
10641
11148
|
};
|
|
10642
11149
|
};
|
|
10643
11150
|
};
|
|
@@ -10650,7 +11157,7 @@ export interface paths {
|
|
|
10650
11157
|
patch?: never;
|
|
10651
11158
|
trace?: never;
|
|
10652
11159
|
};
|
|
10653
|
-
"/internal/
|
|
11160
|
+
"/internal/user": {
|
|
10654
11161
|
parameters: {
|
|
10655
11162
|
query?: never;
|
|
10656
11163
|
header?: never;
|
|
@@ -10658,8 +11165,8 @@ export interface paths {
|
|
|
10658
11165
|
cookie?: never;
|
|
10659
11166
|
};
|
|
10660
11167
|
/**
|
|
10661
|
-
* Get
|
|
10662
|
-
* @description Internal endpoint used only to ensure
|
|
11168
|
+
* Get User (schema generation only)
|
|
11169
|
+
* @description Internal endpoint used only to ensure User schema is generated in OpenAPI spec
|
|
10663
11170
|
*/
|
|
10664
11171
|
get: {
|
|
10665
11172
|
parameters: {
|
|
@@ -10676,7 +11183,7 @@ export interface paths {
|
|
|
10676
11183
|
[name: string]: unknown;
|
|
10677
11184
|
};
|
|
10678
11185
|
content: {
|
|
10679
|
-
"application/json": components["schemas"]["
|
|
11186
|
+
"application/json": components["schemas"]["models.User"];
|
|
10680
11187
|
};
|
|
10681
11188
|
};
|
|
10682
11189
|
};
|
|
@@ -10689,7 +11196,7 @@ export interface paths {
|
|
|
10689
11196
|
patch?: never;
|
|
10690
11197
|
trace?: never;
|
|
10691
11198
|
};
|
|
10692
|
-
"/internal/
|
|
11199
|
+
"/internal/userorganisation": {
|
|
10693
11200
|
parameters: {
|
|
10694
11201
|
query?: never;
|
|
10695
11202
|
header?: never;
|
|
@@ -10697,8 +11204,8 @@ export interface paths {
|
|
|
10697
11204
|
cookie?: never;
|
|
10698
11205
|
};
|
|
10699
11206
|
/**
|
|
10700
|
-
* Get
|
|
10701
|
-
* @description Internal endpoint used only to ensure
|
|
11207
|
+
* Get UserOrganisation (schema generation only)
|
|
11208
|
+
* @description Internal endpoint used only to ensure UserOrganisation schema is generated in OpenAPI spec
|
|
10702
11209
|
*/
|
|
10703
11210
|
get: {
|
|
10704
11211
|
parameters: {
|
|
@@ -10715,7 +11222,7 @@ export interface paths {
|
|
|
10715
11222
|
[name: string]: unknown;
|
|
10716
11223
|
};
|
|
10717
11224
|
content: {
|
|
10718
|
-
"application/json": components["schemas"]["
|
|
11225
|
+
"application/json": components["schemas"]["models.UserOrganisation"];
|
|
10719
11226
|
};
|
|
10720
11227
|
};
|
|
10721
11228
|
};
|
|
@@ -10728,7 +11235,7 @@ export interface paths {
|
|
|
10728
11235
|
patch?: never;
|
|
10729
11236
|
trace?: never;
|
|
10730
11237
|
};
|
|
10731
|
-
"/internal/
|
|
11238
|
+
"/internal/userorganisationdetails": {
|
|
10732
11239
|
parameters: {
|
|
10733
11240
|
query?: never;
|
|
10734
11241
|
header?: never;
|
|
@@ -10736,8 +11243,8 @@ export interface paths {
|
|
|
10736
11243
|
cookie?: never;
|
|
10737
11244
|
};
|
|
10738
11245
|
/**
|
|
10739
|
-
* Get
|
|
10740
|
-
* @description Internal endpoint used only to ensure
|
|
11246
|
+
* Get UserOrganisationDetails (schema generation only)
|
|
11247
|
+
* @description Internal endpoint used only to ensure UserOrganisationDetails schema is generated in OpenAPI spec
|
|
10741
11248
|
*/
|
|
10742
11249
|
get: {
|
|
10743
11250
|
parameters: {
|
|
@@ -10754,7 +11261,7 @@ export interface paths {
|
|
|
10754
11261
|
[name: string]: unknown;
|
|
10755
11262
|
};
|
|
10756
11263
|
content: {
|
|
10757
|
-
"application/json": components["schemas"]["
|
|
11264
|
+
"application/json": components["schemas"]["models.UserOrganisationDetails"];
|
|
10758
11265
|
};
|
|
10759
11266
|
};
|
|
10760
11267
|
};
|
|
@@ -10767,7 +11274,7 @@ export interface paths {
|
|
|
10767
11274
|
patch?: never;
|
|
10768
11275
|
trace?: never;
|
|
10769
11276
|
};
|
|
10770
|
-
"/internal/
|
|
11277
|
+
"/internal/userorgpermissions": {
|
|
10771
11278
|
parameters: {
|
|
10772
11279
|
query?: never;
|
|
10773
11280
|
header?: never;
|
|
@@ -10775,8 +11282,8 @@ export interface paths {
|
|
|
10775
11282
|
cookie?: never;
|
|
10776
11283
|
};
|
|
10777
11284
|
/**
|
|
10778
|
-
* Get
|
|
10779
|
-
* @description Internal endpoint used only to ensure
|
|
11285
|
+
* Get UserOrgPermissions (schema generation only)
|
|
11286
|
+
* @description Internal endpoint used only to ensure UserOrgPermissions schema is generated in OpenAPI spec
|
|
10780
11287
|
*/
|
|
10781
11288
|
get: {
|
|
10782
11289
|
parameters: {
|
|
@@ -10793,7 +11300,7 @@ export interface paths {
|
|
|
10793
11300
|
[name: string]: unknown;
|
|
10794
11301
|
};
|
|
10795
11302
|
content: {
|
|
10796
|
-
"application/json": components["schemas"]["
|
|
11303
|
+
"application/json": components["schemas"]["models.UserOrgPermissions"];
|
|
10797
11304
|
};
|
|
10798
11305
|
};
|
|
10799
11306
|
};
|
|
@@ -10806,7 +11313,7 @@ export interface paths {
|
|
|
10806
11313
|
patch?: never;
|
|
10807
11314
|
trace?: never;
|
|
10808
11315
|
};
|
|
10809
|
-
"/internal/
|
|
11316
|
+
"/internal/userprofile": {
|
|
10810
11317
|
parameters: {
|
|
10811
11318
|
query?: never;
|
|
10812
11319
|
header?: never;
|
|
@@ -10814,8 +11321,8 @@ export interface paths {
|
|
|
10814
11321
|
cookie?: never;
|
|
10815
11322
|
};
|
|
10816
11323
|
/**
|
|
10817
|
-
* Get
|
|
10818
|
-
* @description Internal endpoint used only to ensure
|
|
11324
|
+
* Get UserProfile (schema generation only)
|
|
11325
|
+
* @description Internal endpoint used only to ensure UserProfile schema is generated in OpenAPI spec
|
|
10819
11326
|
*/
|
|
10820
11327
|
get: {
|
|
10821
11328
|
parameters: {
|
|
@@ -10832,7 +11339,7 @@ export interface paths {
|
|
|
10832
11339
|
[name: string]: unknown;
|
|
10833
11340
|
};
|
|
10834
11341
|
content: {
|
|
10835
|
-
"application/json": components["schemas"]["models.
|
|
11342
|
+
"application/json": components["schemas"]["models.UserProfile"];
|
|
10836
11343
|
};
|
|
10837
11344
|
};
|
|
10838
11345
|
};
|
|
@@ -10845,7 +11352,7 @@ export interface paths {
|
|
|
10845
11352
|
patch?: never;
|
|
10846
11353
|
trace?: never;
|
|
10847
11354
|
};
|
|
10848
|
-
"/internal/
|
|
11355
|
+
"/internal/userprofilesettings": {
|
|
10849
11356
|
parameters: {
|
|
10850
11357
|
query?: never;
|
|
10851
11358
|
header?: never;
|
|
@@ -10853,8 +11360,8 @@ export interface paths {
|
|
|
10853
11360
|
cookie?: never;
|
|
10854
11361
|
};
|
|
10855
11362
|
/**
|
|
10856
|
-
* Get
|
|
10857
|
-
* @description Internal endpoint used only to ensure
|
|
11363
|
+
* Get UserProfileSettings (schema generation only)
|
|
11364
|
+
* @description Internal endpoint used only to ensure UserProfileSettings schema is generated in OpenAPI spec
|
|
10858
11365
|
*/
|
|
10859
11366
|
get: {
|
|
10860
11367
|
parameters: {
|
|
@@ -10871,7 +11378,7 @@ export interface paths {
|
|
|
10871
11378
|
[name: string]: unknown;
|
|
10872
11379
|
};
|
|
10873
11380
|
content: {
|
|
10874
|
-
"application/json": components["schemas"]["models.
|
|
11381
|
+
"application/json": components["schemas"]["models.UserProfileSettings"];
|
|
10875
11382
|
};
|
|
10876
11383
|
};
|
|
10877
11384
|
};
|
|
@@ -10884,7 +11391,7 @@ export interface paths {
|
|
|
10884
11391
|
patch?: never;
|
|
10885
11392
|
trace?: never;
|
|
10886
11393
|
};
|
|
10887
|
-
"/internal/
|
|
11394
|
+
"/internal/userroleassignments": {
|
|
10888
11395
|
parameters: {
|
|
10889
11396
|
query?: never;
|
|
10890
11397
|
header?: never;
|
|
@@ -10892,8 +11399,8 @@ export interface paths {
|
|
|
10892
11399
|
cookie?: never;
|
|
10893
11400
|
};
|
|
10894
11401
|
/**
|
|
10895
|
-
* Get
|
|
10896
|
-
* @description Internal endpoint used only to ensure
|
|
11402
|
+
* Get UserRoleAssignments (schema generation only)
|
|
11403
|
+
* @description Internal endpoint used only to ensure UserRoleAssignments schema is generated in OpenAPI spec
|
|
10897
11404
|
*/
|
|
10898
11405
|
get: {
|
|
10899
11406
|
parameters: {
|
|
@@ -10910,7 +11417,7 @@ export interface paths {
|
|
|
10910
11417
|
[name: string]: unknown;
|
|
10911
11418
|
};
|
|
10912
11419
|
content: {
|
|
10913
|
-
"application/json": components["schemas"]["models.
|
|
11420
|
+
"application/json": components["schemas"]["models.UserRoleAssignments"];
|
|
10914
11421
|
};
|
|
10915
11422
|
};
|
|
10916
11423
|
};
|
|
@@ -12533,6 +13040,34 @@ export interface components {
|
|
|
12533
13040
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
12534
13041
|
metadata?: components["schemas"]["api.Metadata"];
|
|
12535
13042
|
};
|
|
13043
|
+
"api.UpdateUserProfileErrorResponse": {
|
|
13044
|
+
/** @description Application-specific error code */
|
|
13045
|
+
applicationStatusCode?: string;
|
|
13046
|
+
/** @description Entity-specific error code */
|
|
13047
|
+
entityStatusCode?: string;
|
|
13048
|
+
/** @description HTTP status code for the error */
|
|
13049
|
+
httpStatusCode?: number;
|
|
13050
|
+
/** @description Error message describing the issue */
|
|
13051
|
+
message?: string;
|
|
13052
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
13053
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
13054
|
+
};
|
|
13055
|
+
"api.UpdateUserProfileResponse": {
|
|
13056
|
+
user?: components["schemas"]["models.User"];
|
|
13057
|
+
};
|
|
13058
|
+
"api.UpdateUserProfileSuccessResponse": {
|
|
13059
|
+
/** @description Application-specific status code */
|
|
13060
|
+
applicationStatusCode?: string;
|
|
13061
|
+
data?: components["schemas"]["api.UpdateUserProfileResponse"];
|
|
13062
|
+
/** @description Entity-specific status code */
|
|
13063
|
+
entityStatusCode?: string;
|
|
13064
|
+
/** @description HTTP status code for the response */
|
|
13065
|
+
httpStatusCode?: number;
|
|
13066
|
+
/** @description Success message describing the operation */
|
|
13067
|
+
message?: string;
|
|
13068
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
13069
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
13070
|
+
};
|
|
12536
13071
|
"api.UpsertStateErrorResponse": {
|
|
12537
13072
|
/** @description Application-specific error code */
|
|
12538
13073
|
applicationStatusCode?: string;
|
|
@@ -12579,6 +13114,8 @@ export interface components {
|
|
|
12579
13114
|
"api.mediaMetadataPatch": {
|
|
12580
13115
|
description?: string;
|
|
12581
13116
|
};
|
|
13117
|
+
/** @enum {integer} */
|
|
13118
|
+
"models.AccessLevel": 0 | 1 | 2 | 3;
|
|
12582
13119
|
"models.AccessToken": {
|
|
12583
13120
|
/** @description Audit information */
|
|
12584
13121
|
audit?: components["schemas"]["models.Audit"];
|
|
@@ -13204,11 +13741,36 @@ export interface components {
|
|
|
13204
13741
|
traject?: number[][];
|
|
13205
13742
|
};
|
|
13206
13743
|
"models.FeaturePermissions": {
|
|
13207
|
-
|
|
13208
|
-
|
|
13209
|
-
|
|
13210
|
-
|
|
13211
|
-
|
|
13744
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13745
|
+
alerts?: components["schemas"]["models.AccessLevel"];
|
|
13746
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13747
|
+
devices?: components["schemas"]["models.AccessLevel"];
|
|
13748
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13749
|
+
export?: components["schemas"]["models.AccessLevel"];
|
|
13750
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13751
|
+
floorPlans?: components["schemas"]["models.AccessLevel"];
|
|
13752
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13753
|
+
groups?: components["schemas"]["models.AccessLevel"];
|
|
13754
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13755
|
+
io?: components["schemas"]["models.AccessLevel"];
|
|
13756
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13757
|
+
liveview?: components["schemas"]["models.AccessLevel"];
|
|
13758
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13759
|
+
markers?: components["schemas"]["models.AccessLevel"];
|
|
13760
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13761
|
+
playback?: components["schemas"]["models.AccessLevel"];
|
|
13762
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13763
|
+
ptz?: components["schemas"]["models.AccessLevel"];
|
|
13764
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13765
|
+
remote_config?: components["schemas"]["models.AccessLevel"];
|
|
13766
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13767
|
+
roles?: components["schemas"]["models.AccessLevel"];
|
|
13768
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13769
|
+
settings?: components["schemas"]["models.AccessLevel"];
|
|
13770
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13771
|
+
sites?: components["schemas"]["models.AccessLevel"];
|
|
13772
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
13773
|
+
users?: components["schemas"]["models.AccessLevel"];
|
|
13212
13774
|
};
|
|
13213
13775
|
"models.FloorPlan": {
|
|
13214
13776
|
/** @description Audit information */
|
|
@@ -13841,6 +14403,48 @@ export interface components {
|
|
|
13841
14403
|
payload?: unknown;
|
|
13842
14404
|
type?: string;
|
|
13843
14405
|
};
|
|
14406
|
+
"models.Organisation": {
|
|
14407
|
+
audit?: components["schemas"]["models.Audit"];
|
|
14408
|
+
description?: string;
|
|
14409
|
+
domain?: string;
|
|
14410
|
+
id?: string;
|
|
14411
|
+
is_active?: number;
|
|
14412
|
+
name?: string;
|
|
14413
|
+
/** @description The user who owns this organisation */
|
|
14414
|
+
owner_id?: string;
|
|
14415
|
+
settings?: components["schemas"]["models.OrganisationSettings"];
|
|
14416
|
+
};
|
|
14417
|
+
"models.OrganisationInvitation": {
|
|
14418
|
+
audit?: components["schemas"]["models.Audit"];
|
|
14419
|
+
email?: string;
|
|
14420
|
+
expires_at?: string;
|
|
14421
|
+
id?: string;
|
|
14422
|
+
invited_by?: string;
|
|
14423
|
+
organisation_id?: string;
|
|
14424
|
+
/** @description Roles to assign upon acceptance */
|
|
14425
|
+
role_ids?: string[];
|
|
14426
|
+
/** @description "pending", "accepted", "expired", "revoked" */
|
|
14427
|
+
status?: string;
|
|
14428
|
+
token?: string;
|
|
14429
|
+
};
|
|
14430
|
+
"models.OrganisationMember": {
|
|
14431
|
+
membership?: components["schemas"]["models.UserOrganisation"];
|
|
14432
|
+
organisation_id?: string;
|
|
14433
|
+
/** @description Member's role assignments */
|
|
14434
|
+
role_assignments?: components["schemas"]["models.RoleAssignment"][];
|
|
14435
|
+
/** @description Populated role details */
|
|
14436
|
+
roles?: components["schemas"]["models.Role"][];
|
|
14437
|
+
user?: components["schemas"]["models.User"];
|
|
14438
|
+
};
|
|
14439
|
+
"models.OrganisationSettings": {
|
|
14440
|
+
allow_invitations?: boolean;
|
|
14441
|
+
/** @description Email domains allowed for membership */
|
|
14442
|
+
allowed_domains?: string[];
|
|
14443
|
+
/** @description Default role for new members */
|
|
14444
|
+
default_role_id?: string;
|
|
14445
|
+
force_mfa?: boolean;
|
|
14446
|
+
max_members?: number;
|
|
14447
|
+
};
|
|
13844
14448
|
/** @enum {integer} */
|
|
13845
14449
|
"models.PermissionLevel": 1 | 2 | 3 | 4 | 2 | 3 | 4 | 5 | 2 | 3 | 2 | 2 | 3 | 2 | 3 | 4;
|
|
13846
14450
|
"models.Permissions": {
|
|
@@ -13952,16 +14556,43 @@ export interface components {
|
|
|
13952
14556
|
y?: number;
|
|
13953
14557
|
};
|
|
13954
14558
|
"models.Role": {
|
|
14559
|
+
audit?: components["schemas"]["models.Audit"];
|
|
14560
|
+
description?: string;
|
|
13955
14561
|
featurePermissions?: components["schemas"]["models.FeaturePermissions"];
|
|
13956
14562
|
id?: string;
|
|
13957
14563
|
isActive?: number;
|
|
14564
|
+
/** @description Organisation this role belongs to */
|
|
14565
|
+
organisation_id?: string;
|
|
13958
14566
|
pages?: string[];
|
|
13959
14567
|
role?: string;
|
|
13960
14568
|
roleName?: string;
|
|
13961
14569
|
timeWindow?: components["schemas"]["models.TimeWindow"];
|
|
13962
14570
|
timeWindowActive?: number;
|
|
14571
|
+
};
|
|
14572
|
+
"models.RoleAssignment": {
|
|
14573
|
+
audit?: components["schemas"]["models.Audit"];
|
|
14574
|
+
/** @description Optional expiration for temporary assignments */
|
|
14575
|
+
expires_at?: string;
|
|
14576
|
+
id?: string;
|
|
14577
|
+
is_active?: number;
|
|
14578
|
+
/** @description Organisation context for this assignment */
|
|
14579
|
+
organisation_id?: string;
|
|
14580
|
+
/** @description Reference to the organisation-specific Role */
|
|
14581
|
+
role_id?: string;
|
|
14582
|
+
/** @description Optional granular scope within organisation */
|
|
14583
|
+
scope?: components["schemas"]["models.RoleScope"];
|
|
13963
14584
|
user_id?: string;
|
|
13964
14585
|
};
|
|
14586
|
+
"models.RoleScope": {
|
|
14587
|
+
/** @description Devices where the role applies */
|
|
14588
|
+
device_ids?: string[];
|
|
14589
|
+
/** @description Groups where the role applies */
|
|
14590
|
+
group_ids?: string[];
|
|
14591
|
+
/** @description Sites where the role applies */
|
|
14592
|
+
site_ids?: string[];
|
|
14593
|
+
/** @description e.g., "global", "site", "group", "device" */
|
|
14594
|
+
type?: string;
|
|
14595
|
+
};
|
|
13965
14596
|
"models.SequenceStage": {
|
|
13966
14597
|
name?: string;
|
|
13967
14598
|
/** @description Add fields relevant to sequence stage */
|
|
@@ -14348,6 +14979,43 @@ export interface components {
|
|
|
14348
14979
|
user_id?: string;
|
|
14349
14980
|
username?: string;
|
|
14350
14981
|
};
|
|
14982
|
+
"models.UserOrgPermissions": {
|
|
14983
|
+
can_invite_users?: boolean;
|
|
14984
|
+
can_manage_devices?: boolean;
|
|
14985
|
+
can_manage_groups?: boolean;
|
|
14986
|
+
can_manage_roles?: boolean;
|
|
14987
|
+
can_manage_sites?: boolean;
|
|
14988
|
+
/** @description Specific devices user has access to */
|
|
14989
|
+
device_ids?: string[];
|
|
14990
|
+
/** @description Specific groups user has access to */
|
|
14991
|
+
group_ids?: string[];
|
|
14992
|
+
/** @description Specific sites user has access to */
|
|
14993
|
+
site_ids?: string[];
|
|
14994
|
+
};
|
|
14995
|
+
"models.UserOrganisation": {
|
|
14996
|
+
audit?: components["schemas"]["models.Audit"];
|
|
14997
|
+
/** @description Optional expiration for temporary access */
|
|
14998
|
+
expires_at?: string;
|
|
14999
|
+
id?: string;
|
|
15000
|
+
invited_at?: string;
|
|
15001
|
+
invited_by?: string;
|
|
15002
|
+
joined_at?: string;
|
|
15003
|
+
organisation_id?: string;
|
|
15004
|
+
/** @description Additional permissions specific to this membership */
|
|
15005
|
+
permissions?: components["schemas"]["models.UserOrgPermissions"];
|
|
15006
|
+
/** @description "pending", "active", "suspended", "revoked" */
|
|
15007
|
+
status?: string;
|
|
15008
|
+
user_id?: string;
|
|
15009
|
+
};
|
|
15010
|
+
"models.UserOrganisationDetails": {
|
|
15011
|
+
membership?: components["schemas"]["models.UserOrganisation"];
|
|
15012
|
+
organisation?: components["schemas"]["models.Organisation"];
|
|
15013
|
+
/** @description User's role assignments in this organisation */
|
|
15014
|
+
role_assignments?: components["schemas"]["models.RoleAssignment"][];
|
|
15015
|
+
/** @description Populated role details */
|
|
15016
|
+
roles?: components["schemas"]["models.Role"][];
|
|
15017
|
+
user_id?: string;
|
|
15018
|
+
};
|
|
14351
15019
|
"models.UserProfile": {
|
|
14352
15020
|
card?: components["schemas"]["models.Card"];
|
|
14353
15021
|
user?: components["schemas"]["models.User"];
|
|
@@ -14375,6 +15043,12 @@ export interface components {
|
|
|
14375
15043
|
timezone?: string;
|
|
14376
15044
|
username?: string;
|
|
14377
15045
|
};
|
|
15046
|
+
"models.UserRoleAssignments": {
|
|
15047
|
+
assignments?: components["schemas"]["models.RoleAssignment"][];
|
|
15048
|
+
/** @description Populated role details */
|
|
15049
|
+
roles?: components["schemas"]["models.Role"][];
|
|
15050
|
+
user_id?: string;
|
|
15051
|
+
};
|
|
14378
15052
|
"models.UserSettings": {
|
|
14379
15053
|
hls_callback_url?: string;
|
|
14380
15054
|
oauth_client_creation_date?: number;
|
|
@@ -14571,6 +15245,10 @@ export declare namespace models {
|
|
|
14571
15245
|
type NotificationStage = components['schemas']['models.NotificationStage'];
|
|
14572
15246
|
type NotificationUpdate = components['schemas']['models.NotificationUpdate'];
|
|
14573
15247
|
type NotificationUpdatePayload = components['schemas']['models.NotificationUpdatePayload'];
|
|
15248
|
+
type Organisation = components['schemas']['models.Organisation'];
|
|
15249
|
+
type OrganisationInvitation = components['schemas']['models.OrganisationInvitation'];
|
|
15250
|
+
type OrganisationMember = components['schemas']['models.OrganisationMember'];
|
|
15251
|
+
type OrganisationSettings = components['schemas']['models.OrganisationSettings'];
|
|
14574
15252
|
type Permissions = components['schemas']['models.Permissions'];
|
|
14575
15253
|
type PipelineEvent = components['schemas']['models.PipelineEvent'];
|
|
14576
15254
|
type PipelineMetadata = components['schemas']['models.PipelineMetadata'];
|
|
@@ -14584,6 +15262,8 @@ export declare namespace models {
|
|
|
14584
15262
|
type Region = components['schemas']['models.Region'];
|
|
14585
15263
|
type RegionPoint = components['schemas']['models.RegionPoint'];
|
|
14586
15264
|
type Role = components['schemas']['models.Role'];
|
|
15265
|
+
type RoleAssignment = components['schemas']['models.RoleAssignment'];
|
|
15266
|
+
type RoleScope = components['schemas']['models.RoleScope'];
|
|
14587
15267
|
type SequenceStage = components['schemas']['models.SequenceStage'];
|
|
14588
15268
|
type Settings = components['schemas']['models.Settings'];
|
|
14589
15269
|
type Site = components['schemas']['models.Site'];
|
|
@@ -14606,8 +15286,12 @@ export declare namespace models {
|
|
|
14606
15286
|
type TimeWindow = components['schemas']['models.TimeWindow'];
|
|
14607
15287
|
type TrackBox = components['schemas']['models.TrackBox'];
|
|
14608
15288
|
type User = components['schemas']['models.User'];
|
|
15289
|
+
type UserOrgPermissions = components['schemas']['models.UserOrgPermissions'];
|
|
15290
|
+
type UserOrganisation = components['schemas']['models.UserOrganisation'];
|
|
15291
|
+
type UserOrganisationDetails = components['schemas']['models.UserOrganisationDetails'];
|
|
14609
15292
|
type UserProfile = components['schemas']['models.UserProfile'];
|
|
14610
15293
|
type UserProfileSettings = components['schemas']['models.UserProfileSettings'];
|
|
15294
|
+
type UserRoleAssignments = components['schemas']['models.UserRoleAssignments'];
|
|
14611
15295
|
type UserSettings = components['schemas']['models.UserSettings'];
|
|
14612
15296
|
type UserShort = components['schemas']['models.UserShort'];
|
|
14613
15297
|
type UserUpdate = components['schemas']['models.UserUpdate'];
|
|
@@ -14749,6 +15433,9 @@ export declare namespace api {
|
|
|
14749
15433
|
type UpdateMediaRequest = components['schemas']['api.UpdateMediaRequest'];
|
|
14750
15434
|
type UpdateMediaResponse = components['schemas']['api.UpdateMediaResponse'];
|
|
14751
15435
|
type UpdateMediaSuccessResponse = components['schemas']['api.UpdateMediaSuccessResponse'];
|
|
15436
|
+
type UpdateUserProfileErrorResponse = components['schemas']['api.UpdateUserProfileErrorResponse'];
|
|
15437
|
+
type UpdateUserProfileResponse = components['schemas']['api.UpdateUserProfileResponse'];
|
|
15438
|
+
type UpdateUserProfileSuccessResponse = components['schemas']['api.UpdateUserProfileSuccessResponse'];
|
|
14752
15439
|
type UpsertStateErrorResponse = components['schemas']['api.UpsertStateErrorResponse'];
|
|
14753
15440
|
type UpsertStateRequest = components['schemas']['api.UpsertStateRequest'];
|
|
14754
15441
|
type UpsertStateResponse = components['schemas']['api.UpsertStateResponse'];
|