@forge/manifest 12.8.0-next.9 → 12.8.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,42 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 12.8.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - ccdcfc3: Add `customerServiceManagement:crmImport` module type and corresponding CLI templates (UI Kit + Custom UI).
8
+
9
+ ## 12.8.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 1eded6e: Update action reference validation
14
+ - cf7000f: rovo:skill validation
15
+ - d660fb0: Update action validation
16
+ - e7b0684: support scaling containers to zero
17
+ - 8d90f4f: Add entry map support to hosted resources schema and enhance validation
18
+ - bf76c3c: allow overrides for services
19
+ - f80e7b3: Added first-class rovo:skill support to the forge-manifest package
20
+
21
+ ### Patch Changes
22
+
23
+ - 0e45239: Forge manifest linter now includes devops:designInfoProvider and devops:securityInfoProvider
24
+ - e6a3ab2: Adding new PKCE property to auth providers
25
+ - f7c39e1: Setup limit to max number of resource entries allowed
26
+ - ef0434d: Added support for multi-entry resources in UI Kit applications, enabling developers to define multiple entry points within a single resource.
27
+ - 55991a3: Update manifest definitions
28
+ - e5b5031: Update manifest definitions
29
+ - 2e44a71: Update manifest definitions
30
+ - 489c6d0: Update manifest definitions
31
+ - c775d3d: Update manifest definitions
32
+ - c99451e: Update manifest definitions
33
+
34
+ ## 12.8.0-next.10
35
+
36
+ ### Patch Changes
37
+
38
+ - 489c6d0: Update manifest definitions
39
+
3
40
  ## 12.8.0-next.9
4
41
 
5
42
  ### Patch Changes
@@ -783,6 +783,11 @@
783
783
  "title": "interval",
784
784
  "type": "string"
785
785
  },
786
+ "filter": {
787
+ "$ref": "#/definitions/ScheduledTriggerFilter",
788
+ "title": "filter",
789
+ "type": "object"
790
+ },
786
791
  "key": {
787
792
  "$ref": "#/definitions/ModuleKeySchema"
788
793
  }
@@ -818,6 +823,11 @@
818
823
  "title": "interval",
819
824
  "type": "string"
820
825
  },
826
+ "filter": {
827
+ "$ref": "#/definitions/ScheduledTriggerFilter",
828
+ "title": "filter",
829
+ "type": "object"
830
+ },
821
831
  "key": {
822
832
  "$ref": "#/definitions/ModuleKeySchema"
823
833
  }
@@ -7226,7 +7236,8 @@
7226
7236
  "enum": [
7227
7237
  "issue-create",
7228
7238
  "issue-view",
7229
- "portal-request"
7239
+ "portal-request",
7240
+ "issue-bulk-edit"
7230
7241
  ],
7231
7242
  "type": "string"
7232
7243
  }
@@ -7754,7 +7765,8 @@
7754
7765
  "enum": [
7755
7766
  "issue-create",
7756
7767
  "issue-view",
7757
- "portal-request"
7768
+ "portal-request",
7769
+ "issue-bulk-edit"
7758
7770
  ],
7759
7771
  "type": "string"
7760
7772
  }
@@ -8223,7 +8235,8 @@
8223
8235
  "enum": [
8224
8236
  "issue-create",
8225
8237
  "issue-view",
8226
- "portal-request"
8238
+ "portal-request",
8239
+ "issue-bulk-edit"
8227
8240
  ],
8228
8241
  "type": "string"
8229
8242
  }
@@ -8726,7 +8739,8 @@
8726
8739
  "enum": [
8727
8740
  "issue-create",
8728
8741
  "issue-view",
8729
- "portal-request"
8742
+ "portal-request",
8743
+ "issue-bulk-edit"
8730
8744
  ],
8731
8745
  "type": "string"
8732
8746
  }
@@ -9357,7 +9371,8 @@
9357
9371
  "enum": [
9358
9372
  "issue-create",
9359
9373
  "issue-view",
9360
- "portal-request"
9374
+ "portal-request",
9375
+ "issue-bulk-edit"
9361
9376
  ],
9362
9377
  "type": "string"
9363
9378
  }
