UNPKG

@voiceflow/google-types

Version:
23 lines (22 loc) 901 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultBasePublishing = exports.defaultSharedBasePublishing = void 0; const defaultSharedBasePublishing = ({ voice = '', displayName = '', developerName = '', pronunciation = '', smallLogoImage = '', developerEmail = '', fullDescription = '', largeBannerImage = '', privacyPolicyUrl = '', shortDescription = '', termsOfServiceUrl = '', sampleInvocations = [], } = {}) => ({ voice, displayName, developerName, pronunciation, smallLogoImage, developerEmail, fullDescription, largeBannerImage, privacyPolicyUrl, shortDescription, termsOfServiceUrl, sampleInvocations, }); exports.defaultSharedBasePublishing = defaultSharedBasePublishing; const defaultBasePublishing = ({ locales = [] } = {}) => ({ locales, }); exports.defaultBasePublishing = defaultBasePublishing;