@forge/cli-shared 3.21.1-next.1 → 3.21.1-next.3
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
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.21.1-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5d18a6eb: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- @sentry/node
|
|
10
|
+
|
|
11
|
+
## 3.21.1-next.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [863f0f21]
|
|
16
|
+
- @forge/manifest@5.1.1-next.1
|
|
17
|
+
|
|
3
18
|
## 3.21.1-next.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -1221,6 +1221,7 @@ export type AppRecContext = {
|
|
|
1221
1221
|
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
|
1222
1222
|
useCase?: InputMaybe<Scalars['String']['input']>;
|
|
1223
1223
|
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
1224
|
+
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
1224
1225
|
};
|
|
1225
1226
|
export type AppRecDismissRecommendationInput = {
|
|
1226
1227
|
context?: InputMaybe<AppRecContext>;
|
|
@@ -11153,6 +11154,7 @@ export type GraphGenericConnection = {
|
|
|
11153
11154
|
export type GraphGenericEdge = {
|
|
11154
11155
|
__typename?: 'GraphGenericEdge';
|
|
11155
11156
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
11157
|
+
lastUpdated?: Maybe<Scalars['DateTime']['output']>;
|
|
11156
11158
|
node: GraphGeneric;
|
|
11157
11159
|
};
|
|
11158
11160
|
export type GraphIncidentAssociatedPostIncidentReviewLinkPayload = Payload & {
|
|
@@ -12829,6 +12831,7 @@ export type GrowthRecContext = {
|
|
|
12829
12831
|
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
|
12830
12832
|
useCase?: InputMaybe<Scalars['String']['input']>;
|
|
12831
12833
|
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
12834
|
+
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
12832
12835
|
};
|
|
12833
12836
|
export type GrowthRecJiraTemplateRecommendation = GrowthRecRecommendation & {
|
|
12834
12837
|
__typename?: 'GrowthRecJiraTemplateRecommendation';
|
|
@@ -14871,6 +14874,29 @@ export type JiraAnswerApprovalDecisionPayload = Payload & {
|
|
|
14871
14874
|
errors?: Maybe<Array<MutationError>>;
|
|
14872
14875
|
success: Scalars['Boolean']['output'];
|
|
14873
14876
|
};
|
|
14877
|
+
export type JiraAppConfigState = Node & {
|
|
14878
|
+
__typename?: 'JiraAppConfigState';
|
|
14879
|
+
appDisplayName?: Maybe<Scalars['String']['output']>;
|
|
14880
|
+
appIconLink?: Maybe<Scalars['String']['output']>;
|
|
14881
|
+
config?: Maybe<JiraConfigStateConnection>;
|
|
14882
|
+
id: Scalars['ID']['output'];
|
|
14883
|
+
providerTypes?: Maybe<Array<JiraConfigStateProviderType>>;
|
|
14884
|
+
};
|
|
14885
|
+
export type JiraAppConfigStateConfigArgs = {
|
|
14886
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
14887
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
14888
|
+
};
|
|
14889
|
+
export type JiraAppConfigStateConnection = {
|
|
14890
|
+
__typename?: 'JiraAppConfigStateConnection';
|
|
14891
|
+
edges?: Maybe<Array<JiraAppConfigStateEdge>>;
|
|
14892
|
+
nodes?: Maybe<Array<JiraAppConfigState>>;
|
|
14893
|
+
pageInfo: PageInfo;
|
|
14894
|
+
};
|
|
14895
|
+
export type JiraAppConfigStateEdge = {
|
|
14896
|
+
__typename?: 'JiraAppConfigStateEdge';
|
|
14897
|
+
cursor: Scalars['String']['output'];
|
|
14898
|
+
node?: Maybe<JiraAppConfigState>;
|
|
14899
|
+
};
|
|
14874
14900
|
export type JiraApplicationProperty = Node & {
|
|
14875
14901
|
__typename?: 'JiraApplicationProperty';
|
|
14876
14902
|
allowedValues?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -15767,17 +15793,18 @@ export type JiraComponentsFieldPayload = Payload & {
|
|
|
15767
15793
|
};
|
|
15768
15794
|
export type JiraConfigState = {
|
|
15769
15795
|
__typename?: 'JiraConfigState';
|
|
15770
|
-
|
|
15796
|
+
appId: Scalars['ID']['output'];
|
|
15771
15797
|
configureLink?: Maybe<Scalars['String']['output']>;
|
|
15772
15798
|
configureText?: Maybe<Scalars['String']['output']>;
|
|
15773
15799
|
status?: Maybe<JiraConfigStateConfigurationStatus>;
|
|
15774
15800
|
workspaceId: Scalars['ID']['output'];
|
|
15775
15801
|
};
|
|
15776
15802
|
export declare enum JiraConfigStateConfigurationStatus {
|
|
15777
|
-
|
|
15803
|
+
Configured = "CONFIGURED",
|
|
15778
15804
|
NotConfigured = "NOT_CONFIGURED",
|
|
15779
15805
|
NotSet = "NOT_SET",
|
|
15780
|
-
ProviderActionConfigured = "PROVIDER_ACTION_CONFIGURED"
|
|
15806
|
+
ProviderActionConfigured = "PROVIDER_ACTION_CONFIGURED",
|
|
15807
|
+
ProviderActionNotConfigured = "PROVIDER_ACTION_NOT_CONFIGURED"
|
|
15781
15808
|
}
|
|
15782
15809
|
export type JiraConfigStateConnection = {
|
|
15783
15810
|
__typename?: 'JiraConfigStateConnection';
|
|
@@ -15790,6 +15817,16 @@ export type JiraConfigStateEdge = {
|
|
|
15790
15817
|
cursor: Scalars['String']['output'];
|
|
15791
15818
|
node?: Maybe<JiraConfigState>;
|
|
15792
15819
|
};
|
|
15820
|
+
export declare enum JiraConfigStateProviderType {
|
|
15821
|
+
Builds = "BUILDS",
|
|
15822
|
+
Deployments = "DEPLOYMENTS",
|
|
15823
|
+
Designs = "DESIGNS",
|
|
15824
|
+
DevelopmentInfo = "DEVELOPMENT_INFO",
|
|
15825
|
+
FeatureFlags = "FEATURE_FLAGS",
|
|
15826
|
+
RemoteLinks = "REMOTE_LINKS",
|
|
15827
|
+
Security = "SECURITY",
|
|
15828
|
+
Unknown = "UNKNOWN"
|
|
15829
|
+
}
|
|
15793
15830
|
export type JiraConnectDateTimeField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
15794
15831
|
__typename?: 'JiraConnectDateTimeField';
|
|
15795
15832
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -16202,7 +16239,8 @@ export type JiraDevOpsPullRequestDetails = {
|
|
|
16202
16239
|
export type JiraDevOpsQuery = {
|
|
16203
16240
|
__typename?: 'JiraDevOpsQuery';
|
|
16204
16241
|
bitbucketIntegration?: Maybe<JiraBitbucketIntegration>;
|
|
16205
|
-
configState?: Maybe<
|
|
16242
|
+
configState?: Maybe<JiraAppConfigState>;
|
|
16243
|
+
configStates?: Maybe<JiraAppConfigStateConnection>;
|
|
16206
16244
|
devOpsIssuePanel?: Maybe<JiraDevOpsIssuePanel>;
|
|
16207
16245
|
toolchain?: Maybe<JiraToolchain>;
|
|
16208
16246
|
};
|
|
@@ -16215,6 +16253,10 @@ export type JiraDevOpsQueryConfigStateArgs = {
|
|
|
16215
16253
|
cloudId: Scalars['ID']['input'];
|
|
16216
16254
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16217
16255
|
};
|
|
16256
|
+
export type JiraDevOpsQueryConfigStatesArgs = {
|
|
16257
|
+
cloudId: Scalars['ID']['input'];
|
|
16258
|
+
providerTypeFilter?: InputMaybe<Array<JiraConfigStateProviderType>>;
|
|
16259
|
+
};
|
|
16218
16260
|
export type JiraDevOpsQueryDevOpsIssuePanelArgs = {
|
|
16219
16261
|
issueId: Scalars['ID']['input'];
|
|
16220
16262
|
};
|