@smartspace/api-client 0.1.0-pr.724.ee94c3f → 0.1.0-pr.725.25889f6

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.
@@ -26,7 +26,6 @@ export * from './enumsModelDeploymentProviderType';
26
26
  export * from './enumsModelDeploymentStatus';
27
27
  export * from './enumsModelDeploymentStepName';
28
28
  export * from './enumsModelPropertyType';
29
- export * from './enumsModelPublisher';
30
29
  export * from './enumsModelRole';
31
30
  export * from './enumsNotificationType';
32
31
  export * from './enumsVirtualMachineServerType';
@@ -42,7 +42,6 @@ __exportStar(require("./enumsModelDeploymentProviderType"), exports);
42
42
  __exportStar(require("./enumsModelDeploymentStatus"), exports);
43
43
  __exportStar(require("./enumsModelDeploymentStepName"), exports);
44
44
  __exportStar(require("./enumsModelPropertyType"), exports);
45
- __exportStar(require("./enumsModelPublisher"), exports);
46
45
  __exportStar(require("./enumsModelRole"), exports);
47
46
  __exportStar(require("./enumsNotificationType"), exports);
48
47
  __exportStar(require("./enumsVirtualMachineServerType"), exports);
@@ -7,7 +7,6 @@
7
7
  import type { ModelModelDeployment } from './modelModelDeployment';
8
8
  import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
9
9
  import type { ModelIModelProperty } from './modelIModelProperty';
10
- import type { EnumsModelPublisher } from './enumsModelPublisher';
11
10
  export interface ModelModel {
12
11
  /** @nullable */
13
12
  createdAt?: string | null;
@@ -20,5 +19,4 @@ export interface ModelModel {
20
19
  modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
20
  name: string;
22
21
  properties: ModelIModelProperty[];
23
- publisher?: EnumsModelPublisher;
24
22
  }
@@ -7,7 +7,6 @@
7
7
  import type { EnumsModelDeploymentStatus } from './enumsModelDeploymentStatus';
8
8
  import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
9
9
  import type { ModelIModelProperty } from './modelIModelProperty';
10
- import type { EnumsModelPublisher } from './enumsModelPublisher';
11
10
  export interface ModelModelSummary {
12
11
  /** @nullable */
13
12
  createdAt?: string | null;
@@ -20,7 +19,6 @@ export interface ModelModelSummary {
20
19
  modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
20
  name: string;
22
21
  properties: ModelIModelProperty[];
23
- publisher?: EnumsModelPublisher;
24
22
  /** @nullable */
25
23
  virtualMachineUrl?: string | null;
26
24
  }
@@ -425,21 +425,6 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
425
425
  String: "String";
426
426
  }>;
427
427
  }, zod.core.$strip>>;
428
- publisher: zod.ZodOptional<zod.ZodEnum<{
429
- OpenAi: "OpenAi";
430
- HuggingFace: "HuggingFace";
431
- Cohere: "Cohere";
432
- Anthropic: "Anthropic";
433
- Google: "Google";
434
- Meta: "Meta";
435
- Mistral: "Mistral";
436
- Microsoft: "Microsoft";
437
- DeepSeek: "DeepSeek";
438
- XAi: "XAi";
439
- Amazon: "Amazon";
440
- Qwen: "Qwen";
441
- Other: "Other";
442
- }>>;
443
428
  virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
444
429
  }, zod.core.$strip>>;
445
430
  total: zod.ZodNumber;
@@ -521,21 +506,6 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
521
506
  String: "String";
522
507
  }>;
523
508
  }, zod.core.$strip>>;
524
- publisher: zod.ZodOptional<zod.ZodEnum<{
525
- OpenAi: "OpenAi";
526
- HuggingFace: "HuggingFace";
527
- Cohere: "Cohere";
528
- Anthropic: "Anthropic";
529
- Google: "Google";
530
- Meta: "Meta";
531
- Mistral: "Mistral";
532
- Microsoft: "Microsoft";
533
- DeepSeek: "DeepSeek";
534
- XAi: "XAi";
535
- Amazon: "Amazon";
536
- Qwen: "Qwen";
537
- Other: "Other";
538
- }>>;
539
509
  }, zod.core.$strip>;
