botframework-webchat-core 4.17.0 → 4.17.1-main.20240508.bf8dbd9
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/botframework-webchat-core.mjs +1 -1
- package/dist/botframework-webchat-core.mjs.map +1 -1
- package/dist/metafile-esm.json +1 -1
- package/lib/createReducer.d.ts +2 -2
- package/lib/index.js +2 -2
- package/lib/selectors/activities.d.ts.map +1 -1
- package/lib/types/external/OrgSchema/Action.d.ts +1 -1
- package/lib/types/external/OrgSchema/Action.d.ts.map +1 -1
- package/lib/types/external/OrgSchema/Claim.d.ts +1 -1
- package/lib/types/external/OrgSchema/Claim.d.ts.map +1 -1
- package/lib/types/external/OrgSchema/CreativeWork.d.ts +1 -1
- package/lib/types/external/OrgSchema/CreativeWork.d.ts.map +1 -1
- package/lib/types/external/OrgSchema/DefinedTerm.d.ts +1 -1
- package/lib/types/external/OrgSchema/DefinedTerm.d.ts.map +1 -1
- package/lib/types/external/OrgSchema/Project.d.ts +1 -1
- package/lib/types/external/OrgSchema/Project.d.ts.map +1 -1
- package/lib/types/external/OrgSchema/Thing.d.ts +1 -1
- package/lib/types/external/OrgSchema/Thing.d.ts.map +1 -1
- package/lib/types/external/OrgSchema/VoteAction.d.ts +1 -1
- package/lib/types/external/OrgSchema/VoteAction.d.ts.map +1 -1
- package/lib/types/external/OrgSchema/private/orgSchemaProperties.d.ts +1 -1
- package/lib/types/external/OrgSchema/private/orgSchemaProperties.d.ts.map +1 -1
- package/lib/types/external/OrgSchema/private/orgSchemaProperty.d.ts +1 -1
- package/lib/types/external/OrgSchema/private/orgSchemaProperty.d.ts.map +1 -1
- package/package.json +10 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Thing.d.ts","sourceRoot":"","sources":["../../../../src/types/external/OrgSchema/Thing.ts"],"names":[],"mappings":"AACA,OAAO,EAAyD,KAAK,aAAa,EAAqB,MAAM,SAAS,CAAC;AAEvH,OAAO,EAAU,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AAI/C;;;;;;GAMG;AACH,MAAM,MAAM,KAAK,GAAG;IAClB,UAAU,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEnC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,CAAC;IAEhD;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAeF,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Thing.d.ts","sourceRoot":"","sources":["../../../../src/types/external/OrgSchema/Thing.ts"],"names":[],"mappings":"AACA,OAAO,EAAyD,KAAK,aAAa,EAAqB,MAAM,SAAS,CAAC;AAEvH,OAAO,EAAU,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AAI/C;;;;;;GAMG;AACH,MAAM,MAAM,KAAK,GAAG;IAClB,UAAU,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEnC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,CAAC;IAEhD;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAeF,eAAO,MAAM,KAAK,6CAA8C,QAAQ,GAAG,SAAS,QAgBjF,CAAC;AAEJ,eAAO,MAAM,UAAU,SAAU,OAAO,KAAG,KAA0C,CAAC"}
|
|
@@ -17,6 +17,6 @@ export type VoteAction = Action & {
|
|
|
17
17
|
*/
|
|
18
18
|
actionOption?: string | undefined;
|
|
19
19
|
};
|
|
20
|
-
export declare const voteAction: <TEntries extends ObjectEntries>(entries?: TEntries) => any;
|
|
20
|
+
export declare const voteAction: <TEntries extends ObjectEntries>(entries?: TEntries | undefined) => any;
|
|
21
21
|
export declare const parseVoteAction: (data: unknown) => VoteAction;
|
|
22
22
|
//# sourceMappingURL=VoteAction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VoteAction.d.ts","sourceRoot":"","sources":["../../../../src/types/external/OrgSchema/VoteAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,aAAa,EAAE,MAAM,SAAS,CAAC;AAE5D,OAAO,EAAU,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AAG/C;;;;;;;;GAQG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG;IAChC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"VoteAction.d.ts","sourceRoot":"","sources":["../../../../src/types/external/OrgSchema/VoteAction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,aAAa,EAAE,MAAM,SAAS,CAAC;AAE5D,OAAO,EAAU,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AAG/C;;;;;;;;GAQG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG;IAChC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,UAAU,6CAA8C,QAAQ,GAAG,SAAS,QAKrF,CAAC;AAEL,eAAO,MAAM,eAAe,SAAU,OAAO,KAAG,UAAuC,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { type ArraySchema, type BaseSchema, type Output, type UndefinedSchema } from 'valibot';
|
|
2
|
-
export default function orgSchemaProperties<T extends BaseSchema>(schema: T): UndefinedSchema | ArraySchema<import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").UnionSchema<(T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>)[], Output<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>>>, undefined, undefined extends infer T_1 ? T_1 extends undefined ? T_1 extends import("valibot").Input<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>> | (() => import("valibot").Input<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>>) ? Output<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>> : Output<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>> : never : never>, any
|
|
2
|
+
export default function orgSchemaProperties<T extends BaseSchema>(schema: T): UndefinedSchema<undefined> | ArraySchema<import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").UnionSchema<(T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>)[], Output<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>>>, undefined, undefined extends infer T_1 ? T_1 extends undefined ? T_1 extends import("valibot").Input<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>> | (() => import("valibot").Input<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>>) ? Output<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>> : Output<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>> : never : never>, any>, (undefined extends infer T_2 ? T_2 extends undefined ? T_2 extends import("valibot").Input<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>> | (() => import("valibot").Input<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>>) ? Output<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>> : Output<T | import("valibot").SchemaWithTransform<ArraySchema<T, Output<T>[]>, Output<T>>> : never : never)[]>;
|
|
3
3
|
//# sourceMappingURL=orgSchemaProperties.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orgSchemaProperties.d.ts","sourceRoot":"","sources":["../../../../../src/types/external/OrgSchema/private/orgSchemaProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,WAAW,EAChB,KAAK,UAAU,EAEf,KAAK,MAAM,EACX,KAAK,eAAe,EACrB,MAAM,SAAS,CAAC;AAUjB,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,CAAC,SAAS,UAAU,EAAE,MAAM,EAAE,CAAC
|
|
1
|
+
{"version":3,"file":"orgSchemaProperties.d.ts","sourceRoot":"","sources":["../../../../../src/types/external/OrgSchema/private/orgSchemaProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,WAAW,EAChB,KAAK,UAAU,EAEf,KAAK,MAAM,EACX,KAAK,eAAe,EACrB,MAAM,SAAS,CAAC;AAUjB,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,CAAC,SAAS,UAAU,EAAE,MAAM,EAAE,CAAC,+yCAE1E"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { type BaseSchema } from 'valibot';
|
|
2
|
-
declare const orgSchemaProperty: <T extends BaseSchema
|
|
2
|
+
declare const orgSchemaProperty: <T extends BaseSchema<any, any>>(schema: T) => import("valibot").SchemaWithFallback<import("valibot").OptionalSchema<import("valibot").UnionSchema<(T | import("valibot").SchemaWithTransform<import("valibot").ArraySchema<T, import("valibot").Output<T>[]>, import("valibot").Output<T>>)[], import("valibot").Output<T | import("valibot").SchemaWithTransform<import("valibot").ArraySchema<T, import("valibot").Output<T>[]>, import("valibot").Output<T>>>>, undefined, undefined extends infer T_1 ? T_1 extends undefined ? T_1 extends import("valibot").Input<T | import("valibot").SchemaWithTransform<import("valibot").ArraySchema<T, import("valibot").Output<T>[]>, import("valibot").Output<T>>> | (() => import("valibot").Input<T | import("valibot").SchemaWithTransform<import("valibot").ArraySchema<T, import("valibot").Output<T>[]>, import("valibot").Output<T>>>) ? import("valibot").Output<T | import("valibot").SchemaWithTransform<import("valibot").ArraySchema<T, import("valibot").Output<T>[]>, import("valibot").Output<T>>> : import("valibot").Output<T | import("valibot").SchemaWithTransform<import("valibot").ArraySchema<T, import("valibot").Output<T>[]>, import("valibot").Output<T>>> : never : never>, any>;
|
|
3
3
|
export default orgSchemaProperty;
|
|
4
4
|
//# sourceMappingURL=orgSchemaProperty.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orgSchemaProperty.d.ts","sourceRoot":"","sources":["../../../../../src/types/external/OrgSchema/private/orgSchemaProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+C,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AAEvF,QAAA,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"orgSchemaProperty.d.ts","sourceRoot":"","sources":["../../../../../src/types/external/OrgSchema/private/orgSchemaProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+C,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AAEvF,QAAA,MAAM,iBAAiB,2CAAkC,CAAC,ipCACmC,CAAC;AAE9F,eAAe,iBAAiB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "botframework-webchat-core",
|
|
3
|
-
"version": "4.17.
|
|
3
|
+
"version": "4.17.1-main.20240508.bf8dbd9",
|
|
4
4
|
"description": "Core of botframework-webchat",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -75,28 +75,28 @@
|
|
|
75
75
|
"@babel/plugin-transform-runtime": "^7.19.1",
|
|
76
76
|
"@babel/plugin-transform-typescript": "^7.19.1",
|
|
77
77
|
"@babel/preset-env": "^7.19.1",
|
|
78
|
-
"@types/node": "^20.
|
|
78
|
+
"@types/node": "^20.12.11",
|
|
79
79
|
"babel-plugin-istanbul": "^6.1.1",
|
|
80
80
|
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
|
81
81
|
"botframework-directlinejs": "^0.15.5",
|
|
82
82
|
"concurrently": "^8.2.2",
|
|
83
83
|
"cross-env": "^7.0.3",
|
|
84
|
-
"tsd": "^0.
|
|
85
|
-
"type-fest": "^4.
|
|
86
|
-
"typescript": "^5.
|
|
84
|
+
"tsd": "^0.31.0",
|
|
85
|
+
"type-fest": "^4.18.2",
|
|
86
|
+
"typescript": "^5.4.5"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@babel/runtime": "7.19.0",
|
|
90
90
|
"jwt-decode": "4.0.0",
|
|
91
91
|
"math-random": "2.0.1",
|
|
92
|
-
"mime": "4.0.
|
|
93
|
-
"p-defer": "4.0.
|
|
92
|
+
"mime": "4.0.3",
|
|
93
|
+
"p-defer": "4.0.1",
|
|
94
94
|
"p-defer-es5": "2.0.1",
|
|
95
|
-
"redux": "5.0.
|
|
95
|
+
"redux": "5.0.1",
|
|
96
96
|
"redux-devtools-extension": "2.13.9",
|
|
97
|
-
"redux-saga": "1.
|
|
97
|
+
"redux-saga": "1.3.0",
|
|
98
98
|
"simple-update-in": "2.2.0",
|
|
99
|
-
"valibot": "
|
|
99
|
+
"valibot": "0.30.0"
|
|
100
100
|
},
|
|
101
101
|
"engines": {
|
|
102
102
|
"node": ">=12.0.0"
|