@algolia/client-common
Advanced tools
Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3
@@ -10,4 +10,4 @@ import type { AlgoliaAgentOptions, TransporterOptions } from './Transporter'; | ||
}; | ||
export declare type InitClientOptions = Partial<Omit<CreateClientOptions, 'apiKey' | 'appId'>>; | ||
export declare type ClientOptions = Partial<Omit<CreateClientOptions, 'apiKey' | 'appId'>>; | ||
export {}; | ||
//# sourceMappingURL=CreateClient.d.ts.map |
{ | ||
"name": "@algolia/client-common", | ||
"version": "5.0.0-alpha.2", | ||
"version": "5.0.0-alpha.3", | ||
"description": "Common package for the Algolia JavaScript API client.", | ||
@@ -5,0 +5,0 @@ "repository": "algolia/algoliasearch-client-javascript", |
@@ -21,4 +21,4 @@ import type { AlgoliaAgentOptions, TransporterOptions } from './Transporter'; | ||
export type InitClientOptions = Partial< | ||
export type ClientOptions = Partial< | ||
Omit<CreateClientOptions, 'apiKey' | 'appId'> | ||
>; |
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
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
126040