We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cffb4 commit e71bb91Copy full SHA for e71bb91
packages/ingestion/model/destination.ts
@@ -22,5 +22,5 @@ export type Destination = {
22
*/
23
updatedAt?: string;
24
25
- authenticationID: string;
+ authenticationID?: string;
26
};
packages/ingestion/model/source.ts
@@ -12,7 +12,7 @@ export type Source = {
12
13
input: SourceInput;
14
15
16
17
/**
18
* Date of creation (RFC3339 format).
0 commit comments