@amohamud23/notihub 1.0.21 → 1.0.22

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.
Files changed (2) hide show
  1. package/index.d.ts +19 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -144,3 +144,22 @@ export interface INotiHubUserView {
144
144
  notificationId;
145
145
  createdAt: string;
146
146
  }
147
+
148
+ export interface NotiHubTypes {
149
+ INotiHubUserView: INotiHubUserView;
150
+ IUserSubscribeNotifier: IUserSubscribeNotifier;
151
+ IUserSubscription: IUserSubscription;
152
+ IUserSubscription: IUserSubscription;
153
+ INotiHubUser: INotiHubUser;
154
+ INotiTypeStats: INotiTypeStats;
155
+ INotiHubImage: INotiHubImage;
156
+ INotiHubSubscription: INotiHubSubscription;
157
+ INotiHubNotificationStats: INotiHubNotificationStats;
158
+ INotiHubNotification: INotiHubNotification;
159
+ INotiHubCustomer: INotiHubCustomer;
160
+ INotiHubCustomerMinified: INotiHubCustomerMinified;
161
+ }
162
+
163
+ declare const notihub: NotiHubTypes;
164
+
165
+ export default notihub;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Notihub Package",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.d.ts",