Skip to content

Commit

Permalink
feat: OpenAPI spec update via Stainless API (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Mar 6, 2024
1 parent 130b14b commit ce86f2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
7 changes: 0 additions & 7 deletions src/resources/url-scanner/scans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ export namespace ScanGetResponse {
export interface Processors {
categories: Processors.Categories;

google_safe_browsing: Array<string>;

phishing: Array<string>;

rank: Processors.Rank;
Expand Down Expand Up @@ -493,11 +491,6 @@ export namespace ScanGetResponse {
export interface Overall {
categories: Array<Overall.Category>;

/**
* Please visit https://safebrowsing.google.com/ for more information.
*/
gsb_threat_types: Array<string>;

/**
* At least one of our subsystems marked the site as potentially malicious at the
* time of the scan.
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2968,11 +2968,11 @@ pure-rand@^6.0.0:
integrity sha512-LA0Y9kxMYv47GIPJy6MI84fqTd2HmYZI83W/kM/SkKfDlajnZYfmXFTxkbY+xSBPkLJxltMa9hIkmdc29eguMA==

qs@^6.10.3:
version "6.11.2"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9"
integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
version "6.12.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.0.tgz#edd40c3b823995946a8a0b1f208669c7a200db77"
integrity sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg==
dependencies:
side-channel "^1.0.4"
side-channel "^1.0.6"

queue-microtask@^1.2.2:
version "1.2.3"
Expand Down Expand Up @@ -3096,7 +3096,7 @@ shebang-regex@^3.0.0:
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==

side-channel@^1.0.4:
side-channel@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2"
integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==
Expand Down

0 comments on commit ce86f2a

Please sign in to comment.