@friggframework/schemas 2.0.0-next.40 → 2.0.0-next.42

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -273,7 +273,7 @@ const coreModels = {
273
273
  _id: "507f1f77bcf86cd799439012",
274
274
  userId: "507f1f77bcf86cd799439011",
275
275
  subType: "hubspot",
276
- auth_is_valid: true,
276
+ authIsValid: true,
277
277
  authData: {
278
278
  access_token: "encrypted_token",
279
279
  token_type: "Bearer"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@friggframework/schemas",
3
- "version": "2.0.0-next.40",
3
+ "version": "2.0.0-next.42",
4
4
  "description": "Canonical JSON Schema definitions for Frigg Framework",
5
5
  "main": "index.js",
6
6
  "author": "",
@@ -39,5 +39,5 @@
39
39
  "validators/",
40
40
  "index.js"
41
41
  ],
42
- "gitHead": "088c50c6e1e37a6d42be05af49349b70ae94ee31"
42
+ "gitHead": "9b956c72ec74f70bb5efd336782cf269c79c3d9b"
43
43
  }