@livetiles/reach-plugin-types 0.5.0-preview.25 → 0.5.0-preview.26

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/lib/index.d.ts +2 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -6359,7 +6359,8 @@ declare module "apps/reach-app/src/app/admin/users/invite-users-csv/useUserCsvIn
6359
6359
  setError: import("react").Dispatch<import("react").SetStateAction<string>>;
6360
6360
  inviteUsers: (onSuccess?: () => void) => Promise<void>;
6361
6361
  isParserReady: boolean;
6362
- isImporting: boolean;
6362
+ isInviting: boolean;
6363
+ canInvite: boolean;
6363
6364
  };
6364
6365
  }
6365
6366
  declare module "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUserButton" {
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.25",
7
+ "version": "0.5.0-preview.26",
8
8
  "dependencies": {}
9
9
  }