emissions-api-sdk 1.0.2 → 1.0.4

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 (67) hide show
  1. package/README.md +9 -0
  2. package/dist/Constants.js +2 -1
  3. package/dist/api/Usage.js +26 -0
  4. package/dist/coverage/clover.xml +44 -33
  5. package/dist/coverage/coverage-final.json +4 -3
  6. package/dist/coverage/lcov-report/index.html +19 -19
  7. package/dist/coverage/lcov-report/src/Client.ts.html +23 -23
  8. package/dist/coverage/lcov-report/src/Constants.ts.html +10 -4
  9. package/dist/coverage/lcov-report/src/api/Calculation.ts.html +1 -1
  10. package/dist/coverage/lcov-report/src/api/Factor.ts.html +1 -1
  11. package/dist/coverage/lcov-report/src/api/FactorSets.ts.html +1 -1
  12. package/dist/coverage/lcov-report/src/api/Fugitive.ts.html +1 -1
  13. package/dist/coverage/lcov-report/src/api/Location.ts.html +1 -1
  14. package/dist/coverage/lcov-report/src/api/Mobile.ts.html +1 -1
  15. package/dist/coverage/lcov-report/src/api/Stationary.ts.html +1 -1
  16. package/dist/coverage/lcov-report/src/api/TransportationAndDistribution.ts.html +1 -1
  17. package/dist/coverage/lcov-report/src/api/Usage.ts.html +160 -0
  18. package/dist/coverage/lcov-report/src/api/index.html +21 -6
  19. package/dist/coverage/lcov-report/src/index.html +7 -7
  20. package/dist/coverage/lcov-report/src/request.ts.html +1 -1
  21. package/dist/coverage/lcov-report/src/utils.ts.html +5 -5
  22. package/dist/coverage/lcov-report/test/index.html +1 -1
  23. package/dist/coverage/lcov-report/test/mocks/CommonRequest.ts.html +1 -1
  24. package/dist/coverage/lcov-report/test/mocks/FactorRequest.ts.html +1 -1
  25. package/dist/coverage/lcov-report/test/mocks/GenericCalculationRequest.ts.html +1 -1
  26. package/dist/coverage/lcov-report/test/mocks/LocationRequest.ts.html +1 -1
  27. package/dist/coverage/lcov-report/test/mocks/SearchRequest.ts.html +1 -1
  28. package/dist/coverage/lcov-report/test/mocks/index.html +1 -1
  29. package/dist/coverage/lcov-report/test/testUtils.ts.html +1 -1
  30. package/dist/coverage/lcov.info +75 -55
  31. package/dist/index.js +2 -1
  32. package/dist/interfaces/response/UsageResponse.js +5 -0
  33. package/dist/types/Constants.d.ts +1 -0
  34. package/dist/types/api/Usage.d.ts +13 -0
  35. package/dist/types/index.d.ts +2 -0
  36. package/dist/types/interfaces/response/EmissionResponseWithDetails.d.ts +4 -0
  37. package/dist/types/interfaces/response/FactorResponse.d.ts +4 -0
  38. package/dist/types/interfaces/response/UnitResponse.d.ts +11 -2
  39. package/dist/types/interfaces/response/UsageResponse.d.ts +17 -0
  40. package/docs/_sources/reference.rst.txt +6 -0
  41. package/docs/_static/basic.css +0 -8
  42. package/docs/_static/pygments.css +164 -146
  43. package/docs/_static/searchtools.js +8 -5
  44. package/docs/_static/styles/furo.css +1 -1
  45. package/docs/_static/styles/furo.css.map +1 -1
  46. package/docs/authentication.html +19 -28
  47. package/docs/client.html +19 -28
  48. package/docs/genindex.html +23 -28
  49. package/docs/getting_started.html +19 -28
  50. package/docs/index.html +20 -28
  51. package/docs/objects.inv +0 -0
  52. package/docs/reference.html +48 -28
  53. package/docs/sdk.html +19 -28
  54. package/docs/search.html +19 -28
  55. package/docs/searchindex.js +1 -1
  56. package/docs/troubleshooting.html +19 -28
  57. package/package.json +1 -1
  58. package/sphinx-build/requirements.txt +1 -2
  59. package/sphinx-build/source/reference.rst +6 -0
  60. package/src/Constants.ts +2 -0
  61. package/src/api/Usage.ts +26 -0
  62. package/src/index.ts +3 -1
  63. package/src/interfaces/response/EmissionResponseWithDetails.ts +6 -0
  64. package/src/interfaces/response/FactorResponse.ts +6 -0
  65. package/src/interfaces/response/UnitResponse.ts +12 -2
  66. package/src/interfaces/response/UsageResponse.ts +23 -0
  67. package/test/apiTest.test.ts +34 -3
