diff --git a/contentful/11.3.2/assets/highlight.css b/contentful/11.3.2/assets/highlight.css new file mode 100644 index 000000000..240238feb --- /dev/null +++ b/contentful/11.3.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.3.2/assets/icons.js b/contentful/11.3.2/assets/icons.js new file mode 100644 index 000000000..3dfbd322d --- /dev/null +++ b/contentful/11.3.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.3.2/assets/icons.svg b/contentful/11.3.2/assets/icons.svg new file mode 100644 index 000000000..a19417dcc --- /dev/null +++ b/contentful/11.3.2/assets/icons.svg @@ -0,0 +1 @@ +MMNEPVFCICPMFPCPTTAAATR \ No newline at end of file diff --git a/contentful/11.3.2/assets/main.js b/contentful/11.3.2/assets/main.js new file mode 100644 index 000000000..99097a053 --- /dev/null +++ b/contentful/11.3.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.3.2/assets/navigation.js b/contentful/11.3.2/assets/navigation.js new file mode 100644 index 000000000..1800c47f4 --- /dev/null +++ b/contentful/11.3.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.3.2/assets/search.js b/contentful/11.3.2/assets/search.js new file mode 100644 index 000000000..4d294e4e9 --- /dev/null +++ b/contentful/11.3.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.3.2/assets/style.css b/contentful/11.3.2/assets/style.css new file mode 100644 index 000000000..178bfb023 --- /dev/null +++ b/contentful/11.3.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.3.2/functions/createClient.html b/contentful/11.3.2/functions/createClient.html new file mode 100644 index 000000000..e85d97c62 --- /dev/null +++ b/contentful/11.3.2/functions/createClient.html @@ -0,0 +1,6 @@ +createClient | contentful.js

Function createClient

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

Function createGlobalOptions

diff --git a/contentful/11.3.2/hierarchy.html b/contentful/11.3.2/hierarchy.html new file mode 100644 index 000000000..6a939ef7a --- /dev/null +++ b/contentful/11.3.2/hierarchy.html @@ -0,0 +1 @@ +contentful.js
diff --git a/contentful/11.3.2/index.html b/contentful/11.3.2/index.html new file mode 100644 index 000000000..bfb8777e0 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/Asset.html b/contentful/11.3.2/interfaces/Asset.html new file mode 100644 index 000000000..ff2173968 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/AssetDetails.html b/contentful/11.3.2/interfaces/AssetDetails.html new file mode 100644 index 000000000..b3ddf7d60 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/AssetFields.html b/contentful/11.3.2/interfaces/AssetFields.html new file mode 100644 index 000000000..c6261cf92 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/AssetFile.html b/contentful/11.3.2/interfaces/AssetFile.html new file mode 100644 index 000000000..463b04db4 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/BaseSys.html b/contentful/11.3.2/interfaces/BaseSys.html new file mode 100644 index 000000000..eb3db213b --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/Concept.html b/contentful/11.3.2/interfaces/Concept.html new file mode 100644 index 000000000..73b2ef049 --- /dev/null +++ b/contentful/11.3.2/interfaces/Concept.html @@ -0,0 +1,16 @@ +Concept | contentful.js

Interface Concept<Locales>

interface Concept<Locales> {
    altLabels?: {
        [locale in string]: string[]
    };
    broader?: Link<"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?: Link<"TaxonomyConcept">[];
    scopeNote?: null | {
        [locale in string]: string
    };
    sys: ConceptSys;
    uri?: string;
}

Type Parameters

Properties

altLabels?: {
    [locale in string]: string[]
}
broader?: Link<"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?: Link<"TaxonomyConcept">[]
scopeNote?: null | {
    [locale in string]: string
}
uri?: string
diff --git a/contentful/11.3.2/interfaces/ConceptScheme.html b/contentful/11.3.2/interfaces/ConceptScheme.html new file mode 100644 index 000000000..5ea9202ee --- /dev/null +++ b/contentful/11.3.2/interfaces/ConceptScheme.html @@ -0,0 +1,8 @@ +ConceptScheme | contentful.js

Interface ConceptScheme<Locales>

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

Type Parameters

Properties

concepts: Link<"TaxonomyConcept">[]
definition?: null | {
    [locale in string]: string
}
prefLabel: {
    [locale in string]: string
}
topConcepts: Link<"TaxonomyConcept">[]
totalConcepts: number
uri?: string
diff --git a/contentful/11.3.2/interfaces/ContentType.html b/contentful/11.3.2/interfaces/ContentType.html new file mode 100644 index 000000000..1948d41de --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/ContentTypeAllowedResources.html b/contentful/11.3.2/interfaces/ContentTypeAllowedResources.html new file mode 100644 index 000000000..9fb5396cd --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/ContentTypeField.html b/contentful/11.3.2/interfaces/ContentTypeField.html new file mode 100644 index 000000000..da9937eb7 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/ContentTypeFieldValidation.html b/contentful/11.3.2/interfaces/ContentTypeFieldValidation.html new file mode 100644 index 000000000..cc00ddef2 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/ContentTypeSys.html b/contentful/11.3.2/interfaces/ContentTypeSys.html new file mode 100644 index 000000000..68424d6da --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/ContentfulClientApi.html b/contentful/11.3.2/interfaces/ContentfulClientApi.html new file mode 100644 index 000000000..96f4e50a2 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/ContentfulCollection.html b/contentful/11.3.2/interfaces/ContentfulCollection.html new file mode 100644 index 000000000..771204e21 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/CreateClientParams.html b/contentful/11.3.2/interfaces/CreateClientParams.html new file mode 100644 index 000000000..a10a68294 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/EntitySys.html b/contentful/11.3.2/interfaces/EntitySys.html new file mode 100644 index 000000000..bfd71afff --- /dev/null +++ b/contentful/11.3.2/interfaces/EntitySys.html @@ -0,0 +1,13 @@ +EntitySys | contentful.js

Interface EntitySys

System managed metadata for entities

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

Hierarchy (view full)

Properties

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

Interface EntrySys

System managed metadata for entries

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

