diff --git a/contentful/11.4.2/assets/highlight.css b/contentful/11.4.2/assets/highlight.css new file mode 100644 index 000000000..240238feb --- /dev/null +++ b/contentful/11.4.2/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.4.2/assets/icons.js b/contentful/11.4.2/assets/icons.js new file mode 100644 index 000000000..3dfbd322d --- /dev/null +++ b/contentful/11.4.2/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 = `MMNEPVFCICPMFPCPTTAAATR`; + 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.4.2/assets/icons.svg b/contentful/11.4.2/assets/icons.svg new file mode 100644 index 000000000..a19417dcc --- /dev/null +++ b/contentful/11.4.2/assets/icons.svg @@ -0,0 +1 @@ +MMNEPVFCICPMFPCPTTAAATR \ No newline at end of file diff --git a/contentful/11.4.2/assets/main.js b/contentful/11.4.2/assets/main.js new file mode 100644 index 000000000..99097a053 --- /dev/null +++ b/contentful/11.4.2/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{let r=e.appendChild(document.createElement("span"));r.innerHTML='',r.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.4.2/assets/navigation.js b/contentful/11.4.2/assets/navigation.js new file mode 100644 index 000000000..1800c47f4 --- /dev/null +++ b/contentful/11.4.2/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file diff --git a/contentful/11.4.2/assets/search.js b/contentful/11.4.2/assets/search.js new file mode 100644 index 000000000..e27c7c257 --- /dev/null +++ b/contentful/11.4.2/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.4.2/assets/style.css b/contentful/11.4.2/assets/style.css new file mode 100644 index 000000000..178bfb023 --- /dev/null +++ b/contentful/11.4.2/assets/style.css @@ -0,0 +1,1493 @@ +:root { + /* Light */ + --light-color-background: #f2f4f8; + --light-color-background-secondary: #eff0f1; + --light-color-warning-text: #222; + --light-color-background-warning: #e6e600; + --light-color-accent: #c5c7c9; + --light-color-active-menu-item: var(--light-color-accent); + --light-color-text: #222; + --light-color-text-aside: #6e6e6e; + + --light-color-icon-background: var(--light-color-background); + --light-color-icon-text: var(--light-color-text); + + --light-color-comment-tag-text: var(--light-color-text); + --light-color-comment-tag: var(--light-color-background); + + --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: #4d7fff; + --light-color-ts-property: #ff984d; + --light-color-ts-method: #ff4db8; + --light-color-ts-reference: #ff4d82; + --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: #ff4d4d; + --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-accent: #9096a2; + --dark-color-active-menu-item: #5d5d6a; + --dark-color-text: #f5f5f5; + --dark-color-text-aside: #dddddd; + + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-icon-text: var(--dark-color-text); + + --dark-color-comment-tag-text: var(--dark-color-text); + --dark-color-comment-tag: var(--dark-color-background); + + --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: #4d7fff; + --dark-color-ts-property: #ff984d; + --dark-color-ts-method: #ff4db8; + --dark-color-ts-reference: #ff4d82; + --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: #ff4d4d; + --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-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-icon-background: var(--light-color-icon-background); + --color-icon-text: var(--light-color-icon-text); + + --color-comment-tag-text: var(--light-color-text); + --color-comment-tag: var(--light-color-background); + + --color-link: var(--light-color-link); + --color-focus-outline: var(--light-color-focus-outline); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-project: var(--light-color-ts-project); + --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-reference: var(--light-color-ts-reference); + --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-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-icon-background: var(--dark-color-icon-background); + --color-icon-text: var(--dark-color-icon-text); + + --color-comment-tag-text: var(--dark-color-text); + --color-comment-tag: var(--dark-color-background); + + --color-link: var(--dark-color-link); + --color-focus-outline: var(--dark-color-focus-outline); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-project: var(--dark-color-ts-project); + --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-reference: var(--dark-color-ts-reference); + --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-icon-text: var(--light-color-icon-text); + + --color-comment-tag-text: var(--light-color-text); + --color-comment-tag: var(--light-color-background); + + --color-link: var(--light-color-link); + --color-focus-outline: var(--light-color-focus-outline); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-project: var(--light-color-ts-project); + --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-reference: var(--light-color-ts-reference); + --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-icon-text: var(--dark-color-icon-text); + + --color-comment-tag-text: var(--dark-color-text); + --color-comment-tag: var(--dark-color-background); + + --color-link: var(--dark-color-link); + --color-focus-outline: var(--dark-color-focus-outline); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-project: var(--dark-color-ts-project); + --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-reference: var(--dark-color-ts-reference); + --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-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-no-select { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.tsd-kind-icon { + margin-right: 0.5rem; + width: 1.25rem; + height: 1.25rem; + min-width: 1.25rem; + min-height: 1.25rem; +} +.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-reference { + color: var(--color-ts-reference); +} +.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-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; + } + + .page-menu, + .site-menu { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + } +} diff --git a/contentful/11.4.2/functions/createClient.html b/contentful/11.4.2/functions/createClient.html new file mode 100644 index 000000000..4964422e7 --- /dev/null +++ b/contentful/11.4.2/functions/createClient.html @@ -0,0 +1,6 @@ +createClient | contentful.js

Function createClient

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

Function createGlobalOptions

diff --git a/contentful/11.4.2/hierarchy.html b/contentful/11.4.2/hierarchy.html new file mode 100644 index 000000000..6a939ef7a --- /dev/null +++ b/contentful/11.4.2/hierarchy.html @@ -0,0 +1 @@ +contentful.js
diff --git a/contentful/11.4.2/index.html b/contentful/11.4.2/index.html new file mode 100644 index 000000000..bfb8777e0 --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/Asset.html b/contentful/11.4.2/interfaces/Asset.html new file mode 100644 index 000000000..5f7588a42 --- /dev/null +++ b/contentful/11.4.2/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: Metadata;
    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: Metadata
diff --git a/contentful/11.4.2/interfaces/AssetDetails.html b/contentful/11.4.2/interfaces/AssetDetails.html new file mode 100644 index 000000000..c576dbd19 --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/AssetFields.html b/contentful/11.4.2/interfaces/AssetFields.html new file mode 100644 index 000000000..f8cd68d53 --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/AssetFile.html b/contentful/11.4.2/interfaces/AssetFile.html new file mode 100644 index 000000000..f86decc3a --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/BaseSys.html b/contentful/11.4.2/interfaces/BaseSys.html new file mode 100644 index 000000000..a92a0770a --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/Concept.html b/contentful/11.4.2/interfaces/Concept.html new file mode 100644 index 000000000..cac0cf489 --- /dev/null +++ b/contentful/11.4.2/interfaces/Concept.html @@ -0,0 +1,16 @@ +Concept | contentful.js

Interface Concept<Locales>

interface Concept<Locales> {
    altLabels?: {
        [locale in string]: string[]
    };
    broader?: UnresolvedLink<"TaxonomyConcept">[];
    changeNote?: null | {
        [locale in string]: string
    };
    definition?: null | {
        [locale in string]: string
    };
    editorialNote?: null | {
        [locale in string]: string
    };
    example?: null | {
        [locale in string]: string
    };
    hiddenLabels?: {
        [locale in string]: string[]
    };
    historyNote?: null | {
        [locale in string]: string
    };
    notations?: string[];
    note?: null | {
        [locale in string]: string
    };
    prefLabel: {
        [locale in string]: string
    };
    related?: UnresolvedLink<"TaxonomyConcept">[];
    scopeNote?: null | {
        [locale in string]: string
    };
    sys: ConceptSys;
    uri?: string;
}

Type Parameters

Properties

altLabels?: {
    [locale in string]: string[]
}
broader?: UnresolvedLink<"TaxonomyConcept">[]
changeNote?: null | {
    [locale in string]: string
}
definition?: null | {
    [locale in string]: string
}
editorialNote?: null | {
    [locale in string]: string
}
example?: null | {
    [locale in string]: string
}
hiddenLabels?: {
    [locale in string]: string[]
}
historyNote?: null | {
    [locale in string]: string
}
notations?: string[]
note?: null | {
    [locale in string]: string
}
prefLabel: {
    [locale in string]: string
}
related?: UnresolvedLink<"TaxonomyConcept">[]
scopeNote?: null | {
    [locale in string]: string
}
uri?: string
diff --git a/contentful/11.4.2/interfaces/ConceptScheme.html b/contentful/11.4.2/interfaces/ConceptScheme.html new file mode 100644 index 000000000..62f7fce51 --- /dev/null +++ b/contentful/11.4.2/interfaces/ConceptScheme.html @@ -0,0 +1,8 @@ +ConceptScheme | contentful.js

Interface ConceptScheme<Locales>

interface ConceptScheme<Locales> {
    concepts: UnresolvedLink<"TaxonomyConcept">[];
    definition?: null | {
        [locale in string]: string
    };
    prefLabel: {
        [locale in string]: string
    };
    sys: ConceptSchemeSys;
    topConcepts: UnresolvedLink<"TaxonomyConcept">[];
    totalConcepts: number;
    uri?: string;
}

Type Parameters

Properties

concepts: UnresolvedLink<"TaxonomyConcept">[]
definition?: null | {
    [locale in string]: string
}
prefLabel: {
    [locale in string]: string
}
topConcepts: UnresolvedLink<"TaxonomyConcept">[]
totalConcepts: number
uri?: string
diff --git a/contentful/11.4.2/interfaces/ContentType.html b/contentful/11.4.2/interfaces/ContentType.html new file mode 100644 index 000000000..c0c867540 --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/ContentTypeAllowedResources.html b/contentful/11.4.2/interfaces/ContentTypeAllowedResources.html new file mode 100644 index 000000000..540675b55 --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/ContentTypeField.html b/contentful/11.4.2/interfaces/ContentTypeField.html new file mode 100644 index 000000000..d76d20d7e --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/ContentTypeFieldValidation.html b/contentful/11.4.2/interfaces/ContentTypeFieldValidation.html new file mode 100644 index 000000000..ef32ae11e --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/ContentTypeSys.html b/contentful/11.4.2/interfaces/ContentTypeSys.html new file mode 100644 index 000000000..4974160e2 --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/ContentfulClientApi.html b/contentful/11.4.2/interfaces/ContentfulClientApi.html new file mode 100644 index 000000000..a729337fe --- /dev/null +++ b/contentful/11.4.2/interfaces/ContentfulClientApi.html @@ -0,0 +1,150 @@ +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>>;
    getConcept(id: string): Promise<Concept<"en-US">>;
    getConcepts(query?: ConceptsQueries): Promise<ConceptCollection<"en-US">>;
    getConceptScheme(id: string): Promise<ConceptScheme<"en-US">>;
    getConceptSchemes(query?: ConceptSchemesQueries): Promise<ConceptSchemeCollection<"en-US">>;
    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 Concept

    +

    Parameters

    • id: string

      The concept’s ID

      +

    Returns Promise<Concept<"en-US">>

    Promise for a concept

    +
    const contentful = require('contentful')

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

    const concept = await client.getConcept('<concept_id>')
    console.log(concept) +
    + +
  • Fetches a collection of Concepts

    +

    Parameters

    Returns Promise<ConceptCollection<"en-US">>

    Promise for a collection of Concepts

    +
    const contentful = require('contentful')

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

    const response = await client.getConcepts()
    console.log(response.items) +
    + +
  • Fetches a Concept Scheme

    +

    Parameters

    • id: string

      The concept scheme's ID

      +

    Returns Promise<ConceptScheme<"en-US">>

    Promise for a concept scheme

    +
    const contentful = require('contentful')

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

    const conceptScheme = await client.getConceptScheme('<concept_id>')
    console.log(conceptScheme) +
    + +
  • Fetches a collection of Concept Schemes

    +

    Parameters

    Returns Promise<ConceptSchemeCollection<"en-US">>

    Promise for a collection of Concept Schemes

    +
    const contentful = require('contentful')

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

    const response = await client.getConceptSchemes()
    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 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.4.2/interfaces/ContentfulCollection.html b/contentful/11.4.2/interfaces/ContentfulCollection.html new file mode 100644 index 000000000..99abb79c6 --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/CreateClientParams.html b/contentful/11.4.2/interfaces/CreateClientParams.html new file mode 100644 index 000000000..ca6f3470d --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/EntitySys.html b/contentful/11.4.2/interfaces/EntitySys.html new file mode 100644 index 000000000..04ec58dad --- /dev/null +++ b/contentful/11.4.2/interfaces/EntitySys.html @@ -0,0 +1,14 @@ +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;
    publishedVersion: number;
    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
publishedVersion: number
revision: number
space: {
    sys: SpaceLink;
}
type: string
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/11.4.2/interfaces/EntrySys.html b/contentful/11.4.2/interfaces/EntrySys.html new file mode 100644 index 000000000..8e5419b40 --- /dev/null +++ b/contentful/11.4.2/interfaces/EntrySys.html @@ -0,0 +1,14 @@ +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;
    publishedVersion: number;
    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
publishedVersion: number
revision: number
space: {
    sys: SpaceLink;
}
type
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/11.4.2/interfaces/FieldItem.html b/contentful/11.4.2/interfaces/FieldItem.html new file mode 100644 index 000000000..743d91435 --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/GlobalOptionsParams.html b/contentful/11.4.2/interfaces/GlobalOptionsParams.html new file mode 100644 index 000000000..3f2fc8051 --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/Link.html b/contentful/11.4.2/interfaces/Link.html new file mode 100644 index 000000000..16beac47c --- /dev/null +++ b/contentful/11.4.2/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
diff --git a/contentful/11.4.2/interfaces/Locale.html b/contentful/11.4.2/interfaces/Locale.html new file mode 100644 index 000000000..fc6bac31e --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/LocaleSys.html b/contentful/11.4.2/interfaces/LocaleSys.html new file mode 100644 index 000000000..2d007cdbe --- /dev/null +++ b/contentful/11.4.2/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
version: number
diff --git a/contentful/11.4.2/interfaces/ResourceLink.html b/contentful/11.4.2/interfaces/ResourceLink.html new file mode 100644 index 000000000..bbda1024b --- /dev/null +++ b/contentful/11.4.2/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
urn: string
diff --git a/contentful/11.4.2/interfaces/Space.html b/contentful/11.4.2/interfaces/Space.html new file mode 100644 index 000000000..0ba036cf4 --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/SpaceSys.html b/contentful/11.4.2/interfaces/SpaceSys.html new file mode 100644 index 000000000..0df0dcddc --- /dev/null +++ b/contentful/11.4.2/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
diff --git a/contentful/11.4.2/interfaces/SyncCollection.html b/contentful/11.4.2/interfaces/SyncCollection.html new file mode 100644 index 000000000..ab20c3d8e --- /dev/null +++ b/contentful/11.4.2/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.4.2/interfaces/TagSys.html b/contentful/11.4.2/interfaces/TagSys.html new file mode 100644 index 000000000..ddd3d827f --- /dev/null +++ b/contentful/11.4.2/interfaces/TagSys.html @@ -0,0 +1,16 @@ +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;
    publishedVersion: number;
    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
publishedVersion: number
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.4.2/media/LICENSE b/contentful/11.4.2/media/LICENSE new file mode 100644 index 000000000..9b0169e76 --- /dev/null +++ b/contentful/11.4.2/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.4.2/modules.html b/contentful/11.4.2/modules.html new file mode 100644 index 000000000..d8237837a --- /dev/null +++ b/contentful/11.4.2/modules.html @@ -0,0 +1,137 @@ +contentful.js

contentful.js

Index

Asset

Client

ContentType

Entity

Entry

Link

Other

Query

Sync

Tag

diff --git a/contentful/11.4.2/modules/EntryFieldTypes.html b/contentful/11.4.2/modules/EntryFieldTypes.html new file mode 100644 index 000000000..79d9a48ac --- /dev/null +++ b/contentful/11.4.2/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.4.2/modules/EntryFields.html b/contentful/11.4.2/modules/EntryFields.html new file mode 100644 index 000000000..d1f1b265c --- /dev/null +++ b/contentful/11.4.2/modules/EntryFields.html @@ -0,0 +1,15 @@ +EntryFields | contentful.js

Namespace EntryFields

Definition of entry fields

+

Index

Type Aliases

diff --git a/contentful/11.4.2/types/AddChainModifier.html b/contentful/11.4.2/types/AddChainModifier.html new file mode 100644 index 000000000..f8def0c26 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/AssetCollection.html b/contentful/11.4.2/types/AssetCollection.html new file mode 100644 index 000000000..2a52f27f2 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/AssetFieldsFileDetailsQueries.html b/contentful/11.4.2/types/AssetFieldsFileDetailsQueries.html new file mode 100644 index 000000000..82161d904 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/AssetFieldsFileQueries.html b/contentful/11.4.2/types/AssetFieldsFileQueries.html new file mode 100644 index 000000000..d3a133296 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/AssetFieldsQueries.html b/contentful/11.4.2/types/AssetFieldsQueries.html new file mode 100644 index 000000000..4c7924c40 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/AssetKey.html b/contentful/11.4.2/types/AssetKey.html new file mode 100644 index 000000000..98f089cf1 --- /dev/null +++ b/contentful/11.4.2/types/AssetKey.html @@ -0,0 +1 @@ +AssetKey | contentful.js

Type Alias AssetKey

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

Type Alias AssetLink

AssetLink: Link<"Asset">

Asset link type

+
diff --git a/contentful/11.4.2/types/AssetMimeType.html b/contentful/11.4.2/types/AssetMimeType.html new file mode 100644 index 000000000..8060d30e2 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/AssetOrderFilter.html b/contentful/11.4.2/types/AssetOrderFilter.html new file mode 100644 index 000000000..625fe2f6a --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/AssetQueries.html b/contentful/11.4.2/types/AssetQueries.html new file mode 100644 index 000000000..1c752983d --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/AssetSelectFilter.html b/contentful/11.4.2/types/AssetSelectFilter.html new file mode 100644 index 000000000..7ee1cbaa1 --- /dev/null +++ b/contentful/11.4.2/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<Metadata, "metadata">)[];
}

Select fields in an asset

+

Type Parameters

diff --git a/contentful/11.4.2/types/AssetSys.html b/contentful/11.4.2/types/AssetSys.html new file mode 100644 index 000000000..36e6ed76c --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/AssetsQueries.html b/contentful/11.4.2/types/AssetsQueries.html new file mode 100644 index 000000000..f4e2973b2 --- /dev/null +++ b/contentful/11.4.2/types/AssetsQueries.html @@ -0,0 +1,4 @@ +AssetsQueries | contentful.js

Type Alias AssetsQueries<Fields, Modifiers>

AssetsQueries<Fields, Modifiers>: AssetFieldsQueries<Fields> & AssetFieldsFileQueries & AssetFieldsFileDetailsQueries & MetadataConceptsQueries & 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.4.2/types/BaseEntry.html b/contentful/11.4.2/types/BaseEntry.html new file mode 100644 index 000000000..19f465d12 --- /dev/null +++ b/contentful/11.4.2/types/BaseEntry.html @@ -0,0 +1 @@ +BaseEntry | contentful.js

Type Alias BaseEntry

BaseEntry: {
    metadata: Metadata;
    sys: EntrySys;
}
diff --git a/contentful/11.4.2/types/BaseFieldMap.html b/contentful/11.4.2/types/BaseFieldMap.html new file mode 100644 index 000000000..bfcb87377 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/BoundingBoxSearchFilterInput.html b/contentful/11.4.2/types/BoundingBoxSearchFilterInput.html new file mode 100644 index 000000000..465f8a88d --- /dev/null +++ b/contentful/11.4.2/types/BoundingBoxSearchFilterInput.html @@ -0,0 +1 @@ +BoundingBoxSearchFilterInput | contentful.js

