@forge/cli-shared 3.17.2-next.7 → 3.17.2-next.8
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
|
@@ -326,12 +326,12 @@ export type AddCompassComponentLabelsPayload = Payload & {
|
|
|
326
326
|
export type AddMultipleAppContributorInput = {
|
|
327
327
|
appId: Scalars['ID'];
|
|
328
328
|
newContributorEmails: Array<Scalars['String']>;
|
|
329
|
-
|
|
329
|
+
roles: Array<AppContributorRole>;
|
|
330
330
|
};
|
|
331
331
|
export type AddMultipleAppContributorResponsePayload = Payload & {
|
|
332
332
|
__typename?: 'AddMultipleAppContributorResponsePayload';
|
|
333
333
|
success: Scalars['Boolean'];
|
|
334
|
-
contributorsFailed
|
|
334
|
+
contributorsFailed?: Maybe<Array<ContributorFailed>>;
|
|
335
335
|
errors?: Maybe<Array<MutationError>>;
|
|
336
336
|
};
|
|
337
337
|
export type AddPolarisColumnInput = {
|
|
@@ -686,11 +686,14 @@ export type AppContributor = {
|
|
|
686
686
|
status: Scalars['String'];
|
|
687
687
|
isOwner?: Maybe<Scalars['Boolean']>;
|
|
688
688
|
avatarUrl?: Maybe<Scalars['String']>;
|
|
689
|
-
|
|
689
|
+
roles?: Maybe<Array<Scalars['String']>>;
|
|
690
690
|
};
|
|
691
691
|
export declare enum AppContributorRole {
|
|
692
692
|
Admin = "ADMIN",
|
|
693
|
-
Developer = "DEVELOPER"
|
|
693
|
+
Developer = "DEVELOPER",
|
|
694
|
+
ViewerAdvanced = "VIEWER_ADVANCED",
|
|
695
|
+
Viewer = "VIEWER",
|
|
696
|
+
Deployer = "DEPLOYER"
|
|
694
697
|
}
|
|
695
698
|
export type AppDeployment = {
|
|
696
699
|
__typename?: 'AppDeployment';
|
|
@@ -7567,6 +7570,7 @@ export type DevOpsBuildProvider = DevOpsDataProvider & {
|
|
|
7567
7570
|
documentationUrl?: Maybe<Scalars['URL']>;
|
|
7568
7571
|
appInstallationId?: Maybe<Scalars['ID']>;
|
|
7569
7572
|
supportedActions?: Maybe<DevOpsSupportedActions>;
|
|
7573
|
+
providerType?: Maybe<DevOpsProviderType>;
|
|
7570
7574
|
};
|
|
7571
7575
|
export declare enum DevOpsBuildState {
|
|
7572
7576
|
Pending = "PENDING",
|
|
@@ -7588,6 +7592,7 @@ export type DevOpsDataProvider = {
|
|
|
7588
7592
|
documentationUrl?: Maybe<Scalars['URL']>;
|
|
7589
7593
|
appInstallationId?: Maybe<Scalars['ID']>;
|
|
7590
7594
|
supportedActions?: Maybe<DevOpsSupportedActions>;
|
|
7595
|
+
providerType?: Maybe<DevOpsProviderType>;
|
|
7591
7596
|
};
|
|
7592
7597
|
export type DevOpsDeploymentProvider = DevOpsDataProvider & {
|
|
7593
7598
|
__typename?: 'DevOpsDeploymentProvider';
|
|
@@ -7598,6 +7603,7 @@ export type DevOpsDeploymentProvider = DevOpsDataProvider & {
|
|
|
7598
7603
|
documentationUrl?: Maybe<Scalars['URL']>;
|
|
7599
7604
|
appInstallationId?: Maybe<Scalars['ID']>;
|
|
7600
7605
|
supportedActions?: Maybe<DevOpsSupportedActions>;
|
|
7606
|
+
providerType?: Maybe<DevOpsProviderType>;
|
|
7601
7607
|
};
|
|
7602
7608
|
export type DevOpsDesign = Node & {
|
|
7603
7609
|
__typename?: 'DevOpsDesign';
|
|
@@ -7620,6 +7626,7 @@ export type DevOpsDesignProvider = DevOpsDataProvider & {
|
|
|
7620
7626
|
appInstallationId?: Maybe<Scalars['ID']>;
|
|
7621
7627
|
supportedActions?: Maybe<DevOpsSupportedActions>;
|
|
7622
7628
|
grant3LOUrl?: Maybe<Scalars['String']>;
|
|
7629
|
+
providerType?: Maybe<DevOpsProviderType>;
|
|
7623
7630
|
};
|
|
7624
7631
|
export declare enum DevOpsDesignStatus {
|
|
7625
7632
|
ReadyForDevelopment = "READY_FOR_DEVELOPMENT",
|
|
@@ -7643,6 +7650,7 @@ export type DevOpsDevInfoProvider = DevOpsDataProvider & {
|
|
|
7643
7650
|
documentationUrl?: Maybe<Scalars['URL']>;
|
|
7644
7651
|
appInstallationId?: Maybe<Scalars['ID']>;
|
|
7645
7652
|
supportedActions?: Maybe<DevOpsSupportedActions>;
|
|
7653
|
+
providerType?: Maybe<DevOpsProviderType>;
|
|
7646
7654
|
};
|
|
7647
7655
|
export type DevOpsDocument = Node & {
|
|
7648
7656
|
__typename?: 'DevOpsDocument';
|
|
@@ -7699,6 +7707,7 @@ export type DevOpsDocumentationProvider = DevOpsDataProvider & {
|
|
|
7699
7707
|
appInstallationId?: Maybe<Scalars['ID']>;
|
|
7700
7708
|
supportedActions?: Maybe<DevOpsSupportedActions>;
|
|
7701
7709
|
grant3LOUrl?: Maybe<Scalars['String']>;
|
|
7710
|
+
providerType?: Maybe<DevOpsProviderType>;
|
|
7702
7711
|
linkedContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
7703
7712
|
};
|
|
7704
7713
|
export type DevOpsDocumentationProviderLinkedContainersArgs = {
|
|
@@ -7784,6 +7793,7 @@ export type DevOpsFeatureFlagProvider = DevOpsDataProvider & {
|
|
|
7784
7793
|
documentationUrl?: Maybe<Scalars['URL']>;
|
|
7785
7794
|
appInstallationId?: Maybe<Scalars['ID']>;
|
|
7786
7795
|
supportedActions?: Maybe<DevOpsSupportedActions>;
|
|
7796
|
+
providerType?: Maybe<DevOpsProviderType>;
|
|
7787
7797
|
createFeatureFlagTemplateUrl?: Maybe<Scalars['String']>;
|
|
7788
7798
|
connectFeatureFlagTemplateUrl?: Maybe<Scalars['String']>;
|
|
7789
7799
|
};
|
|
@@ -8068,6 +8078,7 @@ export type DevOpsRemoteLinksProvider = DevOpsDataProvider & {
|
|
|
8068
8078
|
documentationUrl?: Maybe<Scalars['URL']>;
|
|
8069
8079
|
appInstallationId?: Maybe<Scalars['ID']>;
|
|
8070
8080
|
supportedActions?: Maybe<DevOpsSupportedActions>;
|
|
8081
|
+
providerType?: Maybe<DevOpsProviderType>;
|
|
8071
8082
|
};
|
|
8072
8083
|
export type DevOpsRepository = {
|
|
8073
8084
|
__typename?: 'DevOpsRepository';
|
|
@@ -8099,6 +8110,7 @@ export type DevOpsSecurityProvider = DevOpsDataProvider & {
|
|
|
8099
8110
|
documentationUrl?: Maybe<Scalars['URL']>;
|
|
8100
8111
|
appInstallationId?: Maybe<Scalars['ID']>;
|
|
8101
8112
|
supportedActions?: Maybe<DevOpsSupportedActions>;
|
|
8113
|
+
providerType?: Maybe<DevOpsProviderType>;
|
|
8102
8114
|
linkedWorkspaces?: Maybe<AriGraphRelationshipConnection>;
|
|
8103
8115
|
linkedContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
8104
8116
|
};
|
|
@@ -20852,7 +20864,6 @@ export type Mutation = {
|
|
|
20852
20864
|
createPolarisStandardField?: Maybe<CreatePolarisStandardFieldPayload>;
|
|
20853
20865
|
createPolarisCalculatedField?: Maybe<CreatePolarisCalculatedFieldPayload>;
|
|
20854
20866
|
updatePolarisCalculatedField?: Maybe<UpdatePolarisCalculatedFieldPayload>;
|
|
20855
|
-
updatePolarisFieldDescription?: Maybe<UpdatePolarisFieldDescriptionPayload>;
|
|
20856
20867
|
updatePolarisField?: Maybe<UpdatePolarisFieldPayload>;
|
|
20857
20868
|
updatePolarisFieldEmoji?: Maybe<UpdatePolarisFieldEmojiPayload>;
|
|
20858
20869
|
deletePolarisField?: Maybe<DeletePolarisFieldPayload>;
|
|
@@ -20879,7 +20890,6 @@ export type Mutation = {
|
|
|
20879
20890
|
createPolarisInsightFromPlayContribution?: Maybe<CreatePolarisInsightPayload>;
|
|
20880
20891
|
configurePolarisRefresh?: Maybe<ConfigurePolarisRefreshPayload>;
|
|
20881
20892
|
applyPolarisProjectTemplate?: Maybe<ApplyPolarisProjectTemplatePayload>;
|
|
20882
|
-
setPolarisProjectOnboarded?: Maybe<SetPolarisProjectOnboardedPayload>;
|
|
20883
20893
|
setPolarisSelectedDeliveryProject?: Maybe<SetPolarisSelectedDeliveryProjectPayload>;
|
|
20884
20894
|
polarisAddReaction?: Maybe<PolarisAddReactionPayload>;
|
|
20885
20895
|
polarisDeleteReaction?: Maybe<PolarisDeleteReactionPayload>;
|
|
@@ -21102,9 +21112,6 @@ export type MutationCreatePolarisCalculatedFieldArgs = {
|
|
|
21102
21112
|
export type MutationUpdatePolarisCalculatedFieldArgs = {
|
|
21103
21113
|
input: UpdatePolarisCalculatedFieldInput;
|
|
21104
21114
|
};
|
|
21105
|
-
export type MutationUpdatePolarisFieldDescriptionArgs = {
|
|
21106
|
-
input: UpdatePolarisFieldDescriptionInput;
|
|
21107
|
-
};
|
|
21108
21115
|
export type MutationUpdatePolarisFieldArgs = {
|
|
21109
21116
|
input: UpdatePolarisFieldInput;
|
|
21110
21117
|
};
|
|
@@ -21191,9 +21198,6 @@ export type MutationConfigurePolarisRefreshArgs = {
|
|
|
21191
21198
|
export type MutationApplyPolarisProjectTemplateArgs = {
|
|
21192
21199
|
input: ApplyPolarisProjectTemplateInput;
|
|
21193
21200
|
};
|
|
21194
|
-
export type MutationSetPolarisProjectOnboardedArgs = {
|
|
21195
|
-
input: SetPolarisProjectOnboardedInput;
|
|
21196
|
-
};
|
|
21197
21201
|
export type MutationSetPolarisSelectedDeliveryProjectArgs = {
|
|
21198
21202
|
input: SetPolarisSelectedDeliveryProjectInput;
|
|
21199
21203
|
};
|
|
@@ -25424,15 +25428,6 @@ export type SetIssueMediaVisibilityOutput = MutationResponse & {
|
|
|
25424
25428
|
message: Scalars['String'];
|
|
25425
25429
|
clientMutationId?: Maybe<Scalars['ID']>;
|
|
25426
25430
|
};
|
|
25427
|
-
export type SetPolarisProjectOnboardedInput = {
|
|
25428
|
-
projectId: Scalars['ID'];
|
|
25429
|
-
value: Scalars['Boolean'];
|
|
25430
|
-
};
|
|
25431
|
-
export type SetPolarisProjectOnboardedPayload = Payload & {
|
|
25432
|
-
__typename?: 'SetPolarisProjectOnboardedPayload';
|
|
25433
|
-
success: Scalars['Boolean'];
|
|
25434
|
-
errors?: Maybe<Array<MutationError>>;
|
|
25435
|
-
};
|
|
25436
25431
|
export type SetPolarisSelectedDeliveryProjectInput = {
|
|
25437
25432
|
projectId: Scalars['ID'];
|
|
25438
25433
|
selectedDeliveryProjectId: Scalars['ID'];
|
|
@@ -25631,6 +25626,10 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
25631
25626
|
UserRevokedRole = "USER_REVOKED_ROLE",
|
|
25632
25627
|
VerifiedDomainVerification = "VERIFIED_DOMAIN_VERIFICATION"
|
|
25633
25628
|
}
|
|
25629
|
+
export type ShepherdAlertTitle = {
|
|
25630
|
+
__typename?: 'ShepherdAlertTitle';
|
|
25631
|
+
default: Scalars['String'];
|
|
25632
|
+
};
|
|
25634
25633
|
export type ShepherdAlertsConnection = {
|
|
25635
25634
|
__typename?: 'ShepherdAlertsConnection';
|
|
25636
25635
|
edges?: Maybe<Array<Maybe<ShepherdAlertEdge>>>;
|
|
@@ -25717,6 +25716,7 @@ export type ShepherdDetection = {
|
|
|
25717
25716
|
description?: Maybe<Scalars['JSON']>;
|
|
25718
25717
|
id: Scalars['ID'];
|
|
25719
25718
|
product: ShepherdAtlassianProduct;
|
|
25719
|
+
relatedAlertTypes?: Maybe<Array<Maybe<ShepherdRelatedAlertType>>>;
|
|
25720
25720
|
scanningInfo: ShepherdDetectionScanningInfo;
|
|
25721
25721
|
settings?: Maybe<Array<ShepherdDetectionSetting>>;
|
|
25722
25722
|
title: Scalars['String'];
|
|
@@ -25886,6 +25886,11 @@ export declare enum ShepherdRateThresholdValue {
|
|
|
25886
25886
|
Low = "LOW",
|
|
25887
25887
|
Medium = "MEDIUM"
|
|
25888
25888
|
}
|
|
25889
|
+
export type ShepherdRelatedAlertType = {
|
|
25890
|
+
__typename?: 'ShepherdRelatedAlertType';
|
|
25891
|
+
template?: Maybe<ShepherdAlertTemplateType>;
|
|
25892
|
+
title?: Maybe<ShepherdAlertTitle>;
|
|
25893
|
+
};
|
|
25889
25894
|
export type ShepherdResourceActivity = {
|
|
25890
25895
|
__typename?: 'ShepherdResourceActivity';
|
|
25891
25896
|
action: ShepherdActionType;
|
|
@@ -27162,6 +27167,7 @@ export type Toolchain = {
|
|
|
27162
27167
|
export type ToolchainContainersArgs = {
|
|
27163
27168
|
cloudId?: Maybe<Scalars['ID']>;
|
|
27164
27169
|
providerId?: Maybe<Scalars['String']>;
|
|
27170
|
+
providerType?: Maybe<ToolchainProviderType>;
|
|
27165
27171
|
workspaceId?: Maybe<Scalars['ID']>;
|
|
27166
27172
|
query?: Maybe<Scalars['String']>;
|
|
27167
27173
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -27170,6 +27176,7 @@ export type ToolchainContainersArgs = {
|
|
|
27170
27176
|
export type ToolchainWorkspacesArgs = {
|
|
27171
27177
|
cloudId: Scalars['ID'];
|
|
27172
27178
|
providerId: Scalars['String'];
|
|
27179
|
+
providerType?: Maybe<ToolchainProviderType>;
|
|
27173
27180
|
query?: Maybe<Scalars['String']>;
|
|
27174
27181
|
first?: Maybe<Scalars['Int']>;
|
|
27175
27182
|
after?: Maybe<Scalars['String']>;
|
|
@@ -27177,12 +27184,14 @@ export type ToolchainWorkspacesArgs = {
|
|
|
27177
27184
|
export type ToolchainSyncStatusArgs = {
|
|
27178
27185
|
cloudId: Scalars['ID'];
|
|
27179
27186
|
providerId: Scalars['String'];
|
|
27187
|
+
providerType?: Maybe<ToolchainProviderType>;
|
|
27180
27188
|
jiraProjectId: Scalars['ID'];
|
|
27181
27189
|
containerId: Scalars['ID'];
|
|
27182
27190
|
};
|
|
27183
27191
|
export type ToolchainCheck3LoArgs = {
|
|
27184
27192
|
cloudId: Scalars['ID'];
|
|
27185
27193
|
providerId: Scalars['String'];
|
|
27194
|
+
providerType?: Maybe<ToolchainProviderType>;
|
|
27186
27195
|
};
|
|
27187
27196
|
export type ToolchainAssociateContainerInput = {
|
|
27188
27197
|
jiraProjectId: Scalars['ID'];
|
|
@@ -27192,6 +27201,7 @@ export type ToolchainAssociateContainerInput = {
|
|
|
27192
27201
|
export type ToolchainAssociateContainersInput = {
|
|
27193
27202
|
cloudId: Scalars['ID'];
|
|
27194
27203
|
providerId: Scalars['ID'];
|
|
27204
|
+
providerType?: Maybe<ToolchainProviderType>;
|
|
27195
27205
|
associations: Array<ToolchainAssociateContainerInput>;
|
|
27196
27206
|
};
|
|
27197
27207
|
export type ToolchainAssociateContainersPayload = Payload & {
|
|
@@ -27203,6 +27213,7 @@ export type ToolchainAssociateContainersPayload = Payload & {
|
|
|
27203
27213
|
export type ToolchainAssociateEntitiesInput = {
|
|
27204
27214
|
cloudId: Scalars['ID'];
|
|
27205
27215
|
providerId: Scalars['ID'];
|
|
27216
|
+
providerType?: Maybe<ToolchainProviderType>;
|
|
27206
27217
|
associations: Array<ToolchainAssociateEntityInput>;
|
|
27207
27218
|
};
|
|
27208
27219
|
export type ToolchainAssociateEntitiesPayload = Payload & {
|
|
@@ -27246,6 +27257,7 @@ export type ToolchainContainerWorkspaceDetails = {
|
|
|
27246
27257
|
export type ToolchainCreateContainerInput = {
|
|
27247
27258
|
cloudId: Scalars['ID'];
|
|
27248
27259
|
providerId?: Maybe<Scalars['ID']>;
|
|
27260
|
+
providerType?: Maybe<ToolchainProviderType>;
|
|
27249
27261
|
workspaceId?: Maybe<Scalars['ID']>;
|
|
27250
27262
|
name: Scalars['String'];
|
|
27251
27263
|
type?: Maybe<Scalars['String']>;
|
|
@@ -27263,6 +27275,7 @@ export type ToolchainDisassociateContainerInput = {
|
|
|
27263
27275
|
export type ToolchainDisassociateContainersInput = {
|
|
27264
27276
|
cloudId: Scalars['ID'];
|
|
27265
27277
|
providerId: Scalars['ID'];
|
|
27278
|
+
providerType?: Maybe<ToolchainProviderType>;
|
|
27266
27279
|
disassociations: Array<ToolchainDisassociateContainerInput>;
|
|
27267
27280
|
};
|
|
27268
27281
|
export type ToolchainDisassociateContainersPayload = Payload & {
|
|
@@ -27273,6 +27286,7 @@ export type ToolchainDisassociateContainersPayload = Payload & {
|
|
|
27273
27286
|
export type ToolchainDisassociateEntitiesInput = {
|
|
27274
27287
|
cloudId: Scalars['ID'];
|
|
27275
27288
|
providerId: Scalars['ID'];
|
|
27289
|
+
providerType?: Maybe<ToolchainProviderType>;
|
|
27276
27290
|
disassociations: Array<ToolchainDisassociateEntityInput>;
|
|
27277
27291
|
};
|
|
27278
27292
|
export type ToolchainDisassociateEntitiesPayload = Payload & {
|
|
@@ -27307,6 +27321,16 @@ export type ToolchainMutationDisassociateEntitiesArgs = {
|
|
|
27307
27321
|
export type ToolchainMutationCreateContainerArgs = {
|
|
27308
27322
|
input: ToolchainCreateContainerInput;
|
|
27309
27323
|
};
|
|
27324
|
+
export declare enum ToolchainProviderType {
|
|
27325
|
+
DevInfo = "DEV_INFO",
|
|
27326
|
+
Build = "BUILD",
|
|
27327
|
+
Deployment = "DEPLOYMENT",
|
|
27328
|
+
FeatureFlag = "FEATURE_FLAG",
|
|
27329
|
+
RemoteLinks = "REMOTE_LINKS",
|
|
27330
|
+
Security = "SECURITY",
|
|
27331
|
+
Documentation = "DOCUMENTATION",
|
|
27332
|
+
Design = "DESIGN"
|
|
27333
|
+
}
|
|
27310
27334
|
export declare enum ToolchainSyncState {
|
|
27311
27335
|
InProgress = "IN_PROGRESS",
|
|
27312
27336
|
Complete = "COMPLETE",
|
|
@@ -28918,17 +28942,6 @@ export type UpdatePolarisDecorationPayload = Payload & {
|
|
|
28918
28942
|
errors?: Maybe<Array<MutationError>>;
|
|
28919
28943
|
node?: Maybe<PolarisDecoration>;
|
|
28920
28944
|
};
|
|
28921
|
-
export type UpdatePolarisFieldDescriptionInput = {
|
|
28922
|
-
field: Scalars['ID'];
|
|
28923
|
-
ideaType: Scalars['ID'];
|
|
28924
|
-
description: Scalars['String'];
|
|
28925
|
-
};
|
|
28926
|
-
export type UpdatePolarisFieldDescriptionPayload = Payload & {
|
|
28927
|
-
__typename?: 'UpdatePolarisFieldDescriptionPayload';
|
|
28928
|
-
success: Scalars['Boolean'];
|
|
28929
|
-
errors?: Maybe<Array<MutationError>>;
|
|
28930
|
-
node?: Maybe<PolarisIdeaField>;
|
|
28931
|
-
};
|
|
28932
28945
|
export type UpdatePolarisFieldEmojiInput = {
|
|
28933
28946
|
field: Scalars['ID'];
|
|
28934
28947
|
ideaType: Scalars['ID'];
|
|
@@ -29418,6 +29431,7 @@ export type VirtualAgentIntentTemplate = Node & {
|
|
|
29418
29431
|
type: VirtualAgentIntentTemplateType;
|
|
29419
29432
|
name: Scalars['String'];
|
|
29420
29433
|
description?: Maybe<Scalars['String']>;
|
|
29434
|
+
noOfQuestions?: Maybe<Scalars['Int']>;
|
|
29421
29435
|
questions?: Maybe<Array<Scalars['String']>>;
|
|
29422
29436
|
};
|
|
29423
29437
|
export type VirtualAgentIntentTemplateEdge = {
|