faros-airbyte-common 0.16.19 → 0.16.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7663,6 +7663,7 @@ export type PullRequestReviewRequestsQuery = {
|
|
|
7663
7663
|
endCursor?: string | null;
|
|
7664
7664
|
};
|
|
7665
7665
|
nodes?: Array<{
|
|
7666
|
+
asCodeOwner: boolean;
|
|
7666
7667
|
requestedReviewer?: {
|
|
7667
7668
|
type: 'Bot';
|
|
7668
7669
|
} | {
|
|
@@ -8035,6 +8036,7 @@ export type PullRequestsQuery = {
|
|
|
8035
8036
|
endCursor?: string | null;
|
|
8036
8037
|
};
|
|
8037
8038
|
nodes?: Array<{
|
|
8039
|
+
asCodeOwner: boolean;
|
|
8038
8040
|
requestedReviewer?: {
|
|
8039
8041
|
type: 'Bot';
|
|
8040
8042
|
} | {
|
|
@@ -8140,6 +8142,7 @@ export type ReviewFieldsFragment = {
|
|
|
8140
8142
|
};
|
|
8141
8143
|
};
|
|
8142
8144
|
export type ReviewRequestFieldsFragment = {
|
|
8145
|
+
asCodeOwner: boolean;
|
|
8143
8146
|
requestedReviewer?: {
|
|
8144
8147
|
type: 'Bot';
|
|
8145
8148
|
} | {
|
|
@@ -8170,6 +8173,7 @@ export type ReviewRequestsFragment = {
|
|
|
8170
8173
|
endCursor?: string | null;
|
|
8171
8174
|
};
|
|
8172
8175
|
nodes?: Array<{
|
|
8176
|
+
asCodeOwner: boolean;
|
|
8173
8177
|
requestedReviewer?: {
|
|
8174
8178
|
type: 'Bot';
|
|
8175
8179
|
} | {
|