Hierarchy (view full)

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
contentType: {
    sys: ContentTypeLink;
}
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
environment: {
    sys: EnvironmentLink;
}
id: string
locale?: string
revision: number
space: {
    sys: SpaceLink;
}
type
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/11.3.2/interfaces/FieldItem.html b/contentful/11.3.2/interfaces/FieldItem.html new file mode 100644 index 000000000..c7800101c --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/GlobalOptionsParams.html b/contentful/11.3.2/interfaces/GlobalOptionsParams.html new file mode 100644 index 000000000..516c2a7d4 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/Link.html b/contentful/11.3.2/interfaces/Link.html new file mode 100644 index 000000000..43fb7c428 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/Locale.html b/contentful/11.3.2/interfaces/Locale.html new file mode 100644 index 000000000..d88e0b6d3 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/LocaleSys.html b/contentful/11.3.2/interfaces/LocaleSys.html new file mode 100644 index 000000000..1a7019b10 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/ResourceLink.html b/contentful/11.3.2/interfaces/ResourceLink.html new file mode 100644 index 000000000..7ddc4ebcc --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/Space.html b/contentful/11.3.2/interfaces/Space.html new file mode 100644 index 000000000..45bd18724 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/SpaceSys.html b/contentful/11.3.2/interfaces/SpaceSys.html new file mode 100644 index 000000000..b7b90221f --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/SyncCollection.html b/contentful/11.3.2/interfaces/SyncCollection.html new file mode 100644 index 000000000..51df814c9 --- /dev/null +++ b/contentful/11.3.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.3.2/interfaces/TagSys.html b/contentful/11.3.2/interfaces/TagSys.html new file mode 100644 index 000000000..62a8e9767 --- /dev/null +++ b/contentful/11.3.2/interfaces/TagSys.html @@ -0,0 +1,15 @@ +TagSys | contentful.js

Interface TagSys

System managed metadata for tags

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

Hierarchy

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
createdBy: {
    sys: UserLink;
}
environment: {
    sys: EnvironmentLink;
}
id: string
space: {
    sys: SpaceLink;
}
type: string
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
updatedBy: {
    sys: UserLink;
}
version: number
visibility: string
diff --git a/contentful/11.3.2/media/LICENSE b/contentful/11.3.2/media/LICENSE new file mode 100644 index 000000000..9b0169e76 --- /dev/null +++ b/contentful/11.3.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.3.2/modules.html b/contentful/11.3.2/modules.html new file mode 100644 index 000000000..d8237837a --- /dev/null +++ b/contentful/11.3.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.3.2/modules/EntryFieldTypes.html b/contentful/11.3.2/modules/EntryFieldTypes.html new file mode 100644 index 000000000..72c60cf41 --- /dev/null +++ b/contentful/11.3.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.3.2/modules/EntryFields.html b/contentful/11.3.2/modules/EntryFields.html new file mode 100644 index 000000000..1d3a6dce7 --- /dev/null +++ b/contentful/11.3.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.3.2/types/AddChainModifier.html b/contentful/11.3.2/types/AddChainModifier.html new file mode 100644 index 000000000..4063869ba --- /dev/null +++ b/contentful/11.3.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.3.2/types/AssetCollection.html b/contentful/11.3.2/types/AssetCollection.html new file mode 100644 index 000000000..fc112a971 --- /dev/null +++ b/contentful/11.3.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.3.2/types/AssetFieldsFileDetailsQueries.html b/contentful/11.3.2/types/AssetFieldsFileDetailsQueries.html new file mode 100644 index 000000000..e67e7f9af --- /dev/null +++ b/contentful/11.3.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.3.2/types/AssetFieldsFileQueries.html b/contentful/11.3.2/types/AssetFieldsFileQueries.html new file mode 100644 index 000000000..8fd5c8d59 --- /dev/null +++ b/contentful/11.3.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.3.2/types/AssetFieldsQueries.html b/contentful/11.3.2/types/AssetFieldsQueries.html new file mode 100644 index 000000000..aef337717 --- /dev/null +++ b/contentful/11.3.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.3.2/types/AssetKey.html b/contentful/11.3.2/types/AssetKey.html new file mode 100644 index 000000000..f4075eb6a --- /dev/null +++ b/contentful/11.3.2/types/AssetKey.html @@ -0,0 +1 @@ +AssetKey | contentful.js

Type Alias AssetKey

AssetKey: {
    policy: string;
    secret: string;
}
diff --git a/contentful/11.3.2/types/AssetLink.html b/contentful/11.3.2/types/AssetLink.html new file mode 100644 index 000000000..8d29b154d --- /dev/null +++ b/contentful/11.3.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.3.2/types/AssetMimeType.html b/contentful/11.3.2/types/AssetMimeType.html new file mode 100644 index 000000000..5a1dda2f4 --- /dev/null +++ b/contentful/11.3.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.3.2/types/AssetOrderFilter.html b/contentful/11.3.2/types/AssetOrderFilter.html new file mode 100644 index 000000000..09ce508f5 --- /dev/null +++ b/contentful/11.3.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.3.2/types/AssetQueries.html b/contentful/11.3.2/types/AssetQueries.html new file mode 100644 index 000000000..1471a9f78 --- /dev/null +++ b/contentful/11.3.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.3.2/types/AssetSelectFilter.html b/contentful/11.3.2/types/AssetSelectFilter.html new file mode 100644 index 000000000..57c99f533 --- /dev/null +++ b/contentful/11.3.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.3.2/types/AssetSys.html b/contentful/11.3.2/types/AssetSys.html new file mode 100644 index 000000000..d5a23316d --- /dev/null +++ b/contentful/11.3.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.3.2/types/AssetsQueries.html b/contentful/11.3.2/types/AssetsQueries.html new file mode 100644 index 000000000..2a4730761 --- /dev/null +++ b/contentful/11.3.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.3.2/types/BaseEntry.html b/contentful/11.3.2/types/BaseEntry.html new file mode 100644 index 000000000..1c16ecb39 --- /dev/null +++ b/contentful/11.3.2/types/BaseEntry.html @@ -0,0 +1 @@ +BaseEntry | contentful.js

Type Alias BaseEntry

BaseEntry: {
    metadata: Metadata;
    sys: EntrySys;
}
diff --git a/contentful/11.3.2/types/BaseFieldMap.html b/contentful/11.3.2/types/BaseFieldMap.html new file mode 100644 index 000000000..50df60615 --- /dev/null +++ b/contentful/11.3.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.3.2/types/BoundingBoxSearchFilterInput.html b/contentful/11.3.2/types/BoundingBoxSearchFilterInput.html new file mode 100644 index 000000000..c2d5b31a4 --- /dev/null +++ b/contentful/11.3.2/types/BoundingBoxSearchFilterInput.html @@ -0,0 +1 @@ +BoundingBoxSearchFilterInput | contentful.js

Type Alias BoundingBoxSearchFilterInput

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

Type Alias BoundingCircleSearchFilterInput

BoundingCircleSearchFilterInput: [number, number, number]
diff --git a/contentful/11.3.2/types/BoundingObjectSearchFilter.html b/contentful/11.3.2/types/BoundingObjectSearchFilter.html new file mode 100644 index 000000000..2038c9344 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ChainModifiers.html b/contentful/11.3.2/types/ChainModifiers.html new file mode 100644 index 000000000..243602511 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ClientLogLevel.html b/contentful/11.3.2/types/ClientLogLevel.html new file mode 100644 index 000000000..a792025df --- /dev/null +++ b/contentful/11.3.2/types/ClientLogLevel.html @@ -0,0 +1 @@ +ClientLogLevel | contentful.js

Type Alias ClientLogLevel

ClientLogLevel:
    | "error"
    | "warning"
    | "info"
    | string
diff --git a/contentful/11.3.2/types/ConceptCollection.html b/contentful/11.3.2/types/ConceptCollection.html new file mode 100644 index 000000000..03f710d41 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ConceptSchemeCollection.html b/contentful/11.3.2/types/ConceptSchemeCollection.html new file mode 100644 index 000000000..b08ff3744 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ConceptSchemeSys.html b/contentful/11.3.2/types/ConceptSchemeSys.html new file mode 100644 index 000000000..c5be9674a --- /dev/null +++ b/contentful/11.3.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.3.2/types/ConceptSchemesQueries.html b/contentful/11.3.2/types/ConceptSchemesQueries.html new file mode 100644 index 000000000..cfbc5b244 --- /dev/null +++ b/contentful/11.3.2/types/ConceptSchemesQueries.html @@ -0,0 +1 @@ +ConceptSchemesQueries | contentful.js

Type Alias ConceptSchemesQueries

ConceptSchemesQueries: CursorPaginationOptions & TaxonomyOrderFilter
diff --git a/contentful/11.3.2/types/ConceptSys.html b/contentful/11.3.2/types/ConceptSys.html new file mode 100644 index 000000000..a35a53848 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ConceptsQueries.html b/contentful/11.3.2/types/ConceptsQueries.html new file mode 100644 index 000000000..be5ef2b34 --- /dev/null +++ b/contentful/11.3.2/types/ConceptsQueries.html @@ -0,0 +1 @@ +ConceptsQueries | contentful.js

Type Alias ConceptsQueries

