@proxyrequest/sdk 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +19 -3
- package/dist/index.cjs +45 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +27 -4
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts +27 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +45 -5
- package/dist/index.js.map +1 -1
- package/dist/{models-D20OBuAe.d.cts → models-7bOXHk-Z.d.cts} +9 -3
- package/dist/models-7bOXHk-Z.d.cts.map +1 -0
- package/dist/{models-CqqQyGmO.d.ts → models-Ctl7Zxnk.d.ts} +9 -3
- package/dist/models-Ctl7Zxnk.d.ts.map +1 -0
- package/dist/models.d.cts +2 -2
- package/dist/models.d.ts +2 -2
- package/dist/openapi.d.cts +1 -1
- package/dist/openapi.d.ts +1 -1
- package/dist/{schema-Dj3NSLe5.d.cts → schema-CNZqkHae.d.cts} +182 -7
- package/dist/schema-CNZqkHae.d.cts.map +1 -0
- package/dist/{schema-Dj3NSLe5.d.ts → schema-CNZqkHae.d.ts} +182 -7
- package/dist/schema-CNZqkHae.d.ts.map +1 -0
- package/docs/reference/sdk-reference.json +392 -14
- package/package.json +1 -1
- package/dist/models-CqqQyGmO.d.ts.map +0 -1
- package/dist/models-D20OBuAe.d.cts.map +0 -1
- package/dist/schema-Dj3NSLe5.d.cts.map +0 -1
- package/dist/schema-Dj3NSLe5.d.ts.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as components } from "./schema-
|
|
1
|
+
import { t as components } from "./schema-CNZqkHae.cjs";
|
|
2
2
|
//#region src/generated/models.d.ts
|
|
3
3
|
type AddDataRequest = components["schemas"]["AddDataRequest"];
|
|
4
4
|
type Affiliate = components["schemas"]["Affiliate"];
|
|
@@ -31,6 +31,7 @@ type DomainsResponse = components["schemas"]["DomainsResponse"];
|
|
|
31
31
|
type EnabledResponse = components["schemas"]["EnabledResponse"];
|
|
32
32
|
type FeedRecord = components["schemas"]["FeedRecord"];
|
|
33
33
|
type FeedResponse = components["schemas"]["FeedResponse"];
|
|
34
|
+
type FreshnessEnum = components["schemas"]["FreshnessEnum"];
|
|
34
35
|
type GeneratedProxy = components["schemas"]["GeneratedProxy"];
|
|
35
36
|
type GenerateProxyRequest = components["schemas"]["GenerateProxyRequest"];
|
|
36
37
|
type GenerateProxyResponse = components["schemas"]["GenerateProxyResponse"];
|
|
@@ -57,6 +58,7 @@ type LogRecord = components["schemas"]["LogRecord"];
|
|
|
57
58
|
type LogsResponse = components["schemas"]["LogsResponse"];
|
|
58
59
|
type MessageResponse = components["schemas"]["MessageResponse"];
|
|
59
60
|
type News = components["schemas"]["News"];
|
|
61
|
+
type NullEnum = components["schemas"]["NullEnum"];
|
|
60
62
|
type Order = components["schemas"]["Order"];
|
|
61
63
|
type OrderDetailed = components["schemas"]["OrderDetailed"];
|
|
62
64
|
type OTPChallenge = components["schemas"]["OTPChallenge"];
|
|
@@ -80,6 +82,7 @@ type PaginatedNewsList = components["schemas"]["PaginatedNewsList"];
|
|
|
80
82
|
type PaginatedOrderList = components["schemas"]["PaginatedOrderList"];
|
|
81
83
|
type PaginatedPackageCommissionList = components["schemas"]["PaginatedPackageCommissionList"];
|
|
82
84
|
type PaginatedPackageList = components["schemas"]["PaginatedPackageList"];
|
|
85
|
+
type PaginatedProviderDataBalanceList = components["schemas"]["PaginatedProviderDataBalanceList"];
|
|
83
86
|
type PaginatedRegionList = components["schemas"]["PaginatedRegionList"];
|
|
84
87
|
type PaginatedRewardList = components["schemas"]["PaginatedRewardList"];
|
|
85
88
|
type PaginatedUserList = components["schemas"]["PaginatedUserList"];
|
|
@@ -95,6 +98,8 @@ type PaymentLinkResponse = components["schemas"]["PaymentLinkResponse"];
|
|
|
95
98
|
type PricingEnum = components["schemas"]["PricingEnum"];
|
|
96
99
|
type PricingUnitEnum = components["schemas"]["PricingUnitEnum"];
|
|
97
100
|
type ProtocolEnum = components["schemas"]["ProtocolEnum"];
|
|
101
|
+
type ProviderBalanceCheckpoint = components["schemas"]["ProviderBalanceCheckpoint"];
|
|
102
|
+
type ProviderDataBalance = components["schemas"]["ProviderDataBalance"];
|
|
98
103
|
type ProxyGenerationConnectionRequest = components["schemas"]["ProxyGenerationConnectionRequest"];
|
|
99
104
|
type ProxyGenerationSessionRequest = components["schemas"]["ProxyGenerationSessionRequest"];
|
|
100
105
|
type ProxyGenerationTargetingRequest = components["schemas"]["ProxyGenerationTargetingRequest"];
|
|
@@ -111,6 +116,7 @@ type SettingsCrypto = components["schemas"]["SettingsCrypto"];
|
|
|
111
116
|
type SettingsGateway = components["schemas"]["SettingsGateway"];
|
|
112
117
|
type SettingsReferral = components["schemas"]["SettingsReferral"];
|
|
113
118
|
type SettingsResponse = components["schemas"]["SettingsResponse"];
|
|
119
|
+
type SeverityEnum = components["schemas"]["SeverityEnum"];
|
|
114
120
|
type SignUpRequest = components["schemas"]["SignUpRequest"];
|
|
115
121
|
type SubtractDataRequest = components["schemas"]["SubtractDataRequest"];
|
|
116
122
|
type TargetingOptions = components["schemas"]["TargetingOptions"];
|
|
@@ -135,5 +141,5 @@ type WebhookCreateRequest = components["schemas"]["WebhookCreateRequest"];
|
|
|
135
141
|
type WebhookList = components["schemas"]["WebhookList"];
|
|
136
142
|
type WebhookScopeEnum = components["schemas"]["WebhookScopeEnum"];
|
|
137
143
|
//#endregion
|
|
138
|
-
export {
|
|
139
|
-
//# sourceMappingURL=models-
|
|
144
|
+
export { LocationRegionSummary as $, Region as $t, FeedRecord as A, WebhookCreated as An, PaginatedRegionList as At, InvoiceCreateRequestRequest as B, PaymentGateway as Bt, CouponStats as C, TwoFactorSetupResponse as Cn, PaginatedInvoiceReadList as Ct, DomainRecord as D, UserPasswordResetRequestRequest as Dn, PaginatedPackageCommissionList as Dt, DataLedger as E, UserCurrency as En, PaginatedOrderList as Et, GeneratedProxy as F, PatchedCouponUpdateRequest as Ft, InvoiceStatusEnum as G, ProviderBalanceCheckpoint as Gt, InvoiceGatewayEnum as H, PricingEnum as Ht, GoogleAuthRequest as I, PatchedOrderAutoRenewalRequest as It, LevelEnum as J, ProxyGenerationSessionRequest as Jt, InvoiceTypeEnum as K, ProviderDataBalance as Kt, ISP as L, PatchedProfileUpdateRequest as Lt, FreshnessEnum as M, WebhookScopeEnum as Mn, PaginatedUserList as Mt, GenerateProxyRequest as N, PaginatedWebhookListList as Nt, DomainsResponse as O, VerifyOTPRequest as On, PaginatedPackageList as Ot, GenerateProxyResponse as P, PasswordRecoveryResponse as Pt, LocationCountrySummary as Q, RecoverPasswordRequest as Qt, Invoice as R, PatchedTelegramConnectionUpdateRequest as Rt, CouponShort as S, TwoFactorSetupRequestRequest as Sn, PaginatedISPList as St, CouponUpdateRequest as T, UserCreateRequest as Tn, PaginatedNewsList as Tt, InvoiceRead as U, PricingUnitEnum as Ut, InvoiceCreateRequestStatusEnum as V, PaymentLinkResponse as Vt, InvoiceShort as W, ProtocolEnum as Wt, LocationASNRecord as X, ProxyPasswordResetResponse as Xt, LocationASNGeoItem as Y, ProxyGenerationTargetingRequest as Yt, LocationCodeName as Z, ProxyTypeEnum as Zt, Coupon as _, TokenRefreshResponse as _n, PaginatedCityList as _t, Affiliate as a, SettingsCrypto as an, NullEnum as at, CouponPriceResponse as b, TwoFactorConfirmRequest as bn, PaginatedCouponRedeemList as bt, AffiliateStatsResponse as c, SettingsResponse as cn, OrderDetailed as ct, City as d, SubtractDataRequest as dn, Package as dt, ResetDataRequest as en, LogRecord as et, CommissionTypeEnum as f, TargetingOptions as fn, PackageCommission as ft, Country as g, TokenRefreshRequestRequest as gn, PaginatedAffiliateRewardList as gt, Continent as h, TokenPairResponse as hn, PaginatedAffiliateList as ht, AddDataRequest as i, RewardStatusEnum as in, News as it, FeedResponse as j, WebhookList as jn, PaginatedRewardList as jt, EnabledResponse as k, WebhookCreateRequest as kn, PaginatedProviderDataBalanceList as kt, ChangePasswordRequest as l, SeverityEnum as ln, OverallPoint as lt, ConnectionsResponse as m, TelegramLinkResponse as mn, PaginatedAPIKeyListList as mt, APIKeyCreateRequest as n, Reward as nn, LogsResponse as nt, AffiliateReward as o, SettingsGateway as on, OTPChallenge as ot, ConnectionRecord as p, TelegramConnectionResponse as pn, PackageShort as pt, LanguageEnum as q, ProxyGenerationConnectionRequest as qt, APIKeyList as r, RewardClaimRequestRequest as rn, MessageResponse as rt, AffiliateStatsPoint as s, SettingsReferral as sn, Order as st, APIKeyCreate as t, ResetPasswordRequest as tn, LoginRequestRequest as tt, CheckoutStatusEnum as u, SignUpRequest as un, OverallResponse as ut, CouponCalculatePriceRequest as v, TransactionRecord as vn, PaginatedContinentList as vt, CouponTypeEnum as w, User as wn, PaginatedLocationASNRecordList as wt, CouponRedeem as x, TwoFactorDisableRequest as xn, PaginatedCouponShortList as xt, CouponCreateRequest as y, TransactionsResponse as yn, PaginatedCountryList as yt, InvoiceCreateRequestGatewayEnum as z, PatchedUserUpdateRequest as zt };
|
|
145
|
+
//# sourceMappingURL=models-7bOXHk-Z.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models-7bOXHk-Z.d.cts","names":[],"sources":["../src/generated/models.ts"],"mappings":";;KAGY,iBAAiB;KACjB,YAAY;KACZ,kBAAkB;KAClB,sBAAsB;KACtB,yBAAyB;KACzB,eAAe;KACf,sBAAsB;KACtB,aAAa;KACb,wBAAwB;KACxB,qBAAqB;KACrB,OAAO;KACP,qBAAqB;KACrB,mBAAmB;KACnB,sBAAsB;KACtB,YAAY;KACZ,UAAU;KACV,SAAS;KACT,8BAA8B;KAC9B,sBAAsB;KACtB,sBAAsB;KACtB,eAAe;KACf,cAAc;KACd,cAAc;KACd,iBAAiB;KACjB,sBAAsB;KACtB,aAAa;KACb,eAAe;KACf,kBAAkB;KAClB,kBAAkB;KAClB,aAAa;KACb,eAAe;KACf,gBAAgB;KAChB,iBAAiB;KACjB,uBAAuB;KACvB,wBAAwB;KACxB,oBAAoB;KACpB,UAAU;KACV,kCACV;KACU,8BAA8B;KAC9B,iCACV;KACU,qBAAqB;KACrB,cAAc;KACd,eAAe;KACf,oBAAoB;KACpB,kBAAkB;KAClB,MAAM;KACN,eAAe;KACf,YAAY;KACZ,qBAAqB;KACrB,oBAAoB;KACpB,mBAAmB;KACnB,yBAAyB;KACzB,wBAAwB;KACxB,sBAAsB;KACtB,YAAY;KACZ,eAAe;KACf,kBAAkB;KAClB,OAAO;KACP,WAAW;KACX,QAAQ;KACR,gBAAgB;KAChB,eAAe;KACf,eAAe;KACf,kBAAkB;KAClB,UAAU;KACV,oBAAoB;KACpB,eAAe;KACf,yBAAyB;KACzB,+BAA+B;KAC/B,0BAA0B;KAC1B,oBAAoB;KACpB,yBAAyB;KACzB,uBAAuB;KACvB,4BAA4B;KAC5B,2BAA2B;KAC3B,2BAA2B;KAC3B,mBAAmB;KACnB,iCACV;KACU,oBAAoB;KACpB,qBAAqB;KACrB,iCACV;KACU,uBAAuB;KACvB,mCACV;KACU,sBAAsB;KACtB,sBAAsB;KACtB,oBAAoB;KACpB,2BAA2B;KAC3B,2BAA2B;KAC3B,6BAA6B;KAC7B,iCACV;KACU,8BAA8B;KAC9B,yCACV;KACU,2BAA2B;KAC3B,iBAAiB;KACjB,sBAAsB;KACtB,cAAc;KACd,kBAAkB;KAClB,eAAe;KACf,4BAA4B;KAC5B,sBAAsB;KACtB,mCACV;KACU,gCAAgC;KAChC,kCACV;KACU,6BAA6B;KAC7B,gBAAgB;KAChB,yBAAyB;KACzB,SAAS;KACT,mBAAmB;KACnB,uBAAuB;KACvB,SAAS;KACT,4BAA4B;KAC5B,mBAAmB;KACnB,iBAAiB;KACjB,kBAAkB;KAClB,mBAAmB;KACnB,mBAAmB;KACnB,eAAe;KACf,gBAAgB;KAChB,sBAAsB;KACtB,mBAAmB;KACnB,6BAA6B;KAC7B,uBAAuB;KACvB,oBAAoB;KACpB,6BAA6B;KAC7B,uBAAuB;KACvB,oBAAoB;KACpB,uBAAuB;KACvB,0BAA0B;KAC1B,0BAA0B;KAC1B,+BAA+B;KAC/B,yBAAyB;KACzB,OAAO;KACP,oBAAoB;KACpB,eAAe;KACf,kCACV;KACU,mBAAmB;KACnB,iBAAiB;KACjB,uBAAuB;KACvB,cAAc;KACd,mBAAmB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as components } from "./schema-
|
|
1
|
+
import { t as components } from "./schema-CNZqkHae.js";
|
|
2
2
|
//#region src/generated/models.d.ts
|
|
3
3
|
type AddDataRequest = components["schemas"]["AddDataRequest"];
|
|
4
4
|
type Affiliate = components["schemas"]["Affiliate"];
|
|
@@ -31,6 +31,7 @@ type DomainsResponse = components["schemas"]["DomainsResponse"];
|
|
|
31
31
|
type EnabledResponse = components["schemas"]["EnabledResponse"];
|
|
32
32
|
type FeedRecord = components["schemas"]["FeedRecord"];
|
|
33
33
|
type FeedResponse = components["schemas"]["FeedResponse"];
|
|
34
|
+
type FreshnessEnum = components["schemas"]["FreshnessEnum"];
|
|
34
35
|
type GeneratedProxy = components["schemas"]["GeneratedProxy"];
|
|
35
36
|
type GenerateProxyRequest = components["schemas"]["GenerateProxyRequest"];
|
|
36
37
|
type GenerateProxyResponse = components["schemas"]["GenerateProxyResponse"];
|
|
@@ -57,6 +58,7 @@ type LogRecord = components["schemas"]["LogRecord"];
|
|
|
57
58
|
type LogsResponse = components["schemas"]["LogsResponse"];
|
|
58
59
|
type MessageResponse = components["schemas"]["MessageResponse"];
|
|
59
60
|
type News = components["schemas"]["News"];
|
|
61
|
+
type NullEnum = components["schemas"]["NullEnum"];
|
|
60
62
|
type Order = components["schemas"]["Order"];
|
|
61
63
|
type OrderDetailed = components["schemas"]["OrderDetailed"];
|
|
62
64
|
type OTPChallenge = components["schemas"]["OTPChallenge"];
|
|
@@ -80,6 +82,7 @@ type PaginatedNewsList = components["schemas"]["PaginatedNewsList"];
|
|
|
80
82
|
type PaginatedOrderList = components["schemas"]["PaginatedOrderList"];
|
|
81
83
|
type PaginatedPackageCommissionList = components["schemas"]["PaginatedPackageCommissionList"];
|
|
82
84
|
type PaginatedPackageList = components["schemas"]["PaginatedPackageList"];
|
|
85
|
+
type PaginatedProviderDataBalanceList = components["schemas"]["PaginatedProviderDataBalanceList"];
|
|
83
86
|
type PaginatedRegionList = components["schemas"]["PaginatedRegionList"];
|
|
84
87
|
type PaginatedRewardList = components["schemas"]["PaginatedRewardList"];
|
|
85
88
|
type PaginatedUserList = components["schemas"]["PaginatedUserList"];
|
|
@@ -95,6 +98,8 @@ type PaymentLinkResponse = components["schemas"]["PaymentLinkResponse"];
|
|
|
95
98
|
type PricingEnum = components["schemas"]["PricingEnum"];
|
|
96
99
|
type PricingUnitEnum = components["schemas"]["PricingUnitEnum"];
|
|
97
100
|
type ProtocolEnum = components["schemas"]["ProtocolEnum"];
|
|
101
|
+
type ProviderBalanceCheckpoint = components["schemas"]["ProviderBalanceCheckpoint"];
|
|
102
|
+
type ProviderDataBalance = components["schemas"]["ProviderDataBalance"];
|
|
98
103
|
type ProxyGenerationConnectionRequest = components["schemas"]["ProxyGenerationConnectionRequest"];
|
|
99
104
|
type ProxyGenerationSessionRequest = components["schemas"]["ProxyGenerationSessionRequest"];
|
|
100
105
|
type ProxyGenerationTargetingRequest = components["schemas"]["ProxyGenerationTargetingRequest"];
|
|
@@ -111,6 +116,7 @@ type SettingsCrypto = components["schemas"]["SettingsCrypto"];
|
|
|
111
116
|
type SettingsGateway = components["schemas"]["SettingsGateway"];
|
|
112
117
|
type SettingsReferral = components["schemas"]["SettingsReferral"];
|
|
113
118
|
type SettingsResponse = components["schemas"]["SettingsResponse"];
|
|
119
|
+
type SeverityEnum = components["schemas"]["SeverityEnum"];
|
|
114
120
|
type SignUpRequest = components["schemas"]["SignUpRequest"];
|
|
115
121
|
type SubtractDataRequest = components["schemas"]["SubtractDataRequest"];
|
|
116
122
|
type TargetingOptions = components["schemas"]["TargetingOptions"];
|
|
@@ -135,5 +141,5 @@ type WebhookCreateRequest = components["schemas"]["WebhookCreateRequest"];
|
|
|
135
141
|
type WebhookList = components["schemas"]["WebhookList"];
|
|
136
142
|
type WebhookScopeEnum = components["schemas"]["WebhookScopeEnum"];
|
|
137
143
|
//#endregion
|
|
138
|
-
export {
|
|
139
|
-
//# sourceMappingURL=models-
|
|
144
|
+
export { LocationRegionSummary as $, Region as $t, FeedRecord as A, WebhookCreated as An, PaginatedRegionList as At, InvoiceCreateRequestRequest as B, PaymentGateway as Bt, CouponStats as C, TwoFactorSetupResponse as Cn, PaginatedInvoiceReadList as Ct, DomainRecord as D, UserPasswordResetRequestRequest as Dn, PaginatedPackageCommissionList as Dt, DataLedger as E, UserCurrency as En, PaginatedOrderList as Et, GeneratedProxy as F, PatchedCouponUpdateRequest as Ft, InvoiceStatusEnum as G, ProviderBalanceCheckpoint as Gt, InvoiceGatewayEnum as H, PricingEnum as Ht, GoogleAuthRequest as I, PatchedOrderAutoRenewalRequest as It, LevelEnum as J, ProxyGenerationSessionRequest as Jt, InvoiceTypeEnum as K, ProviderDataBalance as Kt, ISP as L, PatchedProfileUpdateRequest as Lt, FreshnessEnum as M, WebhookScopeEnum as Mn, PaginatedUserList as Mt, GenerateProxyRequest as N, PaginatedWebhookListList as Nt, DomainsResponse as O, VerifyOTPRequest as On, PaginatedPackageList as Ot, GenerateProxyResponse as P, PasswordRecoveryResponse as Pt, LocationCountrySummary as Q, RecoverPasswordRequest as Qt, Invoice as R, PatchedTelegramConnectionUpdateRequest as Rt, CouponShort as S, TwoFactorSetupRequestRequest as Sn, PaginatedISPList as St, CouponUpdateRequest as T, UserCreateRequest as Tn, PaginatedNewsList as Tt, InvoiceRead as U, PricingUnitEnum as Ut, InvoiceCreateRequestStatusEnum as V, PaymentLinkResponse as Vt, InvoiceShort as W, ProtocolEnum as Wt, LocationASNRecord as X, ProxyPasswordResetResponse as Xt, LocationASNGeoItem as Y, ProxyGenerationTargetingRequest as Yt, LocationCodeName as Z, ProxyTypeEnum as Zt, Coupon as _, TokenRefreshResponse as _n, PaginatedCityList as _t, Affiliate as a, SettingsCrypto as an, NullEnum as at, CouponPriceResponse as b, TwoFactorConfirmRequest as bn, PaginatedCouponRedeemList as bt, AffiliateStatsResponse as c, SettingsResponse as cn, OrderDetailed as ct, City as d, SubtractDataRequest as dn, Package as dt, ResetDataRequest as en, LogRecord as et, CommissionTypeEnum as f, TargetingOptions as fn, PackageCommission as ft, Country as g, TokenRefreshRequestRequest as gn, PaginatedAffiliateRewardList as gt, Continent as h, TokenPairResponse as hn, PaginatedAffiliateList as ht, AddDataRequest as i, RewardStatusEnum as in, News as it, FeedResponse as j, WebhookList as jn, PaginatedRewardList as jt, EnabledResponse as k, WebhookCreateRequest as kn, PaginatedProviderDataBalanceList as kt, ChangePasswordRequest as l, SeverityEnum as ln, OverallPoint as lt, ConnectionsResponse as m, TelegramLinkResponse as mn, PaginatedAPIKeyListList as mt, APIKeyCreateRequest as n, Reward as nn, LogsResponse as nt, AffiliateReward as o, SettingsGateway as on, OTPChallenge as ot, ConnectionRecord as p, TelegramConnectionResponse as pn, PackageShort as pt, LanguageEnum as q, ProxyGenerationConnectionRequest as qt, APIKeyList as r, RewardClaimRequestRequest as rn, MessageResponse as rt, AffiliateStatsPoint as s, SettingsReferral as sn, Order as st, APIKeyCreate as t, ResetPasswordRequest as tn, LoginRequestRequest as tt, CheckoutStatusEnum as u, SignUpRequest as un, OverallResponse as ut, CouponCalculatePriceRequest as v, TransactionRecord as vn, PaginatedContinentList as vt, CouponTypeEnum as w, User as wn, PaginatedLocationASNRecordList as wt, CouponRedeem as x, TwoFactorDisableRequest as xn, PaginatedCouponShortList as xt, CouponCreateRequest as y, TransactionsResponse as yn, PaginatedCountryList as yt, InvoiceCreateRequestGatewayEnum as z, PatchedUserUpdateRequest as zt };
|
|
145
|
+
//# sourceMappingURL=models-Ctl7Zxnk.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models-Ctl7Zxnk.d.ts","names":[],"sources":["../src/generated/models.ts"],"mappings":";;KAGY,iBAAiB;KACjB,YAAY;KACZ,kBAAkB;KAClB,sBAAsB;KACtB,yBAAyB;KACzB,eAAe;KACf,sBAAsB;KACtB,aAAa;KACb,wBAAwB;KACxB,qBAAqB;KACrB,OAAO;KACP,qBAAqB;KACrB,mBAAmB;KACnB,sBAAsB;KACtB,YAAY;KACZ,UAAU;KACV,SAAS;KACT,8BAA8B;KAC9B,sBAAsB;KACtB,sBAAsB;KACtB,eAAe;KACf,cAAc;KACd,cAAc;KACd,iBAAiB;KACjB,sBAAsB;KACtB,aAAa;KACb,eAAe;KACf,kBAAkB;KAClB,kBAAkB;KAClB,aAAa;KACb,eAAe;KACf,gBAAgB;KAChB,iBAAiB;KACjB,uBAAuB;KACvB,wBAAwB;KACxB,oBAAoB;KACpB,UAAU;KACV,kCACV;KACU,8BAA8B;KAC9B,iCACV;KACU,qBAAqB;KACrB,cAAc;KACd,eAAe;KACf,oBAAoB;KACpB,kBAAkB;KAClB,MAAM;KACN,eAAe;KACf,YAAY;KACZ,qBAAqB;KACrB,oBAAoB;KACpB,mBAAmB;KACnB,yBAAyB;KACzB,wBAAwB;KACxB,sBAAsB;KACtB,YAAY;KACZ,eAAe;KACf,kBAAkB;KAClB,OAAO;KACP,WAAW;KACX,QAAQ;KACR,gBAAgB;KAChB,eAAe;KACf,eAAe;KACf,kBAAkB;KAClB,UAAU;KACV,oBAAoB;KACpB,eAAe;KACf,yBAAyB;KACzB,+BAA+B;KAC/B,0BAA0B;KAC1B,oBAAoB;KACpB,yBAAyB;KACzB,uBAAuB;KACvB,4BAA4B;KAC5B,2BAA2B;KAC3B,2BAA2B;KAC3B,mBAAmB;KACnB,iCACV;KACU,oBAAoB;KACpB,qBAAqB;KACrB,iCACV;KACU,uBAAuB;KACvB,mCACV;KACU,sBAAsB;KACtB,sBAAsB;KACtB,oBAAoB;KACpB,2BAA2B;KAC3B,2BAA2B;KAC3B,6BAA6B;KAC7B,iCACV;KACU,8BAA8B;KAC9B,yCACV;KACU,2BAA2B;KAC3B,iBAAiB;KACjB,sBAAsB;KACtB,cAAc;KACd,kBAAkB;KAClB,eAAe;KACf,4BAA4B;KAC5B,sBAAsB;KACtB,mCACV;KACU,gCAAgC;KAChC,kCACV;KACU,6BAA6B;KAC7B,gBAAgB;KAChB,yBAAyB;KACzB,SAAS;KACT,mBAAmB;KACnB,uBAAuB;KACvB,SAAS;KACT,4BAA4B;KAC5B,mBAAmB;KACnB,iBAAiB;KACjB,kBAAkB;KAClB,mBAAmB;KACnB,mBAAmB;KACnB,eAAe;KACf,gBAAgB;KAChB,sBAAsB;KACtB,mBAAmB;KACnB,6BAA6B;KAC7B,uBAAuB;KACvB,oBAAoB;KACpB,6BAA6B;KAC7B,uBAAuB;KACvB,oBAAoB;KACpB,uBAAuB;KACvB,0BAA0B;KAC1B,0BAA0B;KAC1B,+BAA+B;KAC/B,yBAAyB;KACzB,OAAO;KACP,oBAAoB;KACpB,eAAe;KACf,kCACV;KACU,mBAAmB;KACnB,iBAAiB;KACjB,uBAAuB;KACvB,cAAc;KACd,mBAAmB"}
|
package/dist/models.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
export type { APIKeyCreate, APIKeyCreateRequest, APIKeyList, AddDataRequest, Affiliate, AffiliateReward, AffiliateStatsPoint, AffiliateStatsResponse, ChangePasswordRequest, CheckoutStatusEnum, City, CommissionTypeEnum, ConnectionRecord, ConnectionsResponse, Continent, Country, Coupon, CouponCalculatePriceRequest, CouponCreateRequest, CouponPriceResponse, CouponRedeem, CouponShort, CouponStats, CouponTypeEnum, CouponUpdateRequest, DataLedger, DomainRecord, DomainsResponse, EnabledResponse, FeedRecord, FeedResponse, GenerateProxyRequest, GenerateProxyResponse, GeneratedProxy, GoogleAuthRequest, ISP, Invoice, InvoiceCreateRequestGatewayEnum, InvoiceCreateRequestRequest, InvoiceCreateRequestStatusEnum, InvoiceGatewayEnum, InvoiceRead, InvoiceShort, InvoiceStatusEnum, InvoiceTypeEnum, LanguageEnum, LevelEnum, LocationASNGeoItem, LocationASNRecord, LocationCodeName, LocationCountrySummary, LocationRegionSummary, LogRecord, LoginRequestRequest, LogsResponse, MessageResponse, News, OTPChallenge, Order, OrderDetailed, OverallPoint, OverallResponse, Package, PackageCommission, PackageShort, PaginatedAPIKeyListList, PaginatedAffiliateList, PaginatedAffiliateRewardList, PaginatedCityList, PaginatedContinentList, PaginatedCountryList, PaginatedCouponRedeemList, PaginatedCouponShortList, PaginatedISPList, PaginatedInvoiceReadList, PaginatedLocationASNRecordList, PaginatedNewsList, PaginatedOrderList, PaginatedPackageCommissionList, PaginatedPackageList, PaginatedRegionList, PaginatedRewardList, PaginatedUserList, PaginatedWebhookListList, PasswordRecoveryResponse, PatchedCouponUpdateRequest, PatchedOrderAutoRenewalRequest, PatchedProfileUpdateRequest, PatchedTelegramConnectionUpdateRequest, PatchedUserUpdateRequest, PaymentGateway, PaymentLinkResponse, PricingEnum, PricingUnitEnum, ProtocolEnum, ProxyGenerationConnectionRequest, ProxyGenerationSessionRequest, ProxyGenerationTargetingRequest, ProxyPasswordResetResponse, ProxyTypeEnum, RecoverPasswordRequest, Region, ResetDataRequest, ResetPasswordRequest, Reward, RewardClaimRequestRequest, RewardStatusEnum, SettingsCrypto, SettingsGateway, SettingsReferral, SettingsResponse, SignUpRequest, SubtractDataRequest, TargetingOptions, TelegramConnectionResponse, TelegramLinkResponse, TokenPairResponse, TokenRefreshRequestRequest, TokenRefreshResponse, TransactionRecord, TransactionsResponse, TwoFactorConfirmRequest, TwoFactorDisableRequest, TwoFactorSetupRequestRequest, TwoFactorSetupResponse, User, UserCreateRequest, UserCurrency, UserPasswordResetRequestRequest, VerifyOTPRequest, WebhookCreateRequest, WebhookCreated, WebhookList, WebhookScopeEnum };
|
|
1
|
+
import { $ as LocationRegionSummary, $t as Region, A as FeedRecord, An as WebhookCreated, At as PaginatedRegionList, B as InvoiceCreateRequestRequest, Bt as PaymentGateway, C as CouponStats, Cn as TwoFactorSetupResponse, Ct as PaginatedInvoiceReadList, D as DomainRecord, Dn as UserPasswordResetRequestRequest, Dt as PaginatedPackageCommissionList, E as DataLedger, En as UserCurrency, Et as PaginatedOrderList, F as GeneratedProxy, Ft as PatchedCouponUpdateRequest, G as InvoiceStatusEnum, Gt as ProviderBalanceCheckpoint, H as InvoiceGatewayEnum, Ht as PricingEnum, I as GoogleAuthRequest, It as PatchedOrderAutoRenewalRequest, J as LevelEnum, Jt as ProxyGenerationSessionRequest, K as InvoiceTypeEnum, Kt as ProviderDataBalance, L as ISP, Lt as PatchedProfileUpdateRequest, M as FreshnessEnum, Mn as WebhookScopeEnum, Mt as PaginatedUserList, N as GenerateProxyRequest, Nt as PaginatedWebhookListList, O as DomainsResponse, On as VerifyOTPRequest, Ot as PaginatedPackageList, P as GenerateProxyResponse, Pt as PasswordRecoveryResponse, Q as LocationCountrySummary, Qt as RecoverPasswordRequest, R as Invoice, Rt as PatchedTelegramConnectionUpdateRequest, S as CouponShort, Sn as TwoFactorSetupRequestRequest, St as PaginatedISPList, T as CouponUpdateRequest, Tn as UserCreateRequest, Tt as PaginatedNewsList, U as InvoiceRead, Ut as PricingUnitEnum, V as InvoiceCreateRequestStatusEnum, Vt as PaymentLinkResponse, W as InvoiceShort, Wt as ProtocolEnum, X as LocationASNRecord, Xt as ProxyPasswordResetResponse, Y as LocationASNGeoItem, Yt as ProxyGenerationTargetingRequest, Z as LocationCodeName, Zt as ProxyTypeEnum, _ as Coupon, _n as TokenRefreshResponse, _t as PaginatedCityList, a as Affiliate, an as SettingsCrypto, at as NullEnum, b as CouponPriceResponse, bn as TwoFactorConfirmRequest, bt as PaginatedCouponRedeemList, c as AffiliateStatsResponse, cn as SettingsResponse, ct as OrderDetailed, d as City, dn as SubtractDataRequest, dt as Package, en as ResetDataRequest, et as LogRecord, f as CommissionTypeEnum, fn as TargetingOptions, ft as PackageCommission, g as Country, gn as TokenRefreshRequestRequest, gt as PaginatedAffiliateRewardList, h as Continent, hn as TokenPairResponse, ht as PaginatedAffiliateList, i as AddDataRequest, in as RewardStatusEnum, it as News, j as FeedResponse, jn as WebhookList, jt as PaginatedRewardList, k as EnabledResponse, kn as WebhookCreateRequest, kt as PaginatedProviderDataBalanceList, l as ChangePasswordRequest, ln as SeverityEnum, lt as OverallPoint, m as ConnectionsResponse, mn as TelegramLinkResponse, mt as PaginatedAPIKeyListList, n as APIKeyCreateRequest, nn as Reward, nt as LogsResponse, o as AffiliateReward, on as SettingsGateway, ot as OTPChallenge, p as ConnectionRecord, pn as TelegramConnectionResponse, pt as PackageShort, q as LanguageEnum, qt as ProxyGenerationConnectionRequest, r as APIKeyList, rn as RewardClaimRequestRequest, rt as MessageResponse, s as AffiliateStatsPoint, sn as SettingsReferral, st as Order, t as APIKeyCreate, tn as ResetPasswordRequest, tt as LoginRequestRequest, u as CheckoutStatusEnum, un as SignUpRequest, ut as OverallResponse, v as CouponCalculatePriceRequest, vn as TransactionRecord, vt as PaginatedContinentList, w as CouponTypeEnum, wn as User, wt as PaginatedLocationASNRecordList, x as CouponRedeem, xn as TwoFactorDisableRequest, xt as PaginatedCouponShortList, y as CouponCreateRequest, yn as TransactionsResponse, yt as PaginatedCountryList, z as InvoiceCreateRequestGatewayEnum, zt as PatchedUserUpdateRequest } from "./models-7bOXHk-Z.cjs";
|
|
2
|
+
export type { APIKeyCreate, APIKeyCreateRequest, APIKeyList, AddDataRequest, Affiliate, AffiliateReward, AffiliateStatsPoint, AffiliateStatsResponse, ChangePasswordRequest, CheckoutStatusEnum, City, CommissionTypeEnum, ConnectionRecord, ConnectionsResponse, Continent, Country, Coupon, CouponCalculatePriceRequest, CouponCreateRequest, CouponPriceResponse, CouponRedeem, CouponShort, CouponStats, CouponTypeEnum, CouponUpdateRequest, DataLedger, DomainRecord, DomainsResponse, EnabledResponse, FeedRecord, FeedResponse, FreshnessEnum, GenerateProxyRequest, GenerateProxyResponse, GeneratedProxy, GoogleAuthRequest, ISP, Invoice, InvoiceCreateRequestGatewayEnum, InvoiceCreateRequestRequest, InvoiceCreateRequestStatusEnum, InvoiceGatewayEnum, InvoiceRead, InvoiceShort, InvoiceStatusEnum, InvoiceTypeEnum, LanguageEnum, LevelEnum, LocationASNGeoItem, LocationASNRecord, LocationCodeName, LocationCountrySummary, LocationRegionSummary, LogRecord, LoginRequestRequest, LogsResponse, MessageResponse, News, NullEnum, OTPChallenge, Order, OrderDetailed, OverallPoint, OverallResponse, Package, PackageCommission, PackageShort, PaginatedAPIKeyListList, PaginatedAffiliateList, PaginatedAffiliateRewardList, PaginatedCityList, PaginatedContinentList, PaginatedCountryList, PaginatedCouponRedeemList, PaginatedCouponShortList, PaginatedISPList, PaginatedInvoiceReadList, PaginatedLocationASNRecordList, PaginatedNewsList, PaginatedOrderList, PaginatedPackageCommissionList, PaginatedPackageList, PaginatedProviderDataBalanceList, PaginatedRegionList, PaginatedRewardList, PaginatedUserList, PaginatedWebhookListList, PasswordRecoveryResponse, PatchedCouponUpdateRequest, PatchedOrderAutoRenewalRequest, PatchedProfileUpdateRequest, PatchedTelegramConnectionUpdateRequest, PatchedUserUpdateRequest, PaymentGateway, PaymentLinkResponse, PricingEnum, PricingUnitEnum, ProtocolEnum, ProviderBalanceCheckpoint, ProviderDataBalance, ProxyGenerationConnectionRequest, ProxyGenerationSessionRequest, ProxyGenerationTargetingRequest, ProxyPasswordResetResponse, ProxyTypeEnum, RecoverPasswordRequest, Region, ResetDataRequest, ResetPasswordRequest, Reward, RewardClaimRequestRequest, RewardStatusEnum, SettingsCrypto, SettingsGateway, SettingsReferral, SettingsResponse, SeverityEnum, SignUpRequest, SubtractDataRequest, TargetingOptions, TelegramConnectionResponse, TelegramLinkResponse, TokenPairResponse, TokenRefreshRequestRequest, TokenRefreshResponse, TransactionRecord, TransactionsResponse, TwoFactorConfirmRequest, TwoFactorDisableRequest, TwoFactorSetupRequestRequest, TwoFactorSetupResponse, User, UserCreateRequest, UserCurrency, UserPasswordResetRequestRequest, VerifyOTPRequest, WebhookCreateRequest, WebhookCreated, WebhookList, WebhookScopeEnum };
|
package/dist/models.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
export type { APIKeyCreate, APIKeyCreateRequest, APIKeyList, AddDataRequest, Affiliate, AffiliateReward, AffiliateStatsPoint, AffiliateStatsResponse, ChangePasswordRequest, CheckoutStatusEnum, City, CommissionTypeEnum, ConnectionRecord, ConnectionsResponse, Continent, Country, Coupon, CouponCalculatePriceRequest, CouponCreateRequest, CouponPriceResponse, CouponRedeem, CouponShort, CouponStats, CouponTypeEnum, CouponUpdateRequest, DataLedger, DomainRecord, DomainsResponse, EnabledResponse, FeedRecord, FeedResponse, GenerateProxyRequest, GenerateProxyResponse, GeneratedProxy, GoogleAuthRequest, ISP, Invoice, InvoiceCreateRequestGatewayEnum, InvoiceCreateRequestRequest, InvoiceCreateRequestStatusEnum, InvoiceGatewayEnum, InvoiceRead, InvoiceShort, InvoiceStatusEnum, InvoiceTypeEnum, LanguageEnum, LevelEnum, LocationASNGeoItem, LocationASNRecord, LocationCodeName, LocationCountrySummary, LocationRegionSummary, LogRecord, LoginRequestRequest, LogsResponse, MessageResponse, News, OTPChallenge, Order, OrderDetailed, OverallPoint, OverallResponse, Package, PackageCommission, PackageShort, PaginatedAPIKeyListList, PaginatedAffiliateList, PaginatedAffiliateRewardList, PaginatedCityList, PaginatedContinentList, PaginatedCountryList, PaginatedCouponRedeemList, PaginatedCouponShortList, PaginatedISPList, PaginatedInvoiceReadList, PaginatedLocationASNRecordList, PaginatedNewsList, PaginatedOrderList, PaginatedPackageCommissionList, PaginatedPackageList, PaginatedRegionList, PaginatedRewardList, PaginatedUserList, PaginatedWebhookListList, PasswordRecoveryResponse, PatchedCouponUpdateRequest, PatchedOrderAutoRenewalRequest, PatchedProfileUpdateRequest, PatchedTelegramConnectionUpdateRequest, PatchedUserUpdateRequest, PaymentGateway, PaymentLinkResponse, PricingEnum, PricingUnitEnum, ProtocolEnum, ProxyGenerationConnectionRequest, ProxyGenerationSessionRequest, ProxyGenerationTargetingRequest, ProxyPasswordResetResponse, ProxyTypeEnum, RecoverPasswordRequest, Region, ResetDataRequest, ResetPasswordRequest, Reward, RewardClaimRequestRequest, RewardStatusEnum, SettingsCrypto, SettingsGateway, SettingsReferral, SettingsResponse, SignUpRequest, SubtractDataRequest, TargetingOptions, TelegramConnectionResponse, TelegramLinkResponse, TokenPairResponse, TokenRefreshRequestRequest, TokenRefreshResponse, TransactionRecord, TransactionsResponse, TwoFactorConfirmRequest, TwoFactorDisableRequest, TwoFactorSetupRequestRequest, TwoFactorSetupResponse, User, UserCreateRequest, UserCurrency, UserPasswordResetRequestRequest, VerifyOTPRequest, WebhookCreateRequest, WebhookCreated, WebhookList, WebhookScopeEnum };
|
|
1
|
+
import { $ as LocationRegionSummary, $t as Region, A as FeedRecord, An as WebhookCreated, At as PaginatedRegionList, B as InvoiceCreateRequestRequest, Bt as PaymentGateway, C as CouponStats, Cn as TwoFactorSetupResponse, Ct as PaginatedInvoiceReadList, D as DomainRecord, Dn as UserPasswordResetRequestRequest, Dt as PaginatedPackageCommissionList, E as DataLedger, En as UserCurrency, Et as PaginatedOrderList, F as GeneratedProxy, Ft as PatchedCouponUpdateRequest, G as InvoiceStatusEnum, Gt as ProviderBalanceCheckpoint, H as InvoiceGatewayEnum, Ht as PricingEnum, I as GoogleAuthRequest, It as PatchedOrderAutoRenewalRequest, J as LevelEnum, Jt as ProxyGenerationSessionRequest, K as InvoiceTypeEnum, Kt as ProviderDataBalance, L as ISP, Lt as PatchedProfileUpdateRequest, M as FreshnessEnum, Mn as WebhookScopeEnum, Mt as PaginatedUserList, N as GenerateProxyRequest, Nt as PaginatedWebhookListList, O as DomainsResponse, On as VerifyOTPRequest, Ot as PaginatedPackageList, P as GenerateProxyResponse, Pt as PasswordRecoveryResponse, Q as LocationCountrySummary, Qt as RecoverPasswordRequest, R as Invoice, Rt as PatchedTelegramConnectionUpdateRequest, S as CouponShort, Sn as TwoFactorSetupRequestRequest, St as PaginatedISPList, T as CouponUpdateRequest, Tn as UserCreateRequest, Tt as PaginatedNewsList, U as InvoiceRead, Ut as PricingUnitEnum, V as InvoiceCreateRequestStatusEnum, Vt as PaymentLinkResponse, W as InvoiceShort, Wt as ProtocolEnum, X as LocationASNRecord, Xt as ProxyPasswordResetResponse, Y as LocationASNGeoItem, Yt as ProxyGenerationTargetingRequest, Z as LocationCodeName, Zt as ProxyTypeEnum, _ as Coupon, _n as TokenRefreshResponse, _t as PaginatedCityList, a as Affiliate, an as SettingsCrypto, at as NullEnum, b as CouponPriceResponse, bn as TwoFactorConfirmRequest, bt as PaginatedCouponRedeemList, c as AffiliateStatsResponse, cn as SettingsResponse, ct as OrderDetailed, d as City, dn as SubtractDataRequest, dt as Package, en as ResetDataRequest, et as LogRecord, f as CommissionTypeEnum, fn as TargetingOptions, ft as PackageCommission, g as Country, gn as TokenRefreshRequestRequest, gt as PaginatedAffiliateRewardList, h as Continent, hn as TokenPairResponse, ht as PaginatedAffiliateList, i as AddDataRequest, in as RewardStatusEnum, it as News, j as FeedResponse, jn as WebhookList, jt as PaginatedRewardList, k as EnabledResponse, kn as WebhookCreateRequest, kt as PaginatedProviderDataBalanceList, l as ChangePasswordRequest, ln as SeverityEnum, lt as OverallPoint, m as ConnectionsResponse, mn as TelegramLinkResponse, mt as PaginatedAPIKeyListList, n as APIKeyCreateRequest, nn as Reward, nt as LogsResponse, o as AffiliateReward, on as SettingsGateway, ot as OTPChallenge, p as ConnectionRecord, pn as TelegramConnectionResponse, pt as PackageShort, q as LanguageEnum, qt as ProxyGenerationConnectionRequest, r as APIKeyList, rn as RewardClaimRequestRequest, rt as MessageResponse, s as AffiliateStatsPoint, sn as SettingsReferral, st as Order, t as APIKeyCreate, tn as ResetPasswordRequest, tt as LoginRequestRequest, u as CheckoutStatusEnum, un as SignUpRequest, ut as OverallResponse, v as CouponCalculatePriceRequest, vn as TransactionRecord, vt as PaginatedContinentList, w as CouponTypeEnum, wn as User, wt as PaginatedLocationASNRecordList, x as CouponRedeem, xn as TwoFactorDisableRequest, xt as PaginatedCouponShortList, y as CouponCreateRequest, yn as TransactionsResponse, yt as PaginatedCountryList, z as InvoiceCreateRequestGatewayEnum, zt as PatchedUserUpdateRequest } from "./models-Ctl7Zxnk.js";
|
|
2
|
+
export type { APIKeyCreate, APIKeyCreateRequest, APIKeyList, AddDataRequest, Affiliate, AffiliateReward, AffiliateStatsPoint, AffiliateStatsResponse, ChangePasswordRequest, CheckoutStatusEnum, City, CommissionTypeEnum, ConnectionRecord, ConnectionsResponse, Continent, Country, Coupon, CouponCalculatePriceRequest, CouponCreateRequest, CouponPriceResponse, CouponRedeem, CouponShort, CouponStats, CouponTypeEnum, CouponUpdateRequest, DataLedger, DomainRecord, DomainsResponse, EnabledResponse, FeedRecord, FeedResponse, FreshnessEnum, GenerateProxyRequest, GenerateProxyResponse, GeneratedProxy, GoogleAuthRequest, ISP, Invoice, InvoiceCreateRequestGatewayEnum, InvoiceCreateRequestRequest, InvoiceCreateRequestStatusEnum, InvoiceGatewayEnum, InvoiceRead, InvoiceShort, InvoiceStatusEnum, InvoiceTypeEnum, LanguageEnum, LevelEnum, LocationASNGeoItem, LocationASNRecord, LocationCodeName, LocationCountrySummary, LocationRegionSummary, LogRecord, LoginRequestRequest, LogsResponse, MessageResponse, News, NullEnum, OTPChallenge, Order, OrderDetailed, OverallPoint, OverallResponse, Package, PackageCommission, PackageShort, PaginatedAPIKeyListList, PaginatedAffiliateList, PaginatedAffiliateRewardList, PaginatedCityList, PaginatedContinentList, PaginatedCountryList, PaginatedCouponRedeemList, PaginatedCouponShortList, PaginatedISPList, PaginatedInvoiceReadList, PaginatedLocationASNRecordList, PaginatedNewsList, PaginatedOrderList, PaginatedPackageCommissionList, PaginatedPackageList, PaginatedProviderDataBalanceList, PaginatedRegionList, PaginatedRewardList, PaginatedUserList, PaginatedWebhookListList, PasswordRecoveryResponse, PatchedCouponUpdateRequest, PatchedOrderAutoRenewalRequest, PatchedProfileUpdateRequest, PatchedTelegramConnectionUpdateRequest, PatchedUserUpdateRequest, PaymentGateway, PaymentLinkResponse, PricingEnum, PricingUnitEnum, ProtocolEnum, ProviderBalanceCheckpoint, ProviderDataBalance, ProxyGenerationConnectionRequest, ProxyGenerationSessionRequest, ProxyGenerationTargetingRequest, ProxyPasswordResetResponse, ProxyTypeEnum, RecoverPasswordRequest, Region, ResetDataRequest, ResetPasswordRequest, Reward, RewardClaimRequestRequest, RewardStatusEnum, SettingsCrypto, SettingsGateway, SettingsReferral, SettingsResponse, SeverityEnum, SignUpRequest, SubtractDataRequest, TargetingOptions, TelegramConnectionResponse, TelegramLinkResponse, TokenPairResponse, TokenRefreshRequestRequest, TokenRefreshResponse, TransactionRecord, TransactionsResponse, TwoFactorConfirmRequest, TwoFactorDisableRequest, TwoFactorSetupRequestRequest, TwoFactorSetupResponse, User, UserCreateRequest, UserCurrency, UserPasswordResetRequestRequest, VerifyOTPRequest, WebhookCreateRequest, WebhookCreated, WebhookList, WebhookScopeEnum };
|
package/dist/openapi.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as webhooks, n as operations, r as paths, t as components } from "./schema-
|
|
1
|
+
import { i as webhooks, n as operations, r as paths, t as components } from "./schema-CNZqkHae.cjs";
|
|
2
2
|
export type { components, operations, paths, webhooks };
|
package/dist/openapi.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as webhooks, n as operations, r as paths, t as components } from "./schema-
|
|
1
|
+
import { i as webhooks, n as operations, r as paths, t as components } from "./schema-CNZqkHae.js";
|
|
2
2
|
export type { components, operations, paths, webhooks };
|
|
@@ -485,7 +485,7 @@ interface paths {
|
|
|
485
485
|
};
|
|
486
486
|
/**
|
|
487
487
|
* List available cities
|
|
488
|
-
* @description Returns cities supported by the selected package, country, and region, including targetable ISPs and autonomous system numbers.
|
|
488
|
+
* @description Returns cities supported by the selected package, country, and region, including targetable ISPs. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
|
|
489
489
|
*/
|
|
490
490
|
get: operations["locations_cities_list"];
|
|
491
491
|
put?: never;
|
|
@@ -505,7 +505,7 @@ interface paths {
|
|
|
505
505
|
};
|
|
506
506
|
/**
|
|
507
507
|
* Get a city
|
|
508
|
-
* @description Returns one city and its available network targeting options.
|
|
508
|
+
* @description Returns one city and its available network targeting options. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
|
|
509
509
|
*/
|
|
510
510
|
get: operations["locations_cities_retrieve"];
|
|
511
511
|
put?: never;
|
|
@@ -565,7 +565,7 @@ interface paths {
|
|
|
565
565
|
};
|
|
566
566
|
/**
|
|
567
567
|
* List available countries
|
|
568
|
-
* @description Returns countries supported by the selected package, including targetable ISPs and autonomous system numbers
|
|
568
|
+
* @description Returns countries supported by the selected package, including targetable ISPs. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
|
|
569
569
|
*/
|
|
570
570
|
get: operations["locations_countries_list"];
|
|
571
571
|
put?: never;
|
|
@@ -585,7 +585,7 @@ interface paths {
|
|
|
585
585
|
};
|
|
586
586
|
/**
|
|
587
587
|
* Get a country
|
|
588
|
-
* @description Returns one country and its available network targeting options.
|
|
588
|
+
* @description Returns one country and its available network targeting options. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
|
|
589
589
|
*/
|
|
590
590
|
get: operations["locations_countries_retrieve"];
|
|
591
591
|
put?: never;
|
|
@@ -625,7 +625,7 @@ interface paths {
|
|
|
625
625
|
};
|
|
626
626
|
/**
|
|
627
627
|
* List available regions
|
|
628
|
-
* @description Returns regions supported by the selected package and country, including targetable ISPs and autonomous system numbers.
|
|
628
|
+
* @description Returns regions supported by the selected package and country, including targetable ISPs. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
|
|
629
629
|
*/
|
|
630
630
|
get: operations["locations_regions_list"];
|
|
631
631
|
put?: never;
|
|
@@ -645,7 +645,7 @@ interface paths {
|
|
|
645
645
|
};
|
|
646
646
|
/**
|
|
647
647
|
* Get a region
|
|
648
|
-
* @description Returns one region and its available network targeting options.
|
|
648
|
+
* @description Returns one region and its available network targeting options. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
|
|
649
649
|
*/
|
|
650
650
|
get: operations["locations_regions_retrieve"];
|
|
651
651
|
put?: never;
|
|
@@ -952,6 +952,26 @@ interface paths {
|
|
|
952
952
|
patch?: never;
|
|
953
953
|
trace?: never;
|
|
954
954
|
};
|
|
955
|
+
"/providers/data-balances": {
|
|
956
|
+
parameters: {
|
|
957
|
+
query?: never;
|
|
958
|
+
header?: never;
|
|
959
|
+
path?: never;
|
|
960
|
+
cookie?: never;
|
|
961
|
+
};
|
|
962
|
+
/**
|
|
963
|
+
* List provider data balances
|
|
964
|
+
* @description Requires a JWT belonging to an active superuser or an API key owned by an active superuser, including requests using X-Impersonate-User. Returns one result per provider with recorded balances. The latest observation by observed_at is the baseline; available_bytes is that observation's balance, not a sum of purchased data. All byte amounts are decimal strings. Calculations are saved asynchronously; inspect freshness, error and calculated_at before using them. History is ordered by creation time descending and limited by PROVIDER_DATA_BALANCE_HISTORY_LIMIT (default 10). Pagination counts providers, not history entries.
|
|
965
|
+
*/
|
|
966
|
+
get: operations["providers_data_balances_list"];
|
|
967
|
+
put?: never;
|
|
968
|
+
post?: never;
|
|
969
|
+
delete?: never;
|
|
970
|
+
options?: never;
|
|
971
|
+
head?: never;
|
|
972
|
+
patch?: never;
|
|
973
|
+
trace?: never;
|
|
974
|
+
};
|
|
955
975
|
"/proxies/generate": {
|
|
956
976
|
parameters: {
|
|
957
977
|
query?: never;
|
|
@@ -1403,6 +1423,7 @@ interface components {
|
|
|
1403
1423
|
*/
|
|
1404
1424
|
CheckoutStatusEnum: "not_required" | "initializing" | "ready" | "failed";
|
|
1405
1425
|
City: {
|
|
1426
|
+
/** @description The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format. */
|
|
1406
1427
|
readonly asns: components["schemas"]["LocationCodeName"][];
|
|
1407
1428
|
/** @description Raw city code as it appears in the source data. los_angeles paris */
|
|
1408
1429
|
code: string;
|
|
@@ -1445,6 +1466,7 @@ interface components {
|
|
|
1445
1466
|
name: string;
|
|
1446
1467
|
};
|
|
1447
1468
|
Country: {
|
|
1469
|
+
/** @description The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format. */
|
|
1448
1470
|
readonly asns: components["schemas"]["LocationCodeName"][];
|
|
1449
1471
|
/**
|
|
1450
1472
|
* ISO 3166-1 Alpha-2 Code
|
|
@@ -1741,6 +1763,11 @@ interface components {
|
|
|
1741
1763
|
start: string;
|
|
1742
1764
|
timezone: string;
|
|
1743
1765
|
};
|
|
1766
|
+
/**
|
|
1767
|
+
* @description * `fresh` - fresh * `stale` - stale * `unavailable` - unavailable
|
|
1768
|
+
* @enum {string}
|
|
1769
|
+
*/
|
|
1770
|
+
FreshnessEnum: "fresh" | "stale" | "unavailable";
|
|
1744
1771
|
GeneratedProxy: {
|
|
1745
1772
|
connection_string: string;
|
|
1746
1773
|
host: string;
|
|
@@ -2134,6 +2161,8 @@ interface components {
|
|
|
2134
2161
|
id?: string;
|
|
2135
2162
|
title: string;
|
|
2136
2163
|
};
|
|
2164
|
+
/** @enum {unknown} */
|
|
2165
|
+
NullEnum: null;
|
|
2137
2166
|
Order: {
|
|
2138
2167
|
/**
|
|
2139
2168
|
* Auto Renewal Data (GB)
|
|
@@ -2601,6 +2630,21 @@ interface components {
|
|
|
2601
2630
|
previous?: string | null;
|
|
2602
2631
|
results: components["schemas"]["Package"][];
|
|
2603
2632
|
};
|
|
2633
|
+
PaginatedProviderDataBalanceList: {
|
|
2634
|
+
/** @example 1 */
|
|
2635
|
+
count: number;
|
|
2636
|
+
/**
|
|
2637
|
+
* Format: uri
|
|
2638
|
+
* @example null
|
|
2639
|
+
*/
|
|
2640
|
+
next?: string | null;
|
|
2641
|
+
/**
|
|
2642
|
+
* Format: uri
|
|
2643
|
+
* @example null
|
|
2644
|
+
*/
|
|
2645
|
+
previous?: string | null;
|
|
2646
|
+
results: components["schemas"]["ProviderDataBalance"][];
|
|
2647
|
+
};
|
|
2604
2648
|
PaginatedRegionList: {
|
|
2605
2649
|
/** @example 1 */
|
|
2606
2650
|
count: number;
|
|
@@ -2811,6 +2855,46 @@ interface components {
|
|
|
2811
2855
|
* @enum {string}
|
|
2812
2856
|
*/
|
|
2813
2857
|
ProtocolEnum: "http" | "socks5" | "auto";
|
|
2858
|
+
ProviderBalanceCheckpoint: {
|
|
2859
|
+
/** @description Observed balance in bytes, as a decimal string. */
|
|
2860
|
+
available_bytes: string;
|
|
2861
|
+
/** Format: date-time */
|
|
2862
|
+
readonly created: string;
|
|
2863
|
+
readonly created_by: string | null;
|
|
2864
|
+
/** Format: uuid */
|
|
2865
|
+
readonly id: string;
|
|
2866
|
+
/** Format: date-time */
|
|
2867
|
+
observed_at: string;
|
|
2868
|
+
};
|
|
2869
|
+
ProviderDataBalance: {
|
|
2870
|
+
/** @description Observed balance in bytes, as a decimal string. */
|
|
2871
|
+
available_bytes: string;
|
|
2872
|
+
/**
|
|
2873
|
+
* Format: date-time
|
|
2874
|
+
* @description Time of the last successful calculation.
|
|
2875
|
+
*/
|
|
2876
|
+
calculated_at: string | null;
|
|
2877
|
+
/** Format: uuid */
|
|
2878
|
+
checkpoint_id: string;
|
|
2879
|
+
error: string;
|
|
2880
|
+
freshness: components["schemas"]["FreshnessEnum"];
|
|
2881
|
+
/** @description Latest entries by creation time, limited by PROVIDER_DATA_BALANCE_HISTORY_LIMIT (default 10). */
|
|
2882
|
+
history: components["schemas"]["ProviderBalanceCheckpoint"][];
|
|
2883
|
+
/**
|
|
2884
|
+
* Format: date-time
|
|
2885
|
+
* @description Time the available balance was observed.
|
|
2886
|
+
*/
|
|
2887
|
+
observed_at: string;
|
|
2888
|
+
provider_id: string;
|
|
2889
|
+
provider_name: string;
|
|
2890
|
+
/** @description Remaining bytes at calculated_at, as a decimal string. */
|
|
2891
|
+
remaining_bytes: string | null;
|
|
2892
|
+
/** Format: double */
|
|
2893
|
+
remaining_percent: number | null;
|
|
2894
|
+
severity: (components["schemas"]["SeverityEnum"] | components["schemas"]["NullEnum"]) | null;
|
|
2895
|
+
/** @description Calculated usage since the observation, in bytes. */
|
|
2896
|
+
used_bytes: string | null;
|
|
2897
|
+
};
|
|
2814
2898
|
ProxyGenerationConnectionRequest: {
|
|
2815
2899
|
/**
|
|
2816
2900
|
* @description Connection string format.
|
|
@@ -2872,6 +2956,7 @@ interface components {
|
|
|
2872
2956
|
token: string;
|
|
2873
2957
|
};
|
|
2874
2958
|
Region: {
|
|
2959
|
+
/** @description The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format. */
|
|
2875
2960
|
readonly asns: components["schemas"]["LocationCodeName"][];
|
|
2876
2961
|
/** @description Raw region code as it appears in the source data. Used together with country to form a unique identifier. california ile_de_france */
|
|
2877
2962
|
code: string;
|
|
@@ -2969,6 +3054,11 @@ interface components {
|
|
|
2969
3054
|
/** Format: double */
|
|
2970
3055
|
spent_total: number;
|
|
2971
3056
|
};
|
|
3057
|
+
/**
|
|
3058
|
+
* @description * `warning` - warning * `danger` - danger
|
|
3059
|
+
* @enum {string}
|
|
3060
|
+
*/
|
|
3061
|
+
SeverityEnum: "warning" | "danger";
|
|
2972
3062
|
/** @description Comprehensive user registration with enhanced validation, security measures, and referral/affiliate code handling. */
|
|
2973
3063
|
SignUpRequest: {
|
|
2974
3064
|
/** @description Optional affiliate referral code */
|
|
@@ -6177,6 +6267,8 @@ interface operations {
|
|
|
6177
6267
|
query: {
|
|
6178
6268
|
code?: string;
|
|
6179
6269
|
country__code?: string;
|
|
6270
|
+
/** @description The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format. */
|
|
6271
|
+
include_asns?: boolean;
|
|
6180
6272
|
/** @description Number of results to return per page. */
|
|
6181
6273
|
limit?: number;
|
|
6182
6274
|
name?: string;
|
|
@@ -6258,6 +6350,8 @@ interface operations {
|
|
|
6258
6350
|
locations_cities_retrieve: {
|
|
6259
6351
|
parameters: {
|
|
6260
6352
|
query: {
|
|
6353
|
+
/** @description The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format. */
|
|
6354
|
+
include_asns?: boolean;
|
|
6261
6355
|
/** @description Package whose targeting availability should be returned. */
|
|
6262
6356
|
package_id: string;
|
|
6263
6357
|
};
|
|
@@ -6516,6 +6610,8 @@ interface operations {
|
|
|
6516
6610
|
parameters: {
|
|
6517
6611
|
query: {
|
|
6518
6612
|
code?: string;
|
|
6613
|
+
/** @description The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format. */
|
|
6614
|
+
include_asns?: boolean;
|
|
6519
6615
|
/** @description Number of results to return per page. */
|
|
6520
6616
|
limit?: number;
|
|
6521
6617
|
name?: string;
|
|
@@ -6596,6 +6692,8 @@ interface operations {
|
|
|
6596
6692
|
locations_countries_retrieve: {
|
|
6597
6693
|
parameters: {
|
|
6598
6694
|
query: {
|
|
6695
|
+
/** @description The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format. */
|
|
6696
|
+
include_asns?: boolean;
|
|
6599
6697
|
/** @description Package whose targeting availability should be returned. */
|
|
6600
6698
|
package_id: string;
|
|
6601
6699
|
};
|
|
@@ -6768,6 +6866,8 @@ interface operations {
|
|
|
6768
6866
|
query: {
|
|
6769
6867
|
code?: string;
|
|
6770
6868
|
country__code?: string;
|
|
6869
|
+
/** @description The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format. */
|
|
6870
|
+
include_asns?: boolean;
|
|
6771
6871
|
/** @description Number of results to return per page. */
|
|
6772
6872
|
limit?: number;
|
|
6773
6873
|
name?: string;
|
|
@@ -6848,6 +6948,8 @@ interface operations {
|
|
|
6848
6948
|
locations_regions_retrieve: {
|
|
6849
6949
|
parameters: {
|
|
6850
6950
|
query: {
|
|
6951
|
+
/** @description The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format. */
|
|
6952
|
+
include_asns?: boolean;
|
|
6851
6953
|
/** @description Package whose targeting availability should be returned. */
|
|
6852
6954
|
package_id: string;
|
|
6853
6955
|
};
|
|
@@ -8357,6 +8459,79 @@ interface operations {
|
|
|
8357
8459
|
};
|
|
8358
8460
|
};
|
|
8359
8461
|
};
|
|
8462
|
+
providers_data_balances_list: {
|
|
8463
|
+
parameters: {
|
|
8464
|
+
query?: {
|
|
8465
|
+
/** @description Number of results to return per page. */
|
|
8466
|
+
limit?: number;
|
|
8467
|
+
/** @description The initial index from which to return the results. */
|
|
8468
|
+
offset?: number;
|
|
8469
|
+
};
|
|
8470
|
+
header?: {
|
|
8471
|
+
/** @description Preferred language for human-readable API errors. Supported languages: en, ru, uk, de, it, fr, es, zh-hans, ja. Regional language tags and quality weights are accepted; unsupported or omitted values use English. */
|
|
8472
|
+
"Accept-Language"?: string;
|
|
8473
|
+
};
|
|
8474
|
+
path?: never;
|
|
8475
|
+
cookie?: never;
|
|
8476
|
+
};
|
|
8477
|
+
requestBody?: never;
|
|
8478
|
+
responses: {
|
|
8479
|
+
/** @description The operation completed successfully. */
|
|
8480
|
+
200: {
|
|
8481
|
+
headers: {
|
|
8482
|
+
[name: string]: unknown;
|
|
8483
|
+
};
|
|
8484
|
+
content: {
|
|
8485
|
+
"application/json": components["schemas"]["PaginatedProviderDataBalanceList"];
|
|
8486
|
+
};
|
|
8487
|
+
};
|
|
8488
|
+
/** @description The request is malformed or violates a business rule. */
|
|
8489
|
+
400: {
|
|
8490
|
+
headers: {
|
|
8491
|
+
"Content-Language": components["headers"]["ContentLanguage"];
|
|
8492
|
+
[name: string]: unknown;
|
|
8493
|
+
};
|
|
8494
|
+
content: {
|
|
8495
|
+
"application/json": {
|
|
8496
|
+
detail?: string;
|
|
8497
|
+
non_field_errors?: string[];
|
|
8498
|
+
} & {
|
|
8499
|
+
[key: string]: string | string[];
|
|
8500
|
+
};
|
|
8501
|
+
};
|
|
8502
|
+
};
|
|
8503
|
+
/** @description Authentication credentials are missing, expired, or invalid. */
|
|
8504
|
+
401: {
|
|
8505
|
+
headers: {
|
|
8506
|
+
"Content-Language": components["headers"]["ContentLanguage"];
|
|
8507
|
+
[name: string]: unknown;
|
|
8508
|
+
};
|
|
8509
|
+
content: {
|
|
8510
|
+
"application/json": {
|
|
8511
|
+
detail?: string;
|
|
8512
|
+
non_field_errors?: string[];
|
|
8513
|
+
} & {
|
|
8514
|
+
[key: string]: string | string[];
|
|
8515
|
+
};
|
|
8516
|
+
};
|
|
8517
|
+
};
|
|
8518
|
+
/** @description The authenticated account cannot perform this operation. */
|
|
8519
|
+
403: {
|
|
8520
|
+
headers: {
|
|
8521
|
+
"Content-Language": components["headers"]["ContentLanguage"];
|
|
8522
|
+
[name: string]: unknown;
|
|
8523
|
+
};
|
|
8524
|
+
content: {
|
|
8525
|
+
"application/json": {
|
|
8526
|
+
detail?: string;
|
|
8527
|
+
non_field_errors?: string[];
|
|
8528
|
+
} & {
|
|
8529
|
+
[key: string]: string | string[];
|
|
8530
|
+
};
|
|
8531
|
+
};
|
|
8532
|
+
};
|
|
8533
|
+
};
|
|
8534
|
+
};
|
|
8360
8535
|
proxies_generate_create: {
|
|
8361
8536
|
parameters: {
|
|
8362
8537
|
query?: never;
|
|
@@ -10303,4 +10478,4 @@ interface operations {
|
|
|
10303
10478
|
}
|
|
10304
10479
|
//#endregion
|
|
10305
10480
|
export { webhooks as i, operations as n, paths as r, components as t };
|
|
10306
|
-
//# sourceMappingURL=schema-
|
|
10481
|
+
//# sourceMappingURL=schema-CNZqkHae.d.cts.map
|