@gtsc/api-models
Advanced tools
Comparing version 0.0.3-next.45 to 0.0.3-next.46
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60955
83
801