@elizaos/schemas 2.0.0-alpha.85 → 2.0.0-alpha.86

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.
@@ -5,9 +5,9 @@ package eliza.v1;
5
5
 
6
6
  import "eliza/v1/agent.proto";
7
7
  import "eliza/v1/components.proto";
8
+ import "eliza/v1/payment.proto";
8
9
  import "eliza/v1/service.proto";
9
10
  import "google/protobuf/struct.proto";
10
- import "eliza/v1/payment.proto";
11
11
 
12
12
  // HTTP method enumeration for routes
13
13
  enum HttpMethod {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/schemas",
3
- "version": "2.0.0-alpha.85",
3
+ "version": "2.0.0-alpha.86",
4
4
  "description": "Protocol Buffer schemas for elizaOS - single source of truth for all types",
5
5
  "files": [
6
6
  "eliza",
@@ -26,5 +26,5 @@
26
26
  "devDependencies": {
27
27
  "@bufbuild/buf": "^1.47.2"
28
28
  },
29
- "gitHead": "42903f5b1662f7e0a4fe4294f4869b6e5093c925"
29
+ "gitHead": "80e042f47c0019521b9e0b8a7a2f07a6afa82666"
30
30
  }