@microsoft/agents-copilotstudio-client 0.6.16-gc874f0c9d8 → 0.6.21-g3c2261b2fc

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.
@@ -0,0 +1,58 @@
1
+ {
2
+ "name": "@microsoft/agents-copilotstudio-client",
3
+ "version": "0.6.21-g3c2261b2fc",
4
+ "homepage": "https://github.com/microsoft/Agents-for-js",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/microsoft/Agents-for-js.git"
8
+ },
9
+ "author": {
10
+ "name": "Microsoft",
11
+ "email": "agentssdk@microsoft.com",
12
+ "url": "https://aka.ms/Agents"
13
+ },
14
+ "description": "Microsoft Copilot Studio Client for JavaScript. Copilot Studio Client.",
15
+ "keywords": [
16
+ "Agents",
17
+ "copilotstudio",
18
+ "powerplatform"
19
+ ],
20
+ "main": "dist/src/index.js",
21
+ "types": "dist/src/index.d.ts",
22
+ "browser": {
23
+ "os": "./src/browser/os.ts",
24
+ "crypto": "./src/browser/crypto.ts"
25
+ },
26
+ "scripts": {
27
+ "build:browser": "esbuild --platform=browser --target=es2019 --format=esm --bundle --sourcemap --minify --outfile=dist/src/browser.mjs src/index.ts"
28
+ },
29
+ "dependencies": {
30
+ "@microsoft/agents-activity": "0.6.21-g3c2261b2fc",
31
+ "axios": "^1.9.0",
32
+ "rxjs": "7.8.2",
33
+ "uuid": "^11.1.0"
34
+ },
35
+ "license": "MIT",
36
+ "files": [
37
+ "README.md",
38
+ "dist/src",
39
+ "src",
40
+ "package.json"
41
+ ],
42
+ "exports": {
43
+ ".": {
44
+ "types": "./dist/src/index.d.ts",
45
+ "import": {
46
+ "browser": "./dist/src/browser.mjs",
47
+ "default": "./dist/src/index.js"
48
+ },
49
+ "require": {
50
+ "default": "./dist/src/index.js"
51
+ }
52
+ },
53
+ "./package.json": "./package.json"
54
+ },
55
+ "engines": {
56
+ "node": ">=20.0.0"
57
+ }
58
+ }
@@ -9,9 +9,9 @@ export declare enum AgentType {
9
9
  /**
10
10
  * Represents a published agent.
11
11
  */
12
- Published = 0,
12
+ Published = "Published",
13
13
  /**
14
14
  * Represents a prebuilt agent.
15
15
  */
16
- Prebuilt = 1
16
+ Prebuilt = "Prebuilt"
17
17
  }
@@ -13,10 +13,10 @@ var AgentType;
13
13
  /**
14
14
  * Represents a published agent.
15
15
  */
16
- AgentType[AgentType["Published"] = 0] = "Published";
16
+ AgentType["Published"] = "Published";
17
17
  /**
18
18
  * Represents a prebuilt agent.
19
19
  */
20
- AgentType[AgentType["Prebuilt"] = 1] = "Prebuilt";
20
+ AgentType["Prebuilt"] = "Prebuilt";
21
21
  })(AgentType || (exports.AgentType = AgentType = {}));
22
22
  //# sourceMappingURL=agentType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"agentType.js","sourceRoot":"","sources":["../../src/agentType.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;GAEG;AACH,IAAY,SASX;AATD,WAAY,SAAS;IACnB;;OAEG;IACH,mDAAa,CAAA;IACb;;OAEG;IACH,iDAAY,CAAA;AACd,CAAC,EATW,SAAS,yBAAT,SAAS,QASpB"}
1
+ {"version":3,"file":"agentType.js","sourceRoot":"","sources":["../../src/agentType.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;GAEG;AACH,IAAY,SASX;AATD,WAAY,SAAS;IACnB;;OAEG;IACH,oCAAuB,CAAA;IACvB;;OAEG;IACH,kCAAqB,CAAA;AACvB,CAAC,EATW,SAAS,yBAAT,SAAS,QASpB"}