@forge/cli-shared 3.4.0-next.0 → 3.4.0-next.2
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 +13 -0
- package/out/config/config-file.d.ts +1 -1
- package/out/config/config-file.d.ts.map +1 -1
- package/out/config/config-file.js +6 -3
- package/out/graphql/graphql-types.d.ts +85 -22
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.d.ts +2 -1
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.4.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [269a493a]
|
|
8
|
+
- @forge/manifest@4.5.2-next.0
|
|
9
|
+
|
|
10
|
+
## 3.4.0-next.1
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- e37918e4: Implement support for client-side UI Kit tunneling
|
|
15
|
+
|
|
3
16
|
## 3.4.0-next.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -37,7 +37,7 @@ export declare class ConfigFile implements ConfigReader, ConfigWriter, ConfigInt
|
|
|
37
37
|
key: string;
|
|
38
38
|
name: string;
|
|
39
39
|
}>>;
|
|
40
|
-
getResources(): Promise<ResourceDetails[]>;
|
|
40
|
+
getResources(resourceTypes?: ResourceType[]): Promise<ResourceDetails[]>;
|
|
41
41
|
getConnectKey(): Promise<string | undefined>;
|
|
42
42
|
private getResourceType;
|
|
43
43
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-file.d.ts","sourceRoot":"","sources":["../../src/config/config-file.ts"],"names":[],"mappings":"AAAA,OAAa,EAAwB,QAAQ,EAAE,MAAM,MAAM,CAAC;AAI5D,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGpE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAoB,MAAM,IAAI,CAAC;AAGlE,OAAO,EAEL,cAAc,EACd,SAAS,EAOV,MAAM,qCAAqC,CAAC;AAG7C,qBAAa,8BAA+B,SAAQ,KAAK;gBAC3C,SAAS,EAAE,MAAM,EAAE;CAGhC;AAED,MAAM,WAAW,gBAAgB;IAC/B,cAAc,IAAI,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IACzC,gBAAgB,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;CACtC;AAED,oBAAY,QAAQ,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;AACpC,oBAAY,YAAY,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,CAAC;AAC/D,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,YAAY,EAAE,YAAY,CAAC;CAC5B;AAED,qBAAa,UAAW,YAAW,YAAY,EAAE,YAAY,EAAE,gBAAgB;IACjE,OAAO,CAAC,QAAQ,CAAC,UAAU;IAAoB,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAzD,UAAU,EAAE,gBAAgB,EAAmB,UAAU,EAAE,gBAAgB;IAE3F,cAAc,IAAI,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IASxC,UAAU,IAAI,OAAO,CAAC,cAAc,CAAC;IAUrC,oBAAoB,IAAI,OAAO,CAAC,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;IAW5D,gBAAgB,IAAI,OAAO,CAAC,OAAO,CAAC;IAMjD,OAAO,CAAC,kBAAkB;IAmBb,uBAAuB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAapD,iBAAiB,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,EAAE,SAAS,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;IAe1G,OAAO,CAAC,wBAAwB;IAKhC,OAAO,CAAC,wBAAwB;IAShC,OAAO,CAAC,6BAA6B;IAYrC,OAAO,CAAC,gBAAgB;IAIX,oBAAoB,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,EAAE,GAAG,SAAS,CAAA;KAAE,EAAE,CAAC;IAoClF,gBAAgB,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAe1E,YAAY,
|
|
1
|
+
{"version":3,"file":"config-file.d.ts","sourceRoot":"","sources":["../../src/config/config-file.ts"],"names":[],"mappings":"AAAA,OAAa,EAAwB,QAAQ,EAAE,MAAM,MAAM,CAAC;AAI5D,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGpE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAoB,MAAM,IAAI,CAAC;AAGlE,OAAO,EAEL,cAAc,EACd,SAAS,EAOV,MAAM,qCAAqC,CAAC;AAG7C,qBAAa,8BAA+B,SAAQ,KAAK;gBAC3C,SAAS,EAAE,MAAM,EAAE;CAGhC;AAED,MAAM,WAAW,gBAAgB;IAC/B,cAAc,IAAI,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IACzC,gBAAgB,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;CACtC;AAED,oBAAY,QAAQ,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;AACpC,oBAAY,YAAY,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,CAAC;AAC/D,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,YAAY,EAAE,YAAY,CAAC;CAC5B;AAED,qBAAa,UAAW,YAAW,YAAY,EAAE,YAAY,EAAE,gBAAgB;IACjE,OAAO,CAAC,QAAQ,CAAC,UAAU;IAAoB,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAzD,UAAU,EAAE,gBAAgB,EAAmB,UAAU,EAAE,gBAAgB;IAE3F,cAAc,IAAI,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IASxC,UAAU,IAAI,OAAO,CAAC,cAAc,CAAC;IAUrC,oBAAoB,IAAI,OAAO,CAAC,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;IAW5D,gBAAgB,IAAI,OAAO,CAAC,OAAO,CAAC;IAMjD,OAAO,CAAC,kBAAkB;IAmBb,uBAAuB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAapD,iBAAiB,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,EAAE,SAAS,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;IAe1G,OAAO,CAAC,wBAAwB;IAKhC,OAAO,CAAC,wBAAwB;IAShC,OAAO,CAAC,6BAA6B;IAYrC,OAAO,CAAC,gBAAgB;IAIX,oBAAoB,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,EAAE,GAAG,SAAS,CAAA;KAAE,EAAE,CAAC;IAoClF,gBAAgB,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAe1E,YAAY,CAAC,aAAa,CAAC,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC;IAqBxE,aAAa,IAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IAKzD,OAAO,CAAC,eAAe;CAcxB"}
|
|
@@ -163,14 +163,17 @@ class ConfigFile {
|
|
|
163
163
|
});
|
|
164
164
|
}, {})) || {});
|
|
165
165
|
}
|
|
166
|
-
async getResources() {
|
|
166
|
+
async getResources(resourceTypes) {
|
|
167
167
|
const { modules, resources } = await this.readConfig();
|
|
168
168
|
const hostedResourceModules = modules ? this.getHostedResourceModules(modules) : [];
|
|
169
169
|
const maybeResources = resources || [];
|
|
170
170
|
const validResources = maybeResources.filter(config_1.validateResource);
|
|
171
171
|
this.assertNoMissingResources(hostedResourceModules, validResources);
|
|
172
|
-
const validResourcesWithDetails = validResources.map((resource) => (Object.assign(Object.assign({}, resource), { resourceType: this.getResourceType(resource, hostedResourceModules) })));
|
|
173
|
-
|
|
172
|
+
const validResourcesWithDetails = validResources.map((resource) => (Object.assign(Object.assign({}, resource), { resourceType: this.getResourceType(resource, hostedResourceModules) }))) || [];
|
|
173
|
+
if (!resourceTypes) {
|
|
174
|
+
return validResourcesWithDetails;
|
|
175
|
+
}
|
|
176
|
+
return validResourcesWithDetails.filter(({ resourceType }) => resourceTypes.includes(resourceType));
|
|
174
177
|
}
|
|
175
178
|
async getConnectKey() {
|
|
176
179
|
var _a;
|
|
@@ -7143,6 +7143,7 @@ export declare type ForgeAlertsUpdateConfigInput = {
|
|
|
7143
7143
|
environment: Scalars['String'];
|
|
7144
7144
|
isMuted?: Maybe<Scalars['Boolean']>;
|
|
7145
7145
|
alertName?: Maybe<Scalars['String']>;
|
|
7146
|
+
triggerValue?: Maybe<Scalars['Float']>;
|
|
7146
7147
|
};
|
|
7147
7148
|
export declare type ForgeContextToken = {
|
|
7148
7149
|
__typename?: 'ForgeContextToken';
|
|
@@ -9525,6 +9526,7 @@ export declare type JiraIssue = Node & {
|
|
|
9525
9526
|
key: Scalars['String'];
|
|
9526
9527
|
webUrl?: Maybe<Scalars['URL']>;
|
|
9527
9528
|
lifecycleState?: Maybe<JiraIssueLifecycleState>;
|
|
9529
|
+
isArchived?: Maybe<Scalars['Boolean']>;
|
|
9528
9530
|
fields?: Maybe<JiraIssueFieldConnection>;
|
|
9529
9531
|
fieldsById?: Maybe<JiraIssueFieldConnection>;
|
|
9530
9532
|
comments?: Maybe<JiraCommentConnection>;
|
|
@@ -13935,6 +13937,25 @@ export declare type JiraWorkLogEdge = {
|
|
|
13935
13937
|
node?: Maybe<JiraWorklog>;
|
|
13936
13938
|
cursor: Scalars['String'];
|
|
13937
13939
|
};
|
|
13940
|
+
export declare type JiraWorkManagementCreateOverviewInput = {
|
|
13941
|
+
name: Scalars['String'];
|
|
13942
|
+
theme?: Maybe<Scalars['String']>;
|
|
13943
|
+
projectIds: Array<Scalars['ID']>;
|
|
13944
|
+
};
|
|
13945
|
+
export declare type JiraWorkManagementCreateOverviewPayload = Payload & {
|
|
13946
|
+
__typename?: 'JiraWorkManagementCreateOverviewPayload';
|
|
13947
|
+
success: Scalars['Boolean'];
|
|
13948
|
+
errors?: Maybe<Array<MutationError>>;
|
|
13949
|
+
jwmOverview?: Maybe<JiraWorkManagementOverview>;
|
|
13950
|
+
};
|
|
13951
|
+
export declare type JiraWorkManagementDeleteOverviewInput = {
|
|
13952
|
+
id: Scalars['ID'];
|
|
13953
|
+
};
|
|
13954
|
+
export declare type JiraWorkManagementDeleteOverviewPayload = Payload & {
|
|
13955
|
+
__typename?: 'JiraWorkManagementDeleteOverviewPayload';
|
|
13956
|
+
success: Scalars['Boolean'];
|
|
13957
|
+
errors?: Maybe<Array<MutationError>>;
|
|
13958
|
+
};
|
|
13938
13959
|
export declare type JiraWorkManagementOverview = Node & {
|
|
13939
13960
|
__typename?: 'JiraWorkManagementOverview';
|
|
13940
13961
|
id: Scalars['ID'];
|
|
@@ -13975,6 +13996,18 @@ export declare type JiraWorkManagementProjectNavigationMetadata = {
|
|
|
13975
13996
|
__typename?: 'JiraWorkManagementProjectNavigationMetadata';
|
|
13976
13997
|
boardName: Scalars['String'];
|
|
13977
13998
|
};
|
|
13999
|
+
export declare type JiraWorkManagementUpdateOverviewInput = {
|
|
14000
|
+
id: Scalars['ID'];
|
|
14001
|
+
name?: Maybe<Scalars['String']>;
|
|
14002
|
+
theme?: Maybe<Scalars['String']>;
|
|
14003
|
+
projectIds?: Maybe<Array<Scalars['ID']>>;
|
|
14004
|
+
};
|
|
14005
|
+
export declare type JiraWorkManagementUpdateOverviewPayload = Payload & {
|
|
14006
|
+
__typename?: 'JiraWorkManagementUpdateOverviewPayload';
|
|
14007
|
+
success: Scalars['Boolean'];
|
|
14008
|
+
errors?: Maybe<Array<MutationError>>;
|
|
14009
|
+
jwmOverview?: Maybe<JiraWorkManagementOverview>;
|
|
14010
|
+
};
|
|
13978
14011
|
export declare type JiraWorklog = Node & {
|
|
13979
14012
|
__typename?: 'JiraWorklog';
|
|
13980
14013
|
id: Scalars['ID'];
|
|
@@ -14482,6 +14515,7 @@ export declare type MercuryCreateTeamInput = {
|
|
|
14482
14515
|
name: Scalars['String'];
|
|
14483
14516
|
teamsServiceTeamId: Scalars['ID'];
|
|
14484
14517
|
active?: Maybe<Scalars['Boolean']>;
|
|
14518
|
+
orgLevelId?: Maybe<Scalars['ID']>;
|
|
14485
14519
|
};
|
|
14486
14520
|
export declare type MercuryDeleteJobFunctionInput = {
|
|
14487
14521
|
id: Scalars['ID'];
|
|
@@ -14595,6 +14629,7 @@ export declare type MercuryMutationApi = {
|
|
|
14595
14629
|
createTeam?: Maybe<MercuryTeamMutationPayload>;
|
|
14596
14630
|
updateTeam?: Maybe<MercuryTeamMutationPayload>;
|
|
14597
14631
|
deleteTeam?: Maybe<MercuryTeamDeletePayload>;
|
|
14632
|
+
updateOrgLevelOnTeam?: Maybe<MercuryTeamMutationPayload>;
|
|
14598
14633
|
createTeamAllocation?: Maybe<MercuryTeamAllocationMutationPayload>;
|
|
14599
14634
|
deleteTeamAllocation?: Maybe<MercuryTeamAllocationDeletePayload>;
|
|
14600
14635
|
allocateTeamCapacity?: Maybe<MercuryTeamAllocationMutationPayload>;
|
|
@@ -14636,6 +14671,9 @@ export declare type MercuryMutationApiUpdateTeamArgs = {
|
|
|
14636
14671
|
export declare type MercuryMutationApiDeleteTeamArgs = {
|
|
14637
14672
|
input: MercuryDeleteTeamInput;
|
|
14638
14673
|
};
|
|
14674
|
+
export declare type MercuryMutationApiUpdateOrgLevelOnTeamArgs = {
|
|
14675
|
+
input: MercuryUpdateOrgLevelOnTeamInput;
|
|
14676
|
+
};
|
|
14639
14677
|
export declare type MercuryMutationApiCreateTeamAllocationArgs = {
|
|
14640
14678
|
input: MercuryCreateTeamAllocationInput;
|
|
14641
14679
|
};
|
|
@@ -14665,6 +14703,7 @@ export declare type MercuryQueryApi = {
|
|
|
14665
14703
|
jobFunction?: Maybe<MercuryJobFunction>;
|
|
14666
14704
|
jobFunctions?: Maybe<MercuryJobFunctionConnection>;
|
|
14667
14705
|
teams?: Maybe<MercuryTeamConnection>;
|
|
14706
|
+
teamsByOrgLevel?: Maybe<MercuryTeamConnection>;
|
|
14668
14707
|
team?: Maybe<MercuryTeam>;
|
|
14669
14708
|
initiative?: Maybe<MercuryInitiative>;
|
|
14670
14709
|
initiatives?: Maybe<MercuryInitiativeConnection>;
|
|
@@ -14690,6 +14729,11 @@ export declare type MercuryQueryApiTeamsArgs = {
|
|
|
14690
14729
|
first?: Maybe<Scalars['Int']>;
|
|
14691
14730
|
after?: Maybe<Scalars['String']>;
|
|
14692
14731
|
};
|
|
14732
|
+
export declare type MercuryQueryApiTeamsByOrgLevelArgs = {
|
|
14733
|
+
orgLevelId: Scalars['ID'];
|
|
14734
|
+
first?: Maybe<Scalars['Int']>;
|
|
14735
|
+
after?: Maybe<Scalars['String']>;
|
|
14736
|
+
};
|
|
14693
14737
|
export declare type MercuryQueryApiTeamArgs = {
|
|
14694
14738
|
id: Scalars['ID'];
|
|
14695
14739
|
};
|
|
@@ -14757,6 +14801,7 @@ export declare type MercuryTeam = Node & {
|
|
|
14757
14801
|
teamsServiceTeamId: Scalars['ID'];
|
|
14758
14802
|
name: Scalars['String'];
|
|
14759
14803
|
active?: Maybe<Scalars['Boolean']>;
|
|
14804
|
+
orgLevelId?: Maybe<Scalars['ID']>;
|
|
14760
14805
|
};
|
|
14761
14806
|
export declare type MercuryTeamAllocation = {
|
|
14762
14807
|
__typename?: 'MercuryTeamAllocation';
|
|
@@ -14860,6 +14905,10 @@ export declare type MercuryUpdateJobFunctionPayload = Payload & {
|
|
|
14860
14905
|
statusCode: Scalars['Int'];
|
|
14861
14906
|
message: Scalars['String'];
|
|
14862
14907
|
};
|
|
14908
|
+
export declare type MercuryUpdateOrgLevelOnTeamInput = {
|
|
14909
|
+
teamId: Scalars['ID'];
|
|
14910
|
+
orgLevelId?: Maybe<Scalars['ID']>;
|
|
14911
|
+
};
|
|
14863
14912
|
export declare type MercuryUpdateStrategyInput = {
|
|
14864
14913
|
strategyId: Scalars['ID'];
|
|
14865
14914
|
name?: Maybe<Scalars['String']>;
|
|
@@ -15037,6 +15086,11 @@ export declare type Mutation = {
|
|
|
15037
15086
|
deleteApp?: Maybe<DeleteAppResponse>;
|
|
15038
15087
|
updateAtlassianOAuthClient?: Maybe<UpdateAtlassianOAuthClientResponse>;
|
|
15039
15088
|
ecosystem?: Maybe<EcosystemMutation>;
|
|
15089
|
+
installApp?: Maybe<AppInstallationResponse>;
|
|
15090
|
+
uninstallApp?: Maybe<AppUninstallationResponse>;
|
|
15091
|
+
upgradeApp?: Maybe<AppInstallationUpgradeResponse>;
|
|
15092
|
+
subscribeToApp?: Maybe<AppSubscribePayload>;
|
|
15093
|
+
unsubscribeFromApp?: Maybe<AppUnsubscribePayload>;
|
|
15040
15094
|
updateNavbarConnectionStateTabSeen?: Maybe<DevOpsToolUpdateNavbarConnectionStateTabSeenPayload>;
|
|
15041
15095
|
createDevOpsService?: Maybe<CreateDevOpsServicePayload>;
|
|
15042
15096
|
updateDevOpsService?: Maybe<UpdateDevOpsServicePayload>;
|
|
@@ -15048,12 +15102,10 @@ export declare type Mutation = {
|
|
|
15048
15102
|
deleteDevOpsServiceEntityProperties?: Maybe<DeleteDevOpsServiceEntityPropertiesPayload>;
|
|
15049
15103
|
updateDeveloperLogAccess?: Maybe<UpdateDeveloperLogAccessPayload>;
|
|
15050
15104
|
roadmaps?: Maybe<RoadmapsMutation>;
|
|
15105
|
+
createJwmOverview?: Maybe<JiraWorkManagementCreateOverviewPayload>;
|
|
15106
|
+
updateJwmOverview?: Maybe<JiraWorkManagementUpdateOverviewPayload>;
|
|
15107
|
+
deleteJwmOverview?: Maybe<JiraWorkManagementDeleteOverviewPayload>;
|
|
15051
15108
|
virtualAgent?: Maybe<VirtualAgentMutationApi>;
|
|
15052
|
-
installApp?: Maybe<AppInstallationResponse>;
|
|
15053
|
-
uninstallApp?: Maybe<AppUninstallationResponse>;
|
|
15054
|
-
upgradeApp?: Maybe<AppInstallationUpgradeResponse>;
|
|
15055
|
-
subscribeToApp?: Maybe<AppSubscribePayload>;
|
|
15056
|
-
unsubscribeFromApp?: Maybe<AppUnsubscribePayload>;
|
|
15057
15109
|
createAppDeploymentUrl?: Maybe<CreateAppDeploymentUrlResponse>;
|
|
15058
15110
|
createHostedResourceUploadUrl?: Maybe<CreateHostedResourceUploadUrlPayload>;
|
|
15059
15111
|
setExternalAuthCredentials?: Maybe<SetExternalAuthCredentialsPayload>;
|
|
@@ -15449,6 +15501,21 @@ export declare type MutationDeleteAppArgs = {
|
|
|
15449
15501
|
export declare type MutationUpdateAtlassianOAuthClientArgs = {
|
|
15450
15502
|
input: UpdateAtlassianOAuthClientInput;
|
|
15451
15503
|
};
|
|
15504
|
+
export declare type MutationInstallAppArgs = {
|
|
15505
|
+
input: AppInstallationInput;
|
|
15506
|
+
};
|
|
15507
|
+
export declare type MutationUninstallAppArgs = {
|
|
15508
|
+
input: AppUninstallationInput;
|
|
15509
|
+
};
|
|
15510
|
+
export declare type MutationUpgradeAppArgs = {
|
|
15511
|
+
input: AppInstallationUpgradeInput;
|
|
15512
|
+
};
|
|
15513
|
+
export declare type MutationSubscribeToAppArgs = {
|
|
15514
|
+
input: AppSubscribeInput;
|
|
15515
|
+
};
|
|
15516
|
+
export declare type MutationUnsubscribeFromAppArgs = {
|
|
15517
|
+
input: AppUnsubscribeInput;
|
|
15518
|
+
};
|
|
15452
15519
|
export declare type MutationUpdateNavbarConnectionStateTabSeenArgs = {
|
|
15453
15520
|
input: DevOpsToolUpdateNavbarConnectionStateTabSeenInput;
|
|
15454
15521
|
};
|
|
@@ -15479,20 +15546,15 @@ export declare type MutationDeleteDevOpsServiceEntityPropertiesArgs = {
|
|
|
15479
15546
|
export declare type MutationUpdateDeveloperLogAccessArgs = {
|
|
15480
15547
|
input: UpdateDeveloperLogAccessInput;
|
|
15481
15548
|
};
|
|
15482
|
-
export declare type
|
|
15483
|
-
|
|
15484
|
-
|
|
15485
|
-
export declare type MutationUninstallAppArgs = {
|
|
15486
|
-
input: AppUninstallationInput;
|
|
15487
|
-
};
|
|
15488
|
-
export declare type MutationUpgradeAppArgs = {
|
|
15489
|
-
input: AppInstallationUpgradeInput;
|
|
15549
|
+
export declare type MutationCreateJwmOverviewArgs = {
|
|
15550
|
+
cloudId: Scalars['ID'];
|
|
15551
|
+
input: JiraWorkManagementCreateOverviewInput;
|
|
15490
15552
|
};
|
|
15491
|
-
export declare type
|
|
15492
|
-
input:
|
|
15553
|
+
export declare type MutationUpdateJwmOverviewArgs = {
|
|
15554
|
+
input: JiraWorkManagementUpdateOverviewInput;
|
|
15493
15555
|
};
|
|
15494
|
-
export declare type
|
|
15495
|
-
input:
|
|
15556
|
+
export declare type MutationDeleteJwmOverviewArgs = {
|
|
15557
|
+
input: JiraWorkManagementDeleteOverviewInput;
|
|
15496
15558
|
};
|
|
15497
15559
|
export declare type MutationCreateAppDeploymentUrlArgs = {
|
|
15498
15560
|
input: CreateAppDeploymentUrlInput;
|
|
@@ -17003,6 +17065,8 @@ export declare type Query = {
|
|
|
17003
17065
|
apps?: Maybe<AppConnection>;
|
|
17004
17066
|
app?: Maybe<App>;
|
|
17005
17067
|
appHostServices?: Maybe<Array<AppHostService>>;
|
|
17068
|
+
appInstallationTask?: Maybe<AppInstallationTask>;
|
|
17069
|
+
ecosystem?: Maybe<EcosystemQuery>;
|
|
17006
17070
|
devOpsTools?: Maybe<DevOpsTools>;
|
|
17007
17071
|
search?: Maybe<SearchQueryApi>;
|
|
17008
17072
|
me: AuthenticationContext;
|
|
@@ -17024,8 +17088,6 @@ export declare type Query = {
|
|
|
17024
17088
|
tenantContexts?: Maybe<Array<Maybe<TenantContext>>>;
|
|
17025
17089
|
virtualAgent?: Maybe<VirtualAgentQueryApi>;
|
|
17026
17090
|
jiraReleases?: Maybe<JiraReleases>;
|
|
17027
|
-
appInstallationTask?: Maybe<AppInstallationTask>;
|
|
17028
|
-
ecosystem?: Maybe<EcosystemQuery>;
|
|
17029
17091
|
appDeployment?: Maybe<AppDeployment>;
|
|
17030
17092
|
jiraOAuthApps?: Maybe<JiraOAuthAppsApps>;
|
|
17031
17093
|
oauthClients?: Maybe<OAuthClientsQuery>;
|
|
@@ -17281,6 +17343,9 @@ export declare type QueryAppArgs = {
|
|
|
17281
17343
|
export declare type QueryAppHostServicesArgs = {
|
|
17282
17344
|
filter?: Maybe<AppServicesFilter>;
|
|
17283
17345
|
};
|
|
17346
|
+
export declare type QueryAppInstallationTaskArgs = {
|
|
17347
|
+
id: Scalars['ID'];
|
|
17348
|
+
};
|
|
17284
17349
|
export declare type QueryUserArgs = {
|
|
17285
17350
|
accountId: Scalars['ID'];
|
|
17286
17351
|
};
|
|
@@ -17348,9 +17413,6 @@ export declare type QueryTenantContextsArgs = {
|
|
|
17348
17413
|
cloudIds?: Maybe<Array<Scalars['ID']>>;
|
|
17349
17414
|
hostNames?: Maybe<Array<Scalars['String']>>;
|
|
17350
17415
|
};
|
|
17351
|
-
export declare type QueryAppInstallationTaskArgs = {
|
|
17352
|
-
id: Scalars['ID'];
|
|
17353
|
-
};
|
|
17354
17416
|
export declare type QueryAppDeploymentArgs = {
|
|
17355
17417
|
appId: Scalars['ID'];
|
|
17356
17418
|
environmentKey: Scalars['String'];
|
|
@@ -20988,6 +21050,7 @@ export declare type VirtualAgentIntentProjection = Node & {
|
|
|
20988
21050
|
__typename?: 'VirtualAgentIntentProjection';
|
|
20989
21051
|
id: Scalars['ID'];
|
|
20990
21052
|
name: Scalars['String'];
|
|
21053
|
+
description?: Maybe<Scalars['String']>;
|
|
20991
21054
|
questionProjections?: Maybe<VirtualAgentIntentQuestionProjectionsConnection>;
|
|
20992
21055
|
};
|
|
20993
21056
|
export declare type VirtualAgentIntentProjectionQuestionProjectionsArgs = {
|