@azure/arm-mixedreality 4.1.0-alpha.20231009.1 → 4.1.0-alpha.20231023.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (28) hide show
  1. package/dist/index.js +45 -83
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/dist-esm/samples-dev/objectAnchorsAccountsListByResourceGroupSample.js +3 -8
  6. package/dist-esm/samples-dev/objectAnchorsAccountsListByResourceGroupSample.js.map +1 -1
  7. package/dist-esm/samples-dev/objectAnchorsAccountsListBySubscriptionSample.js +3 -8
  8. package/dist-esm/samples-dev/objectAnchorsAccountsListBySubscriptionSample.js.map +1 -1
  9. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  10. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  11. package/dist-esm/samples-dev/remoteRenderingAccountsListByResourceGroupSample.js +3 -8
  12. package/dist-esm/samples-dev/remoteRenderingAccountsListByResourceGroupSample.js.map +1 -1
  13. package/dist-esm/samples-dev/remoteRenderingAccountsListBySubscriptionSample.js +3 -8
  14. package/dist-esm/samples-dev/remoteRenderingAccountsListBySubscriptionSample.js.map +1 -1
  15. package/dist-esm/samples-dev/spatialAnchorsAccountsListByResourceGroupSample.js +3 -8
  16. package/dist-esm/samples-dev/spatialAnchorsAccountsListByResourceGroupSample.js.map +1 -1
  17. package/dist-esm/samples-dev/spatialAnchorsAccountsListBySubscriptionSample.js +3 -8
  18. package/dist-esm/samples-dev/spatialAnchorsAccountsListBySubscriptionSample.js.map +1 -1
  19. package/dist-esm/src/operations/objectAnchorsAccounts.js +6 -16
  20. package/dist-esm/src/operations/objectAnchorsAccounts.js.map +1 -1
  21. package/dist-esm/src/operations/operations.js +3 -8
  22. package/dist-esm/src/operations/operations.js.map +1 -1
  23. package/dist-esm/src/operations/remoteRenderingAccounts.js +6 -16
  24. package/dist-esm/src/operations/remoteRenderingAccounts.js.map +1 -1
  25. package/dist-esm/src/operations/spatialAnchorsAccounts.js +6 -16
  26. package/dist-esm/src/operations/spatialAnchorsAccounts.js.map +1 -1
  27. package/package.json +3 -10
  28. package/rollup.config.js +0 -122
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.
@@ -973,32 +970,32 @@ const ObjectAnchorsAccount = {
973
970
 
974
971
  var Mappers = /*#__PURE__*/Object.freeze({
975
972
  __proto__: null,
976
- OperationPage: OperationPage,
973
+ AccountKeyRegenerateRequest: AccountKeyRegenerateRequest,
974
+ AccountKeys: AccountKeys,
975
+ CheckNameAvailabilityRequest: CheckNameAvailabilityRequest,
976
+ CheckNameAvailabilityResponse: CheckNameAvailabilityResponse,
977
+ CloudError: CloudError,
978
+ CloudErrorBody: CloudErrorBody,
979
+ Identity: Identity,
980
+ LogSpecification: LogSpecification,
981
+ MetricDimension: MetricDimension,
982
+ MetricSpecification: MetricSpecification,
983
+ ObjectAnchorsAccount: ObjectAnchorsAccount,
984
+ ObjectAnchorsAccountIdentity: ObjectAnchorsAccountIdentity,
985
+ ObjectAnchorsAccountPage: ObjectAnchorsAccountPage,
977
986
  Operation: Operation,
978
987
  OperationDisplay: OperationDisplay,
988
+ OperationPage: OperationPage,
979
989
  OperationProperties: OperationProperties,
990
+ RemoteRenderingAccount: RemoteRenderingAccount,
991
+ RemoteRenderingAccountPage: RemoteRenderingAccountPage,
992
+ Resource: Resource,
980
993
  ServiceSpecification: ServiceSpecification,
981
- LogSpecification: LogSpecification,
982
- MetricSpecification: MetricSpecification,
983
- MetricDimension: MetricDimension,
984
- CloudError: CloudError,
985
- CloudErrorBody: CloudErrorBody,
986
- CheckNameAvailabilityRequest: CheckNameAvailabilityRequest,
987
- CheckNameAvailabilityResponse: CheckNameAvailabilityResponse,
988
- SpatialAnchorsAccountPage: SpatialAnchorsAccountPage,
989
- Identity: Identity,
990
994
  Sku: Sku,
991
- SystemData: SystemData,
992
- Resource: Resource,
993
- AccountKeys: AccountKeys,
994
- AccountKeyRegenerateRequest: AccountKeyRegenerateRequest,
995
- RemoteRenderingAccountPage: RemoteRenderingAccountPage,
996
- ObjectAnchorsAccountPage: ObjectAnchorsAccountPage,
997
- ObjectAnchorsAccountIdentity: ObjectAnchorsAccountIdentity,
998
- TrackedResource: TrackedResource,
999
995
  SpatialAnchorsAccount: SpatialAnchorsAccount,
1000
- RemoteRenderingAccount: RemoteRenderingAccount,
1001
- ObjectAnchorsAccount: ObjectAnchorsAccount
996
+ SpatialAnchorsAccountPage: SpatialAnchorsAccountPage,
997
+ SystemData: SystemData,
998
+ TrackedResource: TrackedResource
1002
999
  });
1003
1000
 
1004
1001
  /*
@@ -1201,16 +1198,11 @@ class OperationsImpl {
1201
1198
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
1202
1199
  var _a, e_1, _b, _c;
1203
1200
  try {
1204
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1201
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1205
1202
  _c = _f.value;
1206
1203
  _d = false;
1207
- try {
1208
- const page = _c;
1209
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1210
- }
1211
- finally {
1212
- _d = true;
1213
- }
1204
+ const page = _c;
1205
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1214
1206
  }
1215
1207
  }
1216
1208
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -1335,16 +1327,11 @@ class SpatialAnchorsAccountsImpl {
1335
1327
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
1336
1328
  var _a, e_1, _b, _c;
1337
1329
  try {
1338
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1330
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1339
1331
  _c = _f.value;
1340
1332
  _d = false;
1341
- try {
1342
- const page = _c;
1343
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1344
- }
1345
- finally {
1346
- _d = true;
1347
- }
1333
+ const page = _c;
1334
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1348
1335
  }
1349
1336
  }
1350
1337
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -1402,16 +1389,11 @@ class SpatialAnchorsAccountsImpl {
1402
1389
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
1403
1390
  var _a, e_2, _b, _c;
1404
1391
  try {
1405
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1392
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1406
1393
  _c = _f.value;
1407
1394
  _d = false;
1408
- try {
1409
- const page = _c;
1410
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1411
- }
1412
- finally {
1413
- _d = true;
1414
- }
1395
+ const page = _c;
1396
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1415
1397
  }
1416
1398
  }
1417
1399
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -1789,16 +1771,11 @@ class RemoteRenderingAccountsImpl {
1789
1771
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
1790
1772
  var _a, e_1, _b, _c;
1791
1773
  try {
1792
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1774
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1793
1775
  _c = _f.value;
1794
1776
  _d = false;
1795
- try {
1796
- const page = _c;
1797
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1798
- }
1799
- finally {
1800
- _d = true;
1801
- }
1777
+ const page = _c;
1778
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1802
1779
  }
1803
1780
  }
1804
1781
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -1856,16 +1833,11 @@ class RemoteRenderingAccountsImpl {
1856
1833
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
1857
1834
  var _a, e_2, _b, _c;
1858
1835
  try {
1859
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1836
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1860
1837
  _c = _f.value;
1861
1838
  _d = false;
1862
- try {
1863
- const page = _c;
1864
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1865
- }
1866
- finally {
1867
- _d = true;
1868
- }
1839
+ const page = _c;
1840
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1869
1841
  }
1870
1842
  }
1871
1843
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -2243,16 +2215,11 @@ class ObjectAnchorsAccountsImpl {
2243
2215
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
2244
2216
  var _a, e_1, _b, _c;
2245
2217
  try {
2246
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2218
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2247
2219
  _c = _f.value;
2248
2220
  _d = false;
2249
- try {
2250
- const page = _c;
2251
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2252
- }
2253
- finally {
2254
- _d = true;
2255
- }
2221
+ const page = _c;
2222
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2256
2223
  }
2257
2224
  }
2258
2225
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -2310,16 +2277,11 @@ class ObjectAnchorsAccountsImpl {
2310
2277
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
2311
2278
  var _a, e_2, _b, _c;
2312
2279
  try {
2313
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2280
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2314
2281
  _c = _f.value;
2315
2282
  _d = false;
2316
- try {
2317
- const page = _c;
2318
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2319
- }
2320
- finally {
2321
- _d = true;
2322
- }
2283
+ const page = _c;
2284
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2323
2285
  }
2324
2286
  }
2325
2287
  catch (e_2_1) { e_2 = { error: e_2_1 }; }