@voiceflow/google-types
Version:
Google service types
23 lines (22 loc) • 901 B
JavaScript
;
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;