540
510
  /**
541
511
  * @summary Retrieve notifications for user login.
@@ -798,21 +768,6 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
798
768
  String: "String";
799
769
  }>;
800
770
  }, zod.core.$strip>>;
801
- publisher: zod.ZodOptional<zod.ZodEnum<{
802
- OpenAi: "OpenAi";
803
- HuggingFace: "HuggingFace";
804
- Cohere: "Cohere";
805
- Anthropic: "Anthropic";
806
- Google: "Google";
807
- Meta: "Meta";
808
- Mistral: "Mistral";
809
- Microsoft: "Microsoft";
810
- DeepSeek: "DeepSeek";
811
- XAi: "XAi";
812
- Amazon: "Amazon";
813
- Qwen: "Qwen";
814
- Other: "Other";
815
- }>>;
816
771
  }, zod.core.$strip>;
817
772
  prePrompt: zod.ZodString;
818
773
  presencePenalty: zod.ZodNumber;
@@ -1049,21 +1004,6 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
1049
1004
  String: "String";
1050
1005
  }>;
1051
1006
  }, zod.core.$strip>>;
1052
- publisher: zod.ZodOptional<zod.ZodEnum<{
1053
- OpenAi: "OpenAi";
1054
- HuggingFace: "HuggingFace";
1055
- Cohere: "Cohere";
1056
- Anthropic: "Anthropic";
1057
- Google: "Google";
1058
- Meta: "Meta";
1059
- Mistral: "Mistral";
1060
- Microsoft: "Microsoft";
1061
- DeepSeek: "DeepSeek";
1062
- XAi: "XAi";
1063
- Amazon: "Amazon";
1064
- Qwen: "Qwen";
1065
- Other: "Other";
1066
- }>>;
1067
1007
  }, zod.core.$strip>;
1068
1008
  prePrompt: zod.ZodString;
1069
1009
  presencePenalty: zod.ZodNumber;
@@ -395,7 +395,6 @@ exports.modelsGetModelsResponse = zod_1.default.object({
395
395
  "name": zod_1.default.string(),
396
396
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
397
397
  })),
398
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
399
398
  "virtualMachineUrl": zod_1.default.string().nullish()
400
399
  })),
401
400
  "total": zod_1.default.number()
@@ -448,8 +447,7 @@ exports.modelsGetModelResponse = zod_1.default.object({
448
447
  "properties": zod_1.default.array(zod_1.default.object({
449
448
  "name": zod_1.default.string(),
450
449
  "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()
450
+ }))
453
451
  });
454
452
  /**
455
453
  * @summary Retrieve notifications for user login.
@@ -668,8 +666,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
668
666
  "properties": zod_1.default.array(zod_1.default.object({
669
667
  "name": zod_1.default.string(),
670
668
  "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()
669
+ }))
673
670
  }),
674
671
  "prePrompt": zod_1.default.string(),
675
672
  "presencePenalty": zod_1.default.number(),
@@ -862,8 +859,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
862
859
  "properties": zod_1.default.array(zod_1.default.object({
863
860
  "name": zod_1.default.string(),
864
861
  "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()
862
+ }))
867
863
  }),
868
864
  "prePrompt": zod_1.default.string(),
869
865
  "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
  }
@@ -7,7 +7,6 @@
7
7
  import type { ModelModelDeployment } from './modelModelDeployment';
8
8
  import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
9
9
  import type { ModelIModelProperty } from './modelIModelProperty';
10
- import type { EnumsModelPublisher } from './enumsModelPublisher';
11
10
  export interface ModelModel {
12
11
  /** @nullable */
13
12
  createdAt?: string | null;
@@ -20,5 +19,4 @@ export interface ModelModel {
20
19
  modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
20
  name: string;
22
21
  properties: ModelIModelProperty[];
23
- publisher?: EnumsModelPublisher;
24
22
  }
@@ -7,7 +7,6 @@
7
7
  import type { EnumsModelDeploymentStatus } from './enumsModelDeploymentStatus';
8
8
  import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
9
9
  import type { ModelIModelProperty } from './modelIModelProperty';