@@ -9929,7 +9944,8 @@
9929
9944
  "enum": [
9930
9945
  "issue-create",
9931
9946
  "issue-view",
9932
- "portal-request"
9947
+ "portal-request",
9948
+ "issue-bulk-edit"
9933
9949
  ],
9934
9950
  "type": "string"
9935
9951
  }
@@ -17158,7 +17174,15 @@
17158
17174
  "properties": {
17159
17175
  "action": {
17160
17176
  "type": "string",
17161
- "const": "workItemTypeChanged"
17177
+ "enum": [
17178
+ "workItemTypeChanged",
17179
+ "workItemMoved",
17180
+ "workItemCloned",
17181
+ "workItemDeleted",
17182
+ "subtaskCreated",
17183
+ "workItemEdited",
17184
+ "workItemAssigned"
17185
+ ]
17162
17186
  },
17163
17187
  "expression": {
17164
17188
  "type": "string"
@@ -33648,6 +33672,11 @@
33648
33672
  "RECEIVE",
33649
33673
  "RECEIVE_AND_LOG"
33650
33674
  ]
33675
+ },
33676
+ "appIsLicensed": {
33677
+ "title": "appIsLicensed",
33678
+ "description": "When set to true, invocations are skipped if the app does not have an active license for the site.",
33679
+ "type": "boolean"
33651
33680
  }
33652
33681
  },
33653
33682
  "anyOf": [
@@ -33666,6 +33695,11 @@
33666
33695
  "expression",
33667
33696
  "onError"
33668
33697
  ]
33698
+ },
33699
+ {
33700
+ "required": [
33701
+ "appIsLicensed"
33702
+ ]
33669
33703
  }
33670
33704
  ]
33671
33705
  },
@@ -33854,6 +33888,21 @@
33854
33888
  "type": "boolean",
33855
33889
  "default": false
33856
33890
  },
33891
+ "ScheduledTriggerFilter": {
33892
+ "additionalProperties": false,
33893
+ "title": "ScheduledTriggerFilter",
33894
+ "type": "object",
33895
+ "properties": {
33896
+ "appIsLicensed": {
33897
+ "title": "appIsLicensed",
33898
+ "description": "When set to true, invocations are skipped if the app does not have an active license for the site.",
33899
+ "type": "boolean"
33900
+ }
33901
+ },
33902
+ "required": [
33903
+ "appIsLicensed"
33904
+ ]
33905
+ },
33857
33906
  "RuntimeLayer": {
33858
33907
  "type": "object",
33859
33908
  "properties": {
@@ -63,6 +63,9 @@ export type Filter =
63
63
  | {
64
64
  [k: string]: unknown;
65
65
  }
66
+ | {
67
+ [k: string]: unknown;
68
+ }
66
69
  | {
67
70
  [k: string]: unknown;
68
71
  };
@@ -90,6 +93,9 @@ export type Filter1 =
90
93
  | {
91
94
  [k: string]: unknown;
92
95
  }
96
+ | {
97
+ [k: string]: unknown;
98
+ }
93
99
  | {
94
100
  [k: string]: unknown;
95
101
  };
@@ -105,6 +111,9 @@ export type Filter2 =
105
111
  | {
106
112
  [k: string]: unknown;
107
113
  }
114
+ | {
115
+ [k: string]: unknown;
116
+ }
108
117
  | {
109
118
  [k: string]: unknown;
110
119
  };
@@ -165,6 +174,10 @@ export type ExtensionKey4 = string;
165
174
  * The interval at which to trigger function invocation.
166
175
  */
167
176
  export type Interval = 'fiveMinute' | 'hour' | 'day' | 'week';
177
+ /**
178
+ * When set to true, invocations are skipped if the app does not have an active license for the site.
179
+ */
180
+ export type AppIsLicensed = boolean;
168
181
  /**
169
182
  * The key for an extension in CaaS. That means that this is a reference to another extension in your descriptor / manifest.
170
183
  */
@@ -1518,11 +1531,13 @@ export interface Modules {
1518
1531
  | {
1519
1532
  function: ExtensionKey4;
1520
1533
  interval: Interval;
1534
+ filter?: Filter3;
1521
1535
  key: ModuleKeySchema;
1522
1536
  }
1523
1537
  | {
1524
1538
  endpoint: ExtensionKey5;
1525
1539
  interval: Interval1;
1540
+ filter?: Filter4;
1526
1541
  key: ModuleKeySchema;
1527
1542
  }
1528
1543
  ),
@@ -1530,11 +1545,13 @@ export interface Modules {
1530
1545
  | {
1531
1546
  function: ExtensionKey4;
1532
1547
  interval: Interval;
1548
+ filter?: Filter3;
1533
1549
  key: ModuleKeySchema;
1534
1550
  }
1535
1551
  | {
1536
1552
  endpoint: ExtensionKey5;
1537
1553
  interval: Interval1;
1554
+ filter?: Filter4;
1538
1555
  key: ModuleKeySchema;
1539
1556
  }
1540
1557
  )[]
@@ -14723,7 +14740,7 @@ export interface Modules {
14723
14740
  expression: string;
14724
14741
  [k: string]: unknown;
14725
14742
  };
14726
- experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
14743
+ experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
14727
14744
  isInline?: boolean;
14728
14745
  [k: string]: unknown;
14729
14746
  };
@@ -14852,7 +14869,7 @@ export interface Modules {
14852
14869
  expression: string;
14853
14870
  [k: string]: unknown;
14854
14871
  };
14855
- experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
14872
+ experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
14856
14873
  isInline?: boolean;
14857
14874
  [k: string]: unknown;
14858
14875
  };
