@seeka-labs/sdk-apps-server 2.0.7-rc.2 → 2.0.10-alpha.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeka-labs/sdk-apps-server",
3
- "version": "2.0.7-rc.2",
3
+ "version": "2.0.10-alpha.0",
4
4
  "description": "Seeka - Apps SDK - Node.js",
5
5
  "author": "SEEKA <platform@seeka.co>",
6
6
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  "typescript": "^5.8.3",
43
43
  "undici": "^7.10.0"
44
44
  },
45
- "gitHead": "3090cdc0329c28d427d15343ac3b2b486b5d5627",
45
+ "gitHead": "a189a826d921d74c9c4c2f5b71ebc8b0b8cf4652",
46
46
  "dependencies": {
47
47
  "axios": "^1.9.0",
48
48
  "memory-cache": "^0.2.0",
@@ -1,7 +0,0 @@
1
- export declare const getAppAccessTokenCookieName: (appId: string) => string;
2
- export declare const getCoreApiAccessTokenCookieName: (appId: string) => string;
3
- export declare const appAccessTokenHeaderName = "X-Seeka-App-Token";
4
- export declare const coreApiAccessTokenHeaderName = "X-Seeka-CoreApi-Token";
5
- export declare const appAccessTokenQueryParamName = "at_app";
6
- export declare const coreApiAccessTokenQueryParamName = "at_core";
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/auth/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,2BAA2B,GAAI,OAAO,MAAM,WAAqC,CAAC;AAC/F,eAAO,MAAM,+BAA+B,GAAI,OAAO,MAAM,WAAsC,CAAC;AACpG,eAAO,MAAM,wBAAwB,sBAAsB,CAAC;AAC5D,eAAO,MAAM,4BAA4B,0BAA0B,CAAC;AACpE,eAAO,MAAM,4BAA4B,WAAW,CAAC;AACrD,eAAO,MAAM,gCAAgC,YAAY,CAAC"}