Skip to content

Commit

Permalink
intents: add missing sessionList response code
Browse files Browse the repository at this point in the history
  • Loading branch information
patrislav committed Mar 26, 2024
1 parent 693b537 commit 8827430
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions intents/intent.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions intents/intent.gen.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
// sequence-waas-intents v0.1.0 3eec71b7e1ab125913be51dd1280525542950cf7
// sequence-waas-intents v0.1.0 3ca8c76636d14ebddd78e3456732bc2e8fb32540
// --
// Code generated by [email protected] with typescript generator. DO NOT EDIT.
//
Expand All @@ -12,7 +12,7 @@ export const WebRPCVersion = "v1"
export const WebRPCSchemaVersion = "v0.1.0"

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = "3eec71b7e1ab125913be51dd1280525542950cf7"
export const WebRPCSchemaHash = "3ca8c76636d14ebddd78e3456732bc2e8fb32540"

//
// Types
Expand Down Expand Up @@ -47,6 +47,7 @@ export enum TransactionType {
export enum IntentResponseCode {
sessionOpened = 'sessionOpened',
sessionClosed = 'sessionClosed',
sessionList = 'sessionList',
validationRequired = 'validationRequired',
validationStarted = 'validationStarted',
validationFinished = 'validationFinished',
Expand Down
1 change: 1 addition & 0 deletions intents/intent.ridl
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ struct IntentResponse
enum IntentResponseCode: string
- sessionOpened
- sessionClosed
- sessionList
- validationRequired
- validationStarted
- validationFinished
Expand Down

0 comments on commit 8827430

Please sign in to comment.