@bunnyapp/api-client 2.0.2 → 2.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bunnyapp/api-client",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Node.js client for Bunny CRM",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -28,6 +28,11 @@ const query = `mutation subscriptionCreate ($attributes: SubscriptionAttributes!
28
28
  id
29
29
  code
30
30
  name
31
+ account {
32
+ id
33
+ name
34
+ billingDay
35
+ }
31
36
  }
32
37
  }
33
38
  errors