Skip to content

Commit 9b3025f

Browse files
feat(python): Test python timeout (generated)
algolia/api-clients-automation#5883 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Eric Zaharia <[email protected]>
1 parent 35d32dc commit 9b3025f

File tree

76 files changed

+514
-374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+514
-374
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"bundlewatch": "0.4.1",
2121
"execa": "9.6.1",
2222
"lerna": "9.0.3",
23-
"rollup": "4.55.1",
23+
"rollup": "4.56.0",
2424
"typescript": "5.9.3"
2525
},
2626
"bundlewatch": {

packages/abtesting/builds/browser.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
22

3-
import { createXhrRequester } from '@algolia/requester-browser-xhr';
4-
53
import {
64
createBrowserLocalStorageCache,
75
createFallbackableCache,
86
createMemoryCache,
97
createNullLogger,
108
} from '@algolia/client-common';
9+
import { createXhrRequester } from '@algolia/requester-browser-xhr';
1110

1211
import type { ClientOptions } from '@algolia/client-common';
1312

packages/abtesting/builds/node.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
export type AbtestingV3Client = ReturnType<typeof createAbtestingV3Client>;
44

5-
import { createHttpRequester } from '@algolia/requester-node-http';
6-
75
import { createMemoryCache, createNullCache, createNullLogger } from '@algolia/client-common';
6+
import { createHttpRequester } from '@algolia/requester-node-http';
87

98
import type { ClientOptions } from '@algolia/client-common';
109

packages/abtesting/model/clientMethodProps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
22

33
import type { Direction } from '../model/direction';
4-
54
import type { MetricName } from '../model/metricName';
65

76
/**

packages/abtesting/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.18.2",
59-
"@types/node": "25.0.9",
60-
"publint": "0.3.16",
61-
"rollup": "4.55.1",
59+
"@types/node": "25.0.10",
60+
"publint": "0.3.17",
61+
"rollup": "4.56.0",
6262
"tsup": "8.5.1",
6363
"typescript": "5.9.3"
6464
},

packages/abtesting/src/abtestingV3Client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ import { createAuth, createTransporter, getAlgoliaAgent } from '@algolia/client-
1313
import type { ABTest } from '../model/aBTest';
1414
import type { ABTestResponse } from '../model/aBTestResponse';
1515
import type { AddABTestsRequest } from '../model/addABTestsRequest';
16-
1716
import type { EstimateABTestRequest } from '../model/estimateABTestRequest';
1817
import type { EstimateABTestResponse } from '../model/estimateABTestResponse';
1918
import type { ListABTestsResponse } from '../model/listABTestsResponse';
20-
2119
import type { Timeseries } from '../model/timeseries';
2220

2321
import type {

packages/advanced-personalization/builds/browser.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
22

3-
import { createXhrRequester } from '@algolia/requester-browser-xhr';
4-
53
import {
64
createBrowserLocalStorageCache,
75
createFallbackableCache,
86
createMemoryCache,
97
createNullLogger,
108
} from '@algolia/client-common';
9+
import { createXhrRequester } from '@algolia/requester-browser-xhr';
1110

1211
import type { ClientOptions } from '@algolia/client-common';
1312

packages/advanced-personalization/builds/node.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
export type AdvancedPersonalizationClient = ReturnType<typeof createAdvancedPersonalizationClient>;
44

5-
import { createHttpRequester } from '@algolia/requester-node-http';
6-
75
import { createMemoryCache, createNullCache, createNullLogger } from '@algolia/client-common';
6+
import { createHttpRequester } from '@algolia/requester-node-http';
87

98
import type { ClientOptions } from '@algolia/client-common';
109

packages/advanced-personalization/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.18.2",
59-
"@types/node": "25.0.9",
60-
"publint": "0.3.16",
61-
"rollup": "4.55.1",
59+
"@types/node": "25.0.10",
60+
"publint": "0.3.17",
61+
"rollup": "4.56.0",
6262
"tsup": "8.5.1",
6363
"typescript": "5.9.3"
6464
},

packages/advanced-personalization/src/advancedPersonalizationClient.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ import { createAuth, createTransporter, getAlgoliaAgent } from '@algolia/client-
1313
import type { AcceptedResponse } from '../model/acceptedResponse';
1414
import type { ConfigurationObject } from '../model/configurationObject';
1515
import type { ConfigurationParameters } from '../model/configurationParameters';
16-
1716
import type { DeleteUserResponse } from '../model/deleteUserResponse';
18-
1917
import type { GetUsersResponse } from '../model/getUsersResponse';
2018
import type { PutConfigResponse } from '../model/putConfigResponse';
2119
import type { RealtimeUser } from '../model/realtimeUser';
22-
2320
import type { User } from '../model/user';
2421

2522
import type {

0 commit comments

Comments
 (0)