@smartspace/api-client 0.1.0-pr.724.ee94c3f → 0.1.0-pr.726.2288f90

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.
@@ -6,8 +6,8 @@
6
6
  */
7
7
  import type { ModelModelDeployment } from './modelModelDeployment';
8
8
  import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
9
- import type { ModelIModelProperty } from './modelIModelProperty';
10
9
  import type { EnumsModelPublisher } from './enumsModelPublisher';
10
+ import type { ModelIModelProperty } from './modelIModelProperty';
11
11
  export interface ModelModel {
12
12
  /** @nullable */
13
13
  createdAt?: string | null;
@@ -18,7 +18,7 @@ export interface ModelModel {
18
18
  /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
19
19
  id: string;
20
20
  modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
+ modelPublisher?: EnumsModelPublisher;
21
22
  name: string;
22
23
  properties: ModelIModelProperty[];
23
- publisher?: EnumsModelPublisher;
24
24
  }
@@ -6,8 +6,8 @@
6
6
  */
7
7
  import type { EnumsModelDeploymentStatus } from './enumsModelDeploymentStatus';
8
8
  import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
9
- import type { ModelIModelProperty } from './modelIModelProperty';
10
9
  import type { EnumsModelPublisher } from './enumsModelPublisher';
10
+ import type { ModelIModelProperty } from './modelIModelProperty';
11
11
  export interface ModelModelSummary {
12
12
  /** @nullable */
13
13
  createdAt?: string | null;
@@ -18,9 +18,9 @@ export interface ModelModelSummary {
18
18
  /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
19
19
  id: string;
20
20
  modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
+ modelPublisher?: EnumsModelPublisher;
21
22
  name: string;
22
23
  properties: ModelIModelProperty[];
23
- publisher?: EnumsModelPublisher;
24
24
  /** @nullable */
25
25
  virtualMachineUrl?: string | null;
26
26
  }
@@ -416,16 +416,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
416
416
  VertexAi: "VertexAi";
417
417
  AzureFoundry: "AzureFoundry";
418
418
  }>>;
419
- name: zod.ZodString;
420
- properties: zod.ZodArray<zod.ZodObject<{
421
- name: zod.ZodString;
422
- type: zod.ZodEnum<{
423
- Boolean: "Boolean";
424
- Number: "Number";
425
- String: "String";
426
- }>;
427
- }, zod.core.$strip>>;
428
- publisher: zod.ZodOptional<zod.ZodEnum<{
419
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
429
420
  OpenAi: "OpenAi";
430
421
  HuggingFace: "HuggingFace";
431
422
  Cohere: "Cohere";
@@ -440,6 +431,15 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
440
431
  Qwen: "Qwen";
441
432
  Other: "Other";
442
433
  }>>;
434
+ name: zod.ZodString;
435
+ properties: zod.ZodArray<zod.ZodObject<{
436
+ name: zod.ZodString;
437
+ type: zod.ZodEnum<{
438
+ Boolean: "Boolean";
439
+ Number: "Number";
440
+ String: "String";
441
+ }>;
442
+ }, zod.core.$strip>>;
443
443
  virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
444
444
  }, zod.core.$strip>>;
445
445
  total: zod.ZodNumber;
@@ -512,16 +512,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
512
512
  VertexAi: "VertexAi";
513
513
  AzureFoundry: "AzureFoundry";
514
514
  }>>;
515
- name: zod.ZodString;
516
- properties: zod.ZodArray<zod.ZodObject<{
517
- name: zod.ZodString;
518
- type: zod.ZodEnum<{
519
- Boolean: "Boolean";
520
- Number: "Number";
521
- String: "String";
522
- }>;
523
- }, zod.core.$strip>>;
524
- publisher: zod.ZodOptional<zod.ZodEnum<{
515
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
525
516
  OpenAi: "OpenAi";
526
517
  HuggingFace: "HuggingFace";
527
518
  Cohere: "Cohere";
@@ -536,6 +527,15 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
536
527
  Qwen: "Qwen";
537
528
  Other: "Other";
538
529
  }>>;
530
+ name: zod.ZodString;
531
+ properties: zod.ZodArray<zod.ZodObject<{
532
+ name: zod.ZodString;
533
+ type: zod.ZodEnum<{
534
+ Boolean: "Boolean";
535
+ Number: "Number";
536
+ String: "String";
537
+ }>;
538
+ }, zod.core.$strip>>;
539
539
  }, zod.core.$strip>;
