@ovra/ts-sdk 0.5.3 → 0.5.4

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 +4 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,8 +9,7 @@ The Ovra SDK for TypeScript provides access to the [Ovra API](https://getovra.co
9
9
 
10
10
  ## Documentation
11
11
 
12
- Full documentation lives at **[app.getovra.com/docs/quickstart](https://app.getovra.com/docs/quickstart)**.
13
- Error reference at **[app.getovra.com/docs/errors](https://app.getovra.com/docs/errors)**.
12
+ **[docs.getovra.com](https://docs.getovra.com)**
14
13
 
15
14
  ## Installation
16
15
 
@@ -43,7 +42,7 @@ mints the DPAN, signs the 4-mandate AP2 chain, captures with the merchant,
43
42
  and returns the order envelope in a single round-trip.
44
43
 
45
44
  Need the lower-level primitives (custom approval UI, manual intent, raw
46
- generated operations)? See [app.getovra.com/docs/quickstart](https://app.getovra.com/docs/quickstart).
45
+ generated operations)? See the docs.
47
46
 
48
47
  ## Requirements
49
48
 
@@ -95,7 +94,7 @@ try {
95
94
  ```
96
95
 
97
96
  Every envelope carries `code`, `type`, `message`, `param`, `docUrl`,
98
- `requestId`, `status`. Full reference: [app.getovra.com/docs/errors](https://app.getovra.com/docs/errors).
97
+ `requestId`, `status`.
99
98
 
100
99
  ## Idempotency
101
100
 
@@ -136,14 +135,9 @@ agentic-commerce (search / buy / order / refund / verify), policies,
136
135
  delegations, customers, disputes, webhooks, audit, billing, and 20 more.
137
136
  Generated functions for every operation are also accessible as raw exports.
138
137
 
139
- See the [API reference](https://app.getovra.com/docs/errors) for the full
140
- list with scope and plan requirements.
141
-
142
138
  ## Support
143
139
 
144
- - Documentation: [app.getovra.com/docs/quickstart](https://app.getovra.com/docs/quickstart)
145
- - Issues: [github.com/ovra/ovra/issues](https://github.com/ovra/ovra/issues)
146
- - Email: support@getovra.com
140
+ support@getovra.com
147
141
 
148
142
  ## License
149
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovra/ts-sdk",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Official TypeScript SDK for the Ovra API — payment infrastructure for AI agents.",
5
5
  "author": "Ovra",
6
6
  "license": "SEE LICENSE IN LICENSE",