@fern-api/python-dynamic-snippets 4.43.0 → 4.45.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/dist/index.cjs +37 -0
  2. package/dist/index.cjs.map +1 -0
  3. package/dist/index.d.cts +165 -0
  4. package/dist/index.d.ts +165 -0
  5. package/dist/index.js +37 -0
  6. package/dist/index.js.map +1 -0
  7. package/package.json +9 -10
  8. package/cjs/DynamicSnippetsGenerator.cjs +0 -42
  9. package/cjs/DynamicSnippetsGenerator.cjs.map +0 -1
  10. package/cjs/DynamicSnippetsGenerator.d.cts +0 -25
  11. package/cjs/DynamicSnippetsGeneratorContext-4_I0JAlU.d.cts +0 -87
  12. package/cjs/EndpointSnippetGenerator.cjs +0 -31
  13. package/cjs/EndpointSnippetGenerator.cjs.map +0 -1
  14. package/cjs/EndpointSnippetGenerator.d.cts +0 -68
  15. package/cjs/context/DynamicSnippetsGeneratorContext.cjs +0 -42
  16. package/cjs/context/DynamicSnippetsGeneratorContext.cjs.map +0 -1
  17. package/cjs/context/DynamicSnippetsGeneratorContext.d.cts +0 -5
  18. package/cjs/context/DynamicTypeLiteralMapper.cjs +0 -31
  19. package/cjs/context/DynamicTypeLiteralMapper.cjs.map +0 -1
  20. package/cjs/context/DynamicTypeLiteralMapper.d.cts +0 -5
  21. package/cjs/context/FilePropertyMapper.cjs +0 -31
  22. package/cjs/context/FilePropertyMapper.cjs.map +0 -1
  23. package/cjs/context/FilePropertyMapper.d.cts +0 -5
  24. package/cjs/index.cjs +0 -42
  25. package/cjs/index.cjs.map +0 -1
  26. package/cjs/index.d.cts +0 -7
  27. package/esm/DynamicSnippetsGenerator.d.ts +0 -25
  28. package/esm/DynamicSnippetsGenerator.js +0 -2
  29. package/esm/DynamicSnippetsGenerator.js.map +0 -1
  30. package/esm/DynamicSnippetsGeneratorContext-4_I0JAlU.d.ts +0 -87
  31. package/esm/EndpointSnippetGenerator.d.ts +0 -68
  32. package/esm/EndpointSnippetGenerator.js +0 -2
  33. package/esm/EndpointSnippetGenerator.js.map +0 -1
  34. package/esm/chunk-2KHLQG2A.js +0 -2
  35. package/esm/chunk-2KHLQG2A.js.map +0 -1
  36. package/esm/chunk-2SPAKVUZ.js +0 -2
  37. package/esm/chunk-2SPAKVUZ.js.map +0 -1
  38. package/esm/chunk-3XEFLXHY.js +0 -2
  39. package/esm/chunk-3XEFLXHY.js.map +0 -1
  40. package/esm/chunk-DP6NTUTQ.js +0 -2
  41. package/esm/chunk-DP6NTUTQ.js.map +0 -1
  42. package/esm/chunk-HGKGDQ5J.js +0 -15
  43. package/esm/chunk-HGKGDQ5J.js.map +0 -1
  44. package/esm/chunk-NHAFJ5OA.js +0 -31
  45. package/esm/chunk-NHAFJ5OA.js.map +0 -1
  46. package/esm/chunk-ULECZXWB.js +0 -2
  47. package/esm/chunk-ULECZXWB.js.map +0 -1
  48. package/esm/context/DynamicSnippetsGeneratorContext.d.ts +0 -5
  49. package/esm/context/DynamicSnippetsGeneratorContext.js +0 -2
  50. package/esm/context/DynamicSnippetsGeneratorContext.js.map +0 -1
  51. package/esm/context/DynamicTypeLiteralMapper.d.ts +0 -5
  52. package/esm/context/DynamicTypeLiteralMapper.js +0 -2
  53. package/esm/context/DynamicTypeLiteralMapper.js.map +0 -1
  54. package/esm/context/FilePropertyMapper.d.ts +0 -5
  55. package/esm/context/FilePropertyMapper.js +0 -2
  56. package/esm/context/FilePropertyMapper.js.map +0 -1
  57. package/esm/index.d.ts +0 -7
  58. package/esm/index.js +0 -2
  59. package/esm/index.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fern-api/python-dynamic-snippets",
3
- "version": "4.43.0",
3
+ "version": "4.45.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/fern-api/fern.git",
@@ -9,19 +9,18 @@
9
9
  "type": "module",
10
10
  "exports": {
11
11
  "import": {
12
- "types": "./esm/index.d.ts",
13
- "default": "./esm/index.js"
12
+ "types": "./dist/index.d.ts",
13
+ "default": "./dist/index.js"
14
14
  },
15
15
  "require": {
16
- "types": "./cjs/index.d.cts",
17
- "default": "./cjs/index.cjs"
16
+ "types": "./dist/index.d.cts",
17
+ "default": "./dist/index.cjs"
18
18
  }
19
19
  },
20
- "main": "./cjs/index.cjs",
21
- "module": "./esm/index.js",
22
- "types": "./cjs/index.d.cts",
20
+ "main": "./dist/index.cjs",
21
+ "module": "./dist/index.js",
22
+ "types": "./dist/index.d.cts",
23
23
  "files": [
24
- "cjs",
25
- "esm"
24
+ "dist"
26
25
  ]
27
26
  }
@@ -1,42 +0,0 @@
1
- "use strict";var Fe=Object.defineProperty,qr=Object.defineProperties,Gr=Object.getOwnPropertyDescriptor,zr=Object.getOwnPropertyDescriptors,Yr=Object.getOwnPropertyNames,Pe=Object.getOwnPropertySymbols;var Ke=Object.prototype.hasOwnProperty,ct=Object.prototype.propertyIsEnumerable;var Je=(n,t,e)=>t in n?Fe(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e,ne=(n,t)=>{for(var e in t||(t={}))Ke.call(t,e)&&Je(n,e,t[e]);if(Pe)for(var e of Pe(t))ct.call(t,e)&&Je(n,e,t[e]);return n},Ce=(n,t)=>qr(n,zr(t));var dt=n=>typeof n=="symbol"?n:n+"",ke=(n,t)=>{var e={};for(var r in n)Ke.call(n,r)&&t.indexOf(r)<0&&(e[r]=n[r]);if(n!=null&&Pe)for(var r of Pe(n))t.indexOf(r)<0&&ct.call(n,r)&&(e[r]=n[r]);return e};var Xe=(n,t)=>()=>(n&&(t=n(n=0)),t);var mt=(n,t)=>{for(var e in t)Fe(n,e,{get:t[e],enumerable:!0})},Hr=(n,t,e,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Yr(t))!Ke.call(n,i)&&i!==e&&Fe(n,i,{get:()=>t[i],enumerable:!(r=Gr(t,i))||r.enumerable});return n};var Qr=n=>Hr(Fe({},"__esModule",{value:!0}),n);var l=(n,t,e)=>Je(n,typeof t!="symbol"?t+"":t,e);function yt(){throw new Error("setTimeout has not been defined")}function xt(){throw new Error("clearTimeout has not been defined")}function gt(n){if(q===setTimeout)return setTimeout(n,0);if((q===yt||!q)&&setTimeout)return q=setTimeout,setTimeout(n,0);try{return q(n,0)}catch(t){try{return q.call(null,n,0)}catch(e){return q.call(this,n,0)}}}function Zr(n){if(G===clearTimeout)return clearTimeout(n);if((G===xt||!G)&&clearTimeout)return G=clearTimeout,clearTimeout(n);try{return G(n)}catch(t){try{return G.call(null,n)}catch(e){return G.call(this,n)}}}function Jr(){!oe||!X||(oe=!1,X.length?D=X.concat(D):Le=-1,D.length&&wt())}function wt(){if(!oe){var n=gt(Jr);oe=!0;for(var t=D.length;t;){for(X=D,D=[];++Le<t;)X&&X[Le].run();Le=-1,t=D.length}X=null,oe=!1,Zr(n)}}function Kr(n){var t=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)t[e-1]=arguments[e];D.push(new vt(n,t)),D.length===1&&!oe&&gt(wt)}function vt(n,t){this.fun=n,this.array=t}function ee(){}function yn(n){throw new Error("process.binding is not supported")}function xn(){return"/"}function gn(n){throw new Error("process.chdir is not supported")}function wn(){return 0}function Rn(n){var t=vn.call(ie)*.001,e=Math.floor(t),r=Math.floor(t%1*1e9);return n&&(e=e-n[0],r=r-n[1],r<0&&(e--,r+=1e9)),[e,r]}function In(){var n=new Date,t=n-Tn;return t/1e3}var q,G,D,oe,X,Le,Xr,en,tn,rn,nn,on,an,sn,un,fn,pn,ln,cn,dn,mn,hn,ie,vn,Tn,m,ht,u=Xe(()=>{"use strict";q=yt,G=xt;typeof globalThis.setTimeout=="function"&&(q=setTimeout);typeof globalThis.clearTimeout=="function"&&(G=clearTimeout);D=[],oe=!1,Le=-1;vt.prototype.run=function(){this.fun.apply(null,this.array)};Xr="browser",en="browser",tn=!0,rn={},nn=[],on="",an={},sn={},un={};fn=ee,pn=ee,ln=ee,cn=ee,dn=ee,mn=ee,hn=ee;ie=globalThis.performance||{},vn=ie.now||ie.mozNow||ie.msNow||ie.oNow||ie.webkitNow||function(){return new Date().getTime()};Tn=new Date;m={nextTick:Kr,title:Xr,browser:tn,env:rn,argv:nn,version:on,versions:an,on:fn,addListener:pn,once:ln,off:cn,removeListener:dn,removeAllListeners:mn,emit:hn,binding:yn,cwd:xn,chdir:gn,umask:wn,hrtime:Rn,platform:en,release:sn,config:un,uptime:In},ht={};Object.keys(ht).forEach(n=>{let t=n.split("."),e=m;for(let r=0;r<t.length;r++){let i=t[r];r===t.length-1?e[i]=ht[n]:e=e[i]||(e[i]={})}})});function Et(){tt=!0;for(var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0,e=n.length;t<e;++t)U[t]=n[t],F[n.charCodeAt(t)]=t;F[45]=62,F[95]=63}function An(n){tt||Et();var t,e,r,i,o,a,p=n.length;if(p%4>0)throw new Error("Invalid string. Length must be a multiple of 4");o=n[p-2]==="="?2:n[p-1]==="="?1:0,a=new En(p*3/4-o),r=o>0?p-4:p;var c=0;for(t=0,e=0;t<r;t+=4,e+=3)i=F[n.charCodeAt(t)]<<18|F[n.charCodeAt(t+1)]<<12|F[n.charCodeAt(t+2)]<<6|F[n.charCodeAt(t+3)],a[c++]=i>>16&255,a[c++]=i>>8&255,a[c++]=i&255;return o===2?(i=F[n.charCodeAt(t)]<<2|F[n.charCodeAt(t+1)]>>4,a[c++]=i&255):o===1&&(i=F[n.charCodeAt(t)]<<10|F[n.charCodeAt(t+1)]<<4|F[n.charCodeAt(t+2)]>>2,a[c++]=i>>8&255,a[c++]=i&255),a}function bn(n){return U[n>>18&63]+U[n>>12&63]+U[n>>6&63]+U[n&63]}function Nn(n,t,e){for(var r,i=[],o=t;o<e;o+=3)r=(n[o]<<16)+(n[o+1]<<8)+n[o+2],i.push(bn(r));return i.join("")}function Rt(n){tt||Et();for(var t,e=n.length,r=e%3,i="",o=[],a=16383,p=0,c=e-r;p<c;p+=a)o.push(Nn(n,p,p+a>c?c:p+a));return r===1?(t=n[e-1],i+=U[t>>2],i+=U[t<<4&63],i+="=="):r===2&&(t=(n[e-2]<<8)+n[e-1],i+=U[t>>10],i+=U[t>>4&63],i+=U[t<<2&63],i+="="),o.push(i),o.join("")}function Be(){return s.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function V(n,t){if(Be()<t)throw new RangeError("Invalid typed array length");return s.TYPED_ARRAY_SUPPORT?(n=new Uint8Array(t),n.__proto__=s.prototype):(n===null&&(n=new s(t)),n.length=t),n}function s(n,t,e){if(!s.TYPED_ARRAY_SUPPORT&&!(this instanceof s))return new s(n,t,e);if(typeof n=="number"){if(typeof t=="string")throw new Error("If encoding is specified then the first argument must be a string");return rt(this,n)}return At(this,n,t,e)}function At(n,t,e,r){if(typeof t=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer!="undefined"&&t instanceof ArrayBuffer?Fn(n,t,e,r):typeof t=="string"?Pn(n,t,e):Cn(n,t)}function bt(n){if(typeof n!="number")throw new TypeError('"size" argument must be a number');if(n<0)throw new RangeError('"size" argument must not be negative')}function Sn(n,t,e,r){return bt(t),t<=0?V(n,t):e!==void 0?typeof r=="string"?V(n,t).fill(e,r):V(n,t).fill(e):V(n,t)}function rt(n,t){if(bt(t),n=V(n,t<0?0:nt(t)|0),!s.TYPED_ARRAY_SUPPORT)for(var e=0;e<t;++e)n[e]=0;return n}function Pn(n,t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError('"encoding" must be a valid string encoding');var r=Nt(t,e)|0;n=V(n,r);var i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function et(n,t){var e=t.length<0?0:nt(t.length)|0;n=V(n,e);for(var r=0;r<e;r+=1)n[r]=t[r]&255;return n}function Fn(n,t,e,r){if(t.byteLength,e<0||t.byteLength<e)throw new RangeError("'offset' is out of bounds");if(t.byteLength<e+(r||0))throw new RangeError("'length' is out of bounds");return e===void 0&&r===void 0?t=new Uint8Array(t):r===void 0?t=new Uint8Array(t,e):t=new Uint8Array(t,e,r),s.TYPED_ARRAY_SUPPORT?(n=t,n.__proto__=s.prototype):n=et(n,t),n}function Cn(n,t){if(M(t)){var e=nt(t.length)|0;return n=V(n,e),n.length===0||t.copy(n,0,0,e),n}if(t){if(typeof ArrayBuffer!="undefined"&&t.buffer instanceof ArrayBuffer||"length"in t)return typeof t.length!="number"||Zn(t.length)?V(n,0):et(n,t);if(t.type==="Buffer"&&Array.isArray(t.data))return et(n,t.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function nt(n){if(n>=Be())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Be().toString(16)+" bytes");return n|0}function M(n){return!!(n!=null&&n._isBuffer)}function Nt(n,t){if(M(n))return n.length;if(typeof ArrayBuffer!="undefined"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(n)||n instanceof ArrayBuffer))return n.byteLength;typeof n!="string"&&(n=""+n);var e=n.length;if(e===0)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":case void 0:return Ue(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return Bt(n).length;default:if(r)return Ue(n).length;t=(""+t).toLowerCase(),r=!0}}function kn(n,t,e){var r=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,t>>>=0,e<=t))return"";for(n||(n="utf8");;)switch(n){case"hex":return $n(this,t,e);case"utf8":case"utf-8":return Ft(this,t,e);case"ascii":return Vn(this,t,e);case"latin1":case"binary":return Wn(this,t,e);case"base64":return _n(this,t,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return jn(this,t,e);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}function te(n,t,e){var r=n[t];n[t]=n[e],n[e]=r}function St(n,t,e,r,i){if(n.length===0)return-1;if(typeof e=="string"?(r=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,isNaN(e)&&(e=i?0:n.length-1),e<0&&(e=n.length+e),e>=n.length){if(i)return-1;e=n.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof t=="string"&&(t=s.from(t,r)),M(t))return t.length===0?-1:Tt(n,t,e,r,i);if(typeof t=="number")return t=t&255,s.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(n,t,e):Uint8Array.prototype.lastIndexOf.call(n,t,e):Tt(n,[t],e,r,i);throw new TypeError("val must be string, number or Buffer")}function Tt(n,t,e,r,i){var o=1,a=n.length,p=t.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||t.length<2)return-1;o=2,a/=2,p/=2,e/=2}function c(v,g){return o===1?v[g]:v.readUInt16BE(g*o)}var y;if(i){var h=-1;for(y=e;y<a;y++)if(c(n,y)===c(t,h===-1?0:y-h)){if(h===-1&&(h=y),y-h+1===p)return h*o}else h!==-1&&(y-=y-h),h=-1}else for(e+p>a&&(e=a-p),y=e;y>=0;y--){for(var x=!0,R=0;R<p;R++)if(c(n,y+R)!==c(t,R)){x=!1;break}if(x)return y}return-1}function Ln(n,t,e,r){e=Number(e)||0;var i=n.length-e;r?(r=Number(r),r>i&&(r=i)):r=i;var o=t.length;if(o%2!==0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var a=0;a<r;++a){var p=parseInt(t.substr(a*2,2),16);if(isNaN(p))return a;n[e+a]=p}return a}function Bn(n,t,e,r){return _e(Ue(t,n.length-e),n,e,r)}function Pt(n,t,e,r){return _e(Hn(t),n,e,r)}function Un(n,t,e,r){return Pt(n,t,e,r)}function Mn(n,t,e,r){return _e(Bt(t),n,e,r)}function On(n,t,e,r){return _e(Qn(t,n.length-e),n,e,r)}function _n(n,t,e){return t===0&&e===n.length?Rt(n):Rt(n.slice(t,e))}function Ft(n,t,e){e=Math.min(n.length,e);for(var r=[],i=t;i<e;){var o=n[i],a=null,p=o>239?4:o>223?3:o>191?2:1;if(i+p<=e){var c,y,h,x;switch(p){case 1:o<128&&(a=o);break;case 2:c=n[i+1],(c&192)===128&&(x=(o&31)<<6|c&63,x>127&&(a=x));break;case 3:c=n[i+1],y=n[i+2],(c&192)===128&&(y&192)===128&&(x=(o&15)<<12|(c&63)<<6|y&63,x>2047&&(x<55296||x>57343)&&(a=x));break;case 4:c=n[i+1],y=n[i+2],h=n[i+3],(c&192)===128&&(y&192)===128&&(h&192)===128&&(x=(o&15)<<18|(c&63)<<12|(y&63)<<6|h&63,x>65535&&x<1114112&&(a=x))}}a===null?(a=65533,p=1):a>65535&&(a-=65536,r.push(a>>>10&1023|55296),a=56320|a&1023),r.push(a),i+=p}return Dn(r)}function Dn(n){var t=n.length;if(t<=It)return String.fromCharCode.apply(String,n);for(var e="",r=0;r<t;)e+=String.fromCharCode.apply(String,n.slice(r,r+=It));return e}function Vn(n,t,e){var r="";e=Math.min(n.length,e);for(var i=t;i<e;++i)r+=String.fromCharCode(n[i]&127);return r}function Wn(n,t,e){var r="";e=Math.min(n.length,e);for(var i=t;i<e;++i)r+=String.fromCharCode(n[i]);return r}function $n(n,t,e){var r=n.length;(!t||t<0)&&(t=0),(!e||e<0||e>r)&&(e=r);for(var i="",o=t;o<e;++o)i+=Yn(n[o]);return i}function jn(n,t,e){for(var r=n.slice(t,e),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+r[o+1]*256);return i}function A(n,t,e){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+t>e)throw new RangeError("Trying to access beyond buffer length")}function P(n,t,e,r,i,o){if(!M(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw new RangeError('"value" argument is out of bounds');if(e+r>n.length)throw new RangeError("Index out of range")}function Me(n,t,e,r){t<0&&(t=65535+t+1);for(var i=0,o=Math.min(n.length-e,2);i<o;++i)n[e+i]=(t&255<<8*(r?i:1-i))>>>(r?i:1-i)*8}function Oe(n,t,e,r){t<0&&(t=4294967295+t+1);for(var i=0,o=Math.min(n.length-e,4);i<o;++i)n[e+i]=t>>>(r?i:3-i)*8&255}function Ct(n,t,e,r,i,o){if(e+r>n.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function kt(n,t,e,r,i){return i||Ct(n,t,e,4,34028234663852886e22,-34028234663852886e22),Mt(n,t,e,r,23,4),e+4}function Lt(n,t,e,r,i){return i||Ct(n,t,e,8,17976931348623157e292,-17976931348623157e292),Mt(n,t,e,r,52,8),e+8}function Gn(n){if(n=zn(n).replace(qn,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function zn(n){return n.trim?n.trim():n.replace(/^\s+|\s+$/g,"")}function Yn(n){return n<16?"0"+n.toString(16):n.toString(16)}function Ue(n,t){t=t||1/0;for(var e,r=n.length,i=null,o=[],a=0;a<r;++a){if(e=n.charCodeAt(a),e>55295&&e<57344){if(!i){if(e>56319){(t-=3)>-1&&o.push(239,191,189);continue}else if(a+1===r){(t-=3)>-1&&o.push(239,191,189);continue}i=e;continue}if(e<56320){(t-=3)>-1&&o.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,e<128){if((t-=1)<0)break;o.push(e)}else if(e<2048){if((t-=2)<0)break;o.push(e>>6|192,e&63|128)}else if(e<65536){if((t-=3)<0)break;o.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((t-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return o}function Hn(n){for(var t=[],e=0;e<n.length;++e)t.push(n.charCodeAt(e)&255);return t}function Qn(n,t){for(var e,r,i,o=[],a=0;a<n.length&&!((t-=2)<0);++a)e=n.charCodeAt(a),r=e>>8,i=e%256,o.push(i),o.push(r);return o}function Bt(n){return An(Gn(n))}function _e(n,t,e,r){for(var i=0;i<r&&!(i+e>=t.length||i>=n.length);++i)t[i+e]=n[i];return i}function Zn(n){return n!==n}function Jn(n){return n!=null&&(!!n._isBuffer||Ut(n)||Kn(n))}function Ut(n){return!!n.constructor&&typeof n.constructor.isBuffer=="function"&&n.constructor.isBuffer(n)}function Kn(n){return typeof n.readFloatLE=="function"&&typeof n.slice=="function"&&Ut(n.slice(0,0))}function De(n,t,e,r,i){var o,a,p=i*8-r-1,c=(1<<p)-1,y=c>>1,h=-7,x=e?i-1:0,R=e?-1:1,v=n[t+x];for(x+=R,o=v&(1<<-h)-1,v>>=-h,h+=p;h>0;o=o*256+n[t+x],x+=R,h-=8);for(a=o&(1<<-h)-1,o>>=-h,h+=r;h>0;a=a*256+n[t+x],x+=R,h-=8);if(o===0)o=1-y;else{if(o===c)return a?NaN:(v?-1:1)*(1/0);a=a+Math.pow(2,r),o=o-y}return(v?-1:1)*a*Math.pow(2,o-r)}function Mt(n,t,e,r,i,o){var a,p,c,y=o*8-i-1,h=(1<<y)-1,x=h>>1,R=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:o-1,g=r?1:-1,E=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(p=isNaN(t)?1:0,a=h):(a=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-a))<1&&(a--,c*=2),a+x>=1?t+=R/c:t+=R*Math.pow(2,1-x),t*c>=2&&(a++,c/=2),a+x>=h?(p=0,a=h):a+x>=1?(p=(t*c-1)*Math.pow(2,i),a=a+x):(p=t*Math.pow(2,x-1)*Math.pow(2,i),a=0));i>=8;n[e+v]=p&255,v+=g,p/=256,i-=8);for(a=a<<i|p,y+=i;y>0;n[e+v]=a&255,v+=g,a/=256,y-=8);n[e+v-g]|=E*128}var U,F,En,tt,It,qn,Ot=Xe(()=>{"use strict";u();f();U=[],F=[],En=typeof Uint8Array!="undefined"?Uint8Array:Array,tt=!1;s.TYPED_ARRAY_SUPPORT=globalThis.TYPED_ARRAY_SUPPORT!==void 0?globalThis.TYPED_ARRAY_SUPPORT:!0;s.poolSize=8192;s._augment=function(n){return n.__proto__=s.prototype,n};s.from=function(n,t,e){return At(null,n,t,e)};s.kMaxLength=Be();s.TYPED_ARRAY_SUPPORT&&(s.prototype.__proto__=Uint8Array.prototype,s.__proto__=Uint8Array,typeof Symbol!="undefined"&&Symbol.species&&s[Symbol.species]);s.alloc=function(n,t,e){return Sn(null,n,t,e)};s.allocUnsafe=function(n){return rt(null,n)};s.allocUnsafeSlow=function(n){return rt(null,n)};s.isBuffer=Jn;s.compare=function(t,e){if(!M(t)||!M(e))throw new TypeError("Arguments must be Buffers");if(t===e)return 0;for(var r=t.length,i=e.length,o=0,a=Math.min(r,i);o<a;++o)if(t[o]!==e[o]){r=t[o],i=e[o];break}return r<i?-1:i<r?1:0};s.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(t,e){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return s.alloc(0);var r;if(e===void 0)for(e=0,r=0;r<t.length;++r)e+=t[r].length;var i=s.allocUnsafe(e),o=0;for(r=0;r<t.length;++r){var a=t[r];if(!M(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(i,o),o+=a.length}return i};s.byteLength=Nt;s.prototype._isBuffer=!0;s.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)te(this,e,e+1);return this};s.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)te(this,e,e+3),te(this,e+1,e+2);return this};s.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)te(this,e,e+7),te(this,e+1,e+6),te(this,e+2,e+5),te(this,e+3,e+4);return this};s.prototype.toString=function(){var t=this.length|0;return t===0?"":arguments.length===0?Ft(this,0,t):kn.apply(this,arguments)};s.prototype.equals=function(t){if(!M(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:s.compare(this,t)===0};s.prototype.compare=function(t,e,r,i,o){if(!M(t))throw new TypeError("Argument must be a Buffer");if(e===void 0&&(e=0),r===void 0&&(r=t?t.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),e<0||r>t.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&e>=r)return 0;if(i>=o)return-1;if(e>=r)return 1;if(e>>>=0,r>>>=0,i>>>=0,o>>>=0,this===t)return 0;for(var a=o-i,p=r-e,c=Math.min(a,p),y=this.slice(i,o),h=t.slice(e,r),x=0;x<c;++x)if(y[x]!==h[x]){a=y[x],p=h[x];break}return a<p?-1:p<a?1:0};s.prototype.includes=function(t,e,r){return this.indexOf(t,e,r)!==-1};s.prototype.indexOf=function(t,e,r){return St(this,t,e,r,!0)};s.prototype.lastIndexOf=function(t,e,r){return St(this,t,e,r,!1)};s.prototype.write=function(t,e,r,i){if(e===void 0)i="utf8",r=this.length,e=0;else if(r===void 0&&typeof e=="string")i=e,r=this.length,e=0;else if(isFinite(e))e=e|0,isFinite(r)?(r=r|0,i===void 0&&(i="utf8")):(i=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((r===void 0||r>o)&&(r=o),t.length>0&&(r<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return Ln(this,t,e,r);case"utf8":case"utf-8":return Bn(this,t,e,r);case"ascii":return Pt(this,t,e,r);case"latin1":case"binary":return Un(this,t,e,r);case"base64":return Mn(this,t,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return On(this,t,e,r);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};It=4096;s.prototype.slice=function(t,e){var r=this.length;t=~~t,e=e===void 0?r:~~e,t<0?(t+=r,t<0&&(t=0)):t>r&&(t=r),e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),e<t&&(e=t);var i;if(s.TYPED_ARRAY_SUPPORT)i=this.subarray(t,e),i.__proto__=s.prototype;else{var o=e-t;i=new s(o,void 0);for(var a=0;a<o;++a)i[a]=this[a+t]}return i};s.prototype.readUIntLE=function(t,e,r){t=t|0,e=e|0,r||A(t,e,this.length);for(var i=this[t],o=1,a=0;++a<e&&(o*=256);)i+=this[t+a]*o;return i};s.prototype.readUIntBE=function(t,e,r){t=t|0,e=e|0,r||A(t,e,this.length);for(var i=this[t+--e],o=1;e>0&&(o*=256);)i+=this[t+--e]*o;return i};s.prototype.readUInt8=function(t,e){return e||A(t,1,this.length),this[t]};s.prototype.readUInt16LE=function(t,e){return e||A(t,2,this.length),this[t]|this[t+1]<<8};s.prototype.readUInt16BE=function(t,e){return e||A(t,2,this.length),this[t]<<8|this[t+1]};s.prototype.readUInt32LE=function(t,e){return e||A(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};s.prototype.readUInt32BE=function(t,e){return e||A(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};s.prototype.readIntLE=function(t,e,r){t=t|0,e=e|0,r||A(t,e,this.length);for(var i=this[t],o=1,a=0;++a<e&&(o*=256);)i+=this[t+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i};s.prototype.readIntBE=function(t,e,r){t=t|0,e=e|0,r||A(t,e,this.length);for(var i=e,o=1,a=this[t+--i];i>0&&(o*=256);)a+=this[t+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*e)),a};s.prototype.readInt8=function(t,e){return e||A(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};s.prototype.readInt16LE=function(t,e){e||A(t,2,this.length);var r=this[t]|this[t+1]<<8;return r&32768?r|4294901760:r};s.prototype.readInt16BE=function(t,e){e||A(t,2,this.length);var r=this[t+1]|this[t]<<8;return r&32768?r|4294901760:r};s.prototype.readInt32LE=function(t,e){return e||A(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};s.prototype.readInt32BE=function(t,e){return e||A(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};s.prototype.readFloatLE=function(t,e){return e||A(t,4,this.length),De(this,t,!0,23,4)};s.prototype.readFloatBE=function(t,e){return e||A(t,4,this.length),De(this,t,!1,23,4)};s.prototype.readDoubleLE=function(t,e){return e||A(t,8,this.length),De(this,t,!0,52,8)};s.prototype.readDoubleBE=function(t,e){return e||A(t,8,this.length),De(this,t,!1,52,8)};s.prototype.writeUIntLE=function(t,e,r,i){if(t=+t,e=e|0,r=r|0,!i){var o=Math.pow(2,8*r)-1;P(this,t,e,r,o,0)}var a=1,p=0;for(this[e]=t&255;++p<r&&(a*=256);)this[e+p]=t/a&255;return e+r};s.prototype.writeUIntBE=function(t,e,r,i){if(t=+t,e=e|0,r=r|0,!i){var o=Math.pow(2,8*r)-1;P(this,t,e,r,o,0)}var a=r-1,p=1;for(this[e+a]=t&255;--a>=0&&(p*=256);)this[e+a]=t/p&255;return e+r};s.prototype.writeUInt8=function(t,e,r){return t=+t,e=e|0,r||P(this,t,e,1,255,0),s.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=t&255,e+1};s.prototype.writeUInt16LE=function(t,e,r){return t=+t,e=e|0,r||P(this,t,e,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[e]=t&255,this[e+1]=t>>>8):Me(this,t,e,!0),e+2};s.prototype.writeUInt16BE=function(t,e,r){return t=+t,e=e|0,r||P(this,t,e,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=t&255):Me(this,t,e,!1),e+2};s.prototype.writeUInt32LE=function(t,e,r){return t=+t,e=e|0,r||P(this,t,e,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=t&255):Oe(this,t,e,!0),e+4};s.prototype.writeUInt32BE=function(t,e,r){return t=+t,e=e|0,r||P(this,t,e,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=t&255):Oe(this,t,e,!1),e+4};s.prototype.writeIntLE=function(t,e,r,i){if(t=+t,e=e|0,!i){var o=Math.pow(2,8*r-1);P(this,t,e,r,o-1,-o)}var a=0,p=1,c=0;for(this[e]=t&255;++a<r&&(p*=256);)t<0&&c===0&&this[e+a-1]!==0&&(c=1),this[e+a]=(t/p>>0)-c&255;return e+r};s.prototype.writeIntBE=function(t,e,r,i){if(t=+t,e=e|0,!i){var o=Math.pow(2,8*r-1);P(this,t,e,r,o-1,-o)}var a=r-1,p=1,c=0;for(this[e+a]=t&255;--a>=0&&(p*=256);)t<0&&c===0&&this[e+a+1]!==0&&(c=1),this[e+a]=(t/p>>0)-c&255;return e+r};s.prototype.writeInt8=function(t,e,r){return t=+t,e=e|0,r||P(this,t,e,1,127,-128),s.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=t&255,e+1};s.prototype.writeInt16LE=function(t,e,r){return t=+t,e=e|0,r||P(this,t,e,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[e]=t&255,this[e+1]=t>>>8):Me(this,t,e,!0),e+2};s.prototype.writeInt16BE=function(t,e,r){return t=+t,e=e|0,r||P(this,t,e,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=t&255):Me(this,t,e,!1),e+2};s.prototype.writeInt32LE=function(t,e,r){return t=+t,e=e|0,r||P(this,t,e,4,2147483647,-2147483648),s.TYPED_ARRAY_SUPPORT?(this[e]=t&255,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):Oe(this,t,e,!0),e+4};s.prototype.writeInt32BE=function(t,e,r){return t=+t,e=e|0,r||P(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),s.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=t&255):Oe(this,t,e,!1),e+4};s.prototype.writeFloatLE=function(t,e,r){return kt(this,t,e,!0,r)};s.prototype.writeFloatBE=function(t,e,r){return kt(this,t,e,!1,r)};s.prototype.writeDoubleLE=function(t,e,r){return Lt(this,t,e,!0,r)};s.prototype.writeDoubleBE=function(t,e,r){return Lt(this,t,e,!1,r)};s.prototype.copy=function(t,e,r,i){if(r||(r=0),!i&&i!==0&&(i=this.length),e>=t.length&&(e=t.length),e||(e=0),i>0&&i<r&&(i=r),i===r||t.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-e<i-r&&(i=t.length-e+r);var o=i-r,a;if(this===t&&r<e&&e<i)for(a=o-1;a>=0;--a)t[a+e]=this[a+r];else if(o<1e3||!s.TYPED_ARRAY_SUPPORT)for(a=0;a<o;++a)t[a+e]=this[a+r];else Uint8Array.prototype.set.call(t,this.subarray(r,r+o),e);return o};s.prototype.fill=function(t,e,r,i){if(typeof t=="string"){if(typeof e=="string"?(i=e,e=0,r=this.length):typeof r=="string"&&(i=r,r=this.length),t.length===1){var o=t.charCodeAt(0);o<256&&(t=o)}if(i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i)}else typeof t=="number"&&(t=t&255);if(e<0||this.length<e||this.length<r)throw new RangeError("Out of range index");if(r<=e)return this;e=e>>>0,r=r===void 0?this.length:r>>>0,t||(t=0);var a;if(typeof t=="number")for(a=e;a<r;++a)this[a]=t;else{var p=M(t)?t:Ue(new s(t,i).toString()),c=p.length;for(a=0;a<r-e;++a)this[a+e]=p[a%c]}return this};qn=/[^+\/0-9A-Za-z-_]/g});var f=Xe(()=>{"use strict";Ot()});var ma={};mt(ma,{DynamicSnippetsGenerator:()=>lt});module.exports=Qr(ma);u();f();u();f();u();f();function I(n){throw new Error("Unexpected value: "+JSON.stringify(n))}u();f();u();f();u();f();u();f();u();f();u();f();var Xn=typeof globalThis=="object"&&globalThis&&globalThis.Object===Object&&globalThis,_t=Xn;var ei=typeof self=="object"&&self&&self.Object===Object&&self,ti=_t||ei||Function("return this")(),Dt=ti;var ri=Dt.Symbol,W=ri;u();f();var Vt=Object.prototype,ni=Vt.hasOwnProperty,ii=Vt.toString,we=W?W.toStringTag:void 0;function oi(n){var t=ni.call(n,we),e=n[we];try{n[we]=void 0;var r=!0}catch(o){}var i=ii.call(n);return r&&(t?n[we]=e:delete n[we]),i}var Wt=oi;u();f();var ai=Object.prototype,si=ai.toString;function ui(n){return si.call(n)}var $t=ui;var fi="[object Null]",pi="[object Undefined]",jt=W?W.toStringTag:void 0;function li(n){return n==null?n===void 0?pi:fi:jt&&jt in Object(n)?Wt(n):$t(n)}var qt=li;u();f();function ci(n){return n!=null&&typeof n=="object"}var Gt=ci;var di="[object Symbol]";function mi(n){return typeof n=="symbol"||Gt(n)&&qt(n)==di}var zt=mi;u();f();u();f();function hi(n,t){for(var e=-1,r=n==null?0:n.length,i=Array(r);++e<r;)i[e]=t(n[e],e,n);return i}var Yt=hi;u();f();var yi=Array.isArray,Ht=yi;var xi=1/0,Qt=W?W.prototype:void 0,Zt=Qt?Qt.toString:void 0;function Jt(n){if(typeof n=="string")return n;if(Ht(n))return Yt(n,Jt)+"";if(zt(n))return Zt?Zt.call(n):"";var t=n+"";return t=="0"&&1/n==-xi?"-0":t}var Kt=Jt;u();f();function gi(n){return n==null?"":Kt(n)}var z=gi;u();f();u();f();u();f();u();f();u();f();u();f();function wi(n,t,e){var r=-1,i=n.length;t<0&&(t=-t>i?0:i+t),e=e>i?i:e,e<0&&(e+=i),i=t>e?0:e-t>>>0,t>>>=0;for(var o=Array(i);++r<i;)o[r]=n[r+t];return o}var Xt=wi;function vi(n,t,e){var r=n.length;return e=e===void 0?r:e,!t&&e>=r?n:Xt(n,t,e)}var er=vi;u();f();var Ri="\\ud800-\\udfff",Ti="\\u0300-\\u036f",Ii="\\ufe20-\\ufe2f",Ei="\\u20d0-\\u20ff",Ai=Ti+Ii+Ei,bi="\\ufe0e\\ufe0f",Ni="\\u200d",Si=RegExp("["+Ni+Ri+Ai+bi+"]");function Pi(n){return Si.test(n)}var Ve=Pi;u();f();u();f();function Fi(n){return n.split("")}var tr=Fi;u();f();var rr="\\ud800-\\udfff",Ci="\\u0300-\\u036f",ki="\\ufe20-\\ufe2f",Li="\\u20d0-\\u20ff",Bi=Ci+ki+Li,Ui="\\ufe0e\\ufe0f",Mi="["+rr+"]",it="["+Bi+"]",ot="\\ud83c[\\udffb-\\udfff]",Oi="(?:"+it+"|"+ot+")",nr="[^"+rr+"]",ir="(?:\\ud83c[\\udde6-\\uddff]){2}",or="[\\ud800-\\udbff][\\udc00-\\udfff]",_i="\\u200d",ar=Oi+"?",sr="["+Ui+"]?",Di="(?:"+_i+"(?:"+[nr,ir,or].join("|")+")"+sr+ar+")*",Vi=sr+ar+Di,Wi="(?:"+[nr+it+"?",it,ir,or,Mi].join("|")+")",$i=RegExp(ot+"(?="+ot+")|"+Wi+Vi,"g");function ji(n){return n.match($i)||[]}var ur=ji;function qi(n){return Ve(n)?ur(n):tr(n)}var fr=qi;function Gi(n){return function(t){t=z(t);var e=Ve(t)?fr(t):void 0,r=e?e[0]:t.charAt(0),i=e?er(e,1).join(""):t.slice(1);return r[n]()+i}}var pr=Gi;var zi=pr("toUpperCase"),lr=zi;function Yi(n){return lr(z(n).toLowerCase())}var cr=Yi;u();f();u();f();function Hi(n,t,e,r){var i=-1,o=n==null?0:n.length;for(r&&o&&(e=n[++i]);++i<o;)e=t(e,n[i],i,n);return e}var dr=Hi;u();f();u();f();u();f();function Qi(n){return function(t){return n==null?void 0:n[t]}}var mr=Qi;var Zi={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},Ji=mr(Zi),hr=Ji;var Ki=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Xi="\\u0300-\\u036f",eo="\\ufe20-\\ufe2f",to="\\u20d0-\\u20ff",ro=Xi+eo+to,no="["+ro+"]",io=RegExp(no,"g");function oo(n){return n=z(n),n&&n.replace(Ki,hr).replace(io,"")}var yr=oo;u();f();u();f();var ao=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function so(n){return n.match(ao)||[]}var xr=so;u();f();var uo=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function fo(n){return uo.test(n)}var gr=fo;u();f();var Ir="\\ud800-\\udfff",po="\\u0300-\\u036f",lo="\\ufe20-\\ufe2f",co="\\u20d0-\\u20ff",mo=po+lo+co,Er="\\u2700-\\u27bf",Ar="a-z\\xdf-\\xf6\\xf8-\\xff",ho="\\xac\\xb1\\xd7\\xf7",yo="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",xo="\\u2000-\\u206f",go=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",br="A-Z\\xc0-\\xd6\\xd8-\\xde",wo="\\ufe0e\\ufe0f",Nr=ho+yo+xo+go,Sr="['\u2019]",wr="["+Nr+"]",vo="["+mo+"]",Pr="\\d+",Ro="["+Er+"]",Fr="["+Ar+"]",Cr="[^"+Ir+Nr+Pr+Er+Ar+br+"]",To="\\ud83c[\\udffb-\\udfff]",Io="(?:"+vo+"|"+To+")",Eo="[^"+Ir+"]",kr="(?:\\ud83c[\\udde6-\\uddff]){2}",Lr="[\\ud800-\\udbff][\\udc00-\\udfff]",ae="["+br+"]",Ao="\\u200d",vr="(?:"+Fr+"|"+Cr+")",bo="(?:"+ae+"|"+Cr+")",Rr="(?:"+Sr+"(?:d|ll|m|re|s|t|ve))?",Tr="(?:"+Sr+"(?:D|LL|M|RE|S|T|VE))?",Br=Io+"?",Ur="["+wo+"]?",No="(?:"+Ao+"(?:"+[Eo,kr,Lr].join("|")+")"+Ur+Br+")*",So="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Po="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Fo=Ur+Br+No,Co="(?:"+[Ro,kr,Lr].join("|")+")"+Fo,ko=RegExp([ae+"?"+Fr+"+"+Rr+"(?="+[wr,ae,"$"].join("|")+")",bo+"+"+Tr+"(?="+[wr,ae+vr,"$"].join("|")+")",ae+"?"+vr+"+"+Rr,ae+"+"+Tr,Po,So,Pr,Co].join("|"),"g");function Lo(n){return n.match(ko)||[]}var Mr=Lo;function Bo(n,t,e){return n=z(n),t=e?void 0:t,t===void 0?gr(n)?Mr(n):xr(n):n.match(t)||[]}var Or=Bo;var Uo="['\u2019]",Mo=RegExp(Uo,"g");function Oo(n){return function(t){return dr(Or(yr(t).replace(Mo,"")),n,"")}}var We=Oo;var _o=We(function(n,t,e){return t=t.toLowerCase(),n+(e?cr(t):t)}),at=_o;u();f();var Do=We(function(n,t,e){return n+(e?"_":"")+t.toLowerCase()}),st=Do;u();f();function ve(n){return Object.keys(n)}u();f();u();f();u();f();var _r,Dr,Re=(Dr=(_r=m.env.FERN_STACK_TRACK)==null?void 0:_r.toLowerCase())!=null?Dr:"",O=Re!==""&&Re!=="0"&&Re!=="false",ut=["single","multiline","box"].includes(Re)?Re:"single";O&&(Error.stackTraceLimit=50);var Vo=new Set(["SdkGeneratorCLI","runCli","LoggerImpl","Array.forEach"]),Wo=new Set(["stacktrace"]);function je({maxFrames:n=50,skip:t=0,filterPaths:e=[],filterFunctions:r=[],stopOn:i=[],filterNode:o=!0,filterJs:a=!0,formatFilename:p=c=>c}={}){var y;if(!O)return[];r=[...r,...Vo],e=[...e,...Wo],i=[...i,"runInteractiveTask"];let c=!1;return((y=new Error().stack)!=null?y:"").split(`
2
- `).map(h=>{let x=h.match(/at\s+(.*)\s+\((.*):(\d+):(\d+)\)/);if(x&&x.length===5){let[,R,v,g,E]=x;if(!R||!v||!g||!E)return;if(c||i.some(b=>R==null?void 0:R.includes(b))){c=!0;return}switch(R){case"Object.<anonymous>":R="";break;case"Object.object":case"Object.alias":case"Object.union":case"Object.enum":case"Object.undiscriminatedUnion":R=`${R.substring(R.indexOf(".")+1)}()=> { ... }`;break}return{fn:R,path:p(v),position:`${g}:${E}`}}}).filter(h=>{var x,R;return h&&!r.some(v=>h.fn.includes(v))&&!(o&&((x=h.path)!=null&&x.startsWith("node:")))&&!(a&&((R=h.path)!=null&&R.endsWith(".js")))&&!e.some(v=>h.path.includes(v))}).slice(t,t+n)}var $e=class{constructor({maxFrames:t=50,skip:e=0,filterPaths:r=[],filterFunctions:i=[],stopOn:o=[],filterNode:a=!0,filterJs:p=!0,multiline:c=!1,formatFilename:y=h=>h}={}){l(this,"maxFrames");l(this,"skip");l(this,"filterPaths");l(this,"filterFunctions");l(this,"stopOn");l(this,"filterNode");l(this,"filterJs");l(this,"multiline");l(this,"formatFilename");l(this,"tracking",new WeakMap);this.maxFrames=t,this.skip=e,this.filterPaths=r,this.filterFunctions=i,this.stopOn=o,this.filterNode=a,this.filterJs=p,this.multiline=c,this.formatFilename=y}tag(t){let e=this.tracking.get(t)||new Set;je({maxFrames:this.maxFrames,skip:this.skip,filterPaths:this.filterPaths,filterFunctions:this.filterFunctions,stopOn:this.stopOn,filterNode:this.filterNode,filterJs:this.filterJs,formatFilename:this.formatFilename}).forEach(r=>e.add(r)),this.tracking.set(t,e)}trace(t){if(!O)return"";let e=this.tracking.get(t);return e?[...e].map(r=>`${this.multiline?`
3
- `:""}${r.fn} - ${r.path}:${r.position}`).join(""):""}frames(t){let e=this.tracking.get(t);return e?[...e]:[]}free(t){this.tracking.delete(t)}clear(){this.tracking=new WeakMap}},$;function Vr({maxFrames:n=50,skip:t=0,filterPaths:e=[],filterFunctions:r=[],stopOn:i=[],filterNode:o=!0,filterJs:a=!0,multiline:p=!1,formatFilename:c=y=>y}={}){O&&($!=null||($=new $e({maxFrames:n,skip:t,filterPaths:e,filterFunctions:r,stopOn:i,filterNode:o,filterJs:a,multiline:p,formatFilename:c})))}function Wr(n){$==null||$.tag(n)}function ft(n){var t;return(t=$==null?void 0:$.frames(n))!=null?t:[]}var re=class{constructor(){Wr(this)}};u();f();u();f();u();f();var L=class extends re{constructor(e){super();l(this,"value");this.value=e}write(e){typeof this.value=="string"?e.write(this.value):typeof this.value=="function"?this.value(e):this.value.write(e)}};var $o=4;Vr({skip:0,maxFrames:15,filterFunctions:["Abstract"]});var Te=class{constructor(){l(this,"lineBuffer",[]);l(this,"indentLevel",0);l(this,"hasWrittenAnything",!1);l(this,"lastCharacterIsSemicolon",!1);l(this,"lastCharacterIsNewline",!1);l(this,"nodeStackFrames",[])}get buffer(){return O&&this.nodeStackFrames.length>0&&this.writeInternal(`
4
- `),this.lineBuffer.join(`
5
- `)+(this.lastCharacterIsNewline?`
6
- `:"")}write(...t){for(let e of t)if(e!=null)if(typeof e=="string"){let r=e.length>0&&e.endsWith(`
7
- `),i=r?e.substring(0,e.length-1):e,o=this.getIndentString(),a=i.replaceAll(`
8
- `,`
9
- ${o}`);this.isAtStartOfLine()&&(a=o+a),r&&(a+=`
10
- `),this.writeInternal(a)}else this.writeNode(e)}writeStatement(...t){this.write(...t),this.write(";"),this.writeNewLineIfLastLineNot()}writeNoIndent(t){let e=this.indentLevel;this.indentLevel=0,this.write(t),this.indentLevel=e}writeNode(t){O&&this.nodeStackFrames.push(...ft(t)),t.write(this),O&&ut!=="single"&&this.writeInternal(`
11
- `)}writeNodeOrString(t){if(typeof t=="string"){this.write(t);return}this.writeNode(t)}writeNodeStatement(t){this.writeNode(t),this.write(";"),this.writeNewLineIfLastLineNot()}writeTextStatement(t){new L(t).write(this),t.endsWith(";")||this.write(";"),this.writeNewLineIfLastLineNot()}controlFlow(t,e){new L(t).write(this),this.write(" (",e,")"),this.pushScope()}controlFlowWithoutStatement(t){new L(t).write(this),this.pushScope()}endControlFlow(){this.popScope()}contiguousControlFlow(t,e){this.dedent(),this.write("} "),new L(t).write(this),this.write(" (",e,")"),this.pushScope()}alternativeControlFlow(t){this.dedent(),this.write("} "),new L(t).write(this),this.pushScope()}pushScope(){this.writeLine("{"),this.indent()}popScope(t=!0){this.dedent(),this.writeNewLineIfLastLineNot(),t?this.writeLine("}"):this.write("}")}writeLine(...t){this.write(...t.length===0?[""]:t),this.writeNewLineIfLastLineNot()}newLine(){this.writeInternal(`
12
- `)}writeSemicolonIfLastCharacterIsNot(){this.lastCharacterIsSemicolon||this.writeInternal(";")}writeNewLineIfLastLineNot(){this.lastCharacterIsNewline||this.writeInternal(`
13
- `)}indent(){this.indentLevel++}dedent(){this.indentLevel--}delimit({nodes:t,delimiter:e,writeFunction:r}){if(t.length>0){let i=t[0];i!=null&&r(i);for(let o=1;o<t.length;o++){this.write(e);let a=t[o];a!=null&&r(a)}}}toString(){return this.buffer}writeInternal(t){if(t.length===0)return;let e=!this.lastCharacterIsNewline;this.hasWrittenAnything=!0,this.lastCharacterIsNewline=t.endsWith(`
14
- `),this.lastCharacterIsSemicolon=t.endsWith(";");let r=t.split(`
15
- `),i=O&&!this.shouldSkipTracking(r)&&this.lastCharacterIsNewline;e&&(this.lastLine=`${this.lastLine}${r.shift()||""}`),this.lastCharacterIsNewline&&r.pop(),this.lineBuffer.push(...r),i&&this.appendTrackingComment()}set lastLine(t){this.lineBuffer.length>0?this.lineBuffer[this.lineBuffer.length-1]=t:this.lineBuffer.push(t)}get lastLine(){return this.lineBuffer[this.lineBuffer.length-1]||""}shouldSkipTracking(t){return!1}formatStack(t,e=""){return t.map(r=>`${e?`(${e}) `:""} ${r.fn} - ${r.path} : ${r.position}`)}filterStack(t){return t.filter(e=>!e.fn.startsWith(`${this.constructor.name}.`))}appendTrackingComment(){let t=[...this.formatStack(this.filterStack(je({maxFrames:15,skip:3}))),...this.formatStack(this.filterStack(this.nodeStackFrames),"node")];switch(this.nodeStackFrames.length=0,ut){case"single":return this.singleLineTrackingComment(t);case"multiline":return this.multiLineTrackingComment(t);case"box":return this.boxTrackingComment(t)}}singleLineTrackingComment(t){this.lastLine=`${this.lastLine} // ${t.join(" ")}`}multiLineTrackingComment(t){this.lineBuffer.push(...t.map(e=>` // ${e}`))}boxTrackingComment(t){this.lineBuffer.push("/*",...t.map(e=>` ${e}`),"*/")}isAtStartOfLine(){return this.lastCharacterIsNewline||!this.hasWrittenAnything}getIndentString(){return" ".repeat(this.indentLevel*this.getTabSize())}getTabSize(){return $o}};u();f();u();f();u();f();var Ie=class{constructor(){l(this,"reporter");l(this,"snippet");l(this,"err");this.snippet=void 0,this.reporter=void 0,this.err=void 0}update({context:t,snippet:e}){this.shouldUpdate({snippet:e,reporter:t.errors})&&(this.reporter=t.errors.clone(),this.snippet=e)}getResponseOrThrow({endpoint:t}){var e;if(this.snippet!=null&&this.reporter!=null)return{snippet:this.snippet,errors:this.reporter.toDynamicSnippetErrors()};throw(e=this.err)!=null?e:new Error(`Failed to generate snippet for endpoint "${t.method} ${t.path}"`)}shouldUpdate({snippet:t,reporter:e}){var r,i;return this.reporter==null||this.reporter.size()>0&&e.size()===0?!0:t.length>((i=(r=this.snippet)==null?void 0:r.length)!=null?i:0)}};var Ee=class{constructor(t){l(this,"context");this.context=t}async generate(t,e={}){let r=this.context.resolveEndpointLocationOrThrow(t.endpoint);if(r.length===0)throw new Error(`No endpoints found that match "${t.endpoint.method} ${t.endpoint.path}"`);let i=new Ie;for(let o of r){let a=this.context.clone(),p=this.createSnippetGenerator(a);try{let c=await p.generateSnippet({endpoint:o,request:t,options:e});if(a.errors.empty())return{snippet:c,errors:void 0};i.update({context:a,snippet:c})}catch(c){i.err==null&&(i.err=c)}}return i.getResponseOrThrow({endpoint:t.endpoint})}async generateSnippetAst(t,e={}){let r=this.context.resolveEndpointLocationOrThrow(t.endpoint);if(r.length===0)throw new Error(`No endpoints found that match "${t.endpoint.method} ${t.endpoint.path}"`);let i;for(let o of r){let a=this.context.clone(),p=this.createSnippetGenerator(a);try{return await p.generateSnippetAst({endpoint:o,request:t,options:e})}catch(c){i=c}}throw i!=null?i:new Error(`Failed to generate snippet AST for endpoint: ${t.endpoint.method} ${t.endpoint.path}`)}generateSync(t,e={}){let r=this.context.resolveEndpointLocationOrThrow(t.endpoint);if(r.length===0)throw new Error(`No endpoints found that match "${t.endpoint.method} ${t.endpoint.path}"`);let i=new Ie;for(let o of r){let a=this.context.clone(),p=this.createSnippetGenerator(a);try{let c=p.generateSnippetSync({endpoint:o,request:t,options:e});if(a.errors.empty())return{snippet:c,errors:void 0};i.update({context:a,snippet:c})}catch(c){i.err==null&&(i.err=c)}}return i.getResponseOrThrow({endpoint:t.endpoint})}};u();f();u();f();u();f();var Ae=class{constructor(){l(this,"REFERENCE_REGEX",/^(GET|POST|PUT|DELETE|PATCH|HEAD)\s(\/\S*)$/)}validate(t){return this.REFERENCE_REGEX.test(t)?{type:"valid"}:{type:"invalid"}}tryParse(t){if(this.validate(t).type==="invalid")return;let r=t.match(this.REFERENCE_REGEX);if(!(r==null||r[1]==null||r[2]==null))return{method:r[1],path:r[2]}}};u();f();var T={Critical:"CRITICAL",Warning:"WARNING"},be=class n{constructor(){l(this,"errors");l(this,"path");this.errors=[],this.path=[]}add(t){this.errors.push(Ce(ne({},t),{path:[...this.path]}))}scope(t){this.path.push(t)}unscope(){this.path.pop()}getBySeverity(t){return this.errors.filter(e=>e.severity===t)}empty(){return this.errors.length===0}size(){return this.errors.length}clone(){let t=new n;return t.errors=[...this.errors],t.path=[...this.path],t}reset(){this.errors=[],this.path=[]}toDynamicSnippetErrors(){return this.errors.map(t=>({severity:t.severity,path:t.path!=null?this.pathToStringArray(t.path):void 0,message:t.message}))}pathToStringArray(t){let e=[];for(let r of t){if(typeof r=="string"){e.push(r);continue}e[e.length-1]+=`[${r.index}]`}return e}};var Ne=class{constructor({ir:t,config:e,options:r={}}){l(this,"config");l(this,"options");l(this,"errors");l(this,"_ir");l(this,"httpEndpointReferenceParser");this._ir=t,this.config=e,this.options=r,this.errors=new be,this.httpEndpointReferenceParser=new Ae}associateQueryParametersByWireValue({parameters:t,values:e}){let r=[];for(let[i,o]of Object.entries(e)){this.errors.scope(i);try{let a=t.find(c=>c.name.wireValue===i);if(a==null)throw this.newParameterNotRecognizedError(i);let p=this.isListTypeReference(a.typeReference)&&!Array.isArray(o)?[o]:o;r.push({name:a.name,typeReference:a.typeReference,value:p})}finally{this.errors.unscope()}}return r}associateByWireValueOrDefault({parameters:t,values:e}){let r=[];for(let i of t){this.errors.scope(i.name.wireValue);try{let o=e[i.name.wireValue];if(o==null)if(i.typeReference.type==="primitive"&&i.typeReference.value==="STRING")o=`<${i.name.wireValue}>`;else{this.errors.add({severity:T.Critical,message:this.newParameterNotRecognizedError(i.name.wireValue).message});continue}r.push({name:i.name,typeReference:i.typeReference,value:o})}finally{this.errors.unscope()}}return r}associateByWireValue({parameters:t,values:e,ignoreMissingParameters:r}){let i=[];for(let[o,a]of Object.entries(e)){this.errors.scope(o);try{let p=t.find(c=>c.name.wireValue===o);if(p==null){if(r)continue;this.errors.add({severity:T.Critical,message:this.newParameterNotRecognizedError(o).message});continue}i.push({name:p.name,typeReference:p.typeReference,value:a})}finally{this.errors.unscope()}}return i}getExampleObjectProperties({parameters:t,snippetObject:e}){let r=typeof e=="object"&&e!==null&&!Array.isArray(e)?e:{},i=[];for(let o of t){let a=r[o.name.wireValue];a==null?o.typeReference.type==="nullable"&&i.push({name:o.name,typeReference:o.typeReference,value:null}):i.push({name:o.name,typeReference:o.typeReference,value:a})}return i}getSingleFileValue({property:t,record:e}){let r=e[t.wireValue];if(r!=null){if(typeof r!="string"){this.errors.add({severity:T.Critical,message:`Expected file value to be a string, got ${typeof r}`});return}return r}}getFileArrayValues({property:t,record:e}){let r=e[t.wireValue];if(r==null)return;if(!Array.isArray(r)){this.errors.add({severity:T.Critical,message:`Expected file array value to be an array of strings, got ${typeof r}`});return}let i=[];for(let o of r){if(typeof o!="string"){this.errors.add({severity:T.Critical,message:`Expected file array value to be an array of strings, got ${typeof o}`});return}i.push(o)}return i}getRecord(t){if(typeof t!="object"||Array.isArray(t)){this.errors.add({severity:T.Critical,message:`Expected object with key, value pairs but got: ${Array.isArray(t)?"array":typeof t}`});return}return t==null?{}:t}resolveNamedType({typeId:t}){let e=this._ir.types[t];if(e==null){this.errors.add({severity:T.Critical,message:`Type identified by "${t}" could not be found`});return}return e}resolveDiscriminatedUnionTypeInstance({discriminatedUnion:t,value:e}){let r=this.getRecord(e);if(r==null)return;let i=t.discriminant.wireValue,o=r[i];if(o==null){this.errors.add({severity:T.Critical,message:this.newParameterNotRecognizedError(i).message});return}if(typeof o!="string"){this.errors.add({severity:T.Critical,message:`Expected discriminant value to be a string but got: ${typeof o}`});return}let a=t.types[o];if(a==null){this.errors.add({severity:T.Critical,message:`No type found for discriminant value "${o}"`});return}let y=r,{[i]:p}=y,c=ke(y,[dt(i)]);return{singleDiscriminatedUnionType:a,discriminantValue:a.discriminantValue,value:c}}resolveEndpointOrThrow(t){let e=this.httpEndpointReferenceParser.tryParse(t);if(e==null)throw new Error(`Failed to parse endpoint reference "${t}"`);return this.resolveEndpointLocationOrThrow(e)}resolveEndpointLocation(t){let e=[];for(let r of Object.values(this._ir.endpoints))this.parsedEndpointMatches({endpoint:r,parsedEndpoint:t})&&e.push(r);return e}resolveEndpointLocationOrThrow(t){let e=this.resolveEndpointLocation(t);if(e.length===0)throw new Error(`Failed to find endpoint identified by "${t.method} ${t.path}"`);return e}needsRequestParameter({request:t,inlinePathParameters:e,inlineFileProperties:r}){var i;return this.includePathParametersInWrappedRequest({request:t,inlinePathParameters:e})||t.queryParameters!=null&&t.queryParameters.length>0||t.headers!=null&&t.headers.length>0?!0:t.body!=null?this.includeRequestBodyInWrappedRequest({body:t.body,inlineFileProperties:r}):!((i=t.metadata)!=null&&i.onlyPathParameters)}includePathParametersInWrappedRequest({request:t,inlinePathParameters:e}){var r,i;return e&&((i=(r=t.metadata)==null?void 0:r.includePathParameters)!=null?i:!1)}isFileUploadRequestBody(t){switch(t.type){case"fileUpload":return!0;case"properties":case"referenced":return!1;default:I(t)}}resolveEnvironmentName(t){if(this._ir.environments==null)return;let e=this._ir.environments.environments;switch(e.type){case"singleBaseUrl":{let r=e.environments.find(i=>i.id===t);return r==null?void 0:r.name}case"multipleBaseUrls":{let r=e.environments.find(i=>i.id===t);return r==null?void 0:r.name}default:I(e)}}isSingleEnvironmentID(t){return typeof t=="string"}isMultiEnvironmentValues(t){return typeof t=="object"}validateMultiEnvironmentUrlValues(t){if(this._ir.environments==null)return this.errors.add({severity:T.Critical,message:"Multiple environments are not supported for single base URL environments; use the baseUrl option instead"}),!1;let e=this._ir.environments.environments;switch(e.type){case"singleBaseUrl":return this.errors.add({severity:T.Critical,message:"Multiple environments are not supported for single base URL environments; use the baseUrl option instead"}),!1;case"multipleBaseUrls":{let r=e.environments[0];if(r==null)return this.errors.add({severity:T.Critical,message:"Multiple environments are not supported; use the baseUrl option instead"}),!1;let i=new Set(ve(r.urls));for(let o of ve(t))i.has(o)&&i.delete(o);return i.size>0?(this.errors.add({severity:T.Critical,message:`The provided environments are invalid; got: [${Object.keys(t).join(", ")}], expected: [${ve(r.urls).join(", ")}]`}),!1):!0}}}getValueAsNumber({value:t}){if(typeof t!="number"){this.errors.add({severity:T.Critical,message:this.newTypeMismatchError({expected:"number",value:t}).message});return}return t}getValueAsBoolean({value:t}){if(typeof t!="boolean"){this.errors.add({severity:T.Critical,message:this.newTypeMismatchError({expected:"boolean",value:t}).message});return}return t}getValueAsString({value:t}){if(typeof t!="string"){this.errors.add({severity:T.Critical,message:this.newTypeMismatchError({expected:"string",value:t}).message});return}return t}isOptional(t){switch(t.type){case"nullable":return this.isOptional(t.value);case"optional":return!0;case"named":{let e=this.resolveNamedType({typeId:t.value});return e==null?!1:e.type==="alias"?this.isNullable(e.typeReference):!1}}return!1}isNullable(t){switch(t.type){case"nullable":return!0;case"optional":return this.isNullable(t.value);case"named":{let e=this.resolveNamedType({typeId:t.value});return e==null?!1:e.type==="alias"?this.isNullable(e.typeReference):!1}}return!1}newAuthMismatchError({auth:t,values:e}){return new Error(`Expected auth type ${t.type}, got ${e.type}`)}newParameterNotRecognizedError(t){return new Error(`"${t}" is not a recognized parameter for this endpoint`)}newTypeMismatchError({expected:t,value:e}){return new Error(`Expected ${t}, got ${typeof e}`)}includeRequestBodyInWrappedRequest({body:t,inlineFileProperties:e}){switch(t.type){case"properties":case"referenced":return!0;case"fileUpload":return this.includeFileUploadBodyInWrappedRequest({fileUpload:t,inlineFileProperties:e});default:I(t)}}includeFileUploadBodyInWrappedRequest({fileUpload:t,inlineFileProperties:e}){return this.fileUploadHasBodyProperties({fileUpload:t})||e&&this.fileUploadHasFileProperties({fileUpload:t})}fileUploadHasBodyProperties({fileUpload:t}){return t.properties.some(e=>{switch(e.type){case"file":case"fileArray":return!1;case"bodyProperty":return!0;default:I(e)}})}fileUploadHasFileProperties({fileUpload:t}){return t.properties.some(e=>{switch(e.type){case"file":case"fileArray":return!0;case"bodyProperty":return!1;default:I(e)}})}isListTypeReference(t){return t.type==="optional"?this.isListTypeReference(t.value):t.type==="list"||t.type==="set"}parsedEndpointMatches({endpoint:t,parsedEndpoint:e}){return t.location.method===e.method&&t.location.path===e.path}};u();f();var B={PathParameters:"pathParameters",QueryParameters:"queryParameters",Headers:"headers",RequestBody:"requestBody"};u();f();u();f();var d={};mt(d,{AccessAttribute:()=>se,AstNode:()=>w,Class:()=>Y,ClassInstantiation:()=>fe,CodeBlock:()=>j,Comment:()=>pe,Decorator:()=>le,Field:()=>H,Lambda:()=>ce,LambdaParameter:()=>de,Method:()=>Z,MethodArgument:()=>he,MethodInvocation:()=>ye,Operator:()=>xe,Parameter:()=>Q,PythonFile:()=>ge,Reference:()=>C,StarImport:()=>J,Type:()=>Ge,TypeInstantiation:()=>K,accessAttribute:()=>Go,assign:()=>zo,class_:()=>Ho,codeBlock:()=>ea,comment:()=>ta,decorator:()=>Zo,field:()=>Xo,file:()=>Yo,instantiateClass:()=>Qo,invokeFunction:()=>oa,invokeMethod:()=>aa,lambda:()=>ra,lambdaParameter:()=>na,method:()=>ia,methodArgument:()=>ua,operator:()=>fa,parameter:()=>sa,reference:()=>Jo,starImport:()=>Ko});u();f();u();f();u();f();u();f();var Se=class extends Te{constructor(){super(...arguments);l(this,"fullyQualifiedModulePathsToImportedNames",{})}setRefNameOverrides(e){this.fullyQualifiedModulePathsToImportedNames=e}unsetRefNameOverrides(){this.fullyQualifiedModulePathsToImportedNames={}}getRefNameOverride(e){var i;let r=this.fullyQualifiedModulePathsToImportedNames[e.getFullyQualifiedModulePath()];return r||{name:(i=e.alias)!=null?i:e.name,isAlias:!!e.alias}}toString(){return this.buffer}async toStringFormatted(e){return e.format(this.buffer)}};var w=class extends re{constructor(){super(...arguments);l(this,"references",[])}addReference(e){this.references.push(e)}inheritReferences(e){e!==void 0&&e.references.forEach(r=>{this.references.includes(r)||this.addReference(r)})}getReferences(){return this.references}toString(){let e=new Se;return this.write(e),e.toString()}async toStringFormatted(e){let r=new Se;return this.write(r),r.toStringFormatted(e)}};var se=class extends w{constructor({lhs:e,rhs:r}){super();l(this,"lhs");l(this,"rhs");this.lhs=e,this.inheritReferences(e),this.rhs=r,this.inheritReferences(r)}write(e){this.lhs.write(e),e.write("."),this.rhs.write(e)}};u();f();var qe=class extends w{constructor({lhs:e,rhs:r}){super();l(this,"lhs");l(this,"rhs");this.lhs=e,this.inheritReferences(e),this.rhs=r,this.inheritReferences(r)}write(e){this.lhs.write(e),e.write(" = "),this.rhs.write(e)}};u();f();var ue=class extends w{constructor({reference:e,arguments_:r,multiline:i}){super();l(this,"reference");l(this,"arguments");l(this,"multiline");this.reference=e,this.arguments=r,this.multiline=i!=null?i:!1,this.inheritReferences(e),this.arguments.forEach(o=>{this.inheritReferences(o)})}write(e){if(this.reference.write(e),this.arguments.length===0){e.write("()");return}e.write("("),this.multiline&&(e.newLine(),e.indent()),this.arguments.forEach((r,i)=>{r.write(e),i<this.arguments.length-1&&(e.write(","),this.multiline?e.newLine():e.write(" "))}),this.multiline&&(e.newLine(),e.dedent()),e.write(")")}};u();f();var Y=class extends w{constructor({docs:e,name:r,extends_:i,decorators:o}){super();l(this,"name");l(this,"extends_");l(this,"decorators");l(this,"fields",[]);l(this,"docs");l(this,"statements",[]);this.name=r,this.extends_=i!=null?i:[],this.decorators=o!=null?o:[],this.docs=e,this.extends_.forEach(a=>{this.inheritReferences(a)}),this.decorators.forEach(a=>{this.inheritReferences(a)})}write(e){this.decorators.forEach(r=>{r.write(e)}),e.write(`class ${this.name}`),this.extends_.length>0&&(e.write("("),this.extends_.forEach((r,i)=>{i>0&&e.write(", "),r.write(e)}),e.write(")")),e.write(":"),e.newLine(),e.indent(),this.docs!=null&&(e.write('"""'),e.write(this.docs),e.write('"""')),e.writeNewLineIfLastLineNot(),this.fields.forEach(r=>{r.write(e),e.writeNewLineIfLastLineNot()}),e.dedent(),e.indent(),this.statements.length?this.writeStatements({writer:e}):e.write("pass"),e.dedent()}add(e){this.statements.push(e),this.inheritReferences(e)}writeStatements({writer:e}){this.statements.forEach((r,i)=>{r.write(e),e.writeNewLineIfLastLineNot()})}addField(e){this.add(e)}};u();f();var fe=class extends ue{constructor(r){var i=r,{classReference:t}=i,e=ke(i,["classReference"]);super(ne({reference:t},e))}};u();f();var j=class extends w{constructor(e){super();l(this,"arg");this.arg=e}write(e){return new L(this.arg).write(e)}};u();f();var pe=class extends w{constructor({docs:e}){super();l(this,"docs");this.docs=e}write(e){this.docs!=null&&this.docs.split(`
16
- `).forEach(r=>{e.writeLine(`# ${r}`)})}};u();f();var le=class extends w{constructor({callable:e}){super();l(this,"callable");this.callable=e,this.inheritReferences(e)}write(e){e.write("@"),this.callable.write(e),e.newLine()}};u();f();var H=class extends w{constructor({name:e,type:r,initializer:i,docs:o}){super();l(this,"name");l(this,"type");l(this,"initializer");l(this,"docs");this.name=e,this.type=r,this.initializer=i,this.docs=o,this.inheritReferences(this.type),this.inheritReferences(this.initializer)}write(e){e.write(this.name),this.type!==void 0&&(e.write(": "),this.type.write(e)),this.initializer!==void 0&&(e.write(" = "),this.initializer.write(e)),this.docs!=null&&(e.newLine(),e.write('"""'),e.newLine(),e.write(this.docs),e.newLine(),e.write('"""'))}};u();f();var ce=class extends w{constructor({parameters:e,body:r}){super();l(this,"parameters");l(this,"body");this.parameters=e!=null?e:[],this.body=r,this.inheritReferences(r)}write(e){e.write("lambda"),this.parameters&&this.parameters.length&&(e.write(" "),this.parameters.forEach((r,i)=>{r.write(e),i<this.parameters.length-1&&e.write(", ")})),e.write(": "),this.body.write(e)}};u();f();u();f();var Q=class extends w{constructor({name:e,type:r,initializer:i}){super();l(this,"name");l(this,"initializer");l(this,"type");this.name=e,this.type=r,this.initializer=i}write(e){e.write(this.name),this.type&&(e.write(": "),this.type.write(e)),this.initializer!==void 0&&(e.write(" = "),this.initializer.write(e))}};var de=class extends Q{constructor({name:t,initializer:e}){super({name:t,initializer:e,type:void 0})}};u();f();var me;(function(n){n[n.STATIC=0]="STATIC",n[n.INSTANCE=1]="INSTANCE",n[n.CLASS=2]="CLASS"})(me||(me={}));var Z=class extends w{constructor({static_:e,name:r,parameters:i,return_:o,docstring:a,type:p,decorators:c}){super();l(this,"name");l(this,"return");l(this,"docstring");l(this,"type");l(this,"parameters");l(this,"decorators");l(this,"statements",[]);l(this,"static_");this.name=r,this.parameters=i!=null?i:[],this.return=o,this.docstring=a,this.type=p,this.decorators=c!=null?c:[],this.static_=e!=null?e:!1,this.parameters.forEach(y=>{this.inheritReferences(y)}),this.inheritReferences(this.return),this.decorators.forEach(y=>{this.inheritReferences(y)}),this.statements.forEach(y=>{this.inheritReferences(y)})}addStatement(e){this.statements.push(e),this.inheritReferences(e)}write(e){this.static_&&this.decorators.push(d.decorator({callable:d.codeBlock("staticmethod")})),this.decorators.forEach(o=>{o.write(e)}),this.type===me.CLASS?d.decorator({callable:new j("classmethod")}).write(e):this.type===me.STATIC&&d.decorator({callable:new j("staticmethod")}).write(e),e.write(`def ${this.name}(`);let i=this.parameters.length>3;i&&(e.newLine(),e.indent()),this.type===me.INSTANCE?(e.write("self"),this.parameters.length>0&&(e.write(i?",":", "),i&&e.newLine())):this.type===me.CLASS&&(e.write("cls"),this.parameters.length>0&&(e.write(i?",":", "),i&&e.newLine())),this.parameters.forEach((o,a)=>{o.write(e),a<this.parameters.length-1&&(e.write(i?",":", "),i&&e.newLine())}),i&&(e.write(","),e.dedent(),e.newLine()),e.write(")"),this.return&&(e.write(" -> "),this.return.write(e)),e.write(":"),e.newLine(),this.docstring&&(e.indent(),e.write('"""'),e.write(this.docstring),e.write('"""'),e.newLine(),e.dedent()),this.statements.length?(e.indent(),this.statements.forEach((o,a)=>{o.write(e),a<this.statements.length-1&&e.newLine()}),e.dedent()):(e.indent(),e.write("pass"),e.dedent()),e.newLine()}};u();f();var he=class extends w{constructor({name:e,value:r}){super();l(this,"name");l(this,"value");this.name=e,this.value=r,this.inheritReferences(this.value)}write(e){this.name!==void 0&&(e.write(this.name),e.write("=")),this.value.write(e)}};u();f();var ye=class extends w{constructor({on:e,method:r,arguments_:i,multiline:o}){super();l(this,"on");l(this,"method");l(this,"arguments");l(this,"multiline");this.on=e,this.method=r,this.arguments=i,this.multiline=o!=null?o:!1,this.inheritReferences(e),this.arguments.forEach(a=>{this.inheritReferences(a)})}write(e){if(this.on.write(e),e.write("."),e.write(this.method),this.arguments.length===0){e.write("()");return}e.write("("),this.multiline&&(e.newLine(),e.indent()),this.arguments.forEach((r,i)=>{r.write(e),i<this.arguments.length-1&&(e.write(","),this.multiline?e.newLine():e.write(" "))}),this.multiline&&(e.newLine(),e.dedent()),e.write(")")}};u();f();u();f();var _={Or:"or",And:"and",Add:"add",Subtract:"subtract",Multiply:"multiple",Divide:"divide",Modulo:"modulo",LeftShift:"leftShift",RightShift:"rightShift"};var xe=class extends w{constructor({operator:e,lhs:r,rhs:i}){super();l(this,"operator");l(this,"lhs");l(this,"rhs");this.operator=e,this.lhs=r,this.inheritReferences(r),this.rhs=i,this.inheritReferences(i)}getOperatorString(){switch(this.operator){case _.Or:return"or";case _.And:return"and";case _.Add:return"+";case _.Subtract:return"-";case _.Multiply:return"*";case _.Divide:return"/";case _.Modulo:return"%";case _.LeftShift:return"<<";case _.RightShift:return">>";default:I(this.operator)}}write(e){this.lhs.write(e),e.write(" "),e.write(this.getOperatorString()),e.write(" "),this.rhs.write(e)}};u();f();u();f();function $r(n){if(!n)return"Class";let t=n.replace(/[^a-zA-Z0-9\s_-]/g," ").replace(/[-_\s]+/g," ").trim();return!t||/^\d+$/.test(t)?"Class"+(t||""):(/^\d/.test(t)&&(t="Class"+t),t.split(/(?=[A-Z])|[-_\s]+/).filter(r=>r.length>0).map(r=>r.split(new RegExp("(?<=\\d)(?=[a-zA-Z])|(?<=[a-zA-Z])(?=\\d)")).filter(i=>i.length>0)).flat().map((r,i)=>i===0&&/^\d/.test(r)?"Class"+r.charAt(0).toUpperCase()+r.slice(1).toLowerCase():r.length>1&&r===r.toUpperCase()&&!/^\d+$/.test(r)?r:r.charAt(0).toUpperCase()+r.slice(1).toLowerCase()).join(""))}u();f();u();f();var C=class extends w{constructor({name:e,modulePath:r,genericTypes:i,alias:o,attribute:a}){super();l(this,"name");l(this,"modulePath");l(this,"genericTypes");l(this,"alias");l(this,"attribute");this.name=e,this.modulePath=r!=null?r:[],this.genericTypes=i!=null?i:[],this.alias=o,this.attribute=a!=null?a:[],this.references.push(this),this.genericTypes.forEach(p=>{this.inheritReferences(p)})}write(e){let r=e.getRefNameOverride(this);e.write(r.name),this.genericTypes.length>0&&(e.write("["),this.genericTypes.forEach((i,o)=>{o>0&&e.write(", "),i.write(e)}),e.write("]")),this.attribute.length>0&&(e.write("."),this.attribute.forEach((i,o)=>{o>0&&e.write("."),e.write(i)}))}getFullyQualifiedPath(){return this.modulePath.join(".")}getFullyQualifiedModulePath(){return`${this.getFullyQualifiedPath()}.${this.name}`}};var J=class extends C{constructor({modulePath:e}){super({name:"*",modulePath:e});l(this,"docs")}write(e){throw new Error("Not intended to be written outside the context of a PythonFile.")}};var ge=class extends w{constructor({path:e,statements:r,isInitFile:i=!1,comments:o,imports:a}){super();l(this,"path");l(this,"isInitFile");l(this,"statements",[]);l(this,"comments");this.path=e,this.isInitFile=i,r==null||r.forEach(p=>this.addStatement(p)),this.comments=o!=null?o:[],a==null||a.forEach(p=>this.addReference(p))}addStatement(e){this.statements.push(e),this.inheritReferences(e)}write(e){let r=this.deduplicateReferences();this.updateWriterRefNameOverrides({writer:e,uniqueReferences:r}),this.writeComments(e),this.writeImports({writer:e,uniqueReferences:r}),this.statements.forEach((i,o)=>{i.write(e),e.newLine(),o<this.statements.length-1&&e.newLine()}),e.unsetRefNameOverrides()}updateWriterRefNameOverrides({writer:e,uniqueReferences:r}){let i=new Map(r),o={},a=this.getInitialUsedNames(),p=this.path.join("."),c=r.get(p);if(c){let{references:h}=c;h.forEach(x=>{let R=x.getFullyQualifiedModulePath(),v=x.name;o[R]={name:v,isAlias:!1},a.add(x.name)}),i.delete(p)}Array.from(i.values()).flatMap(({references:h})=>h).forEach(h=>{var b;if(h instanceof J)return;let x=(b=h.alias)!=null?b:h.name,R=h.getFullyQualifiedModulePath(),v=x,g=h.modulePath.length-1,E=!!h.alias;for(;a.has(v);){E=!0;let N=h.modulePath[g];g<0||!N?v=`_${v}`:v=`${$r(N)}${v}`,g--}a.add(v),o[R]={name:v,isAlias:E}}),e.setRefNameOverrides(o)}getInitialUsedNames(){let e=new Set;return this.statements.forEach(r=>{(r instanceof Y||r instanceof Z||r instanceof H)&&e.add(r.name)}),e}deduplicateReferences(){let e=new Map;for(let r of this.references){let i=r.name,o=r.getFullyQualifiedPath();if(o==="")continue;let a=e.get(o);a?a.referenceNames.has(i)||(a.references.push(r),a.referenceNames.add(i)):e.set(o,{modulePath:r.modulePath,references:[r],referenceNames:new Set([i])})}return e}writeComments(e){this.comments.forEach(r=>{r.write(e)}),this.comments.length>0&&e.newLine()}getImportName({writer:e,reference:r}){let i=e.getRefNameOverride(r),o=r.name,a=i.isAlias?i.name:void 0;return`${o}${a?` as ${a}`:""}`}writeImports({writer:e,uniqueReferences:r}){if(r.size!==0){for(let[i,{modulePath:o,references:a}]of r){let p=o;if(!this.isDefinedInFile(p)){if(p[0]===this.path[0]){let c=0;for(;c<this.path.length&&c<p.length&&this.path[c]===p[c];)c++;let y=this.path.length-c;this.isInitFile&&y++;let h=y>0?".".repeat(y):".";h+=p.slice(c).join("."),e.write(`from ${h} import ${a.map(x=>this.getImportName({writer:e,reference:x})).join(", ")}`)}else e.write(`from ${i} import ${a.map(c=>this.getImportName({writer:e,reference:c})).join(", ")}`);e.newLine()}}e.newLine()}}isDefinedInFile(e){return e.length===this.path.length&&e.every((r,i)=>r===this.path[i])}};u();f();var Ge=class extends w{constructor(e){super();l(this,"internalType");this.internalType=e}write(e){switch(this.internalType.type){case"int":e.write("int");break;case"float":e.write("float");break;case"bool":e.write("bool");break;case"str":e.write("str");break;case"bytes":e.write("bytes");break;case"list":e.write("List["),this.internalType.value.write(e),e.write("]");break;case"set":e.write("Set["),this.internalType.value.write(e),e.write("]");break;case"tuple":e.write("Tuple["),this.internalType.values.forEach((r,i)=>{i>0&&e.write(", "),r.write(e)}),e.write("]");break;case"dict":e.write("Dict["),this.internalType.keyType.write(e),e.write(", "),this.internalType.valueType.write(e),e.write("]");break;case"none":e.write("None");break;case"uuid":e.write("UUID");break;case"optional":e.write("Optional["),this.internalType.value.write(e),e.write("]");break;case"union":e.write("Union["),this.internalType.values.forEach((r,i)=>{i>0&&e.write(", "),r.write(e)}),e.write("]");break;case"any":e.write("Any");break;case"reference":this.internalType.value.write(e);break;case"datetime":e.write("datetime");break;case"literal":typeof this.internalType.value=="string"?e.write(`Literal["${this.internalType.value}"]`):e.write(`Literal[${this.internalType.value}]`);break;default:I(this.internalType)}}static int(){return new this({type:"int"})}static float(){return new this({type:"float"})}static bool(){return new this({type:"bool"})}static str(){return new this({type:"str"})}static bytes(){return new this({type:"bytes"})}static list(e){let r=new this({type:"list",value:e});return r.addReference(d.reference({name:"List",modulePath:["typing"]})),r.inheritReferences(e),r}static set(e){let r=new this({type:"set",value:e});return r.addReference(d.reference({name:"Set",modulePath:["typing"]})),r.inheritReferences(e),r}static tuple(e){let r=new this({type:"tuple",values:e});return r.addReference(d.reference({name:"Tuple",modulePath:["typing"]})),e.forEach(i=>r.inheritReferences(i)),r}static dict(e,r){let i=new this({type:"dict",keyType:e,valueType:r});return i.addReference(d.reference({name:"Dict",modulePath:["typing"]})),i.inheritReferences(e),i.inheritReferences(r),i}static none(){return new this({type:"none"})}static uuid(){let e=new this({type:"uuid"});return e.addReference(d.reference({name:"UUID",modulePath:["uuid"]})),e}static optional(e){if(this.isAlreadyOptional(e))return e;let r=new this({type:"optional",value:e});return r.addReference(d.reference({name:"Optional",modulePath:["typing"]})),r.inheritReferences(e),r}static union(e){let r=new this({type:"union",values:e});return r.addReference(d.reference({name:"Union",modulePath:["typing"]})),e.forEach(i=>r.inheritReferences(i)),r}static any(){let e=new this({type:"any"});return e.addReference(d.reference({name:"Any",modulePath:["typing"]})),e}static datetime(){let e=new this({type:"datetime"});return e.addReference(d.reference({name:"datetime",modulePath:["datetime"]})),e}static reference(e){let r=new this({type:"reference",value:e});return r.addReference(e),r}static literal(e){let r=new this({type:"literal",value:e});return r.addReference(d.reference({name:"Literal",modulePath:["typing"]})),r}static isAlreadyOptional(e){return e.internalType.type==="optional"}};u();f();var K=class n extends w{constructor(e){super();l(this,"internalType");this.internalType=e}static int(e){return new this({type:"int",value:e})}static float(e){return new this({type:"float",value:e})}static bool(e){return new this({type:"bool",value:e})}static str(e,r={multiline:!1,startOnNewLine:!1,endWithNewLine:!1}){return new this({type:"str",value:e,config:r})}static bytes(e){return new this({type:"bytes",value:e})}static list(e,r={endWithComma:!1}){let i=new this({type:"list",values:e,config:r});return e.forEach(o=>i.inheritReferences(o)),i}static set(e,r={endWithComma:!1}){let i=new this({type:"set",values:e,config:r});return e.forEach(o=>i.inheritReferences(o)),i}static tuple(e,r={endWithComma:!1}){let i=new this({type:"tuple",values:e,config:r});return e.forEach(o=>i.inheritReferences(o)),i}static typedDict(e,r={endWithComma:!1}){let i=new this({type:"typedDict",entries:e,config:r});return e.forEach(o=>i.inheritReferences(o.value)),i}static date(e){let r=new this({type:"date",value:e});return r.addReference(new C({name:"date",modulePath:["datetime"]})),r}static datetime(e){let r=new this({type:"datetime",value:e});return r.addReference(new C({name:"datetime",modulePath:["datetime"]})),r}static dict(e,r={endWithComma:!1}){let i=new this({type:"dict",entries:e,config:r});return e.forEach(o=>{i.inheritReferences(o.key),i.inheritReferences(o.value)}),i}static reference(e){let r=new this({type:"reference",value:e});return r.inheritReferences(e),r}static none(){return new this({type:"none"})}static unknown(e){return new this({type:"unknown",value:e})}static uuid(e){let r=new this({type:"uuid",value:e});return r.addReference(new C({name:"UUID",modulePath:["uuid"]})),r}static nop(){return new this({type:"nop"})}static isNop(e){return e instanceof n&&e.internalType.type==="nop"}isTypedDict(){return this.internalType.type==="typedDict"}asTypedDictOrThrow(){if(this.isTypedDict())return this.internalType;throw new Error("Internal error; python.TypeInstantiation is not a TypedDict")}write(e){var r,i,o,a,p,c,y,h,x,R,v;switch(this.internalType.type){case"int":e.write(this.internalType.value.toString());break;case"float":e.write(this.internalType.value.toString());break;case"bool":this.internalType.value?e.write("True"):e.write("False");break;case"str":if((r=this.internalType.config)!=null&&r.multiline){let{startOnNewLine:g,endWithNewLine:E}=this.internalType.config;this.writeStringWithTripleQuotes({writer:e,value:this.internalType.value,startOnNewLine:g,endWithNewLine:E})}else e.write(`"${this.escapeString(this.internalType.value)}"`);break;case"date":e.write(`date.fromisoformat("${this.internalType.value}")`);break;case"datetime":e.write(`datetime.fromisoformat("${this.internalType.value}")`);break;case"bytes":e.write(`b"${this.internalType.value}"`);break;case"list":{let g=this.internalType,E=pt({values:g.values});if(E.length===0){e.write("[]");break}e.write("["),(i=g.config)!=null&&i.multiline&&(e.newLine(),e.indent()),E.forEach((b,N)=>{var S,k;N>0&&(e.write(","),(S=g.config)!=null&&S.multiline?e.newLine():e.write(" ")),b.write(e),N===E.length-1&&((k=g.config)!=null&&k.endWithComma)&&e.write(",")}),(o=g.config)!=null&&o.multiline&&(e.newLine(),e.dedent()),e.write("]");break}case"set":{let g=this.internalType,E=pt({values:g.values});if(E.length===0){e.write("{}");break}e.write("{"),(a=g.config)!=null&&a.multiline&&(e.newLine(),e.indent()),E.forEach((b,N)=>{var S,k;N>0&&(e.write(","),(S=g.config)!=null&&S.multiline?e.newLine():e.write(" ")),b.write(e),N===E.length-1&&((k=g.config)!=null&&k.endWithComma)&&e.write(",")}),(p=g.config)!=null&&p.multiline&&(e.newLine(),e.dedent()),e.write("}");break}case"tuple":{let g=this.internalType,E=pt({values:g.values});if(E.length===0){e.write("()");break}e.write("("),(c=g.config)!=null&&c.multiline&&(e.newLine(),e.indent()),E.forEach((b,N)=>{var S,k;N>0&&(e.write(","),(S=g.config)!=null&&S.multiline?e.newLine():e.write(" ")),b.write(e),(E.length===1||N===E.length-1&&((k=g.config)!=null&&k.endWithComma))&&e.write(",")}),(y=g.config)!=null&&y.multiline&&(e.newLine(),e.dedent()),e.write(")");break}case"dict":{let g=this.internalType,E=jo({entries:g.entries});if(E.length===0){e.write("{}");break}e.write("{"),(h=g.config)!=null&&h.multiline&&(e.newLine(),e.indent()),E.forEach((b,N)=>{var S,k;N>0&&(e.write(","),(S=g.config)!=null&&S.multiline?e.newLine():e.write(" ")),b.key.write(e),e.write(": "),b.value.write(e),N===E.length-1&&((k=g.config)!=null&&k.endWithComma)&&e.write(",")}),(x=g.config)!=null&&x.multiline&&(e.newLine(),e.dedent()),e.write("}");break}case"typedDict":{let g=this.internalType,E=qo({entries:g.entries});if(E.length===0){e.write("{}");break}e.write("{"),(R=g.config)!=null&&R.multiline&&(e.writeLine(),e.indent()),E.forEach((b,N)=>{var S;N>0&&(e.write(","),(S=g.config)!=null&&S.multiline?e.newLine():e.write(" ")),e.write(`"${b.name}": `),b.value.write(e)}),(v=g.config)!=null&&v.multiline&&(e.newLine(),e.dedent()),e.write("}");break}case"reference":{this.internalType.value.write(e);break}case"none":e.write("None");break;case"unknown":this.writeUnknown({writer:e,value:this.internalType.value});break;case"uuid":e.write(`UUID("${this.internalType.value}")`);break;case"nop":break;default:I(this.internalType)}}writeStringWithTripleQuotes({writer:e,value:r,startOnNewLine:i,endWithNewLine:o}){var p;e.write('"""');let a=r.split(`
17
- `);if(a.length<=1){e.write(this.escapeString((p=a[0])!=null?p:"")),e.write('"""');return}i&&e.writeNoIndent(`\\
18
- `),a.forEach((c,y)=>{e.writeNoIndent(this.escapeString(c)),y===a.length-1?o&&e.writeNoIndent(`\\
19
- `):e.writeNoIndent(`
20
- `)}),e.writeNoIndent('"""')}escapeString(e){let r=new RegExp(`(?<!\\\\)(["'\\\\\\t\\n\\r])`,"g"),i={'"':'\\"',"'":"\\'","\\":"\\\\"," ":"\\t","\n":"\\n","\r":"\\r"};return e.replace(r,o=>{var a;return(a=i[o])!=null?a:o})}writeUnknown({writer:e,value:r}){switch(typeof r){case"boolean":e.write(r?"True":"False");return;case"string":e.write(`"${this.escapeString(r)}"`);return;case"number":e.write(r.toString());return;case"object":if(r==null){e.write("None");return}if(Array.isArray(r)){this.writeUnknownArray({writer:e,value:r});return}this.writeUnknownObject({writer:e,value:r});return;default:throw new Error(`Internal error; unsupported unknown type: ${typeof r}`)}}writeUnknownArray({writer:e,value:r}){if(r.length===0){e.write("[]");return}e.writeLine("["),e.indent();for(let i of r)e.writeNode(n.unknown(i)),e.writeLine(",");e.dedent(),e.write("]")}writeUnknownObject({writer:e,value:r}){let i=Object.entries(r);if(i.length===0){e.write("{}");return}e.writeLine("{"),e.indent();for(let[o,a]of i)e.write(`"${o}": `),e.writeNode(n.unknown(a)),e.writeLine(",");e.dedent(),e.write("}")}};function jo({entries:n}){return n.filter(t=>!K.isNop(t.key)&&!K.isNop(t.value))}function qo({entries:n}){return n.filter(t=>!K.isNop(t.value))}function pt({values:n}){return n.filter(t=>!K.isNop(t))}function Go(n){return new se(n)}function zo(n){return new qe(n)}function Yo(n){return new ge(n)}function Ho(n){return new Y(n)}function Qo(n){return new fe(n)}function Zo(n){return new le(n)}function Jo(n){return new C(n)}function Ko(n){return new J(n)}function Xo(n){return new H(n)}function ea(n){return new j(n)}function ta(n){return new pe(n)}function ra(n){return new ce(n)}function na(n){return new de(n)}function ia(n){return new Z(n)}function oa(n){return new ue(n)}function aa(n){return new ye(n)}function sa(n){return new Q(n)}function ua(n){return new he(n)}function fa(n){return new xe(n)}u();f();var pa="value",ze=class{constructor({context:t}){l(this,"context");this.context=t}convert(t){if(t.value===null)return this.context.isNullable(t.typeReference)?d.TypeInstantiation.none():(this.context.errors.add({severity:T.Critical,message:"Expected non-null value, but got null"}),d.TypeInstantiation.nop());if(t.value===void 0)return d.TypeInstantiation.nop();switch(t.typeReference.type){case"list":return this.convertList({list:t.typeReference.value,value:t.value});case"literal":return this.convertLiteral({literalType:t.typeReference.value,value:t.value});case"map":return this.convertMap({map:t.typeReference,value:t.value});case"named":{let e=this.context.resolveNamedType({typeId:t.typeReference.value});return e==null?d.TypeInstantiation.nop():this.convertNamed({named:e,value:t.value,as:t.as})}case"optional":return this.convert({typeReference:t.typeReference.value,value:t.value,as:t.as});case"nullable":return this.convert({typeReference:t.typeReference.value,value:t.value,as:t.as});case"primitive":return this.convertPrimitive({primitive:t.typeReference.value,value:t.value,as:t.as});case"set":return this.convertSet({set:t.typeReference.value,value:t.value});case"unknown":return d.TypeInstantiation.unknown(t.value);default:I(t.typeReference)}}convertLiteral({literalType:t,value:e}){switch(t.type){case"boolean":{let r=this.context.getValueAsBoolean({value:e});return r==null?d.TypeInstantiation.nop():d.TypeInstantiation.bool(r)}case"string":{let r=this.context.getValueAsString({value:e});return r==null?d.TypeInstantiation.nop():d.TypeInstantiation.str(r)}default:I(t)}}convertList({list:t,value:e}){return Array.isArray(e)?d.TypeInstantiation.list(e.map((r,i)=>{this.context.errors.scope({index:i});try{return this.convert({typeReference:t,value:r})}finally{this.context.errors.unscope()}}),{multiline:!0}):(this.context.errors.add({severity:T.Critical,message:`Expected array but got: ${typeof e}`}),d.TypeInstantiation.nop())}convertSet({set:t,value:e}){return Array.isArray(e)?d.TypeInstantiation.list(e.map((r,i)=>{this.context.errors.scope({index:i});try{return this.convert({typeReference:t,value:r})}finally{this.context.errors.unscope()}}),{multiline:!0}):(this.context.errors.add({severity:T.Critical,message:`Expected array but got: ${typeof e}`}),d.TypeInstantiation.nop())}convertMap({map:t,value:e}){return typeof e!="object"||e==null?(this.context.errors.add({severity:T.Critical,message:`Expected object but got: ${e==null?"null":typeof e}`}),d.TypeInstantiation.nop()):d.TypeInstantiation.dict(Object.entries(e).map(([r,i])=>{this.context.errors.scope(r);try{return{key:this.convert({typeReference:t.key,value:r,as:"key"}),value:this.convert({typeReference:t.value,value:i})}}finally{this.context.errors.unscope()}}),{multiline:!0})}convertNamed({named:t,value:e,as:r}){switch(t.type){case"alias":return this.convert({typeReference:t.typeReference,value:e,as:r});case"discriminatedUnion":return this.convertDiscriminatedUnion({discriminatedUnion:t,value:e});case"enum":return this.convertEnum({enum_:t,value:e});case"object":return this.convertObject({object_:t,value:e});case"undiscriminatedUnion":return this.convertUndiscriminatedUnion({undiscriminatedUnion:t,value:e});default:I(t)}}convertDiscriminatedUnion({discriminatedUnion:t,value:e}){let r=this.context.resolveDiscriminatedUnionTypeInstance({discriminatedUnion:t,value:e});if(r==null)return d.TypeInstantiation.nop();let i=r.singleDiscriminatedUnionType,o=this.convertDiscriminatedUnionProperties({discriminatedUnionTypeInstance:r,unionVariant:i});if(o==null)return d.TypeInstantiation.nop();let a={name:this.context.getPropertyName(t.discriminant.name),value:d.TypeInstantiation.str(i.discriminantValue.wireValue)};return d.TypeInstantiation.typedDict([a,...o],{multiline:!0})}convertDiscriminatedUnionProperties({discriminatedUnionTypeInstance:t,unionVariant:e}){let r=this.getBaseFields({discriminatedUnionTypeInstance:t,singleDiscriminatedUnionType:e});switch(e.type){case"samePropertiesAsObject":{let i=this.context.resolveNamedType({typeId:e.typeId});if(i==null)return;let o=this.convertNamed({named:i,value:t.value});if(!o.isTypedDict()){this.context.errors.add({severity:T.Critical,message:"Internal error; expected union value to be an object"});return}let a=o.asTypedDictOrThrow();return[...r,...a.entries]}case"singleProperty":try{this.context.errors.scope(e.discriminantValue.wireValue);let i=this.context.getRecord(t.value);return i==null?[...r,{name:pa,value:this.convert({typeReference:e.typeReference,value:t.value})}]:[...r,{name:this.context.getPropertyName(e.discriminantValue.name),value:this.convert({typeReference:e.typeReference,value:i[e.discriminantValue.wireValue]})}]}finally{this.context.errors.unscope()}case"noProperties":return r;default:I(e)}}getBaseFields({discriminatedUnionTypeInstance:t,singleDiscriminatedUnionType:e}){var i,o;return this.context.associateByWireValue({parameters:(i=e.properties)!=null?i:[],values:(o=this.context.getRecord(t.value))!=null?o:{},ignoreMissingParameters:!0}).map(a=>{this.context.errors.scope(a.name.wireValue);try{return{name:this.context.getPropertyName(a.name.name),value:this.convert(a)}}finally{this.context.errors.unscope()}})}convertObject({object_:t,value:e}){var i;let r=this.context.associateByWireValue({parameters:t.properties,values:(i=this.context.getRecord(e))!=null?i:{}});return d.TypeInstantiation.typedDict(r.map(o=>{this.context.errors.scope(o.name.wireValue);try{return{name:this.context.getPropertyName(o.name.name),value:this.convert(o)}}finally{this.context.errors.unscope()}}),{multiline:!0})}convertEnum({enum_:t,value:e}){let r=this.getEnumValue({enum_:t,value:e});return r==null?d.TypeInstantiation.nop():d.TypeInstantiation.str(r)}getEnumValue({enum_:t,value:e}){if(typeof e!="string"){this.context.errors.add({severity:T.Critical,message:`Expected enum value string, got: ${typeof e}`});return}if(t.values.find(i=>i.wireValue===e)==null){this.context.errors.add({severity:T.Critical,message:`An enum value named "${e}" does not exist in this context`});return}return e}convertUndiscriminatedUnion({undiscriminatedUnion:t,value:e}){let r=this.findMatchingUndiscriminatedUnionType({undiscriminatedUnion:t,value:e});return r==null?d.TypeInstantiation.nop():r}findMatchingUndiscriminatedUnionType({undiscriminatedUnion:t,value:e}){for(let r of t.types)try{return this.convert({typeReference:r,value:e})}catch(i){continue}this.context.errors.add({severity:T.Critical,message:`None of the types in the undiscriminated union matched the given "${typeof e}" value`})}convertPrimitive({primitive:t,value:e,as:r}){switch(t){case"INTEGER":case"LONG":case"UINT":case"UINT_64":{let i=this.getValueAsNumber({value:e,as:r});return i==null?d.TypeInstantiation.nop():d.TypeInstantiation.int(i)}case"FLOAT":case"DOUBLE":{let i=this.getValueAsNumber({value:e});return i==null?d.TypeInstantiation.nop():d.TypeInstantiation.float(i)}case"BOOLEAN":{let i=this.getValueAsBoolean({value:e,as:r});return i==null?d.TypeInstantiation.nop():d.TypeInstantiation.bool(i)}case"BASE_64":case"BIG_INTEGER":case"STRING":{let i=this.context.getValueAsString({value:e});return i==null?d.TypeInstantiation.nop():d.TypeInstantiation.str(i)}case"UUID":{let i=this.context.getValueAsString({value:e});return i==null?d.TypeInstantiation.nop():d.TypeInstantiation.uuid(i)}case"DATE":{let i=this.context.getValueAsString({value:e});return i==null?d.TypeInstantiation.nop():d.TypeInstantiation.date(i)}case"DATE_TIME":{let i=this.context.getValueAsString({value:e});return i==null?d.TypeInstantiation.nop():d.TypeInstantiation.datetime(i)}default:I(t)}}getValueAsNumber({value:t,as:e}){let r=e==="key"&&typeof t=="string"?Number(t):t;return this.context.getValueAsNumber({value:r})}getValueAsBoolean({value:t,as:e}){let r=e==="key"?typeof t=="string"?t==="true":t==="false"?!1:t:t;return this.context.getValueAsBoolean({value:r})}};u();f();var Ye=class{constructor({context:t}){l(this,"context");this.context=t}getFilePropertyInfo({body:t,value:e}){var o;let r={fileFields:[],bodyPropertyFields:[]},i=(o=this.context.getRecord(e))!=null?o:{};for(let a of t.properties)switch(a.type){case"file":{let p=this.getSingleFileProperty({property:a,record:i});if(d.TypeInstantiation.isNop(p))break;r.fileFields.push({name:this.context.getPropertyName(a.name),value:p});break}case"fileArray":{let p=this.getArrayFileProperty({property:a,record:i});if(d.TypeInstantiation.isNop(p))break;r.fileFields.push({name:this.context.getPropertyName(a.name),value:p});break}case"bodyProperty":{let p=this.getBodyProperty({property:a,record:i});if(d.TypeInstantiation.isNop(p))break;r.bodyPropertyFields.push({name:this.context.getPropertyName(a.name.name),value:p});break}default:I(a)}return r}getSingleFileProperty({property:t,record:e}){var i;let r=this.context.getSingleFileValue({property:t,record:e});return r==null&&(r=`example_${(i=t.wireValue)!=null?i:"file"}`),this.context.getFileFromString(r)}getArrayFileProperty({property:t,record:e}){let r=this.context.getFileArrayValues({property:t,record:e});return r==null?d.TypeInstantiation.nop():d.TypeInstantiation.list(r.map(i=>this.context.getFileFromString(i)))}getBodyProperty({property:t,record:e}){let r=e[t.name.wireValue];return r==null?d.TypeInstantiation.nop():this.context.dynamicTypeLiteralMapper.convert({typeReference:t.typeReference,value:r})}};var la=["list","set"],He=class n extends Ne{constructor({ir:e,config:r}){var i;super({ir:e,config:r});l(this,"ir");l(this,"customConfig");l(this,"dynamicTypeLiteralMapper");l(this,"filePropertyMapper");this.ir=e,this.customConfig=(i=r.customConfig)!=null?i:{},this.dynamicTypeLiteralMapper=new ze({context:this}),this.filePropertyMapper=new Ye({context:this})}clone(){return new n({ir:this.ir,config:this.config})}getClassName(e){let r=e.pascalCase.safeName,i=this.getRootClientClassName();return r===i?`${i}Model`:r}getTypedDictClassName(e){return`${this.getClassName(e)}Params`}getPropertyName(e){let r=e.snakeCase.safeName;return r.startsWith("_")?"f_"+r.substring(r.lastIndexOf("_")+1):r}getMethodName(e){return la.includes(e.snakeCase.unsafeName)?e.snakeCase.unsafeName:e.snakeCase.safeName}getRootClientClassReference(){return d.reference({name:this.getRootClientClassName(),modulePath:this.getRootModulePath()})}getRootClientClassName(){var e,r;return((e=this.customConfig.client)==null?void 0:e.exported_class_name)!=null?this.customConfig.client.exported_class_name:this.customConfig.client_class_name!=null?this.customConfig.client_class_name:((r=this.customConfig.client)==null?void 0:r.class_name)!=null?this.customConfig.client.class_name:this.pascalCase(this.config.organization)+this.pascalCase(this.config.workspaceName)}getEnvironmentClassName(){return`${this.getRootClientClassName()}Environment`}getEnvironmentTypeReferenceFromID(e){let r=this.resolveEnvironmentName(e);if(r!=null)return d.accessAttribute({lhs:this.getEnvironmentClassReference(),rhs:d.codeBlock(this.getEnvironmentEnumName(r))})}getEnvironmentClassReference(){return d.reference({name:this.getEnvironmentClassName(),modulePath:this.getEnvironmentModulePath()})}getEnvironmentEnumName(e){return e.screamingSnakeCase.safeName}isPrimitive(e){switch(e.type){case"primitive":return!0;case"optional":case"nullable":return this.isPrimitive(e.value);case"named":{let r=this.resolveNamedType({typeId:e.value});if(r==null)return!1;switch(r.type){case"alias":return this.isPrimitive(r.typeReference);case"discriminatedUnion":case"undiscriminatedUnion":case"object":case"enum":return!1;default:I(r)}break}case"list":case"set":case"map":case"literal":case"unknown":return!1;default:I(e)}}getFileFromString(e){return d.TypeInstantiation.str(e)}getRootModulePath(){if(this.customConfig.package_name!=null)return[this.customConfig.package_name];let e=this.cleanOrganizationName();return this.customConfig.use_api_name_in_package?[e,this.getApiName()]:[e]}getCoreModulePath(){return this.getRootModulePath().concat("core")}getEnvironmentModulePath(){return this.getRootModulePath().concat("environment")}shouldInlinePathParameters(){return!0}cleanOrganizationName(){return this.config.organization.replace(/[^a-zA-Z0-9]/g,"_")}getApiName(){return st(this.config.workspaceName)}pascalCase(e){let r=at(e);return r.charAt(0).toUpperCase()+r.slice(1)}};u();f();var ca={type:"primitive",value:"STRING"},da=["example"],jr="client",Qe="request",Ze=class{constructor({context:t}){l(this,"context");this.context=t}async generateSnippet({endpoint:t,request:e}){return this.buildPythonFile({endpoint:t,snippet:e}).toString()}generateSnippetSync({endpoint:t,request:e}){return this.buildPythonFile({endpoint:t,snippet:e}).toString()}async generateSnippetAst({endpoint:t,request:e}){return this.buildPythonFile({endpoint:t,snippet:e})}generateMethodCallSnippetAst({endpoint:t,request:e}){return this.callMethod({endpoint:t,snippet:e})}buildPythonFile({endpoint:t,snippet:e}){return d.file({path:da,statements:[this.constructClient({endpoint:t,snippet:e}),this.callMethod({endpoint:t,snippet:e})]})}constructClient({endpoint:t,snippet:e}){return d.assign({lhs:d.reference({name:jr}),rhs:d.instantiateClass({classReference:this.context.getRootClientClassReference(),arguments_:this.getConstructorArgs({endpoint:t,snippet:e}).map(r=>d.methodArgument({name:r.name,value:r.value})),multiline:!0})})}getConstructorArgs({endpoint:t,snippet:e}){let r=[],i=this.getConstructorEnvironmentArgs({baseUrl:e.baseURL,environment:e.environment});return i.length>0&&r.push(...i),t.auth!=null&&(e.auth!=null?r.push(...this.getConstructorAuthArgs({auth:t.auth,values:e.auth})):this.context.errors.add({severity:T.Warning,message:`Auth with ${t.auth.type} configuration is required for this endpoint`})),this.context.errors.scope(B.PathParameters),this.context.ir.pathParameters!=null&&r.push(...this.getPathParameters({namedParameters:this.context.ir.pathParameters,snippet:e})),this.context.errors.unscope(),this.context.errors.scope(B.Headers),this.context.ir.headers!=null&&e.headers!=null&&r.push(...this.getConstructorHeaderArgs({headers:this.context.ir.headers,values:e.headers})),this.context.errors.unscope(),r}getConstructorEnvironmentArgs({baseUrl:t,environment:e}){let r=this.getEnvironmentValue({baseUrl:t,environment:e});return r==null?[]:e!=null&&this.context.isMultiEnvironmentValues(e)?[{name:"environment",value:r}]:[{name:this.getEnvironmentOptionName({environment:e}),value:r}]}getEnvironmentValue({baseUrl:t,environment:e}){if(t!=null&&e!=null){this.context.errors.add({severity:T.Critical,message:"Cannot specify both baseUrl and environment options"});return}if(t!=null)return d.TypeInstantiation.str(t);if(e!=null){if(this.context.isSingleEnvironmentID(e)){let r=this.context.getEnvironmentTypeReferenceFromID(e);if(r==null){this.context.errors.add({severity:T.Warning,message:`Environment ${JSON.stringify(e)} was not found`});return}return d.TypeInstantiation.reference(r)}if(this.context.isMultiEnvironmentValues(e))return this.context.validateMultiEnvironmentUrlValues(e)?d.TypeInstantiation.reference(d.instantiateClass({classReference:this.context.getEnvironmentClassReference(),arguments_:Object.entries(e).map(([r,i])=>({name:r,value:this.context.dynamicTypeLiteralMapper.convert({typeReference:ca,value:i})})).map(r=>d.methodArgument({name:r.name,value:r.value})),multiline:!0})):void 0}}getConstructorAuthArgs({auth:t,values:e}){switch(t.type){case"basic":return e.type!=="basic"?(this.addAuthMismatchError(t,e),[]):this.getConstructorBasicAuthArg({auth:t,values:e});case"bearer":return e.type!=="bearer"?(this.addAuthMismatchError(t,e),[]):this.getConstructorBearerAuthArgs({auth:t,values:e});case"header":return e.type!=="header"?(this.addAuthMismatchError(t,e),[]):this.getConstructorHeaderAuthArgs({auth:t,values:e});case"oauth":return e.type!=="oauth"?(this.addAuthMismatchError(t,e),[]):this.getConstructorOAuthArgs({auth:t,values:e});case"inferred":return e.type!=="inferred"?(this.addAuthMismatchError(t,e),[]):(this.addWarning("The Python SDK Generator does not support Inferred auth scheme yet"),[]);default:I(t)}}addAuthMismatchError(t,e){this.context.errors.add({severity:T.Critical,message:this.context.newAuthMismatchError({auth:t,values:e}).message})}addWarning(t){this.context.errors.add({severity:T.Warning,message:t})}getConstructorBasicAuthArg({auth:t,values:e}){return[{name:this.context.getPropertyName(t.username),value:d.TypeInstantiation.str(e.username)},{name:this.context.getPropertyName(t.password),value:d.TypeInstantiation.str(e.password)}]}getConstructorBearerAuthArgs({auth:t,values:e}){return[{name:this.context.getPropertyName(t.token),value:d.TypeInstantiation.str(e.token)}]}getConstructorHeaderAuthArgs({auth:t,values:e}){return[{name:this.context.getPropertyName(t.header.name.name),value:this.context.dynamicTypeLiteralMapper.convert({typeReference:t.header.typeReference,value:e.value})}]}getConstructorOAuthArgs({auth:t,values:e}){return[{name:this.context.getPropertyName(t.clientId),value:d.TypeInstantiation.str(e.clientId)},{name:this.context.getPropertyName(t.clientSecret),value:d.TypeInstantiation.str(e.clientSecret)}]}getConstructorHeaderArgs({headers:t,values:e}){let r=[];for(let i of t){let o=this.getConstructorHeaderArg({header:i,value:e.value});o!=null&&r.push(o)}return r}getConstructorHeaderArg({header:t,value:e}){let r=this.context.dynamicTypeLiteralMapper.convert({typeReference:t.typeReference,value:e});if(!d.TypeInstantiation.isNop(r))return{name:this.context.getPropertyName(t.name.name),value:r}}callMethod({endpoint:t,snippet:e}){return d.invokeMethod({on:d.reference({name:jr}),method:this.getMethod({endpoint:t}),arguments_:this.getMethodArgs({endpoint:t,snippet:e}).map(r=>d.methodArgument({name:r.name,value:r.value})),multiline:!0})}getMethodArgs({endpoint:t,snippet:e}){switch(t.request.type){case"inlined":return this.getMethodArgsForInlinedRequest({request:t.request,snippet:e});case"body":return this.getMethodArgsForBodyRequest({request:t.request,snippet:e});default:I(t.request)}}getMethodArgsForBodyRequest({request:t,snippet:e}){var a,p;let r=[];this.context.errors.scope(B.PathParameters);let i=[...(a=this.context.ir.pathParameters)!=null?a:[],...(p=t.pathParameters)!=null?p:[]],o=new Set;if(t.body!=null){let c=this.getBodyRequestArgs({body:t.body,value:e.requestBody});o=new Set(c.map(y=>y.name))}if(i.length>0){let y=this.getPathParameters({namedParameters:i,snippet:e}).map(h=>o.has(h.name)?Ce(ne({},h),{name:h.name+"_"}):h);r.push(...y)}return this.context.errors.unscope(),this.context.errors.scope(B.RequestBody),t.body!=null&&r.push(...this.getBodyRequestArgs({body:t.body,value:e.requestBody})),this.context.errors.unscope(),r}getBodyRequestArgs({body:t,value:e}){switch(t.type){case"bytes":return[{name:Qe,value:this.getBytesBodyRequestTypeInstantiation({value:e})}];case"typeReference":return this.getBodyRequestArgsForTypeReference({typeReference:t.value,value:e});default:I(t)}}getBodyRequestArgsForTypeReference({typeReference:t,value:e}){switch(t.type){case"named":{let r=this.context.resolveNamedType({typeId:t.value});return r==null?[]:this.getBodyRequestArgsForNamedTypeReference({typeReference:t,named:r,value:e})}case"nullable":case"optional":{let r=t.value;if(r.type==="named"){let i=this.context.resolveNamedType({typeId:r.value});if((i==null?void 0:i.type)==="object")return[{name:Qe,value:this.context.dynamicTypeLiteralMapper.convert({typeReference:r,value:e})}]}return this.getBodyRequestArgsForTypeReference({typeReference:t.value,value:e})}case"list":case"map":case"set":case"literal":case"primitive":case"unknown":return[{name:Qe,value:this.context.dynamicTypeLiteralMapper.convert({typeReference:t,value:e})}];default:I(t)}}getBodyRequestArgsForNamedTypeReference({typeReference:t,named:e,value:r}){var i;switch(e.type){case"alias":return this.getBodyRequestArgsForTypeReference({typeReference:e.typeReference,value:r});case"enum":case"discriminatedUnion":case"undiscriminatedUnion":return[{name:Qe,value:this.context.dynamicTypeLiteralMapper.convert({typeReference:t,value:r})}];case"object":return this.context.associateByWireValue({parameters:e.properties,values:(i=this.context.getRecord(r))!=null?i:{}}).filter(p=>!this.resolvesToLiteralType(p.typeReference)).map(p=>({name:this.context.getPropertyName(p.name.name),value:this.context.dynamicTypeLiteralMapper.convert(p)}));default:I(e)}}resolvesToLiteralType(t){switch(t.type){case"literal":return!0;case"optional":case"nullable":return this.resolvesToLiteralType(t.value);case"named":{let e=this.context.resolveNamedType({typeId:t.value});return e==null?!1:e.type==="alias"?this.resolvesToLiteralType(e.typeReference):!1}case"list":case"map":case"set":case"primitive":case"unknown":return!1;default:I(t)}}getBodyRequestArgsForBytes({body:t,value:e}){let r=this.getBytesBodyRequestTypeInstantiation({value:e});return d.TypeInstantiation.isNop(r)?[]:[{name:this.context.getPropertyName(t.bodyKey),value:r}]}getBytesBodyRequestTypeInstantiation({value:t}){return typeof t!="string"?(this.context.errors.add({severity:T.Critical,message:`Expected bytes value to be a string, got ${typeof t}`}),d.TypeInstantiation.nop()):d.TypeInstantiation.bytes(t)}getMethodArgsForInlinedRequest({request:t,snippet:e}){let r=[],i=this.context.shouldInlinePathParameters();this.context.errors.scope(B.PathParameters);let o=[];t.pathParameters!=null&&o.push(...this.getPathParameters({namedParameters:t.pathParameters,snippet:e})),this.context.errors.unscope(),this.context.errors.scope(B.RequestBody);let a=this.getFilePropertyInfo({request:t,snippet:e});return this.context.errors.unscope(),this.context.includePathParametersInWrappedRequest({request:t,inlinePathParameters:i})||r.push(...o),this.context.needsRequestParameter({request:t,inlinePathParameters:i,inlineFileProperties:!0})&&r.push(...this.getInlinedRequestArgs({request:t,snippet:e,pathParameterFields:this.context.includePathParametersInWrappedRequest({request:t,inlinePathParameters:i})?o:[],filePropertyInfo:a})),r}getFilePropertyInfo({request:t,snippet:e}){return t.body==null||!this.context.isFileUploadRequestBody(t.body)?{fileFields:[],bodyPropertyFields:[]}:this.context.filePropertyMapper.getFilePropertyInfo({body:t.body,value:e.requestBody})}getInlinedRequestArgs({request:t,snippet:e,pathParameterFields:r,filePropertyInfo:i}){var h,x,R,v;this.context.errors.scope(B.QueryParameters);let a=this.context.associateQueryParametersByWireValue({parameters:(h=t.queryParameters)!=null?h:[],values:(x=e.queryParameters)!=null?x:{}}).map(g=>({name:this.context.getPropertyName(g.name.name),value:this.context.dynamicTypeLiteralMapper.convert(g)}));this.context.errors.unscope(),this.context.errors.scope(B.Headers);let c=this.context.associateByWireValue({parameters:(R=t.headers)!=null?R:[],values:(v=e.headers)!=null?v:{}}).map(g=>({name:this.context.getPropertyName(g.name.name),value:this.context.dynamicTypeLiteralMapper.convert(g)}));this.context.errors.unscope(),this.context.errors.scope(B.RequestBody);let y=t.body!=null?this.getInlinedRequestBodyObjectFields({body:t.body,value:e.requestBody,filePropertyInfo:i}):[];return this.context.errors.unscope(),[...r,...a,...c,...y]}getInlinedRequestBodyObjectFields({body:t,value:e,filePropertyInfo:r}){switch(t.type){case"properties":return this.getInlinedRequestBodyPropertyObjectFields({parameters:t.value,value:e});case"referenced":return this.getReferencedRequestBodyPropertyTypeInstantiation({body:t,value:e});case"fileUpload":return this.getFileUploadRequestBodyObjectFields({filePropertyInfo:r});default:I(t)}}getFileUploadRequestBodyObjectFields({filePropertyInfo:t}){return[...t.fileFields,...t.bodyPropertyFields]}getReferencedRequestBodyPropertyTypeInstantiation({body:t,value:e}){let r=t.bodyType;switch(r.type){case"bytes":return this.getBodyRequestArgsForBytes({body:t,value:e});case"typeReference":return this.getBodyRequestArgsForTypeReference({typeReference:r.value,value:e});default:I(r)}}getInlinedRequestBodyPropertyObjectFields({parameters:t,value:e}){var a;let r=[],o=this.context.associateByWireValue({parameters:t,values:(a=this.context.getRecord(e))!=null?a:{}}).filter(p=>!this.resolvesToLiteralType(p.typeReference));for(let p of o)r.push({name:this.context.getPropertyName(p.name.name),value:this.context.dynamicTypeLiteralMapper.convert(p)});return r}getPathParameters({namedParameters:t,snippet:e}){var a;let r=[],i=t.filter(p=>!this.resolvesToLiteralType(p.typeReference)),o=this.context.associateByWireValue({parameters:i,values:(a=e.pathParameters)!=null?a:{},ignoreMissingParameters:!0});for(let p of o)r.push({name:this.context.getPropertyName(p.name.name),value:this.context.dynamicTypeLiteralMapper.convert(p)});return r}getMethod({endpoint:t}){return t.declaration.fernFilepath.allParts.length>0?`${t.declaration.fernFilepath.allParts.map(e=>this.context.getMethodName(e)).join(".")}.${this.context.getMethodName(t.declaration.name)}`:this.context.getMethodName(t.declaration.name)}getEnvironmentOptionName({environment:t}){return t!=null?"environment":"base_url"}};var lt=class extends Ee{constructor({ir:t,config:e}){super(new He({ir:t,config:e}))}async generate(t){return super.generate(t)}generateSync(t){return super.generateSync(t)}async generateSnippetAst(t){return super.generateSnippetAst(t)}generateMethodCallSnippetAst(t){let e=this.context.resolveEndpointLocationOrThrow(t.endpoint);if(e.length===0)throw new Error(`No endpoints found that match "${t.endpoint.method} ${t.endpoint.path}"`);let r;for(let i of e){let o=this.context.clone(),a=this.createSnippetGenerator(o);try{return a.generateMethodCallSnippetAst({endpoint:i,request:t})}catch(p){r=p}}throw r!=null?r:new Error(`Failed to generate method call snippet AST for endpoint: ${t.endpoint.method} ${t.endpoint.path}`)}createSnippetGenerator(t){return new Ze({context:t})}};0&&(module.exports={DynamicSnippetsGenerator});
21
- /*! Bundled license information:
22
-
23
- @esbuild-plugins/node-globals-polyfill/Buffer.js:
24
- (*!
25
- * The buffer module from node.js, for the browser.
26
- *
27
- * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
28
- * @license MIT
29
- *)
30
-
31
- lodash-es/lodash.js:
32
- (**
33
- * @license
34
- * Lodash (Custom Build) <https://lodash.com/>
35
- * Build: `lodash modularize exports="es" -o ./`
36
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
37
- * Released under MIT license <https://lodash.com/license>
38
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
39
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
40
- *)
41
- */
42
- //# sourceMappingURL=DynamicSnippetsGenerator.cjs.map