Skip to content

Commit dfdef0b

Browse files
refactor(specs): group files for composition api (generated)
algolia/api-clients-automation#5122 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clara Muller <[email protected]>
1 parent d2181b1 commit dfdef0b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/client-composition/model/composition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { CompositionBehavior } from './compositionBehavior';
44

55
export type Composition = {
66
/**
7-
* Unique record identifier.
7+
* Composition unique identifier.
88
*/
99
objectID: string;
1010

packages/client-composition/model/compositionRule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { TimeRange } from './timeRange';
66

77
export type CompositionRule = {
88
/**
9-
* Unique record identifier.
9+
* Composition rule unique identifier.
1010
*/
1111
objectID: string;
1212

packages/client-composition/model/deleteCompositionAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
export type DeleteCompositionAction = {
77
/**
8-
* Unique record identifier.
8+
* Composition unique identifier.
99
*/
1010
objectID: string;
1111
};

packages/client-composition/model/deleteCompositionRuleAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
export type DeleteCompositionRuleAction = {
77
/**
8-
* Unique record identifier.
8+
* Composition rule unique identifier.
99
*/
1010
objectID: string;
1111
};

0 commit comments

Comments
 (0)