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
155
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.21 to 1.1.22

0

lib/index.d.ts

@@ -0,0 +0,0 @@ export type { IUploadedDocument } from './interfaces/api/advoca/IUploadedDocument';

@@ -0,0 +0,0 @@ export * from './interfaces/jwtClaims';

@@ -0,0 +0,0 @@ export interface ISaveToDataBase {

export {};
//# sourceMappingURL=ISaveToDataBase.js.map

@@ -0,0 +0,0 @@ export interface IUploadedDocument {

export {};
//# sourceMappingURL=IUploadedDocument.js.map

@@ -0,0 +0,0 @@ export declare enum ArtifactPresenterTypes {

@@ -0,0 +0,0 @@ export var ArtifactPresenterTypes;

4

lib/interfaces/enums.d.ts

@@ -234,2 +234,6 @@ export declare enum InitiatorTypes {

}
export declare enum SearchParams {
SelectedUserId = "selected_patient_id",
SelectedQnrId = "selected_query_id"
}
//# sourceMappingURL=enums.d.ts.map

@@ -316,2 +316,7 @@ // deprecated, replaced with QueriesInitiator

})(Language || (Language = {}));
export var SearchParams;
(function (SearchParams) {
SearchParams["SelectedUserId"] = "selected_patient_id";
SearchParams["SelectedQnrId"] = "selected_query_id";
})(SearchParams || (SearchParams = {}));
//# sourceMappingURL=enums.js.map

@@ -0,0 +0,0 @@ import type { roles_enum, feature_names_enum } from "asma-genql-directory/lib";

@@ -0,0 +0,0 @@ export function isRecipientJwtClaims(claims) {

2

package.json
{
"name": "asma-types",
"version": "1.1.21",
"version": "1.1.22",
"description": "shared ts asma types",

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

@@ -0,0 +0,0 @@ export type { IUploadedDocument } from './interfaces/api/advoca/IUploadedDocument'

@@ -0,0 +0,0 @@ export interface ISaveToDataBase {

@@ -0,0 +0,0 @@ export interface IUploadedDocument {

@@ -0,0 +0,0 @@ export enum ArtifactPresenterTypes {

@@ -327,1 +327,6 @@ // deprecated, replaced with QueriesInitiator

}
export enum SearchParams {
SelectedUserId = 'selected_patient_id',
SelectedQnrId = 'selected_query_id',
}

@@ -0,0 +0,0 @@ import type { roles_enum, feature_names_enum } from "asma-genql-directory/lib"

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

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