@microsoft/msgraph-sdk 1.0.0-preview.23 → 1.0.0-preview.24

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.
Files changed (49) hide show
  1. package/graphRequestAdapter.js +8 -11
  2. package/graphRequestAdapter.js.map +1 -0
  3. package/graphServiceClient.js +17 -21
  4. package/graphServiceClient.js.map +1 -0
  5. package/index.d.ts +2 -2
  6. package/index.d.ts.map +1 -1
  7. package/index.js +3 -18
  8. package/index.js.map +1 -0
  9. package/models/callRecords/index.d.ts +118 -4
  10. package/models/callRecords/index.d.ts.map +1 -1
  11. package/models/callRecords/index.js +241 -180
  12. package/models/callRecords/index.js.map +1 -0
  13. package/models/externalConnectors/index.d.ts +4 -4
  14. package/models/externalConnectors/index.d.ts.map +1 -1
  15. package/models/externalConnectors/index.js +133 -215
  16. package/models/externalConnectors/index.js.map +1 -0
  17. package/models/identityGovernance/index.d.ts +2 -2
  18. package/models/identityGovernance/index.d.ts.map +1 -1
  19. package/models/identityGovernance/index.js +184 -296
  20. package/models/identityGovernance/index.js.map +1 -0
  21. package/models/index.d.ts +1312 -225
  22. package/models/index.d.ts.map +1 -1
  23. package/models/index.js +8747 -14356
  24. package/models/index.js.map +1 -0
  25. package/models/oDataErrors/index.js +13 -27
  26. package/models/oDataErrors/index.js.map +1 -0
  27. package/models/partners/billing/index.d.ts +1 -1
  28. package/models/partners/billing/index.d.ts.map +1 -1
  29. package/models/partners/billing/index.js +68 -112
  30. package/models/partners/billing/index.js.map +1 -0
  31. package/models/partners/index.d.ts +0 -1
  32. package/models/partners/index.js +1 -1
  33. package/models/partners/index.js.map +1 -0
  34. package/models/search/index.d.ts +1 -1
  35. package/models/search/index.d.ts.map +1 -1
  36. package/models/search/index.js +48 -83
  37. package/models/search/index.js.map +1 -0
  38. package/models/security/index.d.ts +6 -6
  39. package/models/security/index.d.ts.map +1 -1
  40. package/models/security/index.js +869 -1487
  41. package/models/security/index.js.map +1 -0
  42. package/models/termStore/index.d.ts +1 -1
  43. package/models/termStore/index.d.ts.map +1 -1
  44. package/models/termStore/index.js +65 -106
  45. package/models/termStore/index.js.map +1 -0
  46. package/package.json +3 -2
  47. package/tsconfig.tsbuildinfo +1 -1
  48. package/version.js +2 -4
  49. package/version.js.map +1 -0
@@ -1,116 +1,102 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BillingPeriodObject = exports.AttributeSetObject = exports.serializeUnbilledUsage = exports.serializeRunningOperation = exports.serializeOperationCollectionResponse = exports.serializeOperation = exports.serializeManifestCollectionResponse = exports.serializeManifest = exports.serializeFailedOperation = exports.serializeExportSuccessOperation = exports.serializeBlob = exports.serializeBillingReconciliation = exports.serializeBilling = exports.serializeBilledUsage = exports.serializeBilledReconciliation = exports.serializeAzureUsage = exports.deserializeIntoUnbilledUsage = exports.deserializeIntoRunningOperation = exports.deserializeIntoOperationCollectionResponse = exports.deserializeIntoOperation = exports.deserializeIntoManifestCollectionResponse = exports.deserializeIntoManifest = exports.deserializeIntoFailedOperation = exports.deserializeIntoExportSuccessOperation = exports.deserializeIntoBlob = exports.deserializeIntoBillingReconciliation = exports.deserializeIntoBilling = exports.deserializeIntoBilledUsage = exports.deserializeIntoBilledReconciliation = exports.deserializeIntoAzureUsage = exports.createUnbilledUsageFromDiscriminatorValue = exports.createRunningOperationFromDiscriminatorValue = exports.createOperationFromDiscriminatorValue = exports.createOperationCollectionResponseFromDiscriminatorValue = exports.createManifestFromDiscriminatorValue = exports.createManifestCollectionResponseFromDiscriminatorValue = exports.createFailedOperationFromDiscriminatorValue = exports.createExportSuccessOperationFromDiscriminatorValue = exports.createBlobFromDiscriminatorValue = exports.createBillingReconciliationFromDiscriminatorValue = exports.createBillingFromDiscriminatorValue = exports.createBilledUsageFromDiscriminatorValue = exports.createBilledReconciliationFromDiscriminatorValue = exports.createAzureUsageFromDiscriminatorValue = void 0;
4
1
  /* tslint:disable */
