diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 115a387..bfeb487 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.58.0" + ".": "0.59.0" } diff --git a/.stats.yml b/.stats.yml index 3cfc09d..834590a 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 117 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-3b34d85c005a4058ac1faaea092615af577d12cee6e420f102de57339251672d.yml -openapi_spec_hash: fad386b8e8712e6639ed9689e9dfc070 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-a32ac633a8f67f3844b6ccb7b97687aec2cf2e2c611df4157c223dfac16db806.yml +openapi_spec_hash: f8c9aabe60372f28ad9cceed42009274 config_hash: 0f222358f24700d1811c5d27078a3849 diff --git a/CHANGELOG.md b/CHANGELOG.md index d15949e..8f192fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.59.0 (2026-05-27) + +Full Changelog: [v0.58.0...v0.59.0](https://github.com/kernel/kernel-node-sdk/compare/v0.58.0...v0.59.0) + +### Features + +* Support Byteful mobile proxies ([c591523](https://github.com/kernel/kernel-node-sdk/commit/c591523059b7032d3081b7c2d996f92ede3eeff7)) + ## 0.58.0 (2026-05-27) Full Changelog: [v0.57.0...v0.58.0](https://github.com/kernel/kernel-node-sdk/compare/v0.57.0...v0.58.0) diff --git a/package.json b/package.json index b708ad3..df4d823 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onkernel/sdk", - "version": "0.58.0", + "version": "0.59.0", "description": "The official TypeScript library for the Kernel API", "author": "Kernel <>", "types": "dist/index.d.ts", diff --git a/src/resources/proxies.ts b/src/resources/proxies.ts index b2eb567..be5a425 100644 --- a/src/resources/proxies.ts +++ b/src/resources/proxies.ts @@ -173,76 +173,7 @@ export namespace ProxyCreateResponse { */ export interface MobileProxyConfig { /** - * Autonomous system number. See https://bgp.potaroo.net/cidr/autnums.html - */ - asn?: string; - - /** - * Mobile carrier. - */ - carrier?: - | 'a1' - | 'aircel' - | 'airtel' - | 'att' - | 'celcom' - | 'chinamobile' - | 'claro' - | 'comcast' - | 'cox' - | 'digi' - | 'dt' - | 'docomo' - | 'dtac' - | 'etisalat' - | 'idea' - | 'kyivstar' - | 'meo' - | 'megafon' - | 'mtn' - | 'mtnza' - | 'mts' - | 'optus' - | 'orange' - | 'qwest' - | 'reliance_jio' - | 'robi' - | 'sprint' - | 'telefonica' - | 'telstra' - | 'tmobile' - | 'tigo' - | 'tim' - | 'verizon' - | 'vimpelcom' - | 'vodacomza' - | 'vodafone' - | 'vivo' - | 'zain' - | 'vivabo' - | 'telenormyanmar' - | 'kcelljsc' - | 'swisscom' - | 'singtel' - | 'asiacell' - | 'windit' - | 'cellc' - | 'ooredoo' - | 'drei' - | 'umobile' - | 'cableone' - | 'proximus' - | 'tele2' - | 'mobitel' - | 'o2' - | 'bouygues' - | 'free' - | 'sfr' - | 'digicel'; - - /** - * City name (no spaces, e.g. `sanfrancisco`). If provided, `country` must also be - * provided. + * Provider city alias. Mobile carrier routing can make observed geo vary. */ city?: string; @@ -252,14 +183,9 @@ export namespace ProxyCreateResponse { country?: string; /** - * Two-letter state code. + * US-only state code. Mobile carrier routing can make observed geo vary. */ state?: string; - - /** - * US ZIP code. - */ - zip?: string; } /** @@ -403,76 +329,7 @@ export namespace ProxyRetrieveResponse { */ export interface MobileProxyConfig { /** - * Autonomous system number. See https://bgp.potaroo.net/cidr/autnums.html - */ - asn?: string; - - /** - * Mobile carrier. - */ - carrier?: - | 'a1' - | 'aircel' - | 'airtel' - | 'att' - | 'celcom' - | 'chinamobile' - | 'claro' - | 'comcast' - | 'cox' - | 'digi' - | 'dt' - | 'docomo' - | 'dtac' - | 'etisalat' - | 'idea' - | 'kyivstar' - | 'meo' - | 'megafon' - | 'mtn' - | 'mtnza' - | 'mts' - | 'optus' - | 'orange' - | 'qwest' - | 'reliance_jio' - | 'robi' - | 'sprint' - | 'telefonica' - | 'telstra' - | 'tmobile' - | 'tigo' - | 'tim' - | 'verizon' - | 'vimpelcom' - | 'vodacomza' - | 'vodafone' - | 'vivo' - | 'zain' - | 'vivabo' - | 'telenormyanmar' - | 'kcelljsc' - | 'swisscom' - | 'singtel' - | 'asiacell' - | 'windit' - | 'cellc' - | 'ooredoo' - | 'drei' - | 'umobile' - | 'cableone' - | 'proximus' - | 'tele2' - | 'mobitel' - | 'o2' - | 'bouygues' - | 'free' - | 'sfr' - | 'digicel'; - - /** - * City name (no spaces, e.g. `sanfrancisco`). If provided, `country` must also be - * provided. + * Provider city alias. Mobile carrier routing can make observed geo vary. */ city?: string; @@ -482,14 +339,9 @@ export namespace ProxyRetrieveResponse { country?: string; /** - * Two-letter state code. + * US-only state code. Mobile carrier routing can make observed geo vary. */ state?: string; - - /** - * US ZIP code. - */ - zip?: string; } /** @@ -636,76 +488,7 @@ export namespace ProxyListResponse { */ export interface MobileProxyConfig { /** - * Autonomous system number. See https://bgp.potaroo.net/cidr/autnums.html - */ - asn?: string; - - /** - * Mobile carrier. - */ - carrier?: - | 'a1' - | 'aircel' - | 'airtel' - | 'att' - | 'celcom' - | 'chinamobile' - | 'claro' - | 'comcast' - | 'cox' - | 'digi' - | 'dt' - | 'docomo' - | 'dtac' - | 'etisalat' - | 'idea' - | 'kyivstar' - | 'meo' - | 'megafon' - | 'mtn' - | 'mtnza' - | 'mts' - | 'optus' - | 'orange' - | 'qwest' - | 'reliance_jio' - | 'robi' - | 'sprint' - | 'telefonica' - | 'telstra' - | 'tmobile' - | 'tigo' - | 'tim' - | 'verizon' - | 'vimpelcom' - | 'vodacomza' - | 'vodafone' - | 'vivo' - | 'zain' - | 'vivabo' - | 'telenormyanmar' - | 'kcelljsc' - | 'swisscom' - | 'singtel' - | 'asiacell' - | 'windit' - | 'cellc' - | 'ooredoo' - | 'drei' - | 'umobile' - | 'cableone' - | 'proximus' - | 'tele2' - | 'mobitel' - | 'o2' - | 'bouygues' - | 'free' - | 'sfr' - | 'digicel'; - - /** - * City name (no spaces, e.g. `sanfrancisco`). If provided, `country` must also be - * provided. + * Provider city alias. Mobile carrier routing can make observed geo vary. */ city?: string; @@ -715,14 +498,9 @@ export namespace ProxyListResponse { country?: string; /** - * Two-letter state code. + * US-only state code. Mobile carrier routing can make observed geo vary. */ state?: string; - - /** - * US ZIP code. - */ - zip?: string; } /** @@ -867,76 +645,7 @@ export namespace ProxyCheckResponse { */ export interface MobileProxyConfig { /** - * Autonomous system number. See https://bgp.potaroo.net/cidr/autnums.html - */ - asn?: string; - - /** - * Mobile carrier. - */ - carrier?: - | 'a1' - | 'aircel' - | 'airtel' - | 'att' - | 'celcom' - | 'chinamobile' - | 'claro' - | 'comcast' - | 'cox' - | 'digi' - | 'dt' - | 'docomo' - | 'dtac' - | 'etisalat' - | 'idea' - | 'kyivstar' - | 'meo' - | 'megafon' - | 'mtn' - | 'mtnza' - | 'mts' - | 'optus' - | 'orange' - | 'qwest' - | 'reliance_jio' - | 'robi' - | 'sprint' - | 'telefonica' - | 'telstra' - | 'tmobile' - | 'tigo' - | 'tim' - | 'verizon' - | 'vimpelcom' - | 'vodacomza' - | 'vodafone' - | 'vivo' - | 'zain' - | 'vivabo' - | 'telenormyanmar' - | 'kcelljsc' - | 'swisscom' - | 'singtel' - | 'asiacell' - | 'windit' - | 'cellc' - | 'ooredoo' - | 'drei' - | 'umobile' - | 'cableone' - | 'proximus' - | 'tele2' - | 'mobitel' - | 'o2' - | 'bouygues' - | 'free' - | 'sfr' - | 'digicel'; - - /** - * City name (no spaces, e.g. `sanfrancisco`). If provided, `country` must also be - * provided. + * Provider city alias. Mobile carrier routing can make observed geo vary. */ city?: string; @@ -946,14 +655,9 @@ export namespace ProxyCheckResponse { country?: string; /** - * Two-letter state code. + * US-only state code. Mobile carrier routing can make observed geo vary. */ state?: string; - - /** - * US ZIP code. - */ - zip?: string; } /** @@ -1077,76 +781,7 @@ export namespace ProxyCreateParams { */ export interface MobileProxyConfig { /** - * Autonomous system number. See https://bgp.potaroo.net/cidr/autnums.html - */ - asn?: string; - - /** - * Mobile carrier. - */ - carrier?: - | 'a1' - | 'aircel' - | 'airtel' - | 'att' - | 'celcom' - | 'chinamobile' - | 'claro' - | 'comcast' - | 'cox' - | 'digi' - | 'dt' - | 'docomo' - | 'dtac' - | 'etisalat' - | 'idea' - | 'kyivstar' - | 'meo' - | 'megafon' - | 'mtn' - | 'mtnza' - | 'mts' - | 'optus' - | 'orange' - | 'qwest' - | 'reliance_jio' - | 'robi' - | 'sprint' - | 'telefonica' - | 'telstra' - | 'tmobile' - | 'tigo' - | 'tim' - | 'verizon' - | 'vimpelcom' - | 'vodacomza' - | 'vodafone' - | 'vivo' - | 'zain' - | 'vivabo' - | 'telenormyanmar' - | 'kcelljsc' - | 'swisscom' - | 'singtel' - | 'asiacell' - | 'windit' - | 'cellc' - | 'ooredoo' - | 'drei' - | 'umobile' - | 'cableone' - | 'proximus' - | 'tele2' - | 'mobitel' - | 'o2' - | 'bouygues' - | 'free' - | 'sfr' - | 'digicel'; - - /** - * City name (no spaces, e.g. `sanfrancisco`). If provided, `country` must also be - * provided. + * Provider city alias. Mobile carrier routing can make observed geo vary. */ city?: string; @@ -1156,14 +791,9 @@ export namespace ProxyCreateParams { country?: string; /** - * Two-letter state code. + * US-only state code. Mobile carrier routing can make observed geo vary. */ state?: string; - - /** - * US ZIP code. - */ - zip?: string; } /** diff --git a/src/version.ts b/src/version.ts index d5defc5..7fd65e7 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.58.0'; // x-release-please-version +export const VERSION = '0.59.0'; // x-release-please-version