@voiceflow/alexa-types
Version:
Alexa service types
26 lines (25 loc) • 899 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultPublishing = void 0;
const constants_1 = require("../constants");
const defaultPublishing = ({ invocationName = '', hasPurchase = false, forExport = true, hasAds = false, forChildren = false, personal = false, smallIcon = '', largeIcon = '', invocations = [], summary = '', description = '', instructions = '', privacyPolicy = '', termsAndConditions = '', keywords = '', category = '', locales = [constants_1.Locale.EN_US], updatesDescription, } = {}) => ({
summary,
invocations,
smallIcon,
largeIcon,
hasAds,
personal,
forExport,
invocationName,
hasPurchase,
forChildren,
description,
instructions,
privacyPolicy,
termsAndConditions,
keywords,
category,
locales,
updatesDescription,
});
exports.defaultPublishing = defaultPublishing;