@forge/manifest 12.3.0-next.5 → 12.3.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,27 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 12.3.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 2e6f63a: Update manifest definitions
8
+
9
+ ## 12.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 084e129: Fixed displayConditions validation for issue-containing JSM extensions
14
+ - e36520b: Updated jira:entityProperty max extractions per app limit from 30 to 100
15
+
16
+ ### Patch Changes
17
+
18
+ - 06fc76b: Removing `ENABLE_CONFIGURABLE_REMOTES` environment variable in advance of Preview
19
+ - 16c0d8d: Bump dependencies
20
+ - 43cfec4: Update manifest definitions
21
+ - 6581f58: Update manifest definitions
22
+ - c987b0f: Update manifest definitions
23
+ - f9eb681: Update manifest definitions
24
+
3
25
  ## 12.3.0-next.5
4
26
 
5
27
  ### Patch Changes
@@ -6375,11 +6375,11 @@
6375
6375
  "experience": {
6376
6376
  "type": "array",
6377
6377
  "items": {
6378
- "type": "string",
6379
6378
  "enum": [
6380
6379
  "issue-view",
6381
6380
  "portal-view"
6382
- ]
6381
+ ],
6382
+ "type": "string"
6383
6383
  }
6384
6384
  }
6385
6385
  }
@@ -6658,12 +6658,12 @@
6658
6658
  "experience": {
6659
6659
  "type": "array",
6660
6660
  "items": {
6661
- "type": "string",
6662
6661
  "enum": [
6663
- "issue-view",
6664
6662
  "issue-create",
6663
+ "issue-view",
6665
6664
  "portal-request"
6666
- ]
6665
+ ],
6666
+ "type": "string"
6667
6667
  }
6668
6668
  },
6669
6669
  "isInline": {
@@ -6755,21 +6755,17 @@
6755
6755
  "type": "object",
6756
6756
  "properties": {
6757
6757
  "key": {
6758
- "type": "string",
6759
- "minLength": 1,
6760
- "maxLength": 255
6758
+ "type": "string"
6761
6759
  },
6762
6760
  "path": {
6763
- "type": "string",
6764
- "minLength": 1,
6765
- "maxLength": 255
6761
+ "type": "string"
6766
6762
  },
6767
6763
  "fieldType": {
6768
- "type": "string",
6769
6764
  "enum": [
6770
- "SINGLE_SELECT",
6771
- "MULTI_SELECT"
6772
- ]
6765
+ "MULTI_SELECT",
6766
+ "SINGLE_SELECT"
6767
+ ],
6768
+ "type": "string"
6773
6769
  }
6774
6770
  }
6775
6771
  },
@@ -6849,11 +6845,11 @@
6849
6845
  "experience": {
6850
6846
  "type": "array",
6851
6847
  "items": {
6852
- "type": "string",
6853
6848
  "enum": [
6854
6849
  "issue-view",
6855
6850
  "portal-view"
6856
- ]
6851
+ ],
6852
+ "type": "string"
6857
6853
  }
6858
6854
  }
6859
6855
  },
@@ -7132,12 +7128,12 @@
7132
7128
  "experience": {
7133
7129
  "type": "array",
7134
7130
  "items": {
7135
- "type": "string",
7136
7131
  "enum": [
7137
- "issue-view",
7138
7132
  "issue-create",
7133
+ "issue-view",
7139
7134
  "portal-request"
7140
- ]
7135
+ ],
7136
+ "type": "string"
7141
7137
  }
7142
7138
  },
7143
7139
  "isInline": {
@@ -7229,21 +7225,17 @@
7229
7225
  "type": "object",
7230
7226
  "properties": {
7231
7227
  "key": {
7232
- "type": "string",
7233
- "minLength": 1,
7234
- "maxLength": 255
7228
+ "type": "string"
7235
7229
  },
7236
7230
  "path": {
7237
- "type": "string",
7238
- "minLength": 1,
7239
- "maxLength": 255
7231
+ "type": "string"
7240
7232
  },
7241
7233
  "fieldType": {
7242
- "type": "string",
7243
7234
  "enum": [
7244
- "SINGLE_SELECT",
7245
- "MULTI_SELECT"
7246
- ]
7235
+ "MULTI_SELECT",
7236
+ "SINGLE_SELECT"
7237
+ ],
7238
+ "type": "string"
7247
7239
  }
7248
7240
  }
7249
7241
  },
@@ -7561,12 +7553,12 @@
7561
7553
  "experience": {
7562
7554
  "type": "array",
7563
7555
  "items": {
7564
- "type": "string",
7565
7556
  "enum": [
7566
- "issue-view",
7567
7557
  "issue-create",
7558
+ "issue-view",
7568
7559
  "portal-request"
7569
- ]
7560
+ ],
7561
+ "type": "string"
7570
7562
  }
7571
7563
  },
