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

asma-types

Package Overview
Dependencies
Maintainers
3
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asma-types - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

5

lib/interfaces/enums.d.ts

@@ -79,3 +79,6 @@ export declare enum InitiatorTypes {

Portal = "PORTAL",
Outlook = "OUTLOOK"
Outlook = "OUTLOOK",
Start = "START",
Research = "RESEARCH",
Plan = "PLAN"
}

@@ -82,0 +85,0 @@ export declare enum TemplatesAccessibleTypes {

3

lib/interfaces/enums.js

@@ -97,2 +97,5 @@ // deprecated, replaced with QueriesInitiator

TemplatesContextTypes["Outlook"] = "OUTLOOK";
TemplatesContextTypes["Start"] = "START";
TemplatesContextTypes["Research"] = "RESEARCH";
TemplatesContextTypes["Plan"] = "PLAN";
})(TemplatesContextTypes || (TemplatesContextTypes = {}));

@@ -99,0 +102,0 @@ export var TemplatesAccessibleTypes;

{
"name": "asma-types",
"version": "1.1.11",
"version": "1.1.12",
"description": "shared ts asma types",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -93,2 +93,5 @@ // deprecated, replaced with QueriesInitiator

Outlook = 'OUTLOOK',
Start = 'START',
Research = 'RESEARCH',
Plan = 'PLAN'
}

@@ -95,0 +98,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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