@polymeshassociation/polymesh-sdk 27.0.3-alpha.2 → 27.1.0-alpha.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.
@@ -4967,6 +4967,8 @@ var AuthorizationsOrderBy;
4967
4967
  AuthorizationsOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC";
4968
4968
  AuthorizationsOrderBy["CreatedBlockIdAsc"] = "CREATED_BLOCK_ID_ASC";
4969
4969
  AuthorizationsOrderBy["CreatedBlockIdDesc"] = "CREATED_BLOCK_ID_DESC";
4970
+ AuthorizationsOrderBy["CreatedEventIdAsc"] = "CREATED_EVENT_ID_ASC";
4971
+ AuthorizationsOrderBy["CreatedEventIdDesc"] = "CREATED_EVENT_ID_DESC";
4970
4972
  AuthorizationsOrderBy["DataAsc"] = "DATA_ASC";
4971
4973
  AuthorizationsOrderBy["DataDesc"] = "DATA_DESC";
4972
4974
  AuthorizationsOrderBy["ExpiryAsc"] = "EXPIRY_ASC";
@@ -43798,6 +43800,8 @@ var InstructionEventsOrderBy;
43798
43800
  InstructionEventsOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC";
43799
43801
  InstructionEventsOrderBy["CreatedBlockIdAsc"] = "CREATED_BLOCK_ID_ASC";
43800
43802
  InstructionEventsOrderBy["CreatedBlockIdDesc"] = "CREATED_BLOCK_ID_DESC";
43803
+ InstructionEventsOrderBy["CreatedEventIdAsc"] = "CREATED_EVENT_ID_ASC";
43804
+ InstructionEventsOrderBy["CreatedEventIdDesc"] = "CREATED_EVENT_ID_DESC";
43801
43805
  InstructionEventsOrderBy["EventAsc"] = "EVENT_ASC";
43802
43806
  InstructionEventsOrderBy["EventDesc"] = "EVENT_DESC";
43803
43807
  InstructionEventsOrderBy["EventIdxAsc"] = "EVENT_IDX_ASC";
@@ -44719,6 +44723,8 @@ var InstructionsOrderBy;
44719
44723
  InstructionsOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC";
44720
44724
  InstructionsOrderBy["CreatedBlockIdAsc"] = "CREATED_BLOCK_ID_ASC";
44721
44725
  InstructionsOrderBy["CreatedBlockIdDesc"] = "CREATED_BLOCK_ID_DESC";
44726
+ InstructionsOrderBy["CreatedEventIdAsc"] = "CREATED_EVENT_ID_ASC";
44727
+ InstructionsOrderBy["CreatedEventIdDesc"] = "CREATED_EVENT_ID_DESC";
44722
44728
  InstructionsOrderBy["EndAfterBlockAsc"] = "END_AFTER_BLOCK_ASC";
44723
44729
  InstructionsOrderBy["EndAfterBlockDesc"] = "END_AFTER_BLOCK_DESC";
44724
44730
  InstructionsOrderBy["EndBlockAsc"] = "END_BLOCK_ASC";