Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@notifi-network/notifi-dataplane

Package Overview
Dependencies
Maintainers
8
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notifi-network/notifi-dataplane - npm Package Compare versions

Comparing version 0.90.8 to 0.90.9-alpha.8

lib/types/CommunityManagerVariablesJsonPayload.ts

25

lib/types/FusionMessage.ts
import { Types } from 'notifi-graphql/dist';
// If payload type undefined, fallback to default CommunityManagerJsonPayload
export interface FusionMessage<T extends object = CommunityManagerJsonPayload> {
export interface FusionMessage {
eventTypeId: string;
variablesJson: VariablesJsonPayload<T>;
variablesJson: object;
specificWallets?: ReadonlyArray<

@@ -14,21 +13,1 @@ Readonly<{

}
export type VariablesJsonPayload<T extends object> =
T extends CommunityManagerJsonPayload ? CommunityManagerJsonPayload : object;
export type CommunityManagerJsonPayload = { Platform: TargetVariables } & {
[key in OptionalTargetType]?: TargetVariables;
};
export type OptionalTargetType = 'Sms' | 'Telegram' | 'Discord' | 'Email';
/**
* @param message - only plain text is supported.
* @param message__markdown - markdown string here will be converted to html.
*/
export type TargetVariables = {
subject?: string;
message?: string;
message__markdown?: string;
[key: string]: string | undefined;
};
{
"name": "@notifi-network/notifi-dataplane",
"version": "0.90.8",
"version": "0.90.9-alpha.8+24cef384",
"description": "The Dataplane API for Notifi",

@@ -25,3 +25,3 @@ "main": "./dist/index.js",

"dependencies": {
"@notifi-network/notifi-graphql": "^0.90.8"
"@notifi-network/notifi-graphql": "^0.90.9-alpha.8+24cef384"
},

@@ -38,3 +38,3 @@ "repository": {

"homepage": "https://github.com/notifi-network/notifi-sdk-ts#readme",
"gitHead": "284bc26cd4f16995fafc7c59ce04601c4d2b5841"
"gitHead": "24cef384b68235f4cf1a137a9656a435cfce1272"
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc