@memberjunction/skip-types 2.56.0 → 2.58.0
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.
- package/dist/auth-types.d.ts +1 -1
- package/dist/auth-types.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/auth-types.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export declare class SkipAPIRequestAPIKey {
|
|
|
29
29
|
* registered classes in the MemberJunction AI namespace for example the @memberjunction/ai-openai package includes
|
|
30
30
|
* a class called OpenAILLM that is registered with the MemberJunction AI system as a valid sub-class of BaseLLM
|
|
31
31
|
*/
|
|
32
|
-
vendorDriverName: 'OpenAILLM' | 'MistralLLM' | 'GeminiLLM' | 'AnthropicLLM' | 'GroqLLM';
|
|
32
|
+
vendorDriverName: 'OpenAILLM' | 'MistralLLM' | 'GeminiLLM' | 'AnthropicLLM' | 'GroqLLM' | 'CerebrasLLM';
|
|
33
33
|
/**
|
|
34
34
|
* This is the actual API key for the specified vendor.
|
|
35
35
|
* NOTE: Skip NEVER stores this information, it is only used to make requests to the AI vendor of choice
|
package/dist/auth-types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth-types.d.ts","sourceRoot":"","sources":["../src/auth-types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH;;;;GAIG;AACH,qBAAa,oBAAoB;IAC7B;;;;OAIG;IACH,gBAAgB,EAAE,WAAW,GAAG,YAAY,GAAG,WAAW,GAAG,cAAc,GAAG,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"auth-types.d.ts","sourceRoot":"","sources":["../src/auth-types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH;;;;GAIG;AACH,qBAAa,oBAAoB;IAC7B;;;;OAIG;IACH,gBAAgB,EAAE,WAAW,GAAG,YAAY,GAAG,WAAW,GAAG,cAAc,GAAG,SAAS,GAAG,aAAa,CAAC;IACxG;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;CAClB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/skip-types",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.58.0",
|
|
4
4
|
"description": "MemberJunction: Skip AI Assistant - Types that are used between the MJAPI and the Skip API as well as the UI within MemberJunction Explorer",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"typescript": "^5.4.5"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@memberjunction/core-entities": "2.
|
|
23
|
-
"@memberjunction/data-context": "2.
|
|
22
|
+
"@memberjunction/core-entities": "2.58.0",
|
|
23
|
+
"@memberjunction/data-context": "2.58.0"
|
|
24
24
|
}
|
|
25
25
|
}
|