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

@aptly-as/types

Package Overview
Dependencies
Maintainers
1
Versions
143
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.1.0 to 1.1.1

6

enums/webhook.d.ts
export declare enum AptlyWebhookType {
ProjectCreated = "as.aptly.project.created",
ProjectUpdated = "as.aptly.project.updated",
UnitCreated = "as.aptly.unit.created",
UnitUpdated = "as.aptly.unit.updated",
UnitInviteAccepted = "as.aptly.unit.invite.accepted",
UnitMessageNew = "as.aptly.unit.message.new",
UnitMessageReply = "as.aptly.unit.message.reply",
NewUnitOrderSigned = "as.aptly.unit.order.signed"
UnitOrderSigned = "as.aptly.unit.order.signed"
}

@@ -7,0 +11,0 @@ export declare enum AptlyWebhookEventStatus {

@@ -5,6 +5,10 @@ "use strict";

(function (AptlyWebhookType) {
AptlyWebhookType["ProjectCreated"] = "as.aptly.project.created";
AptlyWebhookType["ProjectUpdated"] = "as.aptly.project.updated";
AptlyWebhookType["UnitCreated"] = "as.aptly.unit.created";
AptlyWebhookType["UnitUpdated"] = "as.aptly.unit.updated";
AptlyWebhookType["UnitInviteAccepted"] = "as.aptly.unit.invite.accepted";
AptlyWebhookType["UnitMessageNew"] = "as.aptly.unit.message.new";
AptlyWebhookType["UnitMessageReply"] = "as.aptly.unit.message.reply";
AptlyWebhookType["NewUnitOrderSigned"] = "as.aptly.unit.order.signed";
AptlyWebhookType["UnitOrderSigned"] = "as.aptly.unit.order.signed";
})(AptlyWebhookType = exports.AptlyWebhookType || (exports.AptlyWebhookType = {}));

@@ -11,0 +15,0 @@ var AptlyWebhookEventStatus;

export enum AptlyWebhookType {
ProjectCreated = 'as.aptly.project.created',
ProjectUpdated = 'as.aptly.project.updated',
UnitCreated = 'as.aptly.unit.created',
UnitUpdated = 'as.aptly.unit.updated',
UnitInviteAccepted = 'as.aptly.unit.invite.accepted',
UnitMessageNew = 'as.aptly.unit.message.new',
UnitMessageReply = 'as.aptly.unit.message.reply',
NewUnitOrderSigned = 'as.aptly.unit.order.signed'
UnitOrderSigned = 'as.aptly.unit.order.signed'
}

@@ -8,0 +12,0 @@ export enum AptlyWebhookEventStatus {

2

package.json
{
"name": "@aptly-as/types",
"version": "1.1.0",
"version": "1.1.1",
"description": "Aptly types and enums",

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

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