Comparing version 0.34.2 to 0.35.0
@@ -21,3 +21,3 @@ "use strict"; | ||
const WEBHOOK_TOLERANCE_IN_SECONDS = 5 * 60; | ||
const VERSION = "0.34.2"; | ||
const VERSION = "0.35.0"; | ||
class UserAgentMiddleware { | ||
@@ -24,0 +24,0 @@ pre(context) { |
@@ -7,2 +7,3 @@ export declare class ApplicationOut { | ||
'uid'?: string; | ||
'updatedAt': Date; | ||
static readonly discriminator: string | undefined; | ||
@@ -9,0 +10,0 @@ static readonly attributeTypeMap: Array<{ |
@@ -43,4 +43,10 @@ "use strict"; | ||
"format": "" | ||
}, | ||
{ | ||
"name": "updatedAt", | ||
"baseName": "updatedAt", | ||
"type": "Date", | ||
"format": "date-time" | ||
} | ||
]; | ||
//# sourceMappingURL=ApplicationOut.js.map |
@@ -11,2 +11,3 @@ import { Set } from './Set'; | ||
'uid'?: string; | ||
'updatedAt': Date; | ||
'url': URI; | ||
@@ -13,0 +14,0 @@ 'version': number; |
@@ -57,2 +57,8 @@ "use strict"; | ||
{ | ||
"name": "updatedAt", | ||
"baseName": "updatedAt", | ||
"type": "Date", | ||
"format": "date-time" | ||
}, | ||
{ | ||
"name": "url", | ||
@@ -59,0 +65,0 @@ "baseName": "url", |
export declare class EventTypeOut { | ||
'archived'?: boolean; | ||
'createdAt': Date; | ||
'description': string; | ||
@@ -8,2 +9,3 @@ 'name': string; | ||
}; | ||
'updatedAt': Date; | ||
static readonly discriminator: string | undefined; | ||
@@ -10,0 +12,0 @@ static readonly attributeTypeMap: Array<{ |
@@ -21,2 +21,8 @@ "use strict"; | ||
{ | ||
"name": "createdAt", | ||
"baseName": "createdAt", | ||
"type": "Date", | ||
"format": "date-time" | ||
}, | ||
{ | ||
"name": "description", | ||
@@ -38,4 +44,10 @@ "baseName": "description", | ||
"format": "" | ||
}, | ||
{ | ||
"name": "updatedAt", | ||
"baseName": "updatedAt", | ||
"type": "Date", | ||
"format": "date-time" | ||
} | ||
]; | ||
//# sourceMappingURL=EventTypeOut.js.map |
{ | ||
"name": "svix", | ||
"version": "0.34.2", | ||
"version": "0.35.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
579172
7572