faros-airbyte-common 0.10.35 → 0.10.36
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.
|
@@ -7735,7 +7735,7 @@ export type ProjectsQuery = {
|
|
|
7735
7735
|
} | null;
|
|
7736
7736
|
};
|
|
7737
7737
|
export type PullRequestReviewRequestsQueryVariables = Exact<{
|
|
7738
|
-
|
|
7738
|
+
owner: Scalars['String']['input'];
|
|
7739
7739
|
repo: Scalars['String']['input'];
|
|
7740
7740
|
number: Scalars['Int']['input'];
|
|
7741
7741
|
nested_page_size: Scalars['Int']['input'];
|
|
@@ -7778,7 +7778,7 @@ export type PullRequestReviewRequestsQuery = {
|
|
|
7778
7778
|
} | null;
|
|
7779
7779
|
};
|
|
7780
7780
|
export type PullRequestReviewsQueryVariables = Exact<{
|
|
7781
|
-
|
|
7781
|
+
owner: Scalars['String']['input'];
|
|
7782
7782
|
repo: Scalars['String']['input'];
|
|
7783
7783
|
number: Scalars['Int']['input'];
|
|
7784
7784
|
nested_page_size: Scalars['Int']['input'];
|