@uug-ai/models 1.7.41 → 1.7.43
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 +11 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -30364,6 +30364,8 @@ export interface components {
|
|
|
30364
30364
|
[key: string]: unknown;
|
|
30365
30365
|
};
|
|
30366
30366
|
smoothed?: boolean;
|
|
30367
|
+
/** @description TimestampMs is the decoded image's presentation timestamp on the annotated
|
|
30368
|
+
* media asset's timeline. Zero is valid; nil means it was not supplied. */
|
|
30367
30369
|
timestampMs?: number;
|
|
30368
30370
|
w?: number;
|
|
30369
30371
|
x?: number;
|
|
@@ -35576,6 +35578,7 @@ export interface components {
|
|
|
35576
35578
|
/** @description Name of the device that uploaded media */
|
|
35577
35579
|
deviceName?: string;
|
|
35578
35580
|
duration?: number;
|
|
35581
|
+
encrypted?: boolean;
|
|
35579
35582
|
endTimestamp?: number;
|
|
35580
35583
|
eventNames?: string[];
|
|
35581
35584
|
forwardedAt?: number;
|
|
@@ -35975,6 +35978,8 @@ export interface components {
|
|
|
35975
35978
|
"models.PatchVideowallOutput": {
|
|
35976
35979
|
videowall?: components["schemas"]["models.Videowall"];
|
|
35977
35980
|
};
|
|
35981
|
+
/** @enum {string} */
|
|
35982
|
+
"models.Permission": "cases.read" | "cases.create" | "cases.update" | "cases.share" | "cases.export" | "cases.runWorkflow" | "cases.delete" | "media.read" | "media.update" | "media.export" | "media.share" | "media.redact" | "media.delete";
|
|
35978
35983
|
/** @enum {integer} */
|
|
35979
35984
|
"models.PermissionLevel": 1 | 2 | 3 | 4 | 2 | 3 | 4 | 5 | 2 | 3 | 2 | 2 | 3 | 2 | 3 | 4;
|
|
35980
35985
|
"models.Permissions": {
|
|
@@ -36029,6 +36034,7 @@ export interface components {
|
|
|
36029
36034
|
deviceId?: string;
|
|
36030
36035
|
deviceName?: string;
|
|
36031
36036
|
duration?: string;
|
|
36037
|
+
encrypted?: boolean;
|
|
36032
36038
|
fileSize?: number;
|
|
36033
36039
|
forwardedAt?: number;
|
|
36034
36040
|
/** @description MP4 fragmentation */
|
|
@@ -36142,6 +36148,9 @@ export interface components {
|
|
|
36142
36148
|
* the consuming service resolves them together (page hidden => not shown;
|
|
36143
36149
|
* feature level => what may be done once on the page). */
|
|
36144
36150
|
pages?: string[];
|
|
36151
|
+
/** @description Permissions is the canonical set of domain.action grants carried by this
|
|
36152
|
+
* role. FeaturePermissions remains available during legacy migration. */
|
|
36153
|
+
permissions?: components["schemas"]["models.Permission"][];
|
|
36145
36154
|
/** @description ParentRole is the built-in BaseRole tier this custom role extends. It is a
|
|
36146
36155
|
* live tier identifier (NOT an ObjectID reference to another Role document):
|
|
36147
36156
|
* it sets the effective tier/RoleLevel for coarse gating and bounds which
|
|
@@ -36741,6 +36750,8 @@ export interface components {
|
|
|
36741
36750
|
edited?: boolean;
|
|
36742
36751
|
label?: string;
|
|
36743
36752
|
smoothed?: boolean;
|
|
36753
|
+
/** @description TimestampMs is the box's optional presentation time on the media timeline. */
|
|
36754
|
+
timestampMs?: number;
|
|
36744
36755
|
trackId?: string;
|
|
36745
36756
|
x1?: number;
|
|
36746
36757
|
x2?: number;
|