@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 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;