@smartspace/api-client 0.1.0-pr.727.ff11e9b → 0.1.0-pr.729.1b90aaa

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(),
@@ -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;
@@ -2084,16 +2084,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2084
2084
  VertexAi: "VertexAi";
2085
2085
  AzureFoundry: "AzureFoundry";
2086
2086
  }>>;
2087
- name: zod.ZodString;
2088
- properties: zod.ZodArray<zod.ZodObject<{
2089
- name: zod.ZodString;
2090
- type: zod.ZodEnum<{
2091
- Boolean: "Boolean";
2092
- Number: "Number";
2093
- String: "String";
2094
- }>;
2095
- }, zod.core.$strip>>;
2096
- publisher: zod.ZodOptional<zod.ZodEnum<{
2087
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2097
2088
  OpenAi: "OpenAi";
2098
2089
  HuggingFace: "HuggingFace";
2099
2090
  Cohere: "Cohere";
@@ -2108,6 +2099,15 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2108
2099
  Qwen: "Qwen";
2109
2100
  Other: "Other";
2110
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>>;
2111
2111
  }, zod.core.$strip>;
2112
2112
  /**
2113
2113
  * @summary Updates or inserts a model with the specified ID.
@@ -2685,16 +2685,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2685
2685
  VertexAi: "VertexAi";
2686
2686
  AzureFoundry: "AzureFoundry";
2687
2687
  }>>;
2688
- name: zod.ZodString;
2689
- properties: zod.ZodArray<zod.ZodObject<{
2690
- name: zod.ZodString;
2691
- type: zod.ZodEnum<{
2692
- Boolean: "Boolean";
2693
- Number: "Number";
2694
- String: "String";
2695
- }>;
2696
- }, zod.core.$strip>>;
2697
- publisher: zod.ZodOptional<zod.ZodEnum<{
2688
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2698
2689
  OpenAi: "OpenAi";
2699
2690
  HuggingFace: "HuggingFace";
2700
2691
  Cohere: "Cohere";
@@ -2709,6 +2700,15 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2709
2700
  Qwen: "Qwen";
2710
2701
  Other: "Other";
2711
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>>;
2712
2712
  }, zod.core.$strip>;
2713
2713
  prePrompt: zod.ZodString;
2714
2714
  presencePenalty: zod.ZodNumber;
@@ -2956,16 +2956,7 @@ export declare const workSpacesPostResponse: zod.ZodObject<{
2956
2956
  VertexAi: "VertexAi";
2957
2957
  AzureFoundry: "AzureFoundry";
2958
2958
  }>>;
2959
- name: zod.ZodString;
2960
- properties: zod.ZodArray<zod.ZodObject<{
2961
- name: zod.ZodString;
2962
- type: zod.ZodEnum<{
2963
- Boolean: "Boolean";
2964
- Number: "Number";
2965
- String: "String";
2966
- }>;
2967
- }, zod.core.$strip>>;
2968
- publisher: zod.ZodOptional<zod.ZodEnum<{
2959
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2969
2960
  OpenAi: "OpenAi";
2970
2961
  HuggingFace: "HuggingFace";
2971
2962
  Cohere: "Cohere";
@@ -2980,6 +2971,15 @@ export declare const workSpacesPostResponse: zod.ZodObject<{
2980
2971
  Qwen: "Qwen";
2981
2972
  Other: "Other";
2982
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>>;
2983
2983
  }, zod.core.$strip>;
2984
2984
  prePrompt: zod.ZodString;
2985
2985
  presencePenalty: zod.ZodNumber;
@@ -3212,16 +3212,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3212
3212
  VertexAi: "VertexAi";
3213
3213
  AzureFoundry: "AzureFoundry";
3214
3214
  }>>;
3215
- name: zod.ZodString;
3216
- properties: zod.ZodArray<zod.ZodObject<{
3217
- name: zod.ZodString;
3218
- type: zod.ZodEnum<{
3219
- Boolean: "Boolean";
3220
- Number: "Number";
3221
- String: "String";
3222
- }>;
3223
- }, zod.core.$strip>>;
3224
- publisher: zod.ZodOptional<zod.ZodEnum<{
3215
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
3225
3216
  OpenAi: "OpenAi";
3226
3217
  HuggingFace: "HuggingFace";
3227
3218
  Cohere: "Cohere";
@@ -3236,6 +3227,15 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3236
3227
  Qwen: "Qwen";
3237
3228
  Other: "Other";
3238
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>>;
3239
3239
  }, zod.core.$strip>;
3240
3240
  prePrompt: zod.ZodString;
3241
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()
@@ -1647,12 +1647,12 @@ exports.modelsGetModelResponse = zod_1.default.object({
1647
1647
  "displayName": zod_1.default.string(),
1648
1648
  "id": zod_1.default.string().regex(exports.modelsGetModelResponseIdRegExpOne),
1649
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(),
1650
1651
  "name": zod_1.default.string(),
1651
1652
  "properties": zod_1.default.array(zod_1.default.object({
1652
1653
  "name": zod_1.default.string(),
1653
1654
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
1654
- })),
1655
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
1655
+ }))
1656
1656
  });
1657
1657
  /**
1658
1658
  * @summary Updates or inserts a model with the specified ID.
@@ -2092,12 +2092,12 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
2092
2092
  "displayName": zod_1.default.string(),
2093
2093
  "id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne),
2094
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(),
2095
2096
  "name": zod_1.default.string(),
2096
2097
  "properties": zod_1.default.array(zod_1.default.object({
2097
2098
  "name": zod_1.default.string(),
2098
2099
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
2099
- })),
2100
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
2100
+ }))
2101
2101
  }),
2102
2102
  "prePrompt": zod_1.default.string(),
2103
2103
  "presencePenalty": zod_1.default.number(),
@@ -2302,12 +2302,12 @@ exports.workSpacesPostResponse = zod_1.default.object({
2302
2302
  "displayName": zod_1.default.string(),
2303
2303
  "id": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelIdRegExp),
2304
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(),
2305
2306
  "name": zod_1.default.string(),
2306
2307
  "properties": zod_1.default.array(zod_1.default.object({
2307
2308
  "name": zod_1.default.string(),
2308
2309
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
2309
- })),
2310
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
2310
+ }))
2311
2311
  }),
2312
2312
  "prePrompt": zod_1.default.string(),
2313
2313
  "presencePenalty": zod_1.default.number(),
@@ -2501,12 +2501,12 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
2501
2501
  "displayName": zod_1.default.string(),
2502
2502
  "id": zod_1.default.string().regex(exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne),
2503
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(),
2504
2505
  "name": zod_1.default.string(),
2505
2506
  "properties": zod_1.default.array(zod_1.default.object({
2506
2507
  "name": zod_1.default.string(),
2507
2508
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
2508
- })),
2509
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
2509
+ }))
2510
2510
  }),
2511
2511
  "prePrompt": zod_1.default.string(),
2512
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.727.ff11e9b",
3
+ "version": "0.1.0-pr.729.1b90aaa",
4
4
  "description": "Generated TypeScript client for SmartSpace APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",