🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nomalism-com/types

Package Overview
Dependencies
Maintainers
2
Versions
3536
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nomalism-com/types - npm Package Compare versions

Comparing version
0.46.39
to
0.46.40
+4
-5
dist/modules/sms/allowedDevice/interfaces.d.ts

@@ -8,7 +8,6 @@ import { AllowedDevice } from '../../../shared/entities/sms';

export type ICreateRequest = Pick<Entity, 'key' | 'apk_name'>;
export interface IUpdateRequest {
allow_app?: boolean;
allow_sms?: boolean;
allow_ticket?: boolean;
}
export type apkType = 'sms' | 'ticket' | 'app';
export type IUpdateRequest = {
[K in apkType as `allow_${K}`]?: boolean;
};
export interface IRepository {

@@ -15,0 +14,0 @@ find(): Promise<IEntity[]>;

{
"name": "@nomalism-com/types",
"description": "A nomalism package with all necessary types and validations for developing APIs",
"version": "0.46.39",
"version": "0.46.40",
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",

@@ -6,0 +6,0 @@ "license": "UNLICENSED",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display