@squidcloud/backend 1.0.170 → 1.0.172
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AuthWithApiKey, AuthWithBearer, RunContext, SecretKey, SecretValue, Squid,
|
|
1
|
+
import { AuthWithApiKey, AuthWithBearer, RunContext, SecretKey, SecretValue, Squid, SquidRegion, WebhookResponse } from '@squidcloud/client';
|
|
2
2
|
import { OpenApiResponse } from '../../internal-common/src/types/openapi-response';
|
|
3
3
|
import { ServiceConfig } from '../../internal-common/src/types/security.types';
|
|
4
4
|
/**
|
|
@@ -18,7 +18,7 @@ export declare class SquidService {
|
|
|
18
18
|
/**
|
|
19
19
|
* Your application's region. When developing locally, the region will be set to `local`.
|
|
20
20
|
*/
|
|
21
|
-
readonly region:
|
|
21
|
+
readonly region: SquidRegion;
|
|
22
22
|
private readonly auth;
|
|
23
23
|
private readonly config;
|
|
24
24
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squidcloud/backend",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.172",
|
|
4
4
|
"description": "Squid Cloud's backend SDK",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/backend/src/index.d.ts",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"tsoa": "^5.1.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@squidcloud/client": "^1.0.
|
|
25
|
+
"@squidcloud/client": "^1.0.172"
|
|
26
26
|
}
|
|
27
27
|
}
|