Type Alias BoundingBoxSearchFilterInput

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

Type Alias BoundingCircleSearchFilterInput

BoundingCircleSearchFilterInput: [number, number, number]
diff --git a/contentful/11.4.2/types/BoundingObjectSearchFilter.html b/contentful/11.4.2/types/BoundingObjectSearchFilter.html new file mode 100644 index 000000000..5fa687de8 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ChainModifiers.html b/contentful/11.4.2/types/ChainModifiers.html new file mode 100644 index 000000000..68e9ec359 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ClientLogLevel.html b/contentful/11.4.2/types/ClientLogLevel.html new file mode 100644 index 000000000..4df27786b --- /dev/null +++ b/contentful/11.4.2/types/ClientLogLevel.html @@ -0,0 +1 @@ +ClientLogLevel | contentful.js

Type Alias ClientLogLevel

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

Type Alias ConceptCollection<Locale>

ConceptCollection<Locale>: {
    items: Concept<Locale>[];
    limit: number;
    pages?: {
        next?: string;
        prev?: string;
    };
    sys: {
        type: "Array";
    };
}

Type Parameters

diff --git a/contentful/11.4.2/types/ConceptSchemeCollection.html b/contentful/11.4.2/types/ConceptSchemeCollection.html new file mode 100644 index 000000000..2852683a4 --- /dev/null +++ b/contentful/11.4.2/types/ConceptSchemeCollection.html @@ -0,0 +1 @@ +ConceptSchemeCollection | contentful.js

Type Alias ConceptSchemeCollection<Locale>

ConceptSchemeCollection<Locale>: {
    items: ConceptScheme<Locale>[];
    limit: number;
    pages?: {
        next?: string;
        prev?: string;
    };
    sys: {
        type: "Array";
    };
}

Type Parameters

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

Type Alias ConceptSchemeSys

ConceptSchemeSys: {
    createdAt: ISODateString;
    id: string;
    type: "TaxonomyConceptScheme";
    updatedAt: ISODateString;
    version: number;
}
diff --git a/contentful/11.4.2/types/ConceptSchemesQueries.html b/contentful/11.4.2/types/ConceptSchemesQueries.html new file mode 100644 index 000000000..b24799f9e --- /dev/null +++ b/contentful/11.4.2/types/ConceptSchemesQueries.html @@ -0,0 +1 @@ +ConceptSchemesQueries | contentful.js

Type Alias ConceptSchemesQueries

ConceptSchemesQueries: CursorPaginationOptions & TaxonomyOrderFilter
diff --git a/contentful/11.4.2/types/ConceptSys.html b/contentful/11.4.2/types/ConceptSys.html new file mode 100644 index 000000000..e46b8b127 --- /dev/null +++ b/contentful/11.4.2/types/ConceptSys.html @@ -0,0 +1 @@ +ConceptSys | contentful.js

Type Alias ConceptSys

ConceptSys: {
    createdAt: ISODateString;
    id: string;
    type: "TaxonomyConcept";
    updatedAt: ISODateString;
    version: number;
}
diff --git a/contentful/11.4.2/types/ConceptsQueries.html b/contentful/11.4.2/types/ConceptsQueries.html new file mode 100644 index 000000000..fc59b9590 --- /dev/null +++ b/contentful/11.4.2/types/ConceptsQueries.html @@ -0,0 +1 @@ +ConceptsQueries | contentful.js

Type Alias ConceptsQueries

