UNPKG

@voiceflow/alexa-types

Version:
26 lines (25 loc) 899 B
"use strict"; 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;