File tree 3 files changed +3
-13
lines changed
src/cloudflare/types/kv/namespaces
3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1397
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-eb646c11ed31a9e0730c5860d58b7ed8757c84c20012ea4e7d4a4750c8e908f2 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a139ab241e810768035bd12ba862cd60f33591339da49b4fb8bccb36e012802c .yml
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
- from typing import List , Optional
4
3
5
4
from ...._models import BaseModel
6
5
7
6
__all__ = ["BulkDeleteResponse" ]
8
7
9
8
10
9
class BulkDeleteResponse (BaseModel ):
11
- successful_key_count : Optional [float ] = None
12
- """Number of keys successfully updated"""
13
-
14
- unsuccessful_keys : Optional [List [str ]] = None
15
- """Name of the keys that failed to be fully updated"""
10
+ pass
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
- from typing import List , Optional
4
3
5
4
from ...._models import BaseModel
6
5
7
6
__all__ = ["BulkUpdateResponse" ]
8
7
9
8
10
9
class BulkUpdateResponse (BaseModel ):
11
- successful_key_count : Optional [float ] = None
12
- """Number of keys successfully updated"""
13
-
14
- unsuccessful_keys : Optional [List [str ]] = None
15
- """Name of the keys that failed to be fully updated"""
10
+ pass
You can’t perform that action at this time.
0 commit comments