@uug-ai/models 1.7.16 → 1.7.17

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 +926 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -3825,6 +3825,240 @@ export interface paths {
3825
3825
  patch?: never;
3826
3826
  trace?: never;
3827
3827
  };
3828
+ "/internal/createprojecterrorresponse": {
3829
+ parameters: {
3830
+ query?: never;
3831
+ header?: never;
3832
+ path?: never;
3833
+ cookie?: never;
3834
+ };
3835
+ /**
3836
+ * Get CreateProjectErrorResponse (schema generation only)
3837
+ * @description Internal endpoint used only to ensure CreateProjectErrorResponse schema is generated in OpenAPI spec
3838
+ */
3839
+ get: {
3840
+ parameters: {
3841
+ query?: never;
3842
+ header?: never;
3843
+ path?: never;
3844
+ cookie?: never;
3845
+ };
3846
+ requestBody?: never;
3847
+ responses: {
3848
+ /** @description OK */
3849
+ 200: {
3850
+ headers: {
3851
+ [name: string]: unknown;
3852
+ };
3853
+ content: {
3854
+ "application/json": components["schemas"]["api.CreateProjectErrorResponse"];
3855
+ };
3856
+ };
3857
+ };
3858
+ };
3859
+ put?: never;
3860
+ post?: never;
3861
+ delete?: never;
3862
+ options?: never;
3863
+ head?: never;
3864
+ patch?: never;
3865
+ trace?: never;
3866
+ };
3867
+ "/internal/createprojectinput": {
3868
+ parameters: {
3869
+ query?: never;
3870
+ header?: never;
3871
+ path?: never;
3872
+ cookie?: never;
3873
+ };
3874
+ /**
3875
+ * Get CreateProjectInput (schema generation only)
3876
+ * @description Internal endpoint used only to ensure CreateProjectInput schema is generated in OpenAPI spec
3877
+ */
3878
+ get: {
3879
+ parameters: {
3880
+ query?: never;
3881
+ header?: never;
3882
+ path?: never;
3883
+ cookie?: never;
3884
+ };
3885
+ requestBody?: never;
3886
+ responses: {
3887
+ /** @description OK */
3888
+ 200: {
3889
+ headers: {
3890
+ [name: string]: unknown;
3891
+ };
3892
+ content: {
3893
+ "application/json": components["schemas"]["models.CreateProjectInput"];
3894
+ };
3895
+ };
3896
+ };
3897
+ };
3898
+ put?: never;
3899
+ post?: never;
3900
+ delete?: never;
3901
+ options?: never;
3902
+ head?: never;
3903
+ patch?: never;
3904
+ trace?: never;
3905
+ };
3906
+ "/internal/createprojectoutput": {
3907
+ parameters: {
3908
+ query?: never;
3909
+ header?: never;
3910
+ path?: never;
3911
+ cookie?: never;
3912
+ };
3913
+ /**
3914
+ * Get CreateProjectOutput (schema generation only)
3915
+ * @description Internal endpoint used only to ensure CreateProjectOutput schema is generated in OpenAPI spec
3916
+ */
3917
+ get: {
3918
+ parameters: {
3919
+ query?: never;
3920
+ header?: never;
3921
+ path?: never;
3922
+ cookie?: never;
3923
+ };
3924
+ requestBody?: never;
3925
+ responses: {
3926
+ /** @description OK */
3927
+ 200: {
3928
+ headers: {
3929
+ [name: string]: unknown;
3930
+ };
3931
+ content: {
3932
+ "application/json": components["schemas"]["models.CreateProjectOutput"];
3933
+ };
3934
+ };
3935
+ };
3936
+ };
3937
+ put?: never;
3938
+ post?: never;
3939
+ delete?: never;
3940
+ options?: never;
3941
+ head?: never;
3942
+ patch?: never;
3943
+ trace?: never;
3944
+ };
3945
+ "/internal/createprojectrequest": {
3946
+ parameters: {
3947
+ query?: never;
3948
+ header?: never;
3949
+ path?: never;
3950
+ cookie?: never;
3951
+ };
3952
+ /**
3953
+ * Get CreateProjectRequest (schema generation only)
3954
+ * @description Internal endpoint used only to ensure CreateProjectRequest schema is generated in OpenAPI spec
3955
+ */
3956
+ get: {
3957
+ parameters: {
3958
+ query?: never;
3959
+ header?: never;
3960
+ path?: never;
3961
+ cookie?: never;
3962
+ };
3963
+ requestBody?: never;
3964
+ responses: {
3965
+ /** @description OK */
3966
+ 200: {
3967
+ headers: {
3968
+ [name: string]: unknown;
3969
+ };
3970
+ content: {
3971
+ "application/json": components["schemas"]["api.CreateProjectRequest"];
3972
+ };
3973
+ };
3974
+ };
3975
+ };
3976
+ put?: never;
3977
+ post?: never;
3978
+ delete?: never;
3979
+ options?: never;
3980
+ head?: never;
3981
+ patch?: never;
3982
+ trace?: never;
3983
+ };
3984
+ "/internal/createprojectresponse": {
3985
+ parameters: {
3986
+ query?: never;
3987
+ header?: never;
3988
+ path?: never;
3989
+ cookie?: never;
3990
+ };
3991
+ /**
3992
+ * Get CreateProjectResponse (schema generation only)
3993
+ * @description Internal endpoint used only to ensure CreateProjectResponse schema is generated in OpenAPI spec
3994
+ */
3995
+ get: {
3996
+ parameters: {
3997
+ query?: never;
3998
+ header?: never;
3999
+ path?: never;
4000
+ cookie?: never;
4001
+ };
4002
+ requestBody?: never;
4003
+ responses: {
4004
+ /** @description OK */
4005
+ 200: {
4006
+ headers: {
4007
+ [name: string]: unknown;
4008
+ };
4009
+ content: {
4010
+ "application/json": components["schemas"]["api.CreateProjectResponse"];
4011
+ };
4012
+ };
4013
+ };
4014
+ };
4015
+ put?: never;
4016
+ post?: never;
4017
+ delete?: never;
4018
+ options?: never;
4019
+ head?: never;
4020
+ patch?: never;
4021
+ trace?: never;
4022
+ };
4023
+ "/internal/createprojectsuccessresponse": {
4024
+ parameters: {
4025
+ query?: never;
4026
+ header?: never;
4027
+ path?: never;
4028
+ cookie?: never;
4029
+ };
4030
+ /**
4031
+ * Get CreateProjectSuccessResponse (schema generation only)
4032
+ * @description Internal endpoint used only to ensure CreateProjectSuccessResponse schema is generated in OpenAPI spec
4033
+ */
4034
+ get: {
4035
+ parameters: {
4036
+ query?: never;
4037
+ header?: never;
4038
+ path?: never;
4039
+ cookie?: never;
4040
+ };
4041
+ requestBody?: never;
4042
+ responses: {
4043
+ /** @description OK */
4044
+ 200: {
4045
+ headers: {
4046
+ [name: string]: unknown;
4047
+ };
4048
+ content: {
4049
+ "application/json": components["schemas"]["api.CreateProjectSuccessResponse"];
4050
+ };
4051
+ };
4052
+ };
4053
+ };
4054
+ put?: never;
4055
+ post?: never;
4056
+ delete?: never;
4057
+ options?: never;
4058
+ head?: never;
4059
+ patch?: never;
4060
+ trace?: never;
4061
+ };
3828
4062
  "/internal/createvideowallerrorresponse": {
3829
4063
  parameters: {
3830
4064
  query?: never;
@@ -5073,6 +5307,201 @@ export interface paths {
5073
5307
  patch?: never;
5074
5308
  trace?: never;
5075
5309
  };
5310
+ "/internal/deleteprojecterrorresponse": {
5311
+ parameters: {
5312
+ query?: never;
5313
+ header?: never;
5314
+ path?: never;
5315
+ cookie?: never;
5316
+ };
5317
+ /**
5318
+ * Get DeleteProjectErrorResponse (schema generation only)
5319
+ * @description Internal endpoint used only to ensure DeleteProjectErrorResponse schema is generated in OpenAPI spec
5320
+ */
5321
+ get: {
5322
+ parameters: {
5323
+ query?: never;
5324
+ header?: never;
5325
+ path?: never;
5326
+ cookie?: never;
5327
+ };
5328
+ requestBody?: never;
5329
+ responses: {
5330
+ /** @description OK */
5331
+ 200: {
5332
+ headers: {
5333
+ [name: string]: unknown;
5334
+ };
5335
+ content: {
5336
+ "application/json": components["schemas"]["api.DeleteProjectErrorResponse"];
5337
+ };
5338
+ };
5339
+ };
5340
+ };
5341
+ put?: never;
5342
+ post?: never;
5343
+ delete?: never;
5344
+ options?: never;
5345
+ head?: never;
5346
+ patch?: never;
5347
+ trace?: never;
5348
+ };
5349
+ "/internal/deleteprojectinput": {
5350
+ parameters: {
5351
+ query?: never;
5352
+ header?: never;
5353
+ path?: never;
5354
+ cookie?: never;
5355
+ };
5356
+ /**
5357
+ * Get DeleteProjectInput (schema generation only)
5358
+ * @description Internal endpoint used only to ensure DeleteProjectInput schema is generated in OpenAPI spec
5359
+ */
5360
+ get: {
5361
+ parameters: {
5362
+ query?: never;
5363
+ header?: never;
5364
+ path?: never;
5365
+ cookie?: never;
5366
+ };
5367
+ requestBody?: never;
5368
+ responses: {
5369
+ /** @description OK */
5370
+ 200: {
5371
+ headers: {
5372
+ [name: string]: unknown;
5373
+ };
5374
+ content: {
5375
+ "application/json": components["schemas"]["models.DeleteProjectInput"];
5376
+ };
5377
+ };
5378
+ };
5379
+ };
5380
+ put?: never;
5381
+ post?: never;
5382
+ delete?: never;
5383
+ options?: never;
5384
+ head?: never;
5385
+ patch?: never;
5386
+ trace?: never;
5387
+ };
5388
+ "/internal/deleteprojectoutput": {
5389
+ parameters: {
5390
+ query?: never;
5391
+ header?: never;
5392
+ path?: never;
5393
+ cookie?: never;
5394
+ };
5395
+ /**
5396
+ * Get DeleteProjectOutput (schema generation only)
5397
+ * @description Internal endpoint used only to ensure DeleteProjectOutput schema is generated in OpenAPI spec
5398
+ */
5399
+ get: {
5400
+ parameters: {
5401
+ query?: never;
5402
+ header?: never;
5403
+ path?: never;
5404
+ cookie?: never;
5405
+ };
5406
+ requestBody?: never;
5407
+ responses: {
5408
+ /** @description OK */
5409
+ 200: {
5410
+ headers: {
5411
+ [name: string]: unknown;
5412
+ };
5413
+ content: {
5414
+ "application/json": components["schemas"]["models.DeleteProjectOutput"];
5415
+ };
5416
+ };
5417
+ };
5418
+ };
5419
+ put?: never;
5420
+ post?: never;
5421
+ delete?: never;
5422
+ options?: never;
5423
+ head?: never;
5424
+ patch?: never;
5425
+ trace?: never;
5426
+ };
5427
+ "/internal/deleteprojectresponse": {
5428
+ parameters: {
5429
+ query?: never;
5430
+ header?: never;
5431
+ path?: never;
5432
+ cookie?: never;
5433
+ };
5434
+ /**
5435
+ * Get DeleteProjectResponse (schema generation only)
5436
+ * @description Internal endpoint used only to ensure DeleteProjectResponse schema is generated in OpenAPI spec
5437
+ */
5438
+ get: {
5439
+ parameters: {
5440
+ query?: never;
5441
+ header?: never;
5442
+ path?: never;
5443
+ cookie?: never;
5444
+ };
5445
+ requestBody?: never;
5446
+ responses: {
5447
+ /** @description OK */
5448
+ 200: {
5449
+ headers: {
5450
+ [name: string]: unknown;
5451
+ };
5452
+ content: {
5453
+ "application/json": components["schemas"]["api.DeleteProjectResponse"];
5454
+ };
5455
+ };
5456
+ };
5457
+ };
5458
+ put?: never;
5459
+ post?: never;
5460
+ delete?: never;
5461
+ options?: never;
5462
+ head?: never;
5463
+ patch?: never;
5464
+ trace?: never;
5465
+ };
5466
+ "/internal/deleteprojectsuccessresponse": {
5467
+ parameters: {
5468
+ query?: never;
5469
+ header?: never;
5470
+ path?: never;
5471
+ cookie?: never;
5472
+ };
5473
+ /**
5474
+ * Get DeleteProjectSuccessResponse (schema generation only)
5475
+ * @description Internal endpoint used only to ensure DeleteProjectSuccessResponse schema is generated in OpenAPI spec
5476
+ */
5477
+ get: {
5478
+ parameters: {
5479
+ query?: never;
5480
+ header?: never;
5481
+ path?: never;
5482
+ cookie?: never;
5483
+ };
5484
+ requestBody?: never;
5485
+ responses: {
5486
+ /** @description OK */
5487
+ 200: {
5488
+ headers: {
5489
+ [name: string]: unknown;
5490
+ };
5491
+ content: {
5492
+ "application/json": components["schemas"]["api.DeleteProjectSuccessResponse"];
5493
+ };
5494
+ };
5495
+ };
5496
+ };
5497
+ put?: never;
5498
+ post?: never;
5499
+ delete?: never;
5500
+ options?: never;
5501
+ head?: never;
5502
+ patch?: never;
5503
+ trace?: never;
5504
+ };
5076
5505
  "/internal/deletestateerrorresponse": {
5077
5506
  parameters: {
5078
5507
  query?: never;
@@ -13029,6 +13458,84 @@ export interface paths {
13029
13458
  patch?: never;
13030
13459
  trace?: never;
13031
13460
  };
13461
+ "/internal/getprojectinput": {
13462
+ parameters: {
13463
+ query?: never;
13464
+ header?: never;
13465
+ path?: never;
13466
+ cookie?: never;
13467
+ };
13468
+ /**
13469
+ * Get GetProjectInput (schema generation only)
13470
+ * @description Internal endpoint used only to ensure GetProjectInput schema is generated in OpenAPI spec
13471
+ */
13472
+ get: {
13473
+ parameters: {
13474
+ query?: never;
13475
+ header?: never;
13476
+ path?: never;
13477
+ cookie?: never;
13478
+ };
13479
+ requestBody?: never;
13480
+ responses: {
13481
+ /** @description OK */
13482
+ 200: {
13483
+ headers: {
13484
+ [name: string]: unknown;
13485
+ };
13486
+ content: {
13487
+ "application/json": components["schemas"]["models.GetProjectInput"];
13488
+ };
13489
+ };
13490
+ };
13491
+ };
13492
+ put?: never;
13493
+ post?: never;
13494
+ delete?: never;
13495
+ options?: never;
13496
+ head?: never;
13497
+ patch?: never;
13498
+ trace?: never;
13499
+ };
13500
+ "/internal/getprojectoutput": {
13501
+ parameters: {
13502
+ query?: never;
13503
+ header?: never;
13504
+ path?: never;
13505
+ cookie?: never;
13506
+ };
13507
+ /**
13508
+ * Get GetProjectOutput (schema generation only)
13509
+ * @description Internal endpoint used only to ensure GetProjectOutput schema is generated in OpenAPI spec
13510
+ */
13511
+ get: {
13512
+ parameters: {
13513
+ query?: never;
13514
+ header?: never;
13515
+ path?: never;
13516
+ cookie?: never;
13517
+ };
13518
+ requestBody?: never;
13519
+ responses: {
13520
+ /** @description OK */
13521
+ 200: {
13522
+ headers: {
13523
+ [name: string]: unknown;
13524
+ };
13525
+ content: {
13526
+ "application/json": components["schemas"]["models.GetProjectOutput"];
13527
+ };
13528
+ };
13529
+ };
13530
+ };
13531
+ put?: never;
13532
+ post?: never;
13533
+ delete?: never;
13534
+ options?: never;
13535
+ head?: never;
13536
+ patch?: never;
13537
+ trace?: never;
13538
+ };
13032
13539
  "/internal/getprojectresponse": {
13033
13540
  parameters: {
13034
13541
  query?: never;
@@ -20790,6 +21297,45 @@ export interface paths {
20790
21297
  patch?: never;
20791
21298
  trace?: never;
20792
21299
  };
21300
+ "/internal/projectupdate": {
21301
+ parameters: {
21302
+ query?: never;
21303
+ header?: never;
21304
+ path?: never;
21305
+ cookie?: never;
21306
+ };
21307
+ /**
21308
+ * Get ProjectUpdate (schema generation only)
21309
+ * @description Internal endpoint used only to ensure ProjectUpdate schema is generated in OpenAPI spec
21310
+ */
21311
+ get: {
21312
+ parameters: {
21313
+ query?: never;
21314
+ header?: never;
21315
+ path?: never;
21316
+ cookie?: never;
21317
+ };
21318
+ requestBody?: never;
21319
+ responses: {
21320
+ /** @description OK */
21321
+ 200: {
21322
+ headers: {
21323
+ [name: string]: unknown;
21324
+ };
21325
+ content: {
21326
+ "application/json": components["schemas"]["models.ProjectUpdate"];
21327
+ };
21328
+ };
21329
+ };
21330
+ };
21331
+ put?: never;
21332
+ post?: never;
21333
+ delete?: never;
21334
+ options?: never;
21335
+ head?: never;
21336
+ patch?: never;
21337
+ trace?: never;
21338
+ };
20793
21339
  "/internal/publishfileerrorresponse": {
20794
21340
  parameters: {
20795
21341
  query?: never;
@@ -26250,6 +26796,240 @@ export interface paths {
26250
26796
  patch?: never;
26251
26797
  trace?: never;
26252
26798
  };
26799
+ "/internal/updateprojecterrorresponse": {
26800
+ parameters: {
26801
+ query?: never;
26802
+ header?: never;
26803
+ path?: never;
26804
+ cookie?: never;
26805
+ };
26806
+ /**
26807
+ * Get UpdateProjectErrorResponse (schema generation only)
26808
+ * @description Internal endpoint used only to ensure UpdateProjectErrorResponse schema is generated in OpenAPI spec
26809
+ */
26810
+ get: {
26811
+ parameters: {
26812
+ query?: never;
26813
+ header?: never;
26814
+ path?: never;
26815
+ cookie?: never;
26816
+ };
26817
+ requestBody?: never;
26818
+ responses: {
26819
+ /** @description OK */
26820
+ 200: {
26821
+ headers: {
26822
+ [name: string]: unknown;
26823
+ };
26824
+ content: {
26825
+ "application/json": components["schemas"]["api.UpdateProjectErrorResponse"];
26826
+ };
26827
+ };
26828
+ };
26829
+ };
26830
+ put?: never;
26831
+ post?: never;
26832
+ delete?: never;
26833
+ options?: never;
26834
+ head?: never;
26835
+ patch?: never;
26836
+ trace?: never;
26837
+ };
26838
+ "/internal/updateprojectinput": {
26839
+ parameters: {
26840
+ query?: never;
26841
+ header?: never;
26842
+ path?: never;
26843
+ cookie?: never;
26844
+ };
26845
+ /**
26846
+ * Get UpdateProjectInput (schema generation only)
26847
+ * @description Internal endpoint used only to ensure UpdateProjectInput schema is generated in OpenAPI spec
26848
+ */
26849
+ get: {
26850
+ parameters: {
26851
+ query?: never;
26852
+ header?: never;
26853
+ path?: never;
26854
+ cookie?: never;
26855
+ };
26856
+ requestBody?: never;
26857
+ responses: {
26858
+ /** @description OK */
26859
+ 200: {
26860
+ headers: {
26861
+ [name: string]: unknown;
26862
+ };
26863
+ content: {
26864
+ "application/json": components["schemas"]["models.UpdateProjectInput"];
26865
+ };
26866
+ };
26867
+ };
26868
+ };
26869
+ put?: never;
26870
+ post?: never;
26871
+ delete?: never;
26872
+ options?: never;
26873
+ head?: never;
26874
+ patch?: never;
26875
+ trace?: never;
26876
+ };
26877
+ "/internal/updateprojectoutput": {
26878
+ parameters: {
26879
+ query?: never;
26880
+ header?: never;
26881
+ path?: never;
26882
+ cookie?: never;
26883
+ };
26884
+ /**
26885
+ * Get UpdateProjectOutput (schema generation only)
26886
+ * @description Internal endpoint used only to ensure UpdateProjectOutput schema is generated in OpenAPI spec
26887
+ */
26888
+ get: {
26889
+ parameters: {
26890
+ query?: never;
26891
+ header?: never;
26892
+ path?: never;
26893
+ cookie?: never;
26894
+ };
26895
+ requestBody?: never;
26896
+ responses: {
26897
+ /** @description OK */
26898
+ 200: {
26899
+ headers: {
26900
+ [name: string]: unknown;
26901
+ };
26902
+ content: {
26903
+ "application/json": components["schemas"]["models.UpdateProjectOutput"];
26904
+ };
26905
+ };
26906
+ };
26907
+ };
26908
+ put?: never;
26909
+ post?: never;
26910
+ delete?: never;
26911
+ options?: never;
26912
+ head?: never;
26913
+ patch?: never;
26914
+ trace?: never;
26915
+ };
26916
+ "/internal/updateprojectrequest": {
26917
+ parameters: {
26918
+ query?: never;
26919
+ header?: never;
26920
+ path?: never;
26921
+ cookie?: never;
26922
+ };
26923
+ /**
26924
+ * Get UpdateProjectRequest (schema generation only)
26925
+ * @description Internal endpoint used only to ensure UpdateProjectRequest schema is generated in OpenAPI spec
26926
+ */
26927
+ get: {
26928
+ parameters: {
26929
+ query?: never;
26930
+ header?: never;
26931
+ path?: never;
26932
+ cookie?: never;
26933
+ };
26934
+ requestBody?: never;
26935
+ responses: {
26936
+ /** @description OK */
26937
+ 200: {
26938
+ headers: {
26939
+ [name: string]: unknown;
26940
+ };
26941
+ content: {
26942
+ "application/json": components["schemas"]["api.UpdateProjectRequest"];
26943
+ };
26944
+ };
26945
+ };
26946
+ };
26947
+ put?: never;
26948
+ post?: never;
26949
+ delete?: never;
26950
+ options?: never;
26951
+ head?: never;
26952
+ patch?: never;
26953
+ trace?: never;
26954
+ };
26955
+ "/internal/updateprojectresponse": {
26956
+ parameters: {
26957
+ query?: never;
26958
+ header?: never;
26959
+ path?: never;
26960
+ cookie?: never;
26961
+ };
26962
+ /**
26963
+ * Get UpdateProjectResponse (schema generation only)
26964
+ * @description Internal endpoint used only to ensure UpdateProjectResponse schema is generated in OpenAPI spec
26965
+ */
26966
+ get: {
26967
+ parameters: {
26968
+ query?: never;
26969
+ header?: never;
26970
+ path?: never;
26971
+ cookie?: never;
26972
+ };
26973
+ requestBody?: never;
26974
+ responses: {
26975
+ /** @description OK */
26976
+ 200: {
26977
+ headers: {
26978
+ [name: string]: unknown;
26979
+ };
26980
+ content: {
26981
+ "application/json": components["schemas"]["api.UpdateProjectResponse"];
26982
+ };
26983
+ };
26984
+ };
26985
+ };
26986
+ put?: never;
26987
+ post?: never;
26988
+ delete?: never;
26989
+ options?: never;
26990
+ head?: never;
26991
+ patch?: never;
26992
+ trace?: never;
26993
+ };
26994
+ "/internal/updateprojectsuccessresponse": {
26995
+ parameters: {
26996
+ query?: never;
26997
+ header?: never;
26998
+ path?: never;
26999
+ cookie?: never;
27000
+ };
27001
+ /**
27002
+ * Get UpdateProjectSuccessResponse (schema generation only)
27003
+ * @description Internal endpoint used only to ensure UpdateProjectSuccessResponse schema is generated in OpenAPI spec
27004
+ */
27005
+ get: {
27006
+ parameters: {
27007
+ query?: never;
27008
+ header?: never;
27009
+ path?: never;
27010
+ cookie?: never;
27011
+ };
27012
+ requestBody?: never;
27013
+ responses: {
27014
+ /** @description OK */
27015
+ 200: {
27016
+ headers: {
27017
+ [name: string]: unknown;
27018
+ };
27019
+ content: {
27020
+ "application/json": components["schemas"]["api.UpdateProjectSuccessResponse"];
27021
+ };
27022
+ };
27023
+ };
27024
+ };
27025
+ put?: never;
27026
+ post?: never;
27027
+ delete?: never;
27028
+ options?: never;
27029
+ head?: never;
27030
+ patch?: never;
27031
+ trace?: never;
27032
+ };
26253
27033
  "/internal/updateuserprofileerrorresponse": {
26254
27034
  parameters: {
26255
27035
  query?: never;
@@ -29049,6 +29829,37 @@ export interface components {
29049
29829
  /** @description Additional metadata about the response, such as timestamps and request IDs */
29050
29830
  metadata?: components["schemas"]["api.Metadata"];
29051
29831
  };
29832
+ "api.CreateProjectErrorResponse": {
29833
+ /** @description Application-specific error code */
29834
+ applicationStatusCode?: string;
29835
+ /** @description Entity-specific error code */
29836
+ entityStatusCode?: string;
29837
+ /** @description HTTP status code for the error */
29838
+ httpStatusCode?: number;
29839
+ /** @description Error message describing the issue */
29840
+ message?: string;
29841
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
29842
+ metadata?: components["schemas"]["api.Metadata"];
29843
+ };
29844
+ "api.CreateProjectRequest": {
29845
+ project?: components["schemas"]["models.Project"];
29846
+ };
29847
+ "api.CreateProjectResponse": {
29848
+ project?: components["schemas"]["models.Project"];
29849
+ };
29850
+ "api.CreateProjectSuccessResponse": {
29851
+ /** @description Application-specific status code */
29852
+ applicationStatusCode?: string;
29853
+ data?: components["schemas"]["api.CreateProjectResponse"];
29854
+ /** @description Entity-specific status code */
29855
+ entityStatusCode?: string;
29856
+ /** @description HTTP status code for the response */
29857
+ httpStatusCode?: number;
29858
+ /** @description Success message describing the operation */
29859
+ message?: string;
29860
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
29861
+ metadata?: components["schemas"]["api.Metadata"];
29862
+ };
29052
29863
  "api.CreateVideowallErrorResponse": {
29053
29864
  /** @description Application-specific error code */
29054
29865
  applicationStatusCode?: string;
@@ -29224,6 +30035,34 @@ export interface components {
29224
30035
  /** @description Additional metadata about the response, such as timestamps and request IDs */
29225
30036
  metadata?: components["schemas"]["api.Metadata"];
29226
30037
  };
30038
+ "api.DeleteProjectErrorResponse": {
30039
+ /** @description Application-specific error code */
30040
+ applicationStatusCode?: string;
30041
+ /** @description Entity-specific error code */
30042
+ entityStatusCode?: string;
30043
+ /** @description HTTP status code for the error */
30044
+ httpStatusCode?: number;
30045
+ /** @description Error message describing the issue */
30046
+ message?: string;
30047
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
30048
+ metadata?: components["schemas"]["api.Metadata"];
30049
+ };
30050
+ "api.DeleteProjectResponse": {
30051
+ project?: components["schemas"]["models.Project"];
30052
+ };
30053
+ "api.DeleteProjectSuccessResponse": {
30054
+ /** @description Application-specific status code */
30055
+ applicationStatusCode?: string;
30056
+ data?: components["schemas"]["api.DeleteProjectResponse"];
30057
+ /** @description Entity-specific status code */
30058
+ entityStatusCode?: string;
30059
+ /** @description HTTP status code for the response */
30060
+ httpStatusCode?: number;
30061
+ /** @description Success message describing the operation */
30062
+ message?: string;
30063
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
30064
+ metadata?: components["schemas"]["api.Metadata"];
30065
+ };
29227
30066
  "api.DeleteStateErrorResponse": {
29228
30067
  /** @description Application-specific error code */
29229
30068
  applicationStatusCode?: string;
@@ -32304,6 +33143,37 @@ export interface components {
32304
33143
  /** @description Additional metadata about the response, such as timestamps and request IDs */
32305
33144
  metadata?: components["schemas"]["api.Metadata"];
32306
33145
  };
33146
+ "api.UpdateProjectErrorResponse": {
33147
+ /** @description Application-specific error code */
33148
+ applicationStatusCode?: string;
33149
+ /** @description Entity-specific error code */
33150
+ entityStatusCode?: string;
33151
+ /** @description HTTP status code for the error */
33152
+ httpStatusCode?: number;
33153
+ /** @description Error message describing the issue */
33154
+ message?: string;
33155
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
33156
+ metadata?: components["schemas"]["api.Metadata"];
33157
+ };
33158
+ "api.UpdateProjectRequest": {
33159
+ project?: components["schemas"]["models.ProjectUpdate"];
33160
+ };
33161
+ "api.UpdateProjectResponse": {
33162
+ project?: components["schemas"]["models.Project"];
33163
+ };
33164
+ "api.UpdateProjectSuccessResponse": {
33165
+ /** @description Application-specific status code */
33166
+ applicationStatusCode?: string;
33167
+ data?: components["schemas"]["api.UpdateProjectResponse"];
33168
+ /** @description Entity-specific status code */
33169
+ entityStatusCode?: string;
33170
+ /** @description HTTP status code for the response */
33171
+ httpStatusCode?: number;
33172
+ /** @description Success message describing the operation */
33173
+ message?: string;
33174
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
33175
+ metadata?: components["schemas"]["api.Metadata"];
33176
+ };
32307
33177
  "api.UpdateUserProfileErrorResponse": {
32308
33178
  /** @description Application-specific error code */
32309
33179
  applicationStatusCode?: string;
@@ -33359,6 +34229,13 @@ export interface components {
33359
34229
  "models.CreateOrganisationOutput": {
33360
34230
  organisation?: components["schemas"]["models.Organisation"];
33361
34231
  };
34232
+ "models.CreateProjectInput": {
34233
+ project?: components["schemas"]["models.Project"];
34234
+ user?: components["schemas"]["models.User"];
34235
+ };
34236
+ "models.CreateProjectOutput": {
34237
+ project?: components["schemas"]["models.Project"];
34238
+ };
33362
34239
  "models.CreateVideowallInput": {
33363
34240
  user?: components["schemas"]["models.User"];
33364
34241
  videowall?: components["schemas"]["models.Videowall"];
@@ -33455,6 +34332,13 @@ export interface components {
33455
34332
  user_id?: string;
33456
34333
  };
33457
34334
  "models.DeleteCaseShareOutput": Record<string, never>;
34335
+ "models.DeleteProjectInput": {
34336
+ projectId?: string;
34337
+ user?: components["schemas"]["models.User"];
34338
+ };
34339
+ "models.DeleteProjectOutput": {
34340
+ project?: components["schemas"]["models.Project"];
34341
+ };
33458
34342
  "models.DeleteVideowallInput": {
33459
34343
  user?: components["schemas"]["models.User"];
33460
34344
  videowall_id?: string;
@@ -34020,7 +34904,15 @@ export interface components {
34020
34904
  "models.GetOrganisationsOutput": {
34021
34905
  organisations?: components["schemas"]["models.Organisation"][];
34022
34906
  };
34907
+ "models.GetProjectInput": {
34908
+ projectId?: string;
34909
+ user?: components["schemas"]["models.User"];
34910
+ };
34911
+ "models.GetProjectOutput": {
34912
+ project?: components["schemas"]["models.Project"];
34913
+ };
34023
34914
  "models.GetProjectsInput": {
34915
+ includeInactive?: boolean;
34024
34916
  user?: components["schemas"]["models.User"];
34025
34917
  };
34026
34918
  "models.GetProjectsOutput": {
@@ -35167,6 +36059,12 @@ export interface components {
35167
36059
  organisationId?: string;
35168
36060
  slug?: string;
35169
36061
  };
36062
+ "models.ProjectUpdate": {
36063
+ description?: string;
36064
+ isActive?: boolean;
36065
+ name?: string;
36066
+ slug?: string;
36067
+ };
35170
36068
  "models.Pushbullet": {
35171
36069
  apikey?: string;
35172
36070
  enabled?: boolean;
@@ -35874,6 +36772,14 @@ export interface components {
35874
36772
  "models.UpdateOrganisationOutput": {
35875
36773
  organisation?: components["schemas"]["models.Organisation"];
35876
36774
  };
36775
+ "models.UpdateProjectInput": {
36776
+ project?: components["schemas"]["models.ProjectUpdate"];
36777
+ projectId?: string;
36778
+ user?: components["schemas"]["models.User"];
36779
+ };
36780
+ "models.UpdateProjectOutput": {
36781
+ project?: components["schemas"]["models.Project"];
36782
+ };
35877
36783
  "models.UpdateVideowallInput": {
35878
36784
  user?: components["schemas"]["models.User"];
35879
36785
  videowall?: components["schemas"]["models.Videowall"];
@@ -36716,6 +37622,8 @@ export declare namespace models {
36716
37622
  type CreateCaseShareOutput = components['schemas']['models.CreateCaseShareOutput'];
36717
37623
  type CreateOrganisationInput = components['schemas']['models.CreateOrganisationInput'];
36718
37624
  type CreateOrganisationOutput = components['schemas']['models.CreateOrganisationOutput'];
37625
+ type CreateProjectInput = components['schemas']['models.CreateProjectInput'];
37626
+ type CreateProjectOutput = components['schemas']['models.CreateProjectOutput'];
36719
37627
  type CreateVideowallInput = components['schemas']['models.CreateVideowallInput'];
36720
37628
  type CreateVideowallOutput = components['schemas']['models.CreateVideowallOutput'];
36721
37629
  type CreateWorkflowInput = components['schemas']['models.CreateWorkflowInput'];
@@ -36727,6 +37635,8 @@ export declare namespace models {
36727
37635
  type DateRangeSchedule = components['schemas']['models.DateRangeSchedule'];
36728
37636
  type DayTimeRange = components['schemas']['models.DayTimeRange'];
36729
37637
  type DeleteCaseShareInput = components['schemas']['models.DeleteCaseShareInput'];
37638
+ type DeleteProjectInput = components['schemas']['models.DeleteProjectInput'];
37639
+ type DeleteProjectOutput = components['schemas']['models.DeleteProjectOutput'];
36730
37640
  type DeleteVideowallInput = components['schemas']['models.DeleteVideowallInput'];
36731
37641
  type DeleteWorkflowInput = components['schemas']['models.DeleteWorkflowInput'];
36732
37642
  type DeleteWorkflowStageInput = components['schemas']['models.DeleteWorkflowStageInput'];
@@ -36775,6 +37685,8 @@ export declare namespace models {
36775
37685
  type GetOrganisationOutput = components['schemas']['models.GetOrganisationOutput'];
36776
37686
  type GetOrganisationsInput = components['schemas']['models.GetOrganisationsInput'];
36777
37687
  type GetOrganisationsOutput = components['schemas']['models.GetOrganisationsOutput'];
37688
+ type GetProjectInput = components['schemas']['models.GetProjectInput'];
37689
+ type GetProjectOutput = components['schemas']['models.GetProjectOutput'];
36778
37690
  type GetProjectsInput = components['schemas']['models.GetProjectsInput'];
36779
37691
  type GetProjectsOutput = components['schemas']['models.GetProjectsOutput'];
36780
37692
  type GetVideowallInput = components['schemas']['models.GetVideowallInput'];
@@ -36861,6 +37773,7 @@ export declare namespace models {
36861
37773
  type Point = components['schemas']['models.Point'];
36862
37774
  type ProfileSettings = components['schemas']['models.ProfileSettings'];
36863
37775
  type Project = components['schemas']['models.Project'];
37776
+ type ProjectUpdate = components['schemas']['models.ProjectUpdate'];
36864
37777
  type Pushbullet = components['schemas']['models.Pushbullet'];
36865
37778
  type Pushover = components['schemas']['models.Pushover'];
36866
37779
  type Region = components['schemas']['models.Region'];
@@ -36914,6 +37827,8 @@ export declare namespace models {
36914
37827
  type UpdateCaseShareOTPInput = components['schemas']['models.UpdateCaseShareOTPInput'];
36915
37828
  type UpdateOrganisationInput = components['schemas']['models.UpdateOrganisationInput'];
36916
37829
  type UpdateOrganisationOutput = components['schemas']['models.UpdateOrganisationOutput'];
37830
+ type UpdateProjectInput = components['schemas']['models.UpdateProjectInput'];
37831
+ type UpdateProjectOutput = components['schemas']['models.UpdateProjectOutput'];
36917
37832
  type UpdateVideowallInput = components['schemas']['models.UpdateVideowallInput'];
36918
37833
  type UpdateVideowallOutput = components['schemas']['models.UpdateVideowallOutput'];
36919
37834
  type UpdateWorkflowInput = components['schemas']['models.UpdateWorkflowInput'];
@@ -36991,6 +37906,10 @@ export declare namespace api {
36991
37906
  type CreateOrganisationRequest = components['schemas']['api.CreateOrganisationRequest'];
36992
37907
  type CreateOrganisationResponse = components['schemas']['api.CreateOrganisationResponse'];
36993
37908
  type CreateOrganisationSuccessResponse = components['schemas']['api.CreateOrganisationSuccessResponse'];
37909
+ type CreateProjectErrorResponse = components['schemas']['api.CreateProjectErrorResponse'];
37910
+ type CreateProjectRequest = components['schemas']['api.CreateProjectRequest'];
37911
+ type CreateProjectResponse = components['schemas']['api.CreateProjectResponse'];
37912
+ type CreateProjectSuccessResponse = components['schemas']['api.CreateProjectSuccessResponse'];
36994
37913
  type CreateVideowallErrorResponse = components['schemas']['api.CreateVideowallErrorResponse'];
36995
37914
  type CreateVideowallRequest = components['schemas']['api.CreateVideowallRequest'];
36996
37915
  type CreateVideowallResponse = components['schemas']['api.CreateVideowallResponse'];
@@ -37009,6 +37928,9 @@ export declare namespace api {
37009
37928
  type DeleteDetectionRunErrorResponse = components['schemas']['api.DeleteDetectionRunErrorResponse'];
37010
37929
  type DeleteDetectionRunResponse = components['schemas']['api.DeleteDetectionRunResponse'];
37011
37930
  type DeleteDetectionRunSuccessResponse = components['schemas']['api.DeleteDetectionRunSuccessResponse'];
37931
+ type DeleteProjectErrorResponse = components['schemas']['api.DeleteProjectErrorResponse'];
37932
+ type DeleteProjectResponse = components['schemas']['api.DeleteProjectResponse'];
37933
+ type DeleteProjectSuccessResponse = components['schemas']['api.DeleteProjectSuccessResponse'];
37012
37934
  type DeleteStateErrorResponse = components['schemas']['api.DeleteStateErrorResponse'];
37013
37935
  type DeleteStateSuccessResponse = components['schemas']['api.DeleteStateSuccessResponse'];
37014
37936
  type DeleteTaskCommentErrorResponse = components['schemas']['api.DeleteTaskCommentErrorResponse'];
@@ -37342,6 +38264,10 @@ export declare namespace api {
37342
38264
  type UpdateOrganisationRequest = components['schemas']['api.UpdateOrganisationRequest'];
37343
38265
  type UpdateOrganisationResponse = components['schemas']['api.UpdateOrganisationResponse'];
37344
38266
  type UpdateOrganisationSuccessResponse = components['schemas']['api.UpdateOrganisationSuccessResponse'];
38267
+ type UpdateProjectErrorResponse = components['schemas']['api.UpdateProjectErrorResponse'];
38268
+ type UpdateProjectRequest = components['schemas']['api.UpdateProjectRequest'];
38269
+ type UpdateProjectResponse = components['schemas']['api.UpdateProjectResponse'];
38270
+ type UpdateProjectSuccessResponse = components['schemas']['api.UpdateProjectSuccessResponse'];
37345
38271
  type UpdateUserProfileErrorResponse = components['schemas']['api.UpdateUserProfileErrorResponse'];
37346
38272
  type UpdateUserProfileResponse = components['schemas']['api.UpdateUserProfileResponse'];
37347
38273
  type UpdateUserProfileSuccessResponse = components['schemas']['api.UpdateUserProfileSuccessResponse'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.7.16",
3
+ "version": "1.7.17",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",