@squidcloud/backend 1.0.178 → 1.0.179

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, OpenApiResponse, RunContext, SecretKey, SecretValue, Squid, SquidRegion, WebhookResponse } from '@squidcloud/client';
1
+ import { AuthWithApiKey, AuthWithBearer, RunContext, SecretKey, SecretValue, Squid, SquidRegion, WebhookResponse } from '@squidcloud/client';
2
2
  /**
3
3
  * A base class for all the different types of Squid backend services. This class serves as a container
4
4
  * for the various methods implemented in the backend in order to customize the Squid backend for an application.
@@ -75,5 +75,5 @@ export declare class SquidService {
75
75
  * @param headers An object containing response headers. Defaults to an empty object if not provided.
76
76
  * @returns The openapi response.
77
77
  */
78
- createOpenApiResponse(body?: unknown, statusCode?: number, headers?: Record<string, unknown>): OpenApiResponse;
78
+ createOpenApiResponse(body?: unknown, statusCode?: number, headers?: Record<string, unknown>): any;
79
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/backend",
3
- "version": "1.0.178",
3
+ "version": "1.0.179",
4
4
  "description": "Squid Cloud's backend SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/backend/src/index.d.ts",
@@ -23,6 +23,6 @@
23
23
  "tsoa": "^5.1.1"
24
24
  },
25
25
  "peerDependencies": {
26
- "@squidcloud/client": "^1.0.178"
26
+ "@squidcloud/client": "^1.0.179"
27
27
  }
28
28
  }