@smartspace/api-client 0.1.0-pr.729.1b90aaa → 0.1.0-pr.730.db012b7

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 { EnumsModelPublisher } from './enumsModelPublisher';
10
9
  import type { ModelIModelProperty } from './modelIModelProperty';
10
+ import type { EnumsModelPublisher } from './enumsModelPublisher';
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;
22
21
  name: string;
23
22
  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 { EnumsModelPublisher } from './enumsModelPublisher';
10
9
  import type { ModelIModelProperty } from './modelIModelProperty';
10
+ import type { EnumsModelPublisher } from './enumsModelPublisher';
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;
22
21
  name: string;
23
22
  properties: ModelIModelProperty[];
23
+ publisher?: EnumsModelPublisher;
24
24
  /** @nullable */
25
25
  virtualMachineUrl?: string | null;
26
26
  }
@@ -416,7 +416,16 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
416
416
  VertexAi: "VertexAi";
417
417
  AzureFoundry: "AzureFoundry";
418
418
  }>>;
419
- modelPublisher: zod.ZodOptional<zod.ZodEnum<{
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<{
420
429
  OpenAi: "OpenAi";
421
430
  HuggingFace: "HuggingFace";
422
431
  Cohere: "Cohere";
@@ -431,15 +440,6 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
431
440
  Qwen: "Qwen";
432
441
  Other: "Other";
433
442
  }>>;
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,7 +512,16 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
512
512
  VertexAi: "VertexAi";
513
513
  AzureFoundry: "AzureFoundry";
514
514
  }>>;
515
- modelPublisher: zod.ZodOptional<zod.ZodEnum<{
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<{
516
525
  OpenAi: "OpenAi";
517
526
  HuggingFace: "HuggingFace";
518
527
  Cohere: "Cohere";
@@ -527,15 +536,6 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
527
536
  Qwen: "Qwen";
528
537
  Other: "Other";
529
538
  }>>;
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,7 +789,16 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
789
789
  VertexAi: "VertexAi";
790
790
  AzureFoundry: "AzureFoundry";
791
791
  }>>;
792
- modelPublisher: zod.ZodOptional<zod.ZodEnum<{
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<{
793
802
  OpenAi: "OpenAi";
794
803
  HuggingFace: "HuggingFace";
795
804
  Cohere: "Cohere";
@@ -804,15 +813,6 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
804
813
  Qwen: "Qwen";
805
814
  Other: "Other";
806
815
  }>>;
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,7 +1040,16 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
1040
1040
  VertexAi: "VertexAi";
1041
1041
  AzureFoundry: "AzureFoundry";
1042
1042
  }>>;
1043
- modelPublisher: zod.ZodOptional<zod.ZodEnum<{
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<{
1044
1053
  OpenAi: "OpenAi";
1045
1054
  HuggingFace: "HuggingFace";
1046
1055
  Cohere: "Cohere";
@@ -1055,15 +1064,6 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
1055
1064
  Qwen: "Qwen";
1056
1065
  Other: "Other";
1057
1066
  }>>;
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(),
394
393
  "name": zod_1.default.string(),
395
394
  "properties": zod_1.default.array(zod_1.default.object({
396
395
  "name": zod_1.default.string(),
397
396
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
398
397
  })),
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(),
448
447
  "name": zod_1.default.string(),
449
448
  "properties": zod_1.default.array(zod_1.default.object({
450
449
  "name": zod_1.default.string(),
451
450
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
452
- }))
451
+ })),
452
+ "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
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(),
668
667
  "name": zod_1.default.string(),
669
668
  "properties": zod_1.default.array(zod_1.default.object({
670
669
  "name": zod_1.default.string(),
671
670
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
672
- }))
671
+ })),
672
+ "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
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(),
862
861
  "name": zod_1.default.string(),
863
862
  "properties": zod_1.default.array(zod_1.default.object({
864
863
  "name": zod_1.default.string(),
865
864
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
866
- }))
865
+ })),
866
+ "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
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 { EnumsModelPublisher } from './enumsModelPublisher';
10
9
  import type { ModelIModelProperty } from './modelIModelProperty';
10
+ import type { EnumsModelPublisher } from './enumsModelPublisher';
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;
22
21
  name: string;
23
22
  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 { EnumsModelPublisher } from './enumsModelPublisher';
10
9
  import type { ModelIModelProperty } from './modelIModelProperty';
10
+ import type { EnumsModelPublisher } from './enumsModelPublisher';
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;
22
21
  name: string;
23
22
  properties: ModelIModelProperty[];
23
+ publisher?: EnumsModelPublisher;
24
24
  /** @nullable */