540
540
  /**
541
541
  * @summary Retrieve notifications for user login.
@@ -789,16 +789,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
789
789
  VertexAi: "VertexAi";
790
790
  AzureFoundry: "AzureFoundry";
791
791
  }>>;
792
- name: zod.ZodString;
793
- properties: zod.ZodArray<zod.ZodObject<{
794
- name: zod.ZodString;
795
- type: zod.ZodEnum<{
796
- Boolean: "Boolean";
797
- Number: "Number";
798
- String: "String";
799
- }>;
800
- }, zod.core.$strip>>;
801
- publisher: zod.ZodOptional<zod.ZodEnum<{
792
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
802
793
  OpenAi: "OpenAi";
803
794
  HuggingFace: "HuggingFace";
804
795
  Cohere: "Cohere";
@@ -813,6 +804,15 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
813
804
  Qwen: "Qwen";
814
805
  Other: "Other";
815
806
  }>>;
807
+ name: zod.ZodString;
808
+ properties: zod.ZodArray<zod.ZodObject<{
809
+ name: zod.ZodString;
810
+ type: zod.ZodEnum<{
811
+ Boolean: "Boolean";
812
+ Number: "Number";
813
+ String: "String";
814
+ }>;
815
+ }, zod.core.$strip>>;
816
816
  }, zod.core.$strip>;
817
817
  prePrompt: zod.ZodString;
818
818
  presencePenalty: zod.ZodNumber;
@@ -1040,16 +1040,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
1040
1040
  VertexAi: "VertexAi";
1041
1041
  AzureFoundry: "AzureFoundry";
1042
1042
  }>>;
1043
- name: zod.ZodString;
1044
- properties: zod.ZodArray<zod.ZodObject<{
1045
- name: zod.ZodString;
1046
- type: zod.ZodEnum<{
1047
- Boolean: "Boolean";
1048
- Number: "Number";
1049
- String: "String";
1050
- }>;
1051
- }, zod.core.$strip>>;
1052
- publisher: zod.ZodOptional<zod.ZodEnum<{
1043
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
1053
1044
  OpenAi: "OpenAi";
1054
1045
  HuggingFace: "HuggingFace";
1055
1046
  Cohere: "Cohere";
@@ -1064,6 +1055,15 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
1064
1055
  Qwen: "Qwen";
1065
1056
  Other: "Other";
1066
1057
  }>>;
1058
+ name: zod.ZodString;
1059
+ properties: zod.ZodArray<zod.ZodObject<{
1060
+ name: zod.ZodString;
1061
+ type: zod.ZodEnum<{
1062
+ Boolean: "Boolean";
1063
+ Number: "Number";
1064
+ String: "String";
1065
+ }>;
1066
+ }, zod.core.$strip>>;
1067
1067
  }, zod.core.$strip>;
1068
1068
  prePrompt: zod.ZodString;
1069
1069
  presencePenalty: zod.ZodNumber;
@@ -390,12 +390,12 @@ exports.modelsGetModelsResponse = zod_1.default.object({
390
390
  "displayName": zod_1.default.string(),
391
391
  "id": zod_1.default.string().regex(exports.modelsGetModelsResponseDataItemIdRegExp),
392
392
  "modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
393
+ "modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
393
394
  "name": zod_1.default.string(),
394
395
  "properties": zod_1.default.array(zod_1.default.object({
395
396
  "name": zod_1.default.string(),
396
397
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
397
398
  })),
398
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
399
399
  "virtualMachineUrl": zod_1.default.string().nullish()
400
400
  })),
401
401
  "total": zod_1.default.number()
@@ -444,12 +444,12 @@ exports.modelsGetModelResponse = zod_1.default.object({
444
444
  "displayName": zod_1.default.string(),
445
445
  "id": zod_1.default.string().regex(exports.modelsGetModelResponseIdRegExp),
446
446
  "modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
447
+ "modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
447
448
  "name": zod_1.default.string(),
448
449
  "properties": zod_1.default.array(zod_1.default.object({
449
450
  "name": zod_1.default.string(),
450
451
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
451
- })),
452
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
452
+ }))
453
453
  });
454
454
  /**
455
455
  * @summary Retrieve notifications for user login.
@@ -664,12 +664,12 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
664
664
  "displayName": zod_1.default.string(),
665
665
  "id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExp),
666
666
  "modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
667
+ "modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
667
668
  "name": zod_1.default.string(),
668
669
  "properties": zod_1.default.array(zod_1.default.object({
669
670
  "name": zod_1.default.string(),
670
671
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
671
- })),
672
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
672
+ }))
673
673
  }),
674
674
  "prePrompt": zod_1.default.string(),
675
675
  "presencePenalty": zod_1.default.number(),
@@ -858,12 +858,12 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
858
858
  "displayName": zod_1.default.string(),
859
859
  "id": zod_1.default.string().regex(exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExp),
860
860
  "modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
861
+ "modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
861
862
  "name": zod_1.default.string(),
862
863
  "properties": zod_1.default.array(zod_1.default.object({
863
864
  "name": zod_1.default.string(),
864
865
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
865
- })),
866
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
866
+ }))
867
867
  }),
868
868
  "prePrompt": zod_1.default.string(),
869
869
  "presencePenalty": zod_1.default.number(),
@@ -5,9 +5,11 @@
5
5
  * OpenAPI spec version: v1
6
6
  */
