@forge/cli-shared 6.6.1-next.0 → 6.6.1-next.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
|
@@ -972,6 +972,7 @@ export declare type App = {
|
|
|
972
972
|
environmentByKey?: Maybe<AppEnvironment>;
|
|
973
973
|
environmentByOauthClient?: Maybe<AppEnvironment>;
|
|
974
974
|
environments: Array<AppEnvironment>;
|
|
975
|
+
hasPDReportingApiImplemented?: Maybe<Scalars['Boolean']['output']>;
|
|
975
976
|
id: Scalars['ID']['output'];
|
|
976
977
|
installationsByContexts?: Maybe<AppInstallationByIndexConnection>;
|
|
977
978
|
marketplaceApp?: Maybe<MarketplaceApp>;
|
|
@@ -1215,6 +1216,22 @@ export declare type AppEnvironmentVersionEdge = {
|
|
|
1215
1216
|
cursor: Scalars['String']['output'];
|
|
1216
1217
|
node?: Maybe<AppEnvironmentVersion>;
|
|
1217
1218
|
};
|
|
1219
|
+
export declare type AppFeaturesExposedCredentialsInput = {
|
|
1220
|
+
contactLink?: InputMaybe<Scalars['String']['input']>;
|
|
1221
|
+
defaultAuthClientType?: InputMaybe<AuthClientType>;
|
|
1222
|
+
distributionStatus?: InputMaybe<DistributionStatus>;
|
|
1223
|
+
hasPDReportingApiImplemented?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1224
|
+
privacyPolicy?: InputMaybe<Scalars['String']['input']>;
|
|
1225
|
+
refreshTokenRotation?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1226
|
+
storesPersonalData?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1227
|
+
termsOfService?: InputMaybe<Scalars['String']['input']>;
|
|
1228
|
+
vendorName?: InputMaybe<Scalars['String']['input']>;
|
|
1229
|
+
vendorType?: InputMaybe<VendorType>;
|
|
1230
|
+
};
|
|
1231
|
+
export declare type AppFeaturesInput = {
|
|
1232
|
+
hasCustomLifecycle?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1233
|
+
hasExposedCredentials?: InputMaybe<AppFeaturesExposedCredentialsInput>;
|
|
1234
|
+
};
|
|
1218
1235
|
export declare type AppHostService = {
|
|
1219
1236
|
__typename?: 'AppHostService';
|
|
1220
1237
|
description: Scalars['String']['output'];
|
|
@@ -2200,6 +2217,7 @@ export declare type AtlassianOAuthClient = {
|
|
|
2200
2217
|
clientARI: Scalars['ID']['output'];
|
|
2201
2218
|
clientID: Scalars['ID']['output'];
|
|
2202
2219
|
refreshToken?: Maybe<RefreshToken>;
|
|
2220
|
+
systemUser?: Maybe<SystemUser>;
|
|
2203
2221
|
};
|
|
2204
2222
|
export declare enum AtlassianProductHostingType {
|
|
2205
2223
|
Cloud = "CLOUD",
|
|
@@ -2281,6 +2299,11 @@ export declare type AuditsPageInfo = {
|
|
|
2281
2299
|
hasPreviousPage: Scalars['Boolean']['output'];
|
|
2282
2300
|
startCursor?: Maybe<Scalars['String']['output']>;
|
|
2283
2301
|
};
|
|
2302
|
+
export declare enum AuthClientType {
|
|
2303
|
+
AtlassianMobile = "ATLASSIAN_MOBILE",
|
|
2304
|
+
ThirdParty = "THIRD_PARTY",
|
|
2305
|
+
ThirdPartyNative = "THIRD_PARTY_NATIVE"
|
|
2306
|
+
}
|
|
2284
2307
|
export declare type AuthToken = {
|
|
2285
2308
|
__typename?: 'AuthToken';
|
|
2286
2309
|
token: Scalars['String']['output'];
|
|
@@ -18594,6 +18617,7 @@ export declare type CreateAppEnvironmentResponse = Payload & {
|
|
|
18594
18617
|
success: Scalars['Boolean']['output'];
|
|
18595
18618
|
};
|
|
18596
18619
|
export declare type CreateAppInput = {
|
|
18620
|
+
appFeatures?: InputMaybe<AppFeaturesInput>;
|
|
18597
18621
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
18598
18622
|
name: Scalars['String']['input'];
|
|
18599
18623
|
};
|
|
@@ -22930,6 +22954,10 @@ export declare type DiscoveredFeature = {
|
|
|
22930
22954
|
pluginKey?: Maybe<Scalars['String']['output']>;
|
|
22931
22955
|
userKey?: Maybe<Scalars['String']['output']>;
|
|
22932
22956
|
};
|
|
22957
|
+
export declare enum DistributionStatus {
|
|
22958
|
+
Development = "DEVELOPMENT",
|
|
22959
|
+
Public = "PUBLIC"
|
|
22960
|
+
}
|
|
22933
22961
|
export declare type DocumentBody = {
|
|
22934
22962
|
__typename?: 'DocumentBody';
|
|
22935
22963
|
representation: DocumentRepresentation;
|
|
@@ -86223,6 +86251,13 @@ export declare enum SystemSpaceHomepageTemplate {
|
|
|
86223
86251
|
Minimal = "MINIMAL",
|
|
86224
86252
|
Visual = "VISUAL"
|
|
86225
86253
|
}
|
|
86254
|
+
export declare type SystemUser = {
|
|
86255
|
+
__typename?: 'SystemUser';
|
|
86256
|
+
accountId: Scalars['ID']['output'];
|
|
86257
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
86258
|
+
isMentionable?: Maybe<Scalars['Boolean']['output']>;
|
|
86259
|
+
nickName?: Maybe<Scalars['String']['output']>;
|
|
86260
|
+
};
|
|
86226
86261
|
export declare type TapExperiment = {
|
|
86227
86262
|
__typename?: 'TapExperiment';
|
|
86228
86263
|
experimentKey: Scalars['String']['output'];
|
|
@@ -91840,6 +91875,10 @@ export declare type ValidateTitleForCreatePayload = {
|
|
|
91840
91875
|
isValid: Scalars['Boolean']['output'];
|
|
91841
91876
|
message?: Maybe<Scalars['String']['output']>;
|
|
91842
91877
|
};
|
|
91878
|
+
export declare enum VendorType {
|
|
91879
|
+
Internal = "INTERNAL",
|
|
91880
|
+
ThirdParty = "THIRD_PARTY"
|
|
91881
|
+
}
|
|
91843
91882
|
export declare type Version = {
|
|
91844
91883
|
__typename?: 'Version';
|
|
91845
91884
|
by?: Maybe<Person>;
|