@forge/manifest 11.1.1-next.0 → 11.2.0-experimental-3311bec

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,40 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 11.2.0-experimental-3311bec
4
+
5
+ ### Minor Changes
6
+
7
+ - c7544d8: Add new properties to Forge custom field to enable migration from Connect issue fields
8
+
9
+ ## 11.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 0c31fcd: Add bitbucket:workspacePersonalSettingsPage module
14
+
15
+ ### Patch Changes
16
+
17
+ - 29741cf: Fixed TypeScript errors in action validators by adding explicit type assertions for string arrays
18
+ - 0c31fcd: Update manifest definitions
19
+ - 354f5d1: Update manifest definitions
20
+ - 09bdcf1: Update manifest definitions
21
+
22
+ ## 11.2.0-next.2
23
+
24
+ ### Minor Changes
25
+
26
+ - 0c31fcd: Add bitbucket:workspacePersonalSettingsPage module
27
+
28
+ ### Patch Changes
29
+
30
+ - 0c31fcd: Update manifest definitions
31
+
32
+ ## 11.1.1-next.1
33
+
34
+ ### Patch Changes
35
+
36
+ - 09bdcf1: Update manifest definitions
37
+
3
38
  ## 11.1.1-next.0
4
39
 
5
40
  ### Patch Changes
@@ -1518,6 +1518,10 @@
1518
1518
  },
1519
1519
  "maxProperties": 10
1520
1520
  },
1521
+ "outputContext": {
1522
+ "$ref": "#/definitions/OutputContext",
1523
+ "description": "Defines the shape of the output entity returned by this action"
1524
+ },
1521
1525
  "outputs": {
1522
1526
  "type": "object",
1523
1527
  "additionalProperties": {
@@ -1535,6 +1539,20 @@
1535
1539
  "actionVerb",
1536
1540
  "key"
1537
1541
  ],
1542
+ "allOf": [
1543
+ {
1544
+ "if": {
1545
+ "required": [
1546
+ "outputs"
1547
+ ]
1548
+ },
1549
+ "then": {
1550
+ "required": [
1551
+ "outputContext"
1552
+ ]
1553
+ }
1554
+ }
1555
+ ],
1538
1556
  "not": {
1539
1557
  "required": [
1540
1558
  "unlicensedAccess"
@@ -2048,6 +2066,9 @@
2048
2066
  "type": "string",
2049
2067
  "default": "block"
2050
2068
  },
2069
+ "hidden": {
2070
+ "type": "boolean"
2071
+ },
2051
2072
  "key": {
2052
2073
  "$ref": "#/definitions/ModuleKeySchema"
2053
2074
  }
@@ -2360,6 +2381,9 @@
2360
2381
  "emitsReadyEvent": {
2361
2382
  "type": "boolean"
2362
2383
  },
2384
+ "hidden": {
2385
+ "type": "boolean"
2386
+ },
2363
2387
  "key": {
2364
2388
  "$ref": "#/definitions/ModuleKeySchema"
2365
2389
  }
@@ -6588,6 +6612,25 @@
6588
6612
  "default": false,
6589
6613
  "type": "boolean"
6590
6614
  },
6615
+ "connectFieldProperty": {
6616
+ "type": "object",
6617
+ "properties": {
6618
+ "key": {
6619
+ "type": "string"
6620
+ },
6621
+ "path": {
6622
+ "type": "string"
6623
+ }
6624
+ },
6625
+ "required": [
6626
+ "key",
6627
+ "path"
6628
+ ]
6629
+ },
6630
+ "isUIModificationsEnabled": {
6631
+ "default": false,
6632
+ "type": "boolean"
6633
+ },
6591
6634
  "displayConditions": {
6592
6635
  "type": "object",
6593
6636
  "properties": {}
@@ -7030,6 +7073,25 @@
7030
7073
  "default": false,
7031
7074
  "type": "boolean"
7032
7075
  },
7076
+ "connectFieldProperty": {
7077
+ "type": "object",
7078
+ "properties": {
7079
+ "key": {
7080
+ "type": "string"
7081
+ },
7082
+ "path": {
7083
+ "type": "string"
7084
+ }
7085
+ },
7086
+ "required": [
7087
+ "key",
7088
+ "path"
7089
+ ]
7090
+ },
7091
+ "isUIModificationsEnabled": {
7092
+ "default": false,
7093
+ "type": "boolean"
7094
+ },
7033
7095
  "displayConditions": {
7034
7096
  "type": "object",
7035
7097
  "properties": {}
@@ -7427,6 +7489,25 @@
7427
7489
  "default": false,
7428
7490
  "type": "boolean"
7429
7491
  },
7492
+ "connectFieldProperty": {
7493
+ "type": "object",
7494
+ "properties": {
7495
+ "key": {
7496
+ "type": "string"
7497
+ },
7498
+ "path": {
7499
+ "type": "string"
7500
+ }
7501
+ },
7502
+ "required": [
7503
+ "key",
7504
+ "path"
7505
+ ]
7506
+ },
7507
+ "isUIModificationsEnabled": {
7508
+ "default": false,
7509
+ "type": "boolean"
7510
+ },
7430
7511
  "displayConditions": {
7431
7512
  "type": "object",
7432
7513
  "properties": {}
@@ -7973,6 +8054,10 @@
7973
8054
  "expression"
7974
8055
  ]
7975
8056
  },