7
7
  import type { CreateModelDeployment } from './createModelDeployment';
8
+ import type { EnumsModelPublisher } from './enumsModelPublisher';
8
9
  export interface CreateModel {
9
10
  deployment?: CreateModelDeployment;
10
11
  /** @nullable */
11
12
  displayName?: string | null;
12
13
  name: string;
14
+ publisher?: EnumsModelPublisher;
13
15
  }
@@ -6,8 +6,8 @@
6
6
  */
7
7
  import type { ModelModelDeployment } from './modelModelDeployment';
8
8
  import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
9
- import type { ModelIModelProperty } from './modelIModelProperty';
10
9
  import type { EnumsModelPublisher } from './enumsModelPublisher';
10
+ import type { ModelIModelProperty } from './modelIModelProperty';
11
11
  export interface ModelModel {
12
12
  /** @nullable */
13
13
  createdAt?: string | null;
@@ -18,7 +18,7 @@ export interface ModelModel {
18
18
  /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
19
19
  id: string;
20
20
  modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
+ modelPublisher?: EnumsModelPublisher;
21
22
  name: string;
22
23
  properties: ModelIModelProperty[];
23
- publisher?: EnumsModelPublisher;
24
24
  }
@@ -6,8 +6,8 @@
6
6
  */
7
7
  import type { EnumsModelDeploymentStatus } from './enumsModelDeploymentStatus';
8
8
  import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
9
- import type { ModelIModelProperty } from './modelIModelProperty';
10
9
  import type { EnumsModelPublisher } from './enumsModelPublisher';
10
+ import type { ModelIModelProperty } from './modelIModelProperty';
11
11
  export interface ModelModelSummary {
12
12
  /** @nullable */
13
13
  createdAt?: string | null;
@@ -18,9 +18,9 @@ export interface ModelModelSummary {
18
18
  /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
19
19
  id: string;
20
20
  modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
+ modelPublisher?: EnumsModelPublisher;
21
22
  name: string;
22
23
  properties: ModelIModelProperty[];
23
- publisher?: EnumsModelPublisher;
24
24
  /** @nullable */
25
25
  virtualMachineUrl?: string | null;
26
26
  }
@@ -1931,16 +1931,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
1931
1931
  VertexAi: "VertexAi";
1932
1932
  AzureFoundry: "AzureFoundry";
1933
1933
  }>>;
1934
- name: zod.ZodString;
1935
- properties: zod.ZodArray<zod.ZodObject<{
1936
- name: zod.ZodString;
1937
- type: zod.ZodEnum<{
1938
- Boolean: "Boolean";
1939
- Number: "Number";
1940
- String: "String";
1941
- }>;
1942
- }, zod.core.$strip>>;
1943
- publisher: zod.ZodOptional<zod.ZodEnum<{
1934
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
1944
1935
  OpenAi: "OpenAi";
1945
1936
  HuggingFace: "HuggingFace";
1946
1937
  Cohere: "Cohere";
@@ -1955,6 +1946,15 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
1955
1946
  Qwen: "Qwen";
1956
1947
  Other: "Other";
1957
1948
  }>>;
1949
+ name: zod.ZodString;
1950
+ properties: zod.ZodArray<zod.ZodObject<{
1951
+ name: zod.ZodString;
1952
+ type: zod.ZodEnum<{
1953
+ Boolean: "Boolean";
1954
+ Number: "Number";
1955
+ String: "String";
1956
+ }>;
1957
+ }, zod.core.$strip>>;
1958
1958
  virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1959
1959
  }, zod.core.$strip>>;
