@kittycad/lib 4.2.6 → 4.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kittycad/lib",
3
- "version": "4.2.6",
3
+ "version": "4.2.7",
4
4
  "description": "Javascript library for KittyCAD API",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -1,24 +0,0 @@
1
- import { Client } from '../../client.js';
2
- import { OrgAdminDetails, Uuid } from '../../models.js';
3
- interface OrgAdminDetailsGetInput {
4
- client?: Client;
5
- id: Uuid;
6
- }
7
- type OrgAdminDetailsGetReturn = OrgAdminDetails;
8
- /**
9
- * Get admin-only details for an organization.
10
- *
11
- * Zoo admins can retrieve extended information about any organization, while non-admins receive a 404 to avoid leaking existence.
12
- *
13
- * Tags: orgs, hidden
14
- *
15
- * @param params Function parameters.
16
- * @property {Client} [client] Optional client with auth token.
17
- * @property {Uuid} id The organization ID. (path)
18
- * @returns {Promise<OrgAdminDetailsGetReturn>} successful operation
19
- *
20
- * Possible return types: OrgAdminDetails
21
- */
22
- export default function org_admin_details_get({ client, id, }: OrgAdminDetailsGetInput): Promise<OrgAdminDetailsGetReturn>;
23
- export {};
24
- //# sourceMappingURL=org_admin_details_get.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"org_admin_details_get.d.ts","sourceRoot":"","sources":["../../../../../src/api/orgs/org_admin_details_get.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAA;AAGpD,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAEvD,UAAU,uBAAuB;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,EAAE,EAAE,IAAI,CAAA;CACT;AAED,KAAK,wBAAwB,GAAG,eAAe,CAAA;AAE/C;;;;;;;;;;;;;GAaG;AACH,wBAA8B,qBAAqB,CAAC,EAClD,MAAM,EACN,EAAE,GACH,EAAE,uBAAuB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAqB7D"}