@polymeshassociation/polymesh-sdk 26.2.2 → 26.2.3

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.
@@ -519,7 +519,13 @@ var AssetHoldersOrderBy;
519
519
  AssetHoldersOrderBy["AmountDesc"] = "AMOUNT_DESC";
520
520
  AssetHoldersOrderBy["AssetIdAsc"] = "ASSET_ID_ASC";
521
521
  AssetHoldersOrderBy["AssetIdDesc"] = "ASSET_ID_DESC";
522
+ /**
523
+ * @deprecated - Removed in SQ v19 updates `BlockIdAsc` to work instead
524
+ */
522
525
  AssetHoldersOrderBy["CreatedAtAsc"] = "CREATED_AT_ASC";
526
+ /**
527
+ * @deprecated - Removed in SQ v19 updates `BlockIdDesc` to work instead
528
+ */
523
529
  AssetHoldersOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC";
524
530
  AssetHoldersOrderBy["CreatedBlockIdAsc"] = "CREATED_BLOCK_ID_ASC";
525
531
  AssetHoldersOrderBy["CreatedBlockIdDesc"] = "CREATED_BLOCK_ID_DESC";
@@ -35825,7 +35831,13 @@ var ExtrinsicsOrderBy;
35825
35831
  ExtrinsicsOrderBy["BlockIdDesc"] = "BLOCK_ID_DESC";
35826
35832
  ExtrinsicsOrderBy["CallIdAsc"] = "CALL_ID_ASC";
35827
35833
  ExtrinsicsOrderBy["CallIdDesc"] = "CALL_ID_DESC";
35834
+ /**
35835
+ * @deprecated - Removed in SQ v19 updates `BlockIdAsc` to work instead
35836
+ */
35828
35837
  ExtrinsicsOrderBy["CreatedAtAsc"] = "CREATED_AT_ASC";
35838
+ /**
35839
+ * @deprecated - Removed in SQ v19 which updates `BlockIdDesc` to work instead
35840
+ */
35829
35841
  ExtrinsicsOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC";
35830
35842
  ExtrinsicsOrderBy["EventsAverageAttributesAsc"] = "EVENTS_AVERAGE_ATTRIBUTES_ASC";
35831
35843
  ExtrinsicsOrderBy["EventsAverageAttributesDesc"] = "EVENTS_AVERAGE_ATTRIBUTES_DESC";
@@ -47055,7 +47067,13 @@ var NftHoldersOrderBy;
47055
47067
  (function (NftHoldersOrderBy) {
47056
47068
  NftHoldersOrderBy["AssetIdAsc"] = "ASSET_ID_ASC";
47057
47069
  NftHoldersOrderBy["AssetIdDesc"] = "ASSET_ID_DESC";
47070
+ /**
47071
+ * @deprecated - Removed in SQ v19 updates `BlockIdAsc` to work instead
47072
+ */
47058
47073
  NftHoldersOrderBy["CreatedAtAsc"] = "CREATED_AT_ASC";
47074
+ /**
47075
+ * @deprecated - Removed in SQ v19 updates `BlockIdDesc` to work instead
47076
+ */
47059
47077
  NftHoldersOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC";
47060
47078
  NftHoldersOrderBy["CreatedBlockIdAsc"] = "CREATED_BLOCK_ID_ASC";
47061
47079
  NftHoldersOrderBy["CreatedBlockIdDesc"] = "CREATED_BLOCK_ID_DESC";