Socket
Socket
Sign inDemoInstall

@daocloud-proto/kant

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daocloud-proto/kant - npm Package Compare versions

Comparing version 0.11.0-rc to 0.12.0-alpha1

1

core/v1beta1/device.pb.ts

@@ -23,2 +23,3 @@ /* eslint-disable */

name?: string
modelName?: string
}

@@ -25,0 +26,0 @@

@@ -9,2 +9,18 @@ /* eslint-disable */

import * as KantIoApiCommonV1alpha1Page from "../../common/v1alpha1/page.pb"
export enum AccessMode {
ReadOnly = "ReadOnly",
ReadWrite = "ReadWrite",
}
export enum ModelPropertyType {
INT = "INT",
FLOAT = "FLOAT",
DOUBLE = "DOUBLE",
STRING = "STRING",
BOOLEAN = "BOOLEAN",
BYTES = "BYTES",
STREAM = "STREAM",
}
export type ListClusterDeviceModelRequest = {

@@ -59,4 +75,4 @@ cluster?: string

description?: string
type?: string
accessMode?: string
type?: ModelPropertyType
accessMode?: AccessMode
minimum?: string

@@ -63,0 +79,0 @@ maximum?: string

2

package.json
{
"name":"@daocloud-proto/kant",
"version":"0.11.0-rc",
"version":"0.12.0-alpha1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.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