10
- import type { EnumsModelPublisher } from './enumsModelPublisher';
11
10
  export interface ModelModelSummary {
12
11
  /** @nullable */
13
12
  createdAt?: string | null;
@@ -20,7 +19,6 @@ export interface ModelModelSummary {
20
19
  modelDeploymentProviderType?: EnumsModelDeploymentProviderType;
21
20
  name: string;
22
21
  properties: ModelIModelProperty[];
23
- publisher?: EnumsModelPublisher;
24
22
  /** @nullable */
25
23
  virtualMachineUrl?: string | null;
26
24
  }
@@ -1940,21 +1940,6 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
1940
1940
  String: "String";
1941
1941
  }>;
1942
1942
  }, zod.core.$strip>>;
1943
- publisher: zod.ZodOptional<zod.ZodEnum<{
1944
- OpenAi: "OpenAi";
1945
- HuggingFace: "HuggingFace";
1946
- Cohere: "Cohere";
1947
- Anthropic: "Anthropic";
1948
- Google: "Google";
1949
- Meta: "Meta";
1950
- Mistral: "Mistral";
1951
- Microsoft: "Microsoft";
1952
- DeepSeek: "DeepSeek";
1953
- XAi: "XAi";
1954
- Amazon: "Amazon";
1955
- Qwen: "Qwen";
1956
- Other: "Other";
1957
- }>>;
1958
1943
  virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1959
1944
  }, zod.core.$strip>>;
1960
1945
  total: zod.ZodNumber;
@@ -1993,6 +1978,21 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
1993
1978
  }, zod.core.$strict>>;
1994
1979
  displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1995
1980
  name: zod.ZodString;
1981
+ publisher: zod.ZodOptional<zod.ZodEnum<{
1982
+ OpenAi: "OpenAi";
1983
+ HuggingFace: "HuggingFace";
1984
+ Cohere: "Cohere";
1985
+ Anthropic: "Anthropic";
1986
+ Google: "Google";
1987
+ Meta: "Meta";
1988
+ Mistral: "Mistral";
1989
+ Microsoft: "Microsoft";
1990
+ DeepSeek: "DeepSeek";
1991
+ XAi: "XAi";
1992
+ Amazon: "Amazon";
1993
+ Qwen: "Qwen";
1994
+ Other: "Other";
1995
+ }>>;
1996
1996
  }, zod.core.$strict>;
