@magicbell/cli
Advanced tools
Comparing version 4.2.0 to 4.2.1
export declare const api: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const config: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
@@ -5,4 +5,4 @@ // Note, constants are replaced right after tsc built the project. | ||
name: '@magicbell/cli', | ||
version: '4.2.0', | ||
version: '4.2.1', | ||
}; | ||
//# sourceMappingURL=pkg.js.map |
export declare const listen: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const login: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const logout: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const broadcasts: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const broadcastsNotifications: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const imports: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const metrics: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const metricsCategories: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const metricsTopics: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const users: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const usersNotifications: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const usersPushSubscriptions: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const notificationPreferences: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const notifications: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const pushSubscriptions: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const subscriptions: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
export declare const user: import("commander").Command & { | ||
group(name: any): import("commander").Command & any; | ||
group(name: any): import("commander").Command & /*elided*/ any; | ||
}; |
{ | ||
"name": "@magicbell/cli", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Work with MagicBell from the command line", | ||
@@ -49,7 +49,7 @@ "author": "MagicBell <bot@magicbell.io> (https://magicbell.com)", | ||
"kleur": "^4.1.5", | ||
"magicbell": "4.1.0", | ||
"magicbell": "4.2.0", | ||
"readline-sync": "^1.4.10" | ||
}, | ||
"devDependencies": { | ||
"@magicbell/codegen": "0.2.7", | ||
"@magicbell/codegen": "0.3.0", | ||
"@types/configstore": "^6.0.2", | ||
@@ -56,0 +56,0 @@ "tsx": "^4.19.0" |
144467
+ Addedmagicbell@4.2.0(transitive)
- Removedmagicbell@4.1.0(transitive)
Updatedmagicbell@4.2.0