@forge/util 1.4.0 → 1.4.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.
Files changed (158) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
  3. package/packages/analytics-node-client/src/index.js +1 -1
  4. package/packages/ari/_tsup-dts-rollup.d.ts +331 -0
  5. package/packages/ari/beacon/custom-detection/index.d.ts +3 -0
  6. package/packages/ari/beacon/custom-detection/index.js +346 -0
  7. package/packages/ari/beacon/custom-detection/index.mjs +17 -0
  8. package/packages/ari/beacon/custom-detection/types.d.ts +3 -0
  9. package/packages/ari/beacon/custom-detection/types.js +29 -0
  10. package/packages/ari/beacon/custom-detection/types.mjs +8 -0
  11. package/packages/ari/beacon/index.d.ts +1 -0
  12. package/packages/ari/beacon/index.js +64 -0
  13. package/packages/ari/beacon/index.mjs +13 -8
  14. package/packages/ari/bitbucket/index.mjs +8 -8
  15. package/packages/ari/brie/index.mjs +4 -4
  16. package/packages/ari/canvas/index.mjs +4 -4
  17. package/packages/ari/chunk-5DRIX3CB.mjs +7 -0
  18. package/packages/ari/chunk-6YGOGAWM.mjs +7 -0
  19. package/packages/ari/chunk-AWSUWYDF.mjs +80 -0
  20. package/packages/ari/chunk-BGUJ6GY2.mjs +62 -0
  21. package/packages/ari/chunk-D5S55TXO.mjs +7 -0
  22. package/packages/ari/chunk-DFCDGB7O.mjs +80 -0
  23. package/packages/ari/chunk-IUUUDGF6.mjs +7 -0
  24. package/packages/ari/chunk-OWEX3L44.mjs +7 -0
  25. package/packages/ari/chunk-PVBPUKXI.mjs +7 -0
  26. package/packages/ari/chunk-PXLAHM4C.mjs +73 -0
  27. package/packages/ari/chunk-QSH6F5SY.mjs +7 -0
  28. package/packages/ari/chunk-SCWWMMV2.mjs +80 -0
  29. package/packages/ari/chunk-SNAPC4SA.mjs +7 -0
  30. package/packages/ari/chunk-T3KJWGQY.mjs +73 -0
  31. package/packages/ari/chunk-TULGFGJW.mjs +69 -0
  32. package/packages/ari/chunk-WLBIOO7O.mjs +76 -0
  33. package/packages/ari/chunk-XB3V3IB3.mjs +66 -0
  34. package/packages/ari/chunk-XL2VWTF2.mjs +7 -0
  35. package/packages/ari/chunk-YNVYZG5X.mjs +0 -0
  36. package/packages/ari/cmdb/index.mjs +4 -4
  37. package/packages/ari/commerce/index.mjs +14 -14
  38. package/packages/ari/compass/index.mjs +14 -14
  39. package/packages/ari/confluence/index.mjs +17 -17
  40. package/packages/ari/conversational-help/index.mjs +4 -4
  41. package/packages/ari/devops/index.mjs +4 -4
  42. package/packages/ari/ecosystem/index.mjs +4 -4
  43. package/packages/ari/google/index.mjs +4 -4
  44. package/packages/ari/graph/index.d.ts +2 -0
  45. package/packages/ari/graph/index.js +127 -0
  46. package/packages/ari/graph/index.mjs +48 -38
  47. package/packages/ari/graph/post-incident-review/index.d.ts +3 -0
  48. package/packages/ari/graph/post-incident-review/index.js +342 -0
  49. package/packages/ari/graph/post-incident-review/index.mjs +17 -0
  50. package/packages/ari/graph/post-incident-review/types.d.ts +3 -0
  51. package/packages/ari/graph/post-incident-review/types.js +29 -0
  52. package/packages/ari/graph/post-incident-review/types.mjs +8 -0
  53. package/packages/ari/graph/post-incident-review-history/index.d.ts +3 -0
  54. package/packages/ari/graph/post-incident-review-history/index.js +349 -0
  55. package/packages/ari/graph/post-incident-review-history/index.mjs +17 -0
  56. package/packages/ari/graph/post-incident-review-history/types.d.ts +3 -0
  57. package/packages/ari/graph/post-incident-review-history/types.js +29 -0
  58. package/packages/ari/graph/post-incident-review-history/types.mjs +8 -0
  59. package/packages/ari/help/index.mjs +8 -8
  60. package/packages/ari/identity/index.mjs +11 -11
  61. package/packages/ari/index.d.ts +1 -0
  62. package/packages/ari/index.js +55 -2
  63. package/packages/ari/index.mjs +365 -343
  64. package/packages/ari/jira/index.d.ts +2 -0
  65. package/packages/ari/jira/index.js +135 -0
  66. package/packages/ari/jira/index.mjs +82 -72
  67. package/packages/ari/jira/post-incident-review/index.d.ts +3 -0
  68. package/packages/ari/jira/post-incident-review/index.js +346 -0
  69. package/packages/ari/jira/post-incident-review/index.mjs +17 -0
  70. package/packages/ari/jira/post-incident-review/types.d.ts +3 -0
  71. package/packages/ari/jira/post-incident-review/types.js +29 -0
  72. package/packages/ari/jira/post-incident-review/types.mjs +8 -0
  73. package/packages/ari/jira/post-incident-review-history/index.d.ts +3 -0
  74. package/packages/ari/jira/post-incident-review-history/index.js +353 -0
  75. package/packages/ari/jira/post-incident-review-history/index.mjs +17 -0
  76. package/packages/ari/jira/post-incident-review-history/types.d.ts +3 -0
  77. package/packages/ari/jira/post-incident-review-history/types.js +29 -0
  78. package/packages/ari/jira/post-incident-review-history/types.mjs +8 -0
  79. package/packages/ari/jira-align/epic/index.d.ts +3 -0
  80. package/packages/ari/jira-align/epic/index.js +339 -0
  81. package/packages/ari/jira-align/epic/index.mjs +17 -0
  82. package/packages/ari/jira-align/epic/types.d.ts +3 -0
  83. package/packages/ari/jira-align/epic/types.js +29 -0
  84. package/packages/ari/jira-align/epic/types.mjs +8 -0
  85. package/packages/ari/jira-align/index.d.ts +1 -0
  86. package/packages/ari/jira-align/index.js +57 -0
  87. package/packages/ari/jira-align/index.mjs +6 -1
  88. package/packages/ari/jira-software/card-color/index.d.ts +3 -0
  89. package/packages/ari/jira-software/card-color/index.js +353 -0
  90. package/packages/ari/jira-software/card-color/index.mjs +17 -0
  91. package/packages/ari/jira-software/card-color/types.d.ts +3 -0
  92. package/packages/ari/jira-software/card-color/types.js +29 -0
  93. package/packages/ari/jira-software/card-color/types.mjs +8 -0
  94. package/packages/ari/jira-software/card-layout/index.d.ts +3 -0
  95. package/packages/ari/jira-software/card-layout/index.js +353 -0
  96. package/packages/ari/jira-software/card-layout/index.mjs +17 -0
  97. package/packages/ari/jira-software/card-layout/types.d.ts +3 -0
  98. package/packages/ari/jira-software/card-layout/types.js +29 -0
  99. package/packages/ari/jira-software/card-layout/types.mjs +8 -0
  100. package/packages/ari/jira-software/index.d.ts +2 -0
  101. package/packages/ari/jira-software/index.js +142 -0
  102. package/packages/ari/jira-software/index.mjs +27 -17
  103. package/packages/ari/marketplace/index.d.ts +1 -0
  104. package/packages/ari/marketplace/index.js +331 -0
  105. package/packages/ari/marketplace/index.mjs +13 -0
  106. package/packages/ari/marketplace/team/index.d.ts +3 -0
  107. package/packages/ari/marketplace/team/index.js +335 -0
  108. package/packages/ari/marketplace/team/index.mjs +17 -0
  109. package/packages/ari/marketplace/team/types.d.ts +3 -0
  110. package/packages/ari/marketplace/team/types.js +29 -0
  111. package/packages/ari/marketplace/team/types.mjs +8 -0
  112. package/packages/ari/measurement/index.mjs +4 -4
  113. package/packages/ari/mercury/index.mjs +8 -8
  114. package/packages/ari/opsgenie/index.mjs +28 -28
  115. package/packages/ari/package.json +1 -1
  116. package/packages/ari/papi/index.mjs +4 -4
  117. package/packages/ari/people-perftool/index.mjs +4 -4
  118. package/packages/ari/platform/index.mjs +8 -8
  119. package/packages/ari/resource-types/card-color.d.ts +1 -0
  120. package/packages/ari/resource-types/card-color.js +27 -0
  121. package/packages/ari/resource-types/card-color.mjs +5 -0
  122. package/packages/ari/resource-types/card-layout.d.ts +1 -0
  123. package/packages/ari/resource-types/card-layout.js +27 -0
  124. package/packages/ari/resource-types/card-layout.mjs +5 -0
  125. package/packages/ari/resource-types/custom-detection.d.ts +1 -0
  126. package/packages/ari/resource-types/custom-detection.js +27 -0
  127. package/packages/ari/resource-types/custom-detection.mjs +5 -0
  128. package/packages/ari/resource-types/embed.d.ts +1 -0
  129. package/packages/ari/resource-types/embed.js +27 -0
  130. package/packages/ari/resource-types/embed.mjs +5 -0
  131. package/packages/ari/resource-types/post-incident-review-history.d.ts +1 -0
  132. package/packages/ari/resource-types/post-incident-review-history.js +27 -0
  133. package/packages/ari/resource-types/post-incident-review-history.mjs +5 -0
  134. package/packages/ari/resource-types/post-incident-review.d.ts +1 -0
  135. package/packages/ari/resource-types/post-incident-review.js +27 -0
  136. package/packages/ari/resource-types/post-incident-review.mjs +5 -0
  137. package/packages/ari/statuspage/index.mjs +4 -4
  138. package/packages/ari/townsquare/index.mjs +4 -4
  139. package/packages/ari/trello/index.mjs +4 -4
  140. package/packages/ari/virtual-agent/index.mjs +4 -4
  141. package/packages/logger-interface/CHANGELOG.md +6 -0
  142. package/packages/logger-interface/README.md +3 -1
  143. package/packages/logger-interface/package.json +3 -2
  144. package/packages/metrics-interface/CHANGELOG.md +15 -0
  145. package/packages/metrics-interface/dist/metrics.d.ts +5 -0
  146. package/packages/metrics-interface/dist/metrics.d.ts.map +1 -1
  147. package/packages/metrics-interface/dist/metrics.js +5 -0
  148. package/packages/metrics-interface/dist/metrics.js.map +1 -1
  149. package/packages/metrics-interface/dist/mocks/index.d.ts +8 -1
  150. package/packages/metrics-interface/dist/mocks/index.d.ts.map +1 -1
  151. package/packages/metrics-interface/dist/mocks/index.js +10 -1
  152. package/packages/metrics-interface/dist/mocks/index.js.map +1 -1
  153. package/packages/metrics-interface/package.json +1 -1
  154. /package/packages/ari/{chunk-ENGY2TDF.mjs → chunk-D7D3B454.mjs} +0 -0
  155. /package/packages/ari/{chunk-KNBR3WSA.mjs → chunk-JEDPRILO.mjs} +0 -0
  156. /package/packages/ari/{chunk-PU63LMKI.mjs → chunk-P2RGZTM3.mjs} +0 -0
  157. /package/packages/ari/{chunk-RLLBEQ3Y.mjs → chunk-VPUECY5E.mjs} +0 -0
  158. /package/packages/ari/{chunk-V7XF5L23.mjs → chunk-VZUAPXXZ.mjs} +0 -0
@@ -0,0 +1,3 @@
1
+ export { MarketplaceTeamAriOpts } from '../../_tsup-dts-rollup';
2
+ export { MarketplaceTeamAriResourceOwner_alias_1 as MarketplaceTeamAriResourceOwner } from '../../_tsup-dts-rollup';
3
+ export { MarketplaceTeamAriResourceType_alias_1 as MarketplaceTeamAriResourceType } from '../../_tsup-dts-rollup';
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: !0 });
9
+ }, __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from == "object" || typeof from == "function")
11
+ for (let key of __getOwnPropNames(from))
12
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
+ return to;
14
+ };
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
+
17
+ // src/marketplace/team/types.ts
18
+ var types_exports = {};
19
+ __export(types_exports, {
20
+ MarketplaceTeamAriResourceOwner: () => MarketplaceTeamAriResourceOwner,
21
+ MarketplaceTeamAriResourceType: () => MarketplaceTeamAriResourceType
22
+ });
23
+ module.exports = __toCommonJS(types_exports);
24
+ var MarketplaceTeamAriResourceOwner = "marketplace", MarketplaceTeamAriResourceType = "team";
25
+ // Annotate the CommonJS export names for ESM import in node:
26
+ 0 && (module.exports = {
27
+ MarketplaceTeamAriResourceOwner,
28
+ MarketplaceTeamAriResourceType
29
+ });
@@ -0,0 +1,8 @@
1
+ import {
2
+ MarketplaceTeamAriResourceOwner,
3
+ MarketplaceTeamAriResourceType
4
+ } from "../../chunk-IUUUDGF6.mjs";
5
+ export {
6
+ MarketplaceTeamAriResourceOwner,
7
+ MarketplaceTeamAriResourceType
8
+ };
@@ -1,8 +1,4 @@
1
1
  import "../chunk-ZNQVUOOQ.mjs";
2
- import {
3
- MeasurementEmailUuidAri
4
- } from "../chunk-I36GCRAQ.mjs";
5
- import "../chunk-TZWB442U.mjs";
6
2
  import {
7
3
  MeasurementSiteUserAri
8
4
  } from "../chunk-VX4V753Y.mjs";
@@ -11,6 +7,10 @@ import {
11
7
  MeasurementUserAri
12
8
  } from "../chunk-OHRVWON3.mjs";
13
9
  import "../chunk-G4CB4RQJ.mjs";
10
+ import {
11
+ MeasurementEmailUuidAri
12
+ } from "../chunk-I36GCRAQ.mjs";
13
+ import "../chunk-TZWB442U.mjs";
14
14
  import "../chunk-PA4Y7TWI.mjs";
15
15
  import "../chunk-NCC2UXNN.mjs";
16
16
  import "../chunk-2UUYVBKT.mjs";
@@ -1,4 +1,12 @@
1
1
  import "../chunk-SV3OSS6S.mjs";
2
+ import {
3
+ MercurySiteAri
4
+ } from "../chunk-CRBTDEBI.mjs";
5
+ import "../chunk-SEACGWCF.mjs";
6
+ import {
7
+ MercuryProgramStatusUpdateAri
8
+ } from "../chunk-MFJQT7EB.mjs";
9
+ import "../chunk-DXGTR4X7.mjs";
2
10
  import {
3
11
  MercuryProgramAri
4
12
  } from "../chunk-BPZ52OPF.mjs";
@@ -7,18 +15,10 @@ import {
7
15
  MercuryRoleAri
8
16
  } from "../chunk-E3EIKCY3.mjs";
9
17
  import "../chunk-2CIDR5KT.mjs";
10
- import {
11
- MercurySiteAri
12
- } from "../chunk-CRBTDEBI.mjs";
13
- import "../chunk-SEACGWCF.mjs";
14
18
  import {
15
19
  MercuryCommentAri
16
20
  } from "../chunk-EXQVDUWK.mjs";
17
21
  import "../chunk-IP7NNLNW.mjs";
18
- import {
19
- MercuryProgramStatusUpdateAri
20
- } from "../chunk-MFJQT7EB.mjs";
21
- import "../chunk-DXGTR4X7.mjs";
22
22
  import "../chunk-PA4Y7TWI.mjs";
23
23
  import "../chunk-NCC2UXNN.mjs";
24
24
  import "../chunk-2UUYVBKT.mjs";
@@ -1,8 +1,24 @@
1
1
  import "../chunk-UW7FK2QY.mjs";
2
+ import {
3
+ OpsgenieTeamAri
4
+ } from "../chunk-QNAAHRUK.mjs";
5
+ import "../chunk-5GDLDNUH.mjs";
6
+ import {
7
+ OpsgenieTimelineAri
8
+ } from "../chunk-DVQF75RB.mjs";
9
+ import "../chunk-T4JHTCBL.mjs";
2
10
  import {
3
11
  OpsgenieWorkspaceAri
4
12
  } from "../chunk-UY2MEVZC.mjs";
5
13
  import "../chunk-Y2SQLTAK.mjs";
14
+ import {
15
+ OpsgenieRoleAri
16
+ } from "../chunk-HVJJ22MX.mjs";
17
+ import "../chunk-7ZPWMXWE.mjs";
18
+ import {
19
+ OpsgenieScheduleRotationAri
20
+ } from "../chunk-MSLIULJD.mjs";
21
+ import "../chunk-ILPXSBCV.mjs";
6
22
  import {
7
23
  OpsgenieScheduleAri
8
24
  } from "../chunk-OFQY7N2T.mjs";
@@ -12,13 +28,9 @@ import {
12
28
  } from "../chunk-RJHR4WH5.mjs";
13
29
  import "../chunk-3A7NUHDU.mjs";
14
30
  import {
15
- OpsgenieTeamAri
16
- } from "../chunk-QNAAHRUK.mjs";
17
- import "../chunk-5GDLDNUH.mjs";
18
- import {
19
- OpsgenieTimelineAri
20
- } from "../chunk-DVQF75RB.mjs";
21
- import "../chunk-T4JHTCBL.mjs";
31
+ OpsgenieIncomingCallHistoryAri
32
+ } from "../chunk-IMBFQDTD.mjs";
33
+ import "../chunk-W4G5P22J.mjs";
22
34
  import {
23
35
  OpsgenieIntegrationAri
24
36
  } from "../chunk-6IRGDEA2.mjs";
@@ -28,13 +40,9 @@ import {
28
40
  } from "../chunk-VOGU5CWY.mjs";
29
41
  import "../chunk-WBXUDE5Y.mjs";
30
42
  import {
31
- OpsgenieRoleAri
32
- } from "../chunk-HVJJ22MX.mjs";
33
- import "../chunk-7ZPWMXWE.mjs";
34
- import {
35
- OpsgenieScheduleRotationAri
36
- } from "../chunk-MSLIULJD.mjs";
37
- import "../chunk-ILPXSBCV.mjs";
43
+ OpsgenieEventAri
44
+ } from "../chunk-EONGG2SD.mjs";
45
+ import "../chunk-PW5GVXRG.mjs";
38
46
  import {
39
47
  OpsgenieIncidentAlertLinkAri
40
48
  } from "../chunk-TTP2F7T2.mjs";
@@ -48,9 +56,9 @@ import {
48
56
  } from "../chunk-QBUGZDEX.mjs";
49
57
  import "../chunk-TLNXXINJ.mjs";
50
58
  import {
51
- OpsgenieIncomingCallHistoryAri
52
- } from "../chunk-IMBFQDTD.mjs";
53
- import "../chunk-W4G5P22J.mjs";
59
+ OpsgenieCustomRoleAri
60
+ } from "../chunk-4VI4FOQT.mjs";
61
+ import "../chunk-RW54AUFT.mjs";
54
62
  import {
55
63
  OpsgenieDeploymentServiceLinkAri
56
64
  } from "../chunk-GOVJSWIB.mjs";
@@ -64,9 +72,9 @@ import {
64
72
  } from "../chunk-W3TCFCU4.mjs";
65
73
  import "../chunk-C3Q7ZVPL.mjs";
66
74
  import {
67
- OpsgenieEventAri
68
- } from "../chunk-EONGG2SD.mjs";
69
- import "../chunk-PW5GVXRG.mjs";
75
+ OpsgenieAlertRecipientLinkAri
76
+ } from "../chunk-QBOS25EO.mjs";
77
+ import "../chunk-JXI5TFG4.mjs";
70
78
  import {
71
79
  OpsgenieAlertAri
72
80
  } from "../chunk-YNGBANCC.mjs";
@@ -79,10 +87,6 @@ import {
79
87
  OpsgenieCallRoutingAri
80
88
  } from "../chunk-TXNPCYZ5.mjs";
81
89
  import "../chunk-P2OBBGSQ.mjs";
82
- import {
83
- OpsgenieCustomRoleAri
84
- } from "../chunk-4VI4FOQT.mjs";
85
- import "../chunk-RW54AUFT.mjs";
86
90
  import {
87
91
  OpsgenieAccountLoginAri
88
92
  } from "../chunk-YSKELIVG.mjs";
@@ -91,10 +95,6 @@ import {
91
95
  OpsgenieAccountSettingsAri
92
96
  } from "../chunk-DB67C5D5.mjs";
93
97
  import "../chunk-OZDNDKVC.mjs";
94
- import {
95
- OpsgenieAlertRecipientLinkAri
96
- } from "../chunk-QBOS25EO.mjs";
97
- import "../chunk-JXI5TFG4.mjs";
98
98
  import "../chunk-PA4Y7TWI.mjs";
99
99
  import "../chunk-NCC2UXNN.mjs";
100
100
  import "../chunk-2UUYVBKT.mjs";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ari",
3
- "version": "2.121.0",
3
+ "version": "2.130.0",
4
4
  "config": {
5
5
  "registry": "atlassian"
6
6
  },
@@ -1,12 +1,12 @@
1
1
  import "../chunk-P6ODAFPN.mjs";
2
- import {
3
- PapiApiAri
4
- } from "../chunk-GWT4UNXI.mjs";
5
- import "../chunk-5IDHPJZF.mjs";
6
2
  import {
7
3
  PapiRoleAri
8
4
  } from "../chunk-ZM3GPI7D.mjs";
9
5
  import "../chunk-NLJJ6GJ4.mjs";
6
+ import {
7
+ PapiApiAri
8
+ } from "../chunk-GWT4UNXI.mjs";
9
+ import "../chunk-5IDHPJZF.mjs";
10
10
  import "../chunk-PA4Y7TWI.mjs";
11
11
  import "../chunk-NCC2UXNN.mjs";
12
12
  import "../chunk-2UUYVBKT.mjs";
@@ -1,4 +1,8 @@
1
1
  import "../chunk-WL6TPSYP.mjs";
2
+ import {
3
+ PeoplePerftoolFeedbackAri
4
+ } from "../chunk-BDHBO5CO.mjs";
5
+ import "../chunk-BUB6ILHZ.mjs";
2
6
  import {
3
7
  PeoplePerftoolPerformanceAri
4
8
  } from "../chunk-WTXSCS6P.mjs";
@@ -7,10 +11,6 @@ import {
7
11
  PeoplePerftoolCalibrationAri
8
12
  } from "../chunk-GGJRQUJU.mjs";
9
13
  import "../chunk-YFDO5OIQ.mjs";
10
- import {
11
- PeoplePerftoolFeedbackAri
12
- } from "../chunk-BDHBO5CO.mjs";
13
- import "../chunk-BUB6ILHZ.mjs";
14
14
  import "../chunk-PA4Y7TWI.mjs";
15
15
  import "../chunk-NCC2UXNN.mjs";
16
16
  import "../chunk-2UUYVBKT.mjs";
@@ -1,4 +1,8 @@
1
1
  import "../chunk-EHBNQJ47.mjs";
2
+ import {
3
+ PlatformOrgUserAri
4
+ } from "../chunk-J7CQFIR2.mjs";
5
+ import "../chunk-REH6WMJF.mjs";
2
6
  import {
3
7
  PlatformOrgAri
4
8
  } from "../chunk-NVDJASQK.mjs";
@@ -11,6 +15,10 @@ import {
11
15
  PlatformSiteAri
12
16
  } from "../chunk-WG2XWYSC.mjs";
13
17
  import "../chunk-QGU7KDYS.mjs";
18
+ import {
19
+ PlatformClassificationTagAri
20
+ } from "../chunk-LP2XJ5J2.mjs";
21
+ import "../chunk-JOF4WRFT.mjs";
14
22
  import {
15
23
  PlatformLifecycleResourcePackageTypeAri
16
24
  } from "../chunk-ZTWFSSSP.mjs";
@@ -23,14 +31,6 @@ import {
23
31
  PlatformLifecycleResourceAri
24
32
  } from "../chunk-W3B3Y4FO.mjs";
25
33
  import "../chunk-T36754GS.mjs";
26
- import {
27
- PlatformOrgUserAri
28
- } from "../chunk-J7CQFIR2.mjs";
29
- import "../chunk-REH6WMJF.mjs";
30
- import {
31
- PlatformClassificationTagAri
32
- } from "../chunk-LP2XJ5J2.mjs";
33
- import "../chunk-JOF4WRFT.mjs";
34
34
  import "../chunk-PA4Y7TWI.mjs";
35
35
  import "../chunk-NCC2UXNN.mjs";
36
36
  import "../chunk-2UUYVBKT.mjs";
