@prismer/sdk 1.8.2 → 1.9.6
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/chunk-Y6FXYEAI.mjs +10 -0
- package/dist/cli.js +397 -5
- package/dist/index.d.mts +646 -2
- package/dist/index.d.ts +646 -2
- package/dist/index.js +404 -5
- package/dist/index.mjs +5105 -50
- package/dist/webhook.d.mts +114 -0
- package/dist/webhook.d.ts +114 -0
- package/dist/webhook.js +200 -0
- package/dist/webhook.mjs +175 -0
- package/package.json +1 -1
- package/dist/chunk-BWZXMXL7.mjs +0 -4762
- package/dist/chunk-VSAVCMMZ.mjs +0 -4761
- package/dist/cli.d.mts +0 -15
- package/dist/cli.d.ts +0 -15
- package/dist/cli.mjs +0 -3838
package/dist/cli.d.mts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { PrismerClient } from './index.mjs';
|
|
2
|
-
import '@prismer/aip-sdk';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Prismer CLI — modular CLI for Prismer Cloud SDK.
|
|
6
|
-
*
|
|
7
|
-
* Top-level shortcuts: send, load, search, parse, recall, discover, skill
|
|
8
|
-
* Grouped namespaces: im, context, evolve, task, memory, file, workspace, security, identity
|
|
9
|
-
* Utilities: init, register, status, config, token
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
declare function getIMClient(): PrismerClient;
|
|
13
|
-
declare function getAPIClient(): PrismerClient;
|
|
14
|
-
|
|
15
|
-
export { getAPIClient, getIMClient };
|
package/dist/cli.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { PrismerClient } from './index.js';
|
|
2
|
-
import '@prismer/aip-sdk';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Prismer CLI — modular CLI for Prismer Cloud SDK.
|
|
6
|
-
*
|
|
7
|
-
* Top-level shortcuts: send, load, search, parse, recall, discover, skill
|
|
8
|
-
* Grouped namespaces: im, context, evolve, task, memory, file, workspace, security, identity
|
|
9
|
-
* Utilities: init, register, status, config, token
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
declare function getIMClient(): PrismerClient;
|
|
13
|
-
declare function getAPIClient(): PrismerClient;
|
|
14
|
-
|
|
15
|
-
export { getAPIClient, getIMClient };
|