@droz-js/sdk 0.9.92 → 0.9.95

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@droz-js/sdk",
3
3
  "description": "Droz SDK",
4
- "version": "0.9.92",
4
+ "version": "0.9.95",
5
5
  "private": false,
6
6
  "exports": {
7
7
  ".": "./src/index.js",
@@ -267,7 +267,7 @@ export type I18nTextInput = {
267
267
  };
268
268
  export type Intent = {
269
269
  label?: Maybe<Scalars['String']['output']>;
270
- score?: Maybe<Scalars['Number']['output']>;
270
+ score?: Maybe<Scalars['Float']['output']>;
271
271
  };
272
272
  export type IntentDictionary = {
273
273
  createdAt: Scalars['DateTime']['output'];