@zimyo/manage 0.2.24 → 0.2.25

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.
@@ -37,12 +37,4 @@ export declare const INVOICE_PAYMENT_STATUS: {
37
37
  OVERDUE: number;
38
38
  UNPAID: number;
39
39
  };
40
- export declare const INVOICE_PAID_STATUS_COLOR: {
41
- 0: string;
42
- 1: string;
43
- 2: string;
44
- 3: string;
45
- 4: string;
46
- 5: string;
47
- 6: string;
48
- };
40
+ export declare const INVOICE_PAID_STATUS_COLOR: Record<number, string>;
@@ -18,3 +18,5 @@ export declare const BILLING_INVOICE = "subscription/account-invoice";
18
18
  export declare const ADDON_CLIENT_LIST = "subscription/addonclient_list";
19
19
  export declare const SUBSCRIPTION_UPDATE_STATUS = "subscription/update-subscription-status";
20
20
  export declare const CUSTOMER_MAILS = "customer/communication_email-list";
21
+ export declare const SD_STATUS_WISE_COUNT = "email/status-wise-count";
22
+ export declare const SD_EMAIL_TICKET_LIST = "email/list";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zimyo/manage",
3
3
  "private": false,
4
- "version": "0.2.24",
4
+ "version": "0.2.25",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -35,11 +35,12 @@
35
35
  "@mui/x-date-pickers": "^7.9.0",
36
36
  "@zimyo/components": "^4.2.5",
37
37
  "@zimyo/design-system": "^4.0.0",
38
+ "@zimyo/ui": "^1.11.6",
38
39
  "axios": "^1.7.2",
39
40
  "dayjs": "^1.11.11",
40
41
  "lodash": "^4.17.21",
41
- "react": "18.3.1",
42
- "react-dom": "18.3.1",
42
+ "react": "17.0.1",
43
+ "react-dom": "17.0.1",
43
44
  "react-icons": "^5.2.1",
44
45
  "react-if": "^4.1.5",
45
46
  "react-query": "^3.39.3",