@fern-api/python-dynamic-snippets 0.0.6 → 0.0.7

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 (42) hide show
  1. package/cjs/DynamicSnippetsGenerator.cjs +14 -11
  2. package/cjs/DynamicSnippetsGenerator.cjs.map +1 -1
  3. package/cjs/EndpointSnippetGenerator.cjs +14 -11
  4. package/cjs/EndpointSnippetGenerator.cjs.map +1 -1
  5. package/cjs/context/DynamicSnippetsGeneratorContext.cjs +15 -12
  6. package/cjs/context/DynamicSnippetsGeneratorContext.cjs.map +1 -1
  7. package/cjs/context/DynamicTypeLiteralMapper.cjs +15 -12
  8. package/cjs/context/DynamicTypeLiteralMapper.cjs.map +1 -1
  9. package/cjs/context/FilePropertyMapper.cjs +14 -11
  10. package/cjs/context/FilePropertyMapper.cjs.map +1 -1
  11. package/cjs/index.cjs +17 -26
  12. package/cjs/index.cjs.map +1 -1
  13. package/esm/DynamicSnippetsGenerator.js +1 -1
  14. package/esm/EndpointSnippetGenerator.js +1 -1
  15. package/esm/{chunk-QZ6H2KCF.js → chunk-2FBSEQ3K.js} +2 -2
  16. package/esm/{chunk-A2A6Z7VZ.js → chunk-2NL5Y7CR.js} +2 -2
  17. package/esm/chunk-4OZNKHPQ.js +2 -0
  18. package/esm/chunk-6OLYGRJY.js +2 -0
  19. package/esm/{chunk-RZQMRQM5.js.map → chunk-6OLYGRJY.js.map} +1 -1
  20. package/esm/chunk-EO2BLSPL.js +2 -0
  21. package/esm/chunk-EO2BLSPL.js.map +1 -0
  22. package/esm/chunk-PFARUNGR.js +2 -0
  23. package/esm/chunk-PFARUNGR.js.map +1 -0
  24. package/esm/chunk-YEXRWSXV.js +31 -0
  25. package/esm/chunk-YEXRWSXV.js.map +1 -0
  26. package/esm/context/DynamicSnippetsGeneratorContext.js +1 -1
  27. package/esm/context/DynamicTypeLiteralMapper.js +1 -1
  28. package/esm/context/FilePropertyMapper.js +1 -1
  29. package/esm/index.js +1 -13
  30. package/esm/index.js.map +1 -1
  31. package/package.json +1 -1
  32. package/esm/chunk-3LXSVXLG.js +0 -2
  33. package/esm/chunk-3LXSVXLG.js.map +0 -1
  34. package/esm/chunk-7DC5LAKR.js +0 -28
  35. package/esm/chunk-7DC5LAKR.js.map +0 -1
  36. package/esm/chunk-RZQMRQM5.js +0 -2
  37. package/esm/chunk-UU6KFSXM.js +0 -2
  38. package/esm/chunk-VDFQDR2Q.js +0 -2
  39. package/esm/chunk-VDFQDR2Q.js.map +0 -1
  40. /package/esm/{chunk-QZ6H2KCF.js.map → chunk-2FBSEQ3K.js.map} +0 -0
  41. /package/esm/{chunk-A2A6Z7VZ.js.map → chunk-2NL5Y7CR.js.map} +0 -0
  42. /package/esm/{chunk-UU6KFSXM.js.map → chunk-4OZNKHPQ.js.map} +0 -0
@@ -1,2 +0,0 @@
1
- import{a as P,b as T,c as S,d as b,j as a,k as p,m as l,n as h,o as R}from"./chunk-7DC5LAKR.js";p();l();p();l();var y=class{constructor(){a(this,"reporter");a(this,"snippet");a(this,"err");this.snippet=void 0,this.reporter=void 0,this.err=void 0}update({context:e,snippet:r}){this.shouldUpdate({snippet:r,reporter:e.errors})&&(this.reporter=e.errors.clone(),this.snippet=r)}getResponseOrThrow({endpoint:e}){var r;if(this.snippet!=null&&this.reporter!=null)return{snippet:this.snippet,errors:this.reporter.toDynamicSnippetErrors()};throw(r=this.err)!=null?r:new Error(`Failed to generate snippet for endpoint "${e.method} ${e.path}"`)}shouldUpdate({snippet:e,reporter:r}){var t,n;return this.reporter==null||this.reporter.size()>0&&r.size()===0?!0:e.length>((n=(t=this.snippet)==null?void 0:t.length)!=null?n:0)}};var E=class{constructor(e){a(this,"context");this.context=e}async generate(e,r={}){let t=this.context.resolveEndpointLocationOrThrow(e.endpoint);if(t.length===0)throw new Error(`No endpoints found that match "${e.endpoint.method} ${e.endpoint.path}"`);let n=new y;for(let i of t){let s=this.context.clone(),d=this.createSnippetGenerator(s);try{let u=await d.generateSnippet({endpoint:i,request:e,options:r});if(s.errors.empty())return{snippet:u,errors:void 0};n.update({context:s,snippet:u})}catch(u){n.err==null&&(n.err=u)}}return n.getResponseOrThrow({endpoint:e.endpoint})}generateSync(e,r={}){let t=this.context.resolveEndpointLocationOrThrow(e.endpoint);if(t.length===0)throw new Error(`No endpoints found that match "${e.endpoint.method} ${e.endpoint.path}"`);let n=new y;for(let i of t){let s=this.context.clone(),d=this.createSnippetGenerator(s);try{let u=d.generateSnippetSync({endpoint:i,request:e,options:r});if(s.errors.empty())return{snippet:u,errors:void 0};n.update({context:s,snippet:u})}catch(u){n.err==null&&(n.err=u)}}return n.getResponseOrThrow({endpoint:e.endpoint})}};p();l();var o={Critical:"CRITICAL",Warning:"WARNING"},v=class m{constructor(){a(this,"errors");a(this,"path");this.errors=[],this.path=[]}add(e){this.errors.push(T(P({},e),{path:[...this.path]}))}scope(e){this.path.push(e)}unscope(){this.path.pop()}getBySeverity(e){return this.errors.filter(r=>r.severity===e)}empty(){return this.errors.length===0}size(){return this.errors.length}clone(){let e=new m;return e.errors=[...this.errors],e.path=[...this.path],e}reset(){this.errors=[],this.path=[]}toDynamicSnippetErrors(){return this.errors.map(e=>({severity:e.severity,path:e.path!=null?this.pathToStringArray(e.path):void 0,message:e.message}))}pathToStringArray(e){let r=[];for(let t of e){if(typeof t=="string"){r.push(t);continue}r[r.length-1]+=`[${t.index}]`}return r}};p();l();p();l();p();l();var g=class{constructor(){a(this,"REFERENCE_REGEX",/^(GET|POST|PUT|DELETE|PATCH|HEAD)\s(\/\S*)$/)}validate(e){return this.REFERENCE_REGEX.test(e)?{type:"valid"}:{type:"invalid"}}tryParse(e){if(this.validate(e).type==="invalid")return;let t=e.match(this.REFERENCE_REGEX);if(!(t==null||t[1]==null||t[2]==null))return{method:t[1],path:t[2]}}};var w=class{constructor({ir:e,config:r,options:t={}}){a(this,"config");a(this,"options");a(this,"errors");a(this,"_ir");a(this,"httpEndpointReferenceParser");this._ir=e,this.config=r,this.options=t,this.errors=new v,this.httpEndpointReferenceParser=new g}associateQueryParametersByWireValue({parameters:e,values:r}){let t=[];for(let[n,i]of Object.entries(r)){this.errors.scope(n);try{let s=e.find(u=>u.name.wireValue===n);if(s==null)throw this.newParameterNotRecognizedError(n);let d=this.isListTypeReference(s.typeReference)&&!Array.isArray(i)?[i]:i;t.push({name:s.name,typeReference:s.typeReference,value:d})}finally{this.errors.unscope()}}return t}associateByWireValueOrDefault({parameters:e,values:r}){let t=[];for(let n of e){this.errors.scope(n.name.wireValue);try{let i=r[n.name.wireValue];if(i==null)if(n.typeReference.type==="primitive"&&n.typeReference.value==="STRING")i=`<${n.name.wireValue}>`;else{this.errors.add({severity:o.Critical,message:this.newParameterNotRecognizedError(n.name.wireValue).message});continue}t.push({name:n.name,typeReference:n.typeReference,value:i})}finally{this.errors.unscope()}}return t}associateByWireValue({parameters:e,values:r,ignoreMissingParameters:t}){let n=[];for(let[i,s]of Object.entries(r)){this.errors.scope(i);try{let d=e.find(u=>u.name.wireValue===i);if(d==null){if(t)continue;this.errors.add({severity:o.Critical,message:this.newParameterNotRecognizedError(i).message});continue}n.push({name:d.name,typeReference:d.typeReference,value:s})}finally{this.errors.unscope()}}return n}getExampleObjectProperties({parameters:e,snippetObject:r}){let t=typeof r=="object"&&r!==null&&!Array.isArray(r)?r:{},n=[];for(let i of e){let s=t[i.name.wireValue];s==null?i.typeReference.type==="nullable"&&n.push({name:i.name,typeReference:i.typeReference,value:null}):n.push({name:i.name,typeReference:i.typeReference,value:s})}return n}getSingleFileValue({property:e,record:r}){let t=r[e.wireValue];if(t!=null){if(typeof t!="string"){this.errors.add({severity:o.Critical,message:`Expected file value to be a string, got ${typeof t}`});return}return t}}getFileArrayValues({property:e,record:r}){let t=r[e.wireValue];if(t==null)return;if(!Array.isArray(t)){this.errors.add({severity:o.Critical,message:`Expected file array value to be an array of strings, got ${typeof t}`});return}let n=[];for(let i of t){if(typeof i!="string"){this.errors.add({severity:o.Critical,message:`Expected file array value to be an array of strings, got ${typeof i}`});return}n.push(i)}return n}getRecord(e){if(typeof e!="object"||Array.isArray(e)){this.errors.add({severity:o.Critical,message:`Expected object with key, value pairs but got: ${Array.isArray(e)?"array":typeof e}`});return}return e==null?{}:e}resolveNamedType({typeId:e}){let r=this._ir.types[e];if(r==null){this.errors.add({severity:o.Critical,message:`Type identified by "${e}" could not be found`});return}return r}resolveDiscriminatedUnionTypeInstance({discriminatedUnion:e,value:r}){let t=this.getRecord(r);if(t==null)return;let n=e.discriminant.wireValue,i=t[n];if(i==null){this.errors.add({severity:o.Critical,message:this.newParameterNotRecognizedError(n).message});return}if(typeof i!="string"){this.errors.add({severity:o.Critical,message:`Expected discriminant value to be a string but got: ${typeof i}`});return}let s=e.types[i];if(s==null){this.errors.add({severity:o.Critical,message:`No type found for discriminant value "${i}"`});return}let x=t,{[n]:d}=x,u=b(x,[S(n)]);return{singleDiscriminatedUnionType:s,discriminantValue:s.discriminantValue,value:u}}resolveEndpointOrThrow(e){let r=this.httpEndpointReferenceParser.tryParse(e);if(r==null)throw new Error(`Failed to parse endpoint reference "${e}"`);return this.resolveEndpointLocationOrThrow(r)}resolveEndpointLocation(e){let r=[];for(let t of Object.values(this._ir.endpoints))this.parsedEndpointMatches({endpoint:t,parsedEndpoint:e})&&r.push(t);return r}resolveEndpointLocationOrThrow(e){let r=this.resolveEndpointLocation(e);if(r.length===0)throw new Error(`Failed to find endpoint identified by "${e.method} ${e.path}"`);return r}needsRequestParameter({request:e,inlinePathParameters:r,inlineFileProperties:t}){var n;return this.includePathParametersInWrappedRequest({request:e,inlinePathParameters:r})||e.queryParameters!=null&&e.queryParameters.length>0||e.headers!=null&&e.headers.length>0?!0:e.body!=null?this.includeRequestBodyInWrappedRequest({body:e.body,inlineFileProperties:t}):!((n=e.metadata)!=null&&n.onlyPathParameters)}includePathParametersInWrappedRequest({request:e,inlinePathParameters:r}){var t,n;return r&&((n=(t=e.metadata)==null?void 0:t.includePathParameters)!=null?n:!1)}isFileUploadRequestBody(e){switch(e.type){case"fileUpload":return!0;case"properties":case"referenced":return!1;default:h(e)}}resolveEnvironmentName(e){if(this._ir.environments==null)return;let r=this._ir.environments.environments;switch(r.type){case"singleBaseUrl":{let t=r.environments.find(n=>n.id===e);return t==null?void 0:t.name}case"multipleBaseUrls":{let t=r.environments.find(n=>n.id===e);return t==null?void 0:t.name}default:h(r)}}isSingleEnvironmentID(e){return typeof e=="string"}isMultiEnvironmentValues(e){return typeof e=="object"}validateMultiEnvironmentUrlValues(e){if(this._ir.environments==null)return this.errors.add({severity:o.Critical,message:"Multiple environments are not supported for single base URL environments; use the baseUrl option instead"}),!1;let r=this._ir.environments.environments;switch(r.type){case"singleBaseUrl":return this.errors.add({severity:o.Critical,message:"Multiple environments are not supported for single base URL environments; use the baseUrl option instead"}),!1;case"multipleBaseUrls":{let t=r.environments[0];if(t==null)return this.errors.add({severity:o.Critical,message:"Multiple environments are not supported; use the baseUrl option instead"}),!1;let n=new Set(R(t.urls));for(let i of R(e))n.has(i)&&n.delete(i);return n.size>0?(this.errors.add({severity:o.Critical,message:`The provided environments are invalid; got: [${Object.keys(e).join(", ")}], expected: [${R(t.urls).join(", ")}]`}),!1):!0}}}getValueAsNumber({value:e}){if(typeof e!="number"){this.errors.add({severity:o.Critical,message:this.newTypeMismatchError({expected:"number",value:e}).message});return}return e}getValueAsBoolean({value:e}){if(typeof e!="boolean"){this.errors.add({severity:o.Critical,message:this.newTypeMismatchError({expected:"boolean",value:e}).message});return}return e}getValueAsString({value:e}){if(typeof e!="string"){this.errors.add({severity:o.Critical,message:this.newTypeMismatchError({expected:"string",value:e}).message});return}return e}isOptional(e){switch(e.type){case"nullable":return this.isOptional(e.value);case"optional":return!0;case"named":{let r=this.resolveNamedType({typeId:e.value});return r==null?!1:r.type==="alias"?this.isNullable(r.typeReference):!1}}return!1}isNullable(e){switch(e.type){case"nullable":return!0;case"optional":return this.isNullable(e.value);case"named":{let r=this.resolveNamedType({typeId:e.value});return r==null?!1:r.type==="alias"?this.isNullable(r.typeReference):!1}}return!1}newAuthMismatchError({auth:e,values:r}){return new Error(`Expected auth type ${e.type}, got ${r.type}`)}newParameterNotRecognizedError(e){return new Error(`"${e}" is not a recognized parameter for this endpoint`)}newTypeMismatchError({expected:e,value:r}){return new Error(`Expected ${e}, got ${typeof r}`)}includeRequestBodyInWrappedRequest({body:e,inlineFileProperties:r}){switch(e.type){case"properties":case"referenced":return!0;case"fileUpload":return this.includeFileUploadBodyInWrappedRequest({fileUpload:e,inlineFileProperties:r});default:h(e)}}includeFileUploadBodyInWrappedRequest({fileUpload:e,inlineFileProperties:r}){return this.fileUploadHasBodyProperties({fileUpload:e})||r&&this.fileUploadHasFileProperties({fileUpload:e})}fileUploadHasBodyProperties({fileUpload:e}){return e.properties.some(r=>{switch(r.type){case"file":case"fileArray":return!1;case"bodyProperty":return!0;default:h(r)}})}fileUploadHasFileProperties({fileUpload:e}){return e.properties.some(r=>{switch(r.type){case"file":case"fileArray":return!0;case"bodyProperty":return!1;default:h(r)}})}isListTypeReference(e){return e.type==="optional"?this.isListTypeReference(e.value):e.type==="list"||e.type==="set"}parsedEndpointMatches({endpoint:e,parsedEndpoint:r}){return e.location.method===r.method&&e.location.path===r.path}};p();l();var A={PathParameters:"pathParameters",QueryParameters:"queryParameters",Headers:"headers",RequestBody:"requestBody"};p();l();export{E as a,o as b,w as c,A as d};
2
- //# sourceMappingURL=chunk-RZQMRQM5.js.map
@@ -1,2 +0,0 @@
1
- import{a as i}from"./chunk-VDFQDR2Q.js";import{a as p}from"./chunk-A2A6Z7VZ.js";import{a as t}from"./chunk-RZQMRQM5.js";import{k as n,m as r}from"./chunk-7DC5LAKR.js";n();r();var o=class extends t{constructor({ir:e,config:a}){super(new p({ir:e,config:a}))}async generate(e){return super.generate(e)}generateSync(e){return super.generateSync(e)}createSnippetGenerator(e){return new i({context:e})}};export{o as a};
2
- //# sourceMappingURL=chunk-UU6KFSXM.js.map
@@ -1,2 +0,0 @@
1
- import{b as c,d as o}from"./chunk-RZQMRQM5.js";import{j as g,k as f,m as v,n as u,p as n}from"./chunk-7DC5LAKR.js";f();v();var x={type:"primitive",value:"STRING"},A=["example"],I="client",p="request",F=class{constructor({context:e}){g(this,"context");this.context=e}async generateSnippet({endpoint:e,request:t}){return this.buildPythonFile({endpoint:e,snippet:t}).toString()}generateSnippetSync({endpoint:e,request:t}){return this.buildPythonFile({endpoint:e,snippet:t}).toString()}buildPythonFile({endpoint:e,snippet:t}){return n.file({path:A,statements:[this.constructClient({endpoint:e,snippet:t}),this.callMethod({endpoint:e,snippet:t})]})}constructClient({endpoint:e,snippet:t}){return n.assign({lhs:n.reference({name:I}),rhs:n.instantiateClass({classReference:this.context.getRootClientClassReference(),arguments_:this.getConstructorArgs({endpoint:e,snippet:t}).map(r=>n.methodArgument({name:r.name,value:r.value})),multiline:!0})})}getConstructorArgs({endpoint:e,snippet:t}){let r=[],a=this.getConstructorEnvironmentArgs({baseUrl:t.baseURL,environment:t.environment});return a.length>0&&r.push(...a),e.auth!=null&&(t.auth!=null?r.push(...this.getConstructorAuthArgs({auth:e.auth,values:t.auth})):this.context.errors.add({severity:c.Warning,message:`Auth with ${e.auth.type} configuration is required for this endpoint`})),this.context.errors.scope(o.PathParameters),this.context.ir.pathParameters!=null&&r.push(...this.getPathParameters({namedParameters:this.context.ir.pathParameters,snippet:t})),this.context.errors.unscope(),this.context.errors.scope(o.Headers),this.context.ir.headers!=null&&t.headers!=null&&r.push(...this.getConstructorHeaderArgs({headers:this.context.ir.headers,values:t.headers})),this.context.errors.unscope(),r}getConstructorEnvironmentArgs({baseUrl:e,environment:t}){let r=this.getEnvironmentValue({baseUrl:e,environment:t});return r==null?[]:t!=null&&this.context.isMultiEnvironmentValues(t)?[{name:"environment",value:r}]:[{name:this.getEnvironmentOptionName({environment:t}),value:r}]}getEnvironmentValue({baseUrl:e,environment:t}){if(e!=null&&t!=null){this.context.errors.add({severity:c.Critical,message:"Cannot specify both baseUrl and environment options"});return}if(e!=null)return n.TypeInstantiation.str(e);if(t!=null){if(this.context.isSingleEnvironmentID(t)){let r=this.context.getEnvironmentTypeReferenceFromID(t);if(r==null){this.context.errors.add({severity:c.Warning,message:`Environment ${JSON.stringify(t)} was not found`});return}return n.TypeInstantiation.reference(r)}if(this.context.isMultiEnvironmentValues(t))return this.context.validateMultiEnvironmentUrlValues(t)?n.TypeInstantiation.reference(n.instantiateClass({classReference:this.context.getEnvironmentClassReference(),arguments_:Object.entries(t).map(([r,a])=>({name:r,value:this.context.dynamicTypeLiteralMapper.convert({typeReference:x,value:a})})).map(r=>n.methodArgument({name:r.name,value:r.value})),multiline:!0})):void 0}}getConstructorAuthArgs({auth:e,values:t}){switch(e.type){case"basic":return t.type!=="basic"?(this.addAuthMismatchError(e,t),[]):this.getConstructorBasicAuthArg({auth:e,values:t});case"bearer":return t.type!=="bearer"?(this.addAuthMismatchError(e,t),[]):this.getConstructorBearerAuthArgs({auth:e,values:t});case"header":return t.type!=="header"?(this.addAuthMismatchError(e,t),[]):this.getConstructorHeaderAuthArgs({auth:e,values:t});case"oauth":return t.type!=="oauth"?(this.addAuthMismatchError(e,t),[]):this.getConstructorOAuthArgs({auth:e,values:t});case"inferred":return t.type!=="inferred"?(this.addAuthMismatchError(e,t),[]):(this.addWarning("The Python SDK Generator does not support Inferred auth scheme yet"),[]);default:u(e)}}addAuthMismatchError(e,t){this.context.errors.add({severity:c.Critical,message:this.context.newAuthMismatchError({auth:e,values:t}).message})}addWarning(e){this.context.errors.add({severity:c.Warning,message:e})}getConstructorBasicAuthArg({auth:e,values:t}){return[{name:this.context.getPropertyName(e.username),value:n.TypeInstantiation.str(t.username)},{name:this.context.getPropertyName(e.password),value:n.TypeInstantiation.str(t.password)}]}getConstructorBearerAuthArgs({auth:e,values:t}){return[{name:this.context.getPropertyName(e.token),value:n.TypeInstantiation.str(t.token)}]}getConstructorHeaderAuthArgs({auth:e,values:t}){return[{name:this.context.getPropertyName(e.header.name.name),value:this.context.dynamicTypeLiteralMapper.convert({typeReference:e.header.typeReference,value:t.value})}]}getConstructorOAuthArgs({auth:e,values:t}){return[{name:this.context.getPropertyName(e.clientId),value:n.TypeInstantiation.str(t.clientId)},{name:this.context.getPropertyName(e.clientSecret),value:n.TypeInstantiation.str(t.clientSecret)}]}getConstructorHeaderArgs({headers:e,values:t}){let r=[];for(let a of e){let s=this.getConstructorHeaderArg({header:a,value:t.value});s!=null&&r.push(s)}return r}getConstructorHeaderArg({header:e,value:t}){let r=this.context.dynamicTypeLiteralMapper.convert({typeReference:e.typeReference,value:t});if(!n.TypeInstantiation.isNop(r))return{name:this.context.getPropertyName(e.name.name),value:r}}callMethod({endpoint:e,snippet:t}){return n.invokeMethod({on:n.reference({name:I}),method:this.getMethod({endpoint:e}),arguments_:this.getMethodArgs({endpoint:e,snippet:t}).map(r=>n.methodArgument({name:r.name,value:r.value})),multiline:!0})}getMethodArgs({endpoint:e,snippet:t}){switch(e.request.type){case"inlined":return this.getMethodArgsForInlinedRequest({request:e.request,snippet:t});case"body":return this.getMethodArgsForBodyRequest({request:e.request,snippet:t});default:u(e.request)}}getMethodArgsForBodyRequest({request:e,snippet:t}){var s,i;let r=[];this.context.errors.scope(o.PathParameters);let a=[...(s=this.context.ir.pathParameters)!=null?s:[],...(i=e.pathParameters)!=null?i:[]];return a.length>0&&r.push(...this.getPathParameters({namedParameters:a,snippet:t})),this.context.errors.unscope(),this.context.errors.scope(o.RequestBody),e.body!=null&&r.push(...this.getBodyRequestArgs({body:e.body,value:t.requestBody})),this.context.errors.unscope(),r}getBodyRequestArgs({body:e,value:t}){switch(e.type){case"bytes":return[{name:p,value:this.getBytesBodyRequestTypeInstantiation({value:t})}];case"typeReference":return this.getBodyRequestArgsForTypeReference({typeReference:e.value,value:t});default:u(e)}}getBodyRequestArgsForTypeReference({typeReference:e,value:t}){switch(e.type){case"named":{let r=this.context.resolveNamedType({typeId:e.value});return r==null?[]:this.getBodyRequestArgsForNamedTypeReference({typeReference:e,named:r,value:t})}case"nullable":case"optional":return this.getBodyRequestArgsForTypeReference({typeReference:e.value,value:t});case"list":case"map":case"set":case"literal":case"primitive":case"unknown":return[{name:p,value:this.context.dynamicTypeLiteralMapper.convert({typeReference:e,value:t})}];default:u(e)}}getBodyRequestArgsForNamedTypeReference({typeReference:e,named:t,value:r}){var a;switch(t.type){case"alias":return this.getBodyRequestArgsForTypeReference({typeReference:t.typeReference,value:r});case"enum":case"discriminatedUnion":case"undiscriminatedUnion":return[{name:p,value:this.context.dynamicTypeLiteralMapper.convert({typeReference:e,value:r})}];case"object":return this.context.associateByWireValue({parameters:t.properties,values:(a=this.context.getRecord(r))!=null?a:{}}).map(i=>({name:this.context.getPropertyName(i.name.name),value:this.context.dynamicTypeLiteralMapper.convert(i)}));default:u(t)}}getBodyRequestArgsForBytes({body:e,value:t}){let r=this.getBytesBodyRequestTypeInstantiation({value:t});return n.TypeInstantiation.isNop(r)?[]:[{name:this.context.getPropertyName(e.bodyKey),value:r}]}getBytesBodyRequestTypeInstantiation({value:e}){return typeof e!="string"?(this.context.errors.add({severity:c.Critical,message:`Expected bytes value to be a string, got ${typeof e}`}),n.TypeInstantiation.nop()):n.TypeInstantiation.bytes(e)}getMethodArgsForInlinedRequest({request:e,snippet:t}){let r=[],a=this.context.shouldInlinePathParameters();this.context.errors.scope(o.PathParameters);let s=[];e.pathParameters!=null&&s.push(...this.getPathParameters({namedParameters:e.pathParameters,snippet:t})),this.context.errors.unscope(),this.context.errors.scope(o.RequestBody);let i=this.getFilePropertyInfo({request:e,snippet:t});return this.context.errors.unscope(),this.context.includePathParametersInWrappedRequest({request:e,inlinePathParameters:a})||r.push(...s),this.context.needsRequestParameter({request:e,inlinePathParameters:a,inlineFileProperties:!0})&&r.push(...this.getInlinedRequestArgs({request:e,snippet:t,pathParameterFields:this.context.includePathParametersInWrappedRequest({request:e,inlinePathParameters:a})?s:[],filePropertyInfo:i})),r}getFilePropertyInfo({request:e,snippet:t}){return e.body==null||!this.context.isFileUploadRequestBody(e.body)?{fileFields:[],bodyPropertyFields:[]}:this.context.filePropertyMapper.getFilePropertyInfo({body:e.body,value:t.requestBody})}getInlinedRequestArgs({request:e,snippet:t,pathParameterFields:r,filePropertyInfo:a}){var y,m,h,l;this.context.errors.scope(o.QueryParameters);let i=this.context.associateQueryParametersByWireValue({parameters:(y=e.queryParameters)!=null?y:[],values:(m=t.queryParameters)!=null?m:{}}).map(d=>({name:this.context.getPropertyName(d.name.name),value:this.context.dynamicTypeLiteralMapper.convert(d)}));this.context.errors.unscope(),this.context.errors.scope(o.Headers);let P=this.context.associateByWireValue({parameters:(h=e.headers)!=null?h:[],values:(l=t.headers)!=null?l:{}}).map(d=>({name:this.context.getPropertyName(d.name.name),value:this.context.dynamicTypeLiteralMapper.convert(d)}));this.context.errors.unscope(),this.context.errors.scope(o.RequestBody);let R=e.body!=null?this.getInlinedRequestBodyObjectFields({body:e.body,value:t.requestBody,filePropertyInfo:a}):[];return this.context.errors.unscope(),[...r,...i,...P,...R]}getInlinedRequestBodyObjectFields({body:e,value:t,filePropertyInfo:r}){switch(e.type){case"properties":return this.getInlinedRequestBodyPropertyObjectFields({parameters:e.value,value:t});case"referenced":return this.getReferencedRequestBodyPropertyTypeInstantiation({body:e,value:t});case"fileUpload":return this.getFileUploadRequestBodyObjectFields({filePropertyInfo:r});default:u(e)}}getFileUploadRequestBodyObjectFields({filePropertyInfo:e}){return[...e.fileFields,...e.bodyPropertyFields]}getReferencedRequestBodyPropertyTypeInstantiation({body:e,value:t}){let r=e.bodyType;switch(r.type){case"bytes":return this.getBodyRequestArgsForBytes({body:e,value:t});case"typeReference":return this.getBodyRequestArgsForTypeReference({typeReference:r.value,value:t});default:u(r)}}getInlinedRequestBodyPropertyObjectFields({parameters:e,value:t}){var s;let r=[],a=this.context.associateByWireValue({parameters:e,values:(s=this.context.getRecord(t))!=null?s:{}});for(let i of a)r.push({name:this.context.getPropertyName(i.name.name),value:this.context.dynamicTypeLiteralMapper.convert(i)});return r}getPathParameters({namedParameters:e,snippet:t}){var s;let r=[],a=this.context.associateByWireValue({parameters:e,values:(s=t.pathParameters)!=null?s:{},ignoreMissingParameters:!0});for(let i of a)r.push({name:this.context.getPropertyName(i.name.name),value:this.context.dynamicTypeLiteralMapper.convert(i)});return r}getMethod({endpoint:e}){return e.declaration.fernFilepath.allParts.length>0?`${e.declaration.fernFilepath.allParts.map(t=>this.context.getMethodName(t)).join(".")}.${this.context.getMethodName(e.declaration.name)}`:this.context.getMethodName(e.declaration.name)}getEnvironmentOptionName({environment:e}){return e!=null?"environment":"base_url"}};export{F as a};
2
- //# sourceMappingURL=chunk-VDFQDR2Q.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/EndpointSnippetGenerator.ts"],"sourcesContent":["import { Scope, Severity } from \"@fern-api/browser-compatible-base-generator\";\nimport { assertNever } from \"@fern-api/core-utils\";\nimport { FernIr } from \"@fern-api/dynamic-ir-sdk\";\nimport { python } from \"@fern-api/python-ast\";\n\nimport { DynamicSnippetsGeneratorContext } from \"./context/DynamicSnippetsGeneratorContext\";\nimport { FilePropertyInfo } from \"./context/FilePropertyMapper\";\n\nconst STRING_TYPE_REFERENCE: FernIr.dynamic.TypeReference = {\n type: \"primitive\",\n value: \"STRING\"\n};\nconst SNIPPET_MODULE_PATH = [\"example\"];\nconst CLIENT_VAR_NAME = \"client\";\nconst REQUEST_BODY_ARG_NAME = \"request\";\n\nexport class EndpointSnippetGenerator {\n private context: DynamicSnippetsGeneratorContext;\n\n constructor({ context }: { context: DynamicSnippetsGeneratorContext }) {\n this.context = context;\n }\n\n public async generateSnippet({\n endpoint,\n request\n }: {\n endpoint: FernIr.dynamic.Endpoint;\n request: FernIr.dynamic.EndpointSnippetRequest;\n }): Promise<string> {\n const file = this.buildPythonFile({ endpoint, snippet: request });\n return file.toString();\n }\n\n public generateSnippetSync({\n endpoint,\n request\n }: {\n endpoint: FernIr.dynamic.Endpoint;\n request: FernIr.dynamic.EndpointSnippetRequest;\n }): string {\n const file = this.buildPythonFile({ endpoint, snippet: request });\n return file.toString();\n }\n\n private buildPythonFile({\n endpoint,\n snippet\n }: {\n endpoint: FernIr.dynamic.Endpoint;\n snippet: FernIr.dynamic.EndpointSnippetRequest;\n }): python.PythonFile {\n return python.file({\n path: SNIPPET_MODULE_PATH,\n statements: [this.constructClient({ endpoint, snippet }), this.callMethod({ endpoint, snippet })]\n });\n }\n\n private constructClient({\n endpoint,\n snippet\n }: {\n endpoint: FernIr.dynamic.Endpoint;\n snippet: FernIr.dynamic.EndpointSnippetRequest;\n }): python.AstNode {\n return python.assign({\n lhs: python.reference({ name: CLIENT_VAR_NAME }),\n rhs: python.instantiateClass({\n classReference: this.context.getRootClientClassReference(),\n arguments_: this.getConstructorArgs({ endpoint, snippet }).map((arg) =>\n python.methodArgument({\n name: arg.name,\n value: arg.value\n })\n ),\n multiline: true\n })\n });\n }\n\n private getConstructorArgs({\n endpoint,\n snippet\n }: {\n endpoint: FernIr.dynamic.Endpoint;\n snippet: FernIr.dynamic.EndpointSnippetRequest;\n }): python.NamedValue[] {\n const fields: python.NamedValue[] = [];\n const environmentArgs = this.getConstructorEnvironmentArgs({\n baseUrl: snippet.baseURL,\n environment: snippet.environment\n });\n if (environmentArgs.length > 0) {\n fields.push(...environmentArgs);\n }\n if (endpoint.auth != null) {\n if (snippet.auth != null) {\n fields.push(...this.getConstructorAuthArgs({ auth: endpoint.auth, values: snippet.auth }));\n } else {\n this.context.errors.add({\n severity: Severity.Warning,\n message: `Auth with ${endpoint.auth.type} configuration is required for this endpoint`\n });\n }\n }\n\n this.context.errors.scope(Scope.PathParameters);\n if (this.context.ir.pathParameters != null) {\n fields.push(...this.getPathParameters({ namedParameters: this.context.ir.pathParameters, snippet }));\n }\n this.context.errors.unscope();\n\n this.context.errors.scope(Scope.Headers);\n if (this.context.ir.headers != null && snippet.headers != null) {\n fields.push(\n ...this.getConstructorHeaderArgs({ headers: this.context.ir.headers, values: snippet.headers })\n );\n }\n this.context.errors.unscope();\n return fields;\n }\n\n private getConstructorEnvironmentArgs({\n baseUrl,\n environment\n }: {\n baseUrl: string | undefined;\n environment: FernIr.dynamic.EnvironmentValues | undefined;\n }): python.NamedValue[] {\n const environmentValue = this.getEnvironmentValue({ baseUrl, environment });\n if (environmentValue == null) {\n return [];\n }\n\n if (environment != null && this.context.isMultiEnvironmentValues(environment)) {\n return [\n {\n name: \"environment\",\n value: environmentValue\n }\n ];\n }\n\n return [\n {\n name: this.getEnvironmentOptionName({ environment }),\n value: environmentValue\n }\n ];\n }\n\n private getEnvironmentValue({\n baseUrl,\n environment\n }: {\n baseUrl: string | undefined;\n environment: FernIr.dynamic.EnvironmentValues | undefined;\n }): python.TypeInstantiation | undefined {\n if (baseUrl != null && environment != null) {\n this.context.errors.add({\n severity: Severity.Critical,\n message: \"Cannot specify both baseUrl and environment options\"\n });\n return undefined;\n }\n if (baseUrl != null) {\n return python.TypeInstantiation.str(baseUrl);\n }\n if (environment != null) {\n if (this.context.isSingleEnvironmentID(environment)) {\n const environmentTypeReference = this.context.getEnvironmentTypeReferenceFromID(environment);\n if (environmentTypeReference == null) {\n this.context.errors.add({\n severity: Severity.Warning,\n message: `Environment ${JSON.stringify(environment)} was not found`\n });\n return undefined;\n }\n return python.TypeInstantiation.reference(environmentTypeReference);\n }\n if (this.context.isMultiEnvironmentValues(environment)) {\n if (!this.context.validateMultiEnvironmentUrlValues(environment)) {\n return undefined;\n }\n return python.TypeInstantiation.reference(\n python.instantiateClass({\n classReference: this.context.getEnvironmentClassReference(),\n arguments_: Object.entries(environment)\n .map(([key, value]) => ({\n name: key,\n value: this.context.dynamicTypeLiteralMapper.convert({\n typeReference: STRING_TYPE_REFERENCE,\n value\n })\n }))\n .map((arg) =>\n python.methodArgument({\n name: arg.name,\n value: arg.value\n })\n ),\n multiline: true\n })\n );\n }\n }\n return undefined;\n }\n\n private getConstructorAuthArgs({\n auth,\n values\n }: {\n auth: FernIr.dynamic.Auth;\n values: FernIr.dynamic.AuthValues;\n }): python.NamedValue[] {\n switch (auth.type) {\n case \"basic\":\n if (values.type !== \"basic\") {\n this.addAuthMismatchError(auth, values);\n return [];\n }\n return this.getConstructorBasicAuthArg({ auth, values });\n case \"bearer\":\n if (values.type !== \"bearer\") {\n this.addAuthMismatchError(auth, values);\n return [];\n }\n return this.getConstructorBearerAuthArgs({ auth, values });\n case \"header\":\n if (values.type !== \"header\") {\n this.addAuthMismatchError(auth, values);\n return [];\n }\n return this.getConstructorHeaderAuthArgs({ auth, values });\n case \"oauth\":\n if (values.type !== \"oauth\") {\n this.addAuthMismatchError(auth, values);\n return [];\n }\n return this.getConstructorOAuthArgs({ auth, values });\n case \"inferred\":\n if (values.type !== \"inferred\") {\n this.addAuthMismatchError(auth, values);\n return [];\n }\n this.addWarning(\"The Python SDK Generator does not support Inferred auth scheme yet\");\n return [];\n default:\n assertNever(auth);\n }\n }\n\n private addAuthMismatchError(auth: FernIr.dynamic.Auth, values: FernIr.dynamic.AuthValues): void {\n this.context.errors.add({\n severity: Severity.Critical,\n message: this.context.newAuthMismatchError({ auth, values }).message\n });\n }\n\n private addWarning(message: string): void {\n this.context.errors.add({ severity: Severity.Warning, message });\n }\n\n private getConstructorBasicAuthArg({\n auth,\n values\n }: {\n auth: FernIr.dynamic.BasicAuth;\n values: FernIr.dynamic.BasicAuthValues;\n }): python.NamedValue[] {\n return [\n {\n name: this.context.getPropertyName(auth.username),\n value: python.TypeInstantiation.str(values.username)\n },\n {\n name: this.context.getPropertyName(auth.password),\n value: python.TypeInstantiation.str(values.password)\n }\n ];\n }\n\n private getConstructorBearerAuthArgs({\n auth,\n values\n }: {\n auth: FernIr.dynamic.BearerAuth;\n values: FernIr.dynamic.BearerAuthValues;\n }): python.NamedValue[] {\n return [\n {\n name: this.context.getPropertyName(auth.token),\n value: python.TypeInstantiation.str(values.token)\n }\n ];\n }\n\n private getConstructorHeaderAuthArgs({\n auth,\n values\n }: {\n auth: FernIr.dynamic.HeaderAuth;\n values: FernIr.dynamic.HeaderAuthValues;\n }): python.NamedValue[] {\n return [\n {\n name: this.context.getPropertyName(auth.header.name.name),\n value: this.context.dynamicTypeLiteralMapper.convert({\n typeReference: auth.header.typeReference,\n value: values.value\n })\n }\n ];\n }\n\n private getConstructorOAuthArgs({\n auth,\n values\n }: {\n auth: FernIr.dynamic.OAuth;\n values: FernIr.dynamic.OAuthValues;\n }): python.NamedValue[] {\n return [\n {\n name: this.context.getPropertyName(auth.clientId),\n value: python.TypeInstantiation.str(values.clientId)\n },\n {\n name: this.context.getPropertyName(auth.clientSecret),\n value: python.TypeInstantiation.str(values.clientSecret)\n }\n ];\n }\n\n private getConstructorHeaderArgs({\n headers,\n values\n }: {\n headers: FernIr.dynamic.NamedParameter[];\n values: FernIr.dynamic.Values;\n }): python.NamedValue[] {\n const fields: python.NamedValue[] = [];\n for (const header of headers) {\n const field = this.getConstructorHeaderArg({ header, value: values.value });\n if (field != null) {\n fields.push(field);\n }\n }\n return fields;\n }\n\n private getConstructorHeaderArg({\n header,\n value\n }: {\n header: FernIr.dynamic.NamedParameter;\n value: unknown;\n }): python.NamedValue | undefined {\n const typeLiteral = this.context.dynamicTypeLiteralMapper.convert({\n typeReference: header.typeReference,\n value\n });\n if (python.TypeInstantiation.isNop(typeLiteral)) {\n // Literal header values (e.g. \"X-API-Version\") should not be included in the\n // client constructor.\n return undefined;\n }\n return {\n name: this.context.getPropertyName(header.name.name),\n value: typeLiteral\n };\n }\n\n private callMethod({\n endpoint,\n snippet\n }: {\n endpoint: FernIr.dynamic.Endpoint;\n snippet: FernIr.dynamic.EndpointSnippetRequest;\n }): python.AstNode {\n return python.invokeMethod({\n on: python.reference({ name: CLIENT_VAR_NAME }),\n method: this.getMethod({ endpoint }),\n arguments_: this.getMethodArgs({ endpoint, snippet }).map((arg) =>\n python.methodArgument({\n name: arg.name,\n value: arg.value\n })\n ),\n multiline: true\n });\n }\n\n private getMethodArgs({\n endpoint,\n snippet\n }: {\n endpoint: FernIr.dynamic.Endpoint;\n snippet: FernIr.dynamic.EndpointSnippetRequest;\n }): python.NamedValue[] {\n switch (endpoint.request.type) {\n case \"inlined\":\n return this.getMethodArgsForInlinedRequest({ request: endpoint.request, snippet });\n case \"body\":\n return this.getMethodArgsForBodyRequest({ request: endpoint.request, snippet });\n default:\n assertNever(endpoint.request);\n }\n }\n\n private getMethodArgsForBodyRequest({\n request,\n snippet\n }: {\n request: FernIr.dynamic.BodyRequest;\n snippet: FernIr.dynamic.EndpointSnippetRequest;\n }): python.NamedValue[] {\n const args: python.NamedValue[] = [];\n\n this.context.errors.scope(Scope.PathParameters);\n const pathParameters = [...(this.context.ir.pathParameters ?? []), ...(request.pathParameters ?? [])];\n if (pathParameters.length > 0) {\n args.push(...this.getPathParameters({ namedParameters: pathParameters, snippet }));\n }\n this.context.errors.unscope();\n\n this.context.errors.scope(Scope.RequestBody);\n if (request.body != null) {\n args.push(...this.getBodyRequestArgs({ body: request.body, value: snippet.requestBody }));\n }\n this.context.errors.unscope();\n\n return args;\n }\n\n private getBodyRequestArgs({\n body,\n value\n }: {\n body: FernIr.dynamic.ReferencedRequestBodyType;\n value: unknown;\n }): python.NamedValue[] {\n switch (body.type) {\n case \"bytes\":\n return [\n {\n name: REQUEST_BODY_ARG_NAME,\n value: this.getBytesBodyRequestTypeInstantiation({ value })\n }\n ];\n case \"typeReference\":\n return this.getBodyRequestArgsForTypeReference({ typeReference: body.value, value });\n default:\n assertNever(body);\n }\n }\n\n private getBodyRequestArgsForTypeReference({\n typeReference,\n value\n }: {\n typeReference: FernIr.dynamic.TypeReference;\n value: unknown;\n }): python.NamedValue[] {\n switch (typeReference.type) {\n case \"named\": {\n const named = this.context.resolveNamedType({ typeId: typeReference.value });\n if (named == null) {\n return [];\n }\n return this.getBodyRequestArgsForNamedTypeReference({ typeReference, named, value });\n }\n case \"nullable\":\n case \"optional\":\n return this.getBodyRequestArgsForTypeReference({ typeReference: typeReference.value, value });\n case \"list\":\n case \"map\":\n case \"set\":\n case \"literal\":\n case \"primitive\":\n case \"unknown\":\n return [\n {\n name: REQUEST_BODY_ARG_NAME,\n value: this.context.dynamicTypeLiteralMapper.convert({ typeReference, value })\n }\n ];\n default:\n assertNever(typeReference);\n }\n }\n\n private getBodyRequestArgsForNamedTypeReference({\n typeReference,\n named,\n value\n }: {\n typeReference: FernIr.dynamic.TypeReference;\n named: FernIr.dynamic.NamedType;\n value: unknown;\n }): python.NamedValue[] {\n switch (named.type) {\n case \"alias\":\n return this.getBodyRequestArgsForTypeReference({ typeReference: named.typeReference, value });\n case \"enum\":\n case \"discriminatedUnion\":\n case \"undiscriminatedUnion\":\n return [\n {\n name: REQUEST_BODY_ARG_NAME,\n value: this.context.dynamicTypeLiteralMapper.convert({ typeReference, value })\n }\n ];\n case \"object\": {\n const bodyProperties = this.context.associateByWireValue({\n parameters: named.properties,\n values: this.context.getRecord(value) ?? {}\n });\n return bodyProperties.map((property) => ({\n name: this.context.getPropertyName(property.name.name),\n value: this.context.dynamicTypeLiteralMapper.convert(property)\n }));\n }\n default:\n assertNever(named);\n }\n }\n\n private getBodyRequestArgsForBytes({\n body,\n value\n }: {\n body: FernIr.dynamic.ReferencedRequestBody;\n value: unknown;\n }): python.NamedValue[] {\n const typeInstantiation = this.getBytesBodyRequestTypeInstantiation({ value });\n if (python.TypeInstantiation.isNop(typeInstantiation)) {\n return [];\n }\n return [\n {\n name: this.context.getPropertyName(body.bodyKey),\n value: typeInstantiation\n }\n ];\n }\n\n private getBytesBodyRequestTypeInstantiation({ value }: { value: unknown }): python.TypeInstantiation {\n if (typeof value !== \"string\") {\n this.context.errors.add({\n severity: Severity.Critical,\n message: `Expected bytes value to be a string, got ${typeof value}`\n });\n return python.TypeInstantiation.nop();\n }\n return python.TypeInstantiation.bytes(value);\n }\n\n private getMethodArgsForInlinedRequest({\n request,\n snippet\n }: {\n request: FernIr.dynamic.InlinedRequest;\n snippet: FernIr.dynamic.EndpointSnippetRequest;\n }): python.NamedValue[] {\n const args: python.NamedValue[] = [];\n\n const inlinePathParameters = this.context.shouldInlinePathParameters();\n\n this.context.errors.scope(Scope.PathParameters);\n const pathParameterFields: python.NamedValue[] = [];\n if (request.pathParameters != null) {\n pathParameterFields.push(...this.getPathParameters({ namedParameters: request.pathParameters, snippet }));\n }\n this.context.errors.unscope();\n\n this.context.errors.scope(Scope.RequestBody);\n const filePropertyInfo = this.getFilePropertyInfo({ request, snippet });\n this.context.errors.unscope();\n\n if (\n !this.context.includePathParametersInWrappedRequest({\n request,\n inlinePathParameters\n })\n ) {\n args.push(...pathParameterFields);\n }\n\n if (\n this.context.needsRequestParameter({\n request,\n inlinePathParameters,\n inlineFileProperties: true\n })\n ) {\n args.push(\n ...this.getInlinedRequestArgs({\n request,\n snippet,\n pathParameterFields: this.context.includePathParametersInWrappedRequest({\n request,\n inlinePathParameters\n })\n ? pathParameterFields\n : [],\n filePropertyInfo\n })\n );\n }\n return args;\n }\n\n private getFilePropertyInfo({\n request,\n snippet\n }: {\n request: FernIr.dynamic.InlinedRequest;\n snippet: FernIr.dynamic.EndpointSnippetRequest;\n }): FilePropertyInfo {\n if (request.body == null || !this.context.isFileUploadRequestBody(request.body)) {\n return {\n fileFields: [],\n bodyPropertyFields: []\n };\n }\n return this.context.filePropertyMapper.getFilePropertyInfo({\n body: request.body,\n value: snippet.requestBody\n });\n }\n\n private getInlinedRequestArgs({\n request,\n snippet,\n pathParameterFields,\n filePropertyInfo\n }: {\n request: FernIr.dynamic.InlinedRequest;\n snippet: FernIr.dynamic.EndpointSnippetRequest;\n pathParameterFields: python.NamedValue[];\n filePropertyInfo: FilePropertyInfo;\n }): python.NamedValue[] {\n this.context.errors.scope(Scope.QueryParameters);\n const queryParameters = this.context.associateQueryParametersByWireValue({\n parameters: request.queryParameters ?? [],\n values: snippet.queryParameters ?? {}\n });\n const queryParameterFields = queryParameters.map((queryParameter) => ({\n name: this.context.getPropertyName(queryParameter.name.name),\n value: this.context.dynamicTypeLiteralMapper.convert(queryParameter)\n }));\n this.context.errors.unscope();\n\n this.context.errors.scope(Scope.Headers);\n const headers = this.context.associateByWireValue({\n parameters: request.headers ?? [],\n values: snippet.headers ?? {}\n });\n const headerFields = headers.map((header) => ({\n name: this.context.getPropertyName(header.name.name),\n value: this.context.dynamicTypeLiteralMapper.convert(header)\n }));\n this.context.errors.unscope();\n\n this.context.errors.scope(Scope.RequestBody);\n const requestBodyFields =\n request.body != null\n ? this.getInlinedRequestBodyObjectFields({\n body: request.body,\n value: snippet.requestBody,\n filePropertyInfo\n })\n : [];\n this.context.errors.unscope();\n\n return [...pathParameterFields, ...queryParameterFields, ...headerFields, ...requestBodyFields];\n }\n\n private getInlinedRequestBodyObjectFields({\n body,\n value,\n filePropertyInfo\n }: {\n body: FernIr.dynamic.InlinedRequestBody;\n value: unknown;\n filePropertyInfo: FilePropertyInfo;\n }): python.NamedValue[] {\n switch (body.type) {\n case \"properties\":\n return this.getInlinedRequestBodyPropertyObjectFields({ parameters: body.value, value });\n case \"referenced\":\n return this.getReferencedRequestBodyPropertyTypeInstantiation({ body, value });\n case \"fileUpload\":\n return this.getFileUploadRequestBodyObjectFields({ filePropertyInfo });\n default:\n assertNever(body);\n }\n }\n\n private getFileUploadRequestBodyObjectFields({\n filePropertyInfo\n }: {\n filePropertyInfo: FilePropertyInfo;\n }): python.NamedValue[] {\n return [...filePropertyInfo.fileFields, ...filePropertyInfo.bodyPropertyFields];\n }\n\n private getReferencedRequestBodyPropertyTypeInstantiation({\n body,\n value\n }: {\n body: FernIr.dynamic.ReferencedRequestBody;\n value: unknown;\n }): python.NamedValue[] {\n const bodyType = body.bodyType;\n switch (bodyType.type) {\n case \"bytes\":\n return this.getBodyRequestArgsForBytes({ body, value });\n case \"typeReference\":\n return this.getBodyRequestArgsForTypeReference({ typeReference: bodyType.value, value });\n default:\n assertNever(bodyType);\n }\n }\n\n private getInlinedRequestBodyPropertyObjectFields({\n parameters,\n value\n }: {\n parameters: FernIr.dynamic.NamedParameter[];\n value: unknown;\n }): python.NamedValue[] {\n const fields: python.NamedValue[] = [];\n\n const bodyProperties = this.context.associateByWireValue({\n parameters,\n values: this.context.getRecord(value) ?? {}\n });\n for (const parameter of bodyProperties) {\n fields.push({\n name: this.context.getPropertyName(parameter.name.name),\n value: this.context.dynamicTypeLiteralMapper.convert(parameter)\n });\n }\n\n return fields;\n }\n\n private getPathParameters({\n namedParameters,\n snippet\n }: {\n namedParameters: FernIr.dynamic.NamedParameter[];\n snippet: FernIr.dynamic.EndpointSnippetRequest;\n }): python.NamedValue[] {\n const args: python.NamedValue[] = [];\n\n const pathParameters = this.context.associateByWireValue({\n parameters: namedParameters,\n values: snippet.pathParameters ?? {},\n\n // Path parameters are distributed across the client constructor\n // and the request method, so we ignore missing parameters here.\n ignoreMissingParameters: true\n });\n for (const parameter of pathParameters) {\n args.push({\n name: this.context.getPropertyName(parameter.name.name),\n value: this.context.dynamicTypeLiteralMapper.convert(parameter)\n });\n }\n\n return args;\n }\n\n private getMethod({ endpoint }: { endpoint: FernIr.dynamic.Endpoint }): string {\n if (endpoint.declaration.fernFilepath.allParts.length > 0) {\n return `${endpoint.declaration.fernFilepath.allParts\n .map((val) => this.context.getMethodName(val))\n .join(\".\")}.${this.context.getMethodName(endpoint.declaration.name)}`;\n }\n return this.context.getMethodName(endpoint.declaration.name);\n }\n\n private getEnvironmentOptionName({\n environment\n }: {\n environment: FernIr.dynamic.EnvironmentValues | undefined;\n }): string {\n if (environment != null) {\n return \"environment\";\n }\n return \"base_url\";\n }\n}\n"],"mappings":"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","names":["init_process","init_buffer","STRING_TYPE_REFERENCE","SNIPPET_MODULE_PATH","CLIENT_VAR_NAME","REQUEST_BODY_ARG_NAME","EndpointSnippetGenerator","context","__publicField","endpoint","request","snippet","python_exports","arg","fields","environmentArgs","Severity","Scope","baseUrl","environment","environmentValue","environmentTypeReference","key","value","auth","values","assertNever","message","headers","header","field","typeLiteral","_a","_b","args","pathParameters","body","typeReference","named","property","typeInstantiation","inlinePathParameters","pathParameterFields","filePropertyInfo","_c","_d","queryParameterFields","queryParameter","headerFields","requestBodyFields","bodyType","parameters","bodyProperties","parameter","namedParameters","val"]}