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

23 lines 1.02 kB
"use strict"; /** * Shell Card Management APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ Object.defineProperty(exports, "__esModule", { value: true }); exports.deliveryAddressUpdateStatusEnumSchema = exports.DeliveryAddressUpdateStatusEnum = void 0; var schema_js_1 = require("../schema.js"); /** * Enum for DeliveryAddressUpdateStatusEnum */ var DeliveryAddressUpdateStatusEnum; (function (DeliveryAddressUpdateStatusEnum) { DeliveryAddressUpdateStatusEnum["SUCCESS"] = "SUCCESS"; DeliveryAddressUpdateStatusEnum["FAILED"] = "FAILED"; DeliveryAddressUpdateStatusEnum["PARTIALSUCCESS"] = "PARTIAL_SUCCESS"; })(DeliveryAddressUpdateStatusEnum || (exports.DeliveryAddressUpdateStatusEnum = DeliveryAddressUpdateStatusEnum = {})); /** * Schema for DeliveryAddressUpdateStatusEnum */ exports.deliveryAddressUpdateStatusEnumSchema = (0, schema_js_1.stringEnum)(DeliveryAddressUpdateStatusEnum); //# sourceMappingURL=deliveryAddressUpdateStatusEnum.js.map