8057
+ "isUIModificationsEnabled": {
8058
+ "default": false,
8059
+ "type": "boolean"
8060
+ },
7976
8061
  "displayConditions": {
7977
8062
  "type": "object",
7978
8063
  "properties": {}
@@ -8510,6 +8595,10 @@
8510
8595
  "expression"
8511
8596
  ]
8512
8597
  },
8598
+ "isUIModificationsEnabled": {
8599
+ "default": false,
8600
+ "type": "boolean"
8601
+ },
8513
8602
  "displayConditions": {
8514
8603
  "type": "object",
8515
8604
  "properties": {}
@@ -9002,6 +9091,10 @@
9002
9091
  "expression"
9003
9092
  ]
9004
9093
  },
9094
+ "isUIModificationsEnabled": {
9095
+ "default": false,
9096
+ "type": "boolean"
9097
+ },
9005
9098
  "displayConditions": {
9006
9099
  "type": "object",
9007
9100
  "properties": {}
@@ -20447,6 +20540,162 @@
20447
20540
  },
20448
20541
  "minItems": 1
20449
20542
  },
20543
+ "bitbucket:workspacePersonalSettingsPage": {
20544
+ "type": "array",
20545
+ "items": {
20546
+ "oneOf": [
20547
+ {
20548
+ "type": "object",
20549
+ "properties": {
20550
+ "title": {
20551
+ "oneOf": [
20552
+ {
20553
+ "type": "object",
20554
+ "additionalProperties": false,
20555
+ "properties": {
20556
+ "i18n": {
20557
+ "type": "string",
20558
+ "minLength": 1,
20559
+ "maxLength": 300,
20560
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
20561
+ }
20562
+ },
20563
+ "required": [
20564
+ "i18n"
20565
+ ]
20566
+ },
20567
+ {
20568
+ "type": "string",
20569
+ "minLength": 1,
20570
+ "maxLength": 255
20571
+ }
20572
+ ]
20573
+ },
20574
+ "title__i18n": {
20575
+ "type": "string",
20576
+ "minLength": 1,
20577
+ "maxLength": 300,
20578
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
20579
+ },
20580
+ "resource": {
20581
+ "type": "string",
20582
+ "minLength": 1,
20583
+ "maxLength": 23,
20584
+ "pattern": "^[a-zA-Z0-9-_]+$"
20585
+ },
20586
+ "function": {
20587
+ "type": "string",
20588
+ "minLength": 1,
20589
+ "maxLength": 255,
20590
+ "pattern": "^[a-zA-Z0-9-_]+$"
20591
+ },
20592
+ "key": {
20593
+ "$ref": "#/definitions/ModuleKeySchema"
20594
+ }
20595
+ },
20596
+ "required": [
20597
+ "title",
20598
+ "function",
20599
+ "key"
20600
+ ],
20601
+ "not": {
20602
+ "required": [
20603
+ "unlicensedAccess"
20604
+ ]
20605
+ }
20606
+ },
20607
+ {
20608
+ "type": "object",
20609
+ "properties": {
20610
+ "title": {
20611
+ "oneOf": [
20612
+ {
20613
+ "type": "object",
20614
+ "additionalProperties": false,
20615
+ "properties": {
20616
+ "i18n": {
20617
+ "type": "string",
20618
+ "minLength": 1,
20619
+ "maxLength": 300,
20620
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
20621
+ }
20622
+ },
20623
+ "required": [
20624
+ "i18n"
20625
+ ]
20626
+ },
20627
+ {
20628
+ "type": "string",
20629
+ "minLength": 1,
20630
+ "maxLength": 255
20631
+ }
20632
+ ]
20633
+ },
20634
+ "title__i18n": {
20635
+ "type": "string",
20636
+ "minLength": 1,
20637
+ "maxLength": 300,
20638
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
20639
+ },
20640
+ "resolver": {
20641
+ "oneOf": [
20642
+ {
20643
+ "additionalProperties": false,
20644
+ "type": "object",
20645
+ "properties": {
20646
+ "function": {
20647
+ "type": "string",
20648
+ "minLength": 1,
20649
+ "maxLength": 255,
20650
+ "pattern": "^[a-zA-Z0-9-_]+$"
20651
+ }
20652
+ },
20653
+ "required": [
20654
+ "function"
20655
+ ]
20656
+ },
20657
+ {
20658
+ "additionalProperties": false,
20659
+ "type": "object",
20660
+ "properties": {
20661
+ "endpoint": {
20662
+ "type": "string",
20663
+ "minLength": 1,
20664
+ "maxLength": 255,
20665
+ "pattern": "^[a-zA-Z0-9-_]+$"
20666
+ }
20667
+ },
20668
+ "required": [
20669
+ "endpoint"
20670
+ ]
20671
+ }
20672
+ ]
20673
+ },
20674
+ "resource": {
20675
+ "type": "string",
20676
+ "minLength": 1,
20677
+ "maxLength": 23,
20678
+ "pattern": "^[a-zA-Z0-9-_]+$"
20679
+ },
20680
+ "key": {
20681
+ "$ref": "#/definitions/ModuleKeySchema"
20682
+ }
20683
+ },
20684
+ "required": [
20685
+ "title",
20686
+ "resource",
20687
+ "key"
20688
+ ],
20689
+ "not": {
20690
+ "required": [
20691
+ "unlicensedAccess"
20692
+ ]
20693
+ }
20694
+ }
20695
+ ]
20696
+ },
20697
+ "minItems": 1
20698
+ },
20450
20699
  "bitbucket:mergeCheck": {
20451
20700
  "type": "array",
20452
20701
  "items": {
@@ -30522,6 +30771,39 @@
30522
30771
  }
30523
30772
  }
