@gtsc/api-models
Advanced tools
Comparing version 0.0.3-next.19 to 0.0.3-next.20
@@ -14,9 +14,5 @@ /** | ||
/** | ||
* Skips the tenant authentication for this route. | ||
* Skips the authentication for this route. | ||
*/ | ||
skipTenantAuth?: boolean; | ||
/** | ||
* Skips the subject authentication for this route. | ||
*/ | ||
skipSubjectAuth?: boolean; | ||
skipAuth?: boolean; | ||
} |
@@ -32,14 +32,6 @@ [**@gtsc/api-models**](../overview.md) • **Docs** | ||
### skipTenantAuth? | ||
### skipAuth? | ||
> `optional` **skipTenantAuth**: `boolean` | ||
> `optional` **skipAuth**: `boolean` | ||
Skips the tenant authentication for this route. | ||
*** | ||
### skipSubjectAuth? | ||
> `optional` **skipSubjectAuth**: `boolean` | ||
Skips the subject authentication for this route. | ||
Skips the authentication for this route. |
@@ -45,26 +45,14 @@ [**@gtsc/api-models**](../overview.md) • **Docs** | ||
### skipTenantAuth? | ||
### skipAuth? | ||
> `optional` **skipTenantAuth**: `boolean` | ||
> `optional` **skipAuth**: `boolean` | ||
Skips the tenant authentication for this route. | ||
Skips the authentication for this route. | ||
#### Inherited from | ||
[`IBaseRoute`](IBaseRoute.md).[`skipTenantAuth`](IBaseRoute.md#skiptenantauth) | ||
[`IBaseRoute`](IBaseRoute.md).[`skipAuth`](IBaseRoute.md#skipauth) | ||
*** | ||
### skipSubjectAuth? | ||
> `optional` **skipSubjectAuth**: `boolean` | ||
Skips the subject authentication for this route. | ||
#### Inherited from | ||
[`IBaseRoute`](IBaseRoute.md).[`skipSubjectAuth`](IBaseRoute.md#skipsubjectauth) | ||
*** | ||
### summary | ||
@@ -71,0 +59,0 @@ |
@@ -39,26 +39,14 @@ [**@gtsc/api-models**](../overview.md) • **Docs** | ||
### skipTenantAuth? | ||
### skipAuth? | ||
> `optional` **skipTenantAuth**: `boolean` | ||
> `optional` **skipAuth**: `boolean` | ||
Skips the tenant authentication for this route. | ||
Skips the authentication for this route. | ||
#### Inherited from | ||
[`IBaseRoute`](IBaseRoute.md).[`skipTenantAuth`](IBaseRoute.md#skiptenantauth) | ||
[`IBaseRoute`](IBaseRoute.md).[`skipAuth`](IBaseRoute.md#skipauth) | ||
*** | ||
### skipSubjectAuth? | ||
> `optional` **skipSubjectAuth**: `boolean` | ||
Skips the subject authentication for this route. | ||
#### Inherited from | ||
[`IBaseRoute`](IBaseRoute.md).[`skipSubjectAuth`](IBaseRoute.md#skipsubjectauth) | ||
*** | ||
### handler() | ||
@@ -65,0 +53,0 @@ |
{ | ||
"name": "@gtsc/api-models", | ||
"version": "0.0.3-next.19", | ||
"version": "0.0.3-next.20", | ||
"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
45595
524