@perses-dev/core 0.53.0-rc.0 → 0.53.0-rc.1

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 (247) hide show
  1. package/dist/cjs/constants/dashboard-defaults.js +1 -1
  2. package/dist/cjs/constants/index.js +1 -1
  3. package/dist/cjs/index.js +1 -1
  4. package/dist/cjs/model/base-metadata.js +1 -1
  5. package/dist/cjs/model/calculations.js +1 -1
  6. package/dist/cjs/model/dashboard.js +1 -1
  7. package/dist/cjs/model/datasource-api.js +1 -1
  8. package/dist/cjs/model/datasource.js +1 -1
  9. package/dist/cjs/model/definitions.js +1 -1
  10. package/dist/cjs/model/display.js +1 -1
  11. package/dist/cjs/model/ephemeraldashboard.js +1 -1
  12. package/dist/cjs/model/external-variable.js +1 -1
  13. package/dist/cjs/model/http-proxy.js +1 -1
  14. package/dist/cjs/model/http.js +1 -1
  15. package/dist/cjs/model/index.js +1 -1
  16. package/dist/cjs/model/kind.js +1 -1
  17. package/dist/cjs/model/layout.js +1 -1
  18. package/dist/cjs/model/legend.js +1 -1
  19. package/dist/cjs/model/log-data.js +1 -1
  20. package/dist/cjs/model/notice.js +1 -1
  21. package/dist/cjs/model/otlp/common/v1/common.js +1 -1
  22. package/dist/cjs/model/otlp/index.js +1 -1
  23. package/dist/cjs/model/otlp/resource/v1/resource.js +1 -1
  24. package/dist/cjs/model/otlp/trace/v1/trace.js +1 -1
  25. package/dist/cjs/model/panel-group.js +1 -1
  26. package/dist/cjs/model/panels.js +1 -1
  27. package/dist/cjs/model/profile-data.js +1 -1
  28. package/dist/cjs/model/project.js +1 -1
  29. package/dist/cjs/model/query.js +1 -1
  30. package/dist/cjs/model/resource.js +1 -1
  31. package/dist/cjs/model/rolebindings.js +1 -1
  32. package/dist/cjs/model/roles.js +1 -1
  33. package/dist/cjs/model/secrets.js +1 -1
  34. package/dist/cjs/model/thresholds.js +1 -1
  35. package/dist/cjs/model/time-series-data.js +1 -1
  36. package/dist/cjs/model/time-series-queries.js +1 -1
  37. package/dist/cjs/model/time.js +1 -1
  38. package/dist/cjs/model/trace-data.js +1 -1
  39. package/dist/cjs/model/transforms.js +3 -2
  40. package/dist/cjs/model/units/bits.js +1 -1
  41. package/dist/cjs/model/units/bytes.js +1 -1
  42. package/dist/cjs/model/units/constants.js +1 -1
  43. package/dist/cjs/model/units/currency.js +1 -1
  44. package/dist/cjs/model/units/date.js +1 -1
  45. package/dist/cjs/model/units/decimal.js +1 -1
  46. package/dist/cjs/model/units/index.js +1 -1
  47. package/dist/cjs/model/units/percent.js +1 -1
  48. package/dist/cjs/model/units/temperature.js +1 -1
  49. package/dist/cjs/model/units/throughput.js +1 -1
  50. package/dist/cjs/model/units/time.js +1 -1
  51. package/dist/cjs/model/units/types.js +1 -1
  52. package/dist/cjs/model/units/units.js +1 -1
  53. package/dist/cjs/model/units/utils.js +1 -1
  54. package/dist/cjs/model/user.js +1 -1
  55. package/dist/cjs/model/value-mapping.js +1 -1
  56. package/dist/cjs/model/variables.js +1 -1
  57. package/dist/cjs/schema/datasource.js +1 -1
  58. package/dist/cjs/schema/display.js +1 -1
  59. package/dist/cjs/schema/duration.js +1 -1
  60. package/dist/cjs/schema/index.js +1 -1
  61. package/dist/cjs/schema/metadata.js +1 -1
  62. package/dist/cjs/schema/panel.js +1 -1
  63. package/dist/cjs/schema/plugin.js +1 -1
  64. package/dist/cjs/schema/role.js +1 -1
  65. package/dist/cjs/schema/rolebinding.js +1 -1
  66. package/dist/cjs/schema/secret.js +1 -1
  67. package/dist/cjs/schema/user.js +1 -1
  68. package/dist/cjs/schema/variable.js +1 -1
  69. package/dist/cjs/test/setup-tests.js +1 -1
  70. package/dist/cjs/utils/fetch.js +1 -1
  71. package/dist/cjs/utils/index.js +1 -1
  72. package/dist/cjs/utils/is-empty-object.js +1 -1
  73. package/dist/cjs/utils/mathjs.js +1 -1
  74. package/dist/cjs/utils/panel-refs.js +1 -1
  75. package/dist/cjs/utils/regexp.js +1 -1
  76. package/dist/cjs/utils/text.js +1 -1
  77. package/dist/cjs/utils/time-series-data.js +1 -1
  78. package/dist/cjs/utils/transform-data.js +1 -1
  79. package/dist/cjs/utils/types.js +1 -1
  80. package/dist/cjs/utils/value-mapping.js +1 -1
  81. package/dist/constants/dashboard-defaults.js +1 -1
  82. package/dist/constants/dashboard-defaults.js.map +1 -1
  83. package/dist/constants/index.js +1 -1
  84. package/dist/constants/index.js.map +1 -1
  85. package/dist/index.js +1 -1
  86. package/dist/index.js.map +1 -1
  87. package/dist/model/base-metadata.js +1 -1
  88. package/dist/model/base-metadata.js.map +1 -1
  89. package/dist/model/calculations.js +1 -1
  90. package/dist/model/calculations.js.map +1 -1
  91. package/dist/model/dashboard.js +1 -1
  92. package/dist/model/dashboard.js.map +1 -1
  93. package/dist/model/datasource-api.js +1 -1
  94. package/dist/model/datasource-api.js.map +1 -1
  95. package/dist/model/datasource.js +1 -1
  96. package/dist/model/datasource.js.map +1 -1
  97. package/dist/model/definitions.js +1 -1
  98. package/dist/model/definitions.js.map +1 -1
  99. package/dist/model/display.js +1 -1
  100. package/dist/model/display.js.map +1 -1
  101. package/dist/model/ephemeraldashboard.js +1 -1
  102. package/dist/model/ephemeraldashboard.js.map +1 -1
  103. package/dist/model/external-variable.js +1 -1
  104. package/dist/model/external-variable.js.map +1 -1
  105. package/dist/model/http-proxy.js +1 -1
  106. package/dist/model/http-proxy.js.map +1 -1
  107. package/dist/model/http.js +1 -1
  108. package/dist/model/http.js.map +1 -1
  109. package/dist/model/index.js +1 -1
  110. package/dist/model/index.js.map +1 -1
  111. package/dist/model/kind.js +1 -1
  112. package/dist/model/kind.js.map +1 -1
  113. package/dist/model/layout.js +1 -1
  114. package/dist/model/layout.js.map +1 -1
  115. package/dist/model/legend.js +1 -1
  116. package/dist/model/legend.js.map +1 -1
  117. package/dist/model/log-data.js +1 -1
  118. package/dist/model/log-data.js.map +1 -1
  119. package/dist/model/notice.js +1 -1
  120. package/dist/model/notice.js.map +1 -1
  121. package/dist/model/otlp/common/v1/common.d.ts +13 -3
  122. package/dist/model/otlp/common/v1/common.d.ts.map +1 -1
  123. package/dist/model/otlp/common/v1/common.js +1 -1
  124. package/dist/model/otlp/common/v1/common.js.map +1 -1
  125. package/dist/model/otlp/index.js +1 -1
  126. package/dist/model/otlp/index.js.map +1 -1
  127. package/dist/model/otlp/resource/v1/resource.js +1 -1
  128. package/dist/model/otlp/resource/v1/resource.js.map +1 -1
  129. package/dist/model/otlp/trace/v1/trace.d.ts +4 -2
  130. package/dist/model/otlp/trace/v1/trace.d.ts.map +1 -1
  131. package/dist/model/otlp/trace/v1/trace.js +1 -1
  132. package/dist/model/otlp/trace/v1/trace.js.map +1 -1
  133. package/dist/model/panel-group.js +1 -1
  134. package/dist/model/panel-group.js.map +1 -1
  135. package/dist/model/panels.js +1 -1
  136. package/dist/model/panels.js.map +1 -1
  137. package/dist/model/profile-data.js +1 -1
  138. package/dist/model/profile-data.js.map +1 -1
  139. package/dist/model/project.js +1 -1
  140. package/dist/model/project.js.map +1 -1
  141. package/dist/model/query.js +1 -1
  142. package/dist/model/query.js.map +1 -1
  143. package/dist/model/resource.js +1 -1
  144. package/dist/model/resource.js.map +1 -1
  145. package/dist/model/rolebindings.js +1 -1
  146. package/dist/model/rolebindings.js.map +1 -1
  147. package/dist/model/roles.js +1 -1
  148. package/dist/model/roles.js.map +1 -1
  149. package/dist/model/secrets.js +1 -1
  150. package/dist/model/secrets.js.map +1 -1
  151. package/dist/model/thresholds.js +1 -1
  152. package/dist/model/thresholds.js.map +1 -1
  153. package/dist/model/time-series-data.js +1 -1
  154. package/dist/model/time-series-data.js.map +1 -1
  155. package/dist/model/time-series-queries.js +1 -1
  156. package/dist/model/time-series-queries.js.map +1 -1
  157. package/dist/model/time.js +1 -1
  158. package/dist/model/time.js.map +1 -1
  159. package/dist/model/trace-data.js +1 -1
  160. package/dist/model/trace-data.js.map +1 -1
  161. package/dist/model/transforms.d.ts +10 -1
  162. package/dist/model/transforms.d.ts.map +1 -1
  163. package/dist/model/transforms.js +3 -2
  164. package/dist/model/transforms.js.map +1 -1
  165. package/dist/model/units/bits.js +1 -1
  166. package/dist/model/units/bits.js.map +1 -1
  167. package/dist/model/units/bytes.js +1 -1
  168. package/dist/model/units/bytes.js.map +1 -1
  169. package/dist/model/units/constants.js +1 -1
  170. package/dist/model/units/constants.js.map +1 -1
  171. package/dist/model/units/currency.js +1 -1
  172. package/dist/model/units/currency.js.map +1 -1
  173. package/dist/model/units/date.js +1 -1
  174. package/dist/model/units/date.js.map +1 -1
  175. package/dist/model/units/decimal.js +1 -1
  176. package/dist/model/units/decimal.js.map +1 -1
  177. package/dist/model/units/index.js +1 -1
  178. package/dist/model/units/index.js.map +1 -1
  179. package/dist/model/units/percent.js +1 -1
  180. package/dist/model/units/percent.js.map +1 -1
  181. package/dist/model/units/temperature.js +1 -1
  182. package/dist/model/units/temperature.js.map +1 -1
  183. package/dist/model/units/throughput.js +1 -1
  184. package/dist/model/units/throughput.js.map +1 -1
  185. package/dist/model/units/time.js +1 -1
  186. package/dist/model/units/time.js.map +1 -1
  187. package/dist/model/units/types.js +1 -1
  188. package/dist/model/units/types.js.map +1 -1
  189. package/dist/model/units/units.js +1 -1
  190. package/dist/model/units/units.js.map +1 -1
  191. package/dist/model/units/utils.js +1 -1
  192. package/dist/model/units/utils.js.map +1 -1
  193. package/dist/model/user.js +1 -1
  194. package/dist/model/user.js.map +1 -1
  195. package/dist/model/value-mapping.js +1 -1
  196. package/dist/model/value-mapping.js.map +1 -1
  197. package/dist/model/variables.js +1 -1
  198. package/dist/model/variables.js.map +1 -1
  199. package/dist/schema/datasource.js +1 -1
  200. package/dist/schema/datasource.js.map +1 -1
  201. package/dist/schema/display.js +1 -1
  202. package/dist/schema/display.js.map +1 -1
  203. package/dist/schema/duration.js +1 -1
  204. package/dist/schema/duration.js.map +1 -1
  205. package/dist/schema/index.js +1 -1
  206. package/dist/schema/index.js.map +1 -1
  207. package/dist/schema/metadata.js +1 -1
  208. package/dist/schema/metadata.js.map +1 -1
  209. package/dist/schema/panel.js +1 -1
  210. package/dist/schema/panel.js.map +1 -1
  211. package/dist/schema/plugin.js +1 -1
  212. package/dist/schema/plugin.js.map +1 -1
  213. package/dist/schema/role.js +1 -1
  214. package/dist/schema/role.js.map +1 -1
  215. package/dist/schema/rolebinding.js +1 -1
  216. package/dist/schema/rolebinding.js.map +1 -1
  217. package/dist/schema/secret.js +1 -1
  218. package/dist/schema/secret.js.map +1 -1
  219. package/dist/schema/user.js +1 -1
  220. package/dist/schema/user.js.map +1 -1
  221. package/dist/schema/variable.js +1 -1
  222. package/dist/schema/variable.js.map +1 -1
  223. package/dist/test/setup-tests.js +1 -1
  224. package/dist/test/setup-tests.js.map +1 -1
  225. package/dist/utils/fetch.js +1 -1
  226. package/dist/utils/fetch.js.map +1 -1
  227. package/dist/utils/index.js +1 -1
  228. package/dist/utils/index.js.map +1 -1
  229. package/dist/utils/is-empty-object.js +1 -1
  230. package/dist/utils/is-empty-object.js.map +1 -1
  231. package/dist/utils/mathjs.js +1 -1
  232. package/dist/utils/mathjs.js.map +1 -1
  233. package/dist/utils/panel-refs.js +1 -1
  234. package/dist/utils/panel-refs.js.map +1 -1
  235. package/dist/utils/regexp.js +1 -1
  236. package/dist/utils/regexp.js.map +1 -1
  237. package/dist/utils/text.js +1 -1
  238. package/dist/utils/text.js.map +1 -1
  239. package/dist/utils/time-series-data.js +1 -1
  240. package/dist/utils/time-series-data.js.map +1 -1
  241. package/dist/utils/transform-data.js +1 -1
  242. package/dist/utils/transform-data.js.map +1 -1
  243. package/dist/utils/types.js +1 -1
  244. package/dist/utils/types.js.map +1 -1
  245. package/dist/utils/value-mapping.js +1 -1
  246. package/dist/utils/value-mapping.js.map +1 -1
  247. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
package/dist/cjs/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -24,5 +24,6 @@ const TRANSFORM_TEXT = {
24
24
  JoinByColumnValue: 'Join by column value',
25
25
  MergeColumns: 'Merge columns',
26
26
  MergeIndexedColumns: 'Merge indexed columns',
27
- MergeSeries: 'Merge series'
27
+ MergeSeries: 'Merge series',
28
+ ExtractColumnFields: 'Extract column fields'
28
29
  };
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at