@forge/cli-shared 6.1.0-next.6 → 6.1.0-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 +18 -0
- package/out/graphql/graphql-types.d.ts +241 -72
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +55 -21
- package/out/service/statsig-service.d.ts +2 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +3 -0
- package/package.json +2 -2
|
@@ -802,6 +802,7 @@ export declare type AppEnvironmentVersionsArgs = {
|
|
|
802
802
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
803
803
|
interval?: InputMaybe<IntervalFilter>;
|
|
804
804
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
805
|
+
majorVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
805
806
|
versionIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
806
807
|
};
|
|
807
808
|
export declare type AppEnvironmentInput = {
|
|
@@ -935,6 +936,7 @@ export declare type AppInstallationInput = {
|
|
|
935
936
|
environmentKey: Scalars['String']['input'];
|
|
936
937
|
installationContext: Scalars['ID']['input'];
|
|
937
938
|
licenseOverride?: InputMaybe<LicenseOverrideState>;
|
|
939
|
+
overrides?: InputMaybe<EcosystemAppInstallationOverridesInput>;
|
|
938
940
|
provisionRequestId?: InputMaybe<Scalars['ID']['input']>;
|
|
939
941
|
versionId?: InputMaybe<Scalars['ID']['input']>;
|
|
940
942
|
};
|
|
@@ -3675,10 +3677,12 @@ export declare type CompassCatalogQueryApi = {
|
|
|
3675
3677
|
attentionItemsConnection?: Maybe<CompassAttentionItemConnection>;
|
|
3676
3678
|
component?: Maybe<CompassComponentResult>;
|
|
3677
3679
|
componentByExternalAlias?: Maybe<CompassComponentResult>;
|
|
3680
|
+
componentByReference?: Maybe<CompassComponentResult>;
|
|
3678
3681
|
componentScorecardRelationship?: Maybe<CompassComponentScorecardRelationshipResult>;
|
|
3679
3682
|
componentType?: Maybe<CompassComponentTypeResult>;
|
|
3680
3683
|
componentTypes?: Maybe<CompassComponentTypesQueryResult>;
|
|
3681
3684
|
components?: Maybe<Array<CompassComponent>>;
|
|
3685
|
+
componentsByReferences?: Maybe<Array<CompassComponent>>;
|
|
3682
3686
|
customFieldDefinition?: Maybe<CompassCustomFieldDefinitionResult>;
|
|
3683
3687
|
customFieldDefinitions?: Maybe<CompassCustomFieldDefinitionsResult>;
|
|
3684
3688
|
customPermissionConfigs?: Maybe<CompassCustomPermissionConfigsResult>;
|
|
@@ -3725,6 +3729,9 @@ export declare type CompassCatalogQueryApiComponentByExternalAliasArgs = {
|
|
|
3725
3729
|
externalID: Scalars['ID']['input'];
|
|
3726
3730
|
externalSource: Scalars['ID']['input'];
|
|
3727
3731
|
};
|
|
3732
|
+
export declare type CompassCatalogQueryApiComponentByReferenceArgs = {
|
|
3733
|
+
reference: ComponentReferenceInput;
|
|
3734
|
+
};
|
|
3728
3735
|
export declare type CompassCatalogQueryApiComponentScorecardRelationshipArgs = {
|
|
3729
3736
|
cloudId: Scalars['ID']['input'];
|
|
3730
3737
|
componentId: Scalars['ID']['input'];
|
|
@@ -3741,6 +3748,9 @@ export declare type CompassCatalogQueryApiComponentTypesArgs = {
|
|
|
3741
3748
|
export declare type CompassCatalogQueryApiComponentsArgs = {
|
|
3742
3749
|
ids: Array<Scalars['ID']['input']>;
|
|
3743
3750
|
};
|
|
3751
|
+
export declare type CompassCatalogQueryApiComponentsByReferencesArgs = {
|
|
3752
|
+
references: Array<ComponentReferenceInput>;
|
|
3753
|
+
};
|
|
3744
3754
|
export declare type CompassCatalogQueryApiCustomFieldDefinitionArgs = {
|
|
3745
3755
|
query: CompassCustomFieldDefinitionQuery;
|
|
3746
3756
|
};
|
|
@@ -3860,6 +3870,7 @@ export declare type CompassComponent = Node & {
|
|
|
3860
3870
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
3861
3871
|
scorecardScores?: Maybe<Array<CompassScorecardScore>>;
|
|
3862
3872
|
scorecards?: Maybe<Array<CompassScorecard>>;
|
|
3873
|
+
slug?: Maybe<Scalars['String']['output']>;
|
|
3863
3874
|
state?: Maybe<Scalars['String']['output']>;
|
|
3864
3875
|
type: CompassComponentType;
|
|
3865
3876
|
typeId: Scalars['ID']['output'];
|
|
@@ -4157,6 +4168,7 @@ export declare type CompassComponentScorecardRelationshipScorecardScoreHistories
|
|
|
4157
4168
|
export declare type CompassComponentScorecardRelationshipInstancePermissions = {
|
|
4158
4169
|
__typename?: 'CompassComponentScorecardRelationshipInstancePermissions';
|
|
4159
4170
|
createJiraIssueForAppliedScorecard?: Maybe<CompassPermissionResult>;
|
|
4171
|
+
removeScorecard?: Maybe<CompassPermissionResult>;
|
|
4160
4172
|
};
|
|
4161
4173
|
export declare type CompassComponentScorecardRelationshipResult = CompassComponentScorecardRelationship | QueryError;
|
|
4162
4174
|
export declare type CompassComponentScorecardScoreQuery = {
|
|
@@ -6830,6 +6842,14 @@ export declare type ComponentApiUpload = {
|
|
|
6830
6842
|
specUrl: Scalars['String']['output'];
|
|
6831
6843
|
uploadId: Scalars['ID']['output'];
|
|
6832
6844
|
};
|
|
6845
|
+
export declare type ComponentReferenceInput = {
|
|
6846
|
+
ari?: InputMaybe<Scalars['ID']['input']>;
|
|
6847
|
+
slug?: InputMaybe<ComponentSlugReferenceInput>;
|
|
6848
|
+
};
|
|
6849
|
+
export declare type ComponentSlugReferenceInput = {
|
|
6850
|
+
cloudId: Scalars['ID']['input'];
|
|
6851
|
+
slug: Scalars['String']['input'];
|
|
6852
|
+
};
|
|
6833
6853
|
export declare type ComponentSyncEvent = {
|
|
6834
6854
|
__typename?: 'ComponentSyncEvent';
|
|
6835
6855
|
lastSyncErrors?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -7275,6 +7295,11 @@ export declare type ConfluenceLabel = {
|
|
|
7275
7295
|
label?: Maybe<Scalars['String']['output']>;
|
|
7276
7296
|
prefix?: Maybe<Scalars['String']['output']>;
|
|
7277
7297
|
};
|
|
7298
|
+
export declare type ConfluenceLabelSearchResults = {
|
|
7299
|
+
__typename?: 'ConfluenceLabelSearchResults';
|
|
7300
|
+
otherLabels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
7301
|
+
suggestedLabels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
7302
|
+
};
|
|
7278
7303
|
export declare type ConfluenceLegacyAiConfigResponse = {
|
|
7279
7304
|
__typename?: 'ConfluenceLegacyAIConfigResponse';
|
|
7280
7305
|
isEnabled: Scalars['Boolean']['output'];
|
|
@@ -13212,6 +13237,7 @@ export declare type ConfluenceQueryApi = {
|
|
|
13212
13237
|
longTask?: Maybe<ConfluenceLongTask>;
|
|
13213
13238
|
page?: Maybe<ConfluencePage>;
|
|
13214
13239
|
pages?: Maybe<Array<Maybe<ConfluencePage>>>;
|
|
13240
|
+
searchLabels?: Maybe<ConfluenceLabelSearchResults>;
|
|
13215
13241
|
space?: Maybe<ConfluenceSpace>;
|
|
13216
13242
|
spaces?: Maybe<Array<Maybe<ConfluenceSpace>>>;
|
|
13217
13243
|
validateSpaceKey?: Maybe<ConfluenceValidateSpaceKeyResponse>;
|
|
@@ -13266,6 +13292,11 @@ export declare type ConfluenceQueryApiPageArgs = {
|
|
|
13266
13292
|
export declare type ConfluenceQueryApiPagesArgs = {
|
|
13267
13293
|
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
13268
13294
|
};
|
|
13295
|
+
export declare type ConfluenceQueryApiSearchLabelsArgs = {
|
|
13296
|
+
cloudId: Scalars['ID']['input'];
|
|
13297
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
13298
|
+
searchText: Scalars['String']['input'];
|
|
13299
|
+
};
|
|
13269
13300
|
export declare type ConfluenceQueryApiSpaceArgs = {
|
|
13270
13301
|
id: Scalars['ID']['input'];
|
|
13271
13302
|
};
|
|
@@ -15581,6 +15612,7 @@ export declare type CreateCompassComponentInput = {
|
|
|
15581
15612
|
links?: InputMaybe<Array<CreateCompassLinkInput>>;
|
|
15582
15613
|
name: Scalars['String']['input'];
|
|
15583
15614
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
15615
|
+
slug?: InputMaybe<Scalars['String']['input']>;
|
|
15584
15616
|
state?: InputMaybe<Scalars['String']['input']>;
|
|
15585
15617
|
type?: InputMaybe<CompassComponentType>;
|
|
15586
15618
|
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -19256,6 +19288,10 @@ export declare type EarliestViewViewedForUser = {
|
|
|
19256
19288
|
datetime?: Maybe<Scalars['String']['output']>;
|
|
19257
19289
|
};
|
|
19258
19290
|
export declare type EcosystemApp = App | EcosystemConnectApp;
|
|
19291
|
+
export declare type EcosystemAppInstallationOverridesInput = {
|
|
19292
|
+
licensingMode?: InputMaybe<EcosystemLicensingMode>;
|
|
19293
|
+
usersWithAccess?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
19294
|
+
};
|
|
19259
19295
|
export declare type EcosystemAppNetworkEgressPermission = {
|
|
19260
19296
|
__typename?: 'EcosystemAppNetworkEgressPermission';
|
|
19261
19297
|
addresses: Array<Scalars['String']['output']>;
|
|
@@ -19370,6 +19406,9 @@ export declare type EcosystemDataClassificationsContext = {
|
|
|
19370
19406
|
hasConstraints?: Maybe<Scalars['Boolean']['output']>;
|
|
19371
19407
|
id: Scalars['ID']['output'];
|
|
19372
19408
|
};
|
|
19409
|
+
export declare enum EcosystemLicensingMode {
|
|
19410
|
+
UserAccess = "USER_ACCESS"
|
|
19411
|
+
}
|
|
19373
19412
|
export declare type EcosystemMutation = {
|
|
19374
19413
|
__typename?: 'EcosystemMutation';
|
|
19375
19414
|
addAppContributor?: Maybe<AddAppContributorResponsePayload>;
|
|
@@ -36730,7 +36769,7 @@ export declare type GrowthUnifiedProfileSiteDetails = {
|
|
|
36730
36769
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
36731
36770
|
hasAdminAccess?: Maybe<Scalars['Boolean']['output']>;
|
|
36732
36771
|
products?: Maybe<Array<Maybe<GrowthUnifiedProfileProductDetails>>>;
|
|
36733
|
-
siteCreatedAt?: Maybe<Scalars['
|
|
36772
|
+
siteCreatedAt?: Maybe<Scalars['String']['output']>;
|
|
36734
36773
|
url?: Maybe<Scalars['String']['output']>;
|
|
36735
36774
|
};
|
|
36736
36775
|
export declare enum GrowthUnifiedProfileTeamType {
|
|
@@ -37173,7 +37212,7 @@ export declare type HelpCenterNameInput = {
|
|
|
37173
37212
|
export declare type HelpCenterPermissionSettings = {
|
|
37174
37213
|
__typename?: 'HelpCenterPermissionSettings';
|
|
37175
37214
|
accessControlType: HelpCenterAccessControlType;
|
|
37176
|
-
allowedAccessGroups?: Maybe<Array<
|
|
37215
|
+
allowedAccessGroups?: Maybe<Array<Scalars['String']['output']>>;
|
|
37177
37216
|
};
|
|
37178
37217
|
export declare type HelpCenterPermissionSettingsInput = {
|
|
37179
37218
|
accessControlType: HelpCenterAccessControlType;
|
|
@@ -40030,6 +40069,7 @@ export declare type JiraAutodevJob = {
|
|
|
40030
40069
|
gitDiff?: Maybe<Scalars['String']['output']>;
|
|
40031
40070
|
id: Scalars['ID']['output'];
|
|
40032
40071
|
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
40072
|
+
jobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
40033
40073
|
logGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
40034
40074
|
logs?: Maybe<DevAiAutodevLogConnection>;
|
|
40035
40075
|
phase?: Maybe<JiraAutodevPhase>;
|
|
@@ -40041,6 +40081,9 @@ export declare type JiraAutodevJob = {
|
|
|
40041
40081
|
status?: Maybe<JiraAutodevStatus>;
|
|
40042
40082
|
statusHistory?: Maybe<JiraAutodevStatusHistoryItemConnection>;
|
|
40043
40083
|
};
|
|
40084
|
+
export declare type JiraAutodevJobJobLogsArgs = {
|
|
40085
|
+
cloudId: Scalars['ID']['input'];
|
|
40086
|
+
};
|
|
40044
40087
|
export declare type JiraAutodevJobConnection = {
|
|
40045
40088
|
__typename?: 'JiraAutodevJobConnection';
|
|
40046
40089
|
edges?: Maybe<Array<Maybe<JiraAutodevJobEdge>>>;
|
|
@@ -46627,7 +46670,7 @@ export declare type JiraMutationUpdateIssueHierarchyConfigArgs = {
|
|
|
46627
46670
|
input: JiraIssueHierarchyConfigurationMutationInput;
|
|
46628
46671
|
};
|
|
46629
46672
|
export declare type JiraMutationUpdateIssueSearchGroupByConfigArgs = {
|
|
46630
|
-
fieldId
|
|
46673
|
+
fieldId?: InputMaybe<Scalars['String']['input']>;
|
|
46631
46674
|
viewId: Scalars['ID']['input'];
|
|
46632
46675
|
};
|
|
46633
46676
|
export declare type JiraMutationUpdateIssueSearchHierarchyPreferenceArgs = {
|
|
@@ -46833,6 +46876,7 @@ export declare type JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload
|
|
|
46833
46876
|
};
|
|
46834
46877
|
export declare type JiraNaturalLanguageToJqlInput = {
|
|
46835
46878
|
naturalLanguageInput: Scalars['String']['input'];
|
|
46879
|
+
searchContext?: InputMaybe<JiraSearchContextInput>;
|
|
46836
46880
|
};
|
|
46837
46881
|
export declare type JiraNavigationItem = {
|
|
46838
46882
|
canRemove?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -50273,6 +50317,9 @@ export declare type JiraScreenTabLayoutItemEdge = {
|
|
|
50273
50317
|
cursor: Scalars['String']['output'];
|
|
50274
50318
|
node?: Maybe<JiraScreenTabLayoutItem>;
|
|
50275
50319
|
};
|
|
50320
|
+
export declare type JiraSearchContextInput = {
|
|
50321
|
+
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
50322
|
+
};
|
|
50276
50323
|
export declare type JiraSearchableEntity = JiraBoard | JiraCustomFilter | JiraDashboard | JiraIssue | JiraPlan | JiraProject | JiraServiceManagementQueue | JiraSystemFilter;
|
|
50277
50324
|
export declare type JiraSearchableEntityConnection = {
|
|
50278
50325
|
__typename?: 'JiraSearchableEntityConnection';
|
|
@@ -51083,6 +51130,7 @@ export declare type JiraServiceManagementRequestTypeCategoryConnection = {
|
|
|
51083
51130
|
export declare type JiraServiceManagementRequestTypeCategoryDefaultPayload = Payload & {
|
|
51084
51131
|
__typename?: 'JiraServiceManagementRequestTypeCategoryDefaultPayload';
|
|
51085
51132
|
errors?: Maybe<Array<MutationError>>;
|
|
51133
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
51086
51134
|
success: Scalars['Boolean']['output'];
|
|
51087
51135
|
};
|
|
51088
51136
|
export declare type JiraServiceManagementRequestTypeCategoryEdge = {
|
|
@@ -51093,7 +51141,7 @@ export declare type JiraServiceManagementRequestTypeCategoryEdge = {
|
|
|
51093
51141
|
export declare type JiraServiceManagementRequestTypeCategoryPayload = Payload & {
|
|
51094
51142
|
__typename?: 'JiraServiceManagementRequestTypeCategoryPayload';
|
|
51095
51143
|
errors?: Maybe<Array<MutationError>>;
|
|
51096
|
-
requestTypeCategory?: Maybe<
|
|
51144
|
+
requestTypeCategory?: Maybe<JiraServiceManagementRequestTypeCategoryEdge>;
|
|
51097
51145
|
success: Scalars['Boolean']['output'];
|
|
51098
51146
|
};
|
|
51099
51147
|
export declare enum JiraServiceManagementRequestTypeCategoryRestriction {
|
|
@@ -51160,6 +51208,7 @@ export declare type JiraServiceManagementRequestTypePractice = {
|
|
|
51160
51208
|
export declare type JiraServiceManagementRequestTypePreviewField = JiraServiceManagementAttachmentPreviewField | JiraServiceManagementDatePreviewField | JiraServiceManagementDateTimePreviewField | JiraServiceManagementDueDatePreviewField | JiraServiceManagementMultiCheckboxesPreviewField | JiraServiceManagementMultiSelectPreviewField | JiraServiceManagementMultiServicePickerPreviewField | JiraServiceManagementMultiUserPickerPreviewField | JiraServiceManagementPeoplePreviewField | JiraServiceManagementSelectPreviewField | JiraServiceManagementTextAreaPreviewField | JiraServiceManagementTextPreviewField | JiraServiceManagementUnknownPreviewField;
|
|
51161
51209
|
export declare type JiraServiceManagementRequestTypeTemplate = {
|
|
51162
51210
|
__typename?: 'JiraServiceManagementRequestTypeTemplate';
|
|
51211
|
+
category?: Maybe<JiraServiceManagementRequestTypeTemplateOotbCategory>;
|
|
51163
51212
|
description?: Maybe<Scalars['String']['output']>;
|
|
51164
51213
|
formTemplateInternalId: Scalars['String']['output'];
|
|
51165
51214
|
groups?: Maybe<Array<JiraServiceManagementRequestTypeTemplateGroup>>;
|
|
@@ -51181,6 +51230,11 @@ export declare type JiraServiceManagementRequestTypeTemplateGroup = {
|
|
|
51181
51230
|
groupKey: Scalars['String']['output'];
|
|
51182
51231
|
name?: Maybe<Scalars['String']['output']>;
|
|
51183
51232
|
};
|
|
51233
|
+
export declare type JiraServiceManagementRequestTypeTemplateOotbCategory = {
|
|
51234
|
+
__typename?: 'JiraServiceManagementRequestTypeTemplateOOTBCategory';
|
|
51235
|
+
categoryKey: Scalars['String']['output'];
|
|
51236
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
51237
|
+
};
|
|
51184
51238
|
export declare type JiraServiceManagementRequestTypeTemplateRequestTypeGroup = {
|
|
51185
51239
|
__typename?: 'JiraServiceManagementRequestTypeTemplateRequestTypeGroup';
|
|
51186
51240
|
requestTypeGroupInternalId: Scalars['String']['output'];
|
|
@@ -56217,8 +56271,9 @@ export declare type MarketplaceConsoleAppSoftwares = {
|
|
|
56217
56271
|
appSoftwares: Array<MarketplaceConsoleAppSoftwareShort>;
|
|
56218
56272
|
};
|
|
56219
56273
|
export declare type MarketplaceConsoleAppVersionCreateRequestInput = {
|
|
56220
|
-
buildNumber?: InputMaybe<Scalars['
|
|
56274
|
+
buildNumber?: InputMaybe<Scalars['String']['input']>;
|
|
56221
56275
|
compatibilities: Array<MarketplaceConsoleAppSoftwareVersionCompatibilityInput>;
|
|
56276
|
+
dcBuildNumber?: InputMaybe<Scalars['String']['input']>;
|
|
56222
56277
|
frameworkDetails: MarketplaceConsoleAppSoftwareVersionFrameworkDetailsInput;
|
|
56223
56278
|
versionNumber?: InputMaybe<Scalars['String']['input']>;
|
|
56224
56279
|
};
|
|
@@ -56255,6 +56310,12 @@ export declare type MarketplaceConsoleConnectFrameworkAttributes = {
|
|
|
56255
56310
|
export declare type MarketplaceConsoleConnectFrameworkAttributesInput = {
|
|
56256
56311
|
href: Scalars['String']['input'];
|
|
56257
56312
|
};
|
|
56313
|
+
export declare type MarketplaceConsoleCreatePrivateAppVersionMutationResponse = {
|
|
56314
|
+
__typename?: 'MarketplaceConsoleCreatePrivateAppVersionMutationResponse';
|
|
56315
|
+
resourceUrl?: Maybe<Scalars['String']['output']>;
|
|
56316
|
+
success: Scalars['Boolean']['output'];
|
|
56317
|
+
};
|
|
56318
|
+
export declare type MarketplaceConsoleDeleteAppVersionResponse = MarketplaceConsoleKnownError | MarketplaceConsoleMutationVoidResponse;
|
|
56258
56319
|
export declare type MarketplaceConsoleDeploymentInstruction = {
|
|
56259
56320
|
__typename?: 'MarketplaceConsoleDeploymentInstruction';
|
|
56260
56321
|
body: Scalars['String']['output'];
|
|
@@ -56535,7 +56596,6 @@ export declare type MarketplaceConsoleListingScreenshotInput = {
|
|
|
56535
56596
|
};
|
|
56536
56597
|
export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
|
|
56537
56598
|
appKey: Scalars['ID']['input'];
|
|
56538
|
-
appSoftwareId: Scalars['ID']['input'];
|
|
56539
56599
|
appStatusPageUrl?: InputMaybe<Scalars['String']['input']>;
|
|
56540
56600
|
binaryUrl?: InputMaybe<Scalars['String']['input']>;
|
|
56541
56601
|
buildNumber: Scalars['ID']['input'];
|
|
@@ -56558,16 +56618,19 @@ export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
|
|
|
56558
56618
|
learnMoreUrl?: InputMaybe<Scalars['String']['input']>;
|
|
56559
56619
|
licenseType?: InputMaybe<MarketplaceConsoleAppSoftwareVersionLicenseTypeId>;
|
|
56560
56620
|
logoUrl?: InputMaybe<Scalars['String']['input']>;
|
|
56621
|
+
marketingLabels?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
56561
56622
|
moreDetails?: InputMaybe<Scalars['String']['input']>;
|
|
56562
56623
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
56563
56624
|
paymentModel?: InputMaybe<MarketplaceConsolePaymentModel>;
|
|
56564
56625
|
privacyUrl?: InputMaybe<Scalars['String']['input']>;
|
|
56565
56626
|
productId: Scalars['ID']['input'];
|
|
56627
|
+
purchaseUrl?: InputMaybe<Scalars['String']['input']>;
|
|
56566
56628
|
releaseNotes?: InputMaybe<Scalars['String']['input']>;
|
|
56567
56629
|
releaseSummary?: InputMaybe<Scalars['String']['input']>;
|
|
56568
56630
|
screenshots?: InputMaybe<Array<MarketplaceConsoleListingScreenshotInput>>;
|
|
56569
56631
|
segmentWriteKey?: InputMaybe<Scalars['String']['input']>;
|
|
56570
56632
|
sourceCodeLicenseUrl?: InputMaybe<Scalars['String']['input']>;
|
|
56633
|
+
statusAfterApproval?: InputMaybe<MarketplaceConsoleLegacyMongoStatus>;
|
|
56571
56634
|
storesPersonalData?: InputMaybe<Scalars['Boolean']['input']>;
|
|
56572
56635
|
summary?: InputMaybe<Scalars['String']['input']>;
|
|
56573
56636
|
supportTicketSystemUrl?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -56579,9 +56642,9 @@ export declare type MarketplaceConsoleMutationApi = {
|
|
|
56579
56642
|
activateEditions?: Maybe<MarketplaceConsoleEditionsActivation>;
|
|
56580
56643
|
createAppSoftwareToken?: Maybe<MarketplaceConsoleTokenDetails>;
|
|
56581
56644
|
createEcoHelpTicket?: Maybe<Scalars['ID']['output']>;
|
|
56582
|
-
createPrivateAppSoftwareVersion?: Maybe<
|
|
56645
|
+
createPrivateAppSoftwareVersion?: Maybe<MarketplaceConsoleCreatePrivateAppVersionMutationResponse>;
|
|
56583
56646
|
deleteAppSoftwareToken?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
56584
|
-
deleteAppVersion?: Maybe<
|
|
56647
|
+
deleteAppVersion?: Maybe<MarketplaceConsoleDeleteAppVersionResponse>;
|
|
56585
56648
|
editions?: Maybe<Array<Maybe<MarketplaceConsoleEditionResponse>>>;
|
|
56586
56649
|
makeAppVersionPublic?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
56587
56650
|
validateArtifactUrl?: Maybe<MarketplaceConsoleSoftwareArtifact>;
|
|
@@ -56768,6 +56831,7 @@ export declare type MarketplaceConsoleProductListing = {
|
|
|
56768
56831
|
tagLine?: Maybe<Scalars['String']['output']>;
|
|
56769
56832
|
tags?: Maybe<MarketplaceConsoleProductListingTags>;
|
|
56770
56833
|
titleLogo?: Maybe<MarketplaceConsoleImageMediaAsset>;
|
|
56834
|
+
vendorId: Scalars['String']['output'];
|
|
56771
56835
|
vendorLinks?: Maybe<MarketplaceConsoleVendorLinks>;
|
|
56772
56836
|
};
|
|
56773
56837
|
export declare type MarketplaceConsoleProductListingTags = {
|
|
@@ -56874,6 +56938,11 @@ export declare type MarketplaceConsoleQueryApiProductListingByAppIdArgs = {
|
|
|
56874
56938
|
export declare type MarketplaceConsoleQueryApiProductMetadataByAppIdArgs = {
|
|
56875
56939
|
appId: Scalars['ID']['input'];
|
|
56876
56940
|
};
|
|
56941
|
+
export declare type MarketplaceConsoleRemoteArtifactDetails = {
|
|
56942
|
+
__typename?: 'MarketplaceConsoleRemoteArtifactDetails';
|
|
56943
|
+
dataCenterStatus?: Maybe<Scalars['String']['output']>;
|
|
56944
|
+
version?: Maybe<Scalars['String']['output']>;
|
|
56945
|
+
};
|
|
56877
56946
|
export declare type MarketplaceConsoleRemoteArtifactLinks = {
|
|
56878
56947
|
__typename?: 'MarketplaceConsoleRemoteArtifactLinks';
|
|
56879
56948
|
binary: MarketplaceConsoleLink;
|
|
@@ -56882,12 +56951,14 @@ export declare type MarketplaceConsoleRemoteArtifactLinks = {
|
|
|
56882
56951
|
};
|
|
56883
56952
|
export declare type MarketplaceConsoleServerVersionPublicChecks = {
|
|
56884
56953
|
__typename?: 'MarketplaceConsoleServerVersionPublicChecks';
|
|
56954
|
+
isCompatibleWithFeCruOnly: Scalars['Boolean']['output'];
|
|
56885
56955
|
publicServerVersionExists: Scalars['Boolean']['output'];
|
|
56886
56956
|
serverVersionHasDCCounterpart: Scalars['Boolean']['output'];
|
|
56887
56957
|
shouldStopNewPublicServerVersions: Scalars['Boolean']['output'];
|
|
56888
56958
|
};
|
|
56889
56959
|
export declare type MarketplaceConsoleSoftwareArtifact = {
|
|
56890
56960
|
__typename?: 'MarketplaceConsoleSoftwareArtifact';
|
|
56961
|
+
details?: Maybe<MarketplaceConsoleRemoteArtifactDetails>;
|
|
56891
56962
|
fileInfo: MarketplaceConsoleArtifactFileInfo;
|
|
56892
56963
|
links: MarketplaceConsoleRemoteArtifactLinks;
|
|
56893
56964
|
};
|
|
@@ -58152,6 +58223,29 @@ export declare type MercuryHumanResourcesAllocation = {
|
|
|
58152
58223
|
totalAsPercentageOfBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
58153
58224
|
totalPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
58154
58225
|
};
|
|
58226
|
+
export declare type MercuryJiraAlignEpic = HasMercuryProjectFields & Node & {
|
|
58227
|
+
__typename?: 'MercuryJiraAlignEpic';
|
|
58228
|
+
id: Scalars['ID']['output'];
|
|
58229
|
+
mercuryProjectIcon?: Maybe<Scalars['URL']['output']>;
|
|
58230
|
+
mercuryProjectKey?: Maybe<Scalars['String']['output']>;
|
|
58231
|
+
mercuryProjectName?: Maybe<Scalars['String']['output']>;
|
|
58232
|
+
mercuryProjectOwner?: Maybe<User>;
|
|
58233
|
+
mercuryProjectOwnerId?: Maybe<Scalars['String']['output']>;
|
|
58234
|
+
mercuryProjectProviderName?: Maybe<Scalars['String']['output']>;
|
|
58235
|
+
mercuryProjectStatus?: Maybe<MercuryProjectStatus>;
|
|
58236
|
+
mercuryProjectUrl?: Maybe<Scalars['URL']['output']>;
|
|
58237
|
+
mercuryTargetDate?: Maybe<Scalars['String']['output']>;
|
|
58238
|
+
mercuryTargetDateEnd?: Maybe<Scalars['DateTime']['output']>;
|
|
58239
|
+
mercuryTargetDateStart?: Maybe<Scalars['DateTime']['output']>;
|
|
58240
|
+
mercuryTargetDateType?: Maybe<MercuryProjectTargetDateType>;
|
|
58241
|
+
};
|
|
58242
|
+
export declare type MercuryJiraAlignProviderQueryApi = {
|
|
58243
|
+
__typename?: 'MercuryJiraAlignProviderQueryApi';
|
|
58244
|
+
jiraAlignEpicsByAris?: Maybe<Array<MercuryJiraAlignEpic>>;
|
|
58245
|
+
};
|
|
58246
|
+
export declare type MercuryJiraAlignProviderQueryApiJiraAlignEpicsByArisArgs = {
|
|
58247
|
+
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
58248
|
+
};
|
|
58155
58249
|
export declare type MercuryLinkAtlassianWorkToFocusAreaInput = {
|
|
58156
58250
|
focusAreaAri: Scalars['String']['input'];
|
|
58157
58251
|
workAris: Array<Scalars['String']['input']>;
|
|
@@ -58392,6 +58486,11 @@ export declare enum MercuryProjectStatusColor {
|
|
|
58392
58486
|
Red = "RED",
|
|
58393
58487
|
Yellow = "YELLOW"
|
|
58394
58488
|
}
|
|
58489
|
+
export declare type MercuryProjectStatusImpl = MercuryProjectStatus & {
|
|
58490
|
+
__typename?: 'MercuryProjectStatusImpl';
|
|
58491
|
+
mercuryColor?: Maybe<MercuryProjectStatusColor>;
|
|
58492
|
+
mercuryName?: Maybe<Scalars['String']['output']>;
|
|
58493
|
+
};
|
|
58395
58494
|
export declare enum MercuryProjectTargetDateType {
|
|
58396
58495
|
Day = "DAY",
|
|
58397
58496
|
Month = "MONTH",
|
|
@@ -59254,6 +59353,7 @@ export declare type Mutation = {
|
|
|
59254
59353
|
polarisAddReaction?: Maybe<PolarisAddReactionPayload>;
|
|
59255
59354
|
polarisDeleteReaction?: Maybe<PolarisDeleteReactionPayload>;
|
|
59256
59355
|
publishReleaseNote: ContentPlatformReleaseNote;
|
|
59356
|
+
radar_updateFocusAreaMappings: RadarMutationResponseResult;
|
|
59257
59357
|
rankCardParent?: Maybe<GenericMutationResponse>;
|
|
59258
59358
|
rankColumn?: Maybe<RankColumnOutput>;
|
|
59259
59359
|
rankCustomFilter?: Maybe<GenericMutationResponse>;
|
|
@@ -60063,6 +60163,10 @@ export declare type MutationPolarisDeleteReactionArgs = {
|
|
|
60063
60163
|
export declare type MutationPublishReleaseNoteArgs = {
|
|
60064
60164
|
id: Scalars['String']['input'];
|
|
60065
60165
|
};
|
|
60166
|
+
export declare type MutationRadar_UpdateFocusAreaMappingsArgs = {
|
|
60167
|
+
cloudId: Scalars['ID']['input'];
|
|
60168
|
+
input: Array<RadarFocusAreaMappingsInput>;
|
|
60169
|
+
};
|
|
60066
60170
|
export declare type MutationRankCardParentArgs = {
|
|
60067
60171
|
input: CardParentRankInput;
|
|
60068
60172
|
};
|
|
@@ -60716,6 +60820,7 @@ export declare type PeapMutationApi = {
|
|
|
60716
60820
|
};
|
|
60717
60821
|
export declare type PeapNewProgramInput = {
|
|
60718
60822
|
name: Scalars['String']['input'];
|
|
60823
|
+
owner?: InputMaybe<Scalars['String']['input']>;
|
|
60719
60824
|
};
|
|
60720
60825
|
export declare type PeapProgram = {
|
|
60721
60826
|
__typename?: 'PEAPProgram';
|
|
@@ -60808,6 +60913,7 @@ export declare type PeapSiteEnrollmentStatus = {
|
|
|
60808
60913
|
};
|
|
60809
60914
|
export declare type PeapUpdateProgramInput = {
|
|
60810
60915
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
60916
|
+
owner?: InputMaybe<Scalars['String']['input']>;
|
|
60811
60917
|
};
|
|
60812
60918
|
export declare type PageInfo = {
|
|
60813
60919
|
__typename?: 'PageInfo';
|
|
@@ -62154,6 +62260,7 @@ export declare type Query = {
|
|
|
62154
62260
|
devOpsServices?: Maybe<DevOpsServiceConnection>;
|
|
62155
62261
|
devOpsServicesById?: Maybe<Array<DevOpsService>>;
|
|
62156
62262
|
devOpsTools?: Maybe<DevOpsTools>;
|
|
62263
|
+
devai_autodevJobFileContents?: Maybe<Scalars['String']['output']>;
|
|
62157
62264
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
62158
62265
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
62159
62266
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
@@ -62214,6 +62321,7 @@ export declare type Query = {
|
|
|
62214
62321
|
marketplaceStore: MarketplaceStoreQueryApi;
|
|
62215
62322
|
me: AuthenticationContext;
|
|
62216
62323
|
mercury?: Maybe<MercuryQueryApi>;
|
|
62324
|
+
mercury_jiraAlignProvider?: Maybe<MercuryJiraAlignProviderQueryApi>;
|
|
62217
62325
|
migration: MigrationQuery;
|
|
62218
62326
|
migrationCatalogue: MigrationCatalogueQuery;
|
|
62219
62327
|
myMarketplaceApps?: Maybe<MarketplaceAppConnection>;
|
|
@@ -62248,9 +62356,9 @@ export declare type Query = {
|
|
|
62248
62356
|
pricings: ContentPlatformPricingSearchConnection;
|
|
62249
62357
|
productListing?: Maybe<ProductListingResult>;
|
|
62250
62358
|
productListings: Array<ProductListingResult>;
|
|
62251
|
-
|
|
62252
|
-
radar_fieldValues: RadarFieldValuesConnection;
|
|
62359
|
+
radar_fieldValues: RadarFieldValueConnectionResult;
|
|
62253
62360
|
radar_positions: RadarPositionConnectionResult;
|
|
62361
|
+
radar_workspace: RadarWorkspace;
|
|
62254
62362
|
releaseNote?: Maybe<ContentPlatformReleaseNote>;
|
|
62255
62363
|
releaseNotes: ContentPlatformReleaseNotesConnection;
|
|
62256
62364
|
repositoryRelationshipsForDevOpsService?: Maybe<DevOpsServiceAndRepositoryRelationshipConnection>;
|
|
@@ -63402,6 +63510,13 @@ export declare type QueryDevOpsServicesArgs = {
|
|
|
63402
63510
|
export declare type QueryDevOpsServicesByIdArgs = {
|
|
63403
63511
|
ids: Array<Scalars['ID']['input']>;
|
|
63404
63512
|
};
|
|
63513
|
+
export declare type QueryDevai_AutodevJobFileContentsArgs = {
|
|
63514
|
+
cloudId: Scalars['ID']['input'];
|
|
63515
|
+
endLine?: InputMaybe<Scalars['Int']['input']>;
|
|
63516
|
+
fileName: Scalars['String']['input'];
|
|
63517
|
+
jobId: Scalars['ID']['input'];
|
|
63518
|
+
startLine?: InputMaybe<Scalars['Int']['input']>;
|
|
63519
|
+
};
|
|
63405
63520
|
export declare type QueryDevai_AutodevJobLogGroupsArgs = {
|
|
63406
63521
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
63407
63522
|
cloudId: Scalars['ID']['input'];
|
|
@@ -63642,9 +63757,6 @@ export declare type QueryProductListingsArgs = {
|
|
|
63642
63757
|
ids: Array<Scalars['ID']['input']>;
|
|
63643
63758
|
locales?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
63644
63759
|
};
|
|
63645
|
-
export declare type QueryRadar_EnlistmentArgs = {
|
|
63646
|
-
cloudId: Scalars['ID']['input'];
|
|
63647
|
-
};
|
|
63648
63760
|
export declare type QueryRadar_FieldValuesArgs = {
|
|
63649
63761
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
63650
63762
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -63659,11 +63771,14 @@ export declare type QueryRadar_PositionsArgs = {
|
|
|
63659
63771
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
63660
63772
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
63661
63773
|
cloudId: Scalars['ID']['input'];
|
|
63662
|
-
fieldIdIsIn?: InputMaybe<Array<
|
|
63774
|
+
fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
63663
63775
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63664
63776
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
63665
63777
|
rql?: InputMaybe<Scalars['String']['input']>;
|
|
63666
63778
|
};
|
|
63779
|
+
export declare type QueryRadar_WorkspaceArgs = {
|
|
63780
|
+
cloudId: Scalars['ID']['input'];
|
|
63781
|
+
};
|
|
63667
63782
|
export declare type QueryReleaseNoteArgs = {
|
|
63668
63783
|
id: Scalars['String']['input'];
|
|
63669
63784
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -63791,7 +63906,7 @@ export declare type RadarBooleanFieldValue = {
|
|
|
63791
63906
|
};
|
|
63792
63907
|
export declare type RadarConnection = {
|
|
63793
63908
|
pageInfo: PageInfo;
|
|
63794
|
-
totalCount
|
|
63909
|
+
totalCount: Scalars['Int']['output'];
|
|
63795
63910
|
};
|
|
63796
63911
|
export declare type RadarDateFieldValue = {
|
|
63797
63912
|
__typename?: 'RadarDateFieldValue';
|
|
@@ -63799,18 +63914,13 @@ export declare type RadarDateFieldValue = {
|
|
|
63799
63914
|
};
|
|
63800
63915
|
export declare type RadarDynamicFilterOptions = RadarFilterOptions & {
|
|
63801
63916
|
__typename?: 'RadarDynamicFilterOptions';
|
|
63802
|
-
operators
|
|
63803
|
-
plurality
|
|
63804
|
-
type
|
|
63917
|
+
operators: Array<RadarFilterOperators>;
|
|
63918
|
+
plurality: RadarFilterPlurality;
|
|
63919
|
+
type: RadarFilterInputType;
|
|
63805
63920
|
};
|
|
63806
63921
|
export declare type RadarEdge = {
|
|
63807
63922
|
cursor: Scalars['String']['output'];
|
|
63808
63923
|
};
|
|
63809
|
-
export declare type RadarEnlistment = {
|
|
63810
|
-
__typename?: 'RadarEnlistment';
|
|
63811
|
-
cloudId: Scalars['ID']['output'];
|
|
63812
|
-
positionFields?: Maybe<Array<Maybe<RadarFieldDefinition>>>;
|
|
63813
|
-
};
|
|
63814
63924
|
export declare type RadarEntity = {
|
|
63815
63925
|
fieldValues?: Maybe<Array<Maybe<RadarFieldValueIdPair>>>;
|
|
63816
63926
|
id: Scalars['ID']['output'];
|
|
@@ -63823,8 +63933,8 @@ export declare type RadarError = {
|
|
|
63823
63933
|
__typename?: 'RadarError';
|
|
63824
63934
|
errorCode: Scalars['String']['output'];
|
|
63825
63935
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
63826
|
-
extensions?: Maybe<Array<
|
|
63827
|
-
location?: Maybe<Array<
|
|
63936
|
+
extensions?: Maybe<Array<RadarErrorExtension>>;
|
|
63937
|
+
location?: Maybe<Array<RadarLocation>>;
|
|
63828
63938
|
message?: Maybe<Scalars['String']['output']>;
|
|
63829
63939
|
stackTrace?: Maybe<Array<Scalars['String']['output']>>;
|
|
63830
63940
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
@@ -63832,16 +63942,16 @@ export declare type RadarError = {
|
|
|
63832
63942
|
export declare type RadarErrorExtension = {
|
|
63833
63943
|
__typename?: 'RadarErrorExtension';
|
|
63834
63944
|
property: Scalars['String']['output'];
|
|
63835
|
-
value
|
|
63945
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
63836
63946
|
};
|
|
63837
63947
|
export declare type RadarFieldDefinition = Node & {
|
|
63838
63948
|
__typename?: 'RadarFieldDefinition';
|
|
63839
|
-
displayName
|
|
63840
|
-
entity
|
|
63841
|
-
filterOptions
|
|
63949
|
+
displayName: Scalars['String']['output'];
|
|
63950
|
+
entity: RadarEntityType;
|
|
63951
|
+
filterOptions: RadarFilterOptions;
|
|
63842
63952
|
id: Scalars['ID']['output'];
|
|
63843
|
-
isCustom
|
|
63844
|
-
type
|
|
63953
|
+
isCustom: Scalars['Boolean']['output'];
|
|
63954
|
+
type: RadarFieldType;
|
|
63845
63955
|
};
|
|
63846
63956
|
export declare enum RadarFieldType {
|
|
63847
63957
|
Boolean = "BOOLEAN",
|
|
@@ -63852,22 +63962,23 @@ export declare enum RadarFieldType {
|
|
|
63852
63962
|
Url = "URL"
|
|
63853
63963
|
}
|
|
63854
63964
|
export declare type RadarFieldValue = RadarBooleanFieldValue | RadarDateFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
63965
|
+
export declare type RadarFieldValueConnectionResult = RadarError | RadarFieldValuesConnection;
|
|
63855
63966
|
export declare type RadarFieldValueIdPair = {
|
|
63856
63967
|
__typename?: 'RadarFieldValueIdPair';
|
|
63857
63968
|
fieldId: Scalars['ID']['output'];
|
|
63858
|
-
fieldValue
|
|
63969
|
+
fieldValue: RadarFieldValue;
|
|
63859
63970
|
};
|
|
63860
63971
|
export declare type RadarFieldValuesConnection = RadarConnection & {
|
|
63861
63972
|
__typename?: 'RadarFieldValuesConnection';
|
|
63862
|
-
edges?: Maybe<Array<
|
|
63863
|
-
nodes?: Maybe<Array<
|
|
63973
|
+
edges?: Maybe<Array<RadarFieldValuesEdge>>;
|
|
63974
|
+
nodes?: Maybe<Array<RadarFieldValue>>;
|
|
63864
63975
|
pageInfo: PageInfo;
|
|
63865
|
-
totalCount
|
|
63976
|
+
totalCount: Scalars['Int']['output'];
|
|
63866
63977
|
};
|
|
63867
63978
|
export declare type RadarFieldValuesEdge = RadarEdge & {
|
|
63868
63979
|
__typename?: 'RadarFieldValuesEdge';
|
|
63869
63980
|
cursor: Scalars['String']['output'];
|
|
63870
|
-
node
|
|
63981
|
+
node: RadarFieldValue;
|
|
63871
63982
|
};
|
|
63872
63983
|
export declare enum RadarFilterInputType {
|
|
63873
63984
|
Checkbox = "CHECKBOX",
|
|
@@ -63885,9 +63996,9 @@ export declare enum RadarFilterOperators {
|
|
|
63885
63996
|
NotLike = "NOT_LIKE"
|
|
63886
63997
|
}
|
|
63887
63998
|
export declare type RadarFilterOptions = {
|
|
63888
|
-
operators
|
|
63889
|
-
plurality
|
|
63890
|
-
type
|
|
63999
|
+
operators: Array<RadarFilterOperators>;
|
|
64000
|
+
plurality: RadarFilterPlurality;
|
|
64001
|
+
type: RadarFilterInputType;
|
|
63891
64002
|
};
|
|
63892
64003
|
export declare enum RadarFilterPlurality {
|
|
63893
64004
|
And = "AND",
|
|
@@ -63900,18 +64011,14 @@ export declare type RadarFocusAreaMappingsInput = {
|
|
|
63900
64011
|
};
|
|
63901
64012
|
export declare type RadarLocation = {
|
|
63902
64013
|
__typename?: 'RadarLocation';
|
|
63903
|
-
column
|
|
63904
|
-
line
|
|
63905
|
-
};
|
|
63906
|
-
export declare type RadarMutationBaseResponse = {
|
|
63907
|
-
errors?: Maybe<Array<RadarError>>;
|
|
63908
|
-
success: Scalars['Boolean']['output'];
|
|
64014
|
+
column: Scalars['Int']['output'];
|
|
64015
|
+
line: Scalars['Int']['output'];
|
|
63909
64016
|
};
|
|
63910
|
-
export declare type RadarMutationResponse =
|
|
64017
|
+
export declare type RadarMutationResponse = {
|
|
63911
64018
|
__typename?: 'RadarMutationResponse';
|
|
63912
|
-
errors?: Maybe<Array<RadarError>>;
|
|
63913
64019
|
success: Scalars['Boolean']['output'];
|
|
63914
64020
|
};
|
|
64021
|
+
export declare type RadarMutationResponseResult = RadarError | RadarMutationResponse;
|
|
63915
64022
|
export declare type RadarNumericFieldValue = {
|
|
63916
64023
|
__typename?: 'RadarNumericFieldValue';
|
|
63917
64024
|
displayValue?: Maybe<Scalars['Int']['output']>;
|
|
@@ -63925,22 +64032,22 @@ export declare type RadarPosition = Node & RadarEntity & {
|
|
|
63925
64032
|
};
|
|
63926
64033
|
export declare type RadarPositionConnection = RadarConnection & {
|
|
63927
64034
|
__typename?: 'RadarPositionConnection';
|
|
63928
|
-
edges?: Maybe<Array<
|
|
63929
|
-
nodes?: Maybe<Array<
|
|
64035
|
+
edges?: Maybe<Array<RadarPositionEdge>>;
|
|
64036
|
+
nodes?: Maybe<Array<RadarPosition>>;
|
|
63930
64037
|
pageInfo: PageInfo;
|
|
63931
|
-
totalCount
|
|
64038
|
+
totalCount: Scalars['Int']['output'];
|
|
63932
64039
|
};
|
|
63933
64040
|
export declare type RadarPositionConnectionResult = RadarError | RadarPositionConnection;
|
|
63934
64041
|
export declare type RadarPositionEdge = RadarEdge & {
|
|
63935
64042
|
__typename?: 'RadarPositionEdge';
|
|
63936
64043
|
cursor: Scalars['String']['output'];
|
|
63937
|
-
node
|
|
64044
|
+
node: RadarPosition;
|
|
63938
64045
|
};
|
|
63939
64046
|
export declare type RadarStaticStringFilterOptions = RadarFilterOptions & {
|
|
63940
64047
|
__typename?: 'RadarStaticStringFilterOptions';
|
|
63941
|
-
operators
|
|
63942
|
-
plurality
|
|
63943
|
-
type
|
|
64048
|
+
operators: Array<RadarFilterOperators>;
|
|
64049
|
+
plurality: RadarFilterPlurality;
|
|
64050
|
+
type: RadarFilterInputType;
|
|
63944
64051
|
values?: Maybe<Array<Maybe<RadarFieldValue>>>;
|
|
63945
64052
|
};
|
|
63946
64053
|
export declare type RadarStatusFieldValue = {
|
|
@@ -63960,6 +64067,11 @@ export declare type RadarUrlFieldValue = {
|
|
|
63960
64067
|
icon?: Maybe<Scalars['String']['output']>;
|
|
63961
64068
|
value?: Maybe<Scalars['String']['output']>;
|
|
63962
64069
|
};
|
|
64070
|
+
export declare type RadarWorkspace = {
|
|
64071
|
+
__typename?: 'RadarWorkspace';
|
|
64072
|
+
cloudId: Scalars['ID']['output'];
|
|
64073
|
+
positionFields: Array<RadarFieldDefinition>;
|
|
64074
|
+
};
|
|
63963
64075
|
export declare type RankColumnInput = {
|
|
63964
64076
|
boardId: Scalars['ID']['input'];
|
|
63965
64077
|
columnId: Scalars['ID']['input'];
|
|
@@ -66153,6 +66265,11 @@ export declare type ShepherdActorActivity = {
|
|
|
66153
66265
|
message?: Maybe<Scalars['JSON']['output']>;
|
|
66154
66266
|
time: Scalars['DateTime']['output'];
|
|
66155
66267
|
};
|
|
66268
|
+
export declare type ShepherdActorInput = {
|
|
66269
|
+
aaid?: InputMaybe<Scalars['ID']['input']>;
|
|
66270
|
+
anonymous?: InputMaybe<ShepherdAnonymousActorInput>;
|
|
66271
|
+
unknown?: InputMaybe<Scalars['Boolean']['input']>;
|
|
66272
|
+
};
|
|
66156
66273
|
export declare type ShepherdActorMutationPayload = Payload & {
|
|
66157
66274
|
__typename?: 'ShepherdActorMutationPayload';
|
|
66158
66275
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -66259,6 +66376,12 @@ export declare type ShepherdAlertEdge = {
|
|
|
66259
66376
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
66260
66377
|
node?: Maybe<ShepherdAlert>;
|
|
66261
66378
|
};
|
|
66379
|
+
export declare type ShepherdAlertExports = {
|
|
66380
|
+
__typename?: 'ShepherdAlertExports';
|
|
66381
|
+
data?: Maybe<Array<Maybe<Array<Scalars['String']['output']>>>>;
|
|
66382
|
+
success: Scalars['Boolean']['output'];
|
|
66383
|
+
};
|
|
66384
|
+
export declare type ShepherdAlertExportsResult = QueryError | ShepherdAlertExports;
|
|
66262
66385
|
export declare type ShepherdAlertMetaData = {
|
|
66263
66386
|
__typename?: 'ShepherdAlertMetaData';
|
|
66264
66387
|
dspList?: Maybe<ShepherdDspListMetadata>;
|
|
@@ -66266,11 +66389,15 @@ export declare type ShepherdAlertMetaData = {
|
|
|
66266
66389
|
};
|
|
66267
66390
|
export declare type ShepherdAlertQueries = {
|
|
66268
66391
|
__typename?: 'ShepherdAlertQueries';
|
|
66392
|
+
alertExports?: Maybe<ShepherdAlertExportsResult>;
|
|
66269
66393
|
alertSnippets?: Maybe<ShepherdAlertSnippetResult>;
|
|
66270
66394
|
authorizedActions?: Maybe<ShepherdAlertAuthorizedActionsResult>;
|
|
66271
66395
|
byAri?: Maybe<ShepherdAlertResult>;
|
|
66272
66396
|
byWorkspace?: Maybe<ShepherdAlertsResult>;
|
|
66273
66397
|
};
|
|
66398
|
+
export declare type ShepherdAlertQueriesAlertExportsArgs = {
|
|
66399
|
+
id: Scalars['ID']['input'];
|
|
66400
|
+
};
|
|
66274
66401
|
export declare type ShepherdAlertQueriesAlertSnippetsArgs = {
|
|
66275
66402
|
id: Scalars['ID']['input'];
|
|
66276
66403
|
};
|
|
@@ -66370,6 +66497,38 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
66370
66497
|
CreatedSamlConfig = "CREATED_SAML_CONFIG",
|
|
66371
66498
|
CreatedTunnel = "CREATED_TUNNEL",
|
|
66372
66499
|
CreatedUserProvisioning = "CREATED_USER_PROVISIONING",
|
|
66500
|
+
DataCenterAdminGroupDeleted = "DATA_CENTER_ADMIN_GROUP_DELETED",
|
|
66501
|
+
DataCenterAdminGroupPermissionAdded = "DATA_CENTER_ADMIN_GROUP_PERMISSION_ADDED",
|
|
66502
|
+
DataCenterAdminGroupPermissionDeleted = "DATA_CENTER_ADMIN_GROUP_PERMISSION_DELETED",
|
|
66503
|
+
DataCenterAdminUsernameChanged = "DATA_CENTER_ADMIN_USERNAME_CHANGED",
|
|
66504
|
+
DataCenterAdminUserAddedToGroup = "DATA_CENTER_ADMIN_USER_ADDED_TO_GROUP",
|
|
66505
|
+
DataCenterAdminUserAnonymized = "DATA_CENTER_ADMIN_USER_ANONYMIZED",
|
|
66506
|
+
DataCenterAdminUserDeletedFromGroup = "DATA_CENTER_ADMIN_USER_DELETED_FROM_GROUP",
|
|
66507
|
+
DataCenterAdminUserDetailsChanged = "DATA_CENTER_ADMIN_USER_DETAILS_CHANGED",
|
|
66508
|
+
DataCenterAdminUserLoggedInWithout_2Sv = "DATA_CENTER_ADMIN_USER_LOGGED_IN_WITHOUT_2SV",
|
|
66509
|
+
DataCenterAdminUserPasswordChanged = "DATA_CENTER_ADMIN_USER_PASSWORD_CHANGED",
|
|
66510
|
+
DataCenterAllowlistDisabled = "DATA_CENTER_ALLOWLIST_DISABLED",
|
|
66511
|
+
DataCenterAllowlistEnabled = "DATA_CENTER_ALLOWLIST_ENABLED",
|
|
66512
|
+
DataCenterAllowlistEntryAdded = "DATA_CENTER_ALLOWLIST_ENTRY_ADDED",
|
|
66513
|
+
DataCenterAllowlistEntryDeleted = "DATA_CENTER_ALLOWLIST_ENTRY_DELETED",
|
|
66514
|
+
DataCenterAllowlistEntryModified = "DATA_CENTER_ALLOWLIST_ENTRY_MODIFIED",
|
|
66515
|
+
DataCenterAnnouncementBannerAdded = "DATA_CENTER_ANNOUNCEMENT_BANNER_ADDED",
|
|
66516
|
+
DataCenterAnnouncementBannerDeleted = "DATA_CENTER_ANNOUNCEMENT_BANNER_DELETED",
|
|
66517
|
+
DataCenterAnnouncementBannerUpdated = "DATA_CENTER_ANNOUNCEMENT_BANNER_UPDATED",
|
|
66518
|
+
DataCenterAppInstalled = "DATA_CENTER_APP_INSTALLED",
|
|
66519
|
+
DataCenterAuditingConfigModified = "DATA_CENTER_AUDITING_CONFIG_MODIFIED",
|
|
66520
|
+
DataCenterAuthenticationMethodAdded = "DATA_CENTER_AUTHENTICATION_METHOD_ADDED",
|
|
66521
|
+
DataCenterAuthenticationMethodDeleted = "DATA_CENTER_AUTHENTICATION_METHOD_DELETED",
|
|
66522
|
+
DataCenterAuthenticationMethodModified = "DATA_CENTER_AUTHENTICATION_METHOD_MODIFIED",
|
|
66523
|
+
DataCenterBasicAuthenticationConfigurationDisabled = "DATA_CENTER_BASIC_AUTHENTICATION_CONFIGURATION_DISABLED",
|
|
66524
|
+
DataCenterBasicAuthenticationConfigurationEnabled = "DATA_CENTER_BASIC_AUTHENTICATION_CONFIGURATION_ENABLED",
|
|
66525
|
+
DataCenterConfigurationChanged = "DATA_CENTER_CONFIGURATION_CHANGED",
|
|
66526
|
+
DataCenterExportStarted = "DATA_CENTER_EXPORT_STARTED",
|
|
66527
|
+
DataCenterImportCompleted = "DATA_CENTER_IMPORT_COMPLETED",
|
|
66528
|
+
DataCenterUserAddedToSecurityGroup = "DATA_CENTER_USER_ADDED_TO_SECURITY_GROUP",
|
|
66529
|
+
DataCenterUserDeletedFromSecurityGroup = "DATA_CENTER_USER_DELETED_FROM_SECURITY_GROUP",
|
|
66530
|
+
DataCenterUserDirectoryAdded = "DATA_CENTER_USER_DIRECTORY_ADDED",
|
|
66531
|
+
DataCenterUserDirectoryDeleted = "DATA_CENTER_USER_DIRECTORY_DELETED",
|
|
66373
66532
|
DataSecurityPolicyActivated = "DATA_SECURITY_POLICY_ACTIVATED",
|
|
66374
66533
|
DataSecurityPolicyDeactivated = "DATA_SECURITY_POLICY_DEACTIVATED",
|
|
66375
66534
|
DataSecurityPolicyDeleted = "DATA_SECURITY_POLICY_DELETED",
|
|
@@ -66439,6 +66598,9 @@ export declare type ShepherdAnonymousActor = {
|
|
|
66439
66598
|
__typename?: 'ShepherdAnonymousActor';
|
|
66440
66599
|
ipAddress?: Maybe<Scalars['String']['output']>;
|
|
66441
66600
|
};
|
|
66601
|
+
export declare type ShepherdAnonymousActorInput = {
|
|
66602
|
+
ipAddress?: InputMaybe<Scalars['String']['input']>;
|
|
66603
|
+
};
|
|
66442
66604
|
export declare type ShepherdAppInfo = {
|
|
66443
66605
|
__typename?: 'ShepherdAppInfo';
|
|
66444
66606
|
apiVersion: Scalars['Int']['output'];
|
|
@@ -66553,14 +66715,16 @@ export declare type ShepherdClassificationsQueriesByResourceArgs = {
|
|
|
66553
66715
|
};
|
|
66554
66716
|
export declare type ShepherdClassificationsResult = QueryError | ShepherdClassificationsConnection;
|
|
66555
66717
|
export declare type ShepherdCreateAlertInput = {
|
|
66718
|
+
actor?: InputMaybe<ShepherdActorInput>;
|
|
66556
66719
|
assignee?: InputMaybe<Scalars['ID']['input']>;
|
|
66557
66720
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
66558
|
-
|
|
66559
|
-
|
|
66721
|
+
customFields?: InputMaybe<Scalars['JSON']['input']>;
|
|
66722
|
+
deduplicationKey?: InputMaybe<Scalars['String']['input']>;
|
|
66560
66723
|
orgId?: InputMaybe<Scalars['ID']['input']>;
|
|
66561
66724
|
status?: InputMaybe<ShepherdAlertStatus>;
|
|
66562
|
-
|
|
66725
|
+
time?: InputMaybe<ShepherdTimeInput>;
|
|
66563
66726
|
title: Scalars['String']['input'];
|
|
66727
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
66564
66728
|
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
66565
66729
|
};
|
|
66566
66730
|
export declare type ShepherdCreateAlertPayload = Payload & {
|
|
@@ -66569,6 +66733,12 @@ export declare type ShepherdCreateAlertPayload = Payload & {
|
|
|
66569
66733
|
node?: Maybe<ShepherdAlert>;
|
|
66570
66734
|
success: Scalars['Boolean']['output'];
|
|
66571
66735
|
};
|
|
66736
|
+
export declare type ShepherdCreateAlertsPayload = Payload & {
|
|
66737
|
+
__typename?: 'ShepherdCreateAlertsPayload';
|
|
66738
|
+
errors?: Maybe<Array<MutationError>>;
|
|
66739
|
+
nodes?: Maybe<Array<Maybe<ShepherdAlert>>>;
|
|
66740
|
+
success: Scalars['Boolean']['output'];
|
|
66741
|
+
};
|
|
66572
66742
|
export declare type ShepherdCreateExampleAlertInput = {
|
|
66573
66743
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
66574
66744
|
orgId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -66905,6 +67075,7 @@ export declare type ShepherdMutation = {
|
|
|
66905
67075
|
__typename?: 'ShepherdMutation';
|
|
66906
67076
|
actor?: Maybe<ShepherdActorMutations>;
|
|
66907
67077
|
createAlert?: Maybe<ShepherdCreateAlertPayload>;
|
|
67078
|
+
createAlerts?: Maybe<ShepherdCreateAlertsPayload>;
|
|
66908
67079
|
createExampleAlert?: Maybe<ShepherdCreateExampleAlertPayload>;
|
|
66909
67080
|
createTestAlert?: Maybe<ShepherdCreateTestAlertPayload>;
|
|
66910
67081
|
deleteAlert?: Maybe<ShepherdDeleteAlertPayload>;
|
|
@@ -66918,6 +67089,9 @@ export declare type ShepherdMutation = {
|
|
|
66918
67089
|
export declare type ShepherdMutationCreateAlertArgs = {
|
|
66919
67090
|
input: ShepherdCreateAlertInput;
|
|
66920
67091
|
};
|
|
67092
|
+
export declare type ShepherdMutationCreateAlertsArgs = {
|
|
67093
|
+
input: Array<ShepherdCreateAlertInput>;
|
|
67094
|
+
};
|
|
66921
67095
|
export declare type ShepherdMutationCreateExampleAlertArgs = {
|
|
66922
67096
|
input: ShepherdCreateExampleAlertInput;
|
|
66923
67097
|
};
|
|
@@ -67056,6 +67230,7 @@ export declare type ShepherdRelatedAlertType = {
|
|
|
67056
67230
|
product?: Maybe<ShepherdAtlassianProduct>;
|
|
67057
67231
|
template?: Maybe<ShepherdAlertTemplateType>;
|
|
67058
67232
|
title?: Maybe<ShepherdAlertTitle>;
|
|
67233
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
67059
67234
|
};
|
|
67060
67235
|
export declare type ShepherdRemediationAction = {
|
|
67061
67236
|
__typename?: 'ShepherdRemediationAction';
|
|
@@ -69034,7 +69209,7 @@ export declare type TownsquareGoalEdge = {
|
|
|
69034
69209
|
export declare type TownsquareGoalIcon = {
|
|
69035
69210
|
__typename?: 'TownsquareGoalIcon';
|
|
69036
69211
|
appearance?: Maybe<TownsquareGoalIconAppearance>;
|
|
69037
|
-
key?: Maybe<
|
|
69212
|
+
key?: Maybe<TownsquareGoalIconKey>;
|
|
69038
69213
|
};
|
|
69039
69214
|
export declare enum TownsquareGoalIconAppearance {
|
|
69040
69215
|
AtRisk = "AT_RISK",
|
|
@@ -69042,6 +69217,11 @@ export declare enum TownsquareGoalIconAppearance {
|
|
|
69042
69217
|
OffTrack = "OFF_TRACK",
|
|
69043
69218
|
OnTrack = "ON_TRACK"
|
|
69044
69219
|
}
|
|
69220
|
+
export declare enum TownsquareGoalIconKey {
|
|
69221
|
+
Goal = "GOAL",
|
|
69222
|
+
KeyResult = "KEY_RESULT",
|
|
69223
|
+
Objective = "OBJECTIVE"
|
|
69224
|
+
}
|
|
69045
69225
|
export declare enum TownsquareGoalSortEnum {
|
|
69046
69226
|
CreationDateAsc = "CREATION_DATE_ASC",
|
|
69047
69227
|
CreationDateDesc = "CREATION_DATE_DESC",
|
|
@@ -69115,13 +69295,8 @@ export declare type TownsquareGoalTypeEdge = {
|
|
|
69115
69295
|
};
|
|
69116
69296
|
export declare type TownsquareGoalTypeIcon = {
|
|
69117
69297
|
__typename?: 'TownsquareGoalTypeIcon';
|
|
69118
|
-
key?: Maybe<
|
|
69298
|
+
key?: Maybe<TownsquareGoalIconKey>;
|
|
69119
69299
|
};
|
|
69120
|
-
export declare enum TownsquareGoalTypeIconKey {
|
|
69121
|
-
Goal = "GOAL",
|
|
69122
|
-
KeyResult = "KEY_RESULT",
|
|
69123
|
-
Objective = "OBJECTIVE"
|
|
69124
|
-
}
|
|
69125
69300
|
export declare type TownsquareGoalTypeName = TownsquareGoalTypeCustomName | TownsquareLocalizationField;
|
|
69126
69301
|
export declare enum TownsquareGoalTypeState {
|
|
69127
69302
|
Disabled = "DISABLED",
|
|
@@ -70254,6 +70429,7 @@ export declare type TrelloMember = Node & {
|
|
|
70254
70429
|
id: Scalars['ID']['output'];
|
|
70255
70430
|
inbox?: Maybe<TrelloInbox>;
|
|
70256
70431
|
initials?: Maybe<Scalars['String']['output']>;
|
|
70432
|
+
jobFunction?: Maybe<Scalars['String']['output']>;
|
|
70257
70433
|
nonPublicData?: Maybe<TrelloMemberNonPublicData>;
|
|
70258
70434
|
objectId: Scalars['ID']['output'];
|
|
70259
70435
|
planner?: Maybe<TrelloPlanner>;
|
|
@@ -70524,8 +70700,6 @@ export declare type TrelloPlannerCalendarEventEdge = {
|
|
|
70524
70700
|
};
|
|
70525
70701
|
export declare enum TrelloPlannerCalendarEventStatus {
|
|
70526
70702
|
Accepted = "ACCEPTED",
|
|
70527
|
-
Cancelled = "CANCELLED",
|
|
70528
|
-
Confirmed = "CONFIRMED",
|
|
70529
70703
|
Declined = "DECLINED",
|
|
70530
70704
|
NeedsAction = "NEEDS_ACTION",
|
|
70531
70705
|
Tentative = "TENTATIVE"
|
|
@@ -70542,7 +70716,6 @@ export declare type TrelloPlannerCalendarEventsFilter = {
|
|
|
70542
70716
|
export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalendarInterface & {
|
|
70543
70717
|
__typename?: 'TrelloPlannerProviderCalendar';
|
|
70544
70718
|
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
70545
|
-
events?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
70546
70719
|
id: Scalars['ID']['output'];
|
|
70547
70720
|
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
70548
70721
|
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -70550,11 +70723,6 @@ export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalenda
|
|
|
70550
70723
|
title?: Maybe<Scalars['String']['output']>;
|
|
70551
70724
|
type?: Maybe<TrelloSupportedPlannerProviders>;
|
|
70552
70725
|
};
|
|
70553
|
-
export declare type TrelloPlannerProviderCalendarEventsArgs = {
|
|
70554
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
70555
|
-
filter: TrelloPlannerCalendarEventsFilter;
|
|
70556
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
70557
|
-
};
|
|
70558
70726
|
export declare type TrelloPlannerProviderCalendarConnection = {
|
|
70559
70727
|
__typename?: 'TrelloPlannerProviderCalendarConnection';
|
|
70560
70728
|
edges?: Maybe<Array<TrelloPlannerProviderCalendarEdge>>;
|
|
@@ -71606,6 +71774,7 @@ export declare type UpdateCompassComponentInput = {
|
|
|
71606
71774
|
id: Scalars['ID']['input'];
|
|
71607
71775
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
71608
71776
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
71777
|
+
slug?: InputMaybe<Scalars['String']['input']>;
|
|
71609
71778
|
state?: InputMaybe<Scalars['String']['input']>;
|
|
71610
71779
|
};
|
|
71611
71780
|
export declare type UpdateCompassComponentLinkInput = {
|