Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@advertising-all/advertising-data-dict

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@advertising-all/advertising-data-dict - npm Package Compare versions

Comparing version 1.0.71 to 1.0.72

types/src/pages/mainText.vue.d.ts

2

package.json
{
"name": "@advertising-all/advertising-data-dict",
"version": "1.0.71",
"version": "1.0.72",
"description": "系统设置",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -1,45 +0,6 @@

import { DbSchema } from "@vmm/api";
export interface IDevicesStatus {
id: string;
name: string;
}
export interface IDevicesPartMent {
id: string;
name: string;
}
export interface IDevicesType {
id: string;
name: string;
}
export interface IMediaTemplate {
id: string;
name: string;
imageUrl: string;
extId: string;
}
export interface IMindMeeting {
id: string;
minutes: number[];
}
export interface IDomain {
id: string;
domainName: string;
}
import { DbSchema } from '@vmm/api';
export declare const schemas: {
useLogs: DbSchema<{
id: string;
createdTime: Date;
detailTime: string;
useName: string;
useDept: string;
deviceId: string;
}>;
dataDict: DbSchema<{
id: string;
name: string;
mentingLongDay: number;
activeType: string;
deviceType: string;
meetingType: string;
meetingColor: string;
}>;

@@ -50,49 +11,7 @@ systemDataDict: DbSchema<{

systemPrompt: string | null;
logsDays: number | null;
prompt: string | null;
language: string | null;
hompicPath: string | null;
loginPicPath: string | null;
messageLimitDays: number | null;
domain: string | null;
latestBookingTime: number | null;
defaultMediaImage: string;
defaultMediaVideo: string;
workTimeRange: {
start: string;
end: string;
};
}>;
meetingType: DbSchema<{
id: string;
name: string;
color: string;
}>;
devicesType: DbSchema<IDevicesType>;
devicesStatus: DbSchema<IDevicesStatus>;
devicesPartMent: DbSchema<IDevicesPartMent>;
serviceType: DbSchema<{
id: string;
name: string;
relatedDepartmentId: string;
relatedDepartment: string;
}>;
servicePro: DbSchema<{
id: string;
name: string;
serTypeId: string;
serviceType: string;
}>;
loginPic: DbSchema<{
id: string;
name: string;
logPath: string;
loginName: string;
}>;
homePic: DbSchema<{
id: string;
name: string;
homePath: string;
picName: string;
}>;
sysLogs: DbSchema<{

@@ -126,4 +45,2 @@ /**

}>;
mediaTemplate: DbSchema<IMediaTemplate>;
mindMeeting: DbSchema<IMindMeeting>;
};
import Vue from "vue";
declare const _default: import("vue/types/vue").ExtendedVue<Vue, {}, {}, unknown, Record<never, any>>;
declare const _default: import("vue/types/vue").ExtendedVue<Vue, {
dataDict: any;
contentList: {
title: string;
value: string;
type: string;
}[];
disabledDomain: boolean;
btnText: string;
disabled: boolean;
}, {
saveDomain(): void;
modify(): void;
saveName(): void;
initdata(): Promise<void>;
}, unknown, Record<never, any>>;
export default _default;

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

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