@forge/manifest 11.0.0-next.1 → 11.0.0-next.10

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,60 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 11.0.0-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 0c433a0: Update manifest definitions
8
+
9
+ ## 11.0.0-next.9
10
+
11
+ ### Minor Changes
12
+
13
+ - 88238e7: updated regex for container tags validation
14
+
15
+ ## 11.0.0-next.8
16
+
17
+ ### Patch Changes
18
+
19
+ - 24bd686: Update manifest definitions
20
+ - 2011ffe: Update manifest definitions
21
+
22
+ ## 11.0.0-next.7
23
+
24
+ ### Minor Changes
25
+
26
+ - 0a3f5d5: Add support for rovo:agentConnector module to the supported module types.
27
+
28
+ ## 11.0.0-next.6
29
+
30
+ ### Patch Changes
31
+
32
+ - d00ef59: Update manifest definitions
33
+
34
+ ## 11.0.0-next.5
35
+
36
+ ### Patch Changes
37
+
38
+ - f0a5a03: Update manifest definitions
39
+
40
+ ## 11.0.0-next.4
41
+
42
+ ### Patch Changes
43
+
44
+ - 3228cf0: fetch product event scope mapping file from shipyard through daily job
45
+
46
+ ## 11.0.0-next.3
47
+
48
+ ### Patch Changes
49
+
50
+ - 78efec7: Update manifest definitions
51
+
52
+ ## 11.0.0-next.2
53
+
54
+ ### Major Changes
55
+
56
+ - 260eb24: Adding support for new module fifoConsumer
57
+
3
58
  ## 11.0.0-next.1
4
59
 
5
60
  ### Minor Changes
@@ -1,4 +1,6 @@
1
1
  {
2
+ "_warning": "DO NOT EDIT: This file is auto-generated from Shipyard. See src/mapping/README.md",
3
+ "_source": "ari:cloud:platform-services::product-event-to-scope-mapping/v1/prod",
2
4
  "mapping": [
3
5
  {
4
6
  "productEvent": "avi:jira:assigned:issue",
@@ -1 +1 @@
1
- {"version":3,"file":"product-trigger-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/product-trigger-validation-processor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAIpD,qBAAa,iCAAkC,SAAQ,2BAA2B,CAAC,cAAc,CAAC;;CASjG"}
1
+ {"version":3,"file":"product-trigger-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/product-trigger-validation-processor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAOpD,qBAAa,iCAAkC,SAAQ,2BAA2B,CAAC,cAAc,CAAC;;CASjG"}
@@ -668,7 +668,8 @@
668
668
  "maxLength": 100,
669
669
  "pattern": "^[-.:_a-zA-Z0-9]{1,93}:custom$"
670
670
  },
671
- "minItems": 1
671
+ "minItems": 1,
672
+ "maxItems": 20
672
673
  },
673
674
  "key": {
674
675
  "$ref": "#/definitions/ModuleKeySchema"
@@ -678,6 +679,7 @@
678
679
  "path",
679
680
  "operation",
680
681
  "function",
682
+ "scopes",
681
683
  "key"
682
684
  ],
683
685
  "not": {
@@ -896,6 +898,37 @@
896
898
  },
897
899
  "minItems": 1
898
900
  },
901
+ "fifoConsumer": {
902
+ "type": "array",
903
+ "items": {
904
+ "$schema": "http://json-schema.org/draft-07/schema#",
905
+ "type": "object",
906
+ "additionalProperties": false,
907
+ "properties": {
908
+ "queue": {
909
+ "$ref": "#/definitions/ConsumerQueue"
910
+ },
911
+ "function": {
912
+ "$ref": "#/definitions/ExtensionKey",
913
+ "description": "The key of the function that should be invoked when consuming events."
914
+ },
915
+ "key": {
916
+ "$ref": "#/definitions/ModuleKeySchema"
917
+ }
918
+ },
919
+ "required": [
920
+ "queue",
921
+ "function",
922
+ "key"
923
+ ],
924
+ "not": {
925
+ "required": [
926
+ "unlicensedAccess"
927
+ ]
928
+ }
929
+ },
930
+ "minItems": 1
931
+ },
899
932
  "function": {
900
933
  "type": "array",
901
934
  "items": {
@@ -2438,6 +2471,48 @@
2438
2471
  "resource"
2439
2472
  ]
2440
2473
  },
