@chrryai/chrry 1.6.52 → 1.6.58
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1609 -17723
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1588 -17694
- package/dist/index.mjs.map +1 -1
- package/package.json +18 -2
- package/dist/react-big-calendar-CZUOZU6R.css +0 -844
- package/dist/styles-33VDVJ6F.css +0 -68
package/dist/index.d.mts
CHANGED
|
@@ -1571,11 +1571,12 @@ declare const getApps: ({ API_URL, token, chrryUrl, appId, }: {
|
|
|
1571
1571
|
error: string;
|
|
1572
1572
|
status: number;
|
|
1573
1573
|
}>;
|
|
1574
|
-
declare const getApp: ({ API_URL, token, appId, chrryUrl, }: {
|
|
1574
|
+
declare const getApp: ({ API_URL, token, appId, chrryUrl, pathname, }: {
|
|
1575
1575
|
API_URL?: string;
|
|
1576
1576
|
token: string;
|
|
1577
1577
|
appId?: string;
|
|
1578
1578
|
chrryUrl?: string;
|
|
1579
|
+
pathname?: string;
|
|
1579
1580
|
}) => Promise<appWithStore>;
|
|
1580
1581
|
declare const getTranslations: ({ API_URL, token, locale, }?: {
|
|
1581
1582
|
API_URL?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1571,11 +1571,12 @@ declare const getApps: ({ API_URL, token, chrryUrl, appId, }: {
|
|
|
1571
1571
|
error: string;
|
|
1572
1572
|
status: number;
|
|
1573
1573
|
}>;
|
|
1574
|
-
declare const getApp: ({ API_URL, token, appId, chrryUrl, }: {
|
|
1574
|
+
declare const getApp: ({ API_URL, token, appId, chrryUrl, pathname, }: {
|
|
1575
1575
|
API_URL?: string;
|
|
1576
1576
|
token: string;
|
|
1577
1577
|
appId?: string;
|
|
1578
1578
|
chrryUrl?: string;
|
|
1579
|
+
pathname?: string;
|
|
1579
1580
|
}) => Promise<appWithStore>;
|
|
1580
1581
|
declare const getTranslations: ({ API_URL, token, locale, }?: {
|
|
1581
1582
|
API_URL?: string;
|