tiime-cli 1.1.0 → 1.2.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 +1 -1
- package/dist/cli.js +856 -328
- package/dist/index.d.ts +53 -2
- package/dist/index.js +32 -0
- package/package.json +16 -14
package/README.md
CHANGED
|
@@ -384,7 +384,7 @@ const transactions = await client.bankTransactions.listAll({
|
|
|
384
384
|
search: "loyer",
|
|
385
385
|
});
|
|
386
386
|
|
|
387
|
-
// Clients
|
|
387
|
+
// Clients
|
|
388
388
|
const clients = await client.clients.list({ archived: false });
|
|
389
389
|
// Devis
|
|
390
390
|
const quotations = await client.quotations.list();
|