@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
138 lines • 2.94 kB
JavaScript
;
/*
* The version of the OpenAPI document: v3
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Profile = void 0;
class Profile {
static getAttributeTypeMap() {
return Profile.attributeTypeMap;
}
constructor() {
}
}
exports.Profile = Profile;
Profile.discriminator = undefined;
Profile.mapping = undefined;
Profile.attributeTypeMap = [
{
"name": "authType",
"baseName": "authType",
"type": "string",
"format": ""
},
{
"name": "autoWifi",
"baseName": "autoWifi",
"type": "boolean",
"format": ""
},
{
"name": "bssType",
"baseName": "bssType",
"type": "string",
"format": ""
},
{
"name": "channel",
"baseName": "channel",
"type": "number",
"format": "int32"
},
{
"name": "defaultProfile",
"baseName": "defaultProfile",
"type": "boolean",
"format": ""
},
{
"name": "domainSuffix",
"baseName": "domainSuffix",
"type": "string",
"format": ""
},
{
"name": "eap",
"baseName": "eap",
"type": "string",
"format": ""
},
{
"name": "eapCaCert",
"baseName": "eapCaCert",
"type": "any | null",
"format": ""
},
{
"name": "eapClientCert",
"baseName": "eapClientCert",
"type": "any | null",
"format": ""
},
{
"name": "eapClientKey",
"baseName": "eapClientKey",
"type": "any | null",
"format": ""
},
{
"name": "eapClientPwd",
"baseName": "eapClientPwd",
"type": "string",
"format": ""
},
{
"name": "eapIdentity",
"baseName": "eapIdentity",
"type": "string",
"format": ""
},
{
"name": "eapIntermediateCert",
"baseName": "eapIntermediateCert",
"type": "any | null",
"format": ""
},
{
"name": "eapPwd",
"baseName": "eapPwd",
"type": "string",
"format": ""
},
{
"name": "hiddenSsid",
"baseName": "hiddenSsid",
"type": "boolean",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "psk",
"baseName": "psk",
"type": "string",
"format": ""
},
{
"name": "ssid",
"baseName": "ssid",
"type": "string",
"format": ""
},
{
"name": "wsec",
"baseName": "wsec",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=profile.js.map