@aptly-as/types
Advanced tools
Comparing version 1.1.0 to 1.1.1
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 { |
{ | ||
"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
100066
2715