1997
1997
  /**
1998
1998
  * @summary Deletes a model with the specified ID.
@@ -2078,21 +2078,6 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2078
2078
  String: "String";
2079
2079
  }>;
2080
2080
  }, zod.core.$strip>>;
2081
- publisher: zod.ZodOptional<zod.ZodEnum<{
2082
- OpenAi: "OpenAi";
2083
- HuggingFace: "HuggingFace";
2084
- Cohere: "Cohere";
2085
- Anthropic: "Anthropic";
2086
- Google: "Google";
2087
- Meta: "Meta";
2088
- Mistral: "Mistral";
2089
- Microsoft: "Microsoft";
2090
- DeepSeek: "DeepSeek";
2091
- XAi: "XAi";
2092
- Amazon: "Amazon";
2093
- Qwen: "Qwen";
2094
- Other: "Other";
2095
- }>>;
2096
2081
  }, zod.core.$strip>;
2097
2082
  /**
2098
2083
  * @summary Updates or inserts a model with the specified ID.
@@ -2132,6 +2117,21 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2132
2117
  }, zod.core.$strict>>;
2133
2118
  displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2134
2119
  name: zod.ZodString;
2120
+ publisher: zod.ZodOptional<zod.ZodEnum<{
2121
+ OpenAi: "OpenAi";
2122
+ HuggingFace: "HuggingFace";
2123
+ Cohere: "Cohere";
2124
+ Anthropic: "Anthropic";
2125
+ Google: "Google";
2126
+ Meta: "Meta";
2127
+ Mistral: "Mistral";
2128
+ Microsoft: "Microsoft";
2129
+ DeepSeek: "DeepSeek";
2130
+ XAi: "XAi";
2131
+ Amazon: "Amazon";
2132
+ Qwen: "Qwen";
2133
+ Other: "Other";
2134
+ }>>;
2135
2135
  }, zod.core.$strict>;
2136
2136
  /**
2137
2137
  * @summary Retrieves the Docker logs for a specific deployment of a model.
@@ -2664,21 +2664,6 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2664
2664
  String: "String";
2665
2665
  }>;
2666
2666
  }, zod.core.$strip>>;
2667
- publisher: zod.ZodOptional<zod.ZodEnum<{
2668
- OpenAi: "OpenAi";
2669
- HuggingFace: "HuggingFace";
2670
- Cohere: "Cohere";
2671
- Anthropic: "Anthropic";
2672
- Google: "Google";
2673
- Meta: "Meta";
2674
- Mistral: "Mistral";
2675
- Microsoft: "Microsoft";
2676
- DeepSeek: "DeepSeek";
2677
- XAi: "XAi";
2678
- Amazon: "Amazon";
2679
- Qwen: "Qwen";
2680
- Other: "Other";
2681
- }>>;
2682
2667
  }, zod.core.$strip>;
2683
2668
  prePrompt: zod.ZodString;
2684
2669
  presencePenalty: zod.ZodNumber;
@@ -2935,21 +2920,6 @@ export declare const workSpacesPostResponse: zod.ZodObject<{
2935
2920
  String: "String";
2936
2921
  }>;
2937
2922
  }, zod.core.$strip>>;
2938
- publisher: zod.ZodOptional<zod.ZodEnum<{
2939
- OpenAi: "OpenAi";
2940
- HuggingFace: "HuggingFace";
2941
- Cohere: "Cohere";
2942
- Anthropic: "Anthropic";
2943
- Google: "Google";
2944
- Meta: "Meta";
2945
- Mistral: "Mistral";
2946
- Microsoft: "Microsoft";
2947
- DeepSeek: "DeepSeek";
2948
- XAi: "XAi";
2949
- Amazon: "Amazon";
2950
- Qwen: "Qwen";
2951
- Other: "Other";
2952
- }>>;
2953
2923
  }, zod.core.$strip>;
2954
2924
  prePrompt: zod.ZodString;
2955
2925
  presencePenalty: zod.ZodNumber;
@@ -3191,21 +3161,6 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3191
3161
  String: "String";
3192
3162
  }>;
3193
3163
  }, zod.core.$strip>>;
3194
- publisher: zod.ZodOptional<zod.ZodEnum<{
3195
- OpenAi: "OpenAi";
3196
- HuggingFace: "HuggingFace";
3197
- Cohere: "Cohere";
3198
- Anthropic: "Anthropic";
3199
- Google: "Google";
3200
- Meta: "Meta";
3201
- Mistral: "Mistral";
3202
- Microsoft: "Microsoft";
3203
- DeepSeek: "DeepSeek";
3204
- XAi: "XAi";
3205
- Amazon: "Amazon";
3206
- Qwen: "Qwen";
3207
- Other: "Other";
3208
- }>>;
3209
3164
  }, zod.core.$strip>;
3210
3165
  prePrompt: zod.ZodString;
3211
3166
  presencePenalty: zod.ZodNumber;
@@ -1564,7 +1564,6 @@ exports.modelsGetModelsResponse = zod_1.default.object({
1564
1564
  "name": zod_1.default.string(),
1565
1565
  "type": zod_1.default.enum(['Boolean', 'Number', 'String'])
1566
1566
  })),
1567
- "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
1568
1567
  "virtualMachineUrl": zod_1.default.string().nullish()
1569
1568
  })),
1570
1569
  "total": zod_1.default.number()
@@ -1593,7 +1592,8 @@ exports.modelsCreateModelBody = zod_1.default.strictObject({
1593
1592
  "vmSize": zod_1.default.string().nullish()
1594
1593
  }).optional(),
1595
1594
  "displayName": zod_1.default.string().nullish(),
1596
- "name": zod_1.default.string()
1595
+ "name": zod_1.default.string(),
1596
+ "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
1597
1597
  });
1598
1598
  /**
1599
1599
  * @summary Deletes a model with the specified ID.
@@ -1650,8 +1650,7 @@ exports.modelsGetModelResponse = zod_1.default.object({
1650
1650
  "properties": zod_1.default.array(zod_1.default.object({
1651
1651
  "name": zod_1.default.string(),
1652
1652
  "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()
1653
+ }))
1655
1654
  });
1656
1655
  /**
1657
1656
  * @summary Updates or inserts a model with the specified ID.
@@ -1681,7 +1680,8 @@ exports.modelsUpsertModelBody = zod_1.default.strictObject({
1681
1680
  "vmSize": zod_1.default.string().nullish()
1682
1681
  }).optional(),
1683
1682
  "displayName": zod_1.default.string().nullish(),
1684
- "name": zod_1.default.string()
1683
+ "name": zod_1.default.string(),
1684
+ "publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
1685
1685
  });
1686
1686
  /**
1687
1687
  * @summary Retrieves the Docker logs for a specific deployment of a model.
@@ -2094,8 +2094,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
2094
2094
  "properties": zod_1.default.array(zod_1.default.object({
2095
2095
  "name": zod_1.default.string(),
2096
2096
  "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()
2097
+ }))
2099
2098
  }),
2100
2099
  "prePrompt": zod_1.default.string(),
2101
2100
  "presencePenalty": zod_1.default.number(),
@@ -2304,8 +2303,7 @@ exports.workSpacesPostResponse = zod_1.default.object({
2304
2303
  "properties": zod_1.default.array(zod_1.default.object({
2305
2304
  "name": zod_1.default.string(),
2306
2305
  "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()
2306
+ }))
2309
2307
  }),
2310
2308
  "prePrompt": zod_1.default.string(),
2311
2309
  "presencePenalty": zod_1.default.number(),
@@ -2503,8 +2501,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
2503
2501
  "properties": zod_1.default.array(zod_1.default.object({
2504
2502
  "name": zod_1.default.string(),
2505
2503
  "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()
2504
+ }))
2508
2505
  }),
2509
2506
  "prePrompt": zod_1.default.string(),
2510
2507
  "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.725.25889f6",
4
4
  "description": "Generated TypeScript client for SmartSpace APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,22 +0,0 @@
1
- /**
2
- * Generated by orval v7.13.2 🍺
3
- * Do not edit manually.
4
- * SmartSpace Chat API
5
- * OpenAPI spec version: v1
6
- */
7
- export type EnumsModelPublisher = typeof EnumsModelPublisher[keyof typeof EnumsModelPublisher];
8
- export declare const EnumsModelPublisher: {
9
- readonly OpenAi: "OpenAi";
10
- readonly Anthropic: "Anthropic";
11
- readonly Google: "Google";
12
- readonly Meta: "Meta";
13
- readonly Mistral: "Mistral";
14
- readonly Microsoft: "Microsoft";
15
- readonly DeepSeek: "DeepSeek";
16
- readonly Cohere: "Cohere";
17
- readonly XAi: "XAi";
18
- readonly HuggingFace: "HuggingFace";
19
- readonly Amazon: "Amazon";
20
- readonly Qwen: "Qwen";
21
- readonly Other: "Other";
22
- };
@@ -1,25 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v7.13.2 🍺
4
- * Do not edit manually.
5
- * SmartSpace Chat API
6
- * OpenAPI spec version: v1
7
- */
8
- Object.defineProperty(exports, "__esModule", { value: true });
9
- exports.EnumsModelPublisher = void 0;
10
- // eslint-disable-next-line @typescript-eslint/no-redeclare
11
- exports.EnumsModelPublisher = {
12
- OpenAi: 'OpenAi',
13
- Anthropic: 'Anthropic',
14
- Google: 'Google',
15
- Meta: 'Meta',
16
- Mistral: 'Mistral',
17
- Microsoft: 'Microsoft',
18
- DeepSeek: 'DeepSeek',
19
- Cohere: 'Cohere',
20
- XAi: 'XAi',
21
- HuggingFace: 'HuggingFace',
22
- Amazon: 'Amazon',
23
- Qwen: 'Qwen',
24
- Other: 'Other',
25
- };