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

30 lines 1.74 kB
"use strict"; /** * Shell Card Management APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.summaryResponseSchema = void 0; var schema_1 = require("../schema"); exports.summaryResponseSchema = (0, schema_1.object)({ activeCards: ['ActiveCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], blockedCards: ['BlockedCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], cancelledCards: ['CancelledCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], expiredCards: ['ExpiredCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], expiringCards: ['ExpiringCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], fraudCards: ['FraudCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], newCards: ['NewCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], renewalPendingCards: ['RenewalPendingCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], replacedCards: ['ReplacedCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], temporaryBlockByCustomer: [ 'TemporaryBlockByCustomer', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ], temporaryBlockByShell: [ 'TemporaryBlockByShell', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ], totalCards: ['TotalCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))] }); //# sourceMappingURL=summaryResponse.js.map