blink 0.1.27 → 0.1.28

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/cloud.d.cts DELETED
@@ -1,15 +0,0 @@
1
- import Client, { Chat } from "@blink.so/api";
2
-
3
- //#region src/cloud.d.ts
4
- interface RequestContext {
5
- organization: string;
6
- agent: string;
7
- agentDeployment: string;
8
- chat?: Chat;
9
- }
10
- declare class API extends Client {
11
- context(request: Request): RequestContext | undefined;
12
- }
13
- declare const api: API;
14
- //#endregion
15
- export { API, RequestContext, api as default };
package/dist/cloud.d.ts DELETED
@@ -1,15 +0,0 @@
1
- import Client, { Chat } from "@blink.so/api";
2
-
3
- //#region src/cloud.d.ts
4
- interface RequestContext {
5
- organization: string;
6
- agent: string;
7
- agentDeployment: string;
8
- chat?: Chat;
9
- }
10
- declare class API extends Client {
11
- context(request: Request): RequestContext | undefined;
12
- }
13
- declare const api: API;
14
- //#endregion
15
- export { API, RequestContext, api as default };