package/docs/client.html CHANGED
@@ -1,14 +1,14 @@
1
1
  <!doctype html>
2
2
  <html class="no-js" lang="en" data-content_root="./">
3
- <head><meta charset="utf-8"/>
4
- <meta name="viewport" content="width=device-width,initial-scale=1"/>
3
+ <head><meta charset="utf-8">
4
+ <meta name="viewport" content="width=device-width,initial-scale=1">
5
5
  <meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
6
- <link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Authentication" href="authentication.html" /><link rel="prev" title="SDK" href="sdk.html" />
6
+ <link rel="index" title="Index" href="genindex.html"><link rel="search" title="Search" href="search.html"><link rel="next" title="Authentication" href="authentication.html"><link rel="prev" title="SDK" href="sdk.html">
7
7
 
8
- <!-- Generated with Sphinx 8.1.3 and Furo 2025.07.19 -->
8
+ <!-- Generated with Sphinx 8.2.3 and Furo 2025.09.25 -->
9
9
  <title>Client - IBM Envizi - Emissions API Node.js SDK documentation</title>
10
10
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" />
11
- <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=25af2a20" />
11
+ <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=580074bf" />
12
12
  <link rel="stylesheet" type="text/css" href="_static/sphinx_js.css" />
13
13
  <link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=8dab3a3b" />
14
14
  <link rel="stylesheet" type="text/css" href="_static/custom.css?v=8d04aa46" />
@@ -24,14 +24,14 @@
24
24
  }
25
25
  @media not print {
26
26
  body[data-theme="dark"] {
27
- --color-code-background: #2b2b2b;
28
- --color-code-foreground: #f8f8f2;
27
+ --color-code-background: #202020;
28
+ --color-code-foreground: #d0d0d0;
29
29
 
30
30
  }
31
31
  @media (prefers-color-scheme: dark) {
32
32
  body:not([data-theme="light"]) {
33
- --color-code-background: #2b2b2b;
34
- --color-code-foreground: #f8f8f2;
33
+ --color-code-background: #202020;
34
+ --color-code-foreground: #d0d0d0;
35
35
 
36
36
  }
37
37
  }
@@ -146,14 +146,10 @@
146
146
  </symbol>
147
147
  </svg>
148
148
 
149
- <input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
150
- <input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
151
- <label class="overlay sidebar-overlay" for="__navigation">
152
- <div class="visually-hidden">Hide navigation sidebar</div>
153
- </label>
154
- <label class="overlay toc-overlay" for="__toc">
155
- <div class="visually-hidden">Hide table of contents sidebar</div>
156
- </label>
149
+ <input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar">
150
+ <input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar">
151
+ <label class="overlay sidebar-overlay" for="__navigation"></label>
152
+ <label class="overlay toc-overlay" for="__toc"></label>
157
153
 
158
154
  <a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a>
159
155
 
@@ -163,8 +159,7 @@
163
159
  <header class="mobile-header">
164
160
  <div class="header-left">
165
161
  <label class="nav-overlay-icon" for="__navigation">
166
- <div class="visually-hidden">Toggle site navigation sidebar</div>
167
- <i class="icon"><svg><use href="#svg-menu"></use></svg></i>
162
+ <span class="icon"><svg><use href="#svg-menu"></use></svg></span>
168
163
  </label>
169
164
  </div>
170
165
  <div class="header-center">
@@ -172,8 +167,7 @@
172
167
  </div>
173
168
  <div class="header-right">
174
169
  <div class="theme-toggle-container theme-toggle-header">
175
- <button class="theme-toggle">
176
- <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
170
+ <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
177
171
  <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
178
172
  <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
179
173
  <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
@@ -181,8 +175,7 @@
181
175
  </button>
182
176
  </div>
183
177
  <label class="toc-overlay-icon toc-header-icon" for="__toc">
184
- <div class="visually-hidden">Toggle table of contents sidebar</div>
185
- <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
178
+ <span class="icon"><svg><use href="#svg-toc"></use></svg></span>
186
179
  </label>
187
180
  </div>
188
181
  </header>
@@ -202,7 +195,7 @@
202
195
  <p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
203
196
  <ul class="current">
204
197
  <li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting Started</a></li>
205
- <li class="toctree-l1 current has-children"><a class="reference internal" href="sdk.html">SDK</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle navigation of SDK</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current">
198
+ <li class="toctree-l1 current has-children"><a class="reference internal" href="sdk.html">SDK</a><input aria-label="Toggle navigation of SDK" checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><span class="icon"><svg><use href="#svg-arrow-right"></use></svg></span></label><ul class="current">
206
199
  <li class="toctree-l2 current current-page"><a class="current reference internal" href="#">Client</a></li>
207
200
  <li class="toctree-l2"><a class="reference internal" href="authentication.html">Authentication</a></li>
208
201
  </ul>
@@ -235,8 +228,7 @@
235
228
  </a>
236
229
  </div>
237
230
  <div class="theme-toggle-container theme-toggle-content">
238
- <button class="theme-toggle">
239
- <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
231
+ <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
240
232
  <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
241
233
  <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
242
234
  <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
@@ -244,8 +236,7 @@
244
236
  </button>
245
237
  </div>
246
238
  <label class="toc-overlay-icon toc-content-icon" for="__toc">
247
- <div class="visually-hidden">Toggle table of contents sidebar</div>
248
- <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
239
+ <span class="icon"><svg><use href="#svg-toc"></use></svg></span>
249
240
  </label>
250
241
  </div>
251
242
  <article role="main" id="furo-main-content">
@@ -1,12 +1,12 @@
1
1
  <!doctype html>
2
2
  <html class="no-js" lang="en" data-content_root="./">
3
- <head><meta charset="utf-8"/>
4
- <meta name="viewport" content="width=device-width,initial-scale=1"/>
5
- <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
3
+ <head><meta charset="utf-8">
4
+ <meta name="viewport" content="width=device-width,initial-scale=1">
5
+ <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#"><link rel="search" title="Search" href="search.html">
6
6
 
7
- <!-- Generated with Sphinx 8.1.3 and Furo 2025.07.19 --><title>Index - IBM Envizi - Emissions API Node.js SDK documentation</title>
7
+ <!-- Generated with Sphinx 8.2.3 and Furo 2025.09.25 --><title>Index - IBM Envizi - Emissions API Node.js SDK documentation</title>
8
8
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" />
9
- <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=25af2a20" />
9
+ <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=580074bf" />
10
10
  <link rel="stylesheet" type="text/css" href="_static/sphinx_js.css" />
11
11
  <link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=8dab3a3b" />
12
12
  <link rel="stylesheet" type="text/css" href="_static/custom.css?v=8d04aa46" />
@@ -22,14 +22,14 @@
22
22
  }
