@bloque/sdk-core 0.0.22 → 0.0.23

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 ADDED
@@ -0,0 +1,5 @@
1
+ # `@bloque/sdk-core`
2
+
3
+ ⚠️ **Warning**: This package is intended for internal use. Its release cycle does not follow SemVer, which means we might release breaking changes (change APIs, remove functionality) without any prior warning.
4
+
5
+ For documentation, please refer to the [main SDK documentation](../sdk/README.md).
package/dist/types.d.ts CHANGED
@@ -173,6 +173,12 @@ export interface BloqueConfig {
173
173
  * Mainly intended for internal use or advanced scenarios.
174
174
  */
175
175
  accessToken?: string;
176
+ /**
177
+ * Optional user URN to scope the SDK instance to a specific user.
178
+ *
179
+ * Mainly intended for internal use or advanced scenarios.
180
+ */
181
+ urn?: string;
176
182
  }
177
183
  export interface RequestOptions<U = unknown> {
178
184
  method: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloque/sdk-core",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "Core utilities and types for Bloque SDK.",
5
5
  "type": "module",
6
6
  "keywords": [