Socket
Socket
Sign inDemoInstall

@novu/headless

Package Overview
Dependencies
4
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.20.0-alpha.1 to 0.20.0

6

dist/lib/types.d.ts

@@ -1,3 +0,5 @@

import { QueryObserverResult, MutationObserverResult } from '@tanstack/query-core';
import { ButtonTypeEnum, ChannelTypeEnum, MessageActionStatusEnum } from '@novu/shared';
import { ButtonTypeEnum, ChannelTypeEnum, IMessage, IOrganizationEntity, IPaginatedResponse, MessageActionStatusEnum, WebSocketEventEnum } from '@novu/shared';
import { MutationObserverResult, QueryObserverResult } from '@tanstack/query-core';
import { IStoreQuery, IUserGlobalPreferenceSettings, IUserPreferenceSettings } from '@novu/client';
export { ButtonTypeEnum, ChannelTypeEnum, IMessage, IOrganizationEntity, IPaginatedResponse, IStoreQuery, IUserGlobalPreferenceSettings, IUserPreferenceSettings, MessageActionStatusEnum, WebSocketEventEnum, };
export interface IHeadlessServiceOptions {

@@ -4,0 +6,0 @@ backendUrl?: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WebSocketEventEnum = exports.MessageActionStatusEnum = exports.ChannelTypeEnum = exports.ButtonTypeEnum = void 0;
const shared_1 = require("@novu/shared");
Object.defineProperty(exports, "ButtonTypeEnum", { enumerable: true, get: function () { return shared_1.ButtonTypeEnum; } });
Object.defineProperty(exports, "ChannelTypeEnum", { enumerable: true, get: function () { return shared_1.ChannelTypeEnum; } });
Object.defineProperty(exports, "MessageActionStatusEnum", { enumerable: true, get: function () { return shared_1.MessageActionStatusEnum; } });
Object.defineProperty(exports, "WebSocketEventEnum", { enumerable: true, get: function () { return shared_1.WebSocketEventEnum; } });
{
"name": "@novu/headless",
"version": "0.20.0-alpha.1",
"version": "0.20.0",
"repository": "https://github.com/novuhq/novu",

@@ -31,4 +31,4 @@ "description": "Headless client package that is a thin abstraction layer over the API client + state and socket management",

"dependencies": {
"@novu/client": "^0.20.0-alpha.1",
"@novu/shared": "^0.20.0-alpha.1",
"@novu/client": "^0.20.0",
"@novu/shared": "^0.20.0",
"@tanstack/query-core": "^4.15.1",

@@ -51,3 +51,3 @@ "socket.io-client": "4.7.2"

},
"gitHead": "11387a3d477dd770d2a6af316b8de8aaa546b58b"
"gitHead": "066e218bd0cf56bfed476db177011977051dd2b7"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc