construct-hub 0.3.313 → 0.3.316

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.
Files changed (48) hide show
  1. package/.gitattributes +1 -0
  2. package/.jsii +199 -93
  3. package/API.md +86 -0
  4. package/changelog.md +2 -2
  5. package/lib/api.d.ts +1 -0
  6. package/lib/api.js +2 -1
  7. package/lib/backend/catalog-builder/index.d.ts +5 -0
  8. package/lib/backend/catalog-builder/index.js +2 -1
  9. package/lib/backend/deny-list/deny-list.d.ts +2 -0
  10. package/lib/backend/deny-list/deny-list.js +2 -1
  11. package/lib/backend/deny-list/prune.d.ts +5 -0
  12. package/lib/backend/deny-list/prune.js +3 -1
  13. package/lib/backend/ingestion/index.d.ts +2 -0
  14. package/lib/backend/ingestion/index.js +3 -1
  15. package/lib/backend/inventory/index.d.ts +5 -0
  16. package/lib/backend/inventory/index.js +3 -1
  17. package/lib/backend/orchestration/index.d.ts +5 -0
  18. package/lib/backend/orchestration/index.js +3 -1
  19. package/lib/construct-hub.js +13 -3
  20. package/lib/monitoring/index.js +1 -1
  21. package/lib/overview-dashboard/api.d.ts +21 -0
  22. package/lib/overview-dashboard/api.js +3 -0
  23. package/lib/overview-dashboard/index.d.ts +53 -0
  24. package/lib/overview-dashboard/index.js +168 -0
  25. package/lib/overview-dashboard/sqs-dlq-stats-widget-function.d.ts +7 -0
  26. package/lib/overview-dashboard/sqs-dlq-stats-widget-function.js +21 -0
  27. package/lib/overview-dashboard/sqs-dlq-stats-widget-function.lambda.bundle/index.js +181 -0
  28. package/lib/overview-dashboard/sqs-dlq-stats-widget-function.lambda.bundle/index.js.map +7 -0
  29. package/lib/overview-dashboard/sqs-dlq-stats-widget-function.lambda.d.ts +56 -0
  30. package/lib/overview-dashboard/sqs-dlq-stats-widget-function.lambda.js +147 -0
  31. package/lib/overview-dashboard/sqs-dlq-widget.d.ts +59 -0
  32. package/lib/overview-dashboard/sqs-dlq-widget.js +82 -0
  33. package/lib/package-source.d.ts +5 -0
  34. package/lib/package-source.js +1 -1
  35. package/lib/package-sources/code-artifact.d.ts +1 -1
  36. package/lib/package-sources/code-artifact.js +5 -3
  37. package/lib/package-sources/npmjs.d.ts +1 -1
  38. package/lib/package-sources/npmjs.js +7 -3
  39. package/lib/package-tag/index.js +3 -3
  40. package/lib/package-tag-group/index.js +2 -2
  41. package/lib/preload-file/index.js +1 -1
  42. package/lib/s3/storage.js +1 -1
  43. package/lib/spdx-license.js +1 -1
  44. package/lib/webapp/index.d.ts +5 -0
  45. package/lib/webapp/index.js +2 -1
  46. package/package.json +3 -1
  47. package/releasetag.txt +1 -1
  48. package/version.txt +1 -1
package/.jsii CHANGED
@@ -1927,7 +1927,7 @@
1927
1927
  "kind": "interface",
1928
1928
  "locationInModule": {
1929
1929
  "filename": "src/api.ts",
1930
- "line": 41
1930
+ "line": 42
1931
1931
  },
1932
1932
  "name": "AlarmActions",