@@ -14969,7 +14986,7 @@ export interface Modules {
14969
14986
  expression: string;
14970
14987
  [k: string]: unknown;
14971
14988
  };
14972
- experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
14989
+ experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
14973
14990
  isInline?: boolean;
14974
14991
  [k: string]: unknown;
14975
14992
  };
@@ -15097,7 +15114,7 @@ export interface Modules {
15097
15114
  expression: string;
15098
15115
  [k: string]: unknown;
15099
15116
  };
15100
- experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15117
+ experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
15101
15118
  isInline?: boolean;
15102
15119
  [k: string]: unknown;
15103
15120
  };
@@ -15226,7 +15243,7 @@ export interface Modules {
15226
15243
  expression: string;
15227
15244
  [k: string]: unknown;
15228
15245
  };
15229
- experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15246
+ experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
15230
15247
  isInline?: boolean;
15231
15248
  [k: string]: unknown;
15232
15249
  };
@@ -15343,7 +15360,7 @@ export interface Modules {
15343
15360
  expression: string;
15344
15361
  [k: string]: unknown;
15345
15362
  };
15346
- experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15363
+ experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
15347
15364
  isInline?: boolean;
15348
15365
  [k: string]: unknown;
15349
15366
  };
@@ -15466,7 +15483,7 @@ export interface Modules {
15466
15483
  expression: string;
15467
15484
  [k: string]: unknown;
15468
15485
  };
15469
- experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15486
+ experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
15470
15487
  isInline?: boolean;
15471
15488
  [k: string]: unknown;
15472
15489
  };
@@ -15613,7 +15630,7 @@ export interface Modules {
15613
15630
  expression: string;
15614
15631
  [k: string]: unknown;
15615
15632
  };
15616
- experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15633
+ experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
15617
15634
  isInline?: boolean;
15618
15635
  [k: string]: unknown;
15619
15636
  };
@@ -15748,7 +15765,7 @@ export interface Modules {
15748
15765
  expression: string;
15749
15766
  [k: string]: unknown;
15750
15767
  };
15751
- experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15768
+ experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
15752
15769
  isInline?: boolean;
15753
15770
  [k: string]: unknown;
15754
15771
  };
@@ -15894,7 +15911,7 @@ export interface Modules {
15894
15911
  expression: string;
15895
15912
  [k: string]: unknown;
15896
15913
  };
15897
- experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
15914
+ experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
15898
15915
  isInline?: boolean;
15899
15916
  [k: string]: unknown;
15900
15917
  };
@@ -16041,7 +16058,7 @@ export interface Modules {
16041
16058
  expression: string;
16042
16059
  [k: string]: unknown;
16043
16060
  };
16044
- experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
16061
+ experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
16045
16062
  isInline?: boolean;