@@ -0,0 +1 @@
1
+ export { CardColorType } from '../_tsup-dts-rollup';
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: !0 });
9
+ }, __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from == "object" || typeof from == "function")
11
+ for (let key of __getOwnPropNames(from))
12
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
+ return to;
14
+ };
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
+
17
+ // src/resource-types/card-color.ts
18
+ var card_color_exports = {};
19
+ __export(card_color_exports, {
20
+ CardColorType: () => CardColorType
21
+ });
22
+ module.exports = __toCommonJS(card_color_exports);
23
+ var CardColorType = "card-color";
24
+ // Annotate the CommonJS export names for ESM import in node:
25
+ 0 && (module.exports = {
26
+ CardColorType
27
+ });
@@ -0,0 +1,5 @@
1
+ // src/resource-types/card-color.ts
2
+ var CardColorType = "card-color";
3
+ export {
4
+ CardColorType
5
+ };
@@ -0,0 +1 @@
1
+ export { CardLayoutType } from '../_tsup-dts-rollup';
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: !0 });
9
+ }, __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from == "object" || typeof from == "function")
11
+ for (let key of __getOwnPropNames(from))
12
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
+ return to;
14
+ };
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
+
17
+ // src/resource-types/card-layout.ts
18
+ var card_layout_exports = {};
19
+ __export(card_layout_exports, {
20
+ CardLayoutType: () => CardLayoutType
21
+ });
22
+ module.exports = __toCommonJS(card_layout_exports);
23
+ var CardLayoutType = "card-layout";
24
+ // Annotate the CommonJS export names for ESM import in node:
25
+ 0 && (module.exports = {
26
+ CardLayoutType
27
+ });
@@ -0,0 +1,5 @@
1
+ // src/resource-types/card-layout.ts
2
+ var CardLayoutType = "card-layout";
3
+ export {
4
+ CardLayoutType
5
+ };
@@ -0,0 +1 @@
1
+ export { CustomDetectionType } from '../_tsup-dts-rollup';
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: !0 });
9
+ }, __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from == "object" || typeof from == "function")
11
+ for (let key of __getOwnPropNames(from))
12
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
+ return to;
14
+ };
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
+
17
+ // src/resource-types/custom-detection.ts
18
+ var custom_detection_exports = {};
19
+ __export(custom_detection_exports, {
20
+ CustomDetectionType: () => CustomDetectionType
21
+ });
22
+ module.exports = __toCommonJS(custom_detection_exports);
23
+ var CustomDetectionType = "custom-detection";
24
+ // Annotate the CommonJS export names for ESM import in node:
25
+ 0 && (module.exports = {
26
+ CustomDetectionType
27
+ });
@@ -0,0 +1,5 @@
1
+ // src/resource-types/custom-detection.ts
2
+ var CustomDetectionType = "custom-detection";
3
+ export {
4
+ CustomDetectionType
5
+ };
@@ -0,0 +1 @@
1
+ export { EmbedType } from '../_tsup-dts-rollup';
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: !0 });
9
+ }, __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from == "object" || typeof from == "function")
11
+ for (let key of __getOwnPropNames(from))
12
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
+ return to;
14
+ };
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
+
17
+ // src/resource-types/embed.ts
18
+ var embed_exports = {};
19
+ __export(embed_exports, {
20
+ EmbedType: () => EmbedType
21
+ });
22
+ module.exports = __toCommonJS(embed_exports);
23
+ var EmbedType = "embed";
24
+ // Annotate the CommonJS export names for ESM import in node:
25
+ 0 && (module.exports = {
26
+ EmbedType
27
+ });
@@ -0,0 +1,5 @@
1
+ // src/resource-types/embed.ts
2
+ var EmbedType = "embed";
3
+ export {
4
+ EmbedType
5
+ };
@@ -0,0 +1 @@
1
+ export { PostIncidentReviewHistoryType } from '../_tsup-dts-rollup';
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: !0 });
9
+ }, __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from == "object" || typeof from == "function")
11
+ for (let key of __getOwnPropNames(from))
12
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
+ return to;
14
+ };
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
+
17
+ // src/resource-types/post-incident-review-history.ts
18
+ var post_incident_review_history_exports = {};
19
+ __export(post_incident_review_history_exports, {
20
+ PostIncidentReviewHistoryType: () => PostIncidentReviewHistoryType
21
+ });
22
+ module.exports = __toCommonJS(post_incident_review_history_exports);
23
+ var PostIncidentReviewHistoryType = "post-incident-review-history";
24
+ // Annotate the CommonJS export names for ESM import in node:
25
+ 0 && (module.exports = {
26
+ PostIncidentReviewHistoryType
27
+ });
@@ -0,0 +1,5 @@
1
+ // src/resource-types/post-incident-review-history.ts
2
+ var PostIncidentReviewHistoryType = "post-incident-review-history";
3
+ export {
4
+ PostIncidentReviewHistoryType
5
+ };
@@ -0,0 +1 @@
1
+ export { PostIncidentReviewType } from '../_tsup-dts-rollup';
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: !0 });
9
+ }, __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from == "object" || typeof from == "function")
11
+ for (let key of __getOwnPropNames(from))
12
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
+ return to;
14
+ };
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
+
17
+ // src/resource-types/post-incident-review.ts
18
+ var post_incident_review_exports = {};
19
+ __export(post_incident_review_exports, {
20
+ PostIncidentReviewType: () => PostIncidentReviewType
21
+ });
22
+ module.exports = __toCommonJS(post_incident_review_exports);
23
+ var PostIncidentReviewType = "post-incident-review";
24
+ // Annotate the CommonJS export names for ESM import in node:
25
+ 0 && (module.exports = {
26
+ PostIncidentReviewType
27
+ });
@@ -0,0 +1,5 @@
1
+ // src/resource-types/post-incident-review.ts
2
+ var PostIncidentReviewType = "post-incident-review";
3
+ export {
4
+ PostIncidentReviewType
5
+ };
@@ -1,12 +1,12 @@
1
1
  import "../chunk-TYQPBEKA.mjs";
2
- import {
3
- StatuspageRoleAri
4
- } from "../chunk-U74IDWBR.mjs";
5
- import "../chunk-BT2GYN5W.mjs";
6
2
  import {
7
3
  StatuspageSiteAri
8
4
  } from "../chunk-UR55BUGU.mjs";
9
5
  import "../chunk-6IR7P2SS.mjs";
6
+ import {
7
+ StatuspageRoleAri
8
+ } from "../chunk-U74IDWBR.mjs";
9
+ import "../chunk-BT2GYN5W.mjs";
10
10
  import "../chunk-PA4Y7TWI.mjs";
11
11
  import "../chunk-NCC2UXNN.mjs";
12
12
  import "../chunk-2UUYVBKT.mjs";
@@ -19,6 +19,10 @@ import {
19
19
  TownsquareSiteAri
20
20
  } from "../chunk-VLO2J5Y6.mjs";
21
21
  import "../chunk-MC7VKTYC.mjs";
