Skip to content

Commit e71bb91

Browse files
chore: generated code for commit 28d82603. [skip ci]
algolia/api-clients-automation@28d8260 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Morgan Leroi <[email protected]>
1 parent 86cffb4 commit e71bb91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ingestion/model/destination.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ export type Destination = {
2222
*/
2323
updatedAt?: string;
2424

25-
authenticationID: string;
25+
authenticationID?: string;
2626
};

packages/ingestion/model/source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type Source = {
1212

1313
input: SourceInput;
1414

15-
authenticationID: string;
15+
authenticationID?: string;
1616

1717
/**
1818
* Date of creation (RFC3339 format).

0 commit comments

Comments
 (0)