@uug-ai/models 1.4.6 → 1.4.12

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +585 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -3357,6 +3357,45 @@ export interface paths {
3357
3357
  patch?: never;
3358
3358
  trace?: never;
3359
3359
  };
3360
+ "/internal/exportfile": {
3361
+ parameters: {
3362
+ query?: never;
3363
+ header?: never;
3364
+ path?: never;
3365
+ cookie?: never;
3366
+ };
3367
+ /**
3368
+ * Get ExportFile (schema generation only)
3369
+ * @description Internal endpoint used only to ensure ExportFile schema is generated in OpenAPI spec
3370
+ */
3371
+ get: {
3372
+ parameters: {
3373
+ query?: never;
3374
+ header?: never;
3375
+ path?: never;
3376
+ cookie?: never;
3377
+ };
3378
+ requestBody?: never;
3379
+ responses: {
3380
+ /** @description OK */
3381
+ 200: {
3382
+ headers: {
3383
+ [name: string]: unknown;
3384
+ };
3385
+ content: {
3386
+ "application/json": components["schemas"]["models.ExportFile"];
3387
+ };
3388
+ };
3389
+ };
3390
+ };
3391
+ put?: never;
3392
+ post?: never;
3393
+ delete?: never;
3394
+ options?: never;
3395
+ head?: never;
3396
+ patch?: never;
3397
+ trace?: never;
3398
+ };
3360
3399
  "/internal/faceredaction": {
3361
3400
  parameters: {
3362
3401
  query?: never;
@@ -5814,6 +5853,162 @@ export interface paths {
5814
5853
  patch?: never;
5815
5854
  trace?: never;
5816
5855
  };
5856
+ "/internal/getmediabyvideofileerrorresponse": {
5857
+ parameters: {
5858
+ query?: never;
5859
+ header?: never;
5860
+ path?: never;
5861
+ cookie?: never;
5862
+ };
5863
+ /**
5864
+ * Get GetMediaByVideoFileErrorResponse (schema generation only)
5865
+ * @description Internal endpoint used only to ensure GetMediaByVideoFileErrorResponse schema is generated in OpenAPI spec
5866
+ */
5867
+ get: {
5868
+ parameters: {
5869
+ query?: never;
5870
+ header?: never;
5871
+ path?: never;
5872
+ cookie?: never;
5873
+ };
5874
+ requestBody?: never;
5875
+ responses: {
5876
+ /** @description OK */
5877
+ 200: {
5878
+ headers: {
5879
+ [name: string]: unknown;
5880
+ };
5881
+ content: {
5882
+ "application/json": components["schemas"]["api.GetMediaByVideoFileErrorResponse"];
5883
+ };
5884
+ };
5885
+ };
5886
+ };
5887
+ put?: never;
5888
+ post?: never;
5889
+ delete?: never;
5890
+ options?: never;
5891
+ head?: never;
5892
+ patch?: never;
5893
+ trace?: never;
5894
+ };
5895
+ "/internal/getmediabyvideofilerequest": {
5896
+ parameters: {
5897
+ query?: never;
5898
+ header?: never;
5899
+ path?: never;
5900
+ cookie?: never;
5901
+ };
5902
+ /**
5903
+ * Get GetMediaByVideoFileRequest (schema generation only)
5904
+ * @description Internal endpoint used only to ensure GetMediaByVideoFileRequest schema is generated in OpenAPI spec
5905
+ */
5906
+ get: {
5907
+ parameters: {
5908
+ query?: never;
5909
+ header?: never;
5910
+ path?: never;
5911
+ cookie?: never;
5912
+ };
5913
+ requestBody?: never;
5914
+ responses: {
5915
+ /** @description OK */
5916
+ 200: {
5917
+ headers: {
5918
+ [name: string]: unknown;
5919
+ };
5920
+ content: {
5921
+ "application/json": components["schemas"]["api.GetMediaByVideoFileRequest"];
5922
+ };
5923
+ };
5924
+ };
5925
+ };
5926
+ put?: never;
5927
+ post?: never;
5928
+ delete?: never;
5929
+ options?: never;
5930
+ head?: never;
5931
+ patch?: never;
5932
+ trace?: never;
5933
+ };
5934
+ "/internal/getmediabyvideofileresponse": {
5935
+ parameters: {
5936
+ query?: never;
5937
+ header?: never;
5938
+ path?: never;
5939
+ cookie?: never;
5940
+ };
5941
+ /**
5942
+ * Get GetMediaByVideoFileResponse (schema generation only)
5943
+ * @description Internal endpoint used only to ensure GetMediaByVideoFileResponse schema is generated in OpenAPI spec
5944
+ */
5945
+ get: {
5946
+ parameters: {
5947
+ query?: never;
5948
+ header?: never;
5949
+ path?: never;
5950
+ cookie?: never;
5951
+ };
5952
+ requestBody?: never;
5953
+ responses: {
5954
+ /** @description OK */
5955
+ 200: {
5956
+ headers: {
5957
+ [name: string]: unknown;
5958
+ };
5959
+ content: {
5960
+ "application/json": components["schemas"]["api.GetMediaByVideoFileResponse"];
5961
+ };
5962
+ };
5963
+ };
5964
+ };
5965
+ put?: never;
5966
+ post?: never;
5967
+ delete?: never;
5968
+ options?: never;
5969
+ head?: never;
5970
+ patch?: never;
5971
+ trace?: never;
5972
+ };
5973
+ "/internal/getmediabyvideofilesuccessresponse": {
5974
+ parameters: {
5975
+ query?: never;
5976
+ header?: never;
5977
+ path?: never;
5978
+ cookie?: never;
5979
+ };
5980
+ /**
5981
+ * Get GetMediaByVideoFileSuccessResponse (schema generation only)
5982
+ * @description Internal endpoint used only to ensure GetMediaByVideoFileSuccessResponse schema is generated in OpenAPI spec
5983
+ */
5984
+ get: {
5985
+ parameters: {
5986
+ query?: never;
5987
+ header?: never;
5988
+ path?: never;
5989
+ cookie?: never;
5990
+ };
5991
+ requestBody?: never;
5992
+ responses: {
5993
+ /** @description OK */
5994
+ 200: {
5995
+ headers: {
5996
+ [name: string]: unknown;
5997
+ };
5998
+ content: {
5999
+ "application/json": components["schemas"]["api.GetMediaByVideoFileSuccessResponse"];
6000
+ };
6001
+ };
6002
+ };
6003
+ };
6004
+ put?: never;
6005
+ post?: never;
6006
+ delete?: never;
6007
+ options?: never;
6008
+ head?: never;
6009
+ patch?: never;
6010
+ trace?: never;
6011
+ };
5817
6012
  "/internal/getmediaerrorresponse": {
5818
6013
  parameters: {
5819
6014
  query?: never;
@@ -8700,6 +8895,123 @@ export interface paths {
8700
8895
  patch?: never;
8701
8896
  trace?: never;
8702
8897
  };
8898
+ "/internal/mediaurlrequest": {
8899
+ parameters: {
8900
+ query?: never;
8901
+ header?: never;
8902
+ path?: never;
8903
+ cookie?: never;
8904
+ };
8905
+ /**
8906
+ * Get MediaUrlRequest (schema generation only)
8907
+ * @description Internal endpoint used only to ensure MediaUrlRequest schema is generated in OpenAPI spec
8908
+ */
8909
+ get: {
8910
+ parameters: {
8911
+ query?: never;
8912
+ header?: never;
8913
+ path?: never;
8914
+ cookie?: never;
8915
+ };
8916
+ requestBody?: never;
8917
+ responses: {
8918
+ /** @description OK */
8919
+ 200: {
8920
+ headers: {
8921
+ [name: string]: unknown;
8922
+ };
8923
+ content: {
8924
+ "application/json": components["schemas"]["models.MediaUrlRequest"];
8925
+ };
8926
+ };
8927
+ };
8928
+ };
8929
+ put?: never;
8930
+ post?: never;
8931
+ delete?: never;
8932
+ options?: never;
8933
+ head?: never;
8934
+ patch?: never;
8935
+ trace?: never;
8936
+ };
8937
+ "/internal/mediaurlresponse": {
8938
+ parameters: {
8939
+ query?: never;
8940
+ header?: never;
8941
+ path?: never;
8942
+ cookie?: never;
8943
+ };
8944
+ /**
8945
+ * Get MediaUrlResponse (schema generation only)
8946
+ * @description Internal endpoint used only to ensure MediaUrlResponse schema is generated in OpenAPI spec
8947
+ */
8948
+ get: {
8949
+ parameters: {
8950
+ query?: never;
8951
+ header?: never;
8952
+ path?: never;
8953
+ cookie?: never;
8954
+ };
8955
+ requestBody?: never;
8956
+ responses: {
8957
+ /** @description OK */
8958
+ 200: {
8959
+ headers: {
8960
+ [name: string]: unknown;
8961
+ };
8962
+ content: {
8963
+ "application/json": components["schemas"]["models.MediaUrlResponse"];
8964
+ };
8965
+ };
8966
+ };
8967
+ };
8968
+ put?: never;
8969
+ post?: never;
8970
+ delete?: never;
8971
+ options?: never;
8972
+ head?: never;
8973
+ patch?: never;
8974
+ trace?: never;
8975
+ };
8976
+ "/internal/mediawrapper": {
8977
+ parameters: {
8978
+ query?: never;
8979
+ header?: never;
8980
+ path?: never;
8981
+ cookie?: never;
8982
+ };
8983
+ /**
8984
+ * Get MediaWrapper (schema generation only)
8985
+ * @description Internal endpoint used only to ensure MediaWrapper schema is generated in OpenAPI spec
8986
+ */
8987
+ get: {
8988
+ parameters: {
8989
+ query?: never;
8990
+ header?: never;
8991
+ path?: never;
8992
+ cookie?: never;
8993
+ };
8994
+ requestBody?: never;
8995
+ responses: {
8996
+ /** @description OK */
8997
+ 200: {
8998
+ headers: {
8999
+ [name: string]: unknown;
9000
+ };
9001
+ content: {
9002
+ "application/json": components["schemas"]["models.MediaWrapper"];
9003
+ };
9004
+ };
9005
+ };
9006
+ };
9007
+ put?: never;
9008
+ post?: never;
9009
+ delete?: never;
9010
+ options?: never;
9011
+ head?: never;
9012
+ patch?: never;
9013
+ trace?: never;
9014
+ };
8703
9015
  "/internal/message": {
8704
9016
  parameters: {
8705
9017
  query?: never;
@@ -11235,6 +11547,123 @@ export interface paths {
11235
11547
  patch?: never;
11236
11548
  trace?: never;
11237
11549
  };
11550
+ "/internal/task": {
11551
+ parameters: {
11552
+ query?: never;
11553
+ header?: never;
11554
+ path?: never;
11555
+ cookie?: never;
11556
+ };
11557
+ /**
11558
+ * Get Task (schema generation only)
11559
+ * @description Internal endpoint used only to ensure Task schema is generated in OpenAPI spec
11560
+ */
11561
+ get: {
11562
+ parameters: {
11563
+ query?: never;
11564
+ header?: never;
11565
+ path?: never;
11566
+ cookie?: never;
11567
+ };
11568
+ requestBody?: never;
11569
+ responses: {
11570
+ /** @description OK */
11571
+ 200: {
11572
+ headers: {
11573
+ [name: string]: unknown;
11574
+ };
11575
+ content: {
11576
+ "application/json": components["schemas"]["models.Task"];
11577
+ };
11578
+ };
11579
+ };
11580
+ };
11581
+ put?: never;
11582
+ post?: never;
11583
+ delete?: never;
11584
+ options?: never;
11585
+ head?: never;
11586
+ patch?: never;
11587
+ trace?: never;
11588
+ };
11589
+ "/internal/taskfilter": {
11590
+ parameters: {
11591
+ query?: never;
11592
+ header?: never;
11593
+ path?: never;
11594
+ cookie?: never;
11595
+ };
11596
+ /**
11597
+ * Get TaskFilter (schema generation only)
11598
+ * @description Internal endpoint used only to ensure TaskFilter schema is generated in OpenAPI spec
11599
+ */
11600
+ get: {
11601
+ parameters: {
11602
+ query?: never;
11603
+ header?: never;
11604
+ path?: never;
11605
+ cookie?: never;
11606
+ };
11607
+ requestBody?: never;
11608
+ responses: {
11609
+ /** @description OK */
11610
+ 200: {
11611
+ headers: {
11612
+ [name: string]: unknown;
11613
+ };
11614
+ content: {
11615
+ "application/json": components["schemas"]["models.TaskFilter"];
11616
+ };
11617
+ };
11618
+ };
11619
+ };
11620
+ put?: never;
11621
+ post?: never;
11622
+ delete?: never;
11623
+ options?: never;
11624
+ head?: never;
11625
+ patch?: never;
11626
+ trace?: never;
11627
+ };
11628
+ "/internal/taskwrapper": {
11629
+ parameters: {
11630
+ query?: never;
11631
+ header?: never;
11632
+ path?: never;
11633
+ cookie?: never;
11634
+ };
11635
+ /**
11636
+ * Get TaskWrapper (schema generation only)
11637
+ * @description Internal endpoint used only to ensure TaskWrapper schema is generated in OpenAPI spec
11638
+ */
11639
+ get: {
11640
+ parameters: {
11641
+ query?: never;
11642
+ header?: never;
11643
+ path?: never;
11644
+ cookie?: never;
11645
+ };
11646
+ requestBody?: never;
11647
+ responses: {
11648
+ /** @description OK */
11649
+ 200: {
11650
+ headers: {
11651
+ [name: string]: unknown;
11652
+ };
11653
+ content: {
11654
+ "application/json": components["schemas"]["models.TaskWrapper"];
11655
+ };
11656
+ };
11657
+ };
11658
+ };
11659
+ put?: never;
11660
+ post?: never;
11661
+ delete?: never;
11662
+ options?: never;
11663
+ head?: never;
11664
+ patch?: never;
11665
+ trace?: never;
11666
+ };
11238
11667
  "/internal/telegram": {
11239
11668
  parameters: {
11240
11669
  query?: never;
@@ -13860,6 +14289,35 @@ export interface components {
13860
14289
  /** @description Additional metadata about the response, such as timestamps and request IDs */
13861
14290
  metadata?: components["schemas"]["api.Metadata"];
13862
14291
  };
14292
+ "api.GetMediaByVideoFileErrorResponse": {
14293
+ /** @description Application-specific error code */
14294
+ applicationStatusCode?: string;
14295
+ /** @description Entity-specific error code */
14296
+ entityStatusCode?: string;
14297
+ /** @description HTTP status code for the error */
14298
+ httpStatusCode?: number;
14299
+ /** @description Error message describing the issue */
14300
+ message?: string;
14301
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
14302
+ metadata?: components["schemas"]["api.Metadata"];
14303
+ };
14304
+ "api.GetMediaByVideoFileRequest": Record<string, never>;
14305
+ "api.GetMediaByVideoFileResponse": {
14306
+ media?: components["schemas"]["models.Media"];
14307
+ };
14308
+ "api.GetMediaByVideoFileSuccessResponse": {
14309
+ /** @description Application-specific status code */
14310
+ applicationStatusCode?: string;
14311
+ data?: components["schemas"]["api.GetMediaByVideoFileResponse"];
14312
+ /** @description Entity-specific status code */
14313
+ entityStatusCode?: string;
14314
+ /** @description HTTP status code for the response */
14315
+ httpStatusCode?: number;
14316
+ /** @description Success message describing the operation */
14317
+ message?: string;
14318
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
14319
+ metadata?: components["schemas"]["api.Metadata"];
14320
+ };
13863
14321
  "api.GetMediaErrorResponse": {
13864
14322
  /** @description Application-specific error code */
13865
14323
  applicationStatusCode?: string;
@@ -15281,6 +15739,18 @@ export interface components {
15281
15739
  eventData?: string;
15282
15740
  name?: string;
15283
15741
  };
15742
+ "models.ExportFile": {
15743
+ camera_id?: string;
15744
+ key?: string;
15745
+ provider?: string;
15746
+ source?: string;
15747
+ spriteFile?: string;
15748
+ spriteInterval?: number;
15749
+ spriteProvider?: string;
15750
+ thumbnailFile?: string;
15751
+ thumbnailProvider?: string;
15752
+ timestamp?: number;
15753
+ };
15284
15754
  "models.FaceRedaction": {
15285
15755
  id?: string;
15286
15756
  tracks?: components["schemas"]["models.FaceRedactionTrack"][];
@@ -15783,6 +16253,8 @@ export interface components {
15783
16253
  * DeviceId is a unique identifier for the device, it can be used to identify the device in the system.
15784
16254
  * OrganisationId is used to identify the organisation that owns the device.
15785
16255
  */
16256
+ deviceId?: string;
16257
+ /** @description device identifier */
15786
16258
  deviceKey?: string;
15787
16259
  /** @description Name of the device that uploaded media */
15788
16260
  deviceName?: string;
@@ -15872,6 +16344,31 @@ export interface components {
15872
16344
  /** @description in pixels */
15873
16345
  width?: number;
15874
16346
  };
16347
+ "models.MediaUrlRequest": {
16348
+ filename?: string;
16349
+ provider?: string;
16350
+ uriExpiryTime?: string;
16351
+ };
16352
+ "models.MediaUrlResponse": {
16353
+ data?: string;
16354
+ };
16355
+ "models.MediaWrapper": {
16356
+ description?: string;
16357
+ index?: number;
16358
+ instanceName?: string;
16359
+ labels?: string[];
16360
+ metadata?: components["schemas"]["models.Media"];
16361
+ persisted?: boolean;
16362
+ properties?: string[];
16363
+ spriteUrl?: string;
16364
+ src?: string;
16365
+ task_created?: boolean;
16366
+ thumbnailUrl?: string;
16367
+ time?: string;
16368
+ timestamp?: number;
16369
+ type?: string;
16370
+ vault?: boolean;
16371
+ };
15875
16372
  "models.Message": {
15876
16373
  alert_id?: string;
15877
16374
  alert_master_user?: string;
@@ -16347,6 +16844,7 @@ export interface components {
16347
16844
  "models.Status": "pending" | "skipped" | "assigned" | "inProgress" | "completed" | "failed";
16348
16845
  "models.Storage": {
16349
16846
  access_key?: string;
16847
+ provider?: string;
16350
16848
  secret_key?: string;
16351
16849
  uri?: string;
16352
16850
  };
@@ -16388,6 +16886,83 @@ export interface components {
16388
16886
  /** @description ID of the worker handling synchronization */
16389
16887
  workerId?: string;
16390
16888
  };
16889
+ "models.Task": {
16890
+ /** @description Users associated with this task */
16891
+ assignees?: string[];
16892
+ assignees_profile?: string[];
16893
+ assignees_sent_to?: string[];
16894
+ /** @description A task can be assigned to a single camera or multiple cameras (depending of the export) */
16895
+ camera?: string;
16896
+ /** @description this is for the camera names (is computed on demand) */
16897
+ camera_names?: string[];
16898
+ /** @description these are camera ids */
16899
+ cameras?: string[];
16900
+ /** @description Related collections */
16901
+ comments?: components["schemas"]["models.Comment"][];
16902
+ compressed_url?: string;
16903
+ compressedFile?: string;
16904
+ compressedProvider?: string;
16905
+ creation_date?: number;
16906
+ creation_datetime?: string;
16907
+ date?: number;
16908
+ downloaded_files?: string[];
16909
+ export_files?: components["schemas"]["models.ExportFile"][];
16910
+ export_files_count?: number;
16911
+ /** @description "0% -> 100%" */
16912
+ export_progress?: number;
16913
+ /** @description An export task, is containing multiple video in a compressed file format (.zip) */
16914
+ export_status?: string;
16915
+ id?: string;
16916
+ is_private?: boolean;
16917
+ labels?: string[];
16918
+ media_date?: string;
16919
+ media_datetime?: string;
16920
+ media_end_datetime?: string;
16921
+ media_end_timestamp?: number;
16922
+ media_timestamp?: number;
16923
+ notes?: string;
16924
+ notes_short?: string;
16925
+ notify_assignees?: boolean;
16926
+ reporter_email?: string;
16927
+ reporter_id?: string;
16928
+ reporter_profile?: string;
16929
+ sequenceId?: string;
16930
+ sprite_url?: string;
16931
+ spriteFile?: string;
16932
+ spriteInterval?: number;
16933
+ spriteProvider?: string;
16934
+ /** @description open, approved, rejected */
16935
+ status?: string;
16936
+ /** @description base 64 encoded */
16937
+ thumbnail?: string;
16938
+ thumbnail_url?: string;
16939
+ thumbnailFile?: string;
16940
+ thumbnailProvider?: string;
16941
+ title?: string;
16942
+ user_id?: string;
16943
+ username?: string;
16944
+ /**
16945
+ * @description This is used for a single export, for a bulk export, we will use the first video as thumbnail and sprite.
16946
+ * Referencing to some media: video, thumbnail and sprite
16947
+ */
16948
+ video_url?: string;
16949
+ videoFile?: string;
16950
+ videoProvider?: string;
16951
+ };
16952
+ "models.TaskFilter": {
16953
+ assignees?: string[];
16954
+ devices?: string[];
16955
+ groups?: string[];
16956
+ labels?: string[];
16957
+ limit?: number;
16958
+ offset?: number;
16959
+ sites?: string[];
16960
+ status?: string[];
16961
+ title?: string;
16962
+ };
16963
+ "models.TaskWrapper": {
16964
+ task?: components["schemas"]["models.Task"];
16965
+ };
16391
16966
  "models.Telegram": {
16392
16967
  channel?: string;
16393
16968
  enabled?: boolean;
@@ -16837,6 +17412,7 @@ export declare namespace models {
16837
17412
  type Email = components['schemas']['models.Email'];
16838
17413
  type Encryption = components['schemas']['models.Encryption'];
16839
17414
  type EventStage = components['schemas']['models.EventStage'];
17415
+ type ExportFile = components['schemas']['models.ExportFile'];
16840
17416
  type FaceRedaction = components['schemas']['models.FaceRedaction'];
16841
17417
  type FaceRedactionTrack = components['schemas']['models.FaceRedactionTrack'];
16842
17418
  type FeaturePermissions = components['schemas']['models.FeaturePermissions'];
@@ -16877,6 +17453,9 @@ export declare namespace models {
16877
17453
  type Media = components['schemas']['models.Media'];
16878
17454
  type MediaAtRuntimeMetadata = components['schemas']['models.MediaAtRuntimeMetadata'];
16879
17455
  type MediaMetadata = components['schemas']['models.MediaMetadata'];
17456
+ type MediaUrlRequest = components['schemas']['models.MediaUrlRequest'];
17457
+ type MediaUrlResponse = components['schemas']['models.MediaUrlResponse'];
17458
+ type MediaWrapper = components['schemas']['models.MediaWrapper'];
16880
17459
  type Message = components['schemas']['models.Message'];
16881
17460
  type Model = components['schemas']['models.Model'];
16882
17461
  type ModelOption = components['schemas']['models.ModelOption'];
@@ -16919,6 +17498,9 @@ export declare namespace models {
16919
17498
  type Subscription = components['schemas']['models.Subscription'];
16920
17499
  type Synchronize = components['schemas']['models.Synchronize'];
16921
17500
  type SynchronizeEvent = components['schemas']['models.SynchronizeEvent'];
17501
+ type Task = components['schemas']['models.Task'];
17502
+ type TaskFilter = components['schemas']['models.TaskFilter'];
17503
+ type TaskWrapper = components['schemas']['models.TaskWrapper'];
16922
17504
  type Telegram = components['schemas']['models.Telegram'];
16923
17505
  type ThrottlerStage = components['schemas']['models.ThrottlerStage'];
16924
17506
  type Thumbnail = components['schemas']['models.Thumbnail'];
@@ -17021,6 +17603,9 @@ export declare namespace api {
17021
17603
  type GetMediaByIdRequest = components['schemas']['api.GetMediaByIdRequest'];
17022
17604
  type GetMediaByIdResponse = components['schemas']['api.GetMediaByIdResponse'];
17023
17605
  type GetMediaByIdSuccessResponse = components['schemas']['api.GetMediaByIdSuccessResponse'];
17606
+ type GetMediaByVideoFileErrorResponse = components['schemas']['api.GetMediaByVideoFileErrorResponse'];
17607
+ type GetMediaByVideoFileResponse = components['schemas']['api.GetMediaByVideoFileResponse'];
17608
+ type GetMediaByVideoFileSuccessResponse = components['schemas']['api.GetMediaByVideoFileSuccessResponse'];
17024
17609
  type GetMediaErrorResponse = components['schemas']['api.GetMediaErrorResponse'];
17025
17610
  type GetMediaRequest = components['schemas']['api.GetMediaRequest'];
17026
17611
  type GetMediaResponse = components['schemas']['api.GetMediaResponse'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.4.6",
3
+ "version": "1.4.12",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",