1960
1960
  total: zod.ZodNumber;
@@ -1993,6 +1993,21 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
1993
1993
  }, zod.core.$strict>>;
1994
1994
  displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1995
1995
  name: zod.ZodString;
1996
+ publisher: zod.ZodOptional<zod.ZodEnum<{
1997
+ OpenAi: "OpenAi";
1998
+ HuggingFace: "HuggingFace";
1999
+ Cohere: "Cohere";
2000
+ Anthropic: "Anthropic";
2001
+ Google: "Google";
2002
+ Meta: "Meta";
2003
+ Mistral: "Mistral";
2004
+ Microsoft: "Microsoft";
2005
+ DeepSeek: "DeepSeek";
2006
+ XAi: "XAi";
2007
+ Amazon: "Amazon";
2008
+ Qwen: "Qwen";
2009
+ Other: "Other";
2010
+ }>>;
1996
2011
  }, zod.core.$strict>;
1997
2012
  /**
1998
2013
  * @summary Deletes a model with the specified ID.
@@ -2069,16 +2084,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2069
2084
  VertexAi: "VertexAi";
2070
2085
  AzureFoundry: "AzureFoundry";
2071
2086
  }>>;
2072
- name: zod.ZodString;
2073
- properties: zod.ZodArray<zod.ZodObject<{
2074
- name: zod.ZodString;
2075
- type: zod.ZodEnum<{
2076
- Boolean: "Boolean";
2077
- Number: "Number";
2078
- String: "String";
2079
- }>;
2080
- }, zod.core.$strip>>;
2081
- publisher: zod.ZodOptional<zod.ZodEnum<{
2087
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2082
2088
  OpenAi: "OpenAi";
2083
2089
  HuggingFace: "HuggingFace";
2084
2090
  Cohere: "Cohere";
@@ -2093,6 +2099,15 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2093
2099
  Qwen: "Qwen";
2094
2100
  Other: "Other";
2095
2101
  }>>;
2102
+ name: zod.ZodString;
2103
+ properties: zod.ZodArray<zod.ZodObject<{
2104
+ name: zod.ZodString;
2105
+ type: zod.ZodEnum<{
2106
+ Boolean: "Boolean";
2107
+ Number: "Number";
2108
+ String: "String";
2109
+ }>;
2110
+ }, zod.core.$strip>>;
2096
2111
  }, zod.core.$strip>;
2097
2112
  /**
2098
2113
  * @summary Updates or inserts a model with the specified ID.
@@ -2132,6 +2147,21 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2132
2147
  }, zod.core.$strict>>;
2133
2148
  displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2134
2149
  name: zod.ZodString;
2150
+ publisher: zod.ZodOptional<zod.ZodEnum<{
2151
+ OpenAi: "OpenAi";
2152
+ HuggingFace: "HuggingFace";
2153
+ Cohere: "Cohere";
2154
+ Anthropic: "Anthropic";
2155
+ Google: "Google";
2156
+ Meta: "Meta";
2157
+ Mistral: "Mistral";
2158
+ Microsoft: "Microsoft";
2159
+ DeepSeek: "DeepSeek";
2160
+ XAi: "XAi";
2161
+ Amazon: "Amazon";
2162
+ Qwen: "Qwen";
2163
+ Other: "Other";
2164
+ }>>;
2135
2165
  }, zod.core.$strict>;
2136
2166
  /**
2137
2167
  * @summary Retrieves the Docker logs for a specific deployment of a model.
@@ -2655,16 +2685,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2655
2685
  VertexAi: "VertexAi";
2656
2686
  AzureFoundry: "AzureFoundry";
2657
2687
  }>>;
2658
- name: zod.ZodString;
2659
- properties: zod.ZodArray<zod.ZodObject<{
2660
- name: zod.ZodString;
2661
- type: zod.ZodEnum<{
2662
- Boolean: "Boolean";
2663
- Number: "Number";
2664
- String: "String";
2665
- }>;
2666
- }, zod.core.$strip>>;
2667
- publisher: zod.ZodOptional<zod.ZodEnum<{
2688
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2668
2689
  OpenAi: "OpenAi";
2669
2690
  HuggingFace: "HuggingFace";
2670
2691
  Cohere: "Cohere";
@@ -2679,6 +2700,15 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2679
2700
  Qwen: "Qwen";
2680
2701
  Other: "Other";
2681
2702
  }>>;
2703
+ name: zod.ZodString;
2704
+ properties: zod.ZodArray<zod.ZodObject<{
2705
+ name: zod.ZodString;
2706
+ type: zod.ZodEnum<{
2707
+ Boolean: "Boolean";
2708
+ Number: "Number";
2709
+ String: "String";
2710
+ }>;
2711
+ }, zod.core.$strip>>;
2682
2712
  }, zod.core.$strip>;
2683
2713
  prePrompt: zod.ZodString;
2684
2714
  presencePenalty: zod.ZodNumber;
@@ -2926,16 +2956,7 @@ export declare const workSpacesPostResponse: zod.ZodObject<{
2926
2956
  VertexAi: "VertexAi";
2927
2957
  AzureFoundry: "AzureFoundry";
2928
2958
  }>>;
2929
- name: zod.ZodString;
2930
- properties: zod.ZodArray<zod.ZodObject<{
2931
- name: zod.ZodString;
2932
- type: zod.ZodEnum<{
2933
- Boolean: "Boolean";
2934
- Number: "Number";
2935
- String: "String";
2936
- }>;
2937
- }, zod.core.$strip>>;
2938
- publisher: zod.ZodOptional<zod.ZodEnum<{
2959
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2939
2960
  OpenAi: "OpenAi";
2940
2961
  HuggingFace: "HuggingFace";
2941
2962
  Cohere: "Cohere";
@@ -2950,6 +2971,15 @@ export declare const workSpacesPostResponse: zod.ZodObject<{
2950
2971
  Qwen: "Qwen";
2951
2972
  Other: "Other";
2952
2973
  }>>;
2974
+ name: zod.ZodString;
2975
+ properties: zod.ZodArray<zod.ZodObject<{
2976
+ name: zod.ZodString;
2977
+ type: zod.ZodEnum<{
2978
+ Boolean: "Boolean";
2979
+ Number: "Number";
2980
+ String: "String";
2981
+ }>;
2982
+ }, zod.core.$strip>>;
2953
2983
  }, zod.core.$strip>;
2954
2984
  prePrompt: zod.ZodString;
2955
2985
  presencePenalty: zod.ZodNumber;
@@ -3182,16 +3212,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3182
3212
  VertexAi: "VertexAi";
3183
3213
  AzureFoundry: "AzureFoundry";
3184
3214
  }>>;
3185
- name: zod.ZodString;
3186
- properties: zod.ZodArray<zod.ZodObject<{
3187
- name: zod.ZodString;
3188
- type: zod.ZodEnum<{
3189
- Boolean: "Boolean";
3190
- Number: "Number";
3191
- String: "String";
3192
- }>;
3193
- }, zod.core.$strip>>;
3194
- publisher: zod.ZodOptional<zod.ZodEnum<{
3215
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
3195
3216
  OpenAi: "OpenAi";
3196
3217
  HuggingFace: "HuggingFace";
3197
3218
  Cohere: "Cohere";
@@ -3206,6 +3227,15 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3206
3227
  Qwen: "Qwen";
3207
3228
  Other: "Other";
3208
3229
  }>>;
3230
+ name: zod.ZodString;
3231
+ properties: zod.ZodArray<zod.ZodObject<{
3232
+ name: zod.ZodString;
3233
+ type: zod.ZodEnum<{
3234
+ Boolean: "Boolean";
3235
+ Number: "Number";
3236
+ String: "String";
3237
+ }>;
3238
+ }, zod.core.$strip>>;
3209
3239
  }, zod.core.$strip>;
3210
3240
  prePrompt: zod.ZodString;
3211
3241
  presencePenalty: zod.ZodNumber;
@@ -1559,12 +1559,12 @@ exports.modelsGetModelsResponse = zod_1.default.object({
1559
1559
  "displayName": zod_1.default.string(),
1560
1560
  "id": zod_1.default.string().regex(exports.modelsGetModelsResponseDataItemIdRegExpOne),
1561
1561
  "modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
1562
+ "modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
1562
1563
  "name": zod_1.default.string(),
1563
1564
  "properties": zod_1.default.array(zod_1.default.object({
1564
1565
  "name": zod_1.default.string(),
1565
1566
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
1566
1567
  })),
1567
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
1568
1568
  "virtualMachineUrl": zod_1.default.string().nullish()
1569
1569
  })),
1570
1570
  "total": zod_1.default.number()
@@ -1593,7 +1593,8 @@ exports.modelsCreateModelBody = zod_1.default.strictObject({
1593
1593
  "vmSize": zod_1.default.string().nullish()
1594
1594
  }).optional(),
1595
1595
  "displayName": zod_1.default.string().nullish(),
1596
- "name": zod_1.default.string()
1596
+ "name": zod_1.default.string(),
1597
+ "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
1597
1598
  });
1598
1599
  /**
1599
1600
  * @summary Deletes a model with the specified ID.
@@ -1646,12 +1647,12 @@ exports.modelsGetModelResponse = zod_1.default.object({
1646
1647
  "displayName": zod_1.default.string(),
1647
1648
  "id": zod_1.default.string().regex(exports.modelsGetModelResponseIdRegExpOne),
1648
1649
  "modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
1650
+ "modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
1649
1651
  "name": zod_1.default.string(),
1650
1652
  "properties": zod_1.default.array(zod_1.default.object({
1651
1653
  "name": zod_1.default.string(),
1652
1654
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
1653
- })),
1654
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
1655
+ }))
1655
1656
  });
1656
1657
  /**
1657
1658
  * @summary Updates or inserts a model with the specified ID.
@@ -1681,7 +1682,8 @@ exports.modelsUpsertModelBody = zod_1.default.strictObject({
1681
1682
  "vmSize": zod_1.default.string().nullish()
1682
1683
  }).optional(),
1683
1684
  "displayName": zod_1.default.string().nullish(),
1684
- "name": zod_1.default.string()
1685
+ "name": zod_1.default.string(),
1686
+ "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
1685
1687
  });
1686
1688
  /**
1687
1689
  * @summary Retrieves the Docker logs for a specific deployment of a model.
@@ -2090,12 +2092,12 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
2090
2092
  "displayName": zod_1.default.string(),
2091
2093
  "id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne),
2092
2094
  "modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
2095
+ "modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
2093
2096
  "name": zod_1.default.string(),
2094
2097
  "properties": zod_1.default.array(zod_1.default.object({
2095
2098
  "name": zod_1.default.string(),
2096
2099
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
2097
- })),
2098
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
2100
+ }))
2099
2101
  }),
2100
2102
  "prePrompt": zod_1.default.string(),
2101
2103
  "presencePenalty": zod_1.default.number(),
@@ -2300,12 +2302,12 @@ exports.workSpacesPostResponse = zod_1.default.object({
2300
2302
  "displayName": zod_1.default.string(),
2301
2303
  "id": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelIdRegExp),
2302
2304
  "modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
2305
+ "modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
2303
2306
  "name": zod_1.default.string(),
2304
2307
  "properties": zod_1.default.array(zod_1.default.object({
2305
2308
  "name": zod_1.default.string(),
2306
2309
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
2307
- })),
2308
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
2310
+ }))
2309
2311
  }),
2310
2312
  "prePrompt": zod_1.default.string(),
2311
2313
  "presencePenalty": zod_1.default.number(),
@@ -2499,12 +2501,12 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
2499
2501
  "displayName": zod_1.default.string(),
2500
2502
  "id": zod_1.default.string().regex(exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne),
2501
2503
  "modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
2504
+ "modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
2502
2505
  "name": zod_1.default.string(),
2503
2506
  "properties": zod_1.default.array(zod_1.default.object({
2504
2507
  "name": zod_1.default.string(),
2505
2508
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
2506
- })),
2507
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
2509
+ }))
2508
2510
  }),
2509
2511
  "prePrompt": zod_1.default.string(),
2510
2512
  "presencePenalty": zod_1.default.number(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartspace/api-client",
3
- "version": "0.1.0-pr.724.ee94c3f",
3
+ "version": "0.1.0-pr.726.2288f90",
4
4
  "description": "Generated TypeScript client for SmartSpace APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",