drapcode-constant 1.2.7 → 1.2.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -45,6 +45,7 @@ export declare const pluginCode: {
|
|
45
45
|
TWO_FACTOR_AUTHENTICATION: string;
|
46
46
|
IMAGINE_PAY: string;
|
47
47
|
FILE_ACTIVITY_TRACKER: string;
|
48
|
+
USER_ACTIVITY_TRACKER: string;
|
48
49
|
};
|
49
50
|
export declare const loginPluginCode: string[];
|
50
51
|
export declare const chatGptModels: {
|
@@ -48,6 +48,7 @@ exports.pluginCode = {
|
|
48
48
|
TWO_FACTOR_AUTHENTICATION: "TWO_FACTOR_AUTHENTICATION",
|
49
49
|
IMAGINE_PAY: "IMAGINE_PAY",
|
50
50
|
FILE_ACTIVITY_TRACKER: "FILE_ACTIVITY_TRACKER",
|
51
|
+
USER_ACTIVITY_TRACKER: "USER_ACTIVITY_TRACKER",
|
51
52
|
};
|
52
53
|
exports.loginPluginCode = [
|
53
54
|
exports.pluginCode.LOGIN,
|