@injectivelabs/sdk-ts 1.18.1 → 1.18.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18110,7 +18110,7 @@ declare const BECH32_ADDR_VAL_PREFIX = "injvaloper";
18110
18110
  declare const BECH32_ADDR_CONS_PREFIX = "injvalcons";
18111
18111
  declare const DEFAULT_DERIVATION_PATH = "m/44'/60'/0'/0/0";
18112
18112
  //#endregion
18113
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_accounts_rpc_pb.d.ts
18113
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_accounts_rpc_pb.d.ts
18114
18114
  /**
18115
18115
  * @generated from protobuf message injective_accounts_rpc.PortfolioResponse
18116
18116
  */
@@ -18626,7 +18626,7 @@ declare const Reward = new Reward$Type();
18626
18626
  */
18627
18627
  declare const Coin$7 = new Coin$Type();
18628
18628
  //#endregion
18629
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_explorer_rpc_pb.d.ts
18629
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_explorer_rpc_pb.d.ts
18630
18630
  /**
18631
18631
  * @generated from protobuf message injective_explorer_rpc.GetAccountTxsResponse
18632
18632
  */
@@ -20056,11 +20056,11 @@ declare const fetchAllWithPagination: <T extends {
20056
20056
  //#region src/utils/transaction.d.ts
20057
20057
  declare const recoverTypedSignaturePubKey: (data: TypedDataDefinition, signature: string) => Promise<string>;
20058
20058
  //#endregion
20059
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfqrpc_pb.d.ts
20059
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_rpc_pb.d.ts
20060
20060
  /**
20061
20061
  * RFQ request
20062
20062
  *
20063
- * @generated from protobuf message injective_rfqrpc.RFQRequestType
20063
+ * @generated from protobuf message injective_rfq_rpc.RFQRequestType
20064
20064
  */
20065
20065
  interface RFQRequestType {
20066
20066
  /**
@@ -20143,13 +20143,13 @@ interface RFQRequestType {
20143
20143
  height: bigint;
20144
20144
  }
20145
20145
  /**
20146
- * @generated from protobuf message injective_rfqrpc.StreamRequestResponse
20146
+ * @generated from protobuf message injective_rfq_rpc.StreamRequestResponse
20147
20147
  */
20148
20148
  interface StreamRequestResponse {
20149
20149
  /**
20150
20150
  * RFQ request update
20151
20151
  *
20152
- * @generated from protobuf field: injective_rfqrpc.RFQRequestType request = 1
20152
+ * @generated from protobuf field: injective_rfq_rpc.RFQRequestType request = 1
20153
20153
  */
20154
20154
  request?: RFQRequestType;
20155
20155
  /**
@@ -20162,7 +20162,7 @@ interface StreamRequestResponse {
20162
20162
  /**
20163
20163
  * RFQ quote
20164
20164
  *
20165
- * @generated from protobuf message injective_rfqrpc.RFQQuoteType
20165
+ * @generated from protobuf message injective_rfq_rpc.RFQQuoteType
20166
20166
  */
20167
20167
  interface RFQQuoteType {
20168
20168
  /**
@@ -20275,13 +20275,13 @@ interface RFQQuoteType {
20275
20275
  transactionTime: bigint;
20276
20276
  }
20277
20277
  /**
20278
- * @generated from protobuf message injective_rfqrpc.StreamQuoteResponse
20278
+ * @generated from protobuf message injective_rfq_rpc.StreamQuoteResponse
20279
20279
  */
20280
20280
  interface StreamQuoteResponse {
20281
20281
  /**
20282
20282
  * RFQ quote update
20283
20283
  *
20284
- * @generated from protobuf field: injective_rfqrpc.RFQQuoteType quote = 1
20284
+ * @generated from protobuf field: injective_rfq_rpc.RFQQuoteType quote = 1
20285
20285
  */
20286
20286
  quote?: RFQQuoteType;
20287
20287
  /**
@@ -20292,48 +20292,48 @@ interface StreamQuoteResponse {
20292
20292
  streamOperation: string;
20293
20293
  }
20294
20294
  /**
20295
- * @generated from protobuf message injective_rfqrpc.GetOpenRequestsResponse
20295
+ * @generated from protobuf message injective_rfq_rpc.GetOpenRequestsResponse
20296
20296
  */
20297
20297
  interface GetOpenRequestsResponse {
20298
20298
  /**
20299
20299
  * List of open requests
20300
20300
  *
20301
- * @generated from protobuf field: repeated injective_rfqrpc.RFQRequestType requests = 1
20301
+ * @generated from protobuf field: repeated injective_rfq_rpc.RFQRequestType requests = 1
20302
20302
  */
20303
20303
  requests: RFQRequestType[];
20304
20304
  }
20305
20305
  /**
20306
- * @generated from protobuf message injective_rfqrpc.GetPendingQuotesResponse
20306
+ * @generated from protobuf message injective_rfq_rpc.GetPendingQuotesResponse
20307
20307
  */
20308
20308
  interface GetPendingQuotesResponse {
20309
20309
  /**
20310
20310
  * List of pending quotes
20311
20311
  *
20312
- * @generated from protobuf field: repeated injective_rfqrpc.RFQQuoteType quotes = 1
20312
+ * @generated from protobuf field: repeated injective_rfq_rpc.RFQQuoteType quotes = 1
20313
20313
  */
20314
20314
  quotes: RFQQuoteType[];
20315
20315
  }
20316
20316
  /**
20317
- * @generated from protobuf message injective_rfqrpc.ListSettlementResponse
20317
+ * @generated from protobuf message injective_rfq_rpc.ListSettlementResponse
20318
20318
  */
20319
20319
  interface ListSettlementResponse {
20320
20320
  /**
20321
20321
  * List of RFQ settlements
20322
20322
  *
20323
- * @generated from protobuf field: repeated injective_rfqrpc.RFQSettlementType settlements = 1
20323
+ * @generated from protobuf field: repeated injective_rfq_rpc.RFQSettlementType settlements = 1
20324
20324
  */
20325
20325
  settlements: RFQSettlementType[];
20326
20326
  /**
20327
- * Total count of records
20327
+ * Next tokens for pagination
20328
20328
  *
20329
- * @generated from protobuf field: sint64 total = 2
20329
+ * @generated from protobuf field: repeated string next = 2
20330
20330
  */
20331
- total: bigint;
20331
+ next: string[];
20332
20332
  }
20333
20333
  /**
20334
20334
  * RFQ settlement
20335
20335
  *
20336
- * @generated from protobuf message injective_rfqrpc.RFQSettlementType
20336
+ * @generated from protobuf message injective_rfq_rpc.RFQSettlementType
20337
20337
  */
20338
20338
  interface RFQSettlementType {
20339
20339
  /**
@@ -20381,7 +20381,7 @@ interface RFQSettlementType {
20381
20381
  /**
20382
20382
  * Unfilled action details
20383
20383
  *
20384
- * @generated from protobuf field: injective_rfqrpc.RFQSettlementUnfilledActionType unfilled_action = 8
20384
+ * @generated from protobuf field: injective_rfq_rpc.RFQSettlementUnfilledActionType unfilled_action = 8
20385
20385
  */
20386
20386
  unfilledAction?: RFQSettlementUnfilledActionType;
20387
20387
  /**
@@ -20430,26 +20430,26 @@ interface RFQSettlementType {
20430
20430
  /**
20431
20431
  * Action to take for unfilled quantity - only one field should be set
20432
20432
  *
20433
- * @generated from protobuf message injective_rfqrpc.RFQSettlementUnfilledActionType
20433
+ * @generated from protobuf message injective_rfq_rpc.RFQSettlementUnfilledActionType
20434
20434
  */
20435
20435
  interface RFQSettlementUnfilledActionType {
20436
20436
  /**
20437
20437
  * Limit order action
20438
20438
  *
20439
- * @generated from protobuf field: injective_rfqrpc.RFQSettlementLimitActionType limit = 1
20439
+ * @generated from protobuf field: injective_rfq_rpc.RFQSettlementLimitActionType limit = 1
20440
20440
  */
20441
20441
  limit?: RFQSettlementLimitActionType;
20442
20442
  /**
20443
20443
  * Market order action
20444
20444
  *
20445
- * @generated from protobuf field: injective_rfqrpc.RFQSettlementMarketActionType market = 2
20445
+ * @generated from protobuf field: injective_rfq_rpc.RFQSettlementMarketActionType market = 2
20446
20446
  */
20447
20447
  market?: RFQSettlementMarketActionType;
20448
20448
  }
20449
20449
  /**
20450
20450
  * Limit order action for unfilled quantity
20451
20451
  *
20452
- * @generated from protobuf message injective_rfqrpc.RFQSettlementLimitActionType
20452
+ * @generated from protobuf message injective_rfq_rpc.RFQSettlementLimitActionType
20453
20453
  */
20454
20454
  interface RFQSettlementLimitActionType {
20455
20455
  /**
@@ -20462,17 +20462,17 @@ interface RFQSettlementLimitActionType {
20462
20462
  /**
20463
20463
  * Market order action for unfilled quantity
20464
20464
  *
20465
- * @generated from protobuf message injective_rfqrpc.RFQSettlementMarketActionType
20465
+ * @generated from protobuf message injective_rfq_rpc.RFQSettlementMarketActionType
20466
20466
  */
20467
20467
  interface RFQSettlementMarketActionType {}
20468
20468
  /**
20469
- * @generated from protobuf message injective_rfqrpc.StreamSettlementResponse
20469
+ * @generated from protobuf message injective_rfq_rpc.StreamSettlementResponse
20470
20470
  */
20471
20471
  interface StreamSettlementResponse {
20472
20472
  /**
20473
20473
  * RFQ settlement update
20474
20474
  *
20475
- * @generated from protobuf field: injective_rfqrpc.RFQSettlementType settlement = 1
20475
+ * @generated from protobuf field: injective_rfq_rpc.RFQSettlementType settlement = 1
20476
20476
  */
20477
20477
  settlement?: RFQSettlementType;
20478
20478
  /**
@@ -20483,7 +20483,7 @@ interface StreamSettlementResponse {
20483
20483
  streamOperation: string;
20484
20484
  }
20485
20485
  /**
20486
- * @generated from protobuf message injective_rfqrpc.TakerStreamResponse
20486
+ * @generated from protobuf message injective_rfq_rpc.TakerStreamResponse
20487
20487
  */
20488
20488
  interface TakerStreamResponse {
20489
20489
  /**
@@ -20495,26 +20495,26 @@ interface TakerStreamResponse {
20495
20495
  /**
20496
20496
  * Quote from market maker
20497
20497
  *
20498
- * @generated from protobuf field: injective_rfqrpc.RFQQuoteType quote = 2
20498
+ * @generated from protobuf field: injective_rfq_rpc.RFQQuoteType quote = 2
20499
20499
  */
20500
20500
  quote?: RFQQuoteType;
20501
20501
  /**
20502
20502
  * Acknowledgment for request creation
20503
20503
  *
20504
- * @generated from protobuf field: injective_rfqrpc.StreamAck request_ack = 3
20504
+ * @generated from protobuf field: injective_rfq_rpc.StreamAck request_ack = 3
20505
20505
  */
20506
20506
  requestAck?: StreamAck;
20507
20507
  /**
20508
20508
  * Error message
20509
20509
  *
20510
- * @generated from protobuf field: injective_rfqrpc.StreamError error = 4
20510
+ * @generated from protobuf field: injective_rfq_rpc.StreamError error = 4
20511
20511
  */
20512
20512
  error?: StreamError;
20513
20513
  }
20514
20514
  /**
20515
20515
  * Acknowledgment for stream operations
20516
20516
  *
20517
- * @generated from protobuf message injective_rfqrpc.StreamAck
20517
+ * @generated from protobuf message injective_rfq_rpc.StreamAck
20518
20518
  */
20519
20519
  interface StreamAck {
20520
20520
  /**
@@ -20533,7 +20533,7 @@ interface StreamAck {
20533
20533
  /**
20534
20534
  * Error message in stream
20535
20535
  *
20536
- * @generated from protobuf message injective_rfqrpc.StreamError
20536
+ * @generated from protobuf message injective_rfq_rpc.StreamError
20537
20537
  */
20538
20538
  interface StreamError {
20539
20539
  /**
@@ -20550,7 +20550,7 @@ interface StreamError {
20550
20550
  message: string;
20551
20551
  }
20552
20552
  /**
20553
- * @generated from protobuf message injective_rfqrpc.MakerStreamResponse
20553
+ * @generated from protobuf message injective_rfq_rpc.MakerStreamResponse
20554
20554
  */
20555
20555
  interface MakerStreamResponse {
20556
20556
  /**
@@ -20562,84 +20562,84 @@ interface MakerStreamResponse {
20562
20562
  /**
20563
20563
  * RFQ request from taker
20564
20564
  *
20565
- * @generated from protobuf field: injective_rfqrpc.RFQRequestType request = 2
20565
+ * @generated from protobuf field: injective_rfq_rpc.RFQRequestType request = 2
20566
20566
  */
20567
20567
  request?: RFQRequestType;
20568
20568
  /**
20569
20569
  * Acknowledgment for quote submission
20570
20570
  *
20571
- * @generated from protobuf field: injective_rfqrpc.StreamAck quote_ack = 3
20571
+ * @generated from protobuf field: injective_rfq_rpc.StreamAck quote_ack = 3
20572
20572
  */
20573
20573
  quoteAck?: StreamAck;
20574
20574
  /**
20575
20575
  * Error message
20576
20576
  *
20577
- * @generated from protobuf field: injective_rfqrpc.StreamError error = 4
20577
+ * @generated from protobuf field: injective_rfq_rpc.StreamError error = 4
20578
20578
  */
20579
20579
  error?: StreamError;
20580
20580
  }
20581
20581
  /**
20582
- * @generated MessageType for protobuf message injective_rfqrpc.RFQRequestType
20582
+ * @generated MessageType for protobuf message injective_rfq_rpc.RFQRequestType
20583
20583
  */
20584
20584
  declare const RFQRequestType = new RFQRequestType$Type();
20585
20585
  /**
20586
- * @generated MessageType for protobuf message injective_rfqrpc.StreamRequestResponse
20586
+ * @generated MessageType for protobuf message injective_rfq_rpc.StreamRequestResponse
20587
20587
  */
20588
20588
  declare const StreamRequestResponse = new StreamRequestResponse$Type();
20589
20589
  /**
20590
- * @generated MessageType for protobuf message injective_rfqrpc.RFQQuoteType
20590
+ * @generated MessageType for protobuf message injective_rfq_rpc.RFQQuoteType
20591
20591
  */
20592
20592
  declare const RFQQuoteType = new RFQQuoteType$Type();
20593
20593
  /**
20594
- * @generated MessageType for protobuf message injective_rfqrpc.StreamQuoteResponse
20594
+ * @generated MessageType for protobuf message injective_rfq_rpc.StreamQuoteResponse
20595
20595
  */
20596
20596
  declare const StreamQuoteResponse = new StreamQuoteResponse$Type();
20597
20597
  /**
20598
- * @generated MessageType for protobuf message injective_rfqrpc.GetOpenRequestsResponse
20598
+ * @generated MessageType for protobuf message injective_rfq_rpc.GetOpenRequestsResponse
20599
20599
  */
20600
20600
  declare const GetOpenRequestsResponse = new GetOpenRequestsResponse$Type();
20601
20601
  /**
20602
- * @generated MessageType for protobuf message injective_rfqrpc.GetPendingQuotesResponse
20602
+ * @generated MessageType for protobuf message injective_rfq_rpc.GetPendingQuotesResponse
20603
20603
  */
20604
20604
  declare const GetPendingQuotesResponse = new GetPendingQuotesResponse$Type();
20605
20605
  /**
20606
- * @generated MessageType for protobuf message injective_rfqrpc.ListSettlementResponse
20606
+ * @generated MessageType for protobuf message injective_rfq_rpc.ListSettlementResponse
20607
20607
  */
20608
20608
  declare const ListSettlementResponse = new ListSettlementResponse$Type();
20609
20609
  /**
20610
- * @generated MessageType for protobuf message injective_rfqrpc.RFQSettlementType
20610
+ * @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementType
20611
20611
  */
20612
20612
  declare const RFQSettlementType = new RFQSettlementType$Type();
20613
20613
  /**
20614
- * @generated MessageType for protobuf message injective_rfqrpc.RFQSettlementUnfilledActionType
20614
+ * @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementUnfilledActionType
20615
20615
  */
20616
20616
  declare const RFQSettlementUnfilledActionType = new RFQSettlementUnfilledActionType$Type();
20617
20617
  /**
20618
- * @generated MessageType for protobuf message injective_rfqrpc.RFQSettlementLimitActionType
20618
+ * @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementLimitActionType
20619
20619
  */
20620
20620
  declare const RFQSettlementLimitActionType = new RFQSettlementLimitActionType$Type();
20621
20621
  /**
20622
- * @generated MessageType for protobuf message injective_rfqrpc.RFQSettlementMarketActionType
20622
+ * @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementMarketActionType
20623
20623
  */
20624
20624
  declare const RFQSettlementMarketActionType = new RFQSettlementMarketActionType$Type();
20625
20625
  /**
20626
- * @generated MessageType for protobuf message injective_rfqrpc.StreamSettlementResponse
20626
+ * @generated MessageType for protobuf message injective_rfq_rpc.StreamSettlementResponse
20627
20627
  */
20628
20628
  declare const StreamSettlementResponse = new StreamSettlementResponse$Type();
20629
20629
  /**
20630
- * @generated MessageType for protobuf message injective_rfqrpc.TakerStreamResponse
20630
+ * @generated MessageType for protobuf message injective_rfq_rpc.TakerStreamResponse
20631
20631
  */
20632
20632
  declare const TakerStreamResponse = new TakerStreamResponse$Type();
20633
20633
  /**
20634
- * @generated MessageType for protobuf message injective_rfqrpc.StreamAck
20634
+ * @generated MessageType for protobuf message injective_rfq_rpc.StreamAck
20635
20635
  */
20636
20636
  declare const StreamAck = new StreamAck$Type();
20637
20637
  /**
20638
- * @generated MessageType for protobuf message injective_rfqrpc.StreamError
20638
+ * @generated MessageType for protobuf message injective_rfq_rpc.StreamError
20639
20639
  */
20640
20640
  declare const StreamError = new StreamError$Type();
20641
20641
  /**
20642
- * @generated MessageType for protobuf message injective_rfqrpc.MakerStreamResponse
20642
+ * @generated MessageType for protobuf message injective_rfq_rpc.MakerStreamResponse
20643
20643
  */
20644
20644
  declare const MakerStreamResponse = new MakerStreamResponse$Type();
20645
20645
  //#endregion
@@ -20702,7 +20702,7 @@ interface PendingQuotesResponse {
20702
20702
  quotes: RFQQuote[];
20703
20703
  }
20704
20704
  interface SettlementsResponse {
20705
- total: number;
20705
+ next: string[];
20706
20706
  settlements: RFQSettlement[];
20707
20707
  }
20708
20708
  type GrpcRFQRequest = RFQRequestType;
@@ -21169,7 +21169,8 @@ declare class IndexerGrpcRFQApi extends BaseIndexerGrpcConsumer {
21169
21169
  }>;
21170
21170
  fetchSettlements(params?: {
21171
21171
  addresses?: string[];
21172
- pagination?: PaginationOption;
21172
+ token?: string;
21173
+ perPage?: number;
21173
21174
  }): Promise<SettlementsResponse>;
21174
21175
  }
21175
21176
  //#endregion
@@ -21432,7 +21433,7 @@ declare class IndexerGrpcMitoApi extends BaseIndexerGrpcConsumer {
21432
21433
  }>;
21433
21434
  }
21434
21435
  //#endregion
21435
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_meta_rpc_pb.d.ts
21436
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_meta_rpc_pb.d.ts
21436
21437
  /**
21437
21438
  * @generated from protobuf message injective_meta_rpc.PingResponse
21438
21439
  */
@@ -21612,7 +21613,7 @@ declare class IndexerGrpcSpotApi extends BaseIndexerGrpcConsumer {
21612
21613
  }>;
21613
21614
  }
21614
21615
  //#endregion
21615
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_oracle_rpc_pb.d.ts
21616
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_oracle_rpc_pb.d.ts
21616
21617
  /**
21617
21618
  * @generated from protobuf message injective_oracle_rpc.OracleListResponse
21618
21619
  */
@@ -21769,7 +21770,7 @@ declare class IndexerGrpcOracleApi extends BaseIndexerGrpcConsumer {
21769
21770
  }): Promise<PriceResponse>;
21770
21771
  }
21771
21772
  //#endregion
21772
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_exchange_rpc_pb.d.ts
21773
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_exchange_rpc_pb.d.ts
21773
21774
  /**
21774
21775
  * @generated from protobuf message injective_exchange_rpc.PrepareTxResponse
21775
21776
  */
@@ -22249,7 +22250,7 @@ declare class IndexerGrpcAuctionApi extends BaseIndexerGrpcConsumer {
22249
22250
  }): Promise<AccountAuctionStatus>;
22250
22251
  }
22251
22252
  //#endregion
22252
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_trading_rpc_pb.d.ts
22253
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_trading_rpc_pb.d.ts
22253
22254
  /**
22254
22255
  * @generated from protobuf message injective_trading_rpc.ListTradingStrategiesResponse
22255
22256
  */
@@ -25093,7 +25094,7 @@ interface QuantityAndFees {
25093
25094
  resultQuantity: string;
25094
25095
  }
25095
25096
  //#endregion
25096
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_spot_exchange_rpc_pb.d.ts
25097
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_spot_exchange_rpc_pb.d.ts
25097
25098
  /**
25098
25099
  * @generated from protobuf message injective_spot_exchange_rpc.MarketsResponse
25099
25100
  */
@@ -25726,7 +25727,7 @@ interface SpotTrade$1 {
25726
25727
  */
25727
25728
  tradeId: string;
25728
25729
  /**
25729
- * Trade's execution side, marker/taker
25730
+ * Trade's execution side, maker,taker,n/a (n/a = not applicable)
25730
25731
  *
25731
25732
  * @generated from protobuf field: string execution_side = 11
25732
25733
  */
@@ -26253,7 +26254,7 @@ type GrpcAtomicSwap = AtomicSwap$1;
26253
26254
  type GrpcOracle = Oracle$1;
26254
26255
  interface Oracle extends GrpcOracle {}
26255
26256
  //#endregion
26256
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_auction_rpc_pb.d.ts
26257
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_auction_rpc_pb.d.ts
26257
26258
  /**
26258
26259
  * @generated from protobuf message injective_auction_rpc.AuctionEndpointResponse
26259
26260
  */
@@ -26750,7 +26751,7 @@ type GrpcAccountAuctionV2 = AccountAuctionV2$1;
26750
26751
  type GrpcAuctionContract = AuctionContract$1;
26751
26752
  type StreamBidsResponse = StreamBidsResponse$1;
26752
26753
  //#endregion
26753
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_archiver_rpc_pb.d.ts
26754
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_archiver_rpc_pb.d.ts
26754
26755
  /**
26755
26756
  * @generated from protobuf message injective_archiver_rpc.BalanceResponse
26756
26757
  */
@@ -27272,7 +27273,7 @@ type GrpcHistoricalVolumes = HistoricalVolumes$1;
27272
27273
  type GrpcPnlLeaderboard = PnlLeaderboardResponse | PnlLeaderboardFixedResolutionResponse;
27273
27274
  type GrpcVolLeaderboard = VolLeaderboardResponse | VolLeaderboardFixedResolutionResponse;
27274
27275
  //#endregion
27275
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_referral_rpc_pb.d.ts
27276
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_referral_rpc_pb.d.ts
27276
27277
  /**
27277
27278
  * @generated from protobuf message injective_referral_rpc.GetReferrerDetailsResponse
27278
27279
  */
@@ -27403,7 +27404,7 @@ interface ReferralDetails {
27403
27404
  invitees: ReferralInvitee[];
27404
27405
  }
27405
27406
  //#endregion
27406
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_campaign_rpc_pb.d.ts
27407
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_campaign_rpc_pb.d.ts
27407
27408
  /**
27408
27409
  * @generated from protobuf message injective_campaign_rpc.RankingResponse
27409
27410
  */
@@ -28240,7 +28241,7 @@ interface AllSpotMarketSummaryResponse {
28240
28241
  data: AllChronosSpotMarketSummary[];
28241
28242
  }
28242
28243
  //#endregion
28243
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_megavault_rpc_pb.d.ts
28244
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_megavault_rpc_pb.d.ts
28244
28245
  /**
28245
28246
  * @generated from protobuf message injective_megavault_rpc.GetVaultResponse
28246
28247
  */
@@ -29359,7 +29360,7 @@ interface IncentivesCampaign {
29359
29360
  subaccountIdSuffix: string;
29360
29361
  }
29361
29362
  //#endregion
29362
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_insurance_rpc_pb.d.ts
29363
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_insurance_rpc_pb.d.ts
29363
29364
  /**
29364
29365
  * @generated from protobuf message injective_insurance_rpc.FundsResponse
29365
29366
  */
@@ -29621,7 +29622,7 @@ interface InsuranceFundCreateParams {
29621
29622
  type GrpcIndexerInsuranceFund = InsuranceFund$2;
29622
29623
  type GrpcIndexerRedemptionSchedule = RedemptionSchedule;
29623
29624
  //#endregion
29624
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_derivative_exchange_rpc_pb.d.ts
29625
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_derivative_exchange_rpc_pb.d.ts
29625
29626
  /**
29626
29627
  * @generated from protobuf message injective_derivative_exchange_rpc.MarketsResponse
29627
29628
  */
@@ -30931,7 +30932,7 @@ interface DerivativeTrade$1 {
30931
30932
  */
30932
30933
  tradeId: string;
30933
30934
  /**
30934
- * Trade's execution side, marker/taker
30935
+ * Trade's execution side, maker,taker,n/a (n/a = not applicable)
30935
30936
  *
30936
30937
  * @generated from protobuf field: string execution_side = 12
30937
30938
  */
@@ -31743,7 +31744,7 @@ interface ChronosLeaderboardResponse {
31743
31744
  data: ChronosLeaderboard;
31744
31745
  }
31745
31746
  //#endregion
31746
- //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.17.7-alpha.4/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_portfolio_rpc_pb.d.ts
31747
+ //#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_portfolio_rpc_pb.d.ts
31747
31748
  /**
31748
31749
  * @generated from protobuf message injective_portfolio_rpc.AccountPortfolioResponse
31749
31750
  */