16046
16063
  [k: string]: unknown;
16047
16064
  };
@@ -16176,7 +16193,7 @@ export interface Modules {
16176
16193
  expression: string;
16177
16194
  [k: string]: unknown;
16178
16195
  };
16179
- experience?: ('issue-create' | 'issue-view' | 'portal-request')[];
16196
+ experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
16180
16197
  isInline?: boolean;
16181
16198
  [k: string]: unknown;
16182
16199
  };
@@ -19215,7 +19232,14 @@ export interface Modules {
19215
19232
  ];
19216
19233
  'jira:actionValidator'?: [
19217
19234
  {
19218
- action: 'workItemTypeChanged';
19235
+ action:
19236
+ | 'workItemTypeChanged'
19237
+ | 'workItemMoved'
19238
+ | 'workItemCloned'
19239
+ | 'workItemDeleted'
19240
+ | 'subtaskCreated'
19241
+ | 'workItemEdited'
19242
+ | 'workItemAssigned';
19219
19243
  expression: string;
19220
19244
  errorMessage?:
19221
19245
  | {
@@ -19227,7 +19251,14 @@ export interface Modules {
19227
19251
  [k: string]: unknown;
19228
19252
  },
19229
19253
  ...{
19230
- action: 'workItemTypeChanged';
19254
+ action:
19255
+ | 'workItemTypeChanged'
19256
+ | 'workItemMoved'
19257
+ | 'workItemCloned'
19258
+ | 'workItemDeleted'
19259
+ | 'subtaskCreated'
19260
+ | 'workItemEdited'
19261
+ | 'workItemAssigned';
19231
19262
  expression: string;
19232
19263
  errorMessage?:
19233
19264
  | {
@@ -25842,6 +25873,12 @@ export interface Payload2 {
25842
25873
  export interface Request {
25843
25874
  authentication?: Authentication;
25844
25875
  }
25876
+ export interface Filter3 {
25877
+ appIsLicensed: AppIsLicensed;
25878
+ }
25879
+ export interface Filter4 {
25880
+ appIsLicensed: AppIsLicensed;
25881
+ }
25845
25882
  export interface RuntimeLayer {
25846
25883
  identifier: string;
25847
25884
  layer: {
@@ -85,6 +85,7 @@ export declare enum AllModuleTypes {
85
85
  JiraServiceManagementPortalRequestCreatePropertyPanel = "jiraServiceManagement:portalRequestCreatePropertyPanel",
86
86
  CustomerServiceManagementQueuePage = "customerServiceManagement:queuePage",
87
87
  CustomerServiceManagementRequestDetail = "customerServiceManagement:requestDetail",
88
+ CustomerServiceManagementCrmImport = "customerServiceManagement:crmImport",
88
89
  BitbucketRepoCodeFileViewer = "bitbucket:repoCodeFileViewer",
89
90
  BitbucketRepoCodeOverviewCard = "bitbucket:repoCodeOverviewCard",
90
91
  BitbucketRepoCodeOverviewAction = "bitbucket:repoCodeOverviewAction",
@@ -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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"}
@@ -89,6 +89,7 @@ var AllModuleTypes;
89
89
  AllModuleTypes["JiraServiceManagementPortalRequestCreatePropertyPanel"] = "jiraServiceManagement:portalRequestCreatePropertyPanel";
90
90
  AllModuleTypes["CustomerServiceManagementQueuePage"] = "customerServiceManagement:queuePage";
91
91
  AllModuleTypes["CustomerServiceManagementRequestDetail"] = "customerServiceManagement:requestDetail";
92
+ AllModuleTypes["CustomerServiceManagementCrmImport"] = "customerServiceManagement:crmImport";
92
93
  AllModuleTypes["BitbucketRepoCodeFileViewer"] = "bitbucket:repoCodeFileViewer";
93
94
  AllModuleTypes["BitbucketRepoCodeOverviewCard"] = "bitbucket:repoCodeOverviewCard";
94
95
  AllModuleTypes["BitbucketRepoCodeOverviewAction"] = "bitbucket:repoCodeOverviewAction";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "12.8.0-next.9",
3
+ "version": "12.8.1-next.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {