@aptly-as/types
Advanced tools
Comparing version 2.6.5 to 2.6.6
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110023
3033