22
+ import {
23
+ TownsquareCommentAri
24
+ } from "../chunk-4EFKXCDP.mjs";
25
+ import "../chunk-GVAPRDNZ.mjs";
22
26
  import {
23
27
  TownsquareGoalAri
24
28
  } from "../chunk-ZAOTSBFG.mjs";
@@ -31,10 +35,6 @@ import {
31
35
  TownsquareLearningAri
32
36
  } from "../chunk-ORH5L6OW.mjs";
33
37
  import "../chunk-4J5O222V.mjs";
34
- import {
35
- TownsquareCommentAri
36
- } from "../chunk-4EFKXCDP.mjs";
37
- import "../chunk-GVAPRDNZ.mjs";
38
38
  import "../chunk-PA4Y7TWI.mjs";
39
39
  import "../chunk-NCC2UXNN.mjs";
40
40
  import "../chunk-2UUYVBKT.mjs";
@@ -1,4 +1,8 @@
1
1
  import "../chunk-4MWZBX5W.mjs";
2
+ import {
3
+ TrelloUserAri
4
+ } from "../chunk-EUOBS3S7.mjs";
5
+ import "../chunk-OZFY5Y6K.mjs";
2
6
  import {
3
7
  TrelloWorkspaceAri
4
8
  } from "../chunk-ZPFQVODV.mjs";
@@ -15,10 +19,6 @@ import {
15
19
  TrelloSiteAri
16
20
  } from "../chunk-FZCR5GBW.mjs";
17
21
  import "../chunk-P3FZABZE.mjs";
18
- import {
19
- TrelloUserAri
20
- } from "../chunk-EUOBS3S7.mjs";
21
- import "../chunk-OZFY5Y6K.mjs";
22
22
  import {
23
23
  TrelloBoardAri
24
24
  } from "../chunk-LV5I2AUV.mjs";
@@ -1,4 +1,8 @@
1
1
  import "../chunk-WRVV7GZO.mjs";
2
+ import {
3
+ VirtualAgentIntentProjectionAri
4
+ } from "../chunk-KMVPOHAE.mjs";
5
+ import "../chunk-MPJ7GQCW.mjs";
2
6
  import {
3
7
  VirtualAgentIntentQuestionProjectionAri
4
8
  } from "../chunk-H3VPAB3T.mjs";
@@ -19,10 +23,6 @@ import {
19
23
  VirtualAgentFlowEditorAri
20
24
  } from "../chunk-RITOXI47.mjs";
21
25
  import "../chunk-ETXO2665.mjs";
22
- import {
23
- VirtualAgentIntentProjectionAri
24
- } from "../chunk-KMVPOHAE.mjs";
25
- import "../chunk-MPJ7GQCW.mjs";
26
26
  import "../chunk-PA4Y7TWI.mjs";
27
27
  import "../chunk-NCC2UXNN.mjs";
28
28
  import "../chunk-2UUYVBKT.mjs";
@@ -1,5 +1,11 @@
1
1
  # @atlassian/logger-interface
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 07274041: onboard logging as platform packages
8
+
3
9
  ## 2.0.1
4
10
 
5
11
  ### Patch Changes
@@ -1,7 +1,9 @@
1
- # Logger Interface
1
+ # @atlassian/logger-interface
2
2
 
3
3
  Typescript interface that provides standard logging levels `debug`, `info`, `warn`, `error`, and `fatal`.
4
4
 
5
+ ## Usage
6
+
5
7
  ```typescript
6
8
  interface Logger {
7
9
  debug: LogMethod;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logger-interface",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "contributors": [
5
5
  {
6
6
  "name": "Callum Osmotherly",
@@ -29,6 +29,7 @@
29
29
  "types": "dist/index.d.ts",
30
30
  "typings": "dist/index.d.ts",
31
31
  "config": {
32
- "registry": "atlassian"
32
+ "registry": "atlassian",
33
+ "isPlatformPackage": true
33
34
  }
34
35
  }
@@ -1,5 +1,20 @@
1
1
  # @atlassian/metrics-interface
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - bdcf6df: Add support for set metric type: https://github.com/statsd/statsd/blob/master/docs/metric_types.md#sets.
8
+ Counts the number of unique values between flushes.
9
+
10
+ ```javascript
11
+ metrics.set('aSet', { foo: 'bar' }).add('foo');
12
+ metrics.set('aSet', { foo: 'bar' }).add('bar');
13
+ metrics.set('aSet', { foo: 'bar' }).add('foo');
14
+
15
+ // results in metric aSet reporting a count of 2 (2 unique values 'foo' and 'bar' added to set in the flush interval)
16
+ ```
17
+
3
18
  ## 2.2.0
4
19
 
5
20
  ### Minor Changes