@cloudflare/types
Advanced tools
Comparing version 6.23.2 to 6.23.3
@@ -456,1 +456,22 @@ import { TypeFromCodec } from '@cloudflare/util-en-garde'; | ||
}>; | ||
export declare const DefaultContactInformation: import("@cloudflare/util-en-garde").ObjectCodec<{ | ||
result: import("@cloudflare/util-en-garde").ObjectCodec<{ | ||
entry: import("@cloudflare/util-en-garde").ObjectCodec<{ | ||
address2: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
address: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
city: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
country: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
default: import("@cloudflare/util-en-garde").Codec<import("io-ts").BooleanC>; | ||
email: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
email_verified: import("@cloudflare/util-en-garde").Codec<import("io-ts").BooleanC>; | ||
fax: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
first_name: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
id: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
last_name: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
organization: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
phone: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
state: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
zip: import("@cloudflare/util-en-garde").Codec<import("io-ts").StringC>; | ||
}>; | ||
}>; | ||
}>; |
@@ -222,2 +222,23 @@ import { eg } from '@cloudflare/util-en-garde'; | ||
message: eg.string | ||
}); | ||
export const DefaultContactInformation = eg.object({ | ||
result: eg.object({ | ||
entry: eg.object({ | ||
address2: eg.string, | ||
address: eg.string, | ||
city: eg.string, | ||
country: eg.string, | ||
default: eg.boolean, | ||
email: eg.string, | ||
email_verified: eg.boolean, | ||
fax: eg.string, | ||
first_name: eg.string, | ||
id: eg.string, | ||
last_name: eg.string, | ||
organization: eg.string, | ||
phone: eg.string, | ||
state: eg.string, | ||
zip: eg.string | ||
}) | ||
}) | ||
}); |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.DomainUpdateResult = exports.SupportedTLDs = exports.ResendDomainProtectionEmailRequest = exports.DomainProtectionPostResult = exports.DomainProtectionData = exports.DomainProtectionConfig = exports.DomainProtectionConfigStatus = exports.DomainProtectionDesignatedApprovers = exports.DesignatedApprover = exports.ApproverStatus = exports.DomainEligibility = exports.DomainSearchResult = exports.GetDomainsResult = exports.DomainExists = exports.Domain = exports.DomainProtectionStatus = exports.DomainFees = exports.RegistrationSettings = exports.RegistrantContacts = exports.RegistrantContact = exports.LandingSettings = exports.RegistrationStatus = void 0; | ||
exports.DefaultContactInformation = exports.DomainUpdateResult = exports.SupportedTLDs = exports.ResendDomainProtectionEmailRequest = exports.DomainProtectionPostResult = exports.DomainProtectionData = exports.DomainProtectionConfig = exports.DomainProtectionConfigStatus = exports.DomainProtectionDesignatedApprovers = exports.DesignatedApprover = exports.ApproverStatus = exports.DomainEligibility = exports.DomainSearchResult = exports.GetDomainsResult = exports.DomainExists = exports.Domain = exports.DomainProtectionStatus = exports.DomainFees = exports.RegistrationSettings = exports.RegistrantContacts = exports.RegistrantContact = exports.LandingSettings = exports.RegistrationStatus = void 0; | ||
@@ -285,2 +285,26 @@ var _utilEnGarde = require("@cloudflare/util-en-garde"); | ||
exports.DomainUpdateResult = DomainUpdateResult; | ||
exports.DomainUpdateResult = DomainUpdateResult; | ||
var DefaultContactInformation = _utilEnGarde.eg.object({ | ||
result: _utilEnGarde.eg.object({ | ||
entry: _utilEnGarde.eg.object({ | ||
address2: _utilEnGarde.eg.string, | ||
address: _utilEnGarde.eg.string, | ||
city: _utilEnGarde.eg.string, | ||
country: _utilEnGarde.eg.string, | ||
default: _utilEnGarde.eg.boolean, | ||
email: _utilEnGarde.eg.string, | ||
email_verified: _utilEnGarde.eg.boolean, | ||
fax: _utilEnGarde.eg.string, | ||
first_name: _utilEnGarde.eg.string, | ||
id: _utilEnGarde.eg.string, | ||
last_name: _utilEnGarde.eg.string, | ||
organization: _utilEnGarde.eg.string, | ||
phone: _utilEnGarde.eg.string, | ||
state: _utilEnGarde.eg.string, | ||
zip: _utilEnGarde.eg.string | ||
}) | ||
}) | ||
}); | ||
exports.DefaultContactInformation = DefaultContactInformation; |
{ | ||
"name": "@cloudflare/types", | ||
"description": "Cloudflare API data types and various type helpers.", | ||
"version": "6.23.2", | ||
"version": "6.23.3", | ||
"types": "./dist/index.d.ts", | ||
@@ -37,3 +37,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "47683e14afbccdfadd9d184a25e9c9c95bc1baf6" | ||
"gitHead": "43496107defe84e93a444584a0451fe5b6bfc2af" | ||
} |
@@ -311,1 +311,23 @@ import { eg, TypeFromCodec } from '@cloudflare/util-en-garde'; | ||
}); | ||
export const DefaultContactInformation = eg.object({ | ||
result: eg.object({ | ||
entry: eg.object({ | ||
address2: eg.string, | ||
address: eg.string, | ||
city: eg.string, | ||
country: eg.string, | ||
default: eg.boolean, | ||
email: eg.string, | ||
email_verified: eg.boolean, | ||
fax: eg.string, | ||
first_name: eg.string, | ||
id: eg.string, | ||
last_name: eg.string, | ||
organization: eg.string, | ||
phone: eg.string, | ||
state: eg.string, | ||
zip: eg.string | ||
}) | ||
}) | ||
}); |
Sorry, the diff of this file is too big to display
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
1464230
21014
17705