ConceptsQueries: CursorPaginationOptions & TaxonomyOrderFilter & {
    concept_scheme?: string;
}
diff --git a/contentful/11.3.2/types/ConditionalFixedQueries.html b/contentful/11.3.2/types/ConditionalFixedQueries.html new file mode 100644 index 000000000..7eaa7c676 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ConditionalListQueries.html b/contentful/11.3.2/types/ConditionalListQueries.html new file mode 100644 index 000000000..6ddf4bc48 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ContentTypeCollection.html b/contentful/11.3.2/types/ContentTypeCollection.html new file mode 100644 index 000000000..f2e0aa784 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ContentTypeFieldType.html b/contentful/11.3.2/types/ContentTypeFieldType.html new file mode 100644 index 000000000..70d3095d4 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ContentTypeLink.html b/contentful/11.3.2/types/ContentTypeLink.html new file mode 100644 index 000000000..b1ac8e153 --- /dev/null +++ b/contentful/11.3.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.3.2/types/DeletedAsset.html b/contentful/11.3.2/types/DeletedAsset.html new file mode 100644 index 000000000..eab811f00 --- /dev/null +++ b/contentful/11.3.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.3.2/types/DeletedEntry.html b/contentful/11.3.2/types/DeletedEntry.html new file mode 100644 index 000000000..58ecfe917 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntriesQueries.html b/contentful/11.3.2/types/EntriesQueries.html new file mode 100644 index 000000000..2667dc1fe --- /dev/null +++ b/contentful/11.3.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.3.2/types/Entry.html b/contentful/11.3.2/types/Entry.html new file mode 100644 index 000000000..f7590bda6 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryCollection.html b/contentful/11.3.2/types/EntryCollection.html new file mode 100644 index 000000000..c3f345c8a --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryContentTypeQuery.html b/contentful/11.3.2/types/EntryContentTypeQuery.html new file mode 100644 index 000000000..21de594c6 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryField.html b/contentful/11.3.2/types/EntryField.html new file mode 100644 index 000000000..7e5ef26ee --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldType.html b/contentful/11.3.2/types/EntryFieldType.html new file mode 100644 index 000000000..a6a87208e --- /dev/null +++ b/contentful/11.3.2/types/EntryFieldType.html @@ -0,0 +1,2 @@ +EntryFieldType | contentful.js
diff --git a/contentful/11.3.2/types/EntryFieldTypes.Array.html b/contentful/11.3.2/types/EntryFieldTypes.Array.html new file mode 100644 index 000000000..35f2aedba --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldTypes.AssetLink.html b/contentful/11.3.2/types/EntryFieldTypes.AssetLink.html new file mode 100644 index 000000000..bbe886a7a --- /dev/null +++ b/contentful/11.3.2/types/EntryFieldTypes.AssetLink.html @@ -0,0 +1 @@ +AssetLink | contentful.js
AssetLink: {
    type: "AssetLink";
}
diff --git a/contentful/11.3.2/types/EntryFieldTypes.Boolean.html b/contentful/11.3.2/types/EntryFieldTypes.Boolean.html new file mode 100644 index 000000000..1ce17fb0b --- /dev/null +++ b/contentful/11.3.2/types/EntryFieldTypes.Boolean.html @@ -0,0 +1 @@ +Boolean | contentful.js
Boolean: {
    type: "Boolean";
}
diff --git a/contentful/11.3.2/types/EntryFieldTypes.Date.html b/contentful/11.3.2/types/EntryFieldTypes.Date.html new file mode 100644 index 000000000..9bbb928cb --- /dev/null +++ b/contentful/11.3.2/types/EntryFieldTypes.Date.html @@ -0,0 +1 @@ +Date | contentful.js
Date: {
    type: "Date";
}
diff --git a/contentful/11.3.2/types/EntryFieldTypes.EntryLink.html b/contentful/11.3.2/types/EntryFieldTypes.EntryLink.html new file mode 100644 index 000000000..b4d3f3114 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldTypes.EntryResourceLink.html b/contentful/11.3.2/types/EntryFieldTypes.EntryResourceLink.html new file mode 100644 index 000000000..faa4086b3 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldTypes.ExternalResourceLink.html b/contentful/11.3.2/types/EntryFieldTypes.ExternalResourceLink.html new file mode 100644 index 000000000..9e25704a8 --- /dev/null +++ b/contentful/11.3.2/types/EntryFieldTypes.ExternalResourceLink.html @@ -0,0 +1 @@ +ExternalResourceLink | contentful.js
ExternalResourceLink: {
    type: "ExternalResourceLink";
}
diff --git a/contentful/11.3.2/types/EntryFieldTypes.Integer.html b/contentful/11.3.2/types/EntryFieldTypes.Integer.html new file mode 100644 index 000000000..348ac1515 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldTypes.Location.html b/contentful/11.3.2/types/EntryFieldTypes.Location.html new file mode 100644 index 000000000..cfdcb2e88 --- /dev/null +++ b/contentful/11.3.2/types/EntryFieldTypes.Location.html @@ -0,0 +1 @@ +Location | contentful.js
Location: {
    type: "Location";
}
diff --git a/contentful/11.3.2/types/EntryFieldTypes.Number.html b/contentful/11.3.2/types/EntryFieldTypes.Number.html new file mode 100644 index 000000000..39f675cf0 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldTypes.Object.html b/contentful/11.3.2/types/EntryFieldTypes.Object.html new file mode 100644 index 000000000..26b8c8e12 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldTypes.RichText.html b/contentful/11.3.2/types/EntryFieldTypes.RichText.html new file mode 100644 index 000000000..c9d0a249b --- /dev/null +++ b/contentful/11.3.2/types/EntryFieldTypes.RichText.html @@ -0,0 +1 @@ +RichText | contentful.js
RichText: {
    type: "RichText";
}
diff --git a/contentful/11.3.2/types/EntryFieldTypes.Symbol.html b/contentful/11.3.2/types/EntryFieldTypes.Symbol.html new file mode 100644 index 000000000..2c153d001 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldTypes.Text.html b/contentful/11.3.2/types/EntryFieldTypes.Text.html new file mode 100644 index 000000000..195802337 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFields.Array.html b/contentful/11.3.2/types/EntryFields.Array.html new file mode 100644 index 000000000..c9c543b7d --- /dev/null +++ b/contentful/11.3.2/types/EntryFields.Array.html @@ -0,0 +1 @@ +Array | contentful.js
diff --git a/contentful/11.3.2/types/EntryFields.AssetLink.html b/contentful/11.3.2/types/EntryFields.AssetLink.html new file mode 100644 index 000000000..297f0cab3 --- /dev/null +++ b/contentful/11.3.2/types/EntryFields.AssetLink.html @@ -0,0 +1 @@ +AssetLink | contentful.js
AssetLink: Asset
diff --git a/contentful/11.3.2/types/EntryFields.Boolean.html b/contentful/11.3.2/types/EntryFields.Boolean.html new file mode 100644 index 000000000..6ffa164b4 --- /dev/null +++ b/contentful/11.3.2/types/EntryFields.Boolean.html @@ -0,0 +1 @@ +Boolean | contentful.js
Boolean: boolean
diff --git a/contentful/11.3.2/types/EntryFields.Date.html b/contentful/11.3.2/types/EntryFields.Date.html new file mode 100644 index 000000000..68712461b --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFields.EntryLink.html b/contentful/11.3.2/types/EntryFields.EntryLink.html new file mode 100644 index 000000000..b99752b80 --- /dev/null +++ b/contentful/11.3.2/types/EntryFields.EntryLink.html @@ -0,0 +1 @@ +EntryLink | contentful.js

Type Alias EntryLink<EntrySkeleton>

Type Parameters

diff --git a/contentful/11.3.2/types/EntryFields.Integer.html b/contentful/11.3.2/types/EntryFields.Integer.html new file mode 100644 index 000000000..93f14d1f8 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFields.Link.html b/contentful/11.3.2/types/EntryFields.Link.html new file mode 100644 index 000000000..3ce6e4564 --- /dev/null +++ b/contentful/11.3.2/types/EntryFields.Link.html @@ -0,0 +1 @@ +Link | contentful.js

Type Alias Link<EntrySkeleton>

Type Parameters

