Skip to content

Commit e1b5b46

Browse files
committed
include_embedded name change to include_embedded_items
1 parent 7ec90e7 commit e1b5b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export class Entry {
146146
includeReference(...val: string[]): this;
147147
language(language_code: string): this;
148148
addQuery(key: string, value: string): this;
149-
includeEmbeddedObjects(): this;
149+
includeEmbeddedItems(): this;
150150
/**
151151
* @deprecated since verion 3.3.0
152152
*/

0 commit comments

Comments
 (0)