@wastesentry/trak-client 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +55 -118
- package/.openapi-generator/VERSION +1 -1
- package/README.md +140 -0
- package/api.ts +26 -0
- package/apis/default-api.ts +328 -0
- package/apis/info-api.ts +149 -0
- package/apis/manifest-api.ts +1135 -0
- package/apis/my-profile-api.ts +131 -0
- package/apis/orgs-api.ts +333 -0
- package/apis/profile-api.ts +383 -0
- package/apis/site-api.ts +215 -0
- package/apis/sites-api.ts +236 -0
- package/apis/sync-api.ts +128 -0
- package/base.ts +62 -0
- package/common.ts +127 -0
- package/configuration.ts +121 -0
- package/dist/api.d.ts +20 -0
- package/dist/api.js +38 -0
- package/dist/apis/default-api.d.ts +170 -0
- package/dist/apis/default-api.js +266 -0
- package/dist/apis/info-api.d.ts +82 -0
- package/dist/apis/info-api.js +129 -0
- package/dist/apis/manifest-api.d.ts +566 -0
- package/dist/apis/manifest-api.js +868 -0
- package/dist/apis/my-profile-api.d.ts +70 -0
- package/dist/apis/my-profile-api.js +121 -0
- package/dist/apis/orgs-api.d.ts +174 -0
- package/dist/apis/orgs-api.js +263 -0
- package/dist/apis/profile-api.d.ts +191 -0
- package/dist/apis/profile-api.js +298 -0
- package/dist/apis/site-api.d.ts +111 -0
- package/dist/apis/site-api.js +186 -0
- package/dist/apis/sites-api.d.ts +126 -0
- package/dist/apis/sites-api.js +193 -0
- package/dist/apis/sync-api.d.ts +69 -0
- package/dist/apis/sync-api.js +120 -0
- package/dist/base.d.ts +42 -0
- package/dist/base.js +46 -0
- package/dist/common.d.ts +34 -0
- package/dist/common.js +139 -0
- package/dist/configuration.d.ts +98 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/api.d.ts +20 -0
- package/dist/esm/api.js +22 -0
- package/dist/esm/apis/default-api.d.ts +170 -0
- package/dist/esm/apis/default-api.js +259 -0
- package/dist/esm/apis/info-api.d.ts +82 -0
- package/dist/esm/apis/info-api.js +122 -0
- package/dist/esm/apis/manifest-api.d.ts +566 -0
- package/dist/esm/apis/manifest-api.js +861 -0
- package/dist/esm/apis/my-profile-api.d.ts +70 -0
- package/dist/esm/apis/my-profile-api.js +114 -0
- package/dist/esm/apis/orgs-api.d.ts +174 -0
- package/dist/esm/apis/orgs-api.js +256 -0
- package/dist/esm/apis/profile-api.d.ts +191 -0
- package/dist/esm/apis/profile-api.js +291 -0
- package/dist/esm/apis/site-api.d.ts +111 -0
- package/dist/esm/apis/site-api.js +179 -0
- package/dist/esm/apis/sites-api.d.ts +126 -0
- package/dist/esm/apis/sites-api.js +186 -0
- package/dist/esm/apis/sync-api.d.ts +69 -0
- package/dist/esm/apis/sync-api.js +113 -0
- package/dist/esm/base.d.ts +42 -0
- package/dist/esm/base.js +41 -0
- package/dist/esm/common.d.ts +34 -0
- package/dist/esm/common.js +126 -0
- package/dist/esm/configuration.d.ts +98 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/index.d.ts +14 -0
- package/dist/esm/index.js +16 -0
- package/dist/esm/models/additional-info.d.ts +21 -0
- package/dist/esm/models/additional-info.js +14 -0
- package/dist/esm/models/esignature.d.ts +23 -0
- package/dist/esm/models/esignature.js +14 -0
- package/dist/esm/models/handler-search-site-type-enum.d.ts +21 -0
- package/dist/esm/models/handler-search-site-type-enum.js +22 -0
- package/dist/esm/models/handler-search.d.ts +16 -0
- package/dist/esm/models/handler-search.js +14 -0
- package/dist/esm/models/handler.d.ts +28 -0
- package/dist/esm/models/handler.js +14 -0
- package/dist/esm/models/index.d.ts +34 -0
- package/dist/esm/models/index.js +34 -0
- package/dist/esm/models/lock-reason-enum.d.ts +20 -0
- package/dist/esm/models/lock-reason-enum.js +21 -0
- package/dist/esm/models/manifest-phone.d.ts +18 -0
- package/dist/esm/models/manifest-phone.js +14 -0
- package/dist/esm/models/manifest.d.ts +53 -0
- package/dist/esm/models/manifest.js +14 -0
- package/dist/esm/models/mtn.d.ts +21 -0
- package/dist/esm/models/mtn.js +14 -0
- package/dist/esm/models/null-enum.d.ts +13 -0
- package/dist/esm/models/null-enum.js +14 -0
- package/dist/esm/models/org.d.ts +20 -0
- package/dist/esm/models/org.js +14 -0
- package/dist/esm/models/paginated-mtn-list.d.ts +18 -0
- package/dist/esm/models/paginated-mtn-list.js +14 -0
- package/dist/esm/models/paginated-org-list.d.ts +18 -0
- package/dist/esm/models/paginated-org-list.js +14 -0
- package/dist/esm/models/paginated-site-list.d.ts +18 -0
- package/dist/esm/models/paginated-site-list.js +14 -0
- package/dist/esm/models/paper-signature.d.ts +18 -0
- package/dist/esm/models/paper-signature.js +14 -0
- package/dist/esm/models/patched-profile.d.ts +20 -0
- package/dist/esm/models/patched-profile.js +14 -0
- package/dist/esm/models/patched-rcrainfo-profile.d.ts +24 -0
- package/dist/esm/models/patched-rcrainfo-profile.js +14 -0
- package/dist/esm/models/profile.d.ts +20 -0
- package/dist/esm/models/profile.js +14 -0
- package/dist/esm/models/quicker-sign.d.ts +22 -0
- package/dist/esm/models/quicker-sign.js +14 -0
- package/dist/esm/models/rcra-address.d.ts +27 -0
- package/dist/esm/models/rcra-address.js +14 -0
- package/dist/esm/models/rcra-contact.d.ts +23 -0
- package/dist/esm/models/rcra-contact.js +14 -0
- package/dist/esm/models/rcra-phone.d.ts +18 -0
- package/dist/esm/models/rcra-phone.js +14 -0
- package/dist/esm/models/rcra-site-permission.d.ts +23 -0
- package/dist/esm/models/rcra-site-permission.js +14 -0
- package/dist/esm/models/rcra-site.d.ts +39 -0
- package/dist/esm/models/rcra-site.js +19 -0
- package/dist/esm/models/rcrainfo-profile.d.ts +24 -0
- package/dist/esm/models/rcrainfo-profile.js +14 -0
- package/dist/esm/models/signer.d.ts +26 -0
- package/dist/esm/models/signer.js +14 -0
- package/dist/esm/models/site-manifest-sync-request.d.ts +14 -0
- package/dist/esm/models/site-manifest-sync-request.js +14 -0
- package/dist/esm/models/site-manifest-sync-response.d.ts +14 -0
- package/dist/esm/models/site-manifest-sync-response.js +14 -0
- package/dist/esm/models/site-type-enum.d.ts +21 -0
- package/dist/esm/models/site-type-enum.js +22 -0
- package/dist/esm/models/site.d.ts +19 -0
- package/dist/esm/models/site.js +14 -0
- package/dist/esm/models/status-enum.d.ts +26 -0
- package/dist/esm/models/status-enum.js +27 -0
- package/dist/esm/models/trak-user.d.ts +20 -0
- package/dist/esm/models/trak-user.js +14 -0
- package/dist/esm/models/transporter.d.ts +27 -0
- package/dist/esm/models/transporter.js +14 -0
- package/dist/esm/models/waste-line.d.ts +28 -0
- package/dist/esm/models/waste-line.js +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +32 -0
- package/dist/models/additional-info.d.ts +21 -0
- package/dist/models/additional-info.js +15 -0
- package/dist/models/esignature.d.ts +23 -0
- package/dist/models/esignature.js +15 -0
- package/dist/models/handler-search-site-type-enum.d.ts +21 -0
- package/dist/models/handler-search-site-type-enum.js +25 -0
- package/dist/models/handler-search.d.ts +16 -0
- package/dist/models/handler-search.js +15 -0
- package/dist/models/handler.d.ts +28 -0
- package/dist/models/handler.js +15 -0
- package/dist/models/index.d.ts +34 -0
- package/dist/models/index.js +50 -0
- package/dist/models/lock-reason-enum.d.ts +20 -0
- package/dist/models/lock-reason-enum.js +24 -0
- package/dist/models/manifest-phone.d.ts +18 -0
- package/dist/models/manifest-phone.js +15 -0
- package/dist/models/manifest.d.ts +53 -0
- package/dist/models/manifest.js +15 -0
- package/dist/models/mtn.d.ts +21 -0
- package/dist/models/mtn.js +15 -0
- package/dist/models/null-enum.d.ts +13 -0
- package/dist/models/null-enum.js +17 -0
- package/dist/models/org.d.ts +20 -0
- package/dist/models/org.js +15 -0
- package/dist/models/paginated-mtn-list.d.ts +18 -0
- package/dist/models/paginated-mtn-list.js +15 -0
- package/dist/models/paginated-org-list.d.ts +18 -0
- package/dist/models/paginated-org-list.js +15 -0
- package/dist/models/paginated-site-list.d.ts +18 -0
- package/dist/models/paginated-site-list.js +15 -0
- package/dist/models/paper-signature.d.ts +18 -0
- package/dist/models/paper-signature.js +15 -0
- package/dist/models/patched-profile.d.ts +20 -0
- package/dist/models/patched-profile.js +15 -0
- package/dist/models/patched-rcrainfo-profile.d.ts +24 -0
- package/dist/models/patched-rcrainfo-profile.js +15 -0
- package/dist/models/profile.d.ts +20 -0
- package/dist/models/profile.js +15 -0
- package/dist/models/quicker-sign.d.ts +22 -0
- package/dist/models/quicker-sign.js +15 -0
- package/dist/models/rcra-address.d.ts +27 -0
- package/dist/models/rcra-address.js +15 -0
- package/dist/models/rcra-contact.d.ts +23 -0
- package/dist/models/rcra-contact.js +15 -0
- package/dist/models/rcra-phone.d.ts +18 -0
- package/dist/models/rcra-phone.js +15 -0
- package/dist/models/rcra-site-permission.d.ts +23 -0
- package/dist/models/rcra-site-permission.js +15 -0
- package/dist/models/rcra-site.d.ts +39 -0
- package/dist/models/rcra-site.js +22 -0
- package/dist/models/rcrainfo-profile.d.ts +24 -0
- package/dist/models/rcrainfo-profile.js +15 -0
- package/dist/models/signer.d.ts +26 -0
- package/dist/models/signer.js +15 -0
- package/dist/models/site-manifest-sync-request.d.ts +14 -0
- package/dist/models/site-manifest-sync-request.js +15 -0
- package/dist/models/site-manifest-sync-response.d.ts +14 -0
- package/dist/models/site-manifest-sync-response.js +15 -0
- package/dist/models/site-type-enum.d.ts +21 -0
- package/dist/models/site-type-enum.js +25 -0
- package/dist/models/site.d.ts +19 -0
- package/dist/models/site.js +15 -0
- package/dist/models/status-enum.d.ts +26 -0
- package/dist/models/status-enum.js +30 -0
- package/dist/models/trak-user.d.ts +20 -0
- package/dist/models/trak-user.js +15 -0
- package/dist/models/transporter.d.ts +27 -0
- package/dist/models/transporter.js +15 -0
- package/dist/models/waste-line.d.ts +28 -0
- package/dist/models/waste-line.js +15 -0
- package/git_push.sh +57 -0
- package/index.ts +16 -3
- package/models/additional-info.ts +27 -0
- package/models/esignature.ts +31 -0
- package/models/handler-search-site-type-enum.ts +31 -0
- package/models/handler-search.ts +26 -0
- package/models/handler.ts +42 -0
- package/models/index.ts +34 -50
- package/models/lock-reason-enum.ts +30 -0
- package/models/manifest-phone.ts +24 -0
- package/models/manifest.ts +73 -0
- package/models/mtn.ts +31 -0
- package/models/null-enum.ts +24 -0
- package/models/org.ts +26 -0
- package/models/paginated-mtn-list.ts +26 -0
- package/models/paginated-org-list.ts +26 -0
- package/models/paginated-site-list.ts +26 -0
- package/models/paper-signature.ts +24 -0
- package/models/patched-profile.ts +28 -0
- package/models/patched-rcrainfo-profile.ts +32 -0
- package/models/profile.ts +28 -0
- package/models/quicker-sign.ts +28 -0
- package/models/rcra-address.ts +29 -0
- package/models/rcra-contact.ts +31 -0
- package/models/rcra-phone.ts +24 -0
- package/models/rcra-site-permission.ts +29 -0
- package/models/rcra-site.ts +54 -0
- package/models/rcrainfo-profile.ts +32 -0
- package/models/signer.ts +34 -0
- package/models/site-manifest-sync-request.ts +20 -0
- package/models/site-manifest-sync-response.ts +20 -0
- package/models/site-type-enum.ts +31 -0
- package/models/site.ts +27 -0
- package/models/status-enum.ts +36 -0
- package/models/trak-user.ts +26 -0
- package/models/transporter.ts +39 -0
- package/models/waste-line.ts +34 -0
- package/package.json +26 -10
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
- package/apis/DefaultApi.ts +0 -176
- package/apis/InfoApi.ts +0 -80
- package/apis/ManifestApi.ts +0 -604
- package/apis/MyProfileApi.ts +0 -63
- package/apis/OrgsApi.ts +0 -172
- package/apis/PegasusApi.ts +0 -336
- package/apis/ProfileApi.ts +0 -229
- package/apis/SiteApi.ts +0 -108
- package/apis/SitesApi.ts +0 -119
- package/apis/SyncApi.ts +0 -55
- package/apis/TeamsApi.ts +0 -673
- package/apis/index.ts +0 -12
- package/docs/AdditionalInfo.md +0 -41
- package/docs/DefaultApi.md +0 -235
- package/docs/ESignature.md +0 -43
- package/docs/Handler.md +0 -41
- package/docs/HandlerSearch.md +0 -34
- package/docs/HandlerSearchSiteTypeEnum.md +0 -31
- package/docs/InfoApi.md +0 -81
- package/docs/Invitation.md +0 -42
- package/docs/LockReasonEnum.md +0 -31
- package/docs/Manifest.md +0 -93
- package/docs/ManifestApi.md +0 -907
- package/docs/ManifestPhone.md +0 -35
- package/docs/Membership.md +0 -42
- package/docs/Mtn.md +0 -39
- package/docs/MyProfileApi.md +0 -73
- package/docs/NullEnum.md +0 -30
- package/docs/OpenInvitation.md +0 -38
- package/docs/Org.md +0 -39
- package/docs/OrgsApi.md +0 -232
- package/docs/PaginatedInvitationList.md +0 -38
- package/docs/PaginatedMtnList.md +0 -38
- package/docs/PaginatedOrgList.md +0 -38
- package/docs/PaginatedSiteList.md +0 -38
- package/docs/PaginatedTeamList.md +0 -38
- package/docs/PaperSignature.md +0 -35
- package/docs/PatchedInvitation.md +0 -42
- package/docs/PatchedProfile.md +0 -35
- package/docs/PatchedRcrainfoProfile.md +0 -45
- package/docs/PatchedTeam.md +0 -48
- package/docs/Price.md +0 -42
- package/docs/Profile.md +0 -35
- package/docs/ProfileApi.md +0 -241
- package/docs/QuickerSign.md +0 -43
- package/docs/RcraAddress.md +0 -45
- package/docs/RcraContact.md +0 -43
- package/docs/RcraPhone.md +0 -35
- package/docs/RcraSite.md +0 -57
- package/docs/RcraSitePermission.md +0 -45
- package/docs/RcraSiteSiteTypeEnum.md +0 -31
- package/docs/RcrainfoProfile.md +0 -45
- package/docs/RoleEnum.md +0 -31
- package/docs/Signer.md +0 -49
- package/docs/Site.md +0 -35
- package/docs/SiteApi.md +0 -147
- package/docs/SiteManifestSyncRequest.md +0 -32
- package/docs/SiteManifestSyncResponse.md +0 -32
- package/docs/SitesApi.md +0 -155
- package/docs/StatusC23Enum.md +0 -31
- package/docs/Subscription.md +0 -51
- package/docs/SubscriptionItem.md +0 -36
- package/docs/SubscriptionStatusEnum.md +0 -31
- package/docs/SyncApi.md +0 -73
- package/docs/Team.md +0 -48
- package/docs/TeamsApi.md +0 -965
- package/docs/TrakUser.md +0 -43
- package/docs/Transporter.md +0 -41
- package/docs/UserInvitationsResponse.md +0 -32
- package/docs/WasteLine.md +0 -55
- package/models/AdditionalInfo.ts +0 -96
- package/models/AggregateEmployeeData.ts +0 -83
- package/models/DepartmentEnum.ts +0 -59
- package/models/ESignature.ts +0 -112
- package/models/Employee.ts +0 -125
- package/models/Handler.ts +0 -126
- package/models/HandlerSearch.ts +0 -84
- package/models/HandlerSearchSiteTypeEnum.ts +0 -57
- package/models/Invitation.ts +0 -116
- package/models/LockReasonEnum.ts +0 -55
- package/models/Manifest.ts +0 -353
- package/models/ManifestPhone.ts +0 -73
- package/models/Membership.ts +0 -115
- package/models/Mtn.ts +0 -98
- package/models/NullEnum.ts +0 -50
- package/models/OpenInvitation.ts +0 -88
- package/models/Org.ts +0 -88
- package/models/PaginatedEmployeeList.ts +0 -98
- package/models/PaginatedInvitationList.ts +0 -98
- package/models/PaginatedMtnList.ts +0 -98
- package/models/PaginatedOrgList.ts +0 -98
- package/models/PaginatedSiteList.ts +0 -98
- package/models/PaginatedTeamList.ts +0 -98
- package/models/PaperSignature.ts +0 -74
- package/models/PatchedEmployee.ts +0 -118
- package/models/PatchedInvitation.ts +0 -112
- package/models/PatchedProfile.ts +0 -79
- package/models/PatchedRcrainfoProfile.ts +0 -119
- package/models/PatchedTeam.ts +0 -143
- package/models/Price.ts +0 -106
- package/models/Profile.ts +0 -80
- package/models/QuickerSign.ts +0 -108
- package/models/RcraAddress.ts +0 -113
- package/models/RcraContact.ts +0 -112
- package/models/RcraPhone.ts +0 -73
- package/models/RcraSite.ts +0 -200
- package/models/RcraSitePermission.ts +0 -121
- package/models/RcraSiteSiteTypeEnum.ts +0 -57
- package/models/RcrainfoProfile.ts +0 -120
- package/models/RoleEnum.ts +0 -53
- package/models/Signer.ts +0 -136
- package/models/Site.ts +0 -81
- package/models/SiteManifestSyncRequest.ts +0 -65
- package/models/SiteManifestSyncResponse.ts +0 -65
- package/models/StatusC23Enum.ts +0 -67
- package/models/StatusEnum.ts +0 -63
- package/models/Subscription.ts +0 -168
- package/models/SubscriptionItem.ts +0 -90
- package/models/SubscriptionStatusEnum.ts +0 -63
- package/models/Team.ts +0 -151
- package/models/TrakUser.ts +0 -106
- package/models/Transporter.ts +0 -120
- package/models/UserInvitationsResponse.ts +0 -73
- package/models/WasteLine.ts +0 -157
- package/runtime.ts +0 -432
|
@@ -0,0 +1,1135 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* trak
|
|
5
|
+
* Hazardous waste tracking application
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.1.1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import type { Configuration } from '../configuration';
|
|
17
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
18
|
+
import globalAxios from 'axios';
|
|
19
|
+
// Some imports not used depending on template conditions
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction, replaceWithSerializableTypeIfNeeded } from '../common';
|
|
22
|
+
// @ts-ignore
|
|
23
|
+
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
|
+
// @ts-ignore
|
|
25
|
+
import type { Manifest } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { PaginatedMtnList } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
29
|
+
import type { QuickerSign } from '../models';
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
import type { SiteManifestSyncRequest } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { SiteManifestSyncResponse } from '../models';
|
|
34
|
+
/**
|
|
35
|
+
* ManifestApi - axios parameter creator
|
|
36
|
+
*/
|
|
37
|
+
export const ManifestApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
38
|
+
return {
|
|
39
|
+
/**
|
|
40
|
+
* Create a hazardous waste manifest.
|
|
41
|
+
* @param {Manifest} manifest
|
|
42
|
+
* @param {*} [options] Override http request option.
|
|
43
|
+
* @throws {RequiredError}
|
|
44
|
+
*/
|
|
45
|
+
manifestCreate: async (manifest: Manifest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
46
|
+
// verify required parameter 'manifest' is not null or undefined
|
|
47
|
+
assertParamExists('manifestCreate', 'manifest', manifest)
|
|
48
|
+
const localVarPath = `/api/v1/manifest`;
|
|
49
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
51
|
+
let baseOptions;
|
|
52
|
+
if (configuration) {
|
|
53
|
+
baseOptions = configuration.baseOptions;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
57
|
+
const localVarHeaderParameter = {} as any;
|
|
58
|
+
const localVarQueryParameter = {} as any;
|
|
59
|
+
|
|
60
|
+
// authentication cookieAuth required
|
|
61
|
+
|
|
62
|
+
// authentication ApiKeyAuth required
|
|
63
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
64
|
+
|
|
65
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
66
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
67
|
+
|
|
68
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
69
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
70
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
71
|
+
localVarRequestOptions.data = serializeDataIfNeeded(manifest, localVarRequestOptions, configuration)
|
|
72
|
+
|
|
73
|
+
return {
|
|
74
|
+
url: toPathString(localVarUrlObj),
|
|
75
|
+
options: localVarRequestOptions,
|
|
76
|
+
};
|
|
77
|
+
},
|
|
78
|
+
/**
|
|
79
|
+
* Electronic Manifest Save View.
|
|
80
|
+
* @param {Manifest} manifest
|
|
81
|
+
* @param {*} [options] Override http request option.
|
|
82
|
+
* @throws {RequiredError}
|
|
83
|
+
*/
|
|
84
|
+
manifestEmanifestCreate: async (manifest: Manifest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
85
|
+
// verify required parameter 'manifest' is not null or undefined
|
|
86
|
+
assertParamExists('manifestEmanifestCreate', 'manifest', manifest)
|
|
87
|
+
const localVarPath = `/api/v1/manifest/emanifest`;
|
|
88
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
89
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
90
|
+
let baseOptions;
|
|
91
|
+
if (configuration) {
|
|
92
|
+
baseOptions = configuration.baseOptions;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
96
|
+
const localVarHeaderParameter = {} as any;
|
|
97
|
+
const localVarQueryParameter = {} as any;
|
|
98
|
+
|
|
99
|
+
// authentication cookieAuth required
|
|
100
|
+
|
|
101
|
+
// authentication ApiKeyAuth required
|
|
102
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
103
|
+
|
|
104
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
105
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
106
|
+
|
|
107
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
108
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
109
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
110
|
+
localVarRequestOptions.data = serializeDataIfNeeded(manifest, localVarRequestOptions, configuration)
|
|
111
|
+
|
|
112
|
+
return {
|
|
113
|
+
url: toPathString(localVarUrlObj),
|
|
114
|
+
options: localVarRequestOptions,
|
|
115
|
+
};
|
|
116
|
+
},
|
|
117
|
+
/**
|
|
118
|
+
* 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.
|
|
119
|
+
* @param {QuickerSign} quickerSign
|
|
120
|
+
* @param {*} [options] Override http request option.
|
|
121
|
+
* @throws {RequiredError}
|
|
122
|
+
*/
|
|
123
|
+
manifestEmanifestSignCreate: async (quickerSign: QuickerSign, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
124
|
+
// verify required parameter 'quickerSign' is not null or undefined
|
|
125
|
+
assertParamExists('manifestEmanifestSignCreate', 'quickerSign', quickerSign)
|
|
126
|
+
const localVarPath = `/api/v1/manifest/emanifest/sign`;
|
|
127
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
128
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
129
|
+
let baseOptions;
|
|
130
|
+
if (configuration) {
|
|
131
|
+
baseOptions = configuration.baseOptions;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
135
|
+
const localVarHeaderParameter = {} as any;
|
|
136
|
+
const localVarQueryParameter = {} as any;
|
|
137
|
+
|
|
138
|
+
// authentication cookieAuth required
|
|
139
|
+
|
|
140
|
+
// authentication ApiKeyAuth required
|
|
141
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
142
|
+
|
|
143
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
144
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
145
|
+
|
|
146
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
147
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
148
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
149
|
+
localVarRequestOptions.data = serializeDataIfNeeded(quickerSign, localVarRequestOptions, configuration)
|
|
150
|
+
|
|
151
|
+
return {
|
|
152
|
+
url: toPathString(localVarUrlObj),
|
|
153
|
+
options: localVarRequestOptions,
|
|
154
|
+
};
|
|
155
|
+
},
|
|
156
|
+
/**
|
|
157
|
+
* Sync a site\'s manifests with RCRAInfo.
|
|
158
|
+
* @param {SiteManifestSyncRequest} siteManifestSyncRequest
|
|
159
|
+
* @param {*} [options] Override http request option.
|
|
160
|
+
* @throws {RequiredError}
|
|
161
|
+
*/
|
|
162
|
+
manifestEmanifestSyncCreate: async (siteManifestSyncRequest: SiteManifestSyncRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
163
|
+
// verify required parameter 'siteManifestSyncRequest' is not null or undefined
|
|
164
|
+
assertParamExists('manifestEmanifestSyncCreate', 'siteManifestSyncRequest', siteManifestSyncRequest)
|
|
165
|
+
const localVarPath = `/api/v1/manifest/emanifest/sync`;
|
|
166
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
167
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
168
|
+
let baseOptions;
|
|
169
|
+
if (configuration) {
|
|
170
|
+
baseOptions = configuration.baseOptions;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
174
|
+
const localVarHeaderParameter = {} as any;
|
|
175
|
+
const localVarQueryParameter = {} as any;
|
|
176
|
+
|
|
177
|
+
// authentication cookieAuth required
|
|
178
|
+
|
|
179
|
+
// authentication ApiKeyAuth required
|
|
180
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
181
|
+
|
|
182
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
183
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
184
|
+
|
|
185
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
186
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
187
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
188
|
+
localVarRequestOptions.data = serializeDataIfNeeded(siteManifestSyncRequest, localVarRequestOptions, configuration)
|
|
189
|
+
|
|
190
|
+
return {
|
|
191
|
+
url: toPathString(localVarUrlObj),
|
|
192
|
+
options: localVarRequestOptions,
|
|
193
|
+
};
|
|
194
|
+
},
|
|
195
|
+
/**
|
|
196
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
197
|
+
* @param {number} [page] A page number within the paginated result set.
|
|
198
|
+
* @param {*} [options] Override http request option.
|
|
199
|
+
* @throws {RequiredError}
|
|
200
|
+
*/
|
|
201
|
+
manifestMtnList: async (page?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
202
|
+
const localVarPath = `/api/v1/manifest/mtn`;
|
|
203
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
204
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
205
|
+
let baseOptions;
|
|
206
|
+
if (configuration) {
|
|
207
|
+
baseOptions = configuration.baseOptions;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
211
|
+
const localVarHeaderParameter = {} as any;
|
|
212
|
+
const localVarQueryParameter = {} as any;
|
|
213
|
+
|
|
214
|
+
// authentication cookieAuth required
|
|
215
|
+
|
|
216
|
+
// authentication ApiKeyAuth required
|
|
217
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
218
|
+
|
|
219
|
+
if (page !== undefined) {
|
|
220
|
+
localVarQueryParameter['page'] = page;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
224
|
+
|
|
225
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
226
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
227
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
228
|
+
|
|
229
|
+
return {
|
|
230
|
+
url: toPathString(localVarUrlObj),
|
|
231
|
+
options: localVarRequestOptions,
|
|
232
|
+
};
|
|
233
|
+
},
|
|
234
|
+
/**
|
|
235
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
236
|
+
* @param {string} epaId
|
|
237
|
+
* @param {number} [page] A page number within the paginated result set.
|
|
238
|
+
* @param {*} [options] Override http request option.
|
|
239
|
+
* @throws {RequiredError}
|
|
240
|
+
*/
|
|
241
|
+
manifestMtnList2: async (epaId: string, page?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
242
|
+
// verify required parameter 'epaId' is not null or undefined
|
|
243
|
+
assertParamExists('manifestMtnList2', 'epaId', epaId)
|
|
244
|
+
const localVarPath = `/api/v1/manifest/mtn/{epa_id}`
|
|
245
|
+
.replace(`{${"epa_id"}}`, encodeURIComponent(String(epaId)));
|
|
246
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
247
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
248
|
+
let baseOptions;
|
|
249
|
+
if (configuration) {
|
|
250
|
+
baseOptions = configuration.baseOptions;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
254
|
+
const localVarHeaderParameter = {} as any;
|
|
255
|
+
const localVarQueryParameter = {} as any;
|
|
256
|
+
|
|
257
|
+
// authentication cookieAuth required
|
|
258
|
+
|
|
259
|
+
// authentication ApiKeyAuth required
|
|
260
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
261
|
+
|
|
262
|
+
if (page !== undefined) {
|
|
263
|
+
localVarQueryParameter['page'] = page;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
267
|
+
|
|
268
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
269
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
270
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
271
|
+
|
|
272
|
+
return {
|
|
273
|
+
url: toPathString(localVarUrlObj),
|
|
274
|
+
options: localVarRequestOptions,
|
|
275
|
+
};
|
|
276
|
+
},
|
|
277
|
+
/**
|
|
278
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
279
|
+
* @param {string} epaId
|
|
280
|
+
* @param {string} siteType
|
|
281
|
+
* @param {number} [page] A page number within the paginated result set.
|
|
282
|
+
* @param {*} [options] Override http request option.
|
|
283
|
+
* @throws {RequiredError}
|
|
284
|
+
*/
|
|
285
|
+
manifestMtnList3: async (epaId: string, siteType: string, page?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
286
|
+
// verify required parameter 'epaId' is not null or undefined
|
|
287
|
+
assertParamExists('manifestMtnList3', 'epaId', epaId)
|
|
288
|
+
// verify required parameter 'siteType' is not null or undefined
|
|
289
|
+
assertParamExists('manifestMtnList3', 'siteType', siteType)
|
|
290
|
+
const localVarPath = `/api/v1/manifest/mtn/{epa_id}/{site_type}`
|
|
291
|
+
.replace(`{${"epa_id"}}`, encodeURIComponent(String(epaId)))
|
|
292
|
+
.replace(`{${"site_type"}}`, encodeURIComponent(String(siteType)));
|
|
293
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
294
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
295
|
+
let baseOptions;
|
|
296
|
+
if (configuration) {
|
|
297
|
+
baseOptions = configuration.baseOptions;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
301
|
+
const localVarHeaderParameter = {} as any;
|
|
302
|
+
const localVarQueryParameter = {} as any;
|
|
303
|
+
|
|
304
|
+
// authentication cookieAuth required
|
|
305
|
+
|
|
306
|
+
// authentication ApiKeyAuth required
|
|
307
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
308
|
+
|
|
309
|
+
if (page !== undefined) {
|
|
310
|
+
localVarQueryParameter['page'] = page;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
314
|
+
|
|
315
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
316
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
317
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
318
|
+
|
|
319
|
+
return {
|
|
320
|
+
url: toPathString(localVarUrlObj),
|
|
321
|
+
options: localVarRequestOptions,
|
|
322
|
+
};
|
|
323
|
+
},
|
|
324
|
+
/**
|
|
325
|
+
* Retrieve a hazardous waste manifest.
|
|
326
|
+
* @param {string} mtn
|
|
327
|
+
* @param {*} [options] Override http request option.
|
|
328
|
+
* @throws {RequiredError}
|
|
329
|
+
*/
|
|
330
|
+
manifestRetrieve: async (mtn: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
331
|
+
// verify required parameter 'mtn' is not null or undefined
|
|
332
|
+
assertParamExists('manifestRetrieve', 'mtn', mtn)
|
|
333
|
+
const localVarPath = `/api/v1/manifest/{mtn}`
|
|
334
|
+
.replace(`{${"mtn"}}`, encodeURIComponent(String(mtn)));
|
|
335
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
336
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
337
|
+
let baseOptions;
|
|
338
|
+
if (configuration) {
|
|
339
|
+
baseOptions = configuration.baseOptions;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
343
|
+
const localVarHeaderParameter = {} as any;
|
|
344
|
+
const localVarQueryParameter = {} as any;
|
|
345
|
+
|
|
346
|
+
// authentication cookieAuth required
|
|
347
|
+
|
|
348
|
+
// authentication ApiKeyAuth required
|
|
349
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
350
|
+
|
|
351
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
352
|
+
|
|
353
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
354
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
355
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
356
|
+
|
|
357
|
+
return {
|
|
358
|
+
url: toPathString(localVarUrlObj),
|
|
359
|
+
options: localVarRequestOptions,
|
|
360
|
+
};
|
|
361
|
+
},
|
|
362
|
+
/**
|
|
363
|
+
* Update a hazardous waste manifest.
|
|
364
|
+
* @param {string} mtn
|
|
365
|
+
* @param {Manifest} manifest
|
|
366
|
+
* @param {*} [options] Override http request option.
|
|
367
|
+
* @throws {RequiredError}
|
|
368
|
+
*/
|
|
369
|
+
manifestUpdate: async (mtn: string, manifest: Manifest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
370
|
+
// verify required parameter 'mtn' is not null or undefined
|
|
371
|
+
assertParamExists('manifestUpdate', 'mtn', mtn)
|
|
372
|
+
// verify required parameter 'manifest' is not null or undefined
|
|
373
|
+
assertParamExists('manifestUpdate', 'manifest', manifest)
|
|
374
|
+
const localVarPath = `/api/v1/manifest/{mtn}`
|
|
375
|
+
.replace(`{${"mtn"}}`, encodeURIComponent(String(mtn)));
|
|
376
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
377
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
378
|
+
let baseOptions;
|
|
379
|
+
if (configuration) {
|
|
380
|
+
baseOptions = configuration.baseOptions;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
384
|
+
const localVarHeaderParameter = {} as any;
|
|
385
|
+
const localVarQueryParameter = {} as any;
|
|
386
|
+
|
|
387
|
+
// authentication cookieAuth required
|
|
388
|
+
|
|
389
|
+
// authentication ApiKeyAuth required
|
|
390
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
391
|
+
|
|
392
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
393
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
394
|
+
|
|
395
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
396
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
397
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
398
|
+
localVarRequestOptions.data = serializeDataIfNeeded(manifest, localVarRequestOptions, configuration)
|
|
399
|
+
|
|
400
|
+
return {
|
|
401
|
+
url: toPathString(localVarUrlObj),
|
|
402
|
+
options: localVarRequestOptions,
|
|
403
|
+
};
|
|
404
|
+
},
|
|
405
|
+
/**
|
|
406
|
+
* Return a list of DOT Hazard classes, optionally filtered by a query parameter.
|
|
407
|
+
* @param {string} [q] Query
|
|
408
|
+
* @param {*} [options] Override http request option.
|
|
409
|
+
* @throws {RequiredError}
|
|
410
|
+
*/
|
|
411
|
+
manifestWastelineDotClassRetrieve: async (q?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
412
|
+
const localVarPath = `/api/v1/manifest/wasteline/dot/class`;
|
|
413
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
414
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
415
|
+
let baseOptions;
|
|
416
|
+
if (configuration) {
|
|
417
|
+
baseOptions = configuration.baseOptions;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
421
|
+
const localVarHeaderParameter = {} as any;
|
|
422
|
+
const localVarQueryParameter = {} as any;
|
|
423
|
+
|
|
424
|
+
// authentication cookieAuth required
|
|
425
|
+
|
|
426
|
+
// authentication ApiKeyAuth required
|
|
427
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
428
|
+
|
|
429
|
+
if (q !== undefined) {
|
|
430
|
+
localVarQueryParameter['q'] = q;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
434
|
+
|
|
435
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
436
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
437
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
438
|
+
|
|
439
|
+
return {
|
|
440
|
+
url: toPathString(localVarUrlObj),
|
|
441
|
+
options: localVarRequestOptions,
|
|
442
|
+
};
|
|
443
|
+
},
|
|
444
|
+
/**
|
|
445
|
+
* Return a list of DOT ID numbers, optionally filtered by a query parameter.
|
|
446
|
+
* @param {string} [q] Query
|
|
447
|
+
* @param {*} [options] Override http request option.
|
|
448
|
+
* @throws {RequiredError}
|
|
449
|
+
*/
|
|
450
|
+
manifestWastelineDotIdRetrieve: async (q?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
451
|
+
const localVarPath = `/api/v1/manifest/wasteline/dot/id`;
|
|
452
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
453
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
454
|
+
let baseOptions;
|
|
455
|
+
if (configuration) {
|
|
456
|
+
baseOptions = configuration.baseOptions;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
460
|
+
const localVarHeaderParameter = {} as any;
|
|
461
|
+
const localVarQueryParameter = {} as any;
|
|
462
|
+
|
|
463
|
+
// authentication cookieAuth required
|
|
464
|
+
|
|
465
|
+
// authentication ApiKeyAuth required
|
|
466
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
467
|
+
|
|
468
|
+
if (q !== undefined) {
|
|
469
|
+
localVarQueryParameter['q'] = q;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
473
|
+
|
|
474
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
475
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
476
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
477
|
+
|
|
478
|
+
return {
|
|
479
|
+
url: toPathString(localVarUrlObj),
|
|
480
|
+
options: localVarRequestOptions,
|
|
481
|
+
};
|
|
482
|
+
},
|
|
483
|
+
/**
|
|
484
|
+
* Return a list of DOT Proper Shipping Names, optionally filtered by a query parameter.
|
|
485
|
+
* @param {string} [q] Query
|
|
486
|
+
* @param {*} [options] Override http request option.
|
|
487
|
+
* @throws {RequiredError}
|
|
488
|
+
*/
|
|
489
|
+
manifestWastelineDotNameRetrieve: async (q?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
490
|
+
const localVarPath = `/api/v1/manifest/wasteline/dot/name`;
|
|
491
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
492
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
493
|
+
let baseOptions;
|
|
494
|
+
if (configuration) {
|
|
495
|
+
baseOptions = configuration.baseOptions;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
499
|
+
const localVarHeaderParameter = {} as any;
|
|
500
|
+
const localVarQueryParameter = {} as any;
|
|
501
|
+
|
|
502
|
+
// authentication cookieAuth required
|
|
503
|
+
|
|
504
|
+
// authentication ApiKeyAuth required
|
|
505
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
506
|
+
|
|
507
|
+
if (q !== undefined) {
|
|
508
|
+
localVarQueryParameter['q'] = q;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
512
|
+
|
|
513
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
514
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
515
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
516
|
+
|
|
517
|
+
return {
|
|
518
|
+
url: toPathString(localVarUrlObj),
|
|
519
|
+
options: localVarRequestOptions,
|
|
520
|
+
};
|
|
521
|
+
},
|
|
522
|
+
}
|
|
523
|
+
};
|
|
524
|
+
|
|
525
|
+
/**
|
|
526
|
+
* ManifestApi - functional programming interface
|
|
527
|
+
*/
|
|
528
|
+
export const ManifestApiFp = function(configuration?: Configuration) {
|
|
529
|
+
const localVarAxiosParamCreator = ManifestApiAxiosParamCreator(configuration)
|
|
530
|
+
return {
|
|
531
|
+
/**
|
|
532
|
+
* Create a hazardous waste manifest.
|
|
533
|
+
* @param {Manifest} manifest
|
|
534
|
+
* @param {*} [options] Override http request option.
|
|
535
|
+
* @throws {RequiredError}
|
|
536
|
+
*/
|
|
537
|
+
async manifestCreate(manifest: Manifest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Manifest>> {
|
|
538
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.manifestCreate(manifest, options);
|
|
539
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
540
|
+
const localVarOperationServerBasePath = operationServerMap['ManifestApi.manifestCreate']?.[localVarOperationServerIndex]?.url;
|
|
541
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
542
|
+
},
|
|
543
|
+
/**
|
|
544
|
+
* Electronic Manifest Save View.
|
|
545
|
+
* @param {Manifest} manifest
|
|
546
|
+
* @param {*} [options] Override http request option.
|
|
547
|
+
* @throws {RequiredError}
|
|
548
|
+
*/
|
|
549
|
+
async manifestEmanifestCreate(manifest: Manifest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Manifest>> {
|
|
550
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.manifestEmanifestCreate(manifest, options);
|
|
551
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
552
|
+
const localVarOperationServerBasePath = operationServerMap['ManifestApi.manifestEmanifestCreate']?.[localVarOperationServerIndex]?.url;
|
|
553
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
554
|
+
},
|
|
555
|
+
/**
|
|
556
|
+
* 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.
|
|
557
|
+
* @param {QuickerSign} quickerSign
|
|
558
|
+
* @param {*} [options] Override http request option.
|
|
559
|
+
* @throws {RequiredError}
|
|
560
|
+
*/
|
|
561
|
+
async manifestEmanifestSignCreate(quickerSign: QuickerSign, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<QuickerSign>> {
|
|
562
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.manifestEmanifestSignCreate(quickerSign, options);
|
|
563
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
564
|
+
const localVarOperationServerBasePath = operationServerMap['ManifestApi.manifestEmanifestSignCreate']?.[localVarOperationServerIndex]?.url;
|
|
565
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
566
|
+
},
|
|
567
|
+
/**
|
|
568
|
+
* Sync a site\'s manifests with RCRAInfo.
|
|
569
|
+
* @param {SiteManifestSyncRequest} siteManifestSyncRequest
|
|
570
|
+
* @param {*} [options] Override http request option.
|
|
571
|
+
* @throws {RequiredError}
|
|
572
|
+
*/
|
|
573
|
+
async manifestEmanifestSyncCreate(siteManifestSyncRequest: SiteManifestSyncRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SiteManifestSyncResponse>> {
|
|
574
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.manifestEmanifestSyncCreate(siteManifestSyncRequest, options);
|
|
575
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
576
|
+
const localVarOperationServerBasePath = operationServerMap['ManifestApi.manifestEmanifestSyncCreate']?.[localVarOperationServerIndex]?.url;
|
|
577
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
578
|
+
},
|
|
579
|
+
/**
|
|
580
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
581
|
+
* @param {number} [page] A page number within the paginated result set.
|
|
582
|
+
* @param {*} [options] Override http request option.
|
|
583
|
+
* @throws {RequiredError}
|
|
584
|
+
*/
|
|
585
|
+
async manifestMtnList(page?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedMtnList>> {
|
|
586
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.manifestMtnList(page, options);
|
|
587
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
588
|
+
const localVarOperationServerBasePath = operationServerMap['ManifestApi.manifestMtnList']?.[localVarOperationServerIndex]?.url;
|
|
589
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
590
|
+
},
|
|
591
|
+
/**
|
|
592
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
593
|
+
* @param {string} epaId
|
|
594
|
+
* @param {number} [page] A page number within the paginated result set.
|
|
595
|
+
* @param {*} [options] Override http request option.
|
|
596
|
+
* @throws {RequiredError}
|
|
597
|
+
*/
|
|
598
|
+
async manifestMtnList2(epaId: string, page?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedMtnList>> {
|
|
599
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.manifestMtnList2(epaId, page, options);
|
|
600
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
601
|
+
const localVarOperationServerBasePath = operationServerMap['ManifestApi.manifestMtnList2']?.[localVarOperationServerIndex]?.url;
|
|
602
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
603
|
+
},
|
|
604
|
+
/**
|
|
605
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
606
|
+
* @param {string} epaId
|
|
607
|
+
* @param {string} siteType
|
|
608
|
+
* @param {number} [page] A page number within the paginated result set.
|
|
609
|
+
* @param {*} [options] Override http request option.
|
|
610
|
+
* @throws {RequiredError}
|
|
611
|
+
*/
|
|
612
|
+
async manifestMtnList3(epaId: string, siteType: string, page?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedMtnList>> {
|
|
613
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.manifestMtnList3(epaId, siteType, page, options);
|
|
614
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
615
|
+
const localVarOperationServerBasePath = operationServerMap['ManifestApi.manifestMtnList3']?.[localVarOperationServerIndex]?.url;
|
|
616
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
617
|
+
},
|
|
618
|
+
/**
|
|
619
|
+
* Retrieve a hazardous waste manifest.
|
|
620
|
+
* @param {string} mtn
|
|
621
|
+
* @param {*} [options] Override http request option.
|
|
622
|
+
* @throws {RequiredError}
|
|
623
|
+
*/
|
|
624
|
+
async manifestRetrieve(mtn: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Manifest>> {
|
|
625
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.manifestRetrieve(mtn, options);
|
|
626
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
627
|
+
const localVarOperationServerBasePath = operationServerMap['ManifestApi.manifestRetrieve']?.[localVarOperationServerIndex]?.url;
|
|
628
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
629
|
+
},
|
|
630
|
+
/**
|
|
631
|
+
* Update a hazardous waste manifest.
|
|
632
|
+
* @param {string} mtn
|
|
633
|
+
* @param {Manifest} manifest
|
|
634
|
+
* @param {*} [options] Override http request option.
|
|
635
|
+
* @throws {RequiredError}
|
|
636
|
+
*/
|
|
637
|
+
async manifestUpdate(mtn: string, manifest: Manifest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Manifest>> {
|
|
638
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.manifestUpdate(mtn, manifest, options);
|
|
639
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
640
|
+
const localVarOperationServerBasePath = operationServerMap['ManifestApi.manifestUpdate']?.[localVarOperationServerIndex]?.url;
|
|
641
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
642
|
+
},
|
|
643
|
+
/**
|
|
644
|
+
* Return a list of DOT Hazard classes, optionally filtered by a query parameter.
|
|
645
|
+
* @param {string} [q] Query
|
|
646
|
+
* @param {*} [options] Override http request option.
|
|
647
|
+
* @throws {RequiredError}
|
|
648
|
+
*/
|
|
649
|
+
async manifestWastelineDotClassRetrieve(q?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
|
|
650
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.manifestWastelineDotClassRetrieve(q, options);
|
|
651
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
652
|
+
const localVarOperationServerBasePath = operationServerMap['ManifestApi.manifestWastelineDotClassRetrieve']?.[localVarOperationServerIndex]?.url;
|
|
653
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
654
|
+
},
|
|
655
|
+
/**
|
|
656
|
+
* Return a list of DOT ID numbers, optionally filtered by a query parameter.
|
|
657
|
+
* @param {string} [q] Query
|
|
658
|
+
* @param {*} [options] Override http request option.
|
|
659
|
+
* @throws {RequiredError}
|
|
660
|
+
*/
|
|
661
|
+
async manifestWastelineDotIdRetrieve(q?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
|
|
662
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.manifestWastelineDotIdRetrieve(q, options);
|
|
663
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
664
|
+
const localVarOperationServerBasePath = operationServerMap['ManifestApi.manifestWastelineDotIdRetrieve']?.[localVarOperationServerIndex]?.url;
|
|
665
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
666
|
+
},
|
|
667
|
+
/**
|
|
668
|
+
* Return a list of DOT Proper Shipping Names, optionally filtered by a query parameter.
|
|
669
|
+
* @param {string} [q] Query
|
|
670
|
+
* @param {*} [options] Override http request option.
|
|
671
|
+
* @throws {RequiredError}
|
|
672
|
+
*/
|
|
673
|
+
async manifestWastelineDotNameRetrieve(q?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
|
|
674
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.manifestWastelineDotNameRetrieve(q, options);
|
|
675
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
676
|
+
const localVarOperationServerBasePath = operationServerMap['ManifestApi.manifestWastelineDotNameRetrieve']?.[localVarOperationServerIndex]?.url;
|
|
677
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
678
|
+
},
|
|
679
|
+
}
|
|
680
|
+
};
|
|
681
|
+
|
|
682
|
+
/**
|
|
683
|
+
* ManifestApi - factory interface
|
|
684
|
+
*/
|
|
685
|
+
export const ManifestApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
686
|
+
const localVarFp = ManifestApiFp(configuration)
|
|
687
|
+
return {
|
|
688
|
+
/**
|
|
689
|
+
* Create a hazardous waste manifest.
|
|
690
|
+
* @param {ManifestApiManifestCreateRequest} requestParameters Request parameters.
|
|
691
|
+
* @param {*} [options] Override http request option.
|
|
692
|
+
* @throws {RequiredError}
|
|
693
|
+
*/
|
|
694
|
+
manifestCreate(requestParameters: ManifestApiManifestCreateRequest, options?: RawAxiosRequestConfig): AxiosPromise<Manifest> {
|
|
695
|
+
return localVarFp.manifestCreate(requestParameters.manifest, options).then((request) => request(axios, basePath));
|
|
696
|
+
},
|
|
697
|
+
/**
|
|
698
|
+
* Electronic Manifest Save View.
|
|
699
|
+
* @param {ManifestApiManifestEmanifestCreateRequest} requestParameters Request parameters.
|
|
700
|
+
* @param {*} [options] Override http request option.
|
|
701
|
+
* @throws {RequiredError}
|
|
702
|
+
*/
|
|
703
|
+
manifestEmanifestCreate(requestParameters: ManifestApiManifestEmanifestCreateRequest, options?: RawAxiosRequestConfig): AxiosPromise<Manifest> {
|
|
704
|
+
return localVarFp.manifestEmanifestCreate(requestParameters.manifest, options).then((request) => request(axios, basePath));
|
|
705
|
+
},
|
|
706
|
+
/**
|
|
707
|
+
* 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.
|
|
708
|
+
* @param {ManifestApiManifestEmanifestSignCreateRequest} requestParameters Request parameters.
|
|
709
|
+
* @param {*} [options] Override http request option.
|
|
710
|
+
* @throws {RequiredError}
|
|
711
|
+
*/
|
|
712
|
+
manifestEmanifestSignCreate(requestParameters: ManifestApiManifestEmanifestSignCreateRequest, options?: RawAxiosRequestConfig): AxiosPromise<QuickerSign> {
|
|
713
|
+
return localVarFp.manifestEmanifestSignCreate(requestParameters.quickerSign, options).then((request) => request(axios, basePath));
|
|
714
|
+
},
|
|
715
|
+
/**
|
|
716
|
+
* Sync a site\'s manifests with RCRAInfo.
|
|
717
|
+
* @param {ManifestApiManifestEmanifestSyncCreateRequest} requestParameters Request parameters.
|
|
718
|
+
* @param {*} [options] Override http request option.
|
|
719
|
+
* @throws {RequiredError}
|
|
720
|
+
*/
|
|
721
|
+
manifestEmanifestSyncCreate(requestParameters: ManifestApiManifestEmanifestSyncCreateRequest, options?: RawAxiosRequestConfig): AxiosPromise<SiteManifestSyncResponse> {
|
|
722
|
+
return localVarFp.manifestEmanifestSyncCreate(requestParameters.siteManifestSyncRequest, options).then((request) => request(axios, basePath));
|
|
723
|
+
},
|
|
724
|
+
/**
|
|
725
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
726
|
+
* @param {ManifestApiManifestMtnListRequest} requestParameters Request parameters.
|
|
727
|
+
* @param {*} [options] Override http request option.
|
|
728
|
+
* @throws {RequiredError}
|
|
729
|
+
*/
|
|
730
|
+
manifestMtnList(requestParameters: ManifestApiManifestMtnListRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedMtnList> {
|
|
731
|
+
return localVarFp.manifestMtnList(requestParameters.page, options).then((request) => request(axios, basePath));
|
|
732
|
+
},
|
|
733
|
+
/**
|
|
734
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
735
|
+
* @param {ManifestApiManifestMtnList2Request} requestParameters Request parameters.
|
|
736
|
+
* @param {*} [options] Override http request option.
|
|
737
|
+
* @throws {RequiredError}
|
|
738
|
+
*/
|
|
739
|
+
manifestMtnList2(requestParameters: ManifestApiManifestMtnList2Request, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedMtnList> {
|
|
740
|
+
return localVarFp.manifestMtnList2(requestParameters.epaId, requestParameters.page, options).then((request) => request(axios, basePath));
|
|
741
|
+
},
|
|
742
|
+
/**
|
|
743
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
744
|
+
* @param {ManifestApiManifestMtnList3Request} requestParameters Request parameters.
|
|
745
|
+
* @param {*} [options] Override http request option.
|
|
746
|
+
* @throws {RequiredError}
|
|
747
|
+
*/
|
|
748
|
+
manifestMtnList3(requestParameters: ManifestApiManifestMtnList3Request, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedMtnList> {
|
|
749
|
+
return localVarFp.manifestMtnList3(requestParameters.epaId, requestParameters.siteType, requestParameters.page, options).then((request) => request(axios, basePath));
|
|
750
|
+
},
|
|
751
|
+
/**
|
|
752
|
+
* Retrieve a hazardous waste manifest.
|
|
753
|
+
* @param {ManifestApiManifestRetrieveRequest} requestParameters Request parameters.
|
|
754
|
+
* @param {*} [options] Override http request option.
|
|
755
|
+
* @throws {RequiredError}
|
|
756
|
+
*/
|
|
757
|
+
manifestRetrieve(requestParameters: ManifestApiManifestRetrieveRequest, options?: RawAxiosRequestConfig): AxiosPromise<Manifest> {
|
|
758
|
+
return localVarFp.manifestRetrieve(requestParameters.mtn, options).then((request) => request(axios, basePath));
|
|
759
|
+
},
|
|
760
|
+
/**
|
|
761
|
+
* Update a hazardous waste manifest.
|
|
762
|
+
* @param {ManifestApiManifestUpdateRequest} requestParameters Request parameters.
|
|
763
|
+
* @param {*} [options] Override http request option.
|
|
764
|
+
* @throws {RequiredError}
|
|
765
|
+
*/
|
|
766
|
+
manifestUpdate(requestParameters: ManifestApiManifestUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<Manifest> {
|
|
767
|
+
return localVarFp.manifestUpdate(requestParameters.mtn, requestParameters.manifest, options).then((request) => request(axios, basePath));
|
|
768
|
+
},
|
|
769
|
+
/**
|
|
770
|
+
* Return a list of DOT Hazard classes, optionally filtered by a query parameter.
|
|
771
|
+
* @param {ManifestApiManifestWastelineDotClassRetrieveRequest} requestParameters Request parameters.
|
|
772
|
+
* @param {*} [options] Override http request option.
|
|
773
|
+
* @throws {RequiredError}
|
|
774
|
+
*/
|
|
775
|
+
manifestWastelineDotClassRetrieve(requestParameters: ManifestApiManifestWastelineDotClassRetrieveRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>> {
|
|
776
|
+
return localVarFp.manifestWastelineDotClassRetrieve(requestParameters.q, options).then((request) => request(axios, basePath));
|
|
777
|
+
},
|
|
778
|
+
/**
|
|
779
|
+
* Return a list of DOT ID numbers, optionally filtered by a query parameter.
|
|
780
|
+
* @param {ManifestApiManifestWastelineDotIdRetrieveRequest} requestParameters Request parameters.
|
|
781
|
+
* @param {*} [options] Override http request option.
|
|
782
|
+
* @throws {RequiredError}
|
|
783
|
+
*/
|
|
784
|
+
manifestWastelineDotIdRetrieve(requestParameters: ManifestApiManifestWastelineDotIdRetrieveRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>> {
|
|
785
|
+
return localVarFp.manifestWastelineDotIdRetrieve(requestParameters.q, options).then((request) => request(axios, basePath));
|
|
786
|
+
},
|
|
787
|
+
/**
|
|
788
|
+
* Return a list of DOT Proper Shipping Names, optionally filtered by a query parameter.
|
|
789
|
+
* @param {ManifestApiManifestWastelineDotNameRetrieveRequest} requestParameters Request parameters.
|
|
790
|
+
* @param {*} [options] Override http request option.
|
|
791
|
+
* @throws {RequiredError}
|
|
792
|
+
*/
|
|
793
|
+
manifestWastelineDotNameRetrieve(requestParameters: ManifestApiManifestWastelineDotNameRetrieveRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>> {
|
|
794
|
+
return localVarFp.manifestWastelineDotNameRetrieve(requestParameters.q, options).then((request) => request(axios, basePath));
|
|
795
|
+
},
|
|
796
|
+
};
|
|
797
|
+
};
|
|
798
|
+
|
|
799
|
+
/**
|
|
800
|
+
* ManifestApi - interface
|
|
801
|
+
*/
|
|
802
|
+
export interface ManifestApiInterface {
|
|
803
|
+
/**
|
|
804
|
+
* Create a hazardous waste manifest.
|
|
805
|
+
* @param {ManifestApiManifestCreateRequest} requestParameters Request parameters.
|
|
806
|
+
* @param {*} [options] Override http request option.
|
|
807
|
+
* @throws {RequiredError}
|
|
808
|
+
*/
|
|
809
|
+
manifestCreate(requestParameters: ManifestApiManifestCreateRequest, options?: RawAxiosRequestConfig): AxiosPromise<Manifest>;
|
|
810
|
+
|
|
811
|
+
/**
|
|
812
|
+
* Electronic Manifest Save View.
|
|
813
|
+
* @param {ManifestApiManifestEmanifestCreateRequest} requestParameters Request parameters.
|
|
814
|
+
* @param {*} [options] Override http request option.
|
|
815
|
+
* @throws {RequiredError}
|
|
816
|
+
*/
|
|
817
|
+
manifestEmanifestCreate(requestParameters: ManifestApiManifestEmanifestCreateRequest, options?: RawAxiosRequestConfig): AxiosPromise<Manifest>;
|
|
818
|
+
|
|
819
|
+
/**
|
|
820
|
+
* 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.
|
|
821
|
+
* @param {ManifestApiManifestEmanifestSignCreateRequest} requestParameters Request parameters.
|
|
822
|
+
* @param {*} [options] Override http request option.
|
|
823
|
+
* @throws {RequiredError}
|
|
824
|
+
*/
|
|
825
|
+
manifestEmanifestSignCreate(requestParameters: ManifestApiManifestEmanifestSignCreateRequest, options?: RawAxiosRequestConfig): AxiosPromise<QuickerSign>;
|
|
826
|
+
|
|
827
|
+
/**
|
|
828
|
+
* Sync a site\'s manifests with RCRAInfo.
|
|
829
|
+
* @param {ManifestApiManifestEmanifestSyncCreateRequest} requestParameters Request parameters.
|
|
830
|
+
* @param {*} [options] Override http request option.
|
|
831
|
+
* @throws {RequiredError}
|
|
832
|
+
*/
|
|
833
|
+
manifestEmanifestSyncCreate(requestParameters: ManifestApiManifestEmanifestSyncCreateRequest, options?: RawAxiosRequestConfig): AxiosPromise<SiteManifestSyncResponse>;
|
|
834
|
+
|
|
835
|
+
/**
|
|
836
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
837
|
+
* @param {ManifestApiManifestMtnListRequest} requestParameters Request parameters.
|
|
838
|
+
* @param {*} [options] Override http request option.
|
|
839
|
+
* @throws {RequiredError}
|
|
840
|
+
*/
|
|
841
|
+
manifestMtnList(requestParameters?: ManifestApiManifestMtnListRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedMtnList>;
|
|
842
|
+
|
|
843
|
+
/**
|
|
844
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
845
|
+
* @param {ManifestApiManifestMtnList2Request} requestParameters Request parameters.
|
|
846
|
+
* @param {*} [options] Override http request option.
|
|
847
|
+
* @throws {RequiredError}
|
|
848
|
+
*/
|
|
849
|
+
manifestMtnList2(requestParameters: ManifestApiManifestMtnList2Request, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedMtnList>;
|
|
850
|
+
|
|
851
|
+
/**
|
|
852
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
853
|
+
* @param {ManifestApiManifestMtnList3Request} requestParameters Request parameters.
|
|
854
|
+
* @param {*} [options] Override http request option.
|
|
855
|
+
* @throws {RequiredError}
|
|
856
|
+
*/
|
|
857
|
+
manifestMtnList3(requestParameters: ManifestApiManifestMtnList3Request, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedMtnList>;
|
|
858
|
+
|
|
859
|
+
/**
|
|
860
|
+
* Retrieve a hazardous waste manifest.
|
|
861
|
+
* @param {ManifestApiManifestRetrieveRequest} requestParameters Request parameters.
|
|
862
|
+
* @param {*} [options] Override http request option.
|
|
863
|
+
* @throws {RequiredError}
|
|
864
|
+
*/
|
|
865
|
+
manifestRetrieve(requestParameters: ManifestApiManifestRetrieveRequest, options?: RawAxiosRequestConfig): AxiosPromise<Manifest>;
|
|
866
|
+
|
|
867
|
+
/**
|
|
868
|
+
* Update a hazardous waste manifest.
|
|
869
|
+
* @param {ManifestApiManifestUpdateRequest} requestParameters Request parameters.
|
|
870
|
+
* @param {*} [options] Override http request option.
|
|
871
|
+
* @throws {RequiredError}
|
|
872
|
+
*/
|
|
873
|
+
manifestUpdate(requestParameters: ManifestApiManifestUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<Manifest>;
|
|
874
|
+
|
|
875
|
+
/**
|
|
876
|
+
* Return a list of DOT Hazard classes, optionally filtered by a query parameter.
|
|
877
|
+
* @param {ManifestApiManifestWastelineDotClassRetrieveRequest} requestParameters Request parameters.
|
|
878
|
+
* @param {*} [options] Override http request option.
|
|
879
|
+
* @throws {RequiredError}
|
|
880
|
+
*/
|
|
881
|
+
manifestWastelineDotClassRetrieve(requestParameters?: ManifestApiManifestWastelineDotClassRetrieveRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
|
|
882
|
+
|
|
883
|
+
/**
|
|
884
|
+
* Return a list of DOT ID numbers, optionally filtered by a query parameter.
|
|
885
|
+
* @param {ManifestApiManifestWastelineDotIdRetrieveRequest} requestParameters Request parameters.
|
|
886
|
+
* @param {*} [options] Override http request option.
|
|
887
|
+
* @throws {RequiredError}
|
|
888
|
+
*/
|
|
889
|
+
manifestWastelineDotIdRetrieve(requestParameters?: ManifestApiManifestWastelineDotIdRetrieveRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
|
|
890
|
+
|
|
891
|
+
/**
|
|
892
|
+
* Return a list of DOT Proper Shipping Names, optionally filtered by a query parameter.
|
|
893
|
+
* @param {ManifestApiManifestWastelineDotNameRetrieveRequest} requestParameters Request parameters.
|
|
894
|
+
* @param {*} [options] Override http request option.
|
|
895
|
+
* @throws {RequiredError}
|
|
896
|
+
*/
|
|
897
|
+
manifestWastelineDotNameRetrieve(requestParameters?: ManifestApiManifestWastelineDotNameRetrieveRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>>;
|
|
898
|
+
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
/**
|
|
902
|
+
* Request parameters for manifestCreate operation in ManifestApi.
|
|
903
|
+
*/
|
|
904
|
+
export interface ManifestApiManifestCreateRequest {
|
|
905
|
+
readonly manifest: Manifest
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
/**
|
|
909
|
+
* Request parameters for manifestEmanifestCreate operation in ManifestApi.
|
|
910
|
+
*/
|
|
911
|
+
export interface ManifestApiManifestEmanifestCreateRequest {
|
|
912
|
+
readonly manifest: Manifest
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
/**
|
|
916
|
+
* Request parameters for manifestEmanifestSignCreate operation in ManifestApi.
|
|
917
|
+
*/
|
|
918
|
+
export interface ManifestApiManifestEmanifestSignCreateRequest {
|
|
919
|
+
readonly quickerSign: QuickerSign
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
/**
|
|
923
|
+
* Request parameters for manifestEmanifestSyncCreate operation in ManifestApi.
|
|
924
|
+
*/
|
|
925
|
+
export interface ManifestApiManifestEmanifestSyncCreateRequest {
|
|
926
|
+
readonly siteManifestSyncRequest: SiteManifestSyncRequest
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
/**
|
|
930
|
+
* Request parameters for manifestMtnList operation in ManifestApi.
|
|
931
|
+
*/
|
|
932
|
+
export interface ManifestApiManifestMtnListRequest {
|
|
933
|
+
/**
|
|
934
|
+
* A page number within the paginated result set.
|
|
935
|
+
*/
|
|
936
|
+
readonly page?: number
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
/**
|
|
940
|
+
* Request parameters for manifestMtnList2 operation in ManifestApi.
|
|
941
|
+
*/
|
|
942
|
+
export interface ManifestApiManifestMtnList2Request {
|
|
943
|
+
readonly epaId: string
|
|
944
|
+
|
|
945
|
+
/**
|
|
946
|
+
* A page number within the paginated result set.
|
|
947
|
+
*/
|
|
948
|
+
readonly page?: number
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
/**
|
|
952
|
+
* Request parameters for manifestMtnList3 operation in ManifestApi.
|
|
953
|
+
*/
|
|
954
|
+
export interface ManifestApiManifestMtnList3Request {
|
|
955
|
+
readonly epaId: string
|
|
956
|
+
|
|
957
|
+
readonly siteType: string
|
|
958
|
+
|
|
959
|
+
/**
|
|
960
|
+
* A page number within the paginated result set.
|
|
961
|
+
*/
|
|
962
|
+
readonly page?: number
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
/**
|
|
966
|
+
* Request parameters for manifestRetrieve operation in ManifestApi.
|
|
967
|
+
*/
|
|
968
|
+
export interface ManifestApiManifestRetrieveRequest {
|
|
969
|
+
readonly mtn: string
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
/**
|
|
973
|
+
* Request parameters for manifestUpdate operation in ManifestApi.
|
|
974
|
+
*/
|
|
975
|
+
export interface ManifestApiManifestUpdateRequest {
|
|
976
|
+
readonly mtn: string
|
|
977
|
+
|
|
978
|
+
readonly manifest: Manifest
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
/**
|
|
982
|
+
* Request parameters for manifestWastelineDotClassRetrieve operation in ManifestApi.
|
|
983
|
+
*/
|
|
984
|
+
export interface ManifestApiManifestWastelineDotClassRetrieveRequest {
|
|
985
|
+
/**
|
|
986
|
+
* Query
|
|
987
|
+
*/
|
|
988
|
+
readonly q?: string
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
/**
|
|
992
|
+
* Request parameters for manifestWastelineDotIdRetrieve operation in ManifestApi.
|
|
993
|
+
*/
|
|
994
|
+
export interface ManifestApiManifestWastelineDotIdRetrieveRequest {
|
|
995
|
+
/**
|
|
996
|
+
* Query
|
|
997
|
+
*/
|
|
998
|
+
readonly q?: string
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
/**
|
|
1002
|
+
* Request parameters for manifestWastelineDotNameRetrieve operation in ManifestApi.
|
|
1003
|
+
*/
|
|
1004
|
+
export interface ManifestApiManifestWastelineDotNameRetrieveRequest {
|
|
1005
|
+
/**
|
|
1006
|
+
* Query
|
|
1007
|
+
*/
|
|
1008
|
+
readonly q?: string
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
/**
|
|
1012
|
+
* ManifestApi - object-oriented interface
|
|
1013
|
+
*/
|
|
1014
|
+
export class ManifestApi extends BaseAPI implements ManifestApiInterface {
|
|
1015
|
+
/**
|
|
1016
|
+
* Create a hazardous waste manifest.
|
|
1017
|
+
* @param {ManifestApiManifestCreateRequest} requestParameters Request parameters.
|
|
1018
|
+
* @param {*} [options] Override http request option.
|
|
1019
|
+
* @throws {RequiredError}
|
|
1020
|
+
*/
|
|
1021
|
+
public manifestCreate(requestParameters: ManifestApiManifestCreateRequest, options?: RawAxiosRequestConfig) {
|
|
1022
|
+
return ManifestApiFp(this.configuration).manifestCreate(requestParameters.manifest, options).then((request) => request(this.axios, this.basePath));
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
/**
|
|
1026
|
+
* Electronic Manifest Save View.
|
|
1027
|
+
* @param {ManifestApiManifestEmanifestCreateRequest} requestParameters Request parameters.
|
|
1028
|
+
* @param {*} [options] Override http request option.
|
|
1029
|
+
* @throws {RequiredError}
|
|
1030
|
+
*/
|
|
1031
|
+
public manifestEmanifestCreate(requestParameters: ManifestApiManifestEmanifestCreateRequest, options?: RawAxiosRequestConfig) {
|
|
1032
|
+
return ManifestApiFp(this.configuration).manifestEmanifestCreate(requestParameters.manifest, options).then((request) => request(this.axios, this.basePath));
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
/**
|
|
1036
|
+
* 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.
|
|
1037
|
+
* @param {ManifestApiManifestEmanifestSignCreateRequest} requestParameters Request parameters.
|
|
1038
|
+
* @param {*} [options] Override http request option.
|
|
1039
|
+
* @throws {RequiredError}
|
|
1040
|
+
*/
|
|
1041
|
+
public manifestEmanifestSignCreate(requestParameters: ManifestApiManifestEmanifestSignCreateRequest, options?: RawAxiosRequestConfig) {
|
|
1042
|
+
return ManifestApiFp(this.configuration).manifestEmanifestSignCreate(requestParameters.quickerSign, options).then((request) => request(this.axios, this.basePath));
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
/**
|
|
1046
|
+
* Sync a site\'s manifests with RCRAInfo.
|
|
1047
|
+
* @param {ManifestApiManifestEmanifestSyncCreateRequest} requestParameters Request parameters.
|
|
1048
|
+
* @param {*} [options] Override http request option.
|
|
1049
|
+
* @throws {RequiredError}
|
|
1050
|
+
*/
|
|
1051
|
+
public manifestEmanifestSyncCreate(requestParameters: ManifestApiManifestEmanifestSyncCreateRequest, options?: RawAxiosRequestConfig) {
|
|
1052
|
+
return ManifestApiFp(this.configuration).manifestEmanifestSyncCreate(requestParameters.siteManifestSyncRequest, options).then((request) => request(this.axios, this.basePath));
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
/**
|
|
1056
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
1057
|
+
* @param {ManifestApiManifestMtnListRequest} requestParameters Request parameters.
|
|
1058
|
+
* @param {*} [options] Override http request option.
|
|
1059
|
+
* @throws {RequiredError}
|
|
1060
|
+
*/
|
|
1061
|
+
public manifestMtnList(requestParameters: ManifestApiManifestMtnListRequest = {}, options?: RawAxiosRequestConfig) {
|
|
1062
|
+
return ManifestApiFp(this.configuration).manifestMtnList(requestParameters.page, options).then((request) => request(this.axios, this.basePath));
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
/**
|
|
1066
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
1067
|
+
* @param {ManifestApiManifestMtnList2Request} requestParameters Request parameters.
|
|
1068
|
+
* @param {*} [options] Override http request option.
|
|
1069
|
+
* @throws {RequiredError}
|
|
1070
|
+
*/
|
|
1071
|
+
public manifestMtnList2(requestParameters: ManifestApiManifestMtnList2Request, options?: RawAxiosRequestConfig) {
|
|
1072
|
+
return ManifestApiFp(this.configuration).manifestMtnList2(requestParameters.epaId, requestParameters.page, options).then((request) => request(this.axios, this.basePath));
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
/**
|
|
1076
|
+
* List of manifest tracking numbers and select details. Filter by EPA ID and site type.
|
|
1077
|
+
* @param {ManifestApiManifestMtnList3Request} requestParameters Request parameters.
|
|
1078
|
+
* @param {*} [options] Override http request option.
|
|
1079
|
+
* @throws {RequiredError}
|
|
1080
|
+
*/
|
|
1081
|
+
public manifestMtnList3(requestParameters: ManifestApiManifestMtnList3Request, options?: RawAxiosRequestConfig) {
|
|
1082
|
+
return ManifestApiFp(this.configuration).manifestMtnList3(requestParameters.epaId, requestParameters.siteType, requestParameters.page, options).then((request) => request(this.axios, this.basePath));
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
/**
|
|
1086
|
+
* Retrieve a hazardous waste manifest.
|
|
1087
|
+
* @param {ManifestApiManifestRetrieveRequest} requestParameters Request parameters.
|
|
1088
|
+
* @param {*} [options] Override http request option.
|
|
1089
|
+
* @throws {RequiredError}
|
|
1090
|
+
*/
|
|
1091
|
+
public manifestRetrieve(requestParameters: ManifestApiManifestRetrieveRequest, options?: RawAxiosRequestConfig) {
|
|
1092
|
+
return ManifestApiFp(this.configuration).manifestRetrieve(requestParameters.mtn, options).then((request) => request(this.axios, this.basePath));
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
/**
|
|
1096
|
+
* Update a hazardous waste manifest.
|
|
1097
|
+
* @param {ManifestApiManifestUpdateRequest} requestParameters Request parameters.
|
|
1098
|
+
* @param {*} [options] Override http request option.
|
|
1099
|
+
* @throws {RequiredError}
|
|
1100
|
+
*/
|
|
1101
|
+
public manifestUpdate(requestParameters: ManifestApiManifestUpdateRequest, options?: RawAxiosRequestConfig) {
|
|
1102
|
+
return ManifestApiFp(this.configuration).manifestUpdate(requestParameters.mtn, requestParameters.manifest, options).then((request) => request(this.axios, this.basePath));
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
/**
|
|
1106
|
+
* Return a list of DOT Hazard classes, optionally filtered by a query parameter.
|
|
1107
|
+
* @param {ManifestApiManifestWastelineDotClassRetrieveRequest} requestParameters Request parameters.
|
|
1108
|
+
* @param {*} [options] Override http request option.
|
|
1109
|
+
* @throws {RequiredError}
|
|
1110
|
+
*/
|
|
1111
|
+
public manifestWastelineDotClassRetrieve(requestParameters: ManifestApiManifestWastelineDotClassRetrieveRequest = {}, options?: RawAxiosRequestConfig) {
|
|
1112
|
+
return ManifestApiFp(this.configuration).manifestWastelineDotClassRetrieve(requestParameters.q, options).then((request) => request(this.axios, this.basePath));
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
/**
|
|
1116
|
+
* Return a list of DOT ID numbers, optionally filtered by a query parameter.
|
|
1117
|
+
* @param {ManifestApiManifestWastelineDotIdRetrieveRequest} requestParameters Request parameters.
|
|
1118
|
+
* @param {*} [options] Override http request option.
|
|
1119
|
+
* @throws {RequiredError}
|
|
1120
|
+
*/
|
|
1121
|
+
public manifestWastelineDotIdRetrieve(requestParameters: ManifestApiManifestWastelineDotIdRetrieveRequest = {}, options?: RawAxiosRequestConfig) {
|
|
1122
|
+
return ManifestApiFp(this.configuration).manifestWastelineDotIdRetrieve(requestParameters.q, options).then((request) => request(this.axios, this.basePath));
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
/**
|
|
1126
|
+
* Return a list of DOT Proper Shipping Names, optionally filtered by a query parameter.
|
|
1127
|
+
* @param {ManifestApiManifestWastelineDotNameRetrieveRequest} requestParameters Request parameters.
|
|
1128
|
+
* @param {*} [options] Override http request option.
|
|
1129
|
+
* @throws {RequiredError}
|
|
1130
|
+
*/
|
|
1131
|
+
public manifestWastelineDotNameRetrieve(requestParameters: ManifestApiManifestWastelineDotNameRetrieveRequest = {}, options?: RawAxiosRequestConfig) {
|
|
1132
|
+
return ManifestApiFp(this.configuration).manifestWastelineDotNameRetrieve(requestParameters.q, options).then((request) => request(this.axios, this.basePath));
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
|