@microsoft/agents-hosting-extensions-teams 0.6.11 → 0.6.16-gc874f0c9d8

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.
@@ -53,7 +53,6 @@ export declare const messagingExtensionQueryZodSchema: z.ZodObject<{
53
53
  }>>;
54
54
  state: z.ZodOptional<z.ZodString>;
55
55
  }, "strip", z.ZodTypeAny, {
56
- state?: string | undefined;
57
56
  commandId?: string | undefined;
58
57
  parameters?: {
59
58
  value?: any;
@@ -63,8 +62,8 @@ export declare const messagingExtensionQueryZodSchema: z.ZodObject<{
63
62
  skip?: number | undefined;
64
63
  count?: number | undefined;
65
64
  } | undefined;
66
- }, {
67
65
  state?: string | undefined;
66
+ }, {
68
67
  commandId?: string | undefined;
69
68
  parameters?: {
70
69
  value?: any;
@@ -74,6 +73,7 @@ export declare const messagingExtensionQueryZodSchema: z.ZodObject<{
74
73
  skip?: number | undefined;
75
74
  count?: number | undefined;
76
75
  } | undefined;
76
+ state?: string | undefined;
77
77
  }>;
78
78
  /**
79
79
  * Parses the given value as a messaging extension query.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@microsoft/agents-hosting-extensions-teams",
4
- "version": "0.6.11",
4
+ "version": "0.6.16-gc874f0c9d8",
5
5
  "homepage": "https://github.com/microsoft/Agents-for-js",
6
6
  "repository": {
7
7
  "type": "git",
@@ -19,7 +19,7 @@
19
19
  "main": "dist/src/index.js",
20
20
  "types": "dist/src/index.d.ts",
21
21
  "dependencies": {
22
- "@microsoft/agents-hosting": "0.6.11"
22
+ "@microsoft/agents-hosting": "0.6.16-gc874f0c9d8"
23
23
  },
24
24
  "license": "MIT",
25
25
  "files": [