@forge/cli-shared 3.1.1-next.3 → 3.1.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
|
@@ -720,6 +720,10 @@ export declare type AppPermission = {
|
|
|
720
720
|
egress?: Maybe<Array<AppNetworkEgressPermission>>;
|
|
721
721
|
securityPolicies?: Maybe<Array<AppSecurityPoliciesPermission>>;
|
|
722
722
|
};
|
|
723
|
+
export declare type AppPrincipal = {
|
|
724
|
+
__typename?: 'AppPrincipal';
|
|
725
|
+
id?: Maybe<Scalars['ID']>;
|
|
726
|
+
};
|
|
723
727
|
export declare type AppSecurityPoliciesPermission = {
|
|
724
728
|
__typename?: 'AppSecurityPoliciesPermission';
|
|
725
729
|
type?: Maybe<AppSecurityPoliciesPermissionType>;
|
|
@@ -6224,7 +6228,9 @@ export declare type DevOpsToolAppLinks = {
|
|
|
6224
6228
|
configure?: Maybe<Scalars['String']>;
|
|
6225
6229
|
getStarted?: Maybe<Scalars['String']>;
|
|
6226
6230
|
};
|
|
6227
|
-
export declare type DevOpsToolAuth =
|
|
6231
|
+
export declare type DevOpsToolAuth = {
|
|
6232
|
+
authenticated: Scalars['Boolean'];
|
|
6233
|
+
};
|
|
6228
6234
|
export declare type DevOpsToolAvatar = {
|
|
6229
6235
|
__typename?: 'DevOpsToolAvatar';
|
|
6230
6236
|
url: Scalars['URL'];
|
|
@@ -6312,7 +6318,7 @@ export declare type DevOpsToolContainerNameConflict = {
|
|
|
6312
6318
|
__typename?: 'DevOpsToolContainerNameConflict';
|
|
6313
6319
|
name?: Maybe<Scalars['String']>;
|
|
6314
6320
|
};
|
|
6315
|
-
export declare type DevOpsToolDefaultAuth = {
|
|
6321
|
+
export declare type DevOpsToolDefaultAuth = DevOpsToolAuth & {
|
|
6316
6322
|
__typename?: 'DevOpsToolDefaultAuth';
|
|
6317
6323
|
authenticated: Scalars['Boolean'];
|
|
6318
6324
|
};
|
|
@@ -6354,21 +6360,31 @@ export declare type DevOpsToolGroupEdge = {
|
|
|
6354
6360
|
cursor: Scalars['String'];
|
|
6355
6361
|
node?: Maybe<DevOpsToolGroup>;
|
|
6356
6362
|
};
|
|
6357
|
-
export declare type DevOpsToolIntegration =
|
|
6358
|
-
|
|
6363
|
+
export declare type DevOpsToolIntegration = {
|
|
6364
|
+
key: Scalars['String'];
|
|
6365
|
+
name: Scalars['String'];
|
|
6366
|
+
installed: Scalars['Boolean'];
|
|
6367
|
+
iconUrl?: Maybe<Scalars['String']>;
|
|
6368
|
+
};
|
|
6369
|
+
export declare type DevOpsToolIntegrationApp = DevOpsToolIntegration & {
|
|
6359
6370
|
__typename?: 'DevOpsToolIntegrationApp';
|
|
6360
6371
|
appKey: Scalars['String'];
|
|
6372
|
+
key: Scalars['String'];
|
|
6361
6373
|
appName: Scalars['String'];
|
|
6374
|
+
name: Scalars['String'];
|
|
6362
6375
|
marketplaceType: Scalars['String'];
|
|
6363
6376
|
installed: Scalars['Boolean'];
|
|
6364
6377
|
iconUrl?: Maybe<Scalars['String']>;
|
|
6365
6378
|
links?: Maybe<DevOpsToolAppLinks>;
|
|
6366
6379
|
};
|
|
6367
|
-
export declare type DevOpsToolIntegrationProduct = {
|
|
6380
|
+
export declare type DevOpsToolIntegrationProduct = DevOpsToolIntegration & {
|
|
6368
6381
|
__typename?: 'DevOpsToolIntegrationProduct';
|
|
6369
6382
|
productKey: Scalars['String'];
|
|
6383
|
+
key: Scalars['String'];
|
|
6370
6384
|
productName: Scalars['String'];
|
|
6385
|
+
name: Scalars['String'];
|
|
6371
6386
|
available: Scalars['Boolean'];
|
|
6387
|
+
installed: Scalars['Boolean'];
|
|
6372
6388
|
iconUrl?: Maybe<Scalars['String']>;
|
|
6373
6389
|
};
|
|
6374
6390
|
export declare enum DevOpsToolIntegrationType {
|
|
@@ -6415,7 +6431,7 @@ export declare enum DevOpsToolNavbarConnectionStateTab {
|
|
|
6415
6431
|
OncallTab = "ONCALL_TAB",
|
|
6416
6432
|
PagesTab = "PAGES_TAB"
|
|
6417
6433
|
}
|
|
6418
|
-
export declare type DevOpsToolOAuth = {
|
|
6434
|
+
export declare type DevOpsToolOAuth = DevOpsToolAuth & {
|
|
6419
6435
|
__typename?: 'DevOpsToolOAuth';
|
|
6420
6436
|
authenticated: Scalars['Boolean'];
|
|
6421
6437
|
oauthUrl: Scalars['String'];
|
|
@@ -6674,8 +6690,10 @@ export declare type EventSourceEventsArgs = {
|
|
|
6674
6690
|
export declare type Extension = {
|
|
6675
6691
|
__typename?: 'Extension';
|
|
6676
6692
|
id: Scalars['ID'];
|
|
6693
|
+
appId: Scalars['ID'];
|
|
6677
6694
|
definitionId: Scalars['ID'];
|
|
6678
6695
|
environmentId: Scalars['ID'];
|
|
6696
|
+
versionId: Scalars['ID'];
|
|
6679
6697
|
environmentKey: Scalars['String'];
|
|
6680
6698
|
environmentType: Scalars['String'];
|
|
6681
6699
|
installationId: Scalars['String'];
|
|
@@ -6684,6 +6702,7 @@ export declare type Extension = {
|
|
|
6684
6702
|
appOwner?: Maybe<User>;
|
|
6685
6703
|
appVersion?: Maybe<Scalars['String']>;
|
|
6686
6704
|
properties: Scalars['JSON'];
|
|
6705
|
+
principal?: Maybe<AppPrincipal>;
|
|
6687
6706
|
migrationKey?: Maybe<Scalars['String']>;
|
|
6688
6707
|
license?: Maybe<AppInstallationLicense>;
|
|
6689
6708
|
egress?: Maybe<Array<AppNetworkEgressPermissionExtension>>;
|
|
@@ -13162,6 +13181,9 @@ export declare type JiraVersionReleaseNotesOptionsIssueFieldsArgs = {
|
|
|
13162
13181
|
before?: Maybe<Scalars['String']>;
|
|
13163
13182
|
searchString?: Maybe<Scalars['String']>;
|
|
13164
13183
|
};
|
|
13184
|
+
export declare type JiraVersionReleaseNotesArgs = {
|
|
13185
|
+
releaseNoteConfiguration?: Maybe<JiraVersionReleaseNotesConfigurationInput>;
|
|
13186
|
+
};
|
|
13165
13187
|
export declare type JiraVersionConnectAddonIframeData = {
|
|
13166
13188
|
__typename?: 'JiraVersionConnectAddonIframeData';
|
|
13167
13189
|
appKey?: Maybe<Scalars['String']>;
|
|
@@ -13232,6 +13254,11 @@ export declare type JiraVersionRelatedWorkEdge = {
|
|
|
13232
13254
|
cursor?: Maybe<Scalars['String']>;
|
|
13233
13255
|
node?: Maybe<JiraVersionRelatedWork>;
|
|
13234
13256
|
};
|
|
13257
|
+
export declare type JiraVersionReleaseNotesConfigurationInput = {
|
|
13258
|
+
issueFieldIds: Array<Scalars['ID']>;
|
|
13259
|
+
issueTypeIds: Array<Scalars['ID']>;
|
|
13260
|
+
issueKeyConfig: JiraReleaseNotesIssueKeyConfig;
|
|
13261
|
+
};
|
|
13235
13262
|
export declare type JiraVersionResult = JiraVersion | QueryError;
|
|
13236
13263
|
export declare enum JiraVersionStatus {
|
|
13237
13264
|
Released = "RELEASED",
|
|
@@ -13962,6 +13989,7 @@ export declare type Mutation = {
|
|
|
13962
13989
|
archivePolarisInsights?: Maybe<ArchivePolarisInsightsPayload>;
|
|
13963
13990
|
unarchivePolarisInsights?: Maybe<UnarchivePolarisInsightsPayload>;
|
|
13964
13991
|
createPolarisPlay?: Maybe<CreatePolarisPlayPayload>;
|
|
13992
|
+
updatePolarisPlay?: Maybe<UpdatePolarisPlayPayload>;
|
|
13965
13993
|
createPolarisPlayContribution?: Maybe<CreatePolarisPlayContributionPayload>;
|
|
13966
13994
|
updatePolarisPlayContribution?: Maybe<UpdatePolarisPlayContributionPayload>;
|
|
13967
13995
|
deletePolarisPlayContribution?: Maybe<DeletePolarisPlayContributionPayload>;
|
|
@@ -14244,6 +14272,9 @@ export declare type MutationUnarchivePolarisInsightsArgs = {
|
|
|
14244
14272
|
export declare type MutationCreatePolarisPlayArgs = {
|
|
14245
14273
|
input: CreatePolarisPlayInput;
|
|
14246
14274
|
};
|
|
14275
|
+
export declare type MutationUpdatePolarisPlayArgs = {
|
|
14276
|
+
input: UpdatePolarisPlayInput;
|
|
14277
|
+
};
|
|
14247
14278
|
export declare type MutationCreatePolarisPlayContributionArgs = {
|
|
14248
14279
|
input: CreatePolarisPlayContribution;
|
|
14249
14280
|
};
|
|
@@ -17612,9 +17643,17 @@ export declare type ShepherdCreateOrganizationPayload = Payload & {
|
|
|
17612
17643
|
node?: Maybe<ShepherdOrganization>;
|
|
17613
17644
|
success: Scalars['Boolean'];
|
|
17614
17645
|
};
|
|
17646
|
+
export declare type ShepherdCreateSlackInput = {
|
|
17647
|
+
authToken: Scalars['String'];
|
|
17648
|
+
callbackURL: Scalars['URL'];
|
|
17649
|
+
channelId: Scalars['String'];
|
|
17650
|
+
status: ShepherdSubscriptionStatus;
|
|
17651
|
+
teamId: Scalars['String'];
|
|
17652
|
+
};
|
|
17615
17653
|
export declare type ShepherdCreateSubscriptionInput = {
|
|
17616
17654
|
email?: Maybe<ShepherdCreateEmailInput>;
|
|
17617
17655
|
orgId: Scalars['ID'];
|
|
17656
|
+
slack?: Maybe<ShepherdCreateSlackInput>;
|
|
17618
17657
|
webhook?: Maybe<ShepherdCreateWebhookInput>;
|
|
17619
17658
|
};
|
|
17620
17659
|
export declare type ShepherdCreateSubscriptionPayload = Payload & {
|
|
@@ -17643,7 +17682,7 @@ export declare type ShepherdEmailConnection = {
|
|
|
17643
17682
|
__typename?: 'ShepherdEmailConnection';
|
|
17644
17683
|
edges?: Maybe<Array<Maybe<ShepherdEmailEdge>>>;
|
|
17645
17684
|
};
|
|
17646
|
-
export declare type ShepherdEmailEdge = {
|
|
17685
|
+
export declare type ShepherdEmailEdge = ShepherdSubscriptionEdge & {
|
|
17647
17686
|
__typename?: 'ShepherdEmailEdge';
|
|
17648
17687
|
node?: Maybe<ShepherdEmailSubscription>;
|
|
17649
17688
|
};
|
|
@@ -17718,6 +17757,7 @@ export declare type ShepherdQuery = {
|
|
|
17718
17757
|
shepherdAppInfo: ShepherdAppInfo;
|
|
17719
17758
|
shepherdConfig?: Maybe<ShepherdConfigResult>;
|
|
17720
17759
|
shepherdOrganization?: Maybe<ShepherdOrganizationResult>;
|
|
17760
|
+
shepherdSubscriptions?: Maybe<ShepherdSubscriptionsResult>;
|
|
17721
17761
|
shepherdUser?: Maybe<ShepherdUser>;
|
|
17722
17762
|
};
|
|
17723
17763
|
export declare type ShepherdQueryShepherdAlertArgs = {
|
|
@@ -17729,10 +17769,29 @@ export declare type ShepherdQueryShepherdAlertsArgs = {
|
|
|
17729
17769
|
export declare type ShepherdQueryShepherdOrganizationArgs = {
|
|
17730
17770
|
id: Scalars['ID'];
|
|
17731
17771
|
};
|
|
17772
|
+
export declare type ShepherdQueryShepherdSubscriptionsArgs = {
|
|
17773
|
+
orgId: Scalars['ID'];
|
|
17774
|
+
};
|
|
17732
17775
|
export declare enum ShepherdQueryErrorType {
|
|
17733
17776
|
NoProductAccess = "NO_PRODUCT_ACCESS",
|
|
17734
17777
|
Unauthorized = "UNAUTHORIZED"
|
|
17735
17778
|
}
|
|
17779
|
+
export declare type ShepherdSlackEdge = ShepherdSubscriptionEdge & {
|
|
17780
|
+
__typename?: 'ShepherdSlackEdge';
|
|
17781
|
+
node?: Maybe<ShepherdSlackSubscription>;
|
|
17782
|
+
};
|
|
17783
|
+
export declare type ShepherdSlackSubscription = ShepherdSubscription & {
|
|
17784
|
+
__typename?: 'ShepherdSlackSubscription';
|
|
17785
|
+
callbackURL: Scalars['String'];
|
|
17786
|
+
channelId: Scalars['String'];
|
|
17787
|
+
createdBy: Scalars['String'];
|
|
17788
|
+
createdOn: Scalars['DateTime'];
|
|
17789
|
+
id: Scalars['ID'];
|
|
17790
|
+
status: ShepherdSubscriptionStatus;
|
|
17791
|
+
teamId: Scalars['String'];
|
|
17792
|
+
updatedBy?: Maybe<Scalars['String']>;
|
|
17793
|
+
updatedOn?: Maybe<Scalars['DateTime']>;
|
|
17794
|
+
};
|
|
17736
17795
|
export declare type ShepherdSubscription = {
|
|
17737
17796
|
createdBy: Scalars['String'];
|
|
17738
17797
|
createdOn: Scalars['DateTime'];
|
|
@@ -17741,11 +17800,18 @@ export declare type ShepherdSubscription = {
|
|
|
17741
17800
|
updatedBy?: Maybe<Scalars['String']>;
|
|
17742
17801
|
updatedOn?: Maybe<Scalars['DateTime']>;
|
|
17743
17802
|
};
|
|
17803
|
+
export declare type ShepherdSubscriptionConnection = {
|
|
17804
|
+
__typename?: 'ShepherdSubscriptionConnection';
|
|
17805
|
+
edges?: Maybe<Array<Maybe<ShepherdSubscriptionEdge>>>;
|
|
17806
|
+
};
|
|
17807
|
+
export declare type ShepherdSubscriptionEdge = {
|
|
17808
|
+
node?: Maybe<ShepherdSubscription>;
|
|
17809
|
+
};
|
|
17744
17810
|
export declare enum ShepherdSubscriptionStatus {
|
|
17745
17811
|
Active = "ACTIVE",
|
|
17746
17812
|
Inactive = "INACTIVE"
|
|
17747
17813
|
}
|
|
17748
|
-
export declare type ShepherdSubscriptionsResult = ShepherdEmailConnection | ShepherdWebhookConnection;
|
|
17814
|
+
export declare type ShepherdSubscriptionsResult = QueryError | ShepherdEmailConnection | ShepherdSubscriptionConnection | ShepherdWebhookConnection;
|
|
17749
17815
|
export declare type ShepherdTestSubscriptionError = {
|
|
17750
17816
|
__typename?: 'ShepherdTestSubscriptionError';
|
|
17751
17817
|
reason?: Maybe<Scalars['String']>;
|
|
@@ -17780,9 +17846,17 @@ export declare type ShepherdUpdateOrganizationPayload = Payload & {
|
|
|
17780
17846
|
node?: Maybe<ShepherdOrganization>;
|
|
17781
17847
|
success: Scalars['Boolean'];
|
|
17782
17848
|
};
|
|
17849
|
+
export declare type ShepherdUpdateSlackInput = {
|
|
17850
|
+
authToken?: Maybe<Scalars['String']>;
|
|
17851
|
+
callbackURL?: Maybe<Scalars['URL']>;
|
|
17852
|
+
channelId?: Maybe<Scalars['String']>;
|
|
17853
|
+
status?: Maybe<ShepherdSubscriptionStatus>;
|
|
17854
|
+
teamId?: Maybe<Scalars['String']>;
|
|
17855
|
+
};
|
|
17783
17856
|
export declare type ShepherdUpdateSubscriptionInput = {
|
|
17784
17857
|
email?: Maybe<ShepherdUpdateEmailInput>;
|
|
17785
17858
|
orgId: Scalars['ID'];
|
|
17859
|
+
slack?: Maybe<ShepherdUpdateSlackInput>;
|
|
17786
17860
|
webhook?: Maybe<ShepherdUpdateWebhookInput>;
|
|
17787
17861
|
};
|
|
17788
17862
|
export declare type ShepherdUpdateSubscriptionPayload = Payload & {
|
|
@@ -17804,7 +17878,7 @@ export declare type ShepherdWebhookConnection = {
|
|
|
17804
17878
|
__typename?: 'ShepherdWebhookConnection';
|
|
17805
17879
|
edges?: Maybe<Array<Maybe<ShepherdWebhookEdge>>>;
|
|
17806
17880
|
};
|
|
17807
|
-
export declare type ShepherdWebhookEdge = {
|
|
17881
|
+
export declare type ShepherdWebhookEdge = ShepherdSubscriptionEdge & {
|
|
17808
17882
|
__typename?: 'ShepherdWebhookEdge';
|
|
17809
17883
|
node?: Maybe<ShepherdWebhookSubscription>;
|
|
17810
17884
|
};
|
|
@@ -19383,6 +19457,16 @@ export declare type UpdatePolarisPlayContributionPayload = {
|
|
|
19383
19457
|
errors?: Maybe<Array<MutationError>>;
|
|
19384
19458
|
node?: Maybe<PolarisPlayContribution>;
|
|
19385
19459
|
};
|
|
19460
|
+
export declare type UpdatePolarisPlayInput = {
|
|
19461
|
+
id: Scalars['ID'];
|
|
19462
|
+
parameters?: Maybe<Scalars['JSON']>;
|
|
19463
|
+
};
|
|
19464
|
+
export declare type UpdatePolarisPlayPayload = {
|
|
19465
|
+
__typename?: 'UpdatePolarisPlayPayload';
|
|
19466
|
+
success: Scalars['Boolean'];
|
|
19467
|
+
errors?: Maybe<Array<MutationError>>;
|
|
19468
|
+
node?: Maybe<PolarisPlay>;
|
|
19469
|
+
};
|
|
19386
19470
|
export declare type UpdatePolarisSnippetInput = {
|
|
19387
19471
|
id?: Maybe<Scalars['ID']>;
|
|
19388
19472
|
oauthClientId?: Maybe<Scalars['String']>;
|