passkit-webservice-toolkit
Version:
Integrate Apple Wallet Service with ease
10 lines • 500 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UpdateEndpoint = void 0;
const endpointDefinition_js_1 = require("../endpointDefinition.js");
/**
* Create and sign an updated pass, and send it to the device.
* @see https://developer.apple.com/documentation/walletpasses/send_an_updated_pass
*/
exports.UpdateEndpoint = (0, endpointDefinition_js_1.createEndpointDefinition)("GET /v1/passes/:passTypeIdentifier/:serialNumber");
//# sourceMappingURL=update.js.map