7572
7564
  "isInline": {
@@ -7658,21 +7650,17 @@
7658
7650
  "type": "object",
7659
7651
  "properties": {
7660
7652
  "key": {
7661
- "type": "string",
7662
- "minLength": 1,
7663
- "maxLength": 255
7653
+ "type": "string"
7664
7654
  },
7665
7655
  "path": {
7666
- "type": "string",
7667
- "minLength": 1,
7668
- "maxLength": 255
7656
+ "type": "string"
7669
7657
  },
7670
7658
  "fieldType": {
7671
- "type": "string",
7672
7659
  "enum": [
7673
- "SINGLE_SELECT",
7674
- "MULTI_SELECT"
7675
- ]
7660
+ "MULTI_SELECT",
7661
+ "SINGLE_SELECT"
7662
+ ],
7663
+ "type": "string"
7676
7664
  }
7677
7665
  }
7678
7666
  },
@@ -7761,11 +7749,11 @@
7761
7749
  "experience": {
7762
7750
  "type": "array",
7763
7751
  "items": {
7764
- "type": "string",
7765
7752
  "enum": [
7766
7753
  "issue-view",
7767
7754
  "portal-view"
7768
- ]
7755
+ ],
7756
+ "type": "string"
7769
7757
  }
7770
7758
  }
7771
7759
  }
@@ -8010,12 +7998,12 @@
8010
7998
  "experience": {
8011
7999
  "type": "array",
8012
8000
  "items": {
8013
- "type": "string",
8014
8001
  "enum": [
8015
- "issue-view",
8016
8002
  "issue-create",
8003
+ "issue-view",
8017
8004
  "portal-request"
8018
- ]
8005
+ ],
8006
+ "type": "string"
8019
8007
  }
8020
8008
  },
8021
8009
  "isInline": {
@@ -8308,11 +8296,11 @@
8308
8296
  "experience": {
8309
8297
  "type": "array",
8310
8298
  "items": {
8311
- "type": "string",
8312
8299
  "enum": [
8313
8300
  "issue-view",
8314
8301
  "portal-view"
8315
- ]
8302
+ ],
8303
+ "type": "string"
8316
8304
  }
8317
8305
  }
8318
8306
  },
@@ -8557,12 +8545,12 @@
8557
8545
  "experience": {
8558
8546
  "type": "array",
8559
8547
  "items": {
8560
- "type": "string",
8561
8548
  "enum": [
8562
- "issue-view",
8563
8549
  "issue-create",
8550
+ "issue-view",
8564
8551
  "portal-request"
8565
- ]
8552
+ ],
8553
+ "type": "string"
8566
8554
  }
8567
8555
  },
8568
8556
  "isInline": {
@@ -9059,12 +9047,12 @@
9059
9047
  "experience": {
9060
9048
  "type": "array",
9061
9049
  "items": {
9062
- "type": "string",
9063
9050
  "enum": [
9064
- "issue-view",
9065
9051
  "issue-create",
9052
+ "issue-view",
9066
9053
  "portal-request"
9067
- ]
9054
+ ],
9055
+ "type": "string"
9068
9056
  }
9069
9057
  },
