UNPKG

card-management-sdk

Version:

The Shell Card Management API is REST-based and employs OAUTH 2.0,Basic and ApiKey authentication. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes. All resources are located in the S

78 lines 5.12 kB
"use strict"; /** * Shell Card Management APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.replaceCardSettingsSchema = void 0; var schema_1 = require("../schema"); exports.replaceCardSettingsSchema = (0, schema_1.object)({ selfSelectedEncryptedPIN: [ 'SelfSelectedEncryptedPIN', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)())), ], selfSelectedPINKeyID: ['SelfSelectedPINKeyID', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], selfSelectedPINSessionKey: [ 'SelfSelectedPINSessionKey', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)())), ], validateFleetId: ['ValidateFleetId', (0, schema_1.optional)((0, schema_1.boolean)())], cardGroupId: ['CardGroupId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], cardDeliveryType: ['CardDeliveryType', (0, schema_1.nullable)((0, schema_1.number)())], deliveryContactTitle: ['DeliveryContactTitle', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], deliveryContactName: ['DeliveryContactName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], deliveryCompanyName: ['DeliveryCompanyName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], deliveryAddressLine1: ['DeliveryAddressLine1', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], deliveryAddressLine2: ['DeliveryAddressLine2', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], deliveryAddressLine3: ['DeliveryAddressLine3', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], deliveryZipCode: ['DeliveryZipCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], deliveryCity: ['DeliveryCity', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], deliveryRegionId: ['DeliveryRegionId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], deliveryRegion: ['DeliveryRegion', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], deliveryCountry: ['DeliveryCountry', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], deliveryCountryId: ['DeliveryCountryId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], phoneNumber: ['PhoneNumber', (0, schema_1.optional)((0, schema_1.string)())], emailAddress: ['EmailAddress', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], pINDeliveryAddressType: [ 'PINDeliveryAddressType', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ], pINAdviceType: ['PINAdviceType', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], pINDeliveryContactTitle: [ 'PINDeliveryContactTitle', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)())), ], pINDeliveryContactName: [ 'PINDeliveryContactName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)())), ], pINDeliveryCompanyName: [ 'PINDeliveryCompanyName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)())), ], pINDeliveryAddressLine1: [ 'PINDeliveryAddressLine1', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)())), ], pINDeliveryAddressLine2: [ 'PINDeliveryAddressLine2', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)())), ], pINDeliveryAddressLine3: [ 'PINDeliveryAddressLine3', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)())), ], pINDeliveryZipCode: ['PINDeliveryZipCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], pINDeliveryCity: ['PINDeliveryCity', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], pINDeliveryRegionId: ['PINDeliveryRegionId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], pINDeliveryRegion: ['PINDeliveryRegion', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], pINDeliveryCountry: ['PINDeliveryCountry', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], pINDeliveryCountryId: ['PINDeliveryCountryId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], pINPhoneNumber: ['PINPhoneNumber', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], pINEmailAddress: ['PINEmailAddress', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], saveForPINReminder: ['SaveForPINReminder', (0, schema_1.optional)((0, schema_1.boolean)())], saveForCardReissue: ['SaveForCardReissue', (0, schema_1.optional)((0, schema_1.boolean)())], expiryDate: ['ExpiryDate', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))] }); //# sourceMappingURL=replaceCardSettings.js.map