diff --git a/contentful/11.0.3/assets/highlight.css b/contentful/11.0.3/assets/highlight.css new file mode 100644 index 000000000..240238feb --- /dev/null +++ b/contentful/11.0.3/assets/highlight.css @@ -0,0 +1,92 @@ +:root { + --light-hl-0: #AF00DB; + --dark-hl-0: #C586C0; + --light-hl-1: #000000; + --dark-hl-1: #D4D4D4; + --light-hl-2: #0000FF; + --dark-hl-2: #569CD6; + --light-hl-3: #001080; + --dark-hl-3: #9CDCFE; + --light-hl-4: #A31515; + --dark-hl-4: #CE9178; + --light-hl-5: #0070C1; + --dark-hl-5: #4FC1FF; + --light-hl-6: #795E26; + --dark-hl-6: #DCDCAA; + --light-hl-7: #267F99; + --dark-hl-7: #4EC9B0; + --light-hl-8: #098658; + --dark-hl-8: #B5CEA8; + --light-hl-9: #008000; + --dark-hl-9: #6A9955; + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --code-background: var(--dark-code-background); +} } + +:root[data-theme='light'] { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --code-background: var(--light-code-background); +} + +:root[data-theme='dark'] { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } +.hl-8 { color: var(--hl-8); } +.hl-9 { color: var(--hl-9); } +pre, code { background: var(--code-background); } diff --git a/contentful/11.0.3/assets/icons.js b/contentful/11.0.3/assets/icons.js new file mode 100644 index 000000000..e88e8ca77 --- /dev/null +++ b/contentful/11.0.3/assets/icons.js @@ -0,0 +1,18 @@ +(function() { + addIcons(); + function addIcons() { + if (document.readyState === "loading") return document.addEventListener("DOMContentLoaded", addIcons); + const svg = document.body.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "svg")); + svg.innerHTML = `""`; + svg.style.display = "none"; + if (location.protocol === "file:") updateUseElements(); + } + + function updateUseElements() { + document.querySelectorAll("use").forEach(el => { + if (el.getAttribute("href").includes("#icon-")) { + el.setAttribute("href", el.getAttribute("href").replace(/.*#/, "#")); + } + }); + } +})() \ No newline at end of file diff --git a/contentful/11.0.3/assets/icons.svg b/contentful/11.0.3/assets/icons.svg new file mode 100644 index 000000000..e371b8b5d --- /dev/null +++ b/contentful/11.0.3/assets/icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/contentful/11.0.3/assets/main.js b/contentful/11.0.3/assets/main.js new file mode 100644 index 000000000..21a5d74d2 --- /dev/null +++ b/contentful/11.0.3/assets/main.js @@ -0,0 +1,60 @@ +"use strict"; +window.translations={"copy":"Copy","copied":"Copied!","normally_hidden":"This member is normally hidden due to your filter settings."}; +"use strict";(()=>{var Pe=Object.create;var ie=Object.defineProperty;var Oe=Object.getOwnPropertyDescriptor;var _e=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,Me=Object.prototype.hasOwnProperty;var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of _e(e))!Me.call(t,i)&&i!==n&&ie(t,i,{get:()=>e[i],enumerable:!(r=Oe(e,i))||r.enumerable});return t};var Ae=(t,e,n)=>(n=t!=null?Pe(Re(t)):{},De(e||!t||!t.__esModule?ie(n,"default",{value:t,enumerable:!0}):n,t));var ue=Fe((ae,le)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var d=t.utils.clone(n)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(n+=r[u+1]*i[d+1],u+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),p;m in s.node.edges?p=s.node.edges[m]:(p=new t.TokenSet,s.node.edges[m]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ae=="object"?le.exports=n():e.lunr=n()}(this,function(){return t})})()});var se=[];function G(t,e){se.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}createComponents(e){se.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}showPage(){document.body.style.display&&(document.body.style.removeProperty("display"),this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}scrollToHash(){if(location.hash){let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e&&!Ve(e)){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r,document.querySelector(".col-sidebar").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(!n)return;let r=n.offsetParent==null,i=n;for(;i!==document.body;)i instanceof HTMLDetailsElement&&(i.open=!0),i=i.parentElement;if(n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let s=document.createElement("p");s.classList.add("warning"),s.textContent=window.translations.normally_hidden,n.prepend(s)}r&&e.scrollIntoView()}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent=window.translations.copied,e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent=window.translations.copy},100)},1e3)})})}};function Ve(t){let e=t.getBoundingClientRect(),n=Math.max(document.documentElement.clientHeight,window.innerHeight);return!(e.bottom<0||e.top-n>=0)}var oe=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var pe=Ae(ue());async function ce(t,e){if(!window.searchData)return;let n=await fetch(window.searchData),r=new Blob([await n.arrayBuffer()]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();t.data=i,t.index=pe.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:t.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{ce(e,t)}),ce(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");i.addEventListener("mouseup",()=>{te(t)}),r.addEventListener("focus",()=>t.classList.add("has-focus")),He(t,i,r,e)}function He(t,e,n,r){n.addEventListener("input",oe(()=>{Ne(t,e,n,r)},200)),n.addEventListener("keydown",i=>{i.key=="Enter"?Be(e,t):i.key=="ArrowUp"?(de(e,n,-1),i.preventDefault()):i.key==="ArrowDown"&&(de(e,n,1),i.preventDefault())}),document.body.addEventListener("keypress",i=>{i.altKey||i.ctrlKey||i.metaKey||!n.matches(":focus")&&i.key==="/"&&(i.preventDefault(),n.focus())}),document.body.addEventListener("keyup",i=>{t.classList.contains("has-focus")&&(i.key==="Escape"||!e.matches(":focus-within")&&!n.matches(":focus"))&&(n.blur(),te(t))})}function te(t){t.classList.remove("has-focus")}function Ne(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o`,d=he(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=` + ${he(l.parent,i)}.${d}`);let m=document.createElement("li");m.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=u+d,m.append(p),p.addEventListener("focus",()=>{e.querySelector(".current")?.classList.remove("current"),m.classList.add("current")}),e.appendChild(m)}}function de(t,e,n){let r=t.querySelector(".current");if(!r)r=t.querySelector(n==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let i=r;if(n===1)do i=i.nextElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);else do i=i.previousElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);i?(r.classList.remove("current"),i.classList.add("current")):n===-1&&(r.classList.remove("current"),e.focus())}}function Be(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),te(e)}}function he(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ee(t.substring(s,o)),`${ee(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ee(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function ee(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var I=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",ye="mousemove",N="mouseup",J={x:0,y:0},me=!1,ne=!1,qe=!1,D=!1,ve=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(ve?"is-mobile":"not-mobile");ve&&"ontouchstart"in document.documentElement&&(qe=!0,F="touchstart",ye="touchmove",N="touchend");document.addEventListener(F,t=>{ne=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(ye,t=>{if(ne&&!D){let e=F=="touchstart"?t.targetTouches[0]:t,n=J.x-(e.pageX||0),r=J.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(N,()=>{ne=!1});document.addEventListener("click",t=>{me&&(t.preventDefault(),t.stopImmediatePropagation(),me=!1)});var X=class extends I{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(N,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(N,n=>this.onDocumentPointerUp(n))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var re;try{re=localStorage}catch{re={getItem(){return null},setItem(){}}}var Q=re;var ge=document.head.appendChild(document.createElement("style"));ge.dataset.for="filters";var Y=class extends I{constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ge.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`,this.app.updateIndexVisibility()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var Z=class extends I{constructor(e){super(e),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function Ee(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,xe(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),xe(t.value)})}function xe(t){document.documentElement.dataset.theme=t}var K;function we(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",Le),Le())}async function Le(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();K=t.dataset.base,K.endsWith("/")||(K+="/"),t.innerHTML="";for(let s of i)Se(s,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function Se(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-accordion`:"tsd-accordion";let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.dataset.key=i.join("$"),o.innerHTML='',be(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)Se(u,l,i)}else be(t,r,t.class)}function be(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=K+t.path,n&&(r.className=n),location.pathname===r.pathname&&!r.href.includes("#")&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Te=document.getElementById("tsd-theme");Te&&Ee(Te);var $e=new U;Object.defineProperty(window,"app",{value:$e});fe();we();})(); +/*! Bundled license information: + +lunr/lunr.js: + (** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + *) + (*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + *) + (*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + *) +*/ diff --git a/contentful/11.0.3/assets/navigation.js b/contentful/11.0.3/assets/navigation.js new file mode 100644 index 000000000..5467983d9 --- /dev/null +++ b/contentful/11.0.3/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAA62aTW8bNxCG/4vORtMGSYr6ljhxYNROXMttD0EO9O5YYk2R6i6VSijy34P91JI7nBkmuhl+Xz7kUqOZIVef/l942PvF+eKd9dXhUoMp68XZYqv8enG+2LhyZ6B+NhF/WvuNWZwtnrQtF+cvzhbFWpuyArs4/zTCXleVOhwx/rCNIK0hRD3/+bdff3n5/OvZkVLX4K+1fSJJg4mjvXHOgLIUq7dwpLfKA4VpdI7R+rlnG00c7cp6WEFFsXoLR+KWJFnNtSuU147c6sHDsT7sNg/0g3UOjvPx4R8oPMXpHBznThfr++ZPgjR4ONbysHlwhiJ1Do7DrSe9ls9xRLYj7hsClQRawykSQQc6VTLoaSdLCB3vJEmhQ50oMXQwcXJojXdQu11VgJg8HcDOsPdQWWWyJkHG/HCa69DSVMemqQ53qlTV0U6TrjrWqVJWRztV2upop0hdHUmWvtqv/RGlrYfqURVQP2uVCPDyVTz0LXilTZ0m9AYWFPdQMQdro1CMAQpi4kwSIN6oGpYHfBW9Rg2/cNaD9Y87c2E0WP96q1EU4hNinTFQhN8+nDsaBeAmXiheowsxr41x/0E5ZCd8Jwm/cJo2GDh2a8oB/qWMLhW3u4hdOEkqskILCatAeeiC5lZVapMAzmwU9J312h9SixtVBlFRhIoDtBt65WGDEkaVQrw37kGZj9vmA6mJzUF8FDYsyhMOUnnDga5QiVzUSfzg1I6OKoXAu4oJhWghAtByqwr8OVqFHZp6ikEkAQdbMEkvtFCwe7VKraWTyOpSlhdrpe2NK/WjnjcssS5qzLFH63GhLKJ1JbKpcX3R/WMHlZ4m4Qk7Zc6cSTZFPpvn5jB/h9lpavj/dx+gxAem1ngDXpXKK5QyiDKS3kBYsaekXhSRPlYlVJfaeCSaI13Eoz6znE9rCU3UEwubGkREMpyyIilIINMlzbLH/OCsamhrYQwYBQmhDf4btcUgg8Yf4Xe21Hb1xu2XoKpi3W3lld3uZscKyiud50JXhQHxVAm7dLbueDcdnppo7uTmCFL8LBJClWW1/dm1W13DF5gdDEOVZTlb6qZQKHOp91Am4j1hy6Bf6zr1PcddAvbQ/KarIWrKII/HYgI8ejK4WF2IZPYCDAx4KKNzeIeaakIOmmCmmuTaS0MqYYaq6AoNvacQjUzHQyQLaePn0iwfX1dsEpGj02h8HSNn1O/+3Smj/QFPW0ljzgx7XXuwBfBThM6MOS53xjS3T9PEikYS5c+Y78qCdN9ia8YsxDfikNWRTkbcKbsCfoOmtgz6EhJNFObJ4e4e6mEYtezAJ+djeTpUf+xlgPjyn+iPYz2X97f26/jGEycfnaI5qCjNiU+qB58ZsonM4+NW2SxPTa1zNhlEUwNP/KIrZzdNI4ZGUyCzNDpJ5eUlJo3n5e5uf7EtOyo8Yw9lsw39zdqcFOoi3q1aQUkBpwYRsa3qFHFqYImSQvdd1e09+OCeMobGOv8KkC6RuXWx+SCxeBn+L3mJaODClXPCqEgZqSYx1mW8bkNxVqdJX5CSUYGaOHLqEkl6fzT4LpwtYJu8FUnYpPR7teLIEwv7SvdYCm+VX8+Qsc7xbiu315vmlQZxQYCavouMXnSknexLaaJhzOkS7+ARqqZAkEGKu3h27cyX/tiK1c2ZQUpM9nUzQxaR+v1F0iidAT0cBqKURC1PsqJpV4V+lWYGlti8wcGWNQosgTpKZJ0flrvt1lXDLQf2g6wBivvE/KHEpcmjQ8ykeTLWwRbtu1ok7U41CSfRdEwkCaXpzdCblkCUku6g3jpbz/qFWJfwkqsSr4hajXwlqTJ5VNgfAqlVPPherQSj0m1TIApI2Pe//7dg9Ae1SdWzUBWwiPN6qApYiU/mqPCMvbNuc+ibKHyXZhaO+qetiGoQqiyrhgql9P/nxheTX5kcGY8720ZO/Wyqh6xXL2aYxGknphGHnlcvvn7+BoUqBkaYLwAA" \ No newline at end of file diff --git a/contentful/11.0.3/assets/search.js b/contentful/11.0.3/assets/search.js new file mode 100644 index 000000000..ad43db8f3 --- /dev/null +++ b/contentful/11.0.3/assets/search.js @@ -0,0 +1 @@ +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/contentful/11.0.3/assets/style.css b/contentful/11.0.3/assets/style.css new file mode 100644 index 000000000..9d619a641 --- /dev/null +++ b/contentful/11.0.3/assets/style.css @@ -0,0 +1,1448 @@ +:root { + /* Light */ + --light-color-background: #f2f4f8; + --light-color-background-secondary: #eff0f1; + --light-color-warning-text: #222; + --light-color-background-warning: #e6e600; + --light-color-icon-background: var(--light-color-background); + --light-color-accent: #c5c7c9; + --light-color-active-menu-item: var(--light-color-accent); + --light-color-text: #222; + --light-color-text-aside: #6e6e6e; + --light-color-link: #1f70c2; + --light-color-focus-outline: #3584e4; + + --light-color-ts-keyword: #056bd6; + --light-color-ts-project: #b111c9; + --light-color-ts-module: var(--light-color-ts-project); + --light-color-ts-namespace: var(--light-color-ts-project); + --light-color-ts-enum: #7e6f15; + --light-color-ts-enum-member: var(--light-color-ts-enum); + --light-color-ts-variable: #4760ec; + --light-color-ts-function: #572be7; + --light-color-ts-class: #1f70c2; + --light-color-ts-interface: #108024; + --light-color-ts-constructor: var(--light-color-ts-class); + --light-color-ts-property: var(--light-color-ts-variable); + --light-color-ts-method: var(--light-color-ts-function); + --light-color-ts-call-signature: var(--light-color-ts-method); + --light-color-ts-index-signature: var(--light-color-ts-property); + --light-color-ts-constructor-signature: var(--light-color-ts-constructor); + --light-color-ts-parameter: var(--light-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --light-color-ts-type-parameter: #a55c0e; + --light-color-ts-accessor: var(--light-color-ts-property); + --light-color-ts-get-signature: var(--light-color-ts-accessor); + --light-color-ts-set-signature: var(--light-color-ts-accessor); + --light-color-ts-type-alias: #d51270; + /* reference not included as links will be colored with the kind that it points to */ + --light-color-document: #000000; + + --light-external-icon: url("data:image/svg+xml;utf8,"); + --light-color-scheme: light; + + /* Dark */ + --dark-color-background: #2b2e33; + --dark-color-background-secondary: #1e2024; + --dark-color-background-warning: #bebe00; + --dark-color-warning-text: #222; + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-accent: #9096a2; + --dark-color-active-menu-item: #5d5d6a; + --dark-color-text: #f5f5f5; + --dark-color-text-aside: #dddddd; + --dark-color-link: #00aff4; + --dark-color-focus-outline: #4c97f2; + + --dark-color-ts-keyword: #3399ff; + --dark-color-ts-project: #e358ff; + --dark-color-ts-module: var(--dark-color-ts-project); + --dark-color-ts-namespace: var(--dark-color-ts-project); + --dark-color-ts-enum: #f4d93e; + --dark-color-ts-enum-member: var(--dark-color-ts-enum); + --dark-color-ts-variable: #798dff; + --dark-color-ts-function: #a280ff; + --dark-color-ts-class: #8ac4ff; + --dark-color-ts-interface: #6cff87; + --dark-color-ts-constructor: var(--dark-color-ts-class); + --dark-color-ts-property: var(--dark-color-ts-variable); + --dark-color-ts-method: var(--dark-color-ts-function); + --dark-color-ts-call-signature: var(--dark-color-ts-method); + --dark-color-ts-index-signature: var(--dark-color-ts-property); + --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); + --dark-color-ts-parameter: var(--dark-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --dark-color-ts-type-parameter: #e07d13; + --dark-color-ts-accessor: var(--dark-color-ts-property); + --dark-color-ts-get-signature: var(--dark-color-ts-accessor); + --dark-color-ts-set-signature: var(--dark-color-ts-accessor); + --dark-color-ts-type-alias: #ff6492; + /* reference not included as links will be colored with the kind that it points to */ + --dark-color-document: #ffffff; + + --dark-external-icon: url("data:image/svg+xml;utf8,"); + --dark-color-scheme: dark; +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-focus-outline: var(--light-color-focus-outline); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + --color-document: var(--light-color-document); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-focus-outline: var(--dark-color-focus-outline); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + --color-document: var(--dark-color-document); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); + } +} + +html { + color-scheme: var(--color-scheme); +} + +body { + margin: 0; +} + +:root[data-theme="light"] { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-focus-outline: var(--light-color-focus-outline); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + --color-document: var(--light-color-document); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); +} + +:root[data-theme="dark"] { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-focus-outline: var(--dark-color-focus-outline); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + --color-document: var(--dark-color-document); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); +} + +*:focus-visible, +.tsd-accordion-summary:focus-visible svg { + outline: 2px solid var(--color-focus-outline); +} + +.always-visible, +.always-visible .tsd-signatures { + display: inherit !important; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +h1 { + font-size: 1.875rem; + margin: 0.67rem 0; +} + +h2 { + font-size: 1.5rem; + margin: 0.83rem 0; +} + +h3 { + font-size: 1.25rem; + margin: 1rem 0; +} + +h4 { + font-size: 1.05rem; + margin: 1.33rem 0; +} + +h5 { + font-size: 1rem; + margin: 1.5rem 0; +} + +h6 { + font-size: 0.875rem; + margin: 2.33rem 0; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1700px; + padding: 0 2rem; +} + +/* Footer */ +footer { + border-top: 1px solid var(--color-accent); + padding-top: 1rem; + padding-bottom: 1rem; + max-height: 3.5rem; +} +footer > p { + margin: 0 1em; +} + +.container-main { + margin: 0 auto; + /* toolbar, footer, margin */ + min-height: calc(100vh - 41px - 56px - 4rem); +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", + Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} +a.tsd-anchor-link { + color: var(--color-text); +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 0.875rem; + border-radius: 0.8em; +} + +pre { + position: relative; + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; + padding: 10px; + border: 1px solid var(--color-accent); +} +pre code { + padding: 0; + font-size: 100%; +} +pre > button { + position: absolute; + top: 10px; + right: 10px; + opacity: 0; + transition: opacity 0.1s; + box-sizing: border-box; +} +pre:hover > button, +pre > button.visible { + opacity: 1; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h4, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} +.tsd-typography table { + border-collapse: collapse; + border: none; +} +.tsd-typography td, +.tsd-typography th { + padding: 6px 13px; + border: 1px solid var(--color-accent); +} +.tsd-typography thead, +.tsd-typography tr:nth-child(even) { + background-color: var(--color-background-secondary); +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +.tsd-comment-tags { + display: flex; + flex-direction: column; +} +dl.tsd-comment-tag-group { + display: flex; + align-items: center; + overflow: hidden; + margin: 0.5em 0; +} +dl.tsd-comment-tag-group dt { + display: flex; + margin-right: 0.5em; + font-size: 0.875em; + font-weight: normal; +} +dl.tsd-comment-tag-group dd { + margin: 0; +} +code.tsd-tag { + padding: 0.25em 0.4em; + border: 0.1em solid var(--color-accent); + margin-right: 0.25em; + font-size: 70%; +} +h1 code.tsd-tag:first-of-type { + margin-left: 0.25em; +} + +dl.tsd-comment-tag-group dd:before, +dl.tsd-comment-tag-group dd:after { + content: " "; +} +dl.tsd-comment-tag-group dd pre, +dl.tsd-comment-tag-group dd:after { + clear: both; +} +dl.tsd-comment-tag-group p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.tsd-filter-visibility h4 { + font-size: 1rem; + padding-top: 0.75rem; + padding-bottom: 0.5rem; + margin: 0; +} +.tsd-filter-item:not(:last-child) { + margin-bottom: 0.5rem; +} +.tsd-filter-input { + display: flex; + width: -moz-fit-content; + width: fit-content; + align-items: center; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; +} +.tsd-filter-input input[type="checkbox"] { + cursor: pointer; + position: absolute; + width: 1.5em; + height: 1.5em; + opacity: 0; +} +.tsd-filter-input input[type="checkbox"]:disabled { + pointer-events: none; +} +.tsd-filter-input svg { + cursor: pointer; + width: 1.5em; + height: 1.5em; + margin-right: 0.5em; + border-radius: 0.33em; + /* Leaving this at full opacity breaks event listeners on Firefox. + Don't remove unless you know what you're doing. */ + opacity: 0.99; +} +.tsd-filter-input input[type="checkbox"]:focus-visible + svg { + outline: 2px solid var(--color-focus-outline); +} +.tsd-checkbox-background { + fill: var(--color-accent); +} +input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { + stroke: var(--color-text); +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background { + fill: var(--color-background); + stroke: var(--color-accent); + stroke-width: 0.25rem; +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark { + stroke: var(--color-accent); +} + +.settings-label { + font-weight: bold; + text-transform: uppercase; + display: inline-block; +} + +.tsd-filter-visibility .settings-label { + margin: 0.75rem 0 0.5rem 0; +} + +.tsd-theme-toggle .settings-label { + margin: 0.75rem 0.75rem 0 0; +} + +.tsd-hierarchy { + list-style: square; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-full-hierarchy:not(:last-child) { + margin-bottom: 1em; + padding-bottom: 1em; + border-bottom: 1px solid var(--color-accent); +} +.tsd-full-hierarchy, +.tsd-full-hierarchy ul { + list-style: none; + margin: 0; + padding: 0; +} +.tsd-full-hierarchy ul { + padding-left: 1.5rem; +} +.tsd-full-hierarchy a { + padding: 0.25rem 0 !important; + font-size: 1rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} + +.tsd-panel-group.tsd-index-group { + margin-bottom: 0; +} +.tsd-index-panel .tsd-index-list { + list-style: none; + line-height: 1.333em; + margin: 0; + padding: 0.25rem 0 0 0; + overflow: hidden; + display: grid; + grid-template-columns: repeat(3, 1fr); + column-gap: 1rem; + grid-template-rows: auto; +} +@media (max-width: 1024px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(2, 1fr); + } +} +@media (max-width: 768px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(1, 1fr); + } +} +.tsd-index-panel .tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} + +.tsd-flag { + display: inline-block; + padding: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + font-weight: normal; +} + +.tsd-anchor { + position: relative; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + display: flex; + align-items: center; + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} + +.tsd-navigation.settings { + margin: 1rem 0; +} +.tsd-navigation > a, +.tsd-navigation .tsd-accordion-summary { + width: calc(100% - 0.25rem); + display: flex; + align-items: center; +} +.tsd-navigation a, +.tsd-navigation summary > span, +.tsd-page-navigation a { + display: flex; + width: calc(100% - 0.25rem); + align-items: center; + padding: 0.25rem; + color: var(--color-text); + text-decoration: none; + box-sizing: border-box; +} +.tsd-navigation a.current, +.tsd-page-navigation a.current { + background: var(--color-active-menu-item); +} +.tsd-navigation a:hover, +.tsd-page-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul, +.tsd-page-navigation ul { + margin-top: 0; + margin-bottom: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li, +.tsd-page-navigation li { + padding: 0; + max-width: 100%; +} +.tsd-navigation .tsd-nav-link { + display: none; +} +.tsd-nested-navigation { + margin-left: 3rem; +} +.tsd-nested-navigation > li > details { + margin-left: -1.5rem; +} +.tsd-small-nested-navigation { + margin-left: 1.5rem; +} +.tsd-small-nested-navigation > li > details { + margin-left: -1.5rem; +} + +.tsd-page-navigation-section { + margin-left: 10px; +} +.tsd-page-navigation-section > summary { + padding: 0.25rem; +} +.tsd-page-navigation-section > div { + margin-left: 20px; +} +.tsd-page-navigation ul { + padding-left: 1.75rem; +} + +#tsd-sidebar-links a { + margin-top: 0; + margin-bottom: 0.5rem; + line-height: 1.25rem; +} +#tsd-sidebar-links a:last-of-type { + margin-bottom: 0; +} + +a.tsd-index-link { + padding: 0.25rem 0 !important; + font-size: 1rem; + line-height: 1.25rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} +.tsd-accordion-summary { + list-style-type: none; /* hide marker on non-safari */ + outline: none; /* broken on safari, so just hide it */ +} +.tsd-accordion-summary::-webkit-details-marker { + display: none; /* hide marker on safari */ +} +.tsd-accordion-summary, +.tsd-accordion-summary a { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + + cursor: pointer; +} +.tsd-accordion-summary a { + width: calc(100% - 1.5rem); +} +.tsd-accordion-summary > * { + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} +.tsd-accordion .tsd-accordion-summary > svg { + margin-left: 0.25rem; + vertical-align: text-top; +} +.tsd-index-content > :not(:first-child) { + margin-top: 0.75rem; +} +.tsd-index-heading { + margin-top: 1.5rem; + margin-bottom: 0.75rem; +} + +.tsd-kind-icon { + margin-right: 0.5rem; + width: 1.25rem; + height: 1.25rem; + min-width: 1.25rem; + min-height: 1.25rem; +} +.tsd-kind-icon path { + transform-origin: center; + transform: scale(1.1); +} +.tsd-signature > .tsd-kind-icon { + margin-right: 0.8rem; +} + +.tsd-panel { + margin-bottom: 2.5rem; +} +.tsd-panel.tsd-member { + margin-bottom: 4rem; +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5rem -1.5rem 0.75rem -1.5rem; + padding: 0 1.5rem 0.75rem 1.5rem; +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: none; +} + +.tsd-panel-group { + margin: 2rem 0; +} +.tsd-panel-group.tsd-index-group { + margin: 2rem 0; +} +.tsd-panel-group.tsd-index-group details { + margin: 2rem 0; +} +.tsd-panel-group > .tsd-accordion-summary { + margin-bottom: 1rem; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 2.5rem; + height: 100%; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title, +#tsd-toolbar-links a { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + background-color: var(--color-background); + line-height: initial; + padding: 4px; +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-background-secondary); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current:not(.no-results), +#tsd-search .results li:hover:not(.no-results) { + background-color: var(--color-accent); +} +#tsd-search .results a { + display: flex; + align-items: center; + padding: 0.25rem; + box-sizing: border-box; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-accent); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title, +#tsd-search.has-focus #tsd-toolbar-links a { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +#tsd-toolbar-links { + position: absolute; + top: 0; + right: 2rem; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-end; +} +#tsd-toolbar-links a { + margin-left: 1.5rem; +} +#tsd-toolbar-links a:hover { + text-decoration: underline; +} + +.tsd-signature { + margin: 0 0 1rem 0; + padding: 1rem 0.5rem; + border: 1px solid var(--color-accent); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} + +.tsd-signature-keyword { + color: var(--color-ts-keyword); + font-weight: normal; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + list-style-type: none; +} +.tsd-signatures .tsd-signature { + margin: 0; + border-color: var(--color-accent); + border-width: 1px 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-index-signature:not(:last-child) { + margin-bottom: 1em; +} +.tsd-signatures .tsd-index-signature .tsd-signature { + border-width: 1px; +} +.tsd-description .tsd-signatures .tsd-signature { + border-width: 1px; +} + +ul.tsd-parameter-list, +ul.tsd-type-parameter-list { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameter-list > li.tsd-parameter-signature, +ul.tsd-type-parameter-list > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameter-list h5, +ul.tsd-type-parameter-list h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +.tsd-sources { + margin-top: 1rem; + font-size: 0.875em; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: sticky; + z-index: 1; + top: 0; + left: 0; + width: 100%; + color: var(--color-text); + background: var(--color-background-secondary); + border-bottom: 1px var(--color-accent) solid; + transition: transform 0.3s ease-in-out; +} +.tsd-page-toolbar a { + color: var(--color-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .tsd-toolbar-contents { + display: flex; + justify-content: space-between; + height: 2.5rem; + margin: 0 auto; +} +.tsd-page-toolbar .table-cell { + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} +.tsd-page-toolbar .tsd-toolbar-icon { + box-sizing: border-box; + line-height: 0; + padding: 12px 0; +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: + opacity 0.1s, + background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-accent); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} + +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +img { + max-width: 100%; +} + +.tsd-anchor-icon { + display: inline-flex; + align-items: center; + margin-left: 0.5rem; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} + +.deprecated { + text-decoration: line-through !important; +} + +.warning { + padding: 1rem; + color: var(--color-warning-text); + background: var(--color-background-warning); +} + +.tsd-kind-project { + color: var(--color-ts-project); +} +.tsd-kind-module { + color: var(--color-ts-module); +} +.tsd-kind-namespace { + color: var(--color-ts-namespace); +} +.tsd-kind-enum { + color: var(--color-ts-enum); +} +.tsd-kind-enum-member { + color: var(--color-ts-enum-member); +} +.tsd-kind-variable { + color: var(--color-ts-variable); +} +.tsd-kind-function { + color: var(--color-ts-function); +} +.tsd-kind-class { + color: var(--color-ts-class); +} +.tsd-kind-interface { + color: var(--color-ts-interface); +} +.tsd-kind-constructor { + color: var(--color-ts-constructor); +} +.tsd-kind-property { + color: var(--color-ts-property); +} +.tsd-kind-method { + color: var(--color-ts-method); +} +.tsd-kind-call-signature { + color: var(--color-ts-call-signature); +} +.tsd-kind-index-signature { + color: var(--color-ts-index-signature); +} +.tsd-kind-constructor-signature { + color: var(--color-ts-constructor-signature); +} +.tsd-kind-parameter { + color: var(--color-ts-parameter); +} +.tsd-kind-type-literal { + color: var(--color-ts-type-literal); +} +.tsd-kind-type-parameter { + color: var(--color-ts-type-parameter); +} +.tsd-kind-accessor { + color: var(--color-ts-accessor); +} +.tsd-kind-get-signature { + color: var(--color-ts-get-signature); +} +.tsd-kind-set-signature { + color: var(--color-ts-set-signature); +} +.tsd-kind-type-alias { + color: var(--color-ts-type-alias); +} + +/* if we have a kind icon, don't color the text by kind */ +.tsd-kind-icon ~ span { + color: var(--color-text); +} + +* { + scrollbar-width: thin; + scrollbar-color: var(--color-accent) var(--color-icon-background); +} + +*::-webkit-scrollbar { + width: 0.75rem; +} + +*::-webkit-scrollbar-track { + background: var(--color-icon-background); +} + +*::-webkit-scrollbar-thumb { + background-color: var(--color-accent); + border-radius: 999rem; + border: 0.25rem solid var(--color-icon-background); +} + +/* mobile */ +@media (max-width: 769px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } + + .container-main { + display: flex; + } + html .col-content { + float: none; + max-width: 100%; + width: 100%; + } + html .col-sidebar { + position: fixed !important; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + padding: 1.5rem 1.5rem 0 0; + width: 75vw; + visibility: hidden; + background-color: var(--color-background); + transform: translate(100%, 0); + } + html .col-sidebar > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu .col-sidebar { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu .col-sidebar { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu .col-sidebar { + visibility: visible; + transform: translate(0, 0); + display: flex; + flex-direction: column; + gap: 1.5rem; + max-height: 100vh; + padding: 1rem 2rem; + } + .has-menu .tsd-navigation { + max-height: 100%; + } + #tsd-toolbar-links { + display: none; + } + .tsd-navigation .tsd-nav-link { + display: flex; + } +} + +/* one sidebar */ +@media (min-width: 770px) { + .container-main { + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); + grid-template-areas: "sidebar content"; + margin: 2rem auto; + } + + .col-sidebar { + grid-area: sidebar; + } + .col-content { + grid-area: content; + padding: 0 1rem; + } +} +@media (min-width: 770px) and (max-width: 1399px) { + .col-sidebar { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + padding-top: 1rem; + } + .site-menu { + margin-top: 1rem; + } +} + +/* two sidebars */ +@media (min-width: 1200px) { + .container-main { + grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem); + grid-template-areas: "sidebar content toc"; + } + + .col-sidebar { + display: contents; + } + + .page-menu { + grid-area: toc; + padding-left: 1rem; + } + .site-menu { + grid-area: sidebar; + } + + .site-menu { + margin-top: 1rem 0; + } + + .page-menu, + .site-menu { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + } +} diff --git a/contentful/11.0.3/functions/createClient.html b/contentful/11.0.3/functions/createClient.html new file mode 100644 index 000000000..4b56fd5b7 --- /dev/null +++ b/contentful/11.0.3/functions/createClient.html @@ -0,0 +1,6 @@ +createClient | contentful.js

Function createClient

diff --git a/contentful/11.0.3/functions/createGlobalOptions.html b/contentful/11.0.3/functions/createGlobalOptions.html new file mode 100644 index 000000000..51c4cc533 --- /dev/null +++ b/contentful/11.0.3/functions/createGlobalOptions.html @@ -0,0 +1,3 @@ +createGlobalOptions | contentful.js

Function createGlobalOptions

diff --git a/contentful/11.0.3/hierarchy.html b/contentful/11.0.3/hierarchy.html new file mode 100644 index 000000000..c8db79972 --- /dev/null +++ b/contentful/11.0.3/hierarchy.html @@ -0,0 +1 @@ +contentful.js
diff --git a/contentful/11.0.3/index.html b/contentful/11.0.3/index.html new file mode 100644 index 000000000..a6a8c6bf6 --- /dev/null +++ b/contentful/11.0.3/index.html @@ -0,0 +1,58 @@ +contentful.js

contentful.js

+ + Contentful Logo + +

+

contentful.js

+

Contentful JavaScript Content Delivery Library

+ + MIT License + + + Build Status + + + NPM + + + jsDelivr Hits + + + NPM downloads + + + GZIP bundle size + +

Contentful.js is a JavaScript and TypeScript library for the Contentful Content Delivery API and Content Preview API.

+

The code is documented using TypeDoc and these pages are auto-generated and published with each new version.

+
    +
  • For API and client documentation, please refer to the list below.
  • +
  • For all type definitions and descriptions, please refer to the list in the sidebar.
  • +
+ +
diff --git a/contentful/11.0.3/interfaces/Asset.html b/contentful/11.0.3/interfaces/Asset.html new file mode 100644 index 000000000..43bc6efe0 --- /dev/null +++ b/contentful/11.0.3/interfaces/Asset.html @@ -0,0 +1,8 @@ +Asset | contentful.js

Interface Asset<Modifiers, Locales>

Assets are binary files in a Contentful space

+
interface Asset<Modifiers, Locales> {
    fields: ChainModifiers extends Modifiers
        ? AssetFields | {
            description?: {
                [LocaleName in string]?: string
            };
            file?: {
                [LocaleName in string]?: AssetFile
            };
            title?: {
                [LocaleName in string]?: string
            };
        }
        : "WITH_ALL_LOCALES" extends Modifiers
            ? {
                description?: {
                    [LocaleName in string]?: string
                };
                file?: {
                    [LocaleName in string]?: AssetFile
                };
                title?: {
                    [LocaleName in string]?: string
                };
            }
            : AssetFields;
    metadata: AssetMetadata;
    sys: AssetSys;
}

Type Parameters

  • Modifiers extends ChainModifiers = ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +
  • Locales extends LocaleCode = LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for asset field values.

    +

Properties

Properties

fields: ChainModifiers extends Modifiers
    ? AssetFields | {
        description?: {
            [LocaleName in string]?: string
        };
        file?: {
            [LocaleName in string]?: AssetFile
        };
        title?: {
            [LocaleName in string]?: string
        };
    }
    : "WITH_ALL_LOCALES" extends Modifiers
        ? {
            description?: {
                [LocaleName in string]?: string
            };
            file?: {
                [LocaleName in string]?: AssetFile
            };
            title?: {
                [LocaleName in string]?: string
            };
        }
        : AssetFields
metadata: AssetMetadata
diff --git a/contentful/11.0.3/interfaces/AssetDetails.html b/contentful/11.0.3/interfaces/AssetDetails.html new file mode 100644 index 000000000..8fbc51d6b --- /dev/null +++ b/contentful/11.0.3/interfaces/AssetDetails.html @@ -0,0 +1,3 @@ +AssetDetails | contentful.js

Interface AssetDetails

interface AssetDetails {
    image?: {
        height: number;
        width: number;
    };
    size: number;
}

Properties

Properties

image?: {
    height: number;
    width: number;
}
size: number
diff --git a/contentful/11.0.3/interfaces/AssetFields.html b/contentful/11.0.3/interfaces/AssetFields.html new file mode 100644 index 000000000..bddbb5c5f --- /dev/null +++ b/contentful/11.0.3/interfaces/AssetFields.html @@ -0,0 +1,4 @@ +AssetFields | contentful.js

Interface AssetFields

interface AssetFields {
    description?: string;
    file?: AssetFile;
    title?: string;
}

Properties

Properties

description?: string
file?: AssetFile
title?: string
diff --git a/contentful/11.0.3/interfaces/AssetFile.html b/contentful/11.0.3/interfaces/AssetFile.html new file mode 100644 index 000000000..8484d57d1 --- /dev/null +++ b/contentful/11.0.3/interfaces/AssetFile.html @@ -0,0 +1,5 @@ +AssetFile | contentful.js

Interface AssetFile

interface AssetFile {
    contentType: string;
    details: AssetDetails;
    fileName: string;
    url: string;
}

Properties

contentType: string
details: AssetDetails
fileName: string
url: string
diff --git a/contentful/11.0.3/interfaces/BaseSys.html b/contentful/11.0.3/interfaces/BaseSys.html new file mode 100644 index 000000000..9f796a460 --- /dev/null +++ b/contentful/11.0.3/interfaces/BaseSys.html @@ -0,0 +1,4 @@ +BaseSys | contentful.js

Interface BaseSys

Definition of common part of system managed metadata

+
interface BaseSys {
    id: string;
    type: string;
}

Hierarchy (view full)

Properties

id +type +

Properties

id: string
type: string
diff --git a/contentful/11.0.3/interfaces/ContentType.html b/contentful/11.0.3/interfaces/ContentType.html new file mode 100644 index 000000000..6ed9de07f --- /dev/null +++ b/contentful/11.0.3/interfaces/ContentType.html @@ -0,0 +1,8 @@ +ContentType | contentful.js

Interface ContentType

Definition of a content type

+
interface ContentType {
    description: string;
    displayField: string;
    fields: ContentTypeField[];
    name: string;
    sys: ContentTypeSys;
}

Properties

description: string
displayField: string
name: string
diff --git a/contentful/11.0.3/interfaces/ContentTypeAllowedResources.html b/contentful/11.0.3/interfaces/ContentTypeAllowedResources.html new file mode 100644 index 000000000..e83a02ac2 --- /dev/null +++ b/contentful/11.0.3/interfaces/ContentTypeAllowedResources.html @@ -0,0 +1,4 @@ +ContentTypeAllowedResources | contentful.js

Interface ContentTypeAllowedResources

interface ContentTypeAllowedResources {
    contentTypes: string[];
    source: string;
    type: string;
}

Properties

Properties

contentTypes: string[]
source: string
type: string
diff --git a/contentful/11.0.3/interfaces/ContentTypeField.html b/contentful/11.0.3/interfaces/ContentTypeField.html new file mode 100644 index 000000000..a2ffb4807 --- /dev/null +++ b/contentful/11.0.3/interfaces/ContentTypeField.html @@ -0,0 +1,14 @@ +ContentTypeField | contentful.js

Interface ContentTypeField

Definition of a content type field

+
interface ContentTypeField {
    allowedResources?: ContentTypeAllowedResources[];
    disabled: boolean;
    id: string;
    items?: FieldItem;
    linkType?: string;
    localized: boolean;
    name: string;
    omitted: boolean;
    required: boolean;
    type: ContentTypeFieldType;
    validations: ContentTypeFieldValidation[];
}

Properties

allowedResources?: ContentTypeAllowedResources[]
disabled: boolean
id: string
items?: FieldItem
linkType?: string
localized: boolean
name: string
omitted: boolean
required: boolean
diff --git a/contentful/11.0.3/interfaces/ContentTypeFieldValidation.html b/contentful/11.0.3/interfaces/ContentTypeFieldValidation.html new file mode 100644 index 000000000..c38da7f35 --- /dev/null +++ b/contentful/11.0.3/interfaces/ContentTypeFieldValidation.html @@ -0,0 +1,12 @@ +ContentTypeFieldValidation | contentful.js

Interface ContentTypeFieldValidation

Definition of a single validation rule applied +to the related content type field

+
interface ContentTypeFieldValidation {
    enabledNodeTypes?: (
        | "document"
        | "paragraph"
        | "heading-1"
        | "heading-2"
        | "heading-3"
        | "heading-4"
        | "heading-5"
        | "heading-6"
        | "ordered-list"
        | "unordered-list"
        | "list-item"
        | "hr"
        | "blockquote"
        | "embedded-entry-block"
        | "embedded-asset-block"
        | "embedded-resource-block"
        | "table"
        | "table-row"
        | "table-cell"
        | "table-header-cell"
        | "asset-hyperlink"
        | "embedded-entry-inline"
        | "embedded-resource-inline"
        | "entry-hyperlink"
        | "hyperlink"
        | "resource-hyperlink")[];
    in?: string[];
    linkContentType?: string[];
    linkMimetypeGroup?: string[];
    message?: null | string;
    nodes?: {
        asset-hyperlink?: Pick<ContentTypeFieldValidation, "size" | "message">[];
        embedded-asset-block?: Pick<ContentTypeFieldValidation, "size" | "message">[];
        embedded-entry-block?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
        embedded-entry-inline?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
        embedded-resource-block?: {
            allowedResources: ContentTypeAllowedResources[];
            validations: Pick<ContentTypeFieldValidation, "size" | "message">[];
        };
        entry-hyperlink?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
    };
    regexp?: {
        pattern: string;
    };
    size?: {
        max?: number;
        min?: number;
    };
    unique?: boolean;
}

Properties

enabledNodeTypes?: (
    | "document"
    | "paragraph"
    | "heading-1"
    | "heading-2"
    | "heading-3"
    | "heading-4"
    | "heading-5"
    | "heading-6"
    | "ordered-list"
    | "unordered-list"
    | "list-item"
    | "hr"
    | "blockquote"
    | "embedded-entry-block"
    | "embedded-asset-block"
    | "embedded-resource-block"
    | "table"
    | "table-row"
    | "table-cell"
    | "table-header-cell"
    | "asset-hyperlink"
    | "embedded-entry-inline"
    | "embedded-resource-inline"
    | "entry-hyperlink"
    | "hyperlink"
    | "resource-hyperlink")[]
in?: string[]
linkContentType?: string[]
linkMimetypeGroup?: string[]
message?: null | string
nodes?: {
    asset-hyperlink?: Pick<ContentTypeFieldValidation, "size" | "message">[];
    embedded-asset-block?: Pick<ContentTypeFieldValidation, "size" | "message">[];
    embedded-entry-block?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
    embedded-entry-inline?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
    embedded-resource-block?: {
        allowedResources: ContentTypeAllowedResources[];
        validations: Pick<ContentTypeFieldValidation, "size" | "message">[];
    };
    entry-hyperlink?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
}
regexp?: {
    pattern: string;
}
size?: {
    max?: number;
    min?: number;
}
unique?: boolean
diff --git a/contentful/11.0.3/interfaces/ContentTypeSys.html b/contentful/11.0.3/interfaces/ContentTypeSys.html new file mode 100644 index 000000000..e34c922c7 --- /dev/null +++ b/contentful/11.0.3/interfaces/ContentTypeSys.html @@ -0,0 +1,10 @@ +ContentTypeSys | contentful.js

Interface ContentTypeSys

System managed metadata for content type

+
interface ContentTypeSys {
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    environment: {
        sys: EnvironmentLink;
    };
    id: string;
    revision: number;
    space: {
        sys: SpaceLink;
    };
    type: string;
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
}

Hierarchy (view full)

Properties

createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
environment: {
    sys: EnvironmentLink;
}
id: string
revision: number
space: {
    sys: SpaceLink;
}
type: string
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/11.0.3/interfaces/ContentfulClientApi.html b/contentful/11.0.3/interfaces/ContentfulClientApi.html new file mode 100644 index 000000000..42ad4d4f5 --- /dev/null +++ b/contentful/11.0.3/interfaces/ContentfulClientApi.html @@ -0,0 +1,122 @@ +ContentfulClientApi | contentful.js

Interface ContentfulClientApi<Modifiers>

Contentful Delivery API Client. Contains methods which allow access to the different kinds of entities present in Contentful (Entries, Assets, etc).

+
interface ContentfulClientApi<Modifiers> {
    version: string;
    withAllLocales: "WITH_ALL_LOCALES" extends Modifiers
        ? never
        : ContentfulClientApi<AddChainModifier<Modifiers, "WITH_ALL_LOCALES">>;
    withoutLinkResolution: "WITHOUT_LINK_RESOLUTION" extends Modifiers
        ? never
        : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
            ? never
            : ContentfulClientApi<AddChainModifier<Modifiers, "WITHOUT_LINK_RESOLUTION">>;
    withoutUnresolvableLinks: "WITHOUT_LINK_RESOLUTION" extends Modifiers
        ? never
        : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
            ? never
            : ContentfulClientApi<AddChainModifier<Modifiers, "WITHOUT_UNRESOLVABLE_LINKS">>;
    createAssetKey(expiresAt: number): Promise<AssetKey>;
    getAsset<Locales>(id: string, query?: AssetQueries<Modifiers>): Promise<Asset<Modifiers, Locales>>;
    getAssets<Locales>(query?: AssetsQueries<AssetFields, Modifiers>): Promise<AssetCollection<Modifiers, Locales>>;
    getContentType(id: string): Promise<ContentType>;
    getContentTypes(query?: {
        query?: string;
    }): Promise<ContentTypeCollection>;
    getEntries<EntrySkeleton, Locales>(query?: EntriesQueries<EntrySkeleton, Modifiers>): Promise<EntryCollection<EntrySkeleton, Modifiers, Locales>>;
    getEntry<EntrySkeleton, Locales>(id: string, query?: EntryQueries<Modifiers>): Promise<Entry<EntrySkeleton, Modifiers, Locales>>;
    getLocales(): Promise<LocaleCollection>;
    getSpace(): Promise<Space>;
    getTag(id: string): Promise<Tag>;
    getTags(query?: TagQueries): Promise<TagCollection>;
    parseEntries<EntrySkeleton, Locales>(data: EntryCollection<EntrySkeleton, AddChainModifier<Modifiers, "WITHOUT_LINK_RESOLUTION">, Locales>): EntryCollection<EntrySkeleton, Modifiers, Locales>;
    sync<EntrySkeleton, Modifiers, Locales>(query: SyncQuery, syncOptions?: SyncOptions): Promise<SyncCollection<EntrySkeleton, Modifiers, Locales>>;
}

Type Parameters

  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +

Properties

version: string

The current Contentful.js version

+
withAllLocales: "WITH_ALL_LOCALES" extends Modifiers
    ? never
    : ContentfulClientApi<AddChainModifier<Modifiers, "WITH_ALL_LOCALES">>

A client that will fetch assets and entries with all locales. Only available if not already enabled.

+
withoutLinkResolution: "WITHOUT_LINK_RESOLUTION" extends Modifiers
    ? never
    : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
        ? never
        : ContentfulClientApi<AddChainModifier<Modifiers, "WITHOUT_LINK_RESOLUTION">>

A client that will not resolve links in entries. Only available if not already disabled.

+
withoutUnresolvableLinks: "WITHOUT_LINK_RESOLUTION" extends Modifiers
    ? never
    : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
        ? never
        : ContentfulClientApi<AddChainModifier<Modifiers, "WITHOUT_UNRESOLVABLE_LINKS">>

A client that will remove unresolvable links from entries. Only available if not already disabled.

+

Methods

  • Creates an asset key for signing asset URLs (Embargoed Assets)

    +

    Parameters

    • expiresAt: number

    Returns Promise<AssetKey>

    Promise for an asset key

    +
    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const assetKey = await client.getAssetKey(<UNIX timestamp>)
    console.log(assetKey) +
    + +
  • Fetches an asset

    +

    Type Parameters

    • Locales extends string = string

      If provided for a client using allLocales modifier, response type defines locale keys for asset field values.

      +

    Parameters

    • id: string
    • Optionalquery: AssetQueries<Modifiers>

      Object with search parameters. In this method it's only useful for locale.

      +

    Returns Promise<Asset<Modifiers, Locales>>

    Promise for an asset

    +
    const contentful = require('contentful')

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const asset = await client.getAsset('<asset_id>')
    console.log(asset) +
    + +
  • Fetches a content type

    +

    Parameters

    • id: string

      The content type’s ID

      +

    Returns Promise<ContentType>

    Promise for a content type

    +
    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const contentType = await client.getContentType('<content_type_id>')
    console.log(contentType) +
    + +
  • Fetches a collection of content types

    +

    Parameters

    • Optionalquery: {
          query?: string;
      }
      • Optionalquery?: string

    Returns Promise<ContentTypeCollection>

    Promise for a collection of content types

    +
    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const response = await client.getContentTypes()
    console.log(response.items) +
    + +
  • Fetches an entry

    +

    Type Parameters

    • EntrySkeleton extends EntrySkeletonType = EntrySkeletonType

      Shape of entry fields used to calculate dynamic keys

      +
    • Locales extends string = string

      If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

      +

    Parameters

    • id: string

      The entry’s ID

      +
    • Optionalquery: EntryQueries<Modifiers>

      Object with search parameters. In this method it's only used for locale when querying.

      +

    Returns Promise<Entry<EntrySkeleton, Modifiers, Locales>>

    Promise for an entry

    +
    const contentful = require('contentful')

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const entry = await client.getEntry('<entry_id>')
    console.log(entry) +
    + +
  • Fetches a collection of locales

    +

    Returns Promise<LocaleCollection>

    Promise for a collection of locales

    +
    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const response = await client.getLocales()
    console.log(response.items) +
    + +
  • Fetches the space which the client is currently configured to use

    +

    Returns Promise<Space>

    Promise for the space

    +
    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const space = await client.getSpace()
    console.log(space) +
    + +
  • Fetches a tag

    +

    Parameters

    • id: string

      The tag’s ID

      +

    Returns Promise<Tag>

    Promise for a tag

    +
    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const tag = await client.getTag('<asset_id>')
    console.log(tag) +
    + +
  • Gets a collection of Tags

    +

    Parameters

    Returns Promise<TagCollection>

    Promise for a collection of tags

    +
    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const response = await client.getTags()
    console.log(response.items) +
    + +
  • Parse raw json data into a collection of entries. objects.Links will be resolved also

    +

    Type Parameters

    • EntrySkeleton extends EntrySkeletonType = EntrySkeletonType

      Shape of entry fields used to calculate dynamic keys

      +
    • Locales extends string = string

      If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

      +

    Parameters

    Returns EntryCollection<EntrySkeleton, Modifiers, Locales>

    const data = {items: [
    {
    sys: {type: 'Entry', locale: 'en-US'},
    fields: {
    animal: {sys: {type: 'Link', linkType: 'Animal', id: 'oink'}},
    anotheranimal: {sys: {type: 'Link', linkType: 'Animal', id: 'middle-parrot'}}
    }
    }
    ],
    includes: {
    Animal: [
    {
    sys: {type: 'Animal', id: 'oink', locale: 'en-US'},
    fields: {
    name: 'Pig',
    friend: {sys: {type: 'Link', linkType: 'Animal', id: 'groundhog'}}
    }
    }
    ]
    }
    }
    console.log( data.items[0].fields.foo ); // undefined
    const parsedData = client.parseEntries(data);
    console.log( parsedData.items[0].fields.foo ); // foo +
    + +
  • Synchronizes either all the content or only new content since last sync. + Important note: The Sync API endpoint does not support include or link resolution. +However, contentful.js can do link resolution on the client side for the initial sync. +For the delta sync (using nextSyncToken) link resolution is not possible since the sdk won’t have access to all linked entities.

    +

    Type Parameters

    • EntrySkeleton extends EntrySkeletonType = EntrySkeletonType

      Shape of entity fields used to calculate dynamic keys

      +
    • Modifiers extends ChainModifiers = ChainModifiers

      The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

      +
    • Locales extends string = string

      If provided for a client using allLocales modifier, response type defines locale keys for entity field values.

      +

    Parameters

    Returns Promise<SyncCollection<EntrySkeleton, Modifiers, Locales>>

    +
    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const response = await client.sync({
    initial: true
    })
    console.log({
    entries: response.entries,
    assets: response.assets,
    nextSyncToken: response.nextSyncToken
    }) +
    + +
diff --git a/contentful/11.0.3/interfaces/ContentfulCollection.html b/contentful/11.0.3/interfaces/ContentfulCollection.html new file mode 100644 index 000000000..908218bb0 --- /dev/null +++ b/contentful/11.0.3/interfaces/ContentfulCollection.html @@ -0,0 +1,9 @@ +ContentfulCollection | contentful.js

Interface ContentfulCollection<T>

A wrapper object containing additional information for +a collection of Contentful resources

+
interface ContentfulCollection<T> {
    items: T[];
    limit: number;
    skip: number;
    sys?: EntrySys | AssetSys;
    total: number;
}

Type Parameters

  • T

Properties

Properties

items: T[]
limit: number
skip: number
total: number
diff --git a/contentful/11.0.3/interfaces/CreateClientParams.html b/contentful/11.0.3/interfaces/CreateClientParams.html new file mode 100644 index 000000000..e48706bbb --- /dev/null +++ b/contentful/11.0.3/interfaces/CreateClientParams.html @@ -0,0 +1,68 @@ +CreateClientParams | contentful.js

Interface CreateClientParams

Client initialization parameters

+
interface CreateClientParams {
    accessToken: string;
    adapter?: AxiosAdapter;
    alphaFeatures?: {
        includeContentSourceMaps?: boolean;
    };
    application?: string;
    basePath?: string;
    environment?: string;
    headers?: Record<string, string>;
    host?: string;
    httpAgent?: any;
    httpsAgent?: any;
    includeContentSourceMaps?: boolean;
    insecure?: boolean;
    integration?: string;
    logHandler?: ((level: string, data?: string | Record<string, any>) => void);
    proxy?: false | AxiosProxyConfig;
    requestLogger?: ((request: Error | AxiosRequestConfig<any>) => unknown);
    responseLogger?: ((response: Error | AxiosResponse<any, any>) => unknown);
    retryLimit?: number;
    retryOnError?: boolean;
    space: string;
    timeout?: number;
}

Properties

accessToken: string

Contentful CDA Access Token

+
adapter?: AxiosAdapter

Optional axios request adapter (see axios docs )

+
alphaFeatures?: {
    includeContentSourceMaps?: boolean;
}

Enable alpha features.

+

Type declaration

  • OptionalincludeContentSourceMaps?: boolean

    Use the includeContentSourceMaps option directly instead.

    +
application?: string

Application name and version e.g myApp/version

+
basePath?: string

Path appended to the host to support gateways/proxies with custom urls

+
environment?: string

Contentful Environment ID

+
"master"
+
+ +
headers?: Record<string, string>

Optional additional headers

+
host?: string

API host. Also usable with preview.contentful.com.

+
"cdn.contentful.com"
+
+ +
httpAgent?: any

Optional Node.js HTTP agent for proxying +(see Node.js docs +and https-proxy-agent)

+
httpsAgent?: any

Optional Node.js HTTP agent for proxying +(see Node.js docs +and https-proxy-agent)

+
includeContentSourceMaps?: boolean

Enable Content Source Maps.

+

This feature is only available when using the Content Preview API.

+
insecure?: boolean

Requests will be made over http instead of the default https

+
true
+
+ +
integration?: string

Integration name and version e.g react/version

+
logHandler?: ((level: string, data?: string | Record<string, any>) => void)

A log handler function to process given log messages and errors. +(The default can be found at: https://github.com/contentful/contentful-sdk-core/blob/master/src/create-http-client.ts)

+

Type declaration

    • (level, data?): void
    • Parameters

      • level: string

        Log level, e.g. error, warning, or info

        +
      • Optionaldata: string | Record<string, any>

        Log data

        +

      Returns void

proxy?: false | AxiosProxyConfig

Optional Axios proxy (see axios docs )

+
requestLogger?: ((request: Error | AxiosRequestConfig<any>) => unknown)

Interceptor called on every request. Takes Axios request config as an arg.

+
responseLogger?: ((response: Error | AxiosResponse<any, any>) => unknown)

Interceptor called on every response. Takes Axios response object as an arg.

+
retryLimit?: number

Optional number of retries before failure.

+
5
+
+ +
retryOnError?: boolean

If we should retry on errors and 429 rate limit exceptions

+
true
+
+ +
space: string

Space ID

+
timeout?: number

connection timeout in milliseconds (default:30000)

+
diff --git a/contentful/11.0.3/interfaces/EntitySys.html b/contentful/11.0.3/interfaces/EntitySys.html new file mode 100644 index 000000000..ad30a3ae3 --- /dev/null +++ b/contentful/11.0.3/interfaces/EntitySys.html @@ -0,0 +1,13 @@ +EntitySys | contentful.js

Interface EntitySys

System managed metadata for entities

+
interface EntitySys {
    contentSourceMaps?: CPAContentSourceMaps;
    contentSourceMapsLookup?: ContentSourceMapsLookup;
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    environment: {
        sys: EnvironmentLink;
    };
    id: string;
    locale?: string;
    revision: number;
    space: {
        sys: SpaceLink;
    };
    type: string;
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
}

Hierarchy (view full)

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
environment: {
    sys: EnvironmentLink;
}
id: string
locale?: string
revision: number
space: {
    sys: SpaceLink;
}
type: string
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/11.0.3/interfaces/EntrySys.html b/contentful/11.0.3/interfaces/EntrySys.html new file mode 100644 index 000000000..7305f56b4 --- /dev/null +++ b/contentful/11.0.3/interfaces/EntrySys.html @@ -0,0 +1,13 @@ +EntrySys | contentful.js

Interface EntrySys

System managed metadata for entries

+
interface EntrySys {
    contentSourceMaps?: CPAContentSourceMaps;
    contentSourceMapsLookup?: ContentSourceMapsLookup;
    contentType: {
        sys: ContentTypeLink;
    };
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    environment: {
        sys: EnvironmentLink;
    };
    id: string;
    locale?: string;
    revision: number;
    space: {
        sys: SpaceLink;
    };
    type: "Entry";
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
}

Hierarchy (view full)

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
contentType: {
    sys: ContentTypeLink;
}
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
environment: {
    sys: EnvironmentLink;
}
id: string
locale?: string
revision: number
space: {
    sys: SpaceLink;
}
type: "Entry"
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/11.0.3/interfaces/FieldItem.html b/contentful/11.0.3/interfaces/FieldItem.html new file mode 100644 index 000000000..6dc085d6f --- /dev/null +++ b/contentful/11.0.3/interfaces/FieldItem.html @@ -0,0 +1,5 @@ +FieldItem | contentful.js

Interface FieldItem

Definition of an item belonging to the content type field

+
interface FieldItem {
    linkType?: "Entry" | "Asset";
    type: "Link" | "ResourceLink" | "Symbol";
    validations: ContentTypeFieldValidation[];
}

Properties

Properties

linkType?: "Entry" | "Asset"
type: "Link" | "ResourceLink" | "Symbol"
diff --git a/contentful/11.0.3/interfaces/GlobalOptionsParams.html b/contentful/11.0.3/interfaces/GlobalOptionsParams.html new file mode 100644 index 000000000..fb1f0e523 --- /dev/null +++ b/contentful/11.0.3/interfaces/GlobalOptionsParams.html @@ -0,0 +1,5 @@ +GlobalOptionsParams | contentful.js

Interface GlobalOptionsParams

interface GlobalOptionsParams {
    environment?: string;
    environmentBaseUrl?: string;
    space?: string;
    spaceBaseUrl?: string;
}

Properties

environment?: string
environmentBaseUrl?: string
space?: string
spaceBaseUrl?: string
diff --git a/contentful/11.0.3/interfaces/Link.html b/contentful/11.0.3/interfaces/Link.html new file mode 100644 index 000000000..9e310b906 --- /dev/null +++ b/contentful/11.0.3/interfaces/Link.html @@ -0,0 +1,5 @@ +Link | contentful.js

Interface Link<T>

Link definition of a specific link type

+
interface Link<T> {
    id: string;
    linkType: T;
    type: "Link";
}

Type Parameters

Properties

Properties

id: string
linkType: T
type: "Link"
diff --git a/contentful/11.0.3/interfaces/Locale.html b/contentful/11.0.3/interfaces/Locale.html new file mode 100644 index 000000000..4c448d92c --- /dev/null +++ b/contentful/11.0.3/interfaces/Locale.html @@ -0,0 +1,7 @@ +Locale | contentful.js

Interface Locale

Properties of a single locale definition

+
interface Locale {
    code: string;
    default: boolean;
    fallbackCode: null | string;
    name: string;
    sys: LocaleSys;
}

Properties

Properties

code: string
default: boolean
fallbackCode: null | string
name: string
diff --git a/contentful/11.0.3/interfaces/LocaleSys.html b/contentful/11.0.3/interfaces/LocaleSys.html new file mode 100644 index 000000000..de43c405d --- /dev/null +++ b/contentful/11.0.3/interfaces/LocaleSys.html @@ -0,0 +1,5 @@ +LocaleSys | contentful.js

Interface LocaleSys

System managed metadata for locale

+
interface LocaleSys {
    id: string;
    type: "Locale";
    version: number;
}

Hierarchy (view full)

Properties

Properties

id: string
type: "Locale"
version: number
diff --git a/contentful/11.0.3/interfaces/ResourceLink.html b/contentful/11.0.3/interfaces/ResourceLink.html new file mode 100644 index 000000000..4dd5824d6 --- /dev/null +++ b/contentful/11.0.3/interfaces/ResourceLink.html @@ -0,0 +1,5 @@ +ResourceLink | contentful.js

Interface ResourceLink<LinkType>

Definition of an external resource link

+
interface ResourceLink<LinkType> {
    linkType: LinkType;
    type: "ResourceLink";
    urn: string;
}

Type Parameters

  • LinkType extends string = "Contentful:Entry"

Properties

Properties

linkType: LinkType
type: "ResourceLink"
urn: string
diff --git a/contentful/11.0.3/interfaces/Space.html b/contentful/11.0.3/interfaces/Space.html new file mode 100644 index 000000000..b4a5a9a56 --- /dev/null +++ b/contentful/11.0.3/interfaces/Space.html @@ -0,0 +1,6 @@ +Space | contentful.js

Interface Space

Properties of a space

+
interface Space {
    locales: Omit<Locale, "sys">[];
    name: string;
    sys: SpaceSys;
}

Properties

Properties

locales: Omit<Locale, "sys">[]
name: string
diff --git a/contentful/11.0.3/interfaces/SpaceSys.html b/contentful/11.0.3/interfaces/SpaceSys.html new file mode 100644 index 000000000..187db6022 --- /dev/null +++ b/contentful/11.0.3/interfaces/SpaceSys.html @@ -0,0 +1,5 @@ +SpaceSys | contentful.js

Interface SpaceSys

System managed metadata for spaces

+
interface SpaceSys {
    id: string;
    type: "Space";
}

Hierarchy (view full)

Properties

id +type +

Properties

id: string
type: "Space"
diff --git a/contentful/11.0.3/interfaces/SyncCollection.html b/contentful/11.0.3/interfaces/SyncCollection.html new file mode 100644 index 000000000..4e8b40e80 --- /dev/null +++ b/contentful/11.0.3/interfaces/SyncCollection.html @@ -0,0 +1,7 @@ +SyncCollection | contentful.js

Interface SyncCollection<EntrySkeleton, Modifiers, Locales>

interface SyncCollection<EntrySkeleton, Modifiers, Locales> {
    assets: Asset<ChainModifiers extends Modifiers
        ? ChainModifiers<ChainModifiers>
        : "WITH_ALL_LOCALES" | Exclude<Modifiers, undefined>, Locales>[];
    deletedAssets: DeletedAsset[];
    deletedEntries: DeletedEntry[];
    entries: Entry<EntrySkeleton, ChainModifiers extends Modifiers
        ? ChainModifiers<ChainModifiers>
        : "WITH_ALL_LOCALES" | Exclude<Modifiers, undefined>, Locales>[];
    nextPageToken?: string;
    nextSyncToken?: string;
}

Type Parameters

Properties

assets: Asset<ChainModifiers extends Modifiers
    ? ChainModifiers<ChainModifiers>
    : "WITH_ALL_LOCALES" | Exclude<Modifiers, undefined>, Locales>[]
deletedAssets: DeletedAsset[]
deletedEntries: DeletedEntry[]
entries: Entry<EntrySkeleton, ChainModifiers extends Modifiers
    ? ChainModifiers<ChainModifiers>
    : "WITH_ALL_LOCALES" | Exclude<Modifiers, undefined>, Locales>[]
nextPageToken?: string
nextSyncToken?: string
diff --git a/contentful/11.0.3/interfaces/TagSys.html b/contentful/11.0.3/interfaces/TagSys.html new file mode 100644 index 000000000..adddcf87c --- /dev/null +++ b/contentful/11.0.3/interfaces/TagSys.html @@ -0,0 +1,15 @@ +TagSys | contentful.js

Interface TagSys

System managed metadata for tags

+
interface TagSys {
    contentSourceMaps?: CPAContentSourceMaps;
    contentSourceMapsLookup?: ContentSourceMapsLookup;
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    createdBy: {
        sys: UserLink;
    };
    environment: {
        sys: EnvironmentLink;
    };
    id: string;
    space: {
        sys: SpaceLink;
    };
    type: string;
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    updatedBy: {
        sys: UserLink;
    };
    version: number;
    visibility: string;
}

Hierarchy

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
createdBy: {
    sys: UserLink;
}
environment: {
    sys: EnvironmentLink;
}
id: string
space: {
    sys: SpaceLink;
}
type: string
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
updatedBy: {
    sys: UserLink;
}
version: number
visibility: string
diff --git a/contentful/11.0.3/media/LICENSE b/contentful/11.0.3/media/LICENSE new file mode 100644 index 000000000..9b0169e76 --- /dev/null +++ b/contentful/11.0.3/media/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Contentful + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/contentful/11.0.3/modules.html b/contentful/11.0.3/modules.html new file mode 100644 index 000000000..7e93c9f43 --- /dev/null +++ b/contentful/11.0.3/modules.html @@ -0,0 +1,129 @@ +contentful.js

contentful.js

Index

Asset

Client

ContentType

Entity

Entry

Link

Other

Query

Sync

Tag

diff --git a/contentful/11.0.3/modules/EntryFieldTypes.html b/contentful/11.0.3/modules/EntryFieldTypes.html new file mode 100644 index 000000000..ae6bb05f3 --- /dev/null +++ b/contentful/11.0.3/modules/EntryFieldTypes.html @@ -0,0 +1,17 @@ +EntryFieldTypes | contentful.js

Namespace EntryFieldTypes

Definition of abstract entry field types with additional type properties +Introduced to properly distinguish all fields to create consistent query types

+

Index

Type Aliases

diff --git a/contentful/11.0.3/modules/EntryFields.html b/contentful/11.0.3/modules/EntryFields.html new file mode 100644 index 000000000..58491e98f --- /dev/null +++ b/contentful/11.0.3/modules/EntryFields.html @@ -0,0 +1,15 @@ +EntryFields | contentful.js

Namespace EntryFields

Definition of entry fields

+

Index

Type Aliases

diff --git a/contentful/11.0.3/types/AddChainModifier.html b/contentful/11.0.3/types/AddChainModifier.html new file mode 100644 index 000000000..4f5fd8634 --- /dev/null +++ b/contentful/11.0.3/types/AddChainModifier.html @@ -0,0 +1,2 @@ +AddChainModifier | contentful.js

Type Alias AddChainModifier<Modifiers, AddedModifier>Internal

AddChainModifier<Modifiers, AddedModifier>: undefined extends Modifiers
    ? AddedModifier
    : Modifiers | AddedModifier

Adds a modifier to a list of client chain modifiers.

+

Type Parameters

diff --git a/contentful/11.0.3/types/AssetCollection.html b/contentful/11.0.3/types/AssetCollection.html new file mode 100644 index 000000000..67c415169 --- /dev/null +++ b/contentful/11.0.3/types/AssetCollection.html @@ -0,0 +1,5 @@ +AssetCollection | contentful.js

Type Alias AssetCollection<Modifiers, Locales>

A collection of assets

+

Type Parameters

  • Modifiers extends ChainModifiers = ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +
  • Locales extends LocaleCode = LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for asset field values.

    +
diff --git a/contentful/11.0.3/types/AssetFieldsFileDetailsQueries.html b/contentful/11.0.3/types/AssetFieldsFileDetailsQueries.html new file mode 100644 index 000000000..31cefe73e --- /dev/null +++ b/contentful/11.0.3/types/AssetFieldsFileDetailsQueries.html @@ -0,0 +1,3 @@ +AssetFieldsFileDetailsQueries | contentful.js

Type Alias AssetFieldsFileDetailsQueries

AssetFieldsFileDetailsQueries: ExistenceFilter<Pick<AssetDetails, "size">, "fields.file.details"> & EqualityFilter<Pick<AssetDetails, "size">, "fields.file.details"> & InequalityFilter<Pick<AssetDetails, "size">, "fields.file.details"> & RangeFilters<Pick<AssetDetails, "size">, "fields.file.details"> & SubsetFilters<Pick<AssetDetails, "size">, "fields.file.details">

All queries appliable to asset file details fields

+

Shape of asset fields used to calculate dynamic keys

+
diff --git a/contentful/11.0.3/types/AssetFieldsFileQueries.html b/contentful/11.0.3/types/AssetFieldsFileQueries.html new file mode 100644 index 000000000..702e30f81 --- /dev/null +++ b/contentful/11.0.3/types/AssetFieldsFileQueries.html @@ -0,0 +1,3 @@ +AssetFieldsFileQueries | contentful.js

Type Alias AssetFieldsFileQueries

AssetFieldsFileQueries: ExistenceFilter<AssetFile, "fields.file"> & EqualityFilter<AssetFile, "fields.file"> & InequalityFilter<AssetFile, "fields.file"> & FullTextSearchFilters<AssetFile, "fields.file"> & RangeFilters<AssetFile, "fields.file"> & SubsetFilters<AssetFile, "fields.file">

All queries appliable to asset file fields

+

Shape of asset fields used to calculate dynamic keys

+
diff --git a/contentful/11.0.3/types/AssetFieldsQueries.html b/contentful/11.0.3/types/AssetFieldsQueries.html new file mode 100644 index 000000000..6ae552b0e --- /dev/null +++ b/contentful/11.0.3/types/AssetFieldsQueries.html @@ -0,0 +1,3 @@ +AssetFieldsQueries | contentful.js

Type Alias AssetFieldsQueries<Fields>

AssetFieldsQueries<Fields>: ExistenceFilter<Fields, "fields"> & EqualityFilter<Fields, "fields"> & InequalityFilter<Fields, "fields"> & FullTextSearchFilters<Fields, "fields"> & AssetSelectFilter<Fields> & AssetOrderFilter & RangeFilters<Fields, "fields"> & SubsetFilters<Fields, "fields">

All queries appliable to asset fields

+

Type Parameters

  • Fields extends FieldsType

    Shape of asset fields used to calculate dynamic keys

    +
diff --git a/contentful/11.0.3/types/AssetKey.html b/contentful/11.0.3/types/AssetKey.html new file mode 100644 index 000000000..1db85beb2 --- /dev/null +++ b/contentful/11.0.3/types/AssetKey.html @@ -0,0 +1 @@ +AssetKey | contentful.js

Type Alias AssetKey

AssetKey: {
    policy: string;
    secret: string;
}
diff --git a/contentful/11.0.3/types/AssetLink.html b/contentful/11.0.3/types/AssetLink.html new file mode 100644 index 000000000..5b79c97f3 --- /dev/null +++ b/contentful/11.0.3/types/AssetLink.html @@ -0,0 +1,2 @@ +AssetLink | contentful.js

Type Alias AssetLink

AssetLink: Link<"Asset">

Asset link type

+
diff --git a/contentful/11.0.3/types/AssetMetadata.html b/contentful/11.0.3/types/AssetMetadata.html new file mode 100644 index 000000000..4901585cb --- /dev/null +++ b/contentful/11.0.3/types/AssetMetadata.html @@ -0,0 +1 @@ +AssetMetadata | contentful.js

Type Alias AssetMetadata

AssetMetadata: Omit<Metadata, "concepts">
diff --git a/contentful/11.0.3/types/AssetMimeType.html b/contentful/11.0.3/types/AssetMimeType.html new file mode 100644 index 000000000..e209aa842 --- /dev/null +++ b/contentful/11.0.3/types/AssetMimeType.html @@ -0,0 +1 @@ +AssetMimeType | contentful.js

Type Alias AssetMimeType

AssetMimeType:
    | "attachment"
    | "plaintext"
    | "image"
    | "audio"
    | "video"
    | "richtext"
    | "presentation"
    | "spreadsheet"
    | "pdfdocument"
    | "archive"
    | "code"
    | "markup"
diff --git a/contentful/11.0.3/types/AssetOrderFilter.html b/contentful/11.0.3/types/AssetOrderFilter.html new file mode 100644 index 000000000..0138bc37d --- /dev/null +++ b/contentful/11.0.3/types/AssetOrderFilter.html @@ -0,0 +1,3 @@ +AssetOrderFilter | contentful.js

Type Alias AssetOrderFilterInternal

AssetOrderFilter: {
    order?: (
        | OrderFilterPaths<AssetSys, "sys">
        | "fields.file.contentType"
        | "-fields.file.contentType"
        | "fields.file.fileName"
        | "-fields.file.fileName"
        | "fields.file.url"
        | "-fields.file.url"
        | "fields.file.details.size"
        | "-fields.file.details.size")[];
}

Order in an asset

+
diff --git a/contentful/11.0.3/types/AssetQueries.html b/contentful/11.0.3/types/AssetQueries.html new file mode 100644 index 000000000..2b94e360d --- /dev/null +++ b/contentful/11.0.3/types/AssetQueries.html @@ -0,0 +1,3 @@ +AssetQueries | contentful.js

Type Alias AssetQueries<Modifiers>

AssetQueries<Modifiers>: "WITH_ALL_LOCALES" extends Modifiers
    ? never
    : LocaleOption

Search parameters for a single asset methods

+

Type Parameters

  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +
diff --git a/contentful/11.0.3/types/AssetSelectFilter.html b/contentful/11.0.3/types/AssetSelectFilter.html new file mode 100644 index 000000000..ed62bb414 --- /dev/null +++ b/contentful/11.0.3/types/AssetSelectFilter.html @@ -0,0 +1,3 @@ +AssetSelectFilter | contentful.js

Type Alias AssetSelectFilter<Fields>Internal

AssetSelectFilter<Fields>: {
    select?: (
        | "sys"
        | SelectFilterPaths<AssetSys, "sys">
        | "fields"
        | SelectFilterPaths<Fields, "fields">
        | "metadata"
        | SelectFilterPaths<AssetMetadata, "metadata">)[];
}

Select fields in an asset

+

Type Parameters

diff --git a/contentful/11.0.3/types/AssetSys.html b/contentful/11.0.3/types/AssetSys.html new file mode 100644 index 000000000..38b37cfa1 --- /dev/null +++ b/contentful/11.0.3/types/AssetSys.html @@ -0,0 +1,2 @@ +AssetSys | contentful.js

Type Alias AssetSys

AssetSys: EntitySys & {
    type: "Asset";
}

System managed metadata for assets

+
diff --git a/contentful/11.0.3/types/AssetsQueries.html b/contentful/11.0.3/types/AssetsQueries.html new file mode 100644 index 000000000..9c61f92dc --- /dev/null +++ b/contentful/11.0.3/types/AssetsQueries.html @@ -0,0 +1,4 @@ +AssetsQueries | contentful.js

Type Alias AssetsQueries<Fields, Modifiers>

AssetsQueries<Fields, Modifiers>: AssetFieldsQueries<Fields> & AssetFieldsFileQueries & AssetFieldsFileDetailsQueries & SysQueries<Pick<AssetSys,
    | "createdAt"
    | "updatedAt"
    | "revision"
    | "id"
    | "type">> & MetadataTagsQueries & FixedQueryOptions & FixedPagedOptions & {
    mimetype_group?: AssetMimeType;
} & ("WITH_ALL_LOCALES" extends Modifiers
    ? {}
    : LocaleOption)

Search parameters for asset collection methods

+

Type Parameters

  • Fields extends FieldsType
  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +

Shape of an asset used to calculate dynamic keys

+
diff --git a/contentful/11.0.3/types/BaseEntry.html b/contentful/11.0.3/types/BaseEntry.html new file mode 100644 index 000000000..901cb3881 --- /dev/null +++ b/contentful/11.0.3/types/BaseEntry.html @@ -0,0 +1 @@ +BaseEntry | contentful.js

Type Alias BaseEntry

BaseEntry: {
    metadata: Metadata;
    sys: EntrySys;
}
diff --git a/contentful/11.0.3/types/BaseFieldMap.html b/contentful/11.0.3/types/BaseFieldMap.html new file mode 100644 index 000000000..9e76cf3ee --- /dev/null +++ b/contentful/11.0.3/types/BaseFieldMap.html @@ -0,0 +1,3 @@ +BaseFieldMap | contentful.js

Type Alias BaseFieldMap<Field>

BaseFieldMap<Field>: Field extends EntryFieldTypes.Symbol<infer Values>
    ? EntryFields.Symbol<Values>
    : Field extends EntryFieldTypes.Text<infer Values>
        ? EntryFields.Text<Values>
        : Field extends EntryFieldTypes.Integer<infer Values>
            ? EntryFields.Integer<Values>
            : Field extends EntryFieldTypes.Number<infer Values>
                ? EntryFields.Number<Values>
                : Field extends EntryFieldTypes.Date
                    ? EntryFields.Date
                    : Field extends EntryFieldTypes.Boolean
                        ? EntryFields.Boolean
                        : Field extends EntryFieldTypes.Location
                            ? EntryFields.Location
                            : Field extends EntryFieldTypes.RichText
                                ? EntryFields.RichText
                                : Field extends EntryFieldTypes.Object<infer Data>
                                    ? EntryFields.Object<Data>
                                    : never

Mapping between abstract entry field types with additional type information +and entry field types

+

Type Parameters

diff --git a/contentful/11.0.3/types/BoundingBoxSearchFilterInput.html b/contentful/11.0.3/types/BoundingBoxSearchFilterInput.html new file mode 100644 index 000000000..5536b9ecc --- /dev/null +++ b/contentful/11.0.3/types/BoundingBoxSearchFilterInput.html @@ -0,0 +1 @@ +BoundingBoxSearchFilterInput | contentful.js

Type Alias BoundingBoxSearchFilterInput

BoundingBoxSearchFilterInput: [number, number, number, number]
diff --git a/contentful/11.0.3/types/BoundingCircleSearchFilterInput.html b/contentful/11.0.3/types/BoundingCircleSearchFilterInput.html new file mode 100644 index 000000000..3890079fa --- /dev/null +++ b/contentful/11.0.3/types/BoundingCircleSearchFilterInput.html @@ -0,0 +1 @@ +BoundingCircleSearchFilterInput | contentful.js

Type Alias BoundingCircleSearchFilterInput

BoundingCircleSearchFilterInput: [number, number, number]
diff --git a/contentful/11.0.3/types/BoundingObjectSearchFilter.html b/contentful/11.0.3/types/BoundingObjectSearchFilter.html new file mode 100644 index 000000000..fabacc1b4 --- /dev/null +++ b/contentful/11.0.3/types/BoundingObjectSearchFilter.html @@ -0,0 +1,3 @@ +BoundingObjectSearchFilter | contentful.js

Type Alias BoundingObjectSearchFilter<Fields, Prefix>Internal

BoundingObjectSearchFilter<Fields, Prefix>: BaseLocationFilter<Fields, Types, BoundingCircleSearchFilterInput | BoundingBoxSearchFilterInput, Prefix, "within">

within - location in a bounding object in provided fields

+

Type Parameters

  • Fields
  • Prefix extends string
diff --git a/contentful/11.0.3/types/ChainModifiers.html b/contentful/11.0.3/types/ChainModifiers.html new file mode 100644 index 000000000..6b41431f9 --- /dev/null +++ b/contentful/11.0.3/types/ChainModifiers.html @@ -0,0 +1,2 @@ +ChainModifiers | contentful.js

Type Alias ChainModifiersInternal

ChainModifiers:
    | "WITH_ALL_LOCALES"
    | "WITHOUT_LINK_RESOLUTION"
    | "WITHOUT_UNRESOLVABLE_LINKS"
    | undefined

Client chain modifiers used in all types that depend on the client configuration.

+
diff --git a/contentful/11.0.3/types/ClientLogLevel.html b/contentful/11.0.3/types/ClientLogLevel.html new file mode 100644 index 000000000..cf2fb5a1b --- /dev/null +++ b/contentful/11.0.3/types/ClientLogLevel.html @@ -0,0 +1 @@ +ClientLogLevel | contentful.js

Type Alias ClientLogLevel

ClientLogLevel:
    | "error"
    | "warning"
    | "info"
    | string
diff --git a/contentful/11.0.3/types/ConditionalFixedQueries.html b/contentful/11.0.3/types/ConditionalFixedQueries.html new file mode 100644 index 000000000..75631eaf0 --- /dev/null +++ b/contentful/11.0.3/types/ConditionalFixedQueries.html @@ -0,0 +1 @@ +ConditionalFixedQueries | contentful.js

Type Alias ConditionalFixedQueries<Fields, SupportedTypes, ValueType, Prefix, QueryFilter>

ConditionalFixedQueries<Fields, SupportedTypes, ValueType, Prefix, QueryFilter>: {
    [FieldName in keyof ConditionalPick<Fields, SupportedTypes> as `${Prefix}.${string & FieldName}${QueryFilter}`]?: ValueType
}

Type Parameters

  • Fields extends FieldsType
  • SupportedTypes
  • ValueType
  • Prefix extends string
  • QueryFilter extends string = ""
diff --git a/contentful/11.0.3/types/ConditionalListQueries.html b/contentful/11.0.3/types/ConditionalListQueries.html new file mode 100644 index 000000000..ca73c1647 --- /dev/null +++ b/contentful/11.0.3/types/ConditionalListQueries.html @@ -0,0 +1 @@ +ConditionalListQueries | contentful.js

Type Alias ConditionalListQueries<Fields, SupportedTypes, Prefix, QueryFilter>

ConditionalListQueries<Fields, SupportedTypes, Prefix, QueryFilter>: {
    [FieldName in keyof ConditionalPick<Fields, SupportedTypes> as `${Prefix}.${string & FieldName}${QueryFilter}`]?: NonNullable<BaseOrArrayType<Fields[FieldName]>>[]
}

Type Parameters

  • Fields
  • SupportedTypes
  • Prefix extends string
  • QueryFilter extends string = ""
diff --git a/contentful/11.0.3/types/ContentTypeCollection.html b/contentful/11.0.3/types/ContentTypeCollection.html new file mode 100644 index 000000000..bf078357f --- /dev/null +++ b/contentful/11.0.3/types/ContentTypeCollection.html @@ -0,0 +1,2 @@ +ContentTypeCollection | contentful.js

Type Alias ContentTypeCollection

ContentTypeCollection: ContentfulCollection<ContentType>

Collection of content types

+
diff --git a/contentful/11.0.3/types/ContentTypeFieldType.html b/contentful/11.0.3/types/ContentTypeFieldType.html new file mode 100644 index 000000000..0a026d6e6 --- /dev/null +++ b/contentful/11.0.3/types/ContentTypeFieldType.html @@ -0,0 +1 @@ +ContentTypeFieldType | contentful.js

Type Alias ContentTypeFieldType

ContentTypeFieldType:
    | "Symbol"
    | "Text"
    | "Integer"
    | "Number"
    | "Date"
    | "Boolean"
    | "Location"
    | "Link"
    | "Array"
    | "Object"
    | "RichText"
    | "ResourceLink"
diff --git a/contentful/11.0.3/types/ContentTypeLink.html b/contentful/11.0.3/types/ContentTypeLink.html new file mode 100644 index 000000000..267402c58 --- /dev/null +++ b/contentful/11.0.3/types/ContentTypeLink.html @@ -0,0 +1,2 @@ +ContentTypeLink | contentful.js

Type Alias ContentTypeLink

ContentTypeLink: Link<"ContentType">

Content type link type

+
diff --git a/contentful/11.0.3/types/DeletedAsset.html b/contentful/11.0.3/types/DeletedAsset.html new file mode 100644 index 000000000..ec1261b28 --- /dev/null +++ b/contentful/11.0.3/types/DeletedAsset.html @@ -0,0 +1,2 @@ +DeletedAsset | contentful.js

Type Alias DeletedAsset

DeletedAsset: {
    sys: EntitySys & {
        type: "DeletedAsset";
    };
}

System managed metadata for deleted assets

+
diff --git a/contentful/11.0.3/types/DeletedEntry.html b/contentful/11.0.3/types/DeletedEntry.html new file mode 100644 index 000000000..c7546a616 --- /dev/null +++ b/contentful/11.0.3/types/DeletedEntry.html @@ -0,0 +1,2 @@ +DeletedEntry | contentful.js

Type Alias DeletedEntry

DeletedEntry: {
    sys: EntitySys & {
        type: "DeletedEntry";
    };
}

System managed metadata for deleted entries

+
diff --git a/contentful/11.0.3/types/EntriesQueries.html b/contentful/11.0.3/types/EntriesQueries.html new file mode 100644 index 000000000..fb57974a8 --- /dev/null +++ b/contentful/11.0.3/types/EntriesQueries.html @@ -0,0 +1,4 @@ +EntriesQueries | contentful.js

Type Alias EntriesQueries<EntrySkeleton, Modifiers>

EntriesQueries<EntrySkeleton, Modifiers>: EntryFieldsQueries<EntrySkeleton["fields"]> & EntryContentTypeQuery<EntrySkeleton["contentTypeId"]> | SysQueries<Pick<EntrySys,
    | "createdAt"
    | "updatedAt"
    | "revision"
    | "id"
    | "type">> & MetadataTagsQueries & MetadataConceptsQueries & EntrySelectFilter & EntryOrderFilter & FixedQueryOptions & FixedPagedOptions & FixedLinkOptions & ("WITH_ALL_LOCALES" extends Modifiers
    ? {}
    : LocaleOption)

Search parameters for entry collection methods

+

Type Parameters

  • EntrySkeleton extends EntrySkeletonType

    Shape of an entry used to calculate dynamic keys

    +
  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +
diff --git a/contentful/11.0.3/types/Entry.html b/contentful/11.0.3/types/Entry.html new file mode 100644 index 000000000..b9945ea22 --- /dev/null +++ b/contentful/11.0.3/types/Entry.html @@ -0,0 +1,6 @@ +Entry | contentful.js

Type Alias Entry<EntrySkeleton, Modifiers, Locales>

Entry<EntrySkeleton, Modifiers, Locales>: BaseEntry & {
    fields: ChainModifiers extends Modifiers
        ? {
            [FieldName in keyof EntrySkeleton["fields"]]: {
                [LocaleName in Locales]?: ResolvedField<EntrySkeleton["fields"][FieldName], Modifiers, Locales>
            }
        } | {
            [FieldName in keyof EntrySkeleton["fields"]]: ResolvedField<EntrySkeleton["fields"][FieldName], Modifiers, Locales>
        }
        : "WITH_ALL_LOCALES" extends Modifiers
            ? {
                [FieldName in keyof EntrySkeleton["fields"]]: {
                    [LocaleName in Locales]?: ResolvedField<EntrySkeleton["fields"][FieldName], Modifiers, Locales>
                }
            }
            : {
                [FieldName in keyof EntrySkeleton["fields"]]: ResolvedField<EntrySkeleton["fields"][FieldName], Modifiers, Locales>
            };
    sys: {
        contentType: {
            sys: {
                id: EntrySkeleton["contentTypeId"];
            };
        };
    };
}

Entry represents anything defined as a Content Type in a space

+

Type Parameters

  • EntrySkeleton extends EntrySkeletonType = EntrySkeletonType

    Shape of entry fields used to calculate dynamic keys

    +
  • Modifiers extends ChainModifiers = ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +
  • Locales extends LocaleCode = LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

    +
diff --git a/contentful/11.0.3/types/EntryCollection.html b/contentful/11.0.3/types/EntryCollection.html new file mode 100644 index 000000000..e9d9f953a --- /dev/null +++ b/contentful/11.0.3/types/EntryCollection.html @@ -0,0 +1,6 @@ +EntryCollection | contentful.js

Type Alias EntryCollection<EntrySkeleton, Modifiers, Locales>

EntryCollection<EntrySkeleton, Modifiers, Locales>: ContentfulCollection<Entry<EntrySkeleton, Modifiers, Locales>> & {
    errors?: any[];
    includes?: {
        Asset?: any[];
        Entry?: any[];
    };
}

A collection of entries

+

Type Parameters

  • EntrySkeleton extends EntrySkeletonType

    Shape of entry fields used to calculate dynamic keys

    +
  • Modifiers extends ChainModifiers = ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +
  • Locales extends LocaleCode = LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

    +
diff --git a/contentful/11.0.3/types/EntryContentTypeQuery.html b/contentful/11.0.3/types/EntryContentTypeQuery.html new file mode 100644 index 000000000..57579ca15 --- /dev/null +++ b/contentful/11.0.3/types/EntryContentTypeQuery.html @@ -0,0 +1 @@ +EntryContentTypeQuery | contentful.js

Type Alias EntryContentTypeQuery<T>

EntryContentTypeQuery<T>: {
    content_type: T;
}

Type Parameters

  • T extends string
diff --git a/contentful/11.0.3/types/EntryField.html b/contentful/11.0.3/types/EntryField.html new file mode 100644 index 000000000..c37774e3c --- /dev/null +++ b/contentful/11.0.3/types/EntryField.html @@ -0,0 +1,2 @@ +EntryField | contentful.js

Type Alias EntryField<EntrySkeleton>

All possible values for entry field types

+

Type Parameters

diff --git a/contentful/11.0.3/types/EntryFieldType.html b/contentful/11.0.3/types/EntryFieldType.html new file mode 100644 index 000000000..97666f67f --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldType.html @@ -0,0 +1,2 @@ +EntryFieldType | contentful.js
diff --git a/contentful/11.0.3/types/EntryFieldTypes.Array.html b/contentful/11.0.3/types/EntryFieldTypes.Array.html new file mode 100644 index 000000000..de48a9be1 --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.Array.html @@ -0,0 +1 @@ +Array | contentful.js

Type Alias Array<Item>

Array<Item>: {
    item: Item;
    type: "Array";
}

Type Parameters

diff --git a/contentful/11.0.3/types/EntryFieldTypes.AssetLink.html b/contentful/11.0.3/types/EntryFieldTypes.AssetLink.html new file mode 100644 index 000000000..e98e4266a --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.AssetLink.html @@ -0,0 +1 @@ +AssetLink | contentful.js
AssetLink: {
    type: "AssetLink";
}
diff --git a/contentful/11.0.3/types/EntryFieldTypes.Boolean.html b/contentful/11.0.3/types/EntryFieldTypes.Boolean.html new file mode 100644 index 000000000..0e1ebe4fe --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.Boolean.html @@ -0,0 +1 @@ +Boolean | contentful.js
Boolean: {
    type: "Boolean";
}
diff --git a/contentful/11.0.3/types/EntryFieldTypes.Date.html b/contentful/11.0.3/types/EntryFieldTypes.Date.html new file mode 100644 index 000000000..012d34dea --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.Date.html @@ -0,0 +1 @@ +Date | contentful.js
Date: {
    type: "Date";
}
diff --git a/contentful/11.0.3/types/EntryFieldTypes.EntryLink.html b/contentful/11.0.3/types/EntryFieldTypes.EntryLink.html new file mode 100644 index 000000000..57e3589ba --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.EntryLink.html @@ -0,0 +1 @@ +EntryLink | contentful.js

Type Alias EntryLink<EntrySkeleton>

EntryLink<EntrySkeleton>: {
    entry: EntrySkeleton;
    type: "EntryLink";
}

Type Parameters

diff --git a/contentful/11.0.3/types/EntryFieldTypes.EntryResourceLink.html b/contentful/11.0.3/types/EntryFieldTypes.EntryResourceLink.html new file mode 100644 index 000000000..b9fd70f1a --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.EntryResourceLink.html @@ -0,0 +1 @@ +EntryResourceLink | contentful.js

Type Alias EntryResourceLink<EntrySkeleton>

EntryResourceLink<EntrySkeleton>: {
    entry: EntrySkeleton;
    type: "EntryResourceLink";
}

Type Parameters

diff --git a/contentful/11.0.3/types/EntryFieldTypes.ExternalResourceLink.html b/contentful/11.0.3/types/EntryFieldTypes.ExternalResourceLink.html new file mode 100644 index 000000000..ed1d6a05e --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.ExternalResourceLink.html @@ -0,0 +1 @@ +ExternalResourceLink | contentful.js
ExternalResourceLink: {
    type: "ExternalResourceLink";
}
diff --git a/contentful/11.0.3/types/EntryFieldTypes.Integer.html b/contentful/11.0.3/types/EntryFieldTypes.Integer.html new file mode 100644 index 000000000..ae0960e0d --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.Integer.html @@ -0,0 +1 @@ +Integer | contentful.js

Type Alias Integer<Values>

Integer<Values>: {
    type: "Integer";
    values: Values;
}

Type Parameters

  • Values extends number = number
diff --git a/contentful/11.0.3/types/EntryFieldTypes.Location.html b/contentful/11.0.3/types/EntryFieldTypes.Location.html new file mode 100644 index 000000000..c6b96a23f --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.Location.html @@ -0,0 +1 @@ +Location | contentful.js
Location: {
    type: "Location";
}
diff --git a/contentful/11.0.3/types/EntryFieldTypes.Number.html b/contentful/11.0.3/types/EntryFieldTypes.Number.html new file mode 100644 index 000000000..3603feffa --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.Number.html @@ -0,0 +1 @@ +Number | contentful.js

Type Alias Number<Values>

Number<Values>: {
    type: "Number";
    values: Values;
}

Type Parameters

  • Values extends number = number
diff --git a/contentful/11.0.3/types/EntryFieldTypes.Object.html b/contentful/11.0.3/types/EntryFieldTypes.Object.html new file mode 100644 index 000000000..97b6a4c55 --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.Object.html @@ -0,0 +1 @@ +Object | contentful.js

Type Alias Object<Data>

Object<Data>: {
    data: Data;
    type: "Object";
}

Type Parameters

  • Data extends JsonObject | JsonArray | null = JsonObject | JsonArray | null
diff --git a/contentful/11.0.3/types/EntryFieldTypes.RichText.html b/contentful/11.0.3/types/EntryFieldTypes.RichText.html new file mode 100644 index 000000000..15e8414ef --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.RichText.html @@ -0,0 +1 @@ +RichText | contentful.js
RichText: {
    type: "RichText";
}
diff --git a/contentful/11.0.3/types/EntryFieldTypes.Symbol.html b/contentful/11.0.3/types/EntryFieldTypes.Symbol.html new file mode 100644 index 000000000..0bbbcda85 --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.Symbol.html @@ -0,0 +1 @@ +Symbol | contentful.js

Type Alias Symbol<Values>

Symbol<Values>: {
    type: "Symbol";
    values: Values;
}

Type Parameters

  • Values extends string = string
diff --git a/contentful/11.0.3/types/EntryFieldTypes.Text.html b/contentful/11.0.3/types/EntryFieldTypes.Text.html new file mode 100644 index 000000000..fc309dc9e --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldTypes.Text.html @@ -0,0 +1 @@ +Text | contentful.js

Type Alias Text<Values>

Text<Values>: {
    type: "Text";
    values: Values;
}

Type Parameters

  • Values extends string = string
diff --git a/contentful/11.0.3/types/EntryFields.Array.html b/contentful/11.0.3/types/EntryFields.Array.html new file mode 100644 index 000000000..91f421dc2 --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.Array.html @@ -0,0 +1 @@ +Array | contentful.js
diff --git a/contentful/11.0.3/types/EntryFields.AssetLink.html b/contentful/11.0.3/types/EntryFields.AssetLink.html new file mode 100644 index 000000000..4cfbd94ad --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.AssetLink.html @@ -0,0 +1 @@ +AssetLink | contentful.js
AssetLink: Asset
diff --git a/contentful/11.0.3/types/EntryFields.Boolean.html b/contentful/11.0.3/types/EntryFields.Boolean.html new file mode 100644 index 000000000..42c20db65 --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.Boolean.html @@ -0,0 +1 @@ +Boolean | contentful.js
Boolean: boolean
diff --git a/contentful/11.0.3/types/EntryFields.Date.html b/contentful/11.0.3/types/EntryFields.Date.html new file mode 100644 index 000000000..28f87078c --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.Date.html @@ -0,0 +1 @@ +Date | contentful.js
Date: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/11.0.3/types/EntryFields.EntryLink.html b/contentful/11.0.3/types/EntryFields.EntryLink.html new file mode 100644 index 000000000..f99a37f85 --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.EntryLink.html @@ -0,0 +1 @@ +EntryLink | contentful.js

Type Alias EntryLink<EntrySkeleton>

Type Parameters

diff --git a/contentful/11.0.3/types/EntryFields.Integer.html b/contentful/11.0.3/types/EntryFields.Integer.html new file mode 100644 index 000000000..5ee4fe4ee --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.Integer.html @@ -0,0 +1 @@ +Integer | contentful.js

Type Alias Integer<Values>

Integer<Values>: Values

Type Parameters

  • Values extends number = number
diff --git a/contentful/11.0.3/types/EntryFields.Link.html b/contentful/11.0.3/types/EntryFields.Link.html new file mode 100644 index 000000000..8342f519f --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.Link.html @@ -0,0 +1 @@ +Link | contentful.js

Type Alias Link<EntrySkeleton>

Type Parameters

diff --git a/contentful/11.0.3/types/EntryFields.Location.html b/contentful/11.0.3/types/EntryFields.Location.html new file mode 100644 index 000000000..4bda70239 --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.Location.html @@ -0,0 +1 @@ +Location | contentful.js
Location: {
    lat: number;
    lon: number;
}
diff --git a/contentful/11.0.3/types/EntryFields.Number.html b/contentful/11.0.3/types/EntryFields.Number.html new file mode 100644 index 000000000..eeb0beceb --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.Number.html @@ -0,0 +1 @@ +Number | contentful.js

Type Alias Number<Values>

Number<Values>: Values

Type Parameters

  • Values extends number = number
diff --git a/contentful/11.0.3/types/EntryFields.Object.html b/contentful/11.0.3/types/EntryFields.Object.html new file mode 100644 index 000000000..581133fa3 --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.Object.html @@ -0,0 +1 @@ +Object | contentful.js

Type Alias Object<Data>

Object<Data>: Data

Type Parameters

  • Data extends JsonObject | JsonArray | null = JsonObject | JsonArray | null
diff --git a/contentful/11.0.3/types/EntryFields.RichText.html b/contentful/11.0.3/types/EntryFields.RichText.html new file mode 100644 index 000000000..65ee46147 --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.RichText.html @@ -0,0 +1 @@ +RichText | contentful.js
RichText: RichTextDocument
diff --git a/contentful/11.0.3/types/EntryFields.Symbol.html b/contentful/11.0.3/types/EntryFields.Symbol.html new file mode 100644 index 000000000..ff83153ef --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.Symbol.html @@ -0,0 +1 @@ +Symbol | contentful.js

Type Alias Symbol<Values>

Symbol<Values>: Values

Type Parameters

  • Values extends string = string
diff --git a/contentful/11.0.3/types/EntryFields.Text.html b/contentful/11.0.3/types/EntryFields.Text.html new file mode 100644 index 000000000..dcd6c4ec8 --- /dev/null +++ b/contentful/11.0.3/types/EntryFields.Text.html @@ -0,0 +1 @@ +Text | contentful.js

Type Alias Text<Values>

Text<Values>: Values

Type Parameters

  • Values extends string = string
diff --git a/contentful/11.0.3/types/EntryFieldsEqualityFilter.html b/contentful/11.0.3/types/EntryFieldsEqualityFilter.html new file mode 100644 index 000000000..a24576fce --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldsEqualityFilter.html @@ -0,0 +1,3 @@ +EntryFieldsEqualityFilter | contentful.js

Type Alias EntryFieldsEqualityFilter<Fields, Prefix>Internal

EntryFieldsEqualityFilter<Fields, Prefix>: EntryFieldsConditionalQueries<Fields, SupportedEntryFieldTypes, Prefix, "">

Equality filters in provided fields of an entry - search for exact matches

+

Type Parameters

diff --git a/contentful/11.0.3/types/EntryFieldsExistenceFilter.html b/contentful/11.0.3/types/EntryFieldsExistenceFilter.html new file mode 100644 index 000000000..5a573688c --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldsExistenceFilter.html @@ -0,0 +1,3 @@ +EntryFieldsExistenceFilter | contentful.js

Type Alias EntryFieldsExistenceFilter<Fields, Prefix>Internal

EntryFieldsExistenceFilter<Fields, Prefix>: ConditionalFixedQueries<Fields, EntryFieldType<EntrySkeletonType> | undefined, boolean, Prefix, "[exists]">

Check for existence of provided fields in an entry

+

Type Parameters

diff --git a/contentful/11.0.3/types/EntryFieldsFullTextSearchFilters.html b/contentful/11.0.3/types/EntryFieldsFullTextSearchFilters.html new file mode 100644 index 000000000..9811a9a83 --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldsFullTextSearchFilters.html @@ -0,0 +1,3 @@ +EntryFieldsFullTextSearchFilters | contentful.js

Type Alias EntryFieldsFullTextSearchFilters<Fields, Prefix>Internal

EntryFieldsFullTextSearchFilters<Fields, Prefix>: ConditionalFixedQueries<Fields, SupportedEntryFieldTypes, string, Prefix, "[match]">

match - full text search in provided fields of an entry

+

Type Parameters

diff --git a/contentful/11.0.3/types/EntryFieldsInequalityFilter.html b/contentful/11.0.3/types/EntryFieldsInequalityFilter.html new file mode 100644 index 000000000..7b6b2ee7b --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldsInequalityFilter.html @@ -0,0 +1,3 @@ +EntryFieldsInequalityFilter | contentful.js

Type Alias EntryFieldsInequalityFilter<Fields, Prefix>Internal

EntryFieldsInequalityFilter<Fields, Prefix>: EntryFieldsConditionalQueries<Fields, SupportedEntryFieldTypes, Prefix, "[ne]">

Inequality filters in provided fields of an entry - exclude matching items

+

Type Parameters

diff --git a/contentful/11.0.3/types/EntryFieldsQueries.html b/contentful/11.0.3/types/EntryFieldsQueries.html new file mode 100644 index 000000000..1df25a9bb --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldsQueries.html @@ -0,0 +1,3 @@ +EntryFieldsQueries | contentful.js

Type Alias EntryFieldsQueries<Fields>

EntryFieldsQueries<Fields>:
    | EntrySelectFilterWithFields<Fields>
    | EntryOrderFilterWithFields<Fields>
    | EntryFieldsExistenceFilter<Fields, "fields">
    | EntryFieldsEqualityFilter<Fields, "fields">
    | EntryFieldsInequalityFilter<Fields, "fields">
    | EntryFieldsFullTextSearchFilters<Fields, "fields">
    | EntryFieldsSubsetFilters<Fields, "fields">
    | EntryFieldsSetFilter<Fields, "fields">
    | LocationSearchFilters<Fields, "fields">
    | EntryFieldsRangeFilters<Fields, "fields">
    | ReferenceSearchFilters<Fields, "fields">

All queries applicable to entry fields

+

Type Parameters

  • Fields extends FieldsType

    Shape of entry fields used to calculate dynamic keys

    +
diff --git a/contentful/11.0.3/types/EntryFieldsRangeFilters.html b/contentful/11.0.3/types/EntryFieldsRangeFilters.html new file mode 100644 index 000000000..2ea50fa56 --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldsRangeFilters.html @@ -0,0 +1,3 @@ +EntryFieldsRangeFilters | contentful.js

Type Alias EntryFieldsRangeFilters<Fields, Prefix>Internal

EntryFieldsRangeFilters<Fields, Prefix>: EntryFieldsConditionalQueries<Fields, SupportedEntryFieldTypes, Prefix, `[${RangeFilterTypes}]`>

Range operators appliable to date and number fields in an entry

+

Type Parameters

diff --git a/contentful/11.0.3/types/EntryFieldsSetFilter.html b/contentful/11.0.3/types/EntryFieldsSetFilter.html new file mode 100644 index 000000000..df992206a --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldsSetFilter.html @@ -0,0 +1,3 @@ +EntryFieldsSetFilter | contentful.js

Type Alias EntryFieldsSetFilter<Fields, Prefix>Internal

EntryFieldsSetFilter<Fields, Prefix>: EntryFieldsConditionalListQueries<Fields, SupportedTypes, Prefix, "[all]">

Match multiple values in provided fields of an entry

+

Type Parameters

  • Fields extends Record<string, EntryFieldType<any>>
  • Prefix extends string
diff --git a/contentful/11.0.3/types/EntryFieldsSubsetFilters.html b/contentful/11.0.3/types/EntryFieldsSubsetFilters.html new file mode 100644 index 000000000..596ddf267 --- /dev/null +++ b/contentful/11.0.3/types/EntryFieldsSubsetFilters.html @@ -0,0 +1,6 @@ +EntryFieldsSubsetFilters | contentful.js

Type Alias EntryFieldsSubsetFilters<Fields, Prefix>Internal

EntryFieldsSubsetFilters<Fields, Prefix>: EntryFieldsConditionalListQueries<Fields, SupportedEntryFieldTypes, Prefix, `[${SubsetFilterTypes}]`>

Subset filters for inclusion & exclusion in provided fields of an entry

+

Type Parameters

  • Fields extends Record<string, EntryFieldType<any>>
  • Prefix extends string
diff --git a/contentful/11.0.3/types/EntryLink.html b/contentful/11.0.3/types/EntryLink.html new file mode 100644 index 000000000..304700a54 --- /dev/null +++ b/contentful/11.0.3/types/EntryLink.html @@ -0,0 +1,2 @@ +EntryLink | contentful.js

Type Alias EntryLink

EntryLink: Link<"Entry"> | ResourceLink

Entry link type

+
diff --git a/contentful/11.0.3/types/EntryOrderFilter.html b/contentful/11.0.3/types/EntryOrderFilter.html new file mode 100644 index 000000000..b74a23a8f --- /dev/null +++ b/contentful/11.0.3/types/EntryOrderFilter.html @@ -0,0 +1,3 @@ +EntryOrderFilter | contentful.js

Type Alias EntryOrderFilterInternal

EntryOrderFilter: {
    order?: (OrderFilterPaths<EntrySys, "sys"> | "sys.contentType.sys.id" | "-sys.contentType.sys.id")[];
}

Order in an entry

+
diff --git a/contentful/11.0.3/types/EntryOrderFilterWithFields.html b/contentful/11.0.3/types/EntryOrderFilterWithFields.html new file mode 100644 index 000000000..f8bb8281c --- /dev/null +++ b/contentful/11.0.3/types/EntryOrderFilterWithFields.html @@ -0,0 +1,3 @@ +EntryOrderFilterWithFields | contentful.js

Type Alias EntryOrderFilterWithFields<Fields>Internal

EntryOrderFilterWithFields<Fields>: {
    order?: (
        | `fields.${keyof ConditionalPick<Fields, SupportedEntryFieldTypes> & string}`
        | `-fields.${keyof ConditionalPick<Fields, SupportedEntryFieldTypes> & string}`
        | `fields.${keyof ConditionalPick<Fields, SupportedLinkTypes> & string}.sys.id`
        | `-fields.${keyof ConditionalPick<Fields, SupportedLinkTypes> & string}.sys.id`
        | OrderFilterPaths<EntrySys, "sys">
        | "sys.contentType.sys.id"
        | "-sys.contentType.sys.id")[];
}

Order for provided fields in an entry

+

Type Parameters

diff --git a/contentful/11.0.3/types/EntryQueries.html b/contentful/11.0.3/types/EntryQueries.html new file mode 100644 index 000000000..6d72c9dbe --- /dev/null +++ b/contentful/11.0.3/types/EntryQueries.html @@ -0,0 +1,3 @@ +EntryQueries | contentful.js

Type Alias EntryQueries<Modifiers>

EntryQueries<Modifiers>: Omit<FixedQueryOptions, "query"> & ("WITH_ALL_LOCALES" extends Modifiers
    ? {}
    : LocaleOption)

Search parameters for a single entry methods

+

Type Parameters

  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +
diff --git a/contentful/11.0.3/types/EntrySelectFilter.html b/contentful/11.0.3/types/EntrySelectFilter.html new file mode 100644 index 000000000..118f2ae12 --- /dev/null +++ b/contentful/11.0.3/types/EntrySelectFilter.html @@ -0,0 +1,3 @@ +EntrySelectFilter | contentful.js

Type Alias EntrySelectFilterInternal

EntrySelectFilter: {
    select?: (
        | "sys"
        | "fields"
        | "metadata"
        | SelectFilterPaths<EntrySys, "sys">
        | SelectFilterPaths<Metadata, "metadata">)[];
}

Select fields in an entry

+
diff --git a/contentful/11.0.3/types/EntrySelectFilterWithFields.html b/contentful/11.0.3/types/EntrySelectFilterWithFields.html new file mode 100644 index 000000000..50e9b320e --- /dev/null +++ b/contentful/11.0.3/types/EntrySelectFilterWithFields.html @@ -0,0 +1,3 @@ +EntrySelectFilterWithFields | contentful.js

Type Alias EntrySelectFilterWithFields<Fields>Internal

EntrySelectFilterWithFields<Fields>: {
    select?: (
        | "sys"
        | "fields"
        | "metadata"
        | SelectFilterPaths<EntrySys, "sys">
        | SelectFilterPaths<Fields, "fields">
        | SelectFilterPaths<Metadata, "metadata">)[];
}

Select fields from provided fields in an entry

+

Type Parameters

diff --git a/contentful/11.0.3/types/EntrySkeletonType.html b/contentful/11.0.3/types/EntrySkeletonType.html new file mode 100644 index 000000000..647ef663f --- /dev/null +++ b/contentful/11.0.3/types/EntrySkeletonType.html @@ -0,0 +1 @@ +EntrySkeletonType | contentful.js

Type Alias EntrySkeletonType<Fields, Id>

EntrySkeletonType<Fields, Id>: {
    contentTypeId: Id;
    fields: Fields;
}

Type Parameters

diff --git a/contentful/11.0.3/types/EnvironmentLink.html b/contentful/11.0.3/types/EnvironmentLink.html new file mode 100644 index 000000000..268c286cb --- /dev/null +++ b/contentful/11.0.3/types/EnvironmentLink.html @@ -0,0 +1,2 @@ +EnvironmentLink | contentful.js

Type Alias EnvironmentLink

EnvironmentLink: Link<"Environment">

Environment link type

+
diff --git a/contentful/11.0.3/types/EqualityFilter.html b/contentful/11.0.3/types/EqualityFilter.html new file mode 100644 index 000000000..a3a5a24e3 --- /dev/null +++ b/contentful/11.0.3/types/EqualityFilter.html @@ -0,0 +1,3 @@ +EqualityFilter | contentful.js

Type Alias EqualityFilter<Fields, Prefix>Internal

EqualityFilter<Fields, Prefix>: ConditionalQueries<Fields, SupportedTypes, Prefix, "">

Equality filters in provided fields - search for exact matches

+

Type Parameters

  • Fields
  • Prefix extends string
diff --git a/contentful/11.0.3/types/ExistenceFilter.html b/contentful/11.0.3/types/ExistenceFilter.html new file mode 100644 index 000000000..f0382b7a5 --- /dev/null +++ b/contentful/11.0.3/types/ExistenceFilter.html @@ -0,0 +1,3 @@ +ExistenceFilter | contentful.js

Type Alias ExistenceFilter<Fields, Prefix>Internal

ExistenceFilter<Fields, Prefix>: ConditionalFixedQueries<Fields,
    | EntryField<EntrySkeletonType<Fields>>
    | AssetFile
    | AssetDetails
    | undefined, boolean, Prefix, "[exists]">

Check for existence of provided fields

+

Type Parameters

diff --git a/contentful/11.0.3/types/FieldsType.html b/contentful/11.0.3/types/FieldsType.html new file mode 100644 index 000000000..6b3fa3eaf --- /dev/null +++ b/contentful/11.0.3/types/FieldsType.html @@ -0,0 +1 @@ +FieldsType | contentful.js

Type Alias FieldsType

FieldsType: Record<string, any>
diff --git a/contentful/11.0.3/types/FixedLinkOptions.html b/contentful/11.0.3/types/FixedLinkOptions.html new file mode 100644 index 000000000..b72111ffb --- /dev/null +++ b/contentful/11.0.3/types/FixedLinkOptions.html @@ -0,0 +1 @@ +FixedLinkOptions | contentful.js

Type Alias FixedLinkOptions

FixedLinkOptions: {
    links_to_asset?: string;
    links_to_entry?: string;
}
diff --git a/contentful/11.0.3/types/FixedPagedOptions.html b/contentful/11.0.3/types/FixedPagedOptions.html new file mode 100644 index 000000000..2df8fdcf5 --- /dev/null +++ b/contentful/11.0.3/types/FixedPagedOptions.html @@ -0,0 +1 @@ +FixedPagedOptions | contentful.js

Type Alias FixedPagedOptions

FixedPagedOptions: {
    limit?: number;
    skip?: number;
}
diff --git a/contentful/11.0.3/types/FixedQueryOptions.html b/contentful/11.0.3/types/FixedQueryOptions.html new file mode 100644 index 000000000..45c7d6848 --- /dev/null +++ b/contentful/11.0.3/types/FixedQueryOptions.html @@ -0,0 +1 @@ +FixedQueryOptions | contentful.js

Type Alias FixedQueryOptions

FixedQueryOptions: {
    include?:
        | 0
        | 1
        | 2
        | 3
        | 4
        | 5
        | 6
        | 7
        | 8
        | 9
        | 10;
    query?: string;
}
diff --git a/contentful/11.0.3/types/FullTextSearchFilters.html b/contentful/11.0.3/types/FullTextSearchFilters.html new file mode 100644 index 000000000..12b4f6756 --- /dev/null +++ b/contentful/11.0.3/types/FullTextSearchFilters.html @@ -0,0 +1,3 @@ +FullTextSearchFilters | contentful.js

Type Alias FullTextSearchFilters<Fields, Prefix>Internal

FullTextSearchFilters<Fields, Prefix>: ConditionalFixedQueries<Fields, SupportedTypes, string, Prefix, "[match]">

match - full text search in provided fields

+

Type Parameters

diff --git a/contentful/11.0.3/types/GetGlobalOptions.html b/contentful/11.0.3/types/GetGlobalOptions.html new file mode 100644 index 000000000..7f631decb --- /dev/null +++ b/contentful/11.0.3/types/GetGlobalOptions.html @@ -0,0 +1 @@ +GetGlobalOptions | contentful.js

Type Alias GetGlobalOptions

GetGlobalOptions: ((globalOptions?: GlobalOptionsParams) => Required<GlobalOptionsParams>)
diff --git a/contentful/11.0.3/types/InequalityFilter.html b/contentful/11.0.3/types/InequalityFilter.html new file mode 100644 index 000000000..7b71b26e5 --- /dev/null +++ b/contentful/11.0.3/types/InequalityFilter.html @@ -0,0 +1,3 @@ +InequalityFilter | contentful.js

Type Alias InequalityFilter<Fields, Prefix>Internal

InequalityFilter<Fields, Prefix>: ConditionalQueries<Fields, SupportedTypes, Prefix, "[ne]">

Inequality filters in provided fields - exclude matching items

+

Type Parameters

  • Fields
  • Prefix extends string
diff --git a/contentful/11.0.3/types/LinkType.html b/contentful/11.0.3/types/LinkType.html new file mode 100644 index 000000000..ef4f3d61b --- /dev/null +++ b/contentful/11.0.3/types/LinkType.html @@ -0,0 +1 @@ +LinkType | contentful.js

Type Alias LinkType

LinkType:
    | "Space"
    | "ContentType"
    | "Environment"
    | "Entry"
    | "Tag"
    | "User"
    | "Asset"
    | "TaxonomyConcept"
diff --git a/contentful/11.0.3/types/LocaleCode.html b/contentful/11.0.3/types/LocaleCode.html new file mode 100644 index 000000000..aa7f32d5c --- /dev/null +++ b/contentful/11.0.3/types/LocaleCode.html @@ -0,0 +1 @@ +LocaleCode | contentful.js

Type Alias LocaleCode

LocaleCode: string
diff --git a/contentful/11.0.3/types/LocaleCollection.html b/contentful/11.0.3/types/LocaleCollection.html new file mode 100644 index 000000000..32c6cb935 --- /dev/null +++ b/contentful/11.0.3/types/LocaleCollection.html @@ -0,0 +1,2 @@ +LocaleCollection | contentful.js

Type Alias LocaleCollection

LocaleCollection: ContentfulCollection<Locale>

Collection of locales

+
diff --git a/contentful/11.0.3/types/LocaleOption.html b/contentful/11.0.3/types/LocaleOption.html new file mode 100644 index 000000000..3c66e2aa9 --- /dev/null +++ b/contentful/11.0.3/types/LocaleOption.html @@ -0,0 +1 @@ +LocaleOption | contentful.js

Type Alias LocaleOption

LocaleOption: {
    locale?: string;
}
diff --git a/contentful/11.0.3/types/LocationSearchFilters.html b/contentful/11.0.3/types/LocationSearchFilters.html new file mode 100644 index 000000000..7e945f1e1 --- /dev/null +++ b/contentful/11.0.3/types/LocationSearchFilters.html @@ -0,0 +1,6 @@ +LocationSearchFilters | contentful.js

Type Alias LocationSearchFilters<Fields, Prefix>Internal

Location search

+

Type Parameters

  • Fields
  • Prefix extends string
diff --git a/contentful/11.0.3/types/Metadata.html b/contentful/11.0.3/types/Metadata.html new file mode 100644 index 000000000..8d1c3570b --- /dev/null +++ b/contentful/11.0.3/types/Metadata.html @@ -0,0 +1,2 @@ +Metadata | contentful.js

Type Alias Metadata

Metadata: {
    concepts?: {
        sys: TaxonomyConceptLink;
    }[];
    tags: {
        sys: TagLink;
    }[];
}

User-controlled metadata

+
diff --git a/contentful/11.0.3/types/MetadataConceptsQueries.html b/contentful/11.0.3/types/MetadataConceptsQueries.html new file mode 100644 index 000000000..ba02aa856 --- /dev/null +++ b/contentful/11.0.3/types/MetadataConceptsQueries.html @@ -0,0 +1,2 @@ +MetadataConceptsQueries | contentful.js

Type Alias MetadataConceptsQueries

MetadataConceptsQueries:
    | ConditionalFixedQueries<Pick<Metadata, "concepts">, any, boolean, "metadata", "[exists]">
    | ConditionalListQueries<Pick<TaxonomyConceptLink, "id">, any, "metadata.concepts.sys", "[all]">
    | ConditionalListQueries<Pick<TaxonomyConceptLink, "id">, any, "metadata.concepts.sys", "[in]">
    | ConditionalListQueries<Pick<TaxonomyConceptLink, "id">, any, "metadata.concepts.sys", "[nin]">
    | ConditionalListQueries<{
        descendants: string;
    }, any, "metadata.concepts", "[in]">

All queries applicable to metadata concepts fields

+
diff --git a/contentful/11.0.3/types/MetadataTagsQueries.html b/contentful/11.0.3/types/MetadataTagsQueries.html new file mode 100644 index 000000000..677cd81ef --- /dev/null +++ b/contentful/11.0.3/types/MetadataTagsQueries.html @@ -0,0 +1,2 @@ +MetadataTagsQueries | contentful.js

Type Alias MetadataTagsQueries

MetadataTagsQueries:
    | ConditionalFixedQueries<Pick<Metadata, "tags">, any, boolean, "metadata", "[exists]">
    | ConditionalListQueries<Pick<TagLink, "id">, any, "metadata.tags.sys", "[all]">
    | ConditionalListQueries<Pick<TagLink, "id">, any, "metadata.tags.sys", "[in]">
    | ConditionalListQueries<Pick<TagLink, "id">, any, "metadata.tags.sys", "[nin]">

All queries applicable to metadata tags fields

+
diff --git a/contentful/11.0.3/types/OrderFilterPaths.html b/contentful/11.0.3/types/OrderFilterPaths.html new file mode 100644 index 000000000..3fc4df514 --- /dev/null +++ b/contentful/11.0.3/types/OrderFilterPaths.html @@ -0,0 +1 @@ +OrderFilterPaths | contentful.js

Type Alias OrderFilterPaths<Fields, Prefix>

OrderFilterPaths<Fields, Prefix>: `${Prefix}.${keyof ConditionalPick<Fields, SupportedTypes> & string}` | `-${Prefix}.${keyof ConditionalPick<Fields, SupportedTypes> & string}`

Type Parameters

diff --git a/contentful/11.0.3/types/ProximitySearchFilter.html b/contentful/11.0.3/types/ProximitySearchFilter.html new file mode 100644 index 000000000..6ff181e0a --- /dev/null +++ b/contentful/11.0.3/types/ProximitySearchFilter.html @@ -0,0 +1,3 @@ +ProximitySearchFilter | contentful.js

Type Alias ProximitySearchFilter<Fields, Prefix>Internal

ProximitySearchFilter<Fields, Prefix>: BaseLocationFilter<Fields, Types, ProximitySearchFilterInput, Prefix, "near">

near - location proximity search in provided fields

+

Type Parameters

  • Fields
  • Prefix extends string
diff --git a/contentful/11.0.3/types/ProximitySearchFilterInput.html b/contentful/11.0.3/types/ProximitySearchFilterInput.html new file mode 100644 index 000000000..cbd78736a --- /dev/null +++ b/contentful/11.0.3/types/ProximitySearchFilterInput.html @@ -0,0 +1 @@ +ProximitySearchFilterInput | contentful.js

Type Alias ProximitySearchFilterInput

ProximitySearchFilterInput: [number, number]
diff --git a/contentful/11.0.3/types/RangeFilters.html b/contentful/11.0.3/types/RangeFilters.html new file mode 100644 index 000000000..1430b14fd --- /dev/null +++ b/contentful/11.0.3/types/RangeFilters.html @@ -0,0 +1,3 @@ +RangeFilters | contentful.js

Type Alias RangeFilters<Fields, Prefix>Internal

RangeFilters<Fields, Prefix>: ConditionalQueries<Fields, SupportedTypes, Prefix, `[${RangeFilterTypes}]`>

Range operators appliable to date and number fields

+

Type Parameters

  • Fields
  • Prefix extends string
diff --git a/contentful/11.0.3/types/ReferenceSearchFilters.html b/contentful/11.0.3/types/ReferenceSearchFilters.html new file mode 100644 index 000000000..7fde80e7f --- /dev/null +++ b/contentful/11.0.3/types/ReferenceSearchFilters.html @@ -0,0 +1,3 @@ +ReferenceSearchFilters | contentful.js

Type Alias ReferenceSearchFilters<Fields, Prefix>Internal

ReferenceSearchFilters<Fields, Prefix>: {
    [FieldName in keyof ConditionalPick<Fields, SupportedTypes> as `${Prefix}.${string & FieldName}.${string}`]?: any
}

Search on references in provided fields

+

Type Parameters

  • Fields
  • Prefix extends string
diff --git a/contentful/11.0.3/types/ResolvedAssetLink.html b/contentful/11.0.3/types/ResolvedAssetLink.html new file mode 100644 index 000000000..dfd99a5cf --- /dev/null +++ b/contentful/11.0.3/types/ResolvedAssetLink.html @@ -0,0 +1,7 @@ +ResolvedAssetLink | contentful.js

Type Alias ResolvedAssetLink<Modifiers, Locales>Internal

ResolvedAssetLink<Modifiers, Locales>: ChainModifiers extends Modifiers
    ? Asset<Modifiers, Locales> | UnresolvedLink<"Asset"> | undefined
    : "WITHOUT_LINK_RESOLUTION" extends Modifiers
        ? UnresolvedLink<"Asset">
        : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
            ? Asset<Modifiers, Locales> | undefined
            : Asset<Modifiers, Locales> | UnresolvedLink<"Asset">

A single resolved link to another asset +If the current client configuration includes withoutLinkResolution chain option, +the returned type will not resolve linked entities, but keep them as objects +If the current client configuration includes withoutUnresolvableLinks chain option, +the returned type will not include non-resolvable linked entities

+

Type Parameters

  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +
  • Locales extends LocaleCode
diff --git a/contentful/11.0.3/types/ResolvedEntryLink.html b/contentful/11.0.3/types/ResolvedEntryLink.html new file mode 100644 index 000000000..43f8a0f2f --- /dev/null +++ b/contentful/11.0.3/types/ResolvedEntryLink.html @@ -0,0 +1,9 @@ +ResolvedEntryLink | contentful.js

Type Alias ResolvedEntryLink<Modifiers, Locales, LinkedEntry>Internal

ResolvedEntryLink<Modifiers, Locales, LinkedEntry>: ChainModifiers extends Modifiers
    ? Entry<LinkedEntry, Modifiers, Locales> | UnresolvedLink<"Entry"> | undefined
    : "WITHOUT_LINK_RESOLUTION" extends Modifiers
        ? UnresolvedLink<"Entry">
        : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
            ? Entry<LinkedEntry, Modifiers, Locales> | undefined
            : Entry<LinkedEntry, Modifiers, Locales> | UnresolvedLink<"Entry">

A single resolved link to another entry in the same space +If the current client configuration includes withoutLinkResolution chain option, +the returned type will not resolve linked entities, but keep them as objects +If the current client configuration includes withoutUnresolvableLinks chain option, +the returned type will not include non-resolvable linked entities

+

Type Parameters

  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +
  • Locales extends LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

    +
  • LinkedEntry extends EntrySkeletonType

    Shape of the linked entry used to calculate dynamic keys

    +
diff --git a/contentful/11.0.3/types/ResolvedEntryResourceLink.html b/contentful/11.0.3/types/ResolvedEntryResourceLink.html new file mode 100644 index 000000000..70c8020a6 --- /dev/null +++ b/contentful/11.0.3/types/ResolvedEntryResourceLink.html @@ -0,0 +1,9 @@ +ResolvedEntryResourceLink | contentful.js

Type Alias ResolvedEntryResourceLink<Modifiers, Locales, LinkedEntry>Internal

ResolvedEntryResourceLink<Modifiers, Locales, LinkedEntry>: ChainModifiers extends Modifiers
    ? Entry<LinkedEntry, Modifiers, Locales> | {
        sys: ResourceLink;
    } | undefined
    : "WITHOUT_LINK_RESOLUTION" extends Modifiers
        ? {
            sys: ResourceLink;
        }
        : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
            ? Entry<LinkedEntry, Modifiers, Locales> | undefined
            : Entry<LinkedEntry, Modifiers, Locales> | {
                sys: ResourceLink;
            }

A single resolved reference link to another entry in a different space +If the current client configuration includes withoutLinkResolution chain option, +the returned type will not resolve linked entities, but keep them as objects +If the current client configuration includes withoutUnresolvableLinks chain option, +the returned type will not include non-resolvable linked entities

+

Type Parameters

  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +
  • Locales extends LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

    +
  • LinkedEntry extends EntrySkeletonType

    Shape of the linked entry used to calculate dynamic keys

    +
diff --git a/contentful/11.0.3/types/ResolvedField.html b/contentful/11.0.3/types/ResolvedField.html new file mode 100644 index 000000000..6e52dc6c2 --- /dev/null +++ b/contentful/11.0.3/types/ResolvedField.html @@ -0,0 +1,6 @@ +ResolvedField | contentful.js

Type Alias ResolvedField<Field, Modifiers, Locales>

ResolvedField<Field, Modifiers, Locales>: Field extends EntryFieldTypes.Array<infer Item>
    ? ResolvedLink<Item, Modifiers, Locales>[]
    : ResolvedLink<Field, Modifiers, Locales>

A collection or single resolved link to another resource

+

Type Parameters

  • Field extends EntryFieldType<EntrySkeletonType>

    Shape of an entry used to calculate dynamic keys

    +
  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +
  • Locales extends LocaleCode = LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

    +
diff --git a/contentful/11.0.3/types/ResolvedLink.html b/contentful/11.0.3/types/ResolvedLink.html new file mode 100644 index 000000000..e9070195d --- /dev/null +++ b/contentful/11.0.3/types/ResolvedLink.html @@ -0,0 +1,5 @@ +ResolvedLink | contentful.js

Type Alias ResolvedLink<Field, Modifiers, Locales>Internal

ResolvedLink<Field, Modifiers, Locales>: Field extends EntryFieldTypes.EntryLink<infer LinkedEntry>
    ? ResolvedEntryLink<Modifiers, Locales, LinkedEntry>
    : Field extends EntryResourceLink<infer LinkedEntry>
        ? ResolvedEntryResourceLink<Modifiers, Locales, LinkedEntry>
        : Field extends ExternalResourceLink
            ? {
                sys: ResourceLink<string>;
            }
            : Field extends EntryFieldTypes.AssetLink
                ? ResolvedAssetLink<Modifiers, Locales>
                : BaseFieldMap<Field>

A single resolved link to another resource

+

Type Parameters

  • Field extends EntryFieldType<EntrySkeletonType>

    Shape of an entry used to calculate dynamic keys

    +
  • Modifiers extends ChainModifiers = ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    +
  • Locales extends LocaleCode = LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

    +
diff --git a/contentful/11.0.3/types/SelectFilterPaths.html b/contentful/11.0.3/types/SelectFilterPaths.html new file mode 100644 index 000000000..f82505dd9 --- /dev/null +++ b/contentful/11.0.3/types/SelectFilterPaths.html @@ -0,0 +1 @@ +SelectFilterPaths | contentful.js

Type Alias SelectFilterPaths<Fields, Prefix>

SelectFilterPaths<Fields, Prefix>: `${Prefix}.${keyof Fields & string}`

Type Parameters

diff --git a/contentful/11.0.3/types/SpaceLink.html b/contentful/11.0.3/types/SpaceLink.html new file mode 100644 index 000000000..120017963 --- /dev/null +++ b/contentful/11.0.3/types/SpaceLink.html @@ -0,0 +1,2 @@ +SpaceLink | contentful.js

Type Alias SpaceLink

SpaceLink: Link<"Space">

Space link type

+
diff --git a/contentful/11.0.3/types/SubsetFilters.html b/contentful/11.0.3/types/SubsetFilters.html new file mode 100644 index 000000000..957cffb91 --- /dev/null +++ b/contentful/11.0.3/types/SubsetFilters.html @@ -0,0 +1,6 @@ +SubsetFilters | contentful.js

Type Alias SubsetFilters<Fields, Prefix>Internal

SubsetFilters<Fields, Prefix>: ConditionalListQueries<Fields, SupportedTypes, Prefix, `[${SubsetFilterTypes}]`>

Subset filters for inclusion & exclusion in provided fields

+

Type Parameters

  • Fields
  • Prefix extends string
diff --git a/contentful/11.0.3/types/SupportedEntryFieldTypes.html b/contentful/11.0.3/types/SupportedEntryFieldTypes.html new file mode 100644 index 000000000..dec41d978 --- /dev/null +++ b/contentful/11.0.3/types/SupportedEntryFieldTypes.html @@ -0,0 +1 @@ +SupportedEntryFieldTypes | contentful.js

Type Alias SupportedEntryFieldTypes

SupportedEntryFieldTypes:
    | EntryFieldTypes.Symbol
    | EntryFieldTypes.Integer
    | EntryFieldTypes.Number
    | EntryFieldTypes.Date
    | EntryFieldTypes.Boolean
    | EntryFieldTypes.Location
    | undefined
diff --git a/contentful/11.0.3/types/SupportedLinkTypes.html b/contentful/11.0.3/types/SupportedLinkTypes.html new file mode 100644 index 000000000..d66304927 --- /dev/null +++ b/contentful/11.0.3/types/SupportedLinkTypes.html @@ -0,0 +1 @@ +SupportedLinkTypes | contentful.js

Type Alias SupportedLinkTypes

SupportedLinkTypes: EntryFieldTypes.AssetLink | EntryFieldTypes.EntryLink<any> | undefined
diff --git a/contentful/11.0.3/types/SupportedTypes.html b/contentful/11.0.3/types/SupportedTypes.html new file mode 100644 index 000000000..c23c2dcfb --- /dev/null +++ b/contentful/11.0.3/types/SupportedTypes.html @@ -0,0 +1 @@ +SupportedTypes | contentful.js

Type Alias SupportedTypes

SupportedTypes:
    | EntryFields.Symbol
    | EntryFields.Integer
    | EntryFields.Number
    | EntryFields.Date
    | EntryFields.Boolean
    | EntryFields.Location
    | undefined
diff --git a/contentful/11.0.3/types/SyncEntities.html b/contentful/11.0.3/types/SyncEntities.html new file mode 100644 index 000000000..8d22e82e3 --- /dev/null +++ b/contentful/11.0.3/types/SyncEntities.html @@ -0,0 +1 @@ +SyncEntities | contentful.js

Type Alias SyncEntities

SyncEntities:
    | Entry<EntrySkeletonType>
    | Asset
    | DeletedEntry
    | DeletedAsset
diff --git a/contentful/11.0.3/types/SyncOptions.html b/contentful/11.0.3/types/SyncOptions.html new file mode 100644 index 000000000..6cce283fb --- /dev/null +++ b/contentful/11.0.3/types/SyncOptions.html @@ -0,0 +1,4 @@ +SyncOptions | contentful.js

Type Alias SyncOptions

SyncOptions: {
    paginate?: boolean;
}

Type declaration

  • Optionalpaginate?: boolean
    true
    +
    + +
diff --git a/contentful/11.0.3/types/SyncPageQuery.html b/contentful/11.0.3/types/SyncPageQuery.html new file mode 100644 index 000000000..28468a0a0 --- /dev/null +++ b/contentful/11.0.3/types/SyncPageQuery.html @@ -0,0 +1 @@ +SyncPageQuery | contentful.js

Type Alias SyncPageQuery

SyncPageQuery: SyncQuery & {
    sync_token?: string;
}
diff --git a/contentful/11.0.3/types/SyncPageResponse.html b/contentful/11.0.3/types/SyncPageResponse.html new file mode 100644 index 000000000..cd8b26d58 --- /dev/null +++ b/contentful/11.0.3/types/SyncPageResponse.html @@ -0,0 +1 @@ +SyncPageResponse | contentful.js

Type Alias SyncPageResponse

SyncPageResponse: {
    items: SyncEntities[];
    nextPageToken?: string;
    nextSyncToken?: string;
}
diff --git a/contentful/11.0.3/types/SyncQuery.html b/contentful/11.0.3/types/SyncQuery.html new file mode 100644 index 000000000..72ddf0a47 --- /dev/null +++ b/contentful/11.0.3/types/SyncQuery.html @@ -0,0 +1 @@ +SyncQuery | contentful.js

Type Alias SyncQuery

SyncQuery: {
    initial?: true;
    limit?: number;
    nextPageToken?: string;
    nextSyncToken?: string;
} & ({
    content_type: string;
    type: "Entry";
} | {
    type?:
        | "Asset"
        | "Entry"
        | "Deletion"
        | "DeletedAsset"
        | "DeletedEntry";
})
diff --git a/contentful/11.0.3/types/SyncResponse.html b/contentful/11.0.3/types/SyncResponse.html new file mode 100644 index 000000000..8cf108519 --- /dev/null +++ b/contentful/11.0.3/types/SyncResponse.html @@ -0,0 +1 @@ +SyncResponse | contentful.js

Type Alias SyncResponse

SyncResponse: {
    items: SyncEntities[];
    nextPageUrl?: string;
    nextSyncUrl?: string;
}
diff --git a/contentful/11.0.3/types/SysQueries.html b/contentful/11.0.3/types/SysQueries.html new file mode 100644 index 000000000..509d8438b --- /dev/null +++ b/contentful/11.0.3/types/SysQueries.html @@ -0,0 +1,2 @@ +SysQueries | contentful.js

Type Alias SysQueries<Sys>

SysQueries<Sys>: ExistenceFilter<Sys, "sys"> & EqualityFilter<Sys, "sys"> & InequalityFilter<Sys, "sys"> & SubsetFilters<Sys, "sys"> & RangeFilters<Sys, "sys">

All queries applicable to sys fields

+

Type Parameters

diff --git a/contentful/11.0.3/types/Tag.html b/contentful/11.0.3/types/Tag.html new file mode 100644 index 000000000..d4b94627a --- /dev/null +++ b/contentful/11.0.3/types/Tag.html @@ -0,0 +1,3 @@ +Tag | contentful.js

Type Alias Tag

Tag: {
    name: string;
    sys: TagSys;
}

Properties for a single content tag definition

+
diff --git a/contentful/11.0.3/types/TagCollection.html b/contentful/11.0.3/types/TagCollection.html new file mode 100644 index 000000000..5c80c522a --- /dev/null +++ b/contentful/11.0.3/types/TagCollection.html @@ -0,0 +1,2 @@ +TagCollection | contentful.js

Type Alias TagCollection

TagCollection: ContentfulCollection<Tag>

Collection of tags

+
diff --git a/contentful/11.0.3/types/TagLink.html b/contentful/11.0.3/types/TagLink.html new file mode 100644 index 000000000..be361315f --- /dev/null +++ b/contentful/11.0.3/types/TagLink.html @@ -0,0 +1,2 @@ +TagLink | contentful.js

Type Alias TagLink

TagLink: Link<"Tag">

Tag link type

+
diff --git a/contentful/11.0.3/types/TagNameFilters.html b/contentful/11.0.3/types/TagNameFilters.html new file mode 100644 index 000000000..4a7c29f95 --- /dev/null +++ b/contentful/11.0.3/types/TagNameFilters.html @@ -0,0 +1 @@ +TagNameFilters | contentful.js

Type Alias TagNameFilters

TagNameFilters: {
    name?: string;
    name[exists]?: boolean;
    name[in]?: string[];
    name[match]?: string;
    name[ne]?: string;
    name[nin]?: string[];
}
diff --git a/contentful/11.0.3/types/TagOrderFilter.html b/contentful/11.0.3/types/TagOrderFilter.html new file mode 100644 index 000000000..4311dbd0f --- /dev/null +++ b/contentful/11.0.3/types/TagOrderFilter.html @@ -0,0 +1,3 @@ +TagOrderFilter | contentful.js

Type Alias TagOrderFilterInternal

TagOrderFilter: {
    order?: (OrderFilterPaths<TagSys, "sys"> | "name" | "-name")[];
}

Order in a tag

+
diff --git a/contentful/11.0.3/types/TagQueries.html b/contentful/11.0.3/types/TagQueries.html new file mode 100644 index 000000000..b58583e79 --- /dev/null +++ b/contentful/11.0.3/types/TagQueries.html @@ -0,0 +1,3 @@ +TagQueries | contentful.js

Type Alias TagQueries

TagQueries: TagNameFilters & SysQueries<Pick<TagSys,
    | "createdAt"
    | "updatedAt"
    | "visibility"
    | "id"
    | "type">> & TagOrderFilter & FixedPagedOptions

Search parameters for a tag methods

+

The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

+
diff --git a/contentful/11.0.3/types/TaxonomyConceptLink.html b/contentful/11.0.3/types/TaxonomyConceptLink.html new file mode 100644 index 000000000..147a9bd73 --- /dev/null +++ b/contentful/11.0.3/types/TaxonomyConceptLink.html @@ -0,0 +1,2 @@ +TaxonomyConceptLink | contentful.js

Type Alias TaxonomyConceptLink

TaxonomyConceptLink: Link<"TaxonomyConcept">

Taxonomy Concept link type

+
diff --git a/contentful/11.0.3/types/UnresolvedLink.html b/contentful/11.0.3/types/UnresolvedLink.html new file mode 100644 index 000000000..03e62a98a --- /dev/null +++ b/contentful/11.0.3/types/UnresolvedLink.html @@ -0,0 +1,2 @@ +UnresolvedLink | contentful.js

Type Alias UnresolvedLink<T>

UnresolvedLink<T>: {
    sys: Link<T>;
}

Unresolved link field of a specific link type

+

Type Parameters

diff --git a/contentful/11.0.3/types/UserLink.html b/contentful/11.0.3/types/UserLink.html new file mode 100644 index 000000000..51a48767e --- /dev/null +++ b/contentful/11.0.3/types/UserLink.html @@ -0,0 +1,2 @@ +UserLink | contentful.js

Type Alias UserLink

UserLink: Link<"User">

User link type

+
diff --git a/contentful/latest/assets/navigation.js b/contentful/latest/assets/navigation.js index 80c4667ab..5467983d9 100644 --- a/contentful/latest/assets/navigation.js +++ b/contentful/latest/assets/navigation.js @@ -1 +1 @@ -window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAE62aTW8bNxCG/4vORtMGSYr6ljhxYNROXMttD0EO9O5YYk2R6i6VSijy34P91JI7nBkmuhl+Xz7kUqOZIVef/l942PvF+eKd9dXhUoMp68XZYqv8enG+2LhyZ6B+NhF/WvuNWZwtnrQtF+cvzhbFWpuyArs4/zTCXleVOhwx/rCNIK0hRD3/+bdff3n5/OvZkVLX4K+1fSJJg4mjvXHOgLIUq7dwpLfKA4VpdI7R+rlnG00c7cp6WEFFsXoLR+KWJFnNtSuU147c6sHDsT7sNg/0g3UOjvPx4R8oPMXpHBznThfr++ZPgjR4ONbysHlwhiJ1Do7DrSe9ls9xRLYj7hsClQRawykSQQc6VTLoaSdLCB3vJEmhQ50oMXQwcXJojXdQu11VgJg8HcDOsPdQWWWyJkHG/HCa69DSVMemqQ53qlTV0U6TrjrWqVJWRztV2upop0hdHUmWvtqv/RGlrYfqURVQP2uVCPDyVTz0LXilTZ0m9AYWFPdQMQdro1CMAQpi4kwSIN6oGpYHfBW9Rg2/cNaD9Y87c2E0WP96q1EU4hNinTFQhN8+nDsaBeAmXiheowsxr41x/0E5ZCd8Jwm/cJo2GDh2a8oB/qWMLhW3u4hdOEkqskILCatAeeiC5lZVapMAzmwU9J312h9SixtVBlFRhIoDtBt65WGDEkaVQrw37kGZj9vmA6mJzUF8FDYsyhMOUnnDga5QiVzUSfzg1I6OKoXAu4oJhWghAtByqwr8OVqFHZp6ikEkAQdbMEkvtFCwe7VKraWTyOpSlhdrpe2NK/WjnjcssS5qzLFH63GhLKJ1JbKpcX3R/WMHlZ4m4Qk7Zc6cSTZFPpvn5jB/h9lpavj/dx+gxAem1ngDXpXKK5QyiDKS3kBYsaekXhSRPlYlVJfaeCSaI13Eoz6znE9rCU3UEwubGkREMpyyIilIINMlzbLH/OCsamhrYQwYBQmhDf4btcUgg8Yf4Xe21Hb1xu2XoKpi3W3lld3uZscKyiud50JXhQHxVAm7dLbueDcdnppo7uTmCFL8LBJClWW1/dm1W13DF5gdDEOVZTlb6qZQKHOp91Am4j1hy6Bf6zr1PcddAvbQ/KarIWrKII/HYgI8ejK4WF2IZPYCDAx4KKNzeIeaakIOmmCmmuTaS0MqYYaq6AoNvacQjUzHQyQLaePn0iwfX1dsEpGj02h8HSNn1O/+3Smj/QFPW0ljzgx7XXuwBfBThM6MOS53xjS3T9PEikYS5c+Y78qCdN9ia8YsxDfikNWRTkbcKbsCfoOmtgz6EhJNFObJ4e4e6mEYtezAJ+djeTpUf+xlgPjyn+iPYz2X97f26/jGEycfnaI5qCjNiU+qB58ZsonM4+NW2SxPTa1zNhlEUwNP/KIrZzdNI4ZGUyCzNDpJ5eUlJo3n5e5uf7EtOyo8Yw9lsw39zdqcFOoi3q1aQUkBpwYRsa3qFHFqYImSQvdd1e09+OCeMobGOv8KkC6RuXWx+SCxeBn+L3mJaODClXPCqEgZqSYx1mW8bkNxVqdJX5CSUYGaOHLqEkl6fzT4LpwtYJu8FUnYpPR7teLIEwv7SvdYCm+VX8+Qsc7xbiu315vmlQZxQYCavouMXnSknexLaaJhzOkS7+ARqqZAkEGKu3h27cyX/tiK1c2ZQUpM9nUzQxaR+v1F0iidAT0cBqKURC1PsqJpV4V+lWYGlti8wcGWNQosgTpKZJ0flrvt1lXDLQf2g6wBivvE/KHEpcmjQ8ykeTLWwRbtu1ok7U41CSfRdEwkCaXpzdCblkCUku6g3jpbz/qFWJfwkqsSr4hajXwlqTJ5VNgfAqlVPPherQSj0m1TIApI2Pe//7dg9Ae1SdWzUBWwiPN6qApYiU/mqPCMvbNuc+ibKHyXZhaO+qetiGoQqiyrhgql9P/nxheTX5kcGY8720ZO/Wyqh6xXL2aYxGknphGHnlcvvn7+BoUqBkaYLwAA" \ No newline at end of file +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAA62aTW8bNxCG/4vORtMGSYr6ljhxYNROXMttD0EO9O5YYk2R6i6VSijy34P91JI7nBkmuhl+Xz7kUqOZIVef/l942PvF+eKd9dXhUoMp68XZYqv8enG+2LhyZ6B+NhF/WvuNWZwtnrQtF+cvzhbFWpuyArs4/zTCXleVOhwx/rCNIK0hRD3/+bdff3n5/OvZkVLX4K+1fSJJg4mjvXHOgLIUq7dwpLfKA4VpdI7R+rlnG00c7cp6WEFFsXoLR+KWJFnNtSuU147c6sHDsT7sNg/0g3UOjvPx4R8oPMXpHBznThfr++ZPgjR4ONbysHlwhiJ1Do7DrSe9ls9xRLYj7hsClQRawykSQQc6VTLoaSdLCB3vJEmhQ50oMXQwcXJojXdQu11VgJg8HcDOsPdQWWWyJkHG/HCa69DSVMemqQ53qlTV0U6TrjrWqVJWRztV2upop0hdHUmWvtqv/RGlrYfqURVQP2uVCPDyVTz0LXilTZ0m9AYWFPdQMQdro1CMAQpi4kwSIN6oGpYHfBW9Rg2/cNaD9Y87c2E0WP96q1EU4hNinTFQhN8+nDsaBeAmXiheowsxr41x/0E5ZCd8Jwm/cJo2GDh2a8oB/qWMLhW3u4hdOEkqskILCatAeeiC5lZVapMAzmwU9J312h9SixtVBlFRhIoDtBt65WGDEkaVQrw37kGZj9vmA6mJzUF8FDYsyhMOUnnDga5QiVzUSfzg1I6OKoXAu4oJhWghAtByqwr8OVqFHZp6ikEkAQdbMEkvtFCwe7VKraWTyOpSlhdrpe2NK/WjnjcssS5qzLFH63GhLKJ1JbKpcX3R/WMHlZ4m4Qk7Zc6cSTZFPpvn5jB/h9lpavj/dx+gxAem1ngDXpXKK5QyiDKS3kBYsaekXhSRPlYlVJfaeCSaI13Eoz6znE9rCU3UEwubGkREMpyyIilIINMlzbLH/OCsamhrYQwYBQmhDf4btcUgg8Yf4Xe21Hb1xu2XoKpi3W3lld3uZscKyiud50JXhQHxVAm7dLbueDcdnppo7uTmCFL8LBJClWW1/dm1W13DF5gdDEOVZTlb6qZQKHOp91Am4j1hy6Bf6zr1PcddAvbQ/KarIWrKII/HYgI8ejK4WF2IZPYCDAx4KKNzeIeaakIOmmCmmuTaS0MqYYaq6AoNvacQjUzHQyQLaePn0iwfX1dsEpGj02h8HSNn1O/+3Smj/QFPW0ljzgx7XXuwBfBThM6MOS53xjS3T9PEikYS5c+Y78qCdN9ia8YsxDfikNWRTkbcKbsCfoOmtgz6EhJNFObJ4e4e6mEYtezAJ+djeTpUf+xlgPjyn+iPYz2X97f26/jGEycfnaI5qCjNiU+qB58ZsonM4+NW2SxPTa1zNhlEUwNP/KIrZzdNI4ZGUyCzNDpJ5eUlJo3n5e5uf7EtOyo8Yw9lsw39zdqcFOoi3q1aQUkBpwYRsa3qFHFqYImSQvdd1e09+OCeMobGOv8KkC6RuXWx+SCxeBn+L3mJaODClXPCqEgZqSYx1mW8bkNxVqdJX5CSUYGaOHLqEkl6fzT4LpwtYJu8FUnYpPR7teLIEwv7SvdYCm+VX8+Qsc7xbiu315vmlQZxQYCavouMXnSknexLaaJhzOkS7+ARqqZAkEGKu3h27cyX/tiK1c2ZQUpM9nUzQxaR+v1F0iidAT0cBqKURC1PsqJpV4V+lWYGlti8wcGWNQosgTpKZJ0flrvt1lXDLQf2g6wBivvE/KHEpcmjQ8ykeTLWwRbtu1ok7U41CSfRdEwkCaXpzdCblkCUku6g3jpbz/qFWJfwkqsSr4hajXwlqTJ5VNgfAqlVPPherQSj0m1TIApI2Pe//7dg9Ae1SdWzUBWwiPN6qApYiU/mqPCMvbNuc+ibKHyXZhaO+qetiGoQqiyrhgql9P/nxheTX5kcGY8720ZO/Wyqh6xXL2aYxGknphGHnlcvvn7+BoUqBkaYLwAA" \ No newline at end of file diff --git a/contentful/latest/assets/search.js b/contentful/latest/assets/search.js index 4ee36ed5b..ad43db8f3 100644 --- a/contentful/latest/assets/search.js +++ b/contentful/latest/assets/search.js @@ -1 +1 @@ -window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/contentful/latest/functions/createClient.html b/contentful/latest/functions/createClient.html index 6b16c0a7b..4b56fd5b7 100644 --- a/contentful/latest/functions/createClient.html +++ b/contentful/latest/functions/createClient.html @@ -3,4 +3,4 @@

Returns ContentfulClientApi<undefined>

const contentful = require('contentful')
const client = contentful.createClient({
accessToken: 'myAccessToken',
space: 'mySpaceId'
})
-
+
diff --git a/contentful/latest/functions/createGlobalOptions.html b/contentful/latest/functions/createGlobalOptions.html index 57d36f677..51c4cc533 100644 --- a/contentful/latest/functions/createGlobalOptions.html +++ b/contentful/latest/functions/createGlobalOptions.html @@ -1,3 +1,3 @@ createGlobalOptions | contentful.js

Function createGlobalOptions

+
diff --git a/contentful/latest/interfaces/Asset.html b/contentful/latest/interfaces/Asset.html index 3c474ddca..43bc6efe0 100644 --- a/contentful/latest/interfaces/Asset.html +++ b/contentful/latest/interfaces/Asset.html @@ -2,7 +2,7 @@
interface Asset<Modifiers, Locales> {
    fields: ChainModifiers extends Modifiers
        ? AssetFields | {
            description?: {
                [LocaleName in string]?: string
            };
            file?: {
                [LocaleName in string]?: AssetFile
            };
            title?: {
                [LocaleName in string]?: string
            };
        }
        : "WITH_ALL_LOCALES" extends Modifiers
            ? {
                description?: {
                    [LocaleName in string]?: string
                };
                file?: {
                    [LocaleName in string]?: AssetFile
                };
                title?: {
                    [LocaleName in string]?: string
                };
            }
            : AssetFields;
    metadata: AssetMetadata;
    sys: AssetSys;
}

Type Parameters

  • Modifiers extends ChainModifiers = ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

  • Locales extends LocaleCode = LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for asset field values.

    -

Properties

Properties

Properties

fields: ChainModifiers extends Modifiers
    ? AssetFields | {
        description?: {
            [LocaleName in string]?: string
        };
        file?: {
            [LocaleName in string]?: AssetFile
        };
        title?: {
            [LocaleName in string]?: string
        };
    }
    : "WITH_ALL_LOCALES" extends Modifiers
        ? {
            description?: {
                [LocaleName in string]?: string
            };
            file?: {
                [LocaleName in string]?: AssetFile
            };
            title?: {
                [LocaleName in string]?: string
            };
        }
        : AssetFields
metadata: AssetMetadata
+

Properties

fields: ChainModifiers extends Modifiers
    ? AssetFields | {
        description?: {
            [LocaleName in string]?: string
        };
        file?: {
            [LocaleName in string]?: AssetFile
        };
        title?: {
            [LocaleName in string]?: string
        };
    }
    : "WITH_ALL_LOCALES" extends Modifiers
        ? {
            description?: {
                [LocaleName in string]?: string
            };
            file?: {
                [LocaleName in string]?: AssetFile
            };
            title?: {
                [LocaleName in string]?: string
            };
        }
        : AssetFields
metadata: AssetMetadata
diff --git a/contentful/latest/interfaces/AssetDetails.html b/contentful/latest/interfaces/AssetDetails.html index e6021259f..8fbc51d6b 100644 --- a/contentful/latest/interfaces/AssetDetails.html +++ b/contentful/latest/interfaces/AssetDetails.html @@ -1,3 +1,3 @@ -AssetDetails | contentful.js

Interface AssetDetails

interface AssetDetails {
    image?: {
        height: number;
        width: number;
    };
    size: number;
}

Properties

image? +AssetDetails | contentful.js

Interface AssetDetails

interface AssetDetails {
    image?: {
        height: number;
        width: number;
    };
    size: number;
}

Properties

Properties

image?: {
    height: number;
    width: number;
}
size: number
+

Properties

image?: {
    height: number;
    width: number;
}
size: number
diff --git a/contentful/latest/interfaces/AssetFields.html b/contentful/latest/interfaces/AssetFields.html index fda69efa7..bddbb5c5f 100644 --- a/contentful/latest/interfaces/AssetFields.html +++ b/contentful/latest/interfaces/AssetFields.html @@ -1,4 +1,4 @@ -AssetFields | contentful.js

Interface AssetFields

interface AssetFields {
    description?: string;
    file?: AssetFile;
    title?: string;
}

Properties

description? +AssetFields | contentful.js

Interface AssetFields

interface AssetFields {
    description?: string;
    file?: AssetFile;
    title?: string;
}

Properties

description?: string
file?: AssetFile
title?: string
+

Properties

description?: string
file?: AssetFile
title?: string
diff --git a/contentful/latest/interfaces/AssetFile.html b/contentful/latest/interfaces/AssetFile.html index f52ed3853..8484d57d1 100644 --- a/contentful/latest/interfaces/AssetFile.html +++ b/contentful/latest/interfaces/AssetFile.html @@ -1,5 +1,5 @@ -AssetFile | contentful.js

Interface AssetFile

interface AssetFile {
    contentType: string;
    details: AssetDetails;
    fileName: string;
    url: string;
}

Properties

contentType +AssetFile | contentful.js

Interface AssetFile

interface AssetFile {
    contentType: string;
    details: AssetDetails;
    fileName: string;
    url: string;
}

Properties

contentType: string
details: AssetDetails
fileName: string
url: string
+

Properties

contentType: string
details: AssetDetails
fileName: string
url: string
diff --git a/contentful/latest/interfaces/BaseSys.html b/contentful/latest/interfaces/BaseSys.html index 414236425..9f796a460 100644 --- a/contentful/latest/interfaces/BaseSys.html +++ b/contentful/latest/interfaces/BaseSys.html @@ -1,4 +1,4 @@ BaseSys | contentful.js

Interface BaseSys

Definition of common part of system managed metadata

-
interface BaseSys {
    id: string;
    type: string;
}

Hierarchy (view full)

Properties

id +
interface BaseSys {
    id: string;
    type: string;
}

Hierarchy (view full)

Properties

Properties

id: string
type: string
+

Properties

id: string
type: string
diff --git a/contentful/latest/interfaces/ContentType.html b/contentful/latest/interfaces/ContentType.html index 4a0a64e6e..6ed9de07f 100644 --- a/contentful/latest/interfaces/ContentType.html +++ b/contentful/latest/interfaces/ContentType.html @@ -1,8 +1,8 @@ ContentType | contentful.js

Interface ContentType

Definition of a content type

interface ContentType {
    description: string;
    displayField: string;
    fields: ContentTypeField[];
    name: string;
    sys: ContentTypeSys;
}

Properties

interface ContentType {
    description: string;
    displayField: string;
    fields: ContentTypeField[];
    name: string;
    sys: ContentTypeSys;
}

Properties

description: string
displayField: string
name: string
+

Properties

description: string
displayField: string
name: string
diff --git a/contentful/latest/interfaces/ContentTypeAllowedResources.html b/contentful/latest/interfaces/ContentTypeAllowedResources.html index 5a3b17f27..e83a02ac2 100644 --- a/contentful/latest/interfaces/ContentTypeAllowedResources.html +++ b/contentful/latest/interfaces/ContentTypeAllowedResources.html @@ -1,4 +1,4 @@ -ContentTypeAllowedResources | contentful.js

Interface ContentTypeAllowedResources

interface ContentTypeAllowedResources {
    contentTypes: string[];
    source: string;
    type: string;
}

Properties

contentTypes +ContentTypeAllowedResources | contentful.js

Interface ContentTypeAllowedResources

interface ContentTypeAllowedResources {
    contentTypes: string[];
    source: string;
    type: string;
}

Properties

contentTypes: string[]
source: string
type: string
+

Properties

contentTypes: string[]
source: string
type: string
diff --git a/contentful/latest/interfaces/ContentTypeField.html b/contentful/latest/interfaces/ContentTypeField.html index 5e0973f54..a2ffb4807 100644 --- a/contentful/latest/interfaces/ContentTypeField.html +++ b/contentful/latest/interfaces/ContentTypeField.html @@ -1,6 +1,6 @@ ContentTypeField | contentful.js

Interface ContentTypeField

Definition of a content type field

interface ContentTypeField {
    allowedResources?: ContentTypeAllowedResources[];
    disabled: boolean;
    id: string;
    items?: FieldItem;
    linkType?: string;
    localized: boolean;
    name: string;
    omitted: boolean;
    required: boolean;
    type: ContentTypeFieldType;
    validations: ContentTypeFieldValidation[];
}

Properties

interface ContentTypeField {
    allowedResources?: ContentTypeAllowedResources[];
    disabled: boolean;
    id: string;
    items?: FieldItem;
    linkType?: string;
    localized: boolean;
    name: string;
    omitted: boolean;
    required: boolean;
    type: ContentTypeFieldType;
    validations: ContentTypeFieldValidation[];
}

Properties

allowedResources?: ContentTypeAllowedResources[]
disabled: boolean
id: string
items?: FieldItem
linkType?: string
localized: boolean
name: string
omitted: boolean
required: boolean
+

Properties

allowedResources?: ContentTypeAllowedResources[]
disabled: boolean
id: string
items?: FieldItem
linkType?: string
localized: boolean
name: string
omitted: boolean
required: boolean
diff --git a/contentful/latest/interfaces/ContentTypeFieldValidation.html b/contentful/latest/interfaces/ContentTypeFieldValidation.html index c344a733f..c38da7f35 100644 --- a/contentful/latest/interfaces/ContentTypeFieldValidation.html +++ b/contentful/latest/interfaces/ContentTypeFieldValidation.html @@ -1,6 +1,6 @@ ContentTypeFieldValidation | contentful.js

Interface ContentTypeFieldValidation

Definition of a single validation rule applied to the related content type field

-
interface ContentTypeFieldValidation {
    enabledNodeTypes?: (
        | "document"
        | "paragraph"
        | "heading-1"
        | "heading-2"
        | "heading-3"
        | "heading-4"
        | "heading-5"
        | "heading-6"
        | "ordered-list"
        | "unordered-list"
        | "list-item"
        | "hr"
        | "blockquote"
        | "embedded-entry-block"
        | "embedded-asset-block"
        | "embedded-resource-block"
        | "table"
        | "table-row"
        | "table-cell"
        | "table-header-cell"
        | "asset-hyperlink"
        | "embedded-entry-inline"
        | "embedded-resource-inline"
        | "entry-hyperlink"
        | "hyperlink"
        | "resource-hyperlink")[];
    in?: string[];
    linkContentType?: string[];
    linkMimetypeGroup?: string[];
    message?: null | string;
    nodes?: {
        asset-hyperlink?: Pick<ContentTypeFieldValidation, "size" | "message">[];
        embedded-asset-block?: Pick<ContentTypeFieldValidation, "size" | "message">[];
        embedded-entry-block?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
        embedded-entry-inline?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
        embedded-resource-block?: {
            allowedResources: ContentTypeAllowedResources[];
            validations: Pick<ContentTypeFieldValidation, "size" | "message">[];
        };
        entry-hyperlink?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
    };
    regexp?: {
        pattern: string;
    };
    size?: {
        max?: number;
        min?: number;
    };
    unique?: boolean;
}

Properties

interface ContentTypeFieldValidation {
    enabledNodeTypes?: (
        | "document"
        | "paragraph"
        | "heading-1"
        | "heading-2"
        | "heading-3"
        | "heading-4"
        | "heading-5"
        | "heading-6"
        | "ordered-list"
        | "unordered-list"
        | "list-item"
        | "hr"
        | "blockquote"
        | "embedded-entry-block"
        | "embedded-asset-block"
        | "embedded-resource-block"
        | "table"
        | "table-row"
        | "table-cell"
        | "table-header-cell"
        | "asset-hyperlink"
        | "embedded-entry-inline"
        | "embedded-resource-inline"
        | "entry-hyperlink"
        | "hyperlink"
        | "resource-hyperlink")[];
    in?: string[];
    linkContentType?: string[];
    linkMimetypeGroup?: string[];
    message?: null | string;
    nodes?: {
        asset-hyperlink?: Pick<ContentTypeFieldValidation, "size" | "message">[];
        embedded-asset-block?: Pick<ContentTypeFieldValidation, "size" | "message">[];
        embedded-entry-block?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
        embedded-entry-inline?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
        embedded-resource-block?: {
            allowedResources: ContentTypeAllowedResources[];
            validations: Pick<ContentTypeFieldValidation, "size" | "message">[];
        };
        entry-hyperlink?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
    };
    regexp?: {
        pattern: string;
    };
    size?: {
        max?: number;
        min?: number;
    };
    unique?: boolean;
}

Properties

enabledNodeTypes?: (
    | "document"
    | "paragraph"
    | "heading-1"
    | "heading-2"
    | "heading-3"
    | "heading-4"
    | "heading-5"
    | "heading-6"
    | "ordered-list"
    | "unordered-list"
    | "list-item"
    | "hr"
    | "blockquote"
    | "embedded-entry-block"
    | "embedded-asset-block"
    | "embedded-resource-block"
    | "table"
    | "table-row"
    | "table-cell"
    | "table-header-cell"
    | "asset-hyperlink"
    | "embedded-entry-inline"
    | "embedded-resource-inline"
    | "entry-hyperlink"
    | "hyperlink"
    | "resource-hyperlink")[]
in?: string[]
linkContentType?: string[]
linkMimetypeGroup?: string[]
message?: null | string
nodes?: {
    asset-hyperlink?: Pick<ContentTypeFieldValidation, "size" | "message">[];
    embedded-asset-block?: Pick<ContentTypeFieldValidation, "size" | "message">[];
    embedded-entry-block?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
    embedded-entry-inline?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
    embedded-resource-block?: {
        allowedResources: ContentTypeAllowedResources[];
        validations: Pick<ContentTypeFieldValidation, "size" | "message">[];
    };
    entry-hyperlink?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
}
regexp?: {
    pattern: string;
}
size?: {
    max?: number;
    min?: number;
}
unique?: boolean
+

Properties

enabledNodeTypes?: (
    | "document"
    | "paragraph"
    | "heading-1"
    | "heading-2"
    | "heading-3"
    | "heading-4"
    | "heading-5"
    | "heading-6"
    | "ordered-list"
    | "unordered-list"
    | "list-item"
    | "hr"
    | "blockquote"
    | "embedded-entry-block"
    | "embedded-asset-block"
    | "embedded-resource-block"
    | "table"
    | "table-row"
    | "table-cell"
    | "table-header-cell"
    | "asset-hyperlink"
    | "embedded-entry-inline"
    | "embedded-resource-inline"
    | "entry-hyperlink"
    | "hyperlink"
    | "resource-hyperlink")[]
in?: string[]
linkContentType?: string[]
linkMimetypeGroup?: string[]
message?: null | string
nodes?: {
    asset-hyperlink?: Pick<ContentTypeFieldValidation, "size" | "message">[];
    embedded-asset-block?: Pick<ContentTypeFieldValidation, "size" | "message">[];
    embedded-entry-block?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
    embedded-entry-inline?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
    embedded-resource-block?: {
        allowedResources: ContentTypeAllowedResources[];
        validations: Pick<ContentTypeFieldValidation, "size" | "message">[];
    };
    entry-hyperlink?: Pick<ContentTypeFieldValidation, "size" | "linkContentType" | "message">[];
}
regexp?: {
    pattern: string;
}
size?: {
    max?: number;
    min?: number;
}
unique?: boolean
diff --git a/contentful/latest/interfaces/ContentTypeSys.html b/contentful/latest/interfaces/ContentTypeSys.html index 7c47d0fef..e34c922c7 100644 --- a/contentful/latest/interfaces/ContentTypeSys.html +++ b/contentful/latest/interfaces/ContentTypeSys.html @@ -1,10 +1,10 @@ ContentTypeSys | contentful.js

Interface ContentTypeSys

System managed metadata for content type

interface ContentTypeSys {
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    environment: {
        sys: EnvironmentLink;
    };
    id: string;
    revision: number;
    space: {
        sys: SpaceLink;
    };
    type: string;
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
}

Hierarchy (view full)

Properties

interface ContentTypeSys {
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    environment: {
        sys: EnvironmentLink;
    };
    id: string;
    revision: number;
    space: {
        sys: SpaceLink;
    };
    type: string;
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
}

Hierarchy (view full)

Properties

createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
environment: {
    sys: EnvironmentLink;
}
id: string
revision: number
space: {
    sys: SpaceLink;
}
type: string
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
+

Properties

createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
environment: {
    sys: EnvironmentLink;
}
id: string
revision: number
space: {
    sys: SpaceLink;
}
type: string
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/latest/interfaces/ContentfulClientApi.html b/contentful/latest/interfaces/ContentfulClientApi.html index e50f86975..42ad4d4f5 100644 --- a/contentful/latest/interfaces/ContentfulClientApi.html +++ b/contentful/latest/interfaces/ContentfulClientApi.html @@ -1,6 +1,6 @@ ContentfulClientApi | contentful.js

Interface ContentfulClientApi<Modifiers>

Contentful Delivery API Client. Contains methods which allow access to the different kinds of entities present in Contentful (Entries, Assets, etc).

interface ContentfulClientApi<Modifiers> {
    version: string;
    withAllLocales: "WITH_ALL_LOCALES" extends Modifiers
        ? never
        : ContentfulClientApi<AddChainModifier<Modifiers, "WITH_ALL_LOCALES">>;
    withoutLinkResolution: "WITHOUT_LINK_RESOLUTION" extends Modifiers
        ? never
        : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
            ? never
            : ContentfulClientApi<AddChainModifier<Modifiers, "WITHOUT_LINK_RESOLUTION">>;
    withoutUnresolvableLinks: "WITHOUT_LINK_RESOLUTION" extends Modifiers
        ? never
        : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
            ? never
            : ContentfulClientApi<AddChainModifier<Modifiers, "WITHOUT_UNRESOLVABLE_LINKS">>;
    createAssetKey(expiresAt: number): Promise<AssetKey>;
    getAsset<Locales>(id: string, query?: AssetQueries<Modifiers>): Promise<Asset<Modifiers, Locales>>;
    getAssets<Locales>(query?: AssetsQueries<AssetFields, Modifiers>): Promise<AssetCollection<Modifiers, Locales>>;
    getContentType(id: string): Promise<ContentType>;
    getContentTypes(query?: {
        query?: string;
    }): Promise<ContentTypeCollection>;
    getEntries<EntrySkeleton, Locales>(query?: EntriesQueries<EntrySkeleton, Modifiers>): Promise<EntryCollection<EntrySkeleton, Modifiers, Locales>>;
    getEntry<EntrySkeleton, Locales>(id: string, query?: EntryQueries<Modifiers>): Promise<Entry<EntrySkeleton, Modifiers, Locales>>;
    getLocales(): Promise<LocaleCollection>;
    getSpace(): Promise<Space>;
    getTag(id: string): Promise<Tag>;
    getTags(query?: TagQueries): Promise<TagCollection>;
    parseEntries<EntrySkeleton, Locales>(data: EntryCollection<EntrySkeleton, AddChainModifier<Modifiers, "WITHOUT_LINK_RESOLUTION">, Locales>): EntryCollection<EntrySkeleton, Modifiers, Locales>;
    sync<EntrySkeleton, Modifiers, Locales>(query: SyncQuery, syncOptions?: SyncOptions): Promise<SyncCollection<EntrySkeleton, Modifiers, Locales>>;
}

Type Parameters

  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    -

Properties

Properties

version: string

The current Contentful.js version

-
withAllLocales: "WITH_ALL_LOCALES" extends Modifiers
    ? never
    : ContentfulClientApi<AddChainModifier<Modifiers, "WITH_ALL_LOCALES">>

A client that will fetch assets and entries with all locales. Only available if not already enabled.

-
withoutLinkResolution: "WITHOUT_LINK_RESOLUTION" extends Modifiers
    ? never
    : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
        ? never
        : ContentfulClientApi<AddChainModifier<Modifiers, "WITHOUT_LINK_RESOLUTION">>

A client that will not resolve links in entries. Only available if not already disabled.

-
withoutUnresolvableLinks: "WITHOUT_LINK_RESOLUTION" extends Modifiers
    ? never
    : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
        ? never
        : ContentfulClientApi<AddChainModifier<Modifiers, "WITHOUT_UNRESOLVABLE_LINKS">>

A client that will remove unresolvable links from entries. Only available if not already disabled.

-

Methods

  • Creates an asset key for signing asset URLs (Embargoed Assets)

    +
withAllLocales: "WITH_ALL_LOCALES" extends Modifiers
    ? never
    : ContentfulClientApi<AddChainModifier<Modifiers, "WITH_ALL_LOCALES">>

A client that will fetch assets and entries with all locales. Only available if not already enabled.

+
withoutLinkResolution: "WITHOUT_LINK_RESOLUTION" extends Modifiers
    ? never
    : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
        ? never
        : ContentfulClientApi<AddChainModifier<Modifiers, "WITHOUT_LINK_RESOLUTION">>

A client that will not resolve links in entries. Only available if not already disabled.

+
withoutUnresolvableLinks: "WITHOUT_LINK_RESOLUTION" extends Modifiers
    ? never
    : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers
        ? never
        : ContentfulClientApi<AddChainModifier<Modifiers, "WITHOUT_UNRESOLVABLE_LINKS">>

A client that will remove unresolvable links from entries. Only available if not already disabled.

+

Methods

  • Creates an asset key for signing asset URLs (Embargoed Assets)

    Parameters

    • expiresAt: number

    Returns Promise<AssetKey>

    Promise for an asset key

    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const assetKey = await client.getAssetKey(<UNIX timestamp>)
    console.log(assetKey)
    -
  • Fetches an asset

    Type Parameters

    • Locales extends string = string

      If provided for a client using allLocales modifier, response type defines locale keys for asset field values.

    Parameters

    • id: string
    • Optionalquery: AssetQueries<Modifiers>

      Object with search parameters. In this method it's only useful for locale.

    Returns Promise<Asset<Modifiers, Locales>>

    Promise for an asset

    const contentful = require('contentful')

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const asset = await client.getAsset('<asset_id>')
    console.log(asset)
    -
  • Fetches a collection of assets

    Type Parameters

    • Locales extends string = string

      If provided for a client using allLocales modifier, response type defines locale keys for asset field values.

    Parameters

    Returns Promise<AssetCollection<Modifiers, Locales>>

    Promise for a collection of Assets

    @@ -44,18 +44,18 @@
    const contentful = require('contentful')

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const response = await client.getAssets()
    console.log(response.items)
    -
  • Fetches a content type

    Parameters

    • id: string

      The content type’s ID

    Returns Promise<ContentType>

    Promise for a content type

    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const contentType = await client.getContentType('<content_type_id>')
    console.log(contentType)
    -
  • Fetches a collection of content types

    Parameters

    • Optionalquery: {
          query?: string;
      }
      • Optionalquery?: string

    Returns Promise<ContentTypeCollection>

    Promise for a collection of content types

    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const response = await client.getContentTypes()
    console.log(response.items)
    -
  • Fetches a collection of Entries

    Type Parameters

    • EntrySkeleton extends EntrySkeletonType = EntrySkeletonType

      Shape of entry fields used to calculate dynamic keys

    • Locales extends string = string

      If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

    Parameters

    • Optionalquery: EntriesQueries<EntrySkeleton, Modifiers>

      Object with search parameters

      @@ -67,7 +67,7 @@
      const contentful = require('contentful')

      const client = contentful.createClient({
      space: '<space_id>',
      accessToken: '<content_delivery_api_key>'
      })

      const response = await client.getEntries()
      console.log(response.items)
      -
  • Fetches an entry

    Type Parameters

    • EntrySkeleton extends EntrySkeletonType = EntrySkeletonType

      Shape of entry fields used to calculate dynamic keys

    • Locales extends string = string

      If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

    Parameters

    • id: string

      The entry’s ID

      @@ -76,35 +76,35 @@
  • Fetches a collection of locales

    Returns Promise<LocaleCollection>

    Promise for a collection of locales

    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const response = await client.getLocales()
    console.log(response.items)
    -
  • Fetches the space which the client is currently configured to use

    +
  • Fetches the space which the client is currently configured to use

    Returns Promise<Space>

    Promise for the space

    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const space = await client.getSpace()
    console.log(space)
    -
  • Fetches a tag

    Parameters

    • id: string

      The tag’s ID

    Returns Promise<Tag>

    Promise for a tag

    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const tag = await client.getTag('<asset_id>')
    console.log(tag)
    -
  • Gets a collection of Tags

    Parameters

    Returns Promise<TagCollection>

    Promise for a collection of tags

    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const response = await client.getTags()
    console.log(response.items)
    -
  • Parse raw json data into a collection of entries. objects.Links will be resolved also

    Type Parameters

    • EntrySkeleton extends EntrySkeletonType = EntrySkeletonType

      Shape of entry fields used to calculate dynamic keys

    • Locales extends string = string

      If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

    Parameters

    Returns EntryCollection<EntrySkeleton, Modifiers, Locales>

    const data = {items: [
    {
    sys: {type: 'Entry', locale: 'en-US'},
    fields: {
    animal: {sys: {type: 'Link', linkType: 'Animal', id: 'oink'}},
    anotheranimal: {sys: {type: 'Link', linkType: 'Animal', id: 'middle-parrot'}}
    }
    }
    ],
    includes: {
    Animal: [
    {
    sys: {type: 'Animal', id: 'oink', locale: 'en-US'},
    fields: {
    name: 'Pig',
    friend: {sys: {type: 'Link', linkType: 'Animal', id: 'groundhog'}}
    }
    }
    ]
    }
    }
    console.log( data.items[0].fields.foo ); // undefined
    const parsedData = client.parseEntries(data);
    console.log( parsedData.items[0].fields.foo ); // foo
    -
  • Synchronizes either all the content or only new content since last sync. Important note: The Sync API endpoint does not support include or link resolution. However, contentful.js can do link resolution on the client side for the initial sync. For the delta sync (using nextSyncToken) link resolution is not possible since the sdk won’t have access to all linked entities.

    @@ -119,4 +119,4 @@
    import * as contentful from 'contentful'

    const client = contentful.createClient({
    space: '<space_id>',
    accessToken: '<content_delivery_api_key>'
    })

    const response = await client.sync({
    initial: true
    })
    console.log({
    entries: response.entries,
    assets: response.assets,
    nextSyncToken: response.nextSyncToken
    })
    -
+
diff --git a/contentful/latest/interfaces/ContentfulCollection.html b/contentful/latest/interfaces/ContentfulCollection.html index 820136c08..908218bb0 100644 --- a/contentful/latest/interfaces/ContentfulCollection.html +++ b/contentful/latest/interfaces/ContentfulCollection.html @@ -1,9 +1,9 @@ ContentfulCollection | contentful.js

Interface ContentfulCollection<T>

A wrapper object containing additional information for a collection of Contentful resources

interface ContentfulCollection<T> {
    items: T[];
    limit: number;
    skip: number;
    sys?: EntrySys | AssetSys;
    total: number;
}

Type Parameters

  • T

Properties

interface ContentfulCollection<T> {
    items: T[];
    limit: number;
    skip: number;
    sys?: EntrySys | AssetSys;
    total: number;
}

Type Parameters

  • T

Properties

Properties

items: T[]
limit: number
skip: number
total: number
+

Properties

items: T[]
limit: number
skip: number
total: number
diff --git a/contentful/latest/interfaces/CreateClientParams.html b/contentful/latest/interfaces/CreateClientParams.html index d53a21379..e48706bbb 100644 --- a/contentful/latest/interfaces/CreateClientParams.html +++ b/contentful/latest/interfaces/CreateClientParams.html @@ -1,5 +1,5 @@ CreateClientParams | contentful.js

Interface CreateClientParams

Client initialization parameters

-
interface CreateClientParams {
    accessToken: string;
    adapter?: AxiosAdapter;
    alphaFeatures?: {
        includeContentSourceMaps?: boolean;
    };
    application?: string;
    basePath?: string;
    environment?: string;
    headers?: Record<string, string>;
    host?: string;
    httpAgent?: any;
    httpsAgent?: any;
    includeContentSourceMaps?: boolean;
    insecure?: boolean;
    integration?: string;
    logHandler?: ((level: string, data?: string | Record<string, any>) => void);
    proxy?: false | AxiosProxyConfig;
    requestLogger?: ((request: Error | AxiosRequestConfig<any>) => unknown);
    responseLogger?: ((response: Error | AxiosResponse<any, any>) => unknown);
    retryLimit?: number;
    retryOnError?: boolean;
    space: string;
    timeout?: number;
}

Properties

interface CreateClientParams {
    accessToken: string;
    adapter?: AxiosAdapter;
    alphaFeatures?: {
        includeContentSourceMaps?: boolean;
    };
    application?: string;
    basePath?: string;
    environment?: string;
    headers?: Record<string, string>;
    host?: string;
    httpAgent?: any;
    httpsAgent?: any;
    includeContentSourceMaps?: boolean;
    insecure?: boolean;
    integration?: string;
    logHandler?: ((level: string, data?: string | Record<string, any>) => void);
    proxy?: false | AxiosProxyConfig;
    requestLogger?: ((request: Error | AxiosRequestConfig<any>) => unknown);
    responseLogger?: ((response: Error | AxiosResponse<any, any>) => unknown);
    retryLimit?: number;
    retryOnError?: boolean;
    space: string;
    timeout?: number;
}

Properties

accessToken: string

Contentful CDA Access Token

-
adapter?: AxiosAdapter

Optional axios request adapter (see axios docs )

-
alphaFeatures?: {
    includeContentSourceMaps?: boolean;
}

Enable alpha features.

+
adapter?: AxiosAdapter

Optional axios request adapter (see axios docs )

+
alphaFeatures?: {
    includeContentSourceMaps?: boolean;
}

Enable alpha features.

Type declaration

  • OptionalincludeContentSourceMaps?: boolean

    Use the includeContentSourceMaps option directly instead.

    -
application?: string

Application name and version e.g myApp/version

-
basePath?: string

Path appended to the host to support gateways/proxies with custom urls

-
environment?: string

Contentful Environment ID

+
application?: string

Application name and version e.g myApp/version

+
basePath?: string

Path appended to the host to support gateways/proxies with custom urls

+
environment?: string

Contentful Environment ID

"master"
 
-
headers?: Record<string, string>

Optional additional headers

-
host?: string

API host. Also usable with preview.contentful.com.

+
headers?: Record<string, string>

Optional additional headers

+
host?: string

API host. Also usable with preview.contentful.com.

"cdn.contentful.com"
 
-
httpAgent?: any

Optional Node.js HTTP agent for proxying +

httpAgent?: any

Optional Node.js HTTP agent for proxying (see Node.js docs and https-proxy-agent)

-
httpsAgent?: any

Optional Node.js HTTP agent for proxying +

httpsAgent?: any

Optional Node.js HTTP agent for proxying (see Node.js docs and https-proxy-agent)

-
includeContentSourceMaps?: boolean

Enable Content Source Maps.

+
includeContentSourceMaps?: boolean

Enable Content Source Maps.

This feature is only available when using the Content Preview API.

-
insecure?: boolean

Requests will be made over http instead of the default https

+
insecure?: boolean

Requests will be made over http instead of the default https

true
 
-
integration?: string

Integration name and version e.g react/version

-
logHandler?: ((level: string, data?: string | Record<string, any>) => void)

A log handler function to process given log messages and errors. +

integration?: string

Integration name and version e.g react/version

+
logHandler?: ((level: string, data?: string | Record<string, any>) => void)

A log handler function to process given log messages and errors. (The default can be found at: https://github.com/contentful/contentful-sdk-core/blob/master/src/create-http-client.ts)

Type declaration

    • (level, data?): void
    • Parameters

      • level: string

        Log level, e.g. error, warning, or info

      • Optionaldata: string | Record<string, any>

        Log data

        -

      Returns void

proxy?: false | AxiosProxyConfig

Optional Axios proxy (see axios docs )

-
requestLogger?: ((request: Error | AxiosRequestConfig<any>) => unknown)

Interceptor called on every request. Takes Axios request config as an arg.

-
responseLogger?: ((response: Error | AxiosResponse<any, any>) => unknown)

Interceptor called on every response. Takes Axios response object as an arg.

-
retryLimit?: number

Optional number of retries before failure.

+

Returns void

proxy?: false | AxiosProxyConfig

Optional Axios proxy (see axios docs )

+
requestLogger?: ((request: Error | AxiosRequestConfig<any>) => unknown)

Interceptor called on every request. Takes Axios request config as an arg.

+
responseLogger?: ((response: Error | AxiosResponse<any, any>) => unknown)

Interceptor called on every response. Takes Axios response object as an arg.

+
retryLimit?: number

Optional number of retries before failure.

5
 
-
retryOnError?: boolean

If we should retry on errors and 429 rate limit exceptions

+
retryOnError?: boolean

If we should retry on errors and 429 rate limit exceptions

true
 
-
space: string

Space ID

-
timeout?: number

connection timeout in milliseconds (default:30000)

-
+
space: string

Space ID

+
timeout?: number

connection timeout in milliseconds (default:30000)

+
diff --git a/contentful/latest/interfaces/EntitySys.html b/contentful/latest/interfaces/EntitySys.html index e2f709b78..ad30a3ae3 100644 --- a/contentful/latest/interfaces/EntitySys.html +++ b/contentful/latest/interfaces/EntitySys.html @@ -1,6 +1,6 @@ EntitySys | contentful.js

Interface EntitySys

System managed metadata for entities

interface EntitySys {
    contentSourceMaps?: CPAContentSourceMaps;
    contentSourceMapsLookup?: ContentSourceMapsLookup;
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    environment: {
        sys: EnvironmentLink;
    };
    id: string;
    locale?: string;
    revision: number;
    space: {
        sys: SpaceLink;
    };
    type: string;
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
}

Hierarchy (view full)

Properties

interface EntitySys {
    contentSourceMaps?: CPAContentSourceMaps;
    contentSourceMapsLookup?: ContentSourceMapsLookup;
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    environment: {
        sys: EnvironmentLink;
    };
    id: string;
    locale?: string;
    revision: number;
    space: {
        sys: SpaceLink;
    };
    type: string;
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
}

Hierarchy (view full)

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
environment: {
    sys: EnvironmentLink;
}
id: string
locale?: string
revision: number
space: {
    sys: SpaceLink;
}
type: string
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
+

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
environment: {
    sys: EnvironmentLink;
}
id: string
locale?: string
revision: number
space: {
    sys: SpaceLink;
}
type: string
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/latest/interfaces/EntrySys.html b/contentful/latest/interfaces/EntrySys.html index 1df64adbf..7305f56b4 100644 --- a/contentful/latest/interfaces/EntrySys.html +++ b/contentful/latest/interfaces/EntrySys.html @@ -1,5 +1,5 @@ EntrySys | contentful.js

Interface EntrySys

System managed metadata for entries

-
interface EntrySys {
    contentSourceMaps?: CPAContentSourceMaps;
    contentSourceMapsLookup?: ContentSourceMapsLookup;
    contentType: {
        sys: ContentTypeLink;
    };
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    environment: {
        sys: EnvironmentLink;
    };
    id: string;
    locale?: string;
    revision: number;
    space: {
        sys: SpaceLink;
    };
    type: "Entry";
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
}

Hierarchy (view full)

Properties

interface EntrySys {
    contentSourceMaps?: CPAContentSourceMaps;
    contentSourceMapsLookup?: ContentSourceMapsLookup;
    contentType: {
        sys: ContentTypeLink;
    };
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    environment: {
        sys: EnvironmentLink;
    };
    id: string;
    locale?: string;
    revision: number;
    space: {
        sys: SpaceLink;
    };
    type: "Entry";
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
}

Hierarchy (view full)

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
contentType: {
    sys: ContentTypeLink;
}
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
environment: {
    sys: EnvironmentLink;
}
id: string
locale?: string
revision: number
space: {
    sys: SpaceLink;
}
type: "Entry"
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
+

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
contentType: {
    sys: ContentTypeLink;
}
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
environment: {
    sys: EnvironmentLink;
}
id: string
locale?: string
revision: number
space: {
    sys: SpaceLink;
}
type: "Entry"
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/latest/interfaces/FieldItem.html b/contentful/latest/interfaces/FieldItem.html index 6d7ba6076..6dc085d6f 100644 --- a/contentful/latest/interfaces/FieldItem.html +++ b/contentful/latest/interfaces/FieldItem.html @@ -1,5 +1,5 @@ FieldItem | contentful.js

Interface FieldItem

Definition of an item belonging to the content type field

-
interface FieldItem {
    linkType?: "Entry" | "Asset";
    type: "Link" | "ResourceLink" | "Symbol";
    validations: ContentTypeFieldValidation[];
}

Properties

interface FieldItem {
    linkType?: "Entry" | "Asset";
    type: "Link" | "ResourceLink" | "Symbol";
    validations: ContentTypeFieldValidation[];
}

Properties

linkType?: "Entry" | "Asset"
type: "Link" | "ResourceLink" | "Symbol"
+

Properties

linkType?: "Entry" | "Asset"
type: "Link" | "ResourceLink" | "Symbol"
diff --git a/contentful/latest/interfaces/GlobalOptionsParams.html b/contentful/latest/interfaces/GlobalOptionsParams.html index 371522d74..fb1f0e523 100644 --- a/contentful/latest/interfaces/GlobalOptionsParams.html +++ b/contentful/latest/interfaces/GlobalOptionsParams.html @@ -1,5 +1,5 @@ -GlobalOptionsParams | contentful.js

Interface GlobalOptionsParams

interface GlobalOptionsParams {
    environment?: string;
    environmentBaseUrl?: string;
    space?: string;
    spaceBaseUrl?: string;
}

Properties

environment? +GlobalOptionsParams | contentful.js

Interface GlobalOptionsParams

interface GlobalOptionsParams {
    environment?: string;
    environmentBaseUrl?: string;
    space?: string;
    spaceBaseUrl?: string;
}

Properties

environment?: string
environmentBaseUrl?: string
space?: string
spaceBaseUrl?: string
+

Properties

environment?: string
environmentBaseUrl?: string
space?: string
spaceBaseUrl?: string
diff --git a/contentful/latest/interfaces/Link.html b/contentful/latest/interfaces/Link.html index 93e246ea9..9e310b906 100644 --- a/contentful/latest/interfaces/Link.html +++ b/contentful/latest/interfaces/Link.html @@ -1,5 +1,5 @@ Link | contentful.js

Interface Link<T>

Link definition of a specific link type

-
interface Link<T> {
    id: string;
    linkType: T;
    type: "Link";
}

Type Parameters

Properties

id +
interface Link<T> {
    id: string;
    linkType: T;
    type: "Link";
}

Type Parameters

Properties

Properties

id: string
linkType: T
type: "Link"
+

Properties

id: string
linkType: T
type: "Link"
diff --git a/contentful/latest/interfaces/Locale.html b/contentful/latest/interfaces/Locale.html index 3ebf45693..4c448d92c 100644 --- a/contentful/latest/interfaces/Locale.html +++ b/contentful/latest/interfaces/Locale.html @@ -1,7 +1,7 @@ Locale | contentful.js

Interface Locale

Properties of a single locale definition

-
interface Locale {
    code: string;
    default: boolean;
    fallbackCode: null | string;
    name: string;
    sys: LocaleSys;
}

Properties

interface Locale {
    code: string;
    default: boolean;
    fallbackCode: null | string;
    name: string;
    sys: LocaleSys;
}

Properties

code: string
default: boolean
fallbackCode: null | string
name: string
+

Properties

code: string
default: boolean
fallbackCode: null | string
name: string
diff --git a/contentful/latest/interfaces/LocaleSys.html b/contentful/latest/interfaces/LocaleSys.html index 40802bdd6..de43c405d 100644 --- a/contentful/latest/interfaces/LocaleSys.html +++ b/contentful/latest/interfaces/LocaleSys.html @@ -1,5 +1,5 @@ LocaleSys | contentful.js

Interface LocaleSys

System managed metadata for locale

-
interface LocaleSys {
    id: string;
    type: "Locale";
    version: number;
}

Hierarchy (view full)

Properties

id +
interface LocaleSys {
    id: string;
    type: "Locale";
    version: number;
}

Hierarchy (view full)

Properties

Properties

id: string
type: "Locale"
version: number
+

Properties

id: string
type: "Locale"
version: number
diff --git a/contentful/latest/interfaces/ResourceLink.html b/contentful/latest/interfaces/ResourceLink.html index e649b2f2b..4dd5824d6 100644 --- a/contentful/latest/interfaces/ResourceLink.html +++ b/contentful/latest/interfaces/ResourceLink.html @@ -1,5 +1,5 @@ ResourceLink | contentful.js

Interface ResourceLink<LinkType>

Definition of an external resource link

-
interface ResourceLink<LinkType> {
    linkType: LinkType;
    type: "ResourceLink";
    urn: string;
}

Type Parameters

  • LinkType extends string = "Contentful:Entry"

Properties

interface ResourceLink<LinkType> {
    linkType: LinkType;
    type: "ResourceLink";
    urn: string;
}

Type Parameters

  • LinkType extends string = "Contentful:Entry"

Properties

Properties

linkType: LinkType
type: "ResourceLink"
urn: string
+

Properties

linkType: LinkType
type: "ResourceLink"
urn: string
diff --git a/contentful/latest/interfaces/Space.html b/contentful/latest/interfaces/Space.html index 34d3fc1cb..b4a5a9a56 100644 --- a/contentful/latest/interfaces/Space.html +++ b/contentful/latest/interfaces/Space.html @@ -1,6 +1,6 @@ Space | contentful.js

Interface Space

Properties of a space

interface Space {
    locales: Omit<Locale, "sys">[];
    name: string;
    sys: SpaceSys;
}

Properties

interface Space {
    locales: Omit<Locale, "sys">[];
    name: string;
    sys: SpaceSys;
}

Properties

Properties

locales: Omit<Locale, "sys">[]
name: string
+

Properties

locales: Omit<Locale, "sys">[]
name: string
diff --git a/contentful/latest/interfaces/SpaceSys.html b/contentful/latest/interfaces/SpaceSys.html index a43f0583b..187db6022 100644 --- a/contentful/latest/interfaces/SpaceSys.html +++ b/contentful/latest/interfaces/SpaceSys.html @@ -1,5 +1,5 @@ SpaceSys | contentful.js

Interface SpaceSys

System managed metadata for spaces

interface SpaceSys {
    id: string;
    type: "Space";
}

Hierarchy (view full)

Properties

id +
interface SpaceSys {
    id: string;
    type: "Space";
}

Hierarchy (view full)

Properties

Properties

id: string
type: "Space"
+

Properties

id: string
type: "Space"
diff --git a/contentful/latest/interfaces/SyncCollection.html b/contentful/latest/interfaces/SyncCollection.html index 4703a26dd..4e8b40e80 100644 --- a/contentful/latest/interfaces/SyncCollection.html +++ b/contentful/latest/interfaces/SyncCollection.html @@ -1,7 +1,7 @@ -SyncCollection | contentful.js

Interface SyncCollection<EntrySkeleton, Modifiers, Locales>

interface SyncCollection<EntrySkeleton, Modifiers, Locales> {
    assets: Asset<ChainModifiers extends Modifiers
        ? ChainModifiers<ChainModifiers>
        : "WITH_ALL_LOCALES" | Exclude<Modifiers, undefined>, Locales>[];
    deletedAssets: DeletedAsset[];
    deletedEntries: DeletedEntry[];
    entries: Entry<EntrySkeleton, ChainModifiers extends Modifiers
        ? ChainModifiers<ChainModifiers>
        : "WITH_ALL_LOCALES" | Exclude<Modifiers, undefined>, Locales>[];
    nextPageToken?: string;
    nextSyncToken?: string;
}

Type Parameters

Properties

assets +SyncCollection | contentful.js

Interface SyncCollection<EntrySkeleton, Modifiers, Locales>

interface SyncCollection<EntrySkeleton, Modifiers, Locales> {
    assets: Asset<ChainModifiers extends Modifiers
        ? ChainModifiers<ChainModifiers>
        : "WITH_ALL_LOCALES" | Exclude<Modifiers, undefined>, Locales>[];
    deletedAssets: DeletedAsset[];
    deletedEntries: DeletedEntry[];
    entries: Entry<EntrySkeleton, ChainModifiers extends Modifiers
        ? ChainModifiers<ChainModifiers>
        : "WITH_ALL_LOCALES" | Exclude<Modifiers, undefined>, Locales>[];
    nextPageToken?: string;
    nextSyncToken?: string;
}

Type Parameters

Properties

assets: Asset<ChainModifiers extends Modifiers
    ? ChainModifiers<ChainModifiers>
    : "WITH_ALL_LOCALES" | Exclude<Modifiers, undefined>, Locales>[]
deletedAssets: DeletedAsset[]
deletedEntries: DeletedEntry[]
entries: Entry<EntrySkeleton, ChainModifiers extends Modifiers
    ? ChainModifiers<ChainModifiers>
    : "WITH_ALL_LOCALES" | Exclude<Modifiers, undefined>, Locales>[]
nextPageToken?: string
nextSyncToken?: string
+

Properties

assets: Asset<ChainModifiers extends Modifiers
    ? ChainModifiers<ChainModifiers>
    : "WITH_ALL_LOCALES" | Exclude<Modifiers, undefined>, Locales>[]
deletedAssets: DeletedAsset[]
deletedEntries: DeletedEntry[]
entries: Entry<EntrySkeleton, ChainModifiers extends Modifiers
    ? ChainModifiers<ChainModifiers>
    : "WITH_ALL_LOCALES" | Exclude<Modifiers, undefined>, Locales>[]
nextPageToken?: string
nextSyncToken?: string
diff --git a/contentful/latest/interfaces/TagSys.html b/contentful/latest/interfaces/TagSys.html index 965d60518..adddcf87c 100644 --- a/contentful/latest/interfaces/TagSys.html +++ b/contentful/latest/interfaces/TagSys.html @@ -1,6 +1,6 @@ TagSys | contentful.js

Interface TagSys

System managed metadata for tags

interface TagSys {
    contentSourceMaps?: CPAContentSourceMaps;
    contentSourceMapsLookup?: ContentSourceMapsLookup;
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    createdBy: {
        sys: UserLink;
    };
    environment: {
        sys: EnvironmentLink;
    };
    id: string;
    space: {
        sys: SpaceLink;
    };
    type: string;
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    updatedBy: {
        sys: UserLink;
    };
    version: number;
    visibility: string;
}

Hierarchy

Properties

interface TagSys {
    contentSourceMaps?: CPAContentSourceMaps;
    contentSourceMapsLookup?: ContentSourceMapsLookup;
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    createdBy: {
        sys: UserLink;
    };
    environment: {
        sys: EnvironmentLink;
    };
    id: string;
    space: {
        sys: SpaceLink;
    };
    type: string;
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    updatedBy: {
        sys: UserLink;
    };
    version: number;
    visibility: string;
}

Hierarchy

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
createdBy: {
    sys: UserLink;
}
environment: {
    sys: EnvironmentLink;
}
id: string
space: {
    sys: SpaceLink;
}
type: string
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
updatedBy: {
    sys: UserLink;
}
version: number
visibility: string
+

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
createdBy: {
    sys: UserLink;
}
environment: {
    sys: EnvironmentLink;
}
id: string
space: {
    sys: SpaceLink;
}
type: string
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
updatedBy: {
    sys: UserLink;
}
version: number
visibility: string
diff --git a/contentful/latest/modules/EntryFieldTypes.html b/contentful/latest/modules/EntryFieldTypes.html index ca83474ec..ae6bb05f3 100644 --- a/contentful/latest/modules/EntryFieldTypes.html +++ b/contentful/latest/modules/EntryFieldTypes.html @@ -1,6 +1,6 @@ EntryFieldTypes | contentful.js

Namespace EntryFieldTypes

Definition of abstract entry field types with additional type properties Introduced to properly distinguish all fields to create consistent query types

-

Index

Type Aliases

Index

Type Aliases

Array AssetLink Boolean Date diff --git a/contentful/latest/modules/EntryFields.html b/contentful/latest/modules/EntryFields.html index 70371ac19..58491e98f 100644 --- a/contentful/latest/modules/EntryFields.html +++ b/contentful/latest/modules/EntryFields.html @@ -1,5 +1,5 @@ EntryFields | contentful.js

Namespace EntryFields

Definition of entry fields

-

Index

Type Aliases

Index

Type Aliases

Array AssetLink Boolean Date diff --git a/contentful/latest/types/AddChainModifier.html b/contentful/latest/types/AddChainModifier.html index c345965a5..4f5fd8634 100644 --- a/contentful/latest/types/AddChainModifier.html +++ b/contentful/latest/types/AddChainModifier.html @@ -1,2 +1,2 @@ AddChainModifier | contentful.js

Type Alias AddChainModifier<Modifiers, AddedModifier>Internal

AddChainModifier<Modifiers, AddedModifier>: undefined extends Modifiers
    ? AddedModifier
    : Modifiers | AddedModifier

Adds a modifier to a list of client chain modifiers.

-

Type Parameters

+

Type Parameters

diff --git a/contentful/latest/types/AssetCollection.html b/contentful/latest/types/AssetCollection.html index 149be791f..67c415169 100644 --- a/contentful/latest/types/AssetCollection.html +++ b/contentful/latest/types/AssetCollection.html @@ -2,4 +2,4 @@

Type Parameters

  • Modifiers extends ChainModifiers = ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

  • Locales extends LocaleCode = LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for asset field values.

+
diff --git a/contentful/latest/types/AssetFieldsFileDetailsQueries.html b/contentful/latest/types/AssetFieldsFileDetailsQueries.html index 99144ea58..31cefe73e 100644 --- a/contentful/latest/types/AssetFieldsFileDetailsQueries.html +++ b/contentful/latest/types/AssetFieldsFileDetailsQueries.html @@ -1,3 +1,3 @@ AssetFieldsFileDetailsQueries | contentful.js

Type Alias AssetFieldsFileDetailsQueries

AssetFieldsFileDetailsQueries: ExistenceFilter<Pick<AssetDetails, "size">, "fields.file.details"> & EqualityFilter<Pick<AssetDetails, "size">, "fields.file.details"> & InequalityFilter<Pick<AssetDetails, "size">, "fields.file.details"> & RangeFilters<Pick<AssetDetails, "size">, "fields.file.details"> & SubsetFilters<Pick<AssetDetails, "size">, "fields.file.details">

All queries appliable to asset file details fields

Shape of asset fields used to calculate dynamic keys

-
+
diff --git a/contentful/latest/types/AssetFieldsFileQueries.html b/contentful/latest/types/AssetFieldsFileQueries.html index a2a7bfcce..702e30f81 100644 --- a/contentful/latest/types/AssetFieldsFileQueries.html +++ b/contentful/latest/types/AssetFieldsFileQueries.html @@ -1,3 +1,3 @@ AssetFieldsFileQueries | contentful.js

Type Alias AssetFieldsFileQueries

AssetFieldsFileQueries: ExistenceFilter<AssetFile, "fields.file"> & EqualityFilter<AssetFile, "fields.file"> & InequalityFilter<AssetFile, "fields.file"> & FullTextSearchFilters<AssetFile, "fields.file"> & RangeFilters<AssetFile, "fields.file"> & SubsetFilters<AssetFile, "fields.file">

All queries appliable to asset file fields

Shape of asset fields used to calculate dynamic keys

-
+
diff --git a/contentful/latest/types/AssetFieldsQueries.html b/contentful/latest/types/AssetFieldsQueries.html index 4764cc12f..6ae552b0e 100644 --- a/contentful/latest/types/AssetFieldsQueries.html +++ b/contentful/latest/types/AssetFieldsQueries.html @@ -1,3 +1,3 @@ AssetFieldsQueries | contentful.js

Type Alias AssetFieldsQueries<Fields>

AssetFieldsQueries<Fields>: ExistenceFilter<Fields, "fields"> & EqualityFilter<Fields, "fields"> & InequalityFilter<Fields, "fields"> & FullTextSearchFilters<Fields, "fields"> & AssetSelectFilter<Fields> & AssetOrderFilter & RangeFilters<Fields, "fields"> & SubsetFilters<Fields, "fields">

All queries appliable to asset fields

Type Parameters

  • Fields extends FieldsType

    Shape of asset fields used to calculate dynamic keys

    -
+
diff --git a/contentful/latest/types/AssetKey.html b/contentful/latest/types/AssetKey.html index fa81159fc..1db85beb2 100644 --- a/contentful/latest/types/AssetKey.html +++ b/contentful/latest/types/AssetKey.html @@ -1 +1 @@ -AssetKey | contentful.js

Type Alias AssetKey

AssetKey: {
    policy: string;
    secret: string;
}
+AssetKey | contentful.js

Type Alias AssetKey

AssetKey: {
    policy: string;
    secret: string;
}
diff --git a/contentful/latest/types/AssetLink.html b/contentful/latest/types/AssetLink.html index ab4e50706..5b79c97f3 100644 --- a/contentful/latest/types/AssetLink.html +++ b/contentful/latest/types/AssetLink.html @@ -1,2 +1,2 @@ AssetLink | contentful.js

Type Alias AssetLink

AssetLink: Link<"Asset">

Asset link type

-
+
diff --git a/contentful/latest/types/AssetMetadata.html b/contentful/latest/types/AssetMetadata.html index 44fdf02af..4901585cb 100644 --- a/contentful/latest/types/AssetMetadata.html +++ b/contentful/latest/types/AssetMetadata.html @@ -1 +1 @@ -AssetMetadata | contentful.js

Type Alias AssetMetadata

AssetMetadata: Omit<Metadata, "concepts">
+AssetMetadata | contentful.js

Type Alias AssetMetadata

AssetMetadata: Omit<Metadata, "concepts">
diff --git a/contentful/latest/types/AssetMimeType.html b/contentful/latest/types/AssetMimeType.html index 7763c7513..e209aa842 100644 --- a/contentful/latest/types/AssetMimeType.html +++ b/contentful/latest/types/AssetMimeType.html @@ -1 +1 @@ -AssetMimeType | contentful.js

Type Alias AssetMimeType

AssetMimeType:
    | "attachment"
    | "plaintext"
    | "image"
    | "audio"
    | "video"
    | "richtext"
    | "presentation"
    | "spreadsheet"
    | "pdfdocument"
    | "archive"
    | "code"
    | "markup"
+AssetMimeType | contentful.js

Type Alias AssetMimeType

AssetMimeType:
    | "attachment"
    | "plaintext"
    | "image"
    | "audio"
    | "video"
    | "richtext"
    | "presentation"
    | "spreadsheet"
    | "pdfdocument"
    | "archive"
    | "code"
    | "markup"
diff --git a/contentful/latest/types/AssetOrderFilter.html b/contentful/latest/types/AssetOrderFilter.html index 9ac4746bc..0138bc37d 100644 --- a/contentful/latest/types/AssetOrderFilter.html +++ b/contentful/latest/types/AssetOrderFilter.html @@ -1,3 +1,3 @@ AssetOrderFilter | contentful.js

Type Alias AssetOrderFilterInternal

AssetOrderFilter: {
    order?: (
        | OrderFilterPaths<AssetSys, "sys">
        | "fields.file.contentType"
        | "-fields.file.contentType"
        | "fields.file.fileName"
        | "-fields.file.fileName"
        | "fields.file.url"
        | "-fields.file.url"
        | "fields.file.details.size"
        | "-fields.file.details.size")[];
}

Order in an asset

+
diff --git a/contentful/latest/types/AssetQueries.html b/contentful/latest/types/AssetQueries.html index 4c35c9362..2b94e360d 100644 --- a/contentful/latest/types/AssetQueries.html +++ b/contentful/latest/types/AssetQueries.html @@ -1,3 +1,3 @@ AssetQueries | contentful.js

Type Alias AssetQueries<Modifiers>

AssetQueries<Modifiers>: "WITH_ALL_LOCALES" extends Modifiers
    ? never
    : LocaleOption

Search parameters for a single asset methods

Type Parameters

  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    -
+
diff --git a/contentful/latest/types/AssetSelectFilter.html b/contentful/latest/types/AssetSelectFilter.html index 638936f24..ed62bb414 100644 --- a/contentful/latest/types/AssetSelectFilter.html +++ b/contentful/latest/types/AssetSelectFilter.html @@ -1,3 +1,3 @@ AssetSelectFilter | contentful.js

Type Alias AssetSelectFilter<Fields>Internal

AssetSelectFilter<Fields>: {
    select?: (
        | "sys"
        | SelectFilterPaths<AssetSys, "sys">
        | "fields"
        | SelectFilterPaths<Fields, "fields">
        | "metadata"
        | SelectFilterPaths<AssetMetadata, "metadata">)[];
}

Select fields in an asset

Type Parameters

+
diff --git a/contentful/latest/types/AssetSys.html b/contentful/latest/types/AssetSys.html index 8489d0c68..38b37cfa1 100644 --- a/contentful/latest/types/AssetSys.html +++ b/contentful/latest/types/AssetSys.html @@ -1,2 +1,2 @@ AssetSys | contentful.js

Type Alias AssetSys

AssetSys: EntitySys & {
    type: "Asset";
}

System managed metadata for assets

-
+
diff --git a/contentful/latest/types/AssetsQueries.html b/contentful/latest/types/AssetsQueries.html index 6cf227293..9c61f92dc 100644 --- a/contentful/latest/types/AssetsQueries.html +++ b/contentful/latest/types/AssetsQueries.html @@ -1,4 +1,4 @@ AssetsQueries | contentful.js

Type Alias AssetsQueries<Fields, Modifiers>

AssetsQueries<Fields, Modifiers>: AssetFieldsQueries<Fields> & AssetFieldsFileQueries & AssetFieldsFileDetailsQueries & SysQueries<Pick<AssetSys,
    | "createdAt"
    | "updatedAt"
    | "revision"
    | "id"
    | "type">> & MetadataTagsQueries & FixedQueryOptions & FixedPagedOptions & {
    mimetype_group?: AssetMimeType;
} & ("WITH_ALL_LOCALES" extends Modifiers
    ? {}
    : LocaleOption)

Search parameters for asset collection methods

Type Parameters

  • Fields extends FieldsType
  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

Shape of an asset used to calculate dynamic keys

-
+
diff --git a/contentful/latest/types/BaseEntry.html b/contentful/latest/types/BaseEntry.html index 05971d79f..901cb3881 100644 --- a/contentful/latest/types/BaseEntry.html +++ b/contentful/latest/types/BaseEntry.html @@ -1 +1 @@ -BaseEntry | contentful.js

Type Alias BaseEntry

BaseEntry: {
    metadata: Metadata;
    sys: EntrySys;
}
+BaseEntry | contentful.js

Type Alias BaseEntry

BaseEntry: {
    metadata: Metadata;
    sys: EntrySys;
}
diff --git a/contentful/latest/types/BaseFieldMap.html b/contentful/latest/types/BaseFieldMap.html index 62e81959a..9e76cf3ee 100644 --- a/contentful/latest/types/BaseFieldMap.html +++ b/contentful/latest/types/BaseFieldMap.html @@ -1,3 +1,3 @@ BaseFieldMap | contentful.js

Type Alias BaseFieldMap<Field>

BaseFieldMap<Field>: Field extends EntryFieldTypes.Symbol<infer Values>
    ? EntryFields.Symbol<Values>
    : Field extends EntryFieldTypes.Text<infer Values>
        ? EntryFields.Text<Values>
        : Field extends EntryFieldTypes.Integer<infer Values>
            ? EntryFields.Integer<Values>
            : Field extends EntryFieldTypes.Number<infer Values>
                ? EntryFields.Number<Values>
                : Field extends EntryFieldTypes.Date
                    ? EntryFields.Date
                    : Field extends EntryFieldTypes.Boolean
                        ? EntryFields.Boolean
                        : Field extends EntryFieldTypes.Location
                            ? EntryFields.Location
                            : Field extends EntryFieldTypes.RichText
                                ? EntryFields.RichText
                                : Field extends EntryFieldTypes.Object<infer Data>
                                    ? EntryFields.Object<Data>
                                    : never

Mapping between abstract entry field types with additional type information and entry field types

-

Type Parameters

+

Type Parameters

diff --git a/contentful/latest/types/BoundingBoxSearchFilterInput.html b/contentful/latest/types/BoundingBoxSearchFilterInput.html index b9b6c9f23..5536b9ecc 100644 --- a/contentful/latest/types/BoundingBoxSearchFilterInput.html +++ b/contentful/latest/types/BoundingBoxSearchFilterInput.html @@ -1 +1 @@ -BoundingBoxSearchFilterInput | contentful.js

Type Alias BoundingBoxSearchFilterInput

BoundingBoxSearchFilterInput: [number, number, number, number]
+BoundingBoxSearchFilterInput | contentful.js

Type Alias BoundingBoxSearchFilterInput

BoundingBoxSearchFilterInput: [number, number, number, number]
diff --git a/contentful/latest/types/BoundingCircleSearchFilterInput.html b/contentful/latest/types/BoundingCircleSearchFilterInput.html index 30c592fc1..3890079fa 100644 --- a/contentful/latest/types/BoundingCircleSearchFilterInput.html +++ b/contentful/latest/types/BoundingCircleSearchFilterInput.html @@ -1 +1 @@ -BoundingCircleSearchFilterInput | contentful.js

Type Alias BoundingCircleSearchFilterInput

BoundingCircleSearchFilterInput: [number, number, number]
+BoundingCircleSearchFilterInput | contentful.js

Type Alias BoundingCircleSearchFilterInput

BoundingCircleSearchFilterInput: [number, number, number]
diff --git a/contentful/latest/types/BoundingObjectSearchFilter.html b/contentful/latest/types/BoundingObjectSearchFilter.html index f97216e94..fabacc1b4 100644 --- a/contentful/latest/types/BoundingObjectSearchFilter.html +++ b/contentful/latest/types/BoundingObjectSearchFilter.html @@ -1,3 +1,3 @@ BoundingObjectSearchFilter | contentful.js

Type Alias BoundingObjectSearchFilter<Fields, Prefix>Internal

BoundingObjectSearchFilter<Fields, Prefix>: BaseLocationFilter<Fields, Types, BoundingCircleSearchFilterInput | BoundingBoxSearchFilterInput, Prefix, "within">

within - location in a bounding object in provided fields

Type Parameters

  • Fields
  • Prefix extends string
+
diff --git a/contentful/latest/types/ChainModifiers.html b/contentful/latest/types/ChainModifiers.html index eff0546d4..6b41431f9 100644 --- a/contentful/latest/types/ChainModifiers.html +++ b/contentful/latest/types/ChainModifiers.html @@ -1,2 +1,2 @@ ChainModifiers | contentful.js

Type Alias ChainModifiersInternal

ChainModifiers:
    | "WITH_ALL_LOCALES"
    | "WITHOUT_LINK_RESOLUTION"
    | "WITHOUT_UNRESOLVABLE_LINKS"
    | undefined

Client chain modifiers used in all types that depend on the client configuration.

-
+
diff --git a/contentful/latest/types/ClientLogLevel.html b/contentful/latest/types/ClientLogLevel.html index e3d193c6c..cf2fb5a1b 100644 --- a/contentful/latest/types/ClientLogLevel.html +++ b/contentful/latest/types/ClientLogLevel.html @@ -1 +1 @@ -ClientLogLevel | contentful.js

Type Alias ClientLogLevel

ClientLogLevel:
    | "error"
    | "warning"
    | "info"
    | string
+ClientLogLevel | contentful.js

Type Alias ClientLogLevel

ClientLogLevel:
    | "error"
    | "warning"
    | "info"
    | string
diff --git a/contentful/latest/types/ConditionalFixedQueries.html b/contentful/latest/types/ConditionalFixedQueries.html index a1989f5dd..75631eaf0 100644 --- a/contentful/latest/types/ConditionalFixedQueries.html +++ b/contentful/latest/types/ConditionalFixedQueries.html @@ -1 +1 @@ -ConditionalFixedQueries | contentful.js

Type Alias ConditionalFixedQueries<Fields, SupportedTypes, ValueType, Prefix, QueryFilter>

ConditionalFixedQueries<Fields, SupportedTypes, ValueType, Prefix, QueryFilter>: {
    [FieldName in keyof ConditionalPick<Fields, SupportedTypes> as `${Prefix}.${string & FieldName}${QueryFilter}`]?: ValueType
}

Type Parameters

  • Fields extends FieldsType
  • SupportedTypes
  • ValueType
  • Prefix extends string
  • QueryFilter extends string = ""
+ConditionalFixedQueries | contentful.js

Type Alias ConditionalFixedQueries<Fields, SupportedTypes, ValueType, Prefix, QueryFilter>

ConditionalFixedQueries<Fields, SupportedTypes, ValueType, Prefix, QueryFilter>: {
    [FieldName in keyof ConditionalPick<Fields, SupportedTypes> as `${Prefix}.${string & FieldName}${QueryFilter}`]?: ValueType
}

Type Parameters

  • Fields extends FieldsType
  • SupportedTypes
  • ValueType
  • Prefix extends string
  • QueryFilter extends string = ""
diff --git a/contentful/latest/types/ConditionalListQueries.html b/contentful/latest/types/ConditionalListQueries.html index cabc0c4a3..ca73c1647 100644 --- a/contentful/latest/types/ConditionalListQueries.html +++ b/contentful/latest/types/ConditionalListQueries.html @@ -1 +1 @@ -ConditionalListQueries | contentful.js

Type Alias ConditionalListQueries<Fields, SupportedTypes, Prefix, QueryFilter>

ConditionalListQueries<Fields, SupportedTypes, Prefix, QueryFilter>: {
    [FieldName in keyof ConditionalPick<Fields, SupportedTypes> as `${Prefix}.${string & FieldName}${QueryFilter}`]?: NonNullable<BaseOrArrayType<Fields[FieldName]>>[]
}

Type Parameters

  • Fields
  • SupportedTypes
  • Prefix extends string
  • QueryFilter extends string = ""
+ConditionalListQueries | contentful.js

Type Alias ConditionalListQueries<Fields, SupportedTypes, Prefix, QueryFilter>

ConditionalListQueries<Fields, SupportedTypes, Prefix, QueryFilter>: {
    [FieldName in keyof ConditionalPick<Fields, SupportedTypes> as `${Prefix}.${string & FieldName}${QueryFilter}`]?: NonNullable<BaseOrArrayType<Fields[FieldName]>>[]
}

Type Parameters

  • Fields
  • SupportedTypes
  • Prefix extends string
  • QueryFilter extends string = ""
diff --git a/contentful/latest/types/ContentTypeCollection.html b/contentful/latest/types/ContentTypeCollection.html index 85772f53a..bf078357f 100644 --- a/contentful/latest/types/ContentTypeCollection.html +++ b/contentful/latest/types/ContentTypeCollection.html @@ -1,2 +1,2 @@ ContentTypeCollection | contentful.js

Type Alias ContentTypeCollection

ContentTypeCollection: ContentfulCollection<ContentType>

Collection of content types

-
+
diff --git a/contentful/latest/types/ContentTypeFieldType.html b/contentful/latest/types/ContentTypeFieldType.html index 569f0ef54..0a026d6e6 100644 --- a/contentful/latest/types/ContentTypeFieldType.html +++ b/contentful/latest/types/ContentTypeFieldType.html @@ -1 +1 @@ -ContentTypeFieldType | contentful.js

Type Alias ContentTypeFieldType

ContentTypeFieldType:
    | "Symbol"
    | "Text"
    | "Integer"
    | "Number"
    | "Date"
    | "Boolean"
    | "Location"
    | "Link"
    | "Array"
    | "Object"
    | "RichText"
    | "ResourceLink"
+ContentTypeFieldType | contentful.js

Type Alias ContentTypeFieldType

ContentTypeFieldType:
    | "Symbol"
    | "Text"
    | "Integer"
    | "Number"
    | "Date"
    | "Boolean"
    | "Location"
    | "Link"
    | "Array"
    | "Object"
    | "RichText"
    | "ResourceLink"
diff --git a/contentful/latest/types/ContentTypeLink.html b/contentful/latest/types/ContentTypeLink.html index 03731e4cf..267402c58 100644 --- a/contentful/latest/types/ContentTypeLink.html +++ b/contentful/latest/types/ContentTypeLink.html @@ -1,2 +1,2 @@ ContentTypeLink | contentful.js

Type Alias ContentTypeLink

ContentTypeLink: Link<"ContentType">

Content type link type

-
+
diff --git a/contentful/latest/types/DeletedAsset.html b/contentful/latest/types/DeletedAsset.html index 58ef3de7b..ec1261b28 100644 --- a/contentful/latest/types/DeletedAsset.html +++ b/contentful/latest/types/DeletedAsset.html @@ -1,2 +1,2 @@ DeletedAsset | contentful.js

Type Alias DeletedAsset

DeletedAsset: {
    sys: EntitySys & {
        type: "DeletedAsset";
    };
}

System managed metadata for deleted assets

-
+
diff --git a/contentful/latest/types/DeletedEntry.html b/contentful/latest/types/DeletedEntry.html index 8d596a711..c7546a616 100644 --- a/contentful/latest/types/DeletedEntry.html +++ b/contentful/latest/types/DeletedEntry.html @@ -1,2 +1,2 @@ DeletedEntry | contentful.js

Type Alias DeletedEntry

DeletedEntry: {
    sys: EntitySys & {
        type: "DeletedEntry";
    };
}

System managed metadata for deleted entries

-
+
diff --git a/contentful/latest/types/EntriesQueries.html b/contentful/latest/types/EntriesQueries.html index 5cd2d84a5..fb57974a8 100644 --- a/contentful/latest/types/EntriesQueries.html +++ b/contentful/latest/types/EntriesQueries.html @@ -1,4 +1,4 @@ EntriesQueries | contentful.js

Type Alias EntriesQueries<EntrySkeleton, Modifiers>

EntriesQueries<EntrySkeleton, Modifiers>: EntryFieldsQueries<EntrySkeleton["fields"]> & EntryContentTypeQuery<EntrySkeleton["contentTypeId"]> | SysQueries<Pick<EntrySys,
    | "createdAt"
    | "updatedAt"
    | "revision"
    | "id"
    | "type">> & MetadataTagsQueries & MetadataConceptsQueries & EntrySelectFilter & EntryOrderFilter & FixedQueryOptions & FixedPagedOptions & FixedLinkOptions & ("WITH_ALL_LOCALES" extends Modifiers
    ? {}
    : LocaleOption)

Search parameters for entry collection methods

Type Parameters

  • EntrySkeleton extends EntrySkeletonType

    Shape of an entry used to calculate dynamic keys

  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    -
+
diff --git a/contentful/latest/types/Entry.html b/contentful/latest/types/Entry.html index 3aa3aff78..b9945ea22 100644 --- a/contentful/latest/types/Entry.html +++ b/contentful/latest/types/Entry.html @@ -3,4 +3,4 @@
  • Modifiers extends ChainModifiers = ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

  • Locales extends LocaleCode = LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

  • +
    diff --git a/contentful/latest/types/EntryCollection.html b/contentful/latest/types/EntryCollection.html index 30e5d056b..e9d9f953a 100644 --- a/contentful/latest/types/EntryCollection.html +++ b/contentful/latest/types/EntryCollection.html @@ -3,4 +3,4 @@
  • Modifiers extends ChainModifiers = ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

  • Locales extends LocaleCode = LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

  • +
    diff --git a/contentful/latest/types/EntryContentTypeQuery.html b/contentful/latest/types/EntryContentTypeQuery.html index 929194192..57579ca15 100644 --- a/contentful/latest/types/EntryContentTypeQuery.html +++ b/contentful/latest/types/EntryContentTypeQuery.html @@ -1 +1 @@ -EntryContentTypeQuery | contentful.js

    Type Alias EntryContentTypeQuery<T>

    EntryContentTypeQuery<T>: {
        content_type: T;
    }

    Type Parameters

    • T extends string
    +EntryContentTypeQuery | contentful.js

    Type Alias EntryContentTypeQuery<T>

    EntryContentTypeQuery<T>: {
        content_type: T;
    }

    Type Parameters

    • T extends string
    diff --git a/contentful/latest/types/EntryField.html b/contentful/latest/types/EntryField.html index 77f30d6ec..c37774e3c 100644 --- a/contentful/latest/types/EntryField.html +++ b/contentful/latest/types/EntryField.html @@ -1,2 +1,2 @@ EntryField | contentful.js

    Type Alias EntryField<EntrySkeleton>

    All possible values for entry field types

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/contentful/latest/types/EntryFieldType.html b/contentful/latest/types/EntryFieldType.html index a6c2a60fa..97666f67f 100644 --- a/contentful/latest/types/EntryFieldType.html +++ b/contentful/latest/types/EntryFieldType.html @@ -1,2 +1,2 @@ EntryFieldType | contentful.js
    +

    Type Parameters

    diff --git a/contentful/latest/types/EntryFieldTypes.Array.html b/contentful/latest/types/EntryFieldTypes.Array.html index d477cadb4..de48a9be1 100644 --- a/contentful/latest/types/EntryFieldTypes.Array.html +++ b/contentful/latest/types/EntryFieldTypes.Array.html @@ -1 +1 @@ -Array | contentful.js

    Type Alias Array<Item>

    Array<Item>: {
        item: Item;
        type: "Array";
    }

    Type Parameters

    +Array | contentful.js

    Type Alias Array<Item>

    Array<Item>: {
        item: Item;
        type: "Array";
    }

    Type Parameters

    diff --git a/contentful/latest/types/EntryFieldTypes.AssetLink.html b/contentful/latest/types/EntryFieldTypes.AssetLink.html index 7e136cbd1..e98e4266a 100644 --- a/contentful/latest/types/EntryFieldTypes.AssetLink.html +++ b/contentful/latest/types/EntryFieldTypes.AssetLink.html @@ -1 +1 @@ -AssetLink | contentful.js
    AssetLink: {
        type: "AssetLink";
    }
    +AssetLink | contentful.js
    AssetLink: {
        type: "AssetLink";
    }
    diff --git a/contentful/latest/types/EntryFieldTypes.Boolean.html b/contentful/latest/types/EntryFieldTypes.Boolean.html index 49528c82b..0e1ebe4fe 100644 --- a/contentful/latest/types/EntryFieldTypes.Boolean.html +++ b/contentful/latest/types/EntryFieldTypes.Boolean.html @@ -1 +1 @@ -Boolean | contentful.js
    Boolean: {
        type: "Boolean";
    }
    +Boolean | contentful.js
    Boolean: {
        type: "Boolean";
    }
    diff --git a/contentful/latest/types/EntryFieldTypes.Date.html b/contentful/latest/types/EntryFieldTypes.Date.html index 082be9d40..012d34dea 100644 --- a/contentful/latest/types/EntryFieldTypes.Date.html +++ b/contentful/latest/types/EntryFieldTypes.Date.html @@ -1 +1 @@ -Date | contentful.js
    Date: {
        type: "Date";
    }
    +Date | contentful.js
    Date: {
        type: "Date";
    }
    diff --git a/contentful/latest/types/EntryFieldTypes.EntryLink.html b/contentful/latest/types/EntryFieldTypes.EntryLink.html index d7496eac2..57e3589ba 100644 --- a/contentful/latest/types/EntryFieldTypes.EntryLink.html +++ b/contentful/latest/types/EntryFieldTypes.EntryLink.html @@ -1 +1 @@ -EntryLink | contentful.js

    Type Alias EntryLink<EntrySkeleton>

    EntryLink<EntrySkeleton>: {
        entry: EntrySkeleton;
        type: "EntryLink";
    }

    Type Parameters

    +EntryLink | contentful.js

    Type Alias EntryLink<EntrySkeleton>

    EntryLink<EntrySkeleton>: {
        entry: EntrySkeleton;
        type: "EntryLink";
    }

    Type Parameters

    diff --git a/contentful/latest/types/EntryFieldTypes.EntryResourceLink.html b/contentful/latest/types/EntryFieldTypes.EntryResourceLink.html index d1a167831..b9fd70f1a 100644 --- a/contentful/latest/types/EntryFieldTypes.EntryResourceLink.html +++ b/contentful/latest/types/EntryFieldTypes.EntryResourceLink.html @@ -1 +1 @@ -EntryResourceLink | contentful.js

    Type Alias EntryResourceLink<EntrySkeleton>

    EntryResourceLink<EntrySkeleton>: {
        entry: EntrySkeleton;
        type: "EntryResourceLink";
    }

    Type Parameters

    +EntryResourceLink | contentful.js

    Type Alias EntryResourceLink<EntrySkeleton>

    EntryResourceLink<EntrySkeleton>: {
        entry: EntrySkeleton;
        type: "EntryResourceLink";
    }

    Type Parameters

    diff --git a/contentful/latest/types/EntryFieldTypes.ExternalResourceLink.html b/contentful/latest/types/EntryFieldTypes.ExternalResourceLink.html index 3386e483b..ed1d6a05e 100644 --- a/contentful/latest/types/EntryFieldTypes.ExternalResourceLink.html +++ b/contentful/latest/types/EntryFieldTypes.ExternalResourceLink.html @@ -1 +1 @@ -ExternalResourceLink | contentful.js
    ExternalResourceLink: {
        type: "ExternalResourceLink";
    }
    +ExternalResourceLink | contentful.js
    ExternalResourceLink: {
        type: "ExternalResourceLink";
    }
    diff --git a/contentful/latest/types/EntryFieldTypes.Integer.html b/contentful/latest/types/EntryFieldTypes.Integer.html index 8202cd7cf..ae0960e0d 100644 --- a/contentful/latest/types/EntryFieldTypes.Integer.html +++ b/contentful/latest/types/EntryFieldTypes.Integer.html @@ -1 +1 @@ -Integer | contentful.js

    Type Alias Integer<Values>

    Integer<Values>: {
        type: "Integer";
        values: Values;
    }

    Type Parameters

    • Values extends number = number
    +Integer | contentful.js

    Type Alias Integer<Values>

    Integer<Values>: {
        type: "Integer";
        values: Values;
    }

    Type Parameters

    • Values extends number = number
    diff --git a/contentful/latest/types/EntryFieldTypes.Location.html b/contentful/latest/types/EntryFieldTypes.Location.html index a6c1f03b3..c6b96a23f 100644 --- a/contentful/latest/types/EntryFieldTypes.Location.html +++ b/contentful/latest/types/EntryFieldTypes.Location.html @@ -1 +1 @@ -Location | contentful.js
    Location: {
        type: "Location";
    }
    +Location | contentful.js
    Location: {
        type: "Location";
    }
    diff --git a/contentful/latest/types/EntryFieldTypes.Number.html b/contentful/latest/types/EntryFieldTypes.Number.html index 0241959c9..3603feffa 100644 --- a/contentful/latest/types/EntryFieldTypes.Number.html +++ b/contentful/latest/types/EntryFieldTypes.Number.html @@ -1 +1 @@ -Number | contentful.js

    Type Alias Number<Values>

    Number<Values>: {
        type: "Number";
        values: Values;
    }

    Type Parameters

    • Values extends number = number
    +Number | contentful.js

    Type Alias Number<Values>

    Number<Values>: {
        type: "Number";
        values: Values;
    }

    Type Parameters

    • Values extends number = number
    diff --git a/contentful/latest/types/EntryFieldTypes.Object.html b/contentful/latest/types/EntryFieldTypes.Object.html index 7b99659e4..97b6a4c55 100644 --- a/contentful/latest/types/EntryFieldTypes.Object.html +++ b/contentful/latest/types/EntryFieldTypes.Object.html @@ -1 +1 @@ -Object | contentful.js

    Type Alias Object<Data>

    Object<Data>: {
        data: Data;
        type: "Object";
    }

    Type Parameters

    • Data extends JsonObject | JsonArray | null = JsonObject | JsonArray | null
    +Object | contentful.js

    Type Alias Object<Data>

    Object<Data>: {
        data: Data;
        type: "Object";
    }

    Type Parameters

    • Data extends JsonObject | JsonArray | null = JsonObject | JsonArray | null
    diff --git a/contentful/latest/types/EntryFieldTypes.RichText.html b/contentful/latest/types/EntryFieldTypes.RichText.html index b9703f5a9..15e8414ef 100644 --- a/contentful/latest/types/EntryFieldTypes.RichText.html +++ b/contentful/latest/types/EntryFieldTypes.RichText.html @@ -1 +1 @@ -RichText | contentful.js
    RichText: {
        type: "RichText";
    }
    +RichText | contentful.js
    RichText: {
        type: "RichText";
    }
    diff --git a/contentful/latest/types/EntryFieldTypes.Symbol.html b/contentful/latest/types/EntryFieldTypes.Symbol.html index a896b8b7c..0bbbcda85 100644 --- a/contentful/latest/types/EntryFieldTypes.Symbol.html +++ b/contentful/latest/types/EntryFieldTypes.Symbol.html @@ -1 +1 @@ -Symbol | contentful.js

    Type Alias Symbol<Values>

    Symbol<Values>: {
        type: "Symbol";
        values: Values;
    }

    Type Parameters

    • Values extends string = string
    +Symbol | contentful.js

    Type Alias Symbol<Values>

    Symbol<Values>: {
        type: "Symbol";
        values: Values;
    }

    Type Parameters

    • Values extends string = string
    diff --git a/contentful/latest/types/EntryFieldTypes.Text.html b/contentful/latest/types/EntryFieldTypes.Text.html index 8b8cfdb6e..fc309dc9e 100644 --- a/contentful/latest/types/EntryFieldTypes.Text.html +++ b/contentful/latest/types/EntryFieldTypes.Text.html @@ -1 +1 @@ -Text | contentful.js

    Type Alias Text<Values>

    Text<Values>: {
        type: "Text";
        values: Values;
    }

    Type Parameters

    • Values extends string = string
    +Text | contentful.js

    Type Alias Text<Values>

    Text<Values>: {
        type: "Text";
        values: Values;
    }

    Type Parameters

    • Values extends string = string
    diff --git a/contentful/latest/types/EntryFields.Array.html b/contentful/latest/types/EntryFields.Array.html index e5b11b3e0..91f421dc2 100644 --- a/contentful/latest/types/EntryFields.Array.html +++ b/contentful/latest/types/EntryFields.Array.html @@ -1 +1 @@ -Array | contentful.js
    +Array | contentful.js
    diff --git a/contentful/latest/types/EntryFields.AssetLink.html b/contentful/latest/types/EntryFields.AssetLink.html index 133746e83..4cfbd94ad 100644 --- a/contentful/latest/types/EntryFields.AssetLink.html +++ b/contentful/latest/types/EntryFields.AssetLink.html @@ -1 +1 @@ -AssetLink | contentful.js
    AssetLink: Asset
    +AssetLink | contentful.js
    AssetLink: Asset
    diff --git a/contentful/latest/types/EntryFields.Boolean.html b/contentful/latest/types/EntryFields.Boolean.html index 91fc15dce..42c20db65 100644 --- a/contentful/latest/types/EntryFields.Boolean.html +++ b/contentful/latest/types/EntryFields.Boolean.html @@ -1 +1 @@ -Boolean | contentful.js
    Boolean: boolean
    +Boolean | contentful.js
    Boolean: boolean
    diff --git a/contentful/latest/types/EntryFields.Date.html b/contentful/latest/types/EntryFields.Date.html index 6d461076b..28f87078c 100644 --- a/contentful/latest/types/EntryFields.Date.html +++ b/contentful/latest/types/EntryFields.Date.html @@ -1 +1 @@ -Date | contentful.js
    Date: `${number}-${number}-${number}T${number}:${number}:${number}Z`
    +Date | contentful.js
    Date: `${number}-${number}-${number}T${number}:${number}:${number}Z`
    diff --git a/contentful/latest/types/EntryFields.EntryLink.html b/contentful/latest/types/EntryFields.EntryLink.html index d221873e0..f99a37f85 100644 --- a/contentful/latest/types/EntryFields.EntryLink.html +++ b/contentful/latest/types/EntryFields.EntryLink.html @@ -1 +1 @@ -EntryLink | contentful.js

    Type Alias EntryLink<EntrySkeleton>

    Type Parameters

    +EntryLink | contentful.js

    Type Alias EntryLink<EntrySkeleton>

    Type Parameters

    diff --git a/contentful/latest/types/EntryFields.Integer.html b/contentful/latest/types/EntryFields.Integer.html index ae2a74a92..5ee4fe4ee 100644 --- a/contentful/latest/types/EntryFields.Integer.html +++ b/contentful/latest/types/EntryFields.Integer.html @@ -1 +1 @@ -Integer | contentful.js

    Type Alias Integer<Values>

    Integer<Values>: Values

    Type Parameters

    • Values extends number = number
    +Integer | contentful.js

    Type Alias Integer<Values>

    Integer<Values>: Values

    Type Parameters

    • Values extends number = number
    diff --git a/contentful/latest/types/EntryFields.Link.html b/contentful/latest/types/EntryFields.Link.html index 2b10a7ce4..8342f519f 100644 --- a/contentful/latest/types/EntryFields.Link.html +++ b/contentful/latest/types/EntryFields.Link.html @@ -1 +1 @@ -Link | contentful.js

    Type Alias Link<EntrySkeleton>

    Type Parameters

    +Link | contentful.js

    Type Alias Link<EntrySkeleton>

    Type Parameters

    diff --git a/contentful/latest/types/EntryFields.Location.html b/contentful/latest/types/EntryFields.Location.html index c98f0d8d2..4bda70239 100644 --- a/contentful/latest/types/EntryFields.Location.html +++ b/contentful/latest/types/EntryFields.Location.html @@ -1 +1 @@ -Location | contentful.js
    Location: {
        lat: number;
        lon: number;
    }
    +Location | contentful.js
    Location: {
        lat: number;
        lon: number;
    }
    diff --git a/contentful/latest/types/EntryFields.Number.html b/contentful/latest/types/EntryFields.Number.html index 75888652f..eeb0beceb 100644 --- a/contentful/latest/types/EntryFields.Number.html +++ b/contentful/latest/types/EntryFields.Number.html @@ -1 +1 @@ -Number | contentful.js

    Type Alias Number<Values>

    Number<Values>: Values

    Type Parameters

    • Values extends number = number
    +Number | contentful.js

    Type Alias Number<Values>

    Number<Values>: Values

    Type Parameters

    • Values extends number = number
    diff --git a/contentful/latest/types/EntryFields.Object.html b/contentful/latest/types/EntryFields.Object.html index ed7c7b968..581133fa3 100644 --- a/contentful/latest/types/EntryFields.Object.html +++ b/contentful/latest/types/EntryFields.Object.html @@ -1 +1 @@ -Object | contentful.js

    Type Alias Object<Data>

    Object<Data>: Data

    Type Parameters

    • Data extends JsonObject | JsonArray | null = JsonObject | JsonArray | null
    +Object | contentful.js

    Type Alias Object<Data>

    Object<Data>: Data

    Type Parameters

    • Data extends JsonObject | JsonArray | null = JsonObject | JsonArray | null
    diff --git a/contentful/latest/types/EntryFields.RichText.html b/contentful/latest/types/EntryFields.RichText.html index 8ca2fca6d..65ee46147 100644 --- a/contentful/latest/types/EntryFields.RichText.html +++ b/contentful/latest/types/EntryFields.RichText.html @@ -1 +1 @@ -RichText | contentful.js
    RichText: RichTextDocument
    +RichText | contentful.js
    RichText: RichTextDocument
    diff --git a/contentful/latest/types/EntryFields.Symbol.html b/contentful/latest/types/EntryFields.Symbol.html index 913735cd5..ff83153ef 100644 --- a/contentful/latest/types/EntryFields.Symbol.html +++ b/contentful/latest/types/EntryFields.Symbol.html @@ -1 +1 @@ -Symbol | contentful.js

    Type Alias Symbol<Values>

    Symbol<Values>: Values

    Type Parameters

    • Values extends string = string
    +Symbol | contentful.js

    Type Alias Symbol<Values>

    Symbol<Values>: Values

    Type Parameters

    • Values extends string = string
    diff --git a/contentful/latest/types/EntryFields.Text.html b/contentful/latest/types/EntryFields.Text.html index 1b10c28d0..dcd6c4ec8 100644 --- a/contentful/latest/types/EntryFields.Text.html +++ b/contentful/latest/types/EntryFields.Text.html @@ -1 +1 @@ -Text | contentful.js

    Type Alias Text<Values>

    Text<Values>: Values

    Type Parameters

    • Values extends string = string
    +Text | contentful.js

    Type Alias Text<Values>

    Text<Values>: Values

    Type Parameters

    • Values extends string = string
    diff --git a/contentful/latest/types/EntryFieldsEqualityFilter.html b/contentful/latest/types/EntryFieldsEqualityFilter.html index 0ec6c485a..a24576fce 100644 --- a/contentful/latest/types/EntryFieldsEqualityFilter.html +++ b/contentful/latest/types/EntryFieldsEqualityFilter.html @@ -1,3 +1,3 @@ EntryFieldsEqualityFilter | contentful.js

    Type Alias EntryFieldsEqualityFilter<Fields, Prefix>Internal

    EntryFieldsEqualityFilter<Fields, Prefix>: EntryFieldsConditionalQueries<Fields, SupportedEntryFieldTypes, Prefix, "">

    Equality filters in provided fields of an entry - search for exact matches

    Type Parameters

    +
    diff --git a/contentful/latest/types/EntryFieldsExistenceFilter.html b/contentful/latest/types/EntryFieldsExistenceFilter.html index 3fa91a09d..5a573688c 100644 --- a/contentful/latest/types/EntryFieldsExistenceFilter.html +++ b/contentful/latest/types/EntryFieldsExistenceFilter.html @@ -1,3 +1,3 @@ EntryFieldsExistenceFilter | contentful.js

    Type Alias EntryFieldsExistenceFilter<Fields, Prefix>Internal

    EntryFieldsExistenceFilter<Fields, Prefix>: ConditionalFixedQueries<Fields, EntryFieldType<EntrySkeletonType> | undefined, boolean, Prefix, "[exists]">

    Check for existence of provided fields in an entry

    Type Parameters

    +
    diff --git a/contentful/latest/types/EntryFieldsFullTextSearchFilters.html b/contentful/latest/types/EntryFieldsFullTextSearchFilters.html index 6426eefd0..9811a9a83 100644 --- a/contentful/latest/types/EntryFieldsFullTextSearchFilters.html +++ b/contentful/latest/types/EntryFieldsFullTextSearchFilters.html @@ -1,3 +1,3 @@ EntryFieldsFullTextSearchFilters | contentful.js

    Type Alias EntryFieldsFullTextSearchFilters<Fields, Prefix>Internal

    EntryFieldsFullTextSearchFilters<Fields, Prefix>: ConditionalFixedQueries<Fields, SupportedEntryFieldTypes, string, Prefix, "[match]">

    match - full text search in provided fields of an entry

    Type Parameters

    +
    diff --git a/contentful/latest/types/EntryFieldsInequalityFilter.html b/contentful/latest/types/EntryFieldsInequalityFilter.html index 26a4d9990..7b6b2ee7b 100644 --- a/contentful/latest/types/EntryFieldsInequalityFilter.html +++ b/contentful/latest/types/EntryFieldsInequalityFilter.html @@ -1,3 +1,3 @@ EntryFieldsInequalityFilter | contentful.js

    Type Alias EntryFieldsInequalityFilter<Fields, Prefix>Internal

    EntryFieldsInequalityFilter<Fields, Prefix>: EntryFieldsConditionalQueries<Fields, SupportedEntryFieldTypes, Prefix, "[ne]">

    Inequality filters in provided fields of an entry - exclude matching items

    Type Parameters

    +
    diff --git a/contentful/latest/types/EntryFieldsQueries.html b/contentful/latest/types/EntryFieldsQueries.html index fe0a2e40a..1df25a9bb 100644 --- a/contentful/latest/types/EntryFieldsQueries.html +++ b/contentful/latest/types/EntryFieldsQueries.html @@ -1,3 +1,3 @@ EntryFieldsQueries | contentful.js

    Type Alias EntryFieldsQueries<Fields>

    EntryFieldsQueries<Fields>:
        | EntrySelectFilterWithFields<Fields>
        | EntryOrderFilterWithFields<Fields>
        | EntryFieldsExistenceFilter<Fields, "fields">
        | EntryFieldsEqualityFilter<Fields, "fields">
        | EntryFieldsInequalityFilter<Fields, "fields">
        | EntryFieldsFullTextSearchFilters<Fields, "fields">
        | EntryFieldsSubsetFilters<Fields, "fields">
        | EntryFieldsSetFilter<Fields, "fields">
        | LocationSearchFilters<Fields, "fields">
        | EntryFieldsRangeFilters<Fields, "fields">
        | ReferenceSearchFilters<Fields, "fields">

    All queries applicable to entry fields

    Type Parameters

    • Fields extends FieldsType

      Shape of entry fields used to calculate dynamic keys

      -
    +
    diff --git a/contentful/latest/types/EntryFieldsRangeFilters.html b/contentful/latest/types/EntryFieldsRangeFilters.html index 7eaa275d1..2ea50fa56 100644 --- a/contentful/latest/types/EntryFieldsRangeFilters.html +++ b/contentful/latest/types/EntryFieldsRangeFilters.html @@ -1,3 +1,3 @@ EntryFieldsRangeFilters | contentful.js

    Type Alias EntryFieldsRangeFilters<Fields, Prefix>Internal

    EntryFieldsRangeFilters<Fields, Prefix>: EntryFieldsConditionalQueries<Fields, SupportedEntryFieldTypes, Prefix, `[${RangeFilterTypes}]`>

    Range operators appliable to date and number fields in an entry

    Type Parameters

    +
    diff --git a/contentful/latest/types/EntryFieldsSetFilter.html b/contentful/latest/types/EntryFieldsSetFilter.html index 80baef2d8..df992206a 100644 --- a/contentful/latest/types/EntryFieldsSetFilter.html +++ b/contentful/latest/types/EntryFieldsSetFilter.html @@ -1,3 +1,3 @@ EntryFieldsSetFilter | contentful.js

    Type Alias EntryFieldsSetFilter<Fields, Prefix>Internal

    EntryFieldsSetFilter<Fields, Prefix>: EntryFieldsConditionalListQueries<Fields, SupportedTypes, Prefix, "[all]">

    Match multiple values in provided fields of an entry

    Type Parameters

    • Fields extends Record<string, EntryFieldType<any>>
    • Prefix extends string
    +
    diff --git a/contentful/latest/types/EntryFieldsSubsetFilters.html b/contentful/latest/types/EntryFieldsSubsetFilters.html index 6b204b723..596ddf267 100644 --- a/contentful/latest/types/EntryFieldsSubsetFilters.html +++ b/contentful/latest/types/EntryFieldsSubsetFilters.html @@ -3,4 +3,4 @@
  • Inclusion documentation
  • Exclusion documentation
  • -
    +
    diff --git a/contentful/latest/types/EntryLink.html b/contentful/latest/types/EntryLink.html index 5d9611817..304700a54 100644 --- a/contentful/latest/types/EntryLink.html +++ b/contentful/latest/types/EntryLink.html @@ -1,2 +1,2 @@ EntryLink | contentful.js

    Type Alias EntryLink

    EntryLink: Link<"Entry"> | ResourceLink

    Entry link type

    -
    +
    diff --git a/contentful/latest/types/EntryOrderFilter.html b/contentful/latest/types/EntryOrderFilter.html index 4f1b0bf16..b74a23a8f 100644 --- a/contentful/latest/types/EntryOrderFilter.html +++ b/contentful/latest/types/EntryOrderFilter.html @@ -1,3 +1,3 @@ EntryOrderFilter | contentful.js

    Type Alias EntryOrderFilterInternal

    EntryOrderFilter: {
        order?: (OrderFilterPaths<EntrySys, "sys"> | "sys.contentType.sys.id" | "-sys.contentType.sys.id")[];
    }

    Order in an entry

    +
    diff --git a/contentful/latest/types/EntryOrderFilterWithFields.html b/contentful/latest/types/EntryOrderFilterWithFields.html index f9cf92187..f8bb8281c 100644 --- a/contentful/latest/types/EntryOrderFilterWithFields.html +++ b/contentful/latest/types/EntryOrderFilterWithFields.html @@ -1,3 +1,3 @@ EntryOrderFilterWithFields | contentful.js

    Type Alias EntryOrderFilterWithFields<Fields>Internal

    EntryOrderFilterWithFields<Fields>: {
        order?: (
            | `fields.${keyof ConditionalPick<Fields, SupportedEntryFieldTypes> & string}`
            | `-fields.${keyof ConditionalPick<Fields, SupportedEntryFieldTypes> & string}`
            | `fields.${keyof ConditionalPick<Fields, SupportedLinkTypes> & string}.sys.id`
            | `-fields.${keyof ConditionalPick<Fields, SupportedLinkTypes> & string}.sys.id`
            | OrderFilterPaths<EntrySys, "sys">
            | "sys.contentType.sys.id"
            | "-sys.contentType.sys.id")[];
    }

    Order for provided fields in an entry

    Type Parameters

    +
    diff --git a/contentful/latest/types/EntryQueries.html b/contentful/latest/types/EntryQueries.html index 9fbd6a676..6d72c9dbe 100644 --- a/contentful/latest/types/EntryQueries.html +++ b/contentful/latest/types/EntryQueries.html @@ -1,3 +1,3 @@ EntryQueries | contentful.js

    Type Alias EntryQueries<Modifiers>

    EntryQueries<Modifiers>: Omit<FixedQueryOptions, "query"> & ("WITH_ALL_LOCALES" extends Modifiers
        ? {}
        : LocaleOption)

    Search parameters for a single entry methods

    Type Parameters

    • Modifiers extends ChainModifiers

      The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

      -
    +
    diff --git a/contentful/latest/types/EntrySelectFilter.html b/contentful/latest/types/EntrySelectFilter.html index c1ce231e8..118f2ae12 100644 --- a/contentful/latest/types/EntrySelectFilter.html +++ b/contentful/latest/types/EntrySelectFilter.html @@ -1,3 +1,3 @@ EntrySelectFilter | contentful.js

    Type Alias EntrySelectFilterInternal

    EntrySelectFilter: {
        select?: (
            | "sys"
            | "fields"
            | "metadata"
            | SelectFilterPaths<EntrySys, "sys">
            | SelectFilterPaths<Metadata, "metadata">)[];
    }

    Select fields in an entry

    +
    diff --git a/contentful/latest/types/EntrySelectFilterWithFields.html b/contentful/latest/types/EntrySelectFilterWithFields.html index 9da1c80c0..50e9b320e 100644 --- a/contentful/latest/types/EntrySelectFilterWithFields.html +++ b/contentful/latest/types/EntrySelectFilterWithFields.html @@ -1,3 +1,3 @@ EntrySelectFilterWithFields | contentful.js

    Type Alias EntrySelectFilterWithFields<Fields>Internal

    EntrySelectFilterWithFields<Fields>: {
        select?: (
            | "sys"
            | "fields"
            | "metadata"
            | SelectFilterPaths<EntrySys, "sys">
            | SelectFilterPaths<Fields, "fields">
            | SelectFilterPaths<Metadata, "metadata">)[];
    }

    Select fields from provided fields in an entry

    Type Parameters

    +
    diff --git a/contentful/latest/types/EntrySkeletonType.html b/contentful/latest/types/EntrySkeletonType.html index 6877a8e86..647ef663f 100644 --- a/contentful/latest/types/EntrySkeletonType.html +++ b/contentful/latest/types/EntrySkeletonType.html @@ -1 +1 @@ -EntrySkeletonType | contentful.js

    Type Alias EntrySkeletonType<Fields, Id>

    EntrySkeletonType<Fields, Id>: {
        contentTypeId: Id;
        fields: Fields;
    }

    Type Parameters

    +EntrySkeletonType | contentful.js

    Type Alias EntrySkeletonType<Fields, Id>

    EntrySkeletonType<Fields, Id>: {
        contentTypeId: Id;
        fields: Fields;
    }

    Type Parameters

    diff --git a/contentful/latest/types/EnvironmentLink.html b/contentful/latest/types/EnvironmentLink.html index 0ec6430d7..268c286cb 100644 --- a/contentful/latest/types/EnvironmentLink.html +++ b/contentful/latest/types/EnvironmentLink.html @@ -1,2 +1,2 @@ EnvironmentLink | contentful.js

    Type Alias EnvironmentLink

    EnvironmentLink: Link<"Environment">

    Environment link type

    -
    +
    diff --git a/contentful/latest/types/EqualityFilter.html b/contentful/latest/types/EqualityFilter.html index 24963c276..a3a5a24e3 100644 --- a/contentful/latest/types/EqualityFilter.html +++ b/contentful/latest/types/EqualityFilter.html @@ -1,3 +1,3 @@ EqualityFilter | contentful.js

    Type Alias EqualityFilter<Fields, Prefix>Internal

    EqualityFilter<Fields, Prefix>: ConditionalQueries<Fields, SupportedTypes, Prefix, "">

    Equality filters in provided fields - search for exact matches

    Type Parameters

    • Fields
    • Prefix extends string
    +
    diff --git a/contentful/latest/types/ExistenceFilter.html b/contentful/latest/types/ExistenceFilter.html index f2cc8f45e..f0382b7a5 100644 --- a/contentful/latest/types/ExistenceFilter.html +++ b/contentful/latest/types/ExistenceFilter.html @@ -1,3 +1,3 @@ ExistenceFilter | contentful.js

    Type Alias ExistenceFilter<Fields, Prefix>Internal

    ExistenceFilter<Fields, Prefix>: ConditionalFixedQueries<Fields,
        | EntryField<EntrySkeletonType<Fields>>
        | AssetFile
        | AssetDetails
        | undefined, boolean, Prefix, "[exists]">

    Check for existence of provided fields

    Type Parameters

    +
    diff --git a/contentful/latest/types/FieldsType.html b/contentful/latest/types/FieldsType.html index 6052db388..6b3fa3eaf 100644 --- a/contentful/latest/types/FieldsType.html +++ b/contentful/latest/types/FieldsType.html @@ -1 +1 @@ -FieldsType | contentful.js

    Type Alias FieldsType

    FieldsType: Record<string, any>
    +FieldsType | contentful.js

    Type Alias FieldsType

    FieldsType: Record<string, any>
    diff --git a/contentful/latest/types/FixedLinkOptions.html b/contentful/latest/types/FixedLinkOptions.html index 890208d1c..b72111ffb 100644 --- a/contentful/latest/types/FixedLinkOptions.html +++ b/contentful/latest/types/FixedLinkOptions.html @@ -1 +1 @@ -FixedLinkOptions | contentful.js

    Type Alias FixedLinkOptions

    FixedLinkOptions: {
        links_to_asset?: string;
        links_to_entry?: string;
    }
    +FixedLinkOptions | contentful.js

    Type Alias FixedLinkOptions

    FixedLinkOptions: {
        links_to_asset?: string;
        links_to_entry?: string;
    }
    diff --git a/contentful/latest/types/FixedPagedOptions.html b/contentful/latest/types/FixedPagedOptions.html index ac4cb65c1..2df8fdcf5 100644 --- a/contentful/latest/types/FixedPagedOptions.html +++ b/contentful/latest/types/FixedPagedOptions.html @@ -1 +1 @@ -FixedPagedOptions | contentful.js

    Type Alias FixedPagedOptions

    FixedPagedOptions: {
        limit?: number;
        skip?: number;
    }
    +FixedPagedOptions | contentful.js

    Type Alias FixedPagedOptions

    FixedPagedOptions: {
        limit?: number;
        skip?: number;
    }
    diff --git a/contentful/latest/types/FixedQueryOptions.html b/contentful/latest/types/FixedQueryOptions.html index 3629666a9..45c7d6848 100644 --- a/contentful/latest/types/FixedQueryOptions.html +++ b/contentful/latest/types/FixedQueryOptions.html @@ -1 +1 @@ -FixedQueryOptions | contentful.js

    Type Alias FixedQueryOptions

    FixedQueryOptions: {
        include?:
            | 0
            | 1
            | 2
            | 3
            | 4
            | 5
            | 6
            | 7
            | 8
            | 9
            | 10;
        query?: string;
    }
    +FixedQueryOptions | contentful.js

    Type Alias FixedQueryOptions

    FixedQueryOptions: {
        include?:
            | 0
            | 1
            | 2
            | 3
            | 4
            | 5
            | 6
            | 7
            | 8
            | 9
            | 10;
        query?: string;
    }
    diff --git a/contentful/latest/types/FullTextSearchFilters.html b/contentful/latest/types/FullTextSearchFilters.html index feb072cf3..12b4f6756 100644 --- a/contentful/latest/types/FullTextSearchFilters.html +++ b/contentful/latest/types/FullTextSearchFilters.html @@ -1,3 +1,3 @@ FullTextSearchFilters | contentful.js

    Type Alias FullTextSearchFilters<Fields, Prefix>Internal

    FullTextSearchFilters<Fields, Prefix>: ConditionalFixedQueries<Fields, SupportedTypes, string, Prefix, "[match]">

    match - full text search in provided fields

    Type Parameters

    +
    diff --git a/contentful/latest/types/GetGlobalOptions.html b/contentful/latest/types/GetGlobalOptions.html index 65ff968d3..7f631decb 100644 --- a/contentful/latest/types/GetGlobalOptions.html +++ b/contentful/latest/types/GetGlobalOptions.html @@ -1 +1 @@ -GetGlobalOptions | contentful.js

    Type Alias GetGlobalOptions

    GetGlobalOptions: ((globalOptions?: GlobalOptionsParams) => Required<GlobalOptionsParams>)
    +GetGlobalOptions | contentful.js

    Type Alias GetGlobalOptions

    GetGlobalOptions: ((globalOptions?: GlobalOptionsParams) => Required<GlobalOptionsParams>)
    diff --git a/contentful/latest/types/InequalityFilter.html b/contentful/latest/types/InequalityFilter.html index acbbc822c..7b71b26e5 100644 --- a/contentful/latest/types/InequalityFilter.html +++ b/contentful/latest/types/InequalityFilter.html @@ -1,3 +1,3 @@ InequalityFilter | contentful.js

    Type Alias InequalityFilter<Fields, Prefix>Internal

    InequalityFilter<Fields, Prefix>: ConditionalQueries<Fields, SupportedTypes, Prefix, "[ne]">

    Inequality filters in provided fields - exclude matching items

    Type Parameters

    • Fields
    • Prefix extends string
    +
    diff --git a/contentful/latest/types/LinkType.html b/contentful/latest/types/LinkType.html index 521b3bb83..ef4f3d61b 100644 --- a/contentful/latest/types/LinkType.html +++ b/contentful/latest/types/LinkType.html @@ -1 +1 @@ -LinkType | contentful.js

    Type Alias LinkType

    LinkType:
        | "Space"
        | "ContentType"
        | "Environment"
        | "Entry"
        | "Tag"
        | "User"
        | "Asset"
        | "TaxonomyConcept"
    +LinkType | contentful.js

    Type Alias LinkType

    LinkType:
        | "Space"
        | "ContentType"
        | "Environment"
        | "Entry"
        | "Tag"
        | "User"
        | "Asset"
        | "TaxonomyConcept"
    diff --git a/contentful/latest/types/LocaleCode.html b/contentful/latest/types/LocaleCode.html index 7c39cfc02..aa7f32d5c 100644 --- a/contentful/latest/types/LocaleCode.html +++ b/contentful/latest/types/LocaleCode.html @@ -1 +1 @@ -LocaleCode | contentful.js

    Type Alias LocaleCode

    LocaleCode: string
    +LocaleCode | contentful.js

    Type Alias LocaleCode

    LocaleCode: string
    diff --git a/contentful/latest/types/LocaleCollection.html b/contentful/latest/types/LocaleCollection.html index 0e293d81b..32c6cb935 100644 --- a/contentful/latest/types/LocaleCollection.html +++ b/contentful/latest/types/LocaleCollection.html @@ -1,2 +1,2 @@ LocaleCollection | contentful.js

    Type Alias LocaleCollection

    LocaleCollection: ContentfulCollection<Locale>

    Collection of locales

    -
    +
    diff --git a/contentful/latest/types/LocaleOption.html b/contentful/latest/types/LocaleOption.html index 2363f8e22..3c66e2aa9 100644 --- a/contentful/latest/types/LocaleOption.html +++ b/contentful/latest/types/LocaleOption.html @@ -1 +1 @@ -LocaleOption | contentful.js

    Type Alias LocaleOption

    LocaleOption: {
        locale?: string;
    }
    +LocaleOption | contentful.js

    Type Alias LocaleOption

    LocaleOption: {
        locale?: string;
    }
    diff --git a/contentful/latest/types/LocationSearchFilters.html b/contentful/latest/types/LocationSearchFilters.html index e45cd08ab..7e945f1e1 100644 --- a/contentful/latest/types/LocationSearchFilters.html +++ b/contentful/latest/types/LocationSearchFilters.html @@ -3,4 +3,4 @@
  • ProximitySearchFilter
  • BoundingObjectSearchFilter
  • -
    +
    diff --git a/contentful/latest/types/Metadata.html b/contentful/latest/types/Metadata.html index 1c5d9d03b..8d1c3570b 100644 --- a/contentful/latest/types/Metadata.html +++ b/contentful/latest/types/Metadata.html @@ -1,2 +1,2 @@ Metadata | contentful.js

    Type Alias Metadata

    Metadata: {
        concepts?: {
            sys: TaxonomyConceptLink;
        }[];
        tags: {
            sys: TagLink;
        }[];
    }

    User-controlled metadata

    -
    +
    diff --git a/contentful/latest/types/MetadataConceptsQueries.html b/contentful/latest/types/MetadataConceptsQueries.html index 1f959d178..ba02aa856 100644 --- a/contentful/latest/types/MetadataConceptsQueries.html +++ b/contentful/latest/types/MetadataConceptsQueries.html @@ -1,2 +1,2 @@ MetadataConceptsQueries | contentful.js

    Type Alias MetadataConceptsQueries

    MetadataConceptsQueries:
        | ConditionalFixedQueries<Pick<Metadata, "concepts">, any, boolean, "metadata", "[exists]">
        | ConditionalListQueries<Pick<TaxonomyConceptLink, "id">, any, "metadata.concepts.sys", "[all]">
        | ConditionalListQueries<Pick<TaxonomyConceptLink, "id">, any, "metadata.concepts.sys", "[in]">
        | ConditionalListQueries<Pick<TaxonomyConceptLink, "id">, any, "metadata.concepts.sys", "[nin]">
        | ConditionalListQueries<{
            descendants: string;
        }, any, "metadata.concepts", "[in]">

    All queries applicable to metadata concepts fields

    -
    +
    diff --git a/contentful/latest/types/MetadataTagsQueries.html b/contentful/latest/types/MetadataTagsQueries.html index fdab65be1..677cd81ef 100644 --- a/contentful/latest/types/MetadataTagsQueries.html +++ b/contentful/latest/types/MetadataTagsQueries.html @@ -1,2 +1,2 @@ MetadataTagsQueries | contentful.js

    Type Alias MetadataTagsQueries

    MetadataTagsQueries:
        | ConditionalFixedQueries<Pick<Metadata, "tags">, any, boolean, "metadata", "[exists]">
        | ConditionalListQueries<Pick<TagLink, "id">, any, "metadata.tags.sys", "[all]">
        | ConditionalListQueries<Pick<TagLink, "id">, any, "metadata.tags.sys", "[in]">
        | ConditionalListQueries<Pick<TagLink, "id">, any, "metadata.tags.sys", "[nin]">

    All queries applicable to metadata tags fields

    -
    +
    diff --git a/contentful/latest/types/OrderFilterPaths.html b/contentful/latest/types/OrderFilterPaths.html index 11eef6091..3fc4df514 100644 --- a/contentful/latest/types/OrderFilterPaths.html +++ b/contentful/latest/types/OrderFilterPaths.html @@ -1 +1 @@ -OrderFilterPaths | contentful.js

    Type Alias OrderFilterPaths<Fields, Prefix>

    OrderFilterPaths<Fields, Prefix>: `${Prefix}.${keyof ConditionalPick<Fields, SupportedTypes> & string}` | `-${Prefix}.${keyof ConditionalPick<Fields, SupportedTypes> & string}`

    Type Parameters

    +OrderFilterPaths | contentful.js

    Type Alias OrderFilterPaths<Fields, Prefix>

    OrderFilterPaths<Fields, Prefix>: `${Prefix}.${keyof ConditionalPick<Fields, SupportedTypes> & string}` | `-${Prefix}.${keyof ConditionalPick<Fields, SupportedTypes> & string}`

    Type Parameters

    diff --git a/contentful/latest/types/ProximitySearchFilter.html b/contentful/latest/types/ProximitySearchFilter.html index 6cb94e26b..6ff181e0a 100644 --- a/contentful/latest/types/ProximitySearchFilter.html +++ b/contentful/latest/types/ProximitySearchFilter.html @@ -1,3 +1,3 @@ ProximitySearchFilter | contentful.js

    Type Alias ProximitySearchFilter<Fields, Prefix>Internal

    ProximitySearchFilter<Fields, Prefix>: BaseLocationFilter<Fields, Types, ProximitySearchFilterInput, Prefix, "near">

    near - location proximity search in provided fields

    Type Parameters

    • Fields
    • Prefix extends string
    +
    diff --git a/contentful/latest/types/ProximitySearchFilterInput.html b/contentful/latest/types/ProximitySearchFilterInput.html index 95fc511b9..cbd78736a 100644 --- a/contentful/latest/types/ProximitySearchFilterInput.html +++ b/contentful/latest/types/ProximitySearchFilterInput.html @@ -1 +1 @@ -ProximitySearchFilterInput | contentful.js

    Type Alias ProximitySearchFilterInput

    ProximitySearchFilterInput: [number, number]
    +ProximitySearchFilterInput | contentful.js

    Type Alias ProximitySearchFilterInput

    ProximitySearchFilterInput: [number, number]
    diff --git a/contentful/latest/types/RangeFilters.html b/contentful/latest/types/RangeFilters.html index 8f7e0dc5c..1430b14fd 100644 --- a/contentful/latest/types/RangeFilters.html +++ b/contentful/latest/types/RangeFilters.html @@ -1,3 +1,3 @@ RangeFilters | contentful.js

    Type Alias RangeFilters<Fields, Prefix>Internal

    RangeFilters<Fields, Prefix>: ConditionalQueries<Fields, SupportedTypes, Prefix, `[${RangeFilterTypes}]`>

    Range operators appliable to date and number fields

    Type Parameters

    • Fields
    • Prefix extends string
    +
    diff --git a/contentful/latest/types/ReferenceSearchFilters.html b/contentful/latest/types/ReferenceSearchFilters.html index aa3d44fbe..7fde80e7f 100644 --- a/contentful/latest/types/ReferenceSearchFilters.html +++ b/contentful/latest/types/ReferenceSearchFilters.html @@ -1,3 +1,3 @@ ReferenceSearchFilters | contentful.js

    Type Alias ReferenceSearchFilters<Fields, Prefix>Internal

    ReferenceSearchFilters<Fields, Prefix>: {
        [FieldName in keyof ConditionalPick<Fields, SupportedTypes> as `${Prefix}.${string & FieldName}.${string}`]?: any
    }

    Search on references in provided fields

    Type Parameters

    • Fields
    • Prefix extends string
    +
    diff --git a/contentful/latest/types/ResolvedAssetLink.html b/contentful/latest/types/ResolvedAssetLink.html index 94ad9cdd4..dfd99a5cf 100644 --- a/contentful/latest/types/ResolvedAssetLink.html +++ b/contentful/latest/types/ResolvedAssetLink.html @@ -4,4 +4,4 @@ If the current client configuration includes withoutUnresolvableLinks chain option, the returned type will not include non-resolvable linked entities

    Type Parameters

    • Modifiers extends ChainModifiers

      The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

      -
    • Locales extends LocaleCode
    +
  • Locales extends LocaleCode
  • diff --git a/contentful/latest/types/ResolvedEntryLink.html b/contentful/latest/types/ResolvedEntryLink.html index 4ea0d6901..43f8a0f2f 100644 --- a/contentful/latest/types/ResolvedEntryLink.html +++ b/contentful/latest/types/ResolvedEntryLink.html @@ -6,4 +6,4 @@

    Type Parameters

    • Modifiers extends ChainModifiers

      The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    • Locales extends LocaleCode

      If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

    • LinkedEntry extends EntrySkeletonType

      Shape of the linked entry used to calculate dynamic keys

      -
    +
    diff --git a/contentful/latest/types/ResolvedEntryResourceLink.html b/contentful/latest/types/ResolvedEntryResourceLink.html index d6ead16df..70c8020a6 100644 --- a/contentful/latest/types/ResolvedEntryResourceLink.html +++ b/contentful/latest/types/ResolvedEntryResourceLink.html @@ -6,4 +6,4 @@

    Type Parameters

    • Modifiers extends ChainModifiers

      The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    • Locales extends LocaleCode

      If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

    • LinkedEntry extends EntrySkeletonType

      Shape of the linked entry used to calculate dynamic keys

      -
    +
    diff --git a/contentful/latest/types/ResolvedField.html b/contentful/latest/types/ResolvedField.html index 67645c0d1..6e52dc6c2 100644 --- a/contentful/latest/types/ResolvedField.html +++ b/contentful/latest/types/ResolvedField.html @@ -3,4 +3,4 @@
  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

  • Locales extends LocaleCode = LocaleCode

    If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

  • +
    diff --git a/contentful/latest/types/ResolvedLink.html b/contentful/latest/types/ResolvedLink.html index 5b9c872e2..e9070195d 100644 --- a/contentful/latest/types/ResolvedLink.html +++ b/contentful/latest/types/ResolvedLink.html @@ -2,4 +2,4 @@

    Type Parameters

    • Field extends EntryFieldType<EntrySkeletonType>

      Shape of an entry used to calculate dynamic keys

    • Modifiers extends ChainModifiers = ChainModifiers

      The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    • Locales extends LocaleCode = LocaleCode

      If provided for a client using allLocales modifier, response type defines locale keys for entry field values.

      -
    +
    diff --git a/contentful/latest/types/SelectFilterPaths.html b/contentful/latest/types/SelectFilterPaths.html index eb90e5f6d..f82505dd9 100644 --- a/contentful/latest/types/SelectFilterPaths.html +++ b/contentful/latest/types/SelectFilterPaths.html @@ -1 +1 @@ -SelectFilterPaths | contentful.js

    Type Alias SelectFilterPaths<Fields, Prefix>

    SelectFilterPaths<Fields, Prefix>: `${Prefix}.${keyof Fields & string}`

    Type Parameters

    +SelectFilterPaths | contentful.js

    Type Alias SelectFilterPaths<Fields, Prefix>

    SelectFilterPaths<Fields, Prefix>: `${Prefix}.${keyof Fields & string}`

    Type Parameters

    diff --git a/contentful/latest/types/SpaceLink.html b/contentful/latest/types/SpaceLink.html index cd905376a..120017963 100644 --- a/contentful/latest/types/SpaceLink.html +++ b/contentful/latest/types/SpaceLink.html @@ -1,2 +1,2 @@ SpaceLink | contentful.js

    Type Alias SpaceLink

    SpaceLink: Link<"Space">

    Space link type

    -
    +
    diff --git a/contentful/latest/types/SubsetFilters.html b/contentful/latest/types/SubsetFilters.html index 0f62ed46e..957cffb91 100644 --- a/contentful/latest/types/SubsetFilters.html +++ b/contentful/latest/types/SubsetFilters.html @@ -3,4 +3,4 @@
  • Inclusion documentation
  • Exclusion documentation
  • -
    +
    diff --git a/contentful/latest/types/SupportedEntryFieldTypes.html b/contentful/latest/types/SupportedEntryFieldTypes.html index 67914c886..dec41d978 100644 --- a/contentful/latest/types/SupportedEntryFieldTypes.html +++ b/contentful/latest/types/SupportedEntryFieldTypes.html @@ -1 +1 @@ -SupportedEntryFieldTypes | contentful.js

    Type Alias SupportedEntryFieldTypes

    SupportedEntryFieldTypes:
        | EntryFieldTypes.Symbol
        | EntryFieldTypes.Integer
        | EntryFieldTypes.Number
        | EntryFieldTypes.Date
        | EntryFieldTypes.Boolean
        | EntryFieldTypes.Location
        | undefined
    +SupportedEntryFieldTypes | contentful.js

    Type Alias SupportedEntryFieldTypes

    SupportedEntryFieldTypes:
        | EntryFieldTypes.Symbol
        | EntryFieldTypes.Integer
        | EntryFieldTypes.Number
        | EntryFieldTypes.Date
        | EntryFieldTypes.Boolean
        | EntryFieldTypes.Location
        | undefined
    diff --git a/contentful/latest/types/SupportedLinkTypes.html b/contentful/latest/types/SupportedLinkTypes.html index 50aa05067..d66304927 100644 --- a/contentful/latest/types/SupportedLinkTypes.html +++ b/contentful/latest/types/SupportedLinkTypes.html @@ -1 +1 @@ -SupportedLinkTypes | contentful.js

    Type Alias SupportedLinkTypes

    SupportedLinkTypes: EntryFieldTypes.AssetLink | EntryFieldTypes.EntryLink<any> | undefined
    +SupportedLinkTypes | contentful.js

    Type Alias SupportedLinkTypes

    SupportedLinkTypes: EntryFieldTypes.AssetLink | EntryFieldTypes.EntryLink<any> | undefined
    diff --git a/contentful/latest/types/SupportedTypes.html b/contentful/latest/types/SupportedTypes.html index e62644e30..c23c2dcfb 100644 --- a/contentful/latest/types/SupportedTypes.html +++ b/contentful/latest/types/SupportedTypes.html @@ -1 +1 @@ -SupportedTypes | contentful.js

    Type Alias SupportedTypes

    SupportedTypes:
        | EntryFields.Symbol
        | EntryFields.Integer
        | EntryFields.Number
        | EntryFields.Date
        | EntryFields.Boolean
        | EntryFields.Location
        | undefined
    +SupportedTypes | contentful.js

    Type Alias SupportedTypes

    SupportedTypes:
        | EntryFields.Symbol
        | EntryFields.Integer
        | EntryFields.Number
        | EntryFields.Date
        | EntryFields.Boolean
        | EntryFields.Location
        | undefined
    diff --git a/contentful/latest/types/SyncEntities.html b/contentful/latest/types/SyncEntities.html index 12a1e7c39..8d22e82e3 100644 --- a/contentful/latest/types/SyncEntities.html +++ b/contentful/latest/types/SyncEntities.html @@ -1 +1 @@ -SyncEntities | contentful.js

    Type Alias SyncEntities

    SyncEntities:
        | Entry<EntrySkeletonType>
        | Asset
        | DeletedEntry
        | DeletedAsset
    +SyncEntities | contentful.js

    Type Alias SyncEntities

    SyncEntities:
        | Entry<EntrySkeletonType>
        | Asset
        | DeletedEntry
        | DeletedAsset
    diff --git a/contentful/latest/types/SyncOptions.html b/contentful/latest/types/SyncOptions.html index 600026bf8..6cce283fb 100644 --- a/contentful/latest/types/SyncOptions.html +++ b/contentful/latest/types/SyncOptions.html @@ -1,4 +1,4 @@ SyncOptions | contentful.js

    Type Alias SyncOptions

    SyncOptions: {
        paginate?: boolean;
    }

    Type declaration

    • Optionalpaginate?: boolean
      true
       
      -
    +
    diff --git a/contentful/latest/types/SyncPageQuery.html b/contentful/latest/types/SyncPageQuery.html index ca58c4f07..28468a0a0 100644 --- a/contentful/latest/types/SyncPageQuery.html +++ b/contentful/latest/types/SyncPageQuery.html @@ -1 +1 @@ -SyncPageQuery | contentful.js

    Type Alias SyncPageQuery

    SyncPageQuery: SyncQuery & {
        sync_token?: string;
    }
    +SyncPageQuery | contentful.js

    Type Alias SyncPageQuery

    SyncPageQuery: SyncQuery & {
        sync_token?: string;
    }
    diff --git a/contentful/latest/types/SyncPageResponse.html b/contentful/latest/types/SyncPageResponse.html index 47f0cd807..cd8b26d58 100644 --- a/contentful/latest/types/SyncPageResponse.html +++ b/contentful/latest/types/SyncPageResponse.html @@ -1 +1 @@ -SyncPageResponse | contentful.js

    Type Alias SyncPageResponse

    SyncPageResponse: {
        items: SyncEntities[];
        nextPageToken?: string;
        nextSyncToken?: string;
    }
    +SyncPageResponse | contentful.js

    Type Alias SyncPageResponse

    SyncPageResponse: {
        items: SyncEntities[];
        nextPageToken?: string;
        nextSyncToken?: string;
    }
    diff --git a/contentful/latest/types/SyncQuery.html b/contentful/latest/types/SyncQuery.html index 2f1c7a731..72ddf0a47 100644 --- a/contentful/latest/types/SyncQuery.html +++ b/contentful/latest/types/SyncQuery.html @@ -1 +1 @@ -SyncQuery | contentful.js

    Type Alias SyncQuery

    SyncQuery: {
        initial?: true;
        limit?: number;
        nextPageToken?: string;
        nextSyncToken?: string;
    } & ({
        content_type: string;
        type: "Entry";
    } | {
        type?:
            | "Asset"
            | "Entry"
            | "Deletion"
            | "DeletedAsset"
            | "DeletedEntry";
    })
    +SyncQuery | contentful.js

    Type Alias SyncQuery

    SyncQuery: {
        initial?: true;
        limit?: number;
        nextPageToken?: string;
        nextSyncToken?: string;
    } & ({
        content_type: string;
        type: "Entry";
    } | {
        type?:
            | "Asset"
            | "Entry"
            | "Deletion"
            | "DeletedAsset"
            | "DeletedEntry";
    })
    diff --git a/contentful/latest/types/SyncResponse.html b/contentful/latest/types/SyncResponse.html index 59ed10388..8cf108519 100644 --- a/contentful/latest/types/SyncResponse.html +++ b/contentful/latest/types/SyncResponse.html @@ -1 +1 @@ -SyncResponse | contentful.js

    Type Alias SyncResponse

    SyncResponse: {
        items: SyncEntities[];
        nextPageUrl?: string;
        nextSyncUrl?: string;
    }
    +SyncResponse | contentful.js

    Type Alias SyncResponse

    SyncResponse: {
        items: SyncEntities[];
        nextPageUrl?: string;
        nextSyncUrl?: string;
    }
    diff --git a/contentful/latest/types/SysQueries.html b/contentful/latest/types/SysQueries.html index 30f23e2ff..509d8438b 100644 --- a/contentful/latest/types/SysQueries.html +++ b/contentful/latest/types/SysQueries.html @@ -1,2 +1,2 @@ SysQueries | contentful.js

    Type Alias SysQueries<Sys>

    SysQueries<Sys>: ExistenceFilter<Sys, "sys"> & EqualityFilter<Sys, "sys"> & InequalityFilter<Sys, "sys"> & SubsetFilters<Sys, "sys"> & RangeFilters<Sys, "sys">

    All queries applicable to sys fields

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/contentful/latest/types/Tag.html b/contentful/latest/types/Tag.html index 3db847575..d4b94627a 100644 --- a/contentful/latest/types/Tag.html +++ b/contentful/latest/types/Tag.html @@ -1,3 +1,3 @@ Tag | contentful.js

    Type Alias Tag

    Tag: {
        name: string;
        sys: TagSys;
    }

    Properties for a single content tag definition

    +
    diff --git a/contentful/latest/types/TagCollection.html b/contentful/latest/types/TagCollection.html index 86e89b155..5c80c522a 100644 --- a/contentful/latest/types/TagCollection.html +++ b/contentful/latest/types/TagCollection.html @@ -1,2 +1,2 @@ TagCollection | contentful.js

    Type Alias TagCollection

    TagCollection: ContentfulCollection<Tag>

    Collection of tags

    -
    +
    diff --git a/contentful/latest/types/TagLink.html b/contentful/latest/types/TagLink.html index 6a2b346e3..be361315f 100644 --- a/contentful/latest/types/TagLink.html +++ b/contentful/latest/types/TagLink.html @@ -1,2 +1,2 @@ TagLink | contentful.js

    Type Alias TagLink

    TagLink: Link<"Tag">

    Tag link type

    -
    +
    diff --git a/contentful/latest/types/TagNameFilters.html b/contentful/latest/types/TagNameFilters.html index 8eb1e2814..4a7c29f95 100644 --- a/contentful/latest/types/TagNameFilters.html +++ b/contentful/latest/types/TagNameFilters.html @@ -1 +1 @@ -TagNameFilters | contentful.js

    Type Alias TagNameFilters

    TagNameFilters: {
        name?: string;
        name[exists]?: boolean;
        name[in]?: string[];
        name[match]?: string;
        name[ne]?: string;
        name[nin]?: string[];
    }
    +TagNameFilters | contentful.js

    Type Alias TagNameFilters

    TagNameFilters: {
        name?: string;
        name[exists]?: boolean;
        name[in]?: string[];
        name[match]?: string;
        name[ne]?: string;
        name[nin]?: string[];
    }
    diff --git a/contentful/latest/types/TagOrderFilter.html b/contentful/latest/types/TagOrderFilter.html index be369cd88..4311dbd0f 100644 --- a/contentful/latest/types/TagOrderFilter.html +++ b/contentful/latest/types/TagOrderFilter.html @@ -1,3 +1,3 @@ TagOrderFilter | contentful.js

    Type Alias TagOrderFilterInternal

    TagOrderFilter: {
        order?: (OrderFilterPaths<TagSys, "sys"> | "name" | "-name")[];
    }

    Order in a tag

    +
    diff --git a/contentful/latest/types/TagQueries.html b/contentful/latest/types/TagQueries.html index ee1794c9e..b58583e79 100644 --- a/contentful/latest/types/TagQueries.html +++ b/contentful/latest/types/TagQueries.html @@ -1,3 +1,3 @@ TagQueries | contentful.js

    Type Alias TagQueries

    TagQueries: TagNameFilters & SysQueries<Pick<TagSys,
        | "createdAt"
        | "updatedAt"
        | "visibility"
        | "id"
        | "type">> & TagOrderFilter & FixedPagedOptions

    Search parameters for a tag methods

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.

    -
    +
    diff --git a/contentful/latest/types/TaxonomyConceptLink.html b/contentful/latest/types/TaxonomyConceptLink.html index bc0b359f1..147a9bd73 100644 --- a/contentful/latest/types/TaxonomyConceptLink.html +++ b/contentful/latest/types/TaxonomyConceptLink.html @@ -1,2 +1,2 @@ TaxonomyConceptLink | contentful.js

    Type Alias TaxonomyConceptLink

    TaxonomyConceptLink: Link<"TaxonomyConcept">

    Taxonomy Concept link type

    -
    +
    diff --git a/contentful/latest/types/UnresolvedLink.html b/contentful/latest/types/UnresolvedLink.html index 72b77e7c5..03e62a98a 100644 --- a/contentful/latest/types/UnresolvedLink.html +++ b/contentful/latest/types/UnresolvedLink.html @@ -1,2 +1,2 @@ UnresolvedLink | contentful.js

    Type Alias UnresolvedLink<T>

    UnresolvedLink<T>: {
        sys: Link<T>;
    }

    Unresolved link field of a specific link type

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/contentful/latest/types/UserLink.html b/contentful/latest/types/UserLink.html index f0db1f500..51a48767e 100644 --- a/contentful/latest/types/UserLink.html +++ b/contentful/latest/types/UserLink.html @@ -1,2 +1,2 @@ UserLink | contentful.js

    Type Alias UserLink

    UserLink: Link<"User">

    User link type

    -
    +
    diff --git a/index.html b/index.html index edb14123b..861c22b44 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ - +