@lotics/cli 0.185.0 → 0.187.0
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/README.md +4 -4
- package/dist/src/cli.js +3043 -2432
- package/dist/src/client.d.ts +1 -0
- package/dist/src/client.js +1032 -891
- package/docs/building_an_app.md +3 -1
- package/docs/cli_reference.md +4 -4
- package/package.json +1 -1
- package/dist/src/invocation.js +0 -142
package/dist/src/client.d.ts
CHANGED
|
@@ -968,6 +968,7 @@ export declare class LoticsClient {
|
|
|
968
968
|
uploadFiles(filePaths: string[], options?: {
|
|
969
969
|
filenames?: string[];
|
|
970
970
|
}): Promise<FileUploadResult>;
|
|
971
|
+
private uploadLargeFile;
|
|
971
972
|
/**
|
|
972
973
|
* Store files from bytes the caller already holds — the path for a caller that
|
|
973
974
|
* never had them on disk (an email attachment decoded in memory, a generated
|