1933
1933
  "properties": [
@@ -1942,7 +1942,7 @@
1942
1942
  "immutable": true,
1943
1943
  "locationInModule": {
1944
1944
  "filename": "src/api.ts",
1945
- "line": 49
1945
+ "line": 50
1946
1946
  },
1947
1947
  "name": "highSeverity",
1948
1948
  "optional": true,
@@ -1961,7 +1961,7 @@
1961
1961
  "immutable": true,
1962
1962
  "locationInModule": {
1963
1963
  "filename": "src/api.ts",
1964
- "line": 57
1964
+ "line": 58
1965
1965
  },
1966
1966
  "name": "highSeverityAction",
1967
1967
  "optional": true,
@@ -1981,7 +1981,7 @@
1981
1981
  "immutable": true,
1982
1982
  "locationInModule": {
1983
1983
  "filename": "src/api.ts",
1984
- "line": 68
1984
+ "line": 69
1985
1985
  },
1986
1986
  "name": "normalSeverity",
1987
1987
  "optional": true,
@@ -2001,7 +2001,7 @@
2001
2001
  "immutable": true,
2002
2002
  "locationInModule": {
2003
2003
  "filename": "src/api.ts",
2004
- "line": 78
2004
+ "line": 79
2005
2005
  },
2006
2006
  "name": "normalSeverityAction",
2007
2007
  "optional": true,
@@ -2023,7 +2023,7 @@
2023
2023
  "kind": "interface",
2024
2024
  "locationInModule": {
2025
2025
  "filename": "src/webapp/index.ts",
2026
- "line": 107
2026
+ "line": 108
2027
2027
  },
2028
2028
  "name": "Category",
2029
2029
  "properties": [
@@ -2036,7 +2036,7 @@
2036
2036
  "immutable": true,
2037
2037
  "locationInModule": {
2038
2038
  "filename": "src/webapp/index.ts",
2039
- "line": 111
2039
+ "line": 112
2040
2040
  },
2041
2041
  "name": "title",
2042
2042
  "type": {
@@ -2054,7 +2054,7 @@
2054
2054
  "immutable": true,
2055
2055
  "locationInModule": {
2056
2056
  "filename": "src/webapp/index.ts",
2057
- "line": 120
2057
+ "line": 121
2058
2058
  },
2059
2059
  "name": "url",
2060
2060
  "type": {
@@ -2075,7 +2075,7 @@
2075
2075
  "kind": "interface",
2076
2076
  "locationInModule": {
2077
2077
  "filename": "src/construct-hub.ts",
2078
- "line": 211
2078
+ "line": 212
2079
2079
  },
2080
2080
  "name": "CodeArtifactDomainProps",
2081
2081
  "properties": [
@@ -2088,7 +2088,7 @@
2088
2088
  "immutable": true,
2089
2089
  "locationInModule": {
2090
2090
  "filename": "src/construct-hub.ts",
2091
- "line": 215
2091
+ "line": 216
2092
2092
  },
2093
2093
  "name": "name",
2094
2094
  "type": {
@@ -2104,7 +2104,7 @@
2104
2104
  "immutable": true,
2105
2105
  "locationInModule": {
2106
2106
  "filename": "src/construct-hub.ts",
2107
- "line": 221
2107
+ "line": 222
2108
2108
  },
2109
2109
  "name": "upstreams",
2110
2110
  "optional": true,
@@ -2134,7 +2134,7 @@
2134
2134
  },
2135
2135
  "locationInModule": {
2136
2136
  "filename": "src/construct-hub.ts",
2137
- "line": 230
2137
+ "line": 231
2138
2138
  },
2139
2139
  "parameters": [
2140
2140
  {
@@ -2164,7 +2164,7 @@
2164
2164
  "kind": "class",
2165
2165
  "locationInModule": {
2166
2166
  "filename": "src/construct-hub.ts",
2167
- "line": 227
2167
+ "line": 228
2168
2168
  },
2169
2169
  "name": "ConstructHub",
2170
2170
  "properties": [
@@ -2176,7 +2176,7 @@
2176
2176
  "immutable": true,
2177
2177
  "locationInModule": {
2178
2178
  "filename": "src/construct-hub.ts",
2179
- "line": 429
2179
+ "line": 440
2180
2180
  },
2181
2181
  "name": "grantPrincipal",
2182
2182
  "overrides": "@aws-cdk/aws-iam.IGrantable",
@@ -2191,7 +2191,7 @@
2191
2191
  "immutable": true,
2192
2192
  "locationInModule": {
2193
2193
  "filename": "src/construct-hub.ts",
2194
- "line": 433
2194
+ "line": 444
2195
2195
  },
2196
2196
  "name": "ingestionQueue",
2197
2197
  "type": {
@@ -2212,7 +2212,7 @@
2212
2212
  "kind": "interface",
2213
2213
  "locationInModule": {
2214
2214
  "filename": "src/construct-hub.ts",
2215
- "line": 37
2215
+ "line": 38
2216
2216
  },
2217
2217
  "name": "ConstructHubProps",
2218
2218
  "properties": [
@@ -2226,7 +2226,7 @@
2226
2226
  "immutable": true,
2227
2227
  "locationInModule": {
2228
2228
  "filename": "src/construct-hub.ts",
2229
- "line": 190
2229
+ "line": 191
2230
2230
  },
2231
2231
  "name": "additionalDomains",
2232
2232
  "optional": true,
@@ -2248,7 +2248,7 @@
2248
2248
  "immutable": true,
2249
2249
  "locationInModule": {
2250
2250
  "filename": "src/construct-hub.ts",
2251
- "line": 46
2251
+ "line": 47
2252
2252
  },
2253
2253
  "name": "alarmActions",
2254
2254
  "optional": true,
@@ -2266,7 +2266,7 @@
2266
2266
  "immutable": true,
2267
2267
  "locationInModule": {
2268
2268
  "filename": "src/construct-hub.ts",
2269
- "line": 108
2269
+ "line": 109
2270
2270
  },
2271
2271
  "name": "allowedLicenses",
2272
2272
  "optional": true,
@@ -2289,7 +2289,7 @@
2289
2289
  "immutable": true,
2290
2290
  "locationInModule": {
2291
2291
  "filename": "src/construct-hub.ts",
2292
- "line": 205
2292
+ "line": 206
2293
2293
  },
2294
2294
  "name": "appRegistryApplication",
2295
2295
  "optional": true,
@@ -2306,7 +2306,7 @@
2306
2306
  "immutable": true,
2307
2307
  "locationInModule": {
2308
2308
  "filename": "src/construct-hub.ts",
2309
- "line": 87
2309
+ "line": 88
2310
2310
  },
2311
2311
  "name": "backendDashboardName",
2312
2312
  "optional": true,
@@ -2324,7 +2324,7 @@
2324
2324
  "immutable": true,
2325
2325
  "locationInModule": {
2326
2326
  "filename": "src/construct-hub.ts",
2327
- "line": 161
2327
+ "line": 162
2328
2328
  },
2329
2329
  "name": "categories",
2330
2330
  "optional": true,
@@ -2348,7 +2348,7 @@
2348
2348
  "immutable": true,
2349
2349
  "locationInModule": {
2350
2350
  "filename": "src/construct-hub.ts",
2351
- "line": 119
2351
+ "line": 120
2352
2352
  },
2353
2353
  "name": "codeArtifactDomain",
2354
2354
  "optional": true,
@@ -2366,7 +2366,7 @@
2366
2366
  "immutable": true,
2367
2367
  "locationInModule": {
2368
2368
  "filename": "src/construct-hub.ts",
2369
- "line": 94
2369
+ "line": 95
2370
2370
  },
2371
2371
  "name": "denyList",
2372
2372
  "optional": true,
@@ -2388,7 +2388,7 @@
2388
2388
  "immutable": true,
2389
2389
  "locationInModule": {
2390
2390
  "filename": "src/construct-hub.ts",
2391
- "line": 41
2391
+ "line": 42
2392
2392
  },
2393
2393
  "name": "domain",
2394
2394
  "optional": true,
@@ -2408,7 +2408,7 @@
2408
2408
  "immutable": true,
2409
2409
  "locationInModule": {
2410
2410
  "filename": "src/construct-hub.ts",
2411
- "line": 172
2411
+ "line": 173
2412
2412
  },
2413
2413
  "name": "failoverStorage",
2414
2414
  "optional": true,
@@ -2426,7 +2426,7 @@
2426
2426
  "immutable": true,
2427
2427
  "locationInModule": {
2428
2428
  "filename": "src/construct-hub.ts",
2429
- "line": 140
2429
+ "line": 141
2430
2430
  },
2431
2431
  "name": "featuredPackages",
2432
2432
  "optional": true,
@@ -2443,7 +2443,7 @@
2443
2443
  "immutable": true,
2444
2444
  "locationInModule": {
2445
2445
  "filename": "src/construct-hub.ts",
2446
- "line": 145
2446
+ "line": 146
2447
2447
  },
2448
2448
  "name": "featureFlags",
2449
2449
  "optional": true,
@@ -2461,7 +2461,7 @@
2461
2461
  "immutable": true,
2462
2462
  "locationInModule": {
2463
2463
  "filename": "src/construct-hub.ts",
2464
- "line": 155
2464
+ "line": 156
2465
2465
  },
2466
2466
  "name": "fetchPackageStats",
2467
2467
  "optional": true,
@@ -2480,7 +2480,7 @@
2480
2480
  "immutable": true,
2481
2481
  "locationInModule": {
2482
2482
  "filename": "src/construct-hub.ts",
2483
- "line": 60
2483
+ "line": 61
2484
2484
  },
2485
2485
  "name": "isolateSensitiveTasks",
2486
2486
  "optional": true,
@@ -2500,7 +2500,7 @@
2500
2500
  "immutable": true,
2501
2501
  "locationInModule": {
2502
2502
  "filename": "src/construct-hub.ts",
2503
- "line": 81
2503
+ "line": 82
2504
2504
  },
2505
2505
  "name": "logRetention",
2506
2506
  "optional": true,
@@ -2517,7 +2517,7 @@
2517
2517
  "immutable": true,
2518
2518
  "locationInModule": {
2519
2519
  "filename": "src/construct-hub.ts",
2520
- "line": 124
2520
+ "line": 125
2521
2521
  },
2522
2522
  "name": "packageLinks",
2523
2523
  "optional": true,
@@ -2540,7 +2540,7 @@
2540
2540
  "immutable": true,
2541
2541
  "locationInModule": {
2542
2542
  "filename": "src/construct-hub.ts",
2543
- "line": 101
2543
+ "line": 102
2544
2544
  },
2545
2545
  "name": "packageSources",
2546
2546
  "optional": true,
@@ -2562,7 +2562,7 @@
2562
2562
  "immutable": true,
2563
2563
  "locationInModule": {
2564
2564
  "filename": "src/construct-hub.ts",
2565
- "line": 134
2565
+ "line": 135
2566
2566
  },
2567
2567
  "name": "packageTagGroups",
2568
2568
  "optional": true,
@@ -2584,7 +2584,7 @@
2584
2584
  "immutable": true,
2585
2585
  "locationInModule": {
2586
2586
  "filename": "src/construct-hub.ts",
2587
- "line": 129
2587
+ "line": 130
2588
2588
  },
2589
2589
  "name": "packageTags",
2590
2590
  "optional": true,
@@ -2607,7 +2607,7 @@
2607
2607
  "immutable": true,
2608
2608
  "locationInModule": {
2609
2609
  "filename": "src/construct-hub.ts",
2610
- "line": 197
2610
+ "line": 198
2611
2611
  },
2612
2612
  "name": "preloadScript",
2613
2613
  "optional": true,
@@ -2627,7 +2627,7 @@
2627
2627
  "immutable": true,
2628
2628
  "locationInModule": {
2629
2629
  "filename": "src/construct-hub.ts",
2630
- "line": 182
2630
+ "line": 183
2631
2631
  },
2632
2632
  "name": "reprocessFrequency",
2633
2633
  "optional": true,
@@ -2646,7 +2646,7 @@
2646
2646
  "immutable": true,
2647
2647
  "locationInModule": {
2648
2648
  "filename": "src/construct-hub.ts",
2649
- "line": 74
2649
+ "line": 75
2650
2650
  },
2651
2651
  "name": "sensitiveTaskIsolation",
2652
2652
  "optional": true,
@@ -2753,7 +2753,7 @@
2753
2753
  "kind": "interface",
2754
2754
  "locationInModule": {
2755
2755
  "filename": "src/api.ts",
2756
- "line": 15
2756
+ "line": 16
2757
2757
  },
2758
2758
  "name": "Domain",
2759
2759
  "properties": [
@@ -2767,7 +2767,7 @@
2767
2767
  "immutable": true,
2768
2768
  "locationInModule": {
2769
2769
  "filename": "src/api.ts",
2770
- "line": 27
2770
+ "line": 28
2771
2771
  },
2772
2772
  "name": "cert",
2773
2773
  "type": {
@@ -2783,7 +2783,7 @@
2783
2783
  "immutable": true,
2784
2784
  "locationInModule": {
2785
2785
  "filename": "src/api.ts",
2786
- "line": 19
2786
+ "line": 20
2787
2787
  },
2788
2788
  "name": "zone",
2789
2789
  "type": {
@@ -2800,7 +2800,7 @@
2800
2800
  "immutable": true,
2801
2801
  "locationInModule": {
2802
2802
  "filename": "src/api.ts",
2803
- "line": 35
2803
+ "line": 36
2804
2804
  },
2805
2805
  "name": "monitorCertificateExpiration",
2806
2806
  "optional": true,
@@ -2874,7 +2874,7 @@
2874
2874
  "kind": "interface",
2875
2875
  "locationInModule": {
2876
2876
  "filename": "src/webapp/index.ts",
2877
- "line": 98
2877
+ "line": 99
2878
2878
  },
2879
2879
  "name": "FeatureFlags",
2880
2880
  "properties": [
@@ -2886,7 +2886,7 @@
2886
2886
  "immutable": true,
2887
2887
  "locationInModule": {
2888
2888
  "filename": "src/webapp/index.ts",
2889
- "line": 99
2889
+ "line": 100
2890
2890
  },
2891
2891
  "name": "homeRedesign",
2892
2892
  "optional": true,
@@ -2902,7 +2902,7 @@
2902
2902
  "immutable": true,
2903
2903
  "locationInModule": {
2904
2904
  "filename": "src/webapp/index.ts",
2905
- "line": 100
2905
+ "line": 101
2906
2906
  },
2907
2907
  "name": "searchRedesign",
2908
2908
  "optional": true,
@@ -2924,7 +2924,7 @@
2924
2924
  "kind": "interface",
2925
2925
  "locationInModule": {
2926
2926
  "filename": "src/webapp/index.ts",
2927
- "line": 51
2927
+ "line": 52
2928
2928
  },
2929
2929
  "name": "FeaturedPackages",
2930
2930
  "properties": [
@@ -2937,7 +2937,7 @@
2937
2937
  "immutable": true,
2938
2938
  "locationInModule": {
2939
2939
  "filename": "src/webapp/index.ts",
2940
- "line": 55
2940
+ "line": 56
2941
2941
  },
2942
2942
  "name": "sections",
2943
2943
  "type": {
@@ -2963,7 +2963,7 @@
2963
2963
  "kind": "interface",
2964
2964
  "locationInModule": {
2965
2965
  "filename": "src/webapp/index.ts",
2966
- "line": 83
2966
+ "line": 84
2967
2967
  },
2968
2968
  "name": "FeaturedPackagesDetail",
2969
2969
  "properties": [
@@ -2976,7 +2976,7 @@
2976
2976
  "immutable": true,
2977
2977
  "locationInModule": {
2978
2978
  "filename": "src/webapp/index.ts",
2979
- "line": 87
2979
+ "line": 88
2980
2980
  },
2981
2981
  "name": "name",
2982
2982
  "type": {
@@ -2992,7 +2992,7 @@
2992
2992
  "immutable": true,
2993
2993
  "locationInModule": {
2994
2994
  "filename": "src/webapp/index.ts",
2995
- "line": 92
2995
+ "line": 93
2996
2996
  },
2997
2997
  "name": "comment",
2998
2998
  "optional": true,
@@ -3014,7 +3014,7 @@
3014
3014
  "kind": "interface",
3015
3015
  "locationInModule": {
3016
3016
  "filename": "src/webapp/index.ts",
3017
- "line": 61
3017
+ "line": 62
3018
3018
  },
3019
3019
  "name": "FeaturedPackagesSection",
3020
3020
  "properties": [
@@ -3027,7 +3027,7 @@
3027
3027
  "immutable": true,
3028
3028
  "locationInModule": {
3029
3029
  "filename": "src/webapp/index.ts",
3030
- "line": 65
3030
+ "line": 66
3031
3031
  },
3032
3032
  "name": "name",
3033
3033
  "type": {
@@ -3044,7 +3044,7 @@
3044
3044
  "immutable": true,
3045
3045
  "locationInModule": {
3046
3046
  "filename": "src/webapp/index.ts",
3047
- "line": 71
3047
+ "line": 72
3048
3048
  },
3049
3049
  "name": "showLastUpdated",
3050
3050
  "optional": true,
@@ -3062,7 +3062,7 @@
3062
3062
  "immutable": true,
3063
3063
  "locationInModule": {
3064
3064
  "filename": "src/webapp/index.ts",
3065
- "line": 77
3065
+ "line": 78
3066
3066
  },
3067
3067
  "name": "showPackages",
3068
3068
  "optional": true,
@@ -3403,6 +3403,96 @@
3403
3403
  "name": "IMonitoring",
3404
3404
  "symbolId": "src/monitoring/api:IMonitoring"
3405
3405
  },
3406
+ "construct-hub.IOverviewDashboard": {
3407
+ "assembly": "construct-hub",
3408
+ "docs": {
3409
+ "stability": "experimental",
3410
+ "summary": "ConstructHub overview dashboard exposed to extension points."
3411
+ },
3412
+ "fqn": "construct-hub.IOverviewDashboard",
3413
+ "kind": "interface",
3414
+ "locationInModule": {
3415
+ "filename": "src/overview-dashboard/api.ts",
3416
+ "line": 7
3417
+ },
3418
+ "methods": [
3419
+ {
3420
+ "abstract": true,
3421
+ "docs": {
3422
+ "remarks": "This can be\nused to see which function has the most impact of the service quota.",
3423
+ "stability": "experimental",
3424
+ "summary": "Adds a metric widget to the overview dashboard showing the total number concurrent executions of a Lambda function and the percentage of SERVICE_QUOTA utilized by the function."
3425
+ },
3426
+ "locationInModule": {
3427
+ "filename": "src/overview-dashboard/api.ts",
3428
+ "line": 22
3429
+ },
3430
+ "name": "addConcurrentExecutionMetricToDashboard",
3431
+ "parameters": [
3432
+ {
3433
+ "docs": {
3434
+ "summary": "Lambda function to be monitored."
3435
+ },
3436
+ "name": "fn",
3437
+ "type": {
3438
+ "fqn": "@aws-cdk/aws-lambda.IFunction"
3439
+ }
3440
+ },
3441
+ {
3442
+ "name": "name",
3443
+ "optional": true,
3444
+ "type": {
3445
+ "primitive": "string"
3446
+ }
3447
+ }
3448
+ ]
3449
+ },
3450
+ {
3451
+ "abstract": true,
3452
+ "docs": {
3453
+ "stability": "experimental",
3454
+ "summary": "Adds widgets to overview dashboard with link to the dashboard and number of visible messages."
3455
+ },
3456
+ "locationInModule": {
3457
+ "filename": "src/overview-dashboard/api.ts",
3458
+ "line": 14
3459
+ },
3460
+ "name": "addDLQMetricToDashboard",
3461
+ "parameters": [
3462
+ {
3463
+ "docs": {
3464
+ "summary": "of the DLQ that will be used in the dashboard."
3465
+ },
3466
+ "name": "name",
3467
+ "type": {
3468
+ "primitive": "string"
3469
+ }
3470
+ },
3471
+ {
3472
+ "docs": {
3473
+ "summary": "Dead Letter Queue to be used in the dashboard."
3474
+ },
3475
+ "name": "deadLetterQueue",
3476
+ "type": {
3477
+ "fqn": "@aws-cdk/aws-sqs.IQueue"
3478
+ }
3479
+ },
3480
+ {
3481
+ "docs": {
3482
+ "summary": "a lambda function that will be used to re-drive the DLQ."
3483
+ },
3484
+ "name": "reDriveFunction",
3485
+ "optional": true,
3486
+ "type": {
3487
+ "fqn": "@aws-cdk/aws-lambda.IFunction"
3488
+ }
3489
+ }
3490
+ ]
3491
+ }
3492
+ ],
3493
+ "name": "IOverviewDashboard",
3494
+ "symbolId": "src/overview-dashboard/api:IOverviewDashboard"
3495
+ },
3406
3496
  "construct-hub.IPackageSource": {
3407
3497
  "assembly": "construct-hub",
3408
3498
  "docs": {
@@ -3413,7 +3503,7 @@
3413
3503
  "kind": "interface",
3414
3504
  "locationInModule": {
3415
3505
  "filename": "src/package-source.ts",
3416
- "line": 13
3506
+ "line": 14
3417
3507
  },
3418
3508
  "methods": [
3419
3509
  {
@@ -3425,7 +3515,7 @@
3425
3515
  },
3426
3516
  "locationInModule": {
3427
3517
  "filename": "src/package-source.ts",
3428
- "line": 23
3518
+ "line": 24
3429
3519
  },
3430
3520
  "name": "bind",
3431
3521
  "parameters": [
@@ -3508,7 +3598,7 @@
3508
3598
  "kind": "enum",
3509
3599
  "locationInModule": {
3510
3600
  "filename": "src/construct-hub.ts",
3511
- "line": 548
3601
+ "line": 559
3512
3602
  },
3513
3603
  "members": [
3514
3604
  {
@@ -3598,7 +3688,7 @@
3598
3688
  "kind": "interface",
3599
3689
  "locationInModule": {
3600
3690
  "filename": "src/package-source.ts",
3601
- "line": 97
3691
+ "line": 103
3602
3692
  },
3603
3693
  "name": "LinkedResource",
3604
3694
  "properties": [
@@ -3611,7 +3701,7 @@
3611
3701
  "immutable": true,
3612
3702
  "locationInModule": {
3613
3703
  "filename": "src/package-source.ts",
3614
- "line": 101
3704
+ "line": 107
3615
3705
  },
3616
3706
  "name": "name",
3617
3707
  "type": {
@@ -3627,7 +3717,7 @@
3627
3717
  "immutable": true,
3628
3718
  "locationInModule": {
3629
3719
  "filename": "src/package-source.ts",
3630
- "line": 106
3720
+ "line": 112
3631
3721
  },
3632
3722
  "name": "url",
3633
3723
  "type": {
@@ -3644,7 +3734,7 @@
3644
3734
  "immutable": true,
3645
3735
  "locationInModule": {
3646
3736
  "filename": "src/package-source.ts",
3647
- "line": 114
3737
+ "line": 120
3648
3738
  },
3649
3739
  "name": "primary",
3650
3740
  "optional": true,
@@ -3665,7 +3755,7 @@
3665
3755
  "kind": "interface",
3666
3756
  "locationInModule": {
3667
3757
  "filename": "src/webapp/index.ts",
3668
- "line": 21
3758
+ "line": 22
3669
3759
  },
3670
3760
  "name": "PackageLinkConfig",
3671
3761
  "properties": [
@@ -3678,7 +3768,7 @@
3678
3768
  "immutable": true,
3679
3769
  "locationInModule": {
3680
3770
  "filename": "src/webapp/index.ts",
3681
- "line": 31
3771
+ "line": 32
3682
3772
  },
3683
3773
  "name": "configKey",
3684
3774
  "type": {
@@ -3694,7 +3784,7 @@
3694
3784
  "immutable": true,
3695
3785
  "locationInModule": {
3696
3786
  "filename": "src/webapp/index.ts",
3697
- "line": 25
3787
+ "line": 26
3698
3788
  },
3699
3789
  "name": "linkLabel",
3700
3790
  "type": {
@@ -3711,7 +3801,7 @@
3711
3801
  "immutable": true,
3712
3802
  "locationInModule": {
3713
3803
  "filename": "src/webapp/index.ts",
3714
- "line": 45
3804
+ "line": 46
3715
3805
  },
3716
3806
  "name": "allowedDomains",
3717
3807
  "optional": true,
@@ -3734,7 +3824,7 @@
3734
3824
  "immutable": true,
3735
3825
  "locationInModule": {
3736
3826
  "filename": "src/webapp/index.ts",
3737
- "line": 38
3827
+ "line": 39
3738
3828
  },
3739
3829
  "name": "linkText",
3740
3830
  "optional": true,
@@ -3756,7 +3846,7 @@
3756
3846
  "kind": "interface",
3757
3847
  "locationInModule": {
3758
3848
  "filename": "src/package-source.ts",
3759
- "line": 29
3849
+ "line": 30
3760
3850
  },
3761
3851
  "name": "PackageSourceBindOptions",
3762
3852
  "properties": [
@@ -3769,7 +3859,7 @@
3769
3859
  "immutable": true,
3770
3860
  "locationInModule": {
3771
3861
  "filename": "src/package-source.ts",
3772
- "line": 33
3862
+ "line": 34
3773
3863
  },
3774
3864
  "name": "baseUrl",
3775
3865
  "type": {
@@ -3786,7 +3876,7 @@
3786
3876
  "immutable": true,
3787
3877
  "locationInModule": {
3788
3878
  "filename": "src/package-source.ts",
3789
- "line": 45
3879
+ "line": 46
3790
3880
  },
3791
3881
  "name": "ingestion",
3792
3882
  "type": {
@@ -3803,7 +3893,7 @@
3803
3893
  "immutable": true,
3804
3894
  "locationInModule": {
3805
3895
  "filename": "src/package-source.ts",
3806
- "line": 52
3896
+ "line": 53
3807
3897
  },
3808
3898
  "name": "licenseList",
3809
3899
  "type": {
@@ -3819,13 +3909,29 @@
3819
3909
  "immutable": true,
3820
3910
  "locationInModule": {
3821
3911
  "filename": "src/package-source.ts",
3822
- "line": 57
3912
+ "line": 58
3823
3913
  },
3824
3914
  "name": "monitoring",
3825
3915
  "type": {
3826
3916
  "fqn": "construct-hub.IMonitoring"
3827
3917
  }
3828
3918
  },
3919
+ {
3920
+ "abstract": true,
3921
+ "docs": {
3922
+ "stability": "experimental",
3923
+ "summary": "The overview dashboard to add widgets to."
3924
+ },
3925
+ "immutable": true,
3926
+ "locationInModule": {
3927
+ "filename": "src/package-source.ts",
3928
+ "line": 63
3929
+ },
3930
+ "name": "overviewDashboard",
3931
+ "type": {
3932
+ "fqn": "construct-hub.IOverviewDashboard"
3933
+ }
3934
+ },
3829
3935
  {
3830
3936
  "abstract": true,
3831
3937
  "docs": {
@@ -3836,7 +3942,7 @@
3836
3942
  "immutable": true,
3837
3943
  "locationInModule": {
3838
3944
  "filename": "src/package-source.ts",
3839
- "line": 63
3945
+ "line": 69
3840
3946
  },
3841
3947
  "name": "queue",
3842
3948
  "type": {
@@ -3852,7 +3958,7 @@
3852
3958
  "immutable": true,
3853
3959
  "locationInModule": {
3854
3960
  "filename": "src/package-source.ts",
3855
- "line": 38
3961
+ "line": 39
3856
3962
  },
3857
3963
  "name": "denyList",
3858
3964
  "optional": true,
@@ -3870,7 +3976,7 @@
3870
3976
  "immutable": true,
3871
3977
  "locationInModule": {
3872
3978
  "filename": "src/package-source.ts",
3873
- "line": 69
3979
+ "line": 75
3874
3980
  },
3875
3981
  "name": "repository",
3876
3982
  "optional": true,
@@ -3892,7 +3998,7 @@
3892
3998
  "kind": "interface",
3893
3999
  "locationInModule": {
3894
4000
  "filename": "src/package-source.ts",
3895
- "line": 75
4001
+ "line": 81
3896
4002
  },
3897
4003
  "name": "PackageSourceBindResult",
3898
4004
  "properties": [
@@ -3906,7 +4012,7 @@
3906
4012
  "immutable": true,
3907
4013
  "locationInModule": {
3908
4014
  "filename": "src/package-source.ts",
3909
- "line": 94
4015
+ "line": 100
3910
4016
  },
3911
4017
  "name": "dashboardWidgets",
3912
4018
  "type": {
@@ -3933,7 +4039,7 @@
3933
4039
  "immutable": true,
3934
4040
  "locationInModule": {
3935
4041
  "filename": "src/package-source.ts",
3936
- "line": 80
4042
+ "line": 86
3937
4043
  },
3938
4044
  "name": "name",
3939
4045
  "type": {
@@ -3949,7 +4055,7 @@
3949
4055
  "immutable": true,
3950
4056
  "locationInModule": {
3951
4057
  "filename": "src/package-source.ts",
3952
- "line": 86
4058
+ "line": 92
3953
4059
  },
3954
4060
  "name": "links",
3955
4061
  "optional": true,
@@ -14719,7 +14825,7 @@
14719
14825
  },
14720
14826
  "locationInModule": {
14721
14827
  "filename": "src/package-sources/code-artifact.ts",
14722
- "line": 247
14828
+ "line": 260
14723
14829
  },
14724
14830
  "name": "metricDeletedCount",
14725
14831
  "parameters": [
@@ -14744,7 +14850,7 @@
14744
14850
  },
14745
14851
  "locationInModule": {
14746
14852
  "filename": "src/package-sources/code-artifact.ts",
14747
- "line": 210
14853
+ "line": 223
14748
14854
  },
14749
14855
  "name": "metricDenyListedCount",
14750
14856
  "parameters": [
@@ -14769,7 +14875,7 @@
14769
14875
  },
14770
14876
  "locationInModule": {
14771
14877
  "filename": "src/package-sources/code-artifact.ts",
14772
- "line": 228
14878
+ "line": 241
14773
14879
  },
14774
14880
  "name": "metricIneligibleLicense",
14775
14881
  "parameters": [
@@ -14794,7 +14900,7 @@
14794
14900
  },
14795
14901
  "locationInModule": {
14796
14902
  "filename": "src/package-sources/code-artifact.ts",
14797
- "line": 265
14903
+ "line": 278
14798
14904
  },
14799
14905
  "name": "metricNotJsiiEnabledCount",
14800
14906
  "parameters": [
@@ -14940,7 +15046,7 @@
14940
15046
  },
14941
15047
  "locationInModule": {
14942
15048
  "filename": "src/package-sources/npmjs.ts",
14943
- "line": 233
15049
+ "line": 239
14944
15050
  },
14945
15051
  "name": "metricBatchProcessingTime",
14946
15052
  "parameters": [
@@ -14965,7 +15071,7 @@
14965
15071
  },
14966
15072
  "locationInModule": {
14967
15073
  "filename": "src/package-sources/npmjs.ts",
14968
- "line": 246
15074
+ "line": 252
14969
15075
  },
14970
15076
  "name": "metricChangeCount",
14971
15077
  "parameters": [
@@ -14991,7 +15097,7 @@
14991
15097
  },
14992
15098
  "locationInModule": {
14993
15099
  "filename": "src/package-sources/npmjs.ts",
14994
- "line": 260
15100
+ "line": 266
14995
15101
  },
14996
15102
  "name": "metricLastSeq",
14997
15103
  "parameters": [
@@ -15015,7 +15121,7 @@
15015
15121
  },
15016
15122
  "locationInModule": {
15017
15123
  "filename": "src/package-sources/npmjs.ts",
15018
- "line": 270
15124
+ "line": 276
15019
15125
  },
15020
15126
  "name": "metricNpmJsChangeAge",
15021
15127
  "parameters": [
@@ -15040,7 +15146,7 @@
15040
15146
  },
15041
15147
  "locationInModule": {
15042
15148
  "filename": "src/package-sources/npmjs.ts",
15043
- "line": 283
15149
+ "line": 289
15044
15150
  },
15045
15151
  "name": "metricPackageVersionAge",
15046
15152
  "parameters": [
@@ -15065,7 +15171,7 @@
15065
15171
  },
15066
15172
  "locationInModule": {
15067
15173
  "filename": "src/package-sources/npmjs.ts",
15068
- "line": 296
15174
+ "line": 302
15069
15175
  },
15070
15176
  "name": "metricPackageVersionCount",
15071
15177
  "parameters": [
@@ -15090,7 +15196,7 @@
15090
15196
  },
15091
15197
  "locationInModule": {
15092
15198
  "filename": "src/package-sources/npmjs.ts",
15093
- "line": 309
15199
+ "line": 315
15094
15200
  },
15095
15201
  "name": "metricRelevantPackageVersions",
15096
15202
  "parameters": [
@@ -15115,7 +15221,7 @@
15115
15221
  },
15116
15222
  "locationInModule": {
15117
15223
  "filename": "src/package-sources/npmjs.ts",
15118
- "line": 323
15224
+ "line": 329
15119
15225
  },
15120
15226
  "name": "metricRemainingTime",
15121
15227
  "parameters": [
@@ -15140,7 +15246,7 @@
15140
15246
  },
15141
15247
  "locationInModule": {
15142
15248
  "filename": "src/package-sources/npmjs.ts",
15143
- "line": 337
15249
+ "line": 343
15144
15250
  },
15145
15251
  "name": "metricUnprocessableEntity",
15146
15252
  "parameters": [
@@ -15255,6 +15361,6 @@
15255
15361
  "symbolId": "src/package-sources/npmjs:NpmJsProps"
15256
15362
  }
15257
15363
  },
15258
- "version": "0.3.313",
15259
- "fingerprint": "jGm3wRpYb8ZPwWXO0UNBlBKloYKqD9FHBpmN+Tg8DRs="
15364
+ "version": "0.3.316",
15365
+ "fingerprint": "ALN9oBv11OZBeISm60qGu3qToBgoM2wScQERfRx5dx4="
15260
15366
  }