Skip to content

Commit 0f311fa

Browse files
chore(api): update composite API spec
1 parent 7b781ef commit 0f311fa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2274
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a6c352830d1270d0abb5bb983058ea21815e1bb7d2e163965335dcb0e706f057.yml
3-
openapi_spec_hash: 93e1b585e051ba2ab493bfb66f8b751d
3+
openapi_spec_hash: 6e4ceb024bdd7dafb6968230be096bb1
44
config_hash: b778c5565760a2c688557888c4ebd31a

src/cloudflare/types/cloudforce_one/threat_events/country_list_response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010

1111
class CountryListResponseItemResult(BaseModel):
12+
alpha2: str
13+
1214
alpha3: str
1315

1416
name: str

0 commit comments

Comments
 (0)