@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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baasix/sdk",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Official JavaScript/TypeScript SDK for Baasix Backend-as-a-Service",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",