@kittycad/lib 0.0.8 → 0.0.9
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/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/types/src/apiGen.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +17 -16
- package/dist/types/src/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiGen.d.ts","sourceRoot":"","sources":["../../../src/apiGen.ts"],"names":[],"mappings":"AAGA,wBAA8B,MAAM,CAAC,MAAM,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"apiGen.d.ts","sourceRoot":"","sources":["../../../src/apiGen.ts"],"names":[],"mappings":"AAGA,wBAA8B,MAAM,CAAC,MAAM,EAAE,GAAG,iBAqM/C;AAwBD,wBAAgB,KAAK,CAAC,GAAG,EAAE,GAAG,UAO7B"}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
import get_schema from './api/meta/get_schema.js';
|
|
2
|
-
import ping from './api/meta/ping.js';
|
|
3
2
|
import get_metadata from './api/meta/get_metadata.js';
|
|
3
|
+
import ping from './api/meta/ping.js';
|
|
4
4
|
export declare const meta: {
|
|
5
5
|
get_schema: typeof get_schema;
|
|
6
|
-
ping: typeof ping;
|
|
7
6
|
get_metadata: typeof get_metadata;
|
|
7
|
+
ping: typeof ping;
|
|
8
8
|
};
|
|
9
|
+
import list_api_calls from './api/api-calls/list_api_calls.js';
|
|
9
10
|
import get_api_call_metrics from './api/api-calls/get_api_call_metrics.js';
|
|
10
11
|
import get_api_call from './api/api-calls/get_api_call.js';
|
|
11
|
-
import get_async_operation from './api/api-calls/get_async_operation.js';
|
|
12
|
-
import list_api_calls from './api/api-calls/list_api_calls.js';
|
|
13
12
|
import list_async_operations from './api/api-calls/list_async_operations.js';
|
|
13
|
+
import get_async_operation from './api/api-calls/get_async_operation.js';
|
|
14
14
|
import user_list_api_calls from './api/api-calls/user_list_api_calls.js';
|
|
15
15
|
import get_api_call_for_user from './api/api-calls/get_api_call_for_user.js';
|
|
16
16
|
import list_api_calls_for_user from './api/api-calls/list_api_calls_for_user.js';
|
|
17
17
|
export declare const api_calls: {
|
|
18
|
+
list_api_calls: typeof list_api_calls;
|
|
18
19
|
get_api_call_metrics: typeof get_api_call_metrics;
|
|
19
20
|
get_api_call: typeof get_api_call;
|
|
20
|
-
get_async_operation: typeof get_async_operation;
|
|
21
|
-
list_api_calls: typeof list_api_calls;
|
|
22
21
|
list_async_operations: typeof list_async_operations;
|
|
22
|
+
get_async_operation: typeof get_async_operation;
|
|
23
23
|
user_list_api_calls: typeof user_list_api_calls;
|
|
24
24
|
get_api_call_for_user: typeof get_api_call_for_user;
|
|
25
25
|
list_api_calls_for_user: typeof list_api_calls_for_user;
|
|
26
26
|
};
|
|
27
|
-
import get_file_conversion from './api/file/get_file_conversion.js';
|
|
28
27
|
import create_file_conversion from './api/file/create_file_conversion.js';
|
|
28
|
+
import get_file_conversion from './api/file/get_file_conversion.js';
|
|
29
|
+
import create_file_density from './api/file/create_file_density.js';
|
|
29
30
|
import create_file_execution from './api/file/create_file_execution.js';
|
|
30
31
|
import create_file_mass from './api/file/create_file_mass.js';
|
|
31
32
|
import create_file_volume from './api/file/create_file_volume.js';
|
|
32
|
-
import create_file_density from './api/file/create_file_density.js';
|
|
33
33
|
import get_file_conversion_for_user from './api/file/get_file_conversion_for_user.js';
|
|
34
34
|
export declare const file: {
|
|
35
|
-
get_file_conversion: typeof get_file_conversion;
|
|
36
35
|
create_file_conversion: typeof create_file_conversion;
|
|
36
|
+
get_file_conversion: typeof get_file_conversion;
|
|
37
|
+
create_file_density: typeof create_file_density;
|
|
37
38
|
create_file_execution: typeof create_file_execution;
|
|
38
39
|
create_file_mass: typeof create_file_mass;
|
|
39
40
|
create_file_volume: typeof create_file_volume;
|
|
40
|
-
create_file_density: typeof create_file_density;
|
|
41
41
|
get_file_conversion_for_user: typeof get_file_conversion_for_user;
|
|
42
42
|
};
|
|
43
43
|
import device_auth_request from './api/oauth2/device_auth_request.js';
|
|
@@ -76,13 +76,13 @@ export declare const users: {
|
|
|
76
76
|
get_user_extended: typeof get_user_extended;
|
|
77
77
|
get_user: typeof get_user;
|
|
78
78
|
};
|
|
79
|
-
import create_api_token_for_user from './api/api-tokens/create_api_token_for_user.js';
|
|
80
79
|
import list_api_tokens_for_user from './api/api-tokens/list_api_tokens_for_user.js';
|
|
80
|
+
import create_api_token_for_user from './api/api-tokens/create_api_token_for_user.js';
|
|
81
81
|
import delete_api_token_for_user from './api/api-tokens/delete_api_token_for_user.js';
|
|
82
82
|
import get_api_token_for_user from './api/api-tokens/get_api_token_for_user.js';
|
|
83
83
|
export declare const api_tokens: {
|
|
84
|
-
create_api_token_for_user: typeof create_api_token_for_user;
|
|
85
84
|
list_api_tokens_for_user: typeof list_api_tokens_for_user;
|
|
85
|
+
create_api_token_for_user: typeof create_api_token_for_user;
|
|
86
86
|
delete_api_token_for_user: typeof delete_api_token_for_user;
|
|
87
87
|
get_api_token_for_user: typeof get_api_token_for_user;
|
|
88
88
|
};
|
|
@@ -90,24 +90,25 @@ import delete_payment_information_for_user from './api/payments/delete_payment_i
|
|
|
90
90
|
import get_payment_information_for_user from './api/payments/get_payment_information_for_user.js';
|
|
91
91
|
import create_payment_information_for_user from './api/payments/create_payment_information_for_user.js';
|
|
92
92
|
import update_payment_information_for_user from './api/payments/update_payment_information_for_user.js';
|
|
93
|
-
import create_payment_intent_for_user from './api/payments/create_payment_intent_for_user.js';
|
|
94
93
|
import get_payment_balance_for_user from './api/payments/get_payment_balance_for_user.js';
|
|
95
|
-
import
|
|
94
|
+
import create_payment_intent_for_user from './api/payments/create_payment_intent_for_user.js';
|
|
96
95
|
import list_invoices_for_user from './api/payments/list_invoices_for_user.js';
|
|
96
|
+
import list_payment_methods_for_user from './api/payments/list_payment_methods_for_user.js';
|
|
97
97
|
import delete_payment_method_for_user from './api/payments/delete_payment_method_for_user.js';
|
|
98
98
|
export declare const payments: {
|
|
99
99
|
delete_payment_information_for_user: typeof delete_payment_information_for_user;
|
|
100
100
|
get_payment_information_for_user: typeof get_payment_information_for_user;
|
|
101
101
|
create_payment_information_for_user: typeof create_payment_information_for_user;
|
|
102
102
|
update_payment_information_for_user: typeof update_payment_information_for_user;
|
|
103
|
-
create_payment_intent_for_user: typeof create_payment_intent_for_user;
|
|
104
103
|
get_payment_balance_for_user: typeof get_payment_balance_for_user;
|
|
105
|
-
|
|
104
|
+
create_payment_intent_for_user: typeof create_payment_intent_for_user;
|
|
106
105
|
list_invoices_for_user: typeof list_invoices_for_user;
|
|
106
|
+
list_payment_methods_for_user: typeof list_payment_methods_for_user;
|
|
107
107
|
delete_payment_method_for_user: typeof delete_payment_method_for_user;
|
|
108
108
|
};
|
|
109
109
|
import get_session_for_user from './api/sessions/get_session_for_user.js';
|
|
110
110
|
export declare const sessions: {
|
|
111
111
|
get_session_for_user: typeof get_session_for_user;
|
|
112
112
|
};
|
|
113
|
+
export * as Models from './models.js';
|
|
113
114
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,0BAA0B,CAAC;AAClD,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,0BAA0B,CAAC;AAClD,OAAO,YAAY,MAAM,4BAA4B,CAAC;AACtD,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,eAAO,MAAM,IAAI;;;;CAAqC,CAAC;AAEvD,OAAO,cAAc,MAAM,mCAAmC,CAAC;AAC/D,OAAO,oBAAoB,MAAM,yCAAyC,CAAC;AAC3E,OAAO,YAAY,MAAM,iCAAiC,CAAC;AAC3D,OAAO,qBAAqB,MAAM,0CAA0C,CAAC;AAC7E,OAAO,mBAAmB,MAAM,wCAAwC,CAAC;AACzE,OAAO,mBAAmB,MAAM,wCAAwC,CAAC;AACzE,OAAO,qBAAqB,MAAM,0CAA0C,CAAC;AAC7E,OAAO,uBAAuB,MAAM,4CAA4C,CAAC;AACjF,eAAO,MAAM,SAAS;;;;;;;;;CASrB,CAAC;AAEF,OAAO,sBAAsB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,mBAAmB,MAAM,mCAAmC,CAAC;AACpE,OAAO,mBAAmB,MAAM,mCAAmC,CAAC;AACpE,OAAO,qBAAqB,MAAM,qCAAqC,CAAC;AACxE,OAAO,gBAAgB,MAAM,gCAAgC,CAAC;AAC9D,OAAO,kBAAkB,MAAM,kCAAkC,CAAC;AAClE,OAAO,4BAA4B,MAAM,4CAA4C,CAAC;AACtF,eAAO,MAAM,IAAI;;;;;;;;CAQhB,CAAC;AAEF,OAAO,mBAAmB,MAAM,qCAAqC,CAAC;AACtE,OAAO,mBAAmB,MAAM,qCAAqC,CAAC;AACtE,OAAO,mBAAmB,MAAM,qCAAqC,CAAC;AACtE,OAAO,kBAAkB,MAAM,oCAAoC,CAAC;AACpE,OAAO,+BAA+B,MAAM,iDAAiD,CAAC;AAC9F,OAAO,8BAA8B,MAAM,gDAAgD,CAAC;AAC5F,eAAO,MAAM,MAAM;;;;;;;CAOlB,CAAC;AAEF,OAAO,sBAAsB,MAAM,sCAAsC,CAAC;AAC1E,eAAO,MAAM,IAAI;;CAA6B,CAAC;AAE/C,OAAO,gBAAgB,MAAM,iCAAiC,CAAC;AAC/D,OAAO,gBAAgB,MAAM,iCAAiC,CAAC;AAC/D,OAAO,aAAa,MAAM,8BAA8B,CAAC;AACzD,OAAO,sBAAsB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,UAAU,MAAM,2BAA2B,CAAC;AACnD,OAAO,mBAAmB,MAAM,oCAAoC,CAAC;AACrE,OAAO,iBAAiB,MAAM,kCAAkC,CAAC;AACjE,OAAO,QAAQ,MAAM,yBAAyB,CAAC;AAC/C,eAAO,MAAM,KAAK;;;;;;;;;CASjB,CAAC;AAEF,OAAO,wBAAwB,MAAM,8CAA8C,CAAC;AACpF,OAAO,yBAAyB,MAAM,+CAA+C,CAAC;AACtF,OAAO,yBAAyB,MAAM,+CAA+C,CAAC;AACtF,OAAO,sBAAsB,MAAM,4CAA4C,CAAC;AAChF,eAAO,MAAM,UAAU;;;;;CAKtB,CAAC;AAEF,OAAO,mCAAmC,MAAM,uDAAuD,CAAC;AACxG,OAAO,gCAAgC,MAAM,oDAAoD,CAAC;AAClG,OAAO,mCAAmC,MAAM,uDAAuD,CAAC;AACxG,OAAO,mCAAmC,MAAM,uDAAuD,CAAC;AACxG,OAAO,4BAA4B,MAAM,gDAAgD,CAAC;AAC1F,OAAO,8BAA8B,MAAM,kDAAkD,CAAC;AAC9F,OAAO,sBAAsB,MAAM,0CAA0C,CAAC;AAC9E,OAAO,6BAA6B,MAAM,iDAAiD,CAAC;AAC5F,OAAO,8BAA8B,MAAM,kDAAkD,CAAC;AAC9F,eAAO,MAAM,QAAQ;;;;;;;;;;CAUpB,CAAC;AAEF,OAAO,oBAAoB,MAAM,wCAAwC,CAAC;AAC1E,eAAO,MAAM,QAAQ;;CAA2B,CAAC;AAEjD,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC"}
|