@chrryai/chrry 1.1.85 → 1.1.89
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/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +650 -724
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +619 -693
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1024,7 +1024,7 @@ declare function reorderApps({ token, apps, autoInstall, API_URL, }: {
|
|
|
1024
1024
|
autoInstall?: boolean;
|
|
1025
1025
|
API_URL?: string;
|
|
1026
1026
|
}): Promise<any>;
|
|
1027
|
-
declare const getSession: ({ deviceId, fingerprint, gift, isStandalone, token, API_URL, VERSION, app, appSlug, agentName, }: {
|
|
1027
|
+
declare const getSession: ({ deviceId, fingerprint, gift, isStandalone, token, API_URL, VERSION, app, appSlug, agentName, chrryUrl, }: {
|
|
1028
1028
|
deviceId: string | undefined;
|
|
1029
1029
|
fingerprint?: string;
|
|
1030
1030
|
gift?: string;
|
|
@@ -1035,6 +1035,7 @@ declare const getSession: ({ deviceId, fingerprint, gift, isStandalone, token, A
|
|
|
1035
1035
|
app?: "extension" | "pwa" | "web";
|
|
1036
1036
|
appSlug?: string;
|
|
1037
1037
|
agentName?: string;
|
|
1038
|
+
chrryUrl?: string;
|
|
1038
1039
|
}) => Promise<session | {
|
|
1039
1040
|
error?: string;
|
|
1040
1041
|
status?: number;
|
|
@@ -1278,7 +1279,7 @@ declare const isFirefox: boolean;
|
|
|
1278
1279
|
declare function getFlag({ code }: {
|
|
1279
1280
|
code?: string;
|
|
1280
1281
|
}): string;
|
|
1281
|
-
declare const VERSION = "1.1.
|
|
1282
|
+
declare const VERSION = "1.1.89";
|
|
1282
1283
|
type instructionBase = {
|
|
1283
1284
|
id: string;
|
|
1284
1285
|
title: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1024,7 +1024,7 @@ declare function reorderApps({ token, apps, autoInstall, API_URL, }: {
|
|
|
1024
1024
|
autoInstall?: boolean;
|
|
1025
1025
|
API_URL?: string;
|
|
1026
1026
|
}): Promise<any>;
|
|
1027
|
-
declare const getSession: ({ deviceId, fingerprint, gift, isStandalone, token, API_URL, VERSION, app, appSlug, agentName, }: {
|
|
1027
|
+
declare const getSession: ({ deviceId, fingerprint, gift, isStandalone, token, API_URL, VERSION, app, appSlug, agentName, chrryUrl, }: {
|
|
1028
1028
|
deviceId: string | undefined;
|
|
1029
1029
|
fingerprint?: string;
|
|
1030
1030
|
gift?: string;
|
|
@@ -1035,6 +1035,7 @@ declare const getSession: ({ deviceId, fingerprint, gift, isStandalone, token, A
|
|
|
1035
1035
|
app?: "extension" | "pwa" | "web";
|
|
1036
1036
|
appSlug?: string;
|
|
1037
1037
|
agentName?: string;
|
|
1038
|
+
chrryUrl?: string;
|
|
1038
1039
|
}) => Promise<session | {
|
|
1039
1040
|
error?: string;
|
|
1040
1041
|
status?: number;
|
|
@@ -1278,7 +1279,7 @@ declare const isFirefox: boolean;
|
|
|
1278
1279
|
declare function getFlag({ code }: {
|
|
1279
1280
|
code?: string;
|
|
1280
1281
|
}): string;
|
|
1281
|
-
declare const VERSION = "1.1.
|
|
1282
|
+
declare const VERSION = "1.1.89";
|
|
1282
1283
|
type instructionBase = {
|
|
1283
1284
|
id: string;
|
|
1284
1285
|
title: string;
|