@polymeshassociation/polymesh-sdk 26.2.3 → 26.2.4

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.
@@ -520,12 +520,12 @@ var AssetHoldersOrderBy;
520
520
  AssetHoldersOrderBy["AssetIdAsc"] = "ASSET_ID_ASC";
521
521
  AssetHoldersOrderBy["AssetIdDesc"] = "ASSET_ID_DESC";
522
522
  /**
523
- * @deprecated - Removed in SQ v19 updates `BlockIdAsc` to work instead
524
- */
523
+ * @deprecated - Removed in SQ v19 updates since `CreatedBlockIdAsc` works as expected in that version
524
+ */
525
525
  AssetHoldersOrderBy["CreatedAtAsc"] = "CREATED_AT_ASC";
526
526
  /**
527
- * @deprecated - Removed in SQ v19 updates `BlockIdDesc` to work instead
528
- */
527
+ * @deprecated - Removed in SQ v19 updates since `CreatedBlockIdDesc` works as expected in that version
528
+ */
529
529
  AssetHoldersOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC";
530
530
  AssetHoldersOrderBy["CreatedBlockIdAsc"] = "CREATED_BLOCK_ID_ASC";
531
531
  AssetHoldersOrderBy["CreatedBlockIdDesc"] = "CREATED_BLOCK_ID_DESC";
@@ -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";
@@ -35832,11 +35834,11 @@ var ExtrinsicsOrderBy;
35832
35834
  ExtrinsicsOrderBy["CallIdAsc"] = "CALL_ID_ASC";
35833
35835
  ExtrinsicsOrderBy["CallIdDesc"] = "CALL_ID_DESC";
35834
35836
  /**
35835
- * @deprecated - Removed in SQ v19 updates `BlockIdAsc` to work instead
35837
+ * @deprecated - Removed in SQ v19 updates since `CreatedBlockIdAsc` works as expected in that version
35836
35838
  */
35837
35839
  ExtrinsicsOrderBy["CreatedAtAsc"] = "CREATED_AT_ASC";
35838
35840
  /**
35839
- * @deprecated - Removed in SQ v19 which updates `BlockIdDesc` to work instead
35841
+ * @deprecated - Removed in SQ v19 updates since `CreatedBlockIdDesc` works as expected in that version
35840
35842
  */
35841
35843
  ExtrinsicsOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC";
35842
35844
  ExtrinsicsOrderBy["EventsAverageAttributesAsc"] = "EVENTS_AVERAGE_ATTRIBUTES_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";
@@ -47068,12 +47074,12 @@ var NftHoldersOrderBy;
47068
47074
  NftHoldersOrderBy["AssetIdAsc"] = "ASSET_ID_ASC";
47069
47075
  NftHoldersOrderBy["AssetIdDesc"] = "ASSET_ID_DESC";
47070
47076
  /**
47071
- * @deprecated - Removed in SQ v19 updates `BlockIdAsc` to work instead
47072
- */
47077
+ * @deprecated - Removed in SQ v19 updates since `CreatedBlockIdAsc` works as expected in that version
47078
+ */
47073
47079
  NftHoldersOrderBy["CreatedAtAsc"] = "CREATED_AT_ASC";
47074
47080
  /**
47075
- * @deprecated - Removed in SQ v19 updates `BlockIdDesc` to work instead
47076
- */
47081
+ * @deprecated - Removed in SQ v19 updates since `CreatedBlockIdDesc` works as expected in that version
47082
+ */
47077
47083
  NftHoldersOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC";
47078
47084
  NftHoldersOrderBy["CreatedBlockIdAsc"] = "CREATED_BLOCK_ID_ASC";
47079
47085
  NftHoldersOrderBy["CreatedBlockIdDesc"] = "CREATED_BLOCK_ID_DESC";