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

@gtsc/api-models

Package Overview
Dependencies
Maintainers
0
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.19 to 0.0.3-next.20

8

dist/types/models/routes/IBaseRoute.d.ts

@@ -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": {

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