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

@aptly-as/types

Package Overview
Dependencies
Maintainers
0
Versions
144
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 2.6.5 to 2.6.6

3

enums/document.d.ts

@@ -24,3 +24,4 @@ export declare enum AptlyDocumentType {

Zip = "zip",
CircuitDirectory = "circuitDirectory"
CircuitDirectory = "circuitDirectory",
DeclarationOfConformity = "declaration-of-conformity"
}

@@ -27,0 +28,0 @@ export declare enum AptlyHistoryType {

@@ -26,2 +26,3 @@ export var AptlyDocumentType;

AptlyDocumentType["CircuitDirectory"] = "circuitDirectory";
AptlyDocumentType["DeclarationOfConformity"] = "declaration-of-conformity";
})(AptlyDocumentType || (AptlyDocumentType = {}));

@@ -28,0 +29,0 @@ export var AptlyHistoryType;

@@ -10,2 +10,3 @@ export declare enum AptlyWebhookType {

UnitOrderSigned = "aptly.unit.order.signed",
UnitPaymentCreated = "aptly.unit.payment.created",
UnitReportFinal = "aptly.unit.report.final",

@@ -12,0 +13,0 @@ OrganizationAppUpdated = "aptly.organization.app.updated",

@@ -11,2 +11,3 @@ export var AptlyWebhookType;

AptlyWebhookType["UnitOrderSigned"] = "aptly.unit.order.signed";
AptlyWebhookType["UnitPaymentCreated"] = "aptly.unit.payment.created";
AptlyWebhookType["UnitReportFinal"] = "aptly.unit.report.final";

@@ -13,0 +14,0 @@ AptlyWebhookType["OrganizationAppUpdated"] = "aptly.organization.app.updated";

{
"name": "@aptly-as/types",
"version": "2.6.5",
"version": "2.6.6",
"description": "Aptly types and enums",

@@ -5,0 +5,0 @@ "type": "module",

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