@wastesentry/trak-client 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +120 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/apis/DefaultApi.ts +176 -0
- package/apis/InfoApi.ts +80 -0
- package/apis/ManifestApi.ts +604 -0
- package/apis/MyProfileApi.ts +63 -0
- package/apis/OrgsApi.ts +172 -0
- package/apis/PegasusApi.ts +336 -0
- package/apis/ProfileApi.ts +229 -0
- package/apis/SiteApi.ts +108 -0
- package/apis/SitesApi.ts +119 -0
- package/apis/SyncApi.ts +55 -0
- package/apis/TeamsApi.ts +673 -0
- package/apis/index.ts +12 -0
- package/docs/AdditionalInfo.md +41 -0
- package/docs/DefaultApi.md +235 -0
- package/docs/ESignature.md +43 -0
- package/docs/Handler.md +41 -0
- package/docs/HandlerSearch.md +34 -0
- package/docs/HandlerSearchSiteTypeEnum.md +31 -0
- package/docs/InfoApi.md +81 -0
- package/docs/Invitation.md +42 -0
- package/docs/LockReasonEnum.md +31 -0
- package/docs/Manifest.md +93 -0
- package/docs/ManifestApi.md +907 -0
- package/docs/ManifestPhone.md +35 -0
- package/docs/Membership.md +42 -0
- package/docs/Mtn.md +39 -0
- package/docs/MyProfileApi.md +73 -0
- package/docs/NullEnum.md +30 -0
- package/docs/OpenInvitation.md +38 -0
- package/docs/Org.md +39 -0
- package/docs/OrgsApi.md +232 -0
- package/docs/PaginatedInvitationList.md +38 -0
- package/docs/PaginatedMtnList.md +38 -0
- package/docs/PaginatedOrgList.md +38 -0
- package/docs/PaginatedSiteList.md +38 -0
- package/docs/PaginatedTeamList.md +38 -0
- package/docs/PaperSignature.md +35 -0
- package/docs/PatchedInvitation.md +42 -0
- package/docs/PatchedProfile.md +35 -0
- package/docs/PatchedRcrainfoProfile.md +45 -0
- package/docs/PatchedTeam.md +48 -0
- package/docs/Price.md +42 -0
- package/docs/Profile.md +35 -0
- package/docs/ProfileApi.md +241 -0
- package/docs/QuickerSign.md +43 -0
- package/docs/RcraAddress.md +45 -0
- package/docs/RcraContact.md +43 -0
- package/docs/RcraPhone.md +35 -0
- package/docs/RcraSite.md +57 -0
- package/docs/RcraSitePermission.md +45 -0
- package/docs/RcraSiteSiteTypeEnum.md +31 -0
- package/docs/RcrainfoProfile.md +45 -0
- package/docs/RoleEnum.md +31 -0
- package/docs/Signer.md +49 -0
- package/docs/Site.md +35 -0
- package/docs/SiteApi.md +147 -0
- package/docs/SiteManifestSyncRequest.md +32 -0
- package/docs/SiteManifestSyncResponse.md +32 -0
- package/docs/SitesApi.md +155 -0
- package/docs/StatusC23Enum.md +31 -0
- package/docs/Subscription.md +51 -0
- package/docs/SubscriptionItem.md +36 -0
- package/docs/SubscriptionStatusEnum.md +31 -0
- package/docs/SyncApi.md +73 -0
- package/docs/Team.md +48 -0
- package/docs/TeamsApi.md +965 -0
- package/docs/TrakUser.md +43 -0
- package/docs/Transporter.md +41 -0
- package/docs/UserInvitationsResponse.md +32 -0
- package/docs/WasteLine.md +55 -0
- package/index.ts +5 -0
- package/models/AdditionalInfo.ts +96 -0
- package/models/AggregateEmployeeData.ts +83 -0
- package/models/DepartmentEnum.ts +59 -0
- package/models/ESignature.ts +112 -0
- package/models/Employee.ts +125 -0
- package/models/Handler.ts +126 -0
- package/models/HandlerSearch.ts +84 -0
- package/models/HandlerSearchSiteTypeEnum.ts +57 -0
- package/models/Invitation.ts +116 -0
- package/models/LockReasonEnum.ts +55 -0
- package/models/Manifest.ts +353 -0
- package/models/ManifestPhone.ts +73 -0
- package/models/Membership.ts +115 -0
- package/models/Mtn.ts +98 -0
- package/models/NullEnum.ts +50 -0
- package/models/OpenInvitation.ts +88 -0
- package/models/Org.ts +88 -0
- package/models/PaginatedEmployeeList.ts +98 -0
- package/models/PaginatedInvitationList.ts +98 -0
- package/models/PaginatedMtnList.ts +98 -0
- package/models/PaginatedOrgList.ts +98 -0
- package/models/PaginatedSiteList.ts +98 -0
- package/models/PaginatedTeamList.ts +98 -0
- package/models/PaperSignature.ts +74 -0
- package/models/PatchedEmployee.ts +118 -0
- package/models/PatchedInvitation.ts +112 -0
- package/models/PatchedProfile.ts +79 -0
- package/models/PatchedRcrainfoProfile.ts +119 -0
- package/models/PatchedTeam.ts +143 -0
- package/models/Price.ts +106 -0
- package/models/Profile.ts +80 -0
- package/models/QuickerSign.ts +108 -0
- package/models/RcraAddress.ts +113 -0
- package/models/RcraContact.ts +112 -0
- package/models/RcraPhone.ts +73 -0
- package/models/RcraSite.ts +200 -0
- package/models/RcraSitePermission.ts +121 -0
- package/models/RcraSiteSiteTypeEnum.ts +57 -0
- package/models/RcrainfoProfile.ts +120 -0
- package/models/RoleEnum.ts +53 -0
- package/models/Signer.ts +136 -0
- package/models/Site.ts +81 -0
- package/models/SiteManifestSyncRequest.ts +65 -0
- package/models/SiteManifestSyncResponse.ts +65 -0
- package/models/StatusC23Enum.ts +67 -0
- package/models/StatusEnum.ts +63 -0
- package/models/Subscription.ts +168 -0
- package/models/SubscriptionItem.ts +90 -0
- package/models/SubscriptionStatusEnum.ts +63 -0
- package/models/Team.ts +151 -0
- package/models/TrakUser.ts +106 -0
- package/models/Transporter.ts +120 -0
- package/models/UserInvitationsResponse.ts +73 -0
- package/models/WasteLine.ts +157 -0
- package/models/index.ts +50 -0
- package/package.json +17 -0
- package/runtime.ts +432 -0
|
@@ -0,0 +1,907 @@
|
|
|
1
|
+
# ManifestApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
| [**manifestCreate**](ManifestApi.md#manifestcreate) | **POST** /api/v1/manifest | |
|
|
8
|
+
| [**manifestEmanifestCreate**](ManifestApi.md#manifestemanifestcreate) | **POST** /api/v1/manifest/emanifest | |
|
|
9
|
+
| [**manifestEmanifestSignCreate**](ManifestApi.md#manifestemanifestsigncreate) | **POST** /api/v1/manifest/emanifest/sign | |
|
|
10
|
+
| [**manifestEmanifestSyncCreate**](ManifestApi.md#manifestemanifestsynccreate) | **POST** /api/v1/manifest/emanifest/sync | |
|
|
11
|
+
| [**manifestMtnList**](ManifestApi.md#manifestmtnlist) | **GET** /api/v1/manifest/mtn | |
|
|
12
|
+
| [**manifestMtnList2**](ManifestApi.md#manifestmtnlist2) | **GET** /api/v1/manifest/mtn/{epa_id} | |
|
|
13
|
+
| [**manifestMtnList3**](ManifestApi.md#manifestmtnlist3) | **GET** /api/v1/manifest/mtn/{epa_id}/{site_type} | |
|
|
14
|
+
| [**manifestRetrieve**](ManifestApi.md#manifestretrieve) | **GET** /api/v1/manifest/{mtn} | |
|
|
15
|
+
| [**manifestUpdate**](ManifestApi.md#manifestupdate) | **PUT** /api/v1/manifest/{mtn} | |
|
|
16
|
+
| [**manifestWastelineDotClassRetrieve**](ManifestApi.md#manifestwastelinedotclassretrieve) | **GET** /api/v1/manifest/wasteline/dot/class | |
|
|
17
|
+
| [**manifestWastelineDotIdRetrieve**](ManifestApi.md#manifestwastelinedotidretrieve) | **GET** /api/v1/manifest/wasteline/dot/id | |
|
|
18
|
+
| [**manifestWastelineDotNameRetrieve**](ManifestApi.md#manifestwastelinedotnameretrieve) | **GET** /api/v1/manifest/wasteline/dot/name | |
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## manifestCreate
|
|
23
|
+
|
|
24
|
+
> Manifest manifestCreate(manifest)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
Create a hazardous waste manifest.
|
|
29
|
+
|
|
30
|
+
### Example
|
|
31
|
+
|
|
32
|
+
```ts
|
|
33
|
+
import {
|
|
34
|
+
Configuration,
|
|
35
|
+
ManifestApi,
|
|
36
|
+
} from '';
|
|
37
|
+
import type { ManifestCreateRequest } from '';
|
|
38
|
+
|
|
39
|
+
async function example() {
|
|
40
|
+
console.log("🚀 Testing SDK...");
|
|
41
|
+
const config = new Configuration({
|
|
42
|
+
// To configure API key authorization: cookieAuth
|
|
43
|
+
apiKey: "YOUR API KEY",
|
|
44
|
+
// To configure API key authorization: ApiKeyAuth
|
|
45
|
+
apiKey: "YOUR API KEY",
|
|
46
|
+
});
|
|
47
|
+
const api = new ManifestApi(config);
|
|
48
|
+
|
|
49
|
+
const body = {
|
|
50
|
+
// Manifest
|
|
51
|
+
manifest: ...,
|
|
52
|
+
} satisfies ManifestCreateRequest;
|
|
53
|
+
|
|
54
|
+
try {
|
|
55
|
+
const data = await api.manifestCreate(body);
|
|
56
|
+
console.log(data);
|
|
57
|
+
} catch (error) {
|
|
58
|
+
console.error(error);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// Run the test
|
|
63
|
+
example().catch(console.error);
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### Parameters
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
| Name | Type | Description | Notes |
|
|
70
|
+
|------------- | ------------- | ------------- | -------------|
|
|
71
|
+
| **manifest** | [Manifest](Manifest.md) | | |
|
|
72
|
+
|
|
73
|
+
### Return type
|
|
74
|
+
|
|
75
|
+
[**Manifest**](Manifest.md)
|
|
76
|
+
|
|
77
|
+
### Authorization
|
|
78
|
+
|
|
79
|
+
[cookieAuth](../README.md#cookieAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
80
|
+
|
|
81
|
+
### HTTP request headers
|
|
82
|
+
|
|
83
|
+
- **Content-Type**: `application/json`
|
|
84
|
+
- **Accept**: `application/json`
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### HTTP response details
|
|
88
|
+
| Status code | Description | Response headers |
|
|
89
|
+
|-------------|-------------|------------------|
|
|
90
|
+
| **201** | | - |
|
|
91
|
+
|
|
92
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## manifestEmanifestCreate
|
|
96
|
+
|
|
97
|
+
> Manifest manifestEmanifestCreate(manifest)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
Electronic Manifest Save View.
|
|
102
|
+
|
|
103
|
+
### Example
|
|
104
|
+
|
|
105
|
+
```ts
|
|
106
|
+
import {
|
|
107
|
+
Configuration,
|
|
108
|
+
ManifestApi,
|
|
109
|
+
} from '';
|
|
110
|
+
import type { ManifestEmanifestCreateRequest } from '';
|
|
111
|
+
|
|
112
|
+
async function example() {
|
|
113
|
+
console.log("🚀 Testing SDK...");
|
|
114
|
+
const config = new Configuration({
|
|
115
|
+
// To configure API key authorization: cookieAuth
|
|
116
|
+
apiKey: "YOUR API KEY",
|
|
117
|
+
// To configure API key authorization: ApiKeyAuth
|
|
118
|
+
apiKey: "YOUR API KEY",
|
|
119
|
+
});
|
|
120
|
+
const api = new ManifestApi(config);
|
|
121
|
+
|
|
122
|
+
const body = {
|
|
123
|
+
// Manifest
|
|
124
|
+
manifest: ...,
|
|
125
|
+
} satisfies ManifestEmanifestCreateRequest;
|
|
126
|
+
|
|
127
|
+
try {
|
|
128
|
+
const data = await api.manifestEmanifestCreate(body);
|
|
129
|
+
console.log(data);
|
|
130
|
+
} catch (error) {
|
|
131
|
+
console.error(error);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// Run the test
|
|
136
|
+
example().catch(console.error);
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
### Parameters
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
| Name | Type | Description | Notes |
|
|
143
|
+
|------------- | ------------- | ------------- | -------------|
|
|
144
|
+
| **manifest** | [Manifest](Manifest.md) | | |
|
|
145
|
+
|
|
146
|
+
### Return type
|
|
147
|
+
|
|
148
|
+
[**Manifest**](Manifest.md)
|
|
149
|
+
|
|
150
|
+
### Authorization
|
|
151
|
+
|
|
152
|
+
[cookieAuth](../README.md#cookieAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
153
|
+
|
|
154
|
+
### HTTP request headers
|
|
155
|
+
|
|
156
|
+
- **Content-Type**: `application/json`
|
|
157
|
+
- **Accept**: `application/json`
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### HTTP response details
|
|
161
|
+
| Status code | Description | Response headers |
|
|
162
|
+
|-------------|-------------|------------------|
|
|
163
|
+
| **200** | | - |
|
|
164
|
+
|
|
165
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## manifestEmanifestSignCreate
|
|
169
|
+
|
|
170
|
+
> QuickerSign manifestEmanifestSignCreate(quickerSign)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
Electronic Manifest Sign View. Accepts a Quicker Sign JSON object in the request body, parses the request data, and passes data to a celery async task.
|
|
175
|
+
|
|
176
|
+
### Example
|
|
177
|
+
|
|
178
|
+
```ts
|
|
179
|
+
import {
|
|
180
|
+
Configuration,
|
|
181
|
+
ManifestApi,
|
|
182
|
+
} from '';
|
|
183
|
+
import type { ManifestEmanifestSignCreateRequest } from '';
|
|
184
|
+
|
|
185
|
+
async function example() {
|
|
186
|
+
console.log("🚀 Testing SDK...");
|
|
187
|
+
const config = new Configuration({
|
|
188
|
+
// To configure API key authorization: cookieAuth
|
|
189
|
+
apiKey: "YOUR API KEY",
|
|
190
|
+
// To configure API key authorization: ApiKeyAuth
|
|
191
|
+
apiKey: "YOUR API KEY",
|
|
192
|
+
});
|
|
193
|
+
const api = new ManifestApi(config);
|
|
194
|
+
|
|
195
|
+
const body = {
|
|
196
|
+
// QuickerSign
|
|
197
|
+
quickerSign: ...,
|
|
198
|
+
} satisfies ManifestEmanifestSignCreateRequest;
|
|
199
|
+
|
|
200
|
+
try {
|
|
201
|
+
const data = await api.manifestEmanifestSignCreate(body);
|
|
202
|
+
console.log(data);
|
|
203
|
+
} catch (error) {
|
|
204
|
+
console.error(error);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
// Run the test
|
|
209
|
+
example().catch(console.error);
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
### Parameters
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
| Name | Type | Description | Notes |
|
|
216
|
+
|------------- | ------------- | ------------- | -------------|
|
|
217
|
+
| **quickerSign** | [QuickerSign](QuickerSign.md) | | |
|
|
218
|
+
|
|
219
|
+
### Return type
|
|
220
|
+
|
|
221
|
+
[**QuickerSign**](QuickerSign.md)
|
|
222
|
+
|
|
223
|
+
### Authorization
|
|
224
|
+
|
|
225
|
+
[cookieAuth](../README.md#cookieAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
226
|
+
|
|
227
|
+
### HTTP request headers
|
|
228
|
+
|
|
229
|
+
- **Content-Type**: `application/json`
|
|
230
|
+
- **Accept**: `application/json`
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### HTTP response details
|
|
234
|
+
| Status code | Description | Response headers |
|
|
235
|
+
|-------------|-------------|------------------|
|
|
236
|
+
| **200** | | - |
|
|
237
|
+
|
|
238
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
## manifestEmanifestSyncCreate
|
|
242
|
+
|
|
243
|
+
> SiteManifestSyncResponse manifestEmanifestSyncCreate(siteManifestSyncRequest)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
Sync a site\'s manifests with RCRAInfo.
|
|
248
|
+
|
|
249
|
+
### Example
|
|
250
|
+
|
|
251
|
+
```ts
|
|
252
|
+
import {
|
|
253
|
+
Configuration,
|
|
254
|
+
ManifestApi,
|
|
255
|
+
} from '';
|
|
256
|
+
import type { ManifestEmanifestSyncCreateRequest } from '';
|
|
257
|
+
|
|
258
|
+
async function example() {
|
|
259
|
+
console.log("🚀 Testing SDK...");
|
|
260
|
+
const config = new Configuration({
|
|
261
|
+
// To configure API key authorization: cookieAuth
|
|
262
|
+
apiKey: "YOUR API KEY",
|
|
263
|
+
// To configure API key authorization: ApiKeyAuth
|
|
264
|
+
apiKey: "YOUR API KEY",
|
|
265
|
+
});
|
|
266
|
+
const api = new ManifestApi(config);
|
|
267
|
+
|
|
268
|
+
const body = {
|
|
269
|
+
// SiteManifestSyncRequest
|
|
270
|
+
siteManifestSyncRequest: ...,
|
|
271
|
+
} satisfies ManifestEmanifestSyncCreateRequest;
|
|
272
|
+
|
|
273
|
+
try {
|
|
274
|
+
const data = await api.manifestEmanifestSyncCreate(body);
|
|
275
|
+
console.log(data);
|
|
276
|
+
} catch (error) {
|
|
277
|
+
console.error(error);
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
// Run the test
|
|
282
|
+
example().catch(console.error);
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
### Parameters
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
| Name | Type | Description | Notes |
|
|
289
|
+
|------------- | ------------- | ------------- | -------------|
|
|
290
|
+
| **siteManifestSyncRequest** | [SiteManifestSyncRequest](SiteManifestSyncRequest.md) | | |
|
|
291
|
+
|
|
292
|
+
### Return type
|
|
293
|
+
|
|
294
|
+
[**SiteManifestSyncResponse**](SiteManifestSyncResponse.md)
|
|
295
|
+
|
|
296
|
+
### Authorization
|
|
297
|
+
|
|
298
|
+
[cookieAuth](../README.md#cookieAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
299
|
+
|
|
300
|
+
### HTTP request headers
|
|
301
|
+
|
|
302
|
+
- **Content-Type**: `application/json`
|
|
303
|
+
- **Accept**: `application/json`
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
### HTTP response details
|
|
307
|
+
| Status code | Description | Response headers |
|
|
308
|
+
|-------------|-------------|------------------|
|
|
309
|
+
| **200** | | - |
|
|
310
|
+
|
|
311
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
## manifestMtnList
|
|
315
|
+
|
|
316
|
+
> PaginatedMtnList manifestMtnList(page)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
321
|
+
|
|
322
|
+
### Example
|
|
323
|
+
|
|
324
|
+
```ts
|
|
325
|
+
import {
|
|
326
|
+
Configuration,
|
|
327
|
+
ManifestApi,
|
|
328
|
+
} from '';
|
|
329
|
+
import type { ManifestMtnListRequest } from '';
|
|
330
|
+
|
|
331
|
+
async function example() {
|
|
332
|
+
console.log("🚀 Testing SDK...");
|
|
333
|
+
const config = new Configuration({
|
|
334
|
+
// To configure API key authorization: cookieAuth
|
|
335
|
+
apiKey: "YOUR API KEY",
|
|
336
|
+
// To configure API key authorization: ApiKeyAuth
|
|
337
|
+
apiKey: "YOUR API KEY",
|
|
338
|
+
});
|
|
339
|
+
const api = new ManifestApi(config);
|
|
340
|
+
|
|
341
|
+
const body = {
|
|
342
|
+
// number | A page number within the paginated result set. (optional)
|
|
343
|
+
page: 56,
|
|
344
|
+
} satisfies ManifestMtnListRequest;
|
|
345
|
+
|
|
346
|
+
try {
|
|
347
|
+
const data = await api.manifestMtnList(body);
|
|
348
|
+
console.log(data);
|
|
349
|
+
} catch (error) {
|
|
350
|
+
console.error(error);
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
// Run the test
|
|
355
|
+
example().catch(console.error);
|
|
356
|
+
```
|
|
357
|
+
|
|
358
|
+
### Parameters
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
| Name | Type | Description | Notes |
|
|
362
|
+
|------------- | ------------- | ------------- | -------------|
|
|
363
|
+
| **page** | `number` | A page number within the paginated result set. | [Optional] [Defaults to `undefined`] |
|
|
364
|
+
|
|
365
|
+
### Return type
|
|
366
|
+
|
|
367
|
+
[**PaginatedMtnList**](PaginatedMtnList.md)
|
|
368
|
+
|
|
369
|
+
### Authorization
|
|
370
|
+
|
|
371
|
+
[cookieAuth](../README.md#cookieAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
372
|
+
|
|
373
|
+
### HTTP request headers
|
|
374
|
+
|
|
375
|
+
- **Content-Type**: Not defined
|
|
376
|
+
- **Accept**: `application/json`
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
### HTTP response details
|
|
380
|
+
| Status code | Description | Response headers |
|
|
381
|
+
|-------------|-------------|------------------|
|
|
382
|
+
| **200** | | - |
|
|
383
|
+
|
|
384
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
## manifestMtnList2
|
|
388
|
+
|
|
389
|
+
> PaginatedMtnList manifestMtnList2(epaId, page)
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
394
|
+
|
|
395
|
+
### Example
|
|
396
|
+
|
|
397
|
+
```ts
|
|
398
|
+
import {
|
|
399
|
+
Configuration,
|
|
400
|
+
ManifestApi,
|
|
401
|
+
} from '';
|
|
402
|
+
import type { ManifestMtnList2Request } from '';
|
|
403
|
+
|
|
404
|
+
async function example() {
|
|
405
|
+
console.log("🚀 Testing SDK...");
|
|
406
|
+
const config = new Configuration({
|
|
407
|
+
// To configure API key authorization: cookieAuth
|
|
408
|
+
apiKey: "YOUR API KEY",
|
|
409
|
+
// To configure API key authorization: ApiKeyAuth
|
|
410
|
+
apiKey: "YOUR API KEY",
|
|
411
|
+
});
|
|
412
|
+
const api = new ManifestApi(config);
|
|
413
|
+
|
|
414
|
+
const body = {
|
|
415
|
+
// string
|
|
416
|
+
epaId: epaId_example,
|
|
417
|
+
// number | A page number within the paginated result set. (optional)
|
|
418
|
+
page: 56,
|
|
419
|
+
} satisfies ManifestMtnList2Request;
|
|
420
|
+
|
|
421
|
+
try {
|
|
422
|
+
const data = await api.manifestMtnList2(body);
|
|
423
|
+
console.log(data);
|
|
424
|
+
} catch (error) {
|
|
425
|
+
console.error(error);
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
// Run the test
|
|
430
|
+
example().catch(console.error);
|
|
431
|
+
```
|
|
432
|
+
|
|
433
|
+
### Parameters
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
| Name | Type | Description | Notes |
|
|
437
|
+
|------------- | ------------- | ------------- | -------------|
|
|
438
|
+
| **epaId** | `string` | | [Defaults to `undefined`] |
|
|
439
|
+
| **page** | `number` | A page number within the paginated result set. | [Optional] [Defaults to `undefined`] |
|
|
440
|
+
|
|
441
|
+
### Return type
|
|
442
|
+
|
|
443
|
+
[**PaginatedMtnList**](PaginatedMtnList.md)
|
|
444
|
+
|
|
445
|
+
### Authorization
|
|
446
|
+
|
|
447
|
+
[cookieAuth](../README.md#cookieAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
448
|
+
|
|
449
|
+
### HTTP request headers
|
|
450
|
+
|
|
451
|
+
- **Content-Type**: Not defined
|
|
452
|
+
- **Accept**: `application/json`
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### HTTP response details
|
|
456
|
+
| Status code | Description | Response headers |
|
|
457
|
+
|-------------|-------------|------------------|
|
|
458
|
+
| **200** | | - |
|
|
459
|
+
|
|
460
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
## manifestMtnList3
|
|
464
|
+
|
|
465
|
+
> PaginatedMtnList manifestMtnList3(epaId, siteType, page)
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
470
|
+
|
|
471
|
+
### Example
|
|
472
|
+
|
|
473
|
+
```ts
|
|
474
|
+
import {
|
|
475
|
+
Configuration,
|
|
476
|
+
ManifestApi,
|
|
477
|
+
} from '';
|
|
478
|
+
import type { ManifestMtnList3Request } from '';
|
|
479
|
+
|
|
480
|
+
async function example() {
|
|
481
|
+
console.log("🚀 Testing SDK...");
|
|
482
|
+
const config = new Configuration({
|
|
483
|
+
// To configure API key authorization: cookieAuth
|
|
484
|
+
apiKey: "YOUR API KEY",
|
|
485
|
+
// To configure API key authorization: ApiKeyAuth
|
|
486
|
+
apiKey: "YOUR API KEY",
|
|
487
|
+
});
|
|
488
|
+
const api = new ManifestApi(config);
|
|
489
|
+
|
|
490
|
+
const body = {
|
|
491
|
+
// string
|
|
492
|
+
epaId: epaId_example,
|
|
493
|
+
// string
|
|
494
|
+
siteType: siteType_example,
|
|
495
|
+
// number | A page number within the paginated result set. (optional)
|
|
496
|
+
page: 56,
|
|
497
|
+
} satisfies ManifestMtnList3Request;
|
|
498
|
+
|
|
499
|
+
try {
|
|
500
|
+
const data = await api.manifestMtnList3(body);
|
|
501
|
+
console.log(data);
|
|
502
|
+
} catch (error) {
|
|
503
|
+
console.error(error);
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
// Run the test
|
|
508
|
+
example().catch(console.error);
|
|
509
|
+
```
|
|
510
|
+
|
|
511
|
+
### Parameters
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
| Name | Type | Description | Notes |
|
|
515
|
+
|------------- | ------------- | ------------- | -------------|
|
|
516
|
+
| **epaId** | `string` | | [Defaults to `undefined`] |
|
|
517
|
+
| **siteType** | `string` | | [Defaults to `undefined`] |
|
|
518
|
+
| **page** | `number` | A page number within the paginated result set. | [Optional] [Defaults to `undefined`] |
|
|
519
|
+
|
|
520
|
+
### Return type
|
|
521
|
+
|
|
522
|
+
[**PaginatedMtnList**](PaginatedMtnList.md)
|
|
523
|
+
|
|
524
|
+
### Authorization
|
|
525
|
+
|
|
526
|
+
[cookieAuth](../README.md#cookieAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
527
|
+
|
|
528
|
+
### HTTP request headers
|
|
529
|
+
|
|
530
|
+
- **Content-Type**: Not defined
|
|
531
|
+
- **Accept**: `application/json`
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### HTTP response details
|
|
535
|
+
| Status code | Description | Response headers |
|
|
536
|
+
|-------------|-------------|------------------|
|
|
537
|
+
| **200** | | - |
|
|
538
|
+
|
|
539
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
## manifestRetrieve
|
|
543
|
+
|
|
544
|
+
> Manifest manifestRetrieve(mtn)
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
Retrieve a hazardous waste manifest.
|
|
549
|
+
|
|
550
|
+
### Example
|
|
551
|
+
|
|
552
|
+
```ts
|
|
553
|
+
import {
|
|
554
|
+
Configuration,
|
|
555
|
+
ManifestApi,
|
|
556
|
+
} from '';
|
|
557
|
+
import type { ManifestRetrieveRequest } from '';
|
|
558
|
+
|
|
559
|
+
async function example() {
|
|
560
|
+
console.log("🚀 Testing SDK...");
|
|
561
|
+
const config = new Configuration({
|
|
562
|
+
// To configure API key authorization: cookieAuth
|
|
563
|
+
apiKey: "YOUR API KEY",
|
|
564
|
+
// To configure API key authorization: ApiKeyAuth
|
|
565
|
+
apiKey: "YOUR API KEY",
|
|
566
|
+
});
|
|
567
|
+
const api = new ManifestApi(config);
|
|
568
|
+
|
|
569
|
+
const body = {
|
|
570
|
+
// string
|
|
571
|
+
mtn: mtn_example,
|
|
572
|
+
} satisfies ManifestRetrieveRequest;
|
|
573
|
+
|
|
574
|
+
try {
|
|
575
|
+
const data = await api.manifestRetrieve(body);
|
|
576
|
+
console.log(data);
|
|
577
|
+
} catch (error) {
|
|
578
|
+
console.error(error);
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
// Run the test
|
|
583
|
+
example().catch(console.error);
|
|
584
|
+
```
|
|
585
|
+
|
|
586
|
+
### Parameters
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
| Name | Type | Description | Notes |
|
|
590
|
+
|------------- | ------------- | ------------- | -------------|
|
|
591
|
+
| **mtn** | `string` | | [Defaults to `undefined`] |
|
|
592
|
+
|
|
593
|
+
### Return type
|
|
594
|
+
|
|
595
|
+
[**Manifest**](Manifest.md)
|
|
596
|
+
|
|
597
|
+
### Authorization
|
|
598
|
+
|
|
599
|
+
[cookieAuth](../README.md#cookieAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
600
|
+
|
|
601
|
+
### HTTP request headers
|
|
602
|
+
|
|
603
|
+
- **Content-Type**: Not defined
|
|
604
|
+
- **Accept**: `application/json`
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
### HTTP response details
|
|
608
|
+
| Status code | Description | Response headers |
|
|
609
|
+
|-------------|-------------|------------------|
|
|
610
|
+
| **200** | Manifest Details | - |
|
|
611
|
+
|
|
612
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
## manifestUpdate
|
|
616
|
+
|
|
617
|
+
> Manifest manifestUpdate(mtn, manifest)
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
Update a hazardous waste manifest.
|
|
622
|
+
|
|
623
|
+
### Example
|
|
624
|
+
|
|
625
|
+
```ts
|
|
626
|
+
import {
|
|
627
|
+
Configuration,
|
|
628
|
+
ManifestApi,
|
|
629
|
+
} from '';
|
|
630
|
+
import type { ManifestUpdateRequest } from '';
|
|
631
|
+
|
|
632
|
+
async function example() {
|
|
633
|
+
console.log("🚀 Testing SDK...");
|
|
634
|
+
const config = new Configuration({
|
|
635
|
+
// To configure API key authorization: cookieAuth
|
|
636
|
+
apiKey: "YOUR API KEY",
|
|
637
|
+
// To configure API key authorization: ApiKeyAuth
|
|
638
|
+
apiKey: "YOUR API KEY",
|
|
639
|
+
});
|
|
640
|
+
const api = new ManifestApi(config);
|
|
641
|
+
|
|
642
|
+
const body = {
|
|
643
|
+
// string
|
|
644
|
+
mtn: mtn_example,
|
|
645
|
+
// Manifest
|
|
646
|
+
manifest: ...,
|
|
647
|
+
} satisfies ManifestUpdateRequest;
|
|
648
|
+
|
|
649
|
+
try {
|
|
650
|
+
const data = await api.manifestUpdate(body);
|
|
651
|
+
console.log(data);
|
|
652
|
+
} catch (error) {
|
|
653
|
+
console.error(error);
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
// Run the test
|
|
658
|
+
example().catch(console.error);
|
|
659
|
+
```
|
|
660
|
+
|
|
661
|
+
### Parameters
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
| Name | Type | Description | Notes |
|
|
665
|
+
|------------- | ------------- | ------------- | -------------|
|
|
666
|
+
| **mtn** | `string` | | [Defaults to `undefined`] |
|
|
667
|
+
| **manifest** | [Manifest](Manifest.md) | | |
|
|
668
|
+
|
|
669
|
+
### Return type
|
|
670
|
+
|
|
671
|
+
[**Manifest**](Manifest.md)
|
|
672
|
+
|
|
673
|
+
### Authorization
|
|
674
|
+
|
|
675
|
+
[cookieAuth](../README.md#cookieAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
676
|
+
|
|
677
|
+
### HTTP request headers
|
|
678
|
+
|
|
679
|
+
- **Content-Type**: `application/json`
|
|
680
|
+
- **Accept**: `application/json`
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
### HTTP response details
|
|
684
|
+
| Status code | Description | Response headers |
|
|
685
|
+
|-------------|-------------|------------------|
|
|
686
|
+
| **200** | | - |
|
|
687
|
+
|
|
688
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
## manifestWastelineDotClassRetrieve
|
|
692
|
+
|
|
693
|
+
> Array<string> manifestWastelineDotClassRetrieve(q)
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
Return a list of DOT Hazard classes, optionally filtered by a query parameter.
|
|
698
|
+
|
|
699
|
+
### Example
|
|
700
|
+
|
|
701
|
+
```ts
|
|
702
|
+
import {
|
|
703
|
+
Configuration,
|
|
704
|
+
ManifestApi,
|
|
705
|
+
} from '';
|
|
706
|
+
import type { ManifestWastelineDotClassRetrieveRequest } from '';
|
|
707
|
+
|
|
708
|
+
async function example() {
|
|
709
|
+
console.log("🚀 Testing SDK...");
|
|
710
|
+
const config = new Configuration({
|
|
711
|
+
// To configure API key authorization: cookieAuth
|
|
712
|
+
apiKey: "YOUR API KEY",
|
|
713
|
+
// To configure API key authorization: ApiKeyAuth
|
|
714
|
+
apiKey: "YOUR API KEY",
|
|
715
|
+
});
|
|
716
|
+
const api = new ManifestApi(config);
|
|
717
|
+
|
|
718
|
+
const body = {
|
|
719
|
+
// string | Query (optional)
|
|
720
|
+
q: q_example,
|
|
721
|
+
} satisfies ManifestWastelineDotClassRetrieveRequest;
|
|
722
|
+
|
|
723
|
+
try {
|
|
724
|
+
const data = await api.manifestWastelineDotClassRetrieve(body);
|
|
725
|
+
console.log(data);
|
|
726
|
+
} catch (error) {
|
|
727
|
+
console.error(error);
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
// Run the test
|
|
732
|
+
example().catch(console.error);
|
|
733
|
+
```
|
|
734
|
+
|
|
735
|
+
### Parameters
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
| Name | Type | Description | Notes |
|
|
739
|
+
|------------- | ------------- | ------------- | -------------|
|
|
740
|
+
| **q** | `string` | Query | [Optional] [Defaults to `undefined`] |
|
|
741
|
+
|
|
742
|
+
### Return type
|
|
743
|
+
|
|
744
|
+
**Array<string>**
|
|
745
|
+
|
|
746
|
+
### Authorization
|
|
747
|
+
|
|
748
|
+
[cookieAuth](../README.md#cookieAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
749
|
+
|
|
750
|
+
### HTTP request headers
|
|
751
|
+
|
|
752
|
+
- **Content-Type**: Not defined
|
|
753
|
+
- **Accept**: `application/json`
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
### HTTP response details
|
|
757
|
+
| Status code | Description | Response headers |
|
|
758
|
+
|-------------|-------------|------------------|
|
|
759
|
+
| **200** | Hazard Classes | - |
|
|
760
|
+
|
|
761
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
## manifestWastelineDotIdRetrieve
|
|
765
|
+
|
|
766
|
+
> Array<string> manifestWastelineDotIdRetrieve(q)
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
Return a list of DOT ID numbers, optionally filtered by a query parameter.
|
|
771
|
+
|
|
772
|
+
### Example
|
|
773
|
+
|
|
774
|
+
```ts
|
|
775
|
+
import {
|
|
776
|
+
Configuration,
|
|
777
|
+
ManifestApi,
|
|
778
|
+
} from '';
|
|
779
|
+
import type { ManifestWastelineDotIdRetrieveRequest } from '';
|
|
780
|
+
|
|
781
|
+
async function example() {
|
|
782
|
+
console.log("🚀 Testing SDK...");
|
|
783
|
+
const config = new Configuration({
|
|
784
|
+
// To configure API key authorization: cookieAuth
|
|
785
|
+
apiKey: "YOUR API KEY",
|
|
786
|
+
// To configure API key authorization: ApiKeyAuth
|
|
787
|
+
apiKey: "YOUR API KEY",
|
|
788
|
+
});
|
|
789
|
+
const api = new ManifestApi(config);
|
|
790
|
+
|
|
791
|
+
const body = {
|
|
792
|
+
// string | Query (optional)
|
|
793
|
+
q: q_example,
|
|
794
|
+
} satisfies ManifestWastelineDotIdRetrieveRequest;
|
|
795
|
+
|
|
796
|
+
try {
|
|
797
|
+
const data = await api.manifestWastelineDotIdRetrieve(body);
|
|
798
|
+
console.log(data);
|
|
799
|
+
} catch (error) {
|
|
800
|
+
console.error(error);
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
// Run the test
|
|
805
|
+
example().catch(console.error);
|
|
806
|
+
```
|
|
807
|
+
|
|
808
|
+
### Parameters
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
| Name | Type | Description | Notes |
|
|
812
|
+
|------------- | ------------- | ------------- | -------------|
|
|
813
|
+
| **q** | `string` | Query | [Optional] [Defaults to `undefined`] |
|
|
814
|
+
|
|
815
|
+
### Return type
|
|
816
|
+
|
|
817
|
+
**Array<string>**
|
|
818
|
+
|
|
819
|
+
### Authorization
|
|
820
|
+
|
|
821
|
+
[cookieAuth](../README.md#cookieAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
822
|
+
|
|
823
|
+
### HTTP request headers
|
|
824
|
+
|
|
825
|
+
- **Content-Type**: Not defined
|
|
826
|
+
- **Accept**: `application/json`
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
### HTTP response details
|
|
830
|
+
| Status code | Description | Response headers |
|
|
831
|
+
|-------------|-------------|------------------|
|
|
832
|
+
| **200** | ID Numbers | - |
|
|
833
|
+
|
|
834
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
## manifestWastelineDotNameRetrieve
|
|
838
|
+
|
|
839
|
+
> Array<string> manifestWastelineDotNameRetrieve(q)
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
Return a list of DOT Proper Shipping Names, optionally filtered by a query parameter.
|
|
844
|
+
|
|
845
|
+
### Example
|
|
846
|
+
|
|
847
|
+
```ts
|
|
848
|
+
import {
|
|
849
|
+
Configuration,
|
|
850
|
+
ManifestApi,
|
|
851
|
+
} from '';
|
|
852
|
+
import type { ManifestWastelineDotNameRetrieveRequest } from '';
|
|
853
|
+
|
|
854
|
+
async function example() {
|
|
855
|
+
console.log("🚀 Testing SDK...");
|
|
856
|
+
const config = new Configuration({
|
|
857
|
+
// To configure API key authorization: cookieAuth
|
|
858
|
+
apiKey: "YOUR API KEY",
|
|
859
|
+
// To configure API key authorization: ApiKeyAuth
|
|
860
|
+
apiKey: "YOUR API KEY",
|
|
861
|
+
});
|
|
862
|
+
const api = new ManifestApi(config);
|
|
863
|
+
|
|
864
|
+
const body = {
|
|
865
|
+
// string | Query (optional)
|
|
866
|
+
q: q_example,
|
|
867
|
+
} satisfies ManifestWastelineDotNameRetrieveRequest;
|
|
868
|
+
|
|
869
|
+
try {
|
|
870
|
+
const data = await api.manifestWastelineDotNameRetrieve(body);
|
|
871
|
+
console.log(data);
|
|
872
|
+
} catch (error) {
|
|
873
|
+
console.error(error);
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
// Run the test
|
|
878
|
+
example().catch(console.error);
|
|
879
|
+
```
|
|
880
|
+
|
|
881
|
+
### Parameters
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
| Name | Type | Description | Notes |
|
|
885
|
+
|------------- | ------------- | ------------- | -------------|
|
|
886
|
+
| **q** | `string` | Query | [Optional] [Defaults to `undefined`] |
|
|
887
|
+
|
|
888
|
+
### Return type
|
|
889
|
+
|
|
890
|
+
**Array<string>**
|
|
891
|
+
|
|
892
|
+
### Authorization
|
|
893
|
+
|
|
894
|
+
[cookieAuth](../README.md#cookieAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
|
|
895
|
+
|
|
896
|
+
### HTTP request headers
|
|
897
|
+
|
|
898
|
+
- **Content-Type**: Not defined
|
|
899
|
+
- **Accept**: `application/json`
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
### HTTP response details
|
|
903
|
+
| Status code | Description | Response headers |
|
|
904
|
+
|-------------|-------------|------------------|
|
|
905
|
+
| **200** | Shipping Names | - |
|
|
906
|
+
|
|
907
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|