@forge/cli-shared 3.20.1-next.0 → 3.20.1
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.
package/CHANGELOG.md
CHANGED
|
@@ -702,6 +702,7 @@ export type App = {
|
|
|
702
702
|
distributionStatus: Scalars['String']['output'];
|
|
703
703
|
ensureCollaborator: Scalars['Boolean']['output'];
|
|
704
704
|
environmentByKey?: Maybe<AppEnvironment>;
|
|
705
|
+
environmentByOauthClient?: Maybe<AppEnvironment>;
|
|
705
706
|
environments: Array<AppEnvironment>;
|
|
706
707
|
id: Scalars['ID']['output'];
|
|
707
708
|
installationsByContexts?: Maybe<AppInstallationByIndexConnection>;
|
|
@@ -721,6 +722,9 @@ export type AppDeploymentsArgs = {
|
|
|
721
722
|
export type AppEnvironmentByKeyArgs = {
|
|
722
723
|
key: Scalars['String']['input'];
|
|
723
724
|
};
|
|
725
|
+
export type AppEnvironmentByOauthClientArgs = {
|
|
726
|
+
oauthClientId: Scalars['ID']['input'];
|
|
727
|
+
};
|
|
724
728
|
export type AppInstallationsByContextsArgs = {
|
|
725
729
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
726
730
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -27419,6 +27423,7 @@ export type SearchConfluenceFilter = {
|
|
|
27419
27423
|
contributorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27420
27424
|
creatorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27421
27425
|
labelsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27426
|
+
pageStatus?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27422
27427
|
range?: InputMaybe<Array<InputMaybe<SearchConfluenceRangeFilter>>>;
|
|
27423
27428
|
spacesFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27424
27429
|
titleMatchOnly?: InputMaybe<Scalars['Boolean']['input']>;
|