Skip to content

Commit 44b764f

Browse files
algolia-botraed667
andcommitted
feat(specs): add fallbackParameters to Frequently bought together [RECO-2443] (generated)
algolia/api-clients-automation#5579 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Raed <[email protected]>
1 parent ffe6ef0 commit 44b764f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/algoliasearch/lite/model/frequentlyBoughtTogether.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +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

3+
import type { FallbackParams } from './fallbackParams';
34
import type { FbtModel } from './fbtModel';
45

56
export type FrequentlyBoughtTogether = {
@@ -9,4 +10,6 @@ export type FrequentlyBoughtTogether = {
910
* Unique record identifier.
1011
*/
1112
objectID: string;
13+
14+
fallbackParameters?: FallbackParams | undefined;
1215
};

packages/recommend/model/frequentlyBoughtTogether.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +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

3+
import type { FallbackParams } from './fallbackParams';
34
import type { FbtModel } from './fbtModel';
45

56
export type FrequentlyBoughtTogether = {
@@ -9,4 +10,6 @@ export type FrequentlyBoughtTogether = {
910
* Unique record identifier.
1011
*/
1112
objectID: string;
13+
14+
fallbackParameters?: FallbackParams | undefined;
1215
};

0 commit comments

Comments
 (0)