ConceptsQueries: CursorPaginationOptions & TaxonomyOrderFilter & {
    concept_scheme?: string;
}
diff --git a/contentful/11.4.2/types/ConditionalFixedQueries.html b/contentful/11.4.2/types/ConditionalFixedQueries.html new file mode 100644 index 000000000..b8913f21d --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ConditionalListQueries.html b/contentful/11.4.2/types/ConditionalListQueries.html new file mode 100644 index 000000000..34cfbd87f --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ContentTypeCollection.html b/contentful/11.4.2/types/ContentTypeCollection.html new file mode 100644 index 000000000..735627ab8 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ContentTypeFieldType.html b/contentful/11.4.2/types/ContentTypeFieldType.html new file mode 100644 index 000000000..ce6d481fa --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ContentTypeLink.html b/contentful/11.4.2/types/ContentTypeLink.html new file mode 100644 index 000000000..1d042064a --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/DeletedAsset.html b/contentful/11.4.2/types/DeletedAsset.html new file mode 100644 index 000000000..ec6f4246e --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/DeletedEntry.html b/contentful/11.4.2/types/DeletedEntry.html new file mode 100644 index 000000000..0f2ed11ca --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntriesQueries.html b/contentful/11.4.2/types/EntriesQueries.html new file mode 100644 index 000000000..98fbf9efa --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/Entry.html b/contentful/11.4.2/types/Entry.html new file mode 100644 index 000000000..776b4b350 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryCollection.html b/contentful/11.4.2/types/EntryCollection.html new file mode 100644 index 000000000..70f8c9a94 --- /dev/null +++ b/contentful/11.4.2/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?: Asset<Modifiers, Locales>[];
        Entry?: Entry<EntrySkeletonType, Modifiers, Locales>[];
    };
}

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.4.2/types/EntryContentTypeQuery.html b/contentful/11.4.2/types/EntryContentTypeQuery.html new file mode 100644 index 000000000..fb00ba67b --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryField.html b/contentful/11.4.2/types/EntryField.html new file mode 100644 index 000000000..a19f2fdb8 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldType.html b/contentful/11.4.2/types/EntryFieldType.html new file mode 100644 index 000000000..8892e6bb5 --- /dev/null +++ b/contentful/11.4.2/types/EntryFieldType.html @@ -0,0 +1,2 @@ +EntryFieldType | contentful.js
diff --git a/contentful/11.4.2/types/EntryFieldTypes.Array.html b/contentful/11.4.2/types/EntryFieldTypes.Array.html new file mode 100644 index 000000000..441697290 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldTypes.AssetLink.html b/contentful/11.4.2/types/EntryFieldTypes.AssetLink.html new file mode 100644 index 000000000..74d22c020 --- /dev/null +++ b/contentful/11.4.2/types/EntryFieldTypes.AssetLink.html @@ -0,0 +1 @@ +AssetLink | contentful.js
AssetLink: {
    type: "AssetLink";
}
diff --git a/contentful/11.4.2/types/EntryFieldTypes.Boolean.html b/contentful/11.4.2/types/EntryFieldTypes.Boolean.html new file mode 100644 index 000000000..86dad79b3 --- /dev/null +++ b/contentful/11.4.2/types/EntryFieldTypes.Boolean.html @@ -0,0 +1 @@ +Boolean | contentful.js
Boolean: {
    type: "Boolean";
}
diff --git a/contentful/11.4.2/types/EntryFieldTypes.Date.html b/contentful/11.4.2/types/EntryFieldTypes.Date.html new file mode 100644 index 000000000..e6b375516 --- /dev/null +++ b/contentful/11.4.2/types/EntryFieldTypes.Date.html @@ -0,0 +1 @@ +Date | contentful.js
Date: {
    type: "Date";
}
diff --git a/contentful/11.4.2/types/EntryFieldTypes.EntryLink.html b/contentful/11.4.2/types/EntryFieldTypes.EntryLink.html new file mode 100644 index 000000000..cd75a0018 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldTypes.EntryResourceLink.html b/contentful/11.4.2/types/EntryFieldTypes.EntryResourceLink.html new file mode 100644 index 000000000..23bd5cee8 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldTypes.ExternalResourceLink.html b/contentful/11.4.2/types/EntryFieldTypes.ExternalResourceLink.html new file mode 100644 index 000000000..a6c4c8ba4 --- /dev/null +++ b/contentful/11.4.2/types/EntryFieldTypes.ExternalResourceLink.html @@ -0,0 +1 @@ +ExternalResourceLink | contentful.js
ExternalResourceLink: {
    type: "ExternalResourceLink";
}
diff --git a/contentful/11.4.2/types/EntryFieldTypes.Integer.html b/contentful/11.4.2/types/EntryFieldTypes.Integer.html new file mode 100644 index 000000000..2d3d52cfd --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldTypes.Location.html b/contentful/11.4.2/types/EntryFieldTypes.Location.html new file mode 100644 index 000000000..3951f7af1 --- /dev/null +++ b/contentful/11.4.2/types/EntryFieldTypes.Location.html @@ -0,0 +1 @@ +Location | contentful.js
Location: {
    type: "Location";
}
diff --git a/contentful/11.4.2/types/EntryFieldTypes.Number.html b/contentful/11.4.2/types/EntryFieldTypes.Number.html new file mode 100644 index 000000000..8d4135395 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldTypes.Object.html b/contentful/11.4.2/types/EntryFieldTypes.Object.html new file mode 100644 index 000000000..de3b8e07b --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldTypes.RichText.html b/contentful/11.4.2/types/EntryFieldTypes.RichText.html new file mode 100644 index 000000000..7495a4c1d --- /dev/null +++ b/contentful/11.4.2/types/EntryFieldTypes.RichText.html @@ -0,0 +1 @@ +RichText | contentful.js
RichText: {
    type: "RichText";
}
diff --git a/contentful/11.4.2/types/EntryFieldTypes.Symbol.html b/contentful/11.4.2/types/EntryFieldTypes.Symbol.html new file mode 100644 index 000000000..d2ac82968 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldTypes.Text.html b/contentful/11.4.2/types/EntryFieldTypes.Text.html new file mode 100644 index 000000000..0de1553c4 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFields.Array.html b/contentful/11.4.2/types/EntryFields.Array.html new file mode 100644 index 000000000..1452880c9 --- /dev/null +++ b/contentful/11.4.2/types/EntryFields.Array.html @@ -0,0 +1 @@ +Array | contentful.js
diff --git a/contentful/11.4.2/types/EntryFields.AssetLink.html b/contentful/11.4.2/types/EntryFields.AssetLink.html new file mode 100644 index 000000000..19c305431 --- /dev/null +++ b/contentful/11.4.2/types/EntryFields.AssetLink.html @@ -0,0 +1 @@ +AssetLink | contentful.js
AssetLink: Asset
diff --git a/contentful/11.4.2/types/EntryFields.Boolean.html b/contentful/11.4.2/types/EntryFields.Boolean.html new file mode 100644 index 000000000..12735a762 --- /dev/null +++ b/contentful/11.4.2/types/EntryFields.Boolean.html @@ -0,0 +1 @@ +Boolean | contentful.js
Boolean: boolean
diff --git a/contentful/11.4.2/types/EntryFields.Date.html b/contentful/11.4.2/types/EntryFields.Date.html new file mode 100644 index 000000000..8966ff906 --- /dev/null +++ b/contentful/11.4.2/types/EntryFields.Date.html @@ -0,0 +1 @@ +Date | contentful.js
Date: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/11.4.2/types/EntryFields.EntryLink.html b/contentful/11.4.2/types/EntryFields.EntryLink.html new file mode 100644 index 000000000..9df4cb6e8 --- /dev/null +++ b/contentful/11.4.2/types/EntryFields.EntryLink.html @@ -0,0 +1 @@ +EntryLink | contentful.js

Type Alias EntryLink<EntrySkeleton>

Type Parameters

diff --git a/contentful/11.4.2/types/EntryFields.Integer.html b/contentful/11.4.2/types/EntryFields.Integer.html new file mode 100644 index 000000000..d564ca05b --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFields.Link.html b/contentful/11.4.2/types/EntryFields.Link.html new file mode 100644 index 000000000..ab867d2d5 --- /dev/null +++ b/contentful/11.4.2/types/EntryFields.Link.html @@ -0,0 +1 @@ +Link | contentful.js

Type Alias Link<EntrySkeleton>

Type Parameters

diff --git a/contentful/11.4.2/types/EntryFields.Location.html b/contentful/11.4.2/types/EntryFields.Location.html new file mode 100644 index 000000000..a5a01489d --- /dev/null +++ b/contentful/11.4.2/types/EntryFields.Location.html @@ -0,0 +1 @@ +Location | contentful.js
Location: {
    lat: number;
    lon: number;
}
diff --git a/contentful/11.4.2/types/EntryFields.Number.html b/contentful/11.4.2/types/EntryFields.Number.html new file mode 100644 index 000000000..d4319100f --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFields.Object.html b/contentful/11.4.2/types/EntryFields.Object.html new file mode 100644 index 000000000..594c4b88e --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFields.RichText.html b/contentful/11.4.2/types/EntryFields.RichText.html new file mode 100644 index 000000000..6d960888c --- /dev/null +++ b/contentful/11.4.2/types/EntryFields.RichText.html @@ -0,0 +1 @@ +RichText | contentful.js
RichText: RichTextDocument
diff --git a/contentful/11.4.2/types/EntryFields.Symbol.html b/contentful/11.4.2/types/EntryFields.Symbol.html new file mode 100644 index 000000000..07d3d9065 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFields.Text.html b/contentful/11.4.2/types/EntryFields.Text.html new file mode 100644 index 000000000..7f947b1ef --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldsEqualityFilter.html b/contentful/11.4.2/types/EntryFieldsEqualityFilter.html new file mode 100644 index 000000000..5de9f7f1b --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldsExistenceFilter.html b/contentful/11.4.2/types/EntryFieldsExistenceFilter.html new file mode 100644 index 000000000..6c8297c4b --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldsFullTextSearchFilters.html b/contentful/11.4.2/types/EntryFieldsFullTextSearchFilters.html new file mode 100644 index 000000000..d7ca456ce --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldsInequalityFilter.html b/contentful/11.4.2/types/EntryFieldsInequalityFilter.html new file mode 100644 index 000000000..a5a3b408a --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldsQueries.html b/contentful/11.4.2/types/EntryFieldsQueries.html new file mode 100644 index 000000000..d56d280a7 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldsRangeFilters.html b/contentful/11.4.2/types/EntryFieldsRangeFilters.html new file mode 100644 index 000000000..b8cc74c6e --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldsSetFilter.html b/contentful/11.4.2/types/EntryFieldsSetFilter.html new file mode 100644 index 000000000..273ccb6c8 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryFieldsSubsetFilters.html b/contentful/11.4.2/types/EntryFieldsSubsetFilters.html new file mode 100644 index 000000000..f038b27b9 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryLink.html b/contentful/11.4.2/types/EntryLink.html new file mode 100644 index 000000000..30e014e85 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryOrderFilter.html b/contentful/11.4.2/types/EntryOrderFilter.html new file mode 100644 index 000000000..cde8f7992 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryOrderFilterWithFields.html b/contentful/11.4.2/types/EntryOrderFilterWithFields.html new file mode 100644 index 000000000..e5ac93b45 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntryQueries.html b/contentful/11.4.2/types/EntryQueries.html new file mode 100644 index 000000000..0ec099b0e --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntrySelectFilter.html b/contentful/11.4.2/types/EntrySelectFilter.html new file mode 100644 index 000000000..fb0f16a07 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntrySelectFilterWithFields.html b/contentful/11.4.2/types/EntrySelectFilterWithFields.html new file mode 100644 index 000000000..8401f00e7 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EntrySkeletonType.html b/contentful/11.4.2/types/EntrySkeletonType.html new file mode 100644 index 000000000..2edd72934 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/EnvironmentLink.html b/contentful/11.4.2/types/EnvironmentLink.html new file mode 100644 index 000000000..eb322cbc8 --- /dev/null +++ b/contentful/11.4.2/types/EnvironmentLink.html @@ -0,0 +1,2 @@ +EnvironmentLink | contentful.js