2474
+ "ai-context": {
2475
+ "type": "object",
2476
+ "properties": {
2477
+ "data": {
2478
+ "anyOf": [
2479
+ {
2480
+ "additionalProperties": false,
2481
+ "type": "object",
2482
+ "properties": {
2483
+ "function": {
2484
+ "type": "string",
2485
+ "minLength": 1,
2486
+ "maxLength": 255,
2487
+ "pattern": "^[a-zA-Z0-9-_]+$"
2488
+ }
2489
+ },
2490
+ "required": [
2491
+ "function"
2492
+ ]
2493
+ },
2494
+ {
2495
+ "additionalProperties": false,
2496
+ "type": "object",
2497
+ "properties": {
2498
+ "endpoint": {
2499
+ "type": "string",
2500
+ "minLength": 1,
2501
+ "maxLength": 255,
2502
+ "pattern": "^[a-zA-Z0-9-_]+$"
2503
+ }
2504
+ },
2505
+ "required": [
2506
+ "endpoint"
2507
+ ]
2508
+ }
2509
+ ]
2510
+ }
2511
+ },
2512
+ "required": [
2513
+ "data"
2514
+ ]
2515
+ },
2441
2516
  "resolver": {
2442
2517
  "anyOf": [
2443
2518
  {
@@ -2497,6 +2572,75 @@
2497
2572
  },
2498
2573
  "minItems": 1
2499
2574
  },
2575
+ "dashboards:backgroundScript": {
2576
+ "type": "array",
2577
+ "items": {
2578
+ "type": "object",
2579
+ "properties": {
2580
+ "resource": {
2581
+ "type": "string",
2582
+ "minLength": 1,
2583
+ "maxLength": 23,
2584
+ "pattern": "^[a-zA-Z0-9_\\-]+$"
2585
+ },
2586
+ "resolver": {
2587
+ "anyOf": [
2588
+ {
2589
+ "additionalProperties": false,
2590
+ "type": "object",
2591
+ "properties": {
2592
+ "function": {
2593
+ "type": "string",
2594
+ "minLength": 1,
2595
+ "maxLength": 255,
2596
+ "pattern": "^[a-zA-Z0-9-_]+$"
2597
+ }
2598
+ },
2599
+ "required": [
2600
+ "function"
2601
+ ]
2602
+ },
2603
+ {
2604
+ "additionalProperties": false,
2605
+ "type": "object",
2606
+ "properties": {
2607
+ "endpoint": {
2608
+ "type": "string",
2609
+ "minLength": 1,
2610
+ "maxLength": 255,
2611
+ "pattern": "^[a-zA-Z0-9-_]+$"
2612
+ }
2613
+ },
2614
+ "required": [
2615
+ "endpoint"
2616
+ ]
2617
+ }
2618
+ ]
2619
+ },
2620
+ "render": {
2621
+ "default": "default",
2622
+ "enum": [
2623
+ "default",
2624
+ "native"
2625
+ ],
2626
+ "type": "string"
2627
+ },
2628
+ "key": {
2629
+ "$ref": "#/definitions/ModuleKeySchema"
2630
+ }
2631
+ },
2632
+ "required": [
2633
+ "resource",
2634
+ "key"
2635
+ ],
2636
+ "not": {
2637
+ "required": [
2638
+ "unlicensedAccess"
2639
+ ]
2640
+ }
2641
+ },
2642
+ "minItems": 1
2643
+ },
2500
2644
  "confluence:contextMenu": {
2501
2645
  "type": "array",
2502
2646
  "items": {
@@ -6429,14 +6573,14 @@
6429
6573
  "expression"
6430
6574
  ]
6431
6575
  },
6432
- "displayConditions": {
6433
- "type": "object",
6434
- "properties": {}
6435
- },
6436
6576
  "migratedFromConnect": {
6437
6577
  "default": false,
6438
6578
  "type": "boolean"
6439
6579
  },
6580
+ "displayConditions": {
6581
+ "type": "object",
6582
+ "properties": {}
6583
+ },
6440
6584
  "key": {
6441
6585
  "$ref": "#/definitions/ModuleKeySchema"
6442
6586
  }
@@ -6871,6 +7015,10 @@
6871
7015
  "expression"
6872
7016
  ]
6873
7017
  },
7018
+ "migratedFromConnect": {
7019
+ "default": false,
7020
+ "type": "boolean"
7021
+ },
6874
7022
  "displayConditions": {
6875
7023
  "type": "object",
6876
7024
  "properties": {}
@@ -7264,6 +7412,10 @@
7264
7412
  "expression"
7265
7413
  ]
7266
7414
  },
7415
+ "migratedFromConnect": {
7416
+ "default": false,
7417
+ "type": "boolean"
7418
+ },
7267
7419
  "displayConditions": {
7268
7420
  "type": "object",
7269
7421
  "properties": {}
@@ -27275,6 +27427,84 @@
27275
27427
  },
27276
27428
  "minItems": 1
27277
27429
  },
