@baasix/sdk 0.1.13 → 0.1.14
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -463,6 +463,8 @@ Baasix supports 50+ filter operators:
|
|
|
463
463
|
|
|
464
464
|
// Dynamic variables
|
|
465
465
|
{ author_Id: { eq: '$CURRENT_USER' } }
|
|
466
|
+
{ tenant_Id: { eq: '$CURRENT_TENANT' } }
|
|
467
|
+
{ currency: { eq: '$CURRENT_SETTINGS.currency' } }
|
|
466
468
|
{ createdAt: { gte: '$NOW-DAYS_30' } }
|
|
467
469
|
```
|
|
468
470
|
|