@livetiles/reach-plugin-types 0.5.0-preview.6 → 0.5.0-preview.9
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/lib/index.d.ts +4 -4
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -6330,7 +6330,7 @@ declare module "apps/reach-app/src/app/admin/users/GenerateApiKeyButton" {
|
|
|
6330
6330
|
onApiKeyAdded: () => void;
|
|
6331
6331
|
}>;
|
|
6332
6332
|
}
|
|
6333
|
-
declare module "apps/reach-app/src/app/admin/users/ImportUsersPreview" {
|
|
6333
|
+
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUsersPreview" {
|
|
6334
6334
|
import { FC } from 'react';
|
|
6335
6335
|
import { SubscriptionJoinResultType } from "libs/reach/util/common/src/index";
|
|
6336
6336
|
export enum GenericErrorType {
|
|
@@ -6346,8 +6346,8 @@ declare module "apps/reach-app/src/app/admin/users/ImportUsersPreview" {
|
|
|
6346
6346
|
previewUsers: UserImport[];
|
|
6347
6347
|
}>;
|
|
6348
6348
|
}
|
|
6349
|
-
declare module "apps/reach-app/src/app/admin/users/useUserCsvInviter" {
|
|
6350
|
-
import { UserImport } from "apps/reach-app/src/app/admin/users/ImportUsersPreview";
|
|
6349
|
+
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/useUserCsvInviter" {
|
|
6350
|
+
import { UserImport } from "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUsersPreview";
|
|
6351
6351
|
export function useUserCsvInviter(): {
|
|
6352
6352
|
invitedUsers: UserImport[];
|
|
6353
6353
|
isValidating: boolean;
|
|
@@ -6360,7 +6360,7 @@ declare module "apps/reach-app/src/app/admin/users/useUserCsvInviter" {
|
|
|
6360
6360
|
isImporting: boolean;
|
|
6361
6361
|
};
|
|
6362
6362
|
}
|
|
6363
|
-
declare module "apps/reach-app/src/app/admin/users/ImportUserButton" {
|
|
6363
|
+
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUserButton" {
|
|
6364
6364
|
import { FC } from 'react';
|
|
6365
6365
|
export const ImportUserButton: FC<{
|
|
6366
6366
|
onSuccessfulImport?: () => void;
|