@uug-ai/models 1.7.52 → 1.7.54
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 +240 -2
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -3006,6 +3006,162 @@ export interface paths {
|
|
|
3006
3006
|
patch?: never;
|
|
3007
3007
|
trace?: never;
|
|
3008
3008
|
};
|
|
3009
|
+
"/internal/countmediaerrorresponse": {
|
|
3010
|
+
parameters: {
|
|
3011
|
+
query?: never;
|
|
3012
|
+
header?: never;
|
|
3013
|
+
path?: never;
|
|
3014
|
+
cookie?: never;
|
|
3015
|
+
};
|
|
3016
|
+
/**
|
|
3017
|
+
* Get CountMediaErrorResponse (schema generation only)
|
|
3018
|
+
* @description Internal endpoint used only to ensure CountMediaErrorResponse schema is generated in OpenAPI spec
|
|
3019
|
+
*/
|
|
3020
|
+
get: {
|
|
3021
|
+
parameters: {
|
|
3022
|
+
query?: never;
|
|
3023
|
+
header?: never;
|
|
3024
|
+
path?: never;
|
|
3025
|
+
cookie?: never;
|
|
3026
|
+
};
|
|
3027
|
+
requestBody?: never;
|
|
3028
|
+
responses: {
|
|
3029
|
+
/** @description OK */
|
|
3030
|
+
200: {
|
|
3031
|
+
headers: {
|
|
3032
|
+
[name: string]: unknown;
|
|
3033
|
+
};
|
|
3034
|
+
content: {
|
|
3035
|
+
"application/json": components["schemas"]["api.CountMediaErrorResponse"];
|
|
3036
|
+
};
|
|
3037
|
+
};
|
|
3038
|
+
};
|
|
3039
|
+
};
|
|
3040
|
+
put?: never;
|
|
3041
|
+
post?: never;
|
|
3042
|
+
delete?: never;
|
|
3043
|
+
options?: never;
|
|
3044
|
+
head?: never;
|
|
3045
|
+
patch?: never;
|
|
3046
|
+
trace?: never;
|
|
3047
|
+
};
|
|
3048
|
+
"/internal/countmediarequest": {
|
|
3049
|
+
parameters: {
|
|
3050
|
+
query?: never;
|
|
3051
|
+
header?: never;
|
|
3052
|
+
path?: never;
|
|
3053
|
+
cookie?: never;
|
|
3054
|
+
};
|
|
3055
|
+
/**
|
|
3056
|
+
* Get CountMediaRequest (schema generation only)
|
|
3057
|
+
* @description Internal endpoint used only to ensure CountMediaRequest schema is generated in OpenAPI spec
|
|
3058
|
+
*/
|
|
3059
|
+
get: {
|
|
3060
|
+
parameters: {
|
|
3061
|
+
query?: never;
|
|
3062
|
+
header?: never;
|
|
3063
|
+
path?: never;
|
|
3064
|
+
cookie?: never;
|
|
3065
|
+
};
|
|
3066
|
+
requestBody?: never;
|
|
3067
|
+
responses: {
|
|
3068
|
+
/** @description OK */
|
|
3069
|
+
200: {
|
|
3070
|
+
headers: {
|
|
3071
|
+
[name: string]: unknown;
|
|
3072
|
+
};
|
|
3073
|
+
content: {
|
|
3074
|
+
"application/json": components["schemas"]["api.CountMediaRequest"];
|
|
3075
|
+
};
|
|
3076
|
+
};
|
|
3077
|
+
};
|
|
3078
|
+
};
|
|
3079
|
+
put?: never;
|
|
3080
|
+
post?: never;
|
|
3081
|
+
delete?: never;
|
|
3082
|
+
options?: never;
|
|
3083
|
+
head?: never;
|
|
3084
|
+
patch?: never;
|
|
3085
|
+
trace?: never;
|
|
3086
|
+
};
|
|
3087
|
+
"/internal/countmediaresponse": {
|
|
3088
|
+
parameters: {
|
|
3089
|
+
query?: never;
|
|
3090
|
+
header?: never;
|
|
3091
|
+
path?: never;
|
|
3092
|
+
cookie?: never;
|
|
3093
|
+
};
|
|
3094
|
+
/**
|
|
3095
|
+
* Get CountMediaResponse (schema generation only)
|
|
3096
|
+
* @description Internal endpoint used only to ensure CountMediaResponse schema is generated in OpenAPI spec
|
|
3097
|
+
*/
|
|
3098
|
+
get: {
|
|
3099
|
+
parameters: {
|
|
3100
|
+
query?: never;
|
|
3101
|
+
header?: never;
|
|
3102
|
+
path?: never;
|
|
3103
|
+
cookie?: never;
|
|
3104
|
+
};
|
|
3105
|
+
requestBody?: never;
|
|
3106
|
+
responses: {
|
|
3107
|
+
/** @description OK */
|
|
3108
|
+
200: {
|
|
3109
|
+
headers: {
|
|
3110
|
+
[name: string]: unknown;
|
|
3111
|
+
};
|
|
3112
|
+
content: {
|
|
3113
|
+
"application/json": components["schemas"]["api.CountMediaResponse"];
|
|
3114
|
+
};
|
|
3115
|
+
};
|
|
3116
|
+
};
|
|
3117
|
+
};
|
|
3118
|
+
put?: never;
|
|
3119
|
+
post?: never;
|
|
3120
|
+
delete?: never;
|
|
3121
|
+
options?: never;
|
|
3122
|
+
head?: never;
|
|
3123
|
+
patch?: never;
|
|
3124
|
+
trace?: never;
|
|
3125
|
+
};
|
|
3126
|
+
"/internal/countmediasuccessresponse": {
|
|
3127
|
+
parameters: {
|
|
3128
|
+
query?: never;
|
|
3129
|
+
header?: never;
|
|
3130
|
+
path?: never;
|
|
3131
|
+
cookie?: never;
|
|
3132
|
+
};
|
|
3133
|
+
/**
|
|
3134
|
+
* Get CountMediaSuccessResponse (schema generation only)
|
|
3135
|
+
* @description Internal endpoint used only to ensure CountMediaSuccessResponse schema is generated in OpenAPI spec
|
|
3136
|
+
*/
|
|
3137
|
+
get: {
|
|
3138
|
+
parameters: {
|
|
3139
|
+
query?: never;
|
|
3140
|
+
header?: never;
|
|
3141
|
+
path?: never;
|
|
3142
|
+
cookie?: never;
|
|
3143
|
+
};
|
|
3144
|
+
requestBody?: never;
|
|
3145
|
+
responses: {
|
|
3146
|
+
/** @description OK */
|
|
3147
|
+
200: {
|
|
3148
|
+
headers: {
|
|
3149
|
+
[name: string]: unknown;
|
|
3150
|
+
};
|
|
3151
|
+
content: {
|
|
3152
|
+
"application/json": components["schemas"]["api.CountMediaSuccessResponse"];
|
|
3153
|
+
};
|
|
3154
|
+
};
|
|
3155
|
+
};
|
|
3156
|
+
};
|
|
3157
|
+
put?: never;
|
|
3158
|
+
post?: never;
|
|
3159
|
+
delete?: never;
|
|
3160
|
+
options?: never;
|
|
3161
|
+
head?: never;
|
|
3162
|
+
patch?: never;
|
|
3163
|
+
trace?: never;
|
|
3164
|
+
};
|
|
3009
3165
|
"/internal/createadminorganisationerrorresponse": {
|
|
3010
3166
|
parameters: {
|
|
3011
3167
|
query?: never;
|
|
@@ -19893,6 +20049,45 @@ export interface paths {
|
|
|
19893
20049
|
patch?: never;
|
|
19894
20050
|
trace?: never;
|
|
19895
20051
|
};
|
|
20052
|
+
"/internal/mediacount": {
|
|
20053
|
+
parameters: {
|
|
20054
|
+
query?: never;
|
|
20055
|
+
header?: never;
|
|
20056
|
+
path?: never;
|
|
20057
|
+
cookie?: never;
|
|
20058
|
+
};
|
|
20059
|
+
/**
|
|
20060
|
+
* Get MediaCount (schema generation only)
|
|
20061
|
+
* @description Internal endpoint used only to ensure MediaCount schema is generated in OpenAPI spec
|
|
20062
|
+
*/
|
|
20063
|
+
get: {
|
|
20064
|
+
parameters: {
|
|
20065
|
+
query?: never;
|
|
20066
|
+
header?: never;
|
|
20067
|
+
path?: never;
|
|
20068
|
+
cookie?: never;
|
|
20069
|
+
};
|
|
20070
|
+
requestBody?: never;
|
|
20071
|
+
responses: {
|
|
20072
|
+
/** @description OK */
|
|
20073
|
+
200: {
|
|
20074
|
+
headers: {
|
|
20075
|
+
[name: string]: unknown;
|
|
20076
|
+
};
|
|
20077
|
+
content: {
|
|
20078
|
+
"application/json": components["schemas"]["models.MediaCount"];
|
|
20079
|
+
};
|
|
20080
|
+
};
|
|
20081
|
+
};
|
|
20082
|
+
};
|
|
20083
|
+
put?: never;
|
|
20084
|
+
post?: never;
|
|
20085
|
+
delete?: never;
|
|
20086
|
+
options?: never;
|
|
20087
|
+
head?: never;
|
|
20088
|
+
patch?: never;
|
|
20089
|
+
trace?: never;
|
|
20090
|
+
};
|
|
19896
20091
|
"/internal/mediafilter": {
|
|
19897
20092
|
parameters: {
|
|
19898
20093
|
query?: never;
|
|
@@ -30580,6 +30775,39 @@ export interface components {
|
|
|
30580
30775
|
statusError?: string;
|
|
30581
30776
|
taskId?: string;
|
|
30582
30777
|
};
|
|
30778
|
+
"api.CountMediaErrorResponse": {
|
|
30779
|
+
/** @description Application-specific error code */
|
|
30780
|
+
applicationStatusCode?: string;
|
|
30781
|
+
/** @description Entity-specific error code */
|
|
30782
|
+
entityStatusCode?: string;
|
|
30783
|
+
/** @description HTTP status code for the error */
|
|
30784
|
+
httpStatusCode?: number;
|
|
30785
|
+
/** @description Error message describing the issue */
|
|
30786
|
+
message?: string;
|
|
30787
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
30788
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
30789
|
+
};
|
|
30790
|
+
"api.CountMediaRequest": {
|
|
30791
|
+
filter?: components["schemas"]["api.MediaFilter"];
|
|
30792
|
+
limit?: number;
|
|
30793
|
+
};
|
|
30794
|
+
"api.CountMediaResponse": {
|
|
30795
|
+
count?: number;
|
|
30796
|
+
limitReached?: boolean;
|
|
30797
|
+
};
|
|
30798
|
+
"api.CountMediaSuccessResponse": {
|
|
30799
|
+
/** @description Application-specific status code */
|
|
30800
|
+
applicationStatusCode?: string;
|
|
30801
|
+
data?: components["schemas"]["api.CountMediaResponse"];
|
|
30802
|
+
/** @description Entity-specific status code */
|
|
30803
|
+
entityStatusCode?: string;
|
|
30804
|
+
/** @description HTTP status code for the response */
|
|
30805
|
+
httpStatusCode?: number;
|
|
30806
|
+
/** @description Success message describing the operation */
|
|
30807
|
+
message?: string;
|
|
30808
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
30809
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
30810
|
+
};
|
|
30583
30811
|
"api.CreateAdminOrganisationErrorResponse": {
|
|
30584
30812
|
/** @description Application-specific error code */
|
|
30585
30813
|
applicationStatusCode?: string;
|
|
@@ -34420,7 +34648,7 @@ export interface components {
|
|
|
34420
34648
|
userId?: string;
|
|
34421
34649
|
};
|
|
34422
34650
|
/** @enum {string} */
|
|
34423
|
-
"models.AccessTokenScope": "
|
|
34651
|
+
"models.AccessTokenScope": "media.read" | "media.update" | "media.export" | "media.share" | "media.redact" | "media.delete" | "markers.read" | "markers.write" | "markers.all" | "days.read" | "cases.read" | "cases.create" | "cases.update" | "cases.share" | "cases.export" | "cases.runWorkflow" | "cases.delete" | "application" | "workflows.read" | "workflows.create" | "workflows.update" | "workflows.delete" | "workflow-runs.create" | "workflow-runs.update";
|
|
34424
34652
|
"models.Account": {
|
|
34425
34653
|
account?: components["schemas"]["models.AccountBody"];
|
|
34426
34654
|
};
|
|
@@ -36503,6 +36731,10 @@ export interface components {
|
|
|
36503
36731
|
thumbnailUrl?: string;
|
|
36504
36732
|
videoUrl?: string;
|
|
36505
36733
|
};
|
|
36734
|
+
"models.MediaCount": {
|
|
36735
|
+
count?: number;
|
|
36736
|
+
limitReached?: boolean;
|
|
36737
|
+
};
|
|
36506
36738
|
"models.MediaGroup": {
|
|
36507
36739
|
count?: number;
|
|
36508
36740
|
endTimestamp?: number;
|
|
@@ -36858,7 +37090,7 @@ export interface components {
|
|
|
36858
37090
|
videowall?: components["schemas"]["models.Videowall"];
|
|
36859
37091
|
};
|
|
36860
37092
|
/** @enum {string} */
|
|
36861
|
-
"models.Permission": "
|
|
37093
|
+
"models.Permission": "media.read" | "media.update" | "media.export" | "media.share" | "media.redact" | "media.delete" | "markers.read" | "markers.write" | "markers.all" | "days.read" | "cases.read" | "cases.create" | "cases.update" | "cases.share" | "cases.export" | "cases.runWorkflow" | "cases.delete" | "application" | "workflows.read" | "workflows.create" | "workflows.update" | "workflows.delete" | "workflow-runs.create" | "workflow-runs.update";
|
|
36862
37094
|
/** @enum {integer} */
|
|
36863
37095
|
"models.PermissionLevel": 1 | 2 | 3 | 4 | 2 | 3 | 4 | 5 | 2 | 3 | 2 | 2 | 3 | 2 | 3 | 4;
|
|
36864
37096
|
"models.Permissions": {
|
|
@@ -38111,6 +38343,7 @@ export interface components {
|
|
|
38111
38343
|
y?: number;
|
|
38112
38344
|
};
|
|
38113
38345
|
"models.WorkflowResult": {
|
|
38346
|
+
payload?: number[];
|
|
38114
38347
|
result?: {
|
|
38115
38348
|
[key: string]: unknown;
|
|
38116
38349
|
};
|
|
@@ -38590,6 +38823,7 @@ export declare namespace models {
|
|
|
38590
38823
|
type MarkerTimeline = components['schemas']['models.MarkerTimeline'];
|
|
38591
38824
|
type Media = components['schemas']['models.Media'];
|
|
38592
38825
|
type MediaAtRuntimeMetadata = components['schemas']['models.MediaAtRuntimeMetadata'];
|
|
38826
|
+
type MediaCount = components['schemas']['models.MediaCount'];
|
|
38593
38827
|
type MediaGroup = components['schemas']['models.MediaGroup'];
|
|
38594
38828
|
type MediaMetadata = components['schemas']['models.MediaMetadata'];
|
|
38595
38829
|
type MediaTimeline = components['schemas']['models.MediaTimeline'];
|
|
@@ -38748,6 +38982,10 @@ export declare namespace api {
|
|
|
38748
38982
|
type AdminRecentSubscription = components['schemas']['api.AdminRecentSubscription'];
|
|
38749
38983
|
type CallerInfo = components['schemas']['api.CallerInfo'];
|
|
38750
38984
|
type CaseMediaStatusEvent = components['schemas']['api.CaseMediaStatusEvent'];
|
|
38985
|
+
type CountMediaErrorResponse = components['schemas']['api.CountMediaErrorResponse'];
|
|
38986
|
+
type CountMediaRequest = components['schemas']['api.CountMediaRequest'];
|
|
38987
|
+
type CountMediaResponse = components['schemas']['api.CountMediaResponse'];
|
|
38988
|
+
type CountMediaSuccessResponse = components['schemas']['api.CountMediaSuccessResponse'];
|
|
38751
38989
|
type CreateAdminOrganisationErrorResponse = components['schemas']['api.CreateAdminOrganisationErrorResponse'];
|
|
38752
38990
|
type CreateAdminOrganisationResponse = components['schemas']['api.CreateAdminOrganisationResponse'];
|
|
38753
38991
|
type CreateAdminOrganisationSuccessResponse = components['schemas']['api.CreateAdminOrganisationSuccessResponse'];
|