Type Alias EnvironmentLink

EnvironmentLink: Link<"Environment">

Environment link type

+
diff --git a/contentful/11.4.2/types/EqualityFilter.html b/contentful/11.4.2/types/EqualityFilter.html new file mode 100644 index 000000000..ef0ddbeb7 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ExistenceFilter.html b/contentful/11.4.2/types/ExistenceFilter.html new file mode 100644 index 000000000..6a0a911af --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/FieldsType.html b/contentful/11.4.2/types/FieldsType.html new file mode 100644 index 000000000..23b0f08b1 --- /dev/null +++ b/contentful/11.4.2/types/FieldsType.html @@ -0,0 +1 @@ +FieldsType | contentful.js

Type Alias FieldsType

FieldsType: Record<string, any>
diff --git a/contentful/11.4.2/types/FixedLinkOptions.html b/contentful/11.4.2/types/FixedLinkOptions.html new file mode 100644 index 000000000..dead0159c --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/FixedPagedOptions.html b/contentful/11.4.2/types/FixedPagedOptions.html new file mode 100644 index 000000000..3bc58f416 --- /dev/null +++ b/contentful/11.4.2/types/FixedPagedOptions.html @@ -0,0 +1 @@ +FixedPagedOptions | contentful.js

Type Alias FixedPagedOptions

FixedPagedOptions: {
    limit?: number;
    skip?: number;
}
diff --git a/contentful/11.4.2/types/FixedQueryOptions.html b/contentful/11.4.2/types/FixedQueryOptions.html new file mode 100644 index 000000000..ae30b9cb8 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/FullTextSearchFilters.html b/contentful/11.4.2/types/FullTextSearchFilters.html new file mode 100644 index 000000000..61dba87c7 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/GetGlobalOptions.html b/contentful/11.4.2/types/GetGlobalOptions.html new file mode 100644 index 000000000..343a12eea --- /dev/null +++ b/contentful/11.4.2/types/GetGlobalOptions.html @@ -0,0 +1 @@ +GetGlobalOptions | contentful.js

Type Alias GetGlobalOptions

GetGlobalOptions: ((globalOptions?: GlobalOptionsParams) => Required<GlobalOptionsParams>)
diff --git a/contentful/11.4.2/types/InequalityFilter.html b/contentful/11.4.2/types/InequalityFilter.html new file mode 100644 index 000000000..78714b405 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/LinkType.html b/contentful/11.4.2/types/LinkType.html new file mode 100644 index 000000000..c96be070b --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/LocaleCode.html b/contentful/11.4.2/types/LocaleCode.html new file mode 100644 index 000000000..9722959b6 --- /dev/null +++ b/contentful/11.4.2/types/LocaleCode.html @@ -0,0 +1 @@ +LocaleCode | contentful.js

Type Alias LocaleCode

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

Type Alias LocaleCollection

LocaleCollection: ContentfulCollection<Locale>

Collection of locales

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

Type Alias LocaleOption

LocaleOption: {
    locale?: string;
}
diff --git a/contentful/11.4.2/types/LocationSearchFilters.html b/contentful/11.4.2/types/LocationSearchFilters.html new file mode 100644 index 000000000..fb0639ac1 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/Metadata.html b/contentful/11.4.2/types/Metadata.html new file mode 100644 index 000000000..b5b8a530c --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/MetadataConceptsQueries.html b/contentful/11.4.2/types/MetadataConceptsQueries.html new file mode 100644 index 000000000..e797e15ff --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/MetadataTagsQueries.html b/contentful/11.4.2/types/MetadataTagsQueries.html new file mode 100644 index 000000000..db17183f0 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/OrderFilterPaths.html b/contentful/11.4.2/types/OrderFilterPaths.html new file mode 100644 index 000000000..69260e81b --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ProximitySearchFilter.html b/contentful/11.4.2/types/ProximitySearchFilter.html new file mode 100644 index 000000000..562c23028 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ProximitySearchFilterInput.html b/contentful/11.4.2/types/ProximitySearchFilterInput.html new file mode 100644 index 000000000..2b0cf7c0c --- /dev/null +++ b/contentful/11.4.2/types/ProximitySearchFilterInput.html @@ -0,0 +1 @@ +ProximitySearchFilterInput | contentful.js

Type Alias ProximitySearchFilterInput

ProximitySearchFilterInput: [number, number]
diff --git a/contentful/11.4.2/types/RangeFilters.html b/contentful/11.4.2/types/RangeFilters.html new file mode 100644 index 000000000..5e294a9c1 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ReferenceSearchFilters.html b/contentful/11.4.2/types/ReferenceSearchFilters.html new file mode 100644 index 000000000..153767b01 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ResolvedAssetLink.html b/contentful/11.4.2/types/ResolvedAssetLink.html new file mode 100644 index 000000000..51c020ece --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ResolvedEntryLink.html b/contentful/11.4.2/types/ResolvedEntryLink.html new file mode 100644 index 000000000..ef94d2d9f --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ResolvedEntryResourceLink.html b/contentful/11.4.2/types/ResolvedEntryResourceLink.html new file mode 100644 index 000000000..0191568f4 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ResolvedField.html b/contentful/11.4.2/types/ResolvedField.html new file mode 100644 index 000000000..c7aff9519 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/ResolvedLink.html b/contentful/11.4.2/types/ResolvedLink.html new file mode 100644 index 000000000..8c1485a7a --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/SelectFilterPaths.html b/contentful/11.4.2/types/SelectFilterPaths.html new file mode 100644 index 000000000..2701a4973 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/SpaceLink.html b/contentful/11.4.2/types/SpaceLink.html new file mode 100644 index 000000000..1f2770193 --- /dev/null +++ b/contentful/11.4.2/types/SpaceLink.html @@ -0,0 +1,2 @@ +SpaceLink | contentful.js

Type Alias SpaceLink

SpaceLink: Link<"Space">

Space link type

+
diff --git a/contentful/11.4.2/types/SubsetFilters.html b/contentful/11.4.2/types/SubsetFilters.html new file mode 100644 index 000000000..7392ee268 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/SupportedEntryFieldTypes.html b/contentful/11.4.2/types/SupportedEntryFieldTypes.html new file mode 100644 index 000000000..fcff5d3c1 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/SupportedLinkTypes.html b/contentful/11.4.2/types/SupportedLinkTypes.html new file mode 100644 index 000000000..af55e605c --- /dev/null +++ b/contentful/11.4.2/types/SupportedLinkTypes.html @@ -0,0 +1 @@ +SupportedLinkTypes | contentful.js

Type Alias SupportedLinkTypes