9070
9058
  "isInline": {
@@ -13315,210 +13303,197 @@
13315
13303
  "jira:workflowPostFunction": {
13316
13304
  "type": "array",
13317
13305
  "items": {
13318
- "type": "object",
13319
- "properties": {
13320
- "name": {
13321
- "anyOf": [
13322
- {
13306
+ "oneOf": [
13307
+ {
13308
+ "type": "object",
13309
+ "properties": {
13310
+ "name": {
13311
+ "anyOf": [
13312
+ {
13313
+ "type": "string",
13314
+ "minLength": 1,
13315
+ "maxLength": 255
13316
+ },
13317
+ {
13318
+ "additionalProperties": false,
13319
+ "type": "object",
13320
+ "properties": {
13321
+ "i18n": {
13322
+ "type": "string",
13323
+ "minLength": 1,
13324
+ "maxLength": 300,
13325
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
13326
+ }
13327
+ },
13328
+ "required": [
13329
+ "i18n"
13330
+ ]
13331
+ }
13332
+ ]
13333
+ },
13334
+ "name__i18n": {
13323
13335
  "type": "string",
13324
13336
  "minLength": 1,
13325
- "maxLength": 255
13337
+ "maxLength": 300,
13338
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
13326
13339
  },
13327
- {
13328
- "additionalProperties": false,
13329
- "type": "object",
13330
- "properties": {
13331
- "i18n": {
13340
+ "description": {
13341
+ "anyOf": [
13342
+ {
13332
13343
  "type": "string",
13333
13344
  "minLength": 1,
13334
- "maxLength": 300,
13335
- "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
13345
+ "maxLength": 1000
13346
+ },
13347
+ {
13348
+ "additionalProperties": false,
13349
+ "type": "object",
13350
+ "properties": {
13351
+ "i18n": {
13352
+ "type": "string",
13353
+ "minLength": 1,
13354
+ "maxLength": 300,
13355
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
13356
+ }
13357
+ },
13358
+ "required": [
13359
+ "i18n"
13360
+ ]
13336
13361
  }
13337
- },
13338
- "required": [
13339
- "i18n"
13340
13362
  ]
13341
- }
13342
- ]
13343
- },
13344
- "name__i18n": {
13345
- "type": "string",
13346
- "minLength": 1,
13347
- "maxLength": 300,
13348
- "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
13349
- },
13350
- "description": {
13351
- "anyOf": [
13352
- {
13363
+ },
13364
+ "description__i18n": {
13353
13365
  "type": "string",
13354
13366
  "minLength": 1,
13355
- "maxLength": 1000
13367
+ "maxLength": 300,
13368
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
13356
13369
  },
13357
- {
13358
- "additionalProperties": false,
13370
+ "function": {
13371
+ "type": "string",
13372
+ "minLength": 1,
13373
+ "maxLength": 255,
13374
+ "pattern": "^[a-zA-Z0-9-_]+$"
13375
+ },
13376
+ "resolver": {
13377
+ "anyOf": [
13378
+ {
13379
+ "additionalProperties": false,
13380
+ "type": "object",
13381
+ "properties": {
13382
+ "function": {
13383
+ "type": "string",
13384
+ "minLength": 1,
13385
+ "maxLength": 255,
13386
+ "pattern": "^[a-zA-Z0-9-_]+$"
13387
+ }
13388
+ },
13389
+ "required": [
13390
+ "function"
13391
+ ]
13392
+ },
13393
+ {
13394
+ "additionalProperties": false,
13395
+ "type": "object",
13396
+ "properties": {
13397
+ "endpoint": {
13398
+ "type": "string",
13399
+ "minLength": 1,
13400
+ "maxLength": 255,
13401
+ "pattern": "^[a-zA-Z0-9-_]+$"
13402
+ }
13403
+ },
13404
+ "required": [
13405
+ "endpoint"
13406
+ ]
13407
+ }
13408
+ ]
13409
+ },
13410
+ "view": {
13359
13411
  "type": "object",
13360
13412
  "properties": {
13361
- "i18n": {
13413
+ "resource": {
13362
13414
  "type": "string",
13363
13415
  "minLength": 1,
13364
- "maxLength": 300,
13365
- "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
13416
+ "maxLength": 23,
13417
+ "pattern": "^[a-zA-Z0-9_\\-]+$"
13418
+ },
13419
+ "render": {
13420
+ "default": "default",
13421
+ "enum": [
13422
+ "default",
13423
+ "native"
13424
+ ],
13425
+ "type": "string"
13366
13426
  }
13367
13427
  },
13368
13428
  "required": [
13369
- "i18n"
13429
+ "resource"
13370
13430
  ]
13371
- }
13372
- ]
13373
- },
13374
- "description__i18n": {
13375
- "type": "string",
13376
- "minLength": 1,
13377
- "maxLength": 300,
13378
- "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
13379
- },
13380
- "function": {
13381
- "type": "string",
13382
- "minLength": 1,
13383
- "maxLength": 255,
13384
- "pattern": "^[a-zA-Z0-9-_]+$"
13385
- },
13386
- "endpoint": {
13387
- "type": "string",
13388
- "minLength": 1,
13389
- "maxLength": 255,
13390
- "pattern": "^[a-zA-Z0-9-_]+$"
13391
- },
13392
- "resolver": {
13393
- "anyOf": [
13394
- {
13395
- "additionalProperties": false,
13431
+ },
13432
+ "edit": {
13396
13433
  "type": "object",
13397
13434
  "properties": {
13398
- "function": {
13435
+ "resource": {
13399
13436
  "type": "string",
13400
13437
  "minLength": 1,
13401
- "maxLength": 255,
13402
- "pattern": "^[a-zA-Z0-9-_]+$"
13438
+ "maxLength": 23,
13439
+ "pattern": "^[a-zA-Z0-9_\\-]+$"
13440
+ },
13441
+ "render": {
13442
+ "default": "default",
13443
+ "enum": [
13444
+ "default",
13445
+ "native"
13446
+ ],
13447
+ "type": "string"
13403
13448
  }
13404
13449
  },
13405
13450
  "required": [
13406
- "function"
13451
+ "resource"
13407
13452
  ]
13408
13453
  },
13409
- {
13410
- "additionalProperties": false,
13454
+ "create": {
13411
13455
  "type": "object",
13412
13456
  "properties": {
13413
- "endpoint": {
13457
+ "resource": {
13414
13458
  "type": "string",
13415
13459
  "minLength": 1,
13416
- "maxLength": 255,
13417
- "pattern": "^[a-zA-Z0-9-_]+$"
13460
+ "maxLength": 23,
13461
+ "pattern": "^[a-zA-Z0-9_\\-]+$"
13462
+ },
13463
+ "render": {
13464
+ "default": "default",
13465
+ "enum": [
13466
+ "default",
13467
+ "native"
13468
+ ],
13469
+ "type": "string"
13418
13470
  }
13419
13471
  },
13420
13472
  "required": [
13421
- "endpoint"
13473
+ "resource"
13422
13474
  ]
13423
- }
13424
- ]
13425
- },
13426
- "view": {
13427
- "type": "object",
13428
- "properties": {
13429
- "resource": {
13430
- "type": "string",
13431
- "minLength": 1,
13432
- "maxLength": 23,
13433
- "pattern": "^[a-zA-Z0-9_\\-]+$"
13434
13475
  },
13435
- "render": {
13436
- "default": "default",
13437
- "enum": [
13438
- "default",
13439
- "native"
13476
+ "projectTypes": {
13477
+ "default": [
13478
+ "company-managed"
13440
13479
  ],
13441
- "type": "string"
13442
- }
13443
- },
13444
- "required": [
13445
- "resource"
13446
- ]
13447
- },
13448
- "edit": {
13449
- "type": "object",
13450
- "properties": {
13451
- "resource": {
13452
- "type": "string",
13453
- "minLength": 1,
13454
- "maxLength": 23,
13455
- "pattern": "^[a-zA-Z0-9_\\-]+$"
13456
- },
13457
- "render": {
13458
- "default": "default",
13459
- "enum": [
13460
- "default",
13461
- "native"
13462
- ],
13463
- "type": "string"
13464
- }
13465
- },
13466
- "required": [
13467
- "resource"
13468
- ]
13469
- },
13470
- "create": {
13471
- "type": "object",
13472
- "properties": {
13473
- "resource": {
13474
- "type": "string",
13475
- "minLength": 1,
13476
- "maxLength": 23,
13477
- "pattern": "^[a-zA-Z0-9_\\-]+$"
13478
- },
13479
- "render": {
13480
- "default": "default",
13481
- "enum": [
13482
- "default",
13483
- "native"
13484
- ],
13485
- "type": "string"
13486
- }
13487
- },
13488
- "required": [
13489
- "resource"
13490
- ]
13491
- },
13492
- "projectTypes": {
13493
- "default": [
13494
- "company-managed"
13495
- ],
13496
- "type": "array",
13497
- "items": {
13498
- "type": "string",
13499
- "enum": [
13500
- "team-managed",
13501
- "company-managed"
13502
- ]
13503
- }
13504
- }
13505
- },
13506
- "oneOf": [
13507
- {
13508
- "type": "object",
13509
- "properties": {
13510
- "function": {
13511
- "type": "string",
13512
- "minLength": 1,
13513
- "maxLength": 255,
13514
- "pattern": "^[a-zA-Z0-9-_]+$"
13480
+ "type": "array",
13481
+ "items": {
13482
+ "type": "string",
13483
+ "enum": [
13484
+ "team-managed",
13485
+ "company-managed"
13486
+ ]
13487
+ }
13515
13488
  },
13516
13489
  "key": {
13517
13490
  "$ref": "#/definitions/ModuleKeySchema"
13518
13491
  }
13519
13492
  },
13520
13493
  "required": [
13494
+ "description",
13521
13495
  "function",
13496
+ "name",
13522
13497
  "key"
13523
13498
  ],
13524
13499
  "not": {
@@ -13530,18 +13505,193 @@
13530
13505
  {
13531
13506
  "type": "object",
13532
13507
  "properties": {
13508
+ "name": {
13509
+ "anyOf": [
13510
+ {
13511
+ "type": "string",
13512
+ "minLength": 1,
13513
+ "maxLength": 255
13514
+ },
13515
+ {
13516
+ "additionalProperties": false,
13517
+ "type": "object",
13518
+ "properties": {
13519
+ "i18n": {
13520
+ "type": "string",
13521
+ "minLength": 1,
13522
+ "maxLength": 300,
13523
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
13524
+ }
13525
+ },
13526
+ "required": [
13527
+ "i18n"
13528
+ ]
13529
+ }
13530
+ ]
13531
+ },
13532
+ "name__i18n": {
13533
+ "type": "string",
13534
+ "minLength": 1,
13535
+ "maxLength": 300,
13536
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
13537
+ },
13538
+ "description": {
13539
+ "anyOf": [
13540
+ {
13541
+ "type": "string",
13542
+ "minLength": 1,
13543
+ "maxLength": 1000
13544
+ },
13545
+ {
13546
+ "additionalProperties": false,
13547
+ "type": "object",
13548
+ "properties": {
13549
+ "i18n": {
13550
+ "type": "string",
13551
+ "minLength": 1,
13552
+ "maxLength": 300,
13553
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
13554
+ }
13555
+ },
13556
+ "required": [
13557
+ "i18n"
13558
+ ]
13559
+ }
13560
+ ]
13561
+ },
13562
+ "description__i18n": {
13563
+ "type": "string",
13564
+ "minLength": 1,
13565
+ "maxLength": 300,
13566
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
13567
+ },
13533
13568
  "endpoint": {
13534
13569
  "type": "string",
13535
13570
  "minLength": 1,
13536
13571
  "maxLength": 255,
13537
13572
  "pattern": "^[a-zA-Z0-9-_]+$"
13538
13573
  },
13574
+ "resolver": {
13575
+ "anyOf": [
13576
+ {
13577
+ "additionalProperties": false,
13578
+ "type": "object",
13579
+ "properties": {
13580
+ "function": {
13581
+ "type": "string",
13582
+ "minLength": 1,
13583
+ "maxLength": 255,
13584
+ "pattern": "^[a-zA-Z0-9-_]+$"
13585
+ }
13586
+ },
13587
+ "required": [
13588
+ "function"
13589
+ ]
13590
+ },
13591
+ {
13592
+ "additionalProperties": false,
13593
+ "type": "object",
13594
+ "properties": {
13595
+ "endpoint": {
13596
+ "type": "string",
13597
+ "minLength": 1,
13598
+ "maxLength": 255,
13599
+ "pattern": "^[a-zA-Z0-9-_]+$"
13600
+ }
13601
+ },
13602
+ "required": [
13603
+ "endpoint"
13604
+ ]
13605
+ }
13606
+ ]
13607
+ },
13608
+ "view": {
13609
+ "type": "object",
13610
+ "properties": {
13611
+ "resource": {
13612
+ "type": "string",
13613
+ "minLength": 1,
13614
+ "maxLength": 23,
13615
+ "pattern": "^[a-zA-Z0-9_\\-]+$"
13616
+ },
13617
+ "render": {
13618
+ "default": "default",
13619
+ "enum": [
13620
+ "default",
13621
+ "native"
13622
+ ],
13623
+ "type": "string"
13624
+ }
13625
+ },
13626
+ "required": [
13627
+ "resource"
13628
+ ]
13629
+ },
13630
+ "edit": {
13631
+ "type": "object",
13632
+ "properties": {
13633
+ "resource": {
13634
+ "type": "string",
13635
+ "minLength": 1,
13636
+ "maxLength": 23,
13637
+ "pattern": "^[a-zA-Z0-9_\\-]+$"
13638
+ },
13639
+ "render": {
13640
+ "default": "default",
13641
+ "enum": [
13642
+ "default",
13643
+ "native"
13644
+ ],
13645
+ "type": "string"
13646
+ }
13647
+ },
13648
+ "required": [
13649
+ "resource"
13650
+ ]
13651
+ },
13652
+ "create": {
13653
+ "type": "object",
13654
+ "properties": {
13655
+ "resource": {
13656
+ "type": "string",
13657
+ "minLength": 1,
13658
+ "maxLength": 23,
13659
+ "pattern": "^[a-zA-Z0-9_\\-]+$"
13660
+ },
13661
+ "render": {
13662
+ "default": "default",
13663
+ "enum": [
13664
+ "default",
13665
+ "native"
13666
+ ],
13667
+ "type": "string"
13668
+ }
13669
+ },
13670
+ "required": [
13671
+ "resource"
13672
+ ]
13673
+ },
13674
+ "projectTypes": {
13675
+ "default": [
13676
+ "company-managed"
13677
+ ],
13678
+ "type": "array",
13679
+ "items": {
13680
+ "type": "string",
13681
+ "enum": [
13682
+ "team-managed",
13683
+ "company-managed"
13684
+ ]
13685
+ }
13686
+ },
13539
13687
  "key": {
13540
13688
  "$ref": "#/definitions/ModuleKeySchema"
13541
13689
  }
13542
13690
  },
13543
13691
  "required": [
13692
+ "description",
13544
13693
  "endpoint",
13694
+ "name",
13545
13695
  "key"
13546
13696
  ],
13547
13697
  "not": {
@@ -13550,10 +13700,6 @@
13550
13700
  ]
13551
13701
  }
13552
13702
  }
13553
- ],
13554
- "required": [
13555
- "description",
13556
- "name"
13557
13703
  ]
13558
13704
  },
13559
13705
  "minItems": 1
@@ -15070,17 +15216,6 @@
15070
15216
  },
15071
15217
  "target": {
15072
15218
  "anyOf": [
15073
- {
15074
- "type": "object",
15075
- "properties": {
15076
- "page": {
15077
- "type": "string"
15078
- }
15079
- },
15080
- "required": [
15081
- "page"
15082
- ]
15083
- },
15084
15219
  {
15085
15220
  "type": "object",
15086
15221
  "properties": {
@@ -15102,6 +15237,17 @@
15102
15237
  "required": [
15103
15238
  "resource"
15104
15239
  ]
15240
+ },
15241
+ {
15242
+ "type": "object",
15243
+ "properties": {
15244
+ "page": {
15245
+ "type": "string"
15246
+ }
15247
+ },
15248
+ "required": [
15249
+ "page"
15250
+ ]
15105
15251
  }
15106
15252
  ]
15107
15253
  },
@@ -15755,6 +15901,40 @@
15755
15901
  "items": {
15756
15902
  "type": "object",
15757
15903
  "properties": {
15904
+ "target": {
15905
+ "type": "object",
15906
+ "properties": {
15907
+ "resource": {
15908
+ "type": "string",
15909
+ "minLength": 1,
15910
+ "maxLength": 23,
15911
+ "pattern": "^[a-zA-Z0-9_\\-]+$"
15912
+ },
15913
+ "render": {
15914
+ "default": "default",
15915
+ "enum": [
15916
+ "default",
15917
+ "native"
15918
+ ],
15919
+ "type": "string"
15920
+ }
15921
+ },
15922
+ "required": [
15923
+ "resource"
15924
+ ]
15925
+ },
15926
+ "experience": {
15927
+ "type": "array",
15928
+ "items": {
15929
+ "enum": [
15930
+ "all",
15931
+ "board",
15932
+ "dashboard",
15933
+ "issue-view"
15934
+ ],
15935
+ "type": "string"
15936
+ }
15937
+ },
15758
15938
  "resource": {
15759
15939
  "type": "string",
15760
15940
  "minLength": 1,
@@ -15812,6 +15992,7 @@
15812
15992
  }
15813
15993
  },
15814
15994
  "required": [
15995
+ "experience",
15815
15996
  "resource",
15816
15997
  "key"
15817
15998
  ],
@@ -14484,7 +14484,7 @@ export interface Modules {
14484
14484
  expression: string;
14485
14485
  [k: string]: unknown;
14486
14486
  };
14487
- experience?: ('issue-view' | 'issue-create' | 'portal-request')[];
14487
+ experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
14488
14488
  isInline?: boolean;
14489
14489
  [k: string]: unknown;
14490
14490
  };
@@ -14512,7 +14512,7 @@ export interface Modules {
14512
14512
  connectFieldProperty?: {
14513
14513
  key?: string;
14514
14514
  path?: string;
14515
- fieldType?: 'SINGLE_SELECT' | 'MULTI_SELECT';
14515
+ fieldType?: 'MULTI_SELECT' | 'SINGLE_SELECT';
14516
14516
  [k: string]: unknown;
14517
14517
  };
14518
14518
  isUIModificationsEnabled?: boolean;
@@ -14605,7 +14605,7 @@ export interface Modules {
14605
14605
  expression: string;
14606
14606
  [k: string]: unknown;
14607
14607
  };
14608
- experience?: ('issue-view' | 'issue-create' | 'portal-request')[];
14608
+ experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
14609
14609
  isInline?: boolean;
14610
14610
  [k: string]: unknown;
14611
14611
  };
@@ -14633,7 +14633,7 @@ export interface Modules {
14633
14633
  connectFieldProperty?: {
14634
14634
  key?: string;
14635
14635
  path?: string;
14636
- fieldType?: 'SINGLE_SELECT' | 'MULTI_SELECT';
14636
+ fieldType?: 'MULTI_SELECT' | 'SINGLE_SELECT';
14637
14637
  [k: string]: unknown;
14638
14638
  };
14639
14639
  isUIModificationsEnabled?: boolean;
@@ -14716,7 +14716,7 @@ export interface Modules {
14716
14716
  expression: string;
14717
14717
  [k: string]: unknown;
14718
14718
  };
14719
- experience?: ('issue-view' | 'issue-create' | 'portal-request')[];
14719
+ experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
14720
14720
  isInline?: boolean;
14721
14721
  [k: string]: unknown;
14722
14722
  };
@@ -14744,7 +14744,7 @@ export interface Modules {
14744
14744
  connectFieldProperty?: {
14745
14745
  key?: string;
14746
14746
  path?: string;
14747
- fieldType?: 'SINGLE_SELECT' | 'MULTI_SELECT';
14747
+ fieldType?: 'MULTI_SELECT' | 'SINGLE_SELECT';
14748
14748
  [k: string]: unknown;
14749
14749
  };
14750
14750
  isUIModificationsEnabled?: boolean;
@@ -14836,7 +14836,7 @@ export interface Modules {
14836
14836
  expression: string;
14837
14837
  [k: string]: unknown;
14838
14838
  };
14839
- experience?: ('issue-view' | 'issue-create' | 'portal-request')[];
14839
+ experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
14840
14840
  isInline?: boolean;
14841
14841
  [k: string]: unknown;
14842
14842
  };
@@ -14864,7 +14864,7 @@ export interface Modules {
14864
14864
  connectFieldProperty?: {
14865
14865
  key?: string;
14866
14866
  path?: string;
14867
- fieldType?: 'SINGLE_SELECT' | 'MULTI_SELECT';
14867
+ fieldType?: 'MULTI_SELECT' | 'SINGLE_SELECT';
14868
14868
  [k: string]: unknown;
14869
14869
  };
14870
14870
  isUIModificationsEnabled?: boolean;
@@ -14957,7 +14957,7 @@ export interface Modules {
14957
14957
  expression: string;
14958
14958
  [k: string]: unknown;
14959
14959
  };
14960
- experience?: ('issue-view' | 'issue-create' | 'portal-request')[];
14960
+ experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
14961
14961
  isInline?: boolean;
14962
14962
  [k: string]: unknown;
14963
14963
  };
@@ -14985,7 +14985,7 @@ export interface Modules {
14985
14985
  connectFieldProperty?: {
14986
14986
  key?: string;
14987
14987
  path?: string;
14988
- fieldType?: 'SINGLE_SELECT' | 'MULTI_SELECT';
14988
+ fieldType?: 'MULTI_SELECT' | 'SINGLE_SELECT';
14989
14989
  [k: string]: unknown;
14990
14990
  };
14991
14991
  isUIModificationsEnabled?: boolean;
@@ -15068,7 +15068,7 @@ export interface Modules {
15068
15068
  expression: string;
15069
15069
  [k: string]: unknown;
15070
15070
  };
15071
- experience?: ('issue-view' | 'issue-create' | 'portal-request')[];
15071
+ experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15072
15072
  isInline?: boolean;
15073
15073
  [k: string]: unknown;
15074
15074
  };
@@ -15096,7 +15096,7 @@ export interface Modules {
15096
15096
  connectFieldProperty?: {
15097
15097
  key?: string;
15098
15098
  path?: string;
15099
- fieldType?: 'SINGLE_SELECT' | 'MULTI_SELECT';
15099
+ fieldType?: 'MULTI_SELECT' | 'SINGLE_SELECT';
15100
15100
  [k: string]: unknown;
15101
15101
  };
15102
15102
  isUIModificationsEnabled?: boolean;
@@ -15183,7 +15183,7 @@ export interface Modules {
15183
15183
  expression: string;
15184
15184
  [k: string]: unknown;
15185
15185
  };
15186
- experience?: ('issue-view' | 'issue-create' | 'portal-request')[];
15186
+ experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15187
15187
  isInline?: boolean;
15188
15188
  [k: string]: unknown;
15189
15189
  };
@@ -15318,7 +15318,7 @@ export interface Modules {
15318
15318
  expression: string;
15319
15319
  [k: string]: unknown;
15320
15320
  };
15321
- experience?: ('issue-view' | 'issue-create' | 'portal-request')[];
15321
+ experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15322
15322
  isInline?: boolean;
15323
15323
  [k: string]: unknown;
15324
15324
  };
@@ -15443,7 +15443,7 @@ export interface Modules {
15443
15443
  expression: string;
15444
15444
  [k: string]: unknown;
15445
15445
  };
15446
- experience?: ('issue-view' | 'issue-create' | 'portal-request')[];
15446
+ experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15447
15447
  isInline?: boolean;
15448
15448
  [k: string]: unknown;
15449
15449
  };
@@ -15577,7 +15577,7 @@ export interface Modules {
15577
15577
  expression: string;
15578
15578
  [k: string]: unknown;
15579
15579
  };
15580
- experience?: ('issue-view' | 'issue-create' | 'portal-request')[];
15580
+ experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15581
15581
  isInline?: boolean;
15582
15582
  [k: string]: unknown;
15583
15583
  };
@@ -15712,7 +15712,7 @@ export interface Modules {
15712
15712
  expression: string;
15713
15713
  [k: string]: unknown;
15714
15714
  };
15715
- experience?: ('issue-view' | 'issue-create' | 'portal-request')[];
15715
+ experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15716
15716
  isInline?: boolean;
15717
15717
  [k: string]: unknown;
15718
15718
  };
@@ -15837,7 +15837,7 @@ export interface Modules {
15837
15837
  expression: string;
15838
15838
  [k: string]: unknown;
15839
15839
  };
15840
- experience?: ('issue-view' | 'issue-create' | 'portal-request')[];
15840
+ experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15841
15841
  isInline?: boolean;
15842
15842
  [k: string]: unknown;
15843
15843
  };
@@ -17647,24 +17647,164 @@ export interface Modules {
17647
17647
  'jira:workflowPostFunction'?: [
17648
17648
  (
17649
17649
  | {
17650
+ name:
17651
+ | string
17652
+ | {
17653
+ i18n: string;
17654
+ };
17655
+ name__i18n?: string;
17656
+ description:
17657
+ | string
17658
+ | {
17659
+ i18n: string;
17660
+ };
17661
+ description__i18n?: string;
17650
17662
  function: string;
17663
+ resolver?:
17664
+ | {
17665
+ function: string;
17666
+ }
17667
+ | {
17668
+ endpoint: string;
17669
+ };
17670
+ view?: {
17671
+ resource: string;
17672
+ render?: 'default' | 'native';
17673
+ [k: string]: unknown;
17674
+ };
17675
+ edit?: {
17676
+ resource: string;
17677
+ render?: 'default' | 'native';
17678
+ [k: string]: unknown;
17679
+ };
17680
+ create?: {
17681
+ resource: string;
17682
+ render?: 'default' | 'native';
17683
+ [k: string]: unknown;
17684
+ };
17685
+ projectTypes?: ('team-managed' | 'company-managed')[];
17651
17686
  key: ModuleKeySchema;
17652
17687
  [k: string]: unknown;
17653
17688
  }
17654
17689
  | {
17690
+ name:
17691
+ | string
17692
+ | {
17693
+ i18n: string;
17694
+ };
17695
+ name__i18n?: string;
17696
+ description:
17697
+ | string
17698
+ | {
17699
+ i18n: string;
17700
+ };
17701
+ description__i18n?: string;
17655
17702
  endpoint: string;
17703
+ resolver?:
17704
+ | {
17705
+ function: string;
17706
+ }
17707
+ | {
17708
+ endpoint: string;
17709
+ };
17710
+ view?: {
17711
+ resource: string;
17712
+ render?: 'default' | 'native';
17713
+ [k: string]: unknown;
17714
+ };
17715
+ edit?: {
17716
+ resource: string;
17717
+ render?: 'default' | 'native';
17718
+ [k: string]: unknown;
17719
+ };
17720
+ create?: {
17721
+ resource: string;
17722
+ render?: 'default' | 'native';
17723
+ [k: string]: unknown;
17724
+ };
17725
+ projectTypes?: ('team-managed' | 'company-managed')[];
17656
17726
  key: ModuleKeySchema;
17657
17727
  [k: string]: unknown;
17658
17728
  }
17659
17729
  ),
17660
17730
  ...(
17661
17731
  | {
17732
+ name:
17733
+ | string
17734
+ | {
17735
+ i18n: string;
17736
+ };
17737
+ name__i18n?: string;
17738
+ description:
17739
+ | string
17740
+ | {
17741
+ i18n: string;
17742
+ };
17743
+ description__i18n?: string;
17662
17744
  function: string;
17745
+ resolver?:
17746
+ | {
17747
+ function: string;
17748
+ }
17749
+ | {
17750
+ endpoint: string;
17751
+ };
17752
+ view?: {
17753
+ resource: string;
17754
+ render?: 'default' | 'native';
17755
+ [k: string]: unknown;
17756
+ };
17757
+ edit?: {
17758
+ resource: string;
17759
+ render?: 'default' | 'native';
17760
+ [k: string]: unknown;
17761
+ };
17762
+ create?: {
17763
+ resource: string;
17764
+ render?: 'default' | 'native';
17765
+ [k: string]: unknown;
17766
+ };
17767
+ projectTypes?: ('team-managed' | 'company-managed')[];
17663
17768
  key: ModuleKeySchema;
17664
17769
  [k: string]: unknown;
17665
17770
  }
17666
17771
  | {
17772
+ name:
17773
+ | string
17774
+ | {
17775
+ i18n: string;
17776
+ };
17777
+ name__i18n?: string;
17778
+ description:
17779
+ | string
17780
+ | {
17781
+ i18n: string;
17782
+ };
17783
+ description__i18n?: string;
17667
17784
  endpoint: string;
17785
+ resolver?:
17786
+ | {
17787
+ function: string;
17788
+ }
17789
+ | {
17790
+ endpoint: string;
17791
+ };
17792
+ view?: {
17793
+ resource: string;
17794
+ render?: 'default' | 'native';
17795
+ [k: string]: unknown;
17796
+ };
17797
+ edit?: {
17798
+ resource: string;
17799
+ render?: 'default' | 'native';
17800
+ [k: string]: unknown;
17801
+ };
17802
+ create?: {
17803
+ resource: string;
17804
+ render?: 'default' | 'native';
17805
+ [k: string]: unknown;
17806
+ };
17807
+ projectTypes?: ('team-managed' | 'company-managed')[];
17668
17808
  key: ModuleKeySchema;
17669
17809
  [k: string]: unknown;
17670
17810
  }
@@ -18367,12 +18507,12 @@ export interface Modules {
18367
18507
  keywords?: string[];
18368
18508
  target:
18369
18509
  | {
18370
- page: string;
18510
+ resource: string;
18511
+ render?: 'default' | 'native';
18371
18512
  [k: string]: unknown;
18372
18513
  }
18373
18514
  | {
18374
- resource: string;
18375
- render?: 'default' | 'native';
18515
+ page: string;
18376
18516
  [k: string]: unknown;
18377
18517
  };
18378
18518
  resolver?:
@@ -18397,12 +18537,12 @@ export interface Modules {
18397
18537
  keywords?: string[];
18398
18538
  target:
18399
18539
  | {
18400
- page: string;
18540
+ resource: string;
18541
+ render?: 'default' | 'native';
18401
18542
  [k: string]: unknown;
18402
18543
  }
18403
18544
  | {
18404
- resource: string;
18405
- render?: 'default' | 'native';
18545
+ page: string;
18406
18546
  [k: string]: unknown;
18407
18547
  };
18408
18548
  resolver?:
@@ -18640,6 +18780,12 @@ export interface Modules {
18640
18780
  ];
18641
18781
  'jira:globalBackgroundScript'?: [
18642
18782
  {
18783
+ target?: {
18784
+ resource: string;
18785
+ render?: 'default' | 'native';
18786
+ [k: string]: unknown;
18787
+ };
18788
+ experience: ('all' | 'board' | 'dashboard' | 'issue-view')[];
18643
18789
  resource: string;
18644
18790
  resolver?:
18645
18791
  | {
@@ -18656,6 +18802,12 @@ export interface Modules {
18656
18802
  [k: string]: unknown;
18657
18803
  },
18658
18804
  ...{
18805
+ target?: {
18806
+ resource: string;
18807
+ render?: 'default' | 'native';
18808
+ [k: string]: unknown;
18809
+ };
18810
+ experience: ('all' | 'board' | 'dashboard' | 'issue-view')[];
18659
18811
  resource: string;
18660
18812
  resolver?:
18661
18813
  | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "12.3.0-next.5",
3
+ "version": "12.3.1-next.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {