@kittycad/lib 3.2.13 → 3.2.15
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.
- package/dist/cjs/index.cjs +1 -1
- package/dist/mjs/index.js +1 -1
- package/dist/types/__tests__/gen/users-create_user_project.test.d.ts +2 -0
- package/dist/types/__tests__/gen/users-create_user_project.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/users-get_user_project.test.d.ts +2 -0
- package/dist/types/__tests__/gen/users-get_user_project.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/users-list_project_categories.test.d.ts +2 -0
- package/dist/types/__tests__/gen/users-list_project_categories.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/users-list_user_projects.test.d.ts +2 -0
- package/dist/types/__tests__/gen/users-list_user_projects.test.d.ts.map +1 -0
- package/dist/types/__tests__/gen/users-update_user_project.test.d.ts +2 -0
- package/dist/types/__tests__/gen/users-update_user_project.test.d.ts.map +1 -0
- package/dist/types/src/api/users/create_user_project.d.ts +23 -0
- package/dist/types/src/api/users/create_user_project.d.ts.map +1 -0
- package/dist/types/src/api/users/get_user_project.d.ts +22 -0
- package/dist/types/src/api/users/get_user_project.d.ts.map +1 -0
- package/dist/types/src/api/users/list_project_categories.d.ts +20 -0
- package/dist/types/src/api/users/list_project_categories.d.ts.map +1 -0
- package/dist/types/src/api/users/list_user_projects.d.ts +20 -0
- package/dist/types/src/api/users/list_user_projects.d.ts.map +1 -0
- package/dist/types/src/api/users/update_user_project.d.ts +25 -0
- package/dist/types/src/api/users/update_user_project.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +11 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/models.d.ts +148 -0
- package/dist/types/src/models.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/mjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{BSON as t}from"bson";try{if("undefined"==typeof fetch&&"undefined"!=typeof process&&process.versions?.node){new Function("m","return import(m)")("cross-fetch/polyfill").catch((()=>{}))}}catch{}class e{constructor(t){const e="undefined"!=typeof process?process.env:void 0,a=e?.KITTYCAD_TOKEN||e?.KITTYCAD_API_TOKEN||e?.ZOO_AI_TOKEN,o=e?.ZOO_HOST;"string"==typeof t?this.token=t:t&&"object"==typeof t&&(this.token=t.token,this.baseUrl=t.baseUrl,this.fetch=t.fetch),this.token??=a,this.baseUrl??=o}}function a(t){const e=new URLSearchParams;for(const[a,o]of Object.entries(t))if(void 0!==o)if(Array.isArray(o))for(const t of o)e.append(a,String(t));else e.append(a,String(o));const a=e.toString();return a?`?${a}`:""}function o(t){const e=new URLSearchParams;for(const[a,o]of Object.entries(t||{}))if(void 0!==o)if(Array.isArray(o))for(const t of o)e.append(a,String(t));else e.append(a,String(o));return e}try{if("undefined"!=typeof process&&process.versions?.node&&"win32"===process.platform){new Function("m","return import(m)")("win-ca")}}catch{}class n extends Error{constructor(t,e,a){super(a||e?.message||`HTTP ${t}`),this.name="ApiError",this.status=t,this.error_code=e?.error_code,this.request_id=e?.request_id,this.body=e}}async function i(t){if(t.ok)return;let e;try{e=await t.json()}catch{try{const a=await t.text();e=a?{message:a}:void 0}catch{e=void 0}}throw new n(t.status,e)}class r{started=!1;constructor(t,e,a="page_token"){this.fetchPage=t,this.baseParams={...e},this.tokenField=a}hasNext(){return!this.started||!!this.nextToken}reset(){this.started=!1,this.nextToken=void 0}async next(){if(this.started&&!this.nextToken)return[];const t={...this.baseParams};this.started&&this.nextToken&&(t[this.tokenField]=this.nextToken);const e=await this.fetchPage(t);return this.started=!0,this.nextToken=e?.next_page??null,e?.items??[]}}function s(t,e,a="page_token"){return new r(t,e,a)}async function c({client:t,limit:e,page_token:o,sort_by:n}){const r="/api-calls"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function h({client:t,id:e,limit:o,page_token:n,sort_by:r}){const s=`/users/${e}/api-calls`+a({limit:o,page_token:n,sort_by:r}),c=(t?.baseUrl||"https://api.zoo.dev")+s,h=t&&t.token||"",u={};h&&(u.Authorization=`Bearer ${h}`);const d={method:"GET",headers:u},p=t?.fetch||fetch,f=await p(c,d);await i(f);return await f.json()}async function u({client:t,limit:e,page_token:o,sort_by:n,status:r}){const s="/async/operations"+a({limit:e,page_token:o,sort_by:n,status:r}),c=(t?.baseUrl||"https://api.zoo.dev")+s,h=t&&t.token||"",u={};h&&(u.Authorization=`Bearer ${h}`);const d={method:"GET",headers:u},p=t?.fetch||fetch,f=await p(c,d);await i(f);return await f.json()}async function d({client:t,limit:e,page_token:o,sort_by:n}){const r="/org/api-calls"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function p({client:t,limit:e,page_token:o,sort_by:n}){const r="/user/api-calls"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function f({client:t,limit:e,page_token:o,sort_by:n}){const r="/user/api-tokens"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}function _(t){return!!t&&"object"==typeof t&&"buffer"in t&&t.buffer instanceof ArrayBuffer&&"number"==typeof t.byteOffset&&"number"==typeof t.byteLength}class l{constructor(t){this.functionNameParams=t}async connect(){const t="/ws/executor/term"+a({}),e=((this.functionNameParams?.client?.baseUrl||"https://api.zoo.dev")+t).replace(/^http/,"ws"),o=new WebSocket(e);await new Promise(((t,e)=>{const a=()=>{i(),t()},n=t=>{i(),e(new Error("WebSocket error"))},i=()=>{o.removeEventListener("open",a),o.removeEventListener("error",n)};o.addEventListener("open",a),o.addEventListener("error",n)}));const n=this.functionNameParams?.client&&this.functionNameParams.client?.token||"";if(n)try{const t={type:"headers",headers:{Authorization:`Bearer ${n}`}};o.send(JSON.stringify(t))}catch{}return this.ws=o,this}send(t){this.ws.send(JSON.stringify(t))}sendBinary(e){try{const a=t.serialize(e);this.ws.send(a)}catch{this.ws.send(JSON.stringify(e))}}recv(t=6e4){return new Promise(((e,a)=>{const o=setTimeout((()=>{r(),a(new Error("timeout"))}),t),n=t=>{r(),a(new Error("WebSocket error"))},i=t=>{r();try{const a=this.parseMessage(t);e(a)}catch(t){a(t)}},r=()=>{clearTimeout(o),this.ws.removeEventListener("message",i),this.ws.removeEventListener("error",n)};this.ws.addEventListener("message",i),this.ws.addEventListener("error",n)}))}close(){this.ws.close()}parseMessage(e){const a=e?.data;if("string"==typeof a)return JSON.parse(a);if("undefined"!=typeof Buffer&&Buffer.isBuffer?.(a)){const e=a;try{return JSON.parse(e.toString("utf8"))}catch{}return t.deserialize(e)}if(a instanceof ArrayBuffer){const e=new Uint8Array(a);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}if(_(a)){const e=new Uint8Array(a.buffer,a.byteOffset,a.byteLength);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}return a}}class w{constructor(t){this.functionNameParams=t}async connect(){const t="/ws/ml/copilot"+a({conversation_id:this.functionNameParams.conversation_id,replay:this.functionNameParams.replay,pr:this.functionNameParams.pr}),e=((this.functionNameParams?.client?.baseUrl||"https://api.zoo.dev")+t).replace(/^http/,"ws"),o=new WebSocket(e);await new Promise(((t,e)=>{const a=()=>{i(),t()},n=t=>{i(),e(new Error("WebSocket error"))},i=()=>{o.removeEventListener("open",a),o.removeEventListener("error",n)};o.addEventListener("open",a),o.addEventListener("error",n)}));const n=this.functionNameParams?.client&&this.functionNameParams.client?.token||"";if(n)try{const t={type:"headers",headers:{Authorization:`Bearer ${n}`}};o.send(JSON.stringify(t))}catch{}return this.ws=o,this}send(t){this.ws.send(JSON.stringify(t))}sendBinary(e){try{const a=t.serialize(e);this.ws.send(a)}catch{this.ws.send(JSON.stringify(e))}}recv(t=6e4){return new Promise(((e,a)=>{const o=setTimeout((()=>{r(),a(new Error("timeout"))}),t),n=t=>{r(),a(new Error("WebSocket error"))},i=t=>{r();try{const a=this.parseMessage(t);e(a)}catch(t){a(t)}},r=()=>{clearTimeout(o),this.ws.removeEventListener("message",i),this.ws.removeEventListener("error",n)};this.ws.addEventListener("message",i),this.ws.addEventListener("error",n)}))}close(){this.ws.close()}parseMessage(e){const a=e?.data;if("string"==typeof a)return JSON.parse(a);if("undefined"!=typeof Buffer&&Buffer.isBuffer?.(a)){const e=a;try{return JSON.parse(e.toString("utf8"))}catch{}return t.deserialize(e)}if(a instanceof ArrayBuffer){const e=new Uint8Array(a);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}if(_(a)){const e=new Uint8Array(a.buffer,a.byteOffset,a.byteLength);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}return a}}class y{constructor(t){this.functionNameParams=t}async connect(){const t=`/ws/ml/reasoning/${this.functionNameParams.id}`+a({}),e=((this.functionNameParams?.client?.baseUrl||"https://api.zoo.dev")+t).replace(/^http/,"ws"),o=new WebSocket(e);await new Promise(((t,e)=>{const a=()=>{i(),t()},n=t=>{i(),e(new Error("WebSocket error"))},i=()=>{o.removeEventListener("open",a),o.removeEventListener("error",n)};o.addEventListener("open",a),o.addEventListener("error",n)}));const n=this.functionNameParams?.client&&this.functionNameParams.client?.token||"";if(n)try{const t={type:"headers",headers:{Authorization:`Bearer ${n}`}};o.send(JSON.stringify(t))}catch{}return this.ws=o,this}send(t){this.ws.send(JSON.stringify(t))}sendBinary(e){try{const a=t.serialize(e);this.ws.send(a)}catch{this.ws.send(JSON.stringify(e))}}recv(t=6e4){return new Promise(((e,a)=>{const o=setTimeout((()=>{r(),a(new Error("timeout"))}),t),n=t=>{r(),a(new Error("WebSocket error"))},i=t=>{r();try{const a=this.parseMessage(t);e(a)}catch(t){a(t)}},r=()=>{clearTimeout(o),this.ws.removeEventListener("message",i),this.ws.removeEventListener("error",n)};this.ws.addEventListener("message",i),this.ws.addEventListener("error",n)}))}close(){this.ws.close()}parseMessage(e){const a=e?.data;if("string"==typeof a)return JSON.parse(a);if("undefined"!=typeof Buffer&&Buffer.isBuffer?.(a)){const e=a;try{return JSON.parse(e.toString("utf8"))}catch{}return t.deserialize(e)}if(a instanceof ArrayBuffer){const e=new Uint8Array(a);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}if(_(a)){const e=new Uint8Array(a.buffer,a.byteOffset,a.byteLength);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}return a}}async function m({client:t,limit:e,page_token:o,sort_by:n}){const r="/ml/conversations"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function b({client:t,limit:e,page_token:o,sort_by:n}){const r="/ml-prompts"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function g({client:t,limit:e,page_token:o,sort_by:n,conversation_id:r,no_models:s,no_parts:c}){const h="/user/text-to-cad"+a({limit:e,page_token:o,sort_by:n,conversation_id:r,no_models:s,no_parts:c}),u=(t?.baseUrl||"https://api.zoo.dev")+h,d=t&&t.token||"",p={};d&&(p.Authorization=`Bearer ${d}`);const f={method:"GET",headers:p},_=t?.fetch||fetch,l=await _(u,f);await i(l);return await l.json()}class v{constructor(t){this.functionNameParams=t}async connect(){const t="/ws/modeling/commands"+a({api_call_id:this.functionNameParams.api_call_id,fps:this.functionNameParams.fps,order_independent_transparency:this.functionNameParams.order_independent_transparency,pool:this.functionNameParams.pool,post_effect:this.functionNameParams.post_effect,replay:this.functionNameParams.replay,show_grid:this.functionNameParams.show_grid,unlocked_framerate:this.functionNameParams.unlocked_framerate,video_res_height:this.functionNameParams.video_res_height,video_res_width:this.functionNameParams.video_res_width,webrtc:this.functionNameParams.webrtc,pr:this.functionNameParams.pr}),e=((this.functionNameParams?.client?.baseUrl||"https://api.zoo.dev")+t).replace(/^http/,"ws"),o=new WebSocket(e);await new Promise(((t,e)=>{const a=()=>{i(),t()},n=t=>{i(),e(new Error("WebSocket error"))},i=()=>{o.removeEventListener("open",a),o.removeEventListener("error",n)};o.addEventListener("open",a),o.addEventListener("error",n)}));const n=this.functionNameParams?.client&&this.functionNameParams.client?.token||"";if(n)try{const t={type:"headers",headers:{Authorization:`Bearer ${n}`}};o.send(JSON.stringify(t))}catch{}return this.ws=o,this}send(t){this.ws.send(JSON.stringify(t))}sendBinary(e){try{const a=t.serialize(e);this.ws.send(a)}catch{this.ws.send(JSON.stringify(e))}}recv(t=6e4){return new Promise(((e,a)=>{const o=setTimeout((()=>{r(),a(new Error("timeout"))}),t),n=t=>{r(),a(new Error("WebSocket error"))},i=t=>{r();try{const a=this.parseMessage(t);e(a)}catch(t){a(t)}},r=()=>{clearTimeout(o),this.ws.removeEventListener("message",i),this.ws.removeEventListener("error",n)};this.ws.addEventListener("message",i),this.ws.addEventListener("error",n)}))}close(){this.ws.close()}parseMessage(e){const a=e?.data;if("string"==typeof a)return JSON.parse(a);if("undefined"!=typeof Buffer&&Buffer.isBuffer?.(a)){const e=a;try{return JSON.parse(e.toString("utf8"))}catch{}return t.deserialize(e)}if(a instanceof ArrayBuffer){const e=new Uint8Array(a);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}if(_(a)){const e=new Uint8Array(a.buffer,a.byteOffset,a.byteLength);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}return a}}async function z({client:t,id:e,limit:o,page_token:n,sort_by:r}){const s=`/orgs/${e}/oauth2/apps`+a({limit:o,page_token:n,sort_by:r}),c=(t?.baseUrl||"https://api.zoo.dev")+s,h=t&&t.token||"",u={};h&&(u.Authorization=`Bearer ${h}`);const d={method:"GET",headers:u},p=t?.fetch||fetch,f=await p(c,d);await i(f);return await f.json()}async function k({client:t,id:e,limit:o,page_token:n,sort_by:r}){const s=`/users/${e}/oauth2/apps`+a({limit:o,page_token:n,sort_by:r}),c=(t?.baseUrl||"https://api.zoo.dev")+s,h=t&&t.token||"",u={};h&&(u.Authorization=`Bearer ${h}`);const d={method:"GET",headers:u},p=t?.fetch||fetch,f=await p(c,d);await i(f);return await f.json()}async function $({client:t,limit:e,page_token:o,sort_by:n}){const r="/org/oauth2/apps"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function T({client:t,limit:e,page_token:o,sort_by:n}){const r="/user/oauth2/apps"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function U({client:t,limit:e,page_token:o,sort_by:n}){const r="/org/shortlinks"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function A({client:t,id:e,filter:o,limit:n,page_token:r,sort_by:s}){const c=`/org/datasets/${e}/conversions`+a({filter:o,limit:n,page_token:r,sort_by:s}),h=(t?.baseUrl||"https://api.zoo.dev")+c,u=t&&t.token||"",d={};u&&(d.Authorization=`Bearer ${u}`);const p={method:"GET",headers:d},f=t?.fetch||fetch,_=await f(h,p);await i(_);return await _.json()}async function B({client:t,limit:e,page_token:o,sort_by:n}){const r="/org/datasets"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function j({client:t,limit:e,page_token:o,sort_by:n,role:r}){const s="/org/members"+a({limit:e,page_token:o,sort_by:n,role:r}),c=(t?.baseUrl||"https://api.zoo.dev")+s,h=t&&t.token||"",u={};h&&(u.Authorization=`Bearer ${h}`);const d={method:"GET",headers:u},p=t?.fetch||fetch,f=await p(c,d);await i(f);return await f.json()}async function E({client:t,limit:e,page_token:o,sort_by:n}){const r="/orgs"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function S({client:t,id:e,limit:o,page_token:n,q:r,sort_by:s}){const c=`/org/datasets/${e}/search/conversions`+a({limit:o,page_token:n,q:r,sort_by:s}),h=(t?.baseUrl||"https://api.zoo.dev")+c,u=t&&t.token||"",d={};u&&(d.Authorization=`Bearer ${u}`);const p={method:"GET",headers:d},f=t?.fetch||fetch,_=await f(h,p);await i(_);return await _.json()}async function O({client:t,limit:e,page_token:o,sort_by:n}){const r="/org/service-accounts"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function P({client:t,limit:e,page_token:o,sort_by:n}){const r="/user/shortlinks"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function N({client:t,limit:e,page_token:o,sort_by:n}){const r="/users"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function G({client:t,limit:e,page_token:o,sort_by:n}){const r="/users-extended"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}const J={get_api_call:async function({client:t,id:e}){const o=`/api-calls/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_api_call_for_org:async function({client:t,id:e}){const o=`/org/api-calls/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_api_call_for_user:async function({client:t,id:e}){const o=`/user/api-calls/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_api_call_metrics:async function({client:t,group_by:e}){const o="/api-call-metrics"+a({group_by:e}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_async_operation:async function({client:t,id:e}){const o=`/async/operations/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},list_api_calls:c,list_api_calls_for_user:h,list_api_calls_for_user_pager:function(t){return s(h,t,"page_token")},list_api_calls_pager:function(t){return s(c,t,"page_token")},list_async_operations:u,list_async_operations_pager:function(t){return s(u,t,"page_token")},org_list_api_calls:d,org_list_api_calls_pager:function(t){return s(d,t,"page_token")},user_list_api_calls:p,user_list_api_calls_pager:function(t){return s(p,t,"page_token")}},C={create_api_token_for_user:async function({client:t,label:e}){const o="/user/api-tokens"+a({label:e}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"POST",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},delete_api_token_for_user:async function({client:t,token:e}){const o=`/user/api-tokens/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},get_api_token_for_user:async function({client:t,token:e}){const o=`/user/api-tokens/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},list_api_tokens_for_user:f,list_api_tokens_for_user_pager:function(t){return s(f,t,"page_token")}},L={apps_github_callback:async function({client:t}={}){const e="/apps/github/callback"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},apps_github_consent:async function({client:t}={}){const e="/apps/github/consent"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},apps_github_webhook:async function({client:t,body:e}){const o="/apps/github/webhook"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/octet-stream";const c={method:"POST",headers:s,body:e},h=t?.fetch||fetch,u=await h(n,c);await i(u)}},x={create_executor_term:t=>new l(t),create_file_execution:async function({client:t,lang:e,output:o,body:n}){const r=`/file/execute/${e}`+a({output:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/octet-stream";const u={method:"POST",headers:h,body:n},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()}},D={create_file_center_of_mass:async function({client:t,output_unit:e,src_format:o,body:n}){const r="/file/center-of-mass"+a({output_unit:e,src_format:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/octet-stream";const u={method:"POST",headers:h,body:n},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},create_file_conversion:async function({client:t,output_format:e,src_format:o,body:n}){const r=`/file/conversion/${o}/${e}`+a({}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/octet-stream";const u={method:"POST",headers:h,body:n},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},create_file_conversion_options:async function({client:t,files:e,body:o}){const n="/file/conversion"+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h=new FormData;e.forEach((t=>{h.append(t.name,t.data,t.name)})),h.append("event",JSON.stringify(o));const u={method:"POST",headers:c,body:h},d=t?.fetch||fetch,p=await d(r,u);return await i(p),await p.json()},create_file_density:async function({client:t,material_mass:e,material_mass_unit:o,output_unit:n,src_format:r,body:s}){const c="/file/density"+a({material_mass:e,material_mass_unit:o,output_unit:n,src_format:r}),h=(t?.baseUrl||"https://api.zoo.dev")+c,u=t&&t.token||"",d={};u&&(d.Authorization=`Bearer ${u}`),d["Content-Type"]="application/octet-stream";const p={method:"POST",headers:d,body:s},f=t?.fetch||fetch,_=await f(h,p);return await i(_),await _.json()},create_file_mass:async function({client:t,material_density:e,material_density_unit:o,output_unit:n,src_format:r,body:s}){const c="/file/mass"+a({material_density:e,material_density_unit:o,output_unit:n,src_format:r}),h=(t?.baseUrl||"https://api.zoo.dev")+c,u=t&&t.token||"",d={};u&&(d.Authorization=`Bearer ${u}`),d["Content-Type"]="application/octet-stream";const p={method:"POST",headers:d,body:s},f=t?.fetch||fetch,_=await f(h,p);return await i(_),await _.json()},create_file_surface_area:async function({client:t,output_unit:e,src_format:o,body:n}){const r="/file/surface-area"+a({output_unit:e,src_format:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/octet-stream";const u={method:"POST",headers:h,body:n},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},create_file_volume:async function({client:t,output_unit:e,src_format:o,body:n}){const r="/file/volume"+a({output_unit:e,src_format:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/octet-stream";const u={method:"POST",headers:h,body:n},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()}},q={community_sso:async function({client:t,sig:e,sso:o}){const n="/community/sso"+a({sig:e,sso:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},create_event:async function({client:t,files:e,body:o}){const n="/events"+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h=new FormData;e.forEach((t=>{h.append(t.name,t.data,t.name)})),h.append("event",JSON.stringify(o));const u={method:"POST",headers:c,body:h},d=t?.fetch||fetch,p=await d(r,u);await i(p)},get_ipinfo:async function({client:t}={}){const e="/_meta/ipinfo"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_pricing_subscriptions:async function({client:t}={}){const e="/pricing/subscriptions"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_schema:async function({client:t}={}){const e="/"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},internal_get_api_token_for_discord_user:async function({client:t,discord_id:e}){const o=`/internal/discord/api-token/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},ping:async function({client:t}={}){const e="/ping"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()}},W={create_custom_model:async function({client:t,body:e}){const o="/ml/custom/models"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_kcl_code_completions:async function({client:t,body:e}){const o="/ml/kcl/completions"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_proprietary_to_kcl:async function({client:t,files:e,code_option:o}){const n="/ml/convert/proprietary-to-kcl"+a({code_option:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h=new FormData;e.forEach((t=>{h.append(t.name,t.data,t.name)}));const u={method:"POST",headers:c,body:h},d=t?.fetch||fetch,p=await d(r,u);return await i(p),await p.json()},create_text_to_cad:async function({client:t,output_format:e,kcl:o,body:n}){const r=`/ai/text-to-cad/${e}`+a({kcl:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/json";const u={method:"POST",headers:h,body:JSON.stringify(n)},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},create_text_to_cad_iteration:async function({client:t,body:e}){const o="/ml/text-to-cad/iteration"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_text_to_cad_multi_file_iteration:async function({client:t,files:e,body:o}){const n="/ml/text-to-cad/multi-file/iteration"+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h=new FormData;e.forEach((t=>{h.append(t.name,t.data,t.name)})),h.append("event",JSON.stringify(o));const u={method:"POST",headers:c,body:h},d=t?.fetch||fetch,p=await d(r,u);return await i(p),await p.json()},create_text_to_cad_part_feedback:async function({client:t,id:e,feedback:o}){const n=`/user/text-to-cad/${e}`+a({feedback:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"POST",headers:c},u=t?.fetch||fetch,d=await u(r,h);await i(d)},get_custom_model:async function({client:t,id:e}){const o=`/ml/custom/models/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_ml_prompt:async function({client:t,id:e}){const o=`/ml-prompts/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_text_to_cad_part_for_user:async function({client:t,id:e}){const o=`/user/text-to-cad/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},list_conversations_for_user:m,list_conversations_for_user_pager:function(t){return s(m,t,"page_token")},list_ml_prompts:b,list_ml_prompts_pager:function(t){return s(b,t,"page_token")},list_org_datasets_for_model:async function({client:t,id:e}){const o=`/ml/custom/models/${e}/datasets`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},list_text_to_cad_parts_for_user:g,list_text_to_cad_parts_for_user_pager:function(t){return s(g,t,"page_token")},ml_copilot_ws:t=>new w(t),ml_reasoning_ws:t=>new y(t),update_custom_model:async function({client:t,id:e,body:o}){const n=`/ml/custom/models/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()}},F={modeling_commands_ws:t=>new v(t)},M={create_org_oauth2_app:async function({client:t,body:e}){const o="/org/oauth2/apps"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_user_oauth2_app:async function({client:t,body:e}){const o="/user/oauth2/apps"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},delete_org_oauth2_app:async function({client:t,client_id:e}){const o=`/org/oauth2/apps/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},delete_user_oauth2_app:async function({client:t,client_id:e}){const o=`/user/oauth2/apps/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},device_access_token:async function({client:t,body:e}){const n="/oauth2/device/token"+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/x-www-form-urlencoded";const h={method:"POST",headers:c,body:o(e)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},device_auth_confirm:async function({client:t,body:e}){const o="/oauth2/device/confirm"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);await i(u)},device_auth_request:async function({client:t,body:e}){const n="/oauth2/device/auth"+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/x-www-form-urlencoded";const h={method:"POST",headers:c,body:o(e)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},device_auth_verify:async function({client:t,app_name:e,user_code:o}){const n="/oauth2/device/verify"+a({app_name:e,user_code:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},get_org_oauth2_app:async function({client:t,client_id:e}){const o=`/org/oauth2/apps/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_user_oauth2_app:async function({client:t,client_id:e}){const o=`/user/oauth2/apps/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},list_oauth2_apps_for_any_org:z,list_oauth2_apps_for_any_org_pager:function(t){return s(z,t,"page_token")},list_oauth2_apps_for_any_user:k,list_oauth2_apps_for_any_user_pager:function(t){return s(k,t,"page_token")},list_org_oauth2_apps:$,list_org_oauth2_apps_pager:function(t){return s($,t,"page_token")},list_user_oauth2_apps:T,list_user_oauth2_apps_pager:function(t){return s(T,t,"page_token")},oauth2_provider_callback:async function({client:t,provider:e,code:o,id_token:n,state:r,user:s}){const c=`/oauth2/provider/${e}/callback`+a({code:o,id_token:n,state:r,user:s}),h=(t?.baseUrl||"https://api.zoo.dev")+c,u=t&&t.token||"",d={};u&&(d.Authorization=`Bearer ${u}`);const p={method:"GET",headers:d},f=t?.fetch||fetch,_=await f(h,p);return await i(_),await _.json()},oauth2_provider_callback_post:async function({client:t,provider:e,body:n}){const r=`/oauth2/provider/${e}/callback`+a({}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/x-www-form-urlencoded";const u={method:"POST",headers:h,body:o(n)},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},oauth2_provider_consent:async function({client:t,provider:e,callback_url:o}){const n=`/oauth2/provider/${e}/consent`+a({callback_url:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},oauth2_token_revoke:async function({client:t,body:e}){const n="/oauth2/token/revoke"+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/x-www-form-urlencoded";const h={method:"POST",headers:c,body:o(e)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},update_org_oauth2_app:async function({client:t,client_id:e,body:o}){const n=`/org/oauth2/apps/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},update_user_oauth2_app:async function({client:t,client_id:e,body:o}){const n=`/user/oauth2/apps/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},verify_oauth_account_linking:async function({client:t,callback_url:e,token:o}){const n="/oauth2/verify-account-linking"+a({callback_url:e,token:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()}},K={create_org:async function({client:t,body:e}){const o="/org"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_org_dataset:async function({client:t,body:e}){const o="/org/datasets"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_org_member:async function({client:t,body:e}){const o="/org/members"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_org_saml_idp:async function({client:t,body:e}){const o="/org/saml/idp"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},delete_org:async function({client:t}={}){const e="/org"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"DELETE",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},delete_org_dataset:async function({client:t,id:e}){const o=`/org/datasets/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},delete_org_member:async function({client:t,user_id:e}){const o=`/org/members/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},delete_org_saml_idp:async function({client:t}={}){const e="/org/saml/idp"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"DELETE",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},download_org_dataset_conversion_original:async function({client:t,conversion_id:e,id:o}){const n=`/org/datasets/${o}/conversions/${e}/original`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},download_org_dataset_successful_kcl_bulk:async function({client:t,id:e}){const o=`/org/datasets/${e}/bulk-download/kcl`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_any_org:async function({client:t,id:e}){const o=`/orgs/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_org:async function({client:t}={}){const e="/org"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_org_dataset:async function({client:t,id:e}){const o=`/org/datasets/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_org_dataset_conversion:async function({client:t,conversion_id:e,id:o}){const n=`/org/datasets/${o}/conversions/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},get_org_dataset_conversion_stats:async function({client:t,id:e}){const o=`/org/datasets/${e}/stats`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_org_member:async function({client:t,user_id:e}){const o=`/org/members/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_org_privacy_settings:async function({client:t}={}){const e="/org/privacy"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_org_saml_idp:async function({client:t}={}){const e="/org/saml/idp"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_org_shortlinks:U,get_org_shortlinks_pager:function(t){return s(U,t,"page_token")},get_user_org:async function({client:t}={}){const e="/user/org"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},list_org_dataset_conversions:A,list_org_dataset_conversions_pager:function(t){return s(A,t,"page_token")},list_org_datasets:B,list_org_datasets_pager:function(t){return s(B,t,"page_token")},list_org_members:j,list_org_members_pager:function(t){return s(j,t,"page_token")},list_orgs:E,list_orgs_pager:function(t){return s(E,t,"page_token")},org_admin_details_get:async function({client:t,id:e}){const o=`/orgs/${e}/admin/details`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},org_dataset_s3_policies:async function({client:t,role_arn:e,uri:o}){const n="/org/dataset/s3/policies"+a({role_arn:e,uri:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},retrigger_org_dataset:async function({client:t,id:e,statuses:o}){const n=`/org/datasets/${e}/retrigger`+a({statuses:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"POST",headers:c},u=t?.fetch||fetch,d=await u(r,h);await i(d)},retrigger_org_dataset_conversion:async function({client:t,conversion_id:e,id:o}){const n=`/org/datasets/${o}/conversions/${e}/retrigger`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"POST",headers:c},u=t?.fetch||fetch,d=await u(r,h);await i(d)},search_org_dataset_conversions:S,search_org_dataset_conversions_pager:function(t){return s(S,t,"page_token")},search_org_dataset_semantic:async function({client:t,id:e,limit:o,q:n}){const r=`/org/datasets/${e}/search/semantic`+a({limit:o,q:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},update_org:async function({client:t,body:e}){const o="/org"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_org_dataset:async function({client:t,id:e,body:o}){const n=`/org/datasets/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},update_org_member:async function({client:t,user_id:e,body:o}){const n=`/org/members/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},update_org_privacy_settings:async function({client:t,body:e}){const o="/org/privacy"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_org_saml_idp:async function({client:t,body:e}){const o="/org/saml/idp"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},upload_org_dataset_files:async function({client:t,files:e,id:o}){const n=`/org/datasets/${o}/uploads`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h=new FormData;e.forEach((t=>{h.append(t.name,t.data,t.name)}));const u={method:"POST",headers:c,body:h},d=t?.fetch||fetch,p=await d(r,u);return await i(p),await p.json()}},I={create_org_subscription:async function({client:t,body:e}){const o="/org/payment/subscriptions"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_payment_information_for_org:async function({client:t,body:e}){const o="/org/payment"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_payment_information_for_user:async function({client:t,body:e}){const o="/user/payment"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_payment_intent_for_org:async function({client:t}={}){const e="/org/payment/intent"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"POST",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},create_payment_intent_for_user:async function({client:t}={}){const e="/user/payment/intent"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"POST",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},create_user_subscription:async function({client:t,body:e}){const o="/user/payment/subscriptions"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},delete_payment_information_for_org:async function({client:t}={}){const e="/org/payment"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"DELETE",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},delete_payment_information_for_user:async function({client:t}={}){const e="/user/payment"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"DELETE",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},delete_payment_method_for_org:async function({client:t,id:e}){const o=`/org/payment/methods/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},delete_payment_method_for_user:async function({client:t,id:e,force:o}){const n=`/user/payment/methods/${e}`+a({force:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"DELETE",headers:c},u=t?.fetch||fetch,d=await u(r,h);await i(d)},get_org_subscription:async function({client:t}={}){const e="/org/payment/subscriptions"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_payment_balance_for_any_org:async function({client:t,include_total_due:e,id:o}){const n=`/orgs/${o}/payment/balance`+a({include_total_due:e}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},get_payment_balance_for_any_user:async function({client:t,id:e,include_total_due:o}){const n=`/users/${e}/payment/balance`+a({include_total_due:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},get_payment_balance_for_org:async function({client:t,include_total_due:e}){const o="/org/payment/balance"+a({include_total_due:e}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_payment_balance_for_user:async function({client:t,include_total_due:e}){const o="/user/payment/balance"+a({include_total_due:e}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_payment_information_for_org:async function({client:t}={}){const e="/org/payment"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_payment_information_for_user:async function({client:t}={}){const e="/user/payment"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_user_subscription:async function({client:t}={}){const e="/user/payment/subscriptions"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},list_invoices_for_org:async function({client:t}={}){const e="/org/payment/invoices"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},list_invoices_for_user:async function({client:t}={}){const e="/user/payment/invoices"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},list_payment_methods_for_org:async function({client:t}={}){const e="/org/payment/methods"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},list_payment_methods_for_user:async function({client:t}={}){const e="/user/payment/methods"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},set_default_payment_method_for_user:async function({client:t,id:e}){const o=`/user/payment/methods/${e}/default`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"POST",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},update_org_subscription:async function({client:t,body:e}){const o="/org/payment/subscriptions"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_org_subscription_for_any_org:async function({client:t,id:e,body:o}){const n=`/orgs/${e}/payment/subscriptions`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},update_payment_balance_for_any_org:async function({client:t,id:e,include_total_due:o,body:n}){const r=`/orgs/${e}/payment/balance`+a({include_total_due:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/json";const u={method:"PUT",headers:h,body:JSON.stringify(n)},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},update_payment_balance_for_any_user:async function({client:t,id:e,include_total_due:o,body:n}){const r=`/users/${e}/payment/balance`+a({include_total_due:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/json";const u={method:"PUT",headers:h,body:JSON.stringify(n)},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},update_payment_information_for_org:async function({client:t,body:e}){const o="/org/payment"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_payment_information_for_user:async function({client:t,body:e}){const o="/user/payment"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_user_subscription:async function({client:t,body:e}){const o="/user/payment/subscriptions"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},upsert_subscription_plan_price:async function({client:t,slug:e,body:o}){const n=`/subscription-plans/${e}/prices`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"POST",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},validate_customer_tax_information_for_org:async function({client:t}={}){const e="/org/payment/tax"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},validate_customer_tax_information_for_user:async function({client:t}={}){const e="/user/payment/tax"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)}},H={create_service_account_for_org:async function({client:t,label:e}){const o="/org/service-accounts"+a({label:e}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"POST",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},delete_service_account_for_org:async function({client:t,token:e}){const o=`/org/service-accounts/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},get_service_account_for_org:async function({client:t,token:e}){const o=`/org/service-accounts/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},list_service_accounts_for_org:O,list_service_accounts_for_org_pager:function(t){return s(O,t,"page_token")}},R={create_store_coupon:async function({client:t,body:e}){const o="/store/coupon"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()}},Y={get_angle_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/angle/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_area_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/area/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_current_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/current/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_energy_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/energy/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_force_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/force/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_frequency_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/frequency/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_length_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/length/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_mass_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/mass/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_power_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/power/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_pressure_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/pressure/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_temperature_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/temperature/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_torque_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/torque/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_volume_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/volume/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()}},Z={create_user_shortlink:async function({client:t,body:e}){const o="/user/shortlinks"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},delete_user_self:async function({client:t}={}){const e="/user"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"DELETE",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},delete_user_shortlink:async function({client:t,key:e}){const o=`/user/shortlinks/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},get_oauth2_providers_for_user:async function({client:t}={}){const e="/user/oauth2/providers"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_session_for_user:async function({client:t,token:e}){const o=`/user/session/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_user:async function({client:t,id:e}){const o=`/users/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_user_extended:async function({client:t,id:e}){const o=`/users-extended/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_user_privacy_settings:async function({client:t}={}){const e="/user/privacy"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_user_self:async function({client:t}={}){const e="/user"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_user_self_extended:async function({client:t}={}){const e="/user/extended"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_user_shortlinks:P,get_user_shortlinks_pager:function(t){return s(P,t,"page_token")},list_users:N,list_users_extended:G,list_users_extended_pager:function(t){return s(G,t,"page_token")},list_users_pager:function(t){return s(N,t,"page_token")},put_public_email_marketing_consent_request:async function({client:t,body:e}){const o="/website/email-marketing-consent/request"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);await i(u)},put_public_sales_form:async function({client:t,body:e}){const o="/website/forms/sales"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);await i(u)},put_public_support_form:async function({client:t,body:e}){const o="/website/forms/support"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);await i(u)},put_user_cad_user_info_form:async function({client:t,body:e}){const o="/website/forms/cad-user-info"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);await i(u)},update_subscription_for_user:async function({client:t,id:e,body:o}){const n=`/users/${e}/payment/subscriptions`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},update_user_privacy_settings:async function({client:t,body:e}){const o="/user/privacy"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_user_self:async function({client:t,body:e}){const o="/user"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_user_shortlink:async function({client:t,key:e,body:o}){const n=`/user/shortlinks/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);await i(d)},user_admin_details_get:async function({client:t,id:e}){const o=`/users/${e}/admin/details`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},user_email_marketing_consent_decline_post:async function({client:t}={}){const e="/user/email-marketing-consent/decline"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"POST",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},user_email_marketing_consent_get:async function({client:t}={}){const e="/user/email-marketing-consent"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},user_email_marketing_consent_request_post:async function({client:t}={}){const e="/user/email-marketing-consent/request"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"POST",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},user_email_marketing_consent_seen_post:async function({client:t}={}){const e="/user/email-marketing-consent/seen"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"POST",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},user_features_get:async function({client:t}={}){const e="/user/features"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()}};export{n as ApiError,e as Client,r as Pager,J as api_calls,C as api_tokens,L as apps,s as createPager,x as executor,D as file,q as meta,W as ml,F as modeling,M as oauth2,K as orgs,I as payments,H as service_accounts,R as store,Y as unit,Z as users};
|
|
1
|
+
import{BSON as t}from"bson";try{if("undefined"==typeof fetch&&"undefined"!=typeof process&&process.versions?.node){new Function("m","return import(m)")("cross-fetch/polyfill").catch((()=>{}))}}catch{}class e{constructor(t){const e="undefined"!=typeof process?process.env:void 0,a=e?.KITTYCAD_TOKEN||e?.KITTYCAD_API_TOKEN||e?.ZOO_AI_TOKEN,o=e?.ZOO_HOST;"string"==typeof t?this.token=t:t&&"object"==typeof t&&(this.token=t.token,this.baseUrl=t.baseUrl,this.fetch=t.fetch),this.token??=a,this.baseUrl??=o}}function a(t){const e=new URLSearchParams;for(const[a,o]of Object.entries(t))if(void 0!==o)if(Array.isArray(o))for(const t of o)e.append(a,String(t));else e.append(a,String(o));const a=e.toString();return a?`?${a}`:""}function o(t){const e=new URLSearchParams;for(const[a,o]of Object.entries(t||{}))if(void 0!==o)if(Array.isArray(o))for(const t of o)e.append(a,String(t));else e.append(a,String(o));return e}try{if("undefined"!=typeof process&&process.versions?.node&&"win32"===process.platform){new Function("m","return import(m)")("win-ca")}}catch{}class n extends Error{constructor(t,e,a){super(a||e?.message||`HTTP ${t}`),this.name="ApiError",this.status=t,this.error_code=e?.error_code,this.request_id=e?.request_id,this.body=e}}async function i(t){if(t.ok)return;let e;try{e=await t.json()}catch{try{const a=await t.text();e=a?{message:a}:void 0}catch{e=void 0}}throw new n(t.status,e)}class r{started=!1;constructor(t,e,a="page_token"){this.fetchPage=t,this.baseParams={...e},this.tokenField=a}hasNext(){return!this.started||!!this.nextToken}reset(){this.started=!1,this.nextToken=void 0}async next(){if(this.started&&!this.nextToken)return[];const t={...this.baseParams};this.started&&this.nextToken&&(t[this.tokenField]=this.nextToken);const e=await this.fetchPage(t);return this.started=!0,this.nextToken=e?.next_page??null,e?.items??[]}}function s(t,e,a="page_token"){return new r(t,e,a)}async function c({client:t,limit:e,page_token:o,sort_by:n}){const r="/api-calls"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function h({client:t,id:e,limit:o,page_token:n,sort_by:r}){const s=`/users/${e}/api-calls`+a({limit:o,page_token:n,sort_by:r}),c=(t?.baseUrl||"https://api.zoo.dev")+s,h=t&&t.token||"",u={};h&&(u.Authorization=`Bearer ${h}`);const d={method:"GET",headers:u},p=t?.fetch||fetch,f=await p(c,d);await i(f);return await f.json()}async function u({client:t,limit:e,page_token:o,sort_by:n,status:r}){const s="/async/operations"+a({limit:e,page_token:o,sort_by:n,status:r}),c=(t?.baseUrl||"https://api.zoo.dev")+s,h=t&&t.token||"",u={};h&&(u.Authorization=`Bearer ${h}`);const d={method:"GET",headers:u},p=t?.fetch||fetch,f=await p(c,d);await i(f);return await f.json()}async function d({client:t,limit:e,page_token:o,sort_by:n}){const r="/org/api-calls"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function p({client:t,limit:e,page_token:o,sort_by:n}){const r="/user/api-calls"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function f({client:t,limit:e,page_token:o,sort_by:n}){const r="/user/api-tokens"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}function _(t){return!!t&&"object"==typeof t&&"buffer"in t&&t.buffer instanceof ArrayBuffer&&"number"==typeof t.byteOffset&&"number"==typeof t.byteLength}class l{constructor(t){this.functionNameParams=t}async connect(){const t="/ws/executor/term"+a({}),e=((this.functionNameParams?.client?.baseUrl||"https://api.zoo.dev")+t).replace(/^http/,"ws"),o=new WebSocket(e);await new Promise(((t,e)=>{const a=()=>{i(),t()},n=t=>{i(),e(new Error("WebSocket error"))},i=()=>{o.removeEventListener("open",a),o.removeEventListener("error",n)};o.addEventListener("open",a),o.addEventListener("error",n)}));const n=this.functionNameParams?.client&&this.functionNameParams.client?.token||"";if(n)try{const t={type:"headers",headers:{Authorization:`Bearer ${n}`}};o.send(JSON.stringify(t))}catch{}return this.ws=o,this}send(t){this.ws.send(JSON.stringify(t))}sendBinary(e){try{const a=t.serialize(e);this.ws.send(a)}catch{this.ws.send(JSON.stringify(e))}}recv(t=6e4){return new Promise(((e,a)=>{const o=setTimeout((()=>{r(),a(new Error("timeout"))}),t),n=t=>{r(),a(new Error("WebSocket error"))},i=t=>{r();try{const a=this.parseMessage(t);e(a)}catch(t){a(t)}},r=()=>{clearTimeout(o),this.ws.removeEventListener("message",i),this.ws.removeEventListener("error",n)};this.ws.addEventListener("message",i),this.ws.addEventListener("error",n)}))}close(){this.ws.close()}parseMessage(e){const a=e?.data;if("string"==typeof a)return JSON.parse(a);if("undefined"!=typeof Buffer&&Buffer.isBuffer?.(a)){const e=a;try{return JSON.parse(e.toString("utf8"))}catch{}return t.deserialize(e)}if(a instanceof ArrayBuffer){const e=new Uint8Array(a);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}if(_(a)){const e=new Uint8Array(a.buffer,a.byteOffset,a.byteLength);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}return a}}class w{constructor(t){this.functionNameParams=t}async connect(){const t="/ws/ml/copilot"+a({conversation_id:this.functionNameParams.conversation_id,replay:this.functionNameParams.replay,pr:this.functionNameParams.pr}),e=((this.functionNameParams?.client?.baseUrl||"https://api.zoo.dev")+t).replace(/^http/,"ws"),o=new WebSocket(e);await new Promise(((t,e)=>{const a=()=>{i(),t()},n=t=>{i(),e(new Error("WebSocket error"))},i=()=>{o.removeEventListener("open",a),o.removeEventListener("error",n)};o.addEventListener("open",a),o.addEventListener("error",n)}));const n=this.functionNameParams?.client&&this.functionNameParams.client?.token||"";if(n)try{const t={type:"headers",headers:{Authorization:`Bearer ${n}`}};o.send(JSON.stringify(t))}catch{}return this.ws=o,this}send(t){this.ws.send(JSON.stringify(t))}sendBinary(e){try{const a=t.serialize(e);this.ws.send(a)}catch{this.ws.send(JSON.stringify(e))}}recv(t=6e4){return new Promise(((e,a)=>{const o=setTimeout((()=>{r(),a(new Error("timeout"))}),t),n=t=>{r(),a(new Error("WebSocket error"))},i=t=>{r();try{const a=this.parseMessage(t);e(a)}catch(t){a(t)}},r=()=>{clearTimeout(o),this.ws.removeEventListener("message",i),this.ws.removeEventListener("error",n)};this.ws.addEventListener("message",i),this.ws.addEventListener("error",n)}))}close(){this.ws.close()}parseMessage(e){const a=e?.data;if("string"==typeof a)return JSON.parse(a);if("undefined"!=typeof Buffer&&Buffer.isBuffer?.(a)){const e=a;try{return JSON.parse(e.toString("utf8"))}catch{}return t.deserialize(e)}if(a instanceof ArrayBuffer){const e=new Uint8Array(a);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}if(_(a)){const e=new Uint8Array(a.buffer,a.byteOffset,a.byteLength);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}return a}}class y{constructor(t){this.functionNameParams=t}async connect(){const t=`/ws/ml/reasoning/${this.functionNameParams.id}`+a({}),e=((this.functionNameParams?.client?.baseUrl||"https://api.zoo.dev")+t).replace(/^http/,"ws"),o=new WebSocket(e);await new Promise(((t,e)=>{const a=()=>{i(),t()},n=t=>{i(),e(new Error("WebSocket error"))},i=()=>{o.removeEventListener("open",a),o.removeEventListener("error",n)};o.addEventListener("open",a),o.addEventListener("error",n)}));const n=this.functionNameParams?.client&&this.functionNameParams.client?.token||"";if(n)try{const t={type:"headers",headers:{Authorization:`Bearer ${n}`}};o.send(JSON.stringify(t))}catch{}return this.ws=o,this}send(t){this.ws.send(JSON.stringify(t))}sendBinary(e){try{const a=t.serialize(e);this.ws.send(a)}catch{this.ws.send(JSON.stringify(e))}}recv(t=6e4){return new Promise(((e,a)=>{const o=setTimeout((()=>{r(),a(new Error("timeout"))}),t),n=t=>{r(),a(new Error("WebSocket error"))},i=t=>{r();try{const a=this.parseMessage(t);e(a)}catch(t){a(t)}},r=()=>{clearTimeout(o),this.ws.removeEventListener("message",i),this.ws.removeEventListener("error",n)};this.ws.addEventListener("message",i),this.ws.addEventListener("error",n)}))}close(){this.ws.close()}parseMessage(e){const a=e?.data;if("string"==typeof a)return JSON.parse(a);if("undefined"!=typeof Buffer&&Buffer.isBuffer?.(a)){const e=a;try{return JSON.parse(e.toString("utf8"))}catch{}return t.deserialize(e)}if(a instanceof ArrayBuffer){const e=new Uint8Array(a);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}if(_(a)){const e=new Uint8Array(a.buffer,a.byteOffset,a.byteLength);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}return a}}async function m({client:t,limit:e,page_token:o,sort_by:n}){const r="/ml/conversations"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function b({client:t,limit:e,page_token:o,sort_by:n}){const r="/ml-prompts"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function g({client:t,limit:e,page_token:o,sort_by:n,conversation_id:r,no_models:s,no_parts:c}){const h="/user/text-to-cad"+a({limit:e,page_token:o,sort_by:n,conversation_id:r,no_models:s,no_parts:c}),u=(t?.baseUrl||"https://api.zoo.dev")+h,d=t&&t.token||"",p={};d&&(p.Authorization=`Bearer ${d}`);const f={method:"GET",headers:p},_=t?.fetch||fetch,l=await _(u,f);await i(l);return await l.json()}class z{constructor(t){this.functionNameParams=t}async connect(){const t="/ws/modeling/commands"+a({api_call_id:this.functionNameParams.api_call_id,fps:this.functionNameParams.fps,order_independent_transparency:this.functionNameParams.order_independent_transparency,pool:this.functionNameParams.pool,post_effect:this.functionNameParams.post_effect,replay:this.functionNameParams.replay,show_grid:this.functionNameParams.show_grid,unlocked_framerate:this.functionNameParams.unlocked_framerate,video_res_height:this.functionNameParams.video_res_height,video_res_width:this.functionNameParams.video_res_width,webrtc:this.functionNameParams.webrtc,pr:this.functionNameParams.pr}),e=((this.functionNameParams?.client?.baseUrl||"https://api.zoo.dev")+t).replace(/^http/,"ws"),o=new WebSocket(e);await new Promise(((t,e)=>{const a=()=>{i(),t()},n=t=>{i(),e(new Error("WebSocket error"))},i=()=>{o.removeEventListener("open",a),o.removeEventListener("error",n)};o.addEventListener("open",a),o.addEventListener("error",n)}));const n=this.functionNameParams?.client&&this.functionNameParams.client?.token||"";if(n)try{const t={type:"headers",headers:{Authorization:`Bearer ${n}`}};o.send(JSON.stringify(t))}catch{}return this.ws=o,this}send(t){this.ws.send(JSON.stringify(t))}sendBinary(e){try{const a=t.serialize(e);this.ws.send(a)}catch{this.ws.send(JSON.stringify(e))}}recv(t=6e4){return new Promise(((e,a)=>{const o=setTimeout((()=>{r(),a(new Error("timeout"))}),t),n=t=>{r(),a(new Error("WebSocket error"))},i=t=>{r();try{const a=this.parseMessage(t);e(a)}catch(t){a(t)}},r=()=>{clearTimeout(o),this.ws.removeEventListener("message",i),this.ws.removeEventListener("error",n)};this.ws.addEventListener("message",i),this.ws.addEventListener("error",n)}))}close(){this.ws.close()}parseMessage(e){const a=e?.data;if("string"==typeof a)return JSON.parse(a);if("undefined"!=typeof Buffer&&Buffer.isBuffer?.(a)){const e=a;try{return JSON.parse(e.toString("utf8"))}catch{}return t.deserialize(e)}if(a instanceof ArrayBuffer){const e=new Uint8Array(a);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}if(_(a)){const e=new Uint8Array(a.buffer,a.byteOffset,a.byteLength);try{const t=(new TextDecoder).decode(e);return JSON.parse(t)}catch{}return t.deserialize(e)}return a}}async function v({client:t,id:e,limit:o,page_token:n,sort_by:r}){const s=`/orgs/${e}/oauth2/apps`+a({limit:o,page_token:n,sort_by:r}),c=(t?.baseUrl||"https://api.zoo.dev")+s,h=t&&t.token||"",u={};h&&(u.Authorization=`Bearer ${h}`);const d={method:"GET",headers:u},p=t?.fetch||fetch,f=await p(c,d);await i(f);return await f.json()}async function k({client:t,id:e,limit:o,page_token:n,sort_by:r}){const s=`/users/${e}/oauth2/apps`+a({limit:o,page_token:n,sort_by:r}),c=(t?.baseUrl||"https://api.zoo.dev")+s,h=t&&t.token||"",u={};h&&(u.Authorization=`Bearer ${h}`);const d={method:"GET",headers:u},p=t?.fetch||fetch,f=await p(c,d);await i(f);return await f.json()}async function $({client:t,limit:e,page_token:o,sort_by:n}){const r="/org/oauth2/apps"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function T({client:t,limit:e,page_token:o,sort_by:n}){const r="/user/oauth2/apps"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function U({client:t,limit:e,page_token:o,sort_by:n}){const r="/org/shortlinks"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function A({client:t,id:e,filter:o,limit:n,page_token:r,sort_by:s}){const c=`/org/datasets/${e}/conversions`+a({filter:o,limit:n,page_token:r,sort_by:s}),h=(t?.baseUrl||"https://api.zoo.dev")+c,u=t&&t.token||"",d={};u&&(d.Authorization=`Bearer ${u}`);const p={method:"GET",headers:d},f=t?.fetch||fetch,_=await f(h,p);await i(_);return await _.json()}async function B({client:t,limit:e,page_token:o,sort_by:n}){const r="/org/datasets"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function j({client:t,limit:e,page_token:o,sort_by:n,role:r}){const s="/org/members"+a({limit:e,page_token:o,sort_by:n,role:r}),c=(t?.baseUrl||"https://api.zoo.dev")+s,h=t&&t.token||"",u={};h&&(u.Authorization=`Bearer ${h}`);const d={method:"GET",headers:u},p=t?.fetch||fetch,f=await p(c,d);await i(f);return await f.json()}async function E({client:t,limit:e,page_token:o,sort_by:n}){const r="/orgs"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function S({client:t,id:e,limit:o,page_token:n,q:r,sort_by:s}){const c=`/org/datasets/${e}/search/conversions`+a({limit:o,page_token:n,q:r,sort_by:s}),h=(t?.baseUrl||"https://api.zoo.dev")+c,u=t&&t.token||"",d={};u&&(d.Authorization=`Bearer ${u}`);const p={method:"GET",headers:d},f=t?.fetch||fetch,_=await f(h,p);await i(_);return await _.json()}async function O({client:t,limit:e,page_token:o,sort_by:n}){const r="/org/service-accounts"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function P({client:t,limit:e,page_token:o,sort_by:n}){const r="/user/shortlinks"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function N({client:t,limit:e,page_token:o,sort_by:n}){const r="/users"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}async function G({client:t,limit:e,page_token:o,sort_by:n}){const r="/users-extended"+a({limit:e,page_token:o,sort_by:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);await i(p);return await p.json()}const J={get_api_call:async function({client:t,id:e}){const o=`/api-calls/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_api_call_for_org:async function({client:t,id:e}){const o=`/org/api-calls/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_api_call_for_user:async function({client:t,id:e}){const o=`/user/api-calls/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_api_call_metrics:async function({client:t,group_by:e}){const o="/api-call-metrics"+a({group_by:e}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_async_operation:async function({client:t,id:e}){const o=`/async/operations/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},list_api_calls:c,list_api_calls_for_user:h,list_api_calls_for_user_pager:function(t){return s(h,t,"page_token")},list_api_calls_pager:function(t){return s(c,t,"page_token")},list_async_operations:u,list_async_operations_pager:function(t){return s(u,t,"page_token")},org_list_api_calls:d,org_list_api_calls_pager:function(t){return s(d,t,"page_token")},user_list_api_calls:p,user_list_api_calls_pager:function(t){return s(p,t,"page_token")}},C={create_api_token_for_user:async function({client:t,label:e}){const o="/user/api-tokens"+a({label:e}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"POST",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},delete_api_token_for_user:async function({client:t,token:e}){const o=`/user/api-tokens/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},get_api_token_for_user:async function({client:t,token:e}){const o=`/user/api-tokens/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},list_api_tokens_for_user:f,list_api_tokens_for_user_pager:function(t){return s(f,t,"page_token")}},L={apps_github_callback:async function({client:t}={}){const e="/apps/github/callback"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},apps_github_consent:async function({client:t}={}){const e="/apps/github/consent"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},apps_github_webhook:async function({client:t,body:e}){const o="/apps/github/webhook"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/octet-stream";const c={method:"POST",headers:s,body:e},h=t?.fetch||fetch,u=await h(n,c);await i(u)}},x={create_executor_term:t=>new l(t),create_file_execution:async function({client:t,lang:e,output:o,body:n}){const r=`/file/execute/${e}`+a({output:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/octet-stream";const u={method:"POST",headers:h,body:n},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()}},D={create_file_center_of_mass:async function({client:t,output_unit:e,src_format:o,body:n}){const r="/file/center-of-mass"+a({output_unit:e,src_format:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/octet-stream";const u={method:"POST",headers:h,body:n},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},create_file_conversion:async function({client:t,output_format:e,src_format:o,body:n}){const r=`/file/conversion/${o}/${e}`+a({}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/octet-stream";const u={method:"POST",headers:h,body:n},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},create_file_conversion_options:async function({client:t,files:e,body:o}){const n="/file/conversion"+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h=new FormData;e.forEach((t=>{h.append(t.name,t.data,t.name)})),h.append("event",JSON.stringify(o));const u={method:"POST",headers:c,body:h},d=t?.fetch||fetch,p=await d(r,u);return await i(p),await p.json()},create_file_density:async function({client:t,material_mass:e,material_mass_unit:o,output_unit:n,src_format:r,body:s}){const c="/file/density"+a({material_mass:e,material_mass_unit:o,output_unit:n,src_format:r}),h=(t?.baseUrl||"https://api.zoo.dev")+c,u=t&&t.token||"",d={};u&&(d.Authorization=`Bearer ${u}`),d["Content-Type"]="application/octet-stream";const p={method:"POST",headers:d,body:s},f=t?.fetch||fetch,_=await f(h,p);return await i(_),await _.json()},create_file_mass:async function({client:t,material_density:e,material_density_unit:o,output_unit:n,src_format:r,body:s}){const c="/file/mass"+a({material_density:e,material_density_unit:o,output_unit:n,src_format:r}),h=(t?.baseUrl||"https://api.zoo.dev")+c,u=t&&t.token||"",d={};u&&(d.Authorization=`Bearer ${u}`),d["Content-Type"]="application/octet-stream";const p={method:"POST",headers:d,body:s},f=t?.fetch||fetch,_=await f(h,p);return await i(_),await _.json()},create_file_surface_area:async function({client:t,output_unit:e,src_format:o,body:n}){const r="/file/surface-area"+a({output_unit:e,src_format:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/octet-stream";const u={method:"POST",headers:h,body:n},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},create_file_volume:async function({client:t,output_unit:e,src_format:o,body:n}){const r="/file/volume"+a({output_unit:e,src_format:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/octet-stream";const u={method:"POST",headers:h,body:n},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()}},q={community_sso:async function({client:t,sig:e,sso:o}){const n="/community/sso"+a({sig:e,sso:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},create_event:async function({client:t,files:e,body:o}){const n="/events"+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h=new FormData;e.forEach((t=>{h.append(t.name,t.data,t.name)})),h.append("event",JSON.stringify(o));const u={method:"POST",headers:c,body:h},d=t?.fetch||fetch,p=await d(r,u);await i(p)},get_ipinfo:async function({client:t}={}){const e="/_meta/ipinfo"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_pricing_subscriptions:async function({client:t}={}){const e="/pricing/subscriptions"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_schema:async function({client:t}={}){const e="/"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},internal_get_api_token_for_discord_user:async function({client:t,discord_id:e}){const o=`/internal/discord/api-token/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},ping:async function({client:t}={}){const e="/ping"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()}},W={create_custom_model:async function({client:t,body:e}){const o="/ml/custom/models"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_kcl_code_completions:async function({client:t,body:e}){const o="/ml/kcl/completions"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_proprietary_to_kcl:async function({client:t,files:e,code_option:o}){const n="/ml/convert/proprietary-to-kcl"+a({code_option:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h=new FormData;e.forEach((t=>{h.append(t.name,t.data,t.name)}));const u={method:"POST",headers:c,body:h},d=t?.fetch||fetch,p=await d(r,u);return await i(p),await p.json()},create_text_to_cad:async function({client:t,output_format:e,kcl:o,body:n}){const r=`/ai/text-to-cad/${e}`+a({kcl:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/json";const u={method:"POST",headers:h,body:JSON.stringify(n)},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},create_text_to_cad_iteration:async function({client:t,body:e}){const o="/ml/text-to-cad/iteration"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_text_to_cad_multi_file_iteration:async function({client:t,files:e,body:o}){const n="/ml/text-to-cad/multi-file/iteration"+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h=new FormData;e.forEach((t=>{h.append(t.name,t.data,t.name)})),h.append("event",JSON.stringify(o));const u={method:"POST",headers:c,body:h},d=t?.fetch||fetch,p=await d(r,u);return await i(p),await p.json()},create_text_to_cad_part_feedback:async function({client:t,id:e,feedback:o}){const n=`/user/text-to-cad/${e}`+a({feedback:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"POST",headers:c},u=t?.fetch||fetch,d=await u(r,h);await i(d)},get_custom_model:async function({client:t,id:e}){const o=`/ml/custom/models/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_ml_prompt:async function({client:t,id:e}){const o=`/ml-prompts/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_text_to_cad_part_for_user:async function({client:t,id:e}){const o=`/user/text-to-cad/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},list_conversations_for_user:m,list_conversations_for_user_pager:function(t){return s(m,t,"page_token")},list_ml_prompts:b,list_ml_prompts_pager:function(t){return s(b,t,"page_token")},list_org_datasets_for_model:async function({client:t,id:e}){const o=`/ml/custom/models/${e}/datasets`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},list_text_to_cad_parts_for_user:g,list_text_to_cad_parts_for_user_pager:function(t){return s(g,t,"page_token")},ml_copilot_ws:t=>new w(t),ml_reasoning_ws:t=>new y(t),update_custom_model:async function({client:t,id:e,body:o}){const n=`/ml/custom/models/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()}},F={modeling_commands_ws:t=>new z(t)},M={create_org_oauth2_app:async function({client:t,body:e}){const o="/org/oauth2/apps"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_user_oauth2_app:async function({client:t,body:e}){const o="/user/oauth2/apps"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},delete_org_oauth2_app:async function({client:t,client_id:e}){const o=`/org/oauth2/apps/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},delete_user_oauth2_app:async function({client:t,client_id:e}){const o=`/user/oauth2/apps/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},device_access_token:async function({client:t,body:e}){const n="/oauth2/device/token"+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/x-www-form-urlencoded";const h={method:"POST",headers:c,body:o(e)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},device_auth_confirm:async function({client:t,body:e}){const o="/oauth2/device/confirm"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);await i(u)},device_auth_request:async function({client:t,body:e}){const n="/oauth2/device/auth"+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/x-www-form-urlencoded";const h={method:"POST",headers:c,body:o(e)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},device_auth_verify:async function({client:t,app_name:e,user_code:o}){const n="/oauth2/device/verify"+a({app_name:e,user_code:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},get_org_oauth2_app:async function({client:t,client_id:e}){const o=`/org/oauth2/apps/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_user_oauth2_app:async function({client:t,client_id:e}){const o=`/user/oauth2/apps/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},list_oauth2_apps_for_any_org:v,list_oauth2_apps_for_any_org_pager:function(t){return s(v,t,"page_token")},list_oauth2_apps_for_any_user:k,list_oauth2_apps_for_any_user_pager:function(t){return s(k,t,"page_token")},list_org_oauth2_apps:$,list_org_oauth2_apps_pager:function(t){return s($,t,"page_token")},list_user_oauth2_apps:T,list_user_oauth2_apps_pager:function(t){return s(T,t,"page_token")},oauth2_provider_callback:async function({client:t,provider:e,code:o,id_token:n,state:r,user:s}){const c=`/oauth2/provider/${e}/callback`+a({code:o,id_token:n,state:r,user:s}),h=(t?.baseUrl||"https://api.zoo.dev")+c,u=t&&t.token||"",d={};u&&(d.Authorization=`Bearer ${u}`);const p={method:"GET",headers:d},f=t?.fetch||fetch,_=await f(h,p);return await i(_),await _.json()},oauth2_provider_callback_post:async function({client:t,provider:e,body:n}){const r=`/oauth2/provider/${e}/callback`+a({}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/x-www-form-urlencoded";const u={method:"POST",headers:h,body:o(n)},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},oauth2_provider_consent:async function({client:t,provider:e,callback_url:o}){const n=`/oauth2/provider/${e}/consent`+a({callback_url:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},oauth2_token_revoke:async function({client:t,body:e}){const n="/oauth2/token/revoke"+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/x-www-form-urlencoded";const h={method:"POST",headers:c,body:o(e)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},update_org_oauth2_app:async function({client:t,client_id:e,body:o}){const n=`/org/oauth2/apps/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},update_user_oauth2_app:async function({client:t,client_id:e,body:o}){const n=`/user/oauth2/apps/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},verify_oauth_account_linking:async function({client:t,callback_url:e,token:o}){const n="/oauth2/verify-account-linking"+a({callback_url:e,token:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()}},K={create_org:async function({client:t,body:e}){const o="/org"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_org_dataset:async function({client:t,body:e}){const o="/org/datasets"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_org_member:async function({client:t,body:e}){const o="/org/members"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_org_saml_idp:async function({client:t,body:e}){const o="/org/saml/idp"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},delete_org:async function({client:t}={}){const e="/org"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"DELETE",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},delete_org_dataset:async function({client:t,id:e}){const o=`/org/datasets/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},delete_org_member:async function({client:t,user_id:e}){const o=`/org/members/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},delete_org_saml_idp:async function({client:t}={}){const e="/org/saml/idp"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"DELETE",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},download_org_dataset_conversion_original:async function({client:t,conversion_id:e,id:o}){const n=`/org/datasets/${o}/conversions/${e}/original`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},download_org_dataset_successful_kcl_bulk:async function({client:t,id:e}){const o=`/org/datasets/${e}/bulk-download/kcl`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_any_org:async function({client:t,id:e}){const o=`/orgs/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_org:async function({client:t}={}){const e="/org"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_org_dataset:async function({client:t,id:e}){const o=`/org/datasets/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_org_dataset_conversion:async function({client:t,conversion_id:e,id:o}){const n=`/org/datasets/${o}/conversions/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},get_org_dataset_conversion_stats:async function({client:t,id:e}){const o=`/org/datasets/${e}/stats`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_org_member:async function({client:t,user_id:e}){const o=`/org/members/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_org_privacy_settings:async function({client:t}={}){const e="/org/privacy"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_org_saml_idp:async function({client:t}={}){const e="/org/saml/idp"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_org_shortlinks:U,get_org_shortlinks_pager:function(t){return s(U,t,"page_token")},get_user_org:async function({client:t}={}){const e="/user/org"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},list_org_dataset_conversions:A,list_org_dataset_conversions_pager:function(t){return s(A,t,"page_token")},list_org_datasets:B,list_org_datasets_pager:function(t){return s(B,t,"page_token")},list_org_members:j,list_org_members_pager:function(t){return s(j,t,"page_token")},list_orgs:E,list_orgs_pager:function(t){return s(E,t,"page_token")},org_admin_details_get:async function({client:t,id:e}){const o=`/orgs/${e}/admin/details`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},org_dataset_s3_policies:async function({client:t,role_arn:e,uri:o}){const n="/org/dataset/s3/policies"+a({role_arn:e,uri:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},retrigger_org_dataset:async function({client:t,id:e,statuses:o}){const n=`/org/datasets/${e}/retrigger`+a({statuses:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"POST",headers:c},u=t?.fetch||fetch,d=await u(r,h);await i(d)},retrigger_org_dataset_conversion:async function({client:t,conversion_id:e,id:o}){const n=`/org/datasets/${o}/conversions/${e}/retrigger`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"POST",headers:c},u=t?.fetch||fetch,d=await u(r,h);await i(d)},search_org_dataset_conversions:S,search_org_dataset_conversions_pager:function(t){return s(S,t,"page_token")},search_org_dataset_semantic:async function({client:t,id:e,limit:o,q:n}){const r=`/org/datasets/${e}/search/semantic`+a({limit:o,q:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},update_org:async function({client:t,body:e}){const o="/org"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_org_dataset:async function({client:t,id:e,body:o}){const n=`/org/datasets/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},update_org_member:async function({client:t,user_id:e,body:o}){const n=`/org/members/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},update_org_privacy_settings:async function({client:t,body:e}){const o="/org/privacy"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_org_saml_idp:async function({client:t,body:e}){const o="/org/saml/idp"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},upload_org_dataset_files:async function({client:t,files:e,id:o}){const n=`/org/datasets/${o}/uploads`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h=new FormData;e.forEach((t=>{h.append(t.name,t.data,t.name)}));const u={method:"POST",headers:c,body:h},d=t?.fetch||fetch,p=await d(r,u);return await i(p),await p.json()}},I={create_org_subscription:async function({client:t,body:e}){const o="/org/payment/subscriptions"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_payment_information_for_org:async function({client:t,body:e}){const o="/org/payment"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_payment_information_for_user:async function({client:t,body:e}){const o="/user/payment"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},create_payment_intent_for_org:async function({client:t}={}){const e="/org/payment/intent"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"POST",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},create_payment_intent_for_user:async function({client:t}={}){const e="/user/payment/intent"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"POST",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},create_user_subscription:async function({client:t,body:e}){const o="/user/payment/subscriptions"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},delete_payment_information_for_org:async function({client:t}={}){const e="/org/payment"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"DELETE",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},delete_payment_information_for_user:async function({client:t}={}){const e="/user/payment"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"DELETE",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},delete_payment_method_for_org:async function({client:t,id:e}){const o=`/org/payment/methods/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},delete_payment_method_for_user:async function({client:t,id:e,force:o}){const n=`/user/payment/methods/${e}`+a({force:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"DELETE",headers:c},u=t?.fetch||fetch,d=await u(r,h);await i(d)},get_org_subscription:async function({client:t}={}){const e="/org/payment/subscriptions"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_payment_balance_for_any_org:async function({client:t,include_total_due:e,id:o}){const n=`/orgs/${o}/payment/balance`+a({include_total_due:e}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},get_payment_balance_for_any_user:async function({client:t,id:e,include_total_due:o}){const n=`/users/${e}/payment/balance`+a({include_total_due:o}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h={method:"GET",headers:c},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},get_payment_balance_for_org:async function({client:t,include_total_due:e}){const o="/org/payment/balance"+a({include_total_due:e}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_payment_balance_for_user:async function({client:t,include_total_due:e}){const o="/user/payment/balance"+a({include_total_due:e}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_payment_information_for_org:async function({client:t}={}){const e="/org/payment"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_payment_information_for_user:async function({client:t}={}){const e="/user/payment"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_user_subscription:async function({client:t}={}){const e="/user/payment/subscriptions"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},list_invoices_for_org:async function({client:t}={}){const e="/org/payment/invoices"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},list_invoices_for_user:async function({client:t}={}){const e="/user/payment/invoices"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},list_payment_methods_for_org:async function({client:t}={}){const e="/org/payment/methods"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},list_payment_methods_for_user:async function({client:t}={}){const e="/user/payment/methods"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},set_default_payment_method_for_user:async function({client:t,id:e}){const o=`/user/payment/methods/${e}/default`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"POST",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},update_org_subscription:async function({client:t,body:e}){const o="/org/payment/subscriptions"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_org_subscription_for_any_org:async function({client:t,id:e,body:o}){const n=`/orgs/${e}/payment/subscriptions`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},update_payment_balance_for_any_org:async function({client:t,id:e,include_total_due:o,body:n}){const r=`/orgs/${e}/payment/balance`+a({include_total_due:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/json";const u={method:"PUT",headers:h,body:JSON.stringify(n)},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},update_payment_balance_for_any_user:async function({client:t,id:e,include_total_due:o,body:n}){const r=`/users/${e}/payment/balance`+a({include_total_due:o}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`),h["Content-Type"]="application/json";const u={method:"PUT",headers:h,body:JSON.stringify(n)},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},update_payment_information_for_org:async function({client:t,body:e}){const o="/org/payment"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_payment_information_for_user:async function({client:t,body:e}){const o="/user/payment"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_user_subscription:async function({client:t,body:e}){const o="/user/payment/subscriptions"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},upsert_subscription_plan_price:async function({client:t,slug:e,body:o}){const n=`/subscription-plans/${e}/prices`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"POST",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},validate_customer_tax_information_for_org:async function({client:t}={}){const e="/org/payment/tax"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},validate_customer_tax_information_for_user:async function({client:t}={}){const e="/user/payment/tax"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)}},H={create_service_account_for_org:async function({client:t,label:e}){const o="/org/service-accounts"+a({label:e}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"POST",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},delete_service_account_for_org:async function({client:t,token:e}){const o=`/org/service-accounts/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},get_service_account_for_org:async function({client:t,token:e}){const o=`/org/service-accounts/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},list_service_accounts_for_org:O,list_service_accounts_for_org_pager:function(t){return s(O,t,"page_token")}},R={create_store_coupon:async function({client:t,body:e}){const o="/store/coupon"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()}},Y={get_angle_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/angle/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_area_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/area/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_current_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/current/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_energy_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/energy/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_force_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/force/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_frequency_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/frequency/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_length_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/length/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_mass_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/mass/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_power_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/power/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_pressure_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/pressure/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_temperature_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/temperature/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_torque_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/torque/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()},get_volume_unit_conversion:async function({client:t,input_unit:e,output_unit:o,value:n}){const r=`/unit/conversion/volume/${e}/${o}`+a({value:n}),s=(t?.baseUrl||"https://api.zoo.dev")+r,c=t&&t.token||"",h={};c&&(h.Authorization=`Bearer ${c}`);const u={method:"GET",headers:h},d=t?.fetch||fetch,p=await d(s,u);return await i(p),await p.json()}},Z={create_user_project:async function({client:t,files:e}){const o="/user/projects"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c=new FormData;e.forEach((t=>{c.append(t.name,t.data,t.name)}));const h={method:"POST",headers:s,body:c},u=t?.fetch||fetch,d=await u(n,h);return await i(d),await d.json()},create_user_shortlink:async function({client:t,body:e}){const o="/user/shortlinks"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"POST",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},delete_user_self:async function({client:t}={}){const e="/user"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"DELETE",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},delete_user_shortlink:async function({client:t,key:e}){const o=`/user/shortlinks/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"DELETE",headers:s},h=t?.fetch||fetch,u=await h(n,c);await i(u)},get_oauth2_providers_for_user:async function({client:t}={}){const e="/user/oauth2/providers"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_session_for_user:async function({client:t,token:e}){const o=`/user/session/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_user:async function({client:t,id:e}){const o=`/users/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_user_extended:async function({client:t,id:e}){const o=`/users-extended/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_user_privacy_settings:async function({client:t}={}){const e="/user/privacy"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_user_project:async function({client:t,id:e}){const o=`/user/projects/${e}`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},get_user_self:async function({client:t}={}){const e="/user"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_user_self_extended:async function({client:t}={}){const e="/user/extended"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},get_user_shortlinks:P,get_user_shortlinks_pager:function(t){return s(P,t,"page_token")},list_project_categories:async function({client:t}={}){const e="/projects/categories"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},list_user_projects:async function({client:t}={}){const e="/user/projects"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},list_users:N,list_users_extended:G,list_users_extended_pager:function(t){return s(G,t,"page_token")},list_users_pager:function(t){return s(N,t,"page_token")},put_public_email_marketing_consent_request:async function({client:t,body:e}){const o="/website/email-marketing-consent/request"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);await i(u)},put_public_sales_form:async function({client:t,body:e}){const o="/website/forms/sales"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);await i(u)},put_public_support_form:async function({client:t,body:e}){const o="/website/forms/support"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);await i(u)},put_user_cad_user_info_form:async function({client:t,body:e}){const o="/website/forms/cad-user-info"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);await i(u)},update_subscription_for_user:async function({client:t,id:e,body:o}){const n=`/users/${e}/payment/subscriptions`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);return await i(d),await d.json()},update_user_privacy_settings:async function({client:t,body:e}){const o="/user/privacy"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_user_project:async function({client:t,files:e,id:o}){const n=`/user/projects/${o}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`);const h=new FormData;e.forEach((t=>{h.append(t.name,t.data,t.name)}));const u={method:"PUT",headers:c,body:h},d=t?.fetch||fetch,p=await d(r,u);return await i(p),await p.json()},update_user_self:async function({client:t,body:e}){const o="/user"+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`),s["Content-Type"]="application/json";const c={method:"PUT",headers:s,body:JSON.stringify(e)},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},update_user_shortlink:async function({client:t,key:e,body:o}){const n=`/user/shortlinks/${e}`+a({}),r=(t?.baseUrl||"https://api.zoo.dev")+n,s=t&&t.token||"",c={};s&&(c.Authorization=`Bearer ${s}`),c["Content-Type"]="application/json";const h={method:"PUT",headers:c,body:JSON.stringify(o)},u=t?.fetch||fetch,d=await u(r,h);await i(d)},user_admin_details_get:async function({client:t,id:e}){const o=`/users/${e}/admin/details`+a({}),n=(t?.baseUrl||"https://api.zoo.dev")+o,r=t&&t.token||"",s={};r&&(s.Authorization=`Bearer ${r}`);const c={method:"GET",headers:s},h=t?.fetch||fetch,u=await h(n,c);return await i(u),await u.json()},user_email_marketing_consent_decline_post:async function({client:t}={}){const e="/user/email-marketing-consent/decline"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"POST",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},user_email_marketing_consent_get:async function({client:t}={}){const e="/user/email-marketing-consent"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()},user_email_marketing_consent_request_post:async function({client:t}={}){const e="/user/email-marketing-consent/request"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"POST",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},user_email_marketing_consent_seen_post:async function({client:t}={}){const e="/user/email-marketing-consent/seen"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"POST",headers:r},c=t?.fetch||fetch,h=await c(o,s);await i(h)},user_features_get:async function({client:t}={}){const e="/user/features"+a({}),o=(t?.baseUrl||"https://api.zoo.dev")+e,n=t&&t.token||"",r={};n&&(r.Authorization=`Bearer ${n}`);const s={method:"GET",headers:r},c=t?.fetch||fetch,h=await c(o,s);return await i(h),await h.json()}};export{n as ApiError,e as Client,r as Pager,J as api_calls,C as api_tokens,L as apps,s as createPager,x as executor,D as file,q as meta,W as ml,F as modeling,M as oauth2,K as orgs,I as payments,H as service_accounts,R as store,Y as unit,Z as users};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-create_user_project.test.d.ts","sourceRoot":"","sources":["../../../../__tests__/gen/users-create_user_project.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-get_user_project.test.d.ts","sourceRoot":"","sources":["../../../../__tests__/gen/users-get_user_project.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-list_project_categories.test.d.ts","sourceRoot":"","sources":["../../../../__tests__/gen/users-list_project_categories.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-list_user_projects.test.d.ts","sourceRoot":"","sources":["../../../../__tests__/gen/users-list_user_projects.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-update_user_project.test.d.ts","sourceRoot":"","sources":["../../../../__tests__/gen/users-update_user_project.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { File } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
import { ProjectResponse } from '../../models.js';
|
|
4
|
+
interface CreateUserProjectInput {
|
|
5
|
+
client?: Client;
|
|
6
|
+
files: File[];
|
|
7
|
+
}
|
|
8
|
+
type CreateUserProjectReturn = ProjectResponse;
|
|
9
|
+
/**
|
|
10
|
+
* Create a draft project for the authenticated user.
|
|
11
|
+
*
|
|
12
|
+
* Tags: users
|
|
13
|
+
*
|
|
14
|
+
* @param params Function parameters.
|
|
15
|
+
* @property {Client} [client] Optional client with auth token.
|
|
16
|
+
* @property {File[]} files Files attached as multipart/form-data.
|
|
17
|
+
* @returns {Promise<CreateUserProjectReturn>} successful creation
|
|
18
|
+
*
|
|
19
|
+
* Possible return types: ProjectResponse
|
|
20
|
+
*/
|
|
21
|
+
export default function create_user_project({ client, files, }: CreateUserProjectInput): Promise<CreateUserProjectReturn>;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=create_user_project.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create_user_project.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/create_user_project.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AACtC,OAAO,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAA;AAGpD,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAA;AAEjD,UAAU,sBAAsB;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,IAAI,EAAE,CAAA;CACd;AAED,KAAK,uBAAuB,GAAG,eAAe,CAAA;AAE9C;;;;;;;;;;;GAWG;AACH,wBAA8B,mBAAmB,CAAC,EAChD,MAAM,EACN,KAAK,GACN,EAAE,sBAAsB,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAgC3D"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Client } from '../../client.js';
|
|
2
|
+
import { ProjectResponse, Uuid } from '../../models.js';
|
|
3
|
+
interface GetUserProjectInput {
|
|
4
|
+
client?: Client;
|
|
5
|
+
id: Uuid;
|
|
6
|
+
}
|
|
7
|
+
type GetUserProjectReturn = ProjectResponse;
|
|
8
|
+
/**
|
|
9
|
+
* Get one of the authenticated user's projects.
|
|
10
|
+
*
|
|
11
|
+
* Tags: users
|
|
12
|
+
*
|
|
13
|
+
* @param params Function parameters.
|
|
14
|
+
* @property {Client} [client] Optional client with auth token.
|
|
15
|
+
* @property {Uuid} id The identifier. (path)
|
|
16
|
+
* @returns {Promise<GetUserProjectReturn>} successful operation
|
|
17
|
+
*
|
|
18
|
+
* Possible return types: ProjectResponse
|
|
19
|
+
*/
|
|
20
|
+
export default function get_user_project({ client, id, }: GetUserProjectInput): Promise<GetUserProjectReturn>;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=get_user_project.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get_user_project.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/get_user_project.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAA;AAGpD,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAEvD,UAAU,mBAAmB;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,EAAE,EAAE,IAAI,CAAA;CACT;AAED,KAAK,oBAAoB,GAAG,eAAe,CAAA;AAE3C;;;;;;;;;;;GAWG;AACH,wBAA8B,gBAAgB,CAAC,EAC7C,MAAM,EACN,EAAE,GACH,EAAE,mBAAmB,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAqBrD"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Client } from '../../client.js';
|
|
2
|
+
import { ProjectCategoryResponse } from '../../models.js';
|
|
3
|
+
interface ListProjectCategoriesInput {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
type ListProjectCategoriesReturn = ProjectCategoryResponse[];
|
|
7
|
+
/**
|
|
8
|
+
* List the active categories available for project submissions.
|
|
9
|
+
*
|
|
10
|
+
* Tags: users
|
|
11
|
+
*
|
|
12
|
+
* @param params Function parameters.
|
|
13
|
+
* @property {Client} [client] Optional client with auth token.
|
|
14
|
+
* @returns {Promise<ListProjectCategoriesReturn>} successful operation
|
|
15
|
+
*
|
|
16
|
+
* Possible return types: ProjectCategoryResponse[]
|
|
17
|
+
*/
|
|
18
|
+
export default function list_project_categories({ client }?: ListProjectCategoriesInput): Promise<ListProjectCategoriesReturn>;
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=list_project_categories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list_project_categories.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/list_project_categories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAA;AAGpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAA;AAEzD,UAAU,0BAA0B;IAClC,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,KAAK,2BAA2B,GAAG,uBAAuB,EAAE,CAAA;AAE5D;;;;;;;;;;GAUG;AACH,wBAA8B,uBAAuB,CACnD,EAAE,MAAM,EAAE,GAAE,0BAA6D,GACxE,OAAO,CAAC,2BAA2B,CAAC,CAqBtC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Client } from '../../client.js';
|
|
2
|
+
import { ProjectSummaryResponse } from '../../models.js';
|
|
3
|
+
interface ListUserProjectsInput {
|
|
4
|
+
client?: Client;
|
|
5
|
+
}
|
|
6
|
+
type ListUserProjectsReturn = ProjectSummaryResponse[];
|
|
7
|
+
/**
|
|
8
|
+
* List the authenticated user's projects.
|
|
9
|
+
*
|
|
10
|
+
* Tags: users
|
|
11
|
+
*
|
|
12
|
+
* @param params Function parameters.
|
|
13
|
+
* @property {Client} [client] Optional client with auth token.
|
|
14
|
+
* @returns {Promise<ListUserProjectsReturn>} successful operation
|
|
15
|
+
*
|
|
16
|
+
* Possible return types: ProjectSummaryResponse[]
|
|
17
|
+
*/
|
|
18
|
+
export default function list_user_projects({ client }?: ListUserProjectsInput): Promise<ListUserProjectsReturn>;
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=list_user_projects.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list_user_projects.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/list_user_projects.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAA;AAGpD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAA;AAExD,UAAU,qBAAqB;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,KAAK,sBAAsB,GAAG,sBAAsB,EAAE,CAAA;AAEtD;;;;;;;;;;GAUG;AACH,wBAA8B,kBAAkB,CAC9C,EAAE,MAAM,EAAE,GAAE,qBAAmD,GAC9D,OAAO,CAAC,sBAAsB,CAAC,CAqBjC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { File } from '../../models.js';
|
|
2
|
+
import { Client } from '../../client.js';
|
|
3
|
+
import { ProjectResponse, Uuid } from '../../models.js';
|
|
4
|
+
interface UpdateUserProjectInput {
|
|
5
|
+
client?: Client;
|
|
6
|
+
files: File[];
|
|
7
|
+
id: Uuid;
|
|
8
|
+
}
|
|
9
|
+
type UpdateUserProjectReturn = ProjectResponse;
|
|
10
|
+
/**
|
|
11
|
+
* Replace one of the authenticated user's projects.
|
|
12
|
+
*
|
|
13
|
+
* Tags: users
|
|
14
|
+
*
|
|
15
|
+
* @param params Function parameters.
|
|
16
|
+
* @property {Client} [client] Optional client with auth token.
|
|
17
|
+
* @property {Uuid} id The identifier. (path)
|
|
18
|
+
* @property {File[]} files Files attached as multipart/form-data.
|
|
19
|
+
* @returns {Promise<UpdateUserProjectReturn>} successful operation
|
|
20
|
+
*
|
|
21
|
+
* Possible return types: ProjectResponse
|
|
22
|
+
*/
|
|
23
|
+
export default function update_user_project({ client, files, id, }: UpdateUserProjectInput): Promise<UpdateUserProjectReturn>;
|
|
24
|
+
export {};
|
|
25
|
+
//# sourceMappingURL=update_user_project.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update_user_project.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/update_user_project.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AACtC,OAAO,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAA;AAGpD,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAEvD,UAAU,sBAAsB;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,IAAI,EAAE,CAAA;IACb,EAAE,EAAE,IAAI,CAAA;CACT;AAED,KAAK,uBAAuB,GAAG,eAAe,CAAA;AAE9C;;;;;;;;;;;;GAYG;AACH,wBAA8B,mBAAmB,CAAC,EAChD,MAAM,EACN,KAAK,EACL,EAAE,GACH,EAAE,sBAAsB,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAgC3D"}
|