23
23
  @media not print {
24
24
  body[data-theme="dark"] {
25
- --color-code-background: #2b2b2b;
26
- --color-code-foreground: #f8f8f2;
25
+ --color-code-background: #202020;
26
+ --color-code-foreground: #d0d0d0;
27
27
 
28
28
  }
29
29
  @media (prefers-color-scheme: dark) {
30
30
  body:not([data-theme="light"]) {
31
- --color-code-background: #2b2b2b;
32
- --color-code-foreground: #f8f8f2;
31
+ --color-code-background: #202020;
32
+ --color-code-foreground: #d0d0d0;
33
33
 
34
34
  }
35
35
  }
@@ -144,14 +144,10 @@
144
144
  </symbol>
145
145
  </svg>
146
146
 
147
- <input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
148
- <input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
149
- <label class="overlay sidebar-overlay" for="__navigation">
150
- <div class="visually-hidden">Hide navigation sidebar</div>
151
- </label>
152
- <label class="overlay toc-overlay" for="__toc">
153
- <div class="visually-hidden">Hide table of contents sidebar</div>
154
- </label>
147
+ <input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar">
148
+ <input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar">
149
+ <label class="overlay sidebar-overlay" for="__navigation"></label>
150
+ <label class="overlay toc-overlay" for="__toc"></label>
155
151
 
156
152
  <a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a>
157
153
 
@@ -161,8 +157,7 @@
161
157
  <header class="mobile-header">
162
158
  <div class="header-left">
163
159
  <label class="nav-overlay-icon" for="__navigation">
164
- <div class="visually-hidden">Toggle site navigation sidebar</div>
165
- <i class="icon"><svg><use href="#svg-menu"></use></svg></i>
160
+ <span class="icon"><svg><use href="#svg-menu"></use></svg></span>
166
161
  </label>
167
162
  </div>
168
163
  <div class="header-center">
@@ -170,8 +165,7 @@
170
165
  </div>
171
166
  <div class="header-right">
172
167
  <div class="theme-toggle-container theme-toggle-header">
173
- <button class="theme-toggle">
174
- <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
168
+ <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
175
169
  <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
176
170
  <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
177
171
  <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
@@ -179,8 +173,7 @@
179
173
  </button>
180
174
  </div>
181
175
  <label class="toc-overlay-icon toc-header-icon no-toc" for="__toc">
182
- <div class="visually-hidden">Toggle table of contents sidebar</div>
183
- <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
176
+ <span class="icon"><svg><use href="#svg-toc"></use></svg></span>
184
177
  </label>
185
178
  </div>
186
179
  </header>
@@ -200,7 +193,7 @@
200
193
  <p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
201
194
  <ul>
202
195
  <li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting Started</a></li>
203
- <li class="toctree-l1 has-children"><a class="reference internal" href="sdk.html">SDK</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle navigation of SDK</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
196
+ <li class="toctree-l1 has-children"><a class="reference internal" href="sdk.html">SDK</a><input aria-label="Toggle navigation of SDK" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><span class="icon"><svg><use href="#svg-arrow-right"></use></svg></span></label><ul>
204
197
  <li class="toctree-l2"><a class="reference internal" href="client.html">Client</a></li>
205
198
  <li class="toctree-l2"><a class="reference internal" href="authentication.html">Authentication</a></li>
206
199
  </ul>
@@ -227,8 +220,7 @@
227
220
  </a>
228
221
  <div class="content-icon-container">
229
222
  <div class="theme-toggle-container theme-toggle-content">
230
- <button class="theme-toggle">
231
- <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
223
+ <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
232
224
  <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
233
225
  <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
234
226
  <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
@@ -236,8 +228,7 @@
236
228
  </button>
237
229
  </div>
238
230
  <label class="toc-overlay-icon toc-content-icon no-toc" for="__toc">
239
- <div class="visually-hidden">Toggle table of contents sidebar</div>
240
- <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
231
+ <span class="icon"><svg><use href="#svg-toc"></use></svg></span>
241
232
  </label>
242
233
  </div>
243
234
  <article role="main" id="furo-main-content">
@@ -445,6 +436,10 @@
445
436
  <section id="U" class="genindex-section">
446
437
  <h2>U</h2>
447
438
  <table style="width: 100%" class="indextable genindextable"><tr>
439
+ <td style="width: 33%; vertical-align: top;"><ul>
440
+ <li><a href="reference.html#Usage.getUsage">Usage.getUsage() (Usage method)</a>
441
+ </li>
442
+ </ul></td>
448
443
  <td style="width: 33%; vertical-align: top;"><ul>
449
444
  <li><a href="reference.html#utils.findExpiryTime">utils.findExpiryTime() (utils method)</a>
450
445
  </li>
@@ -1,14 +1,14 @@
1
1
  <!doctype html>
2
2
  <html class="no-js" lang="en" data-content_root="./">
3
- <head><meta charset="utf-8"/>
4
- <meta name="viewport" content="width=device-width,initial-scale=1"/>
3
+ <head><meta charset="utf-8">
4
+ <meta name="viewport" content="width=device-width,initial-scale=1">
5
5
  <meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
6
- <link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="SDK" href="sdk.html" /><link rel="prev" title="IBM Envizi - Emissions API Node.js SDK" href="index.html" />
6
+ <link rel="index" title="Index" href="genindex.html"><link rel="search" title="Search" href="search.html"><link rel="next" title="SDK" href="sdk.html"><link rel="prev" title="IBM Envizi - Emissions API Node.js SDK" href="index.html">
7
7
 
8
- <!-- Generated with Sphinx 8.1.3 and Furo 2025.07.19 -->
8
+ <!-- Generated with Sphinx 8.2.3 and Furo 2025.09.25 -->
9
9
  <title>Getting Started - IBM Envizi - Emissions API Node.js SDK documentation</title>
10
10
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" />
11
- <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=25af2a20" />
11
+ <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=580074bf" />
12
12
  <link rel="stylesheet" type="text/css" href="_static/sphinx_js.css" />
13
13
  <link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=8dab3a3b" />
14
14
  <link rel="stylesheet" type="text/css" href="_static/custom.css?v=8d04aa46" />
@@ -24,14 +24,14 @@
24
24
  }
