@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.66 to 0.15.67
@@ -7,6 +7,2 @@ import { Maybe } from "./utils"; | ||
} | ||
export declare enum CloudfrontStateDTO { | ||
Initialized = "Initialized", | ||
Ready = "Ready" | ||
} | ||
export type DNSRecordDTO = { | ||
@@ -22,3 +18,2 @@ type: "CNAME" | string; | ||
state: DomainImportStateDTO; | ||
cloudfrontState: Maybe<CloudfrontStateDTO>; | ||
validationDnsRecords: Maybe<DNSRecordDTO[]>; | ||
@@ -25,0 +20,0 @@ subdomainDnsRecord: Maybe<DNSRecordDTO>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CloudfrontStateDTO = exports.DomainImportStateDTO = void 0; | ||
exports.DomainImportStateDTO = void 0; | ||
var DomainImportStateDTO; | ||
@@ -10,7 +10,2 @@ (function (DomainImportStateDTO) { | ||
})(DomainImportStateDTO || (exports.DomainImportStateDTO = DomainImportStateDTO = {})); | ||
var CloudfrontStateDTO; | ||
(function (CloudfrontStateDTO) { | ||
CloudfrontStateDTO["Initialized"] = "Initialized"; | ||
CloudfrontStateDTO["Ready"] = "Ready"; | ||
})(CloudfrontStateDTO || (exports.CloudfrontStateDTO = CloudfrontStateDTO = {})); | ||
//# sourceMappingURL=domain.js.map |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.66", | ||
"version": "0.15.67", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
75092
1658