@forge/cli-shared 2.4.1-next.3 → 2.4.1-next.4
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
|
@@ -970,6 +970,15 @@ export declare type AtlassianAccountUser = User & LocalizationContext & {
|
|
|
970
970
|
email?: Maybe<Scalars['String']>;
|
|
971
971
|
zoneinfo?: Maybe<Scalars['String']>;
|
|
972
972
|
locale?: Maybe<Scalars['String']>;
|
|
973
|
+
orgId?: Maybe<Scalars['ID']>;
|
|
974
|
+
extendedProfile?: Maybe<AtlassianAccountUserExtendedProfile>;
|
|
975
|
+
};
|
|
976
|
+
export declare type AtlassianAccountUserExtendedProfile = {
|
|
977
|
+
__typename?: 'AtlassianAccountUserExtendedProfile';
|
|
978
|
+
jobTitle?: Maybe<Scalars['String']>;
|
|
979
|
+
organization?: Maybe<Scalars['String']>;
|
|
980
|
+
department?: Maybe<Scalars['String']>;
|
|
981
|
+
location?: Maybe<Scalars['String']>;
|
|
973
982
|
};
|
|
974
983
|
export declare type AtlassianOAuthClient = {
|
|
975
984
|
__typename?: 'AtlassianOAuthClient';
|
|
@@ -5435,6 +5444,13 @@ export declare type DevOpsToolIntegrationProduct = {
|
|
|
5435
5444
|
available: Scalars['Boolean'];
|
|
5436
5445
|
iconUrl?: Maybe<Scalars['String']>;
|
|
5437
5446
|
};
|
|
5447
|
+
export declare enum DevOpsToolIntegrationType {
|
|
5448
|
+
Any = "ANY",
|
|
5449
|
+
Exists = "EXISTS",
|
|
5450
|
+
App = "APP",
|
|
5451
|
+
Product = "PRODUCT",
|
|
5452
|
+
None = "NONE"
|
|
5453
|
+
}
|
|
5438
5454
|
export declare type DevOpsToolNamespace = Node & {
|
|
5439
5455
|
__typename?: 'DevOpsToolNamespace';
|
|
5440
5456
|
id: Scalars['ID'];
|
|
@@ -5515,6 +5531,7 @@ export declare type DevOpsToolsToolsArgs = {
|
|
|
5515
5531
|
groupId?: Maybe<Scalars['String']>;
|
|
5516
5532
|
categoryId?: Maybe<Scalars['String']>;
|
|
5517
5533
|
supportsContainers?: Maybe<Scalars['Boolean']>;
|
|
5534
|
+
integrationType?: Maybe<DevOpsToolIntegrationType>;
|
|
5518
5535
|
};
|
|
5519
5536
|
export declare type DevOpsToolsToolArgs = {
|
|
5520
5537
|
id: Scalars['ID'];
|
|
@@ -6235,6 +6252,7 @@ export declare type InvokePolarisObjectPayload = Payload & {
|
|
|
6235
6252
|
};
|
|
6236
6253
|
export declare type IssueAndProject = {
|
|
6237
6254
|
__typename?: 'IssueAndProject';
|
|
6255
|
+
issueId: Scalars['ID'];
|
|
6238
6256
|
};
|
|
6239
6257
|
export declare type IssueDevOpsBranchDetails = {
|
|
6240
6258
|
__typename?: 'IssueDevOpsBranchDetails';
|