@heycharles/browser-sdk
Advanced tools
Comparing version 4.236.0 to 4.237.0
@@ -7,3 +7,3 @@ import { UniverseHealth, UniverseStatus } from './status'; | ||
import { MessageRawPayload } from '../messaging'; | ||
import { Canceler, AxiosRequestConfig } from 'axios'; | ||
import { AxiosResponse, Canceler, AxiosRequestConfig } from 'axios'; | ||
import Entity, { EntityFetchOptions, EntityFetchQuery } from '../entities/_base'; | ||
@@ -533,3 +533,3 @@ import * as staff from '../entities/staff/staff'; | ||
availableIntegrations(options?: EntityFetchOptions): Promise<integration.AvailableIntegrationRawPayload[] | undefined>; | ||
setupIntegration(payload: object, setupEndpoint: string, version?: string): Promise<number | undefined>; | ||
setupIntegration(payload: object, setupEndpoint: string, version?: string): Promise<number | undefined | AxiosResponse<any>>; | ||
messageBrokers(options?: EntityFetchOptions): Promise<messageBroker.MessageBroker[] | messageBroker.MessageBrokerRawPayload[] | undefined>; | ||
@@ -536,0 +536,0 @@ storefronts(options?: EntityFetchOptions): Promise<storefront.Storefront[] | storefront.StorefrontRawPayload[] | undefined>; |
{ | ||
"name": "@heycharles/browser-sdk", | ||
"version": "4.236.0", | ||
"version": "4.237.0", | ||
"description": "The Browser SDK for the Charles APIs.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2848324
40989