Skip to content

Commit

Permalink
Update builder package (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
yigiterdev authored Jan 15, 2025
1 parent b3e66a6 commit b6e34b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/builder/src/builder.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// In the future we can include additional interfaces as needed.
export const WebrpcHeader = 'Webrpc'

export const WebrpcHeaderValue = '[email protected].0;[email protected].1;[email protected]'
export const WebrpcHeaderValue = '[email protected].1;[email protected].2;[email protected]'

// WebRPC description and code-gen version
export const WebRPCVersion = 'v1'
Expand All @@ -14,7 +14,7 @@ export const WebRPCVersion = 'v1'
export const WebRPCSchemaVersion = 'v0.1.0'

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = '5b580e1afeb26e0b4a8ee026271e2466760da0aa'
export const WebRPCSchemaHash = '461bc324d241f4df14fbf63268fde2cfe4873e3e'

type WebrpcGenVersions = {
webrpcGenVersion: string
Expand Down Expand Up @@ -76,6 +76,7 @@ export interface AudienceContact {
email?: string
userIp?: string
stage?: number
provider?: string
createdAt?: string
updatedAt?: string
}
Expand Down

0 comments on commit b6e34b6

Please sign in to comment.