@fonoster/common 0.15.5 → 0.15.7

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.
@@ -35,7 +35,7 @@ service Applications {
35
35
  rpc UpdateApplication(UpdateApplicationRequest) returns (UpdateApplicationResponse) {}
36
36
  // Delete an application
37
37
  rpc DeleteApplication(DeleteApplicationRequest) returns (DeleteApplicationResponse) {}
38
- // Evaluate the intellgence for an Autopilot application
38
+ // Evaluate the intelligence for an Autopilot application
39
39
  rpc EvaluateIntelligence(EvaluateIntelligenceRequest) returns (EvaluateIntelligenceResponse);
40
40
  // Create an Ephemeral Agent to perform test calls to an application
41
41
  rpc CreateTestToken(google.protobuf.Empty) returns (TestTokenResponse) {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/common",
3
- "version": "0.15.5",
3
+ "version": "0.15.7",
4
4
  "description": "Common library for Fonoster projects",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -49,5 +49,5 @@
49
49
  "devDependencies": {
50
50
  "@types/nodemailer": "^6.4.14"
51
51
  },
52
- "gitHead": "624a7946ab7a3b6c034fca216a4f901cc95259dd"
52
+ "gitHead": "ee046e3e244bfdbf60064ddab2e9f9318e04b4dc"
53
53
  }