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

@walkme/types

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walkme/types - npm Package Compare versions

Comparing version 0.0.2-6 to 0.0.2-7

3

dist/general/data/index.d.ts

@@ -13,3 +13,3 @@ import { PublishData } from './publish';

/** random 32 char base 64 string */
Guid: string;
Guid: string | null;
/** random 32 char base 64 string */

@@ -28,2 +28,3 @@ ResourceId: string;

}
export declare type WalkMeDataNewItemId = -1;
export declare enum DISPLAYER_ID {

@@ -30,0 +31,0 @@ POPUP_DISPLAYER_ID = 1

import { WalkMeLink, WalkMeNewLink } from '../link';
import { WalkMeDataCollection } from '../collection';
import { WalkMeDataCourseTask, WalkMeDataNewCourseTask } from './Task';
import { WalkMeDataItem } from '..';
import { WalkMeDataItem, WalkMeDataNewItem } from '..';
export interface WalkMeDataLesson extends WalkMeDataCollection, WalkMeDataItem {
LinkedDeployables: Array<WalkMeDataCourseTask | WalkMeDataNewCourseTask>;
}
export interface WalkMeDataNewLesson extends WalkMeDataCollection, WalkMeDataNewItem {
LinkedDeployables: Array<WalkMeDataCourseTask | WalkMeDataNewCourseTask>;
}
export interface WalkMeDataLessonLink extends WalkMeLink {

@@ -9,0 +12,0 @@ }

import { BitBoolean } from '../General';
import { DISPLAYER_ID } from '..';
export declare type WalkMeDataQuiz = {
Id: number;
Id?: number;
Passmark: number;

@@ -27,3 +27,3 @@ IsEnabled: boolean;

export declare type WalkMeDataQuizScreen = {
Id: number;
Id?: number;
Title: string;

@@ -30,0 +30,0 @@ Description: string;

{
"name": "@walkme/types",
"version": "0.0.2-6",
"version": "0.0.2-7",
"description": "A public declaration if walkme types",

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

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