Comparing version 0.23.0 to 0.24.0
export declare class ApplicationIn { | ||
'name': string; | ||
'rateLimit'?: number; | ||
'uid'?: string; | ||
@@ -4,0 +5,0 @@ static readonly discriminator: string | undefined; |
@@ -21,2 +21,8 @@ "use strict"; | ||
{ | ||
"name": "rateLimit", | ||
"baseName": "rateLimit", | ||
"type": "number", | ||
"format": "" | ||
}, | ||
{ | ||
"name": "uid", | ||
@@ -23,0 +29,0 @@ "baseName": "uid", |
@@ -5,2 +5,3 @@ export declare class ApplicationOut { | ||
'name': string; | ||
'rateLimit'?: number; | ||
'uid'?: string; | ||
@@ -7,0 +8,0 @@ static readonly discriminator: string | undefined; |
@@ -33,2 +33,8 @@ "use strict"; | ||
{ | ||
"name": "rateLimit", | ||
"baseName": "rateLimit", | ||
"type": "number", | ||
"format": "" | ||
}, | ||
{ | ||
"name": "uid", | ||
@@ -35,0 +41,0 @@ "baseName": "uid", |
@@ -7,2 +7,3 @@ import { Set } from './Set'; | ||
'filterTypes'?: Set<string>; | ||
'rateLimit'?: number; | ||
'url': URI; | ||
@@ -9,0 +10,0 @@ 'version': number; |
@@ -33,2 +33,8 @@ "use strict"; | ||
{ | ||
"name": "rateLimit", | ||
"baseName": "rateLimit", | ||
"type": "number", | ||
"format": "" | ||
}, | ||
{ | ||
"name": "url", | ||
@@ -35,0 +41,0 @@ "baseName": "url", |
@@ -9,2 +9,3 @@ import { Set } from './Set'; | ||
'id': string; | ||
'rateLimit'?: number; | ||
'url': URI; | ||
@@ -11,0 +12,0 @@ 'version': number; |
@@ -45,2 +45,8 @@ "use strict"; | ||
{ | ||
"name": "rateLimit", | ||
"baseName": "rateLimit", | ||
"type": "number", | ||
"format": "" | ||
}, | ||
{ | ||
"name": "url", | ||
@@ -47,0 +53,0 @@ "baseName": "url", |
@@ -10,2 +10,3 @@ import { MessageStatus } from './MessageStatus'; | ||
'id': string; | ||
'rateLimit'?: number; | ||
'status': MessageStatus; | ||
@@ -12,0 +13,0 @@ 'url': URI; |
@@ -45,2 +45,8 @@ "use strict"; | ||
{ | ||
"name": "rateLimit", | ||
"baseName": "rateLimit", | ||
"type": "number", | ||
"format": "" | ||
}, | ||
{ | ||
"name": "status", | ||
@@ -47,0 +53,0 @@ "baseName": "status", |
{ | ||
"name": "svix", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"description": "Svix API client", | ||
@@ -5,0 +5,0 @@ "author": "svix", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
475747
5948