Skip to content

Commit

Permalink
chore: release 2024-09-10 [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Sep 10, 2024
1 parent b330b51 commit dc640b2
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type { SearchMethodParams } from '../model/searchMethodParams';
import type { SearchResponse } from '../model/searchResponse';
import type { SearchResponses } from '../model/searchResponses';

export const apiClientVersion = '5.3.2';
export const apiClientVersion = '5.4.0';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type { ListABTestsResponse } from '../model/listABTestsResponse';
import type { ScheduleABTestResponse } from '../model/scheduleABTestResponse';
import type { ScheduleABTestsRequest } from '../model/scheduleABTestsRequest';

export const apiClientVersion = '5.3.2';
export const apiClientVersion = '5.4.0';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';

export const apiClientVersion = '5.3.2';
export const apiClientVersion = '5.4.0';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import type {
import type { EventsResponse } from '../model/eventsResponse';
import type { InsightsEvents } from '../model/insightsEvents';

export const apiClientVersion = '5.3.2';
export const apiClientVersion = '5.4.0';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';

export const apiClientVersion = '5.3.2';
export const apiClientVersion = '5.4.0';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type { ConfigurationResponse } from '../model/configurationResponse';
import type { ConfigurationWithIndex } from '../model/configurationWithIndex';
import type { LogFile } from '../model/logFile';

export const apiClientVersion = '5.3.2';
export const apiClientVersion = '5.4.0';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse';
import type { UserId } from '../model/userId';

export const apiClientVersion = '5.3.2';
export const apiClientVersion = '5.4.0';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import type {
} from '../model/clientMethodProps';
import type { IndexUsage } from '../model/indexUsage';

export const apiClientVersion = '1.3.2';
export const apiClientVersion = '1.4.0';

function getDefaultHosts(): Host[] {
return [{ url: 'usage.algolia.com', accept: 'readWrite', protocol: 'https' }];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ import type { TransformationTryResponse } from '../model/transformationTryRespon
import type { TransformationUpdateResponse } from '../model/transformationUpdateResponse';
import type { Trigger } from '../model/trigger';

export const apiClientVersion = '1.3.2';
export const apiClientVersion = '1.4.0';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import type { InventoryResponse } from '../model/inventoryResponse';
import type { LatencyResponse } from '../model/latencyResponse';
import type { StatusResponse } from '../model/statusResponse';

export const apiClientVersion = '1.3.2';
export const apiClientVersion = '1.4.0';

function getDefaultHosts(): Host[] {
return [{ url: 'status.algolia.com', accept: 'readWrite', protocol: 'https' }];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
import type { RecommendRule } from '../model/recommendRule';
import type { SearchRecommendRulesResponse } from '../model/searchRecommendRulesResponse';

export const apiClientVersion = '5.3.2';
export const apiClientVersion = '5.4.0';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/abtesting.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.3.2\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.4.0\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/analytics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.3.2\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.4.0\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/ingestion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(1.3.2\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(1.4.0\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/insights.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.3.2\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.4.0\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/monitoring.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(1.3.2\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(1.4.0\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/personalization.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.3.2\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.4.0\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.3.2\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.4.0\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/recommend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.3.2\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.4.0\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/search.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.3.2\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(5.4.0\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/javascript/src/client/usage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('commonApi', () => {

const result = (await client.customPost({ path: '1/test' })) as unknown as EchoResponse;

expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(1.3.2\).*/);
expect(decodeURIComponent(result.algoliaAgent)).toMatch(/^Algolia for JavaScript \(1.4.0\).*/);
}, 15000);

test('calls api with default read timeouts', async () => {
Expand Down

0 comments on commit dc640b2

Please sign in to comment.