27430
+ "rovo:agentConnector": {
27431
+ "type": "array",
27432
+ "items": {
27433
+ "type": "object",
27434
+ "additionalProperties": false,
27435
+ "required": [
27436
+ "name",
27437
+ "description",
27438
+ "protocols",
27439
+ "key"
27440
+ ],
27441
+ "properties": {
27442
+ "icon": {
27443
+ "type": "string",
27444
+ "minLength": 1,
27445
+ "maxLength": 255
27446
+ },
27447
+ "name": {
27448
+ "type": "string",
27449
+ "minLength": 1,
27450
+ "maxLength": 30
27451
+ },
27452
+ "description": {
27453
+ "minLength": 1,
27454
+ "maxLength": 255,
27455
+ "type": "string"
27456
+ },
27457
+ "conversationStarters": {
27458
+ "description": "A list of conversation starters that the agent can use to start a conversation with the user.",
27459
+ "type": "array",
27460
+ "minItems": 1,
27461
+ "uniqueItems": true,
27462
+ "items": {
27463
+ "type": "string",
27464
+ "minLength": 1,
27465
+ "maxLength": 85
27466
+ }
27467
+ },
27468
+ "protocols": {
27469
+ "description": "Defines how your agent communicates with other agents and systems. It specifies the protocols and transport mechanisms available for interactions with your remote agent.",
27470
+ "type": "object",
27471
+ "additionalProperties": false,
27472
+ "required": [
27473
+ "agent2Agent"
27474
+ ],
27475
+ "properties": {
27476
+ "agent2Agent": {
27477
+ "type": "object",
27478
+ "additionalProperties": false,
27479
+ "required": [
27480
+ "agentCard",
27481
+ "jsonRpcTransport"
27482
+ ],
27483
+ "properties": {
27484
+ "agentCard": {
27485
+ "$ref": "#/definitions/protocolEndpoint",
27486
+ "description": "Returns metadata about the agent, including its capabilities and supported actions."
27487
+ },
27488
+ "jsonRpcTransport": {
27489
+ "$ref": "#/definitions/protocolEndpoint",
27490
+ "description": "Enables Agent2Agent protocol over JSON-RPC 2.0 transport."
27491
+ }
27492
+ }
27493
+ }
27494
+ }
27495
+ },
27496
+ "key": {
27497
+ "$ref": "#/definitions/ModuleKeySchema"
27498
+ }
27499
+ },
27500
+ "not": {
27501
+ "required": [
27502
+ "unlicensedAccess"
27503
+ ]
27504
+ }
27505
+ },
27506
+ "minItems": 1
27507
+ },
27278
27508
  "graph:smartLink": {
27279
27509
  "type": "array",
27280
27510
  "items": {
@@ -28682,9 +28912,9 @@
28682
28912
  },
28683
28913
  "tag": {
28684
28914
  "type": "string",
28685
- "maxLength": 128,
28915
+ "maxLength": 127,
28686
28916
  "minLength": 1,
28687
- "pattern": "^[\\w][\\w.-]{0,127}$"
28917
+ "pattern": "^[a-zA-Z0-9]([a-zA-Z0-9-_.]{0,125}[a-zA-Z0-9])?$"
28688
28918
  },
28689
28919
  "health": {
28690
28920
  "$ref": "#/definitions/ContainerHealthSchema",
@@ -29350,7 +29580,7 @@
29350
29580
  "ConsumerQueue": {
29351
29581
  "type": "string",
29352
29582
  "minLength": 1,
29353
- "maxLength": 255,
29583
+ "maxLength": 36,
29354
29584
  "pattern": "^[a-zA-Z0-9-_]+$",
29355
29585
  "description": "The name of the queue that this consumer listens to.",
29356
29586
  "title": "queue"
@@ -31589,6 +31819,24 @@
31589
31819
  "title": "Body",
31590
31820
  "description": "\n\n<p>\n Defines styles to be applied on the body of content view.\n </p>\n <p>\n The supported properties include <i>background</i> shorthand property and all CSS background element properties.\n The keys are the camelCased versions of corresponding CSS properties, like <i>backgroundImage</i>,\n <i>backgroundColor</i>, <i>backgroundSize</i>, <i>backgroundPosition</i>, <i>backgroundRepeat</i>,\n <i>backgroundClip</i>, <i>backgroundOrigin</i>, <i>backgroundAttachment</i>, and <i>backgroundBlendMode</i>.\n </p>\n\n <p><b>Example</b></p>\n\n\n\n\n\n {\n \"padding\": \"10px\",\n \"borderRadius\": \"0 0 5px 5px\",\n \"background\": \"#FFFFFF\"\n }\n\n\n"
31591
31821
  },
31822
+ "protocolEndpoint": {
31823
+ "type": "object",
31824
+ "additionalProperties": false,
31825
+ "description": "A protocol endpoint that can be invoked to perform a task.",
31826
+ "properties": {
31827
+ "endpoint": {
31828
+ "type": "string",
31829
+ "title": "endpoint",
31830
+ "description": "The key of the endpoint that should be invoked.",
31831
+ "maxLength": 255,
31832
+ "minLength": 1,
31833
+ "pattern": "^[a-zA-Z0-9-._]+$"
31834
+ }
31835
+ },
31836
+ "required": [
31837
+ "endpoint"
31838
+ ]
31839
+ },
31592
31840
  "ExternalAuthProvider": {
31593
31841
  "type": "string",
31594
31842
  "description": "A key referencing authentication provider. This will be utilised to authenticate end-users and match with external users.",
@@ -194,6 +194,10 @@ export type ExtensionKey5 = string;
194
194
  * The interval at which to trigger function invocation.
195
195
  */
196
196
  export type Interval1 = 'fiveMinute' | 'hour' | 'day' | 'week';
197
+ /**
198
+ * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
199
+ */
200
+ export type ExtensionKey6 = string;
197
201
  /**
198
202
  * The method, within the index.js function, that will be called to invoke the function.
199
203
  */
@@ -213,20 +217,20 @@ export type MemoryMB1 = number;
213
217
  /**
214
218
  * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
215
219
  */
216
- export type ExtensionKey6 = string;
220
+ export type ExtensionKey7 = string;
217
221
  /**
218
222
  * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
219
223
  */
220
- export type ExtensionKey7 = string;
224
+ export type ExtensionKey8 = string;
221
225
  export type CoreActionIOType = 'boolean' | 'integer' | 'number' | 'string';
222
226
  /**
223
227
  * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
224
228
  */
225
- export type ExtensionKey8 = string;
229
+ export type ExtensionKey9 = string;
226
230
  /**
227
231
  * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
228
232
  */
229
- export type ExtensionKey9 = string;
233
+ export type ExtensionKey10 = string;
230
234
  /**
231
235
  * Data residency migration hook path
232
236
  */
@@ -519,6 +523,10 @@ export type ActionExtensionKey = string;
519
523
  * The key for an action extension in your descriptor / manifest.
520
524
  */
521
525
  export type ActionExtensionKey1 = string;
526
+ /**
527
+ * The key of the endpoint that should be invoked.
528
+ */
529
+ export type Endpoint1 = string;
522
530
  /**
523
531
  * The domains that this object provider should match.
524
532
  */
@@ -675,7 +683,7 @@ export type Patterns =
675
683
  /**
676
684
  * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
677
685
  */
678
- export type ExtensionKey10 = string;
686
+ export type ExtensionKey11 = string;
679
687
  /**
680
688
  * A key referencing authentication provider. This will be utilised to authenticate end-users and match with external users.
681
689
  */
@@ -697,11 +705,11 @@ export type Instructions =
697
705
  /**
698
706
  * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
699
707
  */
700
- export type ExtensionKey11 = string;
708
+ export type ExtensionKey12 = string;
701
709
  /**
702
710
  * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
703
711
  */
704
- export type ExtensionKey12 = string;
712
+ export type ExtensionKey13 = string;
705
713
  /**
706
714
  * App permissions enforcement method
707
715
  */
@@ -1096,7 +1104,153 @@ export interface Modules {
1096
1104
  /**
1097
1105
  * List of scopes required to access this API route
1098
1106
  */
1099
- scopes?: [string, ...string[]];
1107
+ scopes:
1108
+ | [string]
1109
+ | [string, string]
1110
+ | [string, string, string]
1111
+ | [string, string, string, string]
1112
+ | [string, string, string, string, string]
1113
+ | [string, string, string, string, string, string]
1114
+ | [string, string, string, string, string, string, string]
1115
+ | [string, string, string, string, string, string, string, string]
1116
+ | [string, string, string, string, string, string, string, string, string]
1117
+ | [string, string, string, string, string, string, string, string, string, string]
1118
+ | [string, string, string, string, string, string, string, string, string, string, string]
1119
+ | [string, string, string, string, string, string, string, string, string, string, string, string]
1120
+ | [string, string, string, string, string, string, string, string, string, string, string, string, string]
1121
+ | [
1122
+ string,
1123
+ string,
1124
+ string,
1125
+ string,
1126
+ string,
1127
+ string,
1128
+ string,
1129
+ string,
1130
+ string,
1131
+ string,
1132
+ string,
1133
+ string,
1134
+ string,
1135
+ string
1136
+ ]
1137
+ | [
1138
+ string,
1139
+ string,
1140
+ string,
1141
+ string,
1142
+ string,
1143
+ string,
1144
+ string,
1145
+ string,
1146
+ string,
1147
+ string,
1148
+ string,
1149
+ string,
1150
+ string,
1151
+ string,
1152
+ string
1153
+ ]
1154
+ | [
1155
+ string,
1156
+ string,
1157
+ string,
1158
+ string,
1159
+ string,
1160
+ string,
1161
+ string,
1162
+ string,
1163
+ string,
1164
+ string,
1165
+ string,
1166
+ string,
1167
+ string,
1168
+ string,
1169
+ string,
1170
+ string
1171
+ ]
1172
+ | [
1173
+ string,
1174
+ string,
1175
+ string,
1176
+ string,
1177
+ string,
1178
+ string,
1179
+ string,
1180
+ string,
1181
+ string,
1182
+ string,
1183
+ string,
1184
+ string,
1185
+ string,
1186
+ string,
1187
+ string,
1188
+ string,
1189
+ string
1190
+ ]
1191
+ | [
1192
+ string,
1193
+ string,
1194
+ string,
1195
+ string,
1196
+ string,
1197
+ string,
1198
+ string,
1199
+ string,
1200
+ string,
1201
+ string,
1202
+ string,
1203
+ string,
1204
+ string,
1205
+ string,
1206
+ string,
1207
+ string,
1208
+ string,
1209
+ string
1210
+ ]
1211
+ | [
1212
+ string,
1213
+ string,
1214
+ string,
1215
+ string,
1216
+ string,
1217
+ string,
1218
+ string,
1219
+ string,
1220
+ string,
1221
+ string,
1222
+ string,
1223
+ string,
1224
+ string,
1225
+ string,
1226
+ string,
1227
+ string,
1228
+ string,
1229
+ string,
1230
+ string
1231
+ ]
1232
+ | [
1233
+ string,
1234
+ string,
1235
+ string,
1236
+ string,
1237
+ string,
1238
+ string,
1239
+ string,
1240
+ string,
1241
+ string,
1242
+ string,
1243
+ string,
1244
+ string,
1245
+ string,
1246
+ string,
1247
+ string,
1248
+ string,
1249
+ string,
1250
+ string,
1251
+ string,
1252
+ string
1253
+ ];
1100
1254
  key: ModuleKeySchema;
1101
1255
  },
1102
1256
  ...{
@@ -1116,7 +1270,153 @@ export interface Modules {
1116
1270
  /**
1117
1271
  * List of scopes required to access this API route
1118
1272
  */
1119
- scopes?: [string, ...string[]];
1273
+ scopes:
1274
+ | [string]
1275
+ | [string, string]
1276
+ | [string, string, string]
1277
+ | [string, string, string, string]
1278
+ | [string, string, string, string, string]
1279
+ | [string, string, string, string, string, string]
1280
+ | [string, string, string, string, string, string, string]
1281
+ | [string, string, string, string, string, string, string, string]
1282
+ | [string, string, string, string, string, string, string, string, string]
1283
+ | [string, string, string, string, string, string, string, string, string, string]
1284
+ | [string, string, string, string, string, string, string, string, string, string, string]
1285
+ | [string, string, string, string, string, string, string, string, string, string, string, string]
1286
+ | [string, string, string, string, string, string, string, string, string, string, string, string, string]
1287
+ | [
1288
+ string,
1289
+ string,
1290
+ string,
1291
+ string,
1292
+ string,
1293
+ string,
1294
+ string,
1295
+ string,
1296
+ string,
1297
+ string,
1298
+ string,
1299
+ string,
1300
+ string,
1301
+ string
1302
+ ]
1303
+ | [
1304
+ string,
1305
+ string,
1306
+ string,
1307
+ string,
1308
+ string,
1309
+ string,
1310
+ string,
1311
+ string,
1312
+ string,
1313
+ string,
1314
+ string,
1315
+ string,
1316
+ string,
1317
+ string,
1318
+ string
1319
+ ]
1320
+ | [
1321
+ string,
1322
+ string,
1323
+ string,
1324
+ string,
1325
+ string,
1326
+ string,
1327
+ string,
1328
+ string,
1329
+ string,
1330
+ string,
1331
+ string,
1332
+ string,
1333
+ string,
1334
+ string,
1335
+ string,
1336
+ string
1337
+ ]
1338
+ | [
1339
+ string,
1340
+ string,
1341
+ string,
1342
+ string,
1343
+ string,
1344
+ string,
1345
+ string,
1346
+ string,
1347
+ string,
1348
+ string,
1349
+ string,
1350
+ string,
1351
+ string,
1352
+ string,
1353
+ string,
1354
+ string,
1355
+ string
1356
+ ]
1357
+ | [
1358
+ string,
1359
+ string,
1360
+ string,
1361
+ string,
1362
+ string,
1363
+ string,
1364
+ string,
1365
+ string,
1366
+ string,
1367
+ string,
1368
+ string,
1369
+ string,
1370
+ string,
1371
+ string,
1372
+ string,
1373
+ string,
1374
+ string,
1375
+ string
1376
+ ]
1377
+ | [
1378
+ string,
1379
+ string,
1380
+ string,
1381
+ string,
1382
+ string,
1383
+ string,
1384
+ string,
1385
+ string,
1386
+ string,
1387
+ string,
1388
+ string,
1389
+ string,
1390
+ string,
1391
+ string,
1392
+ string,
1393
+ string,
1394
+ string,
1395
+ string,
1396
+ string
1397
+ ]
1398
+ | [
1399
+ string,
1400
+ string,
1401
+ string,
1402
+ string,
1403
+ string,
1404
+ string,
1405
+ string,
1406
+ string,
1407
+ string,
1408
+ string,
1409
+ string,
1410
+ string,
1411
+ string,
1412
+ string,
1413
+ string,
1414
+ string,
1415
+ string,
1416
+ string,
1417
+ string,
1418
+ string
1419
+ ];
1120
1420
  key: ModuleKeySchema;
1121
1421
  }[]
1122
1422
  ];
@@ -1208,6 +1508,18 @@ export interface Modules {
1208
1508
  }
1209
1509
  )[]
1210
1510
  ];
1511
+ fifoConsumer?: [
1512
+ {
1513
+ queue: Queue;
1514
+ function: ExtensionKey6;
1515
+ key: ModuleKeySchema;
1516
+ },
1517
+ ...{
1518
+ queue: Queue;
1519
+ function: ExtensionKey6;
1520
+ key: ModuleKeySchema;
1521
+ }[]
1522
+ ];
1211
1523
  function?: [
1212
1524
  {
1213
1525
  handler: Handler;
@@ -1446,7 +1758,7 @@ export interface Modules {
1446
1758
  * swapped depending on what integrations a tenant might have.
1447
1759
  */
1448
1760
  actionType: string;
1449
- function: ExtensionKey6;
1761
+ function: ExtensionKey7;
1450
1762
  /**
1451
1763
  * The name of the action
1452
1764
  */
@@ -1474,7 +1786,7 @@ export interface Modules {
1474
1786
  * The description that the Rovo agent will use to decide when to invoke this action.
1475
1787
  */
1476
1788
  description: string;
1477
- function: ExtensionKey7;
1789
+ function: ExtensionKey8;
1478
1790
  /**
1479
1791
  * The name of the action
1480
1792
  */
@@ -1531,7 +1843,7 @@ export interface Modules {
1531
1843
  | {
1532
1844
  endpoint: string;
1533
1845
  };
1534
- endpoint: ExtensionKey8;
1846
+ endpoint: ExtensionKey9;
1535
1847
  /**
1536
1848
  * The operation that will be performed as a result of calling this action
1537
1849
  */
@@ -1568,7 +1880,7 @@ export interface Modules {
1568
1880
  * swapped depending on what integrations a tenant might have.
1569
1881
  */
1570
1882
  actionType: string;
1571
- endpoint: ExtensionKey9;
1883
+ endpoint: ExtensionKey10;
1572
1884
  /**
1573
1885
  * The name of the action
1574
1886
  */
@@ -1594,7 +1906,7 @@ export interface Modules {
1594
1906
  * swapped depending on what integrations a tenant might have.
1595
1907
  */
1596
1908
  actionType: string;
1597
- function: ExtensionKey6;
1909
+ function: ExtensionKey7;
1598
1910
  /**
1599
1911
  * The name of the action
1600
1912
  */
@@ -1622,7 +1934,7 @@ export interface Modules {
1622
1934
  * The description that the Rovo agent will use to decide when to invoke this action.
1623
1935
  */
1624
1936
  description: string;
1625
- function: ExtensionKey7;
1937
+ function: ExtensionKey8;
1626
1938
  /**
1627
1939
  * The name of the action
1628
1940
  */
@@ -1679,7 +1991,7 @@ export interface Modules {
1679
1991
  | {
1680
1992
  endpoint: string;
1681
1993
  };
1682
- endpoint: ExtensionKey8;
1994
+ endpoint: ExtensionKey9;
1683
1995
  /**
1684
1996
  * The operation that will be performed as a result of calling this action
1685
1997
  */
@@ -1716,7 +2028,7 @@ export interface Modules {
1716
2028
  * swapped depending on what integrations a tenant might have.
1717
2029
  */
1718
2030
  actionType: string;
1719
- endpoint: ExtensionKey9;
2031
+ endpoint: ExtensionKey10;
1720
2032
  /**
1721
2033
  * The name of the action
1722
2034
  */
@@ -12367,6 +12679,16 @@ export interface Modules {
12367
12679
  render?: 'default' | 'native';
12368
12680
  [k: string]: unknown;
12369
12681
  };
12682
+ 'ai-context'?: {
12683
+ data:
12684
+ | {
12685
+ function: string;
12686
+ }
12687
+ | {
12688
+ endpoint: string;
12689
+ };
12690
+ [k: string]: unknown;
12691
+ };
12370
12692
  resolver?:
12371
12693
  | {
12372
12694
  function: string;
@@ -12388,6 +12710,16 @@ export interface Modules {
12388
12710
  render?: 'default' | 'native';
12389
12711
  [k: string]: unknown;
12390
12712
  };
12713
+ 'ai-context'?: {
12714
+ data:
12715
+ | {
12716
+ function: string;
12717
+ }
12718
+ | {
12719
+ endpoint: string;
12720
+ };
12721
+ [k: string]: unknown;
12722
+ };
12391
12723
  resolver?:
12392
12724
  | {
12393
12725
  function: string;
@@ -12400,6 +12732,34 @@ export interface Modules {
12400
12732
  [k: string]: unknown;
12401
12733
  }[]
12402
12734
  ];
12735
+ 'dashboards:backgroundScript'?: [
12736
+ {
12737
+ resource: string;
12738
+ resolver?:
12739
+ | {
12740
+ function: string;
12741
+ }
12742
+ | {
12743
+ endpoint: string;
12744
+ };
12745
+ render?: 'default' | 'native';
12746
+ key: ModuleKeySchema;
12747
+ [k: string]: unknown;
12748
+ },
12749
+ ...{
12750
+ resource: string;
12751
+ resolver?:
12752
+ | {
12753
+ function: string;
12754
+ }
12755
+ | {
12756
+ endpoint: string;
12757
+ };
12758
+ render?: 'default' | 'native';
12759
+ key: ModuleKeySchema;
12760
+ [k: string]: unknown;
12761
+ }[]
12762
+ ];
12403
12763
  'confluence:contextMenu'?: [
12404
12764
  (
12405
12765
  | {
@@ -14154,10 +14514,10 @@ export interface Modules {
14154
14514
  expression: string;
14155
14515
  [k: string]: unknown;
14156
14516
  };
14517
+ migratedFromConnect?: boolean;
14157
14518
  displayConditions?: {
14158
14519
  [k: string]: unknown;
14159
14520
  };
14160
- migratedFromConnect?: boolean;
14161
14521
  key: ModuleKeySchema;
14162
14522
  [k: string]: unknown;
14163
14523
  }
@@ -14266,6 +14626,7 @@ export interface Modules {
14266
14626
  expression: string;
14267
14627
  [k: string]: unknown;
14268
14628
  };
14629
+ migratedFromConnect?: boolean;
14269
14630
  displayConditions?: {
14270
14631
  [k: string]: unknown;
14271
14632
  };
@@ -14367,6 +14728,7 @@ export interface Modules {
14367
14728
  expression: string;
14368
14729
  [k: string]: unknown;
14369
14730
  };
14731
+ migratedFromConnect?: boolean;
14370
14732
  displayConditions?: {
14371
14733
  [k: string]: unknown;
14372
14734
  };
@@ -14477,10 +14839,10 @@ export interface Modules {
14477
14839
  expression: string;
14478
14840
  [k: string]: unknown;
14479
14841
  };
14842
+ migratedFromConnect?: boolean;
14480
14843
  displayConditions?: {
14481
14844
  [k: string]: unknown;
14482
14845
  };
14483
- migratedFromConnect?: boolean;
14484
14846
  key: ModuleKeySchema;
14485
14847
  [k: string]: unknown;
14486
14848
  }
@@ -14589,6 +14951,7 @@ export interface Modules {
14589
14951
  expression: string;
14590
14952
  [k: string]: unknown;
14591
14953
  };
14954
+ migratedFromConnect?: boolean;
14592
14955
  displayConditions?: {
14593
14956
  [k: string]: unknown;
14594
14957
  };
@@ -14690,6 +15053,7 @@ export interface Modules {
14690
15053
  expression: string;
14691
15054
  [k: string]: unknown;
14692
15055
  };
15056
+ migratedFromConnect?: boolean;
14693
15057
  displayConditions?: {
14694
15058
  [k: string]: unknown;
14695
15059
  };
@@ -23396,6 +23760,66 @@ export interface Modules {
23396
23760
  key: ModuleKeySchema;
23397
23761
  }[]
23398
23762
  ];
23763
+ 'rovo:agentConnector'?: [
23764
+ {
23765
+ icon?: string;
23766
+ name: string;
23767
+ description: string;
23768
+ /**
23769
+ * A list of conversation starters that the agent can use to start a conversation with the user.
23770
+ */
23771
+ conversationStarters?: [string, ...string[]];
23772
+ /**
23773
+ * Defines how your agent communicates with other agents and systems. It specifies the protocols and transport mechanisms available for interactions with your remote agent.
23774
+ */
23775
+ protocols: {
23776
+ agent2Agent: {
23777
+ /**
23778
+ * Returns metadata about the agent, including its capabilities and supported actions.
23779
+ */
23780
+ agentCard: {
23781
+ endpoint: Endpoint1;
23782
+ };
23783
+ /**
23784
+ * Enables Agent2Agent protocol over JSON-RPC 2.0 transport.
23785
+ */
23786
+ jsonRpcTransport: {
23787
+ endpoint: Endpoint1;
23788
+ };
23789
+ };
23790
+ };
23791
+ key: ModuleKeySchema;
23792
+ },
23793
+ ...{
23794
+ icon?: string;
23795
+ name: string;
23796
+ description: string;
23797
+ /**
23798
+ * A list of conversation starters that the agent can use to start a conversation with the user.
23799
+ */
23800
+ conversationStarters?: [string, ...string[]];
23801
+ /**
23802
+ * Defines how your agent communicates with other agents and systems. It specifies the protocols and transport mechanisms available for interactions with your remote agent.
23803
+ */
23804
+ protocols: {
23805
+ agent2Agent: {
23806
+ /**
23807
+ * Returns metadata about the agent, including its capabilities and supported actions.
23808
+ */
23809
+ agentCard: {
23810
+ endpoint: Endpoint1;
23811
+ };
23812
+ /**
23813
+ * Enables Agent2Agent protocol over JSON-RPC 2.0 transport.
23814
+ */
23815
+ jsonRpcTransport: {
23816
+ endpoint: Endpoint1;
23817
+ };
23818
+ };
23819
+ };
23820
+ key: ModuleKeySchema;
23821
+ }[]
23822
+ ];
23399
23823
  'graph:smartLink'?: [
23400
23824
  {
23401
23825
  /**
@@ -23512,7 +23936,7 @@ export interface Modules {
23512
23936
  ];
23513
23937
  orchestration?: {
23514
23938
  taskRunner: {
23515
- function: ExtensionKey10;
23939
+ function: ExtensionKey11;
23516
23940
  };
23517
23941
  };
23518
23942
  auth?: {
@@ -23531,12 +23955,12 @@ export interface Modules {
23531
23955
  | [FormSection, FormSection, FormSection, FormSection, FormSection];
23532
23956
  instructions?: Instructions;
23533
23957
  validateConnection: {
23534
- function: ExtensionKey11;
23958
+ function: ExtensionKey12;
23535
23959
  [k: string]: unknown;
23536
23960
  };
23537
23961
  };
23538
23962
  onConnectionChange: {
23539
- function: ExtensionKey12;
23963
+ function: ExtensionKey13;
23540
23964
  [k: string]: unknown;
23541
23965
  };
23542
23966
  };
@@ -23619,7 +24043,7 @@ export interface Modules {
23619
24043
  ];
23620
24044
  orchestration?: {
23621
24045
  taskRunner: {
23622
- function: ExtensionKey10;
24046
+ function: ExtensionKey11;
23623
24047
  };
23624
24048
  };
23625
24049
  auth?: {
@@ -23638,12 +24062,12 @@ export interface Modules {
23638
24062
  | [FormSection, FormSection, FormSection, FormSection, FormSection];
23639
24063
  instructions?: Instructions;
23640
24064
  validateConnection: {
23641
- function: ExtensionKey11;
24065
+ function: ExtensionKey12;
23642
24066
  [k: string]: unknown;
23643
24067
  };
23644
24068
  };
23645
24069
  onConnectionChange: {
23646
- function: ExtensionKey12;
24070
+ function: ExtensionKey13;
23647
24071
  [k: string]: unknown;
23648
24072
  };
23649
24073
  };
@@ -133,6 +133,8 @@
133
133
  "read:app-data:confluence",
134
134
  "read:app-data:jira",
135
135
  "read:app-global-channel:realtime",
136
+ "read:app-notification:confluence",
137
+ "read:app-notification:jira",
136
138
  "read:app-system-token",
137
139
  "read:app-user-token",
138
140
  "read:application-role:jira",
@@ -219,6 +221,7 @@
219
221
  "read:forge-app:confluence",
220
222
  "read:forge-app:jira",
221
223
  "read:forge-proxy:support-api-gateway",
224
+ "read:graph:jira",
222
225
  "read:group:confluence",
223
226
  "read:group:jira",
224
227
  "read:hierarchical-content:confluence",
@@ -365,6 +368,8 @@
365
368
  "redact:issue:jira",
366
369
  "report:personal-data",
367
370
  "search:confluence",
371
+ "send:app-notification:confluence",
372
+ "send:app-notification:jira",
368
373
  "send:notification:jira",
369
374
  "space-admin:connect-confluence",
370
375
  "storage:app",
@@ -6,6 +6,7 @@ export declare enum AllModuleTypes {
6
6
  CoreAPIRoute = "core:apiRoute",
7
7
  CoreEvent = "core:event",
8
8
  CoreConsumer = "core:consumer",
9
+ CoreFifoConsumer = "core:fifoConsumer",
9
10
  CoreScheduledTrigger = "core:scheduledTrigger",
10
11
  CoreEndpoint = "core:endpoint",
11
12
  CoreMigration = "core:migration",
@@ -182,6 +183,7 @@ export declare enum AllModuleTypes {
182
183
  AutomationForConfluenceI18n = "automation:i18n",
183
184
  AutomationActionProvider = "automation:actionProvider",
184
185
  RovoAgent = "rovo:agent",
186
+ RovoAgentConnector = "rovo:agentConnector",
185
187
  CoreAction = "core:action",
186
188
  GraphEntityProvider = "graph:entityProvider",
187
189
  GraphConnector = "graph:connector",
@@ -1 +1 @@
1
- {"version":3,"file":"module-types.d.ts","sourceRoot":"","sources":["../../src/types/module-types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"module-types.d.ts","sourceRoot":"","sources":["../../src/types/module-types.ts"],"names":[],"mappings":"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"}
@@ -10,6 +10,7 @@ var AllModuleTypes;
10
10
  AllModuleTypes["CoreAPIRoute"] = "core:apiRoute";
11
11
  AllModuleTypes["CoreEvent"] = "core:event";
12
12
  AllModuleTypes["CoreConsumer"] = "core:consumer";
13
+ AllModuleTypes["CoreFifoConsumer"] = "core:fifoConsumer";
13
14
  AllModuleTypes["CoreScheduledTrigger"] = "core:scheduledTrigger";
14
15
  AllModuleTypes["CoreEndpoint"] = "core:endpoint";
15
16
  AllModuleTypes["CoreMigration"] = "core:migration";
@@ -186,6 +187,7 @@ var AllModuleTypes;
186
187
  AllModuleTypes["AutomationForConfluenceI18n"] = "automation:i18n";
187
188
  AllModuleTypes["AutomationActionProvider"] = "automation:actionProvider";
188
189
  AllModuleTypes["RovoAgent"] = "rovo:agent";
190
+ AllModuleTypes["RovoAgentConnector"] = "rovo:agentConnector";
189
191
  AllModuleTypes["CoreAction"] = "core:action";
190
192
  AllModuleTypes["GraphEntityProvider"] = "graph:entityProvider";
191
193
  AllModuleTypes["GraphConnector"] = "graph:connector";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "11.0.0-next.1",
3
+ "version": "11.0.0-next.10",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {