@amohamud23/notihub 1.0.138 → 1.0.140

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.cts CHANGED
@@ -49,7 +49,7 @@ type INotiHubCustomer = {
49
49
  updatedAt: string;
50
50
  };
51
51
  type INotiHubCustomerMetadata = {
52
- _id: string;
52
+ _id?: string;
53
53
  customerId: string;
54
54
  paymentState: "ACTIVE" | "INACTIVE";
55
55
  emailState: "VERIFIED" | "UNVERIFIED";
@@ -188,6 +188,7 @@ type NotiHubTypes = {
188
188
  INotiHubCustomer: INotiHubCustomer;
189
189
  INotiHubCustomerMinified: INotiHubCustomerMinified;
190
190
  INotiHubStatsHistory: INotiHubStatsHistory;
191
+ INotiHubCustomerMetadata: INotiHubCustomerMetadata;
191
192
  };
192
193
 
193
194
  type AddMonths = {
package/dist/index.d.ts CHANGED
@@ -49,7 +49,7 @@ type INotiHubCustomer = {
49
49
  updatedAt: string;
50
50
  };
51
51
  type INotiHubCustomerMetadata = {
52
- _id: string;
52
+ _id?: string;
53
53
  customerId: string;
54
54
  paymentState: "ACTIVE" | "INACTIVE";
55
55
  emailState: "VERIFIED" | "UNVERIFIED";
@@ -188,6 +188,7 @@ type NotiHubTypes = {
188
188
  INotiHubCustomer: INotiHubCustomer;
189
189
  INotiHubCustomerMinified: INotiHubCustomerMinified;
190
190
  INotiHubStatsHistory: INotiHubStatsHistory;
191
+ INotiHubCustomerMetadata: INotiHubCustomerMetadata;
191
192
  };
192
193
 
193
194
  type AddMonths = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.0.138",
3
+ "version": "1.0.140",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",