@azure/storage-queue 12.22.0-alpha.20240409.1 → 12.22.0-alpha.20240411.1

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.
package/dist/index.js CHANGED
@@ -5855,8 +5855,8 @@ class QueueServiceClient extends StorageClient {
5855
5855
  * items. The marker value is opaque to the client.
5856
5856
  * @param options - Options to list queues operation.
5857
5857
  */
5858
- listSegments(marker, options = {}) {
5859
- return tslib.__asyncGenerator(this, arguments, function* listSegments_1() {
5858
+ listSegments(marker_1) {
5859
+ return tslib.__asyncGenerator(this, arguments, function* listSegments_1(marker, options = {}) {
5860
5860
  if (options.prefix === "") {
5861
5861
  options.prefix = undefined;
5862
5862
  }
@@ -5873,8 +5873,8 @@ class QueueServiceClient extends StorageClient {
5873
5873
  *
5874
5874
  * @param options - Options to list queues operation.
5875
5875
  */
5876
- listItems(options = {}) {
5877
- return tslib.__asyncGenerator(this, arguments, function* listItems_1() {
5876
+ listItems() {
5877
+ return tslib.__asyncGenerator(this, arguments, function* listItems_1(options = {}) {
5878
5878
  var _a, e_1, _b, _c;
5879
5879
  if (options.prefix === "") {
5880
5880
  options.prefix = undefined;