5
2
  /* eslint-disable */
6
3
  // Generated by Microsoft Kiota
7
4
  // @ts-ignore
8
- const __1 = require("../../");
5
+ import { createPublicErrorFromDiscriminatorValue, deserializeIntoBaseCollectionPaginationCountResponse, deserializeIntoEntity, LongRunningOperationStatusObject, serializeBaseCollectionPaginationCountResponse, serializeEntity, serializePublicError } from '../../index.js';
9
6
  /**
10
7
  * Creates a new instance of the appropriate class based on discriminator value
11
8
  * @param parseNode The parse node to use to read the discriminator value and create the object
12
9
  * @returns {AzureUsage}
13
10
  */
14
- function createAzureUsageFromDiscriminatorValue(parseNode) {
11
+ export function createAzureUsageFromDiscriminatorValue(parseNode) {
15
12
  return deserializeIntoAzureUsage;
16
13
  }
17
- exports.createAzureUsageFromDiscriminatorValue = createAzureUsageFromDiscriminatorValue;
18
14
  /**
19
15
  * Creates a new instance of the appropriate class based on discriminator value
20
16
  * @param parseNode The parse node to use to read the discriminator value and create the object
21
17
  * @returns {BilledReconciliation}
22
18
  */
23
- function createBilledReconciliationFromDiscriminatorValue(parseNode) {
19
+ export function createBilledReconciliationFromDiscriminatorValue(parseNode) {
24
20
  return deserializeIntoBilledReconciliation;
25
21
  }
26
- exports.createBilledReconciliationFromDiscriminatorValue = createBilledReconciliationFromDiscriminatorValue;
27
22
  /**
28
23
  * Creates a new instance of the appropriate class based on discriminator value
29
24
  * @param parseNode The parse node to use to read the discriminator value and create the object
30
25
  * @returns {BilledUsage}
31
26
  */
32
- function createBilledUsageFromDiscriminatorValue(parseNode) {
27
+ export function createBilledUsageFromDiscriminatorValue(parseNode) {
33
28
  return deserializeIntoBilledUsage;
34
29
  }
35
- exports.createBilledUsageFromDiscriminatorValue = createBilledUsageFromDiscriminatorValue;
36
30
  /**
37
31
  * Creates a new instance of the appropriate class based on discriminator value
38
32
  * @param parseNode The parse node to use to read the discriminator value and create the object
39
33
  * @returns {Billing}
40
34
  */
41
- function createBillingFromDiscriminatorValue(parseNode) {
35
+ export function createBillingFromDiscriminatorValue(parseNode) {
42
36
  return deserializeIntoBilling;
43
37
  }
44
- exports.createBillingFromDiscriminatorValue = createBillingFromDiscriminatorValue;
45
38
  /**
46
39
  * Creates a new instance of the appropriate class based on discriminator value
47
40
  * @param parseNode The parse node to use to read the discriminator value and create the object
48
41
  * @returns {BillingReconciliation}
49
42
  */
50
- function createBillingReconciliationFromDiscriminatorValue(parseNode) {
43
+ export function createBillingReconciliationFromDiscriminatorValue(parseNode) {
51
44
  return deserializeIntoBillingReconciliation;
52
45
  }
53
- exports.createBillingReconciliationFromDiscriminatorValue = createBillingReconciliationFromDiscriminatorValue;
54
46
  /**
55
47
  * Creates a new instance of the appropriate class based on discriminator value
56
48
  * @param parseNode The parse node to use to read the discriminator value and create the object
57
49
  * @returns {Blob}
58
50
  */
59
- function createBlobFromDiscriminatorValue(parseNode) {
51
+ export function createBlobFromDiscriminatorValue(parseNode) {
60
52
  return deserializeIntoBlob;
61
53
  }
62
- exports.createBlobFromDiscriminatorValue = createBlobFromDiscriminatorValue;
63
54
  /**
64
55
  * Creates a new instance of the appropriate class based on discriminator value
65
56
  * @param parseNode The parse node to use to read the discriminator value and create the object
66
57
  * @returns {ExportSuccessOperation}
67
58
  */
68
- function createExportSuccessOperationFromDiscriminatorValue(parseNode) {
59
+ export function createExportSuccessOperationFromDiscriminatorValue(parseNode) {
69
60
  return deserializeIntoExportSuccessOperation;
70
61
  }
71
- exports.createExportSuccessOperationFromDiscriminatorValue = createExportSuccessOperationFromDiscriminatorValue;
72
62
  /**
73
63
  * Creates a new instance of the appropriate class based on discriminator value
74
64
  * @param parseNode The parse node to use to read the discriminator value and create the object
75
65
  * @returns {FailedOperation}
76
66
  */
77
- function createFailedOperationFromDiscriminatorValue(parseNode) {
67
+ export function createFailedOperationFromDiscriminatorValue(parseNode) {
78
68
  return deserializeIntoFailedOperation;
79
69
  }
80
- exports.createFailedOperationFromDiscriminatorValue = createFailedOperationFromDiscriminatorValue;
81
70
  /**
82
71
  * Creates a new instance of the appropriate class based on discriminator value
83
72
  * @param parseNode The parse node to use to read the discriminator value and create the object
84
73
  * @returns {ManifestCollectionResponse}
85
74
  */
86
- function createManifestCollectionResponseFromDiscriminatorValue(parseNode) {
75
+ export function createManifestCollectionResponseFromDiscriminatorValue(parseNode) {
87
76
  return deserializeIntoManifestCollectionResponse;
88
77
  }
89
- exports.createManifestCollectionResponseFromDiscriminatorValue = createManifestCollectionResponseFromDiscriminatorValue;
90
78
  /**
91
79
  * Creates a new instance of the appropriate class based on discriminator value
92
80
  * @param parseNode The parse node to use to read the discriminator value and create the object
93
81
  * @returns {Manifest}
94
82
  */
95
- function createManifestFromDiscriminatorValue(parseNode) {
83
+ export function createManifestFromDiscriminatorValue(parseNode) {
96
84
  return deserializeIntoManifest;
97
85
  }
98
- exports.createManifestFromDiscriminatorValue = createManifestFromDiscriminatorValue;
99
86
  /**
100
87
  * Creates a new instance of the appropriate class based on discriminator value
101
88
  * @param parseNode The parse node to use to read the discriminator value and create the object
102
89
  * @returns {OperationCollectionResponse}
103
90
  */
104
- function createOperationCollectionResponseFromDiscriminatorValue(parseNode) {
91
+ export function createOperationCollectionResponseFromDiscriminatorValue(parseNode) {
105
92
  return deserializeIntoOperationCollectionResponse;
106
93
  }
107
- exports.createOperationCollectionResponseFromDiscriminatorValue = createOperationCollectionResponseFromDiscriminatorValue;
108
94
  /**
109
95
  * Creates a new instance of the appropriate class based on discriminator value
110
96
  * @param parseNode The parse node to use to read the discriminator value and create the object
111
97
  * @returns {Operation}
112
98
  */
113
- function createOperationFromDiscriminatorValue(parseNode) {
99
+ export function createOperationFromDiscriminatorValue(parseNode) {
114
100
  if (!parseNode)
115
101
  throw new Error("parseNode cannot be undefined");
116
102
  const mappingValueNode = parseNode.getChildNode("@odata.type");
@@ -129,70 +115,62 @@ function createOperationFromDiscriminatorValue(parseNode) {
129
115
  }
130
116
  return deserializeIntoOperation;
131
117
  }
132
- exports.createOperationFromDiscriminatorValue = createOperationFromDiscriminatorValue;
133
118
  /**
134
119
  * Creates a new instance of the appropriate class based on discriminator value
135
120
  * @param parseNode The parse node to use to read the discriminator value and create the object
136
121
  * @returns {RunningOperation}
137
122
  */
138
- function createRunningOperationFromDiscriminatorValue(parseNode) {
123
+ export function createRunningOperationFromDiscriminatorValue(parseNode) {
139
124
  return deserializeIntoRunningOperation;
140
125
  }
141
- exports.createRunningOperationFromDiscriminatorValue = createRunningOperationFromDiscriminatorValue;
142
126
  /**
143
127
  * Creates a new instance of the appropriate class based on discriminator value
144
128
  * @param parseNode The parse node to use to read the discriminator value and create the object
145
129
  * @returns {UnbilledUsage}
146
130
  */
147
- function createUnbilledUsageFromDiscriminatorValue(parseNode) {
131
+ export function createUnbilledUsageFromDiscriminatorValue(parseNode) {
148
132
  return deserializeIntoUnbilledUsage;
149
133
  }
150
- exports.createUnbilledUsageFromDiscriminatorValue = createUnbilledUsageFromDiscriminatorValue;
151
134
  /**
152
135
  * The deserialization information for the current model
153
136
  * @returns {Record<string, (node: ParseNode) => void>}
154
137
  */
155
- function deserializeIntoAzureUsage(azureUsage = {}) {
156
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(azureUsage)), { "billed": n => { azureUsage.billed = n.getObjectValue(createBilledUsageFromDiscriminatorValue); }, "unbilled": n => { azureUsage.unbilled = n.getObjectValue(createUnbilledUsageFromDiscriminatorValue); } });
138
+ export function deserializeIntoAzureUsage(azureUsage = {}) {
139
+ return Object.assign(Object.assign({}, deserializeIntoEntity(azureUsage)), { "billed": n => { azureUsage.billed = n.getObjectValue(createBilledUsageFromDiscriminatorValue); }, "unbilled": n => { azureUsage.unbilled = n.getObjectValue(createUnbilledUsageFromDiscriminatorValue); } });
157
140
  }
158
- exports.deserializeIntoAzureUsage = deserializeIntoAzureUsage;
159
141
  /**
160
142
  * The deserialization information for the current model
161
143
  * @returns {Record<string, (node: ParseNode) => void>}
162
144
  */
163
- function deserializeIntoBilledReconciliation(billedReconciliation = {}) {
164
- return Object.assign({}, (0, __1.deserializeIntoEntity)(billedReconciliation));
145
+ export function deserializeIntoBilledReconciliation(billedReconciliation = {}) {
146
+ return Object.assign({}, deserializeIntoEntity(billedReconciliation));
165
147
  }
166
- exports.deserializeIntoBilledReconciliation = deserializeIntoBilledReconciliation;
167
148
  /**
168
149
  * The deserialization information for the current model
169
150
  * @returns {Record<string, (node: ParseNode) => void>}
170
151
  */
171
- function deserializeIntoBilledUsage(billedUsage = {}) {
172
- return Object.assign({}, (0, __1.deserializeIntoEntity)(billedUsage));
152
+ export function deserializeIntoBilledUsage(billedUsage = {}) {
153
+ return Object.assign({}, deserializeIntoEntity(billedUsage));
173
154
  }
174
- exports.deserializeIntoBilledUsage = deserializeIntoBilledUsage;
175
155
  /**
176
156
  * The deserialization information for the current model
177
157
  * @returns {Record<string, (node: ParseNode) => void>}
178
158
  */
179
- function deserializeIntoBilling(billing = {}) {
180
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(billing)), { "manifests": n => { billing.manifests = n.getCollectionOfObjectValues(createManifestFromDiscriminatorValue); }, "operations": n => { billing.operations = n.getCollectionOfObjectValues(createOperationFromDiscriminatorValue); }, "reconciliation": n => { billing.reconciliation = n.getObjectValue(createBillingReconciliationFromDiscriminatorValue); }, "usage": n => { billing.usage = n.getObjectValue(createAzureUsageFromDiscriminatorValue); } });
159
+ export function deserializeIntoBilling(billing = {}) {
160
+ return Object.assign(Object.assign({}, deserializeIntoEntity(billing)), { "manifests": n => { billing.manifests = n.getCollectionOfObjectValues(createManifestFromDiscriminatorValue); }, "operations": n => { billing.operations = n.getCollectionOfObjectValues(createOperationFromDiscriminatorValue); }, "reconciliation": n => { billing.reconciliation = n.getObjectValue(createBillingReconciliationFromDiscriminatorValue); }, "usage": n => { billing.usage = n.getObjectValue(createAzureUsageFromDiscriminatorValue); } });
181
161
  }
182
- exports.deserializeIntoBilling = deserializeIntoBilling;
183
162
  /**
184
163
  * The deserialization information for the current model
185
164
  * @returns {Record<string, (node: ParseNode) => void>}
186
165
  */
187
- function deserializeIntoBillingReconciliation(billingReconciliation = {}) {
188
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(billingReconciliation)), { "billed": n => { billingReconciliation.billed = n.getObjectValue(createBilledReconciliationFromDiscriminatorValue); } });
166
+ export function deserializeIntoBillingReconciliation(billingReconciliation = {}) {
167
+ return Object.assign(Object.assign({}, deserializeIntoEntity(billingReconciliation)), { "billed": n => { billingReconciliation.billed = n.getObjectValue(createBilledReconciliationFromDiscriminatorValue); } });
189
168
  }
190
- exports.deserializeIntoBillingReconciliation = deserializeIntoBillingReconciliation;
191
169
  /**
192
170
  * The deserialization information for the current model
193
171
  * @returns {Record<string, (node: ParseNode) => void>}
194
172
  */
195
- function deserializeIntoBlob(blob = {}) {
173
+ export function deserializeIntoBlob(blob = {}) {
196
174
  return {
197
175
  "backingStoreEnabled": n => { blob.backingStoreEnabled = true; },
198
176
  "name": n => { blob.name = n.getStringValue(); },
@@ -200,153 +178,136 @@ function deserializeIntoBlob(blob = {}) {
200
178
  "partitionValue": n => { blob.partitionValue = n.getStringValue(); },
201
179
  };
202
180
  }
203
- exports.deserializeIntoBlob = deserializeIntoBlob;
204
181
  /**
205
182
  * The deserialization information for the current model
206
183
  * @returns {Record<string, (node: ParseNode) => void>}
207
184
  */
208
- function deserializeIntoExportSuccessOperation(exportSuccessOperation = {}) {
185
+ export function deserializeIntoExportSuccessOperation(exportSuccessOperation = {}) {
209
186
  return Object.assign(Object.assign({}, deserializeIntoOperation(exportSuccessOperation)), { "resourceLocation": n => { exportSuccessOperation.resourceLocation = n.getObjectValue(createManifestFromDiscriminatorValue); } });
210
187
  }
211
- exports.deserializeIntoExportSuccessOperation = deserializeIntoExportSuccessOperation;
212
188
  /**
213
189
  * The deserialization information for the current model
214
190
  * @returns {Record<string, (node: ParseNode) => void>}
215
191
  */
216
- function deserializeIntoFailedOperation(failedOperation = {}) {
217
- return Object.assign(Object.assign({}, deserializeIntoOperation(failedOperation)), { "error": n => { failedOperation.errorEscaped = n.getObjectValue(__1.createPublicErrorFromDiscriminatorValue); } });
192
+ export function deserializeIntoFailedOperation(failedOperation = {}) {
193
+ return Object.assign(Object.assign({}, deserializeIntoOperation(failedOperation)), { "error": n => { failedOperation.errorEscaped = n.getObjectValue(createPublicErrorFromDiscriminatorValue); } });
218
194
  }
219
- exports.deserializeIntoFailedOperation = deserializeIntoFailedOperation;
220
195
  /**
221
196
  * The deserialization information for the current model
222
197
  * @returns {Record<string, (node: ParseNode) => void>}
223
198
  */
224
- function deserializeIntoManifest(manifest = {}) {
225
- 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(); } });
199
+ export function deserializeIntoManifest(manifest = {}) {
200
+ return Object.assign(Object.assign({}, 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(); } });
226
201
  }
227
- exports.deserializeIntoManifest = deserializeIntoManifest;
228
202
  /**
229
203
  * The deserialization information for the current model
230
204
  * @returns {Record<string, (node: ParseNode) => void>}
231
205
  */
232
- function deserializeIntoManifestCollectionResponse(manifestCollectionResponse = {}) {
233
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(manifestCollectionResponse)), { "value": n => { manifestCollectionResponse.value = n.getCollectionOfObjectValues(createManifestFromDiscriminatorValue); } });
206
+ export function deserializeIntoManifestCollectionResponse(manifestCollectionResponse = {}) {
207
+ return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(manifestCollectionResponse)), { "value": n => { manifestCollectionResponse.value = n.getCollectionOfObjectValues(createManifestFromDiscriminatorValue); } });
234
208
  }
235
- exports.deserializeIntoManifestCollectionResponse = deserializeIntoManifestCollectionResponse;
236
209
  /**
237
210
  * The deserialization information for the current model
238
211
  * @returns {Record<string, (node: ParseNode) => void>}
239
212
  */
240
- function deserializeIntoOperation(operation = {}) {
241
- 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); } });
213
+ export function deserializeIntoOperation(operation = {}) {
214
+ return Object.assign(Object.assign({}, deserializeIntoEntity(operation)), { "createdDateTime": n => { operation.createdDateTime = n.getDateValue(); }, "lastActionDateTime": n => { operation.lastActionDateTime = n.getDateValue(); }, "status": n => { operation.status = n.getEnumValue(LongRunningOperationStatusObject); } });
242
215
  }
243
- exports.deserializeIntoOperation = deserializeIntoOperation;
244
216
  /**
245
217
  * The deserialization information for the current model
246
218
  * @returns {Record<string, (node: ParseNode) => void>}
247
219
  */
248
- function deserializeIntoOperationCollectionResponse(operationCollectionResponse = {}) {
249
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(operationCollectionResponse)), { "value": n => { operationCollectionResponse.value = n.getCollectionOfObjectValues(createOperationFromDiscriminatorValue); } });
220
+ export function deserializeIntoOperationCollectionResponse(operationCollectionResponse = {}) {
221
+ return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(operationCollectionResponse)), { "value": n => { operationCollectionResponse.value = n.getCollectionOfObjectValues(createOperationFromDiscriminatorValue); } });
250
222
  }
251
- exports.deserializeIntoOperationCollectionResponse = deserializeIntoOperationCollectionResponse;
252
223
  /**
253
224
  * The deserialization information for the current model
254
225
  * @returns {Record<string, (node: ParseNode) => void>}
255
226
  */
256
- function deserializeIntoRunningOperation(runningOperation = {}) {
227
+ export function deserializeIntoRunningOperation(runningOperation = {}) {
257
228
  return Object.assign({}, deserializeIntoOperation(runningOperation));
258
229
  }
259
- exports.deserializeIntoRunningOperation = deserializeIntoRunningOperation;
260
230
  /**
261
231
  * The deserialization information for the current model
262
232
  * @returns {Record<string, (node: ParseNode) => void>}
263
233
  */
264
- function deserializeIntoUnbilledUsage(unbilledUsage = {}) {
265
- return Object.assign({}, (0, __1.deserializeIntoEntity)(unbilledUsage));
234
+ export function deserializeIntoUnbilledUsage(unbilledUsage = {}) {
235
+ return Object.assign({}, deserializeIntoEntity(unbilledUsage));
266
236
  }
267
- exports.deserializeIntoUnbilledUsage = deserializeIntoUnbilledUsage;
268
237
  /**
269
238
  * Serializes information the current object
270
239
  * @param writer Serialization writer to use to serialize this model
271
240
  */
272
- function serializeAzureUsage(writer, azureUsage = {}) {
273
- (0, __1.serializeEntity)(writer, azureUsage);
241
+ export function serializeAzureUsage(writer, azureUsage = {}) {
242
+ serializeEntity(writer, azureUsage);
274
243
  writer.writeObjectValue("billed", azureUsage.billed, serializeBilledUsage);
275
244
  writer.writeObjectValue("unbilled", azureUsage.unbilled, serializeUnbilledUsage);
276
245
  }
277
- exports.serializeAzureUsage = serializeAzureUsage;
278
246
  /**
279
247
  * Serializes information the current object
280
248
  * @param writer Serialization writer to use to serialize this model
281
249
  */
282
- function serializeBilledReconciliation(writer, billedReconciliation = {}) {
283
- (0, __1.serializeEntity)(writer, billedReconciliation);
250
+ export function serializeBilledReconciliation(writer, billedReconciliation = {}) {
251
+ serializeEntity(writer, billedReconciliation);
284
252
  }
285
- exports.serializeBilledReconciliation = serializeBilledReconciliation;
286
253
  /**
287
254
  * Serializes information the current object
288
255
  * @param writer Serialization writer to use to serialize this model
289
256
  */
290
- function serializeBilledUsage(writer, billedUsage = {}) {
291
- (0, __1.serializeEntity)(writer, billedUsage);
257
+ export function serializeBilledUsage(writer, billedUsage = {}) {
258
+ serializeEntity(writer, billedUsage);
292
259
  }
293
- exports.serializeBilledUsage = serializeBilledUsage;
294
260
  /**
295
261
  * Serializes information the current object
296
262
  * @param writer Serialization writer to use to serialize this model
297
263
  */
298
- function serializeBilling(writer, billing = {}) {
299
- (0, __1.serializeEntity)(writer, billing);
264
+ export function serializeBilling(writer, billing = {}) {
265
+ serializeEntity(writer, billing);
300
266
  writer.writeCollectionOfObjectValues("manifests", billing.manifests, serializeManifest);
301
267
  writer.writeCollectionOfObjectValues("operations", billing.operations, serializeOperation);
302
268
  writer.writeObjectValue("reconciliation", billing.reconciliation, serializeBillingReconciliation);
303
269
  writer.writeObjectValue("usage", billing.usage, serializeAzureUsage);
304
270
  }
305
- exports.serializeBilling = serializeBilling;
306
271
  /**
307
272
  * Serializes information the current object
308
273
  * @param writer Serialization writer to use to serialize this model
309
274
  */
310
- function serializeBillingReconciliation(writer, billingReconciliation = {}) {
311
- (0, __1.serializeEntity)(writer, billingReconciliation);
275
+ export function serializeBillingReconciliation(writer, billingReconciliation = {}) {
276
+ serializeEntity(writer, billingReconciliation);
312
277
  writer.writeObjectValue("billed", billingReconciliation.billed, serializeBilledReconciliation);
313
278
  }
314
- exports.serializeBillingReconciliation = serializeBillingReconciliation;
315
279
  /**
316
280
  * Serializes information the current object
317
281
  * @param writer Serialization writer to use to serialize this model
318
282
  */
319
- function serializeBlob(writer, blob = {}) {
283
+ export function serializeBlob(writer, blob = {}) {
320
284
  writer.writeStringValue("name", blob.name);
321
285
  writer.writeStringValue("@odata.type", blob.odataType);
322
286
  writer.writeStringValue("partitionValue", blob.partitionValue);
323
287
  writer.writeAdditionalData(blob.additionalData);
324
288
  }
325
- exports.serializeBlob = serializeBlob;
326
289
  /**
327
290
  * Serializes information the current object
328
291
  * @param writer Serialization writer to use to serialize this model
329
292
  */
330
- function serializeExportSuccessOperation(writer, exportSuccessOperation = {}) {
293
+ export function serializeExportSuccessOperation(writer, exportSuccessOperation = {}) {
331
294
  serializeOperation(writer, exportSuccessOperation);
332
295
  writer.writeObjectValue("resourceLocation", exportSuccessOperation.resourceLocation, serializeManifest);
333
296
  }
334
- exports.serializeExportSuccessOperation = serializeExportSuccessOperation;
335
297
  /**
336
298
  * Serializes information the current object
337
299
  * @param writer Serialization writer to use to serialize this model
338
300
  */
339
- function serializeFailedOperation(writer, failedOperation = {}) {
301
+ export function serializeFailedOperation(writer, failedOperation = {}) {
340
302
  serializeOperation(writer, failedOperation);
341
- writer.writeObjectValue("error", failedOperation.errorEscaped, __1.serializePublicError);
303
+ writer.writeObjectValue("error", failedOperation.errorEscaped, serializePublicError);
342
304
  }
343
- exports.serializeFailedOperation = serializeFailedOperation;
344
305
  /**
345
306
  * Serializes information the current object
346
307
  * @param writer Serialization writer to use to serialize this model
347
308
  */
348
- function serializeManifest(writer, manifest = {}) {
349
- (0, __1.serializeEntity)(writer, manifest);
309
+ export function serializeManifest(writer, manifest = {}) {
310
+ serializeEntity(writer, manifest);
350
311
  writer.writeNumberValue("blobCount", manifest.blobCount);
351
312
  writer.writeCollectionOfObjectValues("blobs", manifest.blobs, serializeBlob);
352
313
  writer.writeDateValue("createdDateTime", manifest.createdDateTime);
@@ -358,61 +319,56 @@ function serializeManifest(writer, manifest = {}) {
358
319
  writer.writeStringValue("sasToken", manifest.sasToken);
359
320
  writer.writeStringValue("schemaVersion", manifest.schemaVersion);
360
321
  }
361
- exports.serializeManifest = serializeManifest;
362
322
  /**
363
323
  * Serializes information the current object
364
324
  * @param writer Serialization writer to use to serialize this model
365
325
  */
366
- function serializeManifestCollectionResponse(writer, manifestCollectionResponse = {}) {
367
- (0, __1.serializeBaseCollectionPaginationCountResponse)(writer, manifestCollectionResponse);
326
+ export function serializeManifestCollectionResponse(writer, manifestCollectionResponse = {}) {
327
+ serializeBaseCollectionPaginationCountResponse(writer, manifestCollectionResponse);
368
328
  writer.writeCollectionOfObjectValues("value", manifestCollectionResponse.value, serializeManifest);
369
329
  }
370
- exports.serializeManifestCollectionResponse = serializeManifestCollectionResponse;
371
330
  /**
372
331
  * Serializes information the current object
373
332
  * @param writer Serialization writer to use to serialize this model
374
333
  */
375
- function serializeOperation(writer, operation = {}) {
376
- (0, __1.serializeEntity)(writer, operation);
334
+ export function serializeOperation(writer, operation = {}) {
335
+ serializeEntity(writer, operation);
377
336
  writer.writeDateValue("createdDateTime", operation.createdDateTime);
378
337
  writer.writeDateValue("lastActionDateTime", operation.lastActionDateTime);
379
338
  writer.writeEnumValue("status", operation.status);
380
339
  }
381
- exports.serializeOperation = serializeOperation;
382
340
  /**
383
341
  * Serializes information the current object
384
342
  * @param writer Serialization writer to use to serialize this model
385
343
  */
386
- function serializeOperationCollectionResponse(writer, operationCollectionResponse = {}) {
387
- (0, __1.serializeBaseCollectionPaginationCountResponse)(writer, operationCollectionResponse);
344
+ export function serializeOperationCollectionResponse(writer, operationCollectionResponse = {}) {
345
+ serializeBaseCollectionPaginationCountResponse(writer, operationCollectionResponse);
388
346
  writer.writeCollectionOfObjectValues("value", operationCollectionResponse.value, serializeOperation);
389
347
  }
390
- exports.serializeOperationCollectionResponse = serializeOperationCollectionResponse;
391
348
  /**
392
349
  * Serializes information the current object
393
350
  * @param writer Serialization writer to use to serialize this model
394
351
  */
395
- function serializeRunningOperation(writer, runningOperation = {}) {
352
+ export function serializeRunningOperation(writer, runningOperation = {}) {
396
353
  serializeOperation(writer, runningOperation);
397
354
  }
398
- exports.serializeRunningOperation = serializeRunningOperation;
399
355
  /**
400
356
  * Serializes information the current object
401
357
  * @param writer Serialization writer to use to serialize this model
402
358
  */
403
- function serializeUnbilledUsage(writer, unbilledUsage = {}) {
404
- (0, __1.serializeEntity)(writer, unbilledUsage);
359
+ export function serializeUnbilledUsage(writer, unbilledUsage = {}) {
360
+ serializeEntity(writer, unbilledUsage);
405
361
  }
406
- exports.serializeUnbilledUsage = serializeUnbilledUsage;
407
- exports.AttributeSetObject = {
362
+ export const AttributeSetObject = {
408
363
  Full: "full",
409
364
  Basic: "basic",
410
365
  UnknownFutureValue: "unknownFutureValue",
411
366
  };
412
- exports.BillingPeriodObject = {
367
+ export const BillingPeriodObject = {
413
368
  Current: "current",
414
369
  Last: "last",
415
370
  UnknownFutureValue: "unknownFutureValue",
416
371
  };
417
372
  /* tslint:enable */
418
373
  /* eslint-enable */
374
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}
@@ -1,2 +1 @@
1
- export {};
2
1
  //# sourceMappingURL=index.d.ts.map
@@ -2,6 +2,6 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  // Generated by Microsoft Kiota
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
5
  /* tslint:enable */
7
6
  /* eslint-enable */
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAE/B,mBAAmB;AACnB,mBAAmB"}
@@ -1,4 +1,4 @@
1
- import { DevicePlatformType, type BaseCollectionPaginationCountResponse, type Entity } from '../';
1
+ import { DevicePlatformType, type BaseCollectionPaginationCountResponse, type Entity } from '../index.js';
2
2
  import { type AdditionalDataHolder, type BackedModel, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
3
3
  export interface Acronym extends Parsable, SearchAnswer {
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}