@ketrics/sdk-backend 0.7.0 → 0.7.1

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 (3) hide show
  1. package/README.md +609 -1362
  2. package/dist/context.d.ts +2 -2
  3. package/package.json +2 -2
package/dist/context.d.ts CHANGED
@@ -58,7 +58,7 @@ export interface UserContext {
58
58
  */
59
59
  export interface RequestorContext {
60
60
  /** Type of requestor */
61
- type: 'USER' | 'SERVICE_ACCOUNT';
61
+ type: "USER" | "SERVICE_ACCOUNT";
62
62
  /** User UUID (only when type is 'USER') */
63
63
  userId?: string;
64
64
  /** Service account UUID (only when type is 'SERVICE_ACCOUNT') */
@@ -81,7 +81,7 @@ export interface RuntimeContext {
81
81
  /** Node.js version (e.g., "18.x") */
82
82
  nodeVersion: string;
83
83
  /** Runtime platform */
84
- runtime: 'ecs-fargate';
84
+ runtime: "ecs-fargate";
85
85
  /** AWS region (e.g., "us-east-1") */
86
86
  region: string;
87
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ketrics/sdk-backend",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Ketrics SDK for backend tenant application code (VM sandbox)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "license": "MIT",
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "https://github.com/ketrics/cl-ketrics.git",
27
+ "url": "https://github.com/ketrics/ketrics-io.git",
28
28
  "directory": "ketrics-sdk-backend"
29
29
  },
30
30
  "devDependencies": {