@sourceloop/ctrl-plane-tenant-management-service
Version:
Tenant Management microservice for SaaS control plane
10 lines • 447 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventTypes = void 0;
var EventTypes;
(function (EventTypes) {
EventTypes["TENANT_PROVISIONING"] = "TENANT_PROVISIONING";
EventTypes["TENANT_DEPROVISIONING"] = "TENANT_DEPROVISIONING";
EventTypes["TENANT_PROVISIONING_SUCCESS"] = "TENANT_PROVISIONING_SUCCESS";
})(EventTypes || (exports.EventTypes = EventTypes = {}));
//# sourceMappingURL=types.js.map