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.39 to 1.1.40

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;

8

lib/interfaces/enums.d.ts

@@ -225,4 +225,4 @@ /**

};
export declare type TemplateStatusTypes = typeof TTemplateStatus[keyof typeof TTemplateStatus];
export declare type TemplateStatusIconTypes = typeof TemplateFilterStatusTypes[keyof typeof TemplateStatusIcon];
export type TemplateStatusTypes = typeof TTemplateStatus[keyof typeof TTemplateStatus];
export type TemplateStatusIconTypes = typeof TemplateFilterStatusTypes[keyof typeof TemplateStatusIcon];
export declare enum PortalRoutesPaths {

@@ -278,4 +278,4 @@ Overview = "overview",

}
export declare type IExpressionOperators = typeof ExpressionOperators[keyof typeof ExpressionOperators];
export declare type IExpressionPrefix = typeof ExpressionPrefix[keyof typeof ExpressionPrefix];
export type IExpressionOperators = typeof ExpressionOperators[keyof typeof ExpressionOperators];
export type IExpressionPrefix = typeof ExpressionPrefix[keyof typeof ExpressionPrefix];
export declare enum Language {

@@ -282,0 +282,0 @@ EN = "en",

@@ -0,0 +0,0 @@ // deprecated, replaced with QueriesInitiator

@@ -9,3 +9,3 @@ /**

exp?: number;
customer_id: string;
customer_id?: string;
}

@@ -12,0 +12,0 @@ export interface IAdminJwtClaims<R extends string> extends IBaseJwtClaims<R> {

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

{
"name": "asma-types",
"version": "1.1.39",
"version": "1.1.40",
"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 {

@@ -0,0 +0,0 @@ // deprecated, replaced with QueriesInitiator

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

exp?: number
customer_id: string
customer_id?: string
}

@@ -24,0 +24,0 @@

@@ -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