25
25
  @media not print {
26
26
  body[data-theme="dark"] {
27
- --color-code-background: #2b2b2b;
28
- --color-code-foreground: #f8f8f2;
27
+ --color-code-background: #202020;
28
+ --color-code-foreground: #d0d0d0;
29
29
 
30
30
  }
31
31
  @media (prefers-color-scheme: dark) {
32
32
  body:not([data-theme="light"]) {
33
- --color-code-background: #2b2b2b;
34
- --color-code-foreground: #f8f8f2;
33
+ --color-code-background: #202020;
34
+ --color-code-foreground: #d0d0d0;
35
35
 
36
36
  }
37
37
  }
@@ -146,14 +146,10 @@
146
146
  </symbol>
147
147
  </svg>
148
148
 
149
- <input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
150
- <input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
151
- <label class="overlay sidebar-overlay" for="__navigation">
152
- <div class="visually-hidden">Hide navigation sidebar</div>
153
- </label>
154
- <label class="overlay toc-overlay" for="__toc">
155
- <div class="visually-hidden">Hide table of contents sidebar</div>
156
- </label>
149
+ <input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar">
150
+ <input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar">
151
+ <label class="overlay sidebar-overlay" for="__navigation"></label>
152
+ <label class="overlay toc-overlay" for="__toc"></label>
157
153
 
158
154
  <a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a>
159
155
 
@@ -163,8 +159,7 @@
163
159
  <header class="mobile-header">
164
160
  <div class="header-left">
165
161
  <label class="nav-overlay-icon" for="__navigation">
166
- <div class="visually-hidden">Toggle site navigation sidebar</div>
167
- <i class="icon"><svg><use href="#svg-menu"></use></svg></i>
162
+ <span class="icon"><svg><use href="#svg-menu"></use></svg></span>
168
163
  </label>
169
164
  </div>
170
165
  <div class="header-center">
@@ -172,8 +167,7 @@
172
167
  </div>
173
168
  <div class="header-right">
174
169
  <div class="theme-toggle-container theme-toggle-header">
175
- <button class="theme-toggle">
176
- <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
170
+ <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
177
171
  <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
178
172
  <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
179
173
  <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
@@ -181,8 +175,7 @@
181
175
  </button>
182
176
  </div>
183
177
  <label class="toc-overlay-icon toc-header-icon" for="__toc">
184
- <div class="visually-hidden">Toggle table of contents sidebar</div>
185
- <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
178
+ <span class="icon"><svg><use href="#svg-toc"></use></svg></span>
186
179
  </label>
187
180
  </div>
188
181
  </header>
@@ -202,7 +195,7 @@
202
195
  <p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
203
196
  <ul class="current">
204
197
  <li class="toctree-l1 current current-page"><a class="current reference internal" href="#">Getting Started</a></li>
205
- <li class="toctree-l1 has-children"><a class="reference internal" href="sdk.html">SDK</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle navigation of SDK</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
198
+ <li class="toctree-l1 has-children"><a class="reference internal" href="sdk.html">SDK</a><input aria-label="Toggle navigation of SDK" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><span class="icon"><svg><use href="#svg-arrow-right"></use></svg></span></label><ul>
206
199
  <li class="toctree-l2"><a class="reference internal" href="client.html">Client</a></li>
207
200
  <li class="toctree-l2"><a class="reference internal" href="authentication.html">Authentication</a></li>
208
201
  </ul>
@@ -235,8 +228,7 @@
235
228
  </a>
236
229
  </div>
237
230
  <div class="theme-toggle-container theme-toggle-content">
238
- <button class="theme-toggle">
239
- <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
231
+ <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
240
232
  <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
241
233
  <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
242
234
  <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
@@ -244,8 +236,7 @@
244
236
  </button>
245
237
  </div>
246
238
  <label class="toc-overlay-icon toc-content-icon" for="__toc">
247
- <div class="visually-hidden">Toggle table of contents sidebar</div>
248
- <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
239
+ <span class="icon"><svg><use href="#svg-toc"></use></svg></span>
249
240
  </label>
250
241
  </div>
251
242
  <article role="main" id="furo-main-content">
package/docs/index.html CHANGED
@@ -1,14 +1,14 @@
1
1
  <!doctype html>
2
2
  <html class="no-js" lang="en" data-content_root="./">
3
- <head><meta charset="utf-8"/>
4
- <meta name="viewport" content="width=device-width,initial-scale=1"/>
3
+ <head><meta charset="utf-8">
4
+ <meta name="viewport" content="width=device-width,initial-scale=1">
5
5
  <meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
6
- <link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Getting Started" href="getting_started.html" />
6
+ <link rel="index" title="Index" href="genindex.html"><link rel="search" title="Search" href="search.html"><link rel="next" title="Getting Started" href="getting_started.html">
7
7
 
8
- <!-- Generated with Sphinx 8.1.3 and Furo 2025.07.19 -->
8
+ <!-- Generated with Sphinx 8.2.3 and Furo 2025.09.25 -->
9
9
  <title>IBM Envizi - Emissions API Node.js SDK documentation</title>
10
10
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" />
11
- <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=25af2a20" />
11
+ <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=580074bf" />
12
12
  <link rel="stylesheet" type="text/css" href="_static/sphinx_js.css" />
13
13
  <link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=8dab3a3b" />
14
14
  <link rel="stylesheet" type="text/css" href="_static/custom.css?v=8d04aa46" />
@@ -24,14 +24,14 @@
24
24
  }