diff --git a/contentful/11.3.2/types/EntryFields.Location.html b/contentful/11.3.2/types/EntryFields.Location.html new file mode 100644 index 000000000..9576b0972 --- /dev/null +++ b/contentful/11.3.2/types/EntryFields.Location.html @@ -0,0 +1 @@ +Location | contentful.js
Location: {
    lat: number;
    lon: number;
}
diff --git a/contentful/11.3.2/types/EntryFields.Number.html b/contentful/11.3.2/types/EntryFields.Number.html new file mode 100644 index 000000000..82e3a7483 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFields.Object.html b/contentful/11.3.2/types/EntryFields.Object.html new file mode 100644 index 000000000..f1b62babc --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFields.RichText.html b/contentful/11.3.2/types/EntryFields.RichText.html new file mode 100644 index 000000000..031c25f69 --- /dev/null +++ b/contentful/11.3.2/types/EntryFields.RichText.html @@ -0,0 +1 @@ +RichText | contentful.js
RichText: RichTextDocument
diff --git a/contentful/11.3.2/types/EntryFields.Symbol.html b/contentful/11.3.2/types/EntryFields.Symbol.html new file mode 100644 index 000000000..01d7b114a --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFields.Text.html b/contentful/11.3.2/types/EntryFields.Text.html new file mode 100644 index 000000000..3cfbfa113 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldsEqualityFilter.html b/contentful/11.3.2/types/EntryFieldsEqualityFilter.html new file mode 100644 index 000000000..17ff75ff1 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldsExistenceFilter.html b/contentful/11.3.2/types/EntryFieldsExistenceFilter.html new file mode 100644 index 000000000..3a7210fed --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldsFullTextSearchFilters.html b/contentful/11.3.2/types/EntryFieldsFullTextSearchFilters.html new file mode 100644 index 000000000..20fd6916a --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldsInequalityFilter.html b/contentful/11.3.2/types/EntryFieldsInequalityFilter.html new file mode 100644 index 000000000..0ba6f1926 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldsQueries.html b/contentful/11.3.2/types/EntryFieldsQueries.html new file mode 100644 index 000000000..02d2f2a2f --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldsRangeFilters.html b/contentful/11.3.2/types/EntryFieldsRangeFilters.html new file mode 100644 index 000000000..6c39e0e12 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldsSetFilter.html b/contentful/11.3.2/types/EntryFieldsSetFilter.html new file mode 100644 index 000000000..07f17120b --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryFieldsSubsetFilters.html b/contentful/11.3.2/types/EntryFieldsSubsetFilters.html new file mode 100644 index 000000000..b37e55f10 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryLink.html b/contentful/11.3.2/types/EntryLink.html new file mode 100644 index 000000000..c410dccc0 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryOrderFilter.html b/contentful/11.3.2/types/EntryOrderFilter.html new file mode 100644 index 000000000..ad9d9df72 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryOrderFilterWithFields.html b/contentful/11.3.2/types/EntryOrderFilterWithFields.html new file mode 100644 index 000000000..a7880edaa --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntryQueries.html b/contentful/11.3.2/types/EntryQueries.html new file mode 100644 index 000000000..cd5f51c8a --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntrySelectFilter.html b/contentful/11.3.2/types/EntrySelectFilter.html new file mode 100644 index 000000000..2b28fe8b4 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntrySelectFilterWithFields.html b/contentful/11.3.2/types/EntrySelectFilterWithFields.html new file mode 100644 index 000000000..eb65373a3 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EntrySkeletonType.html b/contentful/11.3.2/types/EntrySkeletonType.html new file mode 100644 index 000000000..04271266a --- /dev/null +++ b/contentful/11.3.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.3.2/types/EnvironmentLink.html b/contentful/11.3.2/types/EnvironmentLink.html new file mode 100644 index 000000000..1537466f2 --- /dev/null +++ b/contentful/11.3.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.3.2/types/EqualityFilter.html b/contentful/11.3.2/types/EqualityFilter.html new file mode 100644 index 000000000..f8cd051d7 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ExistenceFilter.html b/contentful/11.3.2/types/ExistenceFilter.html new file mode 100644 index 000000000..c528b94b0 --- /dev/null +++ b/contentful/11.3.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.3.2/types/FieldsType.html b/contentful/11.3.2/types/FieldsType.html new file mode 100644 index 000000000..b63df2d81 --- /dev/null +++ b/contentful/11.3.2/types/FieldsType.html @@ -0,0 +1 @@ +FieldsType | contentful.js

Type Alias FieldsType

FieldsType: Record<string, any>
diff --git a/contentful/11.3.2/types/FixedLinkOptions.html b/contentful/11.3.2/types/FixedLinkOptions.html new file mode 100644 index 000000000..6a6b3cb16 --- /dev/null +++ b/contentful/11.3.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.3.2/types/FixedPagedOptions.html b/contentful/11.3.2/types/FixedPagedOptions.html new file mode 100644 index 000000000..066030b46 --- /dev/null +++ b/contentful/11.3.2/types/FixedPagedOptions.html @@ -0,0 +1 @@ +FixedPagedOptions | contentful.js

Type Alias FixedPagedOptions

FixedPagedOptions: {
    limit?: number;
    skip?: number;
}
diff --git a/contentful/11.3.2/types/FixedQueryOptions.html b/contentful/11.3.2/types/FixedQueryOptions.html new file mode 100644 index 000000000..29603ae16 --- /dev/null +++ b/contentful/11.3.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.3.2/types/FullTextSearchFilters.html b/contentful/11.3.2/types/FullTextSearchFilters.html new file mode 100644 index 000000000..1d4a52702 --- /dev/null +++ b/contentful/11.3.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.3.2/types/GetGlobalOptions.html b/contentful/11.3.2/types/GetGlobalOptions.html new file mode 100644 index 000000000..370da3996 --- /dev/null +++ b/contentful/11.3.2/types/GetGlobalOptions.html @@ -0,0 +1 @@ +GetGlobalOptions | contentful.js

Type Alias GetGlobalOptions

GetGlobalOptions: ((globalOptions?: GlobalOptionsParams) => Required<GlobalOptionsParams>)
diff --git a/contentful/11.3.2/types/InequalityFilter.html b/contentful/11.3.2/types/InequalityFilter.html new file mode 100644 index 000000000..117cea3d2 --- /dev/null +++ b/contentful/11.3.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.3.2/types/LinkType.html b/contentful/11.3.2/types/LinkType.html new file mode 100644 index 000000000..67a8e42e3 --- /dev/null +++ b/contentful/11.3.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.3.2/types/LocaleCode.html b/contentful/11.3.2/types/LocaleCode.html new file mode 100644 index 000000000..71c20ebb2 --- /dev/null +++ b/contentful/11.3.2/types/LocaleCode.html @@ -0,0 +1 @@ +LocaleCode | contentful.js

Type Alias LocaleCode

LocaleCode: string
diff --git a/contentful/11.3.2/types/LocaleCollection.html b/contentful/11.3.2/types/LocaleCollection.html new file mode 100644 index 000000000..ab4cd0d71 --- /dev/null +++ b/contentful/11.3.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.3.2/types/LocaleOption.html b/contentful/11.3.2/types/LocaleOption.html new file mode 100644 index 000000000..645b213f6 --- /dev/null +++ b/contentful/11.3.2/types/LocaleOption.html @@ -0,0 +1 @@ +LocaleOption | contentful.js

Type Alias LocaleOption

LocaleOption: {
    locale?: string;
}
diff --git a/contentful/11.3.2/types/LocationSearchFilters.html b/contentful/11.3.2/types/LocationSearchFilters.html new file mode 100644 index 000000000..6f73a8235 --- /dev/null +++ b/contentful/11.3.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.3.2/types/Metadata.html b/contentful/11.3.2/types/Metadata.html new file mode 100644 index 000000000..a6257025d --- /dev/null +++ b/contentful/11.3.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.3.2/types/MetadataConceptsQueries.html b/contentful/11.3.2/types/MetadataConceptsQueries.html new file mode 100644 index 000000000..c5ba11eca --- /dev/null +++ b/contentful/11.3.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.3.2/types/MetadataTagsQueries.html b/contentful/11.3.2/types/MetadataTagsQueries.html new file mode 100644 index 000000000..c5ebf5b0b --- /dev/null +++ b/contentful/11.3.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.3.2/types/OrderFilterPaths.html b/contentful/11.3.2/types/OrderFilterPaths.html new file mode 100644 index 000000000..0093ccd95 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ProximitySearchFilter.html b/contentful/11.3.2/types/ProximitySearchFilter.html new file mode 100644 index 000000000..33749835f --- /dev/null +++ b/contentful/11.3.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.3.2/types/ProximitySearchFilterInput.html b/contentful/11.3.2/types/ProximitySearchFilterInput.html new file mode 100644 index 000000000..d6f92a21a --- /dev/null +++ b/contentful/11.3.2/types/ProximitySearchFilterInput.html @@ -0,0 +1 @@ +ProximitySearchFilterInput | contentful.js

Type Alias ProximitySearchFilterInput

ProximitySearchFilterInput: [number, number]
diff --git a/contentful/11.3.2/types/RangeFilters.html b/contentful/11.3.2/types/RangeFilters.html new file mode 100644 index 000000000..4174ab4f0 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ReferenceSearchFilters.html b/contentful/11.3.2/types/ReferenceSearchFilters.html new file mode 100644 index 000000000..a8531a407 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ResolvedAssetLink.html b/contentful/11.3.2/types/ResolvedAssetLink.html new file mode 100644 index 000000000..16e51eedc --- /dev/null +++ b/contentful/11.3.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.3.2/types/ResolvedEntryLink.html b/contentful/11.3.2/types/ResolvedEntryLink.html new file mode 100644 index 000000000..c3d387e3f --- /dev/null +++ b/contentful/11.3.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.3.2/types/ResolvedEntryResourceLink.html b/contentful/11.3.2/types/ResolvedEntryResourceLink.html new file mode 100644 index 000000000..21f90abf4 --- /dev/null +++ b/contentful/11.3.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.3.2/types/ResolvedField.html b/contentful/11.3.2/types/ResolvedField.html new file mode 100644 index 000000000..dfdd6a1fd --- /dev/null +++ b/contentful/11.3.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.3.2/types/ResolvedLink.html b/contentful/11.3.2/types/ResolvedLink.html new file mode 100644 index 000000000..da78f1a96 --- /dev/null +++ b/contentful/11.3.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.3.2/types/SelectFilterPaths.html b/contentful/11.3.2/types/SelectFilterPaths.html new file mode 100644 index 000000000..09ccd9128 --- /dev/null +++ b/contentful/11.3.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.3.2/types/SpaceLink.html b/contentful/11.3.2/types/SpaceLink.html new file mode 100644 index 000000000..927bf2779 --- /dev/null +++ b/contentful/11.3.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.3.2/types/SubsetFilters.html b/contentful/11.3.2/types/SubsetFilters.html new file mode 100644 index 000000000..abb9fd6eb --- /dev/null +++ b/contentful/11.3.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.3.2/types/SupportedEntryFieldTypes.html b/contentful/11.3.2/types/SupportedEntryFieldTypes.html new file mode 100644 index 000000000..9e3ddcab9 --- /dev/null +++ b/contentful/11.3.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.3.2/types/SupportedLinkTypes.html b/contentful/11.3.2/types/SupportedLinkTypes.html new file mode 100644 index 000000000..f2e9caf37 --- /dev/null +++ b/contentful/11.3.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.3.2/types/SupportedTypes.html b/contentful/11.3.2/types/SupportedTypes.html new file mode 100644 index 000000000..4ae5d7df5 --- /dev/null +++ b/contentful/11.3.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.3.2/types/SyncEntities.html b/contentful/11.3.2/types/SyncEntities.html new file mode 100644 index 000000000..ce962c585 --- /dev/null +++ b/contentful/11.3.2/types/SyncEntities.html @@ -0,0 +1 @@ +SyncEntities | contentful.js

Type Alias SyncEntities

SyncEntities:
    | Entry<EntrySkeletonType>
    | Asset
    | DeletedEntry
    | DeletedAsset
diff --git a/contentful/11.3.2/types/SyncOptions.html b/contentful/11.3.2/types/SyncOptions.html new file mode 100644 index 000000000..0da695b03 --- /dev/null +++ b/contentful/11.3.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.3.2/types/SyncPageQuery.html b/contentful/11.3.2/types/SyncPageQuery.html new file mode 100644 index 000000000..5faa50c03 --- /dev/null +++ b/contentful/11.3.2/types/SyncPageQuery.html @@ -0,0 +1 @@ +SyncPageQuery | contentful.js

Type Alias SyncPageQuery

