@azure/arm-datamigration 3.0.0-alpha.20250613.3 → 3.0.0-alpha.20250618.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/package.json
CHANGED
@@ -3,9 +3,9 @@
|
|
3
3
|
"sdk-type": "mgmt",
|
4
4
|
"author": "Microsoft Corporation",
|
5
5
|
"description": "A generated SDK for DataMigrationManagementClient.",
|
6
|
-
"version": "3.0.0-alpha.
|
6
|
+
"version": "3.0.0-alpha.20250618.1",
|
7
7
|
"engines": {
|
8
|
-
"node": ">=
|
8
|
+
"node": ">=20.0.0"
|
9
9
|
},
|
10
10
|
"dependencies": {
|
11
11
|
"@azure/abort-controller": "^2.1.2",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
36
36
|
"@azure/identity": "^4.6.0",
|
37
37
|
"@azure/logger": "^1.1.4",
|
38
|
-
"@types/node": "^
|
38
|
+
"@types/node": "^20.0.0",
|
39
39
|
"@vitest/browser": "^3.0.9",
|
40
40
|
"@vitest/coverage-istanbul": "^3.0.9",
|
41
41
|
"playwright": "^1.50.0",
|
@@ -825,11 +825,10 @@ export interface ExecutionStatistics {
|
|
825
825
|
}
|
826
826
|
|
827
827
|
// @public
|
828
|
-
interface
|
828
|
+
export interface FileList {
|
829
829
|
nextLink?: string;
|
830
830
|
value?: ProjectFile[];
|
831
831
|
}
|
832
|
-
export { FileList_2 as FileList }
|
833
832
|
|
834
833
|
// @public
|
835
834
|
export interface Files {
|
@@ -872,14 +871,14 @@ export interface FilesListNextOptionalParams extends coreClient.OperationOptions
|
|
872
871
|
}
|
873
872
|
|
874
873
|
// @public
|
875
|
-
export type FilesListNextResponse =
|
874
|
+
export type FilesListNextResponse = FileList;
|
876
875
|
|
877
876
|
// @public
|
878
877
|
export interface FilesListOptionalParams extends coreClient.OperationOptions {
|
879
878
|
}
|
880
879
|
|
881
880
|
// @public
|
882
|
-
export type FilesListResponse =
|
881
|
+
export type FilesListResponse = FileList;
|
883
882
|
|
884
883
|
// @public
|
885
884
|
export interface FilesReadOptionalParams extends coreClient.OperationOptions {
|