Skip to content

Commit

Permalink
feat: OpenAPI spec update via Stainless API (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Mar 13, 2024
1 parent 1248c66 commit 4d44cbd
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/resources/page-shield/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export interface PageShieldScript {

added_at?: unknown;

dataflow_score?: unknown;

domain_reported_malicious?: unknown;

fetched_at?: unknown;
Expand All @@ -53,8 +51,6 @@ export interface PageShieldScript {

last_seen_at?: unknown;

obfuscation_score?: unknown;

page_urls?: unknown;

url?: unknown;
Expand All @@ -69,8 +65,6 @@ export interface ScriptGetResponse {

added_at?: unknown;

dataflow_score?: unknown;

domain_reported_malicious?: unknown;

fetched_at?: unknown;
Expand All @@ -87,8 +81,6 @@ export interface ScriptGetResponse {

last_seen_at?: unknown;

obfuscation_score?: unknown;

page_urls?: unknown;

url?: unknown;
Expand All @@ -103,11 +95,6 @@ export namespace ScriptGetResponse {
* The version of the analyzed script.
*/
export interface Version {
/**
* The dataflow score of the JavaScript content.
*/
dataflow_score?: number | null;

/**
* The timestamp of when the script was last fetched.
*/
Expand All @@ -122,11 +109,6 @@ export namespace ScriptGetResponse {
* The integrity score of the JavaScript content.
*/
js_integrity_score?: number | null;

/**
* The obfuscation score of the JavaScript content.
*/
obfuscation_score?: number | null;
}
}

Expand Down

0 comments on commit 4d44cbd

Please sign in to comment.