emissions-api-sdk 1.0.10 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +135 -6
- package/dist/Constants.js +1 -1
- package/dist/api/Factor.js +53 -1
- package/dist/api/TypeRecommender.js +48 -0
- package/dist/coverage/clover.xml +17 -14
- package/dist/coverage/coverage-final.json +4 -4
- package/dist/coverage/lcov-report/index.html +7 -7
- package/dist/coverage/lcov-report/src/Client.ts.html +1 -1
- package/dist/coverage/lcov-report/src/Constants.ts.html +2 -2
- package/dist/coverage/lcov-report/src/api/Calculation.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/EconomicActivity.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Factor.ts.html +159 -3
- package/dist/coverage/lcov-report/src/api/FactorSets.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Fugitive.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Location.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Metadata.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Mobile.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/RealEstate.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Stationary.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/TransportationAndDistribution.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/TypeRecommender.ts.html +146 -2
- package/dist/coverage/lcov-report/src/api/Usage.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/index.html +1 -1
- package/dist/coverage/lcov-report/src/index.html +1 -1
- package/dist/coverage/lcov-report/src/request.ts.html +1 -1
- package/dist/coverage/lcov-report/src/utils.ts.html +1 -1
- package/dist/coverage/lcov-report/test/index.html +1 -1
- package/dist/coverage/lcov-report/test/mocks/CommonRequest.ts.html +1 -1
- package/dist/coverage/lcov-report/test/mocks/FactorRequest.ts.html +1 -1
- package/dist/coverage/lcov-report/test/mocks/GenericCalculationRequest.ts.html +1 -1
- package/dist/coverage/lcov-report/test/mocks/LocationRequest.ts.html +1 -1
- package/dist/coverage/lcov-report/test/mocks/SearchRequest.ts.html +148 -4
- package/dist/coverage/lcov-report/test/mocks/index.html +5 -5
- package/dist/coverage/lcov-report/test/testUtils.ts.html +1 -1
- package/dist/coverage/lcov.info +16 -13
- package/dist/types/Constants.d.ts +1 -1
- package/dist/types/api/Factor.d.ts +53 -1
- package/dist/types/api/TypeRecommender.d.ts +48 -0
- package/dist/types/interfaces/common.d.ts +8 -0
- package/docs/_static/base-stemmer.js +476 -0
- package/docs/_static/basic.css +0 -8
- package/docs/_static/doctools.js +6 -5
- package/docs/_static/english-stemmer.js +1066 -0
- package/docs/_static/language_data.js +7 -186
- package/docs/_static/pygments.css +164 -146
- package/docs/_static/searchtools.js +121 -60
- package/docs/_static/sphinx_highlight.js +36 -31
- package/docs/_static/styles/furo.css +1 -1
- package/docs/_static/styles/furo.css.map +1 -1
- package/docs/authentication.html +21 -30
- package/docs/client.html +21 -30
- package/docs/genindex.html +21 -30
- package/docs/getting_started.html +21 -30
- package/docs/index.html +21 -30
- package/docs/reference.html +63 -72
- package/docs/sdk.html +21 -30
- package/docs/search.html +21 -30
- package/docs/searchindex.js +1 -1
- package/docs/troubleshooting.html +21 -30
- package/package.json +1 -1
- package/src/Constants.ts +1 -1
- package/src/api/Factor.ts +53 -1
- package/src/api/TypeRecommender.ts +48 -0
- package/src/interfaces/common.ts +12 -0
- package/test/mocks/SearchRequest.ts +48 -0
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"
|
|
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
|
+
<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
|
|
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=
|
|
11
|
+
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=7bdb33bb" />
|
|
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: #
|
|
28
|
-
--color-code-foreground: #
|
|
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: #
|
|
34
|
-
--color-code-foreground: #
|
|
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
|
-
|
|
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
|
-
<
|
|
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
|
-
<
|
|
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"><
|
|
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
|
-
<
|
|
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">
|
|
@@ -470,8 +461,8 @@
|
|
|
470
461
|
</aside>
|
|
471
462
|
</div>
|
|
472
463
|
</div><script src="_static/documentation_options.js?v=5929fcd5"></script>
|
|
473
|
-
<script src="_static/doctools.js?v=
|
|
474
|
-
<script src="_static/sphinx_highlight.js?v=
|
|
464
|
+
<script src="_static/doctools.js?v=fd6eb6e6"></script>
|
|
465
|
+
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
|
|
475
466
|
<script src="_static/scripts/furo.js?v=46bd48cc"></script>
|
|
476
467
|
</body>
|
|
477
468
|
</html>
|
package/docs/genindex.html
CHANGED
|
@@ -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="#"
|
|
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
|
|
7
|
+
<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 --><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=
|
|
9
|
+
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=7bdb33bb" />
|
|
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: #
|
|
26
|
-
--color-code-foreground: #
|
|
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: #
|
|
32
|
-
--color-code-foreground: #
|
|
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
|
-
|
|
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
|
-
<
|
|
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
|
-
<
|
|
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"><
|
|
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
|
-
<
|
|
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">
|
|
@@ -465,8 +456,8 @@
|
|
|
465
456
|
</aside>
|
|
466
457
|
</div>
|
|
467
458
|
</div><script src="_static/documentation_options.js?v=5929fcd5"></script>
|
|
468
|
-
<script src="_static/doctools.js?v=
|
|
469
|
-
<script src="_static/sphinx_highlight.js?v=
|
|
459
|
+
<script src="_static/doctools.js?v=fd6eb6e6"></script>
|
|
460
|
+
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
|
|
470
461
|
<script src="_static/scripts/furo.js?v=46bd48cc"></script>
|
|
471
462
|
</body>
|
|
472
463
|
</html>
|
|
@@ -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"
|
|
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
|
+
<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
|
|
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=
|
|
11
|
+
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=7bdb33bb" />
|
|
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: #
|
|
28
|
-
--color-code-foreground: #
|
|
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: #
|
|
34
|
-
--color-code-foreground: #
|
|
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
|
-
|
|
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
|
-
<
|
|
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
|
-
<
|
|
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"><
|
|
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
|
-
<
|
|
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">
|
|
@@ -484,8 +475,8 @@
|
|
|
484
475
|
</aside>
|
|
485
476
|
</div>
|
|
486
477
|
</div><script src="_static/documentation_options.js?v=5929fcd5"></script>
|
|
487
|
-
<script src="_static/doctools.js?v=
|
|
488
|
-
<script src="_static/sphinx_highlight.js?v=
|
|
478
|
+
<script src="_static/doctools.js?v=fd6eb6e6"></script>
|
|
479
|
+
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
|
|
489
480
|
<script src="_static/scripts/furo.js?v=46bd48cc"></script>
|
|
490
481
|
</body>
|
|
491
482
|
</html>
|
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"
|
|
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
|
+
<!-- Generated with Sphinx 9.1.0 and Furo 2025.12.19 -->
|
|
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=
|
|
11
|
+
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=7bdb33bb" />
|
|
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: #
|
|
28
|
-
--color-code-foreground: #
|
|
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: #
|
|
34
|
-
--color-code-foreground: #
|
|
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
|
-
|
|
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
|
-
<
|
|
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
|
-
<
|
|
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"><
|
|
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
|
-
<
|
|
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">
|
|
@@ -353,8 +344,8 @@
|
|
|
353
344
|
</aside>
|
|
354
345
|
</div>
|
|
355
346
|
</div><script src="_static/documentation_options.js?v=5929fcd5"></script>
|
|
356
|
-
<script src="_static/doctools.js?v=
|
|
357
|
-
<script src="_static/sphinx_highlight.js?v=
|
|
347
|
+
<script src="_static/doctools.js?v=fd6eb6e6"></script>
|
|
348
|
+
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
|
|
358
349
|
<script src="_static/scripts/furo.js?v=46bd48cc"></script>
|
|
359
350
|
</body>
|
|
360
351
|
</html>
|