@asksuite/askflow-app-sdk 0.4.2 → 0.4.3

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -184,7 +184,7 @@ export declare type IResponseDynamicData = {
184
184
  export interface IQueryResult {
185
185
  items: IQueryItem[];
186
186
  eventResult?: IResponseEvent;
187
- authValidationResults: IAuthValidationResult[];
187
+ authValidationResultList: IAuthValidationResult[];
188
188
  updatedAuthDataMap: {
189
189
  [key: string]: IAuth;
190
190
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asksuite/askflow-app-sdk",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.m.js",
6
6
  "unpkg": "dist/index.umd.js",