SyncPageQuery: SyncQuery & {
    sync_token?: string;
}
diff --git a/contentful/11.3.2/types/SyncPageResponse.html b/contentful/11.3.2/types/SyncPageResponse.html new file mode 100644 index 000000000..7a273096f --- /dev/null +++ b/contentful/11.3.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.3.2/types/SyncQuery.html b/contentful/11.3.2/types/SyncQuery.html new file mode 100644 index 000000000..3cb15dfe6 --- /dev/null +++ b/contentful/11.3.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.3.2/types/SyncResponse.html b/contentful/11.3.2/types/SyncResponse.html new file mode 100644 index 000000000..603e650fe --- /dev/null +++ b/contentful/11.3.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.3.2/types/SysQueries.html b/contentful/11.3.2/types/SysQueries.html new file mode 100644 index 000000000..23fa00be0 --- /dev/null +++ b/contentful/11.3.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.3.2/types/Tag.html b/contentful/11.3.2/types/Tag.html new file mode 100644 index 000000000..ced3cc9f1 --- /dev/null +++ b/contentful/11.3.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.3.2/types/TagCollection.html b/contentful/11.3.2/types/TagCollection.html new file mode 100644 index 000000000..bdc8a2226 --- /dev/null +++ b/contentful/11.3.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.3.2/types/TagLink.html b/contentful/11.3.2/types/TagLink.html new file mode 100644 index 000000000..ce0ea1df0 --- /dev/null +++ b/contentful/11.3.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.3.2/types/TagNameFilters.html b/contentful/11.3.2/types/TagNameFilters.html new file mode 100644 index 000000000..74db51ac0 --- /dev/null +++ b/contentful/11.3.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.3.2/types/TagOrderFilter.html b/contentful/11.3.2/types/TagOrderFilter.html new file mode 100644 index 000000000..379a627af --- /dev/null +++ b/contentful/11.3.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.3.2/types/TagQueries.html b/contentful/11.3.2/types/TagQueries.html new file mode 100644 index 000000000..66c9ca6f7 --- /dev/null +++ b/contentful/11.3.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.3.2/types/TaxonomyConceptLink.html b/contentful/11.3.2/types/TaxonomyConceptLink.html new file mode 100644 index 000000000..4f485d857 --- /dev/null +++ b/contentful/11.3.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.3.2/types/TaxonomyOrderFilter.html b/contentful/11.3.2/types/TaxonomyOrderFilter.html new file mode 100644 index 000000000..372e1b8ca --- /dev/null +++ b/contentful/11.3.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.3.2/types/UnresolvedLink.html b/contentful/11.3.2/types/UnresolvedLink.html new file mode 100644 index 000000000..8e0304655 --- /dev/null +++ b/contentful/11.3.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.3.2/types/UserLink.html b/contentful/11.3.2/types/UserLink.html new file mode 100644 index 000000000..1491a11fa --- /dev/null +++ b/contentful/11.3.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 ae33b1ec3..e85d97c62 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 62d417dd6..2110e9ac5 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 c0a0d2697..ff2173968 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 3b84ccb4e..b3ddf7d60 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 24720c36b..c6261cf92 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 04e559516..463b04db4 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 80391fc75..eb3db213b 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 6b561822c..73b2ef049 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?: Link<"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?: Link<"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?: Link<"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?: Link<"TaxonomyConcept">[];
    scopeNote?: null | {
        [locale in string]: string
    };
    sys: ConceptSys;
    uri?: string;
}

Type Parameters

Properties

altLabels?: {
    [locale in string]: string[]
}
broader?: Link<"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?: Link<"TaxonomyConcept">[]
scopeNote?: null | {
    [locale in string]: string
}
uri?: string
+

Properties

altLabels?: {
    [locale in string]: string[]
}
broader?: Link<"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?: Link<"TaxonomyConcept">[]
scopeNote?: null | {
    [locale in string]: string
}
uri?: string
diff --git a/contentful/latest/interfaces/ConceptScheme.html b/contentful/latest/interfaces/ConceptScheme.html index 23e57fddb..5ea9202ee 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: Link<"TaxonomyConcept">[];
    definition?: null | {
        [locale in string]: string
    };
    prefLabel: {
        [locale in string]: string
    };
    sys: ConceptSchemeSys;
    topConcepts: Link<"TaxonomyConcept">[];
    totalConcepts: number;
    uri?: string;
}

Type Parameters

Properties

concepts +ConceptScheme | contentful.js

Interface ConceptScheme<Locales>

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

Type Parameters

Properties

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

Properties

concepts: Link<"TaxonomyConcept">[]
definition?: null | {
    [locale in string]: string
}
prefLabel: {
    [locale in string]: string
}
topConcepts: Link<"TaxonomyConcept">[]
totalConcepts: number
uri?: string
diff --git a/contentful/latest/interfaces/ContentType.html b/contentful/latest/interfaces/ContentType.html index 69d4c2528..1948d41de 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 2e0dc6560..9fb5396cd 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 608a7f9ee..da9937eb7 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 e9120d109..cc00ddef2 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 3421beec5..68424d6da 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 620be3f42..96f4e50a2 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 a3207499a..771204e21 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 ccfcea21c..a10a68294 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 074ff5ef3..bfd71afff 100644 --- a/contentful/latest/interfaces/EntitySys.html +++ b/contentful/latest/interfaces/EntitySys.html @@ -1,6 +1,6 @@ EntitySys | contentful.js

Interface EntitySys

System managed metadata for entities

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

Hierarchy (view full)

Properties

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

Hierarchy (view full)

Properties

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

Properties

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

Interface EntrySys

System managed metadata for entries

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

Hierarchy (view full)

Properties

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

Hierarchy (view full)

Properties

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

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
contentType: {
    sys: ContentTypeLink;
}
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
environment: {
    sys: EnvironmentLink;
}
id: string
locale?: string
revision: number
space: {
    sys: SpaceLink;
}
type
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
diff --git a/contentful/latest/interfaces/FieldItem.html b/contentful/latest/interfaces/FieldItem.html index bc6214954..c7800101c 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 4116af360..516c2a7d4 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 f81c4f5ef..43fb7c428 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 a9d6ebf8e..d88e0b6d3 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 411ed22a2..1a7019b10 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 35f87ba97..7ddc4ebcc 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 d013c31f1..45bd18724 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 321cd4617..b7b90221f 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 62722977a..51df814c9 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 2262deeb5..62a8e9767 100644 --- a/contentful/latest/interfaces/TagSys.html +++ b/contentful/latest/interfaces/TagSys.html @@ -1,6 +1,6 @@ TagSys | contentful.js

