@uug-ai/models 1.2.26 → 1.2.28

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 +193 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -4332,6 +4332,84 @@ export interface paths {
4332
4332
  patch?: never;
4333
4333
  trace?: never;
4334
4334
  };
4335
+ "/internal/getsinglesignondomainserrorresponse": {
4336
+ parameters: {
4337
+ query?: never;
4338
+ header?: never;
4339
+ path?: never;
4340
+ cookie?: never;
4341
+ };
4342
+ /**
4343
+ * Get GetSingleSignOnDomainsErrorResponse (schema generation only)
4344
+ * @description Internal endpoint used only to ensure GetSingleSignOnDomainsErrorResponse schema is generated in OpenAPI spec
4345
+ */
4346
+ get: {
4347
+ parameters: {
4348
+ query?: never;
4349
+ header?: never;
4350
+ path?: never;
4351
+ cookie?: never;
4352
+ };
4353
+ requestBody?: never;
4354
+ responses: {
4355
+ /** @description OK */
4356
+ 200: {
4357
+ headers: {
4358
+ [name: string]: unknown;
4359
+ };
4360
+ content: {
4361
+ "application/json": components["schemas"]["api.GetSingleSignOnDomainsErrorResponse"];
4362
+ };
4363
+ };
4364
+ };
4365
+ };
4366
+ put?: never;
4367
+ post?: never;
4368
+ delete?: never;
4369
+ options?: never;
4370
+ head?: never;
4371
+ patch?: never;
4372
+ trace?: never;
4373
+ };
4374
+ "/internal/getsinglesignondomainssuccessresponse": {
4375
+ parameters: {
4376
+ query?: never;
4377
+ header?: never;
4378
+ path?: never;
4379
+ cookie?: never;
4380
+ };
4381
+ /**
4382
+ * Get GetSingleSignOnDomainsSuccessResponse (schema generation only)
4383
+ * @description Internal endpoint used only to ensure GetSingleSignOnDomainsSuccessResponse schema is generated in OpenAPI spec
4384
+ */
4385
+ get: {
4386
+ parameters: {
4387
+ query?: never;
4388
+ header?: never;
4389
+ path?: never;
4390
+ cookie?: never;
4391
+ };
4392
+ requestBody?: never;
4393
+ responses: {
4394
+ /** @description OK */
4395
+ 200: {
4396
+ headers: {
4397
+ [name: string]: unknown;
4398
+ };
4399
+ content: {
4400
+ "application/json": components["schemas"]["api.GetSingleSignOnDomainsSuccessResponse"];
4401
+ };
4402
+ };
4403
+ };
4404
+ };
4405
+ put?: never;
4406
+ post?: never;
4407
+ delete?: never;
4408
+ options?: never;
4409
+ head?: never;
4410
+ patch?: never;
4411
+ trace?: never;
4412
+ };
4335
4413
  "/internal/getsiteoptionserrorresponse": {
4336
4414
  parameters: {
4337
4415
  query?: never;
@@ -7491,6 +7569,84 @@ export interface paths {
7491
7569
  patch?: never;
7492
7570
  trace?: never;
7493
7571
  };
7572
+ "/internal/singlesignondomainsrequest": {
7573
+ parameters: {
7574
+ query?: never;
7575
+ header?: never;
7576
+ path?: never;
7577
+ cookie?: never;
7578
+ };
7579
+ /**
7580
+ * Get SingleSignOnDomainsRequest (schema generation only)
7581
+ * @description Internal endpoint used only to ensure SingleSignOnDomainsRequest schema is generated in OpenAPI spec
7582
+ */
7583
+ get: {
7584
+ parameters: {
7585
+ query?: never;
7586
+ header?: never;
7587
+ path?: never;
7588
+ cookie?: never;
7589
+ };
7590
+ requestBody?: never;
7591
+ responses: {
7592
+ /** @description OK */
7593
+ 200: {
7594
+ headers: {
7595
+ [name: string]: unknown;
7596
+ };
7597
+ content: {
7598
+ "application/json": components["schemas"]["api.SingleSignOnDomainsRequest"];
7599
+ };
7600
+ };
7601
+ };
7602
+ };
7603
+ put?: never;
7604
+ post?: never;
7605
+ delete?: never;
7606
+ options?: never;
7607
+ head?: never;
7608
+ patch?: never;
7609
+ trace?: never;
7610
+ };
7611
+ "/internal/singlesignondomainsresponse": {
7612
+ parameters: {
7613
+ query?: never;
7614
+ header?: never;
7615
+ path?: never;
7616
+ cookie?: never;
7617
+ };
7618
+ /**
7619
+ * Get SingleSignOnDomainsResponse (schema generation only)
7620
+ * @description Internal endpoint used only to ensure SingleSignOnDomainsResponse schema is generated in OpenAPI spec
7621
+ */
7622
+ get: {
7623
+ parameters: {
7624
+ query?: never;
7625
+ header?: never;
7626
+ path?: never;
7627
+ cookie?: never;
7628
+ };
7629
+ requestBody?: never;
7630
+ responses: {
7631
+ /** @description OK */
7632
+ 200: {
7633
+ headers: {
7634
+ [name: string]: unknown;
7635
+ };
7636
+ content: {
7637
+ "application/json": components["schemas"]["api.SingleSignOnDomainsResponse"];
7638
+ };
7639
+ };
7640
+ };
7641
+ };
7642
+ put?: never;
7643
+ post?: never;
7644
+ delete?: never;
7645
+ options?: never;
7646
+ head?: never;
7647
+ patch?: never;
7648
+ trace?: never;
7649
+ };
7494
7650
  "/internal/site": {
7495
7651
  parameters: {
7496
7652
  query?: never;
@@ -9827,6 +9983,31 @@ export interface components {
9827
9983
  /** @description Additional metadata about the response, such as timestamps and request IDs */
9828
9984
  metadata?: components["schemas"]["api.Metadata"];
9829
9985
  };
9986
+ "api.GetSingleSignOnDomainsErrorResponse": {
9987
+ /** @description Application-specific error code */
9988
+ applicationStatusCode?: string;
9989
+ /** @description Entity-specific error code */
9990
+ entityStatusCode?: string;
9991
+ /** @description HTTP status code for the error */
9992
+ httpStatusCode?: number;
9993
+ /** @description Error message describing the issue */
9994
+ message?: string;
9995
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
9996
+ metadata?: components["schemas"]["api.Metadata"];
9997
+ };
9998
+ "api.GetSingleSignOnDomainsSuccessResponse": {
9999
+ /** @description Application-specific status code */
10000
+ applicationStatusCode?: string;
10001
+ data?: components["schemas"]["api.SingleSignOnDomainsResponse"];
10002
+ /** @description Entity-specific status code */
10003
+ entityStatusCode?: string;
10004
+ /** @description HTTP status code for the response */
10005
+ httpStatusCode?: number;
10006
+ /** @description Success message describing the operation */
10007
+ message?: string;
10008
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
10009
+ metadata?: components["schemas"]["api.Metadata"];
10010
+ };
9830
10011
  "api.GetSiteOptionsErrorResponse": {
9831
10012
  /** @description Application-specific error code */
9832
10013
  applicationStatusCode?: string;
@@ -10086,6 +10267,10 @@ export interface components {
10086
10267
  metadata?: components["schemas"]["api.mediaMetadataPatch"];
10087
10268
  };
10088
10269
  "api.Metadata": {
10270
+ /** @description Name of the application */
10271
+ applicationName?: string;
10272
+ /** @description Version of the application */
10273
+ applicationVersion?: string;
10089
10274
  data?: {
10090
10275
  [key: string]: unknown;
10091
10276
  };
@@ -10166,6 +10351,11 @@ export interface components {
10166
10351
  /** @description Additional metadata about the response, such as timestamps and request IDs */
10167
10352
  metadata?: components["schemas"]["api.Metadata"];
10168
10353
  };
10354
+ "api.SingleSignOnDomainsRequest": Record<string, never>;
10355
+ "api.SingleSignOnDomainsResponse": {
10356
+ domains?: string[];
10357
+ force_sso_domains?: string[];
10358
+ };
10169
10359
  "api.SiteFilter": {
10170
10360
  name?: string;
10171
10361
  siteIds?: string[];
@@ -11916,6 +12106,8 @@ export declare namespace api {
11916
12106
  type GetMediaRequest = components['schemas']['api.GetMediaRequest'];
11917
12107
  type GetMediaResponse = components['schemas']['api.GetMediaResponse'];
11918
12108
  type GetMediaSuccessResponse = components['schemas']['api.GetMediaSuccessResponse'];
12109
+ type GetSingleSignOnDomainsErrorResponse = components['schemas']['api.GetSingleSignOnDomainsErrorResponse'];
12110
+ type GetSingleSignOnDomainsSuccessResponse = components['schemas']['api.GetSingleSignOnDomainsSuccessResponse'];
11919
12111
  type GetSiteOptionsErrorResponse = components['schemas']['api.GetSiteOptionsErrorResponse'];
11920
12112
  type GetSiteOptionsRequest = components['schemas']['api.GetSiteOptionsRequest'];
11921
12113
  type GetSiteOptionsResponse = components['schemas']['api.GetSiteOptionsResponse'];
@@ -11955,6 +12147,7 @@ export declare namespace api {
11955
12147
  type SaveFaceRedactionRequest = components['schemas']['api.SaveFaceRedactionRequest'];
11956
12148
  type SaveFaceRedactionResponse = components['schemas']['api.SaveFaceRedactionResponse'];
11957
12149
  type SaveFaceRedactionSuccessResponse = components['schemas']['api.SaveFaceRedactionSuccessResponse'];
12150
+ type SingleSignOnDomainsResponse = components['schemas']['api.SingleSignOnDomainsResponse'];
11958
12151
  type SiteFilter = components['schemas']['api.SiteFilter'];
11959
12152
  type SubmitFaceRedactionErrorResponse = components['schemas']['api.SubmitFaceRedactionErrorResponse'];
11960
12153
  type SubmitFaceRedactionRequest = components['schemas']['api.SubmitFaceRedactionRequest'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.2.26",
3
+ "version": "1.2.28",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",