@microsoft/msgraph-sdk 1.0.0-preview.13 → 1.0.0-preview.15

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.
@@ -2,45 +2,45 @@ import { type AdditionalDataHolder, type ApiError, type BackedModel, type Parsab
2
2
  /**
3
3
  * Creates a new instance of the appropriate class based on discriminator value
4
4
  * @param parseNode The parse node to use to read the discriminator value and create the object
5
- * @returns a ErrorDetails
5
+ * @returns {ErrorDetails}
6
6
  */
7
7
  export declare function createErrorDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
8
8
  /**
9
9
  * Creates a new instance of the appropriate class based on discriminator value
10
10
  * @param parseNode The parse node to use to read the discriminator value and create the object
11
- * @returns a InnerError
11
+ * @returns {InnerError}
12
12
  */
13
13
  export declare function createInnerErrorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14
14
  /**
15
15
  * Creates a new instance of the appropriate class based on discriminator value
16
16
  * @param parseNode The parse node to use to read the discriminator value and create the object
17
- * @returns a MainError
17
+ * @returns {MainError}
18
18
  */
19
19
  export declare function createMainErrorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
20
20
  /**
21
21
  * Creates a new instance of the appropriate class based on discriminator value
22
22
  * @param parseNode The parse node to use to read the discriminator value and create the object
23
- * @returns a ODataError
23
+ * @returns {ODataError}
24
24
  */
25
25
  export declare function createODataErrorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
26
26
  /**
27
27
  * The deserialization information for the current model
28
- * @returns a Record<string, (node: ParseNode) => void>
28
+ * @returns {Record<string, (node: ParseNode) => void>}
29
29
  */
30
30
  export declare function deserializeIntoErrorDetails(errorDetails?: Partial<ErrorDetails> | undefined): Record<string, (node: ParseNode) => void>;
31
31
  /**
32
32
  * The deserialization information for the current model
33
- * @returns a Record<string, (node: ParseNode) => void>
33
+ * @returns {Record<string, (node: ParseNode) => void>}
34
34
  */
35
35
  export declare function deserializeIntoInnerError(innerError?: Partial<InnerError> | undefined): Record<string, (node: ParseNode) => void>;
36
36
  /**
37
37
  * The deserialization information for the current model
38
- * @returns a Record<string, (node: ParseNode) => void>
38
+ * @returns {Record<string, (node: ParseNode) => void>}
39
39
  */
40
40
  export declare function deserializeIntoMainError(mainError?: Partial<MainError> | undefined): Record<string, (node: ParseNode) => void>;
41
41
  /**
42
42
  * The deserialization information for the current model
43
- * @returns a Record<string, (node: ParseNode) => void>
43
+ * @returns {Record<string, (node: ParseNode) => void>}
44
44
  */
45
45
  export declare function deserializeIntoODataError(oDataError?: Partial<ODataError> | undefined): Record<string, (node: ParseNode) => void>;
46
46
  export interface ErrorDetails extends AdditionalDataHolder, BackedModel, Parsable {
@@ -4,7 +4,7 @@ exports.serializeODataError = exports.serializeMainError = exports.serializeInne
4
4
  /**
5
5
  * Creates a new instance of the appropriate class based on discriminator value
6
6
  * @param parseNode The parse node to use to read the discriminator value and create the object
7
- * @returns a ErrorDetails
7
+ * @returns {ErrorDetails}
8
8
  */
9
9
  function createErrorDetailsFromDiscriminatorValue(parseNode) {
10
10
  return deserializeIntoErrorDetails;
@@ -13,7 +13,7 @@ exports.createErrorDetailsFromDiscriminatorValue = createErrorDetailsFromDiscrim
13
13
  /**
14
14
  * Creates a new instance of the appropriate class based on discriminator value
15
15
  * @param parseNode The parse node to use to read the discriminator value and create the object
16
- * @returns a InnerError
16
+ * @returns {InnerError}
17
17
  */
18
18
  function createInnerErrorFromDiscriminatorValue(parseNode) {
19
19
  return deserializeIntoInnerError;
@@ -22,7 +22,7 @@ exports.createInnerErrorFromDiscriminatorValue = createInnerErrorFromDiscriminat
22
22
  /**
23
23
  * Creates a new instance of the appropriate class based on discriminator value
24
24
  * @param parseNode The parse node to use to read the discriminator value and create the object
25
- * @returns a MainError
25
+ * @returns {MainError}
26
26
  */
27
27
  function createMainErrorFromDiscriminatorValue(parseNode) {
28
28
  return deserializeIntoMainError;
@@ -31,7 +31,7 @@ exports.createMainErrorFromDiscriminatorValue = createMainErrorFromDiscriminator
31
31
  /**
32
32
  * Creates a new instance of the appropriate class based on discriminator value
33
33
  * @param parseNode The parse node to use to read the discriminator value and create the object
34
- * @returns a ODataError
34
+ * @returns {ODataError}
35
35
  */
36
36
  function createODataErrorFromDiscriminatorValue(parseNode) {
37
37
  return deserializeIntoODataError;
@@ -39,7 +39,7 @@ function createODataErrorFromDiscriminatorValue(parseNode) {
39
39
  exports.createODataErrorFromDiscriminatorValue = createODataErrorFromDiscriminatorValue;
40
40
  /**
41
41
  * The deserialization information for the current model
42
- * @returns a Record<string, (node: ParseNode) => void>
42
+ * @returns {Record<string, (node: ParseNode) => void>}
43
43
  */
44
44
  function deserializeIntoErrorDetails(errorDetails = {}) {
45
45
  return {
@@ -52,7 +52,7 @@ function deserializeIntoErrorDetails(errorDetails = {}) {
52
52
  exports.deserializeIntoErrorDetails = deserializeIntoErrorDetails;
53
53
  /**
54
54
  * The deserialization information for the current model
55
- * @returns a Record<string, (node: ParseNode) => void>
55
+ * @returns {Record<string, (node: ParseNode) => void>}
56
56
  */
57
57
  function deserializeIntoInnerError(innerError = {}) {
58
58
  return {
@@ -66,7 +66,7 @@ function deserializeIntoInnerError(innerError = {}) {
66
66
  exports.deserializeIntoInnerError = deserializeIntoInnerError;
67
67
  /**
68
68
  * The deserialization information for the current model
69
- * @returns a Record<string, (node: ParseNode) => void>
69
+ * @returns {Record<string, (node: ParseNode) => void>}
70
70
  */
71
71
  function deserializeIntoMainError(mainError = {}) {
72
72
  return {
@@ -81,7 +81,7 @@ function deserializeIntoMainError(mainError = {}) {
81
81
  exports.deserializeIntoMainError = deserializeIntoMainError;
82
82
  /**
83
83
  * The deserialization information for the current model
84
- * @returns a Record<string, (node: ParseNode) => void>
84
+ * @returns {Record<string, (node: ParseNode) => void>}
85
85
  */
86
86
  function deserializeIntoODataError(oDataError = {}) {
87
87
  return {
@@ -53,133 +53,133 @@ export interface Blob extends AdditionalDataHolder, BackedModel, Parsable {
53
53
  /**
54
54
  * Creates a new instance of the appropriate class based on discriminator value
55
55
  * @param parseNode The parse node to use to read the discriminator value and create the object
56
- * @returns a azureUsage
56
+ * @returns {AzureUsage}
57
57
  */
58
58
  export declare function createAzureUsageFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
59
59
  /**
60
60
  * Creates a new instance of the appropriate class based on discriminator value
61
61
  * @param parseNode The parse node to use to read the discriminator value and create the object
62
- * @returns a billedUsage
62
+ * @returns {BilledUsage}
63
63
  */
64
64
  export declare function createBilledUsageFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
65
65
  /**
66
66
  * Creates a new instance of the appropriate class based on discriminator value
67
67
  * @param parseNode The parse node to use to read the discriminator value and create the object
68
- * @returns a billing
68
+ * @returns {Billing}
69
69
  */
70
70
  export declare function createBillingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
71
71
  /**
72
72
  * Creates a new instance of the appropriate class based on discriminator value
73
73
  * @param parseNode The parse node to use to read the discriminator value and create the object
74
- * @returns a blob
74
+ * @returns {Blob}
75
75
  */
76
76
  export declare function createBlobFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
77
77
  /**
78
78
  * Creates a new instance of the appropriate class based on discriminator value
79
79
  * @param parseNode The parse node to use to read the discriminator value and create the object
80
- * @returns a exportSuccessOperation
80
+ * @returns {ExportSuccessOperation}
81
81
  */
82
82
  export declare function createExportSuccessOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
83
83
  /**
84
84
  * Creates a new instance of the appropriate class based on discriminator value
85
85
  * @param parseNode The parse node to use to read the discriminator value and create the object
86
- * @returns a failedOperation
86
+ * @returns {FailedOperation}
87
87
  */
88
88
  export declare function createFailedOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
89
89
  /**
90
90
  * Creates a new instance of the appropriate class based on discriminator value
91
91
  * @param parseNode The parse node to use to read the discriminator value and create the object
92
- * @returns a manifestCollectionResponse
92
+ * @returns {ManifestCollectionResponse}
93
93
  */
94
94
  export declare function createManifestCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
95
95
  /**
96
96
  * Creates a new instance of the appropriate class based on discriminator value
97
97
  * @param parseNode The parse node to use to read the discriminator value and create the object
98
- * @returns a manifest
98
+ * @returns {Manifest}
99
99
  */
100
100
  export declare function createManifestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
101
101
  /**
102
102
  * Creates a new instance of the appropriate class based on discriminator value
103
103
  * @param parseNode The parse node to use to read the discriminator value and create the object
104
- * @returns a operationCollectionResponse
104
+ * @returns {OperationCollectionResponse}
105
105
  */
106
106
  export declare function createOperationCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
107
107
  /**
108
108
  * Creates a new instance of the appropriate class based on discriminator value
109
109
  * @param parseNode The parse node to use to read the discriminator value and create the object
110
- * @returns a operation
110
+ * @returns {Operation}
111
111
  */
112
112
  export declare function createOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
113
113
  /**
114
114
  * Creates a new instance of the appropriate class based on discriminator value
115
115
  * @param parseNode The parse node to use to read the discriminator value and create the object
116
- * @returns a runningOperation
116
+ * @returns {RunningOperation}
117
117
  */
118
118
  export declare function createRunningOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
119
119
  /**
120
120
  * Creates a new instance of the appropriate class based on discriminator value
121
121
  * @param parseNode The parse node to use to read the discriminator value and create the object
122
- * @returns a unbilledUsage
122
+ * @returns {UnbilledUsage}
123
123
  */
124
124
  export declare function createUnbilledUsageFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
125
125
  /**
126
126
  * The deserialization information for the current model
127
- * @returns a Record<string, (node: ParseNode) => void>
127
+ * @returns {Record<string, (node: ParseNode) => void>}
128
128
  */
129
129
  export declare function deserializeIntoAzureUsage(azureUsage?: Partial<AzureUsage> | undefined): Record<string, (node: ParseNode) => void>;
130
130
  /**
131
131
  * The deserialization information for the current model
132
- * @returns a Record<string, (node: ParseNode) => void>
132
+ * @returns {Record<string, (node: ParseNode) => void>}
133
133
  */
134
134
  export declare function deserializeIntoBilledUsage(billedUsage?: Partial<BilledUsage> | undefined): Record<string, (node: ParseNode) => void>;
135
135
  /**
136
136
  * The deserialization information for the current model
137
- * @returns a Record<string, (node: ParseNode) => void>
137
+ * @returns {Record<string, (node: ParseNode) => void>}
138
138
  */
139
139
  export declare function deserializeIntoBilling(billing?: Partial<Billing> | undefined): Record<string, (node: ParseNode) => void>;
140
140
  /**
141
141
  * The deserialization information for the current model
142
- * @returns a Record<string, (node: ParseNode) => void>
142
+ * @returns {Record<string, (node: ParseNode) => void>}
143
143
  */
144
144
  export declare function deserializeIntoBlob(blob?: Partial<Blob> | undefined): Record<string, (node: ParseNode) => void>;
145
145
  /**
146
146
  * The deserialization information for the current model
147
- * @returns a Record<string, (node: ParseNode) => void>
147
+ * @returns {Record<string, (node: ParseNode) => void>}
148
148
  */
149
149
  export declare function deserializeIntoExportSuccessOperation(exportSuccessOperation?: Partial<ExportSuccessOperation> | undefined): Record<string, (node: ParseNode) => void>;
150
150
  /**
151
151
  * The deserialization information for the current model
152
- * @returns a Record<string, (node: ParseNode) => void>
152
+ * @returns {Record<string, (node: ParseNode) => void>}
153
153
  */
154
154
  export declare function deserializeIntoFailedOperation(failedOperation?: Partial<FailedOperation> | undefined): Record<string, (node: ParseNode) => void>;
155
155
  /**
156
156
  * The deserialization information for the current model
157
- * @returns a Record<string, (node: ParseNode) => void>
157
+ * @returns {Record<string, (node: ParseNode) => void>}
158
158
  */
159
159
  export declare function deserializeIntoManifest(manifest?: Partial<Manifest> | undefined): Record<string, (node: ParseNode) => void>;
160
160
  /**
161
161
  * The deserialization information for the current model
162
- * @returns a Record<string, (node: ParseNode) => void>
162
+ * @returns {Record<string, (node: ParseNode) => void>}
163
163
  */
164
164
  export declare function deserializeIntoManifestCollectionResponse(manifestCollectionResponse?: Partial<ManifestCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
165
165
  /**
166
166
  * The deserialization information for the current model
167
- * @returns a Record<string, (node: ParseNode) => void>
167
+ * @returns {Record<string, (node: ParseNode) => void>}
168
168
  */
169
169
  export declare function deserializeIntoOperation(operation?: Partial<Operation> | undefined): Record<string, (node: ParseNode) => void>;
170
170
  /**
171
171
  * The deserialization information for the current model
172
- * @returns a Record<string, (node: ParseNode) => void>
172
+ * @returns {Record<string, (node: ParseNode) => void>}
173
173
  */
174
174
  export declare function deserializeIntoOperationCollectionResponse(operationCollectionResponse?: Partial<OperationCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
175
175
  /**
176
176
  * The deserialization information for the current model
177
- * @returns a Record<string, (node: ParseNode) => void>
177
+ * @returns {Record<string, (node: ParseNode) => void>}
178
178
  */
179
179
  export declare function deserializeIntoRunningOperation(runningOperation?: Partial<RunningOperation> | undefined): Record<string, (node: ParseNode) => void>;
180
180
  /**
181
181
  * The deserialization information for the current model
182
- * @returns a Record<string, (node: ParseNode) => void>
182
+ * @returns {Record<string, (node: ParseNode) => void>}
183
183
  */
184
184
  export declare function deserializeIntoUnbilledUsage(unbilledUsage?: Partial<UnbilledUsage> | undefined): Record<string, (node: ParseNode) => void>;
185
185
  export interface ExportSuccessOperation extends Operation, Parsable {
@@ -8,7 +8,7 @@ const __1 = require("../../");
8
8
  /**
9
9
  * Creates a new instance of the appropriate class based on discriminator value
10
10
  * @param parseNode The parse node to use to read the discriminator value and create the object
11
- * @returns a azureUsage
11
+ * @returns {AzureUsage}
12
12
  */
13
13
  function createAzureUsageFromDiscriminatorValue(parseNode) {
14
14
  return deserializeIntoAzureUsage;
@@ -17,7 +17,7 @@ exports.createAzureUsageFromDiscriminatorValue = createAzureUsageFromDiscriminat
17
17
  /**
18
18
  * Creates a new instance of the appropriate class based on discriminator value
19
19
  * @param parseNode The parse node to use to read the discriminator value and create the object
20
- * @returns a billedUsage
20
+ * @returns {BilledUsage}
21
21
  */
22
22
  function createBilledUsageFromDiscriminatorValue(parseNode) {
23
23
  return deserializeIntoBilledUsage;
@@ -26,7 +26,7 @@ exports.createBilledUsageFromDiscriminatorValue = createBilledUsageFromDiscrimin
26
26
  /**
27
27
  * Creates a new instance of the appropriate class based on discriminator value
28
28
  * @param parseNode The parse node to use to read the discriminator value and create the object
29
- * @returns a billing
29
+ * @returns {Billing}
30
30
  */
31
31
  function createBillingFromDiscriminatorValue(parseNode) {
32
32
  return deserializeIntoBilling;
@@ -35,7 +35,7 @@ exports.createBillingFromDiscriminatorValue = createBillingFromDiscriminatorValu
35
35
  /**
36
36
  * Creates a new instance of the appropriate class based on discriminator value
37
37
  * @param parseNode The parse node to use to read the discriminator value and create the object
38
- * @returns a blob
38
+ * @returns {Blob}
39
39
  */
40
40
  function createBlobFromDiscriminatorValue(parseNode) {
41
41
  return deserializeIntoBlob;
@@ -44,7 +44,7 @@ exports.createBlobFromDiscriminatorValue = createBlobFromDiscriminatorValue;
44
44
  /**
45
45
  * Creates a new instance of the appropriate class based on discriminator value
46
46
  * @param parseNode The parse node to use to read the discriminator value and create the object
47
- * @returns a exportSuccessOperation
47
+ * @returns {ExportSuccessOperation}
48
48
  */
49
49
  function createExportSuccessOperationFromDiscriminatorValue(parseNode) {
50
50
  return deserializeIntoExportSuccessOperation;
@@ -53,7 +53,7 @@ exports.createExportSuccessOperationFromDiscriminatorValue = createExportSuccess
53
53
  /**
54
54
  * Creates a new instance of the appropriate class based on discriminator value
55
55
  * @param parseNode The parse node to use to read the discriminator value and create the object
56
- * @returns a failedOperation
56
+ * @returns {FailedOperation}
57
57
  */
58
58
  function createFailedOperationFromDiscriminatorValue(parseNode) {
59
59
  return deserializeIntoFailedOperation;
@@ -62,7 +62,7 @@ exports.createFailedOperationFromDiscriminatorValue = createFailedOperationFromD
62
62
  /**
63
63
  * Creates a new instance of the appropriate class based on discriminator value
64
64
  * @param parseNode The parse node to use to read the discriminator value and create the object
65
- * @returns a manifestCollectionResponse
65
+ * @returns {ManifestCollectionResponse}
66
66
  */
67
67
  function createManifestCollectionResponseFromDiscriminatorValue(parseNode) {
68
68
  return deserializeIntoManifestCollectionResponse;
@@ -71,7 +71,7 @@ exports.createManifestCollectionResponseFromDiscriminatorValue = createManifestC
71
71
  /**
72
72
  * Creates a new instance of the appropriate class based on discriminator value
73
73
  * @param parseNode The parse node to use to read the discriminator value and create the object
74
- * @returns a manifest
74
+ * @returns {Manifest}
75
75
  */
76
76
  function createManifestFromDiscriminatorValue(parseNode) {
77
77
  return deserializeIntoManifest;
@@ -80,7 +80,7 @@ exports.createManifestFromDiscriminatorValue = createManifestFromDiscriminatorVa
80
80
  /**
81
81
  * Creates a new instance of the appropriate class based on discriminator value
82
82
  * @param parseNode The parse node to use to read the discriminator value and create the object
83
- * @returns a operationCollectionResponse
83
+ * @returns {OperationCollectionResponse}
84
84
  */
85
85
  function createOperationCollectionResponseFromDiscriminatorValue(parseNode) {
86
86
  return deserializeIntoOperationCollectionResponse;
@@ -89,7 +89,7 @@ exports.createOperationCollectionResponseFromDiscriminatorValue = createOperatio
89
89
  /**
90
90
  * Creates a new instance of the appropriate class based on discriminator value
91
91
  * @param parseNode The parse node to use to read the discriminator value and create the object
92
- * @returns a operation
92
+ * @returns {Operation}
93
93
  */
94
94
  function createOperationFromDiscriminatorValue(parseNode) {
95
95
  if (!parseNode)
@@ -114,7 +114,7 @@ exports.createOperationFromDiscriminatorValue = createOperationFromDiscriminator
114
114
  /**
115
115
  * Creates a new instance of the appropriate class based on discriminator value
116
116
  * @param parseNode The parse node to use to read the discriminator value and create the object
117
- * @returns a runningOperation
117
+ * @returns {RunningOperation}
118
118
  */
119
119
  function createRunningOperationFromDiscriminatorValue(parseNode) {
120
120
  return deserializeIntoRunningOperation;
@@ -123,7 +123,7 @@ exports.createRunningOperationFromDiscriminatorValue = createRunningOperationFro
123
123
  /**
124
124
  * Creates a new instance of the appropriate class based on discriminator value
125
125
  * @param parseNode The parse node to use to read the discriminator value and create the object
126
- * @returns a unbilledUsage
126
+ * @returns {UnbilledUsage}
127
127
  */
128
128
  function createUnbilledUsageFromDiscriminatorValue(parseNode) {
129
129
  return deserializeIntoUnbilledUsage;
@@ -131,7 +131,7 @@ function createUnbilledUsageFromDiscriminatorValue(parseNode) {
131
131
  exports.createUnbilledUsageFromDiscriminatorValue = createUnbilledUsageFromDiscriminatorValue;
132
132
  /**
133
133
  * The deserialization information for the current model
134
- * @returns a Record<string, (node: ParseNode) => void>
134
+ * @returns {Record<string, (node: ParseNode) => void>}
135
135
  */
136
136
  function deserializeIntoAzureUsage(azureUsage = {}) {
137
137
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(azureUsage)), { "billed": n => { azureUsage.billed = n.getObjectValue(createBilledUsageFromDiscriminatorValue); }, "unbilled": n => { azureUsage.unbilled = n.getObjectValue(createUnbilledUsageFromDiscriminatorValue); } });
@@ -139,7 +139,7 @@ function deserializeIntoAzureUsage(azureUsage = {}) {
139
139
  exports.deserializeIntoAzureUsage = deserializeIntoAzureUsage;
140
140
  /**
141
141
  * The deserialization information for the current model
142
- * @returns a Record<string, (node: ParseNode) => void>
142
+ * @returns {Record<string, (node: ParseNode) => void>}
143
143
  */
144
144
  function deserializeIntoBilledUsage(billedUsage = {}) {
145
145
  return Object.assign({}, (0, __1.deserializeIntoEntity)(billedUsage));
@@ -147,7 +147,7 @@ function deserializeIntoBilledUsage(billedUsage = {}) {
147
147
  exports.deserializeIntoBilledUsage = deserializeIntoBilledUsage;
148
148
  /**
149
149
  * The deserialization information for the current model
150
- * @returns a Record<string, (node: ParseNode) => void>
150
+ * @returns {Record<string, (node: ParseNode) => void>}
151
151
  */
152
152
  function deserializeIntoBilling(billing = {}) {
153
153
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(billing)), { "manifests": n => { billing.manifests = n.getCollectionOfObjectValues(createManifestFromDiscriminatorValue); }, "operations": n => { billing.operations = n.getCollectionOfObjectValues(createOperationFromDiscriminatorValue); }, "usage": n => { billing.usage = n.getObjectValue(createAzureUsageFromDiscriminatorValue); } });
@@ -155,7 +155,7 @@ function deserializeIntoBilling(billing = {}) {
155
155
  exports.deserializeIntoBilling = deserializeIntoBilling;
156
156
  /**
157
157
  * The deserialization information for the current model
158
- * @returns a Record<string, (node: ParseNode) => void>
158
+ * @returns {Record<string, (node: ParseNode) => void>}
159
159
  */
160
160
  function deserializeIntoBlob(blob = {}) {
161
161
  return {
@@ -168,7 +168,7 @@ function deserializeIntoBlob(blob = {}) {
168
168
  exports.deserializeIntoBlob = deserializeIntoBlob;
169
169
  /**
170
170
  * The deserialization information for the current model
171
- * @returns a Record<string, (node: ParseNode) => void>
171
+ * @returns {Record<string, (node: ParseNode) => void>}
172
172
  */
173
173
  function deserializeIntoExportSuccessOperation(exportSuccessOperation = {}) {
174
174
  return Object.assign(Object.assign({}, deserializeIntoOperation(exportSuccessOperation)), { "resourceLocation": n => { exportSuccessOperation.resourceLocation = n.getObjectValue(createManifestFromDiscriminatorValue); } });
@@ -176,7 +176,7 @@ function deserializeIntoExportSuccessOperation(exportSuccessOperation = {}) {
176
176
  exports.deserializeIntoExportSuccessOperation = deserializeIntoExportSuccessOperation;
177
177
  /**
178
178
  * The deserialization information for the current model
179
- * @returns a Record<string, (node: ParseNode) => void>
179
+ * @returns {Record<string, (node: ParseNode) => void>}
180
180
  */
181
181
  function deserializeIntoFailedOperation(failedOperation = {}) {
182
182
  return Object.assign(Object.assign({}, deserializeIntoOperation(failedOperation)), { "error": n => { failedOperation.errorEscaped = n.getObjectValue(__1.createPublicErrorFromDiscriminatorValue); } });
@@ -184,7 +184,7 @@ function deserializeIntoFailedOperation(failedOperation = {}) {
184
184
  exports.deserializeIntoFailedOperation = deserializeIntoFailedOperation;
185
185
  /**
186
186
  * The deserialization information for the current model
187
- * @returns a Record<string, (node: ParseNode) => void>
187
+ * @returns {Record<string, (node: ParseNode) => void>}
188
188
  */
189
189
  function deserializeIntoManifest(manifest = {}) {
190
190
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(manifest)), { "blobCount": n => { manifest.blobCount = n.getNumberValue(); }, "blobs": n => { manifest.blobs = n.getCollectionOfObjectValues(createBlobFromDiscriminatorValue); }, "createdDateTime": n => { manifest.createdDateTime = n.getDateValue(); }, "dataFormat": n => { manifest.dataFormat = n.getStringValue(); }, "eTag": n => { manifest.eTag = n.getStringValue(); }, "partitionType": n => { manifest.partitionType = n.getStringValue(); }, "partnerTenantId": n => { manifest.partnerTenantId = n.getStringValue(); }, "rootDirectory": n => { manifest.rootDirectory = n.getStringValue(); }, "sasToken": n => { manifest.sasToken = n.getStringValue(); }, "schemaVersion": n => { manifest.schemaVersion = n.getStringValue(); } });
@@ -192,7 +192,7 @@ function deserializeIntoManifest(manifest = {}) {
192
192
  exports.deserializeIntoManifest = deserializeIntoManifest;
193
193
  /**
194
194
  * The deserialization information for the current model
195
- * @returns a Record<string, (node: ParseNode) => void>
195
+ * @returns {Record<string, (node: ParseNode) => void>}
196
196
  */
197
197
  function deserializeIntoManifestCollectionResponse(manifestCollectionResponse = {}) {
198
198
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(manifestCollectionResponse)), { "value": n => { manifestCollectionResponse.value = n.getCollectionOfObjectValues(createManifestFromDiscriminatorValue); } });
@@ -200,7 +200,7 @@ function deserializeIntoManifestCollectionResponse(manifestCollectionResponse =
200
200
  exports.deserializeIntoManifestCollectionResponse = deserializeIntoManifestCollectionResponse;
201
201
  /**
202
202
  * The deserialization information for the current model
203
- * @returns a Record<string, (node: ParseNode) => void>
203
+ * @returns {Record<string, (node: ParseNode) => void>}
204
204
  */
205
205
  function deserializeIntoOperation(operation = {}) {
206
206
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(operation)), { "createdDateTime": n => { operation.createdDateTime = n.getDateValue(); }, "lastActionDateTime": n => { operation.lastActionDateTime = n.getDateValue(); }, "status": n => { operation.status = n.getEnumValue(__1.LongRunningOperationStatusObject); } });
@@ -208,7 +208,7 @@ function deserializeIntoOperation(operation = {}) {
208
208
  exports.deserializeIntoOperation = deserializeIntoOperation;
209
209
  /**
210
210
  * The deserialization information for the current model
211
- * @returns a Record<string, (node: ParseNode) => void>
211
+ * @returns {Record<string, (node: ParseNode) => void>}
212
212
  */
213
213
  function deserializeIntoOperationCollectionResponse(operationCollectionResponse = {}) {
214
214
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(operationCollectionResponse)), { "value": n => { operationCollectionResponse.value = n.getCollectionOfObjectValues(createOperationFromDiscriminatorValue); } });
@@ -216,7 +216,7 @@ function deserializeIntoOperationCollectionResponse(operationCollectionResponse
216
216
  exports.deserializeIntoOperationCollectionResponse = deserializeIntoOperationCollectionResponse;
217
217
  /**
218
218
  * The deserialization information for the current model
219
- * @returns a Record<string, (node: ParseNode) => void>
219
+ * @returns {Record<string, (node: ParseNode) => void>}
220
220
  */
221
221
  function deserializeIntoRunningOperation(runningOperation = {}) {
222
222
  return Object.assign({}, deserializeIntoOperation(runningOperation));
@@ -224,7 +224,7 @@ function deserializeIntoRunningOperation(runningOperation = {}) {
224
224
  exports.deserializeIntoRunningOperation = deserializeIntoRunningOperation;
225
225
  /**
226
226
  * The deserialization information for the current model
227
- * @returns a Record<string, (node: ParseNode) => void>
227
+ * @returns {Record<string, (node: ParseNode) => void>}
228
228
  */
229
229
  function deserializeIntoUnbilledUsage(unbilledUsage = {}) {
230
230
  return Object.assign({}, (0, __1.deserializeIntoEntity)(unbilledUsage));