SupportedLinkTypes: EntryFieldTypes.AssetLink | EntryFieldTypes.EntryLink<any> | undefined
diff --git a/contentful/11.4.2/types/SupportedTypes.html b/contentful/11.4.2/types/SupportedTypes.html new file mode 100644 index 000000000..f4f2af441 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/SyncEntities.html b/contentful/11.4.2/types/SyncEntities.html new file mode 100644 index 000000000..68a27c700 --- /dev/null +++ b/contentful/11.4.2/types/SyncEntities.html @@ -0,0 +1 @@ +SyncEntities | contentful.js

Type Alias SyncEntities

SyncEntities:
    | Entry<EntrySkeletonType>
    | Asset
    | DeletedEntry
    | DeletedAsset
diff --git a/contentful/11.4.2/types/SyncOptions.html b/contentful/11.4.2/types/SyncOptions.html new file mode 100644 index 000000000..f844cecc2 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/SyncPageQuery.html b/contentful/11.4.2/types/SyncPageQuery.html new file mode 100644 index 000000000..243fad458 --- /dev/null +++ b/contentful/11.4.2/types/SyncPageQuery.html @@ -0,0 +1 @@ +SyncPageQuery | contentful.js

Type Alias SyncPageQuery

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

Type Alias SyncPageResponse

SyncPageResponse: {
    items: SyncEntities[];
    nextPageToken?: string;
    nextSyncToken?: string;
}
diff --git a/contentful/11.4.2/types/SyncQuery.html b/contentful/11.4.2/types/SyncQuery.html new file mode 100644 index 000000000..e74cc8662 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/SyncResponse.html b/contentful/11.4.2/types/SyncResponse.html new file mode 100644 index 000000000..17f810182 --- /dev/null +++ b/contentful/11.4.2/types/SyncResponse.html @@ -0,0 +1 @@ +SyncResponse | contentful.js

Type Alias SyncResponse

SyncResponse: {
    items: SyncEntities[];
    nextPageUrl?: string;
    nextSyncUrl?: string;
}
diff --git a/contentful/11.4.2/types/SysQueries.html b/contentful/11.4.2/types/SysQueries.html new file mode 100644 index 000000000..06e980dd2 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/Tag.html b/contentful/11.4.2/types/Tag.html new file mode 100644 index 000000000..588c323ab --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/TagCollection.html b/contentful/11.4.2/types/TagCollection.html new file mode 100644 index 000000000..9faf97ebf --- /dev/null +++ b/contentful/11.4.2/types/TagCollection.html @@ -0,0 +1,2 @@ +TagCollection | contentful.js

Type Alias TagCollection

TagCollection: ContentfulCollection<Tag>

Collection of tags

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

Type Alias TagLink

TagLink: Link<"Tag">

Tag link type

+
diff --git a/contentful/11.4.2/types/TagNameFilters.html b/contentful/11.4.2/types/TagNameFilters.html new file mode 100644 index 000000000..b69471cf2 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/TagOrderFilter.html b/contentful/11.4.2/types/TagOrderFilter.html new file mode 100644 index 000000000..c9e6bfaab --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/TagQueries.html b/contentful/11.4.2/types/TagQueries.html new file mode 100644 index 000000000..3d734b2b1 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/TaxonomyConceptLink.html b/contentful/11.4.2/types/TaxonomyConceptLink.html new file mode 100644 index 000000000..e9cd014dd --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/TaxonomyOrderFilter.html b/contentful/11.4.2/types/TaxonomyOrderFilter.html new file mode 100644 index 000000000..2a5f94e69 --- /dev/null +++ b/contentful/11.4.2/types/TaxonomyOrderFilter.html @@ -0,0 +1 @@ +TaxonomyOrderFilter | contentful.js

Type Alias TaxonomyOrderFilter

TaxonomyOrderFilter: {
    order?: ("sys.createdAt" | "sys.updatedAt" | "prefLabel")[];
}
diff --git a/contentful/11.4.2/types/UnresolvedLink.html b/contentful/11.4.2/types/UnresolvedLink.html new file mode 100644 index 000000000..2f7b6c761 --- /dev/null +++ b/contentful/11.4.2/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.4.2/types/UserLink.html b/contentful/11.4.2/types/UserLink.html new file mode 100644 index 000000000..bb5653685 --- /dev/null +++ b/contentful/11.4.2/types/UserLink.html @@ -0,0 +1,2 @@ +UserLink | contentful.js

Type Alias UserLink

UserLink: Link<"User">

User link type

+
diff --git a/contentful/latest/functions/createClient.html b/contentful/latest/functions/createClient.html index efb8b9f28..4964422e7 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 a3f15c1b8..839a0f436 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 b758c07b7..5f7588a42 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: Metadata;
    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: Metadata
+

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: Metadata
diff --git a/contentful/latest/interfaces/AssetDetails.html b/contentful/latest/interfaces/AssetDetails.html index 163a9cb57..c576dbd19 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 9c63546a6..f8cd68d53 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 b6ea269ad..f86decc3a 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 795d434d1..a92a0770a 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/Concept.html b/contentful/latest/interfaces/Concept.html index 076b6ae58..cac0cf489 100644 --- a/contentful/latest/interfaces/Concept.html +++ b/contentful/latest/interfaces/Concept.html @@ -1,4 +1,4 @@ -Concept | contentful.js

Interface Concept<Locales>

interface Concept<Locales> {
    altLabels?: {
        [locale in string]: string[]
    };
    broader?: UnresolvedLink<"TaxonomyConcept">[];
    changeNote?: null | {
        [locale in string]: string
    };
    definition?: null | {
        [locale in string]: string
    };
    editorialNote?: null | {
        [locale in string]: string
    };
    example?: null | {
        [locale in string]: string
    };
    hiddenLabels?: {
        [locale in string]: string[]
    };
    historyNote?: null | {
        [locale in string]: string
    };
    notations?: string[];
    note?: null | {
        [locale in string]: string
    };
    prefLabel: {
        [locale in string]: string
    };
    related?: UnresolvedLink<"TaxonomyConcept">[];
    scopeNote?: null | {
        [locale in string]: string
    };
    sys: ConceptSys;
    uri?: string;
}

Type Parameters

Properties

altLabels? +Concept | contentful.js

Interface Concept<Locales>

interface Concept<Locales> {
    altLabels?: {
        [locale in string]: string[]
    };
    broader?: UnresolvedLink<"TaxonomyConcept">[];
    changeNote?: null | {
        [locale in string]: string
    };
    definition?: null | {
        [locale in string]: string
    };
    editorialNote?: null | {
        [locale in string]: string
    };
    example?: null | {
        [locale in string]: string
    };
    hiddenLabels?: {
        [locale in string]: string[]
    };
    historyNote?: null | {
        [locale in string]: string
    };
    notations?: string[];
    note?: null | {
        [locale in string]: string
    };
    prefLabel: {
        [locale in string]: string
    };
    related?: UnresolvedLink<"TaxonomyConcept">[];
    scopeNote?: null | {
        [locale in string]: string
    };
    sys: ConceptSys;
    uri?: string;
}

Type Parameters

Properties

altLabels?: {
    [locale in string]: string[]
}
broader?: UnresolvedLink<"TaxonomyConcept">[]
changeNote?: null | {
    [locale in string]: string
}
definition?: null | {
    [locale in string]: string
}
editorialNote?: null | {
    [locale in string]: string
}
example?: null | {
    [locale in string]: string
}
hiddenLabels?: {
    [locale in string]: string[]
}
historyNote?: null | {
    [locale in string]: string
}
notations?: string[]
note?: null | {
    [locale in string]: string
}
prefLabel: {
    [locale in string]: string
}
related?: UnresolvedLink<"TaxonomyConcept">[]
scopeNote?: null | {
    [locale in string]: string
}
uri?: string
+

Properties

altLabels?: {
    [locale in string]: string[]
}
broader?: UnresolvedLink<"TaxonomyConcept">[]
changeNote?: null | {
    [locale in string]: string
}
definition?: null | {
    [locale in string]: string
}
editorialNote?: null | {
    [locale in string]: string
}
example?: null | {
    [locale in string]: string
}
hiddenLabels?: {
    [locale in string]: string[]
}
historyNote?: null | {
    [locale in string]: string
}
notations?: string[]
note?: null | {
    [locale in string]: string
}
prefLabel: {
    [locale in string]: string
}
related?: UnresolvedLink<"TaxonomyConcept">[]
scopeNote?: null | {
    [locale in string]: string
}
uri?: string
diff --git a/contentful/latest/interfaces/ConceptScheme.html b/contentful/latest/interfaces/ConceptScheme.html index 228a157fb..62f7fce51 100644 --- a/contentful/latest/interfaces/ConceptScheme.html +++ b/contentful/latest/interfaces/ConceptScheme.html @@ -1,8 +1,8 @@ -ConceptScheme | contentful.js

