@laioutr/webhook-types 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/byos/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { a as ByosDeploymentPromoteEvent, c as ByosDisconnectedEvent, i as ByosDeploymentDeleteEvent, l as ByosEvent, n as ByosDeploymentCancelEvent, o as ByosDeploymentRollbackEvent, r as ByosDeploymentCreatedEvent, s as ByosDescribeEvent, t as ByosConnectedEvent, u as ByosEventBase } from "../events-BTJDYtyR.js";
|
|
2
|
-
import { i as ByosDescribeResponseData, n as ByosDeploymentStatusEvent, r as ByosDeploymentStatusValue, t as ByosCapabilities } from "../responses-
|
|
2
|
+
import { i as ByosDescribeResponseData, n as ByosDeploymentStatusEvent, r as ByosDeploymentStatusValue, t as ByosCapabilities } from "../responses-B3PsK0sK.js";
|
|
3
3
|
export { type ByosCapabilities, type ByosConnectedEvent, type ByosDeploymentCancelEvent, type ByosDeploymentCreatedEvent, type ByosDeploymentDeleteEvent, type ByosDeploymentPromoteEvent, type ByosDeploymentRollbackEvent, type ByosDeploymentStatusEvent, type ByosDeploymentStatusValue, type ByosDescribeEvent, type ByosDescribeResponseData, type ByosDisconnectedEvent, type ByosEvent, type ByosEventBase };
|
package/dist/byos/responses.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as ByosDescribeResponseData, n as ByosDeploymentStatusEvent, r as ByosDeploymentStatusValue, t as ByosCapabilities } from "../responses-
|
|
1
|
+
import { i as ByosDescribeResponseData, n as ByosDeploymentStatusEvent, r as ByosDeploymentStatusValue, t as ByosCapabilities } from "../responses-B3PsK0sK.js";
|
|
2
2
|
export { ByosCapabilities, ByosDeploymentStatusEvent, ByosDeploymentStatusValue, ByosDescribeResponseData };
|