UNPKG

passkit-webservice-toolkit

Version:

Integrate Apple Wallet Service with ease

10 lines 528 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListEndpoint = void 0; const endpointDefinition_js_1 = require("../endpointDefinition.js"); /** * Send the serial numbers for updated passes to a device. * @see https://developer.apple.com/documentation/walletpasses/get_the_list_of_updatable_passes */ exports.ListEndpoint = (0, endpointDefinition_js_1.createEndpointDefinition)("GET /v1/devices/:deviceLibraryIdentifier/registrations/:passTypeIdentifier"); //# sourceMappingURL=list.js.map