Interface ConceptScheme<Locales>

interface ConceptScheme<Locales> {
    concepts: UnresolvedLink<"TaxonomyConcept">[];
    definition?: null | {
        [locale in string]: string
    };
    prefLabel: {
        [locale in string]: string
    };
    sys: ConceptSchemeSys;
    topConcepts: UnresolvedLink<"TaxonomyConcept">[];
    totalConcepts: number;
    uri?: string;
}

Type Parameters

Properties

concepts +ConceptScheme | contentful.js

Interface ConceptScheme<Locales>

interface ConceptScheme<Locales> {
    concepts: UnresolvedLink<"TaxonomyConcept">[];
    definition?: null | {
        [locale in string]: string
    };
    prefLabel: {
        [locale in string]: string
    };
    sys: ConceptSchemeSys;
    topConcepts: UnresolvedLink<"TaxonomyConcept">[];
    totalConcepts: number;
    uri?: string;
}

Type Parameters

Properties

concepts: UnresolvedLink<"TaxonomyConcept">[]
definition?: null | {
    [locale in string]: string
}
prefLabel: {
    [locale in string]: string
}
topConcepts: UnresolvedLink<"TaxonomyConcept">[]
totalConcepts: number
uri?: string
+

Properties

concepts: UnresolvedLink<"TaxonomyConcept">[]
definition?: null | {
    [locale in string]: string
}
prefLabel: {
    [locale in string]: string
}
topConcepts: UnresolvedLink<"TaxonomyConcept">[]
totalConcepts: number
uri?: string
diff --git a/contentful/latest/interfaces/ContentType.html b/contentful/latest/interfaces/ContentType.html index d6864f22e..c0c867540 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 6c37faee1..540675b55 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 57c63afd8..d76d20d7e 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 9b78c6ab6..ef32ae11e 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 55be5a4b6..4974160e2 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 c58154ee0..a729337fe 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>>;
    getConcept(id: string): Promise<Concept<"en-US">>;
    getConcepts(query?: ConceptsQueries): Promise<ConceptCollection<"en-US">>;
    getConceptScheme(id: string): Promise<ConceptScheme<"en-US">>;
    getConceptSchemes(query?: ConceptSchemesQueries): Promise<ConceptSchemeCollection<"en-US">>;
    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)
    -
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 Concept

    Parameters

    • id: string

      The concept’s ID

    Returns Promise<Concept<"en-US">>

    Promise for a concept

    const contentful = require('contentful')

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

    const concept = await client.getConcept('<concept_id>')
    console.log(concept)
    -
  • Fetches a collection of Concepts

    Parameters

    Returns Promise<ConceptCollection<"en-US">>

    Promise for a collection of Concepts

    const contentful = require('contentful')

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

    const response = await client.getConcepts()
    console.log(response.items)
    -
  • Fetches a Concept Scheme

    Parameters

    • id: string

      The concept scheme's ID

    Returns Promise<ConceptScheme<"en-US">>

    Promise for a concept scheme

    const contentful = require('contentful')

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

    const conceptScheme = await client.getConceptScheme('<concept_id>')
    console.log(conceptScheme)
    -
  • Fetches a collection of Concept Schemes

    Parameters

    Returns Promise<ConceptSchemeCollection<"en-US">>

    Promise for a collection of Concept Schemes

    const contentful = require('contentful')

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

    const response = await client.getConceptSchemes()
    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

      @@ -95,7 +95,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

      @@ -104,35 +104,35 @@
      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

    +
  • 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.

    @@ -147,4 +147,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 c03bf1d8f..99abb79c6 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 c611d023e..ca6f3470d 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 85269d4fa..04ec58dad 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;
    publishedVersion: number;
    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;
    publishedVersion: number;
    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
publishedVersion: number
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
publishedVersion: number
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 522f2b22b..8e5419b40 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;
    publishedVersion: number;
    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;
    publishedVersion: number;
    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
publishedVersion: number
revision: number
space: {
    sys: SpaceLink;
}
type
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
publishedVersion: number
revision: number
space: {
    sys: SpaceLink;
}
type
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/latest/interfaces/FieldItem.html b/contentful/latest/interfaces/FieldItem.html index 5a0a1b5e1..743d91435 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 2559eaaf0..3f2fc8051 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 111814322..16beac47c 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
+

Properties

id: string
linkType: T
type
diff --git a/contentful/latest/interfaces/Locale.html b/contentful/latest/interfaces/Locale.html index cf0eabe9b..fc6bac31e 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 c3f6e8471..2d007cdbe 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
version: number
+

Properties

id: string
type
version: number
diff --git a/contentful/latest/interfaces/ResourceLink.html b/contentful/latest/interfaces/ResourceLink.html index e4de63de4..bbda1024b 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
urn: string
+

Properties

linkType: LinkType
type
urn: string
diff --git a/contentful/latest/interfaces/Space.html b/contentful/latest/interfaces/Space.html index dfd3a087a..0ba036cf4 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 f1c2db1c1..0df0dcddc 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
+

Properties

id: string
type
diff --git a/contentful/latest/interfaces/SyncCollection.html b/contentful/latest/interfaces/SyncCollection.html index b9530ce00..ab20c3d8e 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 138d5b6a3..ddd3d827f 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;
    publishedVersion: number;
    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;
    publishedVersion: number;
    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
publishedVersion: number
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
publishedVersion: number
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 6e926a603..79d9a48ac 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 859f6621d..d1f1b265c 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 619800861..f8def0c26 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 e2010ebc0..2a52f27f2 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 df4924957..82161d904 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 07291d36f..d3a133296 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 e9096b648..4c7924c40 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 80e5d3eac..98f089cf1 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 17910246e..89e834fe0 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/AssetMimeType.html b/contentful/latest/types/AssetMimeType.html index a021ac84f..8060d30e2 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 9a1d1c92d..625fe2f6a 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 710404a55..1c752983d 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 b4a9c24fa..7ee1cbaa1 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<Metadata, "metadata">)[];
}

Select fields in an asset

Type Parameters

+
diff --git a/contentful/latest/types/AssetSys.html b/contentful/latest/types/AssetSys.html index e1b32de72..36e6ed76c 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 1cab0f676..f4e2973b2 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 & MetadataConceptsQueries & 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 645b23eec..19f465d12 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 0ddea7feb..bfcb87377 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 8b7b24325..465f8a88d 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 642f4a0e7..ca7945aea 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 b37dfe557..5fa687de8 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 97f7a0ce8..68e9ec359 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 229c6f061..4df27786b 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/ConceptCollection.html b/contentful/latest/types/ConceptCollection.html index 5e99276ff..d255036c8 100644 --- a/contentful/latest/types/ConceptCollection.html +++ b/contentful/latest/types/ConceptCollection.html @@ -1 +1 @@ -ConceptCollection | contentful.js

Type Alias ConceptCollection<Locale>

ConceptCollection<Locale>: {
    items: Concept<Locale>[];
    limit: number;
    pages?: {
        next?: string;
        prev?: string;
    };
    sys: {
        type: "Array";
    };
}

Type Parameters

+ConceptCollection | contentful.js

Type Alias ConceptCollection<Locale>

ConceptCollection<Locale>: {
    items: Concept<Locale>[];
    limit: number;
    pages?: {
        next?: string;
        prev?: string;
    };
    sys: {
        type: "Array";
    };
}

Type Parameters

diff --git a/contentful/latest/types/ConceptSchemeCollection.html b/contentful/latest/types/ConceptSchemeCollection.html index 2c905e150..2852683a4 100644 --- a/contentful/latest/types/ConceptSchemeCollection.html +++ b/contentful/latest/types/ConceptSchemeCollection.html @@ -1 +1 @@ -ConceptSchemeCollection | contentful.js

Type Alias ConceptSchemeCollection<Locale>

ConceptSchemeCollection<Locale>: {
    items: ConceptScheme<Locale>[];
    limit: number;
    pages?: {
        next?: string;
        prev?: string;
    };
    sys: {
        type: "Array";
    };
}

Type Parameters

+ConceptSchemeCollection | contentful.js

Type Alias ConceptSchemeCollection<Locale>

ConceptSchemeCollection<Locale>: {
    items: ConceptScheme<Locale>[];
    limit: number;
    pages?: {
        next?: string;
        prev?: string;
    };
    sys: {
        type: "Array";
    };
}

Type Parameters

diff --git a/contentful/latest/types/ConceptSchemeSys.html b/contentful/latest/types/ConceptSchemeSys.html index c7c6dd52d..0a17d19e7 100644 --- a/contentful/latest/types/ConceptSchemeSys.html +++ b/contentful/latest/types/ConceptSchemeSys.html @@ -1 +1 @@ -ConceptSchemeSys | contentful.js

Type Alias ConceptSchemeSys

ConceptSchemeSys: {
    createdAt: ISODateString;
    id: string;
    type: "TaxonomyConceptScheme";
    updatedAt: ISODateString;
    version: number;
}
+ConceptSchemeSys | contentful.js

Type Alias ConceptSchemeSys

ConceptSchemeSys: {
    createdAt: ISODateString;
    id: string;
    type: "TaxonomyConceptScheme";
    updatedAt: ISODateString;
    version: number;
}
diff --git a/contentful/latest/types/ConceptSchemesQueries.html b/contentful/latest/types/ConceptSchemesQueries.html index a97ab2d8d..b24799f9e 100644 --- a/contentful/latest/types/ConceptSchemesQueries.html +++ b/contentful/latest/types/ConceptSchemesQueries.html @@ -1 +1 @@ -ConceptSchemesQueries | contentful.js

Type Alias ConceptSchemesQueries

ConceptSchemesQueries: CursorPaginationOptions & TaxonomyOrderFilter
+ConceptSchemesQueries | contentful.js

Type Alias ConceptSchemesQueries

ConceptSchemesQueries: CursorPaginationOptions & TaxonomyOrderFilter
diff --git a/contentful/latest/types/ConceptSys.html b/contentful/latest/types/ConceptSys.html index d236079ab..e46b8b127 100644 --- a/contentful/latest/types/ConceptSys.html +++ b/contentful/latest/types/ConceptSys.html @@ -1 +1 @@ -ConceptSys | contentful.js

Type Alias ConceptSys

ConceptSys: {
    createdAt: ISODateString;
    id: string;
    type: "TaxonomyConcept";
    updatedAt: ISODateString;
    version: number;
}
+ConceptSys | contentful.js

Type Alias ConceptSys

ConceptSys: {
    createdAt: ISODateString;
    id: string;
    type: "TaxonomyConcept";
    updatedAt: ISODateString;
    version: number;
}
diff --git a/contentful/latest/types/ConceptsQueries.html b/contentful/latest/types/ConceptsQueries.html index c1885ec0a..fc59b9590 100644 --- a/contentful/latest/types/ConceptsQueries.html +++ b/contentful/latest/types/ConceptsQueries.html @@ -1 +1 @@ -ConceptsQueries | contentful.js

Type Alias ConceptsQueries

ConceptsQueries: CursorPaginationOptions & TaxonomyOrderFilter & {
    concept_scheme?: string;
}
+ConceptsQueries | contentful.js

Type Alias ConceptsQueries

ConceptsQueries: CursorPaginationOptions & TaxonomyOrderFilter & {
    concept_scheme?: string;
}
diff --git a/contentful/latest/types/ConditionalFixedQueries.html b/contentful/latest/types/ConditionalFixedQueries.html index 3b63b7fe0..b8913f21d 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 38e776e0f..34cfbd87f 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 2be679336..735627ab8 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 ed63c74b8..ce6d481fa 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 19364fd8b..1d042064a 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 91e06c47e..ec6f4246e 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 2a4f01223..0f2ed11ca 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 ef1b15f14..98fbf9efa 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 ec06e77dd..776b4b350 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 fcee7c735..70f8c9a94 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 39d5139dd..fb00ba67b 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 074d8269e..a19f2fdb8 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 25922ee5b..8892e6bb5 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 40613c607..441697290 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 25cfb92e1..74d22c020 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 c09711d45..86dad79b3 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 c19625196..e6b375516 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 d009a0435..cd75a0018 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 42fc07541..23bd5cee8 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 4a5ada67a..a6c4c8ba4 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 fb482fa71..2d3d52cfd 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 05dba3217..3951f7af1 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 92d404f3f..8d4135395 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 ba27176fe..de3b8e07b 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 0477f59a4..7495a4c1d 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 cd15b1547..d2ac82968 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 cb27fc385..0de1553c4 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 1c6846e64..1452880c9 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 eed70b4f1..19c305431 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 49c15ffe7..12735a762 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 19aeb3151..8966ff906 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 ede578c6b..9df4cb6e8 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 babe86a1a..d564ca05b 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 280c05913..ab867d2d5 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 259a1658b..a5a01489d 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 1b96ad48b..d4319100f 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 0dc73ee84..594c4b88e 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 c97c4c96f..6d960888c 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 ee69b66fb..07d3d9065 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 841acbb0d..7f947b1ef 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 ff8646662..5de9f7f1b 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 238f0d5e8..6c8297c4b 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 8f2eced94..d7ca456ce 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 2687578cb..a5a3b408a 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 7276cf116..d56d280a7 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 0ca5e5b5f..b8cc74c6e 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 a4208765b..273ccb6c8 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 ca18f00ec..f038b27b9 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 444168e41..30e014e85 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 666a97aa3..cde8f7992 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 ab9c56d8d..e5ac93b45 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 41d69e51f..0ec099b0e 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 2b95f4efa..fb0f16a07 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 103bb1a76..8401f00e7 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 6d54c06cf..2edd72934 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 8ad2829c2..eb322cbc8 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 5e34842f9..ef0ddbeb7 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 2840aa235..6a0a911af 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 ab6b96ffe..23b0f08b1 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 12c9c15f3..dead0159c 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 778c89ca4..3bc58f416 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 9aba88d99..ae30b9cb8 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 22b47cd37..61dba87c7 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 5c14eabc8..343a12eea 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 83f60b7f3..78714b405 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 3ae8bf849..c96be070b 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 46f617932..9722959b6 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 a65a40667..dbfbac619 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 12eda67cd..03a2984ac 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 fac1da41e..fb0639ac1 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 53858de1f..b5b8a530c 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 daac686ea..e797e15ff 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 0cf039f94..db17183f0 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 8f677283a..69260e81b 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 3b2e256b6..562c23028 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 e3aa86389..2b0cf7c0c 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 4e216aa22..5e294a9c1 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 11c7d9854..153767b01 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 4c6598bba..51c020ece 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 2babd8c37..ef94d2d9f 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 131f620c6..0191568f4 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 08e88bd7f..c7aff9519 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 f52bb7aae..8c1485a7a 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 c1a5c5ca7..2701a4973 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 e5ae15b6c..1f2770193 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 7531d95d7..7392ee268 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 4f5ae693a..fcff5d3c1 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 207590d5c..af55e605c 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 4e27841d3..f4f2af441 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 a891b6b17..68a27c700 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 03dead30a..f844cecc2 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 56f4317b0..243fad458 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 5ad12c505..739cf71bf 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 93dd3db12..e74cc8662 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 ce5350a4b..17f810182 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 f14aa4eb8..06e980dd2 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 431f7c0c0..588c323ab 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 47465907b..9faf97ebf 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 a0e76c3b6..d6ca0ef66 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 634b0da44..b69471cf2 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 c9ea46ffa..c9e6bfaab 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 8a1e60bce..3d734b2b1 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 b77501c44..e9cd014dd 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/TaxonomyOrderFilter.html b/contentful/latest/types/TaxonomyOrderFilter.html index 12d5e20bc..2a5f94e69 100644 --- a/contentful/latest/types/TaxonomyOrderFilter.html +++ b/contentful/latest/types/TaxonomyOrderFilter.html @@ -1 +1 @@ -TaxonomyOrderFilter | contentful.js

    Type Alias TaxonomyOrderFilter

    TaxonomyOrderFilter: {
        order?: ("sys.createdAt" | "sys.updatedAt" | "prefLabel")[];
    }
    +TaxonomyOrderFilter | contentful.js

    Type Alias TaxonomyOrderFilter

    TaxonomyOrderFilter: {
        order?: ("sys.createdAt" | "sys.updatedAt" | "prefLabel")[];
    }
    diff --git a/contentful/latest/types/UnresolvedLink.html b/contentful/latest/types/UnresolvedLink.html index 6611bc091..2f7b6c761 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 1c5e86c67..bb5653685 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 84c5c8d6a..08612a4b7 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ - +