@quesmed/types-rn 2.2.9 → 2.2.12
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
|
@@ -27,7 +27,7 @@ export interface IMarksheetActionInfo {
|
|
|
27
27
|
action: EMarksheetAction;
|
|
28
28
|
users: IUser[];
|
|
29
29
|
}
|
|
30
|
-
export declare type IOnMarksheetActionChangeData = RootData<IMarksheetActionInfo, '
|
|
30
|
+
export declare type IOnMarksheetActionChangeData = RootData<IMarksheetActionInfo, 'onMarksheetActionInfoChange'>;
|
|
31
31
|
export declare const ON_MARKSHEET_ACTION_INFO_CHANGE_KEY = "ON_MARKSHEET_ACTION_INFO_CHANGE";
|
|
32
32
|
export declare const ON_MARKSHEET_ACTION_INFO_CHANGE: import("@apollo/client").DocumentNode;
|
|
33
33
|
/**
|
|
@@ -43,7 +43,7 @@ export interface IPreStartMarksheetData {
|
|
|
43
43
|
marksheetId: Id;
|
|
44
44
|
user: IUser;
|
|
45
45
|
}
|
|
46
|
-
export declare type IOnPreStartMarksheetModificationData = RootData<IPreStartMarksheetData, '
|
|
46
|
+
export declare type IOnPreStartMarksheetModificationData = RootData<IPreStartMarksheetData, 'onPreStartMarksheetModification'>;
|
|
47
47
|
export declare const ON_PRESTART_MARKSHEET_MODIFICATION_KEY = "ON_PRESTART_MARKSHEET_MODIFICATION";
|
|
48
48
|
export declare const ON_PRESTART_MARKSHEET_MODIFICATION: import("@apollo/client").DocumentNode;
|
|
49
49
|
/**
|
|
@@ -64,6 +64,6 @@ export interface IMarksheetDataModification {
|
|
|
64
64
|
user: IUser;
|
|
65
65
|
isAnswered?: boolean;
|
|
66
66
|
}
|
|
67
|
-
export declare type IOnMarksheetDataModificationData = RootData<IMarksheetDataModification, '
|
|
67
|
+
export declare type IOnMarksheetDataModificationData = RootData<IMarksheetDataModification, 'onMarksheetDataModification'>;
|
|
68
68
|
export declare const ON_MARKSHEET_DATA_MODIFICATION_KEY = "ON_MARKSHEET_DATA_MODIFICATION";
|
|
69
69
|
export declare const ON_MARKSHEET_DATA_MODIFICATION: import("@apollo/client").DocumentNode;
|