Skip to content

Commit

Permalink
feat(api): api update (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and meorphis committed Jan 13, 2025
1 parent b470fa2 commit 3048fd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1467
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a2d9b92dd116fb25fdcd7969ee039a099a9cea04182925b450f5dd5e3b4dedfb.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-ace2cb0a08aa00d1675be9b68d04f10c86943a39c5a405f740863e4da89b3057.yml
5 changes: 0 additions & 5 deletions src/resources/zero-trust/dlp/datasets/datasets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ export interface Dataset {

status: 'empty' | 'uploading' | 'processing' | 'failed' | 'complete';

/**
* When the dataset was last updated.
*
* This includes name or description changes as well as uploads.
*/
updated_at: string;

uploads: Array<Dataset.Upload>;
Expand Down

0 comments on commit 3048fd7

Please sign in to comment.