diff --git a/my-test-package b/my-test-package new file mode 160000 index 0000000..834bffb --- /dev/null +++ b/my-test-package @@ -0,0 +1 @@ +Subproject commit 834bffbb712c4cc494667b9e049e7bd0e2ceb1a6 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 6f4c0ea..8f6dfae 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,7 +1,7 @@ { "name": "kaped_partner_api", "version": "1.2.0", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "node_modules/@ampproject/remapping": { @@ -2776,15 +2776,6 @@ "integrity": "sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==", "dev": true }, - "node_modules/kaped_partner_api": { - "version": "1.2.0", - "resolved": "git+ssh://git@github.com/kapedinc/kaped-javascript.git#078c10dd18f9510d3bc755bc32b9e7333d09c35a", - "license": "Unlicense", - "dependencies": { - "@babel/cli": "^7.0.0", - "superagent": "^5.3.0" - } - }, "node_modules/kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", diff --git a/node_modules/kaped_partner_api/LICENSE b/node_modules/kaped_partner_api/LICENSE deleted file mode 100644 index d926d64..0000000 --- a/node_modules/kaped_partner_api/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 Kaped INC - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/node_modules/kaped_partner_api/README.md b/node_modules/kaped_partner_api/README.md deleted file mode 100644 index 7654aa5..0000000 --- a/node_modules/kaped_partner_api/README.md +++ /dev/null @@ -1,129 +0,0 @@ -# kaped_partner_api - -KapedPartnerApi - JavaScript client for kaped_partner_api -No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) -This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - -- API version: 1.2.0 -- Package version: 1.2.0 -- Build package: io.swagger.codegen.v3.generators.javascript.JavaScriptClientCodegen - -## Installation - -### For [Node.js](https://nodejs.org/) - -#### npm - -To publish the library as a [npm](https://www.npmjs.com/), -please follow the procedure in ["Publishing npm packages"](https://docs.npmjs.com/getting-started/publishing-npm-packages). - -Then install it via: - -```shell -npm install kaped_partner_api --save -``` - -#### git -# -If the library is hosted at a git repository, e.g. -https://github.com/GIT_USER_ID/GIT_REPO_ID -then install it via: - -```shell - npm install GIT_USER_ID/GIT_REPO_ID --save -``` - -### For browser - -The library also works in the browser environment via npm and [browserify](http://browserify.org/). After following -the above steps with Node.js and installing browserify with `npm install -g browserify`, -perform the following (assuming *main.js* is your entry file): - -```shell -browserify main.js > bundle.js -``` - -Then include *bundle.js* in the HTML pages. - -### Webpack Configuration - -Using Webpack you may encounter the following error: "Module not found: Error: -Cannot resolve module", most certainly you should disable AMD loader. Add/merge -the following section to your webpack config: - -```javascript -module: { - rules: [ - { - parser: { - amd: false - } - } - ] -} -``` - -## Getting Started - -Please follow the [installation](#installation) instruction and execute the following JS code: - -```javascript -var KapedPartnerApi = require('kaped_partner_api'); -var defaultClient = KapedPartnerApi.ApiClient.instance; - - -var api = new KapedPartnerApi.RESTCallsApi() -var apiKey = "apiKey_example"; // {String} - -var callback = function(error, data, response) { - if (error) { - console.error(error); - } else { - console.log('API called successfully.'); - } -}; -api.activeCardGet(apiKey, callback); -``` - -## Documentation for API Endpoints - -All URIs are relative to *https://api.kaped.io/partner* - -Class | Method | HTTP request | Description ------------- | ------------- | ------------- | ------------- -*KapedPartnerApi.RESTCallsApi* | [**activeCardGet**](docs/RESTCallsApi.md#activeCardGet) | **GET** /active-card | active-card -*KapedPartnerApi.RESTCallsApi* | [**applicationStatusUpdate**](docs/RESTCallsApi.md#applicationStatusUpdate) | **POST** /application-status-update | Application Status Update -*KapedPartnerApi.RESTCallsApi* | [**checkStatusGet**](docs/RESTCallsApi.md#checkStatusGet) | **GET** /check-status | check-status -*KapedPartnerApi.RESTCallsApi* | [**editApplication**](docs/RESTCallsApi.md#editApplication) | **POST** /edit-application | Edit Application -*KapedPartnerApi.RESTCallsApi* | [**editB2B2CApplication**](docs/RESTCallsApi.md#editB2B2CApplication) | **POST** /edit-b2b2c-application | Edit Application -*KapedPartnerApi.RESTCallsApi* | [**listApplicationGet**](docs/RESTCallsApi.md#listApplicationGet) | **GET** /list-application | list-application -*KapedPartnerApi.RESTCallsApi* | [**loginTokenPost**](docs/RESTCallsApi.md#loginTokenPost) | **POST** /login-token | Login -*KapedPartnerApi.RESTCallsApi* | [**resumeApplication**](docs/RESTCallsApi.md#resumeApplication) | **POST** /resume-application | Resume Application -*KapedPartnerApi.RESTCallsApi* | [**singleApplicationGet**](docs/RESTCallsApi.md#singleApplicationGet) | **GET** /single-application | single-application -*KapedPartnerApi.RESTCallsApi* | [**singleCardGet**](docs/RESTCallsApi.md#singleCardGet) | **GET** /single-card | single-card -*KapedPartnerApi.RESTCallsApi* | [**submitApplication**](docs/RESTCallsApi.md#submitApplication) | **POST** /submit-application | Submit Application -*KapedPartnerApi.RESTCallsApi* | [**submitApplicationB2B2C**](docs/RESTCallsApi.md#submitApplicationB2B2C) | **POST** /submit-b2b2c-application | Submit Application B2B2C -*KapedPartnerApi.RESTCallsApi* | [**viewCardDetail**](docs/RESTCallsApi.md#viewCardDetail) | **POST** /view-card-detail | View card Detail - -## Documentation for Models - - - [KapedPartnerApi.ApplicationStatusUpdate](docs/ApplicationStatusUpdate.md) - - [KapedPartnerApi.Business](docs/Business.md) - - [KapedPartnerApi.EditApplication](docs/EditApplication.md) - - [KapedPartnerApi.EditB2b2cApplication](docs/EditB2b2cApplication.md) - - [KapedPartnerApi.Gender](docs/Gender.md) - - [KapedPartnerApi.Login](docs/Login.md) - - [KapedPartnerApi.Ownership](docs/Ownership.md) - - [KapedPartnerApi.ResumeApplication](docs/ResumeApplication.md) - - [KapedPartnerApi.SIC](docs/SIC.md) - - [KapedPartnerApi.States](docs/States.md) - - [KapedPartnerApi.SubmitApplication](docs/SubmitApplication.md) - - [KapedPartnerApi.SubmitB2b2cApplication](docs/SubmitB2b2cApplication.md) - - [KapedPartnerApi.ViewCardDetail](docs/ViewCardDetail.md) - -## Documentation for Authorization - - -### bearerAuth - - diff --git a/node_modules/kaped_partner_api/docs/ApplicationStatusUpdate.md b/node_modules/kaped_partner_api/docs/ApplicationStatusUpdate.md deleted file mode 100644 index f237894..0000000 --- a/node_modules/kaped_partner_api/docs/ApplicationStatusUpdate.md +++ /dev/null @@ -1,8 +0,0 @@ -# KapedPartnerApi.ApplicationStatusUpdate - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**applicationID** | **String** | | [optional] -**sentToUnderwriting** | **Boolean** | | [optional] -**reject** | **Boolean** | | [optional] diff --git a/node_modules/kaped_partner_api/docs/Business.md b/node_modules/kaped_partner_api/docs/Business.md deleted file mode 100644 index da47695..0000000 --- a/node_modules/kaped_partner_api/docs/Business.md +++ /dev/null @@ -1,9 +0,0 @@ -# KapedPartnerApi.Business - -## Enum - -* `LLC` (value: `"LLC"`) -* `corporation` (value: `"Corporation"`) -* `nonProfit` (value: `"Non Profit"`) -* `soleProprietor` (value: `"Sole Proprietor"`) -* `government` (value: `"Government"`) diff --git a/node_modules/kaped_partner_api/docs/EditApplication.md b/node_modules/kaped_partner_api/docs/EditApplication.md deleted file mode 100644 index 9b55c78..0000000 --- a/node_modules/kaped_partner_api/docs/EditApplication.md +++ /dev/null @@ -1,31 +0,0 @@ -# KapedPartnerApi.EditApplication - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**applicationID** | **String** | | -**partnerBusinessName** | **String** | | -**partnerDateIncorporated** | **String** | YYYY-MM-DD | -**partnerBusinessType** | [**Business**](Business.md) | | -**partnerBusinessAddress** | **String** | | -**partnerStreet2** | **String** | | [optional] -**partnerGeneralInformationCity** | **String** | | -**partnerGeneralInformationState** | [**States**](States.md) | | -**partnerGeneralInformationZip** | **Number** | | -**partnerWebsite** | **String** | | -**partnerSIC** | [**SIC**](SIC.md) | | -**partnerOwnership** | [**Ownership**](Ownership.md) | | -**partnerBusinessDescription** | **String** | | -**partnerBusinessFax** | **Number** | | [optional] -**partnerInitialCreditLimit** | **Number** | | -**partnerCustomerInformationFirstName** | **String** | | -**partnerCustomerInformationLastName** | **String** | | -**partnerCustomerInformationHomeAddress** | **String** | | -**partnerCustomerInformationHomeStreet2** | **String** | | [optional] -**partnerCustomerInformationState** | [**States**](States.md) | | -**partnerCustomerInformationCity** | **String** | | -**partnercustomerInformationZip** | **Number** | | -**partnerCustomerInformationPercentOwnership** | **Number** | | -**partnerCustomerInformationDOB** | **String** | YYYY-MM-DD | -**haveInsurance** | **Boolean** | | [optional] -**gender** | [**Gender**](Gender.md) | | diff --git a/node_modules/kaped_partner_api/docs/EditB2b2cApplication.md b/node_modules/kaped_partner_api/docs/EditB2b2cApplication.md deleted file mode 100644 index 3eebacb..0000000 --- a/node_modules/kaped_partner_api/docs/EditB2b2cApplication.md +++ /dev/null @@ -1,31 +0,0 @@ -# KapedPartnerApi.EditB2b2cApplication - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**applicationID** | **String** | | -**partnerBusinessName** | **String** | | -**partnerDateIncorporated** | **String** | YYYY-MM-DD | -**partnerBusinessType** | [**Business**](Business.md) | | -**partnerBusinessAddress** | **String** | | -**partnerStreet2** | **String** | | [optional] -**partnerGeneralInformationCity** | **String** | | -**partnerGeneralInformationState** | [**States**](States.md) | | -**partnerGeneralInformationZip** | **Number** | | -**partnerWebsite** | **String** | | -**partnerSIC** | [**SIC**](SIC.md) | | -**partnerOwnership** | [**Ownership**](Ownership.md) | | -**partnerBusinessDescription** | **String** | | -**partnerBusinessFax** | **Number** | | [optional] -**partnerInitialCreditLimit** | **Number** | | -**partnerCustomerInformationFirstName** | **String** | | -**partnerCustomerInformationLastName** | **String** | | -**partnerCustomerInformationHomeAddress** | **String** | | -**partnerCustomerInformationHomeStreet2** | **String** | | [optional] -**partnerCustomerInformationState** | [**States**](States.md) | | -**partnerCustomerInformationCity** | **String** | | -**partnercustomerInformationZip** | **Number** | | -**partnerCustomerInformationPercentOwnership** | **Number** | | -**partnerCustomerInformationDOB** | **String** | YYYY-MM-DD | -**haveInsurance** | **Boolean** | | [optional] -**gender** | [**Gender**](Gender.md) | | diff --git a/node_modules/kaped_partner_api/docs/Gender.md b/node_modules/kaped_partner_api/docs/Gender.md deleted file mode 100644 index db205de..0000000 --- a/node_modules/kaped_partner_api/docs/Gender.md +++ /dev/null @@ -1,7 +0,0 @@ -# KapedPartnerApi.Gender - -## Enum - -* `male` (value: `"Male"`) -* `female` (value: `"Female"`) -* `transgender` (value: `"Transgender"`) diff --git a/node_modules/kaped_partner_api/docs/Login.md b/node_modules/kaped_partner_api/docs/Login.md deleted file mode 100644 index 19c9929..0000000 --- a/node_modules/kaped_partner_api/docs/Login.md +++ /dev/null @@ -1,6 +0,0 @@ -# KapedPartnerApi.Login - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**username** | **String** | | diff --git a/node_modules/kaped_partner_api/docs/Ownership.md b/node_modules/kaped_partner_api/docs/Ownership.md deleted file mode 100644 index f5bfc5c..0000000 --- a/node_modules/kaped_partner_api/docs/Ownership.md +++ /dev/null @@ -1,6 +0,0 @@ -# KapedPartnerApi.Ownership - -## Enum - -* `_public` (value: `"public"`) -* `_private` (value: `"private"`) diff --git a/node_modules/kaped_partner_api/docs/RESTCallsApi.md b/node_modules/kaped_partner_api/docs/RESTCallsApi.md deleted file mode 100644 index a9fd728..0000000 --- a/node_modules/kaped_partner_api/docs/RESTCallsApi.md +++ /dev/null @@ -1,833 +0,0 @@ -# KapedPartnerApi.RESTCallsApi - -All URIs are relative to *https://api.kaped.io/partner* - -Method | HTTP request | Description -------------- | ------------- | ------------- -[**activeCardGet**](RESTCallsApi.md#activeCardGet) | **GET** /active-card | active-card -[**applicationStatusUpdate**](RESTCallsApi.md#applicationStatusUpdate) | **POST** /application-status-update | Application Status Update -[**checkStatusGet**](RESTCallsApi.md#checkStatusGet) | **GET** /check-status | check-status -[**editApplication**](RESTCallsApi.md#editApplication) | **POST** /edit-application | Edit Application -[**editB2B2CApplication**](RESTCallsApi.md#editB2B2CApplication) | **POST** /edit-b2b2c-application | Edit Application -[**listApplicationGet**](RESTCallsApi.md#listApplicationGet) | **GET** /list-application | list-application -[**loginTokenPost**](RESTCallsApi.md#loginTokenPost) | **POST** /login-token | Login -[**resumeApplication**](RESTCallsApi.md#resumeApplication) | **POST** /resume-application | Resume Application -[**singleApplicationGet**](RESTCallsApi.md#singleApplicationGet) | **GET** /single-application | single-application -[**singleCardGet**](RESTCallsApi.md#singleCardGet) | **GET** /single-card | single-card -[**submitApplication**](RESTCallsApi.md#submitApplication) | **POST** /submit-application | Submit Application -[**submitApplicationB2B2C**](RESTCallsApi.md#submitApplicationB2B2C) | **POST** /submit-b2b2c-application | Submit Application B2B2C -[**viewCardDetail**](RESTCallsApi.md#viewCardDetail) | **POST** /view-card-detail | View card Detail - - -# **activeCardGet** -> activeCardGet(apiKey) - -active-card - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; -let defaultClient = KapedPartnerApi.ApiClient.instance; - - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let apiKey = "apiKey_example"; // String | - -apiInstance.activeCardGet(apiKey, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully.'); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **apiKey** | **String**| | - -### Return type - -null (empty response body) - -### Authorization - -[bearerAuth](../README.md#bearerAuth) - -### HTTP request headers - - - **Content-Type**: Not defined - - **Accept**: Not defined - - -# **applicationStatusUpdate** -> applicationStatusUpdate(body, apiKey) - -Application Status Update - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; -let defaultClient = KapedPartnerApi.ApiClient.instance; - - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let body = new KapedPartnerApi.ApplicationStatusUpdate(); // ApplicationStatusUpdate | -let apiKey = "apiKey_example"; // String | - -apiInstance.applicationStatusUpdate(body, apiKey, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully.'); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **body** | [**ApplicationStatusUpdate**](ApplicationStatusUpdate.md)| | - **apiKey** | **String**| | - -### Return type - -null (empty response body) - -### Authorization - -[bearerAuth](../README.md#bearerAuth) - -### HTTP request headers - - - **Content-Type**: application/json - - **Accept**: Not defined - - -# **checkStatusGet** -> checkStatusGet(apiKey, applicationID) - -check-status - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; -let defaultClient = KapedPartnerApi.ApiClient.instance; - - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let apiKey = "apiKey_example"; // String | -let applicationID = "applicationID_example"; // String | - -apiInstance.checkStatusGet(apiKey, applicationID, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully.'); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **apiKey** | **String**| | - **applicationID** | **String**| | - -### Return type - -null (empty response body) - -### Authorization - -[bearerAuth](../README.md#bearerAuth) - -### HTTP request headers - - - **Content-Type**: Not defined - - **Accept**: Not defined - - -# **editApplication** -> EditApplication editApplication(applicationID, partnerBusinessName, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerStreet2, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessFax, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationHomeStreet2, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDOB, haveInsurance, gender, apiKey) - -Edit Application - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; -let defaultClient = KapedPartnerApi.ApiClient.instance; - - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let applicationID = "applicationID_example"; // String | -let partnerBusinessName = "partnerBusinessName_example"; // String | -let partnerDateIncorporated = "partnerDateIncorporated_example"; // String | -let partnerBusinessType = new KapedPartnerApi.Business(); // Business | -let partnerBusinessAddress = "partnerBusinessAddress_example"; // String | -let partnerStreet2 = "partnerStreet2_example"; // String | -let partnerGeneralInformationCity = "partnerGeneralInformationCity_example"; // String | -let partnerGeneralInformationState = new KapedPartnerApi.States(); // States | -let partnerGeneralInformationZip = 56; // Number | -let partnerWebsite = "partnerWebsite_example"; // String | -let partnerSIC = new KapedPartnerApi.SIC(); // SIC | -let partnerOwnership = new KapedPartnerApi.Ownership(); // Ownership | -let partnerBusinessDescription = "partnerBusinessDescription_example"; // String | -let partnerBusinessFax = 56; // Number | -let partnerInitialCreditLimit = 56; // Number | -let partnerCustomerInformationFirstName = "partnerCustomerInformationFirstName_example"; // String | -let partnerCustomerInformationLastName = "partnerCustomerInformationLastName_example"; // String | -let partnerCustomerInformationHomeAddress = "partnerCustomerInformationHomeAddress_example"; // String | -let partnerCustomerInformationHomeStreet2 = "partnerCustomerInformationHomeStreet2_example"; // String | -let partnerCustomerInformationState = new KapedPartnerApi.States(); // States | -let partnerCustomerInformationCity = "partnerCustomerInformationCity_example"; // String | -let partnercustomerInformationZip = 56; // Number | -let partnerCustomerInformationPercentOwnership = 56; // Number | -let partnerCustomerInformationDOB = "partnerCustomerInformationDOB_example"; // String | -let haveInsurance = true; // Boolean | -let gender = new KapedPartnerApi.Gender(); // Gender | -let apiKey = "apiKey_example"; // String | - -apiInstance.editApplication(applicationID, partnerBusinessName, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerStreet2, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessFax, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationHomeStreet2, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDOB, haveInsurance, gender, apiKey, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully. Returned data: ' + data); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **applicationID** | **String**| | - **partnerBusinessName** | **String**| | - **partnerDateIncorporated** | **String**| | - **partnerBusinessType** | [**Business**](.md)| | - **partnerBusinessAddress** | **String**| | - **partnerStreet2** | **String**| | - **partnerGeneralInformationCity** | **String**| | - **partnerGeneralInformationState** | [**States**](.md)| | - **partnerGeneralInformationZip** | **Number**| | - **partnerWebsite** | **String**| | - **partnerSIC** | [**SIC**](.md)| | - **partnerOwnership** | [**Ownership**](.md)| | - **partnerBusinessDescription** | **String**| | - **partnerBusinessFax** | **Number**| | - **partnerInitialCreditLimit** | **Number**| | - **partnerCustomerInformationFirstName** | **String**| | - **partnerCustomerInformationLastName** | **String**| | - **partnerCustomerInformationHomeAddress** | **String**| | - **partnerCustomerInformationHomeStreet2** | **String**| | - **partnerCustomerInformationState** | [**States**](.md)| | - **partnerCustomerInformationCity** | **String**| | - **partnercustomerInformationZip** | **Number**| | - **partnerCustomerInformationPercentOwnership** | **Number**| | - **partnerCustomerInformationDOB** | **String**| | - **haveInsurance** | **Boolean**| | - **gender** | [**Gender**](.md)| | - **apiKey** | **String**| | - -### Return type - -[**EditApplication**](EditApplication.md) - -### Authorization - -[bearerAuth](../README.md#bearerAuth) - -### HTTP request headers - - - **Content-Type**: multipart/form-data - - **Accept**: application/json - - -# **editB2B2CApplication** -> EditB2b2cApplication editB2B2CApplication(applicationID, partnerBusinessName, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerStreet2, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessFax, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationHomeStreet2, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDOB, haveInsurance, gender, apiKey) - -Edit Application - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; -let defaultClient = KapedPartnerApi.ApiClient.instance; - - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let applicationID = "applicationID_example"; // String | -let partnerBusinessName = "partnerBusinessName_example"; // String | -let partnerDateIncorporated = "partnerDateIncorporated_example"; // String | -let partnerBusinessType = new KapedPartnerApi.Business(); // Business | -let partnerBusinessAddress = "partnerBusinessAddress_example"; // String | -let partnerStreet2 = "partnerStreet2_example"; // String | -let partnerGeneralInformationCity = "partnerGeneralInformationCity_example"; // String | -let partnerGeneralInformationState = new KapedPartnerApi.States(); // States | -let partnerGeneralInformationZip = 56; // Number | -let partnerWebsite = "partnerWebsite_example"; // String | -let partnerSIC = new KapedPartnerApi.SIC(); // SIC | -let partnerOwnership = new KapedPartnerApi.Ownership(); // Ownership | -let partnerBusinessDescription = "partnerBusinessDescription_example"; // String | -let partnerBusinessFax = 56; // Number | -let partnerInitialCreditLimit = 56; // Number | -let partnerCustomerInformationFirstName = "partnerCustomerInformationFirstName_example"; // String | -let partnerCustomerInformationLastName = "partnerCustomerInformationLastName_example"; // String | -let partnerCustomerInformationHomeAddress = "partnerCustomerInformationHomeAddress_example"; // String | -let partnerCustomerInformationHomeStreet2 = "partnerCustomerInformationHomeStreet2_example"; // String | -let partnerCustomerInformationState = new KapedPartnerApi.States(); // States | -let partnerCustomerInformationCity = "partnerCustomerInformationCity_example"; // String | -let partnercustomerInformationZip = 56; // Number | -let partnerCustomerInformationPercentOwnership = 56; // Number | -let partnerCustomerInformationDOB = "partnerCustomerInformationDOB_example"; // String | -let haveInsurance = true; // Boolean | -let gender = new KapedPartnerApi.Gender(); // Gender | -let apiKey = "apiKey_example"; // String | - -apiInstance.editB2B2CApplication(applicationID, partnerBusinessName, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerStreet2, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessFax, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationHomeStreet2, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDOB, haveInsurance, gender, apiKey, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully. Returned data: ' + data); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **applicationID** | **String**| | - **partnerBusinessName** | **String**| | - **partnerDateIncorporated** | **String**| | - **partnerBusinessType** | [**Business**](.md)| | - **partnerBusinessAddress** | **String**| | - **partnerStreet2** | **String**| | - **partnerGeneralInformationCity** | **String**| | - **partnerGeneralInformationState** | [**States**](.md)| | - **partnerGeneralInformationZip** | **Number**| | - **partnerWebsite** | **String**| | - **partnerSIC** | [**SIC**](.md)| | - **partnerOwnership** | [**Ownership**](.md)| | - **partnerBusinessDescription** | **String**| | - **partnerBusinessFax** | **Number**| | - **partnerInitialCreditLimit** | **Number**| | - **partnerCustomerInformationFirstName** | **String**| | - **partnerCustomerInformationLastName** | **String**| | - **partnerCustomerInformationHomeAddress** | **String**| | - **partnerCustomerInformationHomeStreet2** | **String**| | - **partnerCustomerInformationState** | [**States**](.md)| | - **partnerCustomerInformationCity** | **String**| | - **partnercustomerInformationZip** | **Number**| | - **partnerCustomerInformationPercentOwnership** | **Number**| | - **partnerCustomerInformationDOB** | **String**| | - **haveInsurance** | **Boolean**| | - **gender** | [**Gender**](.md)| | - **apiKey** | **String**| | - -### Return type - -[**EditB2b2cApplication**](EditB2b2cApplication.md) - -### Authorization - -[bearerAuth](../README.md#bearerAuth) - -### HTTP request headers - - - **Content-Type**: multipart/form-data - - **Accept**: application/json - - -# **listApplicationGet** -> listApplicationGet(apiKey, type) - -list-application - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; -let defaultClient = KapedPartnerApi.ApiClient.instance; - - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let apiKey = "apiKey_example"; // String | -let type = "type_example"; // String | - -apiInstance.listApplicationGet(apiKey, type, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully.'); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **apiKey** | **String**| | - **type** | **String**| | - -### Return type - -null (empty response body) - -### Authorization - -[bearerAuth](../README.md#bearerAuth) - -### HTTP request headers - - - **Content-Type**: Not defined - - **Accept**: Not defined - - -# **loginTokenPost** -> Login loginTokenPost(username, apiKey) - -Login - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let username = "username_example"; // String | -let apiKey = "apiKey_example"; // String | - -apiInstance.loginTokenPost(username, apiKey, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully. Returned data: ' + data); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **username** | **String**| | - **apiKey** | **String**| | - -### Return type - -[**Login**](Login.md) - -### Authorization - -No authorization required - -### HTTP request headers - - - **Content-Type**: multipart/form-data - - **Accept**: application/json - - -# **resumeApplication** -> resumeApplication(body, apiKey) - -Resume Application - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; -let defaultClient = KapedPartnerApi.ApiClient.instance; - - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let body = new KapedPartnerApi.ResumeApplication(); // ResumeApplication | -let apiKey = "apiKey_example"; // String | - -apiInstance.resumeApplication(body, apiKey, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully.'); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **body** | [**ResumeApplication**](ResumeApplication.md)| | - **apiKey** | **String**| | - -### Return type - -null (empty response body) - -### Authorization - -[bearerAuth](../README.md#bearerAuth) - -### HTTP request headers - - - **Content-Type**: application/json - - **Accept**: Not defined - - -# **singleApplicationGet** -> singleApplicationGet(apiKey, applicationID) - -single-application - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; -let defaultClient = KapedPartnerApi.ApiClient.instance; - - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let apiKey = "apiKey_example"; // String | -let applicationID = "applicationID_example"; // String | - -apiInstance.singleApplicationGet(apiKey, applicationID, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully.'); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **apiKey** | **String**| | - **applicationID** | **String**| | - -### Return type - -null (empty response body) - -### Authorization - -[bearerAuth](../README.md#bearerAuth) - -### HTTP request headers - - - **Content-Type**: Not defined - - **Accept**: Not defined - - -# **singleCardGet** -> singleCardGet(apiKey, userUniqueId, month) - -single-card - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; -let defaultClient = KapedPartnerApi.ApiClient.instance; - - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let apiKey = "apiKey_example"; // String | -let userUniqueId = "userUniqueId_example"; // String | -let month = "month_example"; // String | - -apiInstance.singleCardGet(apiKey, userUniqueId, month, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully.'); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **apiKey** | **String**| | - **userUniqueId** | **String**| | - **month** | **String**| | - -### Return type - -null (empty response body) - -### Authorization - -[bearerAuth](../README.md#bearerAuth) - -### HTTP request headers - - - **Content-Type**: Not defined - - **Accept**: Not defined - - -# **submitApplication** -> SubmitApplication submitApplication(applicationType, partnerBusinessName, partnerTaxID, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerStreet2, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessPhone, partnerCustomerSupportEmail, partnerBusinessFax, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationHomeStreet2, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDrivingLicenseNumber, partnerCustomerInformationLicenseDate, partnerCustomerInformationDOB, partnerCustomerInformationSSN, partnerTermsConditions, haveInsurance, gender, EIN, articles, sSNCard, dLFront, dLBack, apiKey) - -Submit Application - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; -let defaultClient = KapedPartnerApi.ApiClient.instance; - - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let applicationType = "applicationType_example"; // String | -let partnerBusinessName = "partnerBusinessName_example"; // String | -let partnerTaxID = 1.2; // Number | -let partnerDateIncorporated = "partnerDateIncorporated_example"; // String | -let partnerBusinessType = new KapedPartnerApi.Business(); // Business | -let partnerBusinessAddress = "partnerBusinessAddress_example"; // String | -let partnerStreet2 = "partnerStreet2_example"; // String | -let partnerGeneralInformationCity = "partnerGeneralInformationCity_example"; // String | -let partnerGeneralInformationState = new KapedPartnerApi.States(); // States | -let partnerGeneralInformationZip = 56; // Number | -let partnerWebsite = "partnerWebsite_example"; // String | -let partnerSIC = new KapedPartnerApi.SIC(); // SIC | -let partnerOwnership = new KapedPartnerApi.Ownership(); // Ownership | -let partnerBusinessDescription = "partnerBusinessDescription_example"; // String | -let partnerBusinessPhone = 56; // Number | -let partnerCustomerSupportEmail = "partnerCustomerSupportEmail_example"; // String | -let partnerBusinessFax = 56; // Number | -let partnerInitialCreditLimit = 56; // Number | -let partnerCustomerInformationFirstName = "partnerCustomerInformationFirstName_example"; // String | -let partnerCustomerInformationLastName = "partnerCustomerInformationLastName_example"; // String | -let partnerCustomerInformationHomeAddress = "partnerCustomerInformationHomeAddress_example"; // String | -let partnerCustomerInformationHomeStreet2 = "partnerCustomerInformationHomeStreet2_example"; // String | -let partnerCustomerInformationState = new KapedPartnerApi.States(); // States | -let partnerCustomerInformationCity = "partnerCustomerInformationCity_example"; // String | -let partnercustomerInformationZip = 56; // Number | -let partnerCustomerInformationPercentOwnership = 56; // Number | -let partnerCustomerInformationDrivingLicenseNumber = "partnerCustomerInformationDrivingLicenseNumber_example"; // String | -let partnerCustomerInformationLicenseDate = "partnerCustomerInformationLicenseDate_example"; // String | -let partnerCustomerInformationDOB = "partnerCustomerInformationDOB_example"; // String | -let partnerCustomerInformationSSN = "partnerCustomerInformationSSN_example"; // String | -let partnerTermsConditions = true; // Boolean | -let haveInsurance = true; // Boolean | -let gender = new KapedPartnerApi.Gender(); // Gender | -let EIN = ["QmFzZTY0IGV4YW1wbGU="]; // [Blob] | -let articles = ["QmFzZTY0IGV4YW1wbGU="]; // [Blob] | -let sSNCard = ["QmFzZTY0IGV4YW1wbGU="]; // [Blob] | -let dLFront = ["QmFzZTY0IGV4YW1wbGU="]; // [Blob] | -let dLBack = ["QmFzZTY0IGV4YW1wbGU="]; // [Blob] | -let apiKey = "apiKey_example"; // String | - -apiInstance.submitApplication(applicationType, partnerBusinessName, partnerTaxID, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerStreet2, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessPhone, partnerCustomerSupportEmail, partnerBusinessFax, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationHomeStreet2, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDrivingLicenseNumber, partnerCustomerInformationLicenseDate, partnerCustomerInformationDOB, partnerCustomerInformationSSN, partnerTermsConditions, haveInsurance, gender, EIN, articles, sSNCard, dLFront, dLBack, apiKey, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully. Returned data: ' + data); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **applicationType** | **String**| | - **partnerBusinessName** | **String**| | - **partnerTaxID** | **Number**| | - **partnerDateIncorporated** | **String**| | - **partnerBusinessType** | [**Business**](.md)| | - **partnerBusinessAddress** | **String**| | - **partnerStreet2** | **String**| | - **partnerGeneralInformationCity** | **String**| | - **partnerGeneralInformationState** | [**States**](.md)| | - **partnerGeneralInformationZip** | **Number**| | - **partnerWebsite** | **String**| | - **partnerSIC** | [**SIC**](.md)| | - **partnerOwnership** | [**Ownership**](.md)| | - **partnerBusinessDescription** | **String**| | - **partnerBusinessPhone** | **Number**| | - **partnerCustomerSupportEmail** | **String**| | - **partnerBusinessFax** | **Number**| | - **partnerInitialCreditLimit** | **Number**| | - **partnerCustomerInformationFirstName** | **String**| | - **partnerCustomerInformationLastName** | **String**| | - **partnerCustomerInformationHomeAddress** | **String**| | - **partnerCustomerInformationHomeStreet2** | **String**| | - **partnerCustomerInformationState** | [**States**](.md)| | - **partnerCustomerInformationCity** | **String**| | - **partnercustomerInformationZip** | **Number**| | - **partnerCustomerInformationPercentOwnership** | **Number**| | - **partnerCustomerInformationDrivingLicenseNumber** | **String**| | - **partnerCustomerInformationLicenseDate** | **String**| | - **partnerCustomerInformationDOB** | **String**| | - **partnerCustomerInformationSSN** | **String**| | - **partnerTermsConditions** | **Boolean**| | - **haveInsurance** | **Boolean**| | - **gender** | [**Gender**](.md)| | - **EIN** | [**[Blob]**](Blob.md)| | - **articles** | [**[Blob]**](Blob.md)| | - **sSNCard** | [**[Blob]**](Blob.md)| | - **dLFront** | [**[Blob]**](Blob.md)| | - **dLBack** | [**[Blob]**](Blob.md)| | - **apiKey** | **String**| | - -### Return type - -[**SubmitApplication**](SubmitApplication.md) - -### Authorization - -[bearerAuth](../README.md#bearerAuth) - -### HTTP request headers - - - **Content-Type**: multipart/form-data - - **Accept**: application/json - - -# **submitApplicationB2B2C** -> SubmitB2b2cApplication submitApplicationB2B2C(applicationType, customerCurrentCity, customerCurrentStreetAddress, customerFirstName, customerMiddleName, customerLastName, customerMaidenName, customerDateOfBirth, customerSSN, customerGender, customerEmail, customerDrivingLicenseNumber, customerCurrentState, customerCurrentZip, customerCurrentYears, customerPersonalPhone, customerHomeType, customerEmployerName, customerPosition, customerBusinessPhone, customerYearsInJob, customerMonthlyIncome, customerOtherIncome, customerSourceOtherIncome, customerHaveInsurance, customerTermsConditions, initialCreditLimit, dLFront, dLBack, apiKey) - -Submit Application B2B2C - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; -let defaultClient = KapedPartnerApi.ApiClient.instance; - - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let applicationType = "applicationType_example"; // String | -let customerCurrentCity = "customerCurrentCity_example"; // String | -let customerCurrentStreetAddress = "customerCurrentStreetAddress_example"; // String | -let customerFirstName = "customerFirstName_example"; // String | -let customerMiddleName = "customerMiddleName_example"; // String | -let customerLastName = "customerLastName_example"; // String | -let customerMaidenName = "customerMaidenName_example"; // String | -let customerDateOfBirth = "customerDateOfBirth_example"; // String | -let customerSSN = 56; // Number | -let customerGender = new KapedPartnerApi.Gender(); // Gender | -let customerEmail = "customerEmail_example"; // String | -let customerDrivingLicenseNumber = 56; // Number | -let customerCurrentState = new KapedPartnerApi.States(); // States | -let customerCurrentZip = 56; // Number | -let customerCurrentYears = 56; // Number | -let customerPersonalPhone = 56; // Number | -let customerHomeType = "customerHomeType_example"; // String | -let customerEmployerName = "customerEmployerName_example"; // String | -let customerPosition = "customerPosition_example"; // String | -let customerBusinessPhone = 56; // Number | -let customerYearsInJob = 56; // Number | -let customerMonthlyIncome = 56; // Number | -let customerOtherIncome = 56; // Number | -let customerSourceOtherIncome = "customerSourceOtherIncome_example"; // String | -let customerHaveInsurance = true; // Boolean | -let customerTermsConditions = true; // Boolean | -let initialCreditLimit = 56; // Number | -let dLFront = ["QmFzZTY0IGV4YW1wbGU="]; // [Blob] | -let dLBack = ["QmFzZTY0IGV4YW1wbGU="]; // [Blob] | -let apiKey = "apiKey_example"; // String | - -apiInstance.submitApplicationB2B2C(applicationType, customerCurrentCity, customerCurrentStreetAddress, customerFirstName, customerMiddleName, customerLastName, customerMaidenName, customerDateOfBirth, customerSSN, customerGender, customerEmail, customerDrivingLicenseNumber, customerCurrentState, customerCurrentZip, customerCurrentYears, customerPersonalPhone, customerHomeType, customerEmployerName, customerPosition, customerBusinessPhone, customerYearsInJob, customerMonthlyIncome, customerOtherIncome, customerSourceOtherIncome, customerHaveInsurance, customerTermsConditions, initialCreditLimit, dLFront, dLBack, apiKey, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully. Returned data: ' + data); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **applicationType** | **String**| | - **customerCurrentCity** | **String**| | - **customerCurrentStreetAddress** | **String**| | - **customerFirstName** | **String**| | - **customerMiddleName** | **String**| | - **customerLastName** | **String**| | - **customerMaidenName** | **String**| | - **customerDateOfBirth** | **String**| | - **customerSSN** | **Number**| | - **customerGender** | [**Gender**](.md)| | - **customerEmail** | **String**| | - **customerDrivingLicenseNumber** | **Number**| | - **customerCurrentState** | [**States**](.md)| | - **customerCurrentZip** | **Number**| | - **customerCurrentYears** | **Number**| | - **customerPersonalPhone** | **Number**| | - **customerHomeType** | **String**| | - **customerEmployerName** | **String**| | - **customerPosition** | **String**| | - **customerBusinessPhone** | **Number**| | - **customerYearsInJob** | **Number**| | - **customerMonthlyIncome** | **Number**| | - **customerOtherIncome** | **Number**| | - **customerSourceOtherIncome** | **String**| | - **customerHaveInsurance** | **Boolean**| | - **customerTermsConditions** | **Boolean**| | - **initialCreditLimit** | **Number**| | - **dLFront** | [**[Blob]**](Blob.md)| | - **dLBack** | [**[Blob]**](Blob.md)| | - **apiKey** | **String**| | - -### Return type - -[**SubmitB2b2cApplication**](SubmitB2b2cApplication.md) - -### Authorization - -[bearerAuth](../README.md#bearerAuth) - -### HTTP request headers - - - **Content-Type**: multipart/form-data - - **Accept**: application/json - - -# **viewCardDetail** -> viewCardDetail(body, apiKey) - -View card Detail - -### Example -```javascript -import {KapedPartnerApi} from 'kaped_partner_api'; -let defaultClient = KapedPartnerApi.ApiClient.instance; - - -let apiInstance = new KapedPartnerApi.RESTCallsApi(); -let body = new KapedPartnerApi.ViewCardDetail(); // ViewCardDetail | -let apiKey = "apiKey_example"; // String | - -apiInstance.viewCardDetail(body, apiKey, (error, data, response) => { - if (error) { - console.error(error); - } else { - console.log('API called successfully.'); - } -}); -``` - -### Parameters - -Name | Type | Description | Notes -------------- | ------------- | ------------- | ------------- - **body** | [**ViewCardDetail**](ViewCardDetail.md)| | - **apiKey** | **String**| | - -### Return type - -null (empty response body) - -### Authorization - -[bearerAuth](../README.md#bearerAuth) - -### HTTP request headers - - - **Content-Type**: application/json - - **Accept**: Not defined - diff --git a/node_modules/kaped_partner_api/docs/ResumeApplication.md b/node_modules/kaped_partner_api/docs/ResumeApplication.md deleted file mode 100644 index e080746..0000000 --- a/node_modules/kaped_partner_api/docs/ResumeApplication.md +++ /dev/null @@ -1,6 +0,0 @@ -# KapedPartnerApi.ResumeApplication - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**applicationID** | **String** | | [optional] diff --git a/node_modules/kaped_partner_api/docs/SIC.md b/node_modules/kaped_partner_api/docs/SIC.md deleted file mode 100644 index 50ea82c..0000000 --- a/node_modules/kaped_partner_api/docs/SIC.md +++ /dev/null @@ -1,448 +0,0 @@ -# KapedPartnerApi.SIC - -## Enum - -* `_100` (value: `100`) -* `_200` (value: `200`) -* `_700` (value: `700`) -* `_800` (value: `800`) -* `_900` (value: `900`) -* `_1000` (value: `1000`) -* `_1040` (value: `1040`) -* `_1090` (value: `1090`) -* `_1220` (value: `1220`) -* `_1221` (value: `1221`) -* `_1311` (value: `1311`) -* `_1381` (value: `1381`) -* `_1382` (value: `1382`) -* `_1389` (value: `1389`) -* `_1400` (value: `1400`) -* `_1520` (value: `1520`) -* `_1531` (value: `1531`) -* `_1540` (value: `1540`) -* `_1600` (value: `1600`) -* `_1623` (value: `1623`) -* `_1700` (value: `1700`) -* `_1731` (value: `1731`) -* `_2000` (value: `2000`) -* `_2011` (value: `2011`) -* `_2013` (value: `2013`) -* `_2015` (value: `2015`) -* `_2020` (value: `2020`) -* `_2024` (value: `2024`) -* `_2030` (value: `2030`) -* `_2033` (value: `2033`) -* `_2040` (value: `2040`) -* `_2050` (value: `2050`) -* `_2052` (value: `2052`) -* `_2060` (value: `2060`) -* `_2070` (value: `2070`) -* `_2080` (value: `2080`) -* `_2082` (value: `2082`) -* `_2086` (value: `2086`) -* `_2090` (value: `2090`) -* `_2092` (value: `2092`) -* `_2100` (value: `2100`) -* `_2111` (value: `2111`) -* `_2200` (value: `2200`) -* `_2211` (value: `2211`) -* `_2221` (value: `2221`) -* `_2250` (value: `2250`) -* `_2253` (value: `2253`) -* `_2273` (value: `2273`) -* `_2300` (value: `2300`) -* `_2320` (value: `2320`) -* `_2330` (value: `2330`) -* `_2340` (value: `2340`) -* `_2390` (value: `2390`) -* `_2400` (value: `2400`) -* `_2421` (value: `2421`) -* `_2430` (value: `2430`) -* `_2451` (value: `2451`) -* `_2452` (value: `2452`) -* `_2510` (value: `2510`) -* `_2511` (value: `2511`) -* `_2520` (value: `2520`) -* `_2522` (value: `2522`) -* `_2531` (value: `2531`) -* `_2540` (value: `2540`) -* `_2590` (value: `2590`) -* `_2600` (value: `2600`) -* `_2611` (value: `2611`) -* `_2621` (value: `2621`) -* `_2631` (value: `2631`) -* `_2650` (value: `2650`) -* `_2670` (value: `2670`) -* `_2673` (value: `2673`) -* `_2711` (value: `2711`) -* `_2721` (value: `2721`) -* `_2731` (value: `2731`) -* `_2732` (value: `2732`) -* `_2741` (value: `2741`) -* `_2750` (value: `2750`) -* `_2761` (value: `2761`) -* `_2771` (value: `2771`) -* `_2780` (value: `2780`) -* `_2790` (value: `2790`) -* `_2800` (value: `2800`) -* `_2810` (value: `2810`) -* `_2820` (value: `2820`) -* `_2821` (value: `2821`) -* `_2833` (value: `2833`) -* `_2834` (value: `2834`) -* `_2835` (value: `2835`) -* `_2836` (value: `2836`) -* `_2840` (value: `2840`) -* `_2842` (value: `2842`) -* `_2844` (value: `2844`) -* `_2851` (value: `2851`) -* `_2860` (value: `2860`) -* `_2870` (value: `2870`) -* `_2890` (value: `2890`) -* `_2891` (value: `2891`) -* `_2911` (value: `2911`) -* `_2950` (value: `2950`) -* `_2990` (value: `2990`) -* `_3011` (value: `3011`) -* `_3021` (value: `3021`) -* `_3050` (value: `3050`) -* `_3060` (value: `3060`) -* `_3080` (value: `3080`) -* `_3081` (value: `3081`) -* `_3086` (value: `3086`) -* `_3089` (value: `3089`) -* `_3100` (value: `3100`) -* `_3140` (value: `3140`) -* `_3211` (value: `3211`) -* `_3220` (value: `3220`) -* `_3221` (value: `3221`) -* `_3231` (value: `3231`) -* `_3241` (value: `3241`) -* `_3250` (value: `3250`) -* `_3260` (value: `3260`) -* `_3270` (value: `3270`) -* `_3272` (value: `3272`) -* `_3281` (value: `3281`) -* `_3290` (value: `3290`) -* `_3310` (value: `3310`) -* `_3312` (value: `3312`) -* `_3317` (value: `3317`) -* `_3320` (value: `3320`) -* `_3330` (value: `3330`) -* `_3334` (value: `3334`) -* `_3341` (value: `3341`) -* `_3350` (value: `3350`) -* `_3357` (value: `3357`) -* `_3360` (value: `3360`) -* `_3390` (value: `3390`) -* `_3411` (value: `3411`) -* `_3412` (value: `3412`) -* `_3420` (value: `3420`) -* `_3430` (value: `3430`) -* `_3433` (value: `3433`) -* `_3440` (value: `3440`) -* `_3442` (value: `3442`) -* `_3443` (value: `3443`) -* `_3444` (value: `3444`) -* `_3448` (value: `3448`) -* `_3451` (value: `3451`) -* `_3452` (value: `3452`) -* `_3460` (value: `3460`) -* `_3470` (value: `3470`) -* `_3480` (value: `3480`) -* `_3490` (value: `3490`) -* `_3510` (value: `3510`) -* `_3523` (value: `3523`) -* `_3524` (value: `3524`) -* `_3530` (value: `3530`) -* `_3531` (value: `3531`) -* `_3532` (value: `3532`) -* `_3533` (value: `3533`) -* `_3537` (value: `3537`) -* `_3540` (value: `3540`) -* `_3541` (value: `3541`) -* `_3550` (value: `3550`) -* `_3555` (value: `3555`) -* `_3559` (value: `3559`) -* `_3560` (value: `3560`) -* `_3561` (value: `3561`) -* `_3562` (value: `3562`) -* `_3564` (value: `3564`) -* `_3567` (value: `3567`) -* `_3569` (value: `3569`) -* `_3570` (value: `3570`) -* `_3571` (value: `3571`) -* `_3572` (value: `3572`) -* `_3575` (value: `3575`) -* `_3576` (value: `3576`) -* `_3577` (value: `3577`) -* `_3578` (value: `3578`) -* `_3579` (value: `3579`) -* `_3580` (value: `3580`) -* `_3585` (value: `3585`) -* `_3590` (value: `3590`) -* `_3600` (value: `3600`) -* `_3612` (value: `3612`) -* `_3613` (value: `3613`) -* `_3620` (value: `3620`) -* `_3621` (value: `3621`) -* `_3630` (value: `3630`) -* `_3634` (value: `3634`) -* `_3640` (value: `3640`) -* `_3651` (value: `3651`) -* `_3652` (value: `3652`) -* `_3661` (value: `3661`) -* `_3663` (value: `3663`) -* `_3669` (value: `3669`) -* `_3670` (value: `3670`) -* `_3672` (value: `3672`) -* `_3674` (value: `3674`) -* `_3677` (value: `3677`) -* `_3678` (value: `3678`) -* `_3679` (value: `3679`) -* `_3690` (value: `3690`) -* `_3695` (value: `3695`) -* `_3711` (value: `3711`) -* `_3713` (value: `3713`) -* `_3714` (value: `3714`) -* `_3715` (value: `3715`) -* `_3716` (value: `3716`) -* `_3720` (value: `3720`) -* `_3721` (value: `3721`) -* `_3724` (value: `3724`) -* `_3728` (value: `3728`) -* `_3730` (value: `3730`) -* `_3743` (value: `3743`) -* `_3751` (value: `3751`) -* `_3760` (value: `3760`) -* `_3790` (value: `3790`) -* `_3812` (value: `3812`) -* `_3821` (value: `3821`) -* `_3822` (value: `3822`) -* `_3823` (value: `3823`) -* `_3824` (value: `3824`) -* `_3825` (value: `3825`) -* `_3826` (value: `3826`) -* `_3827` (value: `3827`) -* `_3829` (value: `3829`) -* `_3841` (value: `3841`) -* `_3842` (value: `3842`) -* `_3843` (value: `3843`) -* `_3844` (value: `3844`) -* `_3845` (value: `3845`) -* `_3851` (value: `3851`) -* `_3861` (value: `3861`) -* `_3873` (value: `3873`) -* `_3910` (value: `3910`) -* `_3911` (value: `3911`) -* `_3931` (value: `3931`) -* `_3942` (value: `3942`) -* `_3944` (value: `3944`) -* `_3949` (value: `3949`) -* `_3950` (value: `3950`) -* `_3960` (value: `3960`) -* `_3990` (value: `3990`) -* `_4011` (value: `4011`) -* `_4013` (value: `4013`) -* `_4100` (value: `4100`) -* `_4210` (value: `4210`) -* `_4213` (value: `4213`) -* `_4220` (value: `4220`) -* `_4231` (value: `4231`) -* `_4400` (value: `4400`) -* `_4412` (value: `4412`) -* `_4512` (value: `4512`) -* `_4513` (value: `4513`) -* `_4522` (value: `4522`) -* `_4581` (value: `4581`) -* `_4610` (value: `4610`) -* `_4700` (value: `4700`) -* `_4731` (value: `4731`) -* `_4812` (value: `4812`) -* `_4813` (value: `4813`) -* `_4822` (value: `4822`) -* `_4832` (value: `4832`) -* `_4833` (value: `4833`) -* `_4841` (value: `4841`) -* `_4899` (value: `4899`) -* `_4900` (value: `4900`) -* `_4911` (value: `4911`) -* `_4922` (value: `4922`) -* `_4923` (value: `4923`) -* `_4924` (value: `4924`) -* `_4931` (value: `4931`) -* `_4932` (value: `4932`) -* `_4941` (value: `4941`) -* `_4950` (value: `4950`) -* `_4953` (value: `4953`) -* `_4955` (value: `4955`) -* `_4961` (value: `4961`) -* `_4991` (value: `4991`) -* `_5000` (value: `5000`) -* `_5010` (value: `5010`) -* `_5013` (value: `5013`) -* `_5020` (value: `5020`) -* `_5030` (value: `5030`) -* `_5031` (value: `5031`) -* `_5040` (value: `5040`) -* `_5045` (value: `5045`) -* `_5047` (value: `5047`) -* `_5050` (value: `5050`) -* `_5051` (value: `5051`) -* `_5063` (value: `5063`) -* `_5064` (value: `5064`) -* `_5065` (value: `5065`) -* `_5070` (value: `5070`) -* `_5072` (value: `5072`) -* `_5080` (value: `5080`) -* `_5082` (value: `5082`) -* `_5084` (value: `5084`) -* `_5090` (value: `5090`) -* `_5094` (value: `5094`) -* `_5099` (value: `5099`) -* `_5110` (value: `5110`) -* `_5122` (value: `5122`) -* `_5130` (value: `5130`) -* `_5140` (value: `5140`) -* `_5141` (value: `5141`) -* `_5150` (value: `5150`) -* `_5160` (value: `5160`) -* `_5171` (value: `5171`) -* `_5172` (value: `5172`) -* `_5180` (value: `5180`) -* `_5190` (value: `5190`) -* `_5200` (value: `5200`) -* `_5211` (value: `5211`) -* `_5271` (value: `5271`) -* `_5311` (value: `5311`) -* `_5331` (value: `5331`) -* `_5399` (value: `5399`) -* `_5400` (value: `5400`) -* `_5411` (value: `5411`) -* `_5412` (value: `5412`) -* `_5500` (value: `5500`) -* `_5531` (value: `5531`) -* `_5600` (value: `5600`) -* `_5621` (value: `5621`) -* `_5651` (value: `5651`) -* `_5661` (value: `5661`) -* `_5700` (value: `5700`) -* `_5712` (value: `5712`) -* `_5731` (value: `5731`) -* `_5734` (value: `5734`) -* `_5735` (value: `5735`) -* `_5810` (value: `5810`) -* `_5812` (value: `5812`) -* `_5900` (value: `5900`) -* `_5912` (value: `5912`) -* `_5940` (value: `5940`) -* `_5944` (value: `5944`) -* `_5945` (value: `5945`) -* `_5960` (value: `5960`) -* `_5961` (value: `5961`) -* `_5990` (value: `5990`) -* `_6021` (value: `6021`) -* `_6022` (value: `6022`) -* `_6029` (value: `6029`) -* `_6035` (value: `6035`) -* `_6036` (value: `6036`) -* `_6099` (value: `6099`) -* `_6111` (value: `6111`) -* `_6141` (value: `6141`) -* `_6153` (value: `6153`) -* `_6159` (value: `6159`) -* `_6162` (value: `6162`) -* `_6163` (value: `6163`) -* `_6172` (value: `6172`) -* `_6189` (value: `6189`) -* `_6199` (value: `6199`) -* `_6200` (value: `6200`) -* `_6211` (value: `6211`) -* `_6221` (value: `6221`) -* `_6282` (value: `6282`) -* `_6311` (value: `6311`) -* `_6321` (value: `6321`) -* `_6324` (value: `6324`) -* `_6331` (value: `6331`) -* `_6351` (value: `6351`) -* `_6361` (value: `6361`) -* `_6399` (value: `6399`) -* `_6411` (value: `6411`) -* `_6500` (value: `6500`) -* `_6510` (value: `6510`) -* `_6512` (value: `6512`) -* `_6513` (value: `6513`) -* `_6519` (value: `6519`) -* `_6531` (value: `6531`) -* `_6532` (value: `6532`) -* `_6552` (value: `6552`) -* `_6770` (value: `6770`) -* `_6792` (value: `6792`) -* `_6794` (value: `6794`) -* `_6795` (value: `6795`) -* `_6798` (value: `6798`) -* `_6799` (value: `6799`) -* `_7000` (value: `7000`) -* `_7011` (value: `7011`) -* `_7200` (value: `7200`) -* `_7310` (value: `7310`) -* `_7311` (value: `7311`) -* `_7320` (value: `7320`) -* `_7330` (value: `7330`) -* `_7331` (value: `7331`) -* `_7340` (value: `7340`) -* `_7350` (value: `7350`) -* `_7359` (value: `7359`) -* `_7361` (value: `7361`) -* `_7363` (value: `7363`) -* `_7370` (value: `7370`) -* `_7371` (value: `7371`) -* `_7372` (value: `7372`) -* `_7373` (value: `7373`) -* `_7374` (value: `7374`) -* `_7377` (value: `7377`) -* `_7380` (value: `7380`) -* `_7381` (value: `7381`) -* `_7384` (value: `7384`) -* `_7385` (value: `7385`) -* `_7389` (value: `7389`) -* `_7500` (value: `7500`) -* `_7510` (value: `7510`) -* `_7600` (value: `7600`) -* `_7812` (value: `7812`) -* `_7819` (value: `7819`) -* `_7822` (value: `7822`) -* `_7829` (value: `7829`) -* `_7830` (value: `7830`) -* `_7841` (value: `7841`) -* `_7900` (value: `7900`) -* `_7948` (value: `7948`) -* `_7990` (value: `7990`) -* `_7997` (value: `7997`) -* `_8000` (value: `8000`) -* `_8011` (value: `8011`) -* `_8050` (value: `8050`) -* `_8051` (value: `8051`) -* `_8060` (value: `8060`) -* `_8062` (value: `8062`) -* `_8071` (value: `8071`) -* `_8082` (value: `8082`) -* `_8090` (value: `8090`) -* `_8093` (value: `8093`) -* `_8111` (value: `8111`) -* `_8200` (value: `8200`) -* `_8300` (value: `8300`) -* `_8351` (value: `8351`) -* `_8600` (value: `8600`) -* `_8700` (value: `8700`) -* `_8711` (value: `8711`) -* `_8731` (value: `8731`) -* `_8734` (value: `8734`) -* `_8741` (value: `8741`) -* `_8742` (value: `8742`) -* `_8744` (value: `8744`) -* `_8880` (value: `8880`) -* `_8888` (value: `8888`) -* `_8900` (value: `8900`) -* `_9721` (value: `9721`) -* `_9995` (value: `9995`) diff --git a/node_modules/kaped_partner_api/docs/States.md b/node_modules/kaped_partner_api/docs/States.md deleted file mode 100644 index 4f37db5..0000000 --- a/node_modules/kaped_partner_api/docs/States.md +++ /dev/null @@ -1,66 +0,0 @@ -# KapedPartnerApi.States - -## Enum - -* `AL` (value: `"AL"`) -* `AK` (value: `"AK"`) -* `AZ` (value: `"AZ"`) -* `AR` (value: `"AR"`) -* `CA` (value: `"CA"`) -* `CO` (value: `"CO"`) -* `CT` (value: `"CT"`) -* `DE` (value: `"DE"`) -* `DC` (value: `"DC"`) -* `FL` (value: `"FL"`) -* `GA` (value: `"GA"`) -* `HI` (value: `"HI"`) -* `ID` (value: `"ID"`) -* `IL` (value: `"IL"`) -* `IN` (value: `"IN"`) -* `IA` (value: `"IA"`) -* `KS` (value: `"KS"`) -* `KY` (value: `"KY"`) -* `LA` (value: `"LA"`) -* `ME` (value: `"ME"`) -* `MD` (value: `"MD"`) -* `MA` (value: `"MA"`) -* `MI` (value: `"MI"`) -* `MN` (value: `"MN"`) -* `MS` (value: `"MS"`) -* `MO` (value: `"MO"`) -* `MT` (value: `"MT"`) -* `NE` (value: `"NE"`) -* `NV` (value: `"NV"`) -* `NH` (value: `"NH"`) -* `NJ` (value: `"NJ"`) -* `NM` (value: `"NM"`) -* `NY` (value: `"NY"`) -* `NC` (value: `"NC"`) -* `ND` (value: `"ND"`) -* `OH` (value: `"OH"`) -* `OK` (value: `"OK"`) -* `OR` (value: `"OR"`) -* `PA` (value: `"PA"`) -* `RI` (value: `"RI"`) -* `SC` (value: `"SC"`) -* `SD` (value: `"SD"`) -* `TN` (value: `"TN"`) -* `TX` (value: `"TX"`) -* `UT` (value: `"UT"`) -* `VT` (value: `"VT"`) -* `VA` (value: `"VA"`) -* `WA` (value: `"WA"`) -* `WV` (value: `"WV"`) -* `WI` (value: `"WI"`) -* `WY` (value: `"WY"`) -* `PR` (value: `"PR"`) -* `VI` (value: `"VI"`) -* `AE` (value: `"AE"`) -* `AA` (value: `"AA"`) -* `AP` (value: `"AP"`) -* `AS` (value: `"AS"`) -* `GU` (value: `"GU"`) -* `PW` (value: `"PW"`) -* `FM` (value: `"FM"`) -* `MP` (value: `"MP"`) -* `MH` (value: `"MH"`) diff --git a/node_modules/kaped_partner_api/docs/SubmitApplication.md b/node_modules/kaped_partner_api/docs/SubmitApplication.md deleted file mode 100644 index d491b7c..0000000 --- a/node_modules/kaped_partner_api/docs/SubmitApplication.md +++ /dev/null @@ -1,43 +0,0 @@ -# KapedPartnerApi.SubmitApplication - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**applicationType** | **String** | B2B2B | -**partnerBusinessName** | **String** | | -**partnerTaxID** | **Number** | | -**partnerDateIncorporated** | **String** | YYYY-MM-DD | -**partnerBusinessType** | [**Business**](Business.md) | | -**partnerBusinessAddress** | **String** | | -**partnerStreet2** | **String** | | [optional] -**partnerGeneralInformationCity** | **String** | | -**partnerGeneralInformationState** | [**States**](States.md) | | -**partnerGeneralInformationZip** | **Number** | | -**partnerWebsite** | **String** | | -**partnerSIC** | [**SIC**](SIC.md) | | -**partnerOwnership** | [**Ownership**](Ownership.md) | | -**partnerBusinessDescription** | **String** | | -**partnerBusinessPhone** | **Number** | | -**partnerCustomerSupportEmail** | **String** | | -**partnerBusinessFax** | **Number** | | [optional] -**partnerInitialCreditLimit** | **Number** | | -**partnerCustomerInformationFirstName** | **String** | | -**partnerCustomerInformationLastName** | **String** | | -**partnerCustomerInformationHomeAddress** | **String** | | -**partnerCustomerInformationHomeStreet2** | **String** | | [optional] -**partnerCustomerInformationState** | [**States**](States.md) | | -**partnerCustomerInformationCity** | **String** | | -**partnercustomerInformationZip** | **Number** | | -**partnerCustomerInformationPercentOwnership** | **Number** | | -**partnerCustomerInformationDrivingLicenseNumber** | **String** | | -**partnerCustomerInformationLicenseDate** | **String** | YYYY-MM-DD | -**partnerCustomerInformationDOB** | **String** | YYYY-MM-DD | -**partnerCustomerInformationSSN** | **String** | | -**partnerTermsConditions** | **Boolean** | | -**haveInsurance** | **Boolean** | | -**gender** | [**Gender**](Gender.md) | | -**EIN** | **[Blob]** | | -**articles** | **[Blob]** | | -**sSNCard** | **[Blob]** | | -**dLFront** | **[Blob]** | | -**dLBack** | **[Blob]** | | diff --git a/node_modules/kaped_partner_api/docs/SubmitB2b2cApplication.md b/node_modules/kaped_partner_api/docs/SubmitB2b2cApplication.md deleted file mode 100644 index 2e6ae82..0000000 --- a/node_modules/kaped_partner_api/docs/SubmitB2b2cApplication.md +++ /dev/null @@ -1,47 +0,0 @@ -# KapedPartnerApi.SubmitB2b2cApplication - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**applicationType** | **String** | B2B2C | -**customerCurrentCity** | **String** | | -**customerCurrentStreetAddress** | **String** | | -**customerFirstName** | **String** | | -**customerMiddleName** | **String** | | -**customerLastName** | **String** | | -**customerMaidenName** | **String** | | [optional] -**customerDateOfBirth** | **String** | YYYY-MM-DD | -**customerSSN** | **Number** | | -**customerGender** | [**Gender**](Gender.md) | | -**customerEmail** | **String** | | -**customerDrivingLicenseNumber** | **Number** | | -**customerCurrentState** | [**States**](States.md) | | -**customerCurrentZip** | **Number** | | -**customerCurrentYears** | **Number** | | -**customerPersonalPhone** | **Number** | | -**customerHomeType** | **String** | Select Home Type | -**customerEmployerName** | **String** | | -**customerPosition** | **String** | | -**customerBusinessPhone** | **Number** | | -**customerYearsInJob** | **Number** | | -**customerMonthlyIncome** | **Number** | | -**customerOtherIncome** | **Number** | | [optional] -**customerSourceOtherIncome** | **String** | | [optional] -**customerHaveInsurance** | **Boolean** | | -**customerTermsConditions** | **Boolean** | | -**initialCreditLimit** | **Number** | | -**dLFront** | **[Blob]** | | -**dLBack** | **[Blob]** | | - - -## Enum: ApplicationTypeEnum - -* `b2B2C` (value: `"B2B2C"`) - - - -## Enum: CustomerHomeTypeEnum - -* `own` (value: `"Own"`) -* `rent` (value: `"Rent"`) - diff --git a/node_modules/kaped_partner_api/docs/ViewCardDetail.md b/node_modules/kaped_partner_api/docs/ViewCardDetail.md deleted file mode 100644 index 3c0204f..0000000 --- a/node_modules/kaped_partner_api/docs/ViewCardDetail.md +++ /dev/null @@ -1,6 +0,0 @@ -# KapedPartnerApi.ViewCardDetail - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**userUniqueId** | **String** | | [optional] diff --git a/node_modules/kaped_partner_api/git_push.sh b/node_modules/kaped_partner_api/git_push.sh deleted file mode 100644 index 0d041ad..0000000 --- a/node_modules/kaped_partner_api/git_push.sh +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/sh -# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/ -# -# Usage example: /bin/sh ./git_push.sh wing328 swagger-petstore-perl "minor update" - -git_user_id=$1 -git_repo_id=$2 -release_note=$3 - -if [ "$git_user_id" = "" ]; then - git_user_id="GIT_USER_ID" - echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id" -fi - -if [ "$git_repo_id" = "" ]; then - git_repo_id="GIT_REPO_ID" - echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id" -fi - -if [ "$release_note" = "" ]; then - release_note="Minor update" - echo "[INFO] No command line input provided. Set \$release_note to $release_note" -fi - -# Initialize the local directory as a Git repository -git init - -# Adds the files in the local repository and stages them for commit. -git add . - -# Commits the tracked changes and prepares them to be pushed to a remote repository. -git commit -m "$release_note" - -# Sets the new remote -git_remote=`git remote` -if [ "$git_remote" = "" ]; then # git remote not defined - - if [ "$GIT_TOKEN" = "" ]; then - echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the Git credential in your environment." - git remote add origin https://github.com/${git_user_id}/${git_repo_id}.git - else - git remote add origin https://${git_user_id}:${GIT_TOKEN}@github.com/${git_user_id}/${git_repo_id}.git - fi - -fi - -git pull origin master - -# Pushes (Forces) the changes in the local repository up to the remote repository -echo "Git pushing to https://github.com/${git_user_id}/${git_repo_id}.git" -git push origin master 2>&1 | grep -v 'To https' - diff --git a/node_modules/kaped_partner_api/mocha.opts b/node_modules/kaped_partner_api/mocha.opts deleted file mode 100644 index 9070118..0000000 --- a/node_modules/kaped_partner_api/mocha.opts +++ /dev/null @@ -1 +0,0 @@ ---timeout 10000 diff --git a/node_modules/kaped_partner_api/package.json b/node_modules/kaped_partner_api/package.json deleted file mode 100644 index 6c7e0e9..0000000 --- a/node_modules/kaped_partner_api/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "kaped_partner_api", - "version": "1.2.0", - "description": "Object", - "license": "Unlicense", - "main": "src/index.js", - "scripts": { - "test": "mocha --require @babel/register --recursive" - }, - "browser": { - "fs": false - }, - "dependencies": { - "@babel/cli": "^7.0.0", - "superagent": "^5.3.0" - }, - "devDependencies": { - "@babel/core": "^7.0.0", - "@babel/plugin-proposal-class-properties": "^7.0.0", - "@babel/plugin-proposal-decorators": "^7.0.0", - "@babel/plugin-proposal-do-expressions": "^7.0.0", - "@babel/plugin-proposal-export-default-from": "^7.0.0", - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", - "@babel/plugin-proposal-function-bind": "^7.0.0", - "@babel/plugin-proposal-function-sent": "^7.0.0", - "@babel/plugin-proposal-json-strings": "^7.0.0", - "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", - "@babel/plugin-proposal-numeric-separator": "^7.0.0", - "@babel/plugin-proposal-optional-chaining": "^7.0.0", - "@babel/plugin-proposal-pipeline-operator": "^7.0.0", - "@babel/plugin-proposal-throw-expressions": "^7.0.0", - "@babel/plugin-syntax-dynamic-import": "^7.0.0", - "@babel/plugin-syntax-import-meta": "^7.0.0", - "@babel/preset-env": "^7.0.0", - "@babel/register": "^7.0.0", - "expect.js": "^0.3.1", - "mocha": "^8.0.1", - "sinon": "^7.2.0" - } -} diff --git a/node_modules/kaped_partner_api/src/ApiClient.js b/node_modules/kaped_partner_api/src/ApiClient.js deleted file mode 100644 index c473f03..0000000 --- a/node_modules/kaped_partner_api/src/ApiClient.js +++ /dev/null @@ -1,584 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import superagent from "superagent"; -import querystring from "querystring"; - -/** -* @module ApiClient -* @version 1.2.0 -*/ - -/** -* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an -* application to use this class directly - the *Api and model classes provide the public API for the service. The -* contents of this file should be regarded as internal but are documented for completeness. -* @alias module:ApiClient -* @class -*/ -export class ApiClient { - constructor() { - /** - * The base URL against which to resolve every API call's (relative) path. - * @type {String} - * @default https://api.kaped.io/partner - */ - this.basePath = 'https://api.kaped.io/partner'.replace(/\/+$/, ''); - - /** - * The authentication methods to be included for all API calls. - * @type {Array.} - */ - this.authentications = { - } - - /** - * The default HTTP headers to be included for all API calls. - * @type {Array.} - * @default {} - */ - this.defaultHeaders = {}; - - /** - * The default HTTP timeout for all API calls. - * @type {Number} - * @default 60000 - */ - this.timeout = 60000; - - /** - * If set to false an additional timestamp parameter is added to all API GET calls to - * prevent browser caching - * @type {Boolean} - * @default true - */ - this.cache = true; - - /** - * If set to true, the client will save the cookies from each server - * response, and return them in the next request. - * @default false - */ - this.enableCookies = false; - - /* - * Used to save and return cookies in a node.js (non-browser) setting, - * if this.enableCookies is set to true. - */ - if (typeof window === 'undefined') { - this.agent = new superagent.agent(); - } - - /* - * Allow user to override superagent agent - */ - this.requestAgent = null; - - } - - /** - * Returns a string representation for an actual parameter. - * @param param The actual parameter. - * @returns {String} The string representation of param. - */ - paramToString(param) { - if (param == undefined || param == null) { - return ''; - } - if (param instanceof Date) { - return param.toJSON(); - } - - return param.toString(); - } - - /** - * Builds full URL by appending the given path to the base URL and replacing path parameter place-holders with parameter values. - * NOTE: query parameters are not handled here. - * @param {String} path The path to append to the base URL. - * @param {Object} pathParams The parameter values to append. - * @returns {String} The encoded path with parameter values substituted. - */ - buildUrl(path, pathParams) { - if (!path.match(/^\//)) { - path = '/' + path; - } - - var url = this.basePath + path; - url = url.replace(/\{([\w-]+)\}/g, (fullMatch, key) => { - var value; - if (pathParams.hasOwnProperty(key)) { - value = this.paramToString(pathParams[key]); - } else { - value = fullMatch; - } - - return encodeURIComponent(value); - }); - - return url; - } - - /** - * Checks whether the given content type represents JSON.
- * JSON content type examples:
- * - * @param {String} contentType The MIME content type to check. - * @returns {Boolean} true if contentType represents JSON, otherwise false. - */ - isJsonMime(contentType) { - return Boolean(contentType != null && contentType.match(/^application\/json(;.*)?$/i)); - } - - /** - * Chooses a content type from the given array, with JSON preferred; i.e. return JSON if included, otherwise return the first. - * @param {Array.} contentTypes - * @returns {String} The chosen content type, preferring JSON. - */ - jsonPreferredMime(contentTypes) { - for (var i = 0; i < contentTypes.length; i++) { - if (this.isJsonMime(contentTypes[i])) { - return contentTypes[i]; - } - } - - return contentTypes[0]; - } - - /** - * Checks whether the given parameter value represents file-like content. - * @param param The parameter to check. - * @returns {Boolean} true if param represents a file. - */ - isFileParam(param) { - // fs.ReadStream in Node.js and Electron (but not in runtime like browserify) - if (typeof require === 'function') { - let fs; - try { - fs = require('fs'); - } catch (err) {} - if (fs && fs.ReadStream && param instanceof fs.ReadStream) { - return true; - } - } - - // Buffer in Node.js - if (typeof Buffer === 'function' && param instanceof Buffer) { - return true; - } - - // Blob in browser - if (typeof Blob === 'function' && param instanceof Blob) { - return true; - } - - // File in browser (it seems File object is also instance of Blob, but keep this for safe) - if (typeof File === 'function' && param instanceof File) { - return true; - } - - return false; - } - - /** - * Normalizes parameter values: - *
    - *
  • remove nils
  • - *
  • keep files and arrays
  • - *
  • format to string with `paramToString` for other cases
  • - *
- * @param {Object.} params The parameters as object properties. - * @returns {Object.} normalized parameters. - */ - normalizeParams(params) { - var newParams = {}; - for (var key in params) { - if (params.hasOwnProperty(key) && params[key] != undefined && params[key] != null) { - var value = params[key]; - if (this.isFileParam(value) || Array.isArray(value)) { - newParams[key] = value; - } else { - newParams[key] = this.paramToString(value); - } - } - } - - return newParams; - } - - /** - * Enumeration of collection format separator strategies. - * @enum {String} - * @readonly - */ - static CollectionFormatEnum = { - /** - * Comma-separated values. Value: csv - * @const - */ - CSV: ',', - - /** - * Space-separated values. Value: ssv - * @const - */ - SSV: ' ', - - /** - * Tab-separated values. Value: tsv - * @const - */ - TSV: '\t', - - /** - * Pipe(|)-separated values. Value: pipes - * @const - */ - PIPES: '|', - - /** - * Native array. Value: multi - * @const - */ - MULTI: 'multi' - }; - - /** - * Builds a string representation of an array-type actual parameter, according to the given collection format. - * @param {Array} param An array parameter. - * @param {module:ApiClient.CollectionFormatEnum} collectionFormat The array element separator strategy. - * @returns {String|Array} A string representation of the supplied collection, using the specified delimiter. Returns - * param as is if collectionFormat is multi. - */ - buildCollectionParam(param, collectionFormat) { - if (param == null) { - return null; - } - switch (collectionFormat) { - case 'csv': - return param.map(this.paramToString).join(','); - case 'ssv': - return param.map(this.paramToString).join(' '); - case 'tsv': - return param.map(this.paramToString).join('\t'); - case 'pipes': - return param.map(this.paramToString).join('|'); - case 'multi': - //return the array directly as SuperAgent will handle it as expected - return param.map(this.paramToString); - default: - throw new Error('Unknown collection format: ' + collectionFormat); - } - } - - /** - * Applies authentication headers to the request. - * @param {Object} request The request object created by a superagent() call. - * @param {Array.} authNames An array of authentication method names. - */ - applyAuthToRequest(request, authNames) { - authNames.forEach((authName) => { - var auth = this.authentications[authName]; - switch (auth.type) { - case 'basic': - if (auth.username || auth.password) { - request.auth(auth.username || '', auth.password || ''); - } - - break; - case 'apiKey': - if (auth.apiKey) { - var data = {}; - if (auth.apiKeyPrefix) { - data[auth.name] = auth.apiKeyPrefix + ' ' + auth.apiKey; - } else { - data[auth.name] = auth.apiKey; - } - - if (auth['in'] === 'header') { - request.set(data); - } else { - request.query(data); - } - } - - break; - case 'oauth2': - if (auth.accessToken) { - request.set({'Authorization': 'Bearer ' + auth.accessToken}); - } - - break; - default: - throw new Error('Unknown authentication type: ' + auth.type); - } - }); - } - - /** - * Deserializes an HTTP response body into a value of the specified type. - * @param {Object} response A SuperAgent response object. - * @param {(String|Array.|Object.|Function)} returnType The type to return. Pass a string for simple types - * or the constructor function for a complex type. Pass an array containing the type name to return an array of that type. To - * return an object, pass an object with one property whose name is the key type and whose value is the corresponding value type: - * all properties on data will be converted to this type. - * @returns A value of the specified type. - */ - deserialize(response, returnType) { - if (response == null || returnType == null || response.status == 204) { - return null; - } - - // Rely on SuperAgent for parsing response body. - // See http://visionmedia.github.io/superagent/#parsing-response-bodies - var data = response.body; - if (data == null || (typeof data === 'object' && typeof data.length === 'undefined' && !Object.keys(data).length)) { - // SuperAgent does not always produce a body; use the unparsed response as a fallback - data = response.text; - } - - return ApiClient.convertToType(data, returnType); - } - - /** - * Callback function to receive the result of the operation. - * @callback module:ApiClient~callApiCallback - * @param {String} error Error message, if any. - * @param data The data returned by the service call. - * @param {String} response The complete HTTP response. - */ - - /** - * Invokes the REST service using the supplied settings and parameters. - * @param {String} path The base URL to invoke. - * @param {String} httpMethod The HTTP method to use. - * @param {Object.} pathParams A map of path parameters and their values. - * @param {Object.} queryParams A map of query parameters and their values. - * @param {Object.} headerParams A map of header parameters and their values. - * @param {Object.} formParams A map of form parameters and their values. - * @param {Object} bodyParam The value to pass as the request body. - * @param {Array.} authNames An array of authentication type names. - * @param {Array.} contentTypes An array of request MIME types. - * @param {Array.} accepts An array of acceptable response MIME types. - * @param {(String|Array|ObjectFunction)} returnType The required type to return; can be a string for simple types or the - * constructor for a complex type. - * @param {module:ApiClient~callApiCallback} callback The callback function. - * @returns {Object} The SuperAgent request object. - */ - callApi(path, httpMethod, pathParams, - queryParams, headerParams, formParams, bodyParam, authNames, contentTypes, accepts, - returnType, callback) { - - var url = this.buildUrl(path, pathParams); - var request = superagent(httpMethod, url); - - // apply authentications - this.applyAuthToRequest(request, authNames); - - // set query parameters - if (httpMethod.toUpperCase() === 'GET' && this.cache === false) { - queryParams['_'] = new Date().getTime(); - } - - request.query(this.normalizeParams(queryParams)); - - // set header parameters - request.set(this.defaultHeaders).set(this.normalizeParams(headerParams)); - - // set requestAgent if it is set by user - if (this.requestAgent) { - request.agent(this.requestAgent); - } - - // set request timeout - request.timeout(this.timeout); - - var contentType = this.jsonPreferredMime(contentTypes); - if (contentType) { - // Issue with superagent and multipart/form-data (https://github.com/visionmedia/superagent/issues/746) - if(contentType != 'multipart/form-data') { - request.type(contentType); - } - } else if (!request.header['Content-Type']) { - request.type('application/json'); - } - - if (contentType === 'application/x-www-form-urlencoded') { - request.send(querystring.stringify(this.normalizeParams(formParams))); - } else if (contentType == 'multipart/form-data') { - var _formParams = this.normalizeParams(formParams); - for (var key in _formParams) { - if (_formParams.hasOwnProperty(key)) { - if (this.isFileParam(_formParams[key])) { - // file field - request.attach(key, _formParams[key]); - } else { - request.field(key, _formParams[key]); - } - } - } - } else if (bodyParam) { - request.send(bodyParam); - } - - var accept = this.jsonPreferredMime(accepts); - if (accept) { - request.accept(accept); - } - - if (returnType === 'Blob') { - request.responseType('blob'); - } else if (returnType === 'String') { - request.responseType('string'); - } - - // Attach previously saved cookies, if enabled - if (this.enableCookies){ - if (typeof window === 'undefined') { - this.agent.attachCookies(request); - } - else { - request.withCredentials(); - } - } - - - - request.end((error, response) => { - if (callback) { - var data = null; - if (!error) { - try { - data = this.deserialize(response, returnType); - if (this.enableCookies && typeof window === 'undefined'){ - this.agent.saveCookies(response); - } - } catch (err) { - error = err; - } - } - - callback(error, data, response); - } - }); - - return request; - } - - /** - * Parses an ISO-8601 string representation of a date value. - * @param {String} str The date value as a string. - * @returns {Date} The parsed date object. - */ - static parseDate(str) { - return new Date(str); - } - - /** - * Converts a value to the specified type. - * @param {(String|Object)} data The data to convert, as a string or object. - * @param {(String|Array.|Object.|Function)} type The type to return. Pass a string for simple types - * or the constructor function for a complex type. Pass an array containing the type name to return an array of that type. To - * return an object, pass an object with one property whose name is the key type and whose value is the corresponding value type: - * all properties on data will be converted to this type. - * @returns An instance of the specified type or null or undefined if data is null or undefined. - */ - static convertToType(data, type) { - if (data === null || data === undefined) - return data - - switch (type) { - case 'Boolean': - return Boolean(data); - case 'Integer': - return parseInt(data, 10); - case 'Number': - return parseFloat(data); - case 'String': - return String(data); - case 'Date': - return ApiClient.parseDate(String(data)); - case 'Blob': - return data; - default: - if (type === Object) { - // generic object, return directly - return data; - } else if (typeof type === 'function') { - // for model type like: User - return type.constructFromObject(data); - } else if (Array.isArray(type)) { - // for array type like: ['String'] - var itemType = type[0]; - - return data.map((item) => { - return ApiClient.convertToType(item, itemType); - }); - } else if (typeof type === 'object') { - // for plain object type like: {'String': 'Integer'} - var keyType, valueType; - for (var k in type) { - if (type.hasOwnProperty(k)) { - keyType = k; - valueType = type[k]; - break; - } - } - - var result = {}; - for (var k in data) { - if (data.hasOwnProperty(k)) { - var key = ApiClient.convertToType(k, keyType); - var value = ApiClient.convertToType(data[k], valueType); - result[key] = value; - } - } - - return result; - } else { - // for unknown type, return the data directly - return data; - } - } - } - - /** - * Constructs a new map or array model from REST data. - * @param data {Object|Array} The REST data. - * @param obj {Object|Array} The target object or array. - */ - static constructFromObject(data, obj, itemType) { - if (Array.isArray(data)) { - for (var i = 0; i < data.length; i++) { - if (data.hasOwnProperty(i)) - obj[i] = ApiClient.convertToType(data[i], itemType); - } - } else { - for (var k in data) { - if (data.hasOwnProperty(k)) - obj[k] = ApiClient.convertToType(data[k], itemType); - } - } - }; -} - -/** -* The default API client implementation. -* @type {module:ApiClient} -*/ -ApiClient.instance = new ApiClient(); diff --git a/node_modules/kaped_partner_api/src/api/RESTCallsApi.js b/node_modules/kaped_partner_api/src/api/RESTCallsApi.js deleted file mode 100644 index 85cde57..0000000 --- a/node_modules/kaped_partner_api/src/api/RESTCallsApi.js +++ /dev/null @@ -1,1280 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from "../ApiClient"; -import {ApplicationStatusUpdate} from '../model/ApplicationStatusUpdate'; -import {Business} from '../model/Business'; -import {EditApplication} from '../model/EditApplication'; -import {EditB2b2cApplication} from '../model/EditB2b2cApplication'; -import {Gender} from '../model/Gender'; -import {Login} from '../model/Login'; -import {Ownership} from '../model/Ownership'; -import {ResumeApplication} from '../model/ResumeApplication'; -import {SIC} from '../model/SIC'; -import {States} from '../model/States'; -import {SubmitApplication} from '../model/SubmitApplication'; -import {SubmitB2b2cApplication} from '../model/SubmitB2b2cApplication'; -import {ViewCardDetail} from '../model/ViewCardDetail'; - -/** -* RESTCalls service. -* @module api/RESTCallsApi -* @version 1.2.0 -*/ -export class RESTCallsApi { - - /** - * Constructs a new RESTCallsApi. - * @alias module:api/RESTCallsApi - * @class - * @param {module:ApiClient} [apiClient] Optional API client implementation to use, - * default to {@link module:ApiClient#instanc - e} if unspecified. - */ - constructor(apiClient) { - this.apiClient = apiClient || ApiClient.instance; - } - - /** - * Callback function to receive the result of the activeCardGet operation. - * @callback moduleapi/RESTCallsApi~activeCardGetCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} response The complete HTTP response. - */ - - /** - * active-card - * @param {String} apiKey - * @param {module:api/RESTCallsApi~activeCardGetCallback} callback The callback function, accepting three arguments: error, data, response - */ - activeCardGet(apiKey, callback) { - - let postBody = null; - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling activeCardGet"); - } - - let pathParams = { - - }; - let queryParams = { - - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - - }; - - let authNames = ['bearerAuth']; - let contentTypes = []; - let accepts = []; - let returnType = null; - - return this.apiClient.callApi( - '/active-card', 'GET', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - /** - * Callback function to receive the result of the applicationStatusUpdate operation. - * @callback moduleapi/RESTCallsApi~applicationStatusUpdateCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} response The complete HTTP response. - */ - - /** - * Application Status Update - * @param {module:model/ApplicationStatusUpdate} body - * @param {String} apiKey - * @param {module:api/RESTCallsApi~applicationStatusUpdateCallback} callback The callback function, accepting three arguments: error, data, response - */ - applicationStatusUpdate(body, apiKey, callback) { - - let postBody = body; - // verify the required parameter 'body' is set - if (body === undefined || body === null) { - throw new Error("Missing the required parameter 'body' when calling applicationStatusUpdate"); - } - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling applicationStatusUpdate"); - } - - let pathParams = { - - }; - let queryParams = { - - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - - }; - - let authNames = ['bearerAuth']; - let contentTypes = ['application/json']; - let accepts = []; - let returnType = null; - - return this.apiClient.callApi( - '/application-status-update', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - /** - * Callback function to receive the result of the checkStatusGet operation. - * @callback moduleapi/RESTCallsApi~checkStatusGetCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} response The complete HTTP response. - */ - - /** - * check-status - * @param {String} apiKey - * @param {String} applicationID - * @param {module:api/RESTCallsApi~checkStatusGetCallback} callback The callback function, accepting three arguments: error, data, response - */ - checkStatusGet(apiKey, applicationID, callback) { - - let postBody = null; - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling checkStatusGet"); - } - // verify the required parameter 'applicationID' is set - if (applicationID === undefined || applicationID === null) { - throw new Error("Missing the required parameter 'applicationID' when calling checkStatusGet"); - } - - let pathParams = { - - }; - let queryParams = { - 'applicationID': applicationID - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - - }; - - let authNames = ['bearerAuth']; - let contentTypes = []; - let accepts = []; - let returnType = null; - - return this.apiClient.callApi( - '/check-status', 'GET', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - /** - * Callback function to receive the result of the editApplication operation. - * @callback moduleapi/RESTCallsApi~editApplicationCallback - * @param {String} error Error message, if any. - * @param {module:model/EditApplication{ data The data returned by the service call. - * @param {String} response The complete HTTP response. - */ - - /** - * Edit Application - * @param {String} applicationID - * @param {String} partnerBusinessName - * @param {String} partnerDateIncorporated - * @param {module:model/Business} partnerBusinessType - * @param {String} partnerBusinessAddress - * @param {String} partnerStreet2 - * @param {String} partnerGeneralInformationCity - * @param {module:model/States} partnerGeneralInformationState - * @param {Number} partnerGeneralInformationZip - * @param {String} partnerWebsite - * @param {module:model/SIC} partnerSIC - * @param {module:model/Ownership} partnerOwnership - * @param {String} partnerBusinessDescription - * @param {Number} partnerBusinessFax - * @param {Number} partnerInitialCreditLimit - * @param {String} partnerCustomerInformationFirstName - * @param {String} partnerCustomerInformationLastName - * @param {String} partnerCustomerInformationHomeAddress - * @param {String} partnerCustomerInformationHomeStreet2 - * @param {module:model/States} partnerCustomerInformationState - * @param {String} partnerCustomerInformationCity - * @param {Number} partnercustomerInformationZip - * @param {Number} partnerCustomerInformationPercentOwnership - * @param {String} partnerCustomerInformationDOB - * @param {Boolean} haveInsurance - * @param {module:model/Gender} gender - * @param {String} apiKey - * @param {module:api/RESTCallsApi~editApplicationCallback} callback The callback function, accepting three arguments: error, data, response - * data is of type: {@link <&vendorExtensions.x-jsdoc-type>} - */ - editApplication(applicationID, partnerBusinessName, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerStreet2, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessFax, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationHomeStreet2, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDOB, haveInsurance, gender, apiKey, callback) { - - let postBody = null; - // verify the required parameter 'applicationID' is set - if (applicationID === undefined || applicationID === null) { - throw new Error("Missing the required parameter 'applicationID' when calling editApplication"); - } - // verify the required parameter 'partnerBusinessName' is set - if (partnerBusinessName === undefined || partnerBusinessName === null) { - throw new Error("Missing the required parameter 'partnerBusinessName' when calling editApplication"); - } - // verify the required parameter 'partnerDateIncorporated' is set - if (partnerDateIncorporated === undefined || partnerDateIncorporated === null) { - throw new Error("Missing the required parameter 'partnerDateIncorporated' when calling editApplication"); - } - // verify the required parameter 'partnerBusinessType' is set - if (partnerBusinessType === undefined || partnerBusinessType === null) { - throw new Error("Missing the required parameter 'partnerBusinessType' when calling editApplication"); - } - // verify the required parameter 'partnerBusinessAddress' is set - if (partnerBusinessAddress === undefined || partnerBusinessAddress === null) { - throw new Error("Missing the required parameter 'partnerBusinessAddress' when calling editApplication"); - } - // verify the required parameter 'partnerStreet2' is set - if (partnerStreet2 === undefined || partnerStreet2 === null) { - throw new Error("Missing the required parameter 'partnerStreet2' when calling editApplication"); - } - // verify the required parameter 'partnerGeneralInformationCity' is set - if (partnerGeneralInformationCity === undefined || partnerGeneralInformationCity === null) { - throw new Error("Missing the required parameter 'partnerGeneralInformationCity' when calling editApplication"); - } - // verify the required parameter 'partnerGeneralInformationState' is set - if (partnerGeneralInformationState === undefined || partnerGeneralInformationState === null) { - throw new Error("Missing the required parameter 'partnerGeneralInformationState' when calling editApplication"); - } - // verify the required parameter 'partnerGeneralInformationZip' is set - if (partnerGeneralInformationZip === undefined || partnerGeneralInformationZip === null) { - throw new Error("Missing the required parameter 'partnerGeneralInformationZip' when calling editApplication"); - } - // verify the required parameter 'partnerWebsite' is set - if (partnerWebsite === undefined || partnerWebsite === null) { - throw new Error("Missing the required parameter 'partnerWebsite' when calling editApplication"); - } - // verify the required parameter 'partnerSIC' is set - if (partnerSIC === undefined || partnerSIC === null) { - throw new Error("Missing the required parameter 'partnerSIC' when calling editApplication"); - } - // verify the required parameter 'partnerOwnership' is set - if (partnerOwnership === undefined || partnerOwnership === null) { - throw new Error("Missing the required parameter 'partnerOwnership' when calling editApplication"); - } - // verify the required parameter 'partnerBusinessDescription' is set - if (partnerBusinessDescription === undefined || partnerBusinessDescription === null) { - throw new Error("Missing the required parameter 'partnerBusinessDescription' when calling editApplication"); - } - // verify the required parameter 'partnerBusinessFax' is set - if (partnerBusinessFax === undefined || partnerBusinessFax === null) { - throw new Error("Missing the required parameter 'partnerBusinessFax' when calling editApplication"); - } - // verify the required parameter 'partnerInitialCreditLimit' is set - if (partnerInitialCreditLimit === undefined || partnerInitialCreditLimit === null) { - throw new Error("Missing the required parameter 'partnerInitialCreditLimit' when calling editApplication"); - } - // verify the required parameter 'partnerCustomerInformationFirstName' is set - if (partnerCustomerInformationFirstName === undefined || partnerCustomerInformationFirstName === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationFirstName' when calling editApplication"); - } - // verify the required parameter 'partnerCustomerInformationLastName' is set - if (partnerCustomerInformationLastName === undefined || partnerCustomerInformationLastName === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationLastName' when calling editApplication"); - } - // verify the required parameter 'partnerCustomerInformationHomeAddress' is set - if (partnerCustomerInformationHomeAddress === undefined || partnerCustomerInformationHomeAddress === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationHomeAddress' when calling editApplication"); - } - // verify the required parameter 'partnerCustomerInformationHomeStreet2' is set - if (partnerCustomerInformationHomeStreet2 === undefined || partnerCustomerInformationHomeStreet2 === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationHomeStreet2' when calling editApplication"); - } - // verify the required parameter 'partnerCustomerInformationState' is set - if (partnerCustomerInformationState === undefined || partnerCustomerInformationState === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationState' when calling editApplication"); - } - // verify the required parameter 'partnerCustomerInformationCity' is set - if (partnerCustomerInformationCity === undefined || partnerCustomerInformationCity === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationCity' when calling editApplication"); - } - // verify the required parameter 'partnercustomerInformationZip' is set - if (partnercustomerInformationZip === undefined || partnercustomerInformationZip === null) { - throw new Error("Missing the required parameter 'partnercustomerInformationZip' when calling editApplication"); - } - // verify the required parameter 'partnerCustomerInformationPercentOwnership' is set - if (partnerCustomerInformationPercentOwnership === undefined || partnerCustomerInformationPercentOwnership === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationPercentOwnership' when calling editApplication"); - } - // verify the required parameter 'partnerCustomerInformationDOB' is set - if (partnerCustomerInformationDOB === undefined || partnerCustomerInformationDOB === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationDOB' when calling editApplication"); - } - // verify the required parameter 'haveInsurance' is set - if (haveInsurance === undefined || haveInsurance === null) { - throw new Error("Missing the required parameter 'haveInsurance' when calling editApplication"); - } - // verify the required parameter 'gender' is set - if (gender === undefined || gender === null) { - throw new Error("Missing the required parameter 'gender' when calling editApplication"); - } - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling editApplication"); - } - - let pathParams = { - - }; - let queryParams = { - - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - 'applicationID': applicationID,'partnerBusinessName': partnerBusinessName,'partnerDateIncorporated': partnerDateIncorporated,'partnerBusinessType': partnerBusinessType,'partnerBusinessAddress': partnerBusinessAddress,'partnerStreet2': partnerStreet2,'partnerGeneralInformationCity': partnerGeneralInformationCity,'partnerGeneralInformationState': partnerGeneralInformationState,'partnerGeneralInformationZip': partnerGeneralInformationZip,'partnerWebsite': partnerWebsite,'partnerSIC': partnerSIC,'partnerOwnership': partnerOwnership,'partnerBusinessDescription': partnerBusinessDescription,'partnerBusinessFax': partnerBusinessFax,'partnerInitialCreditLimit': partnerInitialCreditLimit,'partnerCustomerInformationFirstName': partnerCustomerInformationFirstName,'partnerCustomerInformationLastName': partnerCustomerInformationLastName,'partnerCustomerInformationHomeAddress': partnerCustomerInformationHomeAddress,'partnerCustomerInformationHomeStreet2': partnerCustomerInformationHomeStreet2,'partnerCustomerInformationState': partnerCustomerInformationState,'partnerCustomerInformationCity': partnerCustomerInformationCity,'partnercustomerInformationZip': partnercustomerInformationZip,'partnerCustomerInformationPercentOwnership': partnerCustomerInformationPercentOwnership,'partnerCustomerInformationDOB': partnerCustomerInformationDOB,'haveInsurance': haveInsurance,'gender': gender - }; - - let authNames = ['bearerAuth']; - let contentTypes = ['multipart/form-data']; - let accepts = ['application/json']; - let returnType = EditApplication; - - return this.apiClient.callApi( - '/edit-application', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - /** - * Callback function to receive the result of the editB2B2CApplication operation. - * @callback moduleapi/RESTCallsApi~editB2B2CApplicationCallback - * @param {String} error Error message, if any. - * @param {module:model/EditB2b2cApplication{ data The data returned by the service call. - * @param {String} response The complete HTTP response. - */ - - /** - * Edit Application - * @param {String} applicationID - * @param {String} partnerBusinessName - * @param {String} partnerDateIncorporated - * @param {module:model/Business} partnerBusinessType - * @param {String} partnerBusinessAddress - * @param {String} partnerStreet2 - * @param {String} partnerGeneralInformationCity - * @param {module:model/States} partnerGeneralInformationState - * @param {Number} partnerGeneralInformationZip - * @param {String} partnerWebsite - * @param {module:model/SIC} partnerSIC - * @param {module:model/Ownership} partnerOwnership - * @param {String} partnerBusinessDescription - * @param {Number} partnerBusinessFax - * @param {Number} partnerInitialCreditLimit - * @param {String} partnerCustomerInformationFirstName - * @param {String} partnerCustomerInformationLastName - * @param {String} partnerCustomerInformationHomeAddress - * @param {String} partnerCustomerInformationHomeStreet2 - * @param {module:model/States} partnerCustomerInformationState - * @param {String} partnerCustomerInformationCity - * @param {Number} partnercustomerInformationZip - * @param {Number} partnerCustomerInformationPercentOwnership - * @param {String} partnerCustomerInformationDOB - * @param {Boolean} haveInsurance - * @param {module:model/Gender} gender - * @param {String} apiKey - * @param {module:api/RESTCallsApi~editB2B2CApplicationCallback} callback The callback function, accepting three arguments: error, data, response - * data is of type: {@link <&vendorExtensions.x-jsdoc-type>} - */ - editB2B2CApplication(applicationID, partnerBusinessName, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerStreet2, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessFax, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationHomeStreet2, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDOB, haveInsurance, gender, apiKey, callback) { - - let postBody = null; - // verify the required parameter 'applicationID' is set - if (applicationID === undefined || applicationID === null) { - throw new Error("Missing the required parameter 'applicationID' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerBusinessName' is set - if (partnerBusinessName === undefined || partnerBusinessName === null) { - throw new Error("Missing the required parameter 'partnerBusinessName' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerDateIncorporated' is set - if (partnerDateIncorporated === undefined || partnerDateIncorporated === null) { - throw new Error("Missing the required parameter 'partnerDateIncorporated' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerBusinessType' is set - if (partnerBusinessType === undefined || partnerBusinessType === null) { - throw new Error("Missing the required parameter 'partnerBusinessType' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerBusinessAddress' is set - if (partnerBusinessAddress === undefined || partnerBusinessAddress === null) { - throw new Error("Missing the required parameter 'partnerBusinessAddress' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerStreet2' is set - if (partnerStreet2 === undefined || partnerStreet2 === null) { - throw new Error("Missing the required parameter 'partnerStreet2' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerGeneralInformationCity' is set - if (partnerGeneralInformationCity === undefined || partnerGeneralInformationCity === null) { - throw new Error("Missing the required parameter 'partnerGeneralInformationCity' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerGeneralInformationState' is set - if (partnerGeneralInformationState === undefined || partnerGeneralInformationState === null) { - throw new Error("Missing the required parameter 'partnerGeneralInformationState' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerGeneralInformationZip' is set - if (partnerGeneralInformationZip === undefined || partnerGeneralInformationZip === null) { - throw new Error("Missing the required parameter 'partnerGeneralInformationZip' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerWebsite' is set - if (partnerWebsite === undefined || partnerWebsite === null) { - throw new Error("Missing the required parameter 'partnerWebsite' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerSIC' is set - if (partnerSIC === undefined || partnerSIC === null) { - throw new Error("Missing the required parameter 'partnerSIC' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerOwnership' is set - if (partnerOwnership === undefined || partnerOwnership === null) { - throw new Error("Missing the required parameter 'partnerOwnership' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerBusinessDescription' is set - if (partnerBusinessDescription === undefined || partnerBusinessDescription === null) { - throw new Error("Missing the required parameter 'partnerBusinessDescription' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerBusinessFax' is set - if (partnerBusinessFax === undefined || partnerBusinessFax === null) { - throw new Error("Missing the required parameter 'partnerBusinessFax' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerInitialCreditLimit' is set - if (partnerInitialCreditLimit === undefined || partnerInitialCreditLimit === null) { - throw new Error("Missing the required parameter 'partnerInitialCreditLimit' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerCustomerInformationFirstName' is set - if (partnerCustomerInformationFirstName === undefined || partnerCustomerInformationFirstName === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationFirstName' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerCustomerInformationLastName' is set - if (partnerCustomerInformationLastName === undefined || partnerCustomerInformationLastName === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationLastName' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerCustomerInformationHomeAddress' is set - if (partnerCustomerInformationHomeAddress === undefined || partnerCustomerInformationHomeAddress === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationHomeAddress' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerCustomerInformationHomeStreet2' is set - if (partnerCustomerInformationHomeStreet2 === undefined || partnerCustomerInformationHomeStreet2 === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationHomeStreet2' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerCustomerInformationState' is set - if (partnerCustomerInformationState === undefined || partnerCustomerInformationState === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationState' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerCustomerInformationCity' is set - if (partnerCustomerInformationCity === undefined || partnerCustomerInformationCity === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationCity' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnercustomerInformationZip' is set - if (partnercustomerInformationZip === undefined || partnercustomerInformationZip === null) { - throw new Error("Missing the required parameter 'partnercustomerInformationZip' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerCustomerInformationPercentOwnership' is set - if (partnerCustomerInformationPercentOwnership === undefined || partnerCustomerInformationPercentOwnership === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationPercentOwnership' when calling editB2B2CApplication"); - } - // verify the required parameter 'partnerCustomerInformationDOB' is set - if (partnerCustomerInformationDOB === undefined || partnerCustomerInformationDOB === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationDOB' when calling editB2B2CApplication"); - } - // verify the required parameter 'haveInsurance' is set - if (haveInsurance === undefined || haveInsurance === null) { - throw new Error("Missing the required parameter 'haveInsurance' when calling editB2B2CApplication"); - } - // verify the required parameter 'gender' is set - if (gender === undefined || gender === null) { - throw new Error("Missing the required parameter 'gender' when calling editB2B2CApplication"); - } - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling editB2B2CApplication"); - } - - let pathParams = { - - }; - let queryParams = { - - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - 'applicationID': applicationID,'partnerBusinessName': partnerBusinessName,'partnerDateIncorporated': partnerDateIncorporated,'partnerBusinessType': partnerBusinessType,'partnerBusinessAddress': partnerBusinessAddress,'partnerStreet2': partnerStreet2,'partnerGeneralInformationCity': partnerGeneralInformationCity,'partnerGeneralInformationState': partnerGeneralInformationState,'partnerGeneralInformationZip': partnerGeneralInformationZip,'partnerWebsite': partnerWebsite,'partnerSIC': partnerSIC,'partnerOwnership': partnerOwnership,'partnerBusinessDescription': partnerBusinessDescription,'partnerBusinessFax': partnerBusinessFax,'partnerInitialCreditLimit': partnerInitialCreditLimit,'partnerCustomerInformationFirstName': partnerCustomerInformationFirstName,'partnerCustomerInformationLastName': partnerCustomerInformationLastName,'partnerCustomerInformationHomeAddress': partnerCustomerInformationHomeAddress,'partnerCustomerInformationHomeStreet2': partnerCustomerInformationHomeStreet2,'partnerCustomerInformationState': partnerCustomerInformationState,'partnerCustomerInformationCity': partnerCustomerInformationCity,'partnercustomerInformationZip': partnercustomerInformationZip,'partnerCustomerInformationPercentOwnership': partnerCustomerInformationPercentOwnership,'partnerCustomerInformationDOB': partnerCustomerInformationDOB,'haveInsurance': haveInsurance,'gender': gender - }; - - let authNames = ['bearerAuth']; - let contentTypes = ['multipart/form-data']; - let accepts = ['application/json']; - let returnType = EditB2b2cApplication; - - return this.apiClient.callApi( - '/edit-b2b2c-application', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - /** - * Callback function to receive the result of the listApplicationGet operation. - * @callback moduleapi/RESTCallsApi~listApplicationGetCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} response The complete HTTP response. - */ - - /** - * list-application - * @param {String} apiKey - * @param {String} type - * @param {module:api/RESTCallsApi~listApplicationGetCallback} callback The callback function, accepting three arguments: error, data, response - */ - listApplicationGet(apiKey, type, callback) { - - let postBody = null; - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling listApplicationGet"); - } - // verify the required parameter 'type' is set - if (type === undefined || type === null) { - throw new Error("Missing the required parameter 'type' when calling listApplicationGet"); - } - - let pathParams = { - - }; - let queryParams = { - 'type': type - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - - }; - - let authNames = ['bearerAuth']; - let contentTypes = []; - let accepts = []; - let returnType = null; - - return this.apiClient.callApi( - '/list-application', 'GET', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - /** - * Callback function to receive the result of the loginTokenPost operation. - * @callback moduleapi/RESTCallsApi~loginTokenPostCallback - * @param {String} error Error message, if any. - * @param {module:model/Login{ data The data returned by the service call. - * @param {String} response The complete HTTP response. - */ - - /** - * Login - * @param {String} username - * @param {String} apiKey - * @param {module:api/RESTCallsApi~loginTokenPostCallback} callback The callback function, accepting three arguments: error, data, response - * data is of type: {@link <&vendorExtensions.x-jsdoc-type>} - */ - loginTokenPost(username, apiKey, callback) { - - let postBody = null; - // verify the required parameter 'username' is set - if (username === undefined || username === null) { - throw new Error("Missing the required parameter 'username' when calling loginTokenPost"); - } - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling loginTokenPost"); - } - - let pathParams = { - - }; - let queryParams = { - - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - 'username': username - }; - - let authNames = []; - let contentTypes = ['multipart/form-data']; - let accepts = ['application/json']; - let returnType = Login; - - return this.apiClient.callApi( - '/login-token', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - /** - * Callback function to receive the result of the resumeApplication operation. - * @callback moduleapi/RESTCallsApi~resumeApplicationCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} response The complete HTTP response. - */ - - /** - * Resume Application - * @param {module:model/ResumeApplication} body - * @param {String} apiKey - * @param {module:api/RESTCallsApi~resumeApplicationCallback} callback The callback function, accepting three arguments: error, data, response - */ - resumeApplication(body, apiKey, callback) { - - let postBody = body; - // verify the required parameter 'body' is set - if (body === undefined || body === null) { - throw new Error("Missing the required parameter 'body' when calling resumeApplication"); - } - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling resumeApplication"); - } - - let pathParams = { - - }; - let queryParams = { - - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - - }; - - let authNames = ['bearerAuth']; - let contentTypes = ['application/json']; - let accepts = []; - let returnType = null; - - return this.apiClient.callApi( - '/resume-application', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - /** - * Callback function to receive the result of the singleApplicationGet operation. - * @callback moduleapi/RESTCallsApi~singleApplicationGetCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} response The complete HTTP response. - */ - - /** - * single-application - * @param {String} apiKey - * @param {String} applicationID - * @param {module:api/RESTCallsApi~singleApplicationGetCallback} callback The callback function, accepting three arguments: error, data, response - */ - singleApplicationGet(apiKey, applicationID, callback) { - - let postBody = null; - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling singleApplicationGet"); - } - // verify the required parameter 'applicationID' is set - if (applicationID === undefined || applicationID === null) { - throw new Error("Missing the required parameter 'applicationID' when calling singleApplicationGet"); - } - - let pathParams = { - - }; - let queryParams = { - 'applicationID': applicationID - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - - }; - - let authNames = ['bearerAuth']; - let contentTypes = []; - let accepts = []; - let returnType = null; - - return this.apiClient.callApi( - '/single-application', 'GET', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - /** - * Callback function to receive the result of the singleCardGet operation. - * @callback moduleapi/RESTCallsApi~singleCardGetCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} response The complete HTTP response. - */ - - /** - * single-card - * @param {String} apiKey - * @param {String} userUniqueId - * @param {String} month - * @param {module:api/RESTCallsApi~singleCardGetCallback} callback The callback function, accepting three arguments: error, data, response - */ - singleCardGet(apiKey, userUniqueId, month, callback) { - - let postBody = null; - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling singleCardGet"); - } - // verify the required parameter 'userUniqueId' is set - if (userUniqueId === undefined || userUniqueId === null) { - throw new Error("Missing the required parameter 'userUniqueId' when calling singleCardGet"); - } - // verify the required parameter 'month' is set - if (month === undefined || month === null) { - throw new Error("Missing the required parameter 'month' when calling singleCardGet"); - } - - let pathParams = { - - }; - let queryParams = { - 'userUniqueId': userUniqueId,'month': month - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - - }; - - let authNames = ['bearerAuth']; - let contentTypes = []; - let accepts = []; - let returnType = null; - - return this.apiClient.callApi( - '/single-card', 'GET', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - /** - * Callback function to receive the result of the submitApplication operation. - * @callback moduleapi/RESTCallsApi~submitApplicationCallback - * @param {String} error Error message, if any. - * @param {module:model/SubmitApplication{ data The data returned by the service call. - * @param {String} response The complete HTTP response. - */ - - /** - * Submit Application - * @param {String} applicationType - * @param {String} partnerBusinessName - * @param {Number} partnerTaxID - * @param {String} partnerDateIncorporated - * @param {module:model/Business} partnerBusinessType - * @param {String} partnerBusinessAddress - * @param {String} partnerStreet2 - * @param {String} partnerGeneralInformationCity - * @param {module:model/States} partnerGeneralInformationState - * @param {Number} partnerGeneralInformationZip - * @param {String} partnerWebsite - * @param {module:model/SIC} partnerSIC - * @param {module:model/Ownership} partnerOwnership - * @param {String} partnerBusinessDescription - * @param {Number} partnerBusinessPhone - * @param {String} partnerCustomerSupportEmail - * @param {Number} partnerBusinessFax - * @param {Number} partnerInitialCreditLimit - * @param {String} partnerCustomerInformationFirstName - * @param {String} partnerCustomerInformationLastName - * @param {String} partnerCustomerInformationHomeAddress - * @param {String} partnerCustomerInformationHomeStreet2 - * @param {module:model/States} partnerCustomerInformationState - * @param {String} partnerCustomerInformationCity - * @param {Number} partnercustomerInformationZip - * @param {Number} partnerCustomerInformationPercentOwnership - * @param {String} partnerCustomerInformationDrivingLicenseNumber - * @param {String} partnerCustomerInformationLicenseDate - * @param {String} partnerCustomerInformationDOB - * @param {String} partnerCustomerInformationSSN - * @param {Boolean} partnerTermsConditions - * @param {Boolean} haveInsurance - * @param {module:model/Gender} gender - * @param {Array.} EIN - * @param {Array.} articles - * @param {Array.} sSNCard - * @param {Array.} dLFront - * @param {Array.} dLBack - * @param {String} apiKey - * @param {module:api/RESTCallsApi~submitApplicationCallback} callback The callback function, accepting three arguments: error, data, response - * data is of type: {@link <&vendorExtensions.x-jsdoc-type>} - */ - submitApplication(applicationType, partnerBusinessName, partnerTaxID, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerStreet2, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessPhone, partnerCustomerSupportEmail, partnerBusinessFax, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationHomeStreet2, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDrivingLicenseNumber, partnerCustomerInformationLicenseDate, partnerCustomerInformationDOB, partnerCustomerInformationSSN, partnerTermsConditions, haveInsurance, gender, EIN, articles, sSNCard, dLFront, dLBack, apiKey, callback) { - - let postBody = null; - // verify the required parameter 'applicationType' is set - if (applicationType === undefined || applicationType === null) { - throw new Error("Missing the required parameter 'applicationType' when calling submitApplication"); - } - // verify the required parameter 'partnerBusinessName' is set - if (partnerBusinessName === undefined || partnerBusinessName === null) { - throw new Error("Missing the required parameter 'partnerBusinessName' when calling submitApplication"); - } - // verify the required parameter 'partnerTaxID' is set - if (partnerTaxID === undefined || partnerTaxID === null) { - throw new Error("Missing the required parameter 'partnerTaxID' when calling submitApplication"); - } - // verify the required parameter 'partnerDateIncorporated' is set - if (partnerDateIncorporated === undefined || partnerDateIncorporated === null) { - throw new Error("Missing the required parameter 'partnerDateIncorporated' when calling submitApplication"); - } - // verify the required parameter 'partnerBusinessType' is set - if (partnerBusinessType === undefined || partnerBusinessType === null) { - throw new Error("Missing the required parameter 'partnerBusinessType' when calling submitApplication"); - } - // verify the required parameter 'partnerBusinessAddress' is set - if (partnerBusinessAddress === undefined || partnerBusinessAddress === null) { - throw new Error("Missing the required parameter 'partnerBusinessAddress' when calling submitApplication"); - } - // verify the required parameter 'partnerStreet2' is set - if (partnerStreet2 === undefined || partnerStreet2 === null) { - throw new Error("Missing the required parameter 'partnerStreet2' when calling submitApplication"); - } - // verify the required parameter 'partnerGeneralInformationCity' is set - if (partnerGeneralInformationCity === undefined || partnerGeneralInformationCity === null) { - throw new Error("Missing the required parameter 'partnerGeneralInformationCity' when calling submitApplication"); - } - // verify the required parameter 'partnerGeneralInformationState' is set - if (partnerGeneralInformationState === undefined || partnerGeneralInformationState === null) { - throw new Error("Missing the required parameter 'partnerGeneralInformationState' when calling submitApplication"); - } - // verify the required parameter 'partnerGeneralInformationZip' is set - if (partnerGeneralInformationZip === undefined || partnerGeneralInformationZip === null) { - throw new Error("Missing the required parameter 'partnerGeneralInformationZip' when calling submitApplication"); - } - // verify the required parameter 'partnerWebsite' is set - if (partnerWebsite === undefined || partnerWebsite === null) { - throw new Error("Missing the required parameter 'partnerWebsite' when calling submitApplication"); - } - // verify the required parameter 'partnerSIC' is set - if (partnerSIC === undefined || partnerSIC === null) { - throw new Error("Missing the required parameter 'partnerSIC' when calling submitApplication"); - } - // verify the required parameter 'partnerOwnership' is set - if (partnerOwnership === undefined || partnerOwnership === null) { - throw new Error("Missing the required parameter 'partnerOwnership' when calling submitApplication"); - } - // verify the required parameter 'partnerBusinessDescription' is set - if (partnerBusinessDescription === undefined || partnerBusinessDescription === null) { - throw new Error("Missing the required parameter 'partnerBusinessDescription' when calling submitApplication"); - } - // verify the required parameter 'partnerBusinessPhone' is set - if (partnerBusinessPhone === undefined || partnerBusinessPhone === null) { - throw new Error("Missing the required parameter 'partnerBusinessPhone' when calling submitApplication"); - } - // verify the required parameter 'partnerCustomerSupportEmail' is set - if (partnerCustomerSupportEmail === undefined || partnerCustomerSupportEmail === null) { - throw new Error("Missing the required parameter 'partnerCustomerSupportEmail' when calling submitApplication"); - } - // verify the required parameter 'partnerBusinessFax' is set - if (partnerBusinessFax === undefined || partnerBusinessFax === null) { - throw new Error("Missing the required parameter 'partnerBusinessFax' when calling submitApplication"); - } - // verify the required parameter 'partnerInitialCreditLimit' is set - if (partnerInitialCreditLimit === undefined || partnerInitialCreditLimit === null) { - throw new Error("Missing the required parameter 'partnerInitialCreditLimit' when calling submitApplication"); - } - // verify the required parameter 'partnerCustomerInformationFirstName' is set - if (partnerCustomerInformationFirstName === undefined || partnerCustomerInformationFirstName === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationFirstName' when calling submitApplication"); - } - // verify the required parameter 'partnerCustomerInformationLastName' is set - if (partnerCustomerInformationLastName === undefined || partnerCustomerInformationLastName === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationLastName' when calling submitApplication"); - } - // verify the required parameter 'partnerCustomerInformationHomeAddress' is set - if (partnerCustomerInformationHomeAddress === undefined || partnerCustomerInformationHomeAddress === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationHomeAddress' when calling submitApplication"); - } - // verify the required parameter 'partnerCustomerInformationHomeStreet2' is set - if (partnerCustomerInformationHomeStreet2 === undefined || partnerCustomerInformationHomeStreet2 === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationHomeStreet2' when calling submitApplication"); - } - // verify the required parameter 'partnerCustomerInformationState' is set - if (partnerCustomerInformationState === undefined || partnerCustomerInformationState === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationState' when calling submitApplication"); - } - // verify the required parameter 'partnerCustomerInformationCity' is set - if (partnerCustomerInformationCity === undefined || partnerCustomerInformationCity === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationCity' when calling submitApplication"); - } - // verify the required parameter 'partnercustomerInformationZip' is set - if (partnercustomerInformationZip === undefined || partnercustomerInformationZip === null) { - throw new Error("Missing the required parameter 'partnercustomerInformationZip' when calling submitApplication"); - } - // verify the required parameter 'partnerCustomerInformationPercentOwnership' is set - if (partnerCustomerInformationPercentOwnership === undefined || partnerCustomerInformationPercentOwnership === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationPercentOwnership' when calling submitApplication"); - } - // verify the required parameter 'partnerCustomerInformationDrivingLicenseNumber' is set - if (partnerCustomerInformationDrivingLicenseNumber === undefined || partnerCustomerInformationDrivingLicenseNumber === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationDrivingLicenseNumber' when calling submitApplication"); - } - // verify the required parameter 'partnerCustomerInformationLicenseDate' is set - if (partnerCustomerInformationLicenseDate === undefined || partnerCustomerInformationLicenseDate === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationLicenseDate' when calling submitApplication"); - } - // verify the required parameter 'partnerCustomerInformationDOB' is set - if (partnerCustomerInformationDOB === undefined || partnerCustomerInformationDOB === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationDOB' when calling submitApplication"); - } - // verify the required parameter 'partnerCustomerInformationSSN' is set - if (partnerCustomerInformationSSN === undefined || partnerCustomerInformationSSN === null) { - throw new Error("Missing the required parameter 'partnerCustomerInformationSSN' when calling submitApplication"); - } - // verify the required parameter 'partnerTermsConditions' is set - if (partnerTermsConditions === undefined || partnerTermsConditions === null) { - throw new Error("Missing the required parameter 'partnerTermsConditions' when calling submitApplication"); - } - // verify the required parameter 'haveInsurance' is set - if (haveInsurance === undefined || haveInsurance === null) { - throw new Error("Missing the required parameter 'haveInsurance' when calling submitApplication"); - } - // verify the required parameter 'gender' is set - if (gender === undefined || gender === null) { - throw new Error("Missing the required parameter 'gender' when calling submitApplication"); - } - // verify the required parameter 'EIN' is set - if (EIN === undefined || EIN === null) { - throw new Error("Missing the required parameter 'EIN' when calling submitApplication"); - } - // verify the required parameter 'articles' is set - if (articles === undefined || articles === null) { - throw new Error("Missing the required parameter 'articles' when calling submitApplication"); - } - // verify the required parameter 'sSNCard' is set - if (sSNCard === undefined || sSNCard === null) { - throw new Error("Missing the required parameter 'sSNCard' when calling submitApplication"); - } - // verify the required parameter 'dLFront' is set - if (dLFront === undefined || dLFront === null) { - throw new Error("Missing the required parameter 'dLFront' when calling submitApplication"); - } - // verify the required parameter 'dLBack' is set - if (dLBack === undefined || dLBack === null) { - throw new Error("Missing the required parameter 'dLBack' when calling submitApplication"); - } - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling submitApplication"); - } - - let pathParams = { - - }; - let queryParams = { - - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - 'applicationType': applicationType,'partnerBusinessName': partnerBusinessName,'partnerTaxID': partnerTaxID,'partnerDateIncorporated': partnerDateIncorporated,'partnerBusinessType': partnerBusinessType,'partnerBusinessAddress': partnerBusinessAddress,'partnerStreet2': partnerStreet2,'partnerGeneralInformationCity': partnerGeneralInformationCity,'partnerGeneralInformationState': partnerGeneralInformationState,'partnerGeneralInformationZip': partnerGeneralInformationZip,'partnerWebsite': partnerWebsite,'partnerSIC': partnerSIC,'partnerOwnership': partnerOwnership,'partnerBusinessDescription': partnerBusinessDescription,'partnerBusinessPhone': partnerBusinessPhone,'partnerCustomerSupportEmail': partnerCustomerSupportEmail,'partnerBusinessFax': partnerBusinessFax,'partnerInitialCreditLimit': partnerInitialCreditLimit,'partnerCustomerInformationFirstName': partnerCustomerInformationFirstName,'partnerCustomerInformationLastName': partnerCustomerInformationLastName,'partnerCustomerInformationHomeAddress': partnerCustomerInformationHomeAddress,'partnerCustomerInformationHomeStreet2': partnerCustomerInformationHomeStreet2,'partnerCustomerInformationState': partnerCustomerInformationState,'partnerCustomerInformationCity': partnerCustomerInformationCity,'partnercustomerInformationZip': partnercustomerInformationZip,'partnerCustomerInformationPercentOwnership': partnerCustomerInformationPercentOwnership,'partnerCustomerInformationDrivingLicenseNumber': partnerCustomerInformationDrivingLicenseNumber,'partnerCustomerInformationLicenseDate': partnerCustomerInformationLicenseDate,'partnerCustomerInformationDOB': partnerCustomerInformationDOB,'partnerCustomerInformationSSN': partnerCustomerInformationSSN,'partnerTermsConditions': partnerTermsConditions,'haveInsurance': haveInsurance,'gender': gender,'EIN': this.apiClient.buildCollectionParam(EIN, 'multi'),'Articles': this.apiClient.buildCollectionParam(articles, 'multi'),'SSNCard': this.apiClient.buildCollectionParam(sSNCard, 'multi'),'DL_Front': this.apiClient.buildCollectionParam(dLFront, 'multi'),'DL_Back': this.apiClient.buildCollectionParam(dLBack, 'multi') - }; - - let authNames = ['bearerAuth']; - let contentTypes = ['multipart/form-data']; - let accepts = ['application/json']; - let returnType = SubmitApplication; - - return this.apiClient.callApi( - '/submit-application', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - /** - * Callback function to receive the result of the submitApplicationB2B2C operation. - * @callback moduleapi/RESTCallsApi~submitApplicationB2B2CCallback - * @param {String} error Error message, if any. - * @param {module:model/SubmitB2b2cApplication{ data The data returned by the service call. - * @param {String} response The complete HTTP response. - */ - - /** - * Submit Application B2B2C - * @param {module:model/String} applicationType - * @param {String} customerCurrentCity - * @param {String} customerCurrentStreetAddress - * @param {String} customerFirstName - * @param {String} customerMiddleName - * @param {String} customerLastName - * @param {String} customerMaidenName - * @param {String} customerDateOfBirth - * @param {Number} customerSSN - * @param {module:model/Gender} customerGender - * @param {String} customerEmail - * @param {Number} customerDrivingLicenseNumber - * @param {module:model/States} customerCurrentState - * @param {Number} customerCurrentZip - * @param {Number} customerCurrentYears - * @param {Number} customerPersonalPhone - * @param {module:model/String} customerHomeType - * @param {String} customerEmployerName - * @param {String} customerPosition - * @param {Number} customerBusinessPhone - * @param {Number} customerYearsInJob - * @param {Number} customerMonthlyIncome - * @param {Number} customerOtherIncome - * @param {String} customerSourceOtherIncome - * @param {Boolean} customerHaveInsurance - * @param {Boolean} customerTermsConditions - * @param {Number} initialCreditLimit - * @param {Array.} dLFront - * @param {Array.} dLBack - * @param {String} apiKey - * @param {module:api/RESTCallsApi~submitApplicationB2B2CCallback} callback The callback function, accepting three arguments: error, data, response - * data is of type: {@link <&vendorExtensions.x-jsdoc-type>} - */ - submitApplicationB2B2C(applicationType, customerCurrentCity, customerCurrentStreetAddress, customerFirstName, customerMiddleName, customerLastName, customerMaidenName, customerDateOfBirth, customerSSN, customerGender, customerEmail, customerDrivingLicenseNumber, customerCurrentState, customerCurrentZip, customerCurrentYears, customerPersonalPhone, customerHomeType, customerEmployerName, customerPosition, customerBusinessPhone, customerYearsInJob, customerMonthlyIncome, customerOtherIncome, customerSourceOtherIncome, customerHaveInsurance, customerTermsConditions, initialCreditLimit, dLFront, dLBack, apiKey, callback) { - - let postBody = null; - // verify the required parameter 'applicationType' is set - if (applicationType === undefined || applicationType === null) { - throw new Error("Missing the required parameter 'applicationType' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerCurrentCity' is set - if (customerCurrentCity === undefined || customerCurrentCity === null) { - throw new Error("Missing the required parameter 'customerCurrentCity' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerCurrentStreetAddress' is set - if (customerCurrentStreetAddress === undefined || customerCurrentStreetAddress === null) { - throw new Error("Missing the required parameter 'customerCurrentStreetAddress' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerFirstName' is set - if (customerFirstName === undefined || customerFirstName === null) { - throw new Error("Missing the required parameter 'customerFirstName' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerMiddleName' is set - if (customerMiddleName === undefined || customerMiddleName === null) { - throw new Error("Missing the required parameter 'customerMiddleName' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerLastName' is set - if (customerLastName === undefined || customerLastName === null) { - throw new Error("Missing the required parameter 'customerLastName' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerMaidenName' is set - if (customerMaidenName === undefined || customerMaidenName === null) { - throw new Error("Missing the required parameter 'customerMaidenName' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerDateOfBirth' is set - if (customerDateOfBirth === undefined || customerDateOfBirth === null) { - throw new Error("Missing the required parameter 'customerDateOfBirth' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerSSN' is set - if (customerSSN === undefined || customerSSN === null) { - throw new Error("Missing the required parameter 'customerSSN' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerGender' is set - if (customerGender === undefined || customerGender === null) { - throw new Error("Missing the required parameter 'customerGender' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerEmail' is set - if (customerEmail === undefined || customerEmail === null) { - throw new Error("Missing the required parameter 'customerEmail' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerDrivingLicenseNumber' is set - if (customerDrivingLicenseNumber === undefined || customerDrivingLicenseNumber === null) { - throw new Error("Missing the required parameter 'customerDrivingLicenseNumber' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerCurrentState' is set - if (customerCurrentState === undefined || customerCurrentState === null) { - throw new Error("Missing the required parameter 'customerCurrentState' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerCurrentZip' is set - if (customerCurrentZip === undefined || customerCurrentZip === null) { - throw new Error("Missing the required parameter 'customerCurrentZip' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerCurrentYears' is set - if (customerCurrentYears === undefined || customerCurrentYears === null) { - throw new Error("Missing the required parameter 'customerCurrentYears' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerPersonalPhone' is set - if (customerPersonalPhone === undefined || customerPersonalPhone === null) { - throw new Error("Missing the required parameter 'customerPersonalPhone' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerHomeType' is set - if (customerHomeType === undefined || customerHomeType === null) { - throw new Error("Missing the required parameter 'customerHomeType' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerEmployerName' is set - if (customerEmployerName === undefined || customerEmployerName === null) { - throw new Error("Missing the required parameter 'customerEmployerName' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerPosition' is set - if (customerPosition === undefined || customerPosition === null) { - throw new Error("Missing the required parameter 'customerPosition' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerBusinessPhone' is set - if (customerBusinessPhone === undefined || customerBusinessPhone === null) { - throw new Error("Missing the required parameter 'customerBusinessPhone' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerYearsInJob' is set - if (customerYearsInJob === undefined || customerYearsInJob === null) { - throw new Error("Missing the required parameter 'customerYearsInJob' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerMonthlyIncome' is set - if (customerMonthlyIncome === undefined || customerMonthlyIncome === null) { - throw new Error("Missing the required parameter 'customerMonthlyIncome' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerOtherIncome' is set - if (customerOtherIncome === undefined || customerOtherIncome === null) { - throw new Error("Missing the required parameter 'customerOtherIncome' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerSourceOtherIncome' is set - if (customerSourceOtherIncome === undefined || customerSourceOtherIncome === null) { - throw new Error("Missing the required parameter 'customerSourceOtherIncome' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerHaveInsurance' is set - if (customerHaveInsurance === undefined || customerHaveInsurance === null) { - throw new Error("Missing the required parameter 'customerHaveInsurance' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'customerTermsConditions' is set - if (customerTermsConditions === undefined || customerTermsConditions === null) { - throw new Error("Missing the required parameter 'customerTermsConditions' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'initialCreditLimit' is set - if (initialCreditLimit === undefined || initialCreditLimit === null) { - throw new Error("Missing the required parameter 'initialCreditLimit' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'dLFront' is set - if (dLFront === undefined || dLFront === null) { - throw new Error("Missing the required parameter 'dLFront' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'dLBack' is set - if (dLBack === undefined || dLBack === null) { - throw new Error("Missing the required parameter 'dLBack' when calling submitApplicationB2B2C"); - } - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling submitApplicationB2B2C"); - } - - let pathParams = { - - }; - let queryParams = { - - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - 'applicationType': applicationType,'customerCurrentCity': customerCurrentCity,'customerCurrentStreetAddress': customerCurrentStreetAddress,'customerFirstName': customerFirstName,'customerMiddleName': customerMiddleName,'customerLastName': customerLastName,'customerMaidenName': customerMaidenName,'customerDateOfBirth': customerDateOfBirth,'customerSSN': customerSSN,'customerGender': customerGender,'customerEmail': customerEmail,'customerDrivingLicenseNumber': customerDrivingLicenseNumber,'customerCurrentState': customerCurrentState,'customerCurrentZip': customerCurrentZip,'customerCurrentYears': customerCurrentYears,'customerPersonalPhone': customerPersonalPhone,'customerHomeType': customerHomeType,'customerEmployerName': customerEmployerName,'customerPosition': customerPosition,'customerBusinessPhone': customerBusinessPhone,'customerYearsInJob': customerYearsInJob,'customerMonthlyIncome': customerMonthlyIncome,'customerOtherIncome': customerOtherIncome,'customerSourceOtherIncome': customerSourceOtherIncome,'customerHaveInsurance': customerHaveInsurance,'customerTermsConditions': customerTermsConditions,'initialCreditLimit': initialCreditLimit,'DL_Front': this.apiClient.buildCollectionParam(dLFront, 'multi'),'DL_Back': this.apiClient.buildCollectionParam(dLBack, 'multi') - }; - - let authNames = ['bearerAuth']; - let contentTypes = ['multipart/form-data']; - let accepts = ['application/json']; - let returnType = SubmitB2b2cApplication; - - return this.apiClient.callApi( - '/submit-b2b2c-application', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - /** - * Callback function to receive the result of the viewCardDetail operation. - * @callback moduleapi/RESTCallsApi~viewCardDetailCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} response The complete HTTP response. - */ - - /** - * View card Detail - * @param {module:model/ViewCardDetail} body - * @param {String} apiKey - * @param {module:api/RESTCallsApi~viewCardDetailCallback} callback The callback function, accepting three arguments: error, data, response - */ - viewCardDetail(body, apiKey, callback) { - - let postBody = body; - // verify the required parameter 'body' is set - if (body === undefined || body === null) { - throw new Error("Missing the required parameter 'body' when calling viewCardDetail"); - } - // verify the required parameter 'apiKey' is set - if (apiKey === undefined || apiKey === null) { - throw new Error("Missing the required parameter 'apiKey' when calling viewCardDetail"); - } - - let pathParams = { - - }; - let queryParams = { - - }; - let headerParams = { - 'ApiKey': apiKey - }; - let formParams = { - - }; - - let authNames = ['bearerAuth']; - let contentTypes = ['application/json']; - let accepts = []; - let returnType = null; - - return this.apiClient.callApi( - '/view-card-detail', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - } - -} \ No newline at end of file diff --git a/node_modules/kaped_partner_api/src/index.js b/node_modules/kaped_partner_api/src/index.js deleted file mode 100644 index 0bfa5da..0000000 --- a/node_modules/kaped_partner_api/src/index.js +++ /dev/null @@ -1,152 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from './ApiClient'; -import {ApplicationStatusUpdate} from './model/ApplicationStatusUpdate'; -import {Business} from './model/Business'; -import {EditApplication} from './model/EditApplication'; -import {EditB2b2cApplication} from './model/EditB2b2cApplication'; -import {Gender} from './model/Gender'; -import {Login} from './model/Login'; -import {Ownership} from './model/Ownership'; -import {ResumeApplication} from './model/ResumeApplication'; -import {SIC} from './model/SIC'; -import {States} from './model/States'; -import {SubmitApplication} from './model/SubmitApplication'; -import {SubmitB2b2cApplication} from './model/SubmitB2b2cApplication'; -import {ViewCardDetail} from './model/ViewCardDetail'; -import {RESTCallsApi} from './api/RESTCallsApi'; - -/** -* Object.
-* The index module provides access to constructors for all the classes which comprise the public API. -*

-* An AMD (recommended!) or CommonJS application will generally do something equivalent to the following: -*

-* var KapedPartnerApi = require('index'); // See note below*.
-* var xxxSvc = new KapedPartnerApi.XxxApi(); // Allocate the API class we're going to use.
-* var yyyModel = new KapedPartnerApi.Yyy(); // Construct a model instance.
-* yyyModel.someProperty = 'someValue';
-* ...
-* var zzz = xxxSvc.doSomething(yyyModel); // Invoke the service.
-* ...
-* 
-* *NOTE: For a top-level AMD script, use require(['index'], function(){...}) -* and put the application logic within the callback function. -*

-*

-* A non-AMD browser application (discouraged) might do something like this: -*

-* var xxxSvc = new KapedPartnerApi.XxxApi(); // Allocate the API class we're going to use.
-* var yyy = new KapedPartnerApi.Yyy(); // Construct a model instance.
-* yyyModel.someProperty = 'someValue';
-* ...
-* var zzz = xxxSvc.doSomething(yyyModel); // Invoke the service.
-* ...
-* 
-*

-* @module index -* @version 1.2.0 -*/ -export { - /** - * The ApiClient constructor. - * @property {module:ApiClient} - */ - ApiClient, - - /** - * The ApplicationStatusUpdate model constructor. - * @property {module:model/ApplicationStatusUpdate} - */ - ApplicationStatusUpdate, - - /** - * The Business model constructor. - * @property {module:model/Business} - */ - Business, - - /** - * The EditApplication model constructor. - * @property {module:model/EditApplication} - */ - EditApplication, - - /** - * The EditB2b2cApplication model constructor. - * @property {module:model/EditB2b2cApplication} - */ - EditB2b2cApplication, - - /** - * The Gender model constructor. - * @property {module:model/Gender} - */ - Gender, - - /** - * The Login model constructor. - * @property {module:model/Login} - */ - Login, - - /** - * The Ownership model constructor. - * @property {module:model/Ownership} - */ - Ownership, - - /** - * The ResumeApplication model constructor. - * @property {module:model/ResumeApplication} - */ - ResumeApplication, - - /** - * The SIC model constructor. - * @property {module:model/SIC} - */ - SIC, - - /** - * The States model constructor. - * @property {module:model/States} - */ - States, - - /** - * The SubmitApplication model constructor. - * @property {module:model/SubmitApplication} - */ - SubmitApplication, - - /** - * The SubmitB2b2cApplication model constructor. - * @property {module:model/SubmitB2b2cApplication} - */ - SubmitB2b2cApplication, - - /** - * The ViewCardDetail model constructor. - * @property {module:model/ViewCardDetail} - */ - ViewCardDetail, - - /** - * The RESTCallsApi service constructor. - * @property {module:api/RESTCallsApi} - */ - RESTCallsApi -}; diff --git a/node_modules/kaped_partner_api/src/model/ApplicationStatusUpdate.js b/node_modules/kaped_partner_api/src/model/ApplicationStatusUpdate.js deleted file mode 100644 index cfbc9e6..0000000 --- a/node_modules/kaped_partner_api/src/model/ApplicationStatusUpdate.js +++ /dev/null @@ -1,66 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; - -/** - * The ApplicationStatusUpdate model module. - * @module model/ApplicationStatusUpdate - * @version 1.2.0 - */ -export class ApplicationStatusUpdate { - /** - * Constructs a new ApplicationStatusUpdate. - * @alias module:model/ApplicationStatusUpdate - * @class - */ - constructor() { - } - - /** - * Constructs a ApplicationStatusUpdate from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/ApplicationStatusUpdate} obj Optional instance to populate. - * @return {module:model/ApplicationStatusUpdate} The populated ApplicationStatusUpdate instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new ApplicationStatusUpdate(); - if (data.hasOwnProperty('applicationID')) - obj.applicationID = ApiClient.convertToType(data['applicationID'], 'String'); - if (data.hasOwnProperty('sentToUnderwriting')) - obj.sentToUnderwriting = ApiClient.convertToType(data['sentToUnderwriting'], 'Boolean'); - if (data.hasOwnProperty('reject')) - obj.reject = ApiClient.convertToType(data['reject'], 'Boolean'); - } - return obj; - } -} - -/** - * @member {String} applicationID - */ -ApplicationStatusUpdate.prototype.applicationID = undefined; - -/** - * @member {Boolean} sentToUnderwriting - */ -ApplicationStatusUpdate.prototype.sentToUnderwriting = undefined; - -/** - * @member {Boolean} reject - */ -ApplicationStatusUpdate.prototype.reject = undefined; - diff --git a/node_modules/kaped_partner_api/src/model/Business.js b/node_modules/kaped_partner_api/src/model/Business.js deleted file mode 100644 index 99b1fa1..0000000 --- a/node_modules/kaped_partner_api/src/model/Business.js +++ /dev/null @@ -1,63 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; - -/** - * Enum class Business. - * @enum {String} - * @readonly - */ -const Business = { - /** - * value: "LLC" - * @const - */ - LLC: "LLC", - - /** - * value: "Corporation" - * @const - */ - corporation: "Corporation", - - /** - * value: "Non Profit" - * @const - */ - nonProfit: "Non Profit", - - /** - * value: "Sole Proprietor" - * @const - */ - soleProprietor: "Sole Proprietor", - - /** - * value: "Government" - * @const - */ - government: "Government", - - /** - * Returns a Business enum value from a JavaScript object name. - * @param {Object} data The plain JavaScript object containing the name of the enum value. - * @return {module:model/Business} The enum Business value. - */ - constructFromObject: function(object) { - return object; - } -}; - -export {Business}; \ No newline at end of file diff --git a/node_modules/kaped_partner_api/src/model/EditApplication.js b/node_modules/kaped_partner_api/src/model/EditApplication.js deleted file mode 100644 index 452920e..0000000 --- a/node_modules/kaped_partner_api/src/model/EditApplication.js +++ /dev/null @@ -1,278 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; -import {Business} from './Business'; -import {Gender} from './Gender'; -import {Ownership} from './Ownership'; -import {SIC} from './SIC'; -import {States} from './States'; - -/** - * The EditApplication model module. - * @module model/EditApplication - * @version 1.2.0 - */ -export class EditApplication { - /** - * Constructs a new EditApplication. - * @alias module:model/EditApplication - * @class - * @param applicationID {String} - * @param partnerBusinessName {String} - * @param partnerDateIncorporated {String} YYYY-MM-DD - * @param partnerBusinessType {module:model/Business} - * @param partnerBusinessAddress {String} - * @param partnerGeneralInformationCity {String} - * @param partnerGeneralInformationState {module:model/States} - * @param partnerGeneralInformationZip {Number} - * @param partnerWebsite {String} - * @param partnerSIC {module:model/SIC} - * @param partnerOwnership {module:model/Ownership} - * @param partnerBusinessDescription {String} - * @param partnerInitialCreditLimit {Number} - * @param partnerCustomerInformationFirstName {String} - * @param partnerCustomerInformationLastName {String} - * @param partnerCustomerInformationHomeAddress {String} - * @param partnerCustomerInformationState {module:model/States} - * @param partnerCustomerInformationCity {String} - * @param partnercustomerInformationZip {Number} - * @param partnerCustomerInformationPercentOwnership {Number} - * @param partnerCustomerInformationDOB {String} YYYY-MM-DD - * @param gender {module:model/Gender} - */ - constructor(applicationID, partnerBusinessName, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDOB, gender) { - this.applicationID = applicationID; - this.partnerBusinessName = partnerBusinessName; - this.partnerDateIncorporated = partnerDateIncorporated; - this.partnerBusinessType = partnerBusinessType; - this.partnerBusinessAddress = partnerBusinessAddress; - this.partnerGeneralInformationCity = partnerGeneralInformationCity; - this.partnerGeneralInformationState = partnerGeneralInformationState; - this.partnerGeneralInformationZip = partnerGeneralInformationZip; - this.partnerWebsite = partnerWebsite; - this.partnerSIC = partnerSIC; - this.partnerOwnership = partnerOwnership; - this.partnerBusinessDescription = partnerBusinessDescription; - this.partnerInitialCreditLimit = partnerInitialCreditLimit; - this.partnerCustomerInformationFirstName = partnerCustomerInformationFirstName; - this.partnerCustomerInformationLastName = partnerCustomerInformationLastName; - this.partnerCustomerInformationHomeAddress = partnerCustomerInformationHomeAddress; - this.partnerCustomerInformationState = partnerCustomerInformationState; - this.partnerCustomerInformationCity = partnerCustomerInformationCity; - this.partnercustomerInformationZip = partnercustomerInformationZip; - this.partnerCustomerInformationPercentOwnership = partnerCustomerInformationPercentOwnership; - this.partnerCustomerInformationDOB = partnerCustomerInformationDOB; - this.gender = gender; - } - - /** - * Constructs a EditApplication from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/EditApplication} obj Optional instance to populate. - * @return {module:model/EditApplication} The populated EditApplication instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new EditApplication(); - if (data.hasOwnProperty('applicationID')) - obj.applicationID = ApiClient.convertToType(data['applicationID'], 'String'); - if (data.hasOwnProperty('partnerBusinessName')) - obj.partnerBusinessName = ApiClient.convertToType(data['partnerBusinessName'], 'String'); - if (data.hasOwnProperty('partnerDateIncorporated')) - obj.partnerDateIncorporated = ApiClient.convertToType(data['partnerDateIncorporated'], 'String'); - if (data.hasOwnProperty('partnerBusinessType')) - obj.partnerBusinessType = Business.constructFromObject(data['partnerBusinessType']); - if (data.hasOwnProperty('partnerBusinessAddress')) - obj.partnerBusinessAddress = ApiClient.convertToType(data['partnerBusinessAddress'], 'String'); - if (data.hasOwnProperty('partnerStreet2')) - obj.partnerStreet2 = ApiClient.convertToType(data['partnerStreet2'], 'String'); - if (data.hasOwnProperty('partnerGeneralInformationCity')) - obj.partnerGeneralInformationCity = ApiClient.convertToType(data['partnerGeneralInformationCity'], 'String'); - if (data.hasOwnProperty('partnerGeneralInformationState')) - obj.partnerGeneralInformationState = States.constructFromObject(data['partnerGeneralInformationState']); - if (data.hasOwnProperty('partnerGeneralInformationZip')) - obj.partnerGeneralInformationZip = ApiClient.convertToType(data['partnerGeneralInformationZip'], 'Number'); - if (data.hasOwnProperty('partnerWebsite')) - obj.partnerWebsite = ApiClient.convertToType(data['partnerWebsite'], 'String'); - if (data.hasOwnProperty('partnerSIC')) - obj.partnerSIC = SIC.constructFromObject(data['partnerSIC']); - if (data.hasOwnProperty('partnerOwnership')) - obj.partnerOwnership = Ownership.constructFromObject(data['partnerOwnership']); - if (data.hasOwnProperty('partnerBusinessDescription')) - obj.partnerBusinessDescription = ApiClient.convertToType(data['partnerBusinessDescription'], 'String'); - if (data.hasOwnProperty('partnerBusinessFax')) - obj.partnerBusinessFax = ApiClient.convertToType(data['partnerBusinessFax'], 'Number'); - if (data.hasOwnProperty('partnerInitialCreditLimit')) - obj.partnerInitialCreditLimit = ApiClient.convertToType(data['partnerInitialCreditLimit'], 'Number'); - if (data.hasOwnProperty('partnerCustomerInformationFirstName')) - obj.partnerCustomerInformationFirstName = ApiClient.convertToType(data['partnerCustomerInformationFirstName'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationLastName')) - obj.partnerCustomerInformationLastName = ApiClient.convertToType(data['partnerCustomerInformationLastName'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationHomeAddress')) - obj.partnerCustomerInformationHomeAddress = ApiClient.convertToType(data['partnerCustomerInformationHomeAddress'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationHomeStreet2')) - obj.partnerCustomerInformationHomeStreet2 = ApiClient.convertToType(data['partnerCustomerInformationHomeStreet2'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationState')) - obj.partnerCustomerInformationState = States.constructFromObject(data['partnerCustomerInformationState']); - if (data.hasOwnProperty('partnerCustomerInformationCity')) - obj.partnerCustomerInformationCity = ApiClient.convertToType(data['partnerCustomerInformationCity'], 'String'); - if (data.hasOwnProperty('partnercustomerInformationZip')) - obj.partnercustomerInformationZip = ApiClient.convertToType(data['partnercustomerInformationZip'], 'Number'); - if (data.hasOwnProperty('partnerCustomerInformationPercentOwnership')) - obj.partnerCustomerInformationPercentOwnership = ApiClient.convertToType(data['partnerCustomerInformationPercentOwnership'], 'Number'); - if (data.hasOwnProperty('partnerCustomerInformationDOB')) - obj.partnerCustomerInformationDOB = ApiClient.convertToType(data['partnerCustomerInformationDOB'], 'String'); - if (data.hasOwnProperty('haveInsurance')) - obj.haveInsurance = ApiClient.convertToType(data['haveInsurance'], 'Boolean'); - if (data.hasOwnProperty('gender')) - obj.gender = Gender.constructFromObject(data['gender']); - } - return obj; - } -} - -/** - * @member {String} applicationID - */ -EditApplication.prototype.applicationID = undefined; - -/** - * @member {String} partnerBusinessName - */ -EditApplication.prototype.partnerBusinessName = undefined; - -/** - * YYYY-MM-DD - * @member {String} partnerDateIncorporated - */ -EditApplication.prototype.partnerDateIncorporated = undefined; - -/** - * @member {module:model/Business} partnerBusinessType - */ -EditApplication.prototype.partnerBusinessType = undefined; - -/** - * @member {String} partnerBusinessAddress - */ -EditApplication.prototype.partnerBusinessAddress = undefined; - -/** - * @member {String} partnerStreet2 - */ -EditApplication.prototype.partnerStreet2 = undefined; - -/** - * @member {String} partnerGeneralInformationCity - */ -EditApplication.prototype.partnerGeneralInformationCity = undefined; - -/** - * @member {module:model/States} partnerGeneralInformationState - */ -EditApplication.prototype.partnerGeneralInformationState = undefined; - -/** - * @member {Number} partnerGeneralInformationZip - */ -EditApplication.prototype.partnerGeneralInformationZip = undefined; - -/** - * @member {String} partnerWebsite - */ -EditApplication.prototype.partnerWebsite = undefined; - -/** - * @member {module:model/SIC} partnerSIC - */ -EditApplication.prototype.partnerSIC = undefined; - -/** - * @member {module:model/Ownership} partnerOwnership - */ -EditApplication.prototype.partnerOwnership = undefined; - -/** - * @member {String} partnerBusinessDescription - */ -EditApplication.prototype.partnerBusinessDescription = undefined; - -/** - * @member {Number} partnerBusinessFax - */ -EditApplication.prototype.partnerBusinessFax = undefined; - -/** - * @member {Number} partnerInitialCreditLimit - */ -EditApplication.prototype.partnerInitialCreditLimit = undefined; - -/** - * @member {String} partnerCustomerInformationFirstName - */ -EditApplication.prototype.partnerCustomerInformationFirstName = undefined; - -/** - * @member {String} partnerCustomerInformationLastName - */ -EditApplication.prototype.partnerCustomerInformationLastName = undefined; - -/** - * @member {String} partnerCustomerInformationHomeAddress - */ -EditApplication.prototype.partnerCustomerInformationHomeAddress = undefined; - -/** - * @member {String} partnerCustomerInformationHomeStreet2 - */ -EditApplication.prototype.partnerCustomerInformationHomeStreet2 = undefined; - -/** - * @member {module:model/States} partnerCustomerInformationState - */ -EditApplication.prototype.partnerCustomerInformationState = undefined; - -/** - * @member {String} partnerCustomerInformationCity - */ -EditApplication.prototype.partnerCustomerInformationCity = undefined; - -/** - * @member {Number} partnercustomerInformationZip - */ -EditApplication.prototype.partnercustomerInformationZip = undefined; - -/** - * @member {Number} partnerCustomerInformationPercentOwnership - */ -EditApplication.prototype.partnerCustomerInformationPercentOwnership = undefined; - -/** - * YYYY-MM-DD - * @member {String} partnerCustomerInformationDOB - */ -EditApplication.prototype.partnerCustomerInformationDOB = undefined; - -/** - * @member {Boolean} haveInsurance - */ -EditApplication.prototype.haveInsurance = undefined; - -/** - * @member {module:model/Gender} gender - */ -EditApplication.prototype.gender = undefined; - diff --git a/node_modules/kaped_partner_api/src/model/EditB2b2cApplication.js b/node_modules/kaped_partner_api/src/model/EditB2b2cApplication.js deleted file mode 100644 index 38346b4..0000000 --- a/node_modules/kaped_partner_api/src/model/EditB2b2cApplication.js +++ /dev/null @@ -1,278 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; -import {Business} from './Business'; -import {Gender} from './Gender'; -import {Ownership} from './Ownership'; -import {SIC} from './SIC'; -import {States} from './States'; - -/** - * The EditB2b2cApplication model module. - * @module model/EditB2b2cApplication - * @version 1.2.0 - */ -export class EditB2b2cApplication { - /** - * Constructs a new EditB2b2cApplication. - * @alias module:model/EditB2b2cApplication - * @class - * @param applicationID {String} - * @param partnerBusinessName {String} - * @param partnerDateIncorporated {String} YYYY-MM-DD - * @param partnerBusinessType {module:model/Business} - * @param partnerBusinessAddress {String} - * @param partnerGeneralInformationCity {String} - * @param partnerGeneralInformationState {module:model/States} - * @param partnerGeneralInformationZip {Number} - * @param partnerWebsite {String} - * @param partnerSIC {module:model/SIC} - * @param partnerOwnership {module:model/Ownership} - * @param partnerBusinessDescription {String} - * @param partnerInitialCreditLimit {Number} - * @param partnerCustomerInformationFirstName {String} - * @param partnerCustomerInformationLastName {String} - * @param partnerCustomerInformationHomeAddress {String} - * @param partnerCustomerInformationState {module:model/States} - * @param partnerCustomerInformationCity {String} - * @param partnercustomerInformationZip {Number} - * @param partnerCustomerInformationPercentOwnership {Number} - * @param partnerCustomerInformationDOB {String} YYYY-MM-DD - * @param gender {module:model/Gender} - */ - constructor(applicationID, partnerBusinessName, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDOB, gender) { - this.applicationID = applicationID; - this.partnerBusinessName = partnerBusinessName; - this.partnerDateIncorporated = partnerDateIncorporated; - this.partnerBusinessType = partnerBusinessType; - this.partnerBusinessAddress = partnerBusinessAddress; - this.partnerGeneralInformationCity = partnerGeneralInformationCity; - this.partnerGeneralInformationState = partnerGeneralInformationState; - this.partnerGeneralInformationZip = partnerGeneralInformationZip; - this.partnerWebsite = partnerWebsite; - this.partnerSIC = partnerSIC; - this.partnerOwnership = partnerOwnership; - this.partnerBusinessDescription = partnerBusinessDescription; - this.partnerInitialCreditLimit = partnerInitialCreditLimit; - this.partnerCustomerInformationFirstName = partnerCustomerInformationFirstName; - this.partnerCustomerInformationLastName = partnerCustomerInformationLastName; - this.partnerCustomerInformationHomeAddress = partnerCustomerInformationHomeAddress; - this.partnerCustomerInformationState = partnerCustomerInformationState; - this.partnerCustomerInformationCity = partnerCustomerInformationCity; - this.partnercustomerInformationZip = partnercustomerInformationZip; - this.partnerCustomerInformationPercentOwnership = partnerCustomerInformationPercentOwnership; - this.partnerCustomerInformationDOB = partnerCustomerInformationDOB; - this.gender = gender; - } - - /** - * Constructs a EditB2b2cApplication from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/EditB2b2cApplication} obj Optional instance to populate. - * @return {module:model/EditB2b2cApplication} The populated EditB2b2cApplication instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new EditB2b2cApplication(); - if (data.hasOwnProperty('applicationID')) - obj.applicationID = ApiClient.convertToType(data['applicationID'], 'String'); - if (data.hasOwnProperty('partnerBusinessName')) - obj.partnerBusinessName = ApiClient.convertToType(data['partnerBusinessName'], 'String'); - if (data.hasOwnProperty('partnerDateIncorporated')) - obj.partnerDateIncorporated = ApiClient.convertToType(data['partnerDateIncorporated'], 'String'); - if (data.hasOwnProperty('partnerBusinessType')) - obj.partnerBusinessType = Business.constructFromObject(data['partnerBusinessType']); - if (data.hasOwnProperty('partnerBusinessAddress')) - obj.partnerBusinessAddress = ApiClient.convertToType(data['partnerBusinessAddress'], 'String'); - if (data.hasOwnProperty('partnerStreet2')) - obj.partnerStreet2 = ApiClient.convertToType(data['partnerStreet2'], 'String'); - if (data.hasOwnProperty('partnerGeneralInformationCity')) - obj.partnerGeneralInformationCity = ApiClient.convertToType(data['partnerGeneralInformationCity'], 'String'); - if (data.hasOwnProperty('partnerGeneralInformationState')) - obj.partnerGeneralInformationState = States.constructFromObject(data['partnerGeneralInformationState']); - if (data.hasOwnProperty('partnerGeneralInformationZip')) - obj.partnerGeneralInformationZip = ApiClient.convertToType(data['partnerGeneralInformationZip'], 'Number'); - if (data.hasOwnProperty('partnerWebsite')) - obj.partnerWebsite = ApiClient.convertToType(data['partnerWebsite'], 'String'); - if (data.hasOwnProperty('partnerSIC')) - obj.partnerSIC = SIC.constructFromObject(data['partnerSIC']); - if (data.hasOwnProperty('partnerOwnership')) - obj.partnerOwnership = Ownership.constructFromObject(data['partnerOwnership']); - if (data.hasOwnProperty('partnerBusinessDescription')) - obj.partnerBusinessDescription = ApiClient.convertToType(data['partnerBusinessDescription'], 'String'); - if (data.hasOwnProperty('partnerBusinessFax')) - obj.partnerBusinessFax = ApiClient.convertToType(data['partnerBusinessFax'], 'Number'); - if (data.hasOwnProperty('partnerInitialCreditLimit')) - obj.partnerInitialCreditLimit = ApiClient.convertToType(data['partnerInitialCreditLimit'], 'Number'); - if (data.hasOwnProperty('partnerCustomerInformationFirstName')) - obj.partnerCustomerInformationFirstName = ApiClient.convertToType(data['partnerCustomerInformationFirstName'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationLastName')) - obj.partnerCustomerInformationLastName = ApiClient.convertToType(data['partnerCustomerInformationLastName'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationHomeAddress')) - obj.partnerCustomerInformationHomeAddress = ApiClient.convertToType(data['partnerCustomerInformationHomeAddress'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationHomeStreet2')) - obj.partnerCustomerInformationHomeStreet2 = ApiClient.convertToType(data['partnerCustomerInformationHomeStreet2'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationState')) - obj.partnerCustomerInformationState = States.constructFromObject(data['partnerCustomerInformationState']); - if (data.hasOwnProperty('partnerCustomerInformationCity')) - obj.partnerCustomerInformationCity = ApiClient.convertToType(data['partnerCustomerInformationCity'], 'String'); - if (data.hasOwnProperty('partnercustomerInformationZip')) - obj.partnercustomerInformationZip = ApiClient.convertToType(data['partnercustomerInformationZip'], 'Number'); - if (data.hasOwnProperty('partnerCustomerInformationPercentOwnership')) - obj.partnerCustomerInformationPercentOwnership = ApiClient.convertToType(data['partnerCustomerInformationPercentOwnership'], 'Number'); - if (data.hasOwnProperty('partnerCustomerInformationDOB')) - obj.partnerCustomerInformationDOB = ApiClient.convertToType(data['partnerCustomerInformationDOB'], 'String'); - if (data.hasOwnProperty('haveInsurance')) - obj.haveInsurance = ApiClient.convertToType(data['haveInsurance'], 'Boolean'); - if (data.hasOwnProperty('gender')) - obj.gender = Gender.constructFromObject(data['gender']); - } - return obj; - } -} - -/** - * @member {String} applicationID - */ -EditB2b2cApplication.prototype.applicationID = undefined; - -/** - * @member {String} partnerBusinessName - */ -EditB2b2cApplication.prototype.partnerBusinessName = undefined; - -/** - * YYYY-MM-DD - * @member {String} partnerDateIncorporated - */ -EditB2b2cApplication.prototype.partnerDateIncorporated = undefined; - -/** - * @member {module:model/Business} partnerBusinessType - */ -EditB2b2cApplication.prototype.partnerBusinessType = undefined; - -/** - * @member {String} partnerBusinessAddress - */ -EditB2b2cApplication.prototype.partnerBusinessAddress = undefined; - -/** - * @member {String} partnerStreet2 - */ -EditB2b2cApplication.prototype.partnerStreet2 = undefined; - -/** - * @member {String} partnerGeneralInformationCity - */ -EditB2b2cApplication.prototype.partnerGeneralInformationCity = undefined; - -/** - * @member {module:model/States} partnerGeneralInformationState - */ -EditB2b2cApplication.prototype.partnerGeneralInformationState = undefined; - -/** - * @member {Number} partnerGeneralInformationZip - */ -EditB2b2cApplication.prototype.partnerGeneralInformationZip = undefined; - -/** - * @member {String} partnerWebsite - */ -EditB2b2cApplication.prototype.partnerWebsite = undefined; - -/** - * @member {module:model/SIC} partnerSIC - */ -EditB2b2cApplication.prototype.partnerSIC = undefined; - -/** - * @member {module:model/Ownership} partnerOwnership - */ -EditB2b2cApplication.prototype.partnerOwnership = undefined; - -/** - * @member {String} partnerBusinessDescription - */ -EditB2b2cApplication.prototype.partnerBusinessDescription = undefined; - -/** - * @member {Number} partnerBusinessFax - */ -EditB2b2cApplication.prototype.partnerBusinessFax = undefined; - -/** - * @member {Number} partnerInitialCreditLimit - */ -EditB2b2cApplication.prototype.partnerInitialCreditLimit = undefined; - -/** - * @member {String} partnerCustomerInformationFirstName - */ -EditB2b2cApplication.prototype.partnerCustomerInformationFirstName = undefined; - -/** - * @member {String} partnerCustomerInformationLastName - */ -EditB2b2cApplication.prototype.partnerCustomerInformationLastName = undefined; - -/** - * @member {String} partnerCustomerInformationHomeAddress - */ -EditB2b2cApplication.prototype.partnerCustomerInformationHomeAddress = undefined; - -/** - * @member {String} partnerCustomerInformationHomeStreet2 - */ -EditB2b2cApplication.prototype.partnerCustomerInformationHomeStreet2 = undefined; - -/** - * @member {module:model/States} partnerCustomerInformationState - */ -EditB2b2cApplication.prototype.partnerCustomerInformationState = undefined; - -/** - * @member {String} partnerCustomerInformationCity - */ -EditB2b2cApplication.prototype.partnerCustomerInformationCity = undefined; - -/** - * @member {Number} partnercustomerInformationZip - */ -EditB2b2cApplication.prototype.partnercustomerInformationZip = undefined; - -/** - * @member {Number} partnerCustomerInformationPercentOwnership - */ -EditB2b2cApplication.prototype.partnerCustomerInformationPercentOwnership = undefined; - -/** - * YYYY-MM-DD - * @member {String} partnerCustomerInformationDOB - */ -EditB2b2cApplication.prototype.partnerCustomerInformationDOB = undefined; - -/** - * @member {Boolean} haveInsurance - */ -EditB2b2cApplication.prototype.haveInsurance = undefined; - -/** - * @member {module:model/Gender} gender - */ -EditB2b2cApplication.prototype.gender = undefined; - diff --git a/node_modules/kaped_partner_api/src/model/Gender.js b/node_modules/kaped_partner_api/src/model/Gender.js deleted file mode 100644 index e70658b..0000000 --- a/node_modules/kaped_partner_api/src/model/Gender.js +++ /dev/null @@ -1,51 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; - -/** - * Enum class Gender. - * @enum {String} - * @readonly - */ -const Gender = { - /** - * value: "Male" - * @const - */ - male: "Male", - - /** - * value: "Female" - * @const - */ - female: "Female", - - /** - * value: "Transgender" - * @const - */ - transgender: "Transgender", - - /** - * Returns a Gender enum value from a JavaScript object name. - * @param {Object} data The plain JavaScript object containing the name of the enum value. - * @return {module:model/Gender} The enum Gender value. - */ - constructFromObject: function(object) { - return object; - } -}; - -export {Gender}; \ No newline at end of file diff --git a/node_modules/kaped_partner_api/src/model/Login.js b/node_modules/kaped_partner_api/src/model/Login.js deleted file mode 100644 index 39cc10c..0000000 --- a/node_modules/kaped_partner_api/src/model/Login.js +++ /dev/null @@ -1,54 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; - -/** - * The Login model module. - * @module model/Login - * @version 1.2.0 - */ -export class Login { - /** - * Constructs a new Login. - * @alias module:model/Login - * @class - * @param username {String} - */ - constructor(username) { - this.username = username; - } - - /** - * Constructs a Login from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/Login} obj Optional instance to populate. - * @return {module:model/Login} The populated Login instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new Login(); - if (data.hasOwnProperty('username')) - obj.username = ApiClient.convertToType(data['username'], 'String'); - } - return obj; - } -} - -/** - * @member {String} username - */ -Login.prototype.username = undefined; - diff --git a/node_modules/kaped_partner_api/src/model/Ownership.js b/node_modules/kaped_partner_api/src/model/Ownership.js deleted file mode 100644 index 68ba2b5..0000000 --- a/node_modules/kaped_partner_api/src/model/Ownership.js +++ /dev/null @@ -1,45 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; - -/** - * Enum class Ownership. - * @enum {String} - * @readonly - */ -const Ownership = { - /** - * value: "public" - * @const - */ - _public: "public", - - /** - * value: "private" - * @const - */ - _private: "private", - - /** - * Returns a Ownership enum value from a JavaScript object name. - * @param {Object} data The plain JavaScript object containing the name of the enum value. - * @return {module:model/Ownership} The enum Ownership value. - */ - constructFromObject: function(object) { - return object; - } -}; - -export {Ownership}; \ No newline at end of file diff --git a/node_modules/kaped_partner_api/src/model/ResumeApplication.js b/node_modules/kaped_partner_api/src/model/ResumeApplication.js deleted file mode 100644 index 0b18733..0000000 --- a/node_modules/kaped_partner_api/src/model/ResumeApplication.js +++ /dev/null @@ -1,52 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; - -/** - * The ResumeApplication model module. - * @module model/ResumeApplication - * @version 1.2.0 - */ -export class ResumeApplication { - /** - * Constructs a new ResumeApplication. - * @alias module:model/ResumeApplication - * @class - */ - constructor() { - } - - /** - * Constructs a ResumeApplication from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/ResumeApplication} obj Optional instance to populate. - * @return {module:model/ResumeApplication} The populated ResumeApplication instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new ResumeApplication(); - if (data.hasOwnProperty('applicationID')) - obj.applicationID = ApiClient.convertToType(data['applicationID'], 'String'); - } - return obj; - } -} - -/** - * @member {String} applicationID - */ -ResumeApplication.prototype.applicationID = undefined; - diff --git a/node_modules/kaped_partner_api/src/model/SIC.js b/node_modules/kaped_partner_api/src/model/SIC.js deleted file mode 100644 index 4bca6ee..0000000 --- a/node_modules/kaped_partner_api/src/model/SIC.js +++ /dev/null @@ -1,2697 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; - -/** - * Enum class SIC. - * @enum {Number} - * @readonly - */ -const SIC = { - /** - * value: 100 - * @const - */ - _100: 100, - - /** - * value: 200 - * @const - */ - _200: 200, - - /** - * value: 700 - * @const - */ - _700: 700, - - /** - * value: 800 - * @const - */ - _800: 800, - - /** - * value: 900 - * @const - */ - _900: 900, - - /** - * value: 1000 - * @const - */ - _1000: 1000, - - /** - * value: 1040 - * @const - */ - _1040: 1040, - - /** - * value: 1090 - * @const - */ - _1090: 1090, - - /** - * value: 1220 - * @const - */ - _1220: 1220, - - /** - * value: 1221 - * @const - */ - _1221: 1221, - - /** - * value: 1311 - * @const - */ - _1311: 1311, - - /** - * value: 1381 - * @const - */ - _1381: 1381, - - /** - * value: 1382 - * @const - */ - _1382: 1382, - - /** - * value: 1389 - * @const - */ - _1389: 1389, - - /** - * value: 1400 - * @const - */ - _1400: 1400, - - /** - * value: 1520 - * @const - */ - _1520: 1520, - - /** - * value: 1531 - * @const - */ - _1531: 1531, - - /** - * value: 1540 - * @const - */ - _1540: 1540, - - /** - * value: 1600 - * @const - */ - _1600: 1600, - - /** - * value: 1623 - * @const - */ - _1623: 1623, - - /** - * value: 1700 - * @const - */ - _1700: 1700, - - /** - * value: 1731 - * @const - */ - _1731: 1731, - - /** - * value: 2000 - * @const - */ - _2000: 2000, - - /** - * value: 2011 - * @const - */ - _2011: 2011, - - /** - * value: 2013 - * @const - */ - _2013: 2013, - - /** - * value: 2015 - * @const - */ - _2015: 2015, - - /** - * value: 2020 - * @const - */ - _2020: 2020, - - /** - * value: 2024 - * @const - */ - _2024: 2024, - - /** - * value: 2030 - * @const - */ - _2030: 2030, - - /** - * value: 2033 - * @const - */ - _2033: 2033, - - /** - * value: 2040 - * @const - */ - _2040: 2040, - - /** - * value: 2050 - * @const - */ - _2050: 2050, - - /** - * value: 2052 - * @const - */ - _2052: 2052, - - /** - * value: 2060 - * @const - */ - _2060: 2060, - - /** - * value: 2070 - * @const - */ - _2070: 2070, - - /** - * value: 2080 - * @const - */ - _2080: 2080, - - /** - * value: 2082 - * @const - */ - _2082: 2082, - - /** - * value: 2086 - * @const - */ - _2086: 2086, - - /** - * value: 2090 - * @const - */ - _2090: 2090, - - /** - * value: 2092 - * @const - */ - _2092: 2092, - - /** - * value: 2100 - * @const - */ - _2100: 2100, - - /** - * value: 2111 - * @const - */ - _2111: 2111, - - /** - * value: 2200 - * @const - */ - _2200: 2200, - - /** - * value: 2211 - * @const - */ - _2211: 2211, - - /** - * value: 2221 - * @const - */ - _2221: 2221, - - /** - * value: 2250 - * @const - */ - _2250: 2250, - - /** - * value: 2253 - * @const - */ - _2253: 2253, - - /** - * value: 2273 - * @const - */ - _2273: 2273, - - /** - * value: 2300 - * @const - */ - _2300: 2300, - - /** - * value: 2320 - * @const - */ - _2320: 2320, - - /** - * value: 2330 - * @const - */ - _2330: 2330, - - /** - * value: 2340 - * @const - */ - _2340: 2340, - - /** - * value: 2390 - * @const - */ - _2390: 2390, - - /** - * value: 2400 - * @const - */ - _2400: 2400, - - /** - * value: 2421 - * @const - */ - _2421: 2421, - - /** - * value: 2430 - * @const - */ - _2430: 2430, - - /** - * value: 2451 - * @const - */ - _2451: 2451, - - /** - * value: 2452 - * @const - */ - _2452: 2452, - - /** - * value: 2510 - * @const - */ - _2510: 2510, - - /** - * value: 2511 - * @const - */ - _2511: 2511, - - /** - * value: 2520 - * @const - */ - _2520: 2520, - - /** - * value: 2522 - * @const - */ - _2522: 2522, - - /** - * value: 2531 - * @const - */ - _2531: 2531, - - /** - * value: 2540 - * @const - */ - _2540: 2540, - - /** - * value: 2590 - * @const - */ - _2590: 2590, - - /** - * value: 2600 - * @const - */ - _2600: 2600, - - /** - * value: 2611 - * @const - */ - _2611: 2611, - - /** - * value: 2621 - * @const - */ - _2621: 2621, - - /** - * value: 2631 - * @const - */ - _2631: 2631, - - /** - * value: 2650 - * @const - */ - _2650: 2650, - - /** - * value: 2670 - * @const - */ - _2670: 2670, - - /** - * value: 2673 - * @const - */ - _2673: 2673, - - /** - * value: 2711 - * @const - */ - _2711: 2711, - - /** - * value: 2721 - * @const - */ - _2721: 2721, - - /** - * value: 2731 - * @const - */ - _2731: 2731, - - /** - * value: 2732 - * @const - */ - _2732: 2732, - - /** - * value: 2741 - * @const - */ - _2741: 2741, - - /** - * value: 2750 - * @const - */ - _2750: 2750, - - /** - * value: 2761 - * @const - */ - _2761: 2761, - - /** - * value: 2771 - * @const - */ - _2771: 2771, - - /** - * value: 2780 - * @const - */ - _2780: 2780, - - /** - * value: 2790 - * @const - */ - _2790: 2790, - - /** - * value: 2800 - * @const - */ - _2800: 2800, - - /** - * value: 2810 - * @const - */ - _2810: 2810, - - /** - * value: 2820 - * @const - */ - _2820: 2820, - - /** - * value: 2821 - * @const - */ - _2821: 2821, - - /** - * value: 2833 - * @const - */ - _2833: 2833, - - /** - * value: 2834 - * @const - */ - _2834: 2834, - - /** - * value: 2835 - * @const - */ - _2835: 2835, - - /** - * value: 2836 - * @const - */ - _2836: 2836, - - /** - * value: 2840 - * @const - */ - _2840: 2840, - - /** - * value: 2842 - * @const - */ - _2842: 2842, - - /** - * value: 2844 - * @const - */ - _2844: 2844, - - /** - * value: 2851 - * @const - */ - _2851: 2851, - - /** - * value: 2860 - * @const - */ - _2860: 2860, - - /** - * value: 2870 - * @const - */ - _2870: 2870, - - /** - * value: 2890 - * @const - */ - _2890: 2890, - - /** - * value: 2891 - * @const - */ - _2891: 2891, - - /** - * value: 2911 - * @const - */ - _2911: 2911, - - /** - * value: 2950 - * @const - */ - _2950: 2950, - - /** - * value: 2990 - * @const - */ - _2990: 2990, - - /** - * value: 3011 - * @const - */ - _3011: 3011, - - /** - * value: 3021 - * @const - */ - _3021: 3021, - - /** - * value: 3050 - * @const - */ - _3050: 3050, - - /** - * value: 3060 - * @const - */ - _3060: 3060, - - /** - * value: 3080 - * @const - */ - _3080: 3080, - - /** - * value: 3081 - * @const - */ - _3081: 3081, - - /** - * value: 3086 - * @const - */ - _3086: 3086, - - /** - * value: 3089 - * @const - */ - _3089: 3089, - - /** - * value: 3100 - * @const - */ - _3100: 3100, - - /** - * value: 3140 - * @const - */ - _3140: 3140, - - /** - * value: 3211 - * @const - */ - _3211: 3211, - - /** - * value: 3220 - * @const - */ - _3220: 3220, - - /** - * value: 3221 - * @const - */ - _3221: 3221, - - /** - * value: 3231 - * @const - */ - _3231: 3231, - - /** - * value: 3241 - * @const - */ - _3241: 3241, - - /** - * value: 3250 - * @const - */ - _3250: 3250, - - /** - * value: 3260 - * @const - */ - _3260: 3260, - - /** - * value: 3270 - * @const - */ - _3270: 3270, - - /** - * value: 3272 - * @const - */ - _3272: 3272, - - /** - * value: 3281 - * @const - */ - _3281: 3281, - - /** - * value: 3290 - * @const - */ - _3290: 3290, - - /** - * value: 3310 - * @const - */ - _3310: 3310, - - /** - * value: 3312 - * @const - */ - _3312: 3312, - - /** - * value: 3317 - * @const - */ - _3317: 3317, - - /** - * value: 3320 - * @const - */ - _3320: 3320, - - /** - * value: 3330 - * @const - */ - _3330: 3330, - - /** - * value: 3334 - * @const - */ - _3334: 3334, - - /** - * value: 3341 - * @const - */ - _3341: 3341, - - /** - * value: 3350 - * @const - */ - _3350: 3350, - - /** - * value: 3357 - * @const - */ - _3357: 3357, - - /** - * value: 3360 - * @const - */ - _3360: 3360, - - /** - * value: 3390 - * @const - */ - _3390: 3390, - - /** - * value: 3411 - * @const - */ - _3411: 3411, - - /** - * value: 3412 - * @const - */ - _3412: 3412, - - /** - * value: 3420 - * @const - */ - _3420: 3420, - - /** - * value: 3430 - * @const - */ - _3430: 3430, - - /** - * value: 3433 - * @const - */ - _3433: 3433, - - /** - * value: 3440 - * @const - */ - _3440: 3440, - - /** - * value: 3442 - * @const - */ - _3442: 3442, - - /** - * value: 3443 - * @const - */ - _3443: 3443, - - /** - * value: 3444 - * @const - */ - _3444: 3444, - - /** - * value: 3448 - * @const - */ - _3448: 3448, - - /** - * value: 3451 - * @const - */ - _3451: 3451, - - /** - * value: 3452 - * @const - */ - _3452: 3452, - - /** - * value: 3460 - * @const - */ - _3460: 3460, - - /** - * value: 3470 - * @const - */ - _3470: 3470, - - /** - * value: 3480 - * @const - */ - _3480: 3480, - - /** - * value: 3490 - * @const - */ - _3490: 3490, - - /** - * value: 3510 - * @const - */ - _3510: 3510, - - /** - * value: 3523 - * @const - */ - _3523: 3523, - - /** - * value: 3524 - * @const - */ - _3524: 3524, - - /** - * value: 3530 - * @const - */ - _3530: 3530, - - /** - * value: 3531 - * @const - */ - _3531: 3531, - - /** - * value: 3532 - * @const - */ - _3532: 3532, - - /** - * value: 3533 - * @const - */ - _3533: 3533, - - /** - * value: 3537 - * @const - */ - _3537: 3537, - - /** - * value: 3540 - * @const - */ - _3540: 3540, - - /** - * value: 3541 - * @const - */ - _3541: 3541, - - /** - * value: 3550 - * @const - */ - _3550: 3550, - - /** - * value: 3555 - * @const - */ - _3555: 3555, - - /** - * value: 3559 - * @const - */ - _3559: 3559, - - /** - * value: 3560 - * @const - */ - _3560: 3560, - - /** - * value: 3561 - * @const - */ - _3561: 3561, - - /** - * value: 3562 - * @const - */ - _3562: 3562, - - /** - * value: 3564 - * @const - */ - _3564: 3564, - - /** - * value: 3567 - * @const - */ - _3567: 3567, - - /** - * value: 3569 - * @const - */ - _3569: 3569, - - /** - * value: 3570 - * @const - */ - _3570: 3570, - - /** - * value: 3571 - * @const - */ - _3571: 3571, - - /** - * value: 3572 - * @const - */ - _3572: 3572, - - /** - * value: 3575 - * @const - */ - _3575: 3575, - - /** - * value: 3576 - * @const - */ - _3576: 3576, - - /** - * value: 3577 - * @const - */ - _3577: 3577, - - /** - * value: 3578 - * @const - */ - _3578: 3578, - - /** - * value: 3579 - * @const - */ - _3579: 3579, - - /** - * value: 3580 - * @const - */ - _3580: 3580, - - /** - * value: 3585 - * @const - */ - _3585: 3585, - - /** - * value: 3590 - * @const - */ - _3590: 3590, - - /** - * value: 3600 - * @const - */ - _3600: 3600, - - /** - * value: 3612 - * @const - */ - _3612: 3612, - - /** - * value: 3613 - * @const - */ - _3613: 3613, - - /** - * value: 3620 - * @const - */ - _3620: 3620, - - /** - * value: 3621 - * @const - */ - _3621: 3621, - - /** - * value: 3630 - * @const - */ - _3630: 3630, - - /** - * value: 3634 - * @const - */ - _3634: 3634, - - /** - * value: 3640 - * @const - */ - _3640: 3640, - - /** - * value: 3651 - * @const - */ - _3651: 3651, - - /** - * value: 3652 - * @const - */ - _3652: 3652, - - /** - * value: 3661 - * @const - */ - _3661: 3661, - - /** - * value: 3663 - * @const - */ - _3663: 3663, - - /** - * value: 3669 - * @const - */ - _3669: 3669, - - /** - * value: 3670 - * @const - */ - _3670: 3670, - - /** - * value: 3672 - * @const - */ - _3672: 3672, - - /** - * value: 3674 - * @const - */ - _3674: 3674, - - /** - * value: 3677 - * @const - */ - _3677: 3677, - - /** - * value: 3678 - * @const - */ - _3678: 3678, - - /** - * value: 3679 - * @const - */ - _3679: 3679, - - /** - * value: 3690 - * @const - */ - _3690: 3690, - - /** - * value: 3695 - * @const - */ - _3695: 3695, - - /** - * value: 3711 - * @const - */ - _3711: 3711, - - /** - * value: 3713 - * @const - */ - _3713: 3713, - - /** - * value: 3714 - * @const - */ - _3714: 3714, - - /** - * value: 3715 - * @const - */ - _3715: 3715, - - /** - * value: 3716 - * @const - */ - _3716: 3716, - - /** - * value: 3720 - * @const - */ - _3720: 3720, - - /** - * value: 3721 - * @const - */ - _3721: 3721, - - /** - * value: 3724 - * @const - */ - _3724: 3724, - - /** - * value: 3728 - * @const - */ - _3728: 3728, - - /** - * value: 3730 - * @const - */ - _3730: 3730, - - /** - * value: 3743 - * @const - */ - _3743: 3743, - - /** - * value: 3751 - * @const - */ - _3751: 3751, - - /** - * value: 3760 - * @const - */ - _3760: 3760, - - /** - * value: 3790 - * @const - */ - _3790: 3790, - - /** - * value: 3812 - * @const - */ - _3812: 3812, - - /** - * value: 3821 - * @const - */ - _3821: 3821, - - /** - * value: 3822 - * @const - */ - _3822: 3822, - - /** - * value: 3823 - * @const - */ - _3823: 3823, - - /** - * value: 3824 - * @const - */ - _3824: 3824, - - /** - * value: 3825 - * @const - */ - _3825: 3825, - - /** - * value: 3826 - * @const - */ - _3826: 3826, - - /** - * value: 3827 - * @const - */ - _3827: 3827, - - /** - * value: 3829 - * @const - */ - _3829: 3829, - - /** - * value: 3841 - * @const - */ - _3841: 3841, - - /** - * value: 3842 - * @const - */ - _3842: 3842, - - /** - * value: 3843 - * @const - */ - _3843: 3843, - - /** - * value: 3844 - * @const - */ - _3844: 3844, - - /** - * value: 3845 - * @const - */ - _3845: 3845, - - /** - * value: 3851 - * @const - */ - _3851: 3851, - - /** - * value: 3861 - * @const - */ - _3861: 3861, - - /** - * value: 3873 - * @const - */ - _3873: 3873, - - /** - * value: 3910 - * @const - */ - _3910: 3910, - - /** - * value: 3911 - * @const - */ - _3911: 3911, - - /** - * value: 3931 - * @const - */ - _3931: 3931, - - /** - * value: 3942 - * @const - */ - _3942: 3942, - - /** - * value: 3944 - * @const - */ - _3944: 3944, - - /** - * value: 3949 - * @const - */ - _3949: 3949, - - /** - * value: 3950 - * @const - */ - _3950: 3950, - - /** - * value: 3960 - * @const - */ - _3960: 3960, - - /** - * value: 3990 - * @const - */ - _3990: 3990, - - /** - * value: 4011 - * @const - */ - _4011: 4011, - - /** - * value: 4013 - * @const - */ - _4013: 4013, - - /** - * value: 4100 - * @const - */ - _4100: 4100, - - /** - * value: 4210 - * @const - */ - _4210: 4210, - - /** - * value: 4213 - * @const - */ - _4213: 4213, - - /** - * value: 4220 - * @const - */ - _4220: 4220, - - /** - * value: 4231 - * @const - */ - _4231: 4231, - - /** - * value: 4400 - * @const - */ - _4400: 4400, - - /** - * value: 4412 - * @const - */ - _4412: 4412, - - /** - * value: 4512 - * @const - */ - _4512: 4512, - - /** - * value: 4513 - * @const - */ - _4513: 4513, - - /** - * value: 4522 - * @const - */ - _4522: 4522, - - /** - * value: 4581 - * @const - */ - _4581: 4581, - - /** - * value: 4610 - * @const - */ - _4610: 4610, - - /** - * value: 4700 - * @const - */ - _4700: 4700, - - /** - * value: 4731 - * @const - */ - _4731: 4731, - - /** - * value: 4812 - * @const - */ - _4812: 4812, - - /** - * value: 4813 - * @const - */ - _4813: 4813, - - /** - * value: 4822 - * @const - */ - _4822: 4822, - - /** - * value: 4832 - * @const - */ - _4832: 4832, - - /** - * value: 4833 - * @const - */ - _4833: 4833, - - /** - * value: 4841 - * @const - */ - _4841: 4841, - - /** - * value: 4899 - * @const - */ - _4899: 4899, - - /** - * value: 4900 - * @const - */ - _4900: 4900, - - /** - * value: 4911 - * @const - */ - _4911: 4911, - - /** - * value: 4922 - * @const - */ - _4922: 4922, - - /** - * value: 4923 - * @const - */ - _4923: 4923, - - /** - * value: 4924 - * @const - */ - _4924: 4924, - - /** - * value: 4931 - * @const - */ - _4931: 4931, - - /** - * value: 4932 - * @const - */ - _4932: 4932, - - /** - * value: 4941 - * @const - */ - _4941: 4941, - - /** - * value: 4950 - * @const - */ - _4950: 4950, - - /** - * value: 4953 - * @const - */ - _4953: 4953, - - /** - * value: 4955 - * @const - */ - _4955: 4955, - - /** - * value: 4961 - * @const - */ - _4961: 4961, - - /** - * value: 4991 - * @const - */ - _4991: 4991, - - /** - * value: 5000 - * @const - */ - _5000: 5000, - - /** - * value: 5010 - * @const - */ - _5010: 5010, - - /** - * value: 5013 - * @const - */ - _5013: 5013, - - /** - * value: 5020 - * @const - */ - _5020: 5020, - - /** - * value: 5030 - * @const - */ - _5030: 5030, - - /** - * value: 5031 - * @const - */ - _5031: 5031, - - /** - * value: 5040 - * @const - */ - _5040: 5040, - - /** - * value: 5045 - * @const - */ - _5045: 5045, - - /** - * value: 5047 - * @const - */ - _5047: 5047, - - /** - * value: 5050 - * @const - */ - _5050: 5050, - - /** - * value: 5051 - * @const - */ - _5051: 5051, - - /** - * value: 5063 - * @const - */ - _5063: 5063, - - /** - * value: 5064 - * @const - */ - _5064: 5064, - - /** - * value: 5065 - * @const - */ - _5065: 5065, - - /** - * value: 5070 - * @const - */ - _5070: 5070, - - /** - * value: 5072 - * @const - */ - _5072: 5072, - - /** - * value: 5080 - * @const - */ - _5080: 5080, - - /** - * value: 5082 - * @const - */ - _5082: 5082, - - /** - * value: 5084 - * @const - */ - _5084: 5084, - - /** - * value: 5090 - * @const - */ - _5090: 5090, - - /** - * value: 5094 - * @const - */ - _5094: 5094, - - /** - * value: 5099 - * @const - */ - _5099: 5099, - - /** - * value: 5110 - * @const - */ - _5110: 5110, - - /** - * value: 5122 - * @const - */ - _5122: 5122, - - /** - * value: 5130 - * @const - */ - _5130: 5130, - - /** - * value: 5140 - * @const - */ - _5140: 5140, - - /** - * value: 5141 - * @const - */ - _5141: 5141, - - /** - * value: 5150 - * @const - */ - _5150: 5150, - - /** - * value: 5160 - * @const - */ - _5160: 5160, - - /** - * value: 5171 - * @const - */ - _5171: 5171, - - /** - * value: 5172 - * @const - */ - _5172: 5172, - - /** - * value: 5180 - * @const - */ - _5180: 5180, - - /** - * value: 5190 - * @const - */ - _5190: 5190, - - /** - * value: 5200 - * @const - */ - _5200: 5200, - - /** - * value: 5211 - * @const - */ - _5211: 5211, - - /** - * value: 5271 - * @const - */ - _5271: 5271, - - /** - * value: 5311 - * @const - */ - _5311: 5311, - - /** - * value: 5331 - * @const - */ - _5331: 5331, - - /** - * value: 5399 - * @const - */ - _5399: 5399, - - /** - * value: 5400 - * @const - */ - _5400: 5400, - - /** - * value: 5411 - * @const - */ - _5411: 5411, - - /** - * value: 5412 - * @const - */ - _5412: 5412, - - /** - * value: 5500 - * @const - */ - _5500: 5500, - - /** - * value: 5531 - * @const - */ - _5531: 5531, - - /** - * value: 5600 - * @const - */ - _5600: 5600, - - /** - * value: 5621 - * @const - */ - _5621: 5621, - - /** - * value: 5651 - * @const - */ - _5651: 5651, - - /** - * value: 5661 - * @const - */ - _5661: 5661, - - /** - * value: 5700 - * @const - */ - _5700: 5700, - - /** - * value: 5712 - * @const - */ - _5712: 5712, - - /** - * value: 5731 - * @const - */ - _5731: 5731, - - /** - * value: 5734 - * @const - */ - _5734: 5734, - - /** - * value: 5735 - * @const - */ - _5735: 5735, - - /** - * value: 5810 - * @const - */ - _5810: 5810, - - /** - * value: 5812 - * @const - */ - _5812: 5812, - - /** - * value: 5900 - * @const - */ - _5900: 5900, - - /** - * value: 5912 - * @const - */ - _5912: 5912, - - /** - * value: 5940 - * @const - */ - _5940: 5940, - - /** - * value: 5944 - * @const - */ - _5944: 5944, - - /** - * value: 5945 - * @const - */ - _5945: 5945, - - /** - * value: 5960 - * @const - */ - _5960: 5960, - - /** - * value: 5961 - * @const - */ - _5961: 5961, - - /** - * value: 5990 - * @const - */ - _5990: 5990, - - /** - * value: 6021 - * @const - */ - _6021: 6021, - - /** - * value: 6022 - * @const - */ - _6022: 6022, - - /** - * value: 6029 - * @const - */ - _6029: 6029, - - /** - * value: 6035 - * @const - */ - _6035: 6035, - - /** - * value: 6036 - * @const - */ - _6036: 6036, - - /** - * value: 6099 - * @const - */ - _6099: 6099, - - /** - * value: 6111 - * @const - */ - _6111: 6111, - - /** - * value: 6141 - * @const - */ - _6141: 6141, - - /** - * value: 6153 - * @const - */ - _6153: 6153, - - /** - * value: 6159 - * @const - */ - _6159: 6159, - - /** - * value: 6162 - * @const - */ - _6162: 6162, - - /** - * value: 6163 - * @const - */ - _6163: 6163, - - /** - * value: 6172 - * @const - */ - _6172: 6172, - - /** - * value: 6189 - * @const - */ - _6189: 6189, - - /** - * value: 6199 - * @const - */ - _6199: 6199, - - /** - * value: 6200 - * @const - */ - _6200: 6200, - - /** - * value: 6211 - * @const - */ - _6211: 6211, - - /** - * value: 6221 - * @const - */ - _6221: 6221, - - /** - * value: 6282 - * @const - */ - _6282: 6282, - - /** - * value: 6311 - * @const - */ - _6311: 6311, - - /** - * value: 6321 - * @const - */ - _6321: 6321, - - /** - * value: 6324 - * @const - */ - _6324: 6324, - - /** - * value: 6331 - * @const - */ - _6331: 6331, - - /** - * value: 6351 - * @const - */ - _6351: 6351, - - /** - * value: 6361 - * @const - */ - _6361: 6361, - - /** - * value: 6399 - * @const - */ - _6399: 6399, - - /** - * value: 6411 - * @const - */ - _6411: 6411, - - /** - * value: 6500 - * @const - */ - _6500: 6500, - - /** - * value: 6510 - * @const - */ - _6510: 6510, - - /** - * value: 6512 - * @const - */ - _6512: 6512, - - /** - * value: 6513 - * @const - */ - _6513: 6513, - - /** - * value: 6519 - * @const - */ - _6519: 6519, - - /** - * value: 6531 - * @const - */ - _6531: 6531, - - /** - * value: 6532 - * @const - */ - _6532: 6532, - - /** - * value: 6552 - * @const - */ - _6552: 6552, - - /** - * value: 6770 - * @const - */ - _6770: 6770, - - /** - * value: 6792 - * @const - */ - _6792: 6792, - - /** - * value: 6794 - * @const - */ - _6794: 6794, - - /** - * value: 6795 - * @const - */ - _6795: 6795, - - /** - * value: 6798 - * @const - */ - _6798: 6798, - - /** - * value: 6799 - * @const - */ - _6799: 6799, - - /** - * value: 7000 - * @const - */ - _7000: 7000, - - /** - * value: 7011 - * @const - */ - _7011: 7011, - - /** - * value: 7200 - * @const - */ - _7200: 7200, - - /** - * value: 7310 - * @const - */ - _7310: 7310, - - /** - * value: 7311 - * @const - */ - _7311: 7311, - - /** - * value: 7320 - * @const - */ - _7320: 7320, - - /** - * value: 7330 - * @const - */ - _7330: 7330, - - /** - * value: 7331 - * @const - */ - _7331: 7331, - - /** - * value: 7340 - * @const - */ - _7340: 7340, - - /** - * value: 7350 - * @const - */ - _7350: 7350, - - /** - * value: 7359 - * @const - */ - _7359: 7359, - - /** - * value: 7361 - * @const - */ - _7361: 7361, - - /** - * value: 7363 - * @const - */ - _7363: 7363, - - /** - * value: 7370 - * @const - */ - _7370: 7370, - - /** - * value: 7371 - * @const - */ - _7371: 7371, - - /** - * value: 7372 - * @const - */ - _7372: 7372, - - /** - * value: 7373 - * @const - */ - _7373: 7373, - - /** - * value: 7374 - * @const - */ - _7374: 7374, - - /** - * value: 7377 - * @const - */ - _7377: 7377, - - /** - * value: 7380 - * @const - */ - _7380: 7380, - - /** - * value: 7381 - * @const - */ - _7381: 7381, - - /** - * value: 7384 - * @const - */ - _7384: 7384, - - /** - * value: 7385 - * @const - */ - _7385: 7385, - - /** - * value: 7389 - * @const - */ - _7389: 7389, - - /** - * value: 7500 - * @const - */ - _7500: 7500, - - /** - * value: 7510 - * @const - */ - _7510: 7510, - - /** - * value: 7600 - * @const - */ - _7600: 7600, - - /** - * value: 7812 - * @const - */ - _7812: 7812, - - /** - * value: 7819 - * @const - */ - _7819: 7819, - - /** - * value: 7822 - * @const - */ - _7822: 7822, - - /** - * value: 7829 - * @const - */ - _7829: 7829, - - /** - * value: 7830 - * @const - */ - _7830: 7830, - - /** - * value: 7841 - * @const - */ - _7841: 7841, - - /** - * value: 7900 - * @const - */ - _7900: 7900, - - /** - * value: 7948 - * @const - */ - _7948: 7948, - - /** - * value: 7990 - * @const - */ - _7990: 7990, - - /** - * value: 7997 - * @const - */ - _7997: 7997, - - /** - * value: 8000 - * @const - */ - _8000: 8000, - - /** - * value: 8011 - * @const - */ - _8011: 8011, - - /** - * value: 8050 - * @const - */ - _8050: 8050, - - /** - * value: 8051 - * @const - */ - _8051: 8051, - - /** - * value: 8060 - * @const - */ - _8060: 8060, - - /** - * value: 8062 - * @const - */ - _8062: 8062, - - /** - * value: 8071 - * @const - */ - _8071: 8071, - - /** - * value: 8082 - * @const - */ - _8082: 8082, - - /** - * value: 8090 - * @const - */ - _8090: 8090, - - /** - * value: 8093 - * @const - */ - _8093: 8093, - - /** - * value: 8111 - * @const - */ - _8111: 8111, - - /** - * value: 8200 - * @const - */ - _8200: 8200, - - /** - * value: 8300 - * @const - */ - _8300: 8300, - - /** - * value: 8351 - * @const - */ - _8351: 8351, - - /** - * value: 8600 - * @const - */ - _8600: 8600, - - /** - * value: 8700 - * @const - */ - _8700: 8700, - - /** - * value: 8711 - * @const - */ - _8711: 8711, - - /** - * value: 8731 - * @const - */ - _8731: 8731, - - /** - * value: 8734 - * @const - */ - _8734: 8734, - - /** - * value: 8741 - * @const - */ - _8741: 8741, - - /** - * value: 8742 - * @const - */ - _8742: 8742, - - /** - * value: 8744 - * @const - */ - _8744: 8744, - - /** - * value: 8880 - * @const - */ - _8880: 8880, - - /** - * value: 8888 - * @const - */ - _8888: 8888, - - /** - * value: 8900 - * @const - */ - _8900: 8900, - - /** - * value: 9721 - * @const - */ - _9721: 9721, - - /** - * value: 9995 - * @const - */ - _9995: 9995, - - /** - * Returns a SIC enum value from a JavaScript object name. - * @param {Object} data The plain JavaScript object containing the name of the enum value. - * @return {module:model/SIC} The enum SIC value. - */ - constructFromObject: function(object) { - return object; - } -}; - -export {SIC}; \ No newline at end of file diff --git a/node_modules/kaped_partner_api/src/model/States.js b/node_modules/kaped_partner_api/src/model/States.js deleted file mode 100644 index 96d13ac..0000000 --- a/node_modules/kaped_partner_api/src/model/States.js +++ /dev/null @@ -1,405 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; - -/** - * Enum class States. - * @enum {String} - * @readonly - */ -const States = { - /** - * value: "AL" - * @const - */ - AL: "AL", - - /** - * value: "AK" - * @const - */ - AK: "AK", - - /** - * value: "AZ" - * @const - */ - AZ: "AZ", - - /** - * value: "AR" - * @const - */ - AR: "AR", - - /** - * value: "CA" - * @const - */ - CA: "CA", - - /** - * value: "CO" - * @const - */ - CO: "CO", - - /** - * value: "CT" - * @const - */ - CT: "CT", - - /** - * value: "DE" - * @const - */ - DE: "DE", - - /** - * value: "DC" - * @const - */ - DC: "DC", - - /** - * value: "FL" - * @const - */ - FL: "FL", - - /** - * value: "GA" - * @const - */ - GA: "GA", - - /** - * value: "HI" - * @const - */ - HI: "HI", - - /** - * value: "ID" - * @const - */ - ID: "ID", - - /** - * value: "IL" - * @const - */ - IL: "IL", - - /** - * value: "IN" - * @const - */ - IN: "IN", - - /** - * value: "IA" - * @const - */ - IA: "IA", - - /** - * value: "KS" - * @const - */ - KS: "KS", - - /** - * value: "KY" - * @const - */ - KY: "KY", - - /** - * value: "LA" - * @const - */ - LA: "LA", - - /** - * value: "ME" - * @const - */ - ME: "ME", - - /** - * value: "MD" - * @const - */ - MD: "MD", - - /** - * value: "MA" - * @const - */ - MA: "MA", - - /** - * value: "MI" - * @const - */ - MI: "MI", - - /** - * value: "MN" - * @const - */ - MN: "MN", - - /** - * value: "MS" - * @const - */ - MS: "MS", - - /** - * value: "MO" - * @const - */ - MO: "MO", - - /** - * value: "MT" - * @const - */ - MT: "MT", - - /** - * value: "NE" - * @const - */ - NE: "NE", - - /** - * value: "NV" - * @const - */ - NV: "NV", - - /** - * value: "NH" - * @const - */ - NH: "NH", - - /** - * value: "NJ" - * @const - */ - NJ: "NJ", - - /** - * value: "NM" - * @const - */ - NM: "NM", - - /** - * value: "NY" - * @const - */ - NY: "NY", - - /** - * value: "NC" - * @const - */ - NC: "NC", - - /** - * value: "ND" - * @const - */ - ND: "ND", - - /** - * value: "OH" - * @const - */ - OH: "OH", - - /** - * value: "OK" - * @const - */ - OK: "OK", - - /** - * value: "OR" - * @const - */ - OR: "OR", - - /** - * value: "PA" - * @const - */ - PA: "PA", - - /** - * value: "RI" - * @const - */ - RI: "RI", - - /** - * value: "SC" - * @const - */ - SC: "SC", - - /** - * value: "SD" - * @const - */ - SD: "SD", - - /** - * value: "TN" - * @const - */ - TN: "TN", - - /** - * value: "TX" - * @const - */ - TX: "TX", - - /** - * value: "UT" - * @const - */ - UT: "UT", - - /** - * value: "VT" - * @const - */ - VT: "VT", - - /** - * value: "VA" - * @const - */ - VA: "VA", - - /** - * value: "WA" - * @const - */ - WA: "WA", - - /** - * value: "WV" - * @const - */ - WV: "WV", - - /** - * value: "WI" - * @const - */ - WI: "WI", - - /** - * value: "WY" - * @const - */ - WY: "WY", - - /** - * value: "PR" - * @const - */ - PR: "PR", - - /** - * value: "VI" - * @const - */ - VI: "VI", - - /** - * value: "AE" - * @const - */ - AE: "AE", - - /** - * value: "AA" - * @const - */ - AA: "AA", - - /** - * value: "AP" - * @const - */ - AP: "AP", - - /** - * value: "AS" - * @const - */ - AS: "AS", - - /** - * value: "GU" - * @const - */ - GU: "GU", - - /** - * value: "PW" - * @const - */ - PW: "PW", - - /** - * value: "FM" - * @const - */ - FM: "FM", - - /** - * value: "MP" - * @const - */ - MP: "MP", - - /** - * value: "MH" - * @const - */ - MH: "MH", - - /** - * Returns a States enum value from a JavaScript object name. - * @param {Object} data The plain JavaScript object containing the name of the enum value. - * @return {module:model/States} The enum States value. - */ - constructFromObject: function(object) { - return object; - } -}; - -export {States}; \ No newline at end of file diff --git a/node_modules/kaped_partner_api/src/model/SubmitApplication.js b/node_modules/kaped_partner_api/src/model/SubmitApplication.js deleted file mode 100644 index e7ddcec..0000000 --- a/node_modules/kaped_partner_api/src/model/SubmitApplication.js +++ /dev/null @@ -1,390 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; -import {Business} from './Business'; -import {Gender} from './Gender'; -import {Ownership} from './Ownership'; -import {SIC} from './SIC'; -import {States} from './States'; - -/** - * The SubmitApplication model module. - * @module model/SubmitApplication - * @version 1.2.0 - */ -export class SubmitApplication { - /** - * Constructs a new SubmitApplication. - * @alias module:model/SubmitApplication - * @class - * @param applicationType {String} B2B2B - * @param partnerBusinessName {String} - * @param partnerTaxID {Number} - * @param partnerDateIncorporated {String} YYYY-MM-DD - * @param partnerBusinessType {module:model/Business} - * @param partnerBusinessAddress {String} - * @param partnerGeneralInformationCity {String} - * @param partnerGeneralInformationState {module:model/States} - * @param partnerGeneralInformationZip {Number} - * @param partnerWebsite {String} - * @param partnerSIC {module:model/SIC} - * @param partnerOwnership {module:model/Ownership} - * @param partnerBusinessDescription {String} - * @param partnerBusinessPhone {Number} - * @param partnerCustomerSupportEmail {String} - * @param partnerInitialCreditLimit {Number} - * @param partnerCustomerInformationFirstName {String} - * @param partnerCustomerInformationLastName {String} - * @param partnerCustomerInformationHomeAddress {String} - * @param partnerCustomerInformationState {module:model/States} - * @param partnerCustomerInformationCity {String} - * @param partnercustomerInformationZip {Number} - * @param partnerCustomerInformationPercentOwnership {Number} - * @param partnerCustomerInformationDrivingLicenseNumber {String} - * @param partnerCustomerInformationLicenseDate {String} YYYY-MM-DD - * @param partnerCustomerInformationDOB {String} YYYY-MM-DD - * @param partnerCustomerInformationSSN {String} - * @param partnerTermsConditions {Boolean} - * @param haveInsurance {Boolean} - * @param gender {module:model/Gender} - * @param EIN {Array.} - * @param articles {Array.} - * @param sSNCard {Array.} - * @param dLFront {Array.} - * @param dLBack {Array.} - */ - constructor(applicationType, partnerBusinessName, partnerTaxID, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessPhone, partnerCustomerSupportEmail, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDrivingLicenseNumber, partnerCustomerInformationLicenseDate, partnerCustomerInformationDOB, partnerCustomerInformationSSN, partnerTermsConditions, haveInsurance, gender, EIN, articles, sSNCard, dLFront, dLBack) { - this.applicationType = applicationType; - this.partnerBusinessName = partnerBusinessName; - this.partnerTaxID = partnerTaxID; - this.partnerDateIncorporated = partnerDateIncorporated; - this.partnerBusinessType = partnerBusinessType; - this.partnerBusinessAddress = partnerBusinessAddress; - this.partnerGeneralInformationCity = partnerGeneralInformationCity; - this.partnerGeneralInformationState = partnerGeneralInformationState; - this.partnerGeneralInformationZip = partnerGeneralInformationZip; - this.partnerWebsite = partnerWebsite; - this.partnerSIC = partnerSIC; - this.partnerOwnership = partnerOwnership; - this.partnerBusinessDescription = partnerBusinessDescription; - this.partnerBusinessPhone = partnerBusinessPhone; - this.partnerCustomerSupportEmail = partnerCustomerSupportEmail; - this.partnerInitialCreditLimit = partnerInitialCreditLimit; - this.partnerCustomerInformationFirstName = partnerCustomerInformationFirstName; - this.partnerCustomerInformationLastName = partnerCustomerInformationLastName; - this.partnerCustomerInformationHomeAddress = partnerCustomerInformationHomeAddress; - this.partnerCustomerInformationState = partnerCustomerInformationState; - this.partnerCustomerInformationCity = partnerCustomerInformationCity; - this.partnercustomerInformationZip = partnercustomerInformationZip; - this.partnerCustomerInformationPercentOwnership = partnerCustomerInformationPercentOwnership; - this.partnerCustomerInformationDrivingLicenseNumber = partnerCustomerInformationDrivingLicenseNumber; - this.partnerCustomerInformationLicenseDate = partnerCustomerInformationLicenseDate; - this.partnerCustomerInformationDOB = partnerCustomerInformationDOB; - this.partnerCustomerInformationSSN = partnerCustomerInformationSSN; - this.partnerTermsConditions = partnerTermsConditions; - this.haveInsurance = haveInsurance; - this.gender = gender; - this.EIN = EIN; - this.articles = articles; - this.sSNCard = sSNCard; - this.dLFront = dLFront; - this.dLBack = dLBack; - } - - /** - * Constructs a SubmitApplication from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/SubmitApplication} obj Optional instance to populate. - * @return {module:model/SubmitApplication} The populated SubmitApplication instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new SubmitApplication(); - if (data.hasOwnProperty('applicationType')) - obj.applicationType = ApiClient.convertToType(data['applicationType'], 'String'); - if (data.hasOwnProperty('partnerBusinessName')) - obj.partnerBusinessName = ApiClient.convertToType(data['partnerBusinessName'], 'String'); - if (data.hasOwnProperty('partnerTaxID')) - obj.partnerTaxID = ApiClient.convertToType(data['partnerTaxID'], 'Number'); - if (data.hasOwnProperty('partnerDateIncorporated')) - obj.partnerDateIncorporated = ApiClient.convertToType(data['partnerDateIncorporated'], 'String'); - if (data.hasOwnProperty('partnerBusinessType')) - obj.partnerBusinessType = Business.constructFromObject(data['partnerBusinessType']); - if (data.hasOwnProperty('partnerBusinessAddress')) - obj.partnerBusinessAddress = ApiClient.convertToType(data['partnerBusinessAddress'], 'String'); - if (data.hasOwnProperty('partnerStreet2')) - obj.partnerStreet2 = ApiClient.convertToType(data['partnerStreet2'], 'String'); - if (data.hasOwnProperty('partnerGeneralInformationCity')) - obj.partnerGeneralInformationCity = ApiClient.convertToType(data['partnerGeneralInformationCity'], 'String'); - if (data.hasOwnProperty('partnerGeneralInformationState')) - obj.partnerGeneralInformationState = States.constructFromObject(data['partnerGeneralInformationState']); - if (data.hasOwnProperty('partnerGeneralInformationZip')) - obj.partnerGeneralInformationZip = ApiClient.convertToType(data['partnerGeneralInformationZip'], 'Number'); - if (data.hasOwnProperty('partnerWebsite')) - obj.partnerWebsite = ApiClient.convertToType(data['partnerWebsite'], 'String'); - if (data.hasOwnProperty('partnerSIC')) - obj.partnerSIC = SIC.constructFromObject(data['partnerSIC']); - if (data.hasOwnProperty('partnerOwnership')) - obj.partnerOwnership = Ownership.constructFromObject(data['partnerOwnership']); - if (data.hasOwnProperty('partnerBusinessDescription')) - obj.partnerBusinessDescription = ApiClient.convertToType(data['partnerBusinessDescription'], 'String'); - if (data.hasOwnProperty('partnerBusinessPhone')) - obj.partnerBusinessPhone = ApiClient.convertToType(data['partnerBusinessPhone'], 'Number'); - if (data.hasOwnProperty('partnerCustomerSupportEmail')) - obj.partnerCustomerSupportEmail = ApiClient.convertToType(data['partnerCustomerSupportEmail'], 'String'); - if (data.hasOwnProperty('partnerBusinessFax')) - obj.partnerBusinessFax = ApiClient.convertToType(data['partnerBusinessFax'], 'Number'); - if (data.hasOwnProperty('partnerInitialCreditLimit')) - obj.partnerInitialCreditLimit = ApiClient.convertToType(data['partnerInitialCreditLimit'], 'Number'); - if (data.hasOwnProperty('partnerCustomerInformationFirstName')) - obj.partnerCustomerInformationFirstName = ApiClient.convertToType(data['partnerCustomerInformationFirstName'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationLastName')) - obj.partnerCustomerInformationLastName = ApiClient.convertToType(data['partnerCustomerInformationLastName'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationHomeAddress')) - obj.partnerCustomerInformationHomeAddress = ApiClient.convertToType(data['partnerCustomerInformationHomeAddress'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationHomeStreet2')) - obj.partnerCustomerInformationHomeStreet2 = ApiClient.convertToType(data['partnerCustomerInformationHomeStreet2'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationState')) - obj.partnerCustomerInformationState = States.constructFromObject(data['partnerCustomerInformationState']); - if (data.hasOwnProperty('partnerCustomerInformationCity')) - obj.partnerCustomerInformationCity = ApiClient.convertToType(data['partnerCustomerInformationCity'], 'String'); - if (data.hasOwnProperty('partnercustomerInformationZip')) - obj.partnercustomerInformationZip = ApiClient.convertToType(data['partnercustomerInformationZip'], 'Number'); - if (data.hasOwnProperty('partnerCustomerInformationPercentOwnership')) - obj.partnerCustomerInformationPercentOwnership = ApiClient.convertToType(data['partnerCustomerInformationPercentOwnership'], 'Number'); - if (data.hasOwnProperty('partnerCustomerInformationDrivingLicenseNumber')) - obj.partnerCustomerInformationDrivingLicenseNumber = ApiClient.convertToType(data['partnerCustomerInformationDrivingLicenseNumber'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationLicenseDate')) - obj.partnerCustomerInformationLicenseDate = ApiClient.convertToType(data['partnerCustomerInformationLicenseDate'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationDOB')) - obj.partnerCustomerInformationDOB = ApiClient.convertToType(data['partnerCustomerInformationDOB'], 'String'); - if (data.hasOwnProperty('partnerCustomerInformationSSN')) - obj.partnerCustomerInformationSSN = ApiClient.convertToType(data['partnerCustomerInformationSSN'], 'String'); - if (data.hasOwnProperty('partnerTermsConditions')) - obj.partnerTermsConditions = ApiClient.convertToType(data['partnerTermsConditions'], 'Boolean'); - if (data.hasOwnProperty('haveInsurance')) - obj.haveInsurance = ApiClient.convertToType(data['haveInsurance'], 'Boolean'); - if (data.hasOwnProperty('gender')) - obj.gender = Gender.constructFromObject(data['gender']); - if (data.hasOwnProperty('EIN')) - obj.EIN = ApiClient.convertToType(data['EIN'], ['Blob']); - if (data.hasOwnProperty('Articles')) - obj.articles = ApiClient.convertToType(data['Articles'], ['Blob']); - if (data.hasOwnProperty('SSNCard')) - obj.sSNCard = ApiClient.convertToType(data['SSNCard'], ['Blob']); - if (data.hasOwnProperty('DL_Front')) - obj.dLFront = ApiClient.convertToType(data['DL_Front'], ['Blob']); - if (data.hasOwnProperty('DL_Back')) - obj.dLBack = ApiClient.convertToType(data['DL_Back'], ['Blob']); - } - return obj; - } -} - -/** - * B2B2B - * @member {String} applicationType - */ -SubmitApplication.prototype.applicationType = undefined; - -/** - * @member {String} partnerBusinessName - */ -SubmitApplication.prototype.partnerBusinessName = undefined; - -/** - * @member {Number} partnerTaxID - */ -SubmitApplication.prototype.partnerTaxID = undefined; - -/** - * YYYY-MM-DD - * @member {String} partnerDateIncorporated - */ -SubmitApplication.prototype.partnerDateIncorporated = undefined; - -/** - * @member {module:model/Business} partnerBusinessType - */ -SubmitApplication.prototype.partnerBusinessType = undefined; - -/** - * @member {String} partnerBusinessAddress - */ -SubmitApplication.prototype.partnerBusinessAddress = undefined; - -/** - * @member {String} partnerStreet2 - */ -SubmitApplication.prototype.partnerStreet2 = undefined; - -/** - * @member {String} partnerGeneralInformationCity - */ -SubmitApplication.prototype.partnerGeneralInformationCity = undefined; - -/** - * @member {module:model/States} partnerGeneralInformationState - */ -SubmitApplication.prototype.partnerGeneralInformationState = undefined; - -/** - * @member {Number} partnerGeneralInformationZip - */ -SubmitApplication.prototype.partnerGeneralInformationZip = undefined; - -/** - * @member {String} partnerWebsite - */ -SubmitApplication.prototype.partnerWebsite = undefined; - -/** - * @member {module:model/SIC} partnerSIC - */ -SubmitApplication.prototype.partnerSIC = undefined; - -/** - * @member {module:model/Ownership} partnerOwnership - */ -SubmitApplication.prototype.partnerOwnership = undefined; - -/** - * @member {String} partnerBusinessDescription - */ -SubmitApplication.prototype.partnerBusinessDescription = undefined; - -/** - * @member {Number} partnerBusinessPhone - */ -SubmitApplication.prototype.partnerBusinessPhone = undefined; - -/** - * @member {String} partnerCustomerSupportEmail - */ -SubmitApplication.prototype.partnerCustomerSupportEmail = undefined; - -/** - * @member {Number} partnerBusinessFax - */ -SubmitApplication.prototype.partnerBusinessFax = undefined; - -/** - * @member {Number} partnerInitialCreditLimit - */ -SubmitApplication.prototype.partnerInitialCreditLimit = undefined; - -/** - * @member {String} partnerCustomerInformationFirstName - */ -SubmitApplication.prototype.partnerCustomerInformationFirstName = undefined; - -/** - * @member {String} partnerCustomerInformationLastName - */ -SubmitApplication.prototype.partnerCustomerInformationLastName = undefined; - -/** - * @member {String} partnerCustomerInformationHomeAddress - */ -SubmitApplication.prototype.partnerCustomerInformationHomeAddress = undefined; - -/** - * @member {String} partnerCustomerInformationHomeStreet2 - */ -SubmitApplication.prototype.partnerCustomerInformationHomeStreet2 = undefined; - -/** - * @member {module:model/States} partnerCustomerInformationState - */ -SubmitApplication.prototype.partnerCustomerInformationState = undefined; - -/** - * @member {String} partnerCustomerInformationCity - */ -SubmitApplication.prototype.partnerCustomerInformationCity = undefined; - -/** - * @member {Number} partnercustomerInformationZip - */ -SubmitApplication.prototype.partnercustomerInformationZip = undefined; - -/** - * @member {Number} partnerCustomerInformationPercentOwnership - */ -SubmitApplication.prototype.partnerCustomerInformationPercentOwnership = undefined; - -/** - * @member {String} partnerCustomerInformationDrivingLicenseNumber - */ -SubmitApplication.prototype.partnerCustomerInformationDrivingLicenseNumber = undefined; - -/** - * YYYY-MM-DD - * @member {String} partnerCustomerInformationLicenseDate - */ -SubmitApplication.prototype.partnerCustomerInformationLicenseDate = undefined; - -/** - * YYYY-MM-DD - * @member {String} partnerCustomerInformationDOB - */ -SubmitApplication.prototype.partnerCustomerInformationDOB = undefined; - -/** - * @member {String} partnerCustomerInformationSSN - */ -SubmitApplication.prototype.partnerCustomerInformationSSN = undefined; - -/** - * @member {Boolean} partnerTermsConditions - */ -SubmitApplication.prototype.partnerTermsConditions = undefined; - -/** - * @member {Boolean} haveInsurance - */ -SubmitApplication.prototype.haveInsurance = undefined; - -/** - * @member {module:model/Gender} gender - */ -SubmitApplication.prototype.gender = undefined; - -/** - * @member {Array.} EIN - */ -SubmitApplication.prototype.EIN = undefined; - -/** - * @member {Array.} articles - */ -SubmitApplication.prototype.articles = undefined; - -/** - * @member {Array.} sSNCard - */ -SubmitApplication.prototype.sSNCard = undefined; - -/** - * @member {Array.} dLFront - */ -SubmitApplication.prototype.dLFront = undefined; - -/** - * @member {Array.} dLBack - */ -SubmitApplication.prototype.dLBack = undefined; - diff --git a/node_modules/kaped_partner_api/src/model/SubmitB2b2cApplication.js b/node_modules/kaped_partner_api/src/model/SubmitB2b2cApplication.js deleted file mode 100644 index fc4299c..0000000 --- a/node_modules/kaped_partner_api/src/model/SubmitB2b2cApplication.js +++ /dev/null @@ -1,335 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; -import {Gender} from './Gender'; -import {States} from './States'; - -/** - * The SubmitB2b2cApplication model module. - * @module model/SubmitB2b2cApplication - * @version 1.2.0 - */ -export class SubmitB2b2cApplication { - /** - * Constructs a new SubmitB2b2cApplication. - * @alias module:model/SubmitB2b2cApplication - * @class - * @param applicationType {module:model/SubmitB2b2cApplication.ApplicationTypeEnum} B2B2C - * @param customerCurrentCity {String} - * @param customerCurrentStreetAddress {String} - * @param customerFirstName {String} - * @param customerMiddleName {String} - * @param customerLastName {String} - * @param customerDateOfBirth {String} YYYY-MM-DD - * @param customerSSN {Number} - * @param customerGender {module:model/Gender} - * @param customerEmail {String} - * @param customerDrivingLicenseNumber {Number} - * @param customerCurrentState {module:model/States} - * @param customerCurrentZip {Number} - * @param customerCurrentYears {Number} - * @param customerPersonalPhone {Number} - * @param customerHomeType {module:model/SubmitB2b2cApplication.CustomerHomeTypeEnum} Select Home Type - * @param customerEmployerName {String} - * @param customerPosition {String} - * @param customerBusinessPhone {Number} - * @param customerYearsInJob {Number} - * @param customerMonthlyIncome {Number} - * @param customerHaveInsurance {Boolean} - * @param customerTermsConditions {Boolean} - * @param initialCreditLimit {Number} - * @param dLFront {Array.} - * @param dLBack {Array.} - */ - constructor(applicationType, customerCurrentCity, customerCurrentStreetAddress, customerFirstName, customerMiddleName, customerLastName, customerDateOfBirth, customerSSN, customerGender, customerEmail, customerDrivingLicenseNumber, customerCurrentState, customerCurrentZip, customerCurrentYears, customerPersonalPhone, customerHomeType, customerEmployerName, customerPosition, customerBusinessPhone, customerYearsInJob, customerMonthlyIncome, customerHaveInsurance, customerTermsConditions, initialCreditLimit, dLFront, dLBack) { - this.applicationType = applicationType; - this.customerCurrentCity = customerCurrentCity; - this.customerCurrentStreetAddress = customerCurrentStreetAddress; - this.customerFirstName = customerFirstName; - this.customerMiddleName = customerMiddleName; - this.customerLastName = customerLastName; - this.customerDateOfBirth = customerDateOfBirth; - this.customerSSN = customerSSN; - this.customerGender = customerGender; - this.customerEmail = customerEmail; - this.customerDrivingLicenseNumber = customerDrivingLicenseNumber; - this.customerCurrentState = customerCurrentState; - this.customerCurrentZip = customerCurrentZip; - this.customerCurrentYears = customerCurrentYears; - this.customerPersonalPhone = customerPersonalPhone; - this.customerHomeType = customerHomeType; - this.customerEmployerName = customerEmployerName; - this.customerPosition = customerPosition; - this.customerBusinessPhone = customerBusinessPhone; - this.customerYearsInJob = customerYearsInJob; - this.customerMonthlyIncome = customerMonthlyIncome; - this.customerHaveInsurance = customerHaveInsurance; - this.customerTermsConditions = customerTermsConditions; - this.initialCreditLimit = initialCreditLimit; - this.dLFront = dLFront; - this.dLBack = dLBack; - } - - /** - * Constructs a SubmitB2b2cApplication from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/SubmitB2b2cApplication} obj Optional instance to populate. - * @return {module:model/SubmitB2b2cApplication} The populated SubmitB2b2cApplication instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new SubmitB2b2cApplication(); - if (data.hasOwnProperty('applicationType')) - obj.applicationType = ApiClient.convertToType(data['applicationType'], 'String'); - if (data.hasOwnProperty('customerCurrentCity')) - obj.customerCurrentCity = ApiClient.convertToType(data['customerCurrentCity'], 'String'); - if (data.hasOwnProperty('customerCurrentStreetAddress')) - obj.customerCurrentStreetAddress = ApiClient.convertToType(data['customerCurrentStreetAddress'], 'String'); - if (data.hasOwnProperty('customerFirstName')) - obj.customerFirstName = ApiClient.convertToType(data['customerFirstName'], 'String'); - if (data.hasOwnProperty('customerMiddleName')) - obj.customerMiddleName = ApiClient.convertToType(data['customerMiddleName'], 'String'); - if (data.hasOwnProperty('customerLastName')) - obj.customerLastName = ApiClient.convertToType(data['customerLastName'], 'String'); - if (data.hasOwnProperty('customerMaidenName')) - obj.customerMaidenName = ApiClient.convertToType(data['customerMaidenName'], 'String'); - if (data.hasOwnProperty('customerDateOfBirth')) - obj.customerDateOfBirth = ApiClient.convertToType(data['customerDateOfBirth'], 'String'); - if (data.hasOwnProperty('customerSSN')) - obj.customerSSN = ApiClient.convertToType(data['customerSSN'], 'Number'); - if (data.hasOwnProperty('customerGender')) - obj.customerGender = Gender.constructFromObject(data['customerGender']); - if (data.hasOwnProperty('customerEmail')) - obj.customerEmail = ApiClient.convertToType(data['customerEmail'], 'String'); - if (data.hasOwnProperty('customerDrivingLicenseNumber')) - obj.customerDrivingLicenseNumber = ApiClient.convertToType(data['customerDrivingLicenseNumber'], 'Number'); - if (data.hasOwnProperty('customerCurrentState')) - obj.customerCurrentState = States.constructFromObject(data['customerCurrentState']); - if (data.hasOwnProperty('customerCurrentZip')) - obj.customerCurrentZip = ApiClient.convertToType(data['customerCurrentZip'], 'Number'); - if (data.hasOwnProperty('customerCurrentYears')) - obj.customerCurrentYears = ApiClient.convertToType(data['customerCurrentYears'], 'Number'); - if (data.hasOwnProperty('customerPersonalPhone')) - obj.customerPersonalPhone = ApiClient.convertToType(data['customerPersonalPhone'], 'Number'); - if (data.hasOwnProperty('customerHomeType')) - obj.customerHomeType = ApiClient.convertToType(data['customerHomeType'], 'String'); - if (data.hasOwnProperty('customerEmployerName')) - obj.customerEmployerName = ApiClient.convertToType(data['customerEmployerName'], 'String'); - if (data.hasOwnProperty('customerPosition')) - obj.customerPosition = ApiClient.convertToType(data['customerPosition'], 'String'); - if (data.hasOwnProperty('customerBusinessPhone')) - obj.customerBusinessPhone = ApiClient.convertToType(data['customerBusinessPhone'], 'Number'); - if (data.hasOwnProperty('customerYearsInJob')) - obj.customerYearsInJob = ApiClient.convertToType(data['customerYearsInJob'], 'Number'); - if (data.hasOwnProperty('customerMonthlyIncome')) - obj.customerMonthlyIncome = ApiClient.convertToType(data['customerMonthlyIncome'], 'Number'); - if (data.hasOwnProperty('customerOtherIncome')) - obj.customerOtherIncome = ApiClient.convertToType(data['customerOtherIncome'], 'Number'); - if (data.hasOwnProperty('customerSourceOtherIncome')) - obj.customerSourceOtherIncome = ApiClient.convertToType(data['customerSourceOtherIncome'], 'String'); - if (data.hasOwnProperty('customerHaveInsurance')) - obj.customerHaveInsurance = ApiClient.convertToType(data['customerHaveInsurance'], 'Boolean'); - if (data.hasOwnProperty('customerTermsConditions')) - obj.customerTermsConditions = ApiClient.convertToType(data['customerTermsConditions'], 'Boolean'); - if (data.hasOwnProperty('initialCreditLimit')) - obj.initialCreditLimit = ApiClient.convertToType(data['initialCreditLimit'], 'Number'); - if (data.hasOwnProperty('DL_Front')) - obj.dLFront = ApiClient.convertToType(data['DL_Front'], ['Blob']); - if (data.hasOwnProperty('DL_Back')) - obj.dLBack = ApiClient.convertToType(data['DL_Back'], ['Blob']); - } - return obj; - } -} - -/** - * Allowed values for the applicationType property. - * @enum {String} - * @readonly - */ -SubmitB2b2cApplication.ApplicationTypeEnum = { - /** - * value: "B2B2C" - * @const - */ - b2B2C: "B2B2C" -}; -/** - * B2B2C - * @member {module:model/SubmitB2b2cApplication.ApplicationTypeEnum} applicationType - */ -SubmitB2b2cApplication.prototype.applicationType = undefined; - -/** - * @member {String} customerCurrentCity - */ -SubmitB2b2cApplication.prototype.customerCurrentCity = undefined; - -/** - * @member {String} customerCurrentStreetAddress - */ -SubmitB2b2cApplication.prototype.customerCurrentStreetAddress = undefined; - -/** - * @member {String} customerFirstName - */ -SubmitB2b2cApplication.prototype.customerFirstName = undefined; - -/** - * @member {String} customerMiddleName - */ -SubmitB2b2cApplication.prototype.customerMiddleName = undefined; - -/** - * @member {String} customerLastName - */ -SubmitB2b2cApplication.prototype.customerLastName = undefined; - -/** - * @member {String} customerMaidenName - */ -SubmitB2b2cApplication.prototype.customerMaidenName = undefined; - -/** - * YYYY-MM-DD - * @member {String} customerDateOfBirth - */ -SubmitB2b2cApplication.prototype.customerDateOfBirth = undefined; - -/** - * @member {Number} customerSSN - */ -SubmitB2b2cApplication.prototype.customerSSN = undefined; - -/** - * @member {module:model/Gender} customerGender - */ -SubmitB2b2cApplication.prototype.customerGender = undefined; - -/** - * @member {String} customerEmail - */ -SubmitB2b2cApplication.prototype.customerEmail = undefined; - -/** - * @member {Number} customerDrivingLicenseNumber - */ -SubmitB2b2cApplication.prototype.customerDrivingLicenseNumber = undefined; - -/** - * @member {module:model/States} customerCurrentState - */ -SubmitB2b2cApplication.prototype.customerCurrentState = undefined; - -/** - * @member {Number} customerCurrentZip - */ -SubmitB2b2cApplication.prototype.customerCurrentZip = undefined; - -/** - * @member {Number} customerCurrentYears - */ -SubmitB2b2cApplication.prototype.customerCurrentYears = undefined; - -/** - * @member {Number} customerPersonalPhone - */ -SubmitB2b2cApplication.prototype.customerPersonalPhone = undefined; - -/** - * Allowed values for the customerHomeType property. - * @enum {String} - * @readonly - */ -SubmitB2b2cApplication.CustomerHomeTypeEnum = { - /** - * value: "Own" - * @const - */ - own: "Own", - - /** - * value: "Rent" - * @const - */ - rent: "Rent" -}; -/** - * Select Home Type - * @member {module:model/SubmitB2b2cApplication.CustomerHomeTypeEnum} customerHomeType - */ -SubmitB2b2cApplication.prototype.customerHomeType = undefined; - -/** - * @member {String} customerEmployerName - */ -SubmitB2b2cApplication.prototype.customerEmployerName = undefined; - -/** - * @member {String} customerPosition - */ -SubmitB2b2cApplication.prototype.customerPosition = undefined; - -/** - * @member {Number} customerBusinessPhone - */ -SubmitB2b2cApplication.prototype.customerBusinessPhone = undefined; - -/** - * @member {Number} customerYearsInJob - */ -SubmitB2b2cApplication.prototype.customerYearsInJob = undefined; - -/** - * @member {Number} customerMonthlyIncome - */ -SubmitB2b2cApplication.prototype.customerMonthlyIncome = undefined; - -/** - * @member {Number} customerOtherIncome - */ -SubmitB2b2cApplication.prototype.customerOtherIncome = undefined; - -/** - * @member {String} customerSourceOtherIncome - */ -SubmitB2b2cApplication.prototype.customerSourceOtherIncome = undefined; - -/** - * @member {Boolean} customerHaveInsurance - */ -SubmitB2b2cApplication.prototype.customerHaveInsurance = undefined; - -/** - * @member {Boolean} customerTermsConditions - */ -SubmitB2b2cApplication.prototype.customerTermsConditions = undefined; - -/** - * @member {Number} initialCreditLimit - */ -SubmitB2b2cApplication.prototype.initialCreditLimit = undefined; - -/** - * @member {Array.} dLFront - */ -SubmitB2b2cApplication.prototype.dLFront = undefined; - -/** - * @member {Array.} dLBack - */ -SubmitB2b2cApplication.prototype.dLBack = undefined; - diff --git a/node_modules/kaped_partner_api/src/model/ViewCardDetail.js b/node_modules/kaped_partner_api/src/model/ViewCardDetail.js deleted file mode 100644 index 2025e6a..0000000 --- a/node_modules/kaped_partner_api/src/model/ViewCardDetail.js +++ /dev/null @@ -1,52 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -import {ApiClient} from '../ApiClient'; - -/** - * The ViewCardDetail model module. - * @module model/ViewCardDetail - * @version 1.2.0 - */ -export class ViewCardDetail { - /** - * Constructs a new ViewCardDetail. - * @alias module:model/ViewCardDetail - * @class - */ - constructor() { - } - - /** - * Constructs a ViewCardDetail from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/ViewCardDetail} obj Optional instance to populate. - * @return {module:model/ViewCardDetail} The populated ViewCardDetail instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new ViewCardDetail(); - if (data.hasOwnProperty('userUniqueId')) - obj.userUniqueId = ApiClient.convertToType(data['userUniqueId'], 'String'); - } - return obj; - } -} - -/** - * @member {String} userUniqueId - */ -ViewCardDetail.prototype.userUniqueId = undefined; - diff --git a/node_modules/kaped_partner_api/test/api/RESTCallsApi.spec.js b/node_modules/kaped_partner_api/test/api/RESTCallsApi.spec.js deleted file mode 100644 index 1a1b4d2..0000000 --- a/node_modules/kaped_partner_api/test/api/RESTCallsApi.spec.js +++ /dev/null @@ -1,284 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new KapedPartnerApi.RESTCallsApi(); - }); - - describe('(package)', function() { - describe('RESTCallsApi', function() { - describe('activeCardGet', function() { - it('should call activeCardGet successfully', function(done) { - // TODO: uncomment, update parameter values for activeCardGet call - /* - - instance.activeCardGet(apiKey, function(error, data, response) { - if (error) { - done(error); - return; - } - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - describe('applicationStatusUpdate', function() { - it('should call applicationStatusUpdate successfully', function(done) { - // TODO: uncomment, update parameter values for applicationStatusUpdate call - /* - - instance.applicationStatusUpdate(body, apiKey, function(error, data, response) { - if (error) { - done(error); - return; - } - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - describe('checkStatusGet', function() { - it('should call checkStatusGet successfully', function(done) { - // TODO: uncomment, update parameter values for checkStatusGet call - /* - - instance.checkStatusGet(apiKey, applicationID, function(error, data, response) { - if (error) { - done(error); - return; - } - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - describe('editApplication', function() { - it('should call editApplication successfully', function(done) { - // TODO: uncomment, update parameter values for editApplication call and complete the assertions - /* - - instance.editApplication(applicationID, partnerBusinessName, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerStreet2, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessFax, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationHomeStreet2, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDOB, haveInsurance, gender, apiKey, function(error, data, response) { - if (error) { - done(error); - return; - } - // TODO: update response assertions - expect(data).to.be.a(KapedPartnerApi.EditApplication); - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - describe('editB2B2CApplication', function() { - it('should call editB2B2CApplication successfully', function(done) { - // TODO: uncomment, update parameter values for editB2B2CApplication call and complete the assertions - /* - - instance.editB2B2CApplication(applicationID, partnerBusinessName, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerStreet2, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessFax, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationHomeStreet2, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDOB, haveInsurance, gender, apiKey, function(error, data, response) { - if (error) { - done(error); - return; - } - // TODO: update response assertions - expect(data).to.be.a(KapedPartnerApi.EditB2b2cApplication); - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - describe('listApplicationGet', function() { - it('should call listApplicationGet successfully', function(done) { - // TODO: uncomment, update parameter values for listApplicationGet call - /* - - instance.listApplicationGet(apiKey, type, function(error, data, response) { - if (error) { - done(error); - return; - } - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - describe('loginTokenPost', function() { - it('should call loginTokenPost successfully', function(done) { - // TODO: uncomment, update parameter values for loginTokenPost call and complete the assertions - /* - - instance.loginTokenPost(username, apiKey, function(error, data, response) { - if (error) { - done(error); - return; - } - // TODO: update response assertions - expect(data).to.be.a(KapedPartnerApi.Login); - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - describe('resumeApplication', function() { - it('should call resumeApplication successfully', function(done) { - // TODO: uncomment, update parameter values for resumeApplication call - /* - - instance.resumeApplication(body, apiKey, function(error, data, response) { - if (error) { - done(error); - return; - } - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - describe('singleApplicationGet', function() { - it('should call singleApplicationGet successfully', function(done) { - // TODO: uncomment, update parameter values for singleApplicationGet call - /* - - instance.singleApplicationGet(apiKey, applicationID, function(error, data, response) { - if (error) { - done(error); - return; - } - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - describe('singleCardGet', function() { - it('should call singleCardGet successfully', function(done) { - // TODO: uncomment, update parameter values for singleCardGet call - /* - - instance.singleCardGet(apiKey, userUniqueId, month, function(error, data, response) { - if (error) { - done(error); - return; - } - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - describe('submitApplication', function() { - it('should call submitApplication successfully', function(done) { - // TODO: uncomment, update parameter values for submitApplication call and complete the assertions - /* - - instance.submitApplication(applicationType, partnerBusinessName, partnerTaxID, partnerDateIncorporated, partnerBusinessType, partnerBusinessAddress, partnerStreet2, partnerGeneralInformationCity, partnerGeneralInformationState, partnerGeneralInformationZip, partnerWebsite, partnerSIC, partnerOwnership, partnerBusinessDescription, partnerBusinessPhone, partnerCustomerSupportEmail, partnerBusinessFax, partnerInitialCreditLimit, partnerCustomerInformationFirstName, partnerCustomerInformationLastName, partnerCustomerInformationHomeAddress, partnerCustomerInformationHomeStreet2, partnerCustomerInformationState, partnerCustomerInformationCity, partnercustomerInformationZip, partnerCustomerInformationPercentOwnership, partnerCustomerInformationDrivingLicenseNumber, partnerCustomerInformationLicenseDate, partnerCustomerInformationDOB, partnerCustomerInformationSSN, partnerTermsConditions, haveInsurance, gender, EIN, articles, sSNCard, dLFront, dLBack, apiKey, function(error, data, response) { - if (error) { - done(error); - return; - } - // TODO: update response assertions - expect(data).to.be.a(KapedPartnerApi.SubmitApplication); - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - describe('submitApplicationB2B2C', function() { - it('should call submitApplicationB2B2C successfully', function(done) { - // TODO: uncomment, update parameter values for submitApplicationB2B2C call and complete the assertions - /* - - instance.submitApplicationB2B2C(applicationType, customerCurrentCity, customerCurrentStreetAddress, customerFirstName, customerMiddleName, customerLastName, customerMaidenName, customerDateOfBirth, customerSSN, customerGender, customerEmail, customerDrivingLicenseNumber, customerCurrentState, customerCurrentZip, customerCurrentYears, customerPersonalPhone, customerHomeType, customerEmployerName, customerPosition, customerBusinessPhone, customerYearsInJob, customerMonthlyIncome, customerOtherIncome, customerSourceOtherIncome, customerHaveInsurance, customerTermsConditions, initialCreditLimit, dLFront, dLBack, apiKey, function(error, data, response) { - if (error) { - done(error); - return; - } - // TODO: update response assertions - expect(data).to.be.a(KapedPartnerApi.SubmitB2b2cApplication); - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - describe('viewCardDetail', function() { - it('should call viewCardDetail successfully', function(done) { - // TODO: uncomment, update parameter values for viewCardDetail call - /* - - instance.viewCardDetail(body, apiKey, function(error, data, response) { - if (error) { - done(error); - return; - } - - done(); - }); - */ - // TODO: uncomment and complete method invocation above, then delete this line and the next: - done(); - }); - }); - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/assert-equals.js b/node_modules/kaped_partner_api/test/assert-equals.js deleted file mode 100644 index b95cd5f..0000000 --- a/node_modules/kaped_partner_api/test/assert-equals.js +++ /dev/null @@ -1,81 +0,0 @@ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - module.exports = factory(); - } else { - // Browser globals (root is window) - root.assertEquals = factory(); - } -}(this, function() { - 'use strict'; - - var assertEquals = function(expected, actual, ptr) { - if (!ptr) - ptr = ""; - if (actual === expected) - return; - if (expected instanceof Date || actual instanceof Date) { - expected = toISODateString(expected); - actual = toISODateString(actual); - if (actual !== expected) - fail(expected, actual, ptr, "date value incorrect;"); - } - if (!expected || !actual || typeof expected != 'object' && typeof actual != 'object') { - if (typeof actual != typeof expected) - fail(typeof expected, typeof actual, ptr, "value type incorrect;"); - if (actual != expected) - fail(expected, actual, ptr, "value incorrect;"); - } - return checkObject(expected, actual, ptr); - } - - function toISODateString(value) { - if (value instanceof Date) { - // JavaScript's ISO string contains a milliseconds component that must be stripped out. - value = value.toISOString().replace('.000', ''); - } - return value; - } - - function checkObject(expected, actual, ptr) { - if (undefOrNull(expected) || undefOrNull(actual)) - fail(expected, actual, ptr, "missing value;"); - if (typeof expected !== typeof actual) - fail(typeof expected, typeof actual, ptr, "wrong type;"); - if (expected.prototype !== actual.prototype) - fail(expected.prototype, actual.prototype, ptr, "wrong prototype;"); - try { - var expectedKeys = Object.keys(expected); - var actualKeys = Object.keys(actual); - } catch (e) { - fail(expectedKeys, actualKeys, ptr, "wrong keys;"); - } - if (actualKeys.length != expectedKeys.length) - fail(expectedKeys.length, actualKeys.length, ptr, "key count incorrect;"); - expectedKeys.sort(); - actualKeys.sort(); - for (var i = 0; i < expectedKeys.length; i++) { - if (actualKeys[i] != expectedKeys[i]) - fail(expectedKeys, actualKeys, ptr, "wrong keys;"); - } - for (i = 0; i < expectedKeys.length; i++) { - var key = expectedKeys[i]; - assertEquals(expected[key], actual[key], ptr + '/' + key); - } - } - - function undefOrNull(v) { - return v === undefined || v === null; - } - - function fail(expected, actual, ptr, msg) { - var text = ptr + ' ' + msg + " expected: " + expected + ", actual: " + actual; - console.log(text); - throw new Error(text); - } - - return assertEquals; -})); diff --git a/node_modules/kaped_partner_api/test/model/ApplicationStatusUpdate.spec.js b/node_modules/kaped_partner_api/test/model/ApplicationStatusUpdate.spec.js deleted file mode 100644 index d7c7068..0000000 --- a/node_modules/kaped_partner_api/test/model/ApplicationStatusUpdate.spec.js +++ /dev/null @@ -1,63 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('ApplicationStatusUpdate', function() { - beforeEach(function() { - instance = new KapedPartnerApi.ApplicationStatusUpdate(); - }); - - it('should create an instance of ApplicationStatusUpdate', function() { - // TODO: update the code to test ApplicationStatusUpdate - expect(instance).to.be.a(KapedPartnerApi.ApplicationStatusUpdate); - }); - - it('should have the property applicationID (base name: "applicationID")', function() { - // TODO: update the code to test the property applicationID - expect(instance).to.have.property('applicationID'); - // expect(instance.applicationID).to.be(expectedValueLiteral); - }); - - it('should have the property sentToUnderwriting (base name: "sentToUnderwriting")', function() { - // TODO: update the code to test the property sentToUnderwriting - expect(instance).to.have.property('sentToUnderwriting'); - // expect(instance.sentToUnderwriting).to.be(expectedValueLiteral); - }); - - it('should have the property reject (base name: "reject")', function() { - // TODO: update the code to test the property reject - expect(instance).to.have.property('reject'); - // expect(instance.reject).to.be(expectedValueLiteral); - }); - - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/model/Business.spec.js b/node_modules/kaped_partner_api/test/model/Business.spec.js deleted file mode 100644 index aff49aa..0000000 --- a/node_modules/kaped_partner_api/test/model/Business.spec.js +++ /dev/null @@ -1,70 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('Business', function() { - beforeEach(function() { - instance = KapedPartnerApi.Business; - }); - - it('should create an instance of Business', function() { - // TODO: update the code to test Business - expect(instance).to.be.a('object'); - }); - - it('should have the property LLC', function() { - expect(instance).to.have.property('LLC'); - expect(instance.LLC).to.be("LLC"); - }); - - it('should have the property corporation', function() { - expect(instance).to.have.property('corporation'); - expect(instance.corporation).to.be("Corporation"); - }); - - it('should have the property nonProfit', function() { - expect(instance).to.have.property('nonProfit'); - expect(instance.nonProfit).to.be("Non Profit"); - }); - - it('should have the property soleProprietor', function() { - expect(instance).to.have.property('soleProprietor'); - expect(instance.soleProprietor).to.be("Sole Proprietor"); - }); - - it('should have the property government', function() { - expect(instance).to.have.property('government'); - expect(instance.government).to.be("Government"); - }); - - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/model/EditApplication.spec.js b/node_modules/kaped_partner_api/test/model/EditApplication.spec.js deleted file mode 100644 index 636a695..0000000 --- a/node_modules/kaped_partner_api/test/model/EditApplication.spec.js +++ /dev/null @@ -1,201 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('EditApplication', function() { - beforeEach(function() { - instance = new KapedPartnerApi.EditApplication(); - }); - - it('should create an instance of EditApplication', function() { - // TODO: update the code to test EditApplication - expect(instance).to.be.a(KapedPartnerApi.EditApplication); - }); - - it('should have the property applicationID (base name: "applicationID")', function() { - // TODO: update the code to test the property applicationID - expect(instance).to.have.property('applicationID'); - // expect(instance.applicationID).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessName (base name: "partnerBusinessName")', function() { - // TODO: update the code to test the property partnerBusinessName - expect(instance).to.have.property('partnerBusinessName'); - // expect(instance.partnerBusinessName).to.be(expectedValueLiteral); - }); - - it('should have the property partnerDateIncorporated (base name: "partnerDateIncorporated")', function() { - // TODO: update the code to test the property partnerDateIncorporated - expect(instance).to.have.property('partnerDateIncorporated'); - // expect(instance.partnerDateIncorporated).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessType (base name: "partnerBusinessType")', function() { - // TODO: update the code to test the property partnerBusinessType - expect(instance).to.have.property('partnerBusinessType'); - // expect(instance.partnerBusinessType).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessAddress (base name: "partnerBusinessAddress")', function() { - // TODO: update the code to test the property partnerBusinessAddress - expect(instance).to.have.property('partnerBusinessAddress'); - // expect(instance.partnerBusinessAddress).to.be(expectedValueLiteral); - }); - - it('should have the property partnerStreet2 (base name: "partnerStreet2")', function() { - // TODO: update the code to test the property partnerStreet2 - expect(instance).to.have.property('partnerStreet2'); - // expect(instance.partnerStreet2).to.be(expectedValueLiteral); - }); - - it('should have the property partnerGeneralInformationCity (base name: "partnerGeneralInformationCity")', function() { - // TODO: update the code to test the property partnerGeneralInformationCity - expect(instance).to.have.property('partnerGeneralInformationCity'); - // expect(instance.partnerGeneralInformationCity).to.be(expectedValueLiteral); - }); - - it('should have the property partnerGeneralInformationState (base name: "partnerGeneralInformationState")', function() { - // TODO: update the code to test the property partnerGeneralInformationState - expect(instance).to.have.property('partnerGeneralInformationState'); - // expect(instance.partnerGeneralInformationState).to.be(expectedValueLiteral); - }); - - it('should have the property partnerGeneralInformationZip (base name: "partnerGeneralInformationZip")', function() { - // TODO: update the code to test the property partnerGeneralInformationZip - expect(instance).to.have.property('partnerGeneralInformationZip'); - // expect(instance.partnerGeneralInformationZip).to.be(expectedValueLiteral); - }); - - it('should have the property partnerWebsite (base name: "partnerWebsite")', function() { - // TODO: update the code to test the property partnerWebsite - expect(instance).to.have.property('partnerWebsite'); - // expect(instance.partnerWebsite).to.be(expectedValueLiteral); - }); - - it('should have the property partnerSIC (base name: "partnerSIC")', function() { - // TODO: update the code to test the property partnerSIC - expect(instance).to.have.property('partnerSIC'); - // expect(instance.partnerSIC).to.be(expectedValueLiteral); - }); - - it('should have the property partnerOwnership (base name: "partnerOwnership")', function() { - // TODO: update the code to test the property partnerOwnership - expect(instance).to.have.property('partnerOwnership'); - // expect(instance.partnerOwnership).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessDescription (base name: "partnerBusinessDescription")', function() { - // TODO: update the code to test the property partnerBusinessDescription - expect(instance).to.have.property('partnerBusinessDescription'); - // expect(instance.partnerBusinessDescription).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessFax (base name: "partnerBusinessFax")', function() { - // TODO: update the code to test the property partnerBusinessFax - expect(instance).to.have.property('partnerBusinessFax'); - // expect(instance.partnerBusinessFax).to.be(expectedValueLiteral); - }); - - it('should have the property partnerInitialCreditLimit (base name: "partnerInitialCreditLimit")', function() { - // TODO: update the code to test the property partnerInitialCreditLimit - expect(instance).to.have.property('partnerInitialCreditLimit'); - // expect(instance.partnerInitialCreditLimit).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationFirstName (base name: "partnerCustomerInformationFirstName")', function() { - // TODO: update the code to test the property partnerCustomerInformationFirstName - expect(instance).to.have.property('partnerCustomerInformationFirstName'); - // expect(instance.partnerCustomerInformationFirstName).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationLastName (base name: "partnerCustomerInformationLastName")', function() { - // TODO: update the code to test the property partnerCustomerInformationLastName - expect(instance).to.have.property('partnerCustomerInformationLastName'); - // expect(instance.partnerCustomerInformationLastName).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationHomeAddress (base name: "partnerCustomerInformationHomeAddress")', function() { - // TODO: update the code to test the property partnerCustomerInformationHomeAddress - expect(instance).to.have.property('partnerCustomerInformationHomeAddress'); - // expect(instance.partnerCustomerInformationHomeAddress).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationHomeStreet2 (base name: "partnerCustomerInformationHomeStreet2")', function() { - // TODO: update the code to test the property partnerCustomerInformationHomeStreet2 - expect(instance).to.have.property('partnerCustomerInformationHomeStreet2'); - // expect(instance.partnerCustomerInformationHomeStreet2).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationState (base name: "partnerCustomerInformationState")', function() { - // TODO: update the code to test the property partnerCustomerInformationState - expect(instance).to.have.property('partnerCustomerInformationState'); - // expect(instance.partnerCustomerInformationState).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationCity (base name: "partnerCustomerInformationCity")', function() { - // TODO: update the code to test the property partnerCustomerInformationCity - expect(instance).to.have.property('partnerCustomerInformationCity'); - // expect(instance.partnerCustomerInformationCity).to.be(expectedValueLiteral); - }); - - it('should have the property partnercustomerInformationZip (base name: "partnercustomerInformationZip")', function() { - // TODO: update the code to test the property partnercustomerInformationZip - expect(instance).to.have.property('partnercustomerInformationZip'); - // expect(instance.partnercustomerInformationZip).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationPercentOwnership (base name: "partnerCustomerInformationPercentOwnership")', function() { - // TODO: update the code to test the property partnerCustomerInformationPercentOwnership - expect(instance).to.have.property('partnerCustomerInformationPercentOwnership'); - // expect(instance.partnerCustomerInformationPercentOwnership).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationDOB (base name: "partnerCustomerInformationDOB")', function() { - // TODO: update the code to test the property partnerCustomerInformationDOB - expect(instance).to.have.property('partnerCustomerInformationDOB'); - // expect(instance.partnerCustomerInformationDOB).to.be(expectedValueLiteral); - }); - - it('should have the property haveInsurance (base name: "haveInsurance")', function() { - // TODO: update the code to test the property haveInsurance - expect(instance).to.have.property('haveInsurance'); - // expect(instance.haveInsurance).to.be(expectedValueLiteral); - }); - - it('should have the property gender (base name: "gender")', function() { - // TODO: update the code to test the property gender - expect(instance).to.have.property('gender'); - // expect(instance.gender).to.be(expectedValueLiteral); - }); - - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/model/EditB2b2cApplication.spec.js b/node_modules/kaped_partner_api/test/model/EditB2b2cApplication.spec.js deleted file mode 100644 index d567e3a..0000000 --- a/node_modules/kaped_partner_api/test/model/EditB2b2cApplication.spec.js +++ /dev/null @@ -1,201 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('EditB2b2cApplication', function() { - beforeEach(function() { - instance = new KapedPartnerApi.EditB2b2cApplication(); - }); - - it('should create an instance of EditB2b2cApplication', function() { - // TODO: update the code to test EditB2b2cApplication - expect(instance).to.be.a(KapedPartnerApi.EditB2b2cApplication); - }); - - it('should have the property applicationID (base name: "applicationID")', function() { - // TODO: update the code to test the property applicationID - expect(instance).to.have.property('applicationID'); - // expect(instance.applicationID).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessName (base name: "partnerBusinessName")', function() { - // TODO: update the code to test the property partnerBusinessName - expect(instance).to.have.property('partnerBusinessName'); - // expect(instance.partnerBusinessName).to.be(expectedValueLiteral); - }); - - it('should have the property partnerDateIncorporated (base name: "partnerDateIncorporated")', function() { - // TODO: update the code to test the property partnerDateIncorporated - expect(instance).to.have.property('partnerDateIncorporated'); - // expect(instance.partnerDateIncorporated).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessType (base name: "partnerBusinessType")', function() { - // TODO: update the code to test the property partnerBusinessType - expect(instance).to.have.property('partnerBusinessType'); - // expect(instance.partnerBusinessType).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessAddress (base name: "partnerBusinessAddress")', function() { - // TODO: update the code to test the property partnerBusinessAddress - expect(instance).to.have.property('partnerBusinessAddress'); - // expect(instance.partnerBusinessAddress).to.be(expectedValueLiteral); - }); - - it('should have the property partnerStreet2 (base name: "partnerStreet2")', function() { - // TODO: update the code to test the property partnerStreet2 - expect(instance).to.have.property('partnerStreet2'); - // expect(instance.partnerStreet2).to.be(expectedValueLiteral); - }); - - it('should have the property partnerGeneralInformationCity (base name: "partnerGeneralInformationCity")', function() { - // TODO: update the code to test the property partnerGeneralInformationCity - expect(instance).to.have.property('partnerGeneralInformationCity'); - // expect(instance.partnerGeneralInformationCity).to.be(expectedValueLiteral); - }); - - it('should have the property partnerGeneralInformationState (base name: "partnerGeneralInformationState")', function() { - // TODO: update the code to test the property partnerGeneralInformationState - expect(instance).to.have.property('partnerGeneralInformationState'); - // expect(instance.partnerGeneralInformationState).to.be(expectedValueLiteral); - }); - - it('should have the property partnerGeneralInformationZip (base name: "partnerGeneralInformationZip")', function() { - // TODO: update the code to test the property partnerGeneralInformationZip - expect(instance).to.have.property('partnerGeneralInformationZip'); - // expect(instance.partnerGeneralInformationZip).to.be(expectedValueLiteral); - }); - - it('should have the property partnerWebsite (base name: "partnerWebsite")', function() { - // TODO: update the code to test the property partnerWebsite - expect(instance).to.have.property('partnerWebsite'); - // expect(instance.partnerWebsite).to.be(expectedValueLiteral); - }); - - it('should have the property partnerSIC (base name: "partnerSIC")', function() { - // TODO: update the code to test the property partnerSIC - expect(instance).to.have.property('partnerSIC'); - // expect(instance.partnerSIC).to.be(expectedValueLiteral); - }); - - it('should have the property partnerOwnership (base name: "partnerOwnership")', function() { - // TODO: update the code to test the property partnerOwnership - expect(instance).to.have.property('partnerOwnership'); - // expect(instance.partnerOwnership).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessDescription (base name: "partnerBusinessDescription")', function() { - // TODO: update the code to test the property partnerBusinessDescription - expect(instance).to.have.property('partnerBusinessDescription'); - // expect(instance.partnerBusinessDescription).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessFax (base name: "partnerBusinessFax")', function() { - // TODO: update the code to test the property partnerBusinessFax - expect(instance).to.have.property('partnerBusinessFax'); - // expect(instance.partnerBusinessFax).to.be(expectedValueLiteral); - }); - - it('should have the property partnerInitialCreditLimit (base name: "partnerInitialCreditLimit")', function() { - // TODO: update the code to test the property partnerInitialCreditLimit - expect(instance).to.have.property('partnerInitialCreditLimit'); - // expect(instance.partnerInitialCreditLimit).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationFirstName (base name: "partnerCustomerInformationFirstName")', function() { - // TODO: update the code to test the property partnerCustomerInformationFirstName - expect(instance).to.have.property('partnerCustomerInformationFirstName'); - // expect(instance.partnerCustomerInformationFirstName).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationLastName (base name: "partnerCustomerInformationLastName")', function() { - // TODO: update the code to test the property partnerCustomerInformationLastName - expect(instance).to.have.property('partnerCustomerInformationLastName'); - // expect(instance.partnerCustomerInformationLastName).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationHomeAddress (base name: "partnerCustomerInformationHomeAddress")', function() { - // TODO: update the code to test the property partnerCustomerInformationHomeAddress - expect(instance).to.have.property('partnerCustomerInformationHomeAddress'); - // expect(instance.partnerCustomerInformationHomeAddress).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationHomeStreet2 (base name: "partnerCustomerInformationHomeStreet2")', function() { - // TODO: update the code to test the property partnerCustomerInformationHomeStreet2 - expect(instance).to.have.property('partnerCustomerInformationHomeStreet2'); - // expect(instance.partnerCustomerInformationHomeStreet2).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationState (base name: "partnerCustomerInformationState")', function() { - // TODO: update the code to test the property partnerCustomerInformationState - expect(instance).to.have.property('partnerCustomerInformationState'); - // expect(instance.partnerCustomerInformationState).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationCity (base name: "partnerCustomerInformationCity")', function() { - // TODO: update the code to test the property partnerCustomerInformationCity - expect(instance).to.have.property('partnerCustomerInformationCity'); - // expect(instance.partnerCustomerInformationCity).to.be(expectedValueLiteral); - }); - - it('should have the property partnercustomerInformationZip (base name: "partnercustomerInformationZip")', function() { - // TODO: update the code to test the property partnercustomerInformationZip - expect(instance).to.have.property('partnercustomerInformationZip'); - // expect(instance.partnercustomerInformationZip).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationPercentOwnership (base name: "partnerCustomerInformationPercentOwnership")', function() { - // TODO: update the code to test the property partnerCustomerInformationPercentOwnership - expect(instance).to.have.property('partnerCustomerInformationPercentOwnership'); - // expect(instance.partnerCustomerInformationPercentOwnership).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationDOB (base name: "partnerCustomerInformationDOB")', function() { - // TODO: update the code to test the property partnerCustomerInformationDOB - expect(instance).to.have.property('partnerCustomerInformationDOB'); - // expect(instance.partnerCustomerInformationDOB).to.be(expectedValueLiteral); - }); - - it('should have the property haveInsurance (base name: "haveInsurance")', function() { - // TODO: update the code to test the property haveInsurance - expect(instance).to.have.property('haveInsurance'); - // expect(instance.haveInsurance).to.be(expectedValueLiteral); - }); - - it('should have the property gender (base name: "gender")', function() { - // TODO: update the code to test the property gender - expect(instance).to.have.property('gender'); - // expect(instance.gender).to.be(expectedValueLiteral); - }); - - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/model/Gender.spec.js b/node_modules/kaped_partner_api/test/model/Gender.spec.js deleted file mode 100644 index 97deb99..0000000 --- a/node_modules/kaped_partner_api/test/model/Gender.spec.js +++ /dev/null @@ -1,60 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('Gender', function() { - beforeEach(function() { - instance = KapedPartnerApi.Gender; - }); - - it('should create an instance of Gender', function() { - // TODO: update the code to test Gender - expect(instance).to.be.a('object'); - }); - - it('should have the property male', function() { - expect(instance).to.have.property('male'); - expect(instance.male).to.be("Male"); - }); - - it('should have the property female', function() { - expect(instance).to.have.property('female'); - expect(instance.female).to.be("Female"); - }); - - it('should have the property transgender', function() { - expect(instance).to.have.property('transgender'); - expect(instance.transgender).to.be("Transgender"); - }); - - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/model/Login.spec.js b/node_modules/kaped_partner_api/test/model/Login.spec.js deleted file mode 100644 index 808c59f..0000000 --- a/node_modules/kaped_partner_api/test/model/Login.spec.js +++ /dev/null @@ -1,51 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('Login', function() { - beforeEach(function() { - instance = new KapedPartnerApi.Login(); - }); - - it('should create an instance of Login', function() { - // TODO: update the code to test Login - expect(instance).to.be.a(KapedPartnerApi.Login); - }); - - it('should have the property username (base name: "username")', function() { - // TODO: update the code to test the property username - expect(instance).to.have.property('username'); - // expect(instance.username).to.be(expectedValueLiteral); - }); - - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/model/Ownership.spec.js b/node_modules/kaped_partner_api/test/model/Ownership.spec.js deleted file mode 100644 index 7ee2383..0000000 --- a/node_modules/kaped_partner_api/test/model/Ownership.spec.js +++ /dev/null @@ -1,55 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('Ownership', function() { - beforeEach(function() { - instance = KapedPartnerApi.Ownership; - }); - - it('should create an instance of Ownership', function() { - // TODO: update the code to test Ownership - expect(instance).to.be.a('object'); - }); - - it('should have the property _public', function() { - expect(instance).to.have.property('_public'); - expect(instance._public).to.be("public"); - }); - - it('should have the property _private', function() { - expect(instance).to.have.property('_private'); - expect(instance._private).to.be("private"); - }); - - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/model/ResumeApplication.spec.js b/node_modules/kaped_partner_api/test/model/ResumeApplication.spec.js deleted file mode 100644 index e6c536d..0000000 --- a/node_modules/kaped_partner_api/test/model/ResumeApplication.spec.js +++ /dev/null @@ -1,51 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('ResumeApplication', function() { - beforeEach(function() { - instance = new KapedPartnerApi.ResumeApplication(); - }); - - it('should create an instance of ResumeApplication', function() { - // TODO: update the code to test ResumeApplication - expect(instance).to.be.a(KapedPartnerApi.ResumeApplication); - }); - - it('should have the property applicationID (base name: "applicationID")', function() { - // TODO: update the code to test the property applicationID - expect(instance).to.have.property('applicationID'); - // expect(instance.applicationID).to.be(expectedValueLiteral); - }); - - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/model/SIC.spec.js b/node_modules/kaped_partner_api/test/model/SIC.spec.js deleted file mode 100644 index a34f0d7..0000000 --- a/node_modules/kaped_partner_api/test/model/SIC.spec.js +++ /dev/null @@ -1,2265 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('SIC', function() { - beforeEach(function() { - instance = KapedPartnerApi.SIC; - }); - - it('should create an instance of SIC', function() { - // TODO: update the code to test SIC - expect(instance).to.be.a('object'); - }); - - it('should have the property _100', function() { - expect(instance).to.have.property('_100'); - expect(instance._100).to.be(100); - }); - - it('should have the property _200', function() { - expect(instance).to.have.property('_200'); - expect(instance._200).to.be(200); - }); - - it('should have the property _700', function() { - expect(instance).to.have.property('_700'); - expect(instance._700).to.be(700); - }); - - it('should have the property _800', function() { - expect(instance).to.have.property('_800'); - expect(instance._800).to.be(800); - }); - - it('should have the property _900', function() { - expect(instance).to.have.property('_900'); - expect(instance._900).to.be(900); - }); - - it('should have the property _1000', function() { - expect(instance).to.have.property('_1000'); - expect(instance._1000).to.be(1000); - }); - - it('should have the property _1040', function() { - expect(instance).to.have.property('_1040'); - expect(instance._1040).to.be(1040); - }); - - it('should have the property _1090', function() { - expect(instance).to.have.property('_1090'); - expect(instance._1090).to.be(1090); - }); - - it('should have the property _1220', function() { - expect(instance).to.have.property('_1220'); - expect(instance._1220).to.be(1220); - }); - - it('should have the property _1221', function() { - expect(instance).to.have.property('_1221'); - expect(instance._1221).to.be(1221); - }); - - it('should have the property _1311', function() { - expect(instance).to.have.property('_1311'); - expect(instance._1311).to.be(1311); - }); - - it('should have the property _1381', function() { - expect(instance).to.have.property('_1381'); - expect(instance._1381).to.be(1381); - }); - - it('should have the property _1382', function() { - expect(instance).to.have.property('_1382'); - expect(instance._1382).to.be(1382); - }); - - it('should have the property _1389', function() { - expect(instance).to.have.property('_1389'); - expect(instance._1389).to.be(1389); - }); - - it('should have the property _1400', function() { - expect(instance).to.have.property('_1400'); - expect(instance._1400).to.be(1400); - }); - - it('should have the property _1520', function() { - expect(instance).to.have.property('_1520'); - expect(instance._1520).to.be(1520); - }); - - it('should have the property _1531', function() { - expect(instance).to.have.property('_1531'); - expect(instance._1531).to.be(1531); - }); - - it('should have the property _1540', function() { - expect(instance).to.have.property('_1540'); - expect(instance._1540).to.be(1540); - }); - - it('should have the property _1600', function() { - expect(instance).to.have.property('_1600'); - expect(instance._1600).to.be(1600); - }); - - it('should have the property _1623', function() { - expect(instance).to.have.property('_1623'); - expect(instance._1623).to.be(1623); - }); - - it('should have the property _1700', function() { - expect(instance).to.have.property('_1700'); - expect(instance._1700).to.be(1700); - }); - - it('should have the property _1731', function() { - expect(instance).to.have.property('_1731'); - expect(instance._1731).to.be(1731); - }); - - it('should have the property _2000', function() { - expect(instance).to.have.property('_2000'); - expect(instance._2000).to.be(2000); - }); - - it('should have the property _2011', function() { - expect(instance).to.have.property('_2011'); - expect(instance._2011).to.be(2011); - }); - - it('should have the property _2013', function() { - expect(instance).to.have.property('_2013'); - expect(instance._2013).to.be(2013); - }); - - it('should have the property _2015', function() { - expect(instance).to.have.property('_2015'); - expect(instance._2015).to.be(2015); - }); - - it('should have the property _2020', function() { - expect(instance).to.have.property('_2020'); - expect(instance._2020).to.be(2020); - }); - - it('should have the property _2024', function() { - expect(instance).to.have.property('_2024'); - expect(instance._2024).to.be(2024); - }); - - it('should have the property _2030', function() { - expect(instance).to.have.property('_2030'); - expect(instance._2030).to.be(2030); - }); - - it('should have the property _2033', function() { - expect(instance).to.have.property('_2033'); - expect(instance._2033).to.be(2033); - }); - - it('should have the property _2040', function() { - expect(instance).to.have.property('_2040'); - expect(instance._2040).to.be(2040); - }); - - it('should have the property _2050', function() { - expect(instance).to.have.property('_2050'); - expect(instance._2050).to.be(2050); - }); - - it('should have the property _2052', function() { - expect(instance).to.have.property('_2052'); - expect(instance._2052).to.be(2052); - }); - - it('should have the property _2060', function() { - expect(instance).to.have.property('_2060'); - expect(instance._2060).to.be(2060); - }); - - it('should have the property _2070', function() { - expect(instance).to.have.property('_2070'); - expect(instance._2070).to.be(2070); - }); - - it('should have the property _2080', function() { - expect(instance).to.have.property('_2080'); - expect(instance._2080).to.be(2080); - }); - - it('should have the property _2082', function() { - expect(instance).to.have.property('_2082'); - expect(instance._2082).to.be(2082); - }); - - it('should have the property _2086', function() { - expect(instance).to.have.property('_2086'); - expect(instance._2086).to.be(2086); - }); - - it('should have the property _2090', function() { - expect(instance).to.have.property('_2090'); - expect(instance._2090).to.be(2090); - }); - - it('should have the property _2092', function() { - expect(instance).to.have.property('_2092'); - expect(instance._2092).to.be(2092); - }); - - it('should have the property _2100', function() { - expect(instance).to.have.property('_2100'); - expect(instance._2100).to.be(2100); - }); - - it('should have the property _2111', function() { - expect(instance).to.have.property('_2111'); - expect(instance._2111).to.be(2111); - }); - - it('should have the property _2200', function() { - expect(instance).to.have.property('_2200'); - expect(instance._2200).to.be(2200); - }); - - it('should have the property _2211', function() { - expect(instance).to.have.property('_2211'); - expect(instance._2211).to.be(2211); - }); - - it('should have the property _2221', function() { - expect(instance).to.have.property('_2221'); - expect(instance._2221).to.be(2221); - }); - - it('should have the property _2250', function() { - expect(instance).to.have.property('_2250'); - expect(instance._2250).to.be(2250); - }); - - it('should have the property _2253', function() { - expect(instance).to.have.property('_2253'); - expect(instance._2253).to.be(2253); - }); - - it('should have the property _2273', function() { - expect(instance).to.have.property('_2273'); - expect(instance._2273).to.be(2273); - }); - - it('should have the property _2300', function() { - expect(instance).to.have.property('_2300'); - expect(instance._2300).to.be(2300); - }); - - it('should have the property _2320', function() { - expect(instance).to.have.property('_2320'); - expect(instance._2320).to.be(2320); - }); - - it('should have the property _2330', function() { - expect(instance).to.have.property('_2330'); - expect(instance._2330).to.be(2330); - }); - - it('should have the property _2340', function() { - expect(instance).to.have.property('_2340'); - expect(instance._2340).to.be(2340); - }); - - it('should have the property _2390', function() { - expect(instance).to.have.property('_2390'); - expect(instance._2390).to.be(2390); - }); - - it('should have the property _2400', function() { - expect(instance).to.have.property('_2400'); - expect(instance._2400).to.be(2400); - }); - - it('should have the property _2421', function() { - expect(instance).to.have.property('_2421'); - expect(instance._2421).to.be(2421); - }); - - it('should have the property _2430', function() { - expect(instance).to.have.property('_2430'); - expect(instance._2430).to.be(2430); - }); - - it('should have the property _2451', function() { - expect(instance).to.have.property('_2451'); - expect(instance._2451).to.be(2451); - }); - - it('should have the property _2452', function() { - expect(instance).to.have.property('_2452'); - expect(instance._2452).to.be(2452); - }); - - it('should have the property _2510', function() { - expect(instance).to.have.property('_2510'); - expect(instance._2510).to.be(2510); - }); - - it('should have the property _2511', function() { - expect(instance).to.have.property('_2511'); - expect(instance._2511).to.be(2511); - }); - - it('should have the property _2520', function() { - expect(instance).to.have.property('_2520'); - expect(instance._2520).to.be(2520); - }); - - it('should have the property _2522', function() { - expect(instance).to.have.property('_2522'); - expect(instance._2522).to.be(2522); - }); - - it('should have the property _2531', function() { - expect(instance).to.have.property('_2531'); - expect(instance._2531).to.be(2531); - }); - - it('should have the property _2540', function() { - expect(instance).to.have.property('_2540'); - expect(instance._2540).to.be(2540); - }); - - it('should have the property _2590', function() { - expect(instance).to.have.property('_2590'); - expect(instance._2590).to.be(2590); - }); - - it('should have the property _2600', function() { - expect(instance).to.have.property('_2600'); - expect(instance._2600).to.be(2600); - }); - - it('should have the property _2611', function() { - expect(instance).to.have.property('_2611'); - expect(instance._2611).to.be(2611); - }); - - it('should have the property _2621', function() { - expect(instance).to.have.property('_2621'); - expect(instance._2621).to.be(2621); - }); - - it('should have the property _2631', function() { - expect(instance).to.have.property('_2631'); - expect(instance._2631).to.be(2631); - }); - - it('should have the property _2650', function() { - expect(instance).to.have.property('_2650'); - expect(instance._2650).to.be(2650); - }); - - it('should have the property _2670', function() { - expect(instance).to.have.property('_2670'); - expect(instance._2670).to.be(2670); - }); - - it('should have the property _2673', function() { - expect(instance).to.have.property('_2673'); - expect(instance._2673).to.be(2673); - }); - - it('should have the property _2711', function() { - expect(instance).to.have.property('_2711'); - expect(instance._2711).to.be(2711); - }); - - it('should have the property _2721', function() { - expect(instance).to.have.property('_2721'); - expect(instance._2721).to.be(2721); - }); - - it('should have the property _2731', function() { - expect(instance).to.have.property('_2731'); - expect(instance._2731).to.be(2731); - }); - - it('should have the property _2732', function() { - expect(instance).to.have.property('_2732'); - expect(instance._2732).to.be(2732); - }); - - it('should have the property _2741', function() { - expect(instance).to.have.property('_2741'); - expect(instance._2741).to.be(2741); - }); - - it('should have the property _2750', function() { - expect(instance).to.have.property('_2750'); - expect(instance._2750).to.be(2750); - }); - - it('should have the property _2761', function() { - expect(instance).to.have.property('_2761'); - expect(instance._2761).to.be(2761); - }); - - it('should have the property _2771', function() { - expect(instance).to.have.property('_2771'); - expect(instance._2771).to.be(2771); - }); - - it('should have the property _2780', function() { - expect(instance).to.have.property('_2780'); - expect(instance._2780).to.be(2780); - }); - - it('should have the property _2790', function() { - expect(instance).to.have.property('_2790'); - expect(instance._2790).to.be(2790); - }); - - it('should have the property _2800', function() { - expect(instance).to.have.property('_2800'); - expect(instance._2800).to.be(2800); - }); - - it('should have the property _2810', function() { - expect(instance).to.have.property('_2810'); - expect(instance._2810).to.be(2810); - }); - - it('should have the property _2820', function() { - expect(instance).to.have.property('_2820'); - expect(instance._2820).to.be(2820); - }); - - it('should have the property _2821', function() { - expect(instance).to.have.property('_2821'); - expect(instance._2821).to.be(2821); - }); - - it('should have the property _2833', function() { - expect(instance).to.have.property('_2833'); - expect(instance._2833).to.be(2833); - }); - - it('should have the property _2834', function() { - expect(instance).to.have.property('_2834'); - expect(instance._2834).to.be(2834); - }); - - it('should have the property _2835', function() { - expect(instance).to.have.property('_2835'); - expect(instance._2835).to.be(2835); - }); - - it('should have the property _2836', function() { - expect(instance).to.have.property('_2836'); - expect(instance._2836).to.be(2836); - }); - - it('should have the property _2840', function() { - expect(instance).to.have.property('_2840'); - expect(instance._2840).to.be(2840); - }); - - it('should have the property _2842', function() { - expect(instance).to.have.property('_2842'); - expect(instance._2842).to.be(2842); - }); - - it('should have the property _2844', function() { - expect(instance).to.have.property('_2844'); - expect(instance._2844).to.be(2844); - }); - - it('should have the property _2851', function() { - expect(instance).to.have.property('_2851'); - expect(instance._2851).to.be(2851); - }); - - it('should have the property _2860', function() { - expect(instance).to.have.property('_2860'); - expect(instance._2860).to.be(2860); - }); - - it('should have the property _2870', function() { - expect(instance).to.have.property('_2870'); - expect(instance._2870).to.be(2870); - }); - - it('should have the property _2890', function() { - expect(instance).to.have.property('_2890'); - expect(instance._2890).to.be(2890); - }); - - it('should have the property _2891', function() { - expect(instance).to.have.property('_2891'); - expect(instance._2891).to.be(2891); - }); - - it('should have the property _2911', function() { - expect(instance).to.have.property('_2911'); - expect(instance._2911).to.be(2911); - }); - - it('should have the property _2950', function() { - expect(instance).to.have.property('_2950'); - expect(instance._2950).to.be(2950); - }); - - it('should have the property _2990', function() { - expect(instance).to.have.property('_2990'); - expect(instance._2990).to.be(2990); - }); - - it('should have the property _3011', function() { - expect(instance).to.have.property('_3011'); - expect(instance._3011).to.be(3011); - }); - - it('should have the property _3021', function() { - expect(instance).to.have.property('_3021'); - expect(instance._3021).to.be(3021); - }); - - it('should have the property _3050', function() { - expect(instance).to.have.property('_3050'); - expect(instance._3050).to.be(3050); - }); - - it('should have the property _3060', function() { - expect(instance).to.have.property('_3060'); - expect(instance._3060).to.be(3060); - }); - - it('should have the property _3080', function() { - expect(instance).to.have.property('_3080'); - expect(instance._3080).to.be(3080); - }); - - it('should have the property _3081', function() { - expect(instance).to.have.property('_3081'); - expect(instance._3081).to.be(3081); - }); - - it('should have the property _3086', function() { - expect(instance).to.have.property('_3086'); - expect(instance._3086).to.be(3086); - }); - - it('should have the property _3089', function() { - expect(instance).to.have.property('_3089'); - expect(instance._3089).to.be(3089); - }); - - it('should have the property _3100', function() { - expect(instance).to.have.property('_3100'); - expect(instance._3100).to.be(3100); - }); - - it('should have the property _3140', function() { - expect(instance).to.have.property('_3140'); - expect(instance._3140).to.be(3140); - }); - - it('should have the property _3211', function() { - expect(instance).to.have.property('_3211'); - expect(instance._3211).to.be(3211); - }); - - it('should have the property _3220', function() { - expect(instance).to.have.property('_3220'); - expect(instance._3220).to.be(3220); - }); - - it('should have the property _3221', function() { - expect(instance).to.have.property('_3221'); - expect(instance._3221).to.be(3221); - }); - - it('should have the property _3231', function() { - expect(instance).to.have.property('_3231'); - expect(instance._3231).to.be(3231); - }); - - it('should have the property _3241', function() { - expect(instance).to.have.property('_3241'); - expect(instance._3241).to.be(3241); - }); - - it('should have the property _3250', function() { - expect(instance).to.have.property('_3250'); - expect(instance._3250).to.be(3250); - }); - - it('should have the property _3260', function() { - expect(instance).to.have.property('_3260'); - expect(instance._3260).to.be(3260); - }); - - it('should have the property _3270', function() { - expect(instance).to.have.property('_3270'); - expect(instance._3270).to.be(3270); - }); - - it('should have the property _3272', function() { - expect(instance).to.have.property('_3272'); - expect(instance._3272).to.be(3272); - }); - - it('should have the property _3281', function() { - expect(instance).to.have.property('_3281'); - expect(instance._3281).to.be(3281); - }); - - it('should have the property _3290', function() { - expect(instance).to.have.property('_3290'); - expect(instance._3290).to.be(3290); - }); - - it('should have the property _3310', function() { - expect(instance).to.have.property('_3310'); - expect(instance._3310).to.be(3310); - }); - - it('should have the property _3312', function() { - expect(instance).to.have.property('_3312'); - expect(instance._3312).to.be(3312); - }); - - it('should have the property _3317', function() { - expect(instance).to.have.property('_3317'); - expect(instance._3317).to.be(3317); - }); - - it('should have the property _3320', function() { - expect(instance).to.have.property('_3320'); - expect(instance._3320).to.be(3320); - }); - - it('should have the property _3330', function() { - expect(instance).to.have.property('_3330'); - expect(instance._3330).to.be(3330); - }); - - it('should have the property _3334', function() { - expect(instance).to.have.property('_3334'); - expect(instance._3334).to.be(3334); - }); - - it('should have the property _3341', function() { - expect(instance).to.have.property('_3341'); - expect(instance._3341).to.be(3341); - }); - - it('should have the property _3350', function() { - expect(instance).to.have.property('_3350'); - expect(instance._3350).to.be(3350); - }); - - it('should have the property _3357', function() { - expect(instance).to.have.property('_3357'); - expect(instance._3357).to.be(3357); - }); - - it('should have the property _3360', function() { - expect(instance).to.have.property('_3360'); - expect(instance._3360).to.be(3360); - }); - - it('should have the property _3390', function() { - expect(instance).to.have.property('_3390'); - expect(instance._3390).to.be(3390); - }); - - it('should have the property _3411', function() { - expect(instance).to.have.property('_3411'); - expect(instance._3411).to.be(3411); - }); - - it('should have the property _3412', function() { - expect(instance).to.have.property('_3412'); - expect(instance._3412).to.be(3412); - }); - - it('should have the property _3420', function() { - expect(instance).to.have.property('_3420'); - expect(instance._3420).to.be(3420); - }); - - it('should have the property _3430', function() { - expect(instance).to.have.property('_3430'); - expect(instance._3430).to.be(3430); - }); - - it('should have the property _3433', function() { - expect(instance).to.have.property('_3433'); - expect(instance._3433).to.be(3433); - }); - - it('should have the property _3440', function() { - expect(instance).to.have.property('_3440'); - expect(instance._3440).to.be(3440); - }); - - it('should have the property _3442', function() { - expect(instance).to.have.property('_3442'); - expect(instance._3442).to.be(3442); - }); - - it('should have the property _3443', function() { - expect(instance).to.have.property('_3443'); - expect(instance._3443).to.be(3443); - }); - - it('should have the property _3444', function() { - expect(instance).to.have.property('_3444'); - expect(instance._3444).to.be(3444); - }); - - it('should have the property _3448', function() { - expect(instance).to.have.property('_3448'); - expect(instance._3448).to.be(3448); - }); - - it('should have the property _3451', function() { - expect(instance).to.have.property('_3451'); - expect(instance._3451).to.be(3451); - }); - - it('should have the property _3452', function() { - expect(instance).to.have.property('_3452'); - expect(instance._3452).to.be(3452); - }); - - it('should have the property _3460', function() { - expect(instance).to.have.property('_3460'); - expect(instance._3460).to.be(3460); - }); - - it('should have the property _3470', function() { - expect(instance).to.have.property('_3470'); - expect(instance._3470).to.be(3470); - }); - - it('should have the property _3480', function() { - expect(instance).to.have.property('_3480'); - expect(instance._3480).to.be(3480); - }); - - it('should have the property _3490', function() { - expect(instance).to.have.property('_3490'); - expect(instance._3490).to.be(3490); - }); - - it('should have the property _3510', function() { - expect(instance).to.have.property('_3510'); - expect(instance._3510).to.be(3510); - }); - - it('should have the property _3523', function() { - expect(instance).to.have.property('_3523'); - expect(instance._3523).to.be(3523); - }); - - it('should have the property _3524', function() { - expect(instance).to.have.property('_3524'); - expect(instance._3524).to.be(3524); - }); - - it('should have the property _3530', function() { - expect(instance).to.have.property('_3530'); - expect(instance._3530).to.be(3530); - }); - - it('should have the property _3531', function() { - expect(instance).to.have.property('_3531'); - expect(instance._3531).to.be(3531); - }); - - it('should have the property _3532', function() { - expect(instance).to.have.property('_3532'); - expect(instance._3532).to.be(3532); - }); - - it('should have the property _3533', function() { - expect(instance).to.have.property('_3533'); - expect(instance._3533).to.be(3533); - }); - - it('should have the property _3537', function() { - expect(instance).to.have.property('_3537'); - expect(instance._3537).to.be(3537); - }); - - it('should have the property _3540', function() { - expect(instance).to.have.property('_3540'); - expect(instance._3540).to.be(3540); - }); - - it('should have the property _3541', function() { - expect(instance).to.have.property('_3541'); - expect(instance._3541).to.be(3541); - }); - - it('should have the property _3550', function() { - expect(instance).to.have.property('_3550'); - expect(instance._3550).to.be(3550); - }); - - it('should have the property _3555', function() { - expect(instance).to.have.property('_3555'); - expect(instance._3555).to.be(3555); - }); - - it('should have the property _3559', function() { - expect(instance).to.have.property('_3559'); - expect(instance._3559).to.be(3559); - }); - - it('should have the property _3560', function() { - expect(instance).to.have.property('_3560'); - expect(instance._3560).to.be(3560); - }); - - it('should have the property _3561', function() { - expect(instance).to.have.property('_3561'); - expect(instance._3561).to.be(3561); - }); - - it('should have the property _3562', function() { - expect(instance).to.have.property('_3562'); - expect(instance._3562).to.be(3562); - }); - - it('should have the property _3564', function() { - expect(instance).to.have.property('_3564'); - expect(instance._3564).to.be(3564); - }); - - it('should have the property _3567', function() { - expect(instance).to.have.property('_3567'); - expect(instance._3567).to.be(3567); - }); - - it('should have the property _3569', function() { - expect(instance).to.have.property('_3569'); - expect(instance._3569).to.be(3569); - }); - - it('should have the property _3570', function() { - expect(instance).to.have.property('_3570'); - expect(instance._3570).to.be(3570); - }); - - it('should have the property _3571', function() { - expect(instance).to.have.property('_3571'); - expect(instance._3571).to.be(3571); - }); - - it('should have the property _3572', function() { - expect(instance).to.have.property('_3572'); - expect(instance._3572).to.be(3572); - }); - - it('should have the property _3575', function() { - expect(instance).to.have.property('_3575'); - expect(instance._3575).to.be(3575); - }); - - it('should have the property _3576', function() { - expect(instance).to.have.property('_3576'); - expect(instance._3576).to.be(3576); - }); - - it('should have the property _3577', function() { - expect(instance).to.have.property('_3577'); - expect(instance._3577).to.be(3577); - }); - - it('should have the property _3578', function() { - expect(instance).to.have.property('_3578'); - expect(instance._3578).to.be(3578); - }); - - it('should have the property _3579', function() { - expect(instance).to.have.property('_3579'); - expect(instance._3579).to.be(3579); - }); - - it('should have the property _3580', function() { - expect(instance).to.have.property('_3580'); - expect(instance._3580).to.be(3580); - }); - - it('should have the property _3585', function() { - expect(instance).to.have.property('_3585'); - expect(instance._3585).to.be(3585); - }); - - it('should have the property _3590', function() { - expect(instance).to.have.property('_3590'); - expect(instance._3590).to.be(3590); - }); - - it('should have the property _3600', function() { - expect(instance).to.have.property('_3600'); - expect(instance._3600).to.be(3600); - }); - - it('should have the property _3612', function() { - expect(instance).to.have.property('_3612'); - expect(instance._3612).to.be(3612); - }); - - it('should have the property _3613', function() { - expect(instance).to.have.property('_3613'); - expect(instance._3613).to.be(3613); - }); - - it('should have the property _3620', function() { - expect(instance).to.have.property('_3620'); - expect(instance._3620).to.be(3620); - }); - - it('should have the property _3621', function() { - expect(instance).to.have.property('_3621'); - expect(instance._3621).to.be(3621); - }); - - it('should have the property _3630', function() { - expect(instance).to.have.property('_3630'); - expect(instance._3630).to.be(3630); - }); - - it('should have the property _3634', function() { - expect(instance).to.have.property('_3634'); - expect(instance._3634).to.be(3634); - }); - - it('should have the property _3640', function() { - expect(instance).to.have.property('_3640'); - expect(instance._3640).to.be(3640); - }); - - it('should have the property _3651', function() { - expect(instance).to.have.property('_3651'); - expect(instance._3651).to.be(3651); - }); - - it('should have the property _3652', function() { - expect(instance).to.have.property('_3652'); - expect(instance._3652).to.be(3652); - }); - - it('should have the property _3661', function() { - expect(instance).to.have.property('_3661'); - expect(instance._3661).to.be(3661); - }); - - it('should have the property _3663', function() { - expect(instance).to.have.property('_3663'); - expect(instance._3663).to.be(3663); - }); - - it('should have the property _3669', function() { - expect(instance).to.have.property('_3669'); - expect(instance._3669).to.be(3669); - }); - - it('should have the property _3670', function() { - expect(instance).to.have.property('_3670'); - expect(instance._3670).to.be(3670); - }); - - it('should have the property _3672', function() { - expect(instance).to.have.property('_3672'); - expect(instance._3672).to.be(3672); - }); - - it('should have the property _3674', function() { - expect(instance).to.have.property('_3674'); - expect(instance._3674).to.be(3674); - }); - - it('should have the property _3677', function() { - expect(instance).to.have.property('_3677'); - expect(instance._3677).to.be(3677); - }); - - it('should have the property _3678', function() { - expect(instance).to.have.property('_3678'); - expect(instance._3678).to.be(3678); - }); - - it('should have the property _3679', function() { - expect(instance).to.have.property('_3679'); - expect(instance._3679).to.be(3679); - }); - - it('should have the property _3690', function() { - expect(instance).to.have.property('_3690'); - expect(instance._3690).to.be(3690); - }); - - it('should have the property _3695', function() { - expect(instance).to.have.property('_3695'); - expect(instance._3695).to.be(3695); - }); - - it('should have the property _3711', function() { - expect(instance).to.have.property('_3711'); - expect(instance._3711).to.be(3711); - }); - - it('should have the property _3713', function() { - expect(instance).to.have.property('_3713'); - expect(instance._3713).to.be(3713); - }); - - it('should have the property _3714', function() { - expect(instance).to.have.property('_3714'); - expect(instance._3714).to.be(3714); - }); - - it('should have the property _3715', function() { - expect(instance).to.have.property('_3715'); - expect(instance._3715).to.be(3715); - }); - - it('should have the property _3716', function() { - expect(instance).to.have.property('_3716'); - expect(instance._3716).to.be(3716); - }); - - it('should have the property _3720', function() { - expect(instance).to.have.property('_3720'); - expect(instance._3720).to.be(3720); - }); - - it('should have the property _3721', function() { - expect(instance).to.have.property('_3721'); - expect(instance._3721).to.be(3721); - }); - - it('should have the property _3724', function() { - expect(instance).to.have.property('_3724'); - expect(instance._3724).to.be(3724); - }); - - it('should have the property _3728', function() { - expect(instance).to.have.property('_3728'); - expect(instance._3728).to.be(3728); - }); - - it('should have the property _3730', function() { - expect(instance).to.have.property('_3730'); - expect(instance._3730).to.be(3730); - }); - - it('should have the property _3743', function() { - expect(instance).to.have.property('_3743'); - expect(instance._3743).to.be(3743); - }); - - it('should have the property _3751', function() { - expect(instance).to.have.property('_3751'); - expect(instance._3751).to.be(3751); - }); - - it('should have the property _3760', function() { - expect(instance).to.have.property('_3760'); - expect(instance._3760).to.be(3760); - }); - - it('should have the property _3790', function() { - expect(instance).to.have.property('_3790'); - expect(instance._3790).to.be(3790); - }); - - it('should have the property _3812', function() { - expect(instance).to.have.property('_3812'); - expect(instance._3812).to.be(3812); - }); - - it('should have the property _3821', function() { - expect(instance).to.have.property('_3821'); - expect(instance._3821).to.be(3821); - }); - - it('should have the property _3822', function() { - expect(instance).to.have.property('_3822'); - expect(instance._3822).to.be(3822); - }); - - it('should have the property _3823', function() { - expect(instance).to.have.property('_3823'); - expect(instance._3823).to.be(3823); - }); - - it('should have the property _3824', function() { - expect(instance).to.have.property('_3824'); - expect(instance._3824).to.be(3824); - }); - - it('should have the property _3825', function() { - expect(instance).to.have.property('_3825'); - expect(instance._3825).to.be(3825); - }); - - it('should have the property _3826', function() { - expect(instance).to.have.property('_3826'); - expect(instance._3826).to.be(3826); - }); - - it('should have the property _3827', function() { - expect(instance).to.have.property('_3827'); - expect(instance._3827).to.be(3827); - }); - - it('should have the property _3829', function() { - expect(instance).to.have.property('_3829'); - expect(instance._3829).to.be(3829); - }); - - it('should have the property _3841', function() { - expect(instance).to.have.property('_3841'); - expect(instance._3841).to.be(3841); - }); - - it('should have the property _3842', function() { - expect(instance).to.have.property('_3842'); - expect(instance._3842).to.be(3842); - }); - - it('should have the property _3843', function() { - expect(instance).to.have.property('_3843'); - expect(instance._3843).to.be(3843); - }); - - it('should have the property _3844', function() { - expect(instance).to.have.property('_3844'); - expect(instance._3844).to.be(3844); - }); - - it('should have the property _3845', function() { - expect(instance).to.have.property('_3845'); - expect(instance._3845).to.be(3845); - }); - - it('should have the property _3851', function() { - expect(instance).to.have.property('_3851'); - expect(instance._3851).to.be(3851); - }); - - it('should have the property _3861', function() { - expect(instance).to.have.property('_3861'); - expect(instance._3861).to.be(3861); - }); - - it('should have the property _3873', function() { - expect(instance).to.have.property('_3873'); - expect(instance._3873).to.be(3873); - }); - - it('should have the property _3910', function() { - expect(instance).to.have.property('_3910'); - expect(instance._3910).to.be(3910); - }); - - it('should have the property _3911', function() { - expect(instance).to.have.property('_3911'); - expect(instance._3911).to.be(3911); - }); - - it('should have the property _3931', function() { - expect(instance).to.have.property('_3931'); - expect(instance._3931).to.be(3931); - }); - - it('should have the property _3942', function() { - expect(instance).to.have.property('_3942'); - expect(instance._3942).to.be(3942); - }); - - it('should have the property _3944', function() { - expect(instance).to.have.property('_3944'); - expect(instance._3944).to.be(3944); - }); - - it('should have the property _3949', function() { - expect(instance).to.have.property('_3949'); - expect(instance._3949).to.be(3949); - }); - - it('should have the property _3950', function() { - expect(instance).to.have.property('_3950'); - expect(instance._3950).to.be(3950); - }); - - it('should have the property _3960', function() { - expect(instance).to.have.property('_3960'); - expect(instance._3960).to.be(3960); - }); - - it('should have the property _3990', function() { - expect(instance).to.have.property('_3990'); - expect(instance._3990).to.be(3990); - }); - - it('should have the property _4011', function() { - expect(instance).to.have.property('_4011'); - expect(instance._4011).to.be(4011); - }); - - it('should have the property _4013', function() { - expect(instance).to.have.property('_4013'); - expect(instance._4013).to.be(4013); - }); - - it('should have the property _4100', function() { - expect(instance).to.have.property('_4100'); - expect(instance._4100).to.be(4100); - }); - - it('should have the property _4210', function() { - expect(instance).to.have.property('_4210'); - expect(instance._4210).to.be(4210); - }); - - it('should have the property _4213', function() { - expect(instance).to.have.property('_4213'); - expect(instance._4213).to.be(4213); - }); - - it('should have the property _4220', function() { - expect(instance).to.have.property('_4220'); - expect(instance._4220).to.be(4220); - }); - - it('should have the property _4231', function() { - expect(instance).to.have.property('_4231'); - expect(instance._4231).to.be(4231); - }); - - it('should have the property _4400', function() { - expect(instance).to.have.property('_4400'); - expect(instance._4400).to.be(4400); - }); - - it('should have the property _4412', function() { - expect(instance).to.have.property('_4412'); - expect(instance._4412).to.be(4412); - }); - - it('should have the property _4512', function() { - expect(instance).to.have.property('_4512'); - expect(instance._4512).to.be(4512); - }); - - it('should have the property _4513', function() { - expect(instance).to.have.property('_4513'); - expect(instance._4513).to.be(4513); - }); - - it('should have the property _4522', function() { - expect(instance).to.have.property('_4522'); - expect(instance._4522).to.be(4522); - }); - - it('should have the property _4581', function() { - expect(instance).to.have.property('_4581'); - expect(instance._4581).to.be(4581); - }); - - it('should have the property _4610', function() { - expect(instance).to.have.property('_4610'); - expect(instance._4610).to.be(4610); - }); - - it('should have the property _4700', function() { - expect(instance).to.have.property('_4700'); - expect(instance._4700).to.be(4700); - }); - - it('should have the property _4731', function() { - expect(instance).to.have.property('_4731'); - expect(instance._4731).to.be(4731); - }); - - it('should have the property _4812', function() { - expect(instance).to.have.property('_4812'); - expect(instance._4812).to.be(4812); - }); - - it('should have the property _4813', function() { - expect(instance).to.have.property('_4813'); - expect(instance._4813).to.be(4813); - }); - - it('should have the property _4822', function() { - expect(instance).to.have.property('_4822'); - expect(instance._4822).to.be(4822); - }); - - it('should have the property _4832', function() { - expect(instance).to.have.property('_4832'); - expect(instance._4832).to.be(4832); - }); - - it('should have the property _4833', function() { - expect(instance).to.have.property('_4833'); - expect(instance._4833).to.be(4833); - }); - - it('should have the property _4841', function() { - expect(instance).to.have.property('_4841'); - expect(instance._4841).to.be(4841); - }); - - it('should have the property _4899', function() { - expect(instance).to.have.property('_4899'); - expect(instance._4899).to.be(4899); - }); - - it('should have the property _4900', function() { - expect(instance).to.have.property('_4900'); - expect(instance._4900).to.be(4900); - }); - - it('should have the property _4911', function() { - expect(instance).to.have.property('_4911'); - expect(instance._4911).to.be(4911); - }); - - it('should have the property _4922', function() { - expect(instance).to.have.property('_4922'); - expect(instance._4922).to.be(4922); - }); - - it('should have the property _4923', function() { - expect(instance).to.have.property('_4923'); - expect(instance._4923).to.be(4923); - }); - - it('should have the property _4924', function() { - expect(instance).to.have.property('_4924'); - expect(instance._4924).to.be(4924); - }); - - it('should have the property _4931', function() { - expect(instance).to.have.property('_4931'); - expect(instance._4931).to.be(4931); - }); - - it('should have the property _4932', function() { - expect(instance).to.have.property('_4932'); - expect(instance._4932).to.be(4932); - }); - - it('should have the property _4941', function() { - expect(instance).to.have.property('_4941'); - expect(instance._4941).to.be(4941); - }); - - it('should have the property _4950', function() { - expect(instance).to.have.property('_4950'); - expect(instance._4950).to.be(4950); - }); - - it('should have the property _4953', function() { - expect(instance).to.have.property('_4953'); - expect(instance._4953).to.be(4953); - }); - - it('should have the property _4955', function() { - expect(instance).to.have.property('_4955'); - expect(instance._4955).to.be(4955); - }); - - it('should have the property _4961', function() { - expect(instance).to.have.property('_4961'); - expect(instance._4961).to.be(4961); - }); - - it('should have the property _4991', function() { - expect(instance).to.have.property('_4991'); - expect(instance._4991).to.be(4991); - }); - - it('should have the property _5000', function() { - expect(instance).to.have.property('_5000'); - expect(instance._5000).to.be(5000); - }); - - it('should have the property _5010', function() { - expect(instance).to.have.property('_5010'); - expect(instance._5010).to.be(5010); - }); - - it('should have the property _5013', function() { - expect(instance).to.have.property('_5013'); - expect(instance._5013).to.be(5013); - }); - - it('should have the property _5020', function() { - expect(instance).to.have.property('_5020'); - expect(instance._5020).to.be(5020); - }); - - it('should have the property _5030', function() { - expect(instance).to.have.property('_5030'); - expect(instance._5030).to.be(5030); - }); - - it('should have the property _5031', function() { - expect(instance).to.have.property('_5031'); - expect(instance._5031).to.be(5031); - }); - - it('should have the property _5040', function() { - expect(instance).to.have.property('_5040'); - expect(instance._5040).to.be(5040); - }); - - it('should have the property _5045', function() { - expect(instance).to.have.property('_5045'); - expect(instance._5045).to.be(5045); - }); - - it('should have the property _5047', function() { - expect(instance).to.have.property('_5047'); - expect(instance._5047).to.be(5047); - }); - - it('should have the property _5050', function() { - expect(instance).to.have.property('_5050'); - expect(instance._5050).to.be(5050); - }); - - it('should have the property _5051', function() { - expect(instance).to.have.property('_5051'); - expect(instance._5051).to.be(5051); - }); - - it('should have the property _5063', function() { - expect(instance).to.have.property('_5063'); - expect(instance._5063).to.be(5063); - }); - - it('should have the property _5064', function() { - expect(instance).to.have.property('_5064'); - expect(instance._5064).to.be(5064); - }); - - it('should have the property _5065', function() { - expect(instance).to.have.property('_5065'); - expect(instance._5065).to.be(5065); - }); - - it('should have the property _5070', function() { - expect(instance).to.have.property('_5070'); - expect(instance._5070).to.be(5070); - }); - - it('should have the property _5072', function() { - expect(instance).to.have.property('_5072'); - expect(instance._5072).to.be(5072); - }); - - it('should have the property _5080', function() { - expect(instance).to.have.property('_5080'); - expect(instance._5080).to.be(5080); - }); - - it('should have the property _5082', function() { - expect(instance).to.have.property('_5082'); - expect(instance._5082).to.be(5082); - }); - - it('should have the property _5084', function() { - expect(instance).to.have.property('_5084'); - expect(instance._5084).to.be(5084); - }); - - it('should have the property _5090', function() { - expect(instance).to.have.property('_5090'); - expect(instance._5090).to.be(5090); - }); - - it('should have the property _5094', function() { - expect(instance).to.have.property('_5094'); - expect(instance._5094).to.be(5094); - }); - - it('should have the property _5099', function() { - expect(instance).to.have.property('_5099'); - expect(instance._5099).to.be(5099); - }); - - it('should have the property _5110', function() { - expect(instance).to.have.property('_5110'); - expect(instance._5110).to.be(5110); - }); - - it('should have the property _5122', function() { - expect(instance).to.have.property('_5122'); - expect(instance._5122).to.be(5122); - }); - - it('should have the property _5130', function() { - expect(instance).to.have.property('_5130'); - expect(instance._5130).to.be(5130); - }); - - it('should have the property _5140', function() { - expect(instance).to.have.property('_5140'); - expect(instance._5140).to.be(5140); - }); - - it('should have the property _5141', function() { - expect(instance).to.have.property('_5141'); - expect(instance._5141).to.be(5141); - }); - - it('should have the property _5150', function() { - expect(instance).to.have.property('_5150'); - expect(instance._5150).to.be(5150); - }); - - it('should have the property _5160', function() { - expect(instance).to.have.property('_5160'); - expect(instance._5160).to.be(5160); - }); - - it('should have the property _5171', function() { - expect(instance).to.have.property('_5171'); - expect(instance._5171).to.be(5171); - }); - - it('should have the property _5172', function() { - expect(instance).to.have.property('_5172'); - expect(instance._5172).to.be(5172); - }); - - it('should have the property _5180', function() { - expect(instance).to.have.property('_5180'); - expect(instance._5180).to.be(5180); - }); - - it('should have the property _5190', function() { - expect(instance).to.have.property('_5190'); - expect(instance._5190).to.be(5190); - }); - - it('should have the property _5200', function() { - expect(instance).to.have.property('_5200'); - expect(instance._5200).to.be(5200); - }); - - it('should have the property _5211', function() { - expect(instance).to.have.property('_5211'); - expect(instance._5211).to.be(5211); - }); - - it('should have the property _5271', function() { - expect(instance).to.have.property('_5271'); - expect(instance._5271).to.be(5271); - }); - - it('should have the property _5311', function() { - expect(instance).to.have.property('_5311'); - expect(instance._5311).to.be(5311); - }); - - it('should have the property _5331', function() { - expect(instance).to.have.property('_5331'); - expect(instance._5331).to.be(5331); - }); - - it('should have the property _5399', function() { - expect(instance).to.have.property('_5399'); - expect(instance._5399).to.be(5399); - }); - - it('should have the property _5400', function() { - expect(instance).to.have.property('_5400'); - expect(instance._5400).to.be(5400); - }); - - it('should have the property _5411', function() { - expect(instance).to.have.property('_5411'); - expect(instance._5411).to.be(5411); - }); - - it('should have the property _5412', function() { - expect(instance).to.have.property('_5412'); - expect(instance._5412).to.be(5412); - }); - - it('should have the property _5500', function() { - expect(instance).to.have.property('_5500'); - expect(instance._5500).to.be(5500); - }); - - it('should have the property _5531', function() { - expect(instance).to.have.property('_5531'); - expect(instance._5531).to.be(5531); - }); - - it('should have the property _5600', function() { - expect(instance).to.have.property('_5600'); - expect(instance._5600).to.be(5600); - }); - - it('should have the property _5621', function() { - expect(instance).to.have.property('_5621'); - expect(instance._5621).to.be(5621); - }); - - it('should have the property _5651', function() { - expect(instance).to.have.property('_5651'); - expect(instance._5651).to.be(5651); - }); - - it('should have the property _5661', function() { - expect(instance).to.have.property('_5661'); - expect(instance._5661).to.be(5661); - }); - - it('should have the property _5700', function() { - expect(instance).to.have.property('_5700'); - expect(instance._5700).to.be(5700); - }); - - it('should have the property _5712', function() { - expect(instance).to.have.property('_5712'); - expect(instance._5712).to.be(5712); - }); - - it('should have the property _5731', function() { - expect(instance).to.have.property('_5731'); - expect(instance._5731).to.be(5731); - }); - - it('should have the property _5734', function() { - expect(instance).to.have.property('_5734'); - expect(instance._5734).to.be(5734); - }); - - it('should have the property _5735', function() { - expect(instance).to.have.property('_5735'); - expect(instance._5735).to.be(5735); - }); - - it('should have the property _5810', function() { - expect(instance).to.have.property('_5810'); - expect(instance._5810).to.be(5810); - }); - - it('should have the property _5812', function() { - expect(instance).to.have.property('_5812'); - expect(instance._5812).to.be(5812); - }); - - it('should have the property _5900', function() { - expect(instance).to.have.property('_5900'); - expect(instance._5900).to.be(5900); - }); - - it('should have the property _5912', function() { - expect(instance).to.have.property('_5912'); - expect(instance._5912).to.be(5912); - }); - - it('should have the property _5940', function() { - expect(instance).to.have.property('_5940'); - expect(instance._5940).to.be(5940); - }); - - it('should have the property _5944', function() { - expect(instance).to.have.property('_5944'); - expect(instance._5944).to.be(5944); - }); - - it('should have the property _5945', function() { - expect(instance).to.have.property('_5945'); - expect(instance._5945).to.be(5945); - }); - - it('should have the property _5960', function() { - expect(instance).to.have.property('_5960'); - expect(instance._5960).to.be(5960); - }); - - it('should have the property _5961', function() { - expect(instance).to.have.property('_5961'); - expect(instance._5961).to.be(5961); - }); - - it('should have the property _5990', function() { - expect(instance).to.have.property('_5990'); - expect(instance._5990).to.be(5990); - }); - - it('should have the property _6021', function() { - expect(instance).to.have.property('_6021'); - expect(instance._6021).to.be(6021); - }); - - it('should have the property _6022', function() { - expect(instance).to.have.property('_6022'); - expect(instance._6022).to.be(6022); - }); - - it('should have the property _6029', function() { - expect(instance).to.have.property('_6029'); - expect(instance._6029).to.be(6029); - }); - - it('should have the property _6035', function() { - expect(instance).to.have.property('_6035'); - expect(instance._6035).to.be(6035); - }); - - it('should have the property _6036', function() { - expect(instance).to.have.property('_6036'); - expect(instance._6036).to.be(6036); - }); - - it('should have the property _6099', function() { - expect(instance).to.have.property('_6099'); - expect(instance._6099).to.be(6099); - }); - - it('should have the property _6111', function() { - expect(instance).to.have.property('_6111'); - expect(instance._6111).to.be(6111); - }); - - it('should have the property _6141', function() { - expect(instance).to.have.property('_6141'); - expect(instance._6141).to.be(6141); - }); - - it('should have the property _6153', function() { - expect(instance).to.have.property('_6153'); - expect(instance._6153).to.be(6153); - }); - - it('should have the property _6159', function() { - expect(instance).to.have.property('_6159'); - expect(instance._6159).to.be(6159); - }); - - it('should have the property _6162', function() { - expect(instance).to.have.property('_6162'); - expect(instance._6162).to.be(6162); - }); - - it('should have the property _6163', function() { - expect(instance).to.have.property('_6163'); - expect(instance._6163).to.be(6163); - }); - - it('should have the property _6172', function() { - expect(instance).to.have.property('_6172'); - expect(instance._6172).to.be(6172); - }); - - it('should have the property _6189', function() { - expect(instance).to.have.property('_6189'); - expect(instance._6189).to.be(6189); - }); - - it('should have the property _6199', function() { - expect(instance).to.have.property('_6199'); - expect(instance._6199).to.be(6199); - }); - - it('should have the property _6200', function() { - expect(instance).to.have.property('_6200'); - expect(instance._6200).to.be(6200); - }); - - it('should have the property _6211', function() { - expect(instance).to.have.property('_6211'); - expect(instance._6211).to.be(6211); - }); - - it('should have the property _6221', function() { - expect(instance).to.have.property('_6221'); - expect(instance._6221).to.be(6221); - }); - - it('should have the property _6282', function() { - expect(instance).to.have.property('_6282'); - expect(instance._6282).to.be(6282); - }); - - it('should have the property _6311', function() { - expect(instance).to.have.property('_6311'); - expect(instance._6311).to.be(6311); - }); - - it('should have the property _6321', function() { - expect(instance).to.have.property('_6321'); - expect(instance._6321).to.be(6321); - }); - - it('should have the property _6324', function() { - expect(instance).to.have.property('_6324'); - expect(instance._6324).to.be(6324); - }); - - it('should have the property _6331', function() { - expect(instance).to.have.property('_6331'); - expect(instance._6331).to.be(6331); - }); - - it('should have the property _6351', function() { - expect(instance).to.have.property('_6351'); - expect(instance._6351).to.be(6351); - }); - - it('should have the property _6361', function() { - expect(instance).to.have.property('_6361'); - expect(instance._6361).to.be(6361); - }); - - it('should have the property _6399', function() { - expect(instance).to.have.property('_6399'); - expect(instance._6399).to.be(6399); - }); - - it('should have the property _6411', function() { - expect(instance).to.have.property('_6411'); - expect(instance._6411).to.be(6411); - }); - - it('should have the property _6500', function() { - expect(instance).to.have.property('_6500'); - expect(instance._6500).to.be(6500); - }); - - it('should have the property _6510', function() { - expect(instance).to.have.property('_6510'); - expect(instance._6510).to.be(6510); - }); - - it('should have the property _6512', function() { - expect(instance).to.have.property('_6512'); - expect(instance._6512).to.be(6512); - }); - - it('should have the property _6513', function() { - expect(instance).to.have.property('_6513'); - expect(instance._6513).to.be(6513); - }); - - it('should have the property _6519', function() { - expect(instance).to.have.property('_6519'); - expect(instance._6519).to.be(6519); - }); - - it('should have the property _6531', function() { - expect(instance).to.have.property('_6531'); - expect(instance._6531).to.be(6531); - }); - - it('should have the property _6532', function() { - expect(instance).to.have.property('_6532'); - expect(instance._6532).to.be(6532); - }); - - it('should have the property _6552', function() { - expect(instance).to.have.property('_6552'); - expect(instance._6552).to.be(6552); - }); - - it('should have the property _6770', function() { - expect(instance).to.have.property('_6770'); - expect(instance._6770).to.be(6770); - }); - - it('should have the property _6792', function() { - expect(instance).to.have.property('_6792'); - expect(instance._6792).to.be(6792); - }); - - it('should have the property _6794', function() { - expect(instance).to.have.property('_6794'); - expect(instance._6794).to.be(6794); - }); - - it('should have the property _6795', function() { - expect(instance).to.have.property('_6795'); - expect(instance._6795).to.be(6795); - }); - - it('should have the property _6798', function() { - expect(instance).to.have.property('_6798'); - expect(instance._6798).to.be(6798); - }); - - it('should have the property _6799', function() { - expect(instance).to.have.property('_6799'); - expect(instance._6799).to.be(6799); - }); - - it('should have the property _7000', function() { - expect(instance).to.have.property('_7000'); - expect(instance._7000).to.be(7000); - }); - - it('should have the property _7011', function() { - expect(instance).to.have.property('_7011'); - expect(instance._7011).to.be(7011); - }); - - it('should have the property _7200', function() { - expect(instance).to.have.property('_7200'); - expect(instance._7200).to.be(7200); - }); - - it('should have the property _7310', function() { - expect(instance).to.have.property('_7310'); - expect(instance._7310).to.be(7310); - }); - - it('should have the property _7311', function() { - expect(instance).to.have.property('_7311'); - expect(instance._7311).to.be(7311); - }); - - it('should have the property _7320', function() { - expect(instance).to.have.property('_7320'); - expect(instance._7320).to.be(7320); - }); - - it('should have the property _7330', function() { - expect(instance).to.have.property('_7330'); - expect(instance._7330).to.be(7330); - }); - - it('should have the property _7331', function() { - expect(instance).to.have.property('_7331'); - expect(instance._7331).to.be(7331); - }); - - it('should have the property _7340', function() { - expect(instance).to.have.property('_7340'); - expect(instance._7340).to.be(7340); - }); - - it('should have the property _7350', function() { - expect(instance).to.have.property('_7350'); - expect(instance._7350).to.be(7350); - }); - - it('should have the property _7359', function() { - expect(instance).to.have.property('_7359'); - expect(instance._7359).to.be(7359); - }); - - it('should have the property _7361', function() { - expect(instance).to.have.property('_7361'); - expect(instance._7361).to.be(7361); - }); - - it('should have the property _7363', function() { - expect(instance).to.have.property('_7363'); - expect(instance._7363).to.be(7363); - }); - - it('should have the property _7370', function() { - expect(instance).to.have.property('_7370'); - expect(instance._7370).to.be(7370); - }); - - it('should have the property _7371', function() { - expect(instance).to.have.property('_7371'); - expect(instance._7371).to.be(7371); - }); - - it('should have the property _7372', function() { - expect(instance).to.have.property('_7372'); - expect(instance._7372).to.be(7372); - }); - - it('should have the property _7373', function() { - expect(instance).to.have.property('_7373'); - expect(instance._7373).to.be(7373); - }); - - it('should have the property _7374', function() { - expect(instance).to.have.property('_7374'); - expect(instance._7374).to.be(7374); - }); - - it('should have the property _7377', function() { - expect(instance).to.have.property('_7377'); - expect(instance._7377).to.be(7377); - }); - - it('should have the property _7380', function() { - expect(instance).to.have.property('_7380'); - expect(instance._7380).to.be(7380); - }); - - it('should have the property _7381', function() { - expect(instance).to.have.property('_7381'); - expect(instance._7381).to.be(7381); - }); - - it('should have the property _7384', function() { - expect(instance).to.have.property('_7384'); - expect(instance._7384).to.be(7384); - }); - - it('should have the property _7385', function() { - expect(instance).to.have.property('_7385'); - expect(instance._7385).to.be(7385); - }); - - it('should have the property _7389', function() { - expect(instance).to.have.property('_7389'); - expect(instance._7389).to.be(7389); - }); - - it('should have the property _7500', function() { - expect(instance).to.have.property('_7500'); - expect(instance._7500).to.be(7500); - }); - - it('should have the property _7510', function() { - expect(instance).to.have.property('_7510'); - expect(instance._7510).to.be(7510); - }); - - it('should have the property _7600', function() { - expect(instance).to.have.property('_7600'); - expect(instance._7600).to.be(7600); - }); - - it('should have the property _7812', function() { - expect(instance).to.have.property('_7812'); - expect(instance._7812).to.be(7812); - }); - - it('should have the property _7819', function() { - expect(instance).to.have.property('_7819'); - expect(instance._7819).to.be(7819); - }); - - it('should have the property _7822', function() { - expect(instance).to.have.property('_7822'); - expect(instance._7822).to.be(7822); - }); - - it('should have the property _7829', function() { - expect(instance).to.have.property('_7829'); - expect(instance._7829).to.be(7829); - }); - - it('should have the property _7830', function() { - expect(instance).to.have.property('_7830'); - expect(instance._7830).to.be(7830); - }); - - it('should have the property _7841', function() { - expect(instance).to.have.property('_7841'); - expect(instance._7841).to.be(7841); - }); - - it('should have the property _7900', function() { - expect(instance).to.have.property('_7900'); - expect(instance._7900).to.be(7900); - }); - - it('should have the property _7948', function() { - expect(instance).to.have.property('_7948'); - expect(instance._7948).to.be(7948); - }); - - it('should have the property _7990', function() { - expect(instance).to.have.property('_7990'); - expect(instance._7990).to.be(7990); - }); - - it('should have the property _7997', function() { - expect(instance).to.have.property('_7997'); - expect(instance._7997).to.be(7997); - }); - - it('should have the property _8000', function() { - expect(instance).to.have.property('_8000'); - expect(instance._8000).to.be(8000); - }); - - it('should have the property _8011', function() { - expect(instance).to.have.property('_8011'); - expect(instance._8011).to.be(8011); - }); - - it('should have the property _8050', function() { - expect(instance).to.have.property('_8050'); - expect(instance._8050).to.be(8050); - }); - - it('should have the property _8051', function() { - expect(instance).to.have.property('_8051'); - expect(instance._8051).to.be(8051); - }); - - it('should have the property _8060', function() { - expect(instance).to.have.property('_8060'); - expect(instance._8060).to.be(8060); - }); - - it('should have the property _8062', function() { - expect(instance).to.have.property('_8062'); - expect(instance._8062).to.be(8062); - }); - - it('should have the property _8071', function() { - expect(instance).to.have.property('_8071'); - expect(instance._8071).to.be(8071); - }); - - it('should have the property _8082', function() { - expect(instance).to.have.property('_8082'); - expect(instance._8082).to.be(8082); - }); - - it('should have the property _8090', function() { - expect(instance).to.have.property('_8090'); - expect(instance._8090).to.be(8090); - }); - - it('should have the property _8093', function() { - expect(instance).to.have.property('_8093'); - expect(instance._8093).to.be(8093); - }); - - it('should have the property _8111', function() { - expect(instance).to.have.property('_8111'); - expect(instance._8111).to.be(8111); - }); - - it('should have the property _8200', function() { - expect(instance).to.have.property('_8200'); - expect(instance._8200).to.be(8200); - }); - - it('should have the property _8300', function() { - expect(instance).to.have.property('_8300'); - expect(instance._8300).to.be(8300); - }); - - it('should have the property _8351', function() { - expect(instance).to.have.property('_8351'); - expect(instance._8351).to.be(8351); - }); - - it('should have the property _8600', function() { - expect(instance).to.have.property('_8600'); - expect(instance._8600).to.be(8600); - }); - - it('should have the property _8700', function() { - expect(instance).to.have.property('_8700'); - expect(instance._8700).to.be(8700); - }); - - it('should have the property _8711', function() { - expect(instance).to.have.property('_8711'); - expect(instance._8711).to.be(8711); - }); - - it('should have the property _8731', function() { - expect(instance).to.have.property('_8731'); - expect(instance._8731).to.be(8731); - }); - - it('should have the property _8734', function() { - expect(instance).to.have.property('_8734'); - expect(instance._8734).to.be(8734); - }); - - it('should have the property _8741', function() { - expect(instance).to.have.property('_8741'); - expect(instance._8741).to.be(8741); - }); - - it('should have the property _8742', function() { - expect(instance).to.have.property('_8742'); - expect(instance._8742).to.be(8742); - }); - - it('should have the property _8744', function() { - expect(instance).to.have.property('_8744'); - expect(instance._8744).to.be(8744); - }); - - it('should have the property _8880', function() { - expect(instance).to.have.property('_8880'); - expect(instance._8880).to.be(8880); - }); - - it('should have the property _8888', function() { - expect(instance).to.have.property('_8888'); - expect(instance._8888).to.be(8888); - }); - - it('should have the property _8900', function() { - expect(instance).to.have.property('_8900'); - expect(instance._8900).to.be(8900); - }); - - it('should have the property _9721', function() { - expect(instance).to.have.property('_9721'); - expect(instance._9721).to.be(9721); - }); - - it('should have the property _9995', function() { - expect(instance).to.have.property('_9995'); - expect(instance._9995).to.be(9995); - }); - - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/model/States.spec.js b/node_modules/kaped_partner_api/test/model/States.spec.js deleted file mode 100644 index 85b89a6..0000000 --- a/node_modules/kaped_partner_api/test/model/States.spec.js +++ /dev/null @@ -1,355 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('States', function() { - beforeEach(function() { - instance = KapedPartnerApi.States; - }); - - it('should create an instance of States', function() { - // TODO: update the code to test States - expect(instance).to.be.a('object'); - }); - - it('should have the property AL', function() { - expect(instance).to.have.property('AL'); - expect(instance.AL).to.be("AL"); - }); - - it('should have the property AK', function() { - expect(instance).to.have.property('AK'); - expect(instance.AK).to.be("AK"); - }); - - it('should have the property AZ', function() { - expect(instance).to.have.property('AZ'); - expect(instance.AZ).to.be("AZ"); - }); - - it('should have the property AR', function() { - expect(instance).to.have.property('AR'); - expect(instance.AR).to.be("AR"); - }); - - it('should have the property CA', function() { - expect(instance).to.have.property('CA'); - expect(instance.CA).to.be("CA"); - }); - - it('should have the property CO', function() { - expect(instance).to.have.property('CO'); - expect(instance.CO).to.be("CO"); - }); - - it('should have the property CT', function() { - expect(instance).to.have.property('CT'); - expect(instance.CT).to.be("CT"); - }); - - it('should have the property DE', function() { - expect(instance).to.have.property('DE'); - expect(instance.DE).to.be("DE"); - }); - - it('should have the property DC', function() { - expect(instance).to.have.property('DC'); - expect(instance.DC).to.be("DC"); - }); - - it('should have the property FL', function() { - expect(instance).to.have.property('FL'); - expect(instance.FL).to.be("FL"); - }); - - it('should have the property GA', function() { - expect(instance).to.have.property('GA'); - expect(instance.GA).to.be("GA"); - }); - - it('should have the property HI', function() { - expect(instance).to.have.property('HI'); - expect(instance.HI).to.be("HI"); - }); - - it('should have the property ID', function() { - expect(instance).to.have.property('ID'); - expect(instance.ID).to.be("ID"); - }); - - it('should have the property IL', function() { - expect(instance).to.have.property('IL'); - expect(instance.IL).to.be("IL"); - }); - - it('should have the property IN', function() { - expect(instance).to.have.property('IN'); - expect(instance.IN).to.be("IN"); - }); - - it('should have the property IA', function() { - expect(instance).to.have.property('IA'); - expect(instance.IA).to.be("IA"); - }); - - it('should have the property KS', function() { - expect(instance).to.have.property('KS'); - expect(instance.KS).to.be("KS"); - }); - - it('should have the property KY', function() { - expect(instance).to.have.property('KY'); - expect(instance.KY).to.be("KY"); - }); - - it('should have the property LA', function() { - expect(instance).to.have.property('LA'); - expect(instance.LA).to.be("LA"); - }); - - it('should have the property ME', function() { - expect(instance).to.have.property('ME'); - expect(instance.ME).to.be("ME"); - }); - - it('should have the property MD', function() { - expect(instance).to.have.property('MD'); - expect(instance.MD).to.be("MD"); - }); - - it('should have the property MA', function() { - expect(instance).to.have.property('MA'); - expect(instance.MA).to.be("MA"); - }); - - it('should have the property MI', function() { - expect(instance).to.have.property('MI'); - expect(instance.MI).to.be("MI"); - }); - - it('should have the property MN', function() { - expect(instance).to.have.property('MN'); - expect(instance.MN).to.be("MN"); - }); - - it('should have the property MS', function() { - expect(instance).to.have.property('MS'); - expect(instance.MS).to.be("MS"); - }); - - it('should have the property MO', function() { - expect(instance).to.have.property('MO'); - expect(instance.MO).to.be("MO"); - }); - - it('should have the property MT', function() { - expect(instance).to.have.property('MT'); - expect(instance.MT).to.be("MT"); - }); - - it('should have the property NE', function() { - expect(instance).to.have.property('NE'); - expect(instance.NE).to.be("NE"); - }); - - it('should have the property NV', function() { - expect(instance).to.have.property('NV'); - expect(instance.NV).to.be("NV"); - }); - - it('should have the property NH', function() { - expect(instance).to.have.property('NH'); - expect(instance.NH).to.be("NH"); - }); - - it('should have the property NJ', function() { - expect(instance).to.have.property('NJ'); - expect(instance.NJ).to.be("NJ"); - }); - - it('should have the property NM', function() { - expect(instance).to.have.property('NM'); - expect(instance.NM).to.be("NM"); - }); - - it('should have the property NY', function() { - expect(instance).to.have.property('NY'); - expect(instance.NY).to.be("NY"); - }); - - it('should have the property NC', function() { - expect(instance).to.have.property('NC'); - expect(instance.NC).to.be("NC"); - }); - - it('should have the property ND', function() { - expect(instance).to.have.property('ND'); - expect(instance.ND).to.be("ND"); - }); - - it('should have the property OH', function() { - expect(instance).to.have.property('OH'); - expect(instance.OH).to.be("OH"); - }); - - it('should have the property OK', function() { - expect(instance).to.have.property('OK'); - expect(instance.OK).to.be("OK"); - }); - - it('should have the property OR', function() { - expect(instance).to.have.property('OR'); - expect(instance.OR).to.be("OR"); - }); - - it('should have the property PA', function() { - expect(instance).to.have.property('PA'); - expect(instance.PA).to.be("PA"); - }); - - it('should have the property RI', function() { - expect(instance).to.have.property('RI'); - expect(instance.RI).to.be("RI"); - }); - - it('should have the property SC', function() { - expect(instance).to.have.property('SC'); - expect(instance.SC).to.be("SC"); - }); - - it('should have the property SD', function() { - expect(instance).to.have.property('SD'); - expect(instance.SD).to.be("SD"); - }); - - it('should have the property TN', function() { - expect(instance).to.have.property('TN'); - expect(instance.TN).to.be("TN"); - }); - - it('should have the property TX', function() { - expect(instance).to.have.property('TX'); - expect(instance.TX).to.be("TX"); - }); - - it('should have the property UT', function() { - expect(instance).to.have.property('UT'); - expect(instance.UT).to.be("UT"); - }); - - it('should have the property VT', function() { - expect(instance).to.have.property('VT'); - expect(instance.VT).to.be("VT"); - }); - - it('should have the property VA', function() { - expect(instance).to.have.property('VA'); - expect(instance.VA).to.be("VA"); - }); - - it('should have the property WA', function() { - expect(instance).to.have.property('WA'); - expect(instance.WA).to.be("WA"); - }); - - it('should have the property WV', function() { - expect(instance).to.have.property('WV'); - expect(instance.WV).to.be("WV"); - }); - - it('should have the property WI', function() { - expect(instance).to.have.property('WI'); - expect(instance.WI).to.be("WI"); - }); - - it('should have the property WY', function() { - expect(instance).to.have.property('WY'); - expect(instance.WY).to.be("WY"); - }); - - it('should have the property PR', function() { - expect(instance).to.have.property('PR'); - expect(instance.PR).to.be("PR"); - }); - - it('should have the property VI', function() { - expect(instance).to.have.property('VI'); - expect(instance.VI).to.be("VI"); - }); - - it('should have the property AE', function() { - expect(instance).to.have.property('AE'); - expect(instance.AE).to.be("AE"); - }); - - it('should have the property AA', function() { - expect(instance).to.have.property('AA'); - expect(instance.AA).to.be("AA"); - }); - - it('should have the property AP', function() { - expect(instance).to.have.property('AP'); - expect(instance.AP).to.be("AP"); - }); - - it('should have the property AS', function() { - expect(instance).to.have.property('AS'); - expect(instance.AS).to.be("AS"); - }); - - it('should have the property GU', function() { - expect(instance).to.have.property('GU'); - expect(instance.GU).to.be("GU"); - }); - - it('should have the property PW', function() { - expect(instance).to.have.property('PW'); - expect(instance.PW).to.be("PW"); - }); - - it('should have the property FM', function() { - expect(instance).to.have.property('FM'); - expect(instance.FM).to.be("FM"); - }); - - it('should have the property MP', function() { - expect(instance).to.have.property('MP'); - expect(instance.MP).to.be("MP"); - }); - - it('should have the property MH', function() { - expect(instance).to.have.property('MH'); - expect(instance.MH).to.be("MH"); - }); - - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/model/SubmitApplication.spec.js b/node_modules/kaped_partner_api/test/model/SubmitApplication.spec.js deleted file mode 100644 index d9b2412..0000000 --- a/node_modules/kaped_partner_api/test/model/SubmitApplication.spec.js +++ /dev/null @@ -1,273 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('SubmitApplication', function() { - beforeEach(function() { - instance = new KapedPartnerApi.SubmitApplication(); - }); - - it('should create an instance of SubmitApplication', function() { - // TODO: update the code to test SubmitApplication - expect(instance).to.be.a(KapedPartnerApi.SubmitApplication); - }); - - it('should have the property applicationType (base name: "applicationType")', function() { - // TODO: update the code to test the property applicationType - expect(instance).to.have.property('applicationType'); - // expect(instance.applicationType).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessName (base name: "partnerBusinessName")', function() { - // TODO: update the code to test the property partnerBusinessName - expect(instance).to.have.property('partnerBusinessName'); - // expect(instance.partnerBusinessName).to.be(expectedValueLiteral); - }); - - it('should have the property partnerTaxID (base name: "partnerTaxID")', function() { - // TODO: update the code to test the property partnerTaxID - expect(instance).to.have.property('partnerTaxID'); - // expect(instance.partnerTaxID).to.be(expectedValueLiteral); - }); - - it('should have the property partnerDateIncorporated (base name: "partnerDateIncorporated")', function() { - // TODO: update the code to test the property partnerDateIncorporated - expect(instance).to.have.property('partnerDateIncorporated'); - // expect(instance.partnerDateIncorporated).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessType (base name: "partnerBusinessType")', function() { - // TODO: update the code to test the property partnerBusinessType - expect(instance).to.have.property('partnerBusinessType'); - // expect(instance.partnerBusinessType).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessAddress (base name: "partnerBusinessAddress")', function() { - // TODO: update the code to test the property partnerBusinessAddress - expect(instance).to.have.property('partnerBusinessAddress'); - // expect(instance.partnerBusinessAddress).to.be(expectedValueLiteral); - }); - - it('should have the property partnerStreet2 (base name: "partnerStreet2")', function() { - // TODO: update the code to test the property partnerStreet2 - expect(instance).to.have.property('partnerStreet2'); - // expect(instance.partnerStreet2).to.be(expectedValueLiteral); - }); - - it('should have the property partnerGeneralInformationCity (base name: "partnerGeneralInformationCity")', function() { - // TODO: update the code to test the property partnerGeneralInformationCity - expect(instance).to.have.property('partnerGeneralInformationCity'); - // expect(instance.partnerGeneralInformationCity).to.be(expectedValueLiteral); - }); - - it('should have the property partnerGeneralInformationState (base name: "partnerGeneralInformationState")', function() { - // TODO: update the code to test the property partnerGeneralInformationState - expect(instance).to.have.property('partnerGeneralInformationState'); - // expect(instance.partnerGeneralInformationState).to.be(expectedValueLiteral); - }); - - it('should have the property partnerGeneralInformationZip (base name: "partnerGeneralInformationZip")', function() { - // TODO: update the code to test the property partnerGeneralInformationZip - expect(instance).to.have.property('partnerGeneralInformationZip'); - // expect(instance.partnerGeneralInformationZip).to.be(expectedValueLiteral); - }); - - it('should have the property partnerWebsite (base name: "partnerWebsite")', function() { - // TODO: update the code to test the property partnerWebsite - expect(instance).to.have.property('partnerWebsite'); - // expect(instance.partnerWebsite).to.be(expectedValueLiteral); - }); - - it('should have the property partnerSIC (base name: "partnerSIC")', function() { - // TODO: update the code to test the property partnerSIC - expect(instance).to.have.property('partnerSIC'); - // expect(instance.partnerSIC).to.be(expectedValueLiteral); - }); - - it('should have the property partnerOwnership (base name: "partnerOwnership")', function() { - // TODO: update the code to test the property partnerOwnership - expect(instance).to.have.property('partnerOwnership'); - // expect(instance.partnerOwnership).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessDescription (base name: "partnerBusinessDescription")', function() { - // TODO: update the code to test the property partnerBusinessDescription - expect(instance).to.have.property('partnerBusinessDescription'); - // expect(instance.partnerBusinessDescription).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessPhone (base name: "partnerBusinessPhone")', function() { - // TODO: update the code to test the property partnerBusinessPhone - expect(instance).to.have.property('partnerBusinessPhone'); - // expect(instance.partnerBusinessPhone).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerSupportEmail (base name: "partnerCustomerSupportEmail")', function() { - // TODO: update the code to test the property partnerCustomerSupportEmail - expect(instance).to.have.property('partnerCustomerSupportEmail'); - // expect(instance.partnerCustomerSupportEmail).to.be(expectedValueLiteral); - }); - - it('should have the property partnerBusinessFax (base name: "partnerBusinessFax")', function() { - // TODO: update the code to test the property partnerBusinessFax - expect(instance).to.have.property('partnerBusinessFax'); - // expect(instance.partnerBusinessFax).to.be(expectedValueLiteral); - }); - - it('should have the property partnerInitialCreditLimit (base name: "partnerInitialCreditLimit")', function() { - // TODO: update the code to test the property partnerInitialCreditLimit - expect(instance).to.have.property('partnerInitialCreditLimit'); - // expect(instance.partnerInitialCreditLimit).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationFirstName (base name: "partnerCustomerInformationFirstName")', function() { - // TODO: update the code to test the property partnerCustomerInformationFirstName - expect(instance).to.have.property('partnerCustomerInformationFirstName'); - // expect(instance.partnerCustomerInformationFirstName).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationLastName (base name: "partnerCustomerInformationLastName")', function() { - // TODO: update the code to test the property partnerCustomerInformationLastName - expect(instance).to.have.property('partnerCustomerInformationLastName'); - // expect(instance.partnerCustomerInformationLastName).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationHomeAddress (base name: "partnerCustomerInformationHomeAddress")', function() { - // TODO: update the code to test the property partnerCustomerInformationHomeAddress - expect(instance).to.have.property('partnerCustomerInformationHomeAddress'); - // expect(instance.partnerCustomerInformationHomeAddress).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationHomeStreet2 (base name: "partnerCustomerInformationHomeStreet2")', function() { - // TODO: update the code to test the property partnerCustomerInformationHomeStreet2 - expect(instance).to.have.property('partnerCustomerInformationHomeStreet2'); - // expect(instance.partnerCustomerInformationHomeStreet2).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationState (base name: "partnerCustomerInformationState")', function() { - // TODO: update the code to test the property partnerCustomerInformationState - expect(instance).to.have.property('partnerCustomerInformationState'); - // expect(instance.partnerCustomerInformationState).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationCity (base name: "partnerCustomerInformationCity")', function() { - // TODO: update the code to test the property partnerCustomerInformationCity - expect(instance).to.have.property('partnerCustomerInformationCity'); - // expect(instance.partnerCustomerInformationCity).to.be(expectedValueLiteral); - }); - - it('should have the property partnercustomerInformationZip (base name: "partnercustomerInformationZip")', function() { - // TODO: update the code to test the property partnercustomerInformationZip - expect(instance).to.have.property('partnercustomerInformationZip'); - // expect(instance.partnercustomerInformationZip).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationPercentOwnership (base name: "partnerCustomerInformationPercentOwnership")', function() { - // TODO: update the code to test the property partnerCustomerInformationPercentOwnership - expect(instance).to.have.property('partnerCustomerInformationPercentOwnership'); - // expect(instance.partnerCustomerInformationPercentOwnership).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationDrivingLicenseNumber (base name: "partnerCustomerInformationDrivingLicenseNumber")', function() { - // TODO: update the code to test the property partnerCustomerInformationDrivingLicenseNumber - expect(instance).to.have.property('partnerCustomerInformationDrivingLicenseNumber'); - // expect(instance.partnerCustomerInformationDrivingLicenseNumber).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationLicenseDate (base name: "partnerCustomerInformationLicenseDate")', function() { - // TODO: update the code to test the property partnerCustomerInformationLicenseDate - expect(instance).to.have.property('partnerCustomerInformationLicenseDate'); - // expect(instance.partnerCustomerInformationLicenseDate).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationDOB (base name: "partnerCustomerInformationDOB")', function() { - // TODO: update the code to test the property partnerCustomerInformationDOB - expect(instance).to.have.property('partnerCustomerInformationDOB'); - // expect(instance.partnerCustomerInformationDOB).to.be(expectedValueLiteral); - }); - - it('should have the property partnerCustomerInformationSSN (base name: "partnerCustomerInformationSSN")', function() { - // TODO: update the code to test the property partnerCustomerInformationSSN - expect(instance).to.have.property('partnerCustomerInformationSSN'); - // expect(instance.partnerCustomerInformationSSN).to.be(expectedValueLiteral); - }); - - it('should have the property partnerTermsConditions (base name: "partnerTermsConditions")', function() { - // TODO: update the code to test the property partnerTermsConditions - expect(instance).to.have.property('partnerTermsConditions'); - // expect(instance.partnerTermsConditions).to.be(expectedValueLiteral); - }); - - it('should have the property haveInsurance (base name: "haveInsurance")', function() { - // TODO: update the code to test the property haveInsurance - expect(instance).to.have.property('haveInsurance'); - // expect(instance.haveInsurance).to.be(expectedValueLiteral); - }); - - it('should have the property gender (base name: "gender")', function() { - // TODO: update the code to test the property gender - expect(instance).to.have.property('gender'); - // expect(instance.gender).to.be(expectedValueLiteral); - }); - - it('should have the property EIN (base name: "EIN")', function() { - // TODO: update the code to test the property EIN - expect(instance).to.have.property('EIN'); - // expect(instance.EIN).to.be(expectedValueLiteral); - }); - - it('should have the property articles (base name: "Articles")', function() { - // TODO: update the code to test the property articles - expect(instance).to.have.property('articles'); - // expect(instance.articles).to.be(expectedValueLiteral); - }); - - it('should have the property sSNCard (base name: "SSNCard")', function() { - // TODO: update the code to test the property sSNCard - expect(instance).to.have.property('sSNCard'); - // expect(instance.sSNCard).to.be(expectedValueLiteral); - }); - - it('should have the property dLFront (base name: "DL_Front")', function() { - // TODO: update the code to test the property dLFront - expect(instance).to.have.property('dLFront'); - // expect(instance.dLFront).to.be(expectedValueLiteral); - }); - - it('should have the property dLBack (base name: "DL_Back")', function() { - // TODO: update the code to test the property dLBack - expect(instance).to.have.property('dLBack'); - // expect(instance.dLBack).to.be(expectedValueLiteral); - }); - - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/model/SubmitB2b2cApplication.spec.js b/node_modules/kaped_partner_api/test/model/SubmitB2b2cApplication.spec.js deleted file mode 100644 index 54904d0..0000000 --- a/node_modules/kaped_partner_api/test/model/SubmitB2b2cApplication.spec.js +++ /dev/null @@ -1,219 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('SubmitB2b2cApplication', function() { - beforeEach(function() { - instance = new KapedPartnerApi.SubmitB2b2cApplication(); - }); - - it('should create an instance of SubmitB2b2cApplication', function() { - // TODO: update the code to test SubmitB2b2cApplication - expect(instance).to.be.a(KapedPartnerApi.SubmitB2b2cApplication); - }); - - it('should have the property applicationType (base name: "applicationType")', function() { - // TODO: update the code to test the property applicationType - expect(instance).to.have.property('applicationType'); - // expect(instance.applicationType).to.be(expectedValueLiteral); - }); - - it('should have the property customerCurrentCity (base name: "customerCurrentCity")', function() { - // TODO: update the code to test the property customerCurrentCity - expect(instance).to.have.property('customerCurrentCity'); - // expect(instance.customerCurrentCity).to.be(expectedValueLiteral); - }); - - it('should have the property customerCurrentStreetAddress (base name: "customerCurrentStreetAddress")', function() { - // TODO: update the code to test the property customerCurrentStreetAddress - expect(instance).to.have.property('customerCurrentStreetAddress'); - // expect(instance.customerCurrentStreetAddress).to.be(expectedValueLiteral); - }); - - it('should have the property customerFirstName (base name: "customerFirstName")', function() { - // TODO: update the code to test the property customerFirstName - expect(instance).to.have.property('customerFirstName'); - // expect(instance.customerFirstName).to.be(expectedValueLiteral); - }); - - it('should have the property customerMiddleName (base name: "customerMiddleName")', function() { - // TODO: update the code to test the property customerMiddleName - expect(instance).to.have.property('customerMiddleName'); - // expect(instance.customerMiddleName).to.be(expectedValueLiteral); - }); - - it('should have the property customerLastName (base name: "customerLastName")', function() { - // TODO: update the code to test the property customerLastName - expect(instance).to.have.property('customerLastName'); - // expect(instance.customerLastName).to.be(expectedValueLiteral); - }); - - it('should have the property customerMaidenName (base name: "customerMaidenName")', function() { - // TODO: update the code to test the property customerMaidenName - expect(instance).to.have.property('customerMaidenName'); - // expect(instance.customerMaidenName).to.be(expectedValueLiteral); - }); - - it('should have the property customerDateOfBirth (base name: "customerDateOfBirth")', function() { - // TODO: update the code to test the property customerDateOfBirth - expect(instance).to.have.property('customerDateOfBirth'); - // expect(instance.customerDateOfBirth).to.be(expectedValueLiteral); - }); - - it('should have the property customerSSN (base name: "customerSSN")', function() { - // TODO: update the code to test the property customerSSN - expect(instance).to.have.property('customerSSN'); - // expect(instance.customerSSN).to.be(expectedValueLiteral); - }); - - it('should have the property customerGender (base name: "customerGender")', function() { - // TODO: update the code to test the property customerGender - expect(instance).to.have.property('customerGender'); - // expect(instance.customerGender).to.be(expectedValueLiteral); - }); - - it('should have the property customerEmail (base name: "customerEmail")', function() { - // TODO: update the code to test the property customerEmail - expect(instance).to.have.property('customerEmail'); - // expect(instance.customerEmail).to.be(expectedValueLiteral); - }); - - it('should have the property customerDrivingLicenseNumber (base name: "customerDrivingLicenseNumber")', function() { - // TODO: update the code to test the property customerDrivingLicenseNumber - expect(instance).to.have.property('customerDrivingLicenseNumber'); - // expect(instance.customerDrivingLicenseNumber).to.be(expectedValueLiteral); - }); - - it('should have the property customerCurrentState (base name: "customerCurrentState")', function() { - // TODO: update the code to test the property customerCurrentState - expect(instance).to.have.property('customerCurrentState'); - // expect(instance.customerCurrentState).to.be(expectedValueLiteral); - }); - - it('should have the property customerCurrentZip (base name: "customerCurrentZip")', function() { - // TODO: update the code to test the property customerCurrentZip - expect(instance).to.have.property('customerCurrentZip'); - // expect(instance.customerCurrentZip).to.be(expectedValueLiteral); - }); - - it('should have the property customerCurrentYears (base name: "customerCurrentYears")', function() { - // TODO: update the code to test the property customerCurrentYears - expect(instance).to.have.property('customerCurrentYears'); - // expect(instance.customerCurrentYears).to.be(expectedValueLiteral); - }); - - it('should have the property customerPersonalPhone (base name: "customerPersonalPhone")', function() { - // TODO: update the code to test the property customerPersonalPhone - expect(instance).to.have.property('customerPersonalPhone'); - // expect(instance.customerPersonalPhone).to.be(expectedValueLiteral); - }); - - it('should have the property customerHomeType (base name: "customerHomeType")', function() { - // TODO: update the code to test the property customerHomeType - expect(instance).to.have.property('customerHomeType'); - // expect(instance.customerHomeType).to.be(expectedValueLiteral); - }); - - it('should have the property customerEmployerName (base name: "customerEmployerName")', function() { - // TODO: update the code to test the property customerEmployerName - expect(instance).to.have.property('customerEmployerName'); - // expect(instance.customerEmployerName).to.be(expectedValueLiteral); - }); - - it('should have the property customerPosition (base name: "customerPosition")', function() { - // TODO: update the code to test the property customerPosition - expect(instance).to.have.property('customerPosition'); - // expect(instance.customerPosition).to.be(expectedValueLiteral); - }); - - it('should have the property customerBusinessPhone (base name: "customerBusinessPhone")', function() { - // TODO: update the code to test the property customerBusinessPhone - expect(instance).to.have.property('customerBusinessPhone'); - // expect(instance.customerBusinessPhone).to.be(expectedValueLiteral); - }); - - it('should have the property customerYearsInJob (base name: "customerYearsInJob")', function() { - // TODO: update the code to test the property customerYearsInJob - expect(instance).to.have.property('customerYearsInJob'); - // expect(instance.customerYearsInJob).to.be(expectedValueLiteral); - }); - - it('should have the property customerMonthlyIncome (base name: "customerMonthlyIncome")', function() { - // TODO: update the code to test the property customerMonthlyIncome - expect(instance).to.have.property('customerMonthlyIncome'); - // expect(instance.customerMonthlyIncome).to.be(expectedValueLiteral); - }); - - it('should have the property customerOtherIncome (base name: "customerOtherIncome")', function() { - // TODO: update the code to test the property customerOtherIncome - expect(instance).to.have.property('customerOtherIncome'); - // expect(instance.customerOtherIncome).to.be(expectedValueLiteral); - }); - - it('should have the property customerSourceOtherIncome (base name: "customerSourceOtherIncome")', function() { - // TODO: update the code to test the property customerSourceOtherIncome - expect(instance).to.have.property('customerSourceOtherIncome'); - // expect(instance.customerSourceOtherIncome).to.be(expectedValueLiteral); - }); - - it('should have the property customerHaveInsurance (base name: "customerHaveInsurance")', function() { - // TODO: update the code to test the property customerHaveInsurance - expect(instance).to.have.property('customerHaveInsurance'); - // expect(instance.customerHaveInsurance).to.be(expectedValueLiteral); - }); - - it('should have the property customerTermsConditions (base name: "customerTermsConditions")', function() { - // TODO: update the code to test the property customerTermsConditions - expect(instance).to.have.property('customerTermsConditions'); - // expect(instance.customerTermsConditions).to.be(expectedValueLiteral); - }); - - it('should have the property initialCreditLimit (base name: "initialCreditLimit")', function() { - // TODO: update the code to test the property initialCreditLimit - expect(instance).to.have.property('initialCreditLimit'); - // expect(instance.initialCreditLimit).to.be(expectedValueLiteral); - }); - - it('should have the property dLFront (base name: "DL_Front")', function() { - // TODO: update the code to test the property dLFront - expect(instance).to.have.property('dLFront'); - // expect(instance.dLFront).to.be(expectedValueLiteral); - }); - - it('should have the property dLBack (base name: "DL_Back")', function() { - // TODO: update the code to test the property dLBack - expect(instance).to.have.property('dLBack'); - // expect(instance.dLBack).to.be(expectedValueLiteral); - }); - - }); - }); - -})); diff --git a/node_modules/kaped_partner_api/test/model/ViewCardDetail.spec.js b/node_modules/kaped_partner_api/test/model/ViewCardDetail.spec.js deleted file mode 100644 index 5bafb99..0000000 --- a/node_modules/kaped_partner_api/test/model/ViewCardDetail.spec.js +++ /dev/null @@ -1,51 +0,0 @@ -/* - * KAPED PARTNER API - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * OpenAPI spec version: 1.2.0 - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * - * Swagger Codegen version: 3.0.37 - * - * Do not edit the class manually. - * - */ -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', '../../src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require('../../src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.KapedPartnerApi); - } -}(this, function(expect, KapedPartnerApi) { - 'use strict'; - - var instance; - - describe('(package)', function() { - describe('ViewCardDetail', function() { - beforeEach(function() { - instance = new KapedPartnerApi.ViewCardDetail(); - }); - - it('should create an instance of ViewCardDetail', function() { - // TODO: update the code to test ViewCardDetail - expect(instance).to.be.a(KapedPartnerApi.ViewCardDetail); - }); - - it('should have the property userUniqueId (base name: "userUniqueId")', function() { - // TODO: update the code to test the property userUniqueId - expect(instance).to.have.property('userUniqueId'); - // expect(instance.userUniqueId).to.be(expectedValueLiteral); - }); - - }); - }); - -})); diff --git a/package-lock.json b/package-lock.json index 42ce51e..c30e269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Unlicense", "dependencies": { "@babel/cli": "^7.0.0", - "kaped_partner_api": "github:kapedinc/kaped-javascript", + "kaped_partner_api": "Kapedinc/KAPED-Javascript", "superagent": "^5.3.0" }, "devDependencies": { @@ -2824,15 +2824,6 @@ "integrity": "sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==", "dev": true }, - "node_modules/kaped_partner_api": { - "version": "1.2.0", - "resolved": "git+ssh://git@github.com/kapedinc/kaped-javascript.git#078c10dd18f9510d3bc755bc32b9e7333d09c35a", - "license": "Unlicense", - "dependencies": { - "@babel/cli": "^7.0.0", - "superagent": "^5.3.0" - } - }, "node_modules/kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", @@ -6045,14 +6036,6 @@ "integrity": "sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==", "dev": true }, - "kaped_partner_api": { - "version": "git+ssh://git@github.com/kapedinc/kaped-javascript.git#078c10dd18f9510d3bc755bc32b9e7333d09c35a", - "from": "kaped_partner_api@github:kapedinc/kaped-javascript", - "requires": { - "@babel/cli": "^7.0.0", - "superagent": "^5.3.0" - } - }, "kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", diff --git a/package.json b/package.json index 47f686b..349ea90 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@babel/cli": "^7.0.0", - "kaped_partner_api": "github:kapedinc/kaped-javascript", + "kaped_partner_api": "Kapedinc/KAPED-Javascript", "superagent": "^5.3.0" }, "devDependencies": {