@@ -151,8 +151,8 @@ export type components = {
151151 | 'nodejs'
152152 | 'in-app-browser'
153153 | 'react-native' ;
154- /** @description Type of integration used by the SDK. */
155- integration_type : string ;
154+ /** @description Types of integrations used by the SDK. */
155+ integration_types : string [ ] ;
156156 } ;
157157 SdkUsedChainEvent : {
158158 /**
@@ -180,8 +180,8 @@ export type components = {
180180 | 'nodejs'
181181 | 'in-app-browser'
182182 | 'react-native' ;
183- /** @description Type of integration used by the SDK. */
184- integration_type : string ;
183+ /** @description Types of integrations used by the SDK. */
184+ integration_types : string [ ] ;
185185 } ;
186186 SdkConnectionInitiatedEvent : {
187187 /**
@@ -211,8 +211,8 @@ export type components = {
211211 | 'nodejs'
212212 | 'in-app-browser'
213213 | 'react-native' ;
214- /** @description Type of integration used by the SDK. */
215- integration_type : string ;
214+ /** @description Types of integrations used by the SDK. */
215+ integration_types : string [ ] ;
216216 } ;
217217 SdkConnectionEstablishedEvent : {
218218 /**
@@ -242,8 +242,8 @@ export type components = {
242242 | 'nodejs'
243243 | 'in-app-browser'
244244 | 'react-native' ;
245- /** @description Type of integration used by the SDK. */
246- integration_type : string ;
245+ /** @description Types of integrations used by the SDK. */
246+ integration_types : string [ ] ;
247247 } ;
248248 SdkConnectionRejectedEvent : {
249249 /**
@@ -273,8 +273,8 @@ export type components = {
273273 | 'nodejs'
274274 | 'in-app-browser'
275275 | 'react-native' ;
276- /** @description Type of integration used by the SDK. */
277- integration_type : string ;
276+ /** @description Types of integrations used by the SDK. */
277+ integration_types : string [ ] ;
278278 } ;
279279 SdkConnectionFailedEvent : {
280280 /**
@@ -304,8 +304,8 @@ export type components = {
304304 | 'nodejs'
305305 | 'in-app-browser'
306306 | 'react-native' ;
307- /** @description Type of integration used by the SDK. */
308- integration_type : string ;
307+ /** @description Types of integrations used by the SDK. */
308+ integration_types : string [ ] ;
309309 } ;
310310 WalletConnectionRequestReceivedEvent : {
311311 /**
@@ -381,8 +381,8 @@ export type components = {
381381 | 'nodejs'
382382 | 'in-app-browser'
383383 | 'react-native' ;
384- /** @description Type of integration used by the SDK. */
385- integration_type : string ;
384+ /** @description Types of integrations used by the SDK. */
385+ integration_types : string [ ] ;
386386 } ;
387387 SdkActionSucceededEvent : {
388388 /**
@@ -410,8 +410,8 @@ export type components = {
410410 | 'nodejs'
411411 | 'in-app-browser'
412412 | 'react-native' ;
413- /** @description Type of integration used by the SDK. */
414- integration_type : string ;
413+ /** @description Types of integrations used by the SDK. */
414+ integration_types : string [ ] ;
415415 } ;
416416 SdkActionFailedEvent : {
417417 /**
@@ -439,8 +439,8 @@ export type components = {
439439 | 'nodejs'
440440 | 'in-app-browser'
441441 | 'react-native' ;
442- /** @description Type of integration used by the SDK. */
443- integration_type : string ;
442+ /** @description Types of integrations used by the SDK. */
443+ integration_types : string [ ] ;
444444 } ;
445445 SdkActionRejectedEvent : {
446446 /**
@@ -468,8 +468,8 @@ export type components = {
468468 | 'nodejs'
469469 | 'in-app-browser'
470470 | 'react-native' ;
471- /** @description Type of integration used by the SDK. */
472- integration_type : string ;
471+ /** @description Types of integrations used by the SDK. */
472+ integration_types : string [ ] ;
473473 } ;
474474 WalletActionReceivedEvent : {
475475 /**
@@ -566,7 +566,7 @@ export type components = {
566566 | 'nodejs'
567567 | 'in-app-browser'
568568 | 'react-native' ;
569- integration_type : string ;
569+ integration_types : string [ ] ;
570570 transport_type ?: 'browser' | 'mwp' | 'unknown' ;
571571 method ?: string ;
572572 caip_chain_id ?: string ;
0 commit comments