@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 +1 -1
- package/src/sdks/drozbot.d.ts +1 -1
package/package.json
CHANGED
package/src/sdks/drozbot.d.ts
CHANGED
|
@@ -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['
|
|
270
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
271
271
|
};
|
|
272
272
|
export type IntentDictionary = {
|
|
273
273
|
createdAt: Scalars['DateTime']['output'];
|