25
25
  @media not print {
26
26
  body[data-theme="dark"] {
27
- --color-code-background: #2b2b2b;
28
- --color-code-foreground: #f8f8f2;
27
+ --color-code-background: #202020;
28
+ --color-code-foreground: #d0d0d0;
29
29
 
30
30
  }
31
31
  @media (prefers-color-scheme: dark) {
32
32
  body:not([data-theme="light"]) {
33
- --color-code-background: #2b2b2b;
34
- --color-code-foreground: #f8f8f2;
33
+ --color-code-background: #202020;
34
+ --color-code-foreground: #d0d0d0;
35
35
 
36
36
  }
37
37
  }
@@ -146,14 +146,10 @@
146
146
  </symbol>
147
147
  </svg>
148
148
 
149
- <input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
150
- <input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
151
- <label class="overlay sidebar-overlay" for="__navigation">
152
- <div class="visually-hidden">Hide navigation sidebar</div>
153
- </label>
154
- <label class="overlay toc-overlay" for="__toc">
155
- <div class="visually-hidden">Hide table of contents sidebar</div>
156
- </label>
149
+ <input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar">
150
+ <input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar">
151
+ <label class="overlay sidebar-overlay" for="__navigation"></label>
152
+ <label class="overlay toc-overlay" for="__toc"></label>
157
153
 
158
154
  <a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a>
159
155
 
@@ -163,8 +159,7 @@
163
159
  <header class="mobile-header">
164
160
  <div class="header-left">
165
161
  <label class="nav-overlay-icon" for="__navigation">
166
- <div class="visually-hidden">Toggle site navigation sidebar</div>
167
- <i class="icon"><svg><use href="#svg-menu"></use></svg></i>
162
+ <span class="icon"><svg><use href="#svg-menu"></use></svg></span>
168
163
  </label>
169
164
  </div>
170
165
  <div class="header-center">
@@ -172,8 +167,7 @@
172
167
  </div>
173
168
  <div class="header-right">
174
169
  <div class="theme-toggle-container theme-toggle-header">
175
- <button class="theme-toggle">
176
- <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
170
+ <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
177
171
  <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
178
172
  <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
179
173
  <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
@@ -181,8 +175,7 @@
181
175
  </button>
182
176
  </div>
183
177
  <label class="toc-overlay-icon toc-header-icon no-toc" for="__toc">
184
- <div class="visually-hidden">Toggle table of contents sidebar</div>
185
- <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
178
+ <span class="icon"><svg><use href="#svg-toc"></use></svg></span>
186
179
  </label>
187
180
  </div>
188
181
  </header>
@@ -202,7 +195,7 @@
202
195
  <p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
203
196
  <ul>
204
197
  <li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting Started</a></li>
205
- <li class="toctree-l1 has-children"><a class="reference internal" href="sdk.html">SDK</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle navigation of SDK</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
198
+ <li class="toctree-l1 has-children"><a class="reference internal" href="sdk.html">SDK</a><input aria-label="Toggle navigation of SDK" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><span class="icon"><svg><use href="#svg-arrow-right"></use></svg></span></label><ul>
206
199
  <li class="toctree-l2"><a class="reference internal" href="client.html">Client</a></li>
207
200
  <li class="toctree-l2"><a class="reference internal" href="authentication.html">Authentication</a></li>
208
201
  </ul>
@@ -235,8 +228,7 @@
235
228
  </a>
236
229
  </div>
237
230
  <div class="theme-toggle-container theme-toggle-content">
238
- <button class="theme-toggle">
239
- <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
231
+ <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
240
232
  <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
241
233
  <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
242
234
  <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
@@ -244,8 +236,7 @@
244
236
  </button>
245
237
  </div>
246
238
  <label class="toc-overlay-icon toc-content-icon no-toc" for="__toc">
247
- <div class="visually-hidden">Toggle table of contents sidebar</div>
248
- <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
239
+ <span class="icon"><svg><use href="#svg-toc"></use></svg></span>
249
240
  </label>
250
241
  </div>
251
242
  <article role="main" id="furo-main-content">
@@ -273,6 +264,7 @@
273
264
  <li class="toctree-l2"><a class="reference internal" href="reference.html#utils.findExpiryTime"><code class="docutils literal notranslate"><span class="pre">utils.findExpiryTime()</span></code></a></li>
274
265
  <li class="toctree-l2"><a class="reference internal" href="reference.html#api">API</a></li>
275
266
  <li class="toctree-l2"><a class="reference internal" href="reference.html#metadata-apis">Metadata APIs</a></li>
267
+ <li class="toctree-l2"><a class="reference internal" href="reference.html#usage-api">Usage API</a></li>
276
268
  <li class="toctree-l2"><a class="reference internal" href="reference.html#interfaces">Interfaces</a></li>
277
269
  </ul>
278
270
  </li>
package/docs/objects.inv CHANGED
Binary file