@premai/api-sdk 1.0.29

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/cli.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ export {};
@@ -0,0 +1,7 @@
1
+ export type endpointsT = {
2
+ enclave?: string;
3
+ proxy?: string;
4
+ };
5
+ export declare const endpoints: endpointsT;
6
+ export declare const DEFAULT_REQUEST_TIMEOUT_MS = 60000;
7
+ export declare const DEFAULT_MAX_BUFFER_SIZE: number;