@vtex-miss/api-sdk
Advanced tools
Comparing version 0.2.1 to 1.0.0
@@ -1,4 +0,557 @@ | ||
export { CollectionBeta } from './catalog-api/CollectionBeta.js'; | ||
import 'xfetch-js/src/xfetch.base'; | ||
import '@vtex-miss/api-types/src/catalog_api/collection_beta/get_all_collections'; | ||
import 'xfetch-js'; | ||
import * as openapi_fetch from 'openapi-fetch'; | ||
import { AntifraudProviderAPI, BuyerOrganizations, CatalogAPI, CatalogAPISellerPortal, CheckoutAPI, CustomerCreditAPI, DataSubjectRights, GiftCardHubAPI, GiftcardAPI, GiftcardProviderProtocol, HeadlessCMSAPI, IntelligentSearchAPI, IntelligentSearchEventsAPI_Headless, LegacyCMSPortalAPI, LicenseManagerAPI, LogisticsAPI, MarketplaceAPIs, MarketplaceAPIs_SentOffers, MarketplaceAPIs_Suggestions, MarketplaceProtocol_ExternalMarketplaceMapper, MarketplaceProtocol_ExternalMarketplaceOrders, MarketplaceProtocol_ExternalSellerFulfillment, MarketplaceProtocol_ExternalSellerMarketplace, MasterDataAPI_v10_2, MasterDataAPI_v2, MessageCenterAPI, OrdersAPI, OrdersAPI_PIIversion, PaymentProviderProtocol, PaymentsGatewayAPI, PoliciesSystemAPI, PricingAPI, PricingHub, ProfileSystem, PromotionsAndTaxesAPI, PromotionsAndTaxesAPI_v2, Recurrence_v1_deprecated, ReviewsandRatingsAPI, SKUBindingsAPI, SearchAPI, SessionManagerAPI, SubscriptionsAPI_v2, SubscriptionsAPI_v3, Tracking, VTEXDoAPI, VTEXIDAPI } from '@vtex-miss/api-types'; | ||
declare const antifraudProviderClient: { | ||
GET: openapi_fetch.ClientMethod<AntifraudProviderAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<AntifraudProviderAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<AntifraudProviderAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<AntifraudProviderAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<AntifraudProviderAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<AntifraudProviderAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<AntifraudProviderAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<AntifraudProviderAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const buyerOrganizationsClient: { | ||
GET: openapi_fetch.ClientMethod<BuyerOrganizations.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<BuyerOrganizations.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<BuyerOrganizations.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<BuyerOrganizations.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<BuyerOrganizations.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<BuyerOrganizations.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<BuyerOrganizations.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<BuyerOrganizations.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const catalogClient: { | ||
GET: openapi_fetch.ClientMethod<CatalogAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<CatalogAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<CatalogAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<CatalogAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<CatalogAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<CatalogAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<CatalogAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<CatalogAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const catalogAPISellerPortalClient: { | ||
GET: openapi_fetch.ClientMethod<CatalogAPISellerPortal.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<CatalogAPISellerPortal.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<CatalogAPISellerPortal.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<CatalogAPISellerPortal.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<CatalogAPISellerPortal.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<CatalogAPISellerPortal.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<CatalogAPISellerPortal.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<CatalogAPISellerPortal.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const checkoutClient: { | ||
GET: openapi_fetch.ClientMethod<CheckoutAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<CheckoutAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<CheckoutAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<CheckoutAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<CheckoutAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<CheckoutAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<CheckoutAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<CheckoutAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const customerCreditClient: { | ||
GET: openapi_fetch.ClientMethod<CustomerCreditAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<CustomerCreditAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<CustomerCreditAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<CustomerCreditAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<CustomerCreditAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<CustomerCreditAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<CustomerCreditAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<CustomerCreditAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const dataSubjectRightsClient: { | ||
GET: openapi_fetch.ClientMethod<DataSubjectRights.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<DataSubjectRights.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<DataSubjectRights.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<DataSubjectRights.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<DataSubjectRights.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<DataSubjectRights.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<DataSubjectRights.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<DataSubjectRights.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const giftCardHubClient: { | ||
GET: openapi_fetch.ClientMethod<GiftCardHubAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<GiftCardHubAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<GiftCardHubAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<GiftCardHubAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<GiftCardHubAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<GiftCardHubAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<GiftCardHubAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<GiftCardHubAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const giftcardClient: { | ||
GET: openapi_fetch.ClientMethod<GiftcardAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<GiftcardAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<GiftcardAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<GiftcardAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<GiftcardAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<GiftcardAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<GiftcardAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<GiftcardAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const giftcardProviderProtocolClient: { | ||
GET: openapi_fetch.ClientMethod<GiftcardProviderProtocol.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<GiftcardProviderProtocol.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<GiftcardProviderProtocol.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<GiftcardProviderProtocol.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<GiftcardProviderProtocol.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<GiftcardProviderProtocol.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<GiftcardProviderProtocol.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<GiftcardProviderProtocol.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const headlessCMSClient: { | ||
GET: openapi_fetch.ClientMethod<HeadlessCMSAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<HeadlessCMSAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<HeadlessCMSAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<HeadlessCMSAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<HeadlessCMSAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<HeadlessCMSAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<HeadlessCMSAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<HeadlessCMSAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const intelligentSearchClient: { | ||
GET: openapi_fetch.ClientMethod<IntelligentSearchAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<IntelligentSearchAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<IntelligentSearchAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<IntelligentSearchAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<IntelligentSearchAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<IntelligentSearchAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<IntelligentSearchAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<IntelligentSearchAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const intelligentSearchEventsClient: { | ||
GET: openapi_fetch.ClientMethod<IntelligentSearchEventsAPI_Headless.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<IntelligentSearchEventsAPI_Headless.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<IntelligentSearchEventsAPI_Headless.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<IntelligentSearchEventsAPI_Headless.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<IntelligentSearchEventsAPI_Headless.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<IntelligentSearchEventsAPI_Headless.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<IntelligentSearchEventsAPI_Headless.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<IntelligentSearchEventsAPI_Headless.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const legacyCMSPortalClient: { | ||
GET: openapi_fetch.ClientMethod<LegacyCMSPortalAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<LegacyCMSPortalAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<LegacyCMSPortalAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<LegacyCMSPortalAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<LegacyCMSPortalAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<LegacyCMSPortalAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<LegacyCMSPortalAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<LegacyCMSPortalAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const licenseManagerClient: { | ||
GET: openapi_fetch.ClientMethod<LicenseManagerAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<LicenseManagerAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<LicenseManagerAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<LicenseManagerAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<LicenseManagerAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<LicenseManagerAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<LicenseManagerAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<LicenseManagerAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const logisticsClient: { | ||
GET: openapi_fetch.ClientMethod<LogisticsAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<LogisticsAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<LogisticsAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<LogisticsAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<LogisticsAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<LogisticsAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<LogisticsAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<LogisticsAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const marketplaceClient: { | ||
GET: openapi_fetch.ClientMethod<MarketplaceAPIs.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<MarketplaceAPIs.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<MarketplaceAPIs.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<MarketplaceAPIs.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<MarketplaceAPIs.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<MarketplaceAPIs.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<MarketplaceAPIs.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<MarketplaceAPIs.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const marketplaceSentOffersClient: { | ||
GET: openapi_fetch.ClientMethod<MarketplaceAPIs_SentOffers.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<MarketplaceAPIs_SentOffers.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<MarketplaceAPIs_SentOffers.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<MarketplaceAPIs_SentOffers.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<MarketplaceAPIs_SentOffers.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<MarketplaceAPIs_SentOffers.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<MarketplaceAPIs_SentOffers.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<MarketplaceAPIs_SentOffers.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const marketplaceSuggestionsClient: { | ||
GET: openapi_fetch.ClientMethod<MarketplaceAPIs_Suggestions.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<MarketplaceAPIs_Suggestions.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<MarketplaceAPIs_Suggestions.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<MarketplaceAPIs_Suggestions.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<MarketplaceAPIs_Suggestions.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<MarketplaceAPIs_Suggestions.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<MarketplaceAPIs_Suggestions.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<MarketplaceAPIs_Suggestions.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const marketplaceExternalMarketplaceMapperClient: { | ||
GET: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceMapper.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceMapper.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceMapper.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceMapper.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceMapper.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceMapper.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceMapper.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceMapper.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const marketplaceExternalMarketplaceOrdersClient: { | ||
GET: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceOrders.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceOrders.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceOrders.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceOrders.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceOrders.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceOrders.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceOrders.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalMarketplaceOrders.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const marketplaceExternalSellerFulfillmentClient: { | ||
GET: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerFulfillment.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerFulfillment.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerFulfillment.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerFulfillment.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerFulfillment.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerFulfillment.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerFulfillment.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerFulfillment.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const marketplaceExternalSellerMarketplaceClient: { | ||
GET: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerMarketplace.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerMarketplace.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerMarketplace.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerMarketplace.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerMarketplace.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerMarketplace.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerMarketplace.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<MarketplaceProtocol_ExternalSellerMarketplace.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const masterData_v10_2Client: { | ||
GET: openapi_fetch.ClientMethod<MasterDataAPI_v10_2.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<MasterDataAPI_v10_2.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<MasterDataAPI_v10_2.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<MasterDataAPI_v10_2.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<MasterDataAPI_v10_2.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<MasterDataAPI_v10_2.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<MasterDataAPI_v10_2.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<MasterDataAPI_v10_2.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const masterData_v2Client: { | ||
GET: openapi_fetch.ClientMethod<MasterDataAPI_v2.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<MasterDataAPI_v2.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<MasterDataAPI_v2.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<MasterDataAPI_v2.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<MasterDataAPI_v2.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<MasterDataAPI_v2.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<MasterDataAPI_v2.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<MasterDataAPI_v2.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const messageCenterClient: { | ||
GET: openapi_fetch.ClientMethod<MessageCenterAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<MessageCenterAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<MessageCenterAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<MessageCenterAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<MessageCenterAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<MessageCenterAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<MessageCenterAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<MessageCenterAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const ordersClient: { | ||
GET: openapi_fetch.ClientMethod<OrdersAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<OrdersAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<OrdersAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<OrdersAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<OrdersAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<OrdersAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<OrdersAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<OrdersAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const ordersPIIversionClient: { | ||
GET: openapi_fetch.ClientMethod<OrdersAPI_PIIversion.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<OrdersAPI_PIIversion.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<OrdersAPI_PIIversion.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<OrdersAPI_PIIversion.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<OrdersAPI_PIIversion.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<OrdersAPI_PIIversion.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<OrdersAPI_PIIversion.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<OrdersAPI_PIIversion.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const paymentProviderProtocolClient: { | ||
GET: openapi_fetch.ClientMethod<PaymentProviderProtocol.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<PaymentProviderProtocol.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<PaymentProviderProtocol.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<PaymentProviderProtocol.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<PaymentProviderProtocol.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<PaymentProviderProtocol.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<PaymentProviderProtocol.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<PaymentProviderProtocol.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const paymentsGatewayClient: { | ||
GET: openapi_fetch.ClientMethod<PaymentsGatewayAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<PaymentsGatewayAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<PaymentsGatewayAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<PaymentsGatewayAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<PaymentsGatewayAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<PaymentsGatewayAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<PaymentsGatewayAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<PaymentsGatewayAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const policiesSystemClient: { | ||
GET: openapi_fetch.ClientMethod<PoliciesSystemAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<PoliciesSystemAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<PoliciesSystemAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<PoliciesSystemAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<PoliciesSystemAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<PoliciesSystemAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<PoliciesSystemAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<PoliciesSystemAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const pricingClient: { | ||
GET: openapi_fetch.ClientMethod<PricingAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<PricingAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<PricingAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<PricingAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<PricingAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<PricingAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<PricingAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<PricingAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const pricingHubClient: { | ||
GET: openapi_fetch.ClientMethod<PricingHub.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<PricingHub.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<PricingHub.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<PricingHub.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<PricingHub.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<PricingHub.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<PricingHub.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<PricingHub.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const profileSystemClient: { | ||
GET: openapi_fetch.ClientMethod<ProfileSystem.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<ProfileSystem.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<ProfileSystem.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<ProfileSystem.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<ProfileSystem.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<ProfileSystem.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<ProfileSystem.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<ProfileSystem.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const promotionsAndTaxesClient: { | ||
GET: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const promotionsAndTaxes_v2Client: { | ||
GET: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI_v2.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI_v2.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI_v2.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI_v2.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI_v2.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI_v2.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI_v2.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<PromotionsAndTaxesAPI_v2.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const recurrence_v1_deprecatedClient: { | ||
GET: openapi_fetch.ClientMethod<Recurrence_v1_deprecated.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<Recurrence_v1_deprecated.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<Recurrence_v1_deprecated.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<Recurrence_v1_deprecated.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<Recurrence_v1_deprecated.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<Recurrence_v1_deprecated.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<Recurrence_v1_deprecated.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<Recurrence_v1_deprecated.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const reviewsandRatingsClient: { | ||
GET: openapi_fetch.ClientMethod<ReviewsandRatingsAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<ReviewsandRatingsAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<ReviewsandRatingsAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<ReviewsandRatingsAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<ReviewsandRatingsAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<ReviewsandRatingsAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<ReviewsandRatingsAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<ReviewsandRatingsAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const sKUBindingsClient: { | ||
GET: openapi_fetch.ClientMethod<SKUBindingsAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<SKUBindingsAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<SKUBindingsAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<SKUBindingsAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<SKUBindingsAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<SKUBindingsAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<SKUBindingsAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<SKUBindingsAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const searchClient: { | ||
GET: openapi_fetch.ClientMethod<SearchAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<SearchAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<SearchAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<SearchAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<SearchAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<SearchAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<SearchAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<SearchAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const sessionManagerClient: { | ||
GET: openapi_fetch.ClientMethod<SessionManagerAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<SessionManagerAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<SessionManagerAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<SessionManagerAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<SessionManagerAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<SessionManagerAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<SessionManagerAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<SessionManagerAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const subscriptions_v2Client: { | ||
GET: openapi_fetch.ClientMethod<SubscriptionsAPI_v2.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<SubscriptionsAPI_v2.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<SubscriptionsAPI_v2.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<SubscriptionsAPI_v2.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<SubscriptionsAPI_v2.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<SubscriptionsAPI_v2.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<SubscriptionsAPI_v2.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<SubscriptionsAPI_v2.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const subscriptions_v3Client: { | ||
GET: openapi_fetch.ClientMethod<SubscriptionsAPI_v3.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<SubscriptionsAPI_v3.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<SubscriptionsAPI_v3.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<SubscriptionsAPI_v3.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<SubscriptionsAPI_v3.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<SubscriptionsAPI_v3.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<SubscriptionsAPI_v3.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<SubscriptionsAPI_v3.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const trackingClient: { | ||
GET: openapi_fetch.ClientMethod<Tracking.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<Tracking.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<Tracking.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<Tracking.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<Tracking.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<Tracking.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<Tracking.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<Tracking.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const vTEXDoClient: { | ||
GET: openapi_fetch.ClientMethod<VTEXDoAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<VTEXDoAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<VTEXDoAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<VTEXDoAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<VTEXDoAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<VTEXDoAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<VTEXDoAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<VTEXDoAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
declare const vTEXIDClient: { | ||
GET: openapi_fetch.ClientMethod<VTEXIDAPI.paths, "get", `${string}/${string}`>; | ||
PUT: openapi_fetch.ClientMethod<VTEXIDAPI.paths, "put", `${string}/${string}`>; | ||
POST: openapi_fetch.ClientMethod<VTEXIDAPI.paths, "post", `${string}/${string}`>; | ||
DELETE: openapi_fetch.ClientMethod<VTEXIDAPI.paths, "delete", `${string}/${string}`>; | ||
OPTIONS: openapi_fetch.ClientMethod<VTEXIDAPI.paths, "options", `${string}/${string}`>; | ||
HEAD: openapi_fetch.ClientMethod<VTEXIDAPI.paths, "head", `${string}/${string}`>; | ||
PATCH: openapi_fetch.ClientMethod<VTEXIDAPI.paths, "patch", `${string}/${string}`>; | ||
TRACE: openapi_fetch.ClientMethod<VTEXIDAPI.paths, "trace", `${string}/${string}`>; | ||
use(...middleware: openapi_fetch.Middleware[]): void; | ||
eject(...middleware: openapi_fetch.Middleware[]): void; | ||
}; | ||
export { antifraudProviderClient, buyerOrganizationsClient, catalogAPISellerPortalClient, catalogClient, checkoutClient, customerCreditClient, dataSubjectRightsClient, giftCardHubClient, giftcardClient, giftcardProviderProtocolClient, headlessCMSClient, intelligentSearchClient, intelligentSearchEventsClient, legacyCMSPortalClient, licenseManagerClient, logisticsClient, marketplaceClient, marketplaceExternalMarketplaceMapperClient, marketplaceExternalMarketplaceOrdersClient, marketplaceExternalSellerFulfillmentClient, marketplaceExternalSellerMarketplaceClient, marketplaceSentOffersClient, marketplaceSuggestionsClient, masterData_v10_2Client, masterData_v2Client, messageCenterClient, ordersClient, ordersPIIversionClient, paymentProviderProtocolClient, paymentsGatewayClient, policiesSystemClient, pricingClient, pricingHubClient, profileSystemClient, promotionsAndTaxesClient, promotionsAndTaxes_v2Client, recurrence_v1_deprecatedClient, reviewsandRatingsClient, sKUBindingsClient, searchClient, sessionManagerClient, subscriptions_v2Client, subscriptions_v3Client, trackingClient, vTEXDoClient, vTEXIDClient }; |
@@ -33,65 +33,145 @@ "use strict"; | ||
__export(src_exports, { | ||
CollectionBeta: () => CollectionBeta | ||
antifraudProviderClient: () => antifraudProviderClient, | ||
buyerOrganizationsClient: () => buyerOrganizationsClient, | ||
catalogAPISellerPortalClient: () => catalogAPISellerPortalClient, | ||
catalogClient: () => catalogClient, | ||
checkoutClient: () => checkoutClient, | ||
customerCreditClient: () => customerCreditClient, | ||
dataSubjectRightsClient: () => dataSubjectRightsClient, | ||
giftCardHubClient: () => giftCardHubClient, | ||
giftcardClient: () => giftcardClient, | ||
giftcardProviderProtocolClient: () => giftcardProviderProtocolClient, | ||
headlessCMSClient: () => headlessCMSClient, | ||
intelligentSearchClient: () => intelligentSearchClient, | ||
intelligentSearchEventsClient: () => intelligentSearchEventsClient, | ||
legacyCMSPortalClient: () => legacyCMSPortalClient, | ||
licenseManagerClient: () => licenseManagerClient, | ||
logisticsClient: () => logisticsClient, | ||
marketplaceClient: () => marketplaceClient, | ||
marketplaceExternalMarketplaceMapperClient: () => marketplaceExternalMarketplaceMapperClient, | ||
marketplaceExternalMarketplaceOrdersClient: () => marketplaceExternalMarketplaceOrdersClient, | ||
marketplaceExternalSellerFulfillmentClient: () => marketplaceExternalSellerFulfillmentClient, | ||
marketplaceExternalSellerMarketplaceClient: () => marketplaceExternalSellerMarketplaceClient, | ||
marketplaceSentOffersClient: () => marketplaceSentOffersClient, | ||
marketplaceSuggestionsClient: () => marketplaceSuggestionsClient, | ||
masterData_v10_2Client: () => masterData_v10_2Client, | ||
masterData_v2Client: () => masterData_v2Client, | ||
messageCenterClient: () => messageCenterClient, | ||
ordersClient: () => ordersClient, | ||
ordersPIIversionClient: () => ordersPIIversionClient, | ||
paymentProviderProtocolClient: () => paymentProviderProtocolClient, | ||
paymentsGatewayClient: () => paymentsGatewayClient, | ||
policiesSystemClient: () => policiesSystemClient, | ||
pricingClient: () => pricingClient, | ||
pricingHubClient: () => pricingHubClient, | ||
profileSystemClient: () => profileSystemClient, | ||
promotionsAndTaxesClient: () => promotionsAndTaxesClient, | ||
promotionsAndTaxes_v2Client: () => promotionsAndTaxes_v2Client, | ||
recurrence_v1_deprecatedClient: () => recurrence_v1_deprecatedClient, | ||
reviewsandRatingsClient: () => reviewsandRatingsClient, | ||
sKUBindingsClient: () => sKUBindingsClient, | ||
searchClient: () => searchClient, | ||
sessionManagerClient: () => sessionManagerClient, | ||
subscriptions_v2Client: () => subscriptions_v2Client, | ||
subscriptions_v3Client: () => subscriptions_v3Client, | ||
trackingClient: () => trackingClient, | ||
vTEXDoClient: () => vTEXDoClient, | ||
vTEXIDClient: () => vTEXIDClient | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
// src/utils/base.ts | ||
var import_xfetch_js = __toESM(require("xfetch-js")); | ||
var initialOptions = { | ||
fetcher: import_xfetch_js.default, | ||
baseUrl: "", | ||
defaultHeaders: {} | ||
}; | ||
var SdkBase = class { | ||
fetch; | ||
baseUrl; | ||
defaultHeaders = {}; | ||
constructor(options) { | ||
const { fetcher, baseUrl, defaultHeaders } = { ...initialOptions, ...options }; | ||
this.fetch = fetcher; | ||
this.baseUrl = baseUrl; | ||
this.defaultHeaders = defaultHeaders; | ||
} | ||
searchParams(search = {}) { | ||
const normalize = Object.entries(search).reduce((acc, [key, value]) => { | ||
if (value !== void 0) { | ||
acc[key] = String(value); | ||
} | ||
return acc; | ||
}, {}); | ||
const searchParams = new URLSearchParams(normalize); | ||
return searchParams.toString() ? `?${searchParams.toString()}` : ""; | ||
} | ||
}; | ||
// src/catalog-api/CollectionBeta.ts | ||
var CollectionBeta = class extends SdkBase { | ||
constructor(options) { | ||
super(options); | ||
} | ||
/** | ||
* Retrieves a list of all collections matching a filter. | ||
* | ||
* @visibility private | ||
* @see [official documentation](https://developers.vtex.com/docs/api-reference/catalog-api#get-/api/catalog_system/pvt/collection/search) | ||
* | ||
*/ | ||
getAllCollections(params) { | ||
const base = this.searchParams(params); | ||
const url = `${this.routes.getAllCollections}${base}`; | ||
return this.fetch.get(url, { | ||
// @ts-ignore | ||
headers: this.defaultHeaders | ||
}).json((_) => _); | ||
} | ||
get routes() { | ||
const _base = `${this.baseUrl}/api/catalog/pvt/collection`; | ||
return { | ||
getAllCollections: `${_base}/collections` | ||
}; | ||
} | ||
}; | ||
var import_openapi_fetch = __toESM(require("openapi-fetch")); | ||
var antifraudProviderClient = (0, import_openapi_fetch.default)(); | ||
var buyerOrganizationsClient = (0, import_openapi_fetch.default)(); | ||
var catalogClient = (0, import_openapi_fetch.default)(); | ||
var catalogAPISellerPortalClient = (0, import_openapi_fetch.default)(); | ||
var checkoutClient = (0, import_openapi_fetch.default)(); | ||
var customerCreditClient = (0, import_openapi_fetch.default)(); | ||
var dataSubjectRightsClient = (0, import_openapi_fetch.default)(); | ||
var giftCardHubClient = (0, import_openapi_fetch.default)(); | ||
var giftcardClient = (0, import_openapi_fetch.default)(); | ||
var giftcardProviderProtocolClient = (0, import_openapi_fetch.default)(); | ||
var headlessCMSClient = (0, import_openapi_fetch.default)(); | ||
var intelligentSearchClient = (0, import_openapi_fetch.default)(); | ||
var intelligentSearchEventsClient = (0, import_openapi_fetch.default)(); | ||
var legacyCMSPortalClient = (0, import_openapi_fetch.default)(); | ||
var licenseManagerClient = (0, import_openapi_fetch.default)(); | ||
var logisticsClient = (0, import_openapi_fetch.default)(); | ||
var marketplaceClient = (0, import_openapi_fetch.default)(); | ||
var marketplaceSentOffersClient = (0, import_openapi_fetch.default)(); | ||
var marketplaceSuggestionsClient = (0, import_openapi_fetch.default)(); | ||
var marketplaceExternalMarketplaceMapperClient = (0, import_openapi_fetch.default)(); | ||
var marketplaceExternalMarketplaceOrdersClient = (0, import_openapi_fetch.default)(); | ||
var marketplaceExternalSellerFulfillmentClient = (0, import_openapi_fetch.default)(); | ||
var marketplaceExternalSellerMarketplaceClient = (0, import_openapi_fetch.default)(); | ||
var masterData_v10_2Client = (0, import_openapi_fetch.default)(); | ||
var masterData_v2Client = (0, import_openapi_fetch.default)(); | ||
var messageCenterClient = (0, import_openapi_fetch.default)(); | ||
var ordersClient = (0, import_openapi_fetch.default)(); | ||
var ordersPIIversionClient = (0, import_openapi_fetch.default)(); | ||
var paymentProviderProtocolClient = (0, import_openapi_fetch.default)(); | ||
var paymentsGatewayClient = (0, import_openapi_fetch.default)(); | ||
var policiesSystemClient = (0, import_openapi_fetch.default)(); | ||
var pricingClient = (0, import_openapi_fetch.default)(); | ||
var pricingHubClient = (0, import_openapi_fetch.default)(); | ||
var profileSystemClient = (0, import_openapi_fetch.default)(); | ||
var promotionsAndTaxesClient = (0, import_openapi_fetch.default)(); | ||
var promotionsAndTaxes_v2Client = (0, import_openapi_fetch.default)(); | ||
var recurrence_v1_deprecatedClient = (0, import_openapi_fetch.default)(); | ||
var reviewsandRatingsClient = (0, import_openapi_fetch.default)(); | ||
var sKUBindingsClient = (0, import_openapi_fetch.default)(); | ||
var searchClient = (0, import_openapi_fetch.default)(); | ||
var sessionManagerClient = (0, import_openapi_fetch.default)(); | ||
var subscriptions_v2Client = (0, import_openapi_fetch.default)(); | ||
var subscriptions_v3Client = (0, import_openapi_fetch.default)(); | ||
var trackingClient = (0, import_openapi_fetch.default)(); | ||
var vTEXDoClient = (0, import_openapi_fetch.default)(); | ||
var vTEXIDClient = (0, import_openapi_fetch.default)(); | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
CollectionBeta | ||
antifraudProviderClient, | ||
buyerOrganizationsClient, | ||
catalogAPISellerPortalClient, | ||
catalogClient, | ||
checkoutClient, | ||
customerCreditClient, | ||
dataSubjectRightsClient, | ||
giftCardHubClient, | ||
giftcardClient, | ||
giftcardProviderProtocolClient, | ||
headlessCMSClient, | ||
intelligentSearchClient, | ||
intelligentSearchEventsClient, | ||
legacyCMSPortalClient, | ||
licenseManagerClient, | ||
logisticsClient, | ||
marketplaceClient, | ||
marketplaceExternalMarketplaceMapperClient, | ||
marketplaceExternalMarketplaceOrdersClient, | ||
marketplaceExternalSellerFulfillmentClient, | ||
marketplaceExternalSellerMarketplaceClient, | ||
marketplaceSentOffersClient, | ||
marketplaceSuggestionsClient, | ||
masterData_v10_2Client, | ||
masterData_v2Client, | ||
messageCenterClient, | ||
ordersClient, | ||
ordersPIIversionClient, | ||
paymentProviderProtocolClient, | ||
paymentsGatewayClient, | ||
policiesSystemClient, | ||
pricingClient, | ||
pricingHubClient, | ||
profileSystemClient, | ||
promotionsAndTaxesClient, | ||
promotionsAndTaxes_v2Client, | ||
recurrence_v1_deprecatedClient, | ||
reviewsandRatingsClient, | ||
sKUBindingsClient, | ||
searchClient, | ||
sessionManagerClient, | ||
subscriptions_v2Client, | ||
subscriptions_v3Client, | ||
trackingClient, | ||
vTEXDoClient, | ||
vTEXIDClient | ||
}); |
{ | ||
"name": "@vtex-miss/api-sdk", | ||
"version": "0.2.1", | ||
"version": "1.0.0", | ||
"description": "", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"xfetch-js": "^0.6.0" | ||
"openapi-fetch": "^0.9.7" | ||
}, | ||
@@ -42,3 +42,3 @@ "sideEffects": false, | ||
"typescript": "^5.2.2", | ||
"@vtex-miss/api-types": "0.3.0" | ||
"@vtex-miss/api-types": "1.0.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
103916
833
1
5
1
+ Addedopenapi-fetch@^0.9.7
+ Addedopenapi-fetch@0.9.8(transitive)
+ Addedopenapi-typescript-helpers@0.0.8(transitive)
- Removedxfetch-js@^0.6.0
- Removedasynckit@0.4.0(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedform-data@4.0.1(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removednode-domexception@1.0.0(transitive)
- Removednode-fetch-commonjs@3.3.2(transitive)
- Removedweb-streams-polyfill@3.3.3(transitive)
- Removedxfetch-js@0.6.0(transitive)