25
25
  virtualMachineUrl?: string | null;
26
26
  }
@@ -1931,7 +1931,16 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
1931
1931
  VertexAi: "VertexAi";
1932
1932
  AzureFoundry: "AzureFoundry";
1933
1933
  }>>;
1934
- modelPublisher: zod.ZodOptional<zod.ZodEnum<{
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<{
1935
1944
  OpenAi: "OpenAi";
1936
1945
  HuggingFace: "HuggingFace";
1937
1946
  Cohere: "Cohere";
@@ -1946,15 +1955,6 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
1946
1955
  Qwen: "Qwen";
1947
1956
  Other: "Other";
1948
1957
  }>>;
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,7 +2084,16 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2084
2084
  VertexAi: "VertexAi";
2085
2085
  AzureFoundry: "AzureFoundry";
2086
2086
  }>>;
2087
- modelPublisher: zod.ZodOptional<zod.ZodEnum<{
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<{
2088
2097
  OpenAi: "OpenAi";
2089
2098
  HuggingFace: "HuggingFace";
2090
2099
  Cohere: "Cohere";
@@ -2099,15 +2108,6 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2099
2108
  Qwen: "Qwen";
2100
2109
  Other: "Other";
2101
2110
  }>>;
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,7 +2685,16 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2685
2685
  VertexAi: "VertexAi";
2686
2686
  AzureFoundry: "AzureFoundry";
2687
2687
  }>>;
2688
- modelPublisher: zod.ZodOptional<zod.ZodEnum<{
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<{
2689
2698
  OpenAi: "OpenAi";
2690
2699
  HuggingFace: "HuggingFace";
2691
2700
  Cohere: "Cohere";
@@ -2700,15 +2709,6 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2700
2709
  Qwen: "Qwen";
2701
2710
  Other: "Other";
2702
2711
  }>>;
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,7 +2956,16 @@ export declare const workSpacesPostResponse: zod.ZodObject<{
2956
2956
  VertexAi: "VertexAi";
2957
2957
  AzureFoundry: "AzureFoundry";
2958
2958
  }>>;
2959
- modelPublisher: zod.ZodOptional<zod.ZodEnum<{
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<{
2960
2969
  OpenAi: "OpenAi";
2961
2970
  HuggingFace: "HuggingFace";
2962
2971
  Cohere: "Cohere";
@@ -2971,15 +2980,6 @@ export declare const workSpacesPostResponse: zod.ZodObject<{
2971
2980
  Qwen: "Qwen";
2972
2981
  Other: "Other";
2973
2982
  }>>;
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,7 +3212,16 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3212
3212
  VertexAi: "VertexAi";
3213
3213
  AzureFoundry: "AzureFoundry";
3214
3214
  }>>;
3215
- modelPublisher: zod.ZodOptional<zod.ZodEnum<{
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<{
3216
3225
  OpenAi: "OpenAi";
3217
3226
  HuggingFace: "HuggingFace";
3218
3227
  Cohere: "Cohere";
@@ -3227,15 +3236,6 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3227
3236
  Qwen: "Qwen";
3228
3237
  Other: "Other";
3229
3238
  }>>;
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(),
1563
1562
  "name": zod_1.default.string(),
1564
1563
  "properties": zod_1.default.array(zod_1.default.object({
1565
1564
  "name": zod_1.default.string(),
1566
1565
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
1567
1566
  })),
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(),
1651
1650
  "name": zod_1.default.string(),
1652
1651
  "properties": zod_1.default.array(zod_1.default.object({
1653
1652
  "name": zod_1.default.string(),
1654
1653
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
1655
- }))
1654
+ })),
1655
+ "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
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(),
2096
2095
  "name": zod_1.default.string(),
2097
2096
  "properties": zod_1.default.array(zod_1.default.object({
2098
2097
  "name": zod_1.default.string(),
2099
2098
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
2100
- }))
2099
+ })),
2100
+ "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
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(),
2306
2305
  "name": zod_1.default.string(),
2307
2306
  "properties": zod_1.default.array(zod_1.default.object({
2308
2307
  "name": zod_1.default.string(),
2309
2308
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
2310
- }))
2309
+ })),
2310
+ "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
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(),
2505
2504
  "name": zod_1.default.string(),
2506
2505
  "properties": zod_1.default.array(zod_1.default.object({
2507
2506
  "name": zod_1.default.string(),
2508
2507
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
2509
- }))
2508
+ })),
2509
+ "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
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.729.1b90aaa",
3
+ "version": "0.1.0-pr.730.db012b7",
4
4
  "description": "Generated TypeScript client for SmartSpace APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",