@forge/cli-shared 2.3.1-next.2 → 2.3.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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 2.3.1-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1a8a4bb]
8
+ - @forge/manifest@3.3.1-next.3
9
+
3
10
  ## 2.3.1-next.2
4
11
 
5
12
  ### Patch Changes
@@ -3194,7 +3194,7 @@ export declare type ConfluenceQueryApi = {
3194
3194
  confluenceSpace?: Maybe<ConfluenceSpace>;
3195
3195
  confluenceSpaces?: Maybe<Array<Maybe<ConfluenceSpace>>>;
3196
3196
  confluenceUserProperty?: Maybe<ConfluenceUserProperty>;
3197
- confluenceUserProperties: Array<Maybe<ConfluenceUserProperty>>;
3197
+ confluenceUserProperties?: Maybe<Array<Maybe<ConfluenceUserProperty>>>;
3198
3198
  };
3199
3199
  export declare type ConfluenceQueryApiConfluenceBlogPostArgs = {
3200
3200
  id: Scalars['ID'];
@@ -14023,6 +14023,8 @@ export declare enum Scope {
14023
14023
  WriteConfluenceSpacePermission = "WRITE_CONFLUENCE_SPACE_PERMISSION",
14024
14024
  ReadConfluenceSpaceProperty = "READ_CONFLUENCE_SPACE_PROPERTY",
14025
14025
  WriteConfluenceSpaceProperty = "WRITE_CONFLUENCE_SPACE_PROPERTY",
14026
+ ReadConfluenceUserProperty = "READ_CONFLUENCE_USER_PROPERTY",
14027
+ WriteConfluenceUserProperty = "WRITE_CONFLUENCE_USER_PROPERTY",
14026
14028
  ReadConfluenceSpaceSetting = "READ_CONFLUENCE_SPACE_SETTING",
14027
14029
  WriteConfluenceSpaceSetting = "WRITE_CONFLUENCE_SPACE_SETTING",
14028
14030
  ReadConfluenceUser = "READ_CONFLUENCE_USER",