@azure/arm-iotfirmwaredefense 1.0.0-alpha.20231009.1 → 1.0.0-alpha.20231016.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
@@ -1,13 +1,10 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var tslib = require('tslib');
6
4
  var coreClient = require('@azure/core-client');
7
5
  var coreRestPipeline = require('@azure/core-rest-pipeline');
8
6
 
9
- function _interopNamespace(e) {
10
- if (e && e.__esModule) return e;
7
+ function _interopNamespaceDefault(e) {
11
8
  var n = Object.create(null);
12
9
  if (e) {
13
10
  Object.keys(e).forEach(function (k) {
@@ -20,12 +17,12 @@ function _interopNamespace(e) {
20
17
  }
21
18
  });
22
19
  }
23
- n["default"] = e;
20
+ n.default = e;
24
21
  return Object.freeze(n);
25
22
  }
26
23
 
27
- var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
28
- var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
24
+ var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
25
+ var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
29
26
 
30
27
  /*
31
28
  * Copyright (c) Microsoft Corporation.
@@ -1821,45 +1818,45 @@ const Workspace = {
1821
1818
 
1822
1819
  var Mappers = /*#__PURE__*/Object.freeze({
1823
1820
  __proto__: null,
1824
- FirmwareList: FirmwareList,
1825
- Resource: Resource,
1826
- SystemData: SystemData,
1827
- ErrorResponse: ErrorResponse,
1828
- ErrorDetail: ErrorDetail,
1829
- ErrorAdditionalInfo: ErrorAdditionalInfo,
1830
- FirmwareUpdateDefinition: FirmwareUpdateDefinition,
1831
- UrlToken: UrlToken,
1832
- FirmwareSummary: FirmwareSummary,
1833
- ComponentList: ComponentList,
1834
- Component: Component,
1835
- BinaryHardeningList: BinaryHardeningList,
1836
1821
  BinaryHardening: BinaryHardening,
1822
+ BinaryHardeningList: BinaryHardeningList,
1837
1823
  BinaryHardeningSummary: BinaryHardeningSummary,
1838
- PasswordHashList: PasswordHashList,
1839
- PasswordHash: PasswordHash,
1840
- CveList: CveList,
1841
- Cve: Cve,
1842
- CveLink: CveLink,
1843
- CveSummary: CveSummary,
1844
- CryptoCertificateSummary: CryptoCertificateSummary,
1845
- CryptoKeySummary: CryptoKeySummary,
1846
- CryptoCertificateList: CryptoCertificateList,
1824
+ Component: Component,
1825
+ ComponentList: ComponentList,
1847
1826
  CryptoCertificate: CryptoCertificate,
1848
1827
  CryptoCertificateEntity: CryptoCertificateEntity,
1849
- PairedKey: PairedKey,
1850
- CryptoKeyList: CryptoKeyList,
1828
+ CryptoCertificateList: CryptoCertificateList,
1829
+ CryptoCertificateSummary: CryptoCertificateSummary,
1851
1830
  CryptoKey: CryptoKey,
1852
- WorkspaceList: WorkspaceList,
1853
- WorkspaceUpdateDefinition: WorkspaceUpdateDefinition,
1831
+ CryptoKeyList: CryptoKeyList,
1832
+ CryptoKeySummary: CryptoKeySummary,
1833
+ Cve: Cve,
1834
+ CveComponent: CveComponent,
1835
+ CveLink: CveLink,
1836
+ CveList: CveList,
1837
+ CveSummary: CveSummary,
1838
+ ErrorAdditionalInfo: ErrorAdditionalInfo,
1839
+ ErrorDetail: ErrorDetail,
1840
+ ErrorResponse: ErrorResponse,
1841
+ Firmware: Firmware,
1842
+ FirmwareList: FirmwareList,
1843
+ FirmwareSummary: FirmwareSummary,
1844
+ FirmwareUpdateDefinition: FirmwareUpdateDefinition,
1854
1845
  GenerateUploadUrlRequest: GenerateUploadUrlRequest,
1855
- OperationListResult: OperationListResult,
1856
1846
  Operation: Operation,
1857
1847
  OperationDisplay: OperationDisplay,
1858
- CveComponent: CveComponent,
1848
+ OperationListResult: OperationListResult,
1849
+ PairedKey: PairedKey,
1850
+ PasswordHash: PasswordHash,
1851
+ PasswordHashList: PasswordHashList,
1859
1852
  ProxyResource: ProxyResource,
1853
+ Resource: Resource,
1854
+ SystemData: SystemData,
1860
1855
  TrackedResource: TrackedResource,
1861
- Firmware: Firmware,
1862
- Workspace: Workspace
1856
+ UrlToken: UrlToken,
1857
+ Workspace: Workspace,
1858
+ WorkspaceList: WorkspaceList,
1859
+ WorkspaceUpdateDefinition: WorkspaceUpdateDefinition
1863
1860
  });
1864
1861
 
1865
1862
  /*