wowok 1.6.64 → 1.6.66
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/README.md +7 -6
- package/dist/arbitration.js +217 -219
- package/dist/demand.d.ts +2 -2
- package/dist/demand.d.ts.map +1 -1
- package/dist/demand.js +123 -127
- package/dist/entity.d.ts +2 -4
- package/dist/entity.d.ts.map +1 -1
- package/dist/entity.js +92 -96
- package/dist/exception.d.ts +2 -1
- package/dist/exception.d.ts.map +1 -1
- package/dist/exception.js +5 -8
- package/dist/guard.d.ts.map +1 -1
- package/dist/guard.js +469 -506
- package/dist/index.d.ts +6 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +22 -37
- package/dist/machine.d.ts +1 -2
- package/dist/machine.d.ts.map +1 -1
- package/dist/machine.js +265 -283
- package/dist/passport.d.ts +0 -2
- package/dist/passport.d.ts.map +1 -1
- package/dist/passport.js +444 -569
- package/dist/payment.js +22 -26
- package/dist/permission.d.ts +41 -34
- package/dist/permission.d.ts.map +1 -1
- package/dist/permission.js +265 -264
- package/dist/progress.d.ts +4 -4
- package/dist/progress.d.ts.map +1 -1
- package/dist/progress.js +165 -166
- package/dist/protocol.d.ts +33 -35
- package/dist/protocol.d.ts.map +1 -1
- package/dist/protocol.js +264 -376
- package/dist/repository.d.ts +21 -7
- package/dist/repository.d.ts.map +1 -1
- package/dist/repository.js +315 -290
- package/dist/resource.d.ts +7 -5
- package/dist/resource.d.ts.map +1 -1
- package/dist/resource.js +89 -89
- package/dist/service.d.ts +3 -3
- package/dist/service.d.ts.map +1 -1
- package/dist/service.js +542 -544
- package/dist/treasury.js +183 -184
- package/dist/utils.d.ts +1 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +254 -340
- package/dist/wowok.js +51 -54
- package/package.json +1 -1
- package/src/demand.ts +3 -6
- package/src/exception.ts +1 -0
- package/src/guard.ts +277 -266
- package/src/index.ts +9 -6
- package/src/machine.ts +0 -22
- package/src/passport.ts +0 -2
- package/src/permission.ts +22 -34
- package/src/progress.ts +24 -5
- package/src/protocol.ts +11 -11
- package/src/repository.ts +2 -2
- package/src/utils.ts +7 -2
- package/dist/agent_call/call.d.ts +0 -30
- package/dist/agent_call/call.d.ts.map +0 -1
- package/dist/agent_call/call.js +0 -83
- package/dist/agent_query/events.d.ts +0 -61
- package/dist/agent_query/events.d.ts.map +0 -1
- package/dist/agent_query/events.js +0 -122
- package/dist/agent_query/objects.d.ts +0 -312
- package/dist/agent_query/objects.d.ts.map +0 -1
- package/dist/agent_query/objects.js +0 -492
- package/dist/agent_query/permission.d.ts +0 -14
- package/dist/agent_query/permission.d.ts.map +0 -1
- package/dist/agent_query/permission.js +0 -110
- package/src/agent_call/call.ts +0 -894
- package/src/agent_query/events.ts +0 -100
- package/src/agent_query/objects.ts +0 -670
- package/src/agent_query/permission.ts +0 -57
- package/src/cache.ts +0 -54
package/README.md
CHANGED
|
@@ -3,9 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
Create, collaborate, and transact on your own terms with the AI-driven web3 collaboration protocol.
|
|
5
5
|
|
|
6
|
-
Github: [https://github.com/wowok-ai/
|
|
6
|
+
Github: [https://github.com/wowok-ai/wowok](https://github.com/wowok-ai/wowok)
|
|
7
|
+
Wowok Agent for AI: [https://github.com/wowok-ai/wowok_agent](https://github.com/wowok-ai/wowok_agent)
|
|
7
8
|
Website: [https://wowok.net/](https://wowok.net/)
|
|
8
|
-
Docs: [https://github.com/wowok-ai/
|
|
9
|
+
Docs: [https://github.com/wowok-ai/wowok/wiki](https://github.com/wowok-ai/wowok/wiki)
|
|
9
10
|
X: [https://x.com/Wowok_Ai](https://x.com/Wowok_Ai)
|
|
10
11
|
|
|
11
12
|
|
|
@@ -17,18 +18,18 @@ $ npm i wowok@latest
|
|
|
17
18
|
The protocol address may change due to protocol upgrade. Please update the SDK to the latest version.
|
|
18
19
|
|
|
19
20
|
### Examples
|
|
20
|
-
#### [An airdrop collection system for different behaviors, allowing three collection mechanisms:](https://github.com/wowok-ai/
|
|
21
|
+
#### [An airdrop collection system for different behaviors, allowing three collection mechanisms:](https://github.com/wowok-ai/examples/tree/main/airdrop)
|
|
21
22
|
* New users can claim 300 tokens
|
|
22
23
|
* Each user can claim 100 tokens per day
|
|
23
24
|
* After 10 claims, each user can claim 200 tokens per day
|
|
24
25
|
|
|
25
|
-
#### [A complete e-commerce system similar to Amazon:](https://github.com/wowok-ai/
|
|
26
|
+
#### [A complete e-commerce system similar to Amazon:](https://github.com/wowok-ai/examples/tree/main/e-commerce)
|
|
26
27
|
* Pre-sales, after-sales, finance, express and other multi-role cooperation
|
|
27
28
|
* Encrypted personal information transfer and order management
|
|
28
29
|
* Support compensation and dispute voting arbitration
|
|
29
30
|
|
|
30
|
-
#### [How can social resources collaborate to meet a Kenya 10-day personalized travel dream](https://github.com/wowok-ai/
|
|
31
|
+
#### [How can social resources collaborate to meet a Kenya 10-day personalized travel dream](https://github.com/wowok-ai/examples/tree/main/kenya)
|
|
31
32
|
* Demand + Service + Machine/Progress + Order + Permission + Treasury + Arbitration
|
|
32
33
|
|
|
33
|
-
#### [See more examples...](https://github.com/wowok-ai/
|
|
34
|
+
#### [See more examples...](https://github.com/wowok-ai/examples)
|
|
34
35
|
|