🌐 AI搜索 & 代理 主页
Skip to content

Commit f44f933

Browse files
feat(api): api update (#2374)
1 parent 8aefce7 commit f44f933

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1525
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-d584521239e9a0c95bf67e1ac053785606e51cc3fd7c8781b797fa3ee16c095c.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6457c71e9f79569df976f6b53f72da9490ec438a4e04f10fe2f12c2ce25238de.yml

src/resources/zones/zones.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@ export interface Zone {
283283
* Business and Enterprise plans.
284284
*/
285285
vanity_name_servers?: Array<string>;
286+
287+
/**
288+
* Verification key for partial zone setup.
289+
*/
290+
verification_key?: string;
286291
}
287292

288293
export namespace Zone {

0 commit comments

Comments
 (0)