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

@aptly-as/types

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptly-as/types - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

5

enums/document.d.ts

@@ -5,2 +5,4 @@ export declare enum AptlyDocumentType {

ElDrawing = "elDrawing",
VVSDrawing = "vvsDrawing",
BathroomDrawing = "bathroomDrawing",
FDV = "fdv",

@@ -17,3 +19,4 @@ Manual = "manual",

EndReport = "endReport",
Contract = "contract"
Contract = "contract",
Chunk = "chunk"
}

3

enums/document.js

@@ -8,2 +8,4 @@ "use strict";

AptlyDocumentType["ElDrawing"] = "elDrawing";
AptlyDocumentType["VVSDrawing"] = "vvsDrawing";
AptlyDocumentType["BathroomDrawing"] = "bathroomDrawing";
AptlyDocumentType["FDV"] = "fdv";

@@ -21,3 +23,4 @@ AptlyDocumentType["Manual"] = "manual";

AptlyDocumentType["Contract"] = "contract";
AptlyDocumentType["Chunk"] = "chunk";
})(AptlyDocumentType = exports.AptlyDocumentType || (exports.AptlyDocumentType = {}));
//# sourceMappingURL=document.js.map

@@ -7,2 +7,4 @@

ElDrawing = 'elDrawing',
VVSDrawing = 'vvsDrawing',
BathroomDrawing = 'bathroomDrawing',
FDV = 'fdv',

@@ -19,3 +21,4 @@ Manual = 'manual',

EndReport = 'endReport',
Contract = 'contract'
Contract = 'contract',
Chunk = 'chunk',
}

@@ -95,1 +95,9 @@ export * from './document';

}
export declare enum AptlyIcon {
Welcome = "welcome",
Contact = "contact",
Help = "help",
Important = "important",
Info = "info",
Map = "map"
}

@@ -115,2 +115,11 @@ "use strict";

})(AptlyQueueDownloadStatus = exports.AptlyQueueDownloadStatus || (exports.AptlyQueueDownloadStatus = {}));
var AptlyIcon;
(function (AptlyIcon) {
AptlyIcon["Welcome"] = "welcome";
AptlyIcon["Contact"] = "contact";
AptlyIcon["Help"] = "help";
AptlyIcon["Important"] = "important";
AptlyIcon["Info"] = "info";
AptlyIcon["Map"] = "map";
})(AptlyIcon = exports.AptlyIcon || (exports.AptlyIcon = {}));
//# sourceMappingURL=index.js.map

@@ -110,2 +110,11 @@

Error = 'error',
}
export enum AptlyIcon {
Welcome = 'welcome',
Contact = 'contact',
Help = 'help',
Important = 'important',
Info = 'info',
Map = 'map'
}
{
"name": "@aptly-as/types",
"version": "1.3.1",
"version": "1.3.2",
"description": "Aptly types and enums",

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

Sorry, the diff of this file is not supported yet

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