@forge/manifest 10.5.0 → 10.5.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 +12 -0
- package/out/schema/manifest-schema.json +4 -28
- package/out/schema/manifest.d.ts +8 -28
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 10.5.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 895d478: Updates Agent MD file with appropriate instructions
|
|
8
|
+
|
|
9
|
+
## 10.5.1-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- b15478b: Update manifest definitions
|
|
14
|
+
|
|
3
15
|
## 10.5.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -4890,12 +4890,7 @@
|
|
|
4890
4890
|
"supportedContainerTypes",
|
|
4891
4891
|
"function",
|
|
4892
4892
|
"key"
|
|
4893
|
-
]
|
|
4894
|
-
"not": {
|
|
4895
|
-
"required": [
|
|
4896
|
-
"unlicensedAccess"
|
|
4897
|
-
]
|
|
4898
|
-
}
|
|
4893
|
+
]
|
|
4899
4894
|
},
|
|
4900
4895
|
{
|
|
4901
4896
|
"type": "object",
|
|
@@ -5062,12 +5057,7 @@
|
|
|
5062
5057
|
"supportedContainerTypes",
|
|
5063
5058
|
"resource",
|
|
5064
5059
|
"key"
|
|
5065
|
-
]
|
|
5066
|
-
"not": {
|
|
5067
|
-
"required": [
|
|
5068
|
-
"unlicensedAccess"
|
|
5069
|
-
]
|
|
5070
|
-
}
|
|
5060
|
+
]
|
|
5071
5061
|
}
|
|
5072
5062
|
]
|
|
5073
5063
|
},
|
|
@@ -27088,11 +27078,9 @@
|
|
|
27088
27078
|
"atlassian:calendar-event",
|
|
27089
27079
|
"atlassian:conversation",
|
|
27090
27080
|
"atlassian:deal",
|
|
27091
|
-
"atlassian:organization",
|
|
27092
27081
|
"atlassian:deployment",
|
|
27093
27082
|
"atlassian:design",
|
|
27094
27083
|
"atlassian:message",
|
|
27095
|
-
"atlassian:postion",
|
|
27096
27084
|
"atlassian:customer-org",
|
|
27097
27085
|
"atlassian:space",
|
|
27098
27086
|
"atlassian:project",
|
|
@@ -27103,8 +27091,8 @@
|
|
|
27103
27091
|
"atlassian:pull-request",
|
|
27104
27092
|
"atlassian:video",
|
|
27105
27093
|
"atlassian:work-item",
|
|
27106
|
-
"atlassian:worker",
|
|
27107
27094
|
"atlassian:dashboard",
|
|
27095
|
+
"atlassian:software-service",
|
|
27108
27096
|
"atlassian:test",
|
|
27109
27097
|
"atlassian:test-execution",
|
|
27110
27098
|
"atlassian:test-plan",
|
|
@@ -27185,19 +27173,6 @@
|
|
|
27185
27173
|
"required": [
|
|
27186
27174
|
"function"
|
|
27187
27175
|
]
|
|
27188
|
-
},
|
|
27189
|
-
"getFormData": {
|
|
27190
|
-
"type": "object",
|
|
27191
|
-
"properties": {
|
|
27192
|
-
"function": {
|
|
27193
|
-
"$ref": "#/definitions/ExtensionKey",
|
|
27194
|
-
"description": "If the form has drop-down boxes this function is called to provide the values dynamically.",
|
|
27195
|
-
"title": "getFormData"
|
|
27196
|
-
}
|
|
27197
|
-
},
|
|
27198
|
-
"required": [
|
|
27199
|
-
"function"
|
|
27200
|
-
]
|
|
27201
27176
|
}
|
|
27202
27177
|
},
|
|
27203
27178
|
"additionalProperties": false,
|
|
@@ -27233,6 +27208,7 @@
|
|
|
27233
27208
|
"name",
|
|
27234
27209
|
"icons",
|
|
27235
27210
|
"objectTypes",
|
|
27211
|
+
"datasource",
|
|
27236
27212
|
"key"
|
|
27237
27213
|
],
|
|
27238
27214
|
"additionalProperties": false,
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -706,10 +706,6 @@ export type ExtensionKey11 = string;
|
|
|
706
706
|
* The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
|
|
707
707
|
*/
|
|
708
708
|
export type ExtensionKey12 = string;
|
|
709
|
-
/**
|
|
710
|
-
* The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
|
|
711
|
-
*/
|
|
712
|
-
export type ExtensionKey13 = string;
|
|
713
709
|
export type Scopes =
|
|
714
710
|
| string[]
|
|
715
711
|
| {
|
|
@@ -23320,11 +23316,9 @@ export interface Modules {
|
|
|
23320
23316
|
| 'atlassian:calendar-event'
|
|
23321
23317
|
| 'atlassian:conversation'
|
|
23322
23318
|
| 'atlassian:deal'
|
|
23323
|
-
| 'atlassian:organization'
|
|
23324
23319
|
| 'atlassian:deployment'
|
|
23325
23320
|
| 'atlassian:design'
|
|
23326
23321
|
| 'atlassian:message'
|
|
23327
|
-
| 'atlassian:postion'
|
|
23328
23322
|
| 'atlassian:customer-org'
|
|
23329
23323
|
| 'atlassian:space'
|
|
23330
23324
|
| 'atlassian:project'
|
|
@@ -23335,8 +23329,8 @@ export interface Modules {
|
|
|
23335
23329
|
| 'atlassian:pull-request'
|
|
23336
23330
|
| 'atlassian:video'
|
|
23337
23331
|
| 'atlassian:work-item'
|
|
23338
|
-
| 'atlassian:worker'
|
|
23339
23332
|
| 'atlassian:dashboard'
|
|
23333
|
+
| 'atlassian:software-service'
|
|
23340
23334
|
| 'atlassian:test'
|
|
23341
23335
|
| 'atlassian:test-execution'
|
|
23342
23336
|
| 'atlassian:test-plan'
|
|
@@ -23349,11 +23343,9 @@ export interface Modules {
|
|
|
23349
23343
|
| 'atlassian:calendar-event'
|
|
23350
23344
|
| 'atlassian:conversation'
|
|
23351
23345
|
| 'atlassian:deal'
|
|
23352
|
-
| 'atlassian:organization'
|
|
23353
23346
|
| 'atlassian:deployment'
|
|
23354
23347
|
| 'atlassian:design'
|
|
23355
23348
|
| 'atlassian:message'
|
|
23356
|
-
| 'atlassian:postion'
|
|
23357
23349
|
| 'atlassian:customer-org'
|
|
23358
23350
|
| 'atlassian:space'
|
|
23359
23351
|
| 'atlassian:project'
|
|
@@ -23364,8 +23356,8 @@ export interface Modules {
|
|
|
23364
23356
|
| 'atlassian:pull-request'
|
|
23365
23357
|
| 'atlassian:video'
|
|
23366
23358
|
| 'atlassian:work-item'
|
|
23367
|
-
| 'atlassian:worker'
|
|
23368
23359
|
| 'atlassian:dashboard'
|
|
23360
|
+
| 'atlassian:software-service'
|
|
23369
23361
|
| 'atlassian:test'
|
|
23370
23362
|
| 'atlassian:test-execution'
|
|
23371
23363
|
| 'atlassian:test-plan'
|
|
@@ -23380,7 +23372,7 @@ export interface Modules {
|
|
|
23380
23372
|
auth?: {
|
|
23381
23373
|
provider?: UserAuthProvider;
|
|
23382
23374
|
};
|
|
23383
|
-
datasource
|
|
23375
|
+
datasource: {
|
|
23384
23376
|
formConfiguration?: {
|
|
23385
23377
|
/**
|
|
23386
23378
|
* Form properties to capture from Admin user (rendered in order).
|
|
@@ -23396,13 +23388,9 @@ export interface Modules {
|
|
|
23396
23388
|
function: ExtensionKey11;
|
|
23397
23389
|
[k: string]: unknown;
|
|
23398
23390
|
};
|
|
23399
|
-
getFormData?: {
|
|
23400
|
-
function: ExtensionKey12;
|
|
23401
|
-
[k: string]: unknown;
|
|
23402
|
-
};
|
|
23403
23391
|
};
|
|
23404
23392
|
onConnectionChange: {
|
|
23405
|
-
function:
|
|
23393
|
+
function: ExtensionKey12;
|
|
23406
23394
|
[k: string]: unknown;
|
|
23407
23395
|
};
|
|
23408
23396
|
};
|
|
@@ -23435,11 +23423,9 @@ export interface Modules {
|
|
|
23435
23423
|
| 'atlassian:calendar-event'
|
|
23436
23424
|
| 'atlassian:conversation'
|
|
23437
23425
|
| 'atlassian:deal'
|
|
23438
|
-
| 'atlassian:organization'
|
|
23439
23426
|
| 'atlassian:deployment'
|
|
23440
23427
|
| 'atlassian:design'
|
|
23441
23428
|
| 'atlassian:message'
|
|
23442
|
-
| 'atlassian:postion'
|
|
23443
23429
|
| 'atlassian:customer-org'
|
|
23444
23430
|
| 'atlassian:space'
|
|
23445
23431
|
| 'atlassian:project'
|
|
@@ -23450,8 +23436,8 @@ export interface Modules {
|
|
|
23450
23436
|
| 'atlassian:pull-request'
|
|
23451
23437
|
| 'atlassian:video'
|
|
23452
23438
|
| 'atlassian:work-item'
|
|
23453
|
-
| 'atlassian:worker'
|
|
23454
23439
|
| 'atlassian:dashboard'
|
|
23440
|
+
| 'atlassian:software-service'
|
|
23455
23441
|
| 'atlassian:test'
|
|
23456
23442
|
| 'atlassian:test-execution'
|
|
23457
23443
|
| 'atlassian:test-plan'
|
|
@@ -23464,11 +23450,9 @@ export interface Modules {
|
|
|
23464
23450
|
| 'atlassian:calendar-event'
|
|
23465
23451
|
| 'atlassian:conversation'
|
|
23466
23452
|
| 'atlassian:deal'
|
|
23467
|
-
| 'atlassian:organization'
|
|
23468
23453
|
| 'atlassian:deployment'
|
|
23469
23454
|
| 'atlassian:design'
|
|
23470
23455
|
| 'atlassian:message'
|
|
23471
|
-
| 'atlassian:postion'
|
|
23472
23456
|
| 'atlassian:customer-org'
|
|
23473
23457
|
| 'atlassian:space'
|
|
23474
23458
|
| 'atlassian:project'
|
|
@@ -23479,8 +23463,8 @@ export interface Modules {
|
|
|
23479
23463
|
| 'atlassian:pull-request'
|
|
23480
23464
|
| 'atlassian:video'
|
|
23481
23465
|
| 'atlassian:work-item'
|
|
23482
|
-
| 'atlassian:worker'
|
|
23483
23466
|
| 'atlassian:dashboard'
|
|
23467
|
+
| 'atlassian:software-service'
|
|
23484
23468
|
| 'atlassian:test'
|
|
23485
23469
|
| 'atlassian:test-execution'
|
|
23486
23470
|
| 'atlassian:test-plan'
|
|
@@ -23495,7 +23479,7 @@ export interface Modules {
|
|
|
23495
23479
|
auth?: {
|
|
23496
23480
|
provider?: UserAuthProvider;
|
|
23497
23481
|
};
|
|
23498
|
-
datasource
|
|
23482
|
+
datasource: {
|
|
23499
23483
|
formConfiguration?: {
|
|
23500
23484
|
/**
|
|
23501
23485
|
* Form properties to capture from Admin user (rendered in order).
|
|
@@ -23511,13 +23495,9 @@ export interface Modules {
|
|
|
23511
23495
|
function: ExtensionKey11;
|
|
23512
23496
|
[k: string]: unknown;
|
|
23513
23497
|
};
|
|
23514
|
-
getFormData?: {
|
|
23515
|
-
function: ExtensionKey12;
|
|
23516
|
-
[k: string]: unknown;
|
|
23517
|
-
};
|
|
23518
23498
|
};
|
|
23519
23499
|
onConnectionChange: {
|
|
23520
|
-
function:
|
|
23500
|
+
function: ExtensionKey12;
|
|
23521
23501
|
[k: string]: unknown;
|
|
23522
23502
|
};
|
|
23523
23503
|
};
|