@forge/cli-shared 2.3.0-next.9 → 2.3.1-next.1
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 +57 -0
- package/out/graphql/graphql-types.d.ts +109 -71
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +24 -10
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,62 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 2.3.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [24846832]
|
|
8
|
+
- @forge/manifest@3.3.1-next.1
|
|
9
|
+
|
|
10
|
+
## 2.3.1-next.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [54bf134]
|
|
15
|
+
- @forge/manifest@3.3.1-next.0
|
|
16
|
+
|
|
17
|
+
## 2.3.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- 949bd40: The @forge/cli will now download templates from a new service (previously bitbucket), old versions of the CLI won't receive template updates
|
|
22
|
+
- cf2420d: Added root package.json and lock files to app bundle.
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- 47a71a6: Upgrade graphql-request for node 16 compatibility
|
|
27
|
+
- Updated dependencies [88e57a12]
|
|
28
|
+
- Updated dependencies [fcd9580]
|
|
29
|
+
- Updated dependencies [6c44d2b]
|
|
30
|
+
- Updated dependencies [e95919f]
|
|
31
|
+
- Updated dependencies [e822a8a]
|
|
32
|
+
- Updated dependencies [720953f]
|
|
33
|
+
- Updated dependencies [2420378]
|
|
34
|
+
- Updated dependencies [051ed1f]
|
|
35
|
+
- Updated dependencies [ad94136]
|
|
36
|
+
- Updated dependencies [e65d33e]
|
|
37
|
+
- Updated dependencies [ae111cd]
|
|
38
|
+
- Updated dependencies [8e35955]
|
|
39
|
+
- Updated dependencies [c255b24]
|
|
40
|
+
- Updated dependencies [f894871]
|
|
41
|
+
- @forge/util@1.2.0
|
|
42
|
+
- @forge/manifest@3.3.0
|
|
43
|
+
|
|
44
|
+
## 2.3.0-next.11
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- Updated dependencies [720953f]
|
|
49
|
+
- @forge/manifest@3.3.0-next.9
|
|
50
|
+
|
|
51
|
+
## 2.3.0-next.10
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- 47a71a62: Upgrade graphql-request for node 16 compatibility
|
|
56
|
+
- Updated dependencies [fcd95803]
|
|
57
|
+
- Updated dependencies [e65d33e6]
|
|
58
|
+
- @forge/manifest@3.3.0-next.8
|
|
59
|
+
|
|
3
60
|
## 2.3.0-next.9
|
|
4
61
|
|
|
5
62
|
### Minor Changes
|
|
@@ -958,6 +958,7 @@ export declare type AuxEffectsInvocationPayload = {
|
|
|
958
958
|
effects: Array<Scalars['JSON']>;
|
|
959
959
|
context: Scalars['JSON'];
|
|
960
960
|
contextToken?: Maybe<Scalars['String']>;
|
|
961
|
+
extensionPayload?: Maybe<Scalars['JSON']>;
|
|
961
962
|
config?: Maybe<Scalars['JSON']>;
|
|
962
963
|
};
|
|
963
964
|
export declare type AuxEffectsResult = {
|
|
@@ -1000,6 +1001,7 @@ export declare type BasicBoardFeatureView = Node & {
|
|
|
1000
1001
|
status?: Maybe<Scalars['String']>;
|
|
1001
1002
|
canEnable?: Maybe<Scalars['Boolean']>;
|
|
1002
1003
|
learnMoreLink?: Maybe<Scalars['String']>;
|
|
1004
|
+
learnMoreArticleId?: Maybe<Scalars['String']>;
|
|
1003
1005
|
imageUri?: Maybe<Scalars['String']>;
|
|
1004
1006
|
};
|
|
1005
1007
|
export declare enum BitbucketPermission {
|
|
@@ -2818,22 +2820,14 @@ export declare type ConfigurePolarisRefreshPayload = Payload & {
|
|
|
2818
2820
|
errors?: Maybe<Array<MutationError>>;
|
|
2819
2821
|
node?: Maybe<Scalars['Int']>;
|
|
2820
2822
|
};
|
|
2821
|
-
export declare type
|
|
2822
|
-
id: Scalars['ID'];
|
|
2823
|
-
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
2824
|
-
space?: Maybe<ConfluenceSpace>;
|
|
2825
|
-
status?: Maybe<ConfluenceContentStatus>;
|
|
2826
|
-
title?: Maybe<Scalars['String']>;
|
|
2827
|
-
type?: Maybe<ConfluenceContentType>;
|
|
2828
|
-
};
|
|
2829
|
-
export declare type ConfluenceBlogPost = ConfluenceAbstractPage & {
|
|
2823
|
+
export declare type ConfluenceBlogPost = {
|
|
2830
2824
|
__typename?: 'ConfluenceBlogPost';
|
|
2831
2825
|
blogPostId: Scalars['ID'];
|
|
2832
2826
|
id: Scalars['ID'];
|
|
2833
2827
|
links?: Maybe<ConfluenceBlogPostLinks>;
|
|
2834
2828
|
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
2835
2829
|
space?: Maybe<ConfluenceSpace>;
|
|
2836
|
-
status?: Maybe<
|
|
2830
|
+
status?: Maybe<ConfluenceBlogPostStatus>;
|
|
2837
2831
|
title?: Maybe<Scalars['String']>;
|
|
2838
2832
|
type?: Maybe<ConfluenceContentType>;
|
|
2839
2833
|
};
|
|
@@ -2842,20 +2836,34 @@ export declare type ConfluenceBlogPostLinks = {
|
|
|
2842
2836
|
base?: Maybe<Scalars['String']>;
|
|
2843
2837
|
webUi?: Maybe<Scalars['String']>;
|
|
2844
2838
|
};
|
|
2839
|
+
export declare enum ConfluenceBlogPostStatus {
|
|
2840
|
+
Archived = "ARCHIVED",
|
|
2841
|
+
Current = "CURRENT",
|
|
2842
|
+
Deleted = "DELETED",
|
|
2843
|
+
Draft = "DRAFT",
|
|
2844
|
+
Historical = "HISTORICAL",
|
|
2845
|
+
Trashed = "TRASHED"
|
|
2846
|
+
}
|
|
2845
2847
|
export declare type ConfluenceComment = {
|
|
2846
2848
|
__typename?: 'ConfluenceComment';
|
|
2847
2849
|
author?: Maybe<ConfluenceUserInfo>;
|
|
2848
2850
|
commentId?: Maybe<Scalars['ID']>;
|
|
2849
|
-
container?: Maybe<
|
|
2851
|
+
container?: Maybe<ConfluenceCommentContainer>;
|
|
2850
2852
|
id: Scalars['ID'];
|
|
2851
2853
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
2852
2854
|
name?: Maybe<Scalars['String']>;
|
|
2855
|
+
status?: Maybe<ConfluenceCommentStatus>;
|
|
2853
2856
|
};
|
|
2857
|
+
export declare type ConfluenceCommentContainer = ConfluenceBlogPost | ConfluencePage;
|
|
2854
2858
|
export declare type ConfluenceCommentLinks = {
|
|
2855
2859
|
__typename?: 'ConfluenceCommentLinks';
|
|
2856
2860
|
base?: Maybe<Scalars['String']>;
|
|
2857
2861
|
webUi?: Maybe<Scalars['String']>;
|
|
2858
2862
|
};
|
|
2863
|
+
export declare enum ConfluenceCommentStatus {
|
|
2864
|
+
Current = "CURRENT",
|
|
2865
|
+
Draft = "DRAFT"
|
|
2866
|
+
}
|
|
2859
2867
|
export declare type ConfluenceContentBody = {
|
|
2860
2868
|
__typename?: 'ConfluenceContentBody';
|
|
2861
2869
|
adf?: Maybe<Scalars['String']>;
|
|
@@ -2887,14 +2895,6 @@ export declare enum ConfluenceContentRepresentation {
|
|
|
2887
2895
|
View = "VIEW",
|
|
2888
2896
|
Wiki = "WIKI"
|
|
2889
2897
|
}
|
|
2890
|
-
export declare enum ConfluenceContentStatus {
|
|
2891
|
-
Archived = "ARCHIVED",
|
|
2892
|
-
Current = "CURRENT",
|
|
2893
|
-
Deleted = "DELETED",
|
|
2894
|
-
Draft = "DRAFT",
|
|
2895
|
-
Historical = "HISTORICAL",
|
|
2896
|
-
Trashed = "TRASHED"
|
|
2897
|
-
}
|
|
2898
2898
|
export declare type ConfluenceContentTitleEmoji = {
|
|
2899
2899
|
__typename?: 'ConfluenceContentTitleEmoji';
|
|
2900
2900
|
id?: Maybe<Scalars['String']>;
|
|
@@ -2909,7 +2909,7 @@ export declare enum ConfluenceContentType {
|
|
|
2909
2909
|
}
|
|
2910
2910
|
export declare type ConfluenceCreateBlogPostInput = {
|
|
2911
2911
|
body?: Maybe<ConfluenceContentBodyInput>;
|
|
2912
|
-
|
|
2912
|
+
spaceId: Scalars['ID'];
|
|
2913
2913
|
status?: Maybe<ConfluenceMutationContentStatus>;
|
|
2914
2914
|
title?: Maybe<Scalars['String']>;
|
|
2915
2915
|
};
|
|
@@ -2921,7 +2921,7 @@ export declare type ConfluenceCreateBlogPostPayload = Payload & {
|
|
|
2921
2921
|
};
|
|
2922
2922
|
export declare type ConfluenceCreatePageInput = {
|
|
2923
2923
|
body?: Maybe<ConfluenceContentBodyInput>;
|
|
2924
|
-
|
|
2924
|
+
spaceId: Scalars['ID'];
|
|
2925
2925
|
status?: Maybe<ConfluenceMutationContentStatus>;
|
|
2926
2926
|
title?: Maybe<Scalars['String']>;
|
|
2927
2927
|
};
|
|
@@ -2953,21 +2953,19 @@ export declare type ConfluenceCreateUserPropertyPayload = Payload & {
|
|
|
2953
2953
|
errors?: Maybe<Array<MutationError>>;
|
|
2954
2954
|
success: Scalars['Boolean'];
|
|
2955
2955
|
};
|
|
2956
|
-
export declare type
|
|
2956
|
+
export declare type ConfluenceDeleteDraftBlogPostInput = {
|
|
2957
2957
|
id: Scalars['ID'];
|
|
2958
|
-
status: ConfluenceMutationContentStatus;
|
|
2959
2958
|
};
|
|
2960
|
-
export declare type
|
|
2961
|
-
__typename?: '
|
|
2959
|
+
export declare type ConfluenceDeleteDraftBlogPostPayload = Payload & {
|
|
2960
|
+
__typename?: 'ConfluenceDeleteDraftBlogPostPayload';
|
|
2962
2961
|
errors?: Maybe<Array<MutationError>>;
|
|
2963
2962
|
success: Scalars['Boolean'];
|
|
2964
2963
|
};
|
|
2965
|
-
export declare type
|
|
2964
|
+
export declare type ConfluenceDeleteDraftPageInput = {
|
|
2966
2965
|
id: Scalars['ID'];
|
|
2967
|
-
status: ConfluenceMutationContentStatus;
|
|
2968
2966
|
};
|
|
2969
|
-
export declare type
|
|
2970
|
-
__typename?: '
|
|
2967
|
+
export declare type ConfluenceDeleteDraftPagePayload = Payload & {
|
|
2968
|
+
__typename?: 'ConfluenceDeleteDraftPagePayload';
|
|
2971
2969
|
errors?: Maybe<Array<MutationError>>;
|
|
2972
2970
|
success: Scalars['Boolean'];
|
|
2973
2971
|
};
|
|
@@ -3010,12 +3008,14 @@ export declare type ConfluenceMutationApi = {
|
|
|
3010
3008
|
confluenceCreateBlogPost?: Maybe<ConfluenceCreateBlogPostPayload>;
|
|
3011
3009
|
confluenceCreatePage?: Maybe<ConfluenceCreatePagePayload>;
|
|
3012
3010
|
confluenceCreateSpace?: Maybe<ConfluenceCreateSpacePayload>;
|
|
3013
|
-
|
|
3014
|
-
|
|
3011
|
+
confluenceDeleteDraftBlogPost?: Maybe<ConfluenceDeleteDraftBlogPostPayload>;
|
|
3012
|
+
confluenceDeleteDraftPage?: Maybe<ConfluenceDeleteDraftPagePayload>;
|
|
3015
3013
|
confluencePublishBlogPost?: Maybe<ConfluencePublishBlogPostPayload>;
|
|
3016
3014
|
confluencePublishPage?: Maybe<ConfluencePublishPagePayload>;
|
|
3017
3015
|
confluencePurgeBlogPost?: Maybe<ConfluencePurgeBlogPostPayload>;
|
|
3018
3016
|
confluencePurgePage?: Maybe<ConfluencePurgePagePayload>;
|
|
3017
|
+
confluenceTrashBlogPost?: Maybe<ConfluenceTrashBlogPostPayload>;
|
|
3018
|
+
confluenceTrashPage?: Maybe<ConfluenceTrashPagePayload>;
|
|
3019
3019
|
confluenceUpdateCurrentBlogPost?: Maybe<ConfluenceUpdateCurrentBlogPostPayload>;
|
|
3020
3020
|
confluenceUpdateCurrentPage?: Maybe<ConfluenceUpdateCurrentPagePayload>;
|
|
3021
3021
|
confluenceUpdateDraftBlogPost?: Maybe<ConfluenceUpdateDraftBlogPostPayload>;
|
|
@@ -3026,59 +3026,54 @@ export declare type ConfluenceMutationApi = {
|
|
|
3026
3026
|
confluenceDeleteUserProperty?: Maybe<ConfluenceDeleteUserPropertyPayload>;
|
|
3027
3027
|
};
|
|
3028
3028
|
export declare type ConfluenceMutationApiConfluenceCreateBlogPostArgs = {
|
|
3029
|
-
blogPostInput: ConfluenceCreateBlogPostInput;
|
|
3030
3029
|
cloudId: Scalars['ID'];
|
|
3030
|
+
input: ConfluenceCreateBlogPostInput;
|
|
3031
3031
|
};
|
|
3032
3032
|
export declare type ConfluenceMutationApiConfluenceCreatePageArgs = {
|
|
3033
3033
|
cloudId: Scalars['ID'];
|
|
3034
|
-
|
|
3034
|
+
input: ConfluenceCreatePageInput;
|
|
3035
3035
|
};
|
|
3036
3036
|
export declare type ConfluenceMutationApiConfluenceCreateSpaceArgs = {
|
|
3037
3037
|
cloudId: Scalars['ID'];
|
|
3038
3038
|
input: ConfluenceCreateSpaceInput;
|
|
3039
3039
|
};
|
|
3040
|
-
export declare type
|
|
3041
|
-
|
|
3042
|
-
deletBlogPostInput: ConfluenceDeleteBlogPostInput;
|
|
3040
|
+
export declare type ConfluenceMutationApiConfluenceDeleteDraftBlogPostArgs = {
|
|
3041
|
+
input: ConfluenceDeleteDraftBlogPostInput;
|
|
3043
3042
|
};
|
|
3044
|
-
export declare type
|
|
3045
|
-
|
|
3046
|
-
deletPageInput: ConfluenceDeletePageInput;
|
|
3043
|
+
export declare type ConfluenceMutationApiConfluenceDeleteDraftPageArgs = {
|
|
3044
|
+
input: ConfluenceDeleteDraftPageInput;
|
|
3047
3045
|
};
|
|
3048
3046
|
export declare type ConfluenceMutationApiConfluencePublishBlogPostArgs = {
|
|
3049
|
-
|
|
3050
|
-
publishBlogPostInput: ConfluencePublishBlogPostInput;
|
|
3047
|
+
input: ConfluencePublishBlogPostInput;
|
|
3051
3048
|
};
|
|
3052
3049
|
export declare type ConfluenceMutationApiConfluencePublishPageArgs = {
|
|
3053
|
-
|
|
3054
|
-
publishPageInput: ConfluencePublishPageInput;
|
|
3050
|
+
input: ConfluencePublishPageInput;
|
|
3055
3051
|
};
|
|
3056
3052
|
export declare type ConfluenceMutationApiConfluencePurgeBlogPostArgs = {
|
|
3057
|
-
|
|
3058
|
-
purgeBlogPostInput: ConfluencePurgeBlogPostInput;
|
|
3053
|
+
input: ConfluencePurgeBlogPostInput;
|
|
3059
3054
|
};
|
|
3060
3055
|
export declare type ConfluenceMutationApiConfluencePurgePageArgs = {
|
|
3061
|
-
|
|
3062
|
-
|
|
3056
|
+
input: ConfluencePurgePageInput;
|
|
3057
|
+
};
|
|
3058
|
+
export declare type ConfluenceMutationApiConfluenceTrashBlogPostArgs = {
|
|
3059
|
+
input: ConfluenceTrashBlogPostInput;
|
|
3060
|
+
};
|
|
3061
|
+
export declare type ConfluenceMutationApiConfluenceTrashPageArgs = {
|
|
3062
|
+
input: ConfluenceTrashPageInput;
|
|
3063
3063
|
};
|
|
3064
3064
|
export declare type ConfluenceMutationApiConfluenceUpdateCurrentBlogPostArgs = {
|
|
3065
|
-
|
|
3066
|
-
updateBlogPostInput: ConfluenceUpdateCurrentBlogPostInput;
|
|
3065
|
+
input: ConfluenceUpdateCurrentBlogPostInput;
|
|
3067
3066
|
};
|
|
3068
3067
|
export declare type ConfluenceMutationApiConfluenceUpdateCurrentPageArgs = {
|
|
3069
|
-
|
|
3070
|
-
updatePageInput: ConfluenceUpdateCurrentPageInput;
|
|
3068
|
+
input: ConfluenceUpdateCurrentPageInput;
|
|
3071
3069
|
};
|
|
3072
3070
|
export declare type ConfluenceMutationApiConfluenceUpdateDraftBlogPostArgs = {
|
|
3073
|
-
|
|
3074
|
-
updateBlogPostInput: ConfluenceUpdateDraftBlogPostInput;
|
|
3071
|
+
input: ConfluenceUpdateDraftBlogPostInput;
|
|
3075
3072
|
};
|
|
3076
3073
|
export declare type ConfluenceMutationApiConfluenceUpdateDraftPageArgs = {
|
|
3077
|
-
|
|
3078
|
-
updatePageInput: ConfluenceUpdateDraftPageInput;
|
|
3074
|
+
input: ConfluenceUpdateDraftPageInput;
|
|
3079
3075
|
};
|
|
3080
3076
|
export declare type ConfluenceMutationApiConfluenceUpdateSpaceArgs = {
|
|
3081
|
-
cloudId: Scalars['ID'];
|
|
3082
3077
|
input: ConfluenceUpdateSpaceInput;
|
|
3083
3078
|
};
|
|
3084
3079
|
export declare type ConfluenceMutationApiConfluenceCreateUserPropertyArgs = {
|
|
@@ -3126,14 +3121,14 @@ export declare enum ConfluenceOperationTarget {
|
|
|
3126
3121
|
Space = "SPACE",
|
|
3127
3122
|
UserProfile = "USER_PROFILE"
|
|
3128
3123
|
}
|
|
3129
|
-
export declare type ConfluencePage =
|
|
3124
|
+
export declare type ConfluencePage = {
|
|
3130
3125
|
__typename?: 'ConfluencePage';
|
|
3131
3126
|
id: Scalars['ID'];
|
|
3132
3127
|
links?: Maybe<ConfluencePageLinks>;
|
|
3133
3128
|
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
3134
3129
|
pageId: Scalars['ID'];
|
|
3135
3130
|
space?: Maybe<ConfluenceSpace>;
|
|
3136
|
-
status?: Maybe<
|
|
3131
|
+
status?: Maybe<ConfluencePageStatus>;
|
|
3137
3132
|
title?: Maybe<Scalars['String']>;
|
|
3138
3133
|
type?: Maybe<ConfluenceContentType>;
|
|
3139
3134
|
};
|
|
@@ -3142,8 +3137,16 @@ export declare type ConfluencePageLinks = {
|
|
|
3142
3137
|
base?: Maybe<Scalars['String']>;
|
|
3143
3138
|
webUi?: Maybe<Scalars['String']>;
|
|
3144
3139
|
};
|
|
3140
|
+
export declare enum ConfluencePageStatus {
|
|
3141
|
+
Archived = "ARCHIVED",
|
|
3142
|
+
Current = "CURRENT",
|
|
3143
|
+
Deleted = "DELETED",
|
|
3144
|
+
Draft = "DRAFT",
|
|
3145
|
+
Historical = "HISTORICAL",
|
|
3146
|
+
Trashed = "TRASHED"
|
|
3147
|
+
}
|
|
3145
3148
|
export declare type ConfluencePublishBlogPostInput = {
|
|
3146
|
-
id: Scalars['
|
|
3149
|
+
id: Scalars['ID'];
|
|
3147
3150
|
publishTitle?: Maybe<Scalars['String']>;
|
|
3148
3151
|
};
|
|
3149
3152
|
export declare type ConfluencePublishBlogPostPayload = Payload & {
|
|
@@ -3153,7 +3156,7 @@ export declare type ConfluencePublishBlogPostPayload = Payload & {
|
|
|
3153
3156
|
success: Scalars['Boolean'];
|
|
3154
3157
|
};
|
|
3155
3158
|
export declare type ConfluencePublishPageInput = {
|
|
3156
|
-
id: Scalars['
|
|
3159
|
+
id: Scalars['ID'];
|
|
3157
3160
|
publishTitle?: Maybe<Scalars['String']>;
|
|
3158
3161
|
};
|
|
3159
3162
|
export declare type ConfluencePublishPagePayload = Payload & {
|
|
@@ -3227,9 +3230,10 @@ export declare type ConfluenceQueryApiConfluenceUserPropertiesArgs = {
|
|
|
3227
3230
|
};
|
|
3228
3231
|
export declare type ConfluenceSpace = {
|
|
3229
3232
|
__typename?: 'ConfluenceSpace';
|
|
3233
|
+
createdBy?: Maybe<ConfluenceUserInfo>;
|
|
3234
|
+
createdDate?: Maybe<Scalars['String']>;
|
|
3230
3235
|
description?: Maybe<ConfluenceSpaceDescription>;
|
|
3231
|
-
|
|
3232
|
-
homepage?: Maybe<ConfluenceAbstractPage>;
|
|
3236
|
+
homepage?: Maybe<ConfluencePage>;
|
|
3233
3237
|
icon?: Maybe<ConfluenceSpaceIcon>;
|
|
3234
3238
|
id: Scalars['ID'];
|
|
3235
3239
|
key?: Maybe<Scalars['String']>;
|
|
@@ -3246,11 +3250,6 @@ export declare type ConfluenceSpaceDescription = {
|
|
|
3246
3250
|
plain?: Maybe<Scalars['String']>;
|
|
3247
3251
|
view?: Maybe<Scalars['String']>;
|
|
3248
3252
|
};
|
|
3249
|
-
export declare type ConfluenceSpaceHistory = {
|
|
3250
|
-
__typename?: 'ConfluenceSpaceHistory';
|
|
3251
|
-
createdBy?: Maybe<ConfluenceUserInfo>;
|
|
3252
|
-
createdDate?: Maybe<Scalars['String']>;
|
|
3253
|
-
};
|
|
3254
3253
|
export declare type ConfluenceSpaceIcon = {
|
|
3255
3254
|
__typename?: 'ConfluenceSpaceIcon';
|
|
3256
3255
|
height?: Maybe<Scalars['Int']>;
|
|
@@ -3280,6 +3279,22 @@ export declare enum ConfluenceSpaceType {
|
|
|
3280
3279
|
Global = "GLOBAL",
|
|
3281
3280
|
Personal = "PERSONAL"
|
|
3282
3281
|
}
|
|
3282
|
+
export declare type ConfluenceTrashBlogPostInput = {
|
|
3283
|
+
id: Scalars['ID'];
|
|
3284
|
+
};
|
|
3285
|
+
export declare type ConfluenceTrashBlogPostPayload = Payload & {
|
|
3286
|
+
__typename?: 'ConfluenceTrashBlogPostPayload';
|
|
3287
|
+
errors?: Maybe<Array<MutationError>>;
|
|
3288
|
+
success: Scalars['Boolean'];
|
|
3289
|
+
};
|
|
3290
|
+
export declare type ConfluenceTrashPageInput = {
|
|
3291
|
+
id: Scalars['ID'];
|
|
3292
|
+
};
|
|
3293
|
+
export declare type ConfluenceTrashPagePayload = Payload & {
|
|
3294
|
+
__typename?: 'ConfluenceTrashPagePayload';
|
|
3295
|
+
errors?: Maybe<Array<MutationError>>;
|
|
3296
|
+
success: Scalars['Boolean'];
|
|
3297
|
+
};
|
|
3283
3298
|
export declare type ConfluenceUpdateCurrentBlogPostInput = {
|
|
3284
3299
|
body?: Maybe<ConfluenceContentBodyInput>;
|
|
3285
3300
|
id: Scalars['ID'];
|
|
@@ -5223,6 +5238,9 @@ export declare type DevOpsToolsToolsArgs = {
|
|
|
5223
5238
|
cloudId: Scalars['ID'];
|
|
5224
5239
|
first?: Maybe<Scalars['Int']>;
|
|
5225
5240
|
after?: Maybe<Scalars['String']>;
|
|
5241
|
+
recommended?: Maybe<Scalars['Boolean']>;
|
|
5242
|
+
categoryId?: Maybe<Scalars['String']>;
|
|
5243
|
+
supportsContainers?: Maybe<Scalars['Boolean']>;
|
|
5226
5244
|
};
|
|
5227
5245
|
export declare type DevOpsToolsToolArgs = {
|
|
5228
5246
|
id: Scalars['ID'];
|
|
@@ -5344,6 +5362,7 @@ export declare type EstimationBoardFeatureView = Node & {
|
|
|
5344
5362
|
status?: Maybe<Scalars['String']>;
|
|
5345
5363
|
canEnable?: Maybe<Scalars['Boolean']>;
|
|
5346
5364
|
learnMoreLink?: Maybe<Scalars['String']>;
|
|
5365
|
+
learnMoreArticleId?: Maybe<Scalars['String']>;
|
|
5347
5366
|
imageUri?: Maybe<Scalars['String']>;
|
|
5348
5367
|
permissibleEstimationTypes?: Maybe<Array<Maybe<PermissibleEstimationType>>>;
|
|
5349
5368
|
selectedEstimationType?: Maybe<PermissibleEstimationType>;
|
|
@@ -6542,6 +6561,7 @@ export declare type JiraColorField = Node & JiraIssueField & JiraIssueFieldConfi
|
|
|
6542
6561
|
};
|
|
6543
6562
|
export declare type JiraComment = {
|
|
6544
6563
|
commentId: Scalars['ID'];
|
|
6564
|
+
issue?: Maybe<JiraIssue>;
|
|
6545
6565
|
webUrl?: Maybe<Scalars['URL']>;
|
|
6546
6566
|
author?: Maybe<User>;
|
|
6547
6567
|
updateAuthor?: Maybe<User>;
|
|
@@ -6550,6 +6570,10 @@ export declare type JiraComment = {
|
|
|
6550
6570
|
updated?: Maybe<Scalars['DateTime']>;
|
|
6551
6571
|
permissionLevel?: Maybe<JiraPermissionLevel>;
|
|
6552
6572
|
};
|
|
6573
|
+
export declare type JiraCommentByIdInput = {
|
|
6574
|
+
issueId: Scalars['ID'];
|
|
6575
|
+
id: Scalars['ID'];
|
|
6576
|
+
};
|
|
6553
6577
|
export declare type JiraCommentConnection = {
|
|
6554
6578
|
__typename?: 'JiraCommentConnection';
|
|
6555
6579
|
indicativeCount?: Maybe<Scalars['Int']>;
|
|
@@ -6747,6 +6771,8 @@ export declare type JiraDevOpsCommitDetails = {
|
|
|
6747
6771
|
name?: Maybe<Scalars['String']>;
|
|
6748
6772
|
created?: Maybe<Scalars['DateTime']>;
|
|
6749
6773
|
author?: Maybe<JiraDevOpsEntityAuthor>;
|
|
6774
|
+
isMergeCommit?: Maybe<Scalars['Boolean']>;
|
|
6775
|
+
scmRepository?: Maybe<JiraScmRepository>;
|
|
6750
6776
|
};
|
|
6751
6777
|
export declare type JiraDevOpsEntityAuthor = {
|
|
6752
6778
|
__typename?: 'JiraDevOpsEntityAuthor';
|
|
@@ -8831,6 +8857,7 @@ export declare type JiraPlatformComment = JiraComment & Node & {
|
|
|
8831
8857
|
__typename?: 'JiraPlatformComment';
|
|
8832
8858
|
id: Scalars['ID'];
|
|
8833
8859
|
commentId: Scalars['ID'];
|
|
8860
|
+
issue?: Maybe<JiraIssue>;
|
|
8834
8861
|
webUrl?: Maybe<Scalars['URL']>;
|
|
8835
8862
|
author?: Maybe<User>;
|
|
8836
8863
|
updateAuthor?: Maybe<User>;
|
|
@@ -9174,8 +9201,10 @@ export declare type JiraQuery = {
|
|
|
9174
9201
|
issueSearchStable?: Maybe<JiraIssueConnection>;
|
|
9175
9202
|
issueByKey?: Maybe<JiraIssue>;
|
|
9176
9203
|
issueById?: Maybe<JiraIssue>;
|
|
9204
|
+
issuesById?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
9177
9205
|
screenIdByIssueId?: Maybe<Scalars['Long']>;
|
|
9178
9206
|
screenIdByIssueKey?: Maybe<Scalars['Long']>;
|
|
9207
|
+
commentsById?: Maybe<Array<Maybe<JiraComment>>>;
|
|
9179
9208
|
epicLinkFieldKey?: Maybe<Scalars['String']>;
|
|
9180
9209
|
applicationPropertiesByKey?: Maybe<Array<JiraApplicationProperty>>;
|
|
9181
9210
|
filter?: Maybe<JiraFilter>;
|
|
@@ -9251,12 +9280,18 @@ export declare type JiraQueryIssueByKeyArgs = {
|
|
|
9251
9280
|
export declare type JiraQueryIssueByIdArgs = {
|
|
9252
9281
|
id: Scalars['ID'];
|
|
9253
9282
|
};
|
|
9283
|
+
export declare type JiraQueryIssuesByIdArgs = {
|
|
9284
|
+
ids: Array<Scalars['ID']>;
|
|
9285
|
+
};
|
|
9254
9286
|
export declare type JiraQueryScreenIdByIssueIdArgs = {
|
|
9255
9287
|
issueId: Scalars['ID'];
|
|
9256
9288
|
};
|
|
9257
9289
|
export declare type JiraQueryScreenIdByIssueKeyArgs = {
|
|
9258
9290
|
issueKey: Scalars['String'];
|
|
9259
9291
|
};
|
|
9292
|
+
export declare type JiraQueryCommentsByIdArgs = {
|
|
9293
|
+
input: Array<JiraCommentByIdInput>;
|
|
9294
|
+
};
|
|
9260
9295
|
export declare type JiraQueryApplicationPropertiesByKeyArgs = {
|
|
9261
9296
|
cloudId: Scalars['ID'];
|
|
9262
9297
|
keys: Array<Scalars['String']>;
|
|
@@ -9567,6 +9602,11 @@ export declare type JiraRoleEdge = {
|
|
|
9567
9602
|
node?: Maybe<JiraRole>;
|
|
9568
9603
|
cursor: Scalars['String'];
|
|
9569
9604
|
};
|
|
9605
|
+
export declare type JiraScmRepository = {
|
|
9606
|
+
__typename?: 'JiraScmRepository';
|
|
9607
|
+
name?: Maybe<Scalars['String']>;
|
|
9608
|
+
entityUrl?: Maybe<Scalars['URL']>;
|
|
9609
|
+
};
|
|
9570
9610
|
export declare type JiraSecurityLevel = Node & {
|
|
9571
9611
|
__typename?: 'JiraSecurityLevel';
|
|
9572
9612
|
id: Scalars['ID'];
|
|
@@ -9737,6 +9777,7 @@ export declare type JiraServiceManagementComment = JiraComment & Node & {
|
|
|
9737
9777
|
__typename?: 'JiraServiceManagementComment';
|
|
9738
9778
|
id: Scalars['ID'];
|
|
9739
9779
|
commentId: Scalars['ID'];
|
|
9780
|
+
issue?: Maybe<JiraIssue>;
|
|
9740
9781
|
webUrl?: Maybe<Scalars['URL']>;
|
|
9741
9782
|
author?: Maybe<User>;
|
|
9742
9783
|
updateAuthor?: Maybe<User>;
|
|
@@ -14706,10 +14747,7 @@ export declare type SupportRequestUsers = {
|
|
|
14706
14747
|
};
|
|
14707
14748
|
export declare type SupportRequestUsersSearchUsersArgs = {
|
|
14708
14749
|
query?: Maybe<Scalars['String']>;
|
|
14709
|
-
|
|
14710
|
-
maxResults?: Maybe<Scalars['Int']>;
|
|
14711
|
-
includeActive?: Maybe<Scalars['Boolean']>;
|
|
14712
|
-
includeInactive?: Maybe<Scalars['Boolean']>;
|
|
14750
|
+
requestKey?: Maybe<Scalars['String']>;
|
|
14713
14751
|
};
|
|
14714
14752
|
export declare type SupportRequests = {
|
|
14715
14753
|
__typename?: 'SupportRequests';
|