@kittycad/lib 3.0.3 → 3.0.4

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.
@@ -3,7 +3,7 @@ import { ZooProductSubscription } from '../../models.js';
3
3
  interface GetPricingSubscriptionsInput {
4
4
  client?: Client;
5
5
  }
6
- declare type GetPricingSubscriptionsReturn = ZooProductSubscription[];
6
+ declare type GetPricingSubscriptionsReturn = Record<string, ZooProductSubscription[]>;
7
7
  /**
8
8
  * Get the pricing for our subscriptions.
9
9
  *
@@ -15,7 +15,7 @@ declare type GetPricingSubscriptionsReturn = ZooProductSubscription[];
15
15
  * @property {Client} [client] Optional client with auth token.
16
16
  * @returns {Promise<GetPricingSubscriptionsReturn>} successful operation
17
17
  *
18
- * Possible return types: ZooProductSubscription[]
18
+ * Possible return types: ZooProductSubscription
19
19
  */
20
20
  export default function get_pricing_subscriptions({ client }?: GetPricingSubscriptionsInput): Promise<GetPricingSubscriptionsReturn>;
21
21
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"get_pricing_subscriptions.d.ts","sourceRoot":"","sources":["../../../../../src/api/meta/get_pricing_subscriptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAA;AAGpD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAA;AAExD,UAAU,4BAA4B;IACpC,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,aAAK,6BAA6B,GAAG,sBAAsB,EAAE,CAAA;AAE7D;;;;;;;;;;;;GAYG;AACH,wBAA8B,yBAAyB,CACrD,EAAE,MAAM,EAAE,GAAE,4BAAiE,GAC5E,OAAO,CAAC,6BAA6B,CAAC,CAkCxC"}
1
+ {"version":3,"file":"get_pricing_subscriptions.d.ts","sourceRoot":"","sources":["../../../../../src/api/meta/get_pricing_subscriptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAA;AAGpD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAA;AAExD,UAAU,4BAA4B;IACpC,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,aAAK,6BAA6B,GAAG,MAAM,CAAC,MAAM,EAAE,sBAAsB,EAAE,CAAC,CAAA;AAE7E;;;;;;;;;;;;GAYG;AACH,wBAA8B,yBAAyB,CACrD,EAAE,MAAM,EAAE,GAAE,4BAAiE,GAC5E,OAAO,CAAC,6BAA6B,CAAC,CAkCxC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kittycad/lib",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "Javascript library for KittyCAD API",
5
5
  "type": "module",
6
6
  "keywords": [