@forge/manifest 2.5.0-next.7 → 2.5.1-next.0

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,51 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 2.5.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 06209fc: Update manifest definitions
8
+
9
+ ## 2.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 70e9c8c: Add Jira global full page and Jira projects settings full page extensions
14
+
15
+ ### Patch Changes
16
+
17
+ - 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
18
+ - fde4ba7: Adds Compass component link product event -> OAuth scope mapping
19
+ - 601527b: Add scope mappings for Confluence space events
20
+ - 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
21
+ - a5656f6: Update manifest definitions
22
+ - cc8799c: Update manifest definitions
23
+ - f5eb8e0: Update manifest definitions
24
+ - f013199: Update manifest definitions
25
+ - 78d682f: Update manifest definitions
26
+ - 70e9c8c: Update manifest definitions
27
+ - dec8066: Update manifest definitions
28
+ - 0e82242: Update manifest definitions
29
+
30
+ ## 2.5.0-next.10
31
+
32
+ ### Patch Changes
33
+
34
+ - fde4ba7: Adds Compass component link product event -> OAuth scope mapping
35
+
36
+ ## 2.5.0-next.9
37
+
38
+ ### Patch Changes
39
+
40
+ - 601527b: Add scope mappings for Confluence space events
41
+
42
+ ## 2.5.0-next.8
43
+
44
+ ### Patch Changes
45
+
46
+ - a5656f6: Update manifest definitions
47
+ - 78d682f: Update manifest definitions
48
+
3
49
  ## 2.5.0-next.7
4
50
 
5
51
  ### Patch Changes
@@ -167,6 +167,42 @@
167
167
  "oAuthScopes": [
168
168
  "read:confluence-content.all"
169
169
  ]
170
+ },
171
+ {
172
+ "productEvent": "avi:confluence:created:space:V2",
173
+ "oAuthScopes": [
174
+ "read:confluence-space.summary"
175
+ ]
176
+ },
177
+ {
178
+ "productEvent": "avi:confluence:updated:space:V2",
179
+ "oAuthScopes": [
180
+ "read:confluence-space.summary"
181
+ ]
182
+ },
183
+ {
184
+ "productEvent": "avi:confluence:deleted:space:V2",
185
+ "oAuthScopes": [
186
+ "read:confluence-space.summary"
187
+ ]
188
+ },
189
+ {
190
+ "productEvent": "avi:compass:created:component_link",
191
+ "oAuthScopes": [
192
+ "read:component:compass"
193
+ ]
194
+ },
195
+ {
196
+ "productEvent": "avi:compass:updated:component_link",
197
+ "oAuthScopes": [
198
+ "read:component:compass"
199
+ ]
200
+ },
201
+ {
202
+ "productEvent": "avi:compass:deleted:component_link",
203
+ "oAuthScopes": [
204
+ "read:component:compass"
205
+ ]
170
206
  }
171
207
  ]
172
208
  }
@@ -5427,10 +5427,10 @@
5427
5427
  "type": "object",
5428
5428
  "anyOf": [
5429
5429
  {
5430
- "$ref": "#/definitions/singleCondition"
5430
+ "$ref": "#/definitions/compositeCondition"
5431
5431
  },
5432
5432
  {
5433
- "$ref": "#/definitions/compositeCondition"
5433
+ "$ref": "#/definitions/singleCondition"
5434
5434
  }
5435
5435
  ]
5436
5436
  },
@@ -5546,10 +5546,10 @@
5546
5546
  "type": "object",
5547
5547
  "anyOf": [
5548
5548
  {
5549
- "$ref": "#/definitions/singleCondition"
5549
+ "$ref": "#/definitions/compositeCondition"
5550
5550
  },
5551
5551
  {
5552
- "$ref": "#/definitions/compositeCondition"
5552
+ "$ref": "#/definitions/singleCondition"
5553
5553
  }
5554
5554
  ]
5555
5555
  },
@@ -5662,10 +5662,10 @@
5662
5662
  "type": "object",
5663
5663
  "anyOf": [
5664
5664
  {
5665
- "$ref": "#/definitions/singleCondition"
5665
+ "$ref": "#/definitions/compositeCondition"
5666
5666
  },
5667
5667
  {
5668
- "$ref": "#/definitions/compositeCondition"
5668
+ "$ref": "#/definitions/singleCondition"
5669
5669
  }
5670
5670
  ]
5671
5671
  },
@@ -5932,10 +5932,10 @@
5932
5932
  "type": "object",
5933
5933
  "anyOf": [
5934
5934
  {
5935
- "$ref": "#"
5935
+ "$ref": "#/definitions/singleCondition"
5936
5936
  },
5937
5937
  {
5938
- "$ref": "#/definitions/singleCondition"
5938
+ "$ref": "#"
5939
5939
  }
5940
5940
  ]
5941
5941
  },
@@ -6161,6 +6161,33 @@
6161
6161
  "items": {
6162
6162
  "type": "object",
6163
6163
  "anyOf": [
6164
+ {
6165
+ "properties": {
6166
+ "condition": {
6167
+ "maxLength": 100,
6168
+ "type": "string",
6169
+ "fieldDescription": "\n\nA string indicating the name of the condition\n\n"
6170
+ },
6171
+ "invert": {
6172
+ "type": "boolean",
6173
+ "fieldDescription": "\n\nA flag indicating whether to invert the boolean result of the condition.\n\n",
6174
+ "defaultValue": "false"
6175
+ },
6176
+ "params": {
6177
+ "additionalProperties": true,
6178
+ "type": "object",
6179
+ "fieldTitle": "Object",
6180
+ "fieldDescription": "\n\nThis object represents a map of key/value pairs, where each property name and value corresponds to the parameter name and value respectively.\n\n <p><b>Example</b></p>\n\n\n\n\n\n {\n \"params\": {\n \"someOtherProperty\": \"someValue\",\n \"myCustomProperty\": \"myValue\"\n }\n }\n\n\n"
6181
+ }
6182
+ },
6183
+ "required": [
6184
+ "condition"
6185
+ ],
6186
+ "shortClassName": "singleConditionBean",
6187
+ "type": "object",
6188
+ "title": "Single Condition",
6189
+ "description": "\n\nSingle Conditions are either provided by the host application. See the complete documentation of\n [Conditions](../../conditions/) for more information.\n\n To invert a condition, add the attribute ``invert=\"true\"`` to the condition element.\n This is useful where you want to show the section if a certain condition is not satisfied.\n\n <h3>Example</h3>\n\n\n\n\n\n {\n \"condition\": \"user_is_logged_in\",\n \"invert\": false\n }\n\n\n"
6190
+ },
6164
6191
  {
6165
6192
  "properties": {
6166
6193
  "conditions": {
@@ -6168,10 +6195,10 @@
6168
6195
  "type": "object",
6169
6196
  "anyOf": [
6170
6197
  {
6171
- "$ref": "#/definitions/singleCondition"
6198
+ "$ref": "#"
6172
6199
  },
6173
6200
  {
6174
- "$ref": "#"
6201
+ "$ref": "#/definitions/singleCondition"
6175
6202
  }
6176
6203
  ]
6177
6204
  },
@@ -6193,33 +6220,6 @@
6193
6220
  "type": "object",
6194
6221
  "title": "Composite Condition",
6195
6222
  "description": "\n\nComposite Conditions are composed of a collection of [Single Condition](../single-condition/) / Composite Conditions\n and a type attribute.\n\n <h3>Example</h3>\n\n\n\n\n\n {\n \"conditions\": [\n {\n \"or\": [\n {\n \"condition\": \"can_attach_file_to_issue\",\n \"invert\": false\n },\n {\n \"condition\": \"is_issue_assigned_to_current_user\",\n \"invert\": false\n }\n ]\n },\n {\n \"condition\": \"user_is_logged_in\",\n \"invert\": false\n }\n ]\n }\n\n\n"
6196
- },
6197
- {
6198
- "properties": {
6199
- "condition": {
6200
- "maxLength": 100,
6201
- "type": "string",
6202
- "fieldDescription": "\n\nA string indicating the name of the condition\n\n"
6203
- },
6204
- "invert": {
6205
- "type": "boolean",
6206
- "fieldDescription": "\n\nA flag indicating whether to invert the boolean result of the condition.\n\n",
6207
- "defaultValue": "false"
6208
- },
6209
- "params": {
6210
- "additionalProperties": true,
6211
- "type": "object",
6212
- "fieldTitle": "Object",
6213
- "fieldDescription": "\n\nThis object represents a map of key/value pairs, where each property name and value corresponds to the parameter name and value respectively.\n\n <p><b>Example</b></p>\n\n\n\n\n\n {\n \"params\": {\n \"someOtherProperty\": \"someValue\",\n \"myCustomProperty\": \"myValue\"\n }\n }\n\n\n"
6214
- }
6215
- },
6216
- "required": [
6217
- "condition"
6218
- ],
6219
- "shortClassName": "singleConditionBean",
6220
- "type": "object",
6221
- "title": "Single Condition",
6222
- "description": "\n\nSingle Conditions are either provided by the host application. See the complete documentation of\n [Conditions](../../conditions/) for more information.\n\n To invert a condition, add the attribute ``invert=\"true\"`` to the condition element.\n This is useful where you want to show the section if a certain condition is not satisfied.\n\n <h3>Example</h3>\n\n\n\n\n\n {\n \"condition\": \"user_is_logged_in\",\n \"invert\": false\n }\n\n\n"
6223
6223
  }
6224
6224
  ]
6225
6225
  },
@@ -6493,6 +6493,38 @@
6493
6493
  "items": {
6494
6494
  "type": "object",
6495
6495
  "anyOf": [
6496
+ {
6497
+ "properties": {
6498
+ "macroParameter": {
6499
+ "maxLength": 100,
6500
+ "type": "string",
6501
+ "fieldDescription": "\n\nThe Macro Parameter identifier used to store the text\n\n"
6502
+ },
6503
+ "type": {
6504
+ "enum": [
6505
+ "text",
6506
+ "TEXT"
6507
+ ],
6508
+ "type": "string",
6509
+ "fieldDescription": "\n\nThe type field must be set to 'text'\n\n"
6510
+ },
6511
+ "key": {
6512
+ "pattern": "^[a-zA-Z0-9-]+$",
6513
+ "maxLength": 100,
6514
+ "type": "string",
6515
+ "fieldDescription": "\n\nA key to identify this module.\n\n This key must be unique relative to the add on, with the exception of Confluence macros: Their keys need to be\n globally unique.\n\n Keys must only contain alphanumeric characters and dashes.\n\n The key is used to generate the url to your add-on's module. The url is generated as a combination of your add-on\n key and module key. For example, an add-on which looks like:\n\n {\n \"key\": \"my-addon\",\n \"modules\": {\n \"configurePage\": {\n \"key\": \"configure-me\",\n }\n }\n }\n\n Will have a configuration page module with a URL of `/plugins/servlet/ac/my-addon/configure-me`.\n\n"
6516
+ }
6517
+ },
6518
+ "required": [
6519
+ "macroParameter",
6520
+ "type",
6521
+ "key"
6522
+ ],
6523
+ "shortClassName": "textControlBean",
6524
+ "type": "object",
6525
+ "title": "TextControl",
6526
+ "description": "\n\nDefines a text field which may appear in control extension points such as the property panel\n\n <p><b>Example</b></p>\n\n\n\n\n\n {\n \"type\": \"button\",\n \"label\": {\n \"value\": \"My Custom Control 0\"\n },\n \"key\": \"my-custom-control-0\"\n }\n\n\n"
6527
+ },
6496
6528
  {
6497
6529
  "properties": {
6498
6530
  "controls": {
@@ -6649,38 +6681,6 @@
6649
6681
  "type": "object",
6650
6682
  "title": "ToggleGroup",
6651
6683
  "description": "\n\nDefines a ToggleGroup which may appear in control extension points such as the property panel\n\n <p><b>Example</b></p>\n\n\n\n\n\n [\n {\n \"type\": \"togglegroup\",\n \"macroParameter\": \"toggleGroupMacroParameter\",\n \"controls\": [\n {\n \"type\": \"togglebutton\",\n \"macroParameterValue\": \"macroParameterValue 0\",\n \"label\": {\n \"value\": \"My Custom Control 0\"\n },\n \"key\": \"my-custom-toggle-button-0\"\n },\n {\n \"type\": \"togglebutton\",\n \"macroParameterValue\": \"macroParameterValue 1\",\n \"label\": {\n \"value\": \"My Custom Control 1\"\n },\n \"key\": \"my-custom-toggle-button-1\"\n }\n ]\n }\n ]\n\n\n"
6652
- },
6653
- {
6654
- "properties": {
6655
- "macroParameter": {
6656
- "maxLength": 100,
6657
- "type": "string",
6658
- "fieldDescription": "\n\nThe Macro Parameter identifier used to store the text\n\n"
6659
- },
6660
- "type": {
6661
- "enum": [
6662
- "text",
6663
- "TEXT"
6664
- ],
6665
- "type": "string",
6666
- "fieldDescription": "\n\nThe type field must be set to 'text'\n\n"
6667
- },
6668
- "key": {
6669
- "pattern": "^[a-zA-Z0-9-]+$",
6670
- "maxLength": 100,
6671
- "type": "string",
6672
- "fieldDescription": "\n\nA key to identify this module.\n\n This key must be unique relative to the add on, with the exception of Confluence macros: Their keys need to be\n globally unique.\n\n Keys must only contain alphanumeric characters and dashes.\n\n The key is used to generate the url to your add-on's module. The url is generated as a combination of your add-on\n key and module key. For example, an add-on which looks like:\n\n {\n \"key\": \"my-addon\",\n \"modules\": {\n \"configurePage\": {\n \"key\": \"configure-me\",\n }\n }\n }\n\n Will have a configuration page module with a URL of `/plugins/servlet/ac/my-addon/configure-me`.\n\n"
6673
- }
6674
- },
6675
- "required": [
6676
- "macroParameter",
6677
- "type",
6678
- "key"
6679
- ],
6680
- "shortClassName": "textControlBean",
6681
- "type": "object",
6682
- "title": "TextControl",
6683
- "description": "\n\nDefines a text field which may appear in control extension points such as the property panel\n\n <p><b>Example</b></p>\n\n\n\n\n\n {\n \"type\": \"button\",\n \"label\": {\n \"value\": \"My Custom Control 0\"\n },\n \"key\": \"my-custom-control-0\"\n }\n\n\n"
6684
6684
  }
6685
6685
  ]
6686
6686
  },
@@ -6977,67 +6977,67 @@
6977
6977
  "anyOf": [
6978
6978
  {
6979
6979
  "properties": {
6980
- "macroParameter": {
6981
- "maxLength": 100,
6982
- "type": "string",
6983
- "fieldDescription": "\n\nThe Macro Parameter identifier used to store the text\n\n"
6980
+ "label": {
6981
+ "$ref": "#/definitions/i18nProperty",
6982
+ "fieldDescription": "\n\nText which will appear inside the button\n\n"
6984
6983
  },
6985
6984
  "type": {
6986
6985
  "enum": [
6987
- "text",
6988
- "TEXT"
6986
+ "button",
6987
+ "BUTTON"
6989
6988
  ],
6990
6989
  "type": "string",
6991
- "fieldDescription": "\n\nThe type field must be set to 'text'\n\n"
6990
+ "fieldDescription": "\n\nThe type field must be set to 'button'\n\n"
6992
6991
  },
6993
6992
  "key": {
6994
6993
  "pattern": "^[a-zA-Z0-9-]+$",
6995
6994
  "maxLength": 100,
6996
6995
  "type": "string",
6997
- "fieldDescription": "\n\nA key to identify this module.\n\n This key must be unique relative to the add on, with the exception of Confluence macros: Their keys need to be\n globally unique.\n\n Keys must only contain alphanumeric characters and dashes.\n\n The key is used to generate the url to your add-on's module. The url is generated as a combination of your add-on\n key and module key. For example, an add-on which looks like:\n\n {\n \"key\": \"my-addon\",\n \"modules\": {\n \"configurePage\": {\n \"key\": \"configure-me\",\n }\n }\n }\n\n Will have a configuration page module with a URL of `/plugins/servlet/ac/my-addon/configure-me`.\n\n"
6996
+ "fieldDescription": "\n\nA key to identify the control. Keys must only contain alphanumeric characters and dashes, and must be unique\n\n"
6998
6997
  }
6999
6998
  },
7000
6999
  "required": [
7001
- "macroParameter",
7000
+ "label",
7002
7001
  "type",
7003
7002
  "key"
7004
7003
  ],
7005
- "shortClassName": "textControlBean",
7004
+ "additionalProperties": true,
7005
+ "shortClassName": "buttonControlBean",
7006
7006
  "type": "object",
7007
- "title": "TextControl",
7008
- "description": "\n\nDefines a text field which may appear in control extension points such as the property panel\n\n <p><b>Example</b></p>\n\n\n\n\n\n {\n \"type\": \"button\",\n \"label\": {\n \"value\": \"My Custom Control 0\"\n },\n \"key\": \"my-custom-control-0\"\n }\n\n\n"
7007
+ "title": "ButtonControl",
7008
+ "description": "\n\nDefines a button which may appear in control extension points such as the property panel\n\n <p><b>Example</b></p>\n\n\n\n\n\n {\n \"type\": \"button\",\n \"label\": {\n \"value\": \"My Custom Control 0\"\n },\n \"key\": \"my-custom-control-0\"\n }\n\n\n"
7009
7009
  },
7010
7010
  {
7011
7011
  "properties": {
7012
- "label": {
7013
- "$ref": "#/definitions/i18nProperty",
7014
- "fieldDescription": "\n\nText which will appear inside the button\n\n"
7012
+ "macroParameter": {
7013
+ "maxLength": 100,
7014
+ "type": "string",
7015
+ "fieldDescription": "\n\nThe Macro Parameter identifier used to store the text\n\n"
7015
7016
  },
7016
7017
  "type": {
7017
7018
  "enum": [
7018
- "button",
7019
- "BUTTON"
7019
+ "text",
7020
+ "TEXT"
7020
7021
  ],
7021
7022
  "type": "string",
7022
- "fieldDescription": "\n\nThe type field must be set to 'button'\n\n"
7023
+ "fieldDescription": "\n\nThe type field must be set to 'text'\n\n"
7023
7024
  },
7024
7025
  "key": {
7025
7026
  "pattern": "^[a-zA-Z0-9-]+$",
7026
7027
  "maxLength": 100,
7027
7028
  "type": "string",
7028
- "fieldDescription": "\n\nA key to identify the control. Keys must only contain alphanumeric characters and dashes, and must be unique\n\n"
7029
+ "fieldDescription": "\n\nA key to identify this module.\n\n This key must be unique relative to the add on, with the exception of Confluence macros: Their keys need to be\n globally unique.\n\n Keys must only contain alphanumeric characters and dashes.\n\n The key is used to generate the url to your add-on's module. The url is generated as a combination of your add-on\n key and module key. For example, an add-on which looks like:\n\n {\n \"key\": \"my-addon\",\n \"modules\": {\n \"configurePage\": {\n \"key\": \"configure-me\",\n }\n }\n }\n\n Will have a configuration page module with a URL of `/plugins/servlet/ac/my-addon/configure-me`.\n\n"
7029
7030
  }
7030
7031
  },
7031
7032
  "required": [
7032
- "label",
7033
+ "macroParameter",
7033
7034
  "type",
7034
7035
  "key"
7035
7036
  ],
7036
- "additionalProperties": true,
7037
- "shortClassName": "buttonControlBean",
7037
+ "shortClassName": "textControlBean",
7038
7038
  "type": "object",
7039
- "title": "ButtonControl",
7040
- "description": "\n\nDefines a button which may appear in control extension points such as the property panel\n\n <p><b>Example</b></p>\n\n\n\n\n\n {\n \"type\": \"button\",\n \"label\": {\n \"value\": \"My Custom Control 0\"\n },\n \"key\": \"my-custom-control-0\"\n }\n\n\n"
7039
+ "title": "TextControl",
7040
+ "description": "\n\nDefines a text field which may appear in control extension points such as the property panel\n\n <p><b>Example</b></p>\n\n\n\n\n\n {\n \"type\": \"button\",\n \"label\": {\n \"value\": \"My Custom Control 0\"\n },\n \"key\": \"my-custom-control-0\"\n }\n\n\n"
7041
7041
  },
7042
7042
  {
7043
7043
  "properties": {
@@ -8790,10 +8790,10 @@
8790
8790
  "type": "object",
8791
8791
  "anyOf": [
8792
8792
  {
8793
- "$ref": "#/definitions/singleCondition"
8793
+ "$ref": "#"
8794
8794
  },
8795
8795
  {
8796
- "$ref": "#"
8796
+ "$ref": "#/definitions/singleCondition"
8797
8797
  }
8798
8798
  ]
8799
8799
  },
@@ -2506,7 +2506,7 @@ export interface Modules {
2506
2506
  location?: string;
2507
2507
  cacheable?: boolean;
2508
2508
  supportsNative?: boolean;
2509
- conditions?: (SingleCondition | CompositeCondition)[];
2509
+ conditions?: (CompositeCondition | SingleCondition)[];
2510
2510
  params?: {
2511
2511
  [k: string]: unknown;
2512
2512
  };
@@ -2522,7 +2522,7 @@ export interface Modules {
2522
2522
  location?: string;
2523
2523
  cacheable?: boolean;
2524
2524
  supportsNative?: boolean;
2525
- conditions?: (SingleCondition | CompositeCondition)[];
2525
+ conditions?: (CompositeCondition | SingleCondition)[];
2526
2526
  params?: {
2527
2527
  [k: string]: unknown;
2528
2528
  };
@@ -2560,7 +2560,7 @@ export interface Modules {
2560
2560
  weight?: number;
2561
2561
  cacheable?: boolean;
2562
2562
  location?: string;
2563
- conditions?: (SingleCondition | CompositeCondition)[];
2563
+ conditions?: (CompositeCondition | SingleCondition)[];
2564
2564
  params?: {
2565
2565
  [k: string]: unknown;
2566
2566
  };
@@ -2574,7 +2574,7 @@ export interface Modules {
2574
2574
  weight?: number;
2575
2575
  cacheable?: boolean;
2576
2576
  location?: string;
2577
- conditions?: (SingleCondition | CompositeCondition)[];
2577
+ conditions?: (CompositeCondition | SingleCondition)[];
2578
2578
  params?: {
2579
2579
  [k: string]: unknown;
2580
2580
  };
@@ -2616,7 +2616,7 @@ export interface Modules {
2616
2616
  weight?: number;
2617
2617
  cacheable?: boolean;
2618
2618
  location?: string;
2619
- conditions?: (SingleCondition | CompositeCondition)[];
2619
+ conditions?: (CompositeCondition | SingleCondition)[];
2620
2620
  params?: {
2621
2621
  [k: string]: unknown;
2622
2622
  };
@@ -2630,7 +2630,7 @@ export interface Modules {
2630
2630
  weight?: number;
2631
2631
  cacheable?: boolean;
2632
2632
  location?: string;
2633
- conditions?: (SingleCondition | CompositeCondition)[];
2633
+ conditions?: (CompositeCondition | SingleCondition)[];
2634
2634
  params?: {
2635
2635
  [k: string]: unknown;
2636
2636
  };
@@ -2750,7 +2750,7 @@ export interface Modules {
2750
2750
  name?: I18NProperty63;
2751
2751
  weight?: number;
2752
2752
  location?: string;
2753
- conditions?: (CompositeCondition7 | SingleCondition5)[];
2753
+ conditions?: (SingleCondition5 | CompositeCondition7)[];
2754
2754
  params?: {
2755
2755
  [k: string]: unknown;
2756
2756
  };
@@ -2762,7 +2762,7 @@ export interface Modules {
2762
2762
  name?: I18NProperty63;
2763
2763
  weight?: number;
2764
2764
  location?: string;
2765
- conditions?: (CompositeCondition7 | SingleCondition5)[];
2765
+ conditions?: (SingleCondition5 | CompositeCondition7)[];
2766
2766
  params?: {
2767
2767
  [k: string]: unknown;
2768
2768
  };
@@ -3222,7 +3222,7 @@ export interface SingleCondition {
3222
3222
  *
3223
3223
  */
3224
3224
  export interface CompositeCondition {
3225
- conditions?: (SingleCondition | ManifestSchema)[];
3225
+ conditions?: (ManifestSchema | SingleCondition)[];
3226
3226
  type?: 'and' | 'AND' | 'or' | 'OR';
3227
3227
  [k: string]: unknown;
3228
3228
  }
@@ -6157,7 +6157,7 @@ export interface SingleCondition4 {
6157
6157
  *
6158
6158
  */
6159
6159
  export interface CompositeCondition6 {
6160
- conditions?: (ManifestSchema | SingleCondition)[];
6160
+ conditions?: (SingleCondition | ManifestSchema)[];
6161
6161
  type?: 'and' | 'AND' | 'or' | 'OR';
6162
6162
  [k: string]: unknown;
6163
6163
  }
@@ -6515,6 +6515,37 @@ export interface I18NProperty63 {
6515
6515
  i18n?: string;
6516
6516
  [k: string]: unknown;
6517
6517
  }
6518
+ /**
6519
+ *
6520
+ *
6521
+ * Single Conditions are either provided by the host application. See the complete documentation of
6522
+ * [Conditions](../../conditions/) for more information.
6523
+ *
6524
+ * To invert a condition, add the attribute ``invert="true"`` to the condition element.
6525
+ * This is useful where you want to show the section if a certain condition is not satisfied.
6526
+ *
6527
+ * <h3>Example</h3>
6528
+ *
6529
+ *
6530
+ *
6531
+ *
6532
+ *
6533
+ * {
6534
+ * "condition": "user_is_logged_in",
6535
+ * "invert": false
6536
+ * }
6537
+ *
6538
+ *
6539
+ *
6540
+ */
6541
+ export interface SingleCondition5 {
6542
+ condition: string;
6543
+ invert?: boolean;
6544
+ params?: {
6545
+ [k: string]: unknown;
6546
+ };
6547
+ [k: string]: unknown;
6548
+ }
6518
6549
  /**
6519
6550
  *
6520
6551
  *
@@ -6552,41 +6583,10 @@ export interface I18NProperty63 {
6552
6583
  *
6553
6584
  */
6554
6585
  export interface CompositeCondition7 {
6555
- conditions?: (SingleCondition | ManifestSchema)[];
6586
+ conditions?: (ManifestSchema | SingleCondition)[];
6556
6587
  type?: 'and' | 'AND' | 'or' | 'OR';
6557
6588
  [k: string]: unknown;
6558
6589
  }
6559
- /**
6560
- *
6561
- *
6562
- * Single Conditions are either provided by the host application. See the complete documentation of
6563
- * [Conditions](../../conditions/) for more information.
6564
- *
6565
- * To invert a condition, add the attribute ``invert="true"`` to the condition element.
6566
- * This is useful where you want to show the section if a certain condition is not satisfied.
6567
- *
6568
- * <h3>Example</h3>
6569
- *
6570
- *
6571
- *
6572
- *
6573
- *
6574
- * {
6575
- * "condition": "user_is_logged_in",
6576
- * "invert": false
6577
- * }
6578
- *
6579
- *
6580
- *
6581
- */
6582
- export interface SingleCondition5 {
6583
- condition: string;
6584
- invert?: boolean;
6585
- params?: {
6586
- [k: string]: unknown;
6587
- };
6588
- [k: string]: unknown;
6589
- }
6590
6590
  /**
6591
6591
  *
6592
6592
  *
@@ -8006,11 +8006,39 @@ export interface I18NProperty74 {
8006
8006
  *
8007
8007
  */
8008
8008
  export interface MacroPropertyPanel {
8009
- controls?: (ControlGroup | ButtonControl1 | ToggleGroup | TextControl)[];
8009
+ controls?: (TextControl | ControlGroup | ButtonControl1 | ToggleGroup)[];
8010
8010
  cacheable?: boolean;
8011
8011
  url: string;
8012
8012
  [k: string]: unknown;
8013
8013
  }
8014
+ /**
8015
+ *
8016
+ *
8017
+ * Defines a text field which may appear in control extension points such as the property panel
8018
+ *
8019
+ * <p><b>Example</b></p>
8020
+ *
8021
+ *
8022
+ *
8023
+ *
8024
+ *
8025
+ * {
8026
+ * "type": "button",
8027
+ * "label": {
8028
+ * "value": "My Custom Control 0"
8029
+ * },
8030
+ * "key": "my-custom-control-0"
8031
+ * }
8032
+ *
8033
+ *
8034
+ *
8035
+ */
8036
+ export interface TextControl {
8037
+ macroParameter: string;
8038
+ type: 'text' | 'TEXT';
8039
+ key: string;
8040
+ [k: string]: unknown;
8041
+ }
8014
8042
  /**
8015
8043
  *
8016
8044
  *
@@ -8255,34 +8283,6 @@ export interface I18NProperty77 {
8255
8283
  i18n?: string;
8256
8284
  [k: string]: unknown;
8257
8285
  }
8258
- /**
8259
- *
8260
- *
8261
- * Defines a text field which may appear in control extension points such as the property panel
8262
- *
8263
- * <p><b>Example</b></p>
8264
- *
8265
- *
8266
- *
8267
- *
8268
- *
8269
- * {
8270
- * "type": "button",
8271
- * "label": {
8272
- * "value": "My Custom Control 0"
8273
- * },
8274
- * "key": "my-custom-control-0"
8275
- * }
8276
- *
8277
- *
8278
- *
8279
- */
8280
- export interface TextControl {
8281
- macroParameter: string;
8282
- type: 'text' | 'TEXT';
8283
- key: string;
8284
- [k: string]: unknown;
8285
- }
8286
8286
  /**
8287
8287
  *
8288
8288
  *
@@ -29251,7 +29251,7 @@ export interface I18NProperty83 {
29251
29251
  *
29252
29252
  */
29253
29253
  export interface MacroPropertyPanel1 {
29254
- controls?: (TextControl1 | ButtonControl2 | ControlGroup1 | ToggleGroup1)[];
29254
+ controls?: (ButtonControl2 | TextControl1 | ControlGroup1 | ToggleGroup1)[];
29255
29255
  cacheable?: boolean;
29256
29256
  url: string;
29257
29257
  [k: string]: unknown;
@@ -29259,7 +29259,7 @@ export interface MacroPropertyPanel1 {
29259
29259
  /**
29260
29260
  *
29261
29261
  *
29262
- * Defines a text field which may appear in control extension points such as the property panel
29262
+ * Defines a button which may appear in control extension points such as the property panel
29263
29263
  *
29264
29264
  * <p><b>Example</b></p>
29265
29265
  *
@@ -29278,62 +29278,62 @@ export interface MacroPropertyPanel1 {
29278
29278
  *
29279
29279
  *
29280
29280
  */
29281
- export interface TextControl1 {
29282
- macroParameter: string;
29283
- type: 'text' | 'TEXT';
29281
+ export interface ButtonControl2 {
29282
+ label: I18NProperty84;
29283
+ type: 'button' | 'BUTTON';
29284
29284
  key: string;
29285
29285
  [k: string]: unknown;
29286
29286
  }
29287
29287
  /**
29288
29288
  *
29289
29289
  *
29290
- * Defines a button which may appear in control extension points such as the property panel
29290
+ * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
29291
+ * and value in multiple places if you like, but identical keys must have identical values.
29291
29292
  *
29292
- * <p><b>Example</b></p>
29293
+ * <h3>Example</h3>
29293
29294
  *
29294
29295
  *
29295
29296
  *
29296
29297
  *
29297
29298
  *
29298
29299
  * {
29299
- * "type": "button",
29300
- * "label": {
29301
- * "value": "My Custom Control 0"
29302
- * },
29303
- * "key": "my-custom-control-0"
29300
+ * "value": "My text"
29304
29301
  * }
29305
29302
  *
29306
29303
  *
29307
29304
  *
29308
29305
  */
29309
- export interface ButtonControl2 {
29310
- label: I18NProperty84;
29311
- type: 'button' | 'BUTTON';
29312
- key: string;
29306
+ export interface I18NProperty84 {
29307
+ value: string;
29308
+ i18n?: string;
29313
29309
  [k: string]: unknown;
29314
29310
  }
29315
29311
  /**
29316
29312
  *
29317
29313
  *
29318
- * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
29319
- * and value in multiple places if you like, but identical keys must have identical values.
29314
+ * Defines a text field which may appear in control extension points such as the property panel
29320
29315
  *
29321
- * <h3>Example</h3>
29316
+ * <p><b>Example</b></p>
29322
29317
  *
29323
29318
  *
29324
29319
  *
29325
29320
  *
29326
29321
  *
29327
29322
  * {
29328
- * "value": "My text"
29323
+ * "type": "button",
29324
+ * "label": {
29325
+ * "value": "My Custom Control 0"
29326
+ * },
29327
+ * "key": "my-custom-control-0"
29329
29328
  * }
29330
29329
  *
29331
29330
  *
29332
29331
  *
29333
29332
  */
29334
- export interface I18NProperty84 {
29335
- value: string;
29336
- i18n?: string;
29333
+ export interface TextControl1 {
29334
+ macroParameter: string;
29335
+ type: 'text' | 'TEXT';
29336
+ key: string;
29337
29337
  [k: string]: unknown;
29338
29338
  }
29339
29339
  /**
@@ -5,17 +5,71 @@
5
5
  "act-as-user:connect-jira",
6
6
  "admin:connect-confluence",
7
7
  "admin:connect-jira",
8
+ "delete:async-task:jira",
8
9
  "delete:attachment:confluence",
10
+ "delete:attachment:jira",
11
+ "delete:avatar:jira",
9
12
  "delete:blogpost:confluence",
10
13
  "delete:board-scope.admin:jira-software",
14
+ "delete:comment.property:jira",
11
15
  "delete:comment:confluence",
16
+ "delete:comment:jira",
12
17
  "delete:connect-confluence",
13
18
  "delete:connect-jira",
14
19
  "delete:content:confluence",
15
20
  "delete:custom-content:confluence",
21
+ "delete:dashboard.property:jira",
22
+ "delete:dashboard:jira",
23
+ "delete:field-configuration-scheme:jira",
24
+ "delete:field-configuration:jira",
25
+ "delete:field.option:jira",
26
+ "delete:field:jira",
27
+ "delete:filter.column:jira",
28
+ "delete:filter:jira",
29
+ "delete:group:jira",
30
+ "delete:issue-link-type:jira",
31
+ "delete:issue-link:jira",
32
+ "delete:issue-type-scheme:jira",
33
+ "delete:issue-type-screen-scheme:jira",
34
+ "delete:issue-type.property:jira",
35
+ "delete:issue-type:jira",
36
+ "delete:issue-worklog.property:jira",
37
+ "delete:issue-worklog:jira",
38
+ "delete:issue.property:jira",
39
+ "delete:issue.remote-link:jira",
40
+ "delete:issue:jira",
41
+ "delete:organization.property:jira-service-management",
42
+ "delete:organization.user:jira-service-management",
43
+ "delete:organization:jira-service-management",
16
44
  "delete:page:confluence",
45
+ "delete:permission-scheme:jira",
46
+ "delete:permission:jira",
47
+ "delete:project-category:jira",
48
+ "delete:project-role:jira",
49
+ "delete:project-version:jira",
50
+ "delete:project.avatar:jira",
51
+ "delete:project.component:jira",
52
+ "delete:project.property:jira",
53
+ "delete:project:jira",
54
+ "delete:request.feedback:jira-service-management",
55
+ "delete:request.notification:jira-service-management",
56
+ "delete:request.participant:jira-service-management",
57
+ "delete:requesttype.property:jira-service-management",
58
+ "delete:screen-scheme:jira",
59
+ "delete:screen-tab:jira",
60
+ "delete:screen:jira",
61
+ "delete:screenable-field:jira",
62
+ "delete:servicedesk.customer:jira-service-management",
63
+ "delete:servicedesk.organization:jira-service-management",
64
+ "delete:servicedesk.property:jira-service-management",
17
65
  "delete:space:confluence",
18
66
  "delete:sprint:jira-software",
67
+ "delete:user-configuration:jira",
68
+ "delete:user.property:jira",
69
+ "delete:webhook:jira",
70
+ "delete:workflow-scheme:jira",
71
+ "delete:workflow.property:jira",
72
+ "delete:workflow:jira",
19
73
  "manage:confluence-configuration",
20
74
  "manage:jira-configuration",
21
75
  "manage:jira-data-provider",
@@ -25,7 +79,9 @@
25
79
  "project-admin:connect-jira",
26
80
  "read:account",
27
81
  "read:analytics.content:confluence",
82
+ "read:application-role:jira",
28
83
  "read:attachment:confluence",
84
+ "read:attachment:jira",
29
85
  "read:audit-log:confluence",
30
86
  "read:audit-log:jira",
31
87
  "read:avatar:jira",
@@ -33,10 +89,11 @@
33
89
  "read:board-scope.admin:jira-software",
34
90
  "read:board-scope:jira-software",
35
91
  "read:build:jira-software",
92
+ "read:comment.property:jira",
36
93
  "read:comment:confluence",
94
+ "read:comment:jira",
37
95
  "read:component:compass",
38
96
  "read:configuration:confluence",
39
- "read:configuration:jira",
40
97
  "read:confluence-content.all",
41
98
  "read:confluence-content.permission",
42
99
  "read:confluence-content.summary",
@@ -53,6 +110,7 @@
53
110
  "read:content.restriction:confluence",
54
111
  "read:content:confluence",
55
112
  "read:custom-content:confluence",
113
+ "read:custom-field-contextual-configuration:jira",
56
114
  "read:customer:jira-service-management",
57
115
  "read:dashboard.property:jira",
58
116
  "read:dashboard:jira",
@@ -61,50 +119,71 @@
61
119
  "read:event:compass",
62
120
  "read:feature-flag:jira-software",
63
121
  "read:field-configuration-scheme:jira",
122
+ "read:field-configuration:jira",
123
+ "read:field.default-value:jira",
124
+ "read:field.option:jira",
125
+ "read:field.options:jira",
64
126
  "read:field:jira",
127
+ "read:filter.column:jira",
128
+ "read:filter.default-share-scope:jira",
65
129
  "read:filter:jira",
66
130
  "read:group:confluence",
67
131
  "read:group:jira",
68
- "read:information:jira",
69
132
  "read:inlinetask:confluence",
70
- "read:instance:jira",
133
+ "read:instance-configuration:jira",
134
+ "read:issue-details:jira",
135
+ "read:issue-event:jira",
136
+ "read:issue-field-values:jira",
71
137
  "read:issue-link-type:jira",
138
+ "read:issue-link:jira",
139
+ "read:issue-meta:jira",
140
+ "read:issue-security-level:jira",
72
141
  "read:issue-security-scheme:jira",
142
+ "read:issue-status:jira",
143
+ "read:issue-type-hierarchy:jira",
73
144
  "read:issue-type-scheme:jira",
74
145
  "read:issue-type-screen-scheme:jira",
146
+ "read:issue-type-transition:jira",
75
147
  "read:issue-type.property:jira",
76
148
  "read:issue-type:jira",
77
- "read:issue.attachment:jira",
78
- "read:issue.comment.property:jira",
79
- "read:issue.comment:jira",
80
- "read:issue.link:jira",
149
+ "read:issue-worklog.property:jira",
150
+ "read:issue-worklog:jira",
151
+ "read:issue.changelog:jira",
81
152
  "read:issue.property:jira",
82
153
  "read:issue.remote-link:jira",
83
154
  "read:issue.time-tracking:jira",
84
- "read:issue.watchers:jira",
85
- "read:issue.workflow:jira",
86
- "read:issue.worklog.property:jira",
87
- "read:issue.worklog:jira",
155
+ "read:issue.transition:jira",
156
+ "read:issue.vote:jira",
157
+ "read:issue.votes:jira",
158
+ "read:issue.watcher:jira",
88
159
  "read:issue:jira",
89
160
  "read:issue:jira-software",
161
+ "read:jira-expressions:jira",
90
162
  "read:jira-user",
91
163
  "read:jira-work",
164
+ "read:jql:jira",
92
165
  "read:knowledgebase:jira-service-management",
93
166
  "read:label:confluence",
94
167
  "read:label:jira",
168
+ "read:license:jira",
95
169
  "read:me",
96
170
  "read:notification-scheme:jira",
97
171
  "read:organization.property:jira-service-management",
98
172
  "read:organization.user:jira-service-management",
99
173
  "read:organization:jira-service-management",
100
174
  "read:page:confluence",
101
- "read:permissions:jira",
175
+ "read:permission-scheme:jira",
176
+ "read:permission:jira",
102
177
  "read:priority:jira",
103
178
  "read:project-category:jira",
104
- "read:project.components:jira",
105
- "read:project.permissions:jira",
179
+ "read:project-role:jira",
180
+ "read:project-type:jira",
181
+ "read:project-version:jira",
182
+ "read:project.avatar:jira",
183
+ "read:project.component:jira",
184
+ "read:project.email:jira",
185
+ "read:project.feature:jira",
106
186
  "read:project.property:jira",
107
- "read:project.version:jira",
108
187
  "read:project:jira",
109
188
  "read:queue:jira-service-management",
110
189
  "read:relation:confluence",
@@ -124,7 +203,11 @@
124
203
  "read:resolution:jira",
125
204
  "read:role:jira",
126
205
  "read:scorecard:compass",
206
+ "read:screen-field:jira",
207
+ "read:screen-scheme:jira",
208
+ "read:screen-tab:jira",
127
209
  "read:screen:jira",
210
+ "read:screenable-field:jira",
128
211
  "read:servicedesk-request",
129
212
  "read:servicedesk.customer:jira-service-management",
130
213
  "read:servicedesk.organization:jira-service-management",
@@ -140,31 +223,34 @@
140
223
  "read:sprint:jira-software",
141
224
  "read:status:jira",
142
225
  "read:template:confluence",
143
- "read:user-group:jira",
226
+ "read:user-configuration:jira",
227
+ "read:user.columns:jira",
144
228
  "read:user.property:jira",
145
229
  "read:user:confluence",
146
230
  "read:user:jira",
147
231
  "read:watcher:confluence",
148
232
  "read:webhook:jira",
233
+ "read:workflow-scheme:jira",
149
234
  "read:workflow.property:jira",
150
235
  "read:workflow:jira",
151
236
  "readonly:content.attachment:confluence",
152
237
  "report:personal-data",
153
238
  "search:confluence",
154
- "search:issue:jira",
155
- "search:jira",
156
- "search:user:jira",
157
239
  "send:notification:jira",
158
240
  "space-admin:connect-confluence",
159
241
  "storage:app",
242
+ "validate:jql:jira",
160
243
  "write:attachment:confluence",
244
+ "write:attachment:jira",
161
245
  "write:audit-log:confluence",
162
246
  "write:avatar:jira",
163
247
  "write:blogpost:confluence",
164
248
  "write:board-scope.admin:jira-software",
165
249
  "write:board-scope:jira-software",
166
250
  "write:build:jira-software",
251
+ "write:comment.property:jira",
167
252
  "write:comment:confluence",
253
+ "write:comment:jira",
168
254
  "write:component:compass",
169
255
  "write:configuration:confluence",
170
256
  "write:confluence-content",
@@ -178,6 +264,7 @@
178
264
  "write:content.restriction:confluence",
179
265
  "write:content:confluence",
180
266
  "write:custom-content:confluence",
267
+ "write:custom-field-contextual-configuration:jira",
181
268
  "write:customer:jira-service-management",
182
269
  "write:dashboard.property:jira",
183
270
  "write:dashboard:jira",
@@ -186,27 +273,30 @@
186
273
  "write:event:compass",
187
274
  "write:feature-flag:jira-software",
188
275
  "write:field-configuration-scheme:jira",
276
+ "write:field-configuration:jira",
277
+ "write:field.default-value:jira",
278
+ "write:field.option:jira",
189
279
  "write:field:jira",
280
+ "write:filter.column:jira",
281
+ "write:filter.default-share-scope:jira",
190
282
  "write:filter:jira",
191
283
  "write:group:confluence",
192
284
  "write:group:jira",
193
285
  "write:inlinetask:confluence",
286
+ "write:instance-configuration:jira",
194
287
  "write:issue-link-type:jira",
288
+ "write:issue-link:jira",
195
289
  "write:issue-type-scheme:jira",
196
290
  "write:issue-type-screen-scheme:jira",
197
291
  "write:issue-type.property:jira",
198
292
  "write:issue-type:jira",
199
- "write:issue.attachment:jira",
200
- "write:issue.comment.property:jira",
201
- "write:issue.comment:jira",
202
- "write:issue.link:jira",
293
+ "write:issue-worklog.property:jira",
294
+ "write:issue-worklog:jira",
203
295
  "write:issue.property:jira",
204
296
  "write:issue.remote-link:jira",
205
297
  "write:issue.time-tracking:jira",
206
- "write:issue.watchers:jira",
207
- "write:issue.workflow:jira",
208
- "write:issue.worklog.property:jira",
209
- "write:issue.worklog:jira",
298
+ "write:issue.vote:jira",
299
+ "write:issue.watcher:jira",
210
300
  "write:issue:jira",
211
301
  "write:issue:jira-software",
212
302
  "write:jira-work",
@@ -215,12 +305,16 @@
215
305
  "write:organization.user:jira-service-management",
216
306
  "write:organization:jira-service-management",
217
307
  "write:page:confluence",
218
- "write:permissions:jira",
308
+ "write:permission-scheme:jira",
309
+ "write:permission:jira",
219
310
  "write:project-category:jira",
220
- "write:project.components:jira",
221
- "write:project.permissions:jira",
311
+ "write:project-role:jira",
312
+ "write:project-version:jira",
313
+ "write:project.avatar:jira",
314
+ "write:project.component:jira",
315
+ "write:project.email:jira",
316
+ "write:project.feature:jira",
222
317
  "write:project.property:jira",
223
- "write:project.version:jira",
224
318
  "write:project:jira",
225
319
  "write:relation:confluence",
226
320
  "write:remote-link:jira-software",
@@ -234,9 +328,11 @@
234
328
  "write:request:jira-service-management",
235
329
  "write:requesttype.property:jira-service-management",
236
330
  "write:requesttype:jira-service-management",
237
- "write:role:jira",
238
331
  "write:scorecard:compass",
332
+ "write:screen-scheme:jira",
333
+ "write:screen-tab:jira",
239
334
  "write:screen:jira",
335
+ "write:screenable-field:jira",
240
336
  "write:servicedesk-request",
241
337
  "write:servicedesk.customer:jira-service-management",
242
338
  "write:servicedesk.organization:jira-service-management",
@@ -249,11 +345,11 @@
249
345
  "write:space:confluence",
250
346
  "write:sprint:jira-software",
251
347
  "write:template:confluence",
252
- "write:user-group:jira",
348
+ "write:user-configuration:jira",
253
349
  "write:user.property:jira",
254
- "write:user:jira",
255
350
  "write:watcher:confluence",
256
351
  "write:webhook:jira",
352
+ "write:workflow-scheme:jira",
257
353
  "write:workflow.property:jira",
258
354
  "write:workflow:jira"
259
355
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "2.5.0-next.7",
3
+ "version": "2.5.1-next.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {