@azure/storage-file-share 12.9.1-alpha.20220330.1 → 12.10.0-beta.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.
@@ -4537,6 +4537,13 @@ export const FileUploadRangeHeaders = {
4537
4537
  name: "Boolean"
4538
4538
  }
4539
4539
  },
4540
+ fileLastWriteTime: {
4541
+ serializedName: "x-ms-file-last-write-time",
4542
+ xmlName: "x-ms-file-last-write-time",
4543
+ type: {
4544
+ name: "DateTimeRfc1123"
4545
+ }
4546
+ },
4540
4547
  errorCode: {
4541
4548
  serializedName: "x-ms-error-code",
4542
4549
  xmlName: "x-ms-error-code",
@@ -4618,6 +4625,13 @@ export const FileUploadRangeFromURLHeaders = {
4618
4625
  name: "Boolean"
4619
4626
  }
4620
4627
  },
4628
+ fileLastWriteTime: {
4629
+ serializedName: "x-ms-file-last-write-time",
4630
+ xmlName: "x-ms-file-last-write-time",
4631
+ type: {
4632
+ name: "DateTimeRfc1123"
4633
+ }
4634
+ },
4621
4635
  errorCode: {
4622
4636
  serializedName: "x-ms-error-code",
4623
4637
  xmlName: "x-ms-error-code",