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

@fiado/type-kit

Package Overview
Dependencies
Maintainers
1
Versions
1086
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fiado/type-kit - npm Package Compare versions

Comparing version
1.0.9
to
1.0.10
+1
-1
bin/directory/dtos/DirectoryResponse.d.ts

@@ -5,3 +5,3 @@ import { Profile } from "../enums/Profile";

import { External } from "./External";
export interface Directory {
export interface DirectoryResponse {
identityId: string | null;

@@ -8,0 +8,0 @@ lastSession: string | null;

{
"name": "@fiado/type-kit",
"version": "1.0.9",
"version": "1.0.10",
"description": "",

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

@@ -7,3 +7,3 @@ import { Profile } from "../enums/Profile";

export interface Directory {
export interface DirectoryResponse {
identityId: string | null;

@@ -10,0 +10,0 @@ lastSession: string | null;