@zimyo/manage 0.3.27 → 0.3.28

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.
@@ -23,3 +23,4 @@ export declare const SD_EMAIL_TICKET_LIST = "email/list";
23
23
  export declare const TRANSACTION_HISTORY_LEDGER = "subscription/ledger";
24
24
  export declare const TRANSACTION_HISTORY_PAYMENT_HISTORY = "subscription/payment-history";
25
25
  export declare const SEND_MAIL_TO_SPOC = "subscription/sendmailtospoc";
26
+ export declare const SUBSCRIPTION_DAILY_USER_COUNT = "subscription/daily-user-counts";
@@ -0,0 +1 @@
1
+ export declare const useDownloadBufferXls: () => (url: string, payload: Record<string, any>, headers?: Record<string, any>, fileName?: string, method?: string, successCallback?: () => void, errorCallback?: () => void) => Promise<void>;
@@ -0,0 +1,2 @@
1
+ declare const ManageUsers: () => import("react/jsx-runtime").JSX.Element;
2
+ export default ManageUsers;
@@ -23,3 +23,4 @@ export declare const SD_EMAIL_TICKET_LIST = "email/list";
23
23
  export declare const TRANSACTION_HISTORY_LEDGER = "subscription/ledger";
24
24
  export declare const TRANSACTION_HISTORY_PAYMENT_HISTORY = "subscription/payment-history";
25
25
  export declare const SEND_MAIL_TO_SPOC = "subscription/sendmailtospoc";
26
+ export declare const SUBSCRIPTION_DAILY_USER_COUNT = "subscription/daily-user-counts";
@@ -0,0 +1 @@
1
+ export declare const useDownloadBufferXls: () => (url: string, payload: Record<string, any>, headers?: Record<string, any>, fileName?: string, method?: string, successCallback?: () => void, errorCallback?: () => void) => Promise<void>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zimyo/manage",
3
3
  "private": false,
4
- "version": "0.3.27",
4
+ "version": "0.3.28",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public"