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

skydiet-lib-node

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skydiet-lib-node - npm Package Compare versions

Comparing version 1.0.26 to 1.0.27

4

dist/models/IAttendanceQuestion.d.ts
import { IAttendance } from "./IAttendance";
import { IDefault } from "./IDefault";
import { TYPE_QUESTION, QUESTION_CATEGORY, TYPE_ANSWER, IQuestionOptions, IQuestion } from "./IQuestion";
import { IQuestion, IQuestionOptions, QUESTION_CATEGORY, TYPE_ANSWER, TYPE_QUESTION } from "./IQuestion";
export interface IAttendanceQuestion extends IDefault {

@@ -10,3 +10,3 @@ attendance: string | IAttendance;

typeQuestion: TYPE_QUESTION;
category: QUESTION_CATEGORY;
category: QUESTION_CATEGORY[];
typeAnswer: TYPE_ANSWER;

@@ -13,0 +13,0 @@ active: boolean;

@@ -1,2 +0,2 @@

import { IDefault } from "./IDefault";
import { IDefaultAdmin } from "./IDefault";
export declare enum TYPE_QUESTION {

@@ -36,3 +36,3 @@ SINGLE = "SINGLE",

}
export interface IQuestion extends IDefault {
export interface IQuestion extends IDefaultAdmin {
priority: number;

@@ -43,3 +43,3 @@ sequence: number;

typeAnswer: TYPE_ANSWER;
category: QUESTION_CATEGORY;
category: QUESTION_CATEGORY[];
active: boolean;

@@ -46,0 +46,0 @@ owner: string;

{
"name": "skydiet-lib-node",
"version": "1.0.26",
"version": "1.0.27",
"description": "Biblioteca para funções skydiet",

@@ -5,0 +5,0 @@ "author": "Daniel Cabral <cabralconsultoriaemsoftware@gmail.com>",

import { IAttendance } from "./IAttendance";
import { IDefault } from "./IDefault";
import { TYPE_QUESTION, QUESTION_CATEGORY, TYPE_ANSWER, IQuestionOptions, IQuestion } from "./IQuestion";
import { IQuestion, IQuestionOptions, QUESTION_CATEGORY, TYPE_ANSWER, TYPE_QUESTION } from "./IQuestion";

@@ -11,3 +11,3 @@ export interface IAttendanceQuestion extends IDefault {

typeQuestion: TYPE_QUESTION
category: QUESTION_CATEGORY
category: QUESTION_CATEGORY[]
typeAnswer: TYPE_ANSWER

@@ -14,0 +14,0 @@ active: boolean

@@ -1,2 +0,2 @@

import { IDefault } from "./IDefault";
import { IDefaultAdmin } from "./IDefault";

@@ -41,3 +41,3 @@ export enum TYPE_QUESTION {

export interface IQuestion extends IDefault {
export interface IQuestion extends IDefaultAdmin {
priority: number;

@@ -48,3 +48,3 @@ sequence: number;

typeAnswer: TYPE_ANSWER;
category: QUESTION_CATEGORY;
category: QUESTION_CATEGORY[];
active: boolean;

@@ -51,0 +51,0 @@ owner: string;

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