30524
30773
  },
30774
+ "OutputContext": {
30775
+ "type": "object",
30776
+ "additionalProperties": false,
30777
+ "required": [
30778
+ "entityName",
30779
+ "outputType",
30780
+ "outputDomain"
30781
+ ],
30782
+ "properties": {
30783
+ "entityName": {
30784
+ "type": "string",
30785
+ "description": "The entity type that this action outputs",
30786
+ "minLength": 1,
30787
+ "maxLength": 12
30788
+ },
30789
+ "outputType": {
30790
+ "type": "string",
30791
+ "description": "The type of the output shape",
30792
+ "enum": [
30793
+ "OBJECT",
30794
+ "LIST"
30795
+ ]
30796
+ },
30797
+ "outputDomain": {
30798
+ "type": "string",
30799
+ "description": "The domain that this action output belongs to",
30800
+ "minLength": 1,
30801
+ "maxLength": 12,
30802
+ "pattern": "^[a-z-]+$"
30803
+ }
30804
+ },
30805
+ "title": "OutputContext"
30806
+ },
30525
30807
  "DisplayConditions": {
30526
30808
  "anyOf": [
30527
30809
  {
@@ -227,10 +227,6 @@ export type CoreActionIOType = 'boolean' | 'integer' | 'number' | 'string';
227
227
  * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
228
228
  */
229
229
  export type ExtensionKey9 = string;
230
- /**
231
- * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
232
- */
233
- export type ExtensionKey10 = string;
234
230
  /**
235
231
  * Data residency migration hook path
236
232
  */
@@ -683,7 +679,7 @@ export type Patterns =
683
679
  /**
684
680
  * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
685
681
  */
686
- export type ExtensionKey11 = string;
682
+ export type ExtensionKey10 = string;
687
683
  /**
688
684
  * A key referencing authentication provider. This will be utilised to authenticate end-users and match with external users.
689
685
  */
@@ -705,11 +701,11 @@ export type Instructions =
705
701
  /**
706
702
  * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
707
703
  */
708
- export type ExtensionKey12 = string;
704
+ export type ExtensionKey11 = string;
709
705
  /**
710
706
  * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
711
707
  */
712
- export type ExtensionKey13 = string;
708
+ export type ExtensionKey12 = string;
713
709
  /**
714
710
  * App permissions enforcement method
715
711
  */
@@ -1782,41 +1778,6 @@ export interface Modules {
1782
1778
  [k: string]: unknown;
1783
1779
  }
1784
1780
  | {
1785
- /**
1786
- * The description that the Rovo agent will use to decide when to invoke this action.
1787
- */
1788
- description: string;
1789
- function: ExtensionKey8;
1790
- /**
1791
- * The name of the action
1792
- */
1793
- name?: string;
1794
- /**
1795
- * The url for the icon image to be displayed in the UI
1796
- */
1797
- icon?: string;
1798
- config?: {
1799
- resource?: string;
1800
- render?: 'default' | 'native';
1801
- };
1802
- resolver?:
1803
- | {
1804
- function: string;
1805
- }
1806
- | {
1807
- endpoint: string;
1808
- };
1809
- /**
1810
- * The operation that will be performed as a result of calling this action
1811
- */
1812
- actionVerb: 'CREATE' | 'UPDATE' | 'DELETE' | 'TRIGGER' | 'GET';
1813
- inputs?: {
1814
- [k: string]: ActionInput;
1815
- };
1816
- outputs?: {
1817
- [k: string]: ActionOutput;
1818
- };
1819
- key: ModuleKeySchema;
1820
1781
  [k: string]: unknown;
1821
1782
  }
1822
1783
  | {
@@ -1843,7 +1804,7 @@ export interface Modules {
1843
1804
  | {
1844
1805
  endpoint: string;
1845
1806
  };
1846
- endpoint: ExtensionKey9;
1807
+ endpoint: ExtensionKey8;
1847
1808
  /**
1848
1809
  * The operation that will be performed as a result of calling this action
1849
1810
  */
@@ -1880,7 +1841,7 @@ export interface Modules {
1880
1841
  * swapped depending on what integrations a tenant might have.
1881
1842
  */
1882
1843
  actionType: string;
1883
- endpoint: ExtensionKey10;
1844
+ endpoint: ExtensionKey9;
1884
1845
  /**
1885
1846
  * The name of the action
1886
1847
  */
@@ -1930,41 +1891,6 @@ export interface Modules {
1930
1891
  [k: string]: unknown;
1931
1892
  }
1932
1893
  | {
1933
- /**
1934
- * The description that the Rovo agent will use to decide when to invoke this action.
1935
- */
1936
- description: string;
1937
- function: ExtensionKey8;
1938
- /**
1939
- * The name of the action
1940
- */
1941
- name?: string;
1942
- /**
1943
- * The url for the icon image to be displayed in the UI
1944
- */
1945
- icon?: string;
1946
- config?: {
1947
- resource?: string;
1948
- render?: 'default' | 'native';
1949
- };
1950
- resolver?:
1951
- | {
1952
- function: string;
1953
- }
1954
- | {
1955
- endpoint: string;
1956
- };
1957
- /**
1958
- * The operation that will be performed as a result of calling this action
1959
- */
1960
- actionVerb: 'CREATE' | 'UPDATE' | 'DELETE' | 'TRIGGER' | 'GET';
1961
- inputs?: {
1962
- [k: string]: ActionInput;
1963
- };
1964
- outputs?: {
1965
- [k: string]: ActionOutput;
1966
- };
1967
- key: ModuleKeySchema;
1968
1894
  [k: string]: unknown;
1969
1895
  }
1970
1896
  | {
@@ -1991,7 +1917,7 @@ export interface Modules {
1991
1917
  | {
1992
1918
  endpoint: string;
1993
1919
  };
1994
- endpoint: ExtensionKey9;
1920
+ endpoint: ExtensionKey8;
1995
1921
  /**
1996
1922
  * The operation that will be performed as a result of calling this action
1997
1923
  */
@@ -2028,7 +1954,7 @@ export interface Modules {
2028
1954
  * swapped depending on what integrations a tenant might have.
2029
1955
  */
2030
1956
  actionType: string;
2031
- endpoint: ExtensionKey10;
1957
+ endpoint: ExtensionKey9;
2032
1958
  /**
2033
1959
  * The name of the action
2034
1960
  */
@@ -12463,6 +12389,7 @@ export interface Modules {
12463
12389
  [k: string]: unknown;
12464
12390
  };
12465
12391
  layout?: 'inline' | 'block';
12392
+ hidden?: boolean;
12466
12393
  key: ModuleKeySchema;
12467
12394
  [k: string]: unknown;
12468
12395
  }
@@ -12532,6 +12459,7 @@ export interface Modules {
12532
12459
  render?: 'native' | 'default';
12533
12460
  layout?: 'inline' | 'block' | 'bodied';
12534
12461
  emitsReadyEvent?: boolean;
12462
+ hidden?: boolean;
12535
12463
  key: ModuleKeySchema;
12536
12464
  [k: string]: unknown;
12537
12465
  }
@@ -12574,6 +12502,7 @@ export interface Modules {
12574
12502
  [k: string]: unknown;
12575
12503
  };
12576
12504
  layout?: 'inline' | 'block';
12505
+ hidden?: boolean;
12577
12506
  key: ModuleKeySchema;
12578
12507
  [k: string]: unknown;
12579
12508
  }
@@ -12643,6 +12572,7 @@ export interface Modules {
12643
12572
  render?: 'native' | 'default';
12644
12573
  layout?: 'inline' | 'block' | 'bodied';
12645
12574
  emitsReadyEvent?: boolean;
12575
+ hidden?: boolean;
12646
12576
  key: ModuleKeySchema;
12647
12577
  [k: string]: unknown;
12648
12578
  }
@@ -14517,6 +14447,12 @@ export interface Modules {
14517
14447
  [k: string]: unknown;
14518
14448
  };
14519
14449
  migratedFromConnect?: boolean;
14450
+ connectFieldProperty?: {
14451
+ key: string;
14452
+ path: string;
14453
+ [k: string]: unknown;
14454
+ };
14455
+ isUIModificationsEnabled?: boolean;
14520
14456
  displayConditions?: {
14521
14457
  [k: string]: unknown;
14522
14458
  };
@@ -14629,6 +14565,12 @@ export interface Modules {
14629
14565
  [k: string]: unknown;
14630
14566
  };
14631
14567
  migratedFromConnect?: boolean;
14568
+ connectFieldProperty?: {
14569
+ key: string;
14570
+ path: string;
14571
+ [k: string]: unknown;
14572
+ };
14573
+ isUIModificationsEnabled?: boolean;
14632
14574
  displayConditions?: {
14633
14575
  [k: string]: unknown;
14634
14576
  };
@@ -14731,6 +14673,12 @@ export interface Modules {
14731
14673
  [k: string]: unknown;
14732
14674
  };
14733
14675
  migratedFromConnect?: boolean;
14676
+ connectFieldProperty?: {
14677
+ key: string;
14678
+ path: string;
14679
+ [k: string]: unknown;
14680
+ };
14681
+ isUIModificationsEnabled?: boolean;
14734
14682
  displayConditions?: {
14735
14683
  [k: string]: unknown;
14736
14684
  };
@@ -14842,6 +14790,12 @@ export interface Modules {
14842
14790
  [k: string]: unknown;
14843
14791
  };
14844
14792
  migratedFromConnect?: boolean;
14793
+ connectFieldProperty?: {
14794
+ key: string;
14795
+ path: string;
14796
+ [k: string]: unknown;
14797
+ };
14798
+ isUIModificationsEnabled?: boolean;
14845
14799
  displayConditions?: {
14846
14800
  [k: string]: unknown;
14847
14801
  };
@@ -14954,6 +14908,12 @@ export interface Modules {
14954
14908
  [k: string]: unknown;
14955
14909
  };
14956
14910
  migratedFromConnect?: boolean;
14911
+ connectFieldProperty?: {
14912
+ key: string;
14913
+ path: string;
14914
+ [k: string]: unknown;
14915
+ };
14916
+ isUIModificationsEnabled?: boolean;
14957
14917
  displayConditions?: {
14958
14918
  [k: string]: unknown;
14959
14919
  };
@@ -15056,6 +15016,12 @@ export interface Modules {
15056
15016
  [k: string]: unknown;
15057
15017
  };
15058
15018
  migratedFromConnect?: boolean;
15019
+ connectFieldProperty?: {
15020
+ key: string;
15021
+ path: string;
15022
+ [k: string]: unknown;
15023
+ };
15024
+ isUIModificationsEnabled?: boolean;
15059
15025
  displayConditions?: {
15060
15026
  [k: string]: unknown;
15061
15027
  };
@@ -15189,6 +15155,7 @@ export interface Modules {
15189
15155
  expression: string;
15190
15156
  [k: string]: unknown;
15191
15157
  };
15158
+ isUIModificationsEnabled?: boolean;
15192
15159
  displayConditions?: {
15193
15160
  [k: string]: unknown;
15194
15161
  };
@@ -15321,6 +15288,7 @@ export interface Modules {
15321
15288
  expression: string;
15322
15289
  [k: string]: unknown;
15323
15290
  };
15291
+ isUIModificationsEnabled?: boolean;
15324
15292
  displayConditions?: {
15325
15293
  [k: string]: unknown;
15326
15294
  };
@@ -15443,6 +15411,7 @@ export interface Modules {
15443
15411
  expression: string;
15444
15412
  [k: string]: unknown;
15445
15413
  };
15414
+ isUIModificationsEnabled?: boolean;
15446
15415
  displayConditions?: {
15447
15416
  [k: string]: unknown;
15448
15417
  };
@@ -15574,6 +15543,7 @@ export interface Modules {
15574
15543
  expression: string;
15575
15544
  [k: string]: unknown;
15576
15545
  };
15546
+ isUIModificationsEnabled?: boolean;
15577
15547
  displayConditions?: {
15578
15548
  [k: string]: unknown;
15579
15549
  };
@@ -15706,6 +15676,7 @@ export interface Modules {
15706
15676
  expression: string;
15707
15677
  [k: string]: unknown;
15708
15678
  };
15679
+ isUIModificationsEnabled?: boolean;
15709
15680
  displayConditions?: {
15710
15681
  [k: string]: unknown;
15711
15682
  };
@@ -15828,6 +15799,7 @@ export interface Modules {
15828
15799
  expression: string;
15829
15800
  [k: string]: unknown;
15830
15801
  };
15802
+ isUIModificationsEnabled?: boolean;
15831
15803
  displayConditions?: {
15832
15804
  [k: string]: unknown;
15833
15805
  };
@@ -20808,6 +20780,72 @@ export interface Modules {
20808
20780
  }
20809
20781
  )[]
20810
20782
  ];
20783
+ 'bitbucket:workspacePersonalSettingsPage'?: [
20784
+ (
20785
+ | {
20786
+ title:
20787
+ | {
20788
+ i18n: string;
20789
+ }
20790
+ | string;
20791
+ title__i18n?: string;
20792
+ resource?: string;
20793
+ function: string;
20794
+ key: ModuleKeySchema;
20795
+ [k: string]: unknown;
20796
+ }
20797
+ | {
20798
+ title:
20799
+ | {
20800
+ i18n: string;
20801
+ }
20802
+ | string;
20803
+ title__i18n?: string;
20804
+ resolver?:
20805
+ | {
20806
+ function: string;
20807
+ }
20808
+ | {
20809
+ endpoint: string;
20810
+ };
20811
+ resource: string;
20812
+ key: ModuleKeySchema;
20813
+ [k: string]: unknown;
20814
+ }
20815
+ ),
20816
+ ...(
20817
+ | {
20818
+ title:
20819
+ | {
20820
+ i18n: string;
20821
+ }
20822
+ | string;
20823
+ title__i18n?: string;
20824
+ resource?: string;
20825
+ function: string;
20826
+ key: ModuleKeySchema;
20827
+ [k: string]: unknown;
20828
+ }
20829
+ | {
20830
+ title:
20831
+ | {
20832
+ i18n: string;
20833
+ }
20834
+ | string;
20835
+ title__i18n?: string;
20836
+ resolver?:
20837
+ | {
20838
+ function: string;
20839
+ }
20840
+ | {
20841
+ endpoint: string;
20842
+ };
20843
+ resource: string;
20844
+ key: ModuleKeySchema;
20845
+ [k: string]: unknown;
20846
+ }
20847
+ )[]
20848
+ ];
20811
20849
  'bitbucket:mergeCheck'?: [
20812
20850
  (
20813
20851
  | {
@@ -24222,7 +24260,7 @@ export interface Modules {
24222
24260
  ];
24223
24261
  orchestration?: {
24224
24262
  taskRunner: {
24225
- function: ExtensionKey11;
24263
+ function: ExtensionKey10;
24226
24264
  };
24227
24265
  };
24228
24266
  auth?: {
@@ -24241,12 +24279,12 @@ export interface Modules {
24241
24279
  | [FormSection, FormSection, FormSection, FormSection, FormSection];
24242
24280
  instructions?: Instructions;
24243
24281
  validateConnection: {
24244
- function: ExtensionKey12;
24282
+ function: ExtensionKey11;
24245
24283
  [k: string]: unknown;
24246
24284
  };
24247
24285
  };
24248
24286
  onConnectionChange: {
24249
- function: ExtensionKey13;
24287
+ function: ExtensionKey12;
24250
24288
  [k: string]: unknown;
24251
24289
  };
24252
24290
  };
@@ -24329,7 +24367,7 @@ export interface Modules {
24329
24367
  ];
24330
24368
  orchestration?: {
24331
24369
  taskRunner: {
24332
- function: ExtensionKey11;
24370
+ function: ExtensionKey10;
24333
24371
  };
24334
24372
  };
24335
24373
  auth?: {
@@ -24348,12 +24386,12 @@ export interface Modules {
24348
24386
  | [FormSection, FormSection, FormSection, FormSection, FormSection];
24349
24387
  instructions?: Instructions;
24350
24388
  validateConnection: {
24351
- function: ExtensionKey12;
24389
+ function: ExtensionKey11;
24352
24390
  [k: string]: unknown;
24353
24391
  };
24354
24392
  };
24355
24393
  onConnectionChange: {
24356
- function: ExtensionKey13;
24394
+ function: ExtensionKey12;
24357
24395
  [k: string]: unknown;
24358
24396
  };
24359
24397
  };
@@ -107,6 +107,7 @@ export declare const errors: {
107
107
  };
108
108
  customFields: {
109
109
  searchAlias: (aliases: string[]) => string;
110
+ connectFieldPropertyRequiresMigration: (key: string) => string;
110
111
  };
111
112
  subPages: {
112
113
  invalidPagesAndSectionsForConfigurePages: (key: string) => string;
@@ -1 +1 @@
1
- {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/text/errors.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/text/errors.ts"],"names":[],"mappings":"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"}
@@ -118,7 +118,8 @@ exports.errors = {
118
118
  missingScopes: (moduleType, key, scopes) => `${moduleType} module '${key}' requires '${scopes.join(', ')}' scope(s).`
119
119
  },
120
120
  customFields: {
121
- searchAlias: (aliases) => `Search alias should be always unique per field. Found duplicates: ${aliases.join(', ')}.`
121
+ searchAlias: (aliases) => `Search alias should be always unique per field. Found duplicates: ${aliases.join(', ')}.`,
122
+ connectFieldPropertyRequiresMigration: (key) => `jira:customField module '${key}' cannot have connectFieldProperty unless migratedFromConnect is true.`
122
123
  },
123
124
  subPages: {
124
125
  invalidPagesAndSectionsForConfigurePages: (key) => `You can’t use either pages or sections in the ${key} entry that includes either useAsConfig or useAsGetStarted properties.`,
@@ -92,6 +92,7 @@ export declare enum AllModuleTypes {
92
92
  BitbucketRepoSettingsMenuPage = "bitbucket:repoSettingsMenuPage",
93
93
  BitbucketProjectSettingsMenuPage = "bitbucket:projectSettingsMenuPage",
94
94
  BitbucketWorkspaceGlobalPage = "bitbucket:workspaceGlobalPage",
95
+ BitbucketWorkspacePersonalSettingsPage = "bitbucket:workspacePersonalSettingsPage",
95
96
  BitbucketWorkspaceSettingsMenuPage = "bitbucket:workspaceSettingsMenuPage",
96
97
  BitbucketMergeCheck = "bitbucket:mergeCheck",
97
98
  BitbucketDynamicPipelinesProvider = "bitbucket:dynamicPipelinesProvider",
@@ -1 +1 @@
1
- {"version":3,"file":"module-types.d.ts","sourceRoot":"","sources":["../../src/types/module-types.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,YAAY,kBAAkB;IAC9B,YAAY,kBAAkB;IAC9B,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,YAAY,kBAAkB;IAC9B,SAAS,eAAe;IACxB,YAAY,kBAAkB;IAC9B,gBAAgB,sBAAsB;IACtC,oBAAoB,0BAA0B;IAC9C,YAAY,kBAAkB;IAC9B,aAAa,mBAAmB;IAChC,UAAU,gBAAgB;IAC1B,OAAO,aAAa;IACpB,MAAM,qBAAqB;IAC3B,OAAO,aAAa;IACpB,QAAQ,cAAc;IACtB,sBAAsB,4BAA4B;IAClD,gBAAgB,sBAAsB;IACtC,0BAA0B,gCAAgC;IAE1D,uBAAuB,6BAA6B;IACpD,2BAA2B,iCAAiC;IAC5D,qBAAqB,2BAA2B;IAChD,uBAAuB,6BAA6B;IACpD,wBAAwB,8BAA8B;IACtD,oBAAoB,0BAA0B;IAC9C,sBAAsB,4BAA4B;IAClD,mBAAmB,yBAAyB;IAC5C,uBAAuB,6BAA6B;IACpD,0BAA0B,gCAAgC;IAC1D,oBAAoB,0BAA0B;IAC9C,kBAAkB,wBAAwB;IAC1C,yBAAyB,+BAA+B;IAExD,kBAAkB,wBAAwB;IAC1C,qBAAqB,2BAA2B;IAChD,qBAAqB,2BAA2B;IAChD,wBAAwB,8BAA8B;IACtD,mBAAmB,yBAAyB;IAC5C,eAAe,qBAAqB;IACpC,mBAAmB,yBAAyB;IAC5C,eAAe,qBAAqB;IACpC,iBAAiB,uBAAuB;IACxC,mBAAmB,yBAAyB;IAC5C,eAAe,qBAAqB;IACpC,gBAAgB,sBAAsB;IACtC,cAAc,oBAAoB;IAClC,wBAAwB,8BAA8B;IACtD,aAAa,mBAAmB;IAChC,eAAe,qBAAqB;IACpC,uBAAuB,6BAA6B;IACpD,cAAc,oBAAoB;IAClC,mBAAmB,yBAAyB;IAC5C,6BAA6B,mCAAmC;IAChE,6BAA6B,mCAAmC;IAChE,oBAAoB,0BAA0B;IAC9C,qBAAqB,2BAA2B;IAChD,eAAe,qBAAqB;IACpC,wBAAwB,8BAA8B;IACtD,iBAAiB,uBAAuB;IACxC,wBAAwB,8BAA8B;IACtD,eAAe,qBAAqB;IACpC,gBAAgB,sBAAsB;IACtC,WAAW,iBAAiB;IAC5B,0BAA0B,gCAAgC;IAC1D,YAAY,kBAAkB;IAE9B,gBAAgB,sBAAsB;IACtC,oBAAoB,0BAA0B;IAC9C,iBAAiB,uBAAuB;IACxC,eAAe,qBAAqB;IACpC,mBAAmB,yBAAyB;IAE5C,qCAAqC,2CAA2C;IAChF,qCAAqC,2CAA2C;IAChF,8BAA8B,oCAAoC;IAClE,wCAAwC,8CAA8C;IACtF,6CAA6C,mDAAmD;IAChG,sCAAsC,4CAA4C;IAClF,iCAAiC,uCAAuC;IACxE,oCAAoC,0CAA0C;IAC9E,iCAAiC,uCAAuC;IACxE,uCAAuC,6CAA6C;IACpF,4CAA4C,kDAAkD;IAC9F,yCAAyC,+CAA+C;IACxF,qDAAqD,2DAA2D;IAEhH,2BAA2B,iCAAiC;IAC5D,6BAA6B,mCAAmC;IAChE,+BAA+B,qCAAqC;IACpE,8BAA8B,oCAAoC;IAClE,yBAAyB,+BAA+B;IACxD,4BAA4B,kCAAkC;IAC9D,8BAA8B,oCAAoC;IAClE,qCAAqC,2CAA2C;IAChF,6BAA6B,mCAAmC;IAChE,gCAAgC,sCAAsC;IACtE,4BAA4B,kCAAkC;IAC9D,kCAAkC,wCAAwC;IAC1E,mBAAmB,yBAAyB;IAC5C,iCAAiC,uCAAuC;IAExE,qBAAqB,4BAA4B;IACjD,gCAAgC,uCAAuC;IACvE,uBAAuB,8BAA8B;IACrD,6BAA6B,oCAAoC;IACjE,gCAAgC,uCAAuC;IACvE,0BAA0B,iCAAiC;IAC3D,2BAA2B,kCAAkC;IAC7D,oCAAoC,2CAA2C;IAC/E,+BAA+B,sCAAsC;IACrE,iCAAiC,wCAAwC;IACzE,oCAAoC,2CAA2C;IAC/E,4BAA4B,mCAAmC;IAC/D,mBAAmB,0BAA0B;IAC7C,oBAAoB,2BAA2B;IAC/C,wBAAwB,mCAAmC;IAC3D,uBAAuB,8BAA8B;IACrD,2BAA2B,kCAAkC;IAC7D,2BAA2B,kCAAkC;IAC7D,8BAA8B,qCAAqC;IACnE,4CAA4C,mDAAmD;IAC/F,iCAAiC,wCAAwC;IACzE,mCAAmC,0CAA0C;IAC7E,8BAA8B,qCAAqC;IACnE,wBAAwB,+BAA+B;IACvD,qCAAqC,4CAA4C;IACjF,6BAA6B,oCAAoC;IACjE,kCAAkC,yCAAyC;IAC3E,gCAAgC,uCAAuC;IACvE,+BAA+B,sCAAsC;IACrE,oCAAoC,2CAA2C;IAC/E,yBAAyB,gCAAgC;IACzD,0BAA0B,iCAAiC;IAC3D,4BAA4B,mCAAmC;IAC/D,yBAAyB,gCAAgC;IACzD,kCAAkC,yCAAyC;IAC3E,wBAAwB,+BAA+B;IACvD,kBAAkB,yBAAyB;IAC3C,gCAAgC,uCAAuC;IACvE,qCAAqC,4CAA4C;IACjF,8BAA8B,qCAAqC;IACnE,+BAA+B,sCAAsC;IACrE,sCAAsC,6CAA6C;IACnF,4BAA4B,mCAAmC;IAC/D,4BAA4B,mCAAmC;IAC/D,qCAAqC,4CAA4C;IACjF,6BAA6B,oCAAoC;IACjE,yBAAyB,gCAAgC;IACzD,2BAA2B,kCAAkC;IAC7D,iCAAiC,wCAAwC;IACzE,sBAAsB,6BAA6B;IACnD,iCAAiC,wCAAwC;IACzE,oCAAoC,2CAA2C;IAC/E,iCAAiC,wCAAwC;IACzE,0BAA0B,iCAAiC;IAC3D,oBAAoB,2BAA2B;IAC/C,sBAAsB,6BAA6B;IACnD,mBAAmB,0BAA0B;IAC7C,0BAA0B,iCAAiC;IAC3D,8BAA8B,yCAAyC;IACvE,6BAA6B,oCAAoC;IACjE,mCAAmC,0CAA0C;IAC7E,mCAAmC,0CAA0C;IAC7E,sCAAsC,6CAA6C;IACnF,mCAAmC,0CAA0C;IAC7E,uDAAuD,8DAA8D;IACrH,oDAAoD,2DAA2D;IAC/G,6CAA6C,oDAAoD;IACjG,yCAAyC,gDAAgD;IACzF,4BAA4B,mCAAmC;IAC/D,6BAA6B,oCAAoC;IACjE,wCAAwC,+CAA+C;IACvF,kCAAkC,yCAAyC;IAC3E,iCAAiC,wCAAwC;IACzE,2CAA2C,kDAAkD;IAC7F,0CAA0C,iDAAiD;IAC3F,8CAA8C,qDAAqD;IACnG,yCAAyC,gDAAgD;IACzF,4BAA4B,mCAAmC;IAC/D,+BAA+B,sCAAsC;IACrE,sBAAsB,6BAA6B;IACnD,2BAA2B,kCAAkC;IAC7D,qCAAqC,4CAA4C;IACjF,sCAAsC,6CAA6C;IAEnF,8BAA8B,uBAAuB;IACrD,6BAA6B,sBAAsB;IACnD,6BAA6B,sBAAsB;IACnD,gCAAgC,yBAAyB;IACzD,wCAAwC,iCAAiC;IACzE,+BAA+B,wBAAwB;IACvD,2BAA2B,oBAAoB;IAC/C,wBAAwB,8BAA8B;IAEtD,SAAS,eAAe;IACxB,kBAAkB,wBAAwB;IAC1C,UAAU,gBAAgB;IAC1B,mBAAmB,yBAAyB;IAC5C,cAAc,oBAAoB;IAClC,UAAU,oBAAoB;IAE9B,6BAA6B,mCAAmC;IAChE,6BAA6B,mCAAmC;IAChE,4BAA4B,kCAAkC;IAC9D,uBAAuB,6BAA6B;IACpD,4BAA4B,kCAAkC;CAC/D;AAED,eAAO,MAAM,iBAAiB,kBAAgC,CAAC;AAE/D,eAAO,MAAM,uBAAuB,UAAwE,CAAC"}
1
+ {"version":3,"file":"module-types.d.ts","sourceRoot":"","sources":["../../src/types/module-types.ts"],"names":[],"mappings":"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"}
@@ -96,6 +96,7 @@ var AllModuleTypes;
96
96
  AllModuleTypes["BitbucketRepoSettingsMenuPage"] = "bitbucket:repoSettingsMenuPage";
97
97
  AllModuleTypes["BitbucketProjectSettingsMenuPage"] = "bitbucket:projectSettingsMenuPage";
98
98
  AllModuleTypes["BitbucketWorkspaceGlobalPage"] = "bitbucket:workspaceGlobalPage";
99
+ AllModuleTypes["BitbucketWorkspacePersonalSettingsPage"] = "bitbucket:workspacePersonalSettingsPage";
99
100
  AllModuleTypes["BitbucketWorkspaceSettingsMenuPage"] = "bitbucket:workspaceSettingsMenuPage";
100
101
  AllModuleTypes["BitbucketMergeCheck"] = "bitbucket:mergeCheck";
101
102
  AllModuleTypes["BitbucketDynamicPipelinesProvider"] = "bitbucket:dynamicPipelinesProvider";
@@ -1 +1 @@
1
- {"version":3,"file":"validate-custom-field.d.ts","sourceRoot":"","sources":["../../../../src/validators/modules-validators/jira/validate-custom-field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGjE,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAEnD,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,OAAO,EAAE,iBAAiB,CAAC,EAAE,MAAM,EAAE,qBA0BrF"}
1
+ {"version":3,"file":"validate-custom-field.d.ts","sourceRoot":"","sources":["../../../../src/validators/modules-validators/jira/validate-custom-field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGjE,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAEnD,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,OAAO,EAAE,iBAAiB,CAAC,EAAE,MAAM,EAAE,qBAyCrF"}
@@ -26,6 +26,18 @@ function validateJiraCustomField(modules, yamlContentByLine) {
26
26
  }
27
27
  });
28
28
  });
29
+ modules[types_1.AllModuleTypes.JiraCustomField]?.forEach((module) => {
30
+ if (!module)
31
+ return;
32
+ if (module.connectFieldProperty && module.migratedFromConnect !== true) {
33
+ validationErrors.push({
34
+ message: text_1.errors.modules.customFields.connectFieldPropertyRequiresMigration(module.key),
35
+ reference: text_1.References.Modules,
36
+ level: 'error',
37
+ ...(0, utils_1.findPosition)(module.key, yamlContentByLine)
38
+ });
39
+ }
40
+ });
29
41
  return validationErrors;
30
42
  }
31
43
  exports.validateJiraCustomField = validateJiraCustomField;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "11.1.1-next.0",
3
+ "version": "11.2.0-experimental-3311bec",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {