Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gtsc/api-models

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gtsc/api-models - npm Package Compare versions

Comparing version 0.0.3-next.45 to 0.0.3-next.46

dist/types/models/responses/errors/IBadRequestResponse.d.ts

3

dist/types/index.d.ts

@@ -14,5 +14,6 @@ export * from "./helpers/responseHelper";

export * from "./models/requests/INoContentRequest";
export * from "./models/responses/errors/IBadRequestErrorResponse";
export * from "./models/responses/errors/IBadRequestResponse";
export * from "./models/responses/errors/IConflictResponse";
export * from "./models/responses/errors/IForbiddenResponse";
export * from "./models/responses/errors/IInternalServerErrorResponse";
export * from "./models/responses/errors/INotFoundResponse";

@@ -19,0 +20,0 @@ export * from "./models/responses/errors/IUnauthorizedResponse";

@@ -17,2 +17,6 @@ /**

skipAuth?: boolean;
/**
* Skips the partition id check for this route.
*/
skipPartition?: boolean;
}

@@ -24,2 +24,3 @@ # @gtsc/api-models

- [IForbiddenResponse](interfaces/IForbiddenResponse.md)
- [IInternalServerErrorResponse](interfaces/IInternalServerErrorResponse.md)
- [INotFoundResponse](interfaces/INotFoundResponse.md)

@@ -26,0 +27,0 @@ - [IUnauthorizedResponse](interfaces/IUnauthorizedResponse.md)

@@ -37,1 +37,9 @@ [**@gtsc/api-models**](../overview.md) • **Docs**

Skips the authentication for this route.
***
### skipPartition?
> `optional` **skipPartition**: `boolean`
Skips the partition id check for this route.

@@ -57,2 +57,14 @@ [**@gtsc/api-models**](../overview.md) • **Docs**

### skipPartition?
> `optional` **skipPartition**: `boolean`
Skips the partition id check for this route.
#### Inherited from
[`IBaseRoute`](IBaseRoute.md).[`skipPartition`](IBaseRoute.md#skippartition)
***
### summary

@@ -59,0 +71,0 @@

@@ -51,2 +51,14 @@ [**@gtsc/api-models**](../overview.md) • **Docs**

### skipPartition?
> `optional` **skipPartition**: `boolean`
Skips the partition id check for this route.
#### Inherited from
[`IBaseRoute`](IBaseRoute.md).[`skipPartition`](IBaseRoute.md#skippartition)
***
### handler()

@@ -53,0 +65,0 @@

{
"name": "@gtsc/api-models",
"version": "0.0.3-next.45",
"version": "0.0.3-next.46",
"description": "Contains models and classes for use with APIs",

@@ -5,0 +5,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc