Comparing version 1.35.1-next-4e5a3232ca1e2d34dbe3130e135cf6c01846cf4c.0 to 1.35.1-next-be80b625851457cd7047c0b86de41a4c06bce804.0
@@ -151,2 +151,3 @@ export * from './AggregateEventTypesOut'; | ||
export * from './SinkTransformationOut'; | ||
export * from './SnowflakeConfig'; | ||
export * from './StatisticsPeriod'; | ||
@@ -161,2 +162,3 @@ export * from './StatusCodeClass'; | ||
export * from './StreamSinkInOneOf2'; | ||
export * from './StreamSinkInOneOf3'; | ||
export * from './StreamSinkOut'; | ||
@@ -163,0 +165,0 @@ export * from './StreamSinkPatch'; |
@@ -163,2 +163,3 @@ "use strict"; | ||
__exportStar(require("./SinkTransformationOut"), exports); | ||
__exportStar(require("./SnowflakeConfig"), exports); | ||
__exportStar(require("./StatisticsPeriod"), exports); | ||
@@ -173,2 +174,3 @@ __exportStar(require("./StatusCodeClass"), exports); | ||
__exportStar(require("./StreamSinkInOneOf2"), exports); | ||
__exportStar(require("./StreamSinkInOneOf3"), exports); | ||
__exportStar(require("./StreamSinkOut"), exports); | ||
@@ -175,0 +177,0 @@ __exportStar(require("./StreamSinkPatch"), exports); |
export declare class CustomStringsOverride { | ||
'channelsHelp'?: string; | ||
'channelsMany'?: string; | ||
@@ -3,0 +4,0 @@ 'channelsOne'?: string; |
@@ -15,2 +15,8 @@ "use strict"; | ||
{ | ||
"name": "channelsHelp", | ||
"baseName": "channelsHelp", | ||
"type": "string", | ||
"format": "" | ||
}, | ||
{ | ||
"name": "channelsMany", | ||
@@ -17,0 +23,0 @@ "baseName": "channelsMany", |
@@ -151,2 +151,3 @@ export * from './AggregateEventTypesOut'; | ||
export * from './SinkTransformationOut'; | ||
export * from './SnowflakeConfig'; | ||
export * from './StatisticsPeriod'; | ||
@@ -161,2 +162,3 @@ export * from './StatusCodeClass'; | ||
export * from './StreamSinkInOneOf2'; | ||
export * from './StreamSinkInOneOf3'; | ||
export * from './StreamSinkOut'; | ||
@@ -163,0 +165,0 @@ export * from './StreamSinkPatch'; |
@@ -164,2 +164,3 @@ "use strict"; | ||
__exportStar(require("./SinkTransformationOut"), exports); | ||
__exportStar(require("./SnowflakeConfig"), exports); | ||
__exportStar(require("./StatisticsPeriod"), exports); | ||
@@ -174,2 +175,3 @@ __exportStar(require("./StatusCodeClass"), exports); | ||
__exportStar(require("./StreamSinkInOneOf2"), exports); | ||
__exportStar(require("./StreamSinkInOneOf3"), exports); | ||
__exportStar(require("./StreamSinkOut"), exports); | ||
@@ -323,2 +325,3 @@ __exportStar(require("./StreamSinkPatch"), exports); | ||
const SinkTransformationOut_1 = require("./SinkTransformationOut"); | ||
const SnowflakeConfig_1 = require("./SnowflakeConfig"); | ||
const StreamIn_1 = require("./StreamIn"); | ||
@@ -331,2 +334,3 @@ const StreamOut_1 = require("./StreamOut"); | ||
const StreamSinkInOneOf2_1 = require("./StreamSinkInOneOf2"); | ||
const StreamSinkInOneOf3_1 = require("./StreamSinkInOneOf3"); | ||
const StreamSinkOut_1 = require("./StreamSinkOut"); | ||
@@ -389,2 +393,3 @@ const StreamSinkPatch_1 = require("./StreamSinkPatch"); | ||
"StreamSinkInOneOf2TypeEnum", | ||
"StreamSinkInOneOf3TypeEnum", | ||
"StreamSinkOutTypeEnum", | ||
@@ -533,2 +538,3 @@ "StreamSinkPatchTypeEnum", | ||
"SinkTransformationOut": SinkTransformationOut_1.SinkTransformationOut, | ||
"SnowflakeConfig": SnowflakeConfig_1.SnowflakeConfig, | ||
"StreamIn": StreamIn_1.StreamIn, | ||
@@ -541,2 +547,3 @@ "StreamOut": StreamOut_1.StreamOut, | ||
"StreamSinkInOneOf2": StreamSinkInOneOf2_1.StreamSinkInOneOf2, | ||
"StreamSinkInOneOf3": StreamSinkInOneOf3_1.StreamSinkInOneOf3, | ||
"StreamSinkOut": StreamSinkOut_1.StreamSinkOut, | ||
@@ -543,0 +550,0 @@ "StreamSinkPatch": StreamSinkPatch_1.StreamSinkPatch, |
@@ -1,4 +0,4 @@ | ||
import { S3Config } from './S3Config'; | ||
import { SinkPayloadFormat } from './SinkPayloadFormat'; | ||
import { SinkStatusIn } from './SinkStatusIn'; | ||
import { SnowflakeConfig } from './SnowflakeConfig'; | ||
export declare class StreamSinkIn { | ||
@@ -10,3 +10,3 @@ 'batchSize'?: number; | ||
'uid'?: string; | ||
'config': S3Config; | ||
'config': SnowflakeConfig; | ||
'type': StreamSinkInTypeEnum; | ||
@@ -28,2 +28,2 @@ static readonly discriminator: string | undefined; | ||
} | ||
export declare type StreamSinkInTypeEnum = "amazonS3"; | ||
export declare type StreamSinkInTypeEnum = "snowflake"; |
@@ -47,3 +47,3 @@ "use strict"; | ||
"baseName": "config", | ||
"type": "S3Config", | ||
"type": "SnowflakeConfig", | ||
"format": "" | ||
@@ -50,0 +50,0 @@ }, |
@@ -1,4 +0,4 @@ | ||
import { S3Config } from './S3Config'; | ||
import { SinkPayloadFormat } from './SinkPayloadFormat'; | ||
import { SinkStatus } from './SinkStatus'; | ||
import { SnowflakeConfig } from './SnowflakeConfig'; | ||
export declare class StreamSinkOut { | ||
@@ -15,3 +15,3 @@ 'batchSize': number; | ||
'updatedAt': Date; | ||
'config': S3Config; | ||
'config': SnowflakeConfig; | ||
'type': StreamSinkOutTypeEnum; | ||
@@ -33,2 +33,2 @@ static readonly discriminator: string | undefined; | ||
} | ||
export declare type StreamSinkOutTypeEnum = "amazonS3"; | ||
export declare type StreamSinkOutTypeEnum = "snowflake"; |
@@ -77,3 +77,3 @@ "use strict"; | ||
"baseName": "config", | ||
"type": "S3Config", | ||
"type": "SnowflakeConfig", | ||
"format": "" | ||
@@ -80,0 +80,0 @@ }, |
@@ -1,4 +0,4 @@ | ||
import { S3Config } from './S3Config'; | ||
import { SinkPayloadFormat } from './SinkPayloadFormat'; | ||
import { SinkStatusIn } from './SinkStatusIn'; | ||
import { SnowflakeConfig } from './SnowflakeConfig'; | ||
export declare class StreamSinkPatch { | ||
@@ -10,3 +10,3 @@ 'batchSize'?: number; | ||
'uid'?: string; | ||
'config': S3Config; | ||
'config': SnowflakeConfig; | ||
'type': StreamSinkPatchTypeEnum; | ||
@@ -28,2 +28,2 @@ static readonly discriminator: string | undefined; | ||
} | ||
export declare type StreamSinkPatchTypeEnum = "amazonS3"; | ||
export declare type StreamSinkPatchTypeEnum = "snowflake"; |
@@ -47,3 +47,3 @@ "use strict"; | ||
"baseName": "config", | ||
"type": "S3Config", | ||
"type": "SnowflakeConfig", | ||
"format": "" | ||
@@ -50,0 +50,0 @@ }, |
{ | ||
"name": "svix", | ||
"version": "1.35.1-next-4e5a3232ca1e2d34dbe3130e135cf6c01846cf4c.0", | ||
"version": "1.35.1-next-be80b625851457cd7047c0b86de41a4c06bce804.0", | ||
"description": "Svix webhooks API client and webhook verification library", | ||
@@ -5,0 +5,0 @@ "author": "svix", |
@@ -151,2 +151,3 @@ export * from './AggregateEventTypesOut' | ||
export * from './SinkTransformationOut' | ||
export * from './SnowflakeConfig' | ||
export * from './StatisticsPeriod' | ||
@@ -161,2 +162,3 @@ export * from './StatusCodeClass' | ||
export * from './StreamSinkInOneOf2' | ||
export * from './StreamSinkInOneOf3' | ||
export * from './StreamSinkOut' | ||
@@ -163,0 +165,0 @@ export * from './StreamSinkPatch' |
@@ -16,2 +16,3 @@ /** | ||
export class CustomStringsOverride { | ||
'channelsHelp'?: string; | ||
'channelsMany'?: string; | ||
@@ -24,2 +25,8 @@ 'channelsOne'?: string; | ||
{ | ||
"name": "channelsHelp", | ||
"baseName": "channelsHelp", | ||
"type": "string", | ||
"format": "" | ||
}, | ||
{ | ||
"name": "channelsMany", | ||
@@ -26,0 +33,0 @@ "baseName": "channelsMany", |
@@ -34,2 +34,5 @@ /** | ||
'response': string; | ||
/** | ||
* Response duration in milliseconds. | ||
*/ | ||
'responseDurationMs': number; | ||
@@ -36,0 +39,0 @@ 'responseStatusCode': number; |
@@ -34,2 +34,5 @@ /** | ||
'response': string; | ||
/** | ||
* Response duration in milliseconds. | ||
*/ | ||
'responseDurationMs': number; | ||
@@ -36,0 +39,0 @@ 'responseStatusCode': number; |
@@ -151,2 +151,3 @@ export * from './AggregateEventTypesOut'; | ||
export * from './SinkTransformationOut'; | ||
export * from './SnowflakeConfig'; | ||
export * from './StatisticsPeriod'; | ||
@@ -161,2 +162,3 @@ export * from './StatusCodeClass'; | ||
export * from './StreamSinkInOneOf2'; | ||
export * from './StreamSinkInOneOf3'; | ||
export * from './StreamSinkOut'; | ||
@@ -324,2 +326,3 @@ export * from './StreamSinkPatch'; | ||
import { SinkTransformationOut } from './SinkTransformationOut'; | ||
import { SnowflakeConfig } from './SnowflakeConfig'; | ||
import { StatisticsPeriod } from './StatisticsPeriod'; | ||
@@ -334,2 +337,3 @@ import { StatusCodeClass } from './StatusCodeClass'; | ||
import { StreamSinkInOneOf2 , StreamSinkInOneOf2TypeEnum } from './StreamSinkInOneOf2'; | ||
import { StreamSinkInOneOf3 , StreamSinkInOneOf3TypeEnum } from './StreamSinkInOneOf3'; | ||
import { StreamSinkOut , StreamSinkOutTypeEnum } from './StreamSinkOut'; | ||
@@ -399,2 +403,3 @@ import { StreamSinkPatch , StreamSinkPatchTypeEnum } from './StreamSinkPatch'; | ||
"StreamSinkInOneOf2TypeEnum", | ||
"StreamSinkInOneOf3TypeEnum", | ||
"StreamSinkOutTypeEnum", | ||
@@ -544,2 +549,3 @@ "StreamSinkPatchTypeEnum", | ||
"SinkTransformationOut": SinkTransformationOut, | ||
"SnowflakeConfig": SnowflakeConfig, | ||
"StreamIn": StreamIn, | ||
@@ -552,2 +558,3 @@ "StreamOut": StreamOut, | ||
"StreamSinkInOneOf2": StreamSinkInOneOf2, | ||
"StreamSinkInOneOf3": StreamSinkInOneOf3, | ||
"StreamSinkOut": StreamSinkOut, | ||
@@ -554,0 +561,0 @@ "StreamSinkPatch": StreamSinkPatch, |
@@ -17,5 +17,2 @@ /** | ||
'description': string; | ||
/** | ||
* Optional unique identifier for the stream | ||
*/ | ||
'uid'?: string; | ||
@@ -22,0 +19,0 @@ |
@@ -17,5 +17,2 @@ /** | ||
'description'?: string; | ||
/** | ||
* Optional unique identifier for the stream | ||
*/ | ||
'uid'?: string; | ||
@@ -22,0 +19,0 @@ |
@@ -13,8 +13,9 @@ /** | ||
import { S3Config } from './S3Config'; | ||
import { SinkPayloadFormat } from './SinkPayloadFormat'; | ||
import { SinkStatusIn } from './SinkStatusIn'; | ||
import { SnowflakeConfig } from './SnowflakeConfig'; | ||
import { StreamSinkInOneOf } from './StreamSinkInOneOf'; | ||
import { StreamSinkInOneOf1 } from './StreamSinkInOneOf1'; | ||
import { StreamSinkInOneOf2 } from './StreamSinkInOneOf2'; | ||
import { StreamSinkInOneOf3 } from './StreamSinkInOneOf3'; | ||
import { HttpFile } from '../http/http'; | ||
@@ -28,3 +29,3 @@ | ||
'uid'?: string; | ||
'config': S3Config; | ||
'config': SnowflakeConfig; | ||
'type': StreamSinkInTypeEnum; | ||
@@ -68,3 +69,3 @@ | ||
"baseName": "config", | ||
"type": "S3Config", | ||
"type": "SnowflakeConfig", | ||
"format": "" | ||
@@ -88,3 +89,3 @@ }, | ||
export type StreamSinkInTypeEnum = "amazonS3" ; | ||
export type StreamSinkInTypeEnum = "snowflake" ; | ||
@@ -13,8 +13,9 @@ /** | ||
import { S3Config } from './S3Config'; | ||
import { SinkPayloadFormat } from './SinkPayloadFormat'; | ||
import { SinkStatus } from './SinkStatus'; | ||
import { SnowflakeConfig } from './SnowflakeConfig'; | ||
import { StreamSinkInOneOf } from './StreamSinkInOneOf'; | ||
import { StreamSinkInOneOf1 } from './StreamSinkInOneOf1'; | ||
import { StreamSinkInOneOf2 } from './StreamSinkInOneOf2'; | ||
import { StreamSinkInOneOf3 } from './StreamSinkInOneOf3'; | ||
import { HttpFile } from '../http/http'; | ||
@@ -33,3 +34,3 @@ | ||
'updatedAt': Date; | ||
'config': S3Config; | ||
'config': SnowflakeConfig; | ||
'type': StreamSinkOutTypeEnum; | ||
@@ -103,3 +104,3 @@ | ||
"baseName": "config", | ||
"type": "S3Config", | ||
"type": "SnowflakeConfig", | ||
"format": "" | ||
@@ -123,3 +124,3 @@ }, | ||
export type StreamSinkOutTypeEnum = "amazonS3" ; | ||
export type StreamSinkOutTypeEnum = "snowflake" ; | ||
@@ -13,8 +13,9 @@ /** | ||
import { S3Config } from './S3Config'; | ||
import { SinkPayloadFormat } from './SinkPayloadFormat'; | ||
import { SinkStatusIn } from './SinkStatusIn'; | ||
import { SnowflakeConfig } from './SnowflakeConfig'; | ||
import { StreamSinkInOneOf } from './StreamSinkInOneOf'; | ||
import { StreamSinkInOneOf1 } from './StreamSinkInOneOf1'; | ||
import { StreamSinkInOneOf2 } from './StreamSinkInOneOf2'; | ||
import { StreamSinkInOneOf3 } from './StreamSinkInOneOf3'; | ||
import { HttpFile } from '../http/http'; | ||
@@ -28,3 +29,3 @@ | ||
'uid'?: string; | ||
'config': S3Config; | ||
'config': SnowflakeConfig; | ||
'type': StreamSinkPatchTypeEnum; | ||
@@ -68,3 +69,3 @@ | ||
"baseName": "config", | ||
"type": "S3Config", | ||
"type": "SnowflakeConfig", | ||
"format": "" | ||
@@ -88,3 +89,3 @@ }, | ||
export type StreamSinkPatchTypeEnum = "amazonS3" ; | ||
export type StreamSinkPatchTypeEnum = "snowflake" ; | ||
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
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
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
3523414
846
58818