Interface TagSys

System managed metadata for tags

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

Hierarchy

Properties

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

Hierarchy

Properties

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

Properties

contentSourceMaps?: CPAContentSourceMaps
contentSourceMapsLookup?: ContentSourceMapsLookup
createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
createdBy: {
    sys: UserLink;
}
environment: {
    sys: EnvironmentLink;
}
id: string
space: {
    sys: SpaceLink;
}
type: string
updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
updatedBy: {
    sys: UserLink;
}
version: number
visibility: string
diff --git a/contentful/latest/modules/EntryFieldTypes.html b/contentful/latest/modules/EntryFieldTypes.html index 108da330d..72c60cf41 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 93d170c02..1d3a6dce7 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 77c103aa9..4063869ba 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 5ff7b5e11..fc112a971 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 c472b0751..e67e7f9af 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 83c2863ae..8fd5c8d59 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 14070f123..aef337717 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 1f0c65403..f4075eb6a 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 9dd65caa8..8d29b154d 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 d136021e2..5a1dda2f4 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 9f1471694..09ce508f5 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 c52f5fbb6..1471a9f78 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 61868a3b7..57c99f533 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 8cc5148cc..d5a23316d 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 c9c220173..2a4730761 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 965a4cd9b..1c16ecb39 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 8a9b73773..50df60615 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 521afa3af..c2d5b31a4 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 2919fff29..3e19ed662 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 c3ec3d858..2038c9344 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 a3e7a9a3d..243602511 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 2b56573e3..a792025df 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 699bf6622..03f710d41 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 9efa98142..b08ff3744 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 a1a755efd..c5be9674a 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 3a8630203..cfbc5b244 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 7de36d013..a35a53848 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 c45e64235..be5ef2b34 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 6b376838f..7eaa7c676 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 477d57f25..6ddf4bc48 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 a7a61c6cb..f2e0aa784 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 14ae739ee..70d3095d4 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 5df35f874..b1ac8e153 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 e7267921a..eab811f00 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 1185c0ed8..58ecfe917 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 daa125580..2667dc1fe 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 cd05e5f8a..f7590bda6 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 1c01dde3f..c3f345c8a 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 f3fadc848..21de594c6 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 0b2f37c92..7e5ef26ee 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 26e3a9bf1..a6a87208e 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 4a1ddf01f..35f2aedba 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 f0a43ad55..bbe886a7a 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 b6237b66c..1ce17fb0b 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 4b7510d66..9bbb928cb 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 a90ded259..b4d3f3114 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 d2c4e82e5..faa4086b3 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 5b760dda3..9e25704a8 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 b16a93773..348ac1515 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 b2ca1fc71..cfdcb2e88 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 01af12f0c..39f675cf0 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 1d90e9783..26b8c8e12 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 cf6bf1259..c9d0a249b 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 5464a912b..2c153d001 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 daaf9da6d..195802337 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 54fbfb65b..c9c543b7d 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 9aa803acc..297f0cab3 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 c56a3736e..6ffa164b4 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 e2fe35e5e..68712461b 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 26cce732b..b99752b80 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 202e00899..93f14d1f8 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 6de8ae2ca..3ce6e4564 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 64a0a01ec..9576b0972 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 fa14628b3..82e3a7483 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 61da8dcb9..f1b62babc 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 0dc0c5eb1..031c25f69 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 3ac8b91a4..01d7b114a 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 88e973d35..3cfbfa113 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 806624bc0..17ff75ff1 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 086fe3a47..3a7210fed 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 3f8244660..20fd6916a 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 c973e6421..0ba6f1926 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 d4cf19a84..02d2f2a2f 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 be1a16147..6c39e0e12 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 7c74a466c..07f17120b 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 df0710574..b37e55f10 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 94532dd0f..c410dccc0 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 cf0cf1e38..ad9d9df72 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 162bd2089..a7880edaa 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 affe2721c..cd5f51c8a 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 1d1eddd65..2b28fe8b4 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 c1ca3f2c8..eb65373a3 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 d6c1eee7b..04271266a 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 d18ff401b..1537466f2 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 b5349a21e..f8cd051d7 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 a4057fa77..c528b94b0 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 521571ec3..b63df2d81 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 a94983c79..6a6b3cb16 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 ca4538c21..066030b46 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 2ff0bc67e..29603ae16 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 d51715532..1d4a52702 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 0c80285ba..370da3996 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 29f697818..117cea3d2 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 d4463ed51..67a8e42e3 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 47598bd60..71c20ebb2 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 3ad3ad85d..ab4cd0d71 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 ea55f10a9..645b213f6 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 45412997a..6f73a8235 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 57db8ac0b..a6257025d 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 a289308cc..c5ba11eca 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 982a9f30d..c5ebf5b0b 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 5b354c187..0093ccd95 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 feed51677..33749835f 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 7c3891606..d6f92a21a 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 4909e23c0..4174ab4f0 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 120612deb..a8531a407 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 2464e95de..16e51eedc 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 ad8fec42c..c3d387e3f 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 a04e9d664..21f90abf4 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 2046a1b8f..dfdd6a1fd 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 4296aa387..da78f1a96 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 c5b2dd4aa..09ccd9128 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 65f61469e..927bf2779 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 e31524c0b..abb9fd6eb 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 1866fe462..9e3ddcab9 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 485fd513f..f2e9caf37 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 bc429dcd1..4ae5d7df5 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 cee67646d..ce962c585 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 78afa9b8b..0da695b03 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 acfd297e3..5faa50c03 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 2d5376e8e..7a273096f 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 74bb61780..3cb15dfe6 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 f591d5df1..603e650fe 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 d3cbaec6b..23fa00be0 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 61c975509..ced3cc9f1 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 7cd57ecf2..bdc8a2226 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 feea929a8..ce0ea1df0 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 273d4be95..74db51ac0 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 08bd9812d..379a627af 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 73906ff36..66c9ca6f7 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 865d090e7..4f485d857 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 4975d4e29..372e1b8ca 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 5b85c4b43..8e0304655 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 f926f1e80..1491a11fa 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 8fdcfcadb..a0b657ae2 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ - +