New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

asma-types

Package Overview
Dependencies
Maintainers
6
Versions
154
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.27 to 1.1.28

27

lib/interfaces/enums.d.ts

@@ -232,2 +232,29 @@ /**

}
export declare enum ProtectedRoutesPaths {
login = "/login",
homeIndex = "/",
home = "home",
customer = "customer",
documents = "customer/documents",
consents = "consents",
shortcuts = "shortcuts",
qnrCompleted = "completed-schemas",
chat = "chat",
tasks = "tasks",
calendar = "calendar",
overview = "overview",
tiltak = "information-on-tiltak",
candidatProfile = "candidat-profile",
jobsearch = "/job-search",
jobseeker = "/patient-profile",
directory = "/directory",
plans = "plans",
research = "research",
summary = "summary",
qnrview = "qnr-view",
researchQnrView = "research/qnr-view",
plansQnrView = "plans/qnr-view",
summaryQnrView = "summary/qnr-view",
artifactPresenter = "/artifact-presenter"
}
export declare enum ExpressionOperators {

@@ -234,0 +261,0 @@ Addition = "+",

@@ -314,2 +314,33 @@ // deprecated, replaced with QueriesInitiator

})(PortalRoutesPaths || (PortalRoutesPaths = {}));
export var ProtectedRoutesPaths;
(function (ProtectedRoutesPaths) {
ProtectedRoutesPaths["login"] = "/login";
ProtectedRoutesPaths["homeIndex"] = "/";
ProtectedRoutesPaths["home"] = "home";
ProtectedRoutesPaths["customer"] = "customer";
ProtectedRoutesPaths["documents"] = "customer/documents";
ProtectedRoutesPaths["consents"] = "consents";
ProtectedRoutesPaths["shortcuts"] = "shortcuts";
ProtectedRoutesPaths["qnrCompleted"] = "completed-schemas";
ProtectedRoutesPaths["chat"] = "chat";
ProtectedRoutesPaths["tasks"] = "tasks";
ProtectedRoutesPaths["calendar"] = "calendar";
ProtectedRoutesPaths["overview"] = "overview";
ProtectedRoutesPaths["tiltak"] = "information-on-tiltak";
ProtectedRoutesPaths["candidatProfile"] = "candidat-profile";
ProtectedRoutesPaths["jobsearch"] = "/job-search";
ProtectedRoutesPaths["jobseeker"] = "/patient-profile";
ProtectedRoutesPaths["directory"] = "/directory";
//
ProtectedRoutesPaths["plans"] = "plans";
ProtectedRoutesPaths["research"] = "research";
ProtectedRoutesPaths["summary"] = "summary";
//
ProtectedRoutesPaths["qnrview"] = "qnr-view";
ProtectedRoutesPaths["researchQnrView"] = "research/qnr-view";
ProtectedRoutesPaths["plansQnrView"] = "plans/qnr-view";
ProtectedRoutesPaths["summaryQnrView"] = "summary/qnr-view";
//
ProtectedRoutesPaths["artifactPresenter"] = "/artifact-presenter";
})(ProtectedRoutesPaths || (ProtectedRoutesPaths = {}));
export var ExpressionOperators;

@@ -316,0 +347,0 @@ (function (ExpressionOperators) {

2

package.json
{
"name": "asma-types",
"version": "1.1.27",
"version": "1.1.28",
"description": "shared ts asma types",

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

@@ -323,2 +323,33 @@ // deprecated, replaced with QueriesInitiator

export enum ProtectedRoutesPaths {
login = '/login',
homeIndex = '/',
home = 'home',
customer = 'customer',
documents = 'customer/documents',
consents = 'consents',
shortcuts = 'shortcuts',
qnrCompleted = 'completed-schemas',
chat = 'chat',
tasks = 'tasks',
calendar = 'calendar',
overview = 'overview',
tiltak = 'information-on-tiltak',
candidatProfile = 'candidat-profile',
jobsearch = '/job-search',
jobseeker = '/patient-profile',
directory = '/directory',
//
plans = 'plans',
research = 'research',
summary = 'summary',
//
qnrview = 'qnr-view',
researchQnrView = 'research/qnr-view',
plansQnrView = 'plans/qnr-view',
summaryQnrView = 'summary/qnr-view',
//
artifactPresenter = '/artifact-presenter',
}
export enum ExpressionOperators {

@@ -348,2 +379,2 @@ Addition = '+',

SelectedQnrId = 'selected_query_id',
}
}

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