{"_id":"@azure-tools/communication-alpha-ids","_rev":"341-a3ce8aa59388132a54c9d4b394df2dc6","name":"@azure-tools/communication-alpha-ids","dist-tags":{"next":"1.0.0-beta.1","latest":"1.0.0-alpha.20240718.4","dev":"1.0.0-alpha.20260211.1"},"versions":{"1.0.0-alpha.20220726.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20220726.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20220726.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"423830d661b80bb4a6e7e74889646fcf0e901fd1","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20220726.1.tgz","fileCount":39,"integrity":"sha512-u2dbXrHQAr4Rscifp3VIJYMiIgb+GQwciAzR7M+RwivsYxCKuDgSosWBOAtZWGthD8r0A9XEMPZPLBe8X2jshA==","signatures":[{"sig":"MEUCIC4NUyCQPTj52+KlipWblWY5KHFb1KaETtULvDPZyqURAiEAz6Euk4T2U2EAhOd7Aty8P5QNtz09+H1GaZqvyhsdOQ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":86386,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3/ioACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqGoBAAm6TYO5Vcgtypnpc60KDZqG4aciDW3HI8pwcsSM40bQUKv9l5\r\n9BMkIDK3yMtjq8drMJpwSffp1QF98b0G7PCfWIRReE1uFxbfmVRLmDP7MigJ\r\nwV2yf0602kDF1tqerpituChuxMZdyaa+QB9ZZ+tBiKdbspTR6CnTly4QY6kC\r\nkUZC2ygi9YIgdD6d5POzr6IXKkq2BXVz2kF7FUCfskT8LySwXIZuUch48+Yg\r\nl8ACtbcGbDLveOd9uQ6wvQRI0aWK693hduR+IAW7ZWvC0Q1jmzP2MpvOFwrh\r\nZXqDacgwsOlBYQEive4c8G6gIZYD2ae7NClCUvoQIc2/iV2Vd75Swd1QduJH\r\nogt/kawJLe3jeOhigyPNg0NCDBtVWHlrGpQ8q+AUsreFs/Cx4wJrieVM9qsf\r\nB0uAYkVCZ8SGp9SvK7wuYXGxdbDi0RsIeVXtv8CNM8Vl6SO7eL4uva87kjwc\r\nyKW3+SDfT6MTLYQzeg3ahFlmT/tlq3Tb83vlROYImq7EoolZZAT7+mVg2R2M\r\nbGALW66KgfDElhvcDS6iAsqSHIW5tsN4fqYzE82DVwiycPVc01D4Mgc7IUpy\r\n6fAROJBbkbstYDHDQXbHc4Gq7qReHp08P51EsHkONTXqyT64UfvvPgjCeDfK\r\nnJMVkyD5JK3Ds730pBYdH6xR50Giq2W6KAk=\r\n=DWDZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20220726.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20220726.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIdsClientContext.ts","prefix":"packageDetails"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-u2dbXrHQAr4Rscifp3VIJYMiIgb+GQwciAzR7M+RwivsYxCKuDgSosWBOAtZWGthD8r0A9XEMPZPLBe8X2jshA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20220726.1_1658845352278_0.9749487428698331","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220815.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20220815.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20220815.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e1fc9ebc729082d52aa097fa135e1edac8dafe4f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20220815.1.tgz","fileCount":37,"integrity":"sha512-96UAsQ0tMTL/S0kKSmANWYo3tH8HWJLidC1dX48y5zRlnb8Mzv/JaXyrvOZStypHVp5FZm5ldeFSa83w0FuzrA==","signatures":[{"sig":"MEQCICVvJW/akbPcGS8sfcJL7qGqn2axLkMhfGPzvdpHxZUIAiAWrMXkxvslksLy7bzH/hLrmsY+or12Lwnj4saRZg7Eww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+lbkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqAhAAkCHyLJvnFBoSTy1O9UylZDBIaY8qbzzKQtC4e4UrCq24Ahu4\r\nfQZ2QVGf/T44Z34/NjC2BBali6FmYUma98Ls9hh3bYwQG4rZgLqxYTYr5aaY\r\nPtZDK9g85s3967sG86ISiN4dRrEkQfTpVunrObI3MCAuThyHR/heIY2bq1Tm\r\nuJyli2SXDR530Jn8XxjYlNxbMIIhBW7aEt6x9+2UozrhwFgYxCo8r47ebL4F\r\nW350+CewW/a3PgT//7hTrGCqLi41soxjaMNJWgXw6PdeUTj4QgcVnC+rStZJ\r\ngx6IxlvLchGM/1qzzx2GbR6XIo+03nqFnPk+o9k4dfyNNtgDkcq9yXzinz7B\r\ntHcOJGgGbx5bb7JjTJQ1r+fH5nc/LFj95DQyraxl/VTne8ZHiifHYdcuE2op\r\nyRC1mETGfEJCMVkoy8qCOsmjhv30hhsnwyAnYc4O62UBXlV27SDNKklzEl0/\r\nlbdliYYz9nTRyb0jLJnLwgahIAElqgTsMSJKImHfboiU9DHbb7UNNL2D2vYj\r\n03w0IF/SPBIUWYN2L1DTtgyZ4HCGo9peD7AjVv4AY3U5UXt1/ia7tJaLHQKd\r\n+Ag3jMUksT97wM6Gu9uM94vNOp1C2fluYaAa8fSH7sDa662o6deNvGmFFZOj\r\nQC/ZNwswF2P8eUS7ltsfLRcGZ5xoMtPXLFY=\r\n=MN3E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20220815.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20220815.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIdsClientContext.ts","prefix":"packageDetails"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-96UAsQ0tMTL/S0kKSmANWYo3tH8HWJLidC1dX48y5zRlnb8Mzv/JaXyrvOZStypHVp5FZm5ldeFSa83w0FuzrA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20220815.1_1660573412360_0.280781989463206","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220822.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20220822.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20220822.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"04b7e7dd00d2f0e312166ddc6fdee49702dbb0e2","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20220822.1.tgz","fileCount":37,"integrity":"sha512-H05USwMLD3mj0vtDTPovMv1QnkroCV8PWdb7+UHKf9l/O3Xq7pWqDGE1vCa6WaVau9hVOpBktqnQwelohsBQog==","signatures":[{"sig":"MEUCIQCMKqnUP2K8p0FH8kAFg61ZhvG9NWwufen076gmhvuPMgIge/5J4QFtueZJIa3d7kvquQWkpngNWMEoikknryEcrlI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA5FAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBgRAAl9jv75prskSO/8X1KaXeQ3TZe2qV7vQskMewyMGGHq/aASeL\r\ncupbxD4UBrBhzEpLUk/ylsV51zqLbcw0HretkNxP1sLnn8ED0IA0K0OL2u4Z\r\nhaSKZWHHC4RGGO8nESM/MzSD92yZgyLRvcJZccauUni8vLGajVGUObhF0y3W\r\n2Fp4WaKtHQEWfsAxhwOwKEvTesrJTidd/MKMmcpdLpTIxdHniB8zrFWTm/9h\r\nNBY0rxQcUFrrw3tV5aCOiUle3GEIzgtjMLo+UGgmfZsXNpZCXzRQZfHvQKjG\r\n1JrvxTmLZ+5FmapuobX17mn7t6sKIWX2JHvxrxVzIkCBO/L5SKBJ//1YJpRp\r\ntk+kKHJSTmORXqg1PfTsGS+IdQKYhw9wrkD4tB5kauy2uD7/ooIwSQpCKVlJ\r\nNoKZTEnTxYsoJgNw5fEc0QHrFOfb3fsUJTT5tYVpzIXtR9eQOO8LCPcTxQXj\r\n98qVHAVr9oB5atvm33tIgTq17laLme9kIJTzxLWiZ/dK8buR/y4GOJ08xxVj\r\nMAKhD+u1/HOFFolHnJiYtnXYTQrQ3oZCNSsaWlAo/BixjipdST86BUY2VSKi\r\nPSJ+w4KwKDweqNnKndBv58WT6BKiFr7t+XrRVVhYWOuUf1cdgORyl90MqPwS\r\nQJW+00F88IW++QIdV6an5wo4axPlqvdtGYw=\r\n=5/nM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20220822.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20220822.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIdsClientContext.ts","prefix":"packageDetails"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-H05USwMLD3mj0vtDTPovMv1QnkroCV8PWdb7+UHKf9l/O3Xq7pWqDGE1vCa6WaVau9hVOpBktqnQwelohsBQog==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20220822.1_1661178176567_0.668934968347765","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220922.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20220922.2","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20220922.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3efbaa4dca806c7f021d87e5b083014d10045a6b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20220922.2.tgz","fileCount":37,"integrity":"sha512-bN5PVfr0UdeQizrWUUrW610kGScLUeO+JO18eMkf8x3FztuMBZESrE4NDAPnxBUIxClvcPFjIAhdpAmcc9CNAg==","signatures":[{"sig":"MEQCIAWGCwEkR7l2TA1s3KFp85DYPQS2SgZBvy4ougjLtNrSAiAfai/fbi6bD8/D0AZkCbGT35/60OxXlBrfqH2oBh3uxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLG+cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFbA/+MBFuDS7ZyEm2pM89km6iBkPCUveawbYPsoB/sDVP3ixia6yd\r\niuAi2FzjpkdFoEmVdHgli9pyTJ9Tv4Z4uuep2SIpuVv0cZwvvDWrXcQPVPQ5\r\nKVOaeXDDmx/+cwCLqJoXtxmkmJeLaIZbZLBJ/2HuoJ0BbQbdPW0+NeOfbJCN\r\nuknAh5JF/i2EYKUH78eQWtGIaR12cLcf3GI1lJszFLVHsWxfa8pPp+XKekWQ\r\n27mBXLXi4C5/yznF9Tf9rpDCEwu2H5fBnzXH8gUo70sS8y4Fje1MdhMl+FWT\r\nAFTYHjqSUPkgQWEYS//4zD6wSYplYrA6nDwkjjNKbLD4fq0zt6Qj4V1qL/j8\r\neyROASr9XLWIjgQ4FCVQA/2FlSNzS4eJEh1Z9QeUeMdrmCZpP3VRQ0MNR/8M\r\nC9CeWSEHQmmkGTUkmOzMGuNmgnh9c7afh0RP+H1c2+5G/oFcVQfnjmC8KuZ/\r\nbvY4qA9+TjSixy37aqb9xRpkPNBV010P1j+MlpFimu+19bkrl4pYNegoVbb9\r\n2F7cj5aMu8FeehWmKofcbdROOT7iqVJINBsJOMF7cOfzBJ9RCgUSHPuyQyf/\r\ntV/Niknbpq0Ryr8kYFvN7UoMFFyjs97uAa9OD/MlUFssJ9QwQ8RVK8ZLqBm3\r\nCrYMoF0zN73oR8QF7rBAOzjd1Efi5KGmoIU=\r\n=0pD8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20220922.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20220922.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bN5PVfr0UdeQizrWUUrW610kGScLUeO+JO18eMkf8x3FztuMBZESrE4NDAPnxBUIxClvcPFjIAhdpAmcc9CNAg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20220922.2_1663856540218_0.3462766012948517","host":"s3://npm-registry-packages"}},"1.0.0-beta.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-beta.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f57e38f0c78805662e26ad892bdc3189c20b65b4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-beta.1.tgz","fileCount":37,"integrity":"sha512-PKyVuKpOFCM6wjjMawAMx91pkj1XgLmuGnzO2E5wOrs9XSYn7WWa9tuaJAQcWatZXCD23O92gnM0qZVM2LDzhg==","signatures":[{"sig":"MEYCIQCgmrMZIh8MzN6YrjzxLMc7lVzgT7CAqb6kIR0sHIL6pQIhAOC8YDZb6JfQdTR43E7qbeXRBM7KLVv/Gm5LCGKVBQlN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLIzkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmocIw//at9ni2g0H2rk82R2LsyO51QPn6XxwqZlL6CwRXllD1W5DqQh\r\nVIJPVVzK/XaJ7mgnuoHZcuOH+kU8o0+zl4oWmq4P5wwyRupoTES47W+QjxHj\r\nH6AHJzcbyrQIJ/weYFRxsD4HtlXQPfX9ysY3Cqd21Cyaohb8JCaQ+sbePCFZ\r\n3JRJUAl77t0gcrFe7Lno1dPSPyFhtxClh/Ja84vfJSG0DYB/r2HKlE4gYLRX\r\nCy/uD2ik7D4+34QP8wkuUhnIMhOY7HKaFqa6Pu6mCqGNlnQDm9P9D1SR8x/F\r\nXGn3Yb6M8HpB2Z1S+5P96c8bW9vLwnjv6cP0BfNoRwN/ybqLpBvxgzABm+B6\r\ngvbprgAhqpKHnWovadxHiJHykFGx7MNo+i0nrj6PlMXCMt1LqbMRhPzGO8WR\r\n56JoseHPiCWZ3erH5Hym3Xsd5oFfw0rFqygtiPy67m/p5ssSIBUUcH9lmK9Z\r\nozh0FJQWhL3G/ZHxdgAG2fvBqKDDIC/Jgh66yZQd19yzTSwtT55vOdaUd0zQ\r\nmVuCY7uRAyP0A7Z1w8OoGDTyQU3Pa5GIXk2vrws6mnLOnKdnw7ONOayXjbYc\r\nIcuf72PnP30R0BjyZtUXva/QXUU28hcRG+2sKG07H+86BFAVnwx8uPLN0A3o\r\neNAwNpzx/2YT+/aqFeZA+kT+dUtnt8Jo0fQ=\r\n=wY7Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-beta.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PKyVuKpOFCM6wjjMawAMx91pkj1XgLmuGnzO2E5wOrs9XSYn7WWa9tuaJAQcWatZXCD23O92gnM0qZVM2LDzhg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.0.1","@azure/test-utils":"^1.0.0","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-beta.1_1663864036172_0.15440595659489187","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220923.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20220923.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20220923.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ceb8ccfc9035eeccd5b9b77b53eceda8d833ab28","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20220923.1.tgz","fileCount":37,"integrity":"sha512-1x+oACzt4h/iKpGNWcpsgFawRT4FZ4eH4MKA6E9yImsGuuawtsa1DMP4V9/1VOXZBPUuJ7V0wJLMzh5RXrvAYw==","signatures":[{"sig":"MEQCIFPr1cHVb5WSYmo6WcDjK7m1aNizcSEnT2VlNaymltEEAiAetYtmq+AQkPUm1v4zaNo2N5Frzqlr5LQZUKg3RuUX5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLcIdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNbBAAg/z9T7SMUL2foCJpGD+pjESuT5slodBT6kQdFkRhV7/8TBGy\r\nFcj6zMu1xHtvuBwugFZTsJ6s9Y/juoxn7/GBiHSpi3XbAKiITU+o8Gq0Ay/p\r\nlK1d8+azCHE2vYxOU8xLvNaFsGcQsq4JIV8ZoEFrYlWckqP4MKPPfbe5i9fW\r\nxWG5umtxq7lBPCYwfEdFQv7oAzB4N8Ysb3BSexRweWvCs94K0Lmm5wLX2Dhw\r\nDlVUR7Z9Ycxay4ImngUvKby2h3fsc2GKNQUg0VMRzxSqL+JknplWhHRgF6J/\r\nIkNjy1uLdz4ZXIjeZacnTbv6Njx8ve82r2M3dQtDc4LjmmyjnVd/P4FYUHDA\r\nDnG8/Nl4zNi2VIEFzvA3olakoe2PK3BEwYA+/evhtWZCO3NmzT1eUoYCsQvd\r\nM/W/pOjx48KuMiihE8icRzzc9f6G8zqD60SorZw5RTZXoTLkcoHs1KdHPqEj\r\nPTDJPjWhdLuOdkV3jGmIjQSrdY46q7oWEz41Otw/0A42E9fjblYJ+KLnXrCn\r\n2R7lP7qQREFt4i7Jmzo0/Ux5/Bj7LvwYmv40e4uXb4fUbwzoAbsdKTtq2zi9\r\nFwQVLICq5I7HwIlHM/Bk68ongv0q+QZqCOYZ/Yov7/ugNJ6Iid8qqHxCbWUp\r\nRcAxWYUkPjiKUQaceQUN3FDHXy4Bu9xS6dc=\r\n=m6XZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20220923.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20220923.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1x+oACzt4h/iKpGNWcpsgFawRT4FZ4eH4MKA6E9yImsGuuawtsa1DMP4V9/1VOXZBPUuJ7V0wJLMzh5RXrvAYw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20220923.1_1663943196712_0.21716629200312476","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220926.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20220926.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20220926.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"56b239774f0f9fc8a39a9ad20504efae95de79c8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20220926.1.tgz","fileCount":37,"integrity":"sha512-injoiyUBfW2FecQ1L2yai6QetV0C72Z+szEcWXUxn3NvovoBbuDyF5eiPpsWgUFVWtCoowOv1qLuAivwjJjP9Q==","signatures":[{"sig":"MEYCIQDMDyrPSpQgMoiG7DRlIfXrKYyDMEMDOfgGxYJWuzXF9gIhAKiBjRafhBNzz/B2d5K939mCWMSHrwsHXTpflsyE6BPU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMbZDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqKkw//Q9mBTXAwhvICPtti0Hk+f4PXtd57hNp5NbevldCaEinPwAXM\r\nSvO8O5YVDo3RR89uIQI/85jPOJlNLiueauCCUP4VpDBYKuPhXeMUafbROPLR\r\ng9+xkXEYV/YLoweqJXmGCuXrHqnoYMoX8d0RfQOCXKgoy5ZAC9l3jGtUBshS\r\nrxe33ybpLkGp818AJfYD4oiCOuS640FMIE8yr5DW4JsnY63X3DM1LE58ey1P\r\nZlRXrBOraV6vl25zvQTPJW6XoJMo+Eor5xP6pU7Qa1lPbgMWPj0qsz6RXXMx\r\nZU+0rjLR99ETPIe1w32LX1iHxMIUG3sA1fmwbnNviNsnf9dvKzkNMZKcWmEc\r\nrIxZSx/tsBHpn9eOKt74xgu4DZOJU4ve7mDPnQugGs0imWgin5ciBQEd0TKp\r\nDIqEGGLVeyAKTF9Qoc95cs6s95xs/X77XJOgo3k6RVzXFOLBusd7U2atkU3Y\r\nr7iwGiES0vi5r/Yt6qw3NoPpE/GC6vx+jP01F02OFsUhg8JhWcHJ0jfoxzpI\r\npxoQlOnvLWvi7rtIHXw4JVnPVTdUzeR+zqHBeF38hoJngqU9Akk+eL+iu1Cl\r\nOv3W36v8kwcnh9k+DLgMFVeIw4ha9qsN5igd7Vu2fWJ59IF0oXda1godoYH+\r\niyZYewO1my4inMrimHusgvhxjS2LfSBfrjg=\r\n=Hzp0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20220926.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20220926.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-injoiyUBfW2FecQ1L2yai6QetV0C72Z+szEcWXUxn3NvovoBbuDyF5eiPpsWgUFVWtCoowOv1qLuAivwjJjP9Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20220926.1_1664202307765_0.24621200220032602","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20221017.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20221017.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20221017.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"565f8f634c25d6928f8d7fe92ead22bd19378db7","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20221017.1.tgz","fileCount":37,"integrity":"sha512-0Gt1nlahU4+D5PHmA5yC+rBjMkfDudIaK4CuHyjqvTFcYakJXmqRI1kA2WWSkoqtAOdfAbomWJAdVbqg//1NoA==","signatures":[{"sig":"MEQCIAKuxkCRcHEWwPL2p5CAJwW1KpDF/BMQV2GoFTa0lGkMAiAKU+uYOd1stfhFL73rp60ETzPY33aySqKEj+ZiOcQphg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTWZRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfBg//SrY11dl7Z0clTNiaQbEtUA5ZuS5Esqm5FfrmPSXrDkxEK/fr\r\nCSADc4K1KADfgJGOgrXYM2ka+qN7jGkO5Bw/nV/ZOQ1YnGynStAqqWK0WadQ\r\nU5xkxaKLMp7gx6LU1v5zY7EqbYndRM0stbv+GgE4SSEm9BKn9XuwUUuOXbZw\r\nUaXkMD4LI2CyuHdV6n4388+hJfFNfnzvVzFt/6LoHgwUGGJeTEDqvxXzBIVY\r\nF4EdMm4Ud5V8faIq4ml7n00tyAiss288OA1YAcWdKuVUbIZCUWtF6dmlsHBp\r\nERDqdo0gTvnLW53AwnmlepEzc9b979hLsNQ5++/RYVahyH1rESEPPiVldeMi\r\nzu+bSKbaik29TspLua7DZ/lmMQ0Y8Ytduc+yJHF4vD9bGRllvtl7sOdq+GoH\r\n757E1IfOYDGw3nJfIMfkINQluv4fc0z5iUqBSEdQ+71Ln0qIca/p9VFsax3n\r\nOBDN74khskvppSGi5oXW6cnlfNfPzEJiloY8zW+vwkjktfoU07gP4Akf7qfb\r\nfLqI9CE/D5KONw5undFef1OvVgRKb68aYAfQ2hpN/X1yYzFNIklAz2nq5jvH\r\nRtLbne5YpYSipcZSKfomohEwOq6s0ebjg+rGLGzxrklsHmCgYtexTCpHIpJk\r\ncwmoAGcBdkxPLFpq6CDXSDinQ8Fj0TYEGyE=\r\n=wAx4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20221017.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20221017.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0Gt1nlahU4+D5PHmA5yC+rBjMkfDudIaK4CuHyjqvTFcYakJXmqRI1kA2WWSkoqtAOdfAbomWJAdVbqg//1NoA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20221017.1_1666016849356_0.7444998473862814","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20221130.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20221130.2","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20221130.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"60e47980f9a67e31a13c312bb61b8de44561c75d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20221130.2.tgz","fileCount":37,"integrity":"sha512-UVUL/fLUMGLZAZcvisvCYv/QxacYNwo+HV7ZM1o9w13ZhMrpG68GkpsM4tOBwhlJXl2q5udZAbvZcXVubasYTw==","signatures":[{"sig":"MEYCIQDVQq6NDn4OXWQNZM8p6AtDJVssCzh7tHXgsQBTam/kvQIhAK6Wa6G2OZXLDDCanwUqnGEJP0sJv5CnRm1BDKn0UZJW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjh3YuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9pw//W92aY0/+zk/FGMvhqcorCHlIGfvzkaZnOeC5rJoimRJfPPKT\r\nDlk8VveKPjkcltvp3pNgz8ZbVaPcu0IA2/ZgpjVbHf1PiY164QVjemkpS9YF\r\nl0U3zDpjh2YMy4So2/yFzRuWQSe25X+M8n82wJxq5Ln+nFbRb7qDmRVUWv1D\r\nvOhgwoAMQzDSou66g3SBqs5fMEakBKfXq1Nepq8+tTRb2Y+dg4I7IuV5+WDl\r\nhIoOKTDTQSb4aTujnpFvMsneL3+y8/TVlmG/mnCwGXhX0AvGyGNrL1cb06ka\r\nOrwGPxCvZhWSsQEiWmh8NsjnmGEcV+7OLn4edzX2IP5Rw3izkR1zi6BCIY/Z\r\nifS1r68f9iC8DaiCiPOrSy8HTLsTyy2YAoJta7pY4PL9Vc16FdI5HguGxXm6\r\nw3RKpb3ZxoHAQ6XGd0Q+oc45BgQXPTDkHTZrMwXj1eTmp3fFrcz8UKL8oz9S\r\nN9DyLwKIHEkzWSEU0MtgTv8cXBCYq2fPj2xz0KS9REbE1Gsvux0sa6xkBdCC\r\nV9Pn5akv25NU90CkR1y1Bs+DoyWgpYVKcjdyMgddoF61Urn2rG+kxYw90/rR\r\n2DekR5cOrxDOw+VhTjy7zzOxqxa4ceSrg5P3tKyBsDoTrhqzkDlmRUzu5rgB\r\nTHizmRAEELXk8rlgs6TmQy3ZeRsF1rFw/6I=\r\n=W+Kl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20221130.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20221130.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UVUL/fLUMGLZAZcvisvCYv/QxacYNwo+HV7ZM1o9w13ZhMrpG68GkpsM4tOBwhlJXl2q5udZAbvZcXVubasYTw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20221130.2_1669821998186_0.31427225561221284","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230127.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230127.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c8d551b0ba6ca26451748210bd2d4fe63fe4d6a3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230127.1.tgz","fileCount":37,"integrity":"sha512-YICv40Y8suaFOM4Ojp4vT9Q7WAw/mhsy5GezyJjeCoaFr1+92hUrL0K5ZH1h09C9kU9JueOErmSIVAcMksfXew==","signatures":[{"sig":"MEYCIQDfAtr097u9BF7JNi+EjCLWgrvPguP6VKQiahopZHVZIQIhANsFADz3MIaUToRowGPqZYMhFuwTebl2HhJ5dGV4spos","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97331,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0+1sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+gw//eOkL/2SbRFaKXvpZeSJTanaJoarNmeR0fNkpMxC73t+1D845\r\nsXBCOMPWk9BCggLwugY4ggcgQ0Gh+CvC9a16e99CzqOWyY2avEDhRhHl1g6i\r\nKPbkRjHZK1nfGkSq8UhRf+O5L2UKSutWqPpzGxpRHHoV1VXTkDh8iIs8iCP1\r\niqDC1cSdla6DWgUpSXEJ24Yc/CxtOTkvBHmzuvKjH49NbeyIFARLptZlcOTa\r\nqbqskS5x4FrJWaNDPxBd9e4S+ONjB2eZ7xXAjBp6VJpFFa7cGL4lI7zpPuLW\r\nbHMYaxBetcJrXm5o+xK5Yrj8GA3140sknLiR3hbv9rSd5BYh8gFjkAlZ+zYE\r\nDVV7t3u/qhpUgRYeHmJTuzekrL+FuUEcUHj9AGF1VK4c19R2RPJbSd0sb3f2\r\nCvSDs1T5ivlLx7uxtxLPdzxGTfoAKl6KfTHHPVQN23fRx6mIUkHbm0CoyldC\r\n/b/o7wxg8jSyouRzR8yTolRj+JhteA0bMzliROhN5DRauHKwbT6B5f/TjzGr\r\nFpyhF3zL6kZPT/ZkA7JQnHvLP693Z1ApjueHf5lW9q/L2D12sXh5B3xLWlae\r\numQVqPHnHnhBj2S0IO1nwZaZtHIfiyVqi2vN1e46bznT6+lar8y7ys/UfL0F\r\nOAkZUAm0MRURGpv7uj7IaqSyYhnoFcO3+cs=\r\n=tRT+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230127.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YICv40Y8suaFOM4Ojp4vT9Q7WAw/mhsy5GezyJjeCoaFr1+92hUrL0K5ZH1h09C9kU9JueOErmSIVAcMksfXew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230127.1_1674833259978_0.5245003595669588","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230214.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230214.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230214.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8e90d9e0d459616b9d985df9fbaf4f6dcbf3f002","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230214.1.tgz","fileCount":37,"integrity":"sha512-zqyV0f46dhE6hFZJhWY91Xdf9gAmRTOceFVh7pcAvT2FTComToV6B9Zl1WM2rhrDW8fIB840i9qCqoyAjmh5cw==","signatures":[{"sig":"MEYCIQDAWgkRHybGNuE1A/bIY7PejniYOPqflXw6vvEeM91suwIhAMisOqk1aY5HtCweslbXMsBdycYxNeyZDB7nqEaHP5vY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97331,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj66gvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFaxAAgYsvK0QjUqz6zVI/4ZGymx0wsiOs6kC5k9rQIJ415QBqvrmT\r\nMMRPAYhkQ4r4m2Zl2mVBuOcclWdvbbGmP58tQB/MRrPIaRkWHR5c/0EmwPQv\r\nYRKZobkGO98HLhSq0lKDSktcAY4601BG3brf97E6mquL53i+o04mYmTBVdAB\r\n/0lr4wtqudDA1kmhkRm1bSU8u2eMXMuR8slFk7H6O6Fq21gTekUAc+L5TtpJ\r\ndoaXp9OQ32fehHXSQKC+iTYEzil1DvX7wqcODCSile0HYX75HvFn1ZcfD0vH\r\np0xRxjGZZvdssVBwVM3UZygCpLFRvImK7QSYq47m6eGYIZeB7h9P0GFI3rUQ\r\nKt8UHLJ/Tu1Oeek9fB9keZwWM5spHcasZPjiFTrVEe64bZ7o1i9kx9FhcS9Z\r\ntwa6ZCtS9gDLA2D1b486ctoAJjPOZzuIElKVsriKGusTBITpTVL7+e2oqzoW\r\nrAHAox7UKDXx8nz0jpPO3asICZsa1/eYxuz+Nmd6YEiWbm5xCYmfxOCWkdPo\r\nbZU+Q0e7XdP5788FMEIoqHaM6Yju1b8xTeAfQ80igYG2gXGg270/YSog1N5V\r\n5psioNNp41JlTG7orxvAAY3nmiygZaByDcDwXlL77GYHI/H2BodwG8A48VJ4\r\n/uykFtB91cOLstrrccKkqy55Gwf1rW1846M=\r\n=vT0i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230214.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230214.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zqyV0f46dhE6hFZJhWY91Xdf9gAmRTOceFVh7pcAvT2FTComToV6B9Zl1WM2rhrDW8fIB840i9qCqoyAjmh5cw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230214.1_1676388398781_0.027067470876575017","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230303.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230303.2","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230303.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b285f5f2a50159e6fb799647c275875c6f88e97d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230303.2.tgz","fileCount":37,"integrity":"sha512-8GOkILxcediguTUDxYbrhhoJobT5I2rDAnJGhB8MmcnE/zEgXQUmw5Ecigb6TyVi8S9l9AavF9oCrzCvtLnAAA==","signatures":[{"sig":"MEUCIQCLz7V2CWEBbjYdPX65vnp3HSPa22C3P9z2JDeH+iL2UQIgcz5Ez4mzWAftt9C17flqRnRqtKVSgqiDdtJcqsvHSes=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAhE+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9oA//foERoAIIq/Vbsd3hibp9huLQZ/MoSgYrGbAkihy9wMcrMjZ8\r\nS6poTLjgMJnOJow3FAcDGU8Z24GruTVJyBqJ9jL9ABNgJ8ppjjoFoBNqW9DC\r\n1qq9uakB/0p8eGyVY2YtPSXBbcsGYrmwWfNoBAeonne2ZUNUjNTbZSXsKU5/\r\nsto9ityJIqFLdqoio+fioO+slhbC48i3RIR25DLnYK3zjDr6r9kAEW0AQbQt\r\nQwRfjoBL90ev+cYQrZqlGsSa4wOkWd+qMIzScFsGGe60QN2+7igdflluYT0m\r\nUCxemzm+PlJhZirGduwjyf/LalcGz4cwHo6ON46vZiLePR/uwC2a21GVUNK2\r\n0GcTB9Q0vk+/8SmIA+j0I7OMR3OPbdube8pmQoUpx1/nhOUBew2WO1sVSJxF\r\ntR5LyNHBQsTvwxJ6SzQ5g6AUmmhT71ooalUpcY1Xgu6fgTgcJPw/FnzIFsg/\r\nyXO5b/zOgH8dhvnlZ3yP8cn95wdz0Hp6FYOLWYKvag8fifxt1nnd2OtPsbOB\r\nbB7ISaHeHErl8d9pMch92pPR9ArgtVwWugCH0Zri+lbYkKMFosXccS+38Ba9\r\nH7exelI6/Cu9sot/hDb1KVFW3t+y9J9TaoASE4P0x755+HoociPKnjeaBwOB\r\nQhT5k2uXD4E40ueKNcvbkllYOSEqUWtCmx0=\r\n=lKkh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230303.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230303.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8GOkILxcediguTUDxYbrhhoJobT5I2rDAnJGhB8MmcnE/zEgXQUmw5Ecigb6TyVi8S9l9AavF9oCrzCvtLnAAA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230303.2_1677857086465_0.10903294496164895","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230303.3":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230303.3","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230303.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"de28cef7627035cbdb824b8b671580cf78841157","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230303.3.tgz","fileCount":37,"integrity":"sha512-KhLm9LvezZ0tRuo7UsbVbmiv+sQUMmfeUVnF+Y4qdm2fnai3xJsFxkK7Ci1RKnphNitcl7OfW0UZMbNK9TKClQ==","signatures":[{"sig":"MEUCIQCCzgo7+cpZ9bq+cxkUG5isSBVAWgyTjX5YBnYLhCVOQAIgRrQEclDJC4JeTwC5yhe8CiIoDvR1QIw0MBVAurX98q8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97331,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAhPmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZCg/8DU+7h34cC/9L82ZQuSMRpbHNguezgWYhWgt23LSdn0gshkbA\r\nALPBakE2dHrCY3UdOP5zmnEdd7xsYZasBkDSnkBbsK3d2oDaPtqfGVbMLl7l\r\n9oiWr7G7v5ydPWrfNiiSSUfGXbHlTEPj0/4bLEjnMBxvpMPPkbO22Xe/C7Rd\r\nUf82tDMCaNBIA3ZaBV8wqPVmvp85NayTkWt5HuvLDArmvnviV/CSAh8FlSr5\r\npZSJcjVcAVAwjANuzbM4sVrqhrTV/k8XAsL8Pk5f8BBxu2dCSqCd8Y5IoMNu\r\nNSyaeVcNOJ1TJEcuFeJnpiANyUs/MUIVbEp4A+pMSO9TRtSjGbT44mxI287N\r\nGclB3Gu0VLjL6clFpKMGpWRwutrflJjNMWN4V7DcpfEneiOmfquwbZ7OGBbs\r\nvgKgOr3F5U+QAynPYky+f9N1VITWW84H7sbYfzgpCzEbczutQnpzioddOpZx\r\nB0up0BEHxZjCXKUwtsoBS4t8cYkeY3Q6Enocm8oB9Vl0HnE9XD5IRUe9tWbi\r\n5yjnz5rCVJtllOQm2hWFGk75U8dp7WrrzldQzJ9yVDfHzQ/9W0C/8UHjAewy\r\nv0XiaCGquVT1GF0RSKwa+MsgGt9U0Z2pmSwGoC+35hFk3+6evxFKPSq0gsNH\r\nr8Z0nFNqkAB0qTCI57UDWNXNOpHYqkYGr/k=\r\n=bKI0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230303.3.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230303.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KhLm9LvezZ0tRuo7UsbVbmiv+sQUMmfeUVnF+Y4qdm2fnai3xJsFxkK7Ci1RKnphNitcl7OfW0UZMbNK9TKClQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230303.3_1677857766048_0.6305301407984389","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230306.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230306.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230306.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"62d9765aadd8b61302576de00172f85dc71933f8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230306.1.tgz","fileCount":37,"integrity":"sha512-tnwwgL/Ix6ro/kPg4hvbuXFThPecE/kMu0wPPtLJEWQBsOtEdqaDL1ndBQL6E3F+taHBEYCmhlOPbC285BdVkQ==","signatures":[{"sig":"MEUCIQCwem1++j+3bz4t9hNvo0saVpQiQDgiiOMjQ1dSG3mbwgIgRB7KqEIFNz8oKAvcXq2R3kl4803GAx0WH+AzefqaAFI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBgp3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7Ow/+Nk/PVn6uaBt+1TMHXYRVvC8kvnclRQtkhZieRu0v3VQiku7Q\r\n5K6WA/ebSqCohFyCHSdFIvbX1pwyZ5gCnKwEnZ9RzPNL9tBNshwFGwKjX5mh\r\n6lUPoYWcd32cYY2HXslRGA7VwsXLulvd+HoFT8xnKFX9Da2R/59FSfqMqc2P\r\nXLfhnJErtZn1yNxkbI9TpLvNQ3VVaEoq/v8uXSm9H0ifTvVHJPB7KeVZMre2\r\nnPro0zorv0BycuUtZWvqZZb44DyTsM8L+rWDyQT7yTUzDdyC/DSorDyb4bvC\r\nxCB8siPJ8tx8x5Od15KWro//jZl0VRA8vHhTv+kOdoVX2HG8bosmLqI4vrAN\r\nLslKpcA8cs0VkF97ELZzhVnxZxtPZZdpfie4jW6gTxdFCQPakqtm4uGpawX0\r\n5nYwnJ+B2eVlvmtbhIBPo2e9FnK4Bx50inIoPFu1HJlofzHzp16PfC6jk1X9\r\nrK7GvcqKGJlHyru3/rtifmgMRlC91Zf6HRdkYQ2HDRGBJBJE8n2Td9410Vsm\r\nC9m6FPSfOfAgz6drw4dEJuiRLNEDQBeWg91KqZQYjaAHWjwsM1tBMnCPSkdx\r\nCoNmBq+fnC2o6EsLTdsrDfg2crOoJENkMsbJbZywY7UH2NQOaFW7fTrujH91\r\nwMFdvRPZz0U9GCYhTyIst5jjqTopJV0f95U=\r\n=j7kP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230306.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230306.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tnwwgL/Ix6ro/kPg4hvbuXFThPecE/kMu0wPPtLJEWQBsOtEdqaDL1ndBQL6E3F+taHBEYCmhlOPbC285BdVkQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230306.1_1678117495464_0.10512043289584239","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230306.4":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230306.4","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230306.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"11747f987145e33af8bceb24cc6ffd79caddb619","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230306.4.tgz","fileCount":37,"integrity":"sha512-gqQbNaRNWu9IIILNi4iN4JzMfY4apeEacd5vegxiatzZNy0bDy0FAEs1SdlLBsFf4tIFmwooCwl2ih/+G125YA==","signatures":[{"sig":"MEUCIE4TzDik0UBOr5wWx3bMCyng4ceDj0JFzc2eLhWZ6dWOAiEAmciZWk75KJOy+f3pXJyYywRKJt43XhId4ezFGmD1RB8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97279,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBpgTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPvA//YBuxxITxQm3L8IIs85DIIITSb9T8zJqrm0PIB4Fv6qsA4xy3\r\nn4EPxFVYByFUQO0YGE2MbegeYkD2djT+kks+FKuRsXz6Eg4diWLlU6f0C3RQ\r\nwHezDiuKdGNDY0l9WfAxTT3GgdXYp4EWnkEqUkdxxqFLPZzQJ0tVn3ql8V24\r\nsO9YyXMou2W3SIs1eMS5ER3Gc/yf7QeoTMd/gMOAZHkXCZFSUVQyX7Wl+zX7\r\n2/96xX+KTT1iP9XnBYKvkLmxENggJezMQ2Rq/9VPBbcLrtRmq4nepotDwhZr\r\novy/NjutkgIZxF+puDiwPYGIS3kn6gpMiCN9ZYoZ3r9oU1oO2u6tDZw8HgU2\r\nqd0u/Cd9yXOW9TSn8FXsD1IGhLva8DmUxoauTxkmYvkH/rCLOvBmduSmBHpt\r\nVXbRZji2+e22WVi1R+Pk0VC/mSsyNjJZno7kwyfjpP0DnnJlW8gVvtLWds+6\r\nlx3iG06xQMAS8FX270lMKkEKaGJVVOHnRsNgfQi76DpB8P0iPqZxYLl18rx1\r\nVqSno5KDSfEei5VegijjPRb2Lf6vwyfT6zvQygVKALf3QwK4YNWnhL3SU5Ny\r\nh/oY6WFQeslD6h9eZTb0mIEUZk0DBtLcJA0drVp0r5pvKxzElh3A732tYwph\r\nkonyMncyXQjwmh8wb4SUwTMZpURhFiXy4ho=\r\n=K1pl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230306.4.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230306.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gqQbNaRNWu9IIILNi4iN4JzMfY4apeEacd5vegxiatzZNy0bDy0FAEs1SdlLBsFf4tIFmwooCwl2ih/+G125YA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230306.4_1678153747693_0.2438489254988807","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230309.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230309.2","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230309.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"68eb638aaa0da5c155998d2844bbd3e542895db5","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230309.2.tgz","fileCount":37,"integrity":"sha512-Ki/StrsbULXtTrhCAQnIXR/DL8n2Bu9uB8EHaFf+AdaqFMKnJBJMH1HlXgcbuLtQjsUoYGZmsC12Yb2n0QzThA==","signatures":[{"sig":"MEQCIHPlLUfG1UqoDjKhIEj9exQSJLj4JyR9YDASn9NIFAS5AiBt6wVJtrSYfgF2hYD86ddhEOyo8WyQ1JVIF+MGVRpIpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCfTeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9Zw//aVZEA78OuW99ap32j/lAayKeE35mxQ/YfmYWsuHzYyU4SjQO\r\n/lqWToZazot2N5mx29VEQHG6n7az+uaricWLOpy3ltoBpNG4tf2EraZ2Fn7W\r\nn59mVRQhu6AgMVofYYF0ZiBKddACv4Kh/VPEfFhO2vIMCwKLCJh8TOfw0ODA\r\ndtcrhRwOInxaZMAMZc8Z+RNTxEG3rVCw5009XylkCxe0s0DBK8tEmeBFD6uN\r\nQjgvmUPQtJT1ejmjUH/afOg0AMlw6pJHLSCgJLkAEnbgsCDy9sd2fAbIUL1f\r\nBV7aCmY3/pXcs+zSuOqknpodnEFSRveWQ/tLh53FkTIlQQJVYwJGvn9nVNFb\r\nvPfvl1jx54bcK/butvvVrgAhuSWfH3KMYiZTLsnv1W2tcqn5bWaZ7tgdO3Ug\r\nRv2uLWTbrgi7UPHVwxhTZ6FxExV0Fi5+LhkAxeuTPzb7J7BHtgemcVfkuJmI\r\nUapF3c5nJS1tT+quE5leM6PH5yAJkHNxHUC39G/Umyr0xJfylcXAAm4icEgP\r\nVkuY2P5D5Uw6GwiNVLHA7jcEyecL90sboa3kHrscg0Csb9sFbQzyPRKW0dl2\r\nQdSTimeNzbmpmxyOxexOLR1pOQbIxngdhiM/pIbh/AQ++/dAbGD9NfUk+Tt5\r\nDqLAZu1XY2nQvN1XQfEtz/jDrrhgus6C+iY=\r\n=dkzQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230309.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230309.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ki/StrsbULXtTrhCAQnIXR/DL8n2Bu9uB8EHaFf+AdaqFMKnJBJMH1HlXgcbuLtQjsUoYGZmsC12Yb2n0QzThA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230309.2_1678374110766_0.5441552784578871","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230309.3":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230309.3","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230309.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e7de01b691e486ead6d143fa6c083040e73ad2ad","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230309.3.tgz","fileCount":37,"integrity":"sha512-9HkHJKWlJdVR5Sd6JqleFB0YvH7/j8MOJFB6IErvNJ4YNg4ifPs/QC7+jjFACp8xLfGK1VcwN0yIbYYmlvikwA==","signatures":[{"sig":"MEUCIQDqzI+Lgo8UO2Ji7JSZvxjhN/R3cpQHXkE/x2vivfsKhwIgRAoJsZwPlH7y0t2nfwERspRwzHM1sEjptJEQ+uGsZwI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97279,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCf3nACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2ig//TlkE8Zbt+2fb/W0LN3EsZOJoWp959FJWEWKuPWE5ICkJjnHM\r\nDe8GPRZY815mH4ynTZCUx1Po00XWjgEDyMdz1n1rpbsSdSQ2UE0+5GikkBHP\r\nM3ySi+2K3ma5AuITjCAMTc9LIfWLpYtyGI4X77gAdn7+NhCR/hnWDT/kwYnO\r\nMSCIcFyjGDERfdjLKtfTHxKhjRphnxLNqTFmGMAxRz6zukgAqFQydTEEN23v\r\nnC/JjX3EFFhwB/94H+J1myzsXaPSkq4h0M7CBsfE99BawPFVBLJGzJwb114s\r\nx4NvNIcAP7ZSEW19cksLDFgVV6QRe099MT/wFPlhg61eR0DfzG4pQm5FU/hX\r\nZtWPSOQjueiEv3HJ1kKmS/q6bNvgQSEITRnZiBSbDJeep3cZi2CfVHIZjKUE\r\nO1114Mtf9XdOptJGqP4T6fGgYC6MFdrJklWIYcI2LOXQBPN9gl/wxAffCgYk\r\nFIEpYbR7B3TdtxlOKmfvn6XULqDjvNxlQA+eM6iuLtSVCfodvivzEsqLQSBS\r\nYB/0xTNsXnM08Ez3IxUG4zcx9cH5JbAglJ6KrOp+zJp5vOaAA17NHq8uQ9N+\r\niORnX4BHwUdTFUfPwTHxLnfwxvZFq45iElsAOMipLkZyT0bdaFGbUKe38ctM\r\nKe00fOgCMN+xJ96L9mHLKRNbqTSLNdEbQZE=\r\n=9sAI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230309.3.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230309.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9HkHJKWlJdVR5Sd6JqleFB0YvH7/j8MOJFB6IErvNJ4YNg4ifPs/QC7+jjFACp8xLfGK1VcwN0yIbYYmlvikwA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230309.3_1678376423267_0.6591939257821833","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230310.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230310.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b2eaf7f627ce3aa6de0992e4934f563aaa688435","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230310.1.tgz","fileCount":37,"integrity":"sha512-rGP7EN/labuPFNUvrexjv+Ew2Y+xI1uBFbmdPhdpZ1xMqBp21xWpj/05kTP0XyrR+WYnHiBycXt6ARZs75Bc3Q==","signatures":[{"sig":"MEUCIAkJqPc7gcaWNZOPpWXqpN4NoKl2ssvdXa+n7yruG2slAiEAoZGw5ArAaT7qZmJe1m6H5VW464jD90dBqeZrRU82Pz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCw/tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoP2Q//f0rhUuxpcXdUsiy4J+qdeEagL58oDJgMtsfHawfR26cmPMzY\r\nhGypVGwzZnrO43GZMyQgbr/xP8wsgMALxRWWwjcmETlG8q1KKgcdyrPYBATF\r\nCyeD2s941hXI9ubXR5/ZI6evxXninrtluEmXtRpHIe+gsIvfqyKZGg+Z1od1\r\nV0RUti550KYFGV+GvdUMBqv3YewMuso3254BaiAY63P9ygP8lC6dbWNp4OGu\r\n8rax5GTReWLp7CIXd1tIVHdgu5+NGupJTWKjs3/xg4gu06f5ZahFaQNmi7MF\r\nKH2gfhFPo+rKKpDOKqtTltwBctxbkv0gFjSXOIDEeimkhEyFRzooqqGdVB9l\r\nDDHWAozf/lDcU0jM3MfiqDWox89wj3Hvn3zlcnsAy1jfzPKUGwLg40k6uFF9\r\nRRsq5KSsjZNqp3ioOOk8qaGGcHY3YcmQYp/20AfEcTh66NzG/nhUSb0l5KuV\r\nNNsE0DL5KI5m18gykEa+PzE5NTjXVYfWPXWquOKmwRHu0O0K8lL/GsXbDb9C\r\nD3VHP6bfdwd1km8trVR+2L3No8pXula1219QZlrJ/u0V7Rg1odoTzxwC9hno\r\n4qdN44cdcguuJSAKIbQq4funw8WQAymAuQur/yGaYArORSG7o9/qIB8LkItC\r\n7Rr6gzbLzRPYx1fdNlMeh3ksjesyIwAQSQI=\r\n=MnB4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230310.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230310.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rGP7EN/labuPFNUvrexjv+Ew2Y+xI1uBFbmdPhdpZ1xMqBp21xWpj/05kTP0XyrR+WYnHiBycXt6ARZs75Bc3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230310.1_1678446573029_0.2313849286758558","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230310.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230310.2","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230310.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"05db873e5131346b4bd390382b96255f8dbbc33d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230310.2.tgz","fileCount":37,"integrity":"sha512-lsKNzWhWxhvSJWLho6ifcsvJULZL8M6yA/M90jEYN60/ikLQimfBpE2jD2EI6OMes/5B2YxkkBZG3ZZ9kCiIyw==","signatures":[{"sig":"MEQCID85w+kpaIEcmmszBxp+hcn23pG8feYewJLGp0CutiZgAiB+/33ueJ+RlQbv5Bl43iIMXRP1mOYztsEo62ncK92w6g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97279,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkC0zSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYOw//YPm5zyp93vWkrZZY/E5RgdYJkG+Xe3ZusWhXZF0YWCaC2RYr\r\nnnaXlr+FuJphiuAUNW80mW47cFk05rD5twsok98AYONMZ4Ls76wqMYXNNuLz\r\nKslcfeuLvaHbMQkE58x6I174Ba8rdpFW38eVzEPglUPMkZUdi7TeUBnNflZT\r\ncUnIR/Z2xHDastagWK4Ykze9fGvx4RhKP0QxGs/t7U94Nbnk4py9zHyJEClY\r\nWqQOyFPjPtcQmpgoZwkDwgtAZIl5Wv3Ft8q8n5Qi8aPy22km1U0Tvs1IK1Fu\r\n0Yna+T1ami5vqk98IN851xeOjcSLbcYpcJay6ziS2zoDcX5F+7vl+iGE+v/a\r\nzp4sOBKzdDRqniC+lTYNm9lw0P4DAVHrar3BkgUYDTgH57eVAErLOVpWXJxy\r\n0UzW6crrB6g7Ntt2oUmvTE2MnYwf6oHuci3xYB65h8YuJ8HgNCs/+inzvSzQ\r\nhoR6zgyL0cCWuFAh3u0N1YlbYjkDWCCibx0nCxH69XgjmS+VLHgE0kWwZwrJ\r\nMAFwLVu/vMkWErzHF57UdBiFfxQ/jXCMFSBW0lMzGQ+aSMsH4bw3mBhUdUdB\r\nGDzUq8568SV+1jZvKB19LtIf4+w700zXwGv75N0tJOF1/uHUOfFyKLUUolPb\r\npdzXU2ooK7PNIUuEdiK2FRG5R9eh/QMSzi8=\r\n=fyNX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230310.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230310.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lsKNzWhWxhvSJWLho6ifcsvJULZL8M6yA/M90jEYN60/ikLQimfBpE2jD2EI6OMes/5B2YxkkBZG3ZZ9kCiIyw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230310.2_1678462162407_0.5875344430820157","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230324.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230324.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230324.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"75472ccd0f30e65e4d21b64a4d9c0d96b1dae4de","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230324.1.tgz","fileCount":37,"integrity":"sha512-kG94IJlqlzjf0g4OXvWY2XA9mi95X8mk+yVEpe9pxH5SYKh/6r71ykuG5ik+JyLAEMGxk5t4hJiYLzkgoIamcg==","signatures":[{"sig":"MEQCIGrgLmIfLmWhhSvZWCpd10vs+F3sAcllcnnobHD1ZAT8AiBw5PSMkH4SNvsDl18wI0jBz9OkRvl/ALZUC7VtPPmryw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97259,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHbNkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+tg//WdjzM7vkjldPcQmyE4tn8YaUpUzYvdVt696TTKNPgDz8K5id\r\nehku1fIWAsqgrW11SsT78gSIuPbqEOqpHhBdl8TaD4uBjto+UqWNS/IG5LPL\r\ncDcEk2IUkScl21+F0XKVlxTz+VHRjmCr6BSyOs0qPYJ2ik7UDGQqpIWbuxU4\r\nmImbA3jrlMLLIR9vGN6XVxFYVi2oFKcShGUuTnWw6QDur9PUdbCsg8Tt/t24\r\nfpmqXVy/gRp5XSTJRTZDe3djFFiuPKXnVqVJBWgqqMAYmY7a7mOIYBbB0NJx\r\npgf6mBYOJBh5y/DtzCRlYXN/W3l9VaRsTv7XHgv52+D+mz6g1lowYwVpGR56\r\nq9pmeFux/kzNT8r1EE3yX42+aVAkZYOXL+lSBM/xdbIns/offDMdrXJGvFED\r\n0Rqs0iG1Nb63pazgPZitKRrgDwJDl2Lg6BcibwhUAK2jQDI2Ro0JCsy/VF3R\r\nVDW3k+sTTYniL+bQRaFZN02oYPOIXRs9i3TO+fEXR2rQsbJ57WauCzXFJPEn\r\nD0mjXX3P2XjoEcL7IxNsQlfSZJyMo23rTzFgWKU4tAxEVTf8AyhOtSHlnPjp\r\nhzby9ORDMkoHBj6e7TSXgs9RqMR4M+2p4VyybAC6Nr/iUyQM946/Q2ZqhdXz\r\nSPUEaBPsi49XjV67wu7FBN3+yDCkq96PSZY=\r\n=hRdB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230324.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230324.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kG94IJlqlzjf0g4OXvWY2XA9mi95X8mk+yVEpe9pxH5SYKh/6r71ykuG5ik+JyLAEMGxk5t4hJiYLzkgoIamcg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230324.1_1679668068221_0.49583243167247293","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230515.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230515.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230515.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f705c60f628db2b2ce5829ae044449d2b3cfad9b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230515.1.tgz","fileCount":37,"integrity":"sha512-pJRlSjo0VBftEi3z1AnNd7ar+4p+wN7gmvx2NeeUG4+LFQ2Su9WD/l2dl0mRb08guXsT6gjaf/GwAtO36y/Iww==","signatures":[{"sig":"MEYCIQDQtVyUC88PXUmjrfldGWCuGUvtHLQ+QLtAqL5L7uhLZAIhANyPgl6BgXUrmSvG5J4NtmaGqF8diDR9dqnEwCjbDhb4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97255},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230515.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230515.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pJRlSjo0VBftEi3z1AnNd7ar+4p+wN7gmvx2NeeUG4+LFQ2Su9WD/l2dl0mRb08guXsT6gjaf/GwAtO36y/Iww==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230515.1_1684161932421_0.23739722053315804","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230627.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230627.2","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230627.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5fdff48e750675bc8e13787478c5ea4d80817874","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230627.2.tgz","fileCount":39,"integrity":"sha512-bHwrvSTwA5msYA/No9zNeLSRWm7lysGTnHeoydxpkNPaEC9bzzyetLo/jTJaLi9J30tGMNBDcCWlAdkjEgY+Ag==","signatures":[{"sig":"MEUCIQDAlJvIrzzTUjXbYXJphiqLozxaTS9FgHjl26yv6Bo3xgIgJnYg/7BXNQLLx27gKkUTlTCloFzmNJST6mCVeP/EryQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":161404},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230627.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230627.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bHwrvSTwA5msYA/No9zNeLSRWm7lysGTnHeoydxpkNPaEC9bzzyetLo/jTJaLi9J30tGMNBDcCWlAdkjEgY+Ag==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230627.2_1687876226249_0.8676327169738853","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230725.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230725.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230725.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"00f1a0dc8193ff64e67d26b21bba6683e42e998a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230725.1.tgz","fileCount":41,"integrity":"sha512-wxAxPjGqMEHj3e0+88vPVSNySnREBFRs5BrnnvIY4lSVF6w5H09Lu5fb1QiLope/EFtVRc0mNgQxqH9j6Y23HQ==","signatures":[{"sig":"MEUCIH/LsUqHxy9ppu8CmLuvV/rE21JZNFkBvF1mSAjw1cLzAiEA38aJl5NdAXZsVNGg+NDq9NcvFNUhM0uqlkLcUhJBts0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169192},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230725.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230725.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wxAxPjGqMEHj3e0+88vPVSNySnREBFRs5BrnnvIY4lSVF6w5H09Lu5fb1QiLope/EFtVRc0mNgQxqH9j6Y23HQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230725.1_1690295354355_0.8789688517603245","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230728.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230728.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230728.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3fa5c3946b109af1808ebf58191f84d799144036","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230728.1.tgz","fileCount":41,"integrity":"sha512-/I0/nyns0K4pJReSWeb3xqRxpfQ2GM/vrASc7bTmLoDMvwDteIb3xbEm02gsJ6APHP8BsPXCrkcUivEqA0nV7A==","signatures":[{"sig":"MEQCIBu2Gd3/nOKViUEE7DbqgsOcPc2J5YLtrsSb3rQ9cE6xAiBUSH5f/07j2yaDIaUdUSp1vlLNjzpu7LzQmQCmPwo4Hg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169194},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230728.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230728.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/I0/nyns0K4pJReSWeb3xqRxpfQ2GM/vrASc7bTmLoDMvwDteIb3xbEm02gsJ6APHP8BsPXCrkcUivEqA0nV7A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230728.1_1690554602235_0.630335842921369","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230803.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230803.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230803.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"004389555e03c7565ae9a3f601f10bbc0751a253","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230803.1.tgz","fileCount":37,"integrity":"sha512-Dh0Q41c9WOwgEZIoWzPhsAK0M917EUuae8hy256cRA8qdMTviVkF51dkBen0fGdozonv/Um4UgDNMNFjM6L+UA==","signatures":[{"sig":"MEQCIFdotbryutqs8kC8LCN1VQ5V3yHmqAtK06zoe6YbD9XDAiBGWVYR67xSMyhcb69fXsqNVNQx6iyrjgCdOVsoK3GUFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97255},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230803.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230803.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Dh0Q41c9WOwgEZIoWzPhsAK0M917EUuae8hy256cRA8qdMTviVkF51dkBen0fGdozonv/Um4UgDNMNFjM6L+UA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230803.1_1691047879597_0.8892338216641433","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230803.3":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230803.3","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230803.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fccbb729fd6dbeea6e9eb1ee79468c8700af66b4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230803.3.tgz","fileCount":41,"integrity":"sha512-tAZE3y19zkQNtqdRhlKjYJady1rAE/hpkTx+KbQ9LcrCgWD/XPFbWspyfpMC5v4jvoJvApq6+i1G/M0m3GBcMg==","signatures":[{"sig":"MEUCIHXnY4BoPSqMRURX6Fwz5iTRm6GFnOc+vHxfQzssgwArAiEAmjDTxMQXnPyZFfwqR+R7/5px9A4EYmVEeb/ac9tKw74=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169194},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230803.3.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230803.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tAZE3y19zkQNtqdRhlKjYJady1rAE/hpkTx+KbQ9LcrCgWD/XPFbWspyfpMC5v4jvoJvApq6+i1G/M0m3GBcMg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230803.3_1691072883900_0.6476203405513974","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230828.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230828.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230828.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b2262c154bbbcfd2d6584abe8ee5b4d7276a3b28","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230828.1.tgz","fileCount":41,"integrity":"sha512-PwV3ci5zrz7aa9kYW/KNRXmRk9dRx8duxCpMTwI1WLixUY0HT72PPXjdaY94bndiOzMWz47yI1DAU0dH+Q19MQ==","signatures":[{"sig":"MEUCID+NehCVY3baYiI4XqjRyiV0RRapmz7R+KbC4Qy7gPI7AiEAkSrhreZlpT+GMn+s5TaYkRWYq7f/j54wKe5tDHlESTI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169220},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230828.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230828.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PwV3ci5zrz7aa9kYW/KNRXmRk9dRx8duxCpMTwI1WLixUY0HT72PPXjdaY94bndiOzMWz47yI1DAU0dH+Q19MQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230828.1_1693233703203_0.11679405476009963","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230925.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230925.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230925.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bb77fdc93bb8c11d155d7ec23ab149e40a2f7ec6","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230925.1.tgz","fileCount":41,"integrity":"sha512-6UuOEe+EmP7H3mqf4QXpPActe5SGTtFtfzYT3B66l4Ho6AnimDmYUgfWwgqvZJeCqGg9ThMvECQF8ixDptaEQg==","signatures":[{"sig":"MEUCIDn928YFrf7xZZxNw0M2XP9rbtw6EwGh3FlMozgu1r8zAiEAgPeyDe11KEH2i1rwi8Wl59Gn0IpWMvhSAy+wt/BSakI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169220},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230925.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230925.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6UuOEe+EmP7H3mqf4QXpPActe5SGTtFtfzYT3B66l4Ho6AnimDmYUgfWwgqvZJeCqGg9ThMvECQF8ixDptaEQg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230925.1_1695652820230_0.3188699526132861","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230927.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20230927.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20230927.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0819425c9756f3117c4ad8e63261062e28e5052e","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20230927.1.tgz","fileCount":41,"integrity":"sha512-TD6mNgo6lNZxCh+/yhIU/hTe5luyZvKw7hSgdQ7nJOfZ8XVWHfvABn00md4LkOyffUzAaU07ENuQE985fUfjag==","signatures":[{"sig":"MEUCIGEMgqgcl1yxB2tkvfYVQvXD2+y3zOWeJx9eHlHkbP+fAiEAnrm4jBi0jguK2rqkbqjEHD1iPEazmcdBgXpJUqZclhY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169244},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230927.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20230927.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TD6mNgo6lNZxCh+/yhIU/hTe5luyZvKw7hSgdQ7nJOfZ8XVWHfvABn00md4LkOyffUzAaU07ENuQE985fUfjag==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20230927.1_1695824649207_0.5823114023377156","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231002.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20231002.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20231002.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7eb024e1169ddec3559eea853f03bbfda0296c57","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20231002.1.tgz","fileCount":41,"integrity":"sha512-NeHvXI9iT42Jjzb7utWbJoAchCI4eRSh5vO0HDC0cOjuK/I5OY6yJAze2HFEaphcp69TvNTi3/JLXqa27k+jVg==","signatures":[{"sig":"MEYCIQCwsAnzec7gnmz1L3mrQXVTk9B2LzyS4fkzMJ27i2f2RwIhAJTlH4vtQRPckMXl+0X5Tp3t5GTq6aVTr8vTT9XIBjXK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169191},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231002.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231002.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NeHvXI9iT42Jjzb7utWbJoAchCI4eRSh5vO0HDC0cOjuK/I5OY6yJAze2HFEaphcp69TvNTi3/JLXqa27k+jVg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20231002.1_1696257521149_0.5957556456915059","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231010.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20231010.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20231010.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"832fde1396efd4b1a8ce9371607c07634a839c8b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20231010.1.tgz","fileCount":41,"integrity":"sha512-Hx6V+w+3ublS/jV7nosJdRyMWEDvRdqlNP0Nn0+Rv6gZ2tj1BaB5i6EWhP6mzLDFY3SNRVNhC9ZYy18l6ZgmpA==","signatures":[{"sig":"MEUCIDdtiJi0+KJdES1RKDTEb9iuxKJ5a3xvypFiotnc64lTAiEA4HyfLYxGWLsRPR9AAATZscGNEh97A2r8YWEhSz6etDo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169191},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231010.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231010.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Hx6V+w+3ublS/jV7nosJdRyMWEDvRdqlNP0Nn0+Rv6gZ2tj1BaB5i6EWhP6mzLDFY3SNRVNhC9ZYy18l6ZgmpA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20231010.1_1696948245748_0.4735600635604278","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231025.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20231025.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20231025.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c6e4c7b2a662c44265bf6de139d350f480496c93","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20231025.1.tgz","fileCount":41,"integrity":"sha512-Ic8EFNCdweabhW529sEHW1wYZFwhkfkRAHwtelbnSMXE6LUIfmfT5oR9qbRFG5dmZzN0ODhoEyes8HyKPU+S6A==","signatures":[{"sig":"MEQCIHSRxPIN1/WYWk/9/MZRxF0HEMYCeWSozy4m5gTtNl3aAiAXF36qYkWfbz72j8FUCYT22TFRPUW17VzvhA/j01xL8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168939},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231025.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231025.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ic8EFNCdweabhW529sEHW1wYZFwhkfkRAHwtelbnSMXE6LUIfmfT5oR9qbRFG5dmZzN0ODhoEyes8HyKPU+S6A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20231025.1_1698244038333_0.422182516105712","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231031.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20231031.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20231031.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"98a998e37d7172c17e34532f9bd571d288fd4d62","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20231031.1.tgz","fileCount":41,"integrity":"sha512-fpD8lcxnZw/9JKHi/SUYHT7yCHwJuLN2ZTIgRoCsXJ3tb0KnnWnwtAPqTq2KddhlyEYCg9/SUHFFEqNR0So3OA==","signatures":[{"sig":"MEQCIDQEAwFBqyTMvKAMD/BfqL6geHyJDUpX1I12ijRh2K9QAiAZ20QWtm+njjjbMB8FaA52/xf3/z4b3BhX1ioTN6aN7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168939},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231031.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231031.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fpD8lcxnZw/9JKHi/SUYHT7yCHwJuLN2ZTIgRoCsXJ3tb0KnnWnwtAPqTq2KddhlyEYCg9/SUHFFEqNR0So3OA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20231031.1_1698762920475_0.8388092117002717","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231103.3":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20231103.3","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20231103.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cc0baa37396759dd362e9843b5a3592d34ca6213","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20231103.3.tgz","fileCount":41,"integrity":"sha512-JAkR1Y7jS0K8Ibb1Ik2pDBoTbju1pD3V/CYvMFuTObmlFYjoh9NG/HxMjk41TwPVn2ah17J6cn4wVLqSjpgUKw==","signatures":[{"sig":"MEUCIQDE0D62R7AtxBqi/JTLzVelSiJwo3/g4ER8IN4dV3K7hQIgWk0fKBSURB1mq3a0EOY3K04idlZ70bbkHu0y1We80sg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168939},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231103.3.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231103.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JAkR1Y7jS0K8Ibb1Ik2pDBoTbju1pD3V/CYvMFuTObmlFYjoh9NG/HxMjk41TwPVn2ah17J6cn4wVLqSjpgUKw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20231103.3_1699008167517_0.9112525989687086","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231108.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20231108.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20231108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f9fc3ec82ca118897bb0963e20f5a7d6302a4cea","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20231108.1.tgz","fileCount":41,"integrity":"sha512-MaRnTTZz0YrZV+5uFpzeorTwzPhbLp5kN/7tbWN3R40NA9mvE1QvF6RDc0s+9H6WnISMOlrVN+/xHkt1WL4J1g==","signatures":[{"sig":"MEUCIQDcWknlv+gaFQX/VUOojwfm9lscDIO3Ctw9H40CF/3KEAIgcPjmOa9plKQwrkqiZpBZ6aLoO6XHxbMoSisyTkVpWXs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169005},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231108.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231108.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MaRnTTZz0YrZV+5uFpzeorTwzPhbLp5kN/7tbWN3R40NA9mvE1QvF6RDc0s+9H6WnISMOlrVN+/xHkt1WL4J1g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20231108.1_1699457405940_0.5226454738736126","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231109.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20231109.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20231109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2a6e121ac6ce27ba4539457340eb77122ebca1d4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20231109.1.tgz","fileCount":41,"integrity":"sha512-rs6YKr3q4pF1qRYacSx2w7dg8gDW9CeQBZrdGQ85/tWjxDzAychRvAIvi1cRfXmlaCVvZBlqBYBk8i43vnQ7RQ==","signatures":[{"sig":"MEQCIHBmBCplCnZU6xuc8XEvQkP9XBryx2Km7/zzIb0vxu4iAiAI+L3JnqBdvtGm8UKk3LNZEla94iyQd7Bt87T2jIGGQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168939},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231109.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231109.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rs6YKr3q4pF1qRYacSx2w7dg8gDW9CeQBZrdGQ85/tWjxDzAychRvAIvi1cRfXmlaCVvZBlqBYBk8i43vnQ7RQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20231109.1_1699519989995_0.6327632510827204","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231109.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20231109.2","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20231109.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a473dd4938aad246be3d9425f938728111f18975","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20231109.2.tgz","fileCount":41,"integrity":"sha512-FhJJId5vxspziVOlZhG05GNAv24Rl4oEg280vxEicPGesu0UFHwJ0RzuhdZyClEEMa2zcvxGIxf9Td68QMZn0w==","signatures":[{"sig":"MEQCIAuHWhl2igHvOfv9mvZd02MwvbjIk16DtOPwzsYKAe/pAiAaLvyc7ADkAvYRQkYRNfUjChgAEbfeniJJBvXmO/V5Dw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169005},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231109.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231109.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FhJJId5vxspziVOlZhG05GNAv24Rl4oEg280vxEicPGesu0UFHwJ0RzuhdZyClEEMa2zcvxGIxf9Td68QMZn0w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20231109.2_1699544456302_0.5376519109088249","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231120.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20231120.2","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20231120.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e0dad1a3b9fbc886fb2c53ec9d66cbe5627096d8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20231120.2.tgz","fileCount":41,"integrity":"sha512-1gEz2KLJS62Zg9Wgn3JPccS+WXXyZx9Tem45B3ZGXiQq/lYkmYBhjjSisRqGkqMPS831q6yUKFUsQ2HDl/NRHQ==","signatures":[{"sig":"MEUCIF1ck/8NPZ8UOGmrnLZtBKMn9KPv0l5sRuCcH/nP4sPmAiEA1cEqiQ03qwi2ovQYGMPyr/2igSbs4j35aOXNC1s8nK8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169005},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231120.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231120.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1gEz2KLJS62Zg9Wgn3JPccS+WXXyZx9Tem45B3ZGXiQq/lYkmYBhjjSisRqGkqMPS831q6yUKFUsQ2HDl/NRHQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20231120.2_1700494899441_0.9245696145068689","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231207.3":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20231207.3","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20231207.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"99894d2e352d0b984407014d3cc361656c1f3fba","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20231207.3.tgz","fileCount":41,"integrity":"sha512-t3lWLE1NQMJK4iK5JYeyUzulFT3y3fw9UVXRALFxo3Cf92WCXb9yoIAz8Mq90S9kFjPbotPBwPz5mffrJZKVYw==","signatures":[{"sig":"MEQCIAZsB5e54iGO9SMTjlM4y0ev2v0dDqaJOpsA5O0S9kBbAiA8oKWMsGOyrmDuQHNyciSbOahi+7ij/DnlWOX9LBdnbw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168967},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231207.3.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20231207.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-t3lWLE1NQMJK4iK5JYeyUzulFT3y3fw9UVXRALFxo3Cf92WCXb9yoIAz8Mq90S9kFjPbotPBwPz5mffrJZKVYw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20231207.3_1701962701672_0.8830634412677729","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240111.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240111.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240111.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c8df6539e51279cee91857de153a233ecf6e9f16","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240111.1.tgz","fileCount":41,"integrity":"sha512-rGyVWW686kD/cAGtP9miLd54aDqydpRKNEgsOj+FGiRKQhhdoe9u83P3aJepdEuqR3actTKTbiVd/aiQOPMUhQ==","signatures":[{"sig":"MEUCIQC9QAnntw8tOt/XlPwPy2cAmXfiZjNigJ8cyaFo1I4EuwIgKQgX7wESNH4hXW4zQSWG0kPjigv8fIxIr2jujwDwyvc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169007},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240111.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240111.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rGyVWW686kD/cAGtP9miLd54aDqydpRKNEgsOj+FGiRKQhhdoe9u83P3aJepdEuqR3actTKTbiVd/aiQOPMUhQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240111.1_1704986959945_0.6995406014366747","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240115.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240115.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b32f6335cf8db235cd51178f555e1df5530e43a5","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240115.1.tgz","fileCount":41,"integrity":"sha512-CvuuJKfKcf9wig9q1Ko/aEHx/WKkNc0NWft6NbWyOVCPPtKn9vBRA09DhQTKnIP/JVAqkSuxuJ/KbXSuyDMW6A==","signatures":[{"sig":"MEYCIQCohDuIklN2oVYWj8h+2H75pCBIri9kcILeLVHs7GwP9AIhAIipv+Pj2y8wTzdGePk/ROMXfh7wGyMbgqC8pxCwecpq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":164251},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240115.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240115.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CvuuJKfKcf9wig9q1Ko/aEHx/WKkNc0NWft6NbWyOVCPPtKn9vBRA09DhQTKnIP/JVAqkSuxuJ/KbXSuyDMW6A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240115.1_1705333342548_0.8481192699177613","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240117.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240117.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e4559a86fb6a2b96cd9e4ca091db98168c5b365f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240117.1.tgz","fileCount":41,"integrity":"sha512-fOwRFcv6EUwj/40axONUUJSZGzFPZvtTJwAv0TrpOYKWpsj4EaLtfOwnD1yDtyptJHE5gAgTK9o73UaanMUmDw==","signatures":[{"sig":"MEQCIGfneDpPk3oNlm+Ip0mPQxSH09y1XNpKN2yZ8cXEg8UZAiBi3iG1uDL6KDs4zUOje3N6B5QP6Coi3MUvRX0uib3cdg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169007},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240117.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240117.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fOwRFcv6EUwj/40axONUUJSZGzFPZvtTJwAv0TrpOYKWpsj4EaLtfOwnD1yDtyptJHE5gAgTK9o73UaanMUmDw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240117.1_1705505142217_0.08293218888329923","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240129.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240129.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c0b26d926e56c106ff26b9389f17605eabf9dea7","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240129.1.tgz","fileCount":41,"integrity":"sha512-zuCKN7QLwUBiCGmfAV+eqRUjRKDe+OwnaM1UP1ZkRyDi5gT/6hDsaqBvuhWNZRm8C69C1+PE06X2YrAZMScRAA==","signatures":[{"sig":"MEUCIC+/h6LkKELmiZvZPCfBwsYJJjloklOR/9KdVYNS/gkoAiEAsJaZXGri/y0Dk5lWvbVrUjlyPP6jzLHVLCZ3yVBNrj0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169130},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240129.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240129.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zuCKN7QLwUBiCGmfAV+eqRUjRKDe+OwnaM1UP1ZkRyDi5gT/6hDsaqBvuhWNZRm8C69C1+PE06X2YrAZMScRAA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240129.1_1706542986489_0.2140128230421947","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240205.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240205.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"eaae7a6987ce17bcec84bfcea4231206a2c1c764","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240205.1.tgz","fileCount":41,"integrity":"sha512-URmMslBOMdps9TOdRRTDM5ujNQk9Twm1+n7A1N5Oa1QQ4XmQmoqc5C+RbscwxPYqmJzVDpzKHxbv0j8WsUua9Q==","signatures":[{"sig":"MEQCIB8IHlXE21fBVXES4EnJnQZQpsfnGulMjpF1qMohN9+lAiBpx6HrhA3TOfSpqGrbC33WXfKUF7JfitDdna5fMjBSzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169130},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240205.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-URmMslBOMdps9TOdRRTDM5ujNQk9Twm1+n7A1N5Oa1QQ4XmQmoqc5C+RbscwxPYqmJzVDpzKHxbv0j8WsUua9Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240205.1_1707147644057_0.10568095195633687","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240308.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240308.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240308.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c1bd3d306bf106f274327a362537b63872246452","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240308.1.tgz","fileCount":41,"integrity":"sha512-DMBLARBQbCzcHNhowZXvZqFC5a22MnuVfwaynK1Drb3R5huasoSDJov5vZAEteBCrOZPURyDPFKuarPRTadbaw==","signatures":[{"sig":"MEUCIFCTeuE/zPq/jCp+27Cg2Mi6osJ/huNpzPvJPokLTmm+AiEAu4uys+1yLWqAtUhXDR/pbzSC/v4t7Y1H4SD50dt3gUk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169144},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240308.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240308.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DMBLARBQbCzcHNhowZXvZqFC5a22MnuVfwaynK1Drb3R5huasoSDJov5vZAEteBCrOZPURyDPFKuarPRTadbaw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240308.1_1709912105386_0.6523654013368314","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240325.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240325.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240325.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"59cac48e9734f08aca60d41bc9ef41e5ef87664f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240325.1.tgz","fileCount":41,"integrity":"sha512-KkksmkIzTqIlsZc9dkQLYnKCXwRj2MbSrB1OcxBqOSvOqOLsKN/AWZ0kLynDBgkOj4qGFrK8t/QpOAs+68NekQ==","signatures":[{"sig":"MEUCIQCekN8xO9/TJnYiIhPmaAewczc4+k69YFgR1P7dzkN2PAIgPWTBur2ib8u2IGYyiZpNzE0vK+OEYibniDqjh9Olxnw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169144},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240325.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-tools-communication-alpha-ids/azure-tools-communication-alpha-ids-1.0.0-alpha.20240325.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KkksmkIzTqIlsZc9dkQLYnKCXwRj2MbSrB1OcxBqOSvOqOLsKN/AWZ0kLynDBgkOj4qGFrK8t/QpOAs+68NekQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240325.1_1711377294639_0.870144799540062","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240415.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240415.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240415.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d4e3d02fbdef4ee4dcc997f7ecfdfa79f3ea99e","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240415.1.tgz","fileCount":41,"integrity":"sha512-dxoCEK+b9YXXZaPGoZ0RjZ7iPKWKl88ODwMJz1AQwoU39Na6jaNxCsB7RkXhDEdAYZcvu0MSn9pjm3p3HWHfRQ==","signatures":[{"sig":"MEUCIQCAXRJbGQKKp4+lGr7Dmt5zCUVTOLZoA6r1WbFPDO4rMwIgbkSQEXXoJjg4f4iTTchyJVK6c/e5prf/UJYmmriqzrY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169144},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ff1d6fba-8ef4-4995-8a9b-e2783c4991c9\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240415.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ff1d6fba-8ef4-4995-8a9b-e2783c4991c9\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240415.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dxoCEK+b9YXXZaPGoZ0RjZ7iPKWKl88ODwMJz1AQwoU39Na6jaNxCsB7RkXhDEdAYZcvu0MSn9pjm3p3HWHfRQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240415.1_1713192476334_0.6745339073189527","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240416.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240416.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240416.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"22febd98eb0b679632e4e545964f6731239941d2","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240416.1.tgz","fileCount":41,"integrity":"sha512-F7rXAzX1V2/7XX3lAY6BTkx1RLamp4H6dDSOuVuCKuBid9xEfdrxgh1wa2W56CIlrmMGC/oaImgcaSgdbi+O/g==","signatures":[{"sig":"MEYCIQDAf43xJauI9KKFpqNJq/valtbYF4Az4fNxsRxxkjDZUgIhAMrIAjKR6fb9I8AzDRlHrPPSe7Y8sSfQ9AalzRiASEuD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169144},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1cc49219-1c14-4e6a-81d7-9c0b70223f45\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240416.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1cc49219-1c14-4e6a-81d7-9c0b70223f45\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240416.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-F7rXAzX1V2/7XX3lAY6BTkx1RLamp4H6dDSOuVuCKuBid9xEfdrxgh1wa2W56CIlrmMGC/oaImgcaSgdbi+O/g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240416.1_1713279062899_0.023879918645425935","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240417.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240417.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240417.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eecf3071b07bffeaccedf120c4114a49e0392958","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240417.2.tgz","fileCount":41,"integrity":"sha512-OIgNU/skPytONSUD0apQNAA8d9BRvXmIDYaFhh2ZlRHgSK0oWCt8yJjL2aLBxjfLp93bwKCLdY8M8OVmRr3jgQ==","signatures":[{"sig":"MEQCIA/ZBrQaxRCeapT6vOWUyWpRL6nvUITbx6o0XSQCK63eAiAfBNBmeYKYRrkhaCekthsAonF3GrFW/PTes029Q0QYPg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169144},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b43c0a38-70fd-4aa8-8c40-9f7c4b2c3517\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240417.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b43c0a38-70fd-4aa8-8c40-9f7c4b2c3517\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240417.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OIgNU/skPytONSUD0apQNAA8d9BRvXmIDYaFhh2ZlRHgSK0oWCt8yJjL2aLBxjfLp93bwKCLdY8M8OVmRr3jgQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240417.2_1713365129366_0.041318689238047934","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240418.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240418.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240418.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"94a23c8a1f98502dd46378fcdbfb681456646a54","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240418.1.tgz","fileCount":41,"integrity":"sha512-0o3d4jsk3wAoy2l5ObZFvrDJBY7YVPLGCHdswKF6zTnXGRG8V1xZVix9wR7xRi0lizvRVg84BGUkoBpZ2dJx8g==","signatures":[{"sig":"MEUCIQCGXa0pqrReLYkD/DYF5bU/VmvG+v7pBREVU/KKHJ4FLAIgR3w5cvv+t4Gs3yeYFP461nNY2cEcxXYZ29RwlbmV0Xs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169144},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1e8b665f-6755-4ad2-a0b0-66311fa08842\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240418.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1e8b665f-6755-4ad2-a0b0-66311fa08842\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240418.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0o3d4jsk3wAoy2l5ObZFvrDJBY7YVPLGCHdswKF6zTnXGRG8V1xZVix9wR7xRi0lizvRVg84BGUkoBpZ2dJx8g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240418.1_1713451921660_0.9623024148330086","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240419.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240419.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240419.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ad69e80d3d345b71021175b3365801e1a0ace42","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240419.1.tgz","fileCount":41,"integrity":"sha512-8NlFsa/0Y6IlZx/1jhywnCHdWnueD2QVjwaO8nuihS0XCLZCPg5vXKeGBb4niUBJY7ByL6Z1lxV77xpwngVxgw==","signatures":[{"sig":"MEQCIAm7ot/ytfOlj1ihOr7+j79KGV5NXRsSctOpuCweiu/2AiAdPrCThis/8gL0K7mlrLjQYHGz21T/kOBaDwBm/lTlnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169144},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\22511527-0477-46a4-b7f5-ecdc2f2e7d85\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240419.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\22511527-0477-46a4-b7f5-ecdc2f2e7d85\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240419.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8NlFsa/0Y6IlZx/1jhywnCHdWnueD2QVjwaO8nuihS0XCLZCPg5vXKeGBb4niUBJY7ByL6Z1lxV77xpwngVxgw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240419.1_1713538424428_0.030767537173831405","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240422.12":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240422.12","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240422.12","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b933ae338f36eec6c9802f14eb0a4f535de7b416","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240422.12.tgz","fileCount":41,"integrity":"sha512-bsCQHAbgguQ1SXNXjXPTfmUR3zjbjPsDg8ZiT8KHeMHmQvYfD9YWxWiaVHclMNQ8LPChfuCl3ZXKxqy1Wlq9aQ==","signatures":[{"sig":"MEYCIQCNJnt6/LNWy+CcYj9f9JL2X4biT23VUEaOPIWEPDgKkwIhAJUu0+CbmbBSVQKXbHQKXeEXYAZpVgQQyZaP8RGZJMWF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169123},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a52a1049-3dfd-4951-90a1-cce8ec1d07a4\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240422.12.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a52a1049-3dfd-4951-90a1-cce8ec1d07a4\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240422.12.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bsCQHAbgguQ1SXNXjXPTfmUR3zjbjPsDg8ZiT8KHeMHmQvYfD9YWxWiaVHclMNQ8LPChfuCl3ZXKxqy1Wlq9aQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240422.12_1713816329816_0.14809450206343788","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240424.4":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240424.4","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240424.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1ce1ed4602c19c6a1b1acf6bdeca4b8ebf20c240","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240424.4.tgz","fileCount":41,"integrity":"sha512-lwY/CI6EINwRFXbMGSHIygZRzkzX9Lkt3xTiohpAW9mXNprQfs1S4VfBDv084BwQxDrCy+WaanHUvF7r0BaS3g==","signatures":[{"sig":"MEQCIDVARf43UCYGkSkYcHM+/gOpTINqw6Pxdo90Mwu1oFmnAiBFxQPxUZ9nR4cbCcqEBzG9vUepoigKvO7gx7rmTJC6gg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169122},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\97cc4cbd-b4e4-4b15-84fd-4680908e90d8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240424.4.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\97cc4cbd-b4e4-4b15-84fd-4680908e90d8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240424.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lwY/CI6EINwRFXbMGSHIygZRzkzX9Lkt3xTiohpAW9mXNprQfs1S4VfBDv084BwQxDrCy+WaanHUvF7r0BaS3g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240424.4_1713991559831_0.658480771334105","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240429.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240429.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240429.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"15d7634b4996940305ab2cb5278942f704dcdb5a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240429.2.tgz","fileCount":41,"integrity":"sha512-zmYJGiMG0ZYNP5ECZLsBtfRUME1YxS1zvsH0wYg+6j4obNWqX0cb73+XDUNtA93tPOEsZcKHff+XmoRzbvfRjw==","signatures":[{"sig":"MEQCIBXmdFYesl8lHii7ubS+yk5H0b3x/cTaAJslNuf9GqtJAiASA8F1lwVnNOVK/eY5vBU+6KU4Vt5fNhnJaQRIfcXqQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169162},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7542e949-7560-4c44-a56f-d7fa4bd78ea8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240429.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7542e949-7560-4c44-a56f-d7fa4bd78ea8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240429.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zmYJGiMG0ZYNP5ECZLsBtfRUME1YxS1zvsH0wYg+6j4obNWqX0cb73+XDUNtA93tPOEsZcKHff+XmoRzbvfRjw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240429.2_1714402088310_0.12172807538023855","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240502.4":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240502.4","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240502.4","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c3b876622a999e782bd7f7acc35a560178dddba5","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240502.4.tgz","fileCount":41,"integrity":"sha512-BCNzzEEj0Eg6POz7kTkl+zShBtLr5hkKWonfbYa0+JRCkAHhljIsVgJx7BehAi5sjodkwzjtOpileAQ4rLxcCQ==","signatures":[{"sig":"MEUCIQCjmBALAgEpuV7ulKq1T4IQTFA0a0vcXWKxoOSSjwXvaQIgTMlg9yGJkYkzDIifsTICxSONcAUlR0K+2E8ZfB6uBeU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169162},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\452fc1fa-c894-4db9-b9c5-8d2a6a842842\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240502.4.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\452fc1fa-c894-4db9-b9c5-8d2a6a842842\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240502.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BCNzzEEj0Eg6POz7kTkl+zShBtLr5hkKWonfbYa0+JRCkAHhljIsVgJx7BehAi5sjodkwzjtOpileAQ4rLxcCQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240502.4_1714661211035_0.46396754626086434","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240503.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240503.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240503.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"43b2bdd9564d7fb041faf7a4bb104b9d92587c4d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240503.1.tgz","fileCount":41,"integrity":"sha512-ux11n7QnapQQ0uV1MrTosQRbJqBs2qM4fDtVpvquG04xJEtF3hy4snYX1ga6wkBcl82o1KrdrxZOpzHZWWfp+w==","signatures":[{"sig":"MEYCIQCDNN2gwY9y8JeoxDOhmrjsTSafX4x31u4vOGry23bu3gIhAPktVyqn+i8Bb6SSu3gHovUvGdlq8DvExArYKV/4bNCa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169142},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ea8bbc3d-8162-48e9-93df-488c7e019291\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240503.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ea8bbc3d-8162-48e9-93df-488c7e019291\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240503.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ux11n7QnapQQ0uV1MrTosQRbJqBs2qM4fDtVpvquG04xJEtF3hy4snYX1ga6wkBcl82o1KrdrxZOpzHZWWfp+w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240503.1_1714747388397_0.9808366326942151","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240506.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240506.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240506.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f6718b14b1eb1d90b6f6bf0becc9b0b49ad9d464","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240506.1.tgz","fileCount":41,"integrity":"sha512-ctNu9sPt6CrlcpDBl/FqsZyySOL6nuBUqgYF+LFiyVW7Xy8JLBBxx8u0/9E1Y89axm5HrhWHqNnaiNjfFAg0cg==","signatures":[{"sig":"MEUCIFGIA/794IOfOP6Q2P6ftYpxh+rlgnmXZpPblXkklbC3AiEArLy8tGHphheuUFiGtKyppTIyBoZDI6FGfIn6Ti5D8cE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169142},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\edd1a117-0257-40ad-bc15-98078002a703\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240506.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\edd1a117-0257-40ad-bc15-98078002a703\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240506.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ctNu9sPt6CrlcpDBl/FqsZyySOL6nuBUqgYF+LFiyVW7Xy8JLBBxx8u0/9E1Y89axm5HrhWHqNnaiNjfFAg0cg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240506.1_1715007118822_0.7628491609317793","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240507.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240507.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240507.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1fdf8176f9c7380558d213899d4133fe34a83b23","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240507.1.tgz","fileCount":41,"integrity":"sha512-2PmHo2za7D1w2u379htQq63XwD7+fOEJ0l5YJBwmotjH79V7poerW3l29Cp8jq3cPl83oAjcqO6R2mDMV1ug8A==","signatures":[{"sig":"MEYCIQCUV1X4E+HNRO12U0UDLV/vG8bueg4LpwdjCZ5Igb0hGwIhAOY6G9ADpVQtdwzbA/LRujEWC7xPbgOOBysTUUJo5EOG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169142},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8c578135-9163-4063-b437-c690da1d1cbb\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240507.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8c578135-9163-4063-b437-c690da1d1cbb\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240507.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2PmHo2za7D1w2u379htQq63XwD7+fOEJ0l5YJBwmotjH79V7poerW3l29Cp8jq3cPl83oAjcqO6R2mDMV1ug8A==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240507.1_1715093104442_0.5810940617733029","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240509.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240509.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240509.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"567d1db4243c1a0ede4ae5103bd41cf62b5815b9","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240509.1.tgz","fileCount":41,"integrity":"sha512-FW4FHTLCWGCX0IS4oXkYDa82XW8W/9RRD30+lK7zqIG0vYAYOpY1bOBS3Zk+mMughHYTvVk4A1qW5r0YTzVvoQ==","signatures":[{"sig":"MEUCIDXYsInZRPiv32sYbwTNdcItbEPAyg4Zc6uaQIg1nX/9AiEA+pyk3QU8CO3OYUqmYnqwFaBSZXiuGoOlzQbsTwGpGnA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169162},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\91306659-6247-413c-a2c1-609562280ab9\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240509.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\91306659-6247-413c-a2c1-609562280ab9\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240509.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FW4FHTLCWGCX0IS4oXkYDa82XW8W/9RRD30+lK7zqIG0vYAYOpY1bOBS3Zk+mMughHYTvVk4A1qW5r0YTzVvoQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240509.1_1715266249800_0.454250901415052","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240514.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240514.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240514.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9afe7f4d21bc3912c5093b8b42c342aea2a89647","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240514.1.tgz","fileCount":41,"integrity":"sha512-2SkMQzf7qFBukQwFl9TEGsVIMRjkrI+ELDoghNqMKWxyL4mSPn/miCjOUd8Sns4D8A3AJqiCdgrz1g2A/FlLLQ==","signatures":[{"sig":"MEUCIH7zhaNMHNnpc0cx/vuoHUkkM4DXSt8w5ZOGcbxXoN4OAiEAzV8N5mgxOvIio0T0wWtvh60Gnpnc6dSbKJxwGaZo0k0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169162},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\76f79987-d684-45ee-9c8c-932f595ff0cc\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240514.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\76f79987-d684-45ee-9c8c-932f595ff0cc\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240514.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2SkMQzf7qFBukQwFl9TEGsVIMRjkrI+ELDoghNqMKWxyL4mSPn/miCjOUd8Sns4D8A3AJqiCdgrz1g2A/FlLLQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240514.1_1715698196148_0.4399943006455269","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240603.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240603.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240603.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aa9fb5bca0307f041b60da3c62f840f717b6be8c","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240603.1.tgz","fileCount":41,"integrity":"sha512-GgOTRkZVF8oiBiTJu1Oq30kPmxsxBtz4dR94th0vnEK6o/MrbfuqcRFe3i7NXEFZPyHqvLkDX01BJ6K0qOgFKA==","signatures":[{"sig":"MEQCIDi08icFb8gf2pSCy6MkRMQ74P3IqNS9oQxtbVoVjmH7AiA+3u3pSFB8TEgTh/0RDZbZSXIukGfrhrigy8DTqPCzQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169140},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b0e1b4fe-e4c7-408f-b5af-a198b1b9a93e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240603.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b0e1b4fe-e4c7-408f-b5af-a198b1b9a93e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240603.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GgOTRkZVF8oiBiTJu1Oq30kPmxsxBtz4dR94th0vnEK6o/MrbfuqcRFe3i7NXEFZPyHqvLkDX01BJ6K0qOgFKA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240603.1_1717426700864_0.5940682392235315","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240604.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240604.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240604.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d8fe2e7342a9629f166028b887994b9fc4791d85","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240604.1.tgz","fileCount":41,"integrity":"sha512-HW5oB2iFXT8jNuL6/Px6GpFYwwLOAmSXgjhDGltUazQn95F0NHTTNI1ap34sCwDUlZ4rw0HOEbzEZ+x1oh7chw==","signatures":[{"sig":"MEUCICUD9T4P4u0ti6/g3bhhAcyrK5nw/eG/QAJQhBaplb7wAiEA62trTO+lnk/OKO40HYgTIlJGCDCWbRg5k6Y2NvKVXZk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169140},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9a78aa65-4bd4-4797-8291-c6b848e47468\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240604.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9a78aa65-4bd4-4797-8291-c6b848e47468\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240604.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HW5oB2iFXT8jNuL6/Px6GpFYwwLOAmSXgjhDGltUazQn95F0NHTTNI1ap34sCwDUlZ4rw0HOEbzEZ+x1oh7chw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240604.1_1717512382511_0.9913857212077115","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240605.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240605.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240605.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf1abdb7bc799d9fc118963c45a075936a345a18","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240605.1.tgz","fileCount":41,"integrity":"sha512-9IQmjUapIMkfnPNX/cLhPWmXU7B/LQVE7NGwj069wBLQgxnohrAFlBZrnxRgpn8/pXi31x8zP42fnfN6A7HLqA==","signatures":[{"sig":"MEQCIETDVwaIRTXTfrcLsNbk6kXK3vHJhnocC5+djvx0+uIlAiBhk2l4mNaZPK2UrI6DeAFUAJoHu0i1d1KHfsfPUPW9Dw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169140},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b400729f-f870-43c4-b047-1db32b331924\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240605.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b400729f-f870-43c4-b047-1db32b331924\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240605.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9IQmjUapIMkfnPNX/cLhPWmXU7B/LQVE7NGwj069wBLQgxnohrAFlBZrnxRgpn8/pXi31x8zP42fnfN6A7HLqA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240605.1_1717599004591_0.7297408409934245","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240606.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240606.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240606.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"689761dc4208b91d25503692f7c5cfc62d61d5c0","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240606.1.tgz","fileCount":41,"integrity":"sha512-KaoHuYIubmDjDld0DLVVCeakpxooL+keX/hsO3zKQ/st9gFSiizsv+tzsxmHUlcDEO9Cglf4mW65nSfCYV7+fQ==","signatures":[{"sig":"MEYCIQDAbZqtu1nfEBBLWncO1exRa7MdHtN06PeT1fjUHiHkqAIhALvX1NCDbXG8mSIoCW9FyXY9e6LlKp7EIjoF7vCBL792","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169140},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9d4596bd-997f-4bcd-b6e0-e8d45e1a4bcb\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240606.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9d4596bd-997f-4bcd-b6e0-e8d45e1a4bcb\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240606.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KaoHuYIubmDjDld0DLVVCeakpxooL+keX/hsO3zKQ/st9gFSiizsv+tzsxmHUlcDEO9Cglf4mW65nSfCYV7+fQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240606.1_1717685189475_0.3962246139050267","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240607.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240607.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240607.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"27e55241486bbafc3abefea6c49ba3a83d3f62e7","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240607.1.tgz","fileCount":41,"integrity":"sha512-fKu0w75qIwSdfL+kDP7ZFEBhkCDJEZfqX6uf9kh6DJa6KhqKJrZk/GzhIECa3erwqwTpFRxHURD6Qa5f0HP+NA==","signatures":[{"sig":"MEUCIQDWlEWG/pK+eQ6N4Cau38ehnAuAv7feLzwoYI1wR02CMAIgNN5Lx8L58KMOWnLf/VTrV7xGy6uwzXJJRYubnDlOzTQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169140},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8d4afb95-a239-4473-a3e7-7cfbed5c1d89\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240607.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8d4afb95-a239-4473-a3e7-7cfbed5c1d89\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240607.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fKu0w75qIwSdfL+kDP7ZFEBhkCDJEZfqX6uf9kh6DJa6KhqKJrZk/GzhIECa3erwqwTpFRxHURD6Qa5f0HP+NA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240607.1_1717771928552_0.7478220051336315","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240610.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240610.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240610.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a0337950d4efab48bb911b3275f0b26466359ff9","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240610.1.tgz","fileCount":41,"integrity":"sha512-j5c3jnsPq7Zdd0HZOZxD34i2iZfaCQwtgT4G+AaAGNpPmxeGbrToSsrTSlarILbvCfVhf2C4EW7AlYh9Sy8muw==","signatures":[{"sig":"MEYCIQC8hP5dJ3V7RjakOwUaIaWdDpAc7bIaduIGBguruZCyOwIhAJ9S9j13YkBpAQf4nWifacwqKchDje7jw/vrAwenIBYf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169140},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\335f8272-6a99-45bc-a716-f25ee784334e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240610.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\335f8272-6a99-45bc-a716-f25ee784334e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240610.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-j5c3jnsPq7Zdd0HZOZxD34i2iZfaCQwtgT4G+AaAGNpPmxeGbrToSsrTSlarILbvCfVhf2C4EW7AlYh9Sy8muw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240610.1_1718030884229_0.12226549109248008","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240612.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240612.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240612.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ba2c0218b185e0280cea92742eabb440bf574ef3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240612.1.tgz","fileCount":41,"integrity":"sha512-JV6XrBBRC/ZIiFCtOshSlXdZ7C3bSLnbOqQ3CVZy5pQObIw5TE9WDDG7WbrEeGqm2/hg7+e64n7cedongzrqdg==","signatures":[{"sig":"MEYCIQDJH2MVFUhsk3dFVLrtl9GQ9fieCWk6c+9PF8OppeT2xgIhAJMDJ661oAmx+YJ7UMLHGUdIzODzjCnmtu4cy7YrIPaZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169140},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3d7debf3-e144-427b-95b9-f285cbae1030\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240612.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3d7debf3-e144-427b-95b9-f285cbae1030\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240612.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JV6XrBBRC/ZIiFCtOshSlXdZ7C3bSLnbOqQ3CVZy5pQObIw5TE9WDDG7WbrEeGqm2/hg7+e64n7cedongzrqdg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240612.1_1718203882871_0.13525179951124455","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240613.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240613.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240613.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dcd9ca21a5f59a1fa42f3c02fb1a17bd69d811c7","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240613.1.tgz","fileCount":41,"integrity":"sha512-Kc7tKPlYBXdhjigTF/074TVjsU/MEsUDIXiZlpF6dWw9WEInSKxktCZxEtnvAWEI+2ApPQ4+hLyDI89xiueYdA==","signatures":[{"sig":"MEQCIE2Wfye3OWbx8Y6Ek4iVcbtKJwiJcx/xzdtylJJYeqmkAiBavSCascqze5DSFtJ5Rfu3z++9OgEfp2Q8i9cNrhRClA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169140},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ae44babd-0801-445d-b21c-6eab9b139d85\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240613.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ae44babd-0801-445d-b21c-6eab9b139d85\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240613.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Kc7tKPlYBXdhjigTF/074TVjsU/MEsUDIXiZlpF6dWw9WEInSKxktCZxEtnvAWEI+2ApPQ4+hLyDI89xiueYdA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240613.1_1718290237096_0.8989917299792283","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240614.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240614.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240614.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5a30ee9bab12c99eedccd06f7bc7315ac23af6f7","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240614.1.tgz","fileCount":41,"integrity":"sha512-9E/R3uJ554tPmFuDIP4iM3y/tCXuGt7Bdtdw4RvbajwU3yE0jjX1QjdGMYeponApf3U97O6T76o7u1c4jS6YVQ==","signatures":[{"sig":"MEUCIQCiwYKvo+Vmjk/4PNB1cvrySFXmt1/UiQAvEBiGDf6TbgIgFl88wpw3brSEiv9XZxz7yW6ZPOO/Xbvs1f25RAX8piI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169140},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8fec5543-6874-4011-810e-8afc27585e14\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240614.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8fec5543-6874-4011-810e-8afc27585e14\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240614.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9E/R3uJ554tPmFuDIP4iM3y/tCXuGt7Bdtdw4RvbajwU3yE0jjX1QjdGMYeponApf3U97O6T76o7u1c4jS6YVQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240614.1_1718376847561_0.050310715896125124","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240618.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240618.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240618.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f7c0157b0d43dc8401d70c0a522eeade2f302c91","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240618.1.tgz","fileCount":41,"integrity":"sha512-BM+kiHFbP+rZoSdJYraxsExgTF5hIHQe9pIFP/5ymg/hAJ4AqRKKuqa+9Rlc3VwvXxJ28Qc2oyYdMy2Y+y1Vrg==","signatures":[{"sig":"MEYCIQDKng46g2+T+ewSfBea5jnWdtZwC3iRUKgN1fsAm7v1nAIhAOFbbPEshsr4R9OyZhzrFqJHwsThkGVHdCBZ7Ib0H64t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169140},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\495783ac-e6bc-4599-b1db-39f2ddeb6050\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240618.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\495783ac-e6bc-4599-b1db-39f2ddeb6050\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240618.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BM+kiHFbP+rZoSdJYraxsExgTF5hIHQe9pIFP/5ymg/hAJ4AqRKKuqa+9Rlc3VwvXxJ28Qc2oyYdMy2Y+y1Vrg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240618.1_1718722043660_0.9528720728530866","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240701.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240701.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240701.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a72d6d13cabded3ce60cab80ca861031b1d1659b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240701.1.tgz","fileCount":41,"integrity":"sha512-ENwpNxoQuTEzWHPF3uCwXe36GVqrPF2ZdQS3RsWomGfj64yuASocb49EPDZs7Ny7US0VOY4IQUoOPmQElxYDtw==","signatures":[{"sig":"MEYCIQCNcjBfPqYgKngmcI2u4gSR6Raev+pIL5tbD1UrxTKvJQIhAI8wLoWbAUCn1lb5Gcgnbz/tly36shlJKQPWFJbIBkkq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169160},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2de43a59-7b0d-4044-bd0e-d28ce0ec2135\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240701.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2de43a59-7b0d-4044-bd0e-d28ce0ec2135\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240701.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ENwpNxoQuTEzWHPF3uCwXe36GVqrPF2ZdQS3RsWomGfj64yuASocb49EPDZs7Ny7US0VOY4IQUoOPmQElxYDtw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240701.1_1719845319969_0.6912277637408899","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240705.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240705.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240705.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"57f4f8a64ac3d9e175bbaeb5e4e531f9913d920c","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240705.1.tgz","fileCount":41,"integrity":"sha512-ohImisb2LSSOSQTydcRidVfqs6oYgyyaTU6UTJcefk3eIvmdzz+K4zZNdTkySTUpNQWbwWOFYfrvyYsm47yB/w==","signatures":[{"sig":"MEQCICBE38MEHEETZ3LI4/6PULkQKLc1Tl9Ohfxq0Q7jCCLkAiBQwQqMQSrua49OUbi3jOx5VnmvjTGDncah6MZ++XJu0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\be51beab-ee0f-40bd-8df0-c8f22d1d12aa\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240705.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\be51beab-ee0f-40bd-8df0-c8f22d1d12aa\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240705.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ohImisb2LSSOSQTydcRidVfqs6oYgyyaTU6UTJcefk3eIvmdzz+K4zZNdTkySTUpNQWbwWOFYfrvyYsm47yB/w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240705.1_1720190567770_0.8958219094412616","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240708.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240708.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240708.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9a05f74318224ada138c0733d9ec71ca27d9acc8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240708.1.tgz","fileCount":41,"integrity":"sha512-mbqJ/NNYt4g1wCAtjJF8qtMJnHLZ8n1DVTIObMPGdT4XOcC2+ePUOXsgHfcLR4T8RwXtZ0Mk1k4qQEehD9iHnQ==","signatures":[{"sig":"MEQCIFDFlRzCSaEJePSuYEEjDp/z8lkrptzkIIdKsx3lKqj2AiAhDd7syXgZyajq/nbWPV1H16b6W9yfNA+gDxZ66EB31A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c4637cd1-3fc6-4af1-9824-e5e70f1b4a6d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240708.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c4637cd1-3fc6-4af1-9824-e5e70f1b4a6d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240708.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mbqJ/NNYt4g1wCAtjJF8qtMJnHLZ8n1DVTIObMPGdT4XOcC2+ePUOXsgHfcLR4T8RwXtZ0Mk1k4qQEehD9iHnQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240708.1_1720449770981_0.19484518175824372","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240709.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240709.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240709.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"342323fdeb4997f72591d2f775beda6c368621b3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240709.2.tgz","fileCount":41,"integrity":"sha512-0t2To+DLrPeeorb6dDIR4lfJ5uDxFv6Xwi2OQzpN714Kxu3Og/fGm9ySsxICeh+56FCNcxUJpWgTB9CNFiZfBQ==","signatures":[{"sig":"MEUCIBMc6HAO1jL1kZPzOZm0BVGkF1XVWCb7oMiatD+bNrNkAiEAjzs0tnK1LZuV+xJW35t+sNOfq6W+AETMo7jwSUU8nmw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\af65b158-64a2-4540-8860-545b5d399563\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240709.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\af65b158-64a2-4540-8860-545b5d399563\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240709.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0t2To+DLrPeeorb6dDIR4lfJ5uDxFv6Xwi2OQzpN714Kxu3Og/fGm9ySsxICeh+56FCNcxUJpWgTB9CNFiZfBQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240709.2_1720536376275_0.20702790626200862","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240710.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240710.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240710.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"415e37999b61873fd4493cbcad0b5fabf84becfc","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240710.1.tgz","fileCount":41,"integrity":"sha512-gUk3HOaL0fB0NZw94AotmPef8mlovfgwNI/UcXZsVqZ9hRnqxf94yFRmcuCa0dNBdI90c1SgGYaGf9uMUPouFg==","signatures":[{"sig":"MEYCIQCr2Yb1oIpHBQMT41kqyjJ9G2iFBTH/6AJehCxB4U9vRQIhAOH5+tCY4peVEKdtZLt922A0kWiAO0YCL0fGfwJBoACz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7692b476-4dad-4602-90d0-35f2cdf8450b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240710.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7692b476-4dad-4602-90d0-35f2cdf8450b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240710.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gUk3HOaL0fB0NZw94AotmPef8mlovfgwNI/UcXZsVqZ9hRnqxf94yFRmcuCa0dNBdI90c1SgGYaGf9uMUPouFg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240710.1_1720622577056_0.5207196132420417","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240711.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240711.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240711.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"29ea8865cab4fdec49b3ea2895777b44977a5028","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240711.1.tgz","fileCount":41,"integrity":"sha512-1etbHrD04IYK3eUYjXUuYoYYlY8IoMwaq9n5AYN2RnwT5KLue35cai/OfIIIHTgC6yDF3aFRHbnmxjb0EyqsZw==","signatures":[{"sig":"MEUCIQD7bTcxkkyUO2UOwdKnOcA4IJ7WhLRC4i9mebQKU4hBYwIgUe7KK99vKPvUKWGdS1xXrbo5lbgkJlCliqvT+RG+AXY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c450ecd8-e58b-43a5-a494-532de3cef83b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240711.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c450ecd8-e58b-43a5-a494-532de3cef83b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240711.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1etbHrD04IYK3eUYjXUuYoYYlY8IoMwaq9n5AYN2RnwT5KLue35cai/OfIIIHTgC6yDF3aFRHbnmxjb0EyqsZw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240711.1_1720709287962_0.9938071166045586","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240712.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240712.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240712.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7419194ba62f129ce35c3adeb06325c378c1406a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240712.1.tgz","fileCount":41,"integrity":"sha512-viPH/kqibJlFGiNDUM3pd0SC5q4ZSzliKmV8J8Ynqvh7fNknUEVP7DrIfdqZU1wgNoZ7FbLGAzZRGY0AqDLvTw==","signatures":[{"sig":"MEQCIFgY85t5/H9mhSasV27Jt2exl3U+81JWBgEDnC/9Zix2AiAI08DyrAcEEOVxmYo+pU9hG0C7qcrJOLuQVI/0avvHaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a4205917-6910-41f9-acda-61c5f7995a2d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240712.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a4205917-6910-41f9-acda-61c5f7995a2d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240712.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-viPH/kqibJlFGiNDUM3pd0SC5q4ZSzliKmV8J8Ynqvh7fNknUEVP7DrIfdqZU1wgNoZ7FbLGAzZRGY0AqDLvTw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240712.1_1720795329087_0.27934646372438543","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240715.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240715.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240715.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cef39a991387cd5c4d67dcb1493f9471e745d0b4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240715.1.tgz","fileCount":41,"integrity":"sha512-wgLNxjsQApul0BFWgg/qf26EWDS5o2Xw0B9sRjS/gycfBU9m+bS0Dq2AY5k4MCMYYA9VAhv3dPy3vqMODWUmow==","signatures":[{"sig":"MEQCIFeXjmB00TfoAQqXQNRrSHRJTOICBi7BYH3uwOcFId2qAiAEsW6rqfJUmPVy3358RYhGwTjViawwnixz7lDd9ZxYag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ab84ef48-911d-4065-bd2d-780f23dc418b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240715.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ab84ef48-911d-4065-bd2d-780f23dc418b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240715.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wgLNxjsQApul0BFWgg/qf26EWDS5o2Xw0B9sRjS/gycfBU9m+bS0Dq2AY5k4MCMYYA9VAhv3dPy3vqMODWUmow==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240715.1_1721054737926_0.9760661008010565","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240716.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240716.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240716.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"760cdf8099eb50585a40a7e5ebe9cca54d42e6a6","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240716.1.tgz","fileCount":41,"integrity":"sha512-X8kBWRdnr/g1r1xC3lA9bqtwhfUhlA8S0EQjggabAb5QVXPm2kxBi+rkxx9apnK+XR2kGuOZVaX7Oot5UWlS5A==","signatures":[{"sig":"MEUCIBuf4NGDaXzQfnQ+5ts+bUji1Lqt7IrrR1hZAhRnC/4mAiEAyzn7M3eozi74nbsC68GLgc0RpYgf89pmhAYMdatcfpM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9fc643eb-2705-4b21-b542-f1fa867c011c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240716.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9fc643eb-2705-4b21-b542-f1fa867c011c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240716.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-X8kBWRdnr/g1r1xC3lA9bqtwhfUhlA8S0EQjggabAb5QVXPm2kxBi+rkxx9apnK+XR2kGuOZVaX7Oot5UWlS5A==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240716.1_1721141023051_0.16736385070120519","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240716.6":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240716.6","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240716.6","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dfc23ff9e367955cb2258e0029d586e0de199eaa","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240716.6.tgz","fileCount":41,"integrity":"sha512-B1w/4bOin38ejlr9nwh6H5YQLiYIWN/pJsJjZXYqG3MO1JOCpMUBIdmXjczK7DSmoWiBaDgM8PAsnsK0aZMTvQ==","signatures":[{"sig":"MEUCIQCiZ/KBVPTNdhJ8GRhr+iksAjfTw5DujJZWLx3u5zYhsgIgeictiL9k37uNd79WqjSCU2HVqkbPGTVNhh05fijvaR4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\41e84099-223c-43f2-9f6c-b6f9cd01da63\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240716.6.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\41e84099-223c-43f2-9f6c-b6f9cd01da63\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240716.6.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-B1w/4bOin38ejlr9nwh6H5YQLiYIWN/pJsJjZXYqG3MO1JOCpMUBIdmXjczK7DSmoWiBaDgM8PAsnsK0aZMTvQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240716.6_1721175182607_0.6944329457038672","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240717.5":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240717.5","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240717.5","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"18d14f19b4fbf2e173bed9082df926d14edf52b2","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240717.5.tgz","fileCount":41,"integrity":"sha512-r6BPjgpdJK8OuvhWaymnrop+fdskwnv72zVyOpJ+7XUc0Cd6xGiIdfNlCkPlN3cOEAz+SC5wxPo8jiHhqSbXoA==","signatures":[{"sig":"MEUCICwkUPR/1dX8iQVm6hK54EJ6x3QxTYaQPp4WCfF90SxDAiEA0LwLXu7y6NXEgA3OMB9iD/j2qn4NmmgVQfaSDjbB3cg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\69b39800-a88b-4959-807a-778e79263941\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240717.5.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\69b39800-a88b-4959-807a-778e79263941\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240717.5.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-r6BPjgpdJK8OuvhWaymnrop+fdskwnv72zVyOpJ+7XUc0Cd6xGiIdfNlCkPlN3cOEAz+SC5wxPo8jiHhqSbXoA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240717.5_1721260173741_0.5725865209412402","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240718.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240718.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240718.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f56f1a9a6017aa41464a0e1b297b82308d8480fe","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240718.1.tgz","fileCount":41,"integrity":"sha512-ZyinDtRLa4xE7Bq94BU+uWmQuB5GoUep7XO979xPzh9DPdwVzx2o4ZqpXfT9cflxbvqP7J8ZXSL46GrGd0gIqQ==","signatures":[{"sig":"MEUCICr0h9t2H1mMTH+6wea14OOxo6V/bEOfPiWQ9OSDUp+LAiEA+GM3T+iLaZlJHIzJOou8HZR57p4A3DWr57flTXzBgEQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b8b9c611-070b-423a-ae46-d7cdc837f588\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240718.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b8b9c611-070b-423a-ae46-d7cdc837f588\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240718.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZyinDtRLa4xE7Bq94BU+uWmQuB5GoUep7XO979xPzh9DPdwVzx2o4ZqpXfT9cflxbvqP7J8ZXSL46GrGd0gIqQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240718.1_1721313852490_0.7420810377178413","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240718.4":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240718.4","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240718.4","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fbb4b52e472d04825fb58db3e51ae1621435a4d9","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240718.4.tgz","fileCount":41,"integrity":"sha512-3/27IgASTQxrxymdzMuCDbEp1/HgOb9e60OdXkb+FsHdGTKjuWH/aA5vyEw6UYR9fTT6KVB3P3+RPCoz/IiQyQ==","signatures":[{"sig":"MEUCIB1XdecETxXGrxOk8RW5cgcdWs1F0JemCmYzIObKLNKeAiEA2RDDIAXHoQ+GdJJ4N0ya66+YKEWj4AZ9xKkQP6zb1KU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169142},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1f8e229f-c9d1-4f8a-b0c2-0aecfe51572e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240718.4.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1f8e229f-c9d1-4f8a-b0c2-0aecfe51572e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240718.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3/27IgASTQxrxymdzMuCDbEp1/HgOb9e60OdXkb+FsHdGTKjuWH/aA5vyEw6UYR9fTT6KVB3P3+RPCoz/IiQyQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240718.4_1721360919761_0.5556203692036881","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240718.5":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240718.5","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240718.5","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dc1b61d3934b59fcb251113ce5b823faf86b0624","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240718.5.tgz","fileCount":41,"integrity":"sha512-wQhGVrvBG3TnrgR2mMehQPGGkW8x/eJDL2i4rz+RrlL9qAGCTaNO0RMvmT/fcEg9hQefrdNCft+uGTMNC09FVQ==","signatures":[{"sig":"MEQCIArFRUAbLQ9MNw112T2f1OEquIS1jdUO28ukv01nRneqAiArv3gqBmyWVAELWCd63lrAisb2s80j1qiQEAYicmLcBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7bddf83c-0fd0-4d4e-b897-b3f5ee076606\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240718.5.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7bddf83c-0fd0-4d4e-b897-b3f5ee076606\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240718.5.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wQhGVrvBG3TnrgR2mMehQPGGkW8x/eJDL2i4rz+RrlL9qAGCTaNO0RMvmT/fcEg9hQefrdNCft+uGTMNC09FVQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240718.5_1721365048156_0.2500808488684436","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240719.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240719.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240719.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a46ad8f0ab32d0b1c45767c5436065c411c3d1e6","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240719.1.tgz","fileCount":41,"integrity":"sha512-2mNMNMJCVLxJ1KfI5pAqJ2/gOwFwi8DRNDBOOUZRmwnosS5v/ezBjd7Aue+MuagKtdH6R1EzTpj3tg0f6Un9Pw==","signatures":[{"sig":"MEYCIQCDYfW8xFFPr4RwTj90JwzY5SR1euj6DqbibXcXQT8kegIhAKcu3Hiy98DWeBKfZTAe8gXl/M1wf15XpX27OK/7bM6v","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\573d2e17-c6b5-41ce-987e-d93bd00b8fe5\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240719.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\573d2e17-c6b5-41ce-987e-d93bd00b8fe5\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240719.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2mNMNMJCVLxJ1KfI5pAqJ2/gOwFwi8DRNDBOOUZRmwnosS5v/ezBjd7Aue+MuagKtdH6R1EzTpj3tg0f6Un9Pw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240719.1_1721400174519_0.07631269973884591","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240722.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240722.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240722.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"94944d7bcc24200489212b815d2dba99d2e6eb72","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240722.1.tgz","fileCount":41,"integrity":"sha512-OoYLCxc19jl5wjQVxzEIFPGMzHjffD3Nl11rz+p/yYkhqvb4CbASbJxU//6j/NluqEafWmTQ5xsqTFH2/+NjXg==","signatures":[{"sig":"MEYCIQDVn8UIMoCgn1EHN01XOXS5iibi0mv2rEW+bUwoCjM4swIhAOW+eC9E85aV/HK3+VTFEQvS6ZSzVUinwchjHW1uzkpj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7456a984-6b62-4e63-958c-58813e38f326\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240722.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7456a984-6b62-4e63-958c-58813e38f326\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240722.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OoYLCxc19jl5wjQVxzEIFPGMzHjffD3Nl11rz+p/yYkhqvb4CbASbJxU//6j/NluqEafWmTQ5xsqTFH2/+NjXg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240722.1_1721659711467_0.8181548733545978","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240722.3":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240722.3","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240722.3","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b09902209e4d6796004f60013f01df56d79fbb2c","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240722.3.tgz","fileCount":41,"integrity":"sha512-8xqIg4mEekTy0K8r7bZfyQChIgi258EnJQXzNZbgetoYVKdMoEK0z8Vd/Kf2zbcOwJamGHE5V/CZqiBQt50QNQ==","signatures":[{"sig":"MEUCIH/T8XGNkCA7xtgEI/zOu6wymUkRTTefkLPIqHr1k+VHAiEAu93GwpDqClGZBmQN1elhzybfa3tfSdO6WIrd9r6y3Uk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9a2bec72-8f24-4da6-84f3-bdfd03f149bf\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240722.3.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9a2bec72-8f24-4da6-84f3-bdfd03f149bf\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240722.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8xqIg4mEekTy0K8r7bZfyQChIgi258EnJQXzNZbgetoYVKdMoEK0z8Vd/Kf2zbcOwJamGHE5V/CZqiBQt50QNQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240722.3_1721682571728_0.6454106898750565","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240722.4":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240722.4","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240722.4","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3f0890f59576f307c589f07e293826aae8ae7905","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240722.4.tgz","fileCount":41,"integrity":"sha512-4QDY28aThQ8THwyweYsS2dRFI3nY7xRdZ2hogKn4Ra2aRHj2U9goyE2ycHDUDOa9SAiBhq3w7W5ZnAUT2Dhhyw==","signatures":[{"sig":"MEUCIDGD3HhOo+VRCXC9sdIYy5Wa7a/qZDK31us5KIu+4cQLAiEA1RJVB3OcURRFUv1zFd5RT4HZg42M0BLpW6DhUads5gg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4f22955e-9f87-4c1a-b0bc-bf8a5a40a49d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240722.4.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4f22955e-9f87-4c1a-b0bc-bf8a5a40a49d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240722.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4QDY28aThQ8THwyweYsS2dRFI3nY7xRdZ2hogKn4Ra2aRHj2U9goyE2ycHDUDOa9SAiBhq3w7W5ZnAUT2Dhhyw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240722.4_1721686657028_0.5251018512401247","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240723.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240723.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240723.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"de393a24ce2bad757b5eff24c5c8c33407912d30","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240723.1.tgz","fileCount":41,"integrity":"sha512-aXY6G20hMuZ8nh332+FepPs0GDByAmjtzDea4ymB+yuc/XHL01c1EXSSjHN/wluqRZYfn8CeWjyViQkUb1UGZg==","signatures":[{"sig":"MEYCIQDGmDGJLF68KEi6DY4O0OklXC/NMLum5LtEs9K/NMWS9wIhAIKgZg8wY6OMem7BkyZsvPuVhosJNDGdNVNn4mHo17Jj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\76a920e4-1019-4635-859e-2a7a30f3008b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240723.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\76a920e4-1019-4635-859e-2a7a30f3008b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240723.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aXY6G20hMuZ8nh332+FepPs0GDByAmjtzDea4ymB+yuc/XHL01c1EXSSjHN/wluqRZYfn8CeWjyViQkUb1UGZg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240723.1_1721745888338_0.3678179340199401","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240724.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240724.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240724.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9439b3ca8d9350d04ee72cb48423687d53746161","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240724.1.tgz","fileCount":41,"integrity":"sha512-uH0LG90BLjExe4cmpGnHj8LeaA3CamTAvEDucXnppnvuVtGy+aoBukX1CJZxJuPQRX1yze70V2WQ2EBTEmCnsw==","signatures":[{"sig":"MEYCIQCzIPsuOQKWTvSrnDDqrOFHlluStSezlkfM5QC8o0QgwQIhAPVRVLZAiQV/hiaCLbLO/GyNTmnT385iapIuuz9SkYUl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3d21c556-d622-4962-bddf-76498a17f8f8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240724.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3d21c556-d622-4962-bddf-76498a17f8f8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240724.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uH0LG90BLjExe4cmpGnHj8LeaA3CamTAvEDucXnppnvuVtGy+aoBukX1CJZxJuPQRX1yze70V2WQ2EBTEmCnsw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240724.1_1721832193776_0.9495921815992094","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240725.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240725.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240725.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"67701c1bd1e3a3c3671750b7189c0896e270628f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240725.1.tgz","fileCount":41,"integrity":"sha512-jN8mkouEe2DQyD53du3Igy27OD8ANsJkfnmlOP7W7+Ha7RKI5mcl/DTKKDorphDPmIdpbq4Y6ON11TQEb3nIyQ==","signatures":[{"sig":"MEUCIQDoFvlgH2mdre7n09bj4HFR5CB4V4DMP9QGEUzIn+q1QAIgSUXvDs6m78G+U8eX7wF8jU8Em2jYssB4B2MQGggKjFo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8e038060-1a51-4ed9-8d8d-314843223317\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240725.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8e038060-1a51-4ed9-8d8d-314843223317\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240725.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jN8mkouEe2DQyD53du3Igy27OD8ANsJkfnmlOP7W7+Ha7RKI5mcl/DTKKDorphDPmIdpbq4Y6ON11TQEb3nIyQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240725.1_1721918705418_0.39750673109784507","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240729.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240729.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240729.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8344686331baed1a5663c8c01e0f633c14e7830f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240729.1.tgz","fileCount":41,"integrity":"sha512-45q9L4n1/Fw35DK6YsbjXhpPjBcelo7b1/03F+06aX5xTUJa1tKw7Caz/ztSmp1zrNl1kM6oK/zUlJvtJCDkZQ==","signatures":[{"sig":"MEQCIHhMy813Q77bbJZc2tfLgtNxOEtgFRvEZDrl+q/eISTwAiAt2lYR5Qhc1aY0ChN5phdGMwt9QetyBU/oHEjXmqEffg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\55608d4f-50ce-452d-88f4-e994009adf35\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240729.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\55608d4f-50ce-452d-88f4-e994009adf35\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240729.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-45q9L4n1/Fw35DK6YsbjXhpPjBcelo7b1/03F+06aX5xTUJa1tKw7Caz/ztSmp1zrNl1kM6oK/zUlJvtJCDkZQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240729.1_1722264207701_0.6763417806888712","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240729.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240729.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240729.2","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5f3e86a004dbca2a8a12781d3a67c608c75bed15","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240729.2.tgz","fileCount":41,"integrity":"sha512-2WWgnhDoa3U8cIXrXMnSJi1GnstfNkWGt77INu5wjxw4zuJdIV1tKBFmtk1PZBLJDOTNL5F2pQ1yohAQD93mew==","signatures":[{"sig":"MEUCIF7GU97mkYUfUFaasR3qe2GXRwEpjHZIoVrBz3JaZY3IAiEAwisvHi0o3F16zU1oELQN8hTXZUXEviOFDkTdGtYzjQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0bbffe54-9f13-4ac7-9b27-d1620d0320b7\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240729.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0bbffe54-9f13-4ac7-9b27-d1620d0320b7\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240729.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2WWgnhDoa3U8cIXrXMnSJi1GnstfNkWGt77INu5wjxw4zuJdIV1tKBFmtk1PZBLJDOTNL5F2pQ1yohAQD93mew==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240729.2_1722277666443_0.7820992127640363","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240729.3":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240729.3","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240729.3","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f442953c1156d9c4fa9b1a4024423df5c32cac4c","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240729.3.tgz","fileCount":41,"integrity":"sha512-UOMxhKhRWsVh1njZ/8UH1UiPi328LHut7nePX9rSz/fYQxw9IYRURlY7AhDk9UrUQhNTZqIEzKq3kMLCGl8eeg==","signatures":[{"sig":"MEUCIBipIsF+cjs5xF8WUxFfiiX3beOhutTUDq59/KWjP9+WAiEAxigMcqkUgLe5QRgg8L+44w2PmCT3Jh67ues5vswR0cY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\53230eac-87d1-4263-90af-4d67f3734b5e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240729.3.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\53230eac-87d1-4263-90af-4d67f3734b5e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240729.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UOMxhKhRWsVh1njZ/8UH1UiPi328LHut7nePX9rSz/fYQxw9IYRURlY7AhDk9UrUQhNTZqIEzKq3kMLCGl8eeg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240729.3_1722281046969_0.6264971518823665","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240730.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240730.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240730.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"08418de3d8198c86844caa483fab4a08a680fa31","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240730.1.tgz","fileCount":41,"integrity":"sha512-LO1zIkLmAPnCoYuoL6+myACiAtxdWj9X0Jj7LOApCfUB4VbBNAYTzb+qL4C0rDlSRSGeFALL+Ki/XoZ96nhs4w==","signatures":[{"sig":"MEYCIQDvtP4ia4Lh+Wk3WttGk7ITT9xAwk65730LQfKgPJrn7AIhANQNPCbLG69QgAsKcixl2ALvHyYlQUGScVONQLqBVY6t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ebddcc3e-a806-49fa-891a-95369d257aca\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240730.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ebddcc3e-a806-49fa-891a-95369d257aca\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240730.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LO1zIkLmAPnCoYuoL6+myACiAtxdWj9X0Jj7LOApCfUB4VbBNAYTzb+qL4C0rDlSRSGeFALL+Ki/XoZ96nhs4w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240730.1_1722350559200_0.4828014140356911","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240730.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240730.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240730.2","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"09bbfc1aa757395d9982e2c11dc14057d61c7442","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240730.2.tgz","fileCount":41,"integrity":"sha512-3j5qhoQLs9o3eWEzIIGgm+tslfZ6jkrJFY1PoiVNwWCGQqXfmuxTUnofUEgSeLy2bvIFsbCsH3ypXeZ1pHToXg==","signatures":[{"sig":"MEYCIQC1L30SwoYBGy2jMNrm2CdQztZh7tmbQMau8qeSJvT+TwIhAJDcI/rb15nvCreHrd8U6ePEyGTXWT4nkV2qCQ9qqUgL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2216d255-0c02-4da4-a381-a5ff1c8364dd\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240730.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2216d255-0c02-4da4-a381-a5ff1c8364dd\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240730.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3j5qhoQLs9o3eWEzIIGgm+tslfZ6jkrJFY1PoiVNwWCGQqXfmuxTUnofUEgSeLy2bvIFsbCsH3ypXeZ1pHToXg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240730.2_1722408746375_0.9627668931363531","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240731.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240731.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240731.2","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5b43d4e7887d080e16e2dfd2b0c9f4e1764d4f7c","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240731.2.tgz","fileCount":41,"integrity":"sha512-aEd72Ldd1+FDfb7TlEGms3fxDQEi9JlFImKW0te0htlW4MvrdTGaBCU+Q8SekIlQDv7TX0QJ7TVXQL2ojsjXHQ==","signatures":[{"sig":"MEUCIFzDhTHOQP9IeR6fZ7NMxqftYvYYCKt3sN0OudCiyKZ7AiEA/L+w8VwuuIOUQjRW79UdfwTJZkqKuU4auGkCUp7JVSI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1d0bd382-0cd2-4101-abdc-a11d93db4789\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240731.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1d0bd382-0cd2-4101-abdc-a11d93db4789\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240731.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aEd72Ldd1+FDfb7TlEGms3fxDQEi9JlFImKW0te0htlW4MvrdTGaBCU+Q8SekIlQDv7TX0QJ7TVXQL2ojsjXHQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240731.2_1722437178046_0.5755130194252782","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240801.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240801.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240801.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b861fc3aa9d3ddd305639f18bfbdddf12586368d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240801.1.tgz","fileCount":41,"integrity":"sha512-AHLmzXRKrVIyx/0h5U13+kOaDF7yIhSFpKsZ0LpOfIWPIqxZPIbo12w0h7w69N/VeIJPsolyIqL6Y1Adjijo0Q==","signatures":[{"sig":"MEUCIQCfKv6H+crzyv+/9nJx73ALceTC9MtgJCPcPyG2WLP/egIgH/oSvd9K1FEq2XRmaotBEBPRmh9OjZlLAbBYkZTWRZc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a6f8fe1f-21b4-4336-810e-7299fcf3f010\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240801.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a6f8fe1f-21b4-4336-810e-7299fcf3f010\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240801.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AHLmzXRKrVIyx/0h5U13+kOaDF7yIhSFpKsZ0LpOfIWPIqxZPIbo12w0h7w69N/VeIJPsolyIqL6Y1Adjijo0Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240801.1_1722523629563_0.4546465475219543","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240805.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240805.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240805.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1221fcbbd5181dec48bb10b6ac970bdafcaecabf","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240805.1.tgz","fileCount":41,"integrity":"sha512-uBfcGKXBzr10ZancjWsHz2dpRihVMrI3IAiVBTKGk/KfMYRoY0ekH1NnO13tqeeE4MFfkYXfxgI6VHp4BmG/Yw==","signatures":[{"sig":"MEUCIGbrxBZHtPiRAZJvMaJIH+LcArwMkw5uxjQuzn2SJUIFAiEA/185B6BxOcMhEgM34EJ7ouAXN4GRAEge+OOs8+XlYzE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e1c19710-eeff-40bc-883b-4c10386e2cb8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240805.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e1c19710-eeff-40bc-883b-4c10386e2cb8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240805.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uBfcGKXBzr10ZancjWsHz2dpRihVMrI3IAiVBTKGk/KfMYRoY0ekH1NnO13tqeeE4MFfkYXfxgI6VHp4BmG/Yw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240805.1_1722868988158_0.08220294348086687","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240807.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240807.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240807.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f7043cd5078ca589a9f32f264eed62483d35a539","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240807.1.tgz","fileCount":41,"integrity":"sha512-JNLJKxBS2ieFAliaccu/boAkHBqDEdQKAgAnPMcrk27XMA9qmoLI7JeyyA6BjpwRX7oDifugChewxehWA7v1jA==","signatures":[{"sig":"MEYCIQCvDbYpb4It7IZQ/Bni3Unr1veV8BxiptKt6ikiAHooOwIhALFgMc+wstG2vq4XEukcXhz5D8O3RhQDhl8IawRF/th4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1d8192c7-e19d-4df6-a77a-f7d1862cacf1\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240807.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1d8192c7-e19d-4df6-a77a-f7d1862cacf1\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240807.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JNLJKxBS2ieFAliaccu/boAkHBqDEdQKAgAnPMcrk27XMA9qmoLI7JeyyA6BjpwRX7oDifugChewxehWA7v1jA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240807.1_1723041753245_0.5318787570039614","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240808.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240808.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240808.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"15e7f89c8ef58e8e12f1f13b0e5445e4a8ca7f21","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240808.1.tgz","fileCount":41,"integrity":"sha512-ceq6Ws0HRqBYsPzV+dBvUqEsv7ZEY4ctRzdcIB3vEk7YWRyVoRxeDVaa14xW+c8SCKbHaUk3J68PvY33enmFHw==","signatures":[{"sig":"MEUCIQCBUlsCfeO7Dicpso0RBf9ZQEyKdereW+/SbOwWOAAcaAIgCtFH3SWS1kDyQGJSzTIRl2QydKNdiKKJdkfX5Xi4N94=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\57766d89-dc3d-4ca4-887e-cde6d80ac435\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240808.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\57766d89-dc3d-4ca4-887e-cde6d80ac435\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240808.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ceq6Ws0HRqBYsPzV+dBvUqEsv7ZEY4ctRzdcIB3vEk7YWRyVoRxeDVaa14xW+c8SCKbHaUk3J68PvY33enmFHw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240808.1_1723128229524_0.5741421798332078","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240809.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240809.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240809.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"618170a46596d64e45afa7f4ce213c4eccf95610","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240809.1.tgz","fileCount":41,"integrity":"sha512-D0oUbLxsCmgaDJYoEd0Wk+wLePzJD3ijs9cGxsWfCU+5m8nH+Ob4q6Zgwjv4OUSysNLo6PBNNnFOWNObZ10idw==","signatures":[{"sig":"MEUCIQDnF/T9nYbSG1m4ltWSzg87iFNuPE6R2m6Q8OBzP+J8xAIgAm+dAWGB4j6KUL4RVz/pm1MuBK4RB0Ue+8n5YzcG/B0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1a550399-e8a0-4c0e-941d-8da9b6e939da\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240809.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1a550399-e8a0-4c0e-941d-8da9b6e939da\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240809.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-D0oUbLxsCmgaDJYoEd0Wk+wLePzJD3ijs9cGxsWfCU+5m8nH+Ob4q6Zgwjv4OUSysNLo6PBNNnFOWNObZ10idw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240809.1_1723214535020_0.8423203371424124","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240812.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240812.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240812.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a19cac9a97ee46ce78784a73bb9671648ed39f88","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240812.1.tgz","fileCount":41,"integrity":"sha512-B0nVknArdE/XRrqHGZ9ybXv8e8Exash3BLMuBV/OYWaq/fVG39y9jAOLhlVJthpZJ25r8e2m6uLYRwqHkjaurg==","signatures":[{"sig":"MEUCIFE8umsAPSqJ3p6G1CZb96kItqpLkrWQznEJqYPpoxxKAiEAoQvdtxrMWiBa9F6U7AtckZUyQP35dj8JPTNtP0SNmH8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\15e16af5-7bdf-4c67-a4b2-2774de69b888\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240812.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\15e16af5-7bdf-4c67-a4b2-2774de69b888\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240812.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-B0nVknArdE/XRrqHGZ9ybXv8e8Exash3BLMuBV/OYWaq/fVG39y9jAOLhlVJthpZJ25r8e2m6uLYRwqHkjaurg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240812.1_1723473689433_0.16575483915480094","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240813.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240813.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240813.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6fa8fd219e9b138c13c0ed7952f145dbf521d44d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240813.1.tgz","fileCount":41,"integrity":"sha512-M9dom7nNsJM1yozGMDqpI4XMoPko/yxqPxrbAPRhlqy6PJ2g6hg6s3oTneM8ymoJcSSTANC1EOog5ncpSh9zig==","signatures":[{"sig":"MEQCIGBcvFabS7iCFPnBhoBCjxqcN1lTlwGJaGbrkDlHMfLSAiBF90X7Q45b2xgqgvLWRy8hwse5t5AX/AJ6keoYAKr9ug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b0e2fed2-8ff2-44b8-89dc-850cf1e6f512\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240813.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b0e2fed2-8ff2-44b8-89dc-850cf1e6f512\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240813.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-M9dom7nNsJM1yozGMDqpI4XMoPko/yxqPxrbAPRhlqy6PJ2g6hg6s3oTneM8ymoJcSSTANC1EOog5ncpSh9zig==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240813.1_1723560172865_0.8507650297810063","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240816.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240816.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240816.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"356a0f3cb71aaeef98739ed3b5cc145bfc0ca0f8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240816.1.tgz","fileCount":41,"integrity":"sha512-03LjEcAFU+szNYTQQBic+H0giPfov2JNKx4bsVoXcQvhCqqVAKgS0aZZPW+1MVrllKBIVAkKNqXp8bAyc2NKfg==","signatures":[{"sig":"MEUCIHEzP+KXeGkuB44MGzKAY0CD5HqvKJ7CJeu6YaDLnSgTAiEAh3K5nl2cBn0SItn1ckz0q094HCzFdtagoJvSS+9A1Gg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\26629920-19fc-4c99-b35d-10a6a59ca23b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240816.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\26629920-19fc-4c99-b35d-10a6a59ca23b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240816.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-03LjEcAFU+szNYTQQBic+H0giPfov2JNKx4bsVoXcQvhCqqVAKgS0aZZPW+1MVrllKBIVAkKNqXp8bAyc2NKfg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240816.1_1723819491429_0.10862625041733853","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240819.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240819.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240819.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4f61c0bbe299fa8fa2af074dafeaa78ec1c81250","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240819.1.tgz","fileCount":41,"integrity":"sha512-9zzq3OYly1FG46J69Qa1zb3cpC+jGyr+9rvk7IR4FZqVmLfjn4L1BorISZOo70TNQP/WI+z160YhsbSI6cykZg==","signatures":[{"sig":"MEQCIEUObqfbKf2CPRCE98M0IRRi3R4eAylJ1W6ZTq7DkpDPAiBjh5DbXTCNKuW3G7cWUF2VRLWxzG0ZQV5Mn1jTqI80vA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ac720438-fda4-4277-a72c-5cea5bf1a79c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240819.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ac720438-fda4-4277-a72c-5cea5bf1a79c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240819.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9zzq3OYly1FG46J69Qa1zb3cpC+jGyr+9rvk7IR4FZqVmLfjn4L1BorISZOo70TNQP/WI+z160YhsbSI6cykZg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240819.1_1724078610742_0.5844317715274217","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240821.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240821.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240821.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2e9aa29d97622e2143ed70524c992fdbff141c92","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240821.1.tgz","fileCount":41,"integrity":"sha512-fx9xX69j6pIEVURSPVe9iTnYlBbCw44RckmcA3DnJTLm1CYRjBAfE0QYOGY/6Lf8d0I/O9W78gpEuAsKcjj6NQ==","signatures":[{"sig":"MEQCICpg/bBbDLGmxkOhq0l4wQMtCQw14ofH0i6nOZp4C+aJAiAonGs5/qhtV/0fHDxTgZWpxMzT8603iI65EqHZUY1ZpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169112},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\70a98cb3-0c6b-4c2f-9504-4b6d68e24a8c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240821.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\70a98cb3-0c6b-4c2f-9504-4b6d68e24a8c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240821.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fx9xX69j6pIEVURSPVe9iTnYlBbCw44RckmcA3DnJTLm1CYRjBAfE0QYOGY/6Lf8d0I/O9W78gpEuAsKcjj6NQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240821.1_1724251334677_0.06006035150073985","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240823.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240823.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240823.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cbced29de7c77c51a76ef1ee7705083daf90b773","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240823.1.tgz","fileCount":41,"integrity":"sha512-xzqOdkLH5yXjIz/KLglvAZFdjBAz05F24rZ+1SJCnN+EEKpNPQB9qW3EIbtXgCgPcE4xa/MuxHgLuWDFW8b8lg==","signatures":[{"sig":"MEQCIDauaUaE6jlTi1UT6SKYEvSGbraK4VSK2m0UejezvlR5AiA9u4ySf5Np2oYtPimQepp6ayHdoXW+rtUgjEjIMQeUxA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\de31c530-75e2-4fc9-aeb0-11d7f0e2c161\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240823.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\de31c530-75e2-4fc9-aeb0-11d7f0e2c161\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240823.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xzqOdkLH5yXjIz/KLglvAZFdjBAz05F24rZ+1SJCnN+EEKpNPQB9qW3EIbtXgCgPcE4xa/MuxHgLuWDFW8b8lg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240823.1_1724424290186_0.8263119397987393","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240827.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240827.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240827.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"012324a89fe163c9c5184025340858e37274bd8d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240827.1.tgz","fileCount":41,"integrity":"sha512-/tvGZLxZRJ0IcbVposYUWp4k8GsInwU5C9Y7BKMwZyL7s8w9YReIg3PkmfE/zeZU60ThTTAGDZ+nUp06F0HR6g==","signatures":[{"sig":"MEUCIE+BK5INp7cyxe3fN0WMLbONmVRk2IAQ8r1qXWKFBLigAiEAgBDJ9K9zlrnWWhuQlJoVgTdaqtPYfJ2obfCf5v4jCSg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c469e629-018e-4abe-bd27-8de2a9804488\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240827.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c469e629-018e-4abe-bd27-8de2a9804488\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240827.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/tvGZLxZRJ0IcbVposYUWp4k8GsInwU5C9Y7BKMwZyL7s8w9YReIg3PkmfE/zeZU60ThTTAGDZ+nUp06F0HR6g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240827.1_1724769805975_0.8657565619926497","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240828.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240828.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240828.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b96ff679619c7e71a15dd4ac0d5f777d53e71a30","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240828.1.tgz","fileCount":41,"integrity":"sha512-uWF611/7CPqlH35kTzp9behCAw9Hvp1IazR0OdFKSj7i/KcLq4D5lVEZeDtBlUED2o85bdBi/cr2LH/KcAqlNw==","signatures":[{"sig":"MEYCIQDoKt4IvsJ2JJ3sQb8VWs1I/1sLFWVn5LJHK1sFOGFaQgIhAMxskv3q3XeGDXVIDdT6Or+9ii2K3prsU9x948JkWAF0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f87f2c55-10a6-474c-9286-560c173031d2\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240828.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f87f2c55-10a6-474c-9286-560c173031d2\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240828.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uWF611/7CPqlH35kTzp9behCAw9Hvp1IazR0OdFKSj7i/KcLq4D5lVEZeDtBlUED2o85bdBi/cr2LH/KcAqlNw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240828.1_1724856039335_0.39627066454734994","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240829.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240829.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240829.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d7c961ebdfa30518f03f4f93bbe63accb40818a7","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240829.1.tgz","fileCount":41,"integrity":"sha512-MlAl/O8ur9TsibeFuXAVC9VY2fMft53AdGxA+lC13Itz0x6WY6JlKc+dz3Ne5/fMPQsWRp+/blddznvX9eMBFw==","signatures":[{"sig":"MEUCIQDWfBKMMKmyrozDzazXXvRje/msgR4keiiEXlGZ7mGmDwIgbMf07yf5Jekgae6M6vzdPwwRkBmpbJq10C/1mxi+b74=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ab9b1923-72cb-4602-b9db-a07407fe610d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240829.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ab9b1923-72cb-4602-b9db-a07407fe610d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240829.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MlAl/O8ur9TsibeFuXAVC9VY2fMft53AdGxA+lC13Itz0x6WY6JlKc+dz3Ne5/fMPQsWRp+/blddznvX9eMBFw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240829.1_1724942603817_0.7707082758098744","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240830.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240830.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240830.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fe62b9eff5c6d676b7954a16ecc248b9b414ebed","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240830.1.tgz","fileCount":41,"integrity":"sha512-MkfqEvvWpJmi6BUEHy00xSkCxf5+D9oNLyYsUUum2TutwLz8r5zLCfhVKi6e9D9ryiaJa8plWQ0/7U1XCRX5BA==","signatures":[{"sig":"MEUCIHzmQ3WVFoEINOAhFbGfmAmrH2/2u20aJ9loNaSH+ZDlAiEApgg0tNHi6b7J4j1qK72LIYMUHzwKqA1clqaf/mfG8tQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\195f3b34-daad-4482-a4f1-2dd3fbefb5ef\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240830.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\195f3b34-daad-4482-a4f1-2dd3fbefb5ef\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240830.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MkfqEvvWpJmi6BUEHy00xSkCxf5+D9oNLyYsUUum2TutwLz8r5zLCfhVKi6e9D9ryiaJa8plWQ0/7U1XCRX5BA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240830.1_1725028801288_0.7279658512804426","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240902.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240902.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240902.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c26e6717adcac5251aab1a607a5018b8a66779a3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240902.1.tgz","fileCount":41,"integrity":"sha512-W1ycUK93Je1I35GFGzQrhsN44EZp8mnsVZVC16F0Igjr9kqTQzz/+AjkuiDKrP+DBvE75TB0Rsj8OWmbaPfEHA==","signatures":[{"sig":"MEQCIDJmbdwVObHVhoY/+inm3Z4n+Dst97J6i9OaqrbKDBAdAiANEApE3VlRi1D1AljlqDdsTqDQK7VRQkqg1VnED6GvgA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6e8e4c7f-64e1-44de-8658-132af13f4389\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240902.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6e8e4c7f-64e1-44de-8658-132af13f4389\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240902.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-W1ycUK93Je1I35GFGzQrhsN44EZp8mnsVZVC16F0Igjr9kqTQzz/+AjkuiDKrP+DBvE75TB0Rsj8OWmbaPfEHA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240902.1_1725287965861_0.9090187597875559","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240903.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240903.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240903.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e9fb8733ef9f8e1a904eeb9777dfd3b178911c61","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240903.1.tgz","fileCount":41,"integrity":"sha512-aZoUS8lmTZVlmh0VP8cyHhBwJpOUKWm+QQ5kfa4CEIM2MbM787K1HqUAPbMvEJZaAcGx2RwgGveDKRfNbfvIdQ==","signatures":[{"sig":"MEUCIH/uF2uO5Aqws4296k30gjVt9KwEv8hDysPaEaXAr0j1AiEAvR7bNwNpi5iOUzXv31IA4pVvlgiBCrIQ3Pf4XNMlRLA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7500e8eb-f852-426a-8aef-76804145e734\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240903.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7500e8eb-f852-426a-8aef-76804145e734\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240903.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aZoUS8lmTZVlmh0VP8cyHhBwJpOUKWm+QQ5kfa4CEIM2MbM787K1HqUAPbMvEJZaAcGx2RwgGveDKRfNbfvIdQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240903.1_1725374594902_0.6857474829541728","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240904.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240904.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240904.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8908df1c935d5b2c065324cca12cda781fc516ba","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240904.1.tgz","fileCount":41,"integrity":"sha512-BUKm83kYphFqEvELvqi2RNdpRhZW2XX+dprRIfdMw1Jz4uzuMMZ/iE77mS2nd8H059v/eGsRRipjzvT+RnSMCQ==","signatures":[{"sig":"MEUCIDrs/POTUhQsxavxuVbxV13RnhA59db1BF4lP7iBMPJ9AiEA1bVHdQCFjuhnT0ZEUA4Z2ZB/MTVx2hecSKqG1LgSRUc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8174e800-61d6-4b5d-8e0e-bb29bddca950\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240904.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8174e800-61d6-4b5d-8e0e-bb29bddca950\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240904.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BUKm83kYphFqEvELvqi2RNdpRhZW2XX+dprRIfdMw1Jz4uzuMMZ/iE77mS2nd8H059v/eGsRRipjzvT+RnSMCQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240904.1_1725460763997_0.9612557686718475","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240905.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240905.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240905.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aaca6937c47bb70498a950879ae36e7024c5aa3b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240905.1.tgz","fileCount":41,"integrity":"sha512-OLLLtrRVLzHV9t9sXs0ePdfpJYQr7YIkk/cdHWlzA1qi7XjXMIEaNku5yl3hulvfuYSFOvOpj1KJKm/9gt2nvg==","signatures":[{"sig":"MEUCIQDRPJwZEH1Se3CXiflpFhB3dlWhPoAiwmITGh67ncWrWAIgY+v+Uvxyc7INniI0UWsP20wuSzBTBlbbCoolLK7ZiQs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a8d120ea-d48a-425a-ab02-e3fee2f89d1b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240905.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a8d120ea-d48a-425a-ab02-e3fee2f89d1b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240905.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OLLLtrRVLzHV9t9sXs0ePdfpJYQr7YIkk/cdHWlzA1qi7XjXMIEaNku5yl3hulvfuYSFOvOpj1KJKm/9gt2nvg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240905.1_1725547184281_0.06845844984649685","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240906.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240906.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240906.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cffb7809400e80c874a58a60bf3454bbd9d7855b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240906.1.tgz","fileCount":41,"integrity":"sha512-n52ZJybk9lhFLVBKvUVXIeRojA6fqgTJZSArUaducAUStuy/1tpGBsVuc7Bpo7Z7/CCg0/g4h3wxI4vViFhwkg==","signatures":[{"sig":"MEUCIC74ZXT8myio0TOcwbp5zUuKbBN6SUP5zhQUJw5//rvDAiEApwdMPXbpLF176lTosU3x1XjzKeEc0S6/SIyZAY2aw3s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ac6661e7-7b5c-4e8b-82a2-d230aadad3dd\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240906.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ac6661e7-7b5c-4e8b-82a2-d230aadad3dd\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240906.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-n52ZJybk9lhFLVBKvUVXIeRojA6fqgTJZSArUaducAUStuy/1tpGBsVuc7Bpo7Z7/CCg0/g4h3wxI4vViFhwkg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240906.1_1725633550178_0.5926441300662484","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240910.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240910.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240910.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9d440fe0c08ff92bd0a343f387a36e382c5af58b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240910.1.tgz","fileCount":41,"integrity":"sha512-In2U7CpN6WodLTmv41sJHp6OjXEf4bPVJ2cD0d8oRd4Ut30T8o4zGByVlQJ+XA2bPWxR4mfcoWwaLTbs8qyGGg==","signatures":[{"sig":"MEQCIDsysE7gD4vyHCHSRzpTUYzbxHpqXUmCetkSE6YOQMmGAiBO5iQMVpKZgDgVNorjxP0yT1jLxC8QnJTJepLmij7vZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9668e19d-ccf6-45d2-98e6-5ce190c1f391\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240910.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9668e19d-ccf6-45d2-98e6-5ce190c1f391\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240910.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-In2U7CpN6WodLTmv41sJHp6OjXEf4bPVJ2cD0d8oRd4Ut30T8o4zGByVlQJ+XA2bPWxR4mfcoWwaLTbs8qyGGg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240910.1_1725979236035_0.34278633985349005","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240911.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240911.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240911.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c7eca0798935a333fbbfb16cf7c5480e0161128d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240911.1.tgz","fileCount":41,"integrity":"sha512-Jty3jzLCpY6y8Lnw/PKPX31apWh57r/RRA6iY/b4dg2NDJ76FB5ii1DOwc8IyjZzHIBVxvO5uymdC7NZ65tiKg==","signatures":[{"sig":"MEUCIQDUll+MQNpR6UNTaqj3Qk5Q2wwGHMq4aEZ7pF9PEwsQMQIgWx4t1c01QytQvJnYXresNvXMlg0AQh5+YFlQ/XFPmU8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\741238ad-cce2-46b7-9b59-017717b359ca\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240911.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\741238ad-cce2-46b7-9b59-017717b359ca\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240911.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Jty3jzLCpY6y8Lnw/PKPX31apWh57r/RRA6iY/b4dg2NDJ76FB5ii1DOwc8IyjZzHIBVxvO5uymdC7NZ65tiKg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240911.1_1726066898054_0.79185260250651","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240913.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240913.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240913.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e35d80e7fe0ca4aaf8078137c83dcc582828903e","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240913.1.tgz","fileCount":41,"integrity":"sha512-F1jxg9uyQuPqeTNeE+vhhjOO27IroghAp1QEwGod1GxtN356ZdK1N5SUPqlMtIOPPDB6SWhHgix4aXbxeQmMfw==","signatures":[{"sig":"MEUCIDFDH4cx/Z2hDic2SBA8hIpHoObiocLWdWIFPLPVymleAiEA+4EDOAgJj5TFitAq0OOjE8JevvnfIqwV0jynWEbIsNI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f89d5edf-7c2e-4ee9-812c-ab0c273996f3\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240913.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f89d5edf-7c2e-4ee9-812c-ab0c273996f3\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240913.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-F1jxg9uyQuPqeTNeE+vhhjOO27IroghAp1QEwGod1GxtN356ZdK1N5SUPqlMtIOPPDB6SWhHgix4aXbxeQmMfw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240913.1_1726238325635_0.7114267046361655","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240916.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240916.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240916.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db64ecfde3a41b93c2bad5b05305b41c1f33cfba","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240916.1.tgz","fileCount":41,"integrity":"sha512-vANsK4DEcPDeR6uNOg1X6hiJbdWY+t1Yqa5h21HbjXuWfy/hlFohZJSGyV2qpekvnyGwUKdOKRWbJL/Z4CT/sA==","signatures":[{"sig":"MEUCIGBdyUVCO1H+mgEuiWJbAVCuYsI8bciUSU3ZhuLBZ1S9AiEA0Da28w+SDNQXg84UNIc0HIcz9VDTEigKGCw+Fd43TlY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d7062095-d804-4ed0-91d1-d9350f28e630\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240916.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d7062095-d804-4ed0-91d1-d9350f28e630\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240916.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vANsK4DEcPDeR6uNOg1X6hiJbdWY+t1Yqa5h21HbjXuWfy/hlFohZJSGyV2qpekvnyGwUKdOKRWbJL/Z4CT/sA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240916.1_1726497686560_0.08438425302161834","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240917.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240917.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240917.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b1b71d32c7c5e7f91a87c8905d85e88f8586247d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240917.1.tgz","fileCount":41,"integrity":"sha512-dhh7LX1E0d/LIJkJib0BTlWBS6NMhk3Tr+a/lTP58HDV7EqpaKAGW1WG1Ui4j8xj8+Lt7sSLc86KaoxlXBtDyw==","signatures":[{"sig":"MEYCIQD3kkLifdeK88CsLEW0SOqOkfe6C0nXJs+/rya34+qSTQIhAKHHhpC90UoifSAmtonRROzRKUVUKSVxo42psihYiKdD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\19e53053-8d82-4609-aacb-f9592f958aed\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240917.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\19e53053-8d82-4609-aacb-f9592f958aed\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240917.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dhh7LX1E0d/LIJkJib0BTlWBS6NMhk3Tr+a/lTP58HDV7EqpaKAGW1WG1Ui4j8xj8+Lt7sSLc86KaoxlXBtDyw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240917.1_1726583767628_0.017502774927071307","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240918.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240918.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240918.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"75b6df5318988ce1cc01a20a3ebfc549c93f15ef","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240918.1.tgz","fileCount":41,"integrity":"sha512-KZGFqsMSeKkfnTrN6xeAWQEEO/6c+dPgw+72NvS2RqaOaEGGYsd5W7zCiulaVuMK/KdfLyNKdHD8ICjET0d+aQ==","signatures":[{"sig":"MEUCIQCF6PMPMBY8AwZEhmFEh73JyClirMUqvtKDYH5BbWnlTAIgCJ7JUifYaqMZVJUprrYrY3uHOXKdjRiISXs+D6HVsu4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d8818ed2-a992-466f-9eaa-e99b2931c1b0\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240918.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d8818ed2-a992-466f-9eaa-e99b2931c1b0\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240918.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KZGFqsMSeKkfnTrN6xeAWQEEO/6c+dPgw+72NvS2RqaOaEGGYsd5W7zCiulaVuMK/KdfLyNKdHD8ICjET0d+aQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240918.1_1726670551087_0.8159183911527816","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240919.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240919.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240919.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f5fb621429cd0967606388de7c08c8f714ae2fd5","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240919.1.tgz","fileCount":41,"integrity":"sha512-eKGbN6e8BhBtHu4gZhGdG4q1ITEE8M5IxvonNTnSYqiddhW89dERDH/VSAvMbcWNKYYgXAFF3sUinwNGIO2NFQ==","signatures":[{"sig":"MEYCIQDi339E8/G20VyhpecAhrPt8zrUhi8wRi/z5INvLygqOQIhAKhULU9BZxvvNTEA7iQ2M+BY2N8VSPXgg8vuAUi1nG5N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3cf8ab0c-2cb3-42dc-a0c4-f07b15bcaf8f\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240919.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3cf8ab0c-2cb3-42dc-a0c4-f07b15bcaf8f\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240919.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eKGbN6e8BhBtHu4gZhGdG4q1ITEE8M5IxvonNTnSYqiddhW89dERDH/VSAvMbcWNKYYgXAFF3sUinwNGIO2NFQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240919.1_1726756756914_0.32322116353186603","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240920.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240920.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240920.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0b9f64e7d9945e952366ac0113523af37d136588","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240920.1.tgz","fileCount":41,"integrity":"sha512-V/z0q5ZTcmI+FiNcpe1WgrRzL8FUr4MkDzoRHsvEtO6v44tULpeOv04Kvyf/lOPuFlX5rCGJ1tHfnkRaaOe/1Q==","signatures":[{"sig":"MEUCIQDwLBfpiBLy/1JI3XQBrwfWvOW7TJKDS0UfoFByNnuVHgIgIo8ccGPS6B4BlO7HyQxN0dnKu1hvdMHGec2ce6gg8As=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\337599fa-7af0-444a-a5d9-547e3a2d0cea\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240920.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\337599fa-7af0-444a-a5d9-547e3a2d0cea\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240920.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-V/z0q5ZTcmI+FiNcpe1WgrRzL8FUr4MkDzoRHsvEtO6v44tULpeOv04Kvyf/lOPuFlX5rCGJ1tHfnkRaaOe/1Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240920.1_1726843271608_0.9001798858279109","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240924.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240924.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240924.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c34ac6392bad51064fa19292b10cebf514dc37b5","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240924.1.tgz","fileCount":41,"integrity":"sha512-pe7tRmxUHwa4VRYZ8yk9RTZdv4Tmn0KHTM0uRSTiUQw5NDztvocvot3XGXIPQiXQQG2mGcyM18iKCVV7qyhcbw==","signatures":[{"sig":"MEQCIBSAWZ1gJxe+1ZsZyofumA3clZtRpktTJJXKUzF0YoFcAiB3LuAyajjirOBgbBloCY8PZbgYEhQSJzwJpLmBLLxaFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\78eebe13-862e-44f8-b034-abe53f88175d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240924.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\78eebe13-862e-44f8-b034-abe53f88175d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240924.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pe7tRmxUHwa4VRYZ8yk9RTZdv4Tmn0KHTM0uRSTiUQw5NDztvocvot3XGXIPQiXQQG2mGcyM18iKCVV7qyhcbw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240924.1_1727188944971_0.5621582301447496","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240925.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240925.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240925.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3aeb6246c15defcaf091983eaf425748df585448","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240925.1.tgz","fileCount":41,"integrity":"sha512-o37rG5JzBR0pVOZzc7NHfAbjVLPelVatCnO3j7IWQaNNlwwMyrFucBG32h2X/IF9930M0Dh4IvUg6FyU9GzzPQ==","signatures":[{"sig":"MEUCIQDC0A9cEzTZSD0aSv0t7urgiTNJQCR3zAhy0Q/OMbOOewIgEYp8I5UsVCIGZPbGCC/leUlg4KoO2CrYPXTdDLxAiNg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\57fdd51b-a6bf-401a-b2f6-b9bc34709b15\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240925.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\57fdd51b-a6bf-401a-b2f6-b9bc34709b15\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240925.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-o37rG5JzBR0pVOZzc7NHfAbjVLPelVatCnO3j7IWQaNNlwwMyrFucBG32h2X/IF9930M0Dh4IvUg6FyU9GzzPQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240925.1_1727275170268_0.4973028129238224","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240925.3":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240925.3","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240925.3","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0bee89ba228cce32d578c44b311d4025829bfbe2","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240925.3.tgz","fileCount":41,"integrity":"sha512-bv5uHrMY+p8g3LEQl+W9zrO299/lSCy9zVg3KDjQE4D30QvJ3UPjRB/iI6UqrnqfXtKBNQHIaYhPwFxcj0N8QQ==","signatures":[{"sig":"MEUCIQCiIe1zcnP/MQG2UW7gaGTx03YVB5fYHW+MspxXqQwgdwIgf1HVQ9iBJH35VjHbNmj7dKRmVH9216HQjZtkHgm7CzE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\73e1770d-42ba-43d1-a213-f7f58e9a27ed\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240925.3.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\73e1770d-42ba-43d1-a213-f7f58e9a27ed\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240925.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bv5uHrMY+p8g3LEQl+W9zrO299/lSCy9zVg3KDjQE4D30QvJ3UPjRB/iI6UqrnqfXtKBNQHIaYhPwFxcj0N8QQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240925.3_1727304620110_0.9227052915852394","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240926.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240926.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240926.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b2fbe29ce23fc9f76720d773c121319984bae895","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240926.1.tgz","fileCount":41,"integrity":"sha512-8mVda6U61o0sKYbcYoi55adZjI4MnzYcALCR6IYgRoL4K2u9XAu8Iuj6Gb8y7M1tAEH0QjaD02UJMkuvh34E+Q==","signatures":[{"sig":"MEUCIHFnJJO/yh1cuDPZTnqBj/mOn9LPz81xk0W+75g+KTWzAiEA2jHxHmQnIOsYAdIfRPVguvcrf42qyJ/SQvM5XTpCQeg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\159072c4-1a33-437c-8594-2dc94caf8475\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240926.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\159072c4-1a33-437c-8594-2dc94caf8475\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240926.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8mVda6U61o0sKYbcYoi55adZjI4MnzYcALCR6IYgRoL4K2u9XAu8Iuj6Gb8y7M1tAEH0QjaD02UJMkuvh34E+Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240926.1_1727361772831_0.6657594251933749","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240927.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240927.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240927.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4cc6869dd31e13502b1a81ceb5e8587299d7ff2d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240927.1.tgz","fileCount":41,"integrity":"sha512-guAUjkDQVGY5znxzYAdVtRrZ1PgRpADRYyIKjsLo0+S9MHg54kq9H/uijZx+O5weCkfrSdReEEdGDmw3zllTaQ==","signatures":[{"sig":"MEUCIQDEYpAeoIn0Hmzn/DolN6669WQSEamsW274Lo2L510eHwIgCH+gvK4lkcZtD4zish4nZYBajqmWj6u6bHG26eVEVAk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169103},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cdc4554b-05fc-4672-bd13-0dee25c1a1ee\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240927.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cdc4554b-05fc-4672-bd13-0dee25c1a1ee\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240927.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-guAUjkDQVGY5znxzYAdVtRrZ1PgRpADRYyIKjsLo0+S9MHg54kq9H/uijZx+O5weCkfrSdReEEdGDmw3zllTaQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240927.1_1727448176729_0.06148300049643507","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240930.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20240930.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20240930.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5c4c82f01551498ba3651cb7757812dd6b6cbb70","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20240930.1.tgz","fileCount":41,"integrity":"sha512-ihhoyFqviG6drk77iITCTSByHj6l5By8URI3wrZPCSYM5i3hEc24ZQDvfZxOFJ0yC9l+px/KlqWrdxp9P8k5TA==","signatures":[{"sig":"MEQCIB68W0dEuILninulJnu22cG3lKwLEUuL8DvbAeXul2eAAiALLc0wiu5xdpsYb5Lv1TgkHA2C5wR3VyeUKcvzORm3BQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169103},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\64427a0c-8fac-4178-98fc-8a7e1aa372bf\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240930.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\64427a0c-8fac-4178-98fc-8a7e1aa372bf\\azure-tools-communication-alpha-ids-1.0.0-alpha.20240930.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ihhoyFqviG6drk77iITCTSByHj6l5By8URI3wrZPCSYM5i3hEc24ZQDvfZxOFJ0yC9l+px/KlqWrdxp9P8k5TA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20240930.1_1727707173797_0.8888886422939346","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241002.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241002.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241002.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5d682a62192107fa5a2013c1ad3865ff735e559","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241002.1.tgz","fileCount":41,"integrity":"sha512-3cdquj89gShgPtmhY7penaeRt2BW/vj0NFgsl4wbeua0Ji+3Xy68qFdO4hesRpVcOAr/mxlZvbeZ3VHxHyXLwQ==","signatures":[{"sig":"MEYCIQDe3GDI5BqkcWszcpt6xIshbLiSfUTjSAfSWHmsa6pc1wIhAPkaDFyiuLthL687z7X2fxzOF3WKfXanhArbRmTZYYUJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169103},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f11cc1ef-2707-4312-a9ed-e6dcf7c88c75\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241002.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f11cc1ef-2707-4312-a9ed-e6dcf7c88c75\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241002.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3cdquj89gShgPtmhY7penaeRt2BW/vj0NFgsl4wbeua0Ji+3Xy68qFdO4hesRpVcOAr/mxlZvbeZ3VHxHyXLwQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241002.1_1727880271006_0.08847262643093146","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241003.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241003.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241003.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e0d7d021a0eb3edd136343d71776319b89c630e","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241003.1.tgz","fileCount":41,"integrity":"sha512-fI4RGNR7yOwDkfnuuY4fK3/RLDW+0c+Ql5C0TuoWX2dhQY5MMYOCacUapyMk+kWIbII/0BCb1EtDwF6s0lRjAg==","signatures":[{"sig":"MEUCIFrG5d/8X61NWfwVv/tTkBmzjO7HctLBsdUIb3arasvQAiEAhWw9Fc1g+BQ9chAR0WPonV28CtHe4uwkB4z1I8m3xt8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169986},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9094cd46-4b3e-481c-bdc5-ae4c2b5e0741\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241003.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9094cd46-4b3e-481c-bdc5-ae4c2b5e0741\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241003.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fI4RGNR7yOwDkfnuuY4fK3/RLDW+0c+Ql5C0TuoWX2dhQY5MMYOCacUapyMk+kWIbII/0BCb1EtDwF6s0lRjAg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241003.1_1727966484095_0.12939217096409927","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241004.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241004.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241004.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8197407dc97cd37f8ad48de125c86467631d839a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241004.1.tgz","fileCount":41,"integrity":"sha512-q8qaz6n9AQmgkCwK4OXWGNcNtMsBT2IIjlsd1g6ivSXDB9uvBeTfUdZc/gxozfEiQ5Of4ssWTrgfsi8mmInhIQ==","signatures":[{"sig":"MEYCIQDtFDjD6mdUOBkgXOU6VXw9QsK5MhRwVicuOUIOCPjABQIhAPXGAlgrAzEbKynErTuhqlAjhQigvYyh4vPXEjrgE/SM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169986},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9999546c-5a6f-4907-af5d-c25ec56fb10c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241004.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9999546c-5a6f-4907-af5d-c25ec56fb10c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241004.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-q8qaz6n9AQmgkCwK4OXWGNcNtMsBT2IIjlsd1g6ivSXDB9uvBeTfUdZc/gxozfEiQ5Of4ssWTrgfsi8mmInhIQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241004.1_1728052726397_0.7441745798721289","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241008.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241008.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241008.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b1e320cb06c9ba0fb70e7b4487d7d0cc2d84e1e2","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241008.1.tgz","fileCount":41,"integrity":"sha512-Rn4OYDTjtIlfSu6haR3la7xkuRQ8YDGQ4oBe4izUmi5lOzbFsdHlAraEtXZhibjRINjVKX9cVabR+zAvD5xFUA==","signatures":[{"sig":"MEUCIQC2ifHJ7MAkpVkzEx0AK/TBZWDkH9UjaAV+n7oh+J7quwIgQI1wEyTgUT65ygCq6uiA71wMrz/6b4LzLwpnKZOS9ck=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169986},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dfba8162-9dae-4c88-ab25-d412bf3c80a3\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241008.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dfba8162-9dae-4c88-ab25-d412bf3c80a3\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241008.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Rn4OYDTjtIlfSu6haR3la7xkuRQ8YDGQ4oBe4izUmi5lOzbFsdHlAraEtXZhibjRINjVKX9cVabR+zAvD5xFUA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241008.1_1728398376007_0.10611541622400611","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241009.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241009.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241009.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5a59caa9bd34ae86b5bb9aa0b595a14f48fa406d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241009.1.tgz","fileCount":41,"integrity":"sha512-VqR1yMNr/zizYbvCWWnAd3FV6pu3u3rbwraqONCZbM6DgYlXFCwCrAfzu3pVKv1hFZYUMz3lNbKIqysgIzr3LQ==","signatures":[{"sig":"MEYCIQCGlZKQ3cWWjTaRqPRXwQft61hpzThSkWQm+bM7T91l+gIhAOUu+hmEH1touT66IjFdTR+gIb+4IhWJJiQbZkzazZPn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169986},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d699a712-e255-4665-a97a-539a30804785\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241009.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d699a712-e255-4665-a97a-539a30804785\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241009.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VqR1yMNr/zizYbvCWWnAd3FV6pu3u3rbwraqONCZbM6DgYlXFCwCrAfzu3pVKv1hFZYUMz3lNbKIqysgIzr3LQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241009.1_1728484892056_0.1538566676930011","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241010.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241010.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241010.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d4b2acbfde81b71fd560bb4372c0db88b9b5ca9","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241010.1.tgz","fileCount":41,"integrity":"sha512-FiWM3y9pHp+3chNEO8i02fqRSJkuRA7lqIom1Iu4rm5WvpkhMbgjRmATmzXd1+62qHGBFMdqUA4qSr3IBy1k/Q==","signatures":[{"sig":"MEYCIQDsG5aEODLIZElieRYyU4o5TB+K126VQ95ktbpiG/swEAIhAMlvY/V5rHGzeTXcSgsRrKHzkTwnAZQ6krBbSEz7ynDW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169986},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a81dd9ff-32ea-4f17-85b3-48162421b7f0\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241010.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a81dd9ff-32ea-4f17-85b3-48162421b7f0\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241010.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FiWM3y9pHp+3chNEO8i02fqRSJkuRA7lqIom1Iu4rm5WvpkhMbgjRmATmzXd1+62qHGBFMdqUA4qSr3IBy1k/Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241010.1_1728571392999_0.5038793853203931","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241011.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241011.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241011.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d149c30adf2054315d7a1444c78f1ed2b00add44","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241011.1.tgz","fileCount":41,"integrity":"sha512-9ePPk8Iz5jyrUfxsosGEhkqvW0HxeU/6t3JGVx7V+MWEyYv2jyXNOAv1M14LZI/O20KETs6FcWvkEFDTOSNmGg==","signatures":[{"sig":"MEYCIQC/Gi2/ScwCqOSPEsBi2K7OONeoZZlHkXHSGaCAb/AeKwIhAPRJPgT1urPL32LaacLUhx7Hw19keQvVLSaHdUUvKdcd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169986},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9dc96383-155a-4130-8908-20870349a032\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241011.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9dc96383-155a-4130-8908-20870349a032\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241011.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9ePPk8Iz5jyrUfxsosGEhkqvW0HxeU/6t3JGVx7V+MWEyYv2jyXNOAv1M14LZI/O20KETs6FcWvkEFDTOSNmGg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241011.1_1728657538268_0.34339180559514126","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241014.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241014.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241014.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9ac8e3ee29125dbb56efdef3b6be6136c2a050e1","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241014.1.tgz","fileCount":41,"integrity":"sha512-mZ/rZImFKsdEJ184ZPEBg06q0vv0OYmj4wNOSlu/gebiJUmzDTm168LakuG5CrlOPCLeSYZv5+IMXCzchcmIng==","signatures":[{"sig":"MEYCIQDtyrYvwf4Jylmm7CFA0k3ePfxQsbHgjapgtJSy2W8zRwIhAJ/whGJYWhsyrnet4ay2VmkGd39OlA9rxnC+Nu5hvgIg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169986},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1400456c-3bce-4fe4-ab04-3364cd2df3fa\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241014.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1400456c-3bce-4fe4-ab04-3364cd2df3fa\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241014.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mZ/rZImFKsdEJ184ZPEBg06q0vv0OYmj4wNOSlu/gebiJUmzDTm168LakuG5CrlOPCLeSYZv5+IMXCzchcmIng==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241014.1_1728917164568_0.542351357427215","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241015.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241015.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241015.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bb3ed65c321ce86d57f919317b7a91b778af0de0","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241015.1.tgz","fileCount":41,"integrity":"sha512-oM7HkpKl+8FjME5RjPvDADid2V2dlYIXOauHmL3Ut96vQFWjK/N6eTb4U5CzxmQYcqnZKiJxtGQ2PE249qBxxQ==","signatures":[{"sig":"MEQCIGgNNxs93VNooxZ+3QZ07ixgYcTum0SmoBC4pFuedwVKAiA8Qj2P8rZwkIV9HtfgYNFkKAnf/RvFzOHC8o0AeQXIng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169986},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ede9539e-997b-4e3f-ac3c-e10e9d484403\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241015.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ede9539e-997b-4e3f-ac3c-e10e9d484403\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241015.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oM7HkpKl+8FjME5RjPvDADid2V2dlYIXOauHmL3Ut96vQFWjK/N6eTb4U5CzxmQYcqnZKiJxtGQ2PE249qBxxQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241015.1_1729003201336_0.07732084592591337","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241016.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241016.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241016.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f6edc887dce0e98210063b862ea500812fb2a800","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241016.1.tgz","fileCount":41,"integrity":"sha512-6R3PDZaz9/gWa3e1HB0Nk/65GDaluWNsno5orJcMaJpibuXXPg16dCrJoPU1jjyHc68vE2+LoOfpNOVQD5lYTQ==","signatures":[{"sig":"MEYCIQDfGeHcm7pzml2cXPpDkOCqupLR+5q4d0P+hX98Y3hfIgIhAKvwWodmmTctQnyqbOPJaHNe9vugayJoTu5E2kHlCOlE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169986},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e6c68393-d284-4046-b587-415818327445\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241016.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e6c68393-d284-4046-b587-415818327445\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241016.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6R3PDZaz9/gWa3e1HB0Nk/65GDaluWNsno5orJcMaJpibuXXPg16dCrJoPU1jjyHc68vE2+LoOfpNOVQD5lYTQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241016.1_1729089941564_0.21034787463213367","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241018.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241018.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241018.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d3827d2837de99f4588a47d514bd3cee8e13f696","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241018.1.tgz","fileCount":41,"integrity":"sha512-IZ6IzZ1FoEjK8uRKCWKxJP1+a3pESFMhf3ElVTab6ZD1Lz1r2Mkxdkatp5//K/ETI/2ycQOZ74jJTZ7k7s0/Pg==","signatures":[{"sig":"MEQCIH365Vg2+n6ou3RfuWrhKNcHkLt+9yZjooGrQTSOBdPoAiBxVQ/y0AoDUjSNj4wJJWYip7sBcM6oTiQEMhhxjUKmAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169986},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\72d0a904-f588-4ae4-8085-a0d130aa7e58\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241018.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\72d0a904-f588-4ae4-8085-a0d130aa7e58\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241018.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IZ6IzZ1FoEjK8uRKCWKxJP1+a3pESFMhf3ElVTab6ZD1Lz1r2Mkxdkatp5//K/ETI/2ycQOZ74jJTZ7k7s0/Pg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241018.1_1729262459816_0.0303966458538385","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241024.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241024.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241024.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"89b46d1c3cb44b715c60c6d973fd7355f25fd573","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241024.1.tgz","fileCount":41,"integrity":"sha512-2FeLB2QmqBjqWG/Q3jM6KEElODHuaJWqKl3OKkHwaPJj2cGLLFK8VxWbgqcgDQKDkapq9CuLHHpAk+hsdJNGsg==","signatures":[{"sig":"MEUCIB62aapJFDpjU2ZQrUuuAmTMSXwJzXzzJSjBMwbz3WcpAiEAxYRqTxaFMwKLyS0CbN0nIhfJvhuDsll/kPtZlSnFEAA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169985},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9433147c-7a65-4d2e-8b3f-a09e25b1a917\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241024.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9433147c-7a65-4d2e-8b3f-a09e25b1a917\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241024.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2FeLB2QmqBjqWG/Q3jM6KEElODHuaJWqKl3OKkHwaPJj2cGLLFK8VxWbgqcgDQKDkapq9CuLHHpAk+hsdJNGsg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241024.1_1729780738938_0.5488517273217719","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241025.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241025.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241025.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"489c10b228a1085d63451485b9de633b9cb79238","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241025.1.tgz","fileCount":41,"integrity":"sha512-ZJJbjdILgAQIkXaoPX1nEYXHM15F+DuFhWBSrlYnnguntQR4tYG2QPi8er7ecV4jEBCEs0Ef8ml7hP9M69+C0Q==","signatures":[{"sig":"MEUCIHDR8iXBoTiWRtME626p07QqPGGORlWVsuXbragxrXjYAiEAl/YLZ0+5E0sXXObhOjGw794/5Zj3q1hjBfi/BdWMUf8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169985},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ccef487e-bd91-478e-9095-60f88acf1fcd\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241025.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ccef487e-bd91-478e-9095-60f88acf1fcd\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241025.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZJJbjdILgAQIkXaoPX1nEYXHM15F+DuFhWBSrlYnnguntQR4tYG2QPi8er7ecV4jEBCEs0Ef8ml7hP9M69+C0Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241025.1_1729867184675_0.8282106098556379","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241028.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241028.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241028.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"25da22bdba42964211dea8479e0b14ee673dc166","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241028.1.tgz","fileCount":41,"integrity":"sha512-xBZDohCPPretC5FyiI9NuIlHTzfaF2WXTXZ5uKpv36p/ic3i+4tWBpvtu+8wckRCD5lirQn7pog8aaf3rem47Q==","signatures":[{"sig":"MEYCIQD9bQv8WG8bH6mhBK9ApTxXtCv0rCIp8DiOEHfeRf2hcAIhALNe6iQYJ3bIXB8Tqk3RvOZulGMakWd8W/xjYJWIJ7zh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169816},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cb39d79f-90dd-46c2-aa46-0d01dad7891f\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241028.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cb39d79f-90dd-46c2-aa46-0d01dad7891f\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241028.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xBZDohCPPretC5FyiI9NuIlHTzfaF2WXTXZ5uKpv36p/ic3i+4tWBpvtu+8wckRCD5lirQn7pog8aaf3rem47Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241028.1_1730126465117_0.33325971245761354","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241029.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241029.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241029.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c2d469cb241326c8543f7b45b5ca79d396c47d2d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241029.1.tgz","fileCount":41,"integrity":"sha512-oQZdhm+AiPjGRiypAnVORIPpCZ35ccGJ4eTeJ63lAjx5DdvngcDgNtRAeygi2EtKox1cYLe1rldKVVAUKFGjhA==","signatures":[{"sig":"MEYCIQD0GklwX544Hmr/wmp8ZUlOYX/J0T79Hevs2w1AIZeh1AIhAPc/ZTYT3LyTgzp8MVkOoWCKe52SxBXG0Z+Nti0HHLM+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":169816},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0fd48ac0-de38-43c2-9062-23bfb8a2f197\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241029.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0fd48ac0-de38-43c2-9062-23bfb8a2f197\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241029.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oQZdhm+AiPjGRiypAnVORIPpCZ35ccGJ4eTeJ63lAjx5DdvngcDgNtRAeygi2EtKox1cYLe1rldKVVAUKFGjhA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241029.1_1730212888786_0.40382030111147804","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241030.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241030.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241030.2","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"af5668ce78bd96a9bb23e42612a9ffab6c376440","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241030.2.tgz","fileCount":41,"integrity":"sha512-CeEuesqyslq/WiG5Elv60SLLXXOgNe3yH6bzRqBNhJf568aU25Tk1M9pHhBnMFLNC7dgGVbL23lqQOvZcShxfA==","signatures":[{"sig":"MEYCIQC/+fIyRVxE1JfrmZCPUd187EzxIrH2MRDOxdrPMdfAwgIhAP3EFMk/MNGGMMUwkCC581LMqqcZa04yce0Bxe3AU+Fm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168480},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cee2eff9-2af5-47e7-8c1f-b8216aec6c93\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241030.2.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cee2eff9-2af5-47e7-8c1f-b8216aec6c93\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241030.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CeEuesqyslq/WiG5Elv60SLLXXOgNe3yH6bzRqBNhJf568aU25Tk1M9pHhBnMFLNC7dgGVbL23lqQOvZcShxfA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241030.2_1730299147487_0.7603289592275289","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241031.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241031.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241031.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"024b1f0b0fd86dda43f1ea7872140e11bec1648f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241031.1.tgz","fileCount":41,"integrity":"sha512-sULFrFk4Qw4PSdyqrwMntfh769GUsIYdt00YRnxvjj479sFY5RWyy1xTpIYakfwwSSZM2lDshhr/Lt5fozmnog==","signatures":[{"sig":"MEYCIQD90IO7SrzYnC5RyXkx6NDOlueyr1O0yi+Kf6+mqqtROwIhAPxv5lacs/Knsf0ADsuDIE7NJz44LMGV5kYHlgR8tRQa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168650},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\42b7b95d-7f67-49b5-a63d-da173e36eb5e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241031.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\42b7b95d-7f67-49b5-a63d-da173e36eb5e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241031.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sULFrFk4Qw4PSdyqrwMntfh769GUsIYdt00YRnxvjj479sFY5RWyy1xTpIYakfwwSSZM2lDshhr/Lt5fozmnog==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241031.1_1730385572111_0.227878293652495","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241101.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241101.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241101.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b10375693204df6e49a3d95bb42b73a155fa525","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241101.1.tgz","fileCount":41,"integrity":"sha512-yzlG/IBFusPpM344+nrG+FBNu6zGVDsm+7u7hREIOlADPszDaxqKz3OMwJ2uC2oVkmQIz9wNRoHWHdYpiM3+ng==","signatures":[{"sig":"MEYCIQC6i4ExFHt4IDDJCO+BdUAIrRUcrLD3U7edE3AWLpV5bgIhALxx+n9fjXJNH7yEOCCKy4I0qvx/oxAu4wvrGrwHyhlH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168650},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ffd31583-4845-4f68-9034-e2b20ee72c28\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241101.1.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ffd31583-4845-4f68-9034-e2b20ee72c28\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241101.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yzlG/IBFusPpM344+nrG+FBNu6zGVDsm+7u7hREIOlADPszDaxqKz3OMwJ2uC2oVkmQIz9wNRoHWHdYpiM3+ng==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241101.1_1730472031329_0.528579234060294","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241111.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241111.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241111.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9c0c9701ce101076d1ea638c2d0ee1d402d2b388","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241111.1.tgz","fileCount":296,"integrity":"sha512-qtz9ePATbfR5e+4Cv8XWhbQOYporL7rOh26dtR2x6p/5NcaOGWWZqb0X7YEMJl6ZDW8muGWJOXaxvvFWsONjwA==","signatures":[{"sig":"MEQCIGizwUbdx6643bz1jCZD6uza6fK4CX8iu8Y8BOfddcFnAiAtGw8AjoTdvPpTq0AjQmdj/fx7P5fuaOA6scUsGjIjqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":461038},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3c336ea4-0b1d-4f59-9570-74fcd3fd01b8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241111.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3c336ea4-0b1d-4f59-9570-74fcd3fd01b8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241111.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qtz9ePATbfR5e+4Cv8XWhbQOYporL7rOh26dtR2x6p/5NcaOGWWZqb0X7YEMJl6ZDW8muGWJOXaxvvFWsONjwA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241111.1_1731339704928_0.6496859316612529","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241111.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241111.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241111.2","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d146de4a36b2d0f2d36a101ae162cf43148616e2","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241111.2.tgz","fileCount":296,"integrity":"sha512-zAXJB4l+dDcsCJqOTpAv35ZV71IgFjsD0qPHapDcH6U1mOTz68EfCLrYkJGBngwKPhnP5V9iR65+LVLuyaJKUA==","signatures":[{"sig":"MEQCIG8AUaWDKny/VzgkJL+XlFnBdLWaPOSK5kP8HJ6eiiJFAiA6qvZMT3EoDFbup2ecfJjVR0MvcqdRbLC67Ek1HQJgXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":461038},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\47c84d44-83f8-4577-8038-b174f8c049ba\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241111.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\47c84d44-83f8-4577-8038-b174f8c049ba\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241111.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zAXJB4l+dDcsCJqOTpAv35ZV71IgFjsD0qPHapDcH6U1mOTz68EfCLrYkJGBngwKPhnP5V9iR65+LVLuyaJKUA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241111.2_1731350202357_0.018072258146918596","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241112.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241112.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241112.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1013849d1f44cfc75c2223dd00cee1af8c3afc0d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241112.1.tgz","fileCount":296,"integrity":"sha512-lwpVZcRYlB/lcJnfptHuBoDZeB3Ugk0rDUdwIdojvpFBFCtKt7lZ4EflzpFy87LCWxb7arhbjXemcTguR7TgSg==","signatures":[{"sig":"MEYCIQClzQbL0+cP593NE4F8L987/GSUSwYKolOnMtVyZQDLPQIhAJgo/kj4fBVP28Zl3V2PNkceXycQbNxWKYfuoVCgoQ5U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":461038},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e105d27e-14fe-4fdd-bf66-2cb8e4dde4f1\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241112.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e105d27e-14fe-4fdd-bf66-2cb8e4dde4f1\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lwpVZcRYlB/lcJnfptHuBoDZeB3Ugk0rDUdwIdojvpFBFCtKt7lZ4EflzpFy87LCWxb7arhbjXemcTguR7TgSg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241112.1_1731429705352_0.2264926592905261","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241113.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241113.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241113.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8f076d1e3da257188314896e19e1d2525688606","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241113.1.tgz","fileCount":296,"integrity":"sha512-053hjX7o7K2v6fBp8wKGIQANwUdF+27000Im/qUwZxpa2Ont2MQ6HffxvjtP2wLgpsAMzMOIYL5ia3aPPrtB4w==","signatures":[{"sig":"MEUCIQDdt6F4rhzfh2j6lfKZa35JBj779x7ZV9Gu5Q3QYopB2AIgCwDy4OsPcW15P70AwCGyVRtpoAna/mBSplPOqUXefoY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":461038},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fb5744c9-23e3-4868-a68c-4793a82182ca\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fb5744c9-23e3-4868-a68c-4793a82182ca\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-053hjX7o7K2v6fBp8wKGIQANwUdF+27000Im/qUwZxpa2Ont2MQ6HffxvjtP2wLgpsAMzMOIYL5ia3aPPrtB4w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241113.1_1731512630573_0.49819131124355387","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241114.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241114.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241114.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ee552b78225c7d980288a703b6957cbba64ccc2","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241114.1.tgz","fileCount":296,"integrity":"sha512-yN1jN198RKSCtZTMb/Dxm35AQppvpa2LgxZ39rTRIm+adIOAJ3Gkikq2QGPf6XapBDFXb8mg3FjiT3Pv2Lfppg==","signatures":[{"sig":"MEYCIQCoJ0cSu/DQq/ne8EWvMc6YqUQDKaOjnS1bW0vybsYkWwIhAPosAq2YdiNWLvZiM88cXHlIilrAwmbjjtofpW7Ee9fj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":461038},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\379110c6-d9bd-49ff-8ba9-be65d5ad2826\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\379110c6-d9bd-49ff-8ba9-be65d5ad2826\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241114.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yN1jN198RKSCtZTMb/Dxm35AQppvpa2LgxZ39rTRIm+adIOAJ3Gkikq2QGPf6XapBDFXb8mg3FjiT3Pv2Lfppg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241114.1_1731599114326_0.21552921848023754","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241119.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241119.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241119.1","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"21de325dbd9734ee387a869e4c665815bf57c5e1","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241119.1.tgz","fileCount":296,"integrity":"sha512-VzagmuLnslqn5OqjXu3O68bJFuSVJwVWRA2NfFOYmVdkvNsnlmLpjFS91IBM/YcG/xwTTptSA7nP1QB+swGL6Q==","signatures":[{"sig":"MEUCIQDGHKvZGny4UA0y5XPq6og/sFvkLsQMdHgRDSnXU9jSDgIgS37fHjA6/x2RuchlC+4EkAjM9MuFKp8ZhA8mSQhGK7U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":461038},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d0f73a54-bcdc-42fc-a7b3-362b63ce3b3d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241119.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d0f73a54-bcdc-42fc-a7b3-362b63ce3b3d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241119.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VzagmuLnslqn5OqjXu3O68bJFuSVJwVWRA2NfFOYmVdkvNsnlmLpjFS91IBM/YcG/xwTTptSA7nP1QB+swGL6Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241119.1_1732031151808_0.5974512867971851","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241122.8":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241122.8","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241122.8","maintainers":[{"name":"azure-powershell","email":"xidi@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1be79d478c9449df6f39b52da7459f6235db774f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241122.8.tgz","fileCount":41,"integrity":"sha512-o8AwopUXf53qAJ800VvW8r/YERtJu9fpkpxaqMfgyn5W75FBjPBDfPJzBJMBrjoWLyNOTNlIXZ/Kt2T2mAZ2hg==","signatures":[{"sig":"MEUCIQDE446myU5CXRj7VtYeeVmewInfekQUgPbI63zh7jOdxgIgAV1gzdz9Q1KDnK/PXQdNQLZ+Qlgj74g0t26mFoOBeBo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168623},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c77182e4-a532-4947-94e9-c55da55c9a93\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241122.8.tgz","types":"types/communication-alpha-ids.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c77182e4-a532-4947-94e9-c55da55c9a93\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241122.8.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-o8AwopUXf53qAJ800VvW8r/YERtJu9fpkpxaqMfgyn5W75FBjPBDfPJzBJMBrjoWLyNOTNlIXZ/Kt2T2mAZ2hg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.9.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@azure-tools/test-recorder":"^3.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241122.8_1732338856619_0.01653892445734151","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241203.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241203.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ecf23439a56449018ce3da6404df0b15ac35d0dc","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241203.1.tgz","fileCount":295,"integrity":"sha512-oWOL/dtetjCtp3IUFDxS6y1bxR9Eluth8gdqdbGmHAkWfrUpchAUaHCw5ukfE4uimct9KqmTDnghCT0xpXhRcw==","signatures":[{"sig":"MEUCIQD0XXnuonhIOr1KbWcV8gFLsszL8//P0FxLDnilxBm0CQIgXoaT7EhTLOgofNPsX2XdTkOH+Bp0Xypa1IQPrrnfmJw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456963},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\96959b2d-61ae-449f-8ac6-caad2d974e86\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\96959b2d-61ae-449f-8ac6-caad2d974e86\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oWOL/dtetjCtp3IUFDxS6y1bxR9Eluth8gdqdbGmHAkWfrUpchAUaHCw5ukfE4uimct9KqmTDnghCT0xpXhRcw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241203.1_1733240827060_0.7752639070744576","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241205.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241205.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d9debc7e4b8361d6e53def0c0a0abb5c651526cc","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241205.1.tgz","fileCount":295,"integrity":"sha512-vbXz0KIBhgxb9FoKyYH4sxr8VICfggSRyaibXjl5yEyM/D/EYMM1BN+V/GV1zbP8e30LTdSSunwVu1JatgDl5g==","signatures":[{"sig":"MEYCIQD/AbIWjyMaC68i0h8igKo+pmTuWuWPiLNLm39bG03J9QIhAI2ltPQVu5C4jlT6VbD+XoOgbOmYN9+axCvERY7BAYH/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456996},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7d02b34c-b8b4-4ac4-9ead-94669614fccb\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7d02b34c-b8b4-4ac4-9ead-94669614fccb\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vbXz0KIBhgxb9FoKyYH4sxr8VICfggSRyaibXjl5yEyM/D/EYMM1BN+V/GV1zbP8e30LTdSSunwVu1JatgDl5g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241205.1_1733413796238_0.9083638423639004","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241206.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241206.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"08158140e5b1f88f3a2c271a12cc20ad962fbeea","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241206.1.tgz","fileCount":295,"integrity":"sha512-KhwcZTSj44jkdBeA+ES6jRofDU1LLvUCKHMjd1b/k+qdiuDNsft9ubQYcDgabxoKEVcp3mWEDUh0RqcO+xlQ3Q==","signatures":[{"sig":"MEQCIAJO1pxa9mByNI8QvPhD1aqOFpUGWH7IWcN/zwEmhLAvAiAliTgA42lgQt9fSCeyXXbL8V5BoicU4UKoorSrV5WFKw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456996},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4e884a84-51d6-4337-b203-c46a59d2640a\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241206.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4e884a84-51d6-4337-b203-c46a59d2640a\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241206.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KhwcZTSj44jkdBeA+ES6jRofDU1LLvUCKHMjd1b/k+qdiuDNsft9ubQYcDgabxoKEVcp3mWEDUh0RqcO+xlQ3Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241206.1_1733499813788_0.5652288664220231","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241209.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241209.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3aae1ef791310a3dfbfca7ffe13e05db48bd706b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241209.1.tgz","fileCount":295,"integrity":"sha512-0yglaqcnwWpusktJ1mYN3DlEdDdBCjyl73vbdOICReoGib4kEEzQZukQ9A2UrYFzWW6PzZkluzxcC0EcTebGGQ==","signatures":[{"sig":"MEYCIQDIGzkOHploVpCNPAhD+/1HSAeGkVN7cn9U2AXXSLDo3AIhALzOhag3sDFOwcBHEySYnVNEo7qM1Juhra9KneVBfA8E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456996},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4658a99d-1f95-46f6-bf65-7f00d2cedc45\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241209.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4658a99d-1f95-46f6-bf65-7f00d2cedc45\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241209.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0yglaqcnwWpusktJ1mYN3DlEdDdBCjyl73vbdOICReoGib4kEEzQZukQ9A2UrYFzWW6PzZkluzxcC0EcTebGGQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241209.1_1733758979792_0.5894946408127608","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241210.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241210.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2da357bb8197cabd510076b5ecc6240fa26a27e9","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241210.1.tgz","fileCount":295,"integrity":"sha512-Vby03jbr2UbrsLh7rMxID/JL1omWaUXmuyjAXgf2GYLYfF++lgoTgM76s8WBjBfJPbj28bMTvOsO3RBrXPBJwQ==","signatures":[{"sig":"MEUCIAjHjpLXwOIZYViI3rBC5ELlGbzuqIn9n0oRlnfHBxVBAiEAsuLVyBaKkJY8gZ3jhHQ28I06qyAwOgdY2m0UtlDRxwo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457040},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9d9973f8-daad-45be-98dc-7431e40fc886\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9d9973f8-daad-45be-98dc-7431e40fc886\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Vby03jbr2UbrsLh7rMxID/JL1omWaUXmuyjAXgf2GYLYfF++lgoTgM76s8WBjBfJPbj28bMTvOsO3RBrXPBJwQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241210.1_1733845313067_0.4943672296763426","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241211.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241211.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241211.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d46655d35bcca83b2e3ffde5dc742daf1f2866b1","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241211.2.tgz","fileCount":295,"integrity":"sha512-Qs9YfWURXgZbe1xJCX5uVcRJswutcC8/NzauonyS8JTreu9zJ/DSlsQeM9h+fki1p7yd1EsqM2ABmJVIbx9yAg==","signatures":[{"sig":"MEYCIQCxY9UBncow/HO0x4a4Chq239hDTtHCIOWJFjAYkphrbQIhAMItA+jLXUxdlahjdAAZkmqLvhthL+Mp1GDC8C7p4KYL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457040},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\15366d91-166e-4487-9b52-42df963e707d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241211.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\15366d91-166e-4487-9b52-42df963e707d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241211.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Qs9YfWURXgZbe1xJCX5uVcRJswutcC8/NzauonyS8JTreu9zJ/DSlsQeM9h+fki1p7yd1EsqM2ABmJVIbx9yAg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241211.2_1733931864408_0.4715000336087396","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241212.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241212.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7086457ed006d3324af1b394e9c4bd56b96cb516","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241212.1.tgz","fileCount":295,"integrity":"sha512-4p6YSKG4QFJhqbG6Ow2Y3rE//S4hTbovz36ekqnfQ8RCPK+pgQnGCagR8mwT8sPOTeIdIZ5DaYxELrvN8Bj4/A==","signatures":[{"sig":"MEYCIQDDr1CTDjHosUUFdORhroEO5CjzJxsS95sVLl5z4YZuAwIhALzduZj4IVDonERCRpbjhSaMfzhqqtIqNBF6e0aHkLpa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457040},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\34fb8b2b-e1d6-44e1-87f7-371dc033415f\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\34fb8b2b-e1d6-44e1-87f7-371dc033415f\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241212.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4p6YSKG4QFJhqbG6Ow2Y3rE//S4hTbovz36ekqnfQ8RCPK+pgQnGCagR8mwT8sPOTeIdIZ5DaYxELrvN8Bj4/A==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241212.1_1734018354121_0.6237555785481939","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241213.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241213.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9572b3d17f207645eacc5945f1ab25861e7f57d4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241213.1.tgz","fileCount":295,"integrity":"sha512-fYn9ODJJezJbNWmPBNWKPJ9KJzenUXk4PCFOMVxR32G8et1PtM0b9zrE7sQH/opDKaj7j9o5yz/EY4T3Hu5vYg==","signatures":[{"sig":"MEYCIQDQToHOElGv9WXwz3l/o/CpdIWdaStFiBjhAfP8Fh+LBwIhAJIRozX7yFKvzLj1ScVoS+0RRTfHT2tSJBxV1HG6FVmI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457040},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b0a1f46d-a95d-4fcc-9da8-5a9e0c123b85\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b0a1f46d-a95d-4fcc-9da8-5a9e0c123b85\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241213.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fYn9ODJJezJbNWmPBNWKPJ9KJzenUXk4PCFOMVxR32G8et1PtM0b9zrE7sQH/opDKaj7j9o5yz/EY4T3Hu5vYg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241213.1_1734104423418_0.3607957883792512","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241216.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241216.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8d967fa4a37f8f77300a2ddc09bd08e7e03af6a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241216.1.tgz","fileCount":295,"integrity":"sha512-1wR3L9+y8djvjMP9cDFttdTXubNb+RWjfyysJG12/4iZQ4gNk7vtFQXa/TZaWzEpeIphipaxtYBjVv9WlEg9qA==","signatures":[{"sig":"MEYCIQDAiBd9hvUVp9NR0lra4CjFnFZ/rt9O9Lumh/pT260/qAIhAJii8v82cgL5xdHge1QFc2PaYFuPO5EHT/I0IU+cFfnv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457040},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4d72cebd-d53e-45c6-a050-4a3a6daad341\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4d72cebd-d53e-45c6-a050-4a3a6daad341\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241216.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1wR3L9+y8djvjMP9cDFttdTXubNb+RWjfyysJG12/4iZQ4gNk7vtFQXa/TZaWzEpeIphipaxtYBjVv9WlEg9qA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241216.1_1734363761368_0.3306045096771919","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241218.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241218.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5add74c9801de439a08c73c874e452416abcb97a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241218.1.tgz","fileCount":295,"integrity":"sha512-mAUJbXAFCZhzIMgBXPW/fimRHqqqxEiQIFiAru77WvF6qY0kW+2oFSv/EyDGBTT2LBh0pA8LbT39YuW/gYn5pA==","signatures":[{"sig":"MEYCIQD0m1SieDZOdHXyiMOHHT/50dUtZZScc1TOKFxbunQ8fAIhAJsVpYJcTM+fk4IQWzJF7wEhGMBFd+g+JS08O3TnWSLC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457041},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9fcfd230-fe23-4177-b0fa-b4be59388541\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9fcfd230-fe23-4177-b0fa-b4be59388541\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mAUJbXAFCZhzIMgBXPW/fimRHqqqxEiQIFiAru77WvF6qY0kW+2oFSv/EyDGBTT2LBh0pA8LbT39YuW/gYn5pA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241218.1_1734536453779_0.33840686092038696","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241219.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241219.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"efd03ddb05de8a38eea3cc608f2545436cd043d3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241219.1.tgz","fileCount":295,"integrity":"sha512-A2eMyGQIANWstp5kVzKxd2Etp/iMtn7CcAGC1NFjOwYoe6L6HCAYCUSgLMevYFV20Uttfuy87nOkD/S62hl2UA==","signatures":[{"sig":"MEYCIQDlNNGUE9WkaCh/7fkLrkaBA+LpjF6O4jp6VByALEuYswIhAKB/TawSDf/KkZkx+YdFU3g6/wrvPs9FchWslGxM1A7i","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457041},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\933375b6-38cc-4885-b187-faa4cd773d08\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\933375b6-38cc-4885-b187-faa4cd773d08\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-A2eMyGQIANWstp5kVzKxd2Etp/iMtn7CcAGC1NFjOwYoe6L6HCAYCUSgLMevYFV20Uttfuy87nOkD/S62hl2UA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241219.1_1734623019757_0.8831107857278242","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241220.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241220.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241220.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"757e2c857532b5c7f0185000e4b8a52a72232ed8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241220.2.tgz","fileCount":295,"integrity":"sha512-b6tKla4NM0lpumZTL+YMat6qXrFgGxkXtyKf0EOLR28MmqbEHnO40A0BbcXAI/5FcfPlRlRJw4+VIfGgMAZ0wA==","signatures":[{"sig":"MEUCIQDrYUbibWCurbqp0I9UbVrxKGMc7k2bVzglWxuluCcM/AIgFxHqlFh6zyHCLwLopTky5luoszMVPV94HHancNftO2w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457041},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4ea3caa9-2bc5-4a63-a6a3-0e5b4d4aa4f1\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241220.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4ea3caa9-2bc5-4a63-a6a3-0e5b4d4aa4f1\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241220.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-b6tKla4NM0lpumZTL+YMat6qXrFgGxkXtyKf0EOLR28MmqbEHnO40A0BbcXAI/5FcfPlRlRJw4+VIfGgMAZ0wA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241220.2_1734709529656_0.342027710268926","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241223.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241223.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"68e40af8637109344bad4505a59366de7f8b3bed","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241223.1.tgz","fileCount":295,"integrity":"sha512-zXpIS03VtLc9L8opBZ7RftRqnJDolm5LU3AqGEolX0A/XeHt5b8//pcrmisHp9r5SPdOYblhwjV3fYqSXG2wCg==","signatures":[{"sig":"MEQCIFutNevkM3gLJh0DMpFm8itAe8/3sXyj3FHsHCB9unnrAiBbcIS9eyYGilNt8kjaMrhoDzLFk9T/hifrqUerHqWL5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457041},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1c95b5fd-8fdb-4bf2-aa20-5dc992d8123c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1c95b5fd-8fdb-4bf2-aa20-5dc992d8123c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241223.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zXpIS03VtLc9L8opBZ7RftRqnJDolm5LU3AqGEolX0A/XeHt5b8//pcrmisHp9r5SPdOYblhwjV3fYqSXG2wCg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241223.1_1734968676408_0.1161243057810315","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241224.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241224.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"03bd7ec74c4a483ed37d57f7fc713995196c2fea","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241224.1.tgz","fileCount":295,"integrity":"sha512-GT0dT2m6oWycsbFYWItLtfYbyHPpyW6lfUttawDcZEFJ7XrpxiqWt2wzCM0e6aFTKapKvL4U+PnBpvG7/e6BgQ==","signatures":[{"sig":"MEYCIQDhxNuFTOvJr4lSAY8IgAaJncGMRHNN7eHPrB0lzkHuUwIhAKW6myJ6i5lKCrprnNbFqde0rH7/Itd6lDP+n5TQ77x3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457041},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dba32570-bbee-4f58-94fc-853ca92e07ad\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dba32570-bbee-4f58-94fc-853ca92e07ad\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GT0dT2m6oWycsbFYWItLtfYbyHPpyW6lfUttawDcZEFJ7XrpxiqWt2wzCM0e6aFTKapKvL4U+PnBpvG7/e6BgQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241224.1_1735054920711_0.016323048258564343","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241225.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241225.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4c0365130444ac031e0ae5bd6b87584cc1ecf0cb","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241225.1.tgz","fileCount":295,"integrity":"sha512-+AhggprYg43+PS0QY701EcdEmMi06GJGD0BiUCBma9Gd7qYMe8tnQL/E6RuNnFziYMl85LOTHjtRJ6OQG0Cuvw==","signatures":[{"sig":"MEUCID2CEqzUy+M24i4kt1U6trxNUZh6wekRvVYSIcHfJHkYAiEAij4qyobklMjwk1fUMDWkc3CjSkO9zs15rjqqTWC919Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457041},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fe94916e-de85-42cc-983a-8998c4967a33\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241225.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fe94916e-de85-42cc-983a-8998c4967a33\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241225.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+AhggprYg43+PS0QY701EcdEmMi06GJGD0BiUCBma9Gd7qYMe8tnQL/E6RuNnFziYMl85LOTHjtRJ6OQG0Cuvw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241225.1_1735141290176_0.13895857899658837","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241226.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241226.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9ef1737661ef44f78bfca74c0a8a5578b09ad80b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241226.1.tgz","fileCount":295,"integrity":"sha512-+DH5/8te2eNdB/kjC5WyvyJm5jblvcNbBV5Ndn4QtSZm6+0iXbPlsTQbbso6VdrnJv6bZJMC+WV6kvvYBbyY6g==","signatures":[{"sig":"MEQCIFwtwLDkBn5Ff/9PTNdKTBzyh/RHCHqY0ebTJBK/FD4pAiAQB7wl9sBPE4JX2WXMlm0T3Chq3FSDHNKm6W06YqERdQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457041},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\41e7cf55-9309-476e-a34c-889ee1e6d37c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\41e7cf55-9309-476e-a34c-889ee1e6d37c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241226.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+DH5/8te2eNdB/kjC5WyvyJm5jblvcNbBV5Ndn4QtSZm6+0iXbPlsTQbbso6VdrnJv6bZJMC+WV6kvvYBbyY6g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241226.1_1735227878807_0.5712099156505888","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241227.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241227.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0d9a2f807a1a38af191b8409980d814908eefe67","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241227.1.tgz","fileCount":295,"integrity":"sha512-Zb+SukJ9yef1QfB7w1dAisRZf/ts//lf7+bgsVwzQN718JPdEQvKYguo4Uy4T7JdC5ggze2n6GQ2LR3/DvpGzg==","signatures":[{"sig":"MEUCIDqWWfuHlrurLzv3Wofp0Pik8o4acnkBmAY1yF5HlHDUAiEAy3j7SUDgdAtER7mis0e9HLfrphQMLNNWDjDT/Hrf0DU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457041},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa60e2db-8ec0-4493-8576-3bcdf8626c42\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa60e2db-8ec0-4493-8576-3bcdf8626c42\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241227.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Zb+SukJ9yef1QfB7w1dAisRZf/ts//lf7+bgsVwzQN718JPdEQvKYguo4Uy4T7JdC5ggze2n6GQ2LR3/DvpGzg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241227.1_1735314367502_0.6146192947428843","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241230.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241230.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241230.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"37ea7636833e73123ced9dbc14061a7c14e4dea9","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241230.1.tgz","fileCount":295,"integrity":"sha512-L00htw5Zl4l+UNAEytpGu215CsPr3K3hZ8qPubUPoYQQf7FjYwfojMhcUMo03qdqOXPjBMqWiwffehjRm11S5Q==","signatures":[{"sig":"MEUCIA8Kf2Og+2lxA+k9N4gHOgQNV+60QeTyFjmXib2S26tOAiEApl2eQVTpM7muFjasCaQJBQ3PXjxB3opW58JxIxYm2dE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457041},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f0d816f6-eee6-4f77-ae97-5b5ce04b021e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241230.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f0d816f6-eee6-4f77-ae97-5b5ce04b021e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241230.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-L00htw5Zl4l+UNAEytpGu215CsPr3K3hZ8qPubUPoYQQf7FjYwfojMhcUMo03qdqOXPjBMqWiwffehjRm11S5Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241230.1_1735573535693_0.6999883176287904","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241231.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20241231.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20241231.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a6863a12c4855a7ed1f977de719decec5945ad1b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20241231.2.tgz","fileCount":295,"integrity":"sha512-DhbbZbGUWwU+Icn1QPhUpmnI0QIIiIxMpsNfuIu4T55yclIUQLqyZDRm0cUCefZb81g39ZjUwT69h0hr9NO/JQ==","signatures":[{"sig":"MEUCIQDLy2qkEA4FsGB2NyxGTxnwf+PcDlTgj5XXWiw6vup3aQIgCN9QhPmI9jqkBcC+FQGneNBA3Fru4KtfWTBxIbUEUZY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457041},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\44396979-bf50-4526-a30c-f89eb3a722bf\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241231.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\44396979-bf50-4526-a30c-f89eb3a722bf\\azure-tools-communication-alpha-ids-1.0.0-alpha.20241231.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DhbbZbGUWwU+Icn1QPhUpmnI0QIIiIxMpsNfuIu4T55yclIUQLqyZDRm0cUCefZb81g39ZjUwT69h0hr9NO/JQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20241231.2_1735659856843_0.5135138752541757","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250108.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250108.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e5ac8ec8db6fb22ff9038ad170d27d65d20364f3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250108.1.tgz","fileCount":295,"integrity":"sha512-liKf0ZZJkm6FbpBZLWiJkv5y4HvUs7eVMrYHDakmMYDBb06VWd+F6K4KrhxRxYmjdVrg7i6OxINPZVqkBUpcwQ==","signatures":[{"sig":"MEQCIBOXl0646l/sfetw05u3vVD75/EaQ23OdvzU8U5UnjWPAiAMytT4OVWtykeMqnLAJMeGR1KhT0HfX9yPBorFfY46Nw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457041},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a17a5b7a-12e2-419f-a9e2-9cf47bfbf56a\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250108.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a17a5b7a-12e2-419f-a9e2-9cf47bfbf56a\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250108.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-liKf0ZZJkm6FbpBZLWiJkv5y4HvUs7eVMrYHDakmMYDBb06VWd+F6K4KrhxRxYmjdVrg7i6OxINPZVqkBUpcwQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250108.1_1736350821145_0.7923209963155458","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250109.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250109.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e025daf6ecf11294bf0b9911c9afb6fd4d0de4ef","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250109.1.tgz","fileCount":295,"integrity":"sha512-XRfAEv2ijJLlNPLC304F0OAqgE5ISg1IqPt5jnA8WIw3GFjdlpC0ZugS6DGYilMeQ9ai3U9sKPGnqpllatG8cg==","signatures":[{"sig":"MEQCIG8SL+grdvs8ob3BDDl4seRBJCQVblvLRZ+Wq23TbFIiAiBRoFPQ2S30401LJurqv1wFnsVz1e+FzxdPBYOl1ANijg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457041},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3b1d9c77-b23d-47dd-9281-d5811c6650e1\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250109.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3b1d9c77-b23d-47dd-9281-d5811c6650e1\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250109.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XRfAEv2ijJLlNPLC304F0OAqgE5ISg1IqPt5jnA8WIw3GFjdlpC0ZugS6DGYilMeQ9ai3U9sKPGnqpllatG8cg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250109.1_1736437191163_0.7771519514940792","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250110.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250110.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250110.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ddce4ad19218041e0f7a3c7733b0ad01b1e280f8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250110.2.tgz","fileCount":295,"integrity":"sha512-RPQ7hTEmwfbUGeyzs4YwuZll0QT6/rJ5RJmrmnsY19PMCZLy28xnQ3Jdl8z4KIvpX4LJ3N1128VEy67UC2CgtA==","signatures":[{"sig":"MEQCIGe1/6Z+Am3ISG5DTzFtqL+z814vfICpoTGFWH9hovvUAiBXY/34sUVdiXc4ZIPn60KW0tCMmpuf9esrZP/xLkqm0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457042},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3480ee62-236e-4c29-a4e4-5eb56b5b4ecc\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250110.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3480ee62-236e-4c29-a4e4-5eb56b5b4ecc\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250110.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RPQ7hTEmwfbUGeyzs4YwuZll0QT6/rJ5RJmrmnsY19PMCZLy28xnQ3Jdl8z4KIvpX4LJ3N1128VEy67UC2CgtA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250110.2_1736523621449_0.9414379855402573","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250113.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250113.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"76714e11d7d72efd0cdef66423d6a725ed29ef67","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250113.1.tgz","fileCount":295,"integrity":"sha512-iQFnq66JB0Sv9e+quHcmWoHmKpkp6VB+Q1J7TTJRvoiJO6ic770/uTIUPp32fSZiizUsnhgCaPgbMMrGw7qVIQ==","signatures":[{"sig":"MEYCIQD2qpA1+V9rhhxF1plZ5Ja1WsV7W+1HvL5HIvZehRzStgIhAI90l1nyp09Pm4n6yBXvqG38D1MtSF3uSBmlg4Fg/irG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457042},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\89317114-e0e8-4618-b22c-5f383892ef70\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\89317114-e0e8-4618-b22c-5f383892ef70\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iQFnq66JB0Sv9e+quHcmWoHmKpkp6VB+Q1J7TTJRvoiJO6ic770/uTIUPp32fSZiizUsnhgCaPgbMMrGw7qVIQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250113.1_1736783016042_0.5490419360079168","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250114.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250114.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250114.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d8cc79992d476efcfa042bf000b16779fb5dd9c","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250114.2.tgz","fileCount":295,"integrity":"sha512-NP7EHAgGn1MAcfQ5VgmM0YvYOpPejvXi3XTmZoyVWF9tgEIm2XmVqDdsqgtVtn+1qJbHVYAiBbuNHmVosc8K6g==","signatures":[{"sig":"MEUCIHTfN/6mqAdo/VXg8Mc6qtIYIuOcKndmVxNRxXJ2nTLFAiEA+d8v2jGSgbMx9iThEhuKbRNtSI/J545NHoviNOmLJAk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457042},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\94b67087-947c-46e4-acac-d319733beb73\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250114.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\94b67087-947c-46e4-acac-d319733beb73\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250114.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NP7EHAgGn1MAcfQ5VgmM0YvYOpPejvXi3XTmZoyVWF9tgEIm2XmVqDdsqgtVtn+1qJbHVYAiBbuNHmVosc8K6g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250114.2_1736869434117_0.4448949148796215","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250115.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250115.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5d723c9eaf29db0c33fcdb3b4d3ed6730b45d3c3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250115.1.tgz","fileCount":295,"integrity":"sha512-RMH3RVqAoDR6oC38ooeu5WsmLmSkbaDk7zIMO2HKPQMHVEQhlw3VBUM6p4ipl4up96hSJR5gq6BdtsxEmUAtkA==","signatures":[{"sig":"MEQCIFaq4a9RnOMDmVmyYB21/XZ+kBBNMY+Q0qIpfycryy0IAiBEcxxSkrMKACz8lJBVwvoXjiXTERZfHf7givx9hBSnFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457042},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b7c0b1f6-c7e4-4819-8b67-d1f8d6243732\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250115.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b7c0b1f6-c7e4-4819-8b67-d1f8d6243732\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250115.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RMH3RVqAoDR6oC38ooeu5WsmLmSkbaDk7zIMO2HKPQMHVEQhlw3VBUM6p4ipl4up96hSJR5gq6BdtsxEmUAtkA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250115.1_1736955849879_0.5809068226275591","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250116.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250116.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e664e73df1cd002c4f699dc26e17f8744acd450a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250116.1.tgz","fileCount":295,"integrity":"sha512-nmMWjFLVF6OR0w+I5rDxNR/h0uPFG508DLGqD4Et4TA/GT5spcPcGQEioGB3S7Tzvnhkd0eLGmglrc2v4rMXBw==","signatures":[{"sig":"MEUCIQDV5BA31HYKKolkyEmdLA4P2jxUAuXHC5pZCC/ARaS4rwIgYwJNUqlECu9WTDxzBMLRZrKLval/xAGuTfWwizqk3SU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457042},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b2a7ae15-0f39-460e-b25c-5a16a58ad327\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250116.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b2a7ae15-0f39-460e-b25c-5a16a58ad327\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250116.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nmMWjFLVF6OR0w+I5rDxNR/h0uPFG508DLGqD4Et4TA/GT5spcPcGQEioGB3S7Tzvnhkd0eLGmglrc2v4rMXBw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250116.1_1737042370804_0.2994646522623039","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250117.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250117.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2571f5c2262aa4c64cb54884354093f6ad6a694e","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250117.1.tgz","fileCount":295,"integrity":"sha512-ZibKQPrL8/9TUanDFrrVwXvLUCLXjWNhDqIgjNgEuIeqHC15ivSFWSqieLlUtcnEBZu5RWWIWOVTPeUPt04kAA==","signatures":[{"sig":"MEUCIQDAzds78F87hr0DeongOOaH9sxImZFU6GcfyGRRCWLu1AIgYO+GSZBOpbuq9jqhvQJwQSkSHErsPTMiKo0mJ2Hdq00=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457042},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bb02d2ad-1bc7-4168-80a7-6da7dc05e6d8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250117.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bb02d2ad-1bc7-4168-80a7-6da7dc05e6d8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250117.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZibKQPrL8/9TUanDFrrVwXvLUCLXjWNhDqIgjNgEuIeqHC15ivSFWSqieLlUtcnEBZu5RWWIWOVTPeUPt04kAA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250117.1_1737128534848_0.9734712198035187","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250120.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250120.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b1fda0f2ff3cd168c0d1f9216ab916d0f09c6b7a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250120.1.tgz","fileCount":295,"integrity":"sha512-VN/pKYxhMHrnDMclGjUsD8XB2WNp9Jtc//tmlwqeQbxloi8Vdx2IqTJOIE1NYx00qIT/fit1CuDOVG49ksoXJA==","signatures":[{"sig":"MEUCIHInbuHNDGuwznfpPh78qKjzQ2RqoFqr6v8BmINLQvJTAiEAtvb0WUa0NRPulh5PQtBIXeaqoliVJUmk6HLZLvXsEm0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457042},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4a081bcb-3fca-467e-b624-0781e28afe10\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4a081bcb-3fca-467e-b624-0781e28afe10\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VN/pKYxhMHrnDMclGjUsD8XB2WNp9Jtc//tmlwqeQbxloi8Vdx2IqTJOIE1NYx00qIT/fit1CuDOVG49ksoXJA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250120.1_1737388000230_0.7969561605777369","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250121.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250121.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d77548140a7487a0f1c6f656ec1847b951965bb8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250121.1.tgz","fileCount":295,"integrity":"sha512-othRdfD3B/nZTEY00k7oxoxoRj0/6VMSLPxD/1SrCQVL0kBXhvfRDBW5V6offfDMWyo+QgBgC0PXljIguwZRGQ==","signatures":[{"sig":"MEQCIHjO6QRQl9NdbsBdS0zAZSRa4i7NDy6BzYG/WimT82EQAiBqvMq0w0urScKbLZGCLk1ixLCrgBNl4Bdy1lxHKBuQ5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457042},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\54baefd5-54fd-4cf3-9588-a5648f280e8f\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\54baefd5-54fd-4cf3-9588-a5648f280e8f\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-othRdfD3B/nZTEY00k7oxoxoRj0/6VMSLPxD/1SrCQVL0kBXhvfRDBW5V6offfDMWyo+QgBgC0PXljIguwZRGQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250121.1_1737474155428_0.6136494710716631","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250122.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250122.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250122.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"68a551f7bd3cb30ac2089fac08c1d72cfe36f2da","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250122.2.tgz","fileCount":295,"integrity":"sha512-DNaVCmCIsqfDzS5EupXenRjrH8x5NRtrLqh5AcqwXEFbuazLqMqYK+3AjdvHrh1QDT/lXJS8UvuX4YGY2iNBEw==","signatures":[{"sig":"MEUCIQCuP5yI1qHrOannxSFt+kMaDC01ozPkHAbIHVIOQEU41AIgPsf/dji1y6aSxcS6O7Atbk5uBdCMo4Pmv301719A3mE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457042},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cd47b6aa-6c83-4ae5-87db-d41ca4390fb9\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250122.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cd47b6aa-6c83-4ae5-87db-d41ca4390fb9\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250122.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DNaVCmCIsqfDzS5EupXenRjrH8x5NRtrLqh5AcqwXEFbuazLqMqYK+3AjdvHrh1QDT/lXJS8UvuX4YGY2iNBEw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250122.2_1737560759350_0.9216136460098601","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250122.7":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250122.7","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250122.7","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"144b51e21a988fff3db395c4c5a935a6fae3dad8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250122.7.tgz","fileCount":295,"integrity":"sha512-/UQA63KcBNJG7h8G1bxruELnqTBIcFQaO8UrJe0AO0N4rZQv/J/zeadPDNpUJARPMr0HdmzO1V1ooXbnBYNpAQ==","signatures":[{"sig":"MEUCIQD1bH56ATUThtVDh+AGjQxrnaeXF3pAQRiU6veKsANw4QIgVUhTl9NL+C+3yGp5rpdvK+pWAgasXy5vzZZcKhFNnx0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457042},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d30a3c4c-bc0f-4420-97d7-5259803c59be\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250122.7.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d30a3c4c-bc0f-4420-97d7-5259803c59be\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250122.7.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/UQA63KcBNJG7h8G1bxruELnqTBIcFQaO8UrJe0AO0N4rZQv/J/zeadPDNpUJARPMr0HdmzO1V1ooXbnBYNpAQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250122.7_1737564753635_0.46836468522526364","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250127.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250127.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"39aac04dbd2833d2cabee2232fed65f83b80b6c4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250127.1.tgz","fileCount":295,"integrity":"sha512-AScdTM9ZNKmeQeYXIxqqWq5bcYlP8j4A8643nPaAWe06dG9pHFVNdblMvVIGqNuhL4kImaIoCxzLKDaPfJXCnw==","signatures":[{"sig":"MEUCIQDNl0VuVu+5tr8YHh34LXsqCKuXkScn7hGXH2ImOth76AIgTFZkrpGZkq9G5R333vWQm7aSRxGsQ3Lg+tgPksDkEt4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457773},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7a929c53-d54a-4a5e-91c2-990b741ae8f7\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7a929c53-d54a-4a5e-91c2-990b741ae8f7\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AScdTM9ZNKmeQeYXIxqqWq5bcYlP8j4A8643nPaAWe06dG9pHFVNdblMvVIGqNuhL4kImaIoCxzLKDaPfJXCnw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250127.1_1737992445896_0.40101442460093506","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250129.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250129.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f0c29f4b902cbe92859caef52c02bb2f6ee174dc","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250129.1.tgz","fileCount":295,"integrity":"sha512-aA/iPKxa3M7jI65XJwSyrvwobiJVM+hG4GnoOkT63/d9YJOSh9jVXz1yf5HL8Msrnzyu64OLu3on1I/Y7kHMeA==","signatures":[{"sig":"MEUCIQDYQRWkllF1jy6MmRkc8/n5eKgKrEjYK93ze0EEiXAQ8gIgciXUGHpBo0zX50mWBEqFLhweEscGOxfcNkp1N4yFi0k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457773},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d1d98b22-b82f-4677-8908-fe85d425e878\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d1d98b22-b82f-4677-8908-fe85d425e878\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250129.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aA/iPKxa3M7jI65XJwSyrvwobiJVM+hG4GnoOkT63/d9YJOSh9jVXz1yf5HL8Msrnzyu64OLu3on1I/Y7kHMeA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250129.1_1738165404550_0.12632306476698285","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250130.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250130.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250130.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"287f1fcb7ee0836032376780c00bcc498d97fcf8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250130.1.tgz","fileCount":295,"integrity":"sha512-vtETwO/5aKhK1jLY/sjEaqivKOfKalVOSP/6jNLXSLz09YnfdpbM8MDyj2g4mAz7MLaCMortU3snrE0y1FKSQA==","signatures":[{"sig":"MEUCIDqmzsmh45AXheB/7XoiaQRvVKbo5sxI21wwdj/QzfC8AiEAoa0WiKWEXkAHjeeQgwRqROhg1iGuyiFiDRNlAJWOsIs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457773},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8948daba-fbcb-4a22-849a-f484b0eae43b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250130.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8948daba-fbcb-4a22-849a-f484b0eae43b\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250130.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vtETwO/5aKhK1jLY/sjEaqivKOfKalVOSP/6jNLXSLz09YnfdpbM8MDyj2g4mAz7MLaCMortU3snrE0y1FKSQA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250130.1_1738251698924_0.15601005603247908","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250131.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250131.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250131.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"53017590596021fbf0f1f5647d9a7ce16ee617a6","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250131.1.tgz","fileCount":295,"integrity":"sha512-oqsHyNhnBxpCYlZ4HswSIUizil9fN1xG1ZgdhcjalMUtlOlqfjreJ4GUSsLe+2qz8jW+KJlrADEfe6wISD2Rdw==","signatures":[{"sig":"MEUCIGghjfs2/JgHrTw7Y6o+8WYjNfkT6OcB2Y8+4eaa6mSnAiEAzdBBStK60WeTeJ4xqrYhH/xCDlAOGhksM9FHt8l5cwQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457773},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8e72d18b-c0fe-4b10-ad82-260098e03d37\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250131.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8e72d18b-c0fe-4b10-ad82-260098e03d37\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250131.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oqsHyNhnBxpCYlZ4HswSIUizil9fN1xG1ZgdhcjalMUtlOlqfjreJ4GUSsLe+2qz8jW+KJlrADEfe6wISD2Rdw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250131.1_1738338294840_0.3512278786959817","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250203.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250203.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"47768060e732869ca5b68619e61337b53455f658","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250203.1.tgz","fileCount":295,"integrity":"sha512-rmSyGDTQx0WKolZ8Qz8e876r7ELGT3PodXkrDi6I9/4NP3rJMKsdjbImsFqIkjuC5hM+OnQMP6aMs+e3K7xM6g==","signatures":[{"sig":"MEQCIBItqjt6unolW1aXzWB7SEm5NZvPcgYdHjy4ahql/4EsAiBEv1Sf/olfGGc8j2K1POUtCcCptENSMjp8HmlYhtHWsA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457773},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3a55f930-79b5-469d-9428-e16f3f8ed723\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && dev-tool admin migrate-source && rushx format","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3a55f930-79b5-469d-9428-e16f3f8ed723\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rmSyGDTQx0WKolZ8Qz8e876r7ELGT3PodXkrDi6I9/4NP3rJMKsdjbImsFqIkjuC5hM+OnQMP6aMs+e3K7xM6g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250203.1_1738597595816_0.3952943346374058","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250204.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250204.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8dad1b892d1b61c48c2775ed663615cd62389f92","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250204.1.tgz","fileCount":295,"integrity":"sha512-v08l6GzQThlGtdjy5l5ORUIkZUFjcsV+2WH1wIEHw8boxlon+DSWsCiSrpBynR3Y5v5BgLVBPsPfKjvnzV3fjg==","signatures":[{"sig":"MEUCIFocTgDUIbJ82uFIlZo8VcLcKcH9fEE/IfjgoSWQC9UWAiEAs+Nbo4ndsvcaLBD6ure68Ut8dWm4VglMqLc47fzsSF0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457705},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a74d945e-b2f8-434e-932e-2cc288bcaf6e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a74d945e-b2f8-434e-932e-2cc288bcaf6e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-v08l6GzQThlGtdjy5l5ORUIkZUFjcsV+2WH1wIEHw8boxlon+DSWsCiSrpBynR3Y5v5BgLVBPsPfKjvnzV3fjg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250204.1_1738684806213_0.8264241041104938","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250205.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250205.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f63f630c20a2ea8c40e892d9332bf7d645a95326","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250205.1.tgz","fileCount":295,"integrity":"sha512-IJn7w4LsdmdwTNAcbiU5btF+G6K3TFYakyCU4ToVljuLQd8zYHMJmB8TJOb0a83NsDTynmAtaiHAJ7SIafhsCA==","signatures":[{"sig":"MEUCIGBjeevWoK4F68JJfIPgyba+XBCnRnXKpVva77DRrsRXAiEA9OCBfwOJo+iECA7bn67A6QdfC8iHWm3ovsUMK7OtunM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457705},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ce1fe453-97e0-41b3-b760-b9f1b22f5c32\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ce1fe453-97e0-41b3-b760-b9f1b22f5c32\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IJn7w4LsdmdwTNAcbiU5btF+G6K3TFYakyCU4ToVljuLQd8zYHMJmB8TJOb0a83NsDTynmAtaiHAJ7SIafhsCA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250205.1_1738770207448_0.6384178815088031","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250210.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250210.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250210.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"96d9b64fb3ac82a935bfc8ebd694c8b4a9ba0076","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250210.2.tgz","fileCount":295,"integrity":"sha512-ULEOxXQJAl/SoDga7s3Fqravl4PQPy7fCb0p3kC0fraUClrPxK+Zzj0UYoOkDKp3EDytoc91i2byIW+qf13F8Q==","signatures":[{"sig":"MEYCIQCqNqvxHsFsPQjo0/gZfvROfhpUFmQMjfueYIHfwGoRugIhAPGJK6lnM/8PnKA1trc2z+geTqRMu37xIolY4xqfgfUD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\18cc2b3f-f157-42a8-bc8a-0da0b3b52764\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250210.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\18cc2b3f-f157-42a8-bc8a-0da0b3b52764\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250210.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ULEOxXQJAl/SoDga7s3Fqravl4PQPy7fCb0p3kC0fraUClrPxK+Zzj0UYoOkDKp3EDytoc91i2byIW+qf13F8Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250210.2_1739202321132_0.21998860982472213","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250211.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250211.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0ceddee97727c4c7f47c5c18123969620be7b124","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250211.1.tgz","fileCount":295,"integrity":"sha512-UuZvGHQCJOq2rmZfm/VgaTcRh2jf7a7PiE9pLOhp/a3M2fDYzY8RlSsrK+KXEjH1QfEY2jusHxDhmsV3Il2TWw==","signatures":[{"sig":"MEQCIHN5dZHtQ+ThFHUVGpc30HVlp+e6FhWh0hflxj9eaMyNAiBFznnBQzTVEq1+DM1kXijvuIBBcSVq2IxmuSaBfA3CUQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\653a0836-d9b2-437a-9826-f28e9f6b23f4\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\653a0836-d9b2-437a-9826-f28e9f6b23f4\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250211.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UuZvGHQCJOq2rmZfm/VgaTcRh2jf7a7PiE9pLOhp/a3M2fDYzY8RlSsrK+KXEjH1QfEY2jusHxDhmsV3Il2TWw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250211.1_1739288543498_0.760437661480712","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250212.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250212.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c0aac7651edbf8e14397ab8a2be84bc9ded058f9","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250212.1.tgz","fileCount":295,"integrity":"sha512-yZhrd1Sqj327RVxlZpihSpz9jlbmbwgO8zh8IE6Z4oztX1waAtat5AK/AoCBgsu2GD8CHVVLIW/FhcY42HWzmw==","signatures":[{"sig":"MEUCIQDmoHMv3al19vGAkJtfeBI9oAZN9kD/aWvpspbZn0bJqwIgNEN2BwU+b/sF/BtWaVlQrxYZFau4mnxwOpxnjMNPZCg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c8e90bdb-b239-4b75-84d9-af45b821150e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c8e90bdb-b239-4b75-84d9-af45b821150e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250212.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yZhrd1Sqj327RVxlZpihSpz9jlbmbwgO8zh8IE6Z4oztX1waAtat5AK/AoCBgsu2GD8CHVVLIW/FhcY42HWzmw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250212.1_1739375133157_0.4005928487216486","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250213.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250213.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"76f07c61f975271b81ae776340c6797c91239ea0","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250213.1.tgz","fileCount":295,"integrity":"sha512-q59Oj9kJKNMPJ14qpxCesvCZTEw0UJv38+q+BtFRiN6oH/hlmeTOaYkfPClSiitp4pJpDbuYl1HqMAJuwk41rA==","signatures":[{"sig":"MEUCIFIMUHdsMO/cQnzeWNbe6AgfU02ysRObMCLQ9Bm4ddJfAiEAtflgTbt5ihPe0jl+tRHtaPgfCVbeOVLy3u9gnKEeXUI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c23668b0-8b1d-4748-801f-7145d0b1a5c7\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c23668b0-8b1d-4748-801f-7145d0b1a5c7\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250213.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-q59Oj9kJKNMPJ14qpxCesvCZTEw0UJv38+q+BtFRiN6oH/hlmeTOaYkfPClSiitp4pJpDbuYl1HqMAJuwk41rA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250213.1_1739461573081_0.5980311520798751","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250214.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250214.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250214.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14f64a8183581f15958491b091d00c327a903981","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250214.1.tgz","fileCount":295,"integrity":"sha512-c8Ul/OlaK7O6rk6ALtmVU6SlMxjqs2qpUSI2vI3O5KEVY4MxJWaEvHf7+7NsBZ+6IQ+gBHQjBTujpDIlcuF5pw==","signatures":[{"sig":"MEYCIQDwIaW+qDTm+lQ1KmqsL0n/VZ/XfGjlLXBaEcxzVj0yOQIhAJ5pg9KeqBOeJ6BC61nbjFsAI4Nff2p3U18pbp4oJx+A","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\37e4870f-0edc-4781-b59b-ee4d2e85cadf\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250214.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\37e4870f-0edc-4781-b59b-ee4d2e85cadf\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250214.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-c8Ul/OlaK7O6rk6ALtmVU6SlMxjqs2qpUSI2vI3O5KEVY4MxJWaEvHf7+7NsBZ+6IQ+gBHQjBTujpDIlcuF5pw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250214.1_1739549443708_0.9576013488231079","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250217.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250217.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0168192c6273b288cc6d33d11d79c9db4ca6e6d0","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250217.1.tgz","fileCount":295,"integrity":"sha512-1djJY3MNGzI8V7RPe5YbPfqBA9j+/nbOxVZfZKY8scopdmXDHyzmn7AGP7Vueu9BS5PqS+EbjE6+/faCvXIVEw==","signatures":[{"sig":"MEUCIQD+FhAlIP/dznwCsLRAO02/970b92ouIQ9BRnHOnfyb8QIgHucJcrFZ/maYGl7yPAAJGveh/WtY1jl3ftwYGKHZYd0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\62defe7c-6d17-4f05-b3cf-94bc531cc822\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250217.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\62defe7c-6d17-4f05-b3cf-94bc531cc822\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250217.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1djJY3MNGzI8V7RPe5YbPfqBA9j+/nbOxVZfZKY8scopdmXDHyzmn7AGP7Vueu9BS5PqS+EbjE6+/faCvXIVEw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250217.1_1739806837707_0.40822894261402687","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250218.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250218.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"976ea5d1ea8abf76149414b478e31183954b1729","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250218.1.tgz","fileCount":295,"integrity":"sha512-/NOPCzNzSZDmNrPm+Vo8l8zM58keg/PVqt6k0ijD7cD2VhLjezmAS5h5Gyu1jKlfoIoe5FXwRqPv/faK/4PsWw==","signatures":[{"sig":"MEQCIHt4i0ZEKh1Zz7ala0hYpRml3CT+TmxCUpgK290iM3ggAiBvuUjgKYwanMvlQUrUcKbD1bCfcrOodK9MQk/7dJkQIA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d9177e82-a186-4ae3-b5ab-faf965016782\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d9177e82-a186-4ae3-b5ab-faf965016782\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/NOPCzNzSZDmNrPm+Vo8l8zM58keg/PVqt6k0ijD7cD2VhLjezmAS5h5Gyu1jKlfoIoe5FXwRqPv/faK/4PsWw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250218.1_1739893392624_0.6913285813609185","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250219.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250219.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf33a17e7065ac0ad10b78077ab2c238cb30fddb","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250219.1.tgz","fileCount":295,"integrity":"sha512-1BLptOmZbcv0ocLRM8shq+PYuzm6yyqaaDYTU2FGNxcCklD3mpbanoeS1W8UAL1fJJNhBLdlnk3ldIJAAgXloQ==","signatures":[{"sig":"MEUCIEj8VIEOvBi5WcKJdYgexAqae7uWgblHMlvOh1EFPNdCAiEAvWeyRfrQkdDRCI/I6OWGE6/jxrJcJ0Idnhie/Agibkg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9a306f5e-8d25-4939-8ba4-e7624e73be97\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9a306f5e-8d25-4939-8ba4-e7624e73be97\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1BLptOmZbcv0ocLRM8shq+PYuzm6yyqaaDYTU2FGNxcCklD3mpbanoeS1W8UAL1fJJNhBLdlnk3ldIJAAgXloQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250219.1_1739979879121_0.34489699083884195","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250220.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250220.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"880a5b9dbd3f3472122417669031f71db7fd9362","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250220.1.tgz","fileCount":295,"integrity":"sha512-CU02ioqP8RwIuoa7x1x5m94Xs4cP2MWAqmdDXkQlVebU23XQ1x3Lz8d2aHAiTdOmlADiexFABx+zr26iF89rPw==","signatures":[{"sig":"MEQCICqavrIQLRgSdkXKgvfwQIjAWy/9nzmekT6yGPRUnBCwAiATlwpD5sjHmo+CjvBlJXmmDYi57wda8BfqH7/4YUtcPA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\505e38d6-b835-4a0d-8bb5-242b4984ea1f\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250220.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\505e38d6-b835-4a0d-8bb5-242b4984ea1f\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250220.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CU02ioqP8RwIuoa7x1x5m94Xs4cP2MWAqmdDXkQlVebU23XQ1x3Lz8d2aHAiTdOmlADiexFABx+zr26iF89rPw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250220.1_1740066314082_0.9389658591982306","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250221.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250221.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250221.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c725aa7404e2eac7f9a37e1a7ad4105f5a3ac9b4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250221.1.tgz","fileCount":295,"integrity":"sha512-1g48V0GMm78YbZrEXFsFmGhPo57VfXi7J3npRW/0VMOuU/3YV+b+/KPJUiUcUQtATjpIZGN0f4vwuS5YJWj3IQ==","signatures":[{"sig":"MEQCIG459ELf7j1Eqm8JIlQLuB1doZEADYK+6r6bKEReonqAAiAHbLOg/bM6tBbvlbSUq+3UEfocWqcwc2KpHHIe6RziDA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7c49b83c-0e46-471b-a3f9-62615fc1e08a\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250221.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7c49b83c-0e46-471b-a3f9-62615fc1e08a\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250221.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1g48V0GMm78YbZrEXFsFmGhPo57VfXi7J3npRW/0VMOuU/3YV+b+/KPJUiUcUQtATjpIZGN0f4vwuS5YJWj3IQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250221.1_1740152683887_0.7865992522675731","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250224.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250224.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"02b17465c8956a9948421a44efdf7fc4706f415b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250224.1.tgz","fileCount":295,"integrity":"sha512-5ei7v7gLjYNccZg8125y9UpKSeoyE4Hi++s9wpwkmNxRl6xpJi08tXFI2wn4zMUPwKLQFabTufZLj/U4urwQOA==","signatures":[{"sig":"MEQCIDI/1ErAi0jcJYRUqrmj/tnWFopCXMTVFX58cnv6QY7mAiBAS1az6uKErQRBIPJjZ5CUZHpeabWoyAM18HnlJcQqzA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6b964cfb-0791-47e5-858d-301e16bf7589\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6b964cfb-0791-47e5-858d-301e16bf7589\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5ei7v7gLjYNccZg8125y9UpKSeoyE4Hi++s9wpwkmNxRl6xpJi08tXFI2wn4zMUPwKLQFabTufZLj/U4urwQOA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250224.1_1740412108088_0.9108543539024714","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250225.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250225.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bbeb1fc7d3586a593b12abc9aaa696731f3ff237","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250225.1.tgz","fileCount":295,"integrity":"sha512-BW9tlB+5Ttz5neFWGNs4aIPJbjN7M5y3WZ4tIo5+0QsdQWixVGZ8ZyAq0O1ziZni8cNsAqqGi7T/QKaiaAkEBQ==","signatures":[{"sig":"MEUCIQDP8gNIbJgjmBvCx3lzWG/vF45BvbVlJ0rw01P2PLj7YgIgA9kWbkZ2Ukc3ksBKTGjomu5AEzahi3t5Xu01HZdLj8o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1dd828a8-2f25-47b7-92c0-c6f99671233d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250225.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1dd828a8-2f25-47b7-92c0-c6f99671233d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250225.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BW9tlB+5Ttz5neFWGNs4aIPJbjN7M5y3WZ4tIo5+0QsdQWixVGZ8ZyAq0O1ziZni8cNsAqqGi7T/QKaiaAkEBQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250225.1_1740498359435_0.9888637496308166","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250226.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250226.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ae76fdab8c7648ca64d8bda298b8fec950490b45","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250226.1.tgz","fileCount":295,"integrity":"sha512-2j0UW4DyXkWKyDOl+6n9u8vMd+pLrXVi4zIIRJBRaX9T4cA7soLrXGxdioTlD7GmVIazblClM0QyVX/oyk9MpQ==","signatures":[{"sig":"MEQCIFoqalzFc6GxQIo2Ja65FPHc/qQMpicVD/zuWNBSaodtAiAcjYfjrFLl1kUtfGtH+kEFCbM/lp4bIa+3Iu3XCEvBhA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\956d1a5f-cf3e-4a4b-ae12-af01f11b4192\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\956d1a5f-cf3e-4a4b-ae12-af01f11b4192\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250226.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2j0UW4DyXkWKyDOl+6n9u8vMd+pLrXVi4zIIRJBRaX9T4cA7soLrXGxdioTlD7GmVIazblClM0QyVX/oyk9MpQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250226.1_1740584741646_0.8553452426996451","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250227.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250227.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f8148c46293d303162d87146ffa9cb0c9caf70ba","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250227.1.tgz","fileCount":295,"integrity":"sha512-LiINls/nE19xZmA1ZDWjYvF72JhGOhxnxuG1ntvnnaqFUd51XbGGxp1xiiSIQThz67zJGBx17Bz5bu+S1ZUEvQ==","signatures":[{"sig":"MEUCIQC8yLxFZ3c8EcoUCQbhaxyyQxbr2sQbYH0y9prHqcjWaAIgSo5SCaBIkxbZyE/4tlQYrA28yF8SwLD6sL0MRzonpLg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\583864b0-5843-40fc-8544-7619e13d3b25\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\583864b0-5843-40fc-8544-7619e13d3b25\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250227.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LiINls/nE19xZmA1ZDWjYvF72JhGOhxnxuG1ntvnnaqFUd51XbGGxp1xiiSIQThz67zJGBx17Bz5bu+S1ZUEvQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250227.1_1740671179478_0.27379961838499045","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250228.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250228.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250228.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7975a40ebb372441d47e6ae83c82941c786b3ae2","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250228.1.tgz","fileCount":295,"integrity":"sha512-66rMNvvBLNrf8USlFYxHNL77w8PjTr+L7RN65qo9gFKNdHT/d7P20TnlMZIRRyq5csx3gd5iyM8lQY1pqZiAXA==","signatures":[{"sig":"MEQCIBqKKj0pKb7M9/ckc1f/IR051eEtf7dOEOnTn0n9Xb+nAiAXj3AQnq3EqIQbg2jBFlaE5pQQURqWI6T09utHUogWZw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c195b84f-ed2a-491a-9ed2-1dfd99584733\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250228.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c195b84f-ed2a-491a-9ed2-1dfd99584733\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250228.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-66rMNvvBLNrf8USlFYxHNL77w8PjTr+L7RN65qo9gFKNdHT/d7P20TnlMZIRRyq5csx3gd5iyM8lQY1pqZiAXA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250228.1_1740760140116_0.7798090523533834","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250303.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250303.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250303.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ba808c49fc101366afc6acbe22c6c9a6acdddee3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250303.1.tgz","fileCount":295,"integrity":"sha512-AUkrPt/HfUaeBhoKWg1y8M71YwgntJe7VRWd8/cGQK2au/oYN06M4avGxxgBIz8ANwC7qGGLyTN5AS+FbGUUpQ==","signatures":[{"sig":"MEQCIHzPnaIhiAYEgjvXemPFluwWpFmJf2VYUOGzp8D55KurAiBwAx11hqKT2reX7IsGyOsMhwwYMnbzpuZsOtVU8v7pqQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\051391c0-78c0-4ff3-a3d4-024f5fe7ac5d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250303.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\051391c0-78c0-4ff3-a3d4-024f5fe7ac5d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250303.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AUkrPt/HfUaeBhoKWg1y8M71YwgntJe7VRWd8/cGQK2au/oYN06M4avGxxgBIz8ANwC7qGGLyTN5AS+FbGUUpQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250303.1_1741016963729_0.02985861534287193","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250304.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250304.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250304.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"830736866851a418bc36e99283e3fb23c6240c5e","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250304.1.tgz","fileCount":295,"integrity":"sha512-uNKreiRlAxtKG7G28ZDo/G0kIGrGuURiPiY4EI2R5lUPAy0tqXISqThBCwU1JfavmbDbYEEJDS5vm1gcmMythw==","signatures":[{"sig":"MEUCICEa8uaJA2QAbszx9WN1cjcGSBzf6eVMBD5z9CXnt0jIAiEAxZ1cZ7sZQpUHHMNOTFAwQcCT7yStfvTEsr7am3M5l4A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\89b315cb-1e40-40c8-8579-b78c64b7c217\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250304.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\89b315cb-1e40-40c8-8579-b78c64b7c217\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250304.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uNKreiRlAxtKG7G28ZDo/G0kIGrGuURiPiY4EI2R5lUPAy0tqXISqThBCwU1JfavmbDbYEEJDS5vm1gcmMythw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250304.1_1741102892064_0.7785751945687902","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250305.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250305.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250305.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1fa2a396238ccd31ed8d78f228532da95e42217e","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250305.1.tgz","fileCount":295,"integrity":"sha512-M4kZcB0//5fZW56y5cGDF/7EPaAdHDqZne/dqA1qUfalfkYk5E+AP9h83uJS3WK9JTOLxcKQDYdBJGn16NXQrA==","signatures":[{"sig":"MEQCIAxfjCLGD7lDRLtL+qjmgGjKUSSHADOYL7K0557xjkp4AiAp4YEjn/TZQjARfKs05l6j69LDNQKBAlrep+o2/9B3YQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\688837cc-4da6-4574-8126-d567b92e010a\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250305.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\688837cc-4da6-4574-8126-d567b92e010a\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250305.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-M4kZcB0//5fZW56y5cGDF/7EPaAdHDqZne/dqA1qUfalfkYk5E+AP9h83uJS3WK9JTOLxcKQDYdBJGn16NXQrA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250305.1_1741189495153_0.08056253035527905","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250306.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250306.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250306.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cf372d8b9a5229e9dcf21b52cc34d50a7d912f81","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250306.1.tgz","fileCount":295,"integrity":"sha512-bbe6TcR6xXS0syzCyc645SVGXRoo2fX7UhL0/7E8P6NNDvBp8YePc6fcSg6iHjjNayGvJ7jf+DbuFh96emooiw==","signatures":[{"sig":"MEUCIC4jGjQwfAvhxEGWvQBu4nrIOw5ciS/8MUfnD00wUxBIAiEAvEIzKIXP0YrQ0SDJLHPQjrpxLeultqhmn/KgBNMPPcA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\78882a9c-8f70-4596-b5e3-f63ca049f232\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250306.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\78882a9c-8f70-4596-b5e3-f63ca049f232\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250306.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bbe6TcR6xXS0syzCyc645SVGXRoo2fX7UhL0/7E8P6NNDvBp8YePc6fcSg6iHjjNayGvJ7jf+DbuFh96emooiw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250306.1_1741275874599_0.7779024375687751","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250307.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250307.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"710df03b7797885aa381c358a952b0caec1a0e88","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250307.1.tgz","fileCount":295,"integrity":"sha512-9sBYSIFEapmHbkK+5uXA49jSLMq4YHX1JxI6FHq1+LBm9JlVAkqDjkWE6kZXL/QHTToX83jVU+rlGRBEQNN7gA==","signatures":[{"sig":"MEUCIQCJZKt+5nqKJWmfAkn0aeSvXVqIsfD7NwYrvPvn58h9KgIgVB9hO2GxJjayLOk9BQwd/siIOAw82oNt+1Lr7SX1kQc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a10e207f-ae49-40aa-97bd-f5efc1e7fe28\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250307.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a10e207f-ae49-40aa-97bd-f5efc1e7fe28\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250307.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9sBYSIFEapmHbkK+5uXA49jSLMq4YHX1JxI6FHq1+LBm9JlVAkqDjkWE6kZXL/QHTToX83jVU+rlGRBEQNN7gA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250307.1_1741362296807_0.9926460376841635","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250311.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250311.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250311.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e99d97957a83ca6581640ae6bde94dbaf85a025f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250311.1.tgz","fileCount":295,"integrity":"sha512-m1/9/UR35ffxf7pV0KD4OcTrVWgfGDssGJDVWKPLhoEcR45iPuB5LpognOmUUSANwrcAqLBAhD2c22/qcuBaxw==","signatures":[{"sig":"MEYCIQDQxIDLmUEyFaO4vFUSjKYHDZ3Tqcy7JC4AEIe8kCZvrwIhAKZHOJoNGuTqvsp29kOA9ha+rwKoJKshJFEUMJ31yrL6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2dd9015a-e117-46fe-adab-187c18cdf005\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250311.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2dd9015a-e117-46fe-adab-187c18cdf005\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250311.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-m1/9/UR35ffxf7pV0KD4OcTrVWgfGDssGJDVWKPLhoEcR45iPuB5LpognOmUUSANwrcAqLBAhD2c22/qcuBaxw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250311.1_1741704179039_0.5158741613750917","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250312.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250312.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250312.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"994a3e6e65f604c21d22de9f5c77b50eb0741fb6","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250312.1.tgz","fileCount":295,"integrity":"sha512-YhWUdshijRbFL5ZFAkXDipvhz+45HNGjY8/vHyiWiUsFBPPxbBcVx1fVkxhrGa2Wo4aodvmtctOhWAxADtb3gA==","signatures":[{"sig":"MEQCICrskxjsrcifF0n3Xb7D6Wo359x2VKAUScC65ZnymqEEAiB1PEmt1mUR2Iwj/Cq4ho1yAL2HcvnOCUtfN9XLGlSZyw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9d2c7173-415f-424f-a2e2-06eae3826e20\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250312.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9d2c7173-415f-424f-a2e2-06eae3826e20\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250312.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YhWUdshijRbFL5ZFAkXDipvhz+45HNGjY8/vHyiWiUsFBPPxbBcVx1fVkxhrGa2Wo4aodvmtctOhWAxADtb3gA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250312.1_1741790636641_0.7723001536228229","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250314.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250314.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250314.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f9ed0ab41287961389a7cae4a60946888cf6cc34","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250314.1.tgz","fileCount":295,"integrity":"sha512-ZcQfBMDo1HudTuMuBBZ/+OvJ9/RqfdG2Cta7ZVQyWxkf6PbTO+Yp3PII9MQVCaEGzXTnl+SMy2EsAT1M2+leQw==","signatures":[{"sig":"MEUCICF6F1jZepwCT7Zr3hvxe078oB5jSLpXE8BMQsgg0K0IAiEAmRw2lTkyFx9ccDzG8DseXl55SxlrHLocH/6rf4ssB5g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f5901c75-6580-44b0-a3a5-94f8120c26b4\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250314.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f5901c75-6580-44b0-a3a5-94f8120c26b4\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250314.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZcQfBMDo1HudTuMuBBZ/+OvJ9/RqfdG2Cta7ZVQyWxkf6PbTO+Yp3PII9MQVCaEGzXTnl+SMy2EsAT1M2+leQw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250314.1_1741963390190_0.6296489951070812","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250317.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250317.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250317.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"96174bc9c8e236bfc0107f882e3d294739ccf33a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250317.1.tgz","fileCount":295,"integrity":"sha512-DI/776Za9NdbvJrtNUwOxXzhSm9nzUn2nmEa+9Tya88hhJzFIdwuIHEx0uZwvA45v5xhCSZ76SyKQHdN/Onw5A==","signatures":[{"sig":"MEUCIQD/S/Mg70uo7aDYn5C1zBJG0eQZRZujayjJLeEMjI/xBQIgHego1t3y92EhqMvnkzFLEEx+rcvnS3mTYUb+fRDUTNA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d37212a-80c7-4fd5-8aa1-80f710f4e913\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250317.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d37212a-80c7-4fd5-8aa1-80f710f4e913\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250317.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DI/776Za9NdbvJrtNUwOxXzhSm9nzUn2nmEa+9Tya88hhJzFIdwuIHEx0uZwvA45v5xhCSZ76SyKQHdN/Onw5A==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250317.1_1742222466491_0.8400263937737205","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250317.3":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250317.3","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250317.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"112323671da92ae6c2d10a26218a63ab1b979cea","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250317.3.tgz","fileCount":295,"integrity":"sha512-6ADxJYvCuHM95Xie1HK7gxPIKQ2f/lwehrv+uHsIMHFSZ/j67zwaUHh/KyO/axJgkhzBiN+2JqWbkuJz8Aw1JQ==","signatures":[{"sig":"MEYCIQCuHgK4GFKIZtrB0ExhE5vz6OBoBvS5dGdZd/k3j61yxwIhALNBM1Hc9ww4CnuXoIgnKojX0Lh7QZGmSDlhLZWzzdac","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1ac9a1d5-0526-47b8-a82a-b13a02c15200\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250317.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1ac9a1d5-0526-47b8-a82a-b13a02c15200\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250317.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6ADxJYvCuHM95Xie1HK7gxPIKQ2f/lwehrv+uHsIMHFSZ/j67zwaUHh/KyO/axJgkhzBiN+2JqWbkuJz8Aw1JQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250317.3_1742228345229_0.296147951706784","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250318.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250318.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250318.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e6ce5d62212e52fc0a5ca7a77644b18865c6036c","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250318.1.tgz","fileCount":295,"integrity":"sha512-Pm5+4M5+vdkC6d98MA3kdwozcCtObtVdv6Yz6A4XYXttLxtIVr8wI7K6cIeksFg3nzw3I+h+S18C1P5xJoacKg==","signatures":[{"sig":"MEUCIQCJrH3bpyjZxQlRPMR+cmii7XjCY+Lsk9Qh+BqeBUISswIgNm2lsapw/fJneX5+PfUI23anTox6U2Bg6dfIBgkSpbY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d6747e83-9550-41e5-8764-922239bb3dc5\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250318.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d6747e83-9550-41e5-8764-922239bb3dc5\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250318.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Pm5+4M5+vdkC6d98MA3kdwozcCtObtVdv6Yz6A4XYXttLxtIVr8wI7K6cIeksFg3nzw3I+h+S18C1P5xJoacKg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250318.1_1742308879979_0.16922576091986663","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250320.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250320.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250320.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"99103cd27a6a0f1de660d291a775c479b81a36dc","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250320.1.tgz","fileCount":295,"integrity":"sha512-dhf17kiK3O1lyqTrmlYU+L9wXjFJkw8NaE/+lBAKScmzZiNHzb5vBWghiYekFmpcUqm9qZuG+CTYgTSJocmoFw==","signatures":[{"sig":"MEYCIQCGaAGMxkN9hbLtl+fwUsXU90k4AE96Z+KK7PoJouH+OQIhALpcFJN0BIob1H4thFurB79oIe3pNjKaeekQk+KOYk6r","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e72d109a-7b93-418a-8f33-2d40f8e6cce4\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250320.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e72d109a-7b93-418a-8f33-2d40f8e6cce4\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250320.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dhf17kiK3O1lyqTrmlYU+L9wXjFJkw8NaE/+lBAKScmzZiNHzb5vBWghiYekFmpcUqm9qZuG+CTYgTSJocmoFw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250320.1_1742481677790_0.7474672556124435","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250321.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250321.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250321.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14e63c23b9c3a6723594bb65b9fcf915dbd4a221","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250321.1.tgz","fileCount":295,"integrity":"sha512-8U879Y0BMpV7wurBY7PUko6D+Uyr5G7vRRFeMYKI2w1uxaCwYxkAQ+ehqQucqG7oF3swIPYBaL+2UIDGFpZ9IA==","signatures":[{"sig":"MEUCIFLlPHxGD+GfDGrTREmf9O0i/ldTSm0eNpAn1Hpu6MBOAiEAyQ4sVNx4AFkYhqJ8zdDwm1E5i2AGRLrzuYVp04I6LKE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d6d0a946-09e0-4270-b6e9-4f6a80365755\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250321.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d6d0a946-09e0-4270-b6e9-4f6a80365755\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250321.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8U879Y0BMpV7wurBY7PUko6D+Uyr5G7vRRFeMYKI2w1uxaCwYxkAQ+ehqQucqG7oF3swIPYBaL+2UIDGFpZ9IA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250321.1_1742568104393_0.024186424399421647","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250324.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250324.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250324.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7298af3728e8d4c25e981a42359c18826e1f0a68","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250324.1.tgz","fileCount":295,"integrity":"sha512-f9Odt2+EScuECjDiLFCUy26wMh3JTDFUa5ug3H2BktAAcR+IRUyDOTRTPU9czzdG4YPp+Gu6xIvzey+qVA1SLA==","signatures":[{"sig":"MEQCIF381e0Of1WcsqGVs5T76IjxgqxAm2XKKZ6s3Al/KzWrAiAnTCljBtxGcIZouXHYCCp25G0HMQbNZSBt1a9rFwygkA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4ba5842f-c0ee-4212-ba78-5389203f2e32\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250324.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4ba5842f-c0ee-4212-ba78-5389203f2e32\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250324.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-f9Odt2+EScuECjDiLFCUy26wMh3JTDFUa5ug3H2BktAAcR+IRUyDOTRTPU9czzdG4YPp+Gu6xIvzey+qVA1SLA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250324.1_1742827510752_0.32131440456490834","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250325.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250325.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250325.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f9b10198fa7e4e63af69072cd7c915b8bfaf9aa4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250325.1.tgz","fileCount":295,"integrity":"sha512-Idm3D74PUV87IffD9ixWh4AdeE9jPeXtdSh4CF9Uof2AyEj8xK6V6yftCJLnfHNGR76xfY38xC2U0iblR6l37A==","signatures":[{"sig":"MEQCIFWrZQ0742FM1WLFdgBXwoOmJCcYFoQ4PdTnYp/x4QC0AiBBRmCgRVsNFcB4H+bBEjuNzV6sK7Np3RxshOkQva362g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\89425271-42da-40ad-a3fb-1949645709a1\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250325.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\89425271-42da-40ad-a3fb-1949645709a1\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250325.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Idm3D74PUV87IffD9ixWh4AdeE9jPeXtdSh4CF9Uof2AyEj8xK6V6yftCJLnfHNGR76xfY38xC2U0iblR6l37A==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250325.1_1742914242073_0.032727326633594345","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250326.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250326.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250326.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2005378c31d2116a3b1cd4766b688fc621367d4c","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250326.1.tgz","fileCount":295,"integrity":"sha512-rWihDJDGkGmN0GcHkD+waXNZVgOoEposgPP7aM6BN7cYAv/Kdp55cfq3mDCw5Q1L76mX7Mn1XPP6WLSHLSTwZA==","signatures":[{"sig":"MEYCIQDB7xYpQOENpA3dzVMYBLv6A0msUb+xVRcReKX6FzpT6QIhAK7UEO/qytpOLb4yzh4bG2Y5ES3YmVoQiP6nqaOwmL4O","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\efc1eaea-c866-41ea-99d1-991a8a45124f\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250326.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\efc1eaea-c866-41ea-99d1-991a8a45124f\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250326.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rWihDJDGkGmN0GcHkD+waXNZVgOoEposgPP7aM6BN7cYAv/Kdp55cfq3mDCw5Q1L76mX7Mn1XPP6WLSHLSTwZA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250326.1_1743000206366_0.05453845346735653","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250327.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250327.2","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250327.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6138346188d1ce30f86d7c3489fac89f03f8b79e","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250327.2.tgz","fileCount":295,"integrity":"sha512-u4lNOSG2em18e+XwpFB/TBEz8YDaSz6J39AOR0zE30/J7QlSZ42zAenSWzx2ekFX8SR4k4ADjfYwqZ+d2/z0xQ==","signatures":[{"sig":"MEUCIQCEOnGV6OV7KfoElw902ZKTdiQWQ+6zsDqTgGgLkYxk6QIgTEjGdkLBPXnZhoaEh+hriiM2l/xDqScuolVcnlp7FjY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8b6f20ed-0d84-41e7-b48f-01a104a1f1b7\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250327.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8b6f20ed-0d84-41e7-b48f-01a104a1f1b7\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250327.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-u4lNOSG2em18e+XwpFB/TBEz8YDaSz6J39AOR0zE30/J7QlSZ42zAenSWzx2ekFX8SR4k4ADjfYwqZ+d2/z0xQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250327.2_1743086615401_0.4176756936202244","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250328.4":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250328.4","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250328.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dbb1f2d396ed735053f245628a7a399f603aa9b6","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250328.4.tgz","fileCount":295,"integrity":"sha512-/oQqm+z9Pz4VJzCtG/p07Qb2BLTahZ24Q9FU7FW+D4mBGXZOFde4JmQNi6NOxZxwXdJeKykj21ckL1hALwrzhw==","signatures":[{"sig":"MEUCIQDRnm9Sl4QcgLdVQmC4xunjIZ8ZaigRjpuBfyf7Yi2hjwIgNL44X0dJt42zY3Ac8Itl2jATlbEA7Nvs8LUDbDvLySU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\646924e1-70d7-421d-89a8-50814b427cdf\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250328.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\646924e1-70d7-421d-89a8-50814b427cdf\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250328.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/oQqm+z9Pz4VJzCtG/p07Qb2BLTahZ24Q9FU7FW+D4mBGXZOFde4JmQNi6NOxZxwXdJeKykj21ckL1hALwrzhw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250328.4_1743172924926_0.3335304099346714","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250331.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250331.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250331.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e149cc755b1c1cf5be38f23bca35ff686ff5db43","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250331.1.tgz","fileCount":295,"integrity":"sha512-w2vhLsKz7D0IMc/mLEVHVoLxZOJizmsErJWP9QMziNhOVHT6jnjrdBNi4meyjbmHGuLWf3G7N1x9Tf0JauqVEg==","signatures":[{"sig":"MEYCIQD1KIH6NH9K6rsu2ld4Y7ReJxkLu+GNSnHAL0HqrTh8gQIhAKxYtuHTq/qB9uMCa5oG7o1fsqDtohH4BXVWyjuiB31o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\41e2c69b-a4d5-4d54-b94c-5807af5f25d0\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250331.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\41e2c69b-a4d5-4d54-b94c-5807af5f25d0\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250331.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-w2vhLsKz7D0IMc/mLEVHVoLxZOJizmsErJWP9QMziNhOVHT6jnjrdBNi4meyjbmHGuLWf3G7N1x9Tf0JauqVEg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250331.1_1743432207103_0.01128845504571041","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250401.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250401.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250401.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ca6b1a36c95be71364051757def35f5068d2e97","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250401.1.tgz","fileCount":295,"integrity":"sha512-S3+9vEaAOnziGZ0GV5Vx08M4RtohbGMZ6Pya7BdRYcwqaXGO+Qd7gM6jrWHXVchq7Jmjt1G86PbDgmpWXYjwDg==","signatures":[{"sig":"MEQCIHNelcEJ442S01CKMDovHhC+K5cXuOqZeTRYe0iUop5rAiAlkhoPZUZY8QdZLnWUlaJmikdi8xC23fRdcViB4e3mMA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\59169160-2740-4056-97af-1dbb6e5ce5f6\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250401.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\59169160-2740-4056-97af-1dbb6e5ce5f6\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250401.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-S3+9vEaAOnziGZ0GV5Vx08M4RtohbGMZ6Pya7BdRYcwqaXGO+Qd7gM6jrWHXVchq7Jmjt1G86PbDgmpWXYjwDg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250401.1_1743518626029_0.09597237969476358","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250402.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250402.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250402.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0b75a5da97765bb79f673fc623588d4be9ab7e4c","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250402.1.tgz","fileCount":295,"integrity":"sha512-1YRd+nGMAZ16hOPZYUJhO/TBSyshFYByW2hK9MBRR29onl4FO7XARZRGbz9yiSz9tM3SAxxI8/djrFXju+Iykg==","signatures":[{"sig":"MEUCIF6NlgL0b6E8t3wH9Hce+KoGT6Wjgaf9UEQgdKiI7H6yAiEAlSptoSMztbZguNVFEJCyPs0CZdkJzI0msWlAThGVZzA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\17daa57f-44b9-4911-94ec-228c21832fce\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250402.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\17daa57f-44b9-4911-94ec-228c21832fce\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250402.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1YRd+nGMAZ16hOPZYUJhO/TBSyshFYByW2hK9MBRR29onl4FO7XARZRGbz9yiSz9tM3SAxxI8/djrFXju+Iykg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250402.1_1743604970386_0.499813718089948","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250403.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250403.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250403.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"935eb2b80bcd3077e658912d19df9a5962f3b741","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250403.1.tgz","fileCount":295,"integrity":"sha512-lMtxd5cD2hekuLvvW5FbfWnp1KO9fR3Tau+QlyOnJo1xQWqvn+kAHWiWJoHPv/P8nC13ykseRfKWx+X5OziHew==","signatures":[{"sig":"MEUCIBBdl0NkgqArD2Ec5xhSZk0ZGd3FlHN1jcj/1txGgA1eAiEAiVbJk5oCazzFhBcoy78Hc1VKYDWaS7+G5fQILaqUUis=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\108dcec1-f81b-441c-86eb-d5149e0eab53\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250403.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\108dcec1-f81b-441c-86eb-d5149e0eab53\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250403.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lMtxd5cD2hekuLvvW5FbfWnp1KO9fR3Tau+QlyOnJo1xQWqvn+kAHWiWJoHPv/P8nC13ykseRfKWx+X5OziHew==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250403.1_1743691288983_0.8693586251983718","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250404.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250404.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250404.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bfbe45cccf81b323ace5446d63e87956098da3b6","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250404.1.tgz","fileCount":295,"integrity":"sha512-663A9yw6YMHPvDbFOnHVsdrhbfox5hFmKenujJMQKlHap1BOWaW22OTHKo/tLwwE/5aavYxKzKj4e+SkGdWMiA==","signatures":[{"sig":"MEUCIErtw676yUbesus1KaXMnWfsTIe9bsPKIWuF7fkOxNs4AiEA7mjLsY9s93bD8G7gj54bymoHLv4ctsJzcDhtqIKvBP8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\54746b3f-d4b5-4873-8c06-1faf8ca3651d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250404.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\54746b3f-d4b5-4873-8c06-1faf8ca3651d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250404.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-663A9yw6YMHPvDbFOnHVsdrhbfox5hFmKenujJMQKlHap1BOWaW22OTHKo/tLwwE/5aavYxKzKj4e+SkGdWMiA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250404.1_1743777717655_0.9663660318897793","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250407.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250407.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250407.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f15ccf80234ed64a446e71821d9c62884e250e95","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250407.1.tgz","fileCount":295,"integrity":"sha512-nYr5q8NoLLz8HZlLRnYBSvDPqO1CuGwUQgsCcQsZzE44EDr4UGoImbBMMQCwPcrxYGMXP78J4wOs0OuvtSz7dg==","signatures":[{"sig":"MEQCIGR6nCyV8E8v1nijMY1nf9Dkv5PPuroGUzaL7P2MjS/zAiBKchtNZKgUAoBPH2u80oe1Tb+bwHASbFopxxo55f9Dxw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8551e6f3-6e2e-4a6d-a858-c41a15e8d358\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250407.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8551e6f3-6e2e-4a6d-a858-c41a15e8d358\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250407.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nYr5q8NoLLz8HZlLRnYBSvDPqO1CuGwUQgsCcQsZzE44EDr4UGoImbBMMQCwPcrxYGMXP78J4wOs0OuvtSz7dg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250407.1_1744037125778_0.5625153577745399","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250408.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250408.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250408.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0fcf9857a658e63db69ac98cc45df65365fc6ee0","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250408.1.tgz","fileCount":295,"integrity":"sha512-1jcBnoRh0Mx1BUhnLopwj5q541nSiS3lK+w6d3DosGRjbUeJpGlrIPh4rOUdkiYMzo5O0QHegrsVZEEqlS6VKA==","signatures":[{"sig":"MEUCIQCHN7t2dB5lgpxmIlVACch2ke5tjqUNLN8be0NUNVyO+wIgXMH4eTcQCIrGQwBeJjbGKWRcc2HCR2visd5EBzPC2sk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d14ede8d-f89c-4628-9dad-519fc00e2021\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250408.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d14ede8d-f89c-4628-9dad-519fc00e2021\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250408.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1jcBnoRh0Mx1BUhnLopwj5q541nSiS3lK+w6d3DosGRjbUeJpGlrIPh4rOUdkiYMzo5O0QHegrsVZEEqlS6VKA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250408.1_1744123359077_0.1341862765921873","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250409.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250409.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250409.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1be169e57d17aab80cdb610fccddd01959e895cf","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250409.1.tgz","fileCount":295,"integrity":"sha512-JW7XSpRrA9mKjlAD0Z8qizNG1xfCn2R1YT74WK/qlIfFiR+SLA+VJSfn5qxH32Aq3riTE7sjiQZTos1p0WqiAw==","signatures":[{"sig":"MEUCIQDSh08YYcyB7mBLxc6KC1sRSl/kqE+qVeRqqXlo/AYFVQIgLHhAOp/Rj80oL6HzvzaXf9zyUPG2bxI7X45KCCbeT9k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\878b0e96-5acf-4031-9bf0-88fbb898ad89\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250409.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\878b0e96-5acf-4031-9bf0-88fbb898ad89\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250409.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JW7XSpRrA9mKjlAD0Z8qizNG1xfCn2R1YT74WK/qlIfFiR+SLA+VJSfn5qxH32Aq3riTE7sjiQZTos1p0WqiAw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250409.1_1744209617262_0.3954628441334904","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250410.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250410.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250410.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"89fb9c0aae684a79002688a808fed28cf50b6363","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250410.1.tgz","fileCount":295,"integrity":"sha512-woULN5y2dbpwkzSnKQeENb1Ib/0TWwrBCn6CsU5arbOPFsUTMsKFsYXbW6a8Ddsb2rzO2JLxfNUS2rDthKM78w==","signatures":[{"sig":"MEYCIQDRvIuyZYX0OUJCNEhK06R5JhZgjuxdfR11aJY4cVXgIgIhAO40Rawz7+LNTV83m1TZhNvXJMhUTmN+D/7AXNRyUpA3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\37b3aa88-f8c4-4d6b-b587-6a51f3322398\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250410.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\37b3aa88-f8c4-4d6b-b587-6a51f3322398\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250410.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-woULN5y2dbpwkzSnKQeENb1Ib/0TWwrBCn6CsU5arbOPFsUTMsKFsYXbW6a8Ddsb2rzO2JLxfNUS2rDthKM78w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250410.1_1744296181022_0.427575674944515","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250411.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250411.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250411.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"341522ee3b39fa51e9916fed79837ddb8cad5c39","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250411.1.tgz","fileCount":295,"integrity":"sha512-JRMA4e4CF5eglDFW8A/qU1VLniTfBn0mGqtd2ZABWE7sEu2W2JKBdd/PpNqQ3Ik+C66e58nyiNrD8g5WJyHb3g==","signatures":[{"sig":"MEUCIA8tqEdBXp6PDAbrAVghd9AV6/gyiqiyuum+G9hMHbnZAiEAgJ1Zy75MyfM/6pJAFieWKl+QTYxTtHd9GEVfuEVikQ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457546},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fae76e31-1945-45c0-b2b3-20025532b844\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250411.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","test:watch":"npm run test -- --watch --reporter min","build:clean":"rush update --recheck && rush rebuild && npm run build","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fae76e31-1945-45c0-b2b3-20025532b844\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250411.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JRMA4e4CF5eglDFW8A/qU1VLniTfBn0mGqtd2ZABWE7sEu2W2JKBdd/PpNqQ3Ik+C66e58nyiNrD8g5WJyHb3g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250411.1_1744382466502_0.1774424042240177","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250417.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250417.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250417.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5583fe7ca87fd7ca0584546b7874042461fabe76","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250417.1.tgz","fileCount":295,"integrity":"sha512-vgUp8SLCKb0Xg+mxBXq3ijtsfl5S4QnAl060trx9+roT5HqrJfalOk58nm2XiBWR7qbtMJdMpPAqPOJZ0oHbrA==","signatures":[{"sig":"MEUCIQDP6sA9owbp3yPeoxZNCAwqEyVmTaH+Lndlqm8G9k8vDgIgDAPYPkBEBHjNLTdHvVyMymwLpfOE6J2rnOS7Negx4bM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ddd042e8-2d62-4233-8f97-70c45ca4c1c5\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250417.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ddd042e8-2d62-4233-8f97-70c45ca4c1c5\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250417.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vgUp8SLCKb0Xg+mxBXq3ijtsfl5S4QnAl060trx9+roT5HqrJfalOk58nm2XiBWR7qbtMJdMpPAqPOJZ0oHbrA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250417.1_1744900022513_0.29391826165164736","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250418.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250418.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250418.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"69d53954ad73f958dd34c4f539011fedbccdc30b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250418.1.tgz","fileCount":295,"integrity":"sha512-XJ/TXcVLNf2TuZ40T3NGLyvdT3IofcIGRuYv++MRFhWpMCjYme2h312BbwBqlTGFanD/C1lPPlYWFJDMFPQL9Q==","signatures":[{"sig":"MEUCIAhIJVDs0Wxk8NhE1ufsQWZ4XAGoYP7daInd4ObgNdiJAiEAk4Aeuq+zHJVRFsHywfd/bWITwdzP1tvgwqb3BkP0cmM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\981f7a42-955d-4eb2-bb9a-7c3488b7bb88\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250418.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\981f7a42-955d-4eb2-bb9a-7c3488b7bb88\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250418.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XJ/TXcVLNf2TuZ40T3NGLyvdT3IofcIGRuYv++MRFhWpMCjYme2h312BbwBqlTGFanD/C1lPPlYWFJDMFPQL9Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250418.1_1744986480782_0.013159011509090268","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250421.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250421.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250421.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"34cd4a756d4fa333e4ade2a688b840b329394f49","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250421.1.tgz","fileCount":295,"integrity":"sha512-V4zE1tukrK9Olp1pZGpHCx5qu6+Kp/5b0hPnslWpF7cDPKPomMNofSBFI7YRxaXbJTI1yejGEbKAvtntlomLLw==","signatures":[{"sig":"MEUCIG7YdqNMrfeapN2etpgIBufIaf3TugCtqMc5wH2znhT/AiEAyhA1wsEX2FVPR1g49KgiNon0pN2rFhh5aJuGyNVTWMQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e41c544d-4fee-4f17-b119-8321af01084e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250421.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e41c544d-4fee-4f17-b119-8321af01084e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250421.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-V4zE1tukrK9Olp1pZGpHCx5qu6+Kp/5b0hPnslWpF7cDPKPomMNofSBFI7YRxaXbJTI1yejGEbKAvtntlomLLw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250421.1_1745245628881_0.6031489126835312","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250422.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250422.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250422.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dbcd993a67248bc20dfe1dda34d7de675f02456a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250422.1.tgz","fileCount":295,"integrity":"sha512-teItmPe/2qPqvuH+kVh6VRalLKMxAOCGCNikHMMOJQA4Dw6t6h9pUreTcwOxfeepdDwhHFb4BA8A2UtT/q81YQ==","signatures":[{"sig":"MEYCIQDo5YgbBbgEOJZ+BbpyRGJD88ASm5EBGxxzCmYZbSQoCAIhAMmuRy5hfVqSSBitDc50fkA+7cAHdok2d5gZ0a0uUWNx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2e4998d0-7c7a-4e93-8cb2-fd70a2349ee2\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250422.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2e4998d0-7c7a-4e93-8cb2-fd70a2349ee2\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250422.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-teItmPe/2qPqvuH+kVh6VRalLKMxAOCGCNikHMMOJQA4Dw6t6h9pUreTcwOxfeepdDwhHFb4BA8A2UtT/q81YQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250422.1_1745332099490_0.16946271327645768","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250423.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250423.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250423.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6573217f0fb3166d577043d75a5f7987f2221fe9","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250423.1.tgz","fileCount":295,"integrity":"sha512-j5hcgI7J4jPpvpBG/FodYBJfUnWXbz+Xm4vJso6ft/dzUxzu+AwAlaCRE7o70L6EGLCLCt1uZKdZ/vr65AJECw==","signatures":[{"sig":"MEYCIQCaMQvj8sNsgjeDvulgX3CA1OXkgr5WOhqALVv1V5hAlgIhAOy/6UB360/UrYmbMor4jxlJt35MacCjeX67ikuoA0Rs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa433ea2-b510-481c-ac87-2cbc95e52ae8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250423.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa433ea2-b510-481c-ac87-2cbc95e52ae8\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250423.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-j5hcgI7J4jPpvpBG/FodYBJfUnWXbz+Xm4vJso6ft/dzUxzu+AwAlaCRE7o70L6EGLCLCt1uZKdZ/vr65AJECw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250423.1_1745418440260_0.4421105027968528","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250424.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250424.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250424.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b0a05f4fde7bbf905a8783311a34b62e1e006e30","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250424.1.tgz","fileCount":295,"integrity":"sha512-4UEIc8rWiIuBb3hL4r2+Hd4vzgN6Ofexkn8+Q/j5XMm6VMPkV1RxnVndqR3QECR4yvBTiPi1A5aUYF5aQ3lAfA==","signatures":[{"sig":"MEUCIE+sqG/+huig5IIMjCND/NerqW4sFCdEE4XVHto9keUOAiEA32oSsQbn0gqJvycUKd4MOcVcGCPgCY1B0HeZhGaTtzs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a43807d2-9bc7-4fc8-b0f0-ba6849c72a41\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250424.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a43807d2-9bc7-4fc8-b0f0-ba6849c72a41\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250424.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4UEIc8rWiIuBb3hL4r2+Hd4vzgN6Ofexkn8+Q/j5XMm6VMPkV1RxnVndqR3QECR4yvBTiPi1A5aUYF5aQ3lAfA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250424.1_1745505103934_0.467879563749511","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250425.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250425.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250425.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ef574d1cf3640dfe56ab0587b0de5d962ceba4bd","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250425.1.tgz","fileCount":295,"integrity":"sha512-WYVvcBqKT0DmNRavKVSszyYwr8GkggaexbTrLxh5eXV4vSWZGeNc0oVosaiJfkkBgWPkJK0rogFxaPvftUuWKQ==","signatures":[{"sig":"MEUCIDDswa1EzTC897Vl/QfIBNPd+fn5Bg0Mug700uOK933VAiEAzAuZP4K4xttvUeu5z7okAg6q7V3WMy0Phy6tIvpgdHU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8cf49ef5-0ccf-4b7d-8d64-6ea62dbb5e42\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250425.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8cf49ef5-0ccf-4b7d-8d64-6ea62dbb5e42\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250425.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WYVvcBqKT0DmNRavKVSszyYwr8GkggaexbTrLxh5eXV4vSWZGeNc0oVosaiJfkkBgWPkJK0rogFxaPvftUuWKQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250425.1_1745591180170_0.23996552831573692","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250428.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250428.1","keywords":["azure","cloud","communication"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250428.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ca09e8fe0eb6b100ff2c9c2452cf490638d347e3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250428.1.tgz","fileCount":295,"integrity":"sha512-mFjFBMcy6bT7/cPcbObQE0jZlBO2YBXZxTnzEIpjBhS7W0o5wYjWF2sjqOvuKTky6z62SgW+FCcqyNZ6pr0weA==","signatures":[{"sig":"MEYCIQCAEOtfaP9RgAl6jTu6kuNczxTasPsr0QUflzgHwFTkVAIhAO68UHNWLiaWKPU71ngTd22FmHicx2u9cfa8LI0wqB/y","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ad7471f6-a9fb-422b-a356-e16877347d95\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250428.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ad7471f6-a9fb-422b-a356-e16877347d95\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250428.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mFjFBMcy6bT7/cPcbObQE0jZlBO2YBXZxTnzEIpjBhS7W0o5wYjWF2sjqOvuKTky6z62SgW+FCcqyNZ6pr0weA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250428.1_1745850467507_0.7005828297378345","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250429.5":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250429.5","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250429.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6f1b198ae8acdcf56e1761760873c58abdabb2c3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250429.5.tgz","fileCount":295,"integrity":"sha512-gK/yQlwxkoVUMN/5nhfj2vPuS3tWb8ccHgw7tVd40hX15923uJRIIWb681QfUl3yVk2tQUl/cUFi+fevmScq9w==","signatures":[{"sig":"MEUCIQCUxM7kwpD4Zhp3lRbJ9Av1YqpOd4byavQ32hsEHxRQsQIgXbOObJj37myYElTE14dG6TXlV0gpcHEjkxA5talMb18=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2ccddc69-561b-44e6-a613-0bfec9918880\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250429.5.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2ccddc69-561b-44e6-a613-0bfec9918880\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250429.5.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gK/yQlwxkoVUMN/5nhfj2vPuS3tWb8ccHgw7tVd40hX15923uJRIIWb681QfUl3yVk2tQUl/cUFi+fevmScq9w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250429.5_1745937228339_0.3572116825163678","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250430.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250430.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250430.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0153d8ca6c7c6f5eca58c4869c6063bd0ff42bea","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250430.1.tgz","fileCount":295,"integrity":"sha512-yiYiN67w/OKYBns1f86AHHiwu/CUldjLbEcAkObBGdI+TY3oiNLGnZLRzZjzg/V+vS2WjWxKZKD5FAxsrvMSxg==","signatures":[{"sig":"MEYCIQCyY6hEVCgcGEuhaqpSN40XWC4Q5b8ktHbxX3KmrKkv1QIhAJ7PDJNJOquxYEVZbsk8dZYClRDIB0o3hmA8tn7zm7FQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9fa48e42-84e6-45ce-a5e5-cb198b7afe78\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250430.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9fa48e42-84e6-45ce-a5e5-cb198b7afe78\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250430.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yiYiN67w/OKYBns1f86AHHiwu/CUldjLbEcAkObBGdI+TY3oiNLGnZLRzZjzg/V+vS2WjWxKZKD5FAxsrvMSxg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250430.1_1746023724162_0.7856962975257202","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250501.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250501.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250501.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"250bcae7e1cded6460bad7373fcabde2e8b6b5a9","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250501.1.tgz","fileCount":295,"integrity":"sha512-XljwW+c737kj3fonxnxT4lF0wfzyXm5I+W6Fv3CvIkoqUCF26oVGr5seJMPrTjH0aU5YUeVp0UQEwlMyw55A+A==","signatures":[{"sig":"MEUCIHC8R6h5WsxEWRVy9yOqg7XoufOU7LqlLDW/XVA7K1G/AiEA2ApkmNqmdiB5NI89zVxzzbka3iTCsSVMzzkNg+HMETY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ffac778b-226e-458c-b03a-440b23fee739\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250501.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish --force","build:autorest":"autorest --typescript --v3 ./swagger/README.md","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ffac778b-226e-458c-b03a-440b23fee739\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250501.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XljwW+c737kj3fonxnxT4lF0wfzyXm5I+W6Fv3CvIkoqUCF26oVGr5seJMPrTjH0aU5YUeVp0UQEwlMyw55A+A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250501.1_1746109737316_0.540987998834447","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250513.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250513.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250513.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"011931a79059fe3a05ff0aab0af35e39444a31e9","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250513.1.tgz","fileCount":295,"integrity":"sha512-QxsfkqPDUfbmEIU7/WRWF2kWkvEEmf+pDDYfukqqzTTtj3rf/+3XKLsQvng2Mci3GHva7q4pHALBmCizQh8ifg==","signatures":[{"sig":"MEQCIH9gvYyh/ZXjTRNhtSNCQS1wDnkJ8phemIZhYeP4QpNrAiBsIu4YeSNK7nDpIYg21k3oBVm/fHLbUsN14YMjPGZVqA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456646},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6b8e9794-c5f4-45bd-898c-bbbecdc69369\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250513.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6b8e9794-c5f4-45bd-898c-bbbecdc69369\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250513.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QxsfkqPDUfbmEIU7/WRWF2kWkvEEmf+pDDYfukqqzTTtj3rf/+3XKLsQvng2Mci3GHva7q4pHALBmCizQh8ifg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250513.1_1747146524650_0.08862170197960229","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250515.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250515.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250515.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"68bdb23d62fa8f7f099105296d7d0e2d0fdd8eed","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250515.1.tgz","fileCount":295,"integrity":"sha512-Z93pV6Khy2GJFqmUCVJpoUISSMbppO7QEUotWAFokhzQCPRrEzP6Ok0bpUXd0768pqHmt6h3bpUklEhqacnn4Q==","signatures":[{"sig":"MEQCIFQuNJLD9CZ5lCF23hfYDS2vjPCrHT4Ab7XCN6YmhUBlAiAonT+ArNkiMtrnsZSydDyol6B9rPUPW6faB/3qTtu1GA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456646},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77cae7b7-6fa4-488a-9263-bf59da7c1266\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250515.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77cae7b7-6fa4-488a-9263-bf59da7c1266\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250515.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Z93pV6Khy2GJFqmUCVJpoUISSMbppO7QEUotWAFokhzQCPRrEzP6Ok0bpUXd0768pqHmt6h3bpUklEhqacnn4Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250515.1_1747319270494_0.41565774534486977","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250516.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250516.2","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250516.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4380881810d661b74413336f2bc9012552d17286","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250516.2.tgz","fileCount":295,"integrity":"sha512-i6Nele/qxMgdVpeVB9TmUUiXKbj7iTEyul0NLjrsn1Vyzko+DBjnKrnA2/CpeeW32m1wt7bqxjhZGiH+XUNvaA==","signatures":[{"sig":"MEUCIQCk0EXIxBomOj0yYyvOUMhOO3pTEL5uya2WrzfudwgcvAIgMvr0UHKniy3vzoHtgv4MHsm+xykU4Muhmf+U84sd9oc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456646},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dcb13d69-89bf-4b3a-a3b0-fec1f30b14ea\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250516.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dcb13d69-89bf-4b3a-a3b0-fec1f30b14ea\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250516.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-i6Nele/qxMgdVpeVB9TmUUiXKbj7iTEyul0NLjrsn1Vyzko+DBjnKrnA2/CpeeW32m1wt7bqxjhZGiH+XUNvaA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250516.2_1747402397210_0.620913114542347","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250516.3":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250516.3","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250516.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9de7e5dc28c7b451d873832c8f2b167718fafe00","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250516.3.tgz","fileCount":295,"integrity":"sha512-EVigWPuGed28PAIhlVwqj+yDfQRl+UGEZLY2MZF7RXv1G/gdCsY7cTlrZ0QPIJgb/posz9SFi4IVdwqVdH9fZQ==","signatures":[{"sig":"MEQCIGph3/jrajvrmGFnhbimMXOKIFj6wDADHGer1xHgdXOZAiBgkHq38x4uALWzLbYH3cuRR7ywI/Zw/WziqSK1XiGowA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456646},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\724036f4-7f11-4644-aaae-785bebb4273c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250516.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\724036f4-7f11-4644-aaae-785bebb4273c\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250516.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EVigWPuGed28PAIhlVwqj+yDfQRl+UGEZLY2MZF7RXv1G/gdCsY7cTlrZ0QPIJgb/posz9SFi4IVdwqVdH9fZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250516.3_1747405732344_0.5108112995118033","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250519.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250519.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250519.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5e32730baca6269699c9b334b664d736290c46d5","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250519.1.tgz","fileCount":295,"integrity":"sha512-2LZzz5VhUcvqt/Plqh++TltI2kS36NDa3Y6U/XwjyOrNVVeRKMd2i+tlzA0z6Bzc8QSpPPJWemiaDsHk1WLhbw==","signatures":[{"sig":"MEUCICGLHexMDkJVUmbVjjyobDEyuMMMobkaIJbxHXlfxRHRAiEAgjzExKr8sMfisMNp8Obpvgy9kj4qsnSp+QmxHXnBIBI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456646},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77cfa603-0419-4b18-bd3e-e75aa214b635\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250519.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77cfa603-0419-4b18-bd3e-e75aa214b635\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250519.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2LZzz5VhUcvqt/Plqh++TltI2kS36NDa3Y6U/XwjyOrNVVeRKMd2i+tlzA0z6Bzc8QSpPPJWemiaDsHk1WLhbw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250519.1_1747664977832_0.44863041475224463","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250604.4":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250604.4","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250604.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cb7bc2c00ae55c4806e2bf8349f2596daeeeb6f9","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250604.4.tgz","fileCount":295,"integrity":"sha512-RJDj+K7t74LT6Ic/6Y7z3bVW9Ub1hH3tF/rX1WNmz8ZyKOXG1XCImZjtM0up+k7qR47ck4g4X/zqXmHK054Osw==","signatures":[{"sig":"MEQCIC1QQpToNpbknAOpxYE+TgZRqdswJ+z3CIMyN0qiTVbsAiAhlC6iLQ18E9Adh95nz720V0PzOVFmR1v7Pj/SrxXHoQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456626},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ed7e3a58-31fb-42c2-aca2-cd885d901a70\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250604.4.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ed7e3a58-31fb-42c2-aca2-cd885d901a70\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250604.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RJDj+K7t74LT6Ic/6Y7z3bVW9Ub1hH3tF/rX1WNmz8ZyKOXG1XCImZjtM0up+k7qR47ck4g4X/zqXmHK054Osw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250604.4_1749066162586_0.4753127980145959","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250605.6":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250605.6","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250605.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"093ebde8270384faeeb0e32356b8e582e9ee5711","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250605.6.tgz","fileCount":295,"integrity":"sha512-pW9qDp0ex7OgjCZ+TO6s0zFU1OTm5aCKGSTBIxrV7mw8MU5fKhk/ZsDGh+eBGrp8q6poE32TiuqFontb3F6LCw==","signatures":[{"sig":"MEUCIQCn5IIsDaiYl+Sa8e59Soh+dyr09CJ5Nx7YnbjvCy06eAIgXPwseIUFVxdL0xNGE4eQ4rpG2ob3gC4GE5yeux46H64=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456626},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d96a7591-d564-4bf5-a52b-7b60f325c8dd\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250605.6.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d96a7591-d564-4bf5-a52b-7b60f325c8dd\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250605.6.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pW9qDp0ex7OgjCZ+TO6s0zFU1OTm5aCKGSTBIxrV7mw8MU5fKhk/ZsDGh+eBGrp8q6poE32TiuqFontb3F6LCw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250605.6_1749134341184_0.4677797678449436","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250606.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250606.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250606.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3060cd563996c2dd3b32ee5e87caa99c49502926","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250606.1.tgz","fileCount":295,"integrity":"sha512-eC4hNSyMcyRG2AMCvZgUfTq9z+SMgJR92RatM6Sbugu2I8/s+zK8woGexIPXc+9bulJcOch7Beufe9DZXLDsWg==","signatures":[{"sig":"MEYCIQC173ehzUwsYRVq3JdmmugHBuL28a5erX/LbVSUBgvDggIhAJmypARoKYbojlOibJQR+0/iFQEn8LQhc34YW13v5aK8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456626},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\373f8255-c5ba-449b-83da-0a1f73e4e902\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250606.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\373f8255-c5ba-449b-83da-0a1f73e4e902\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250606.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eC4hNSyMcyRG2AMCvZgUfTq9z+SMgJR92RatM6Sbugu2I8/s+zK8woGexIPXc+9bulJcOch7Beufe9DZXLDsWg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250606.1_1749220276034_0.27518185713172416","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250609.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250609.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250609.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"412579b3d19a5ee291a9f602ef20ce5c31aca9b3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250609.1.tgz","fileCount":295,"integrity":"sha512-OdEeRKJ7jBTTJp5+VBDaJWIPrfo5PhknzVwjhALuFMZig94Rjd0v0bZx47ASqSSL4vqB+ZxFUam72/hH8/673Q==","signatures":[{"sig":"MEUCIDs7ttXfQd9PcmW0nzXD2HPfrTE/Kji1Ft+NrbPlSMTbAiEAp8nDHrwEXrXUCqauxs/R/R15od4IimwoXI1qL1eWcV8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456626},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\983c725e-3a30-4019-8d4e-7a9e074d7bf5\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250609.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\983c725e-3a30-4019-8d4e-7a9e074d7bf5\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250609.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OdEeRKJ7jBTTJp5+VBDaJWIPrfo5PhknzVwjhALuFMZig94Rjd0v0bZx47ASqSSL4vqB+ZxFUam72/hH8/673Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250609.1_1749479382449_0.5279772498595225","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250610.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250610.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250610.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4ee819c15be07cc31794d80f6e5c8ad1550e7f80","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250610.1.tgz","fileCount":295,"integrity":"sha512-mHNz0N2FKmamiVcG+kGz+ak4NLC7sjoh1oP5vsuoqI0TvrRZ3BkX8ZHcs6WOsshEpM8mq8b8lPZPpQTYG1Wm/Q==","signatures":[{"sig":"MEUCIGI+VPV0ZoAB+yN4XFanOZg9Dmmll0tmQZcVNNHSK0yvAiEAj0Ioa7mEuxeEos/Glr+/qXsAgC39PcKFkFjHMw3xsYI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456626},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f03a7eca-6ca4-49bf-86bd-cb712bce2220\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250610.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f03a7eca-6ca4-49bf-86bd-cb712bce2220\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250610.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mHNz0N2FKmamiVcG+kGz+ak4NLC7sjoh1oP5vsuoqI0TvrRZ3BkX8ZHcs6WOsshEpM8mq8b8lPZPpQTYG1Wm/Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250610.1_1749566533652_0.061231755378140074","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250616.3":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250616.3","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250616.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4f6b0adbb57c5a4d53bef749fd2dcee02585a95f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250616.3.tgz","fileCount":295,"integrity":"sha512-yjSWnAx+mRXcjgDue+ODxRmRYjVlPc9xafek7PdNZAE8ZimQZ/NzAet8YNmWuQzeFUs2WBV+R9QCwr3iQl1JFw==","signatures":[{"sig":"MEYCIQCTcjJGGmF1YXHjambOlEMWsInINGo89OeBTqTQpa438AIhAPOvxY3oZ8+SA9td27sCLdCLpX12xXOUg6niArdNG5NU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456626},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e75e38b5-5d79-4fa4-93da-d803d581706d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250616.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e75e38b5-5d79-4fa4-93da-d803d581706d\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250616.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yjSWnAx+mRXcjgDue+ODxRmRYjVlPc9xafek7PdNZAE8ZimQZ/NzAet8YNmWuQzeFUs2WBV+R9QCwr3iQl1JFw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250616.3_1750083943182_0.42630390273720575","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250617.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250617.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250617.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db8ce9b320aec4a431ee91158c1650af2afb85ec","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250617.1.tgz","fileCount":295,"integrity":"sha512-SAQi25CFJwlqJM1fZ2niP3X6RpC4v5pCx5IzyUPFb8P2qAe03RmkyptTBzdktsCJatv2/C1pwtRixXkwvd4Lxg==","signatures":[{"sig":"MEUCIQC04adf2zARGSO2LlNDEAgg7eE6aXnz3ezGtMmZ1QgteAIgPv/nqCYFABhgv3HQ/6r4aHFhqXGitXxr+BgKU8SbN60=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456626},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9d15f2e5-70bb-4621-bce5-4653319dd00e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250617.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9d15f2e5-70bb-4621-bce5-4653319dd00e\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250617.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SAQi25CFJwlqJM1fZ2niP3X6RpC4v5pCx5IzyUPFb8P2qAe03RmkyptTBzdktsCJatv2/C1pwtRixXkwvd4Lxg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250617.1_1750170296722_0.5196838616558819","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250618.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250618.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250618.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6a07cb23e68ca37ef72d891521b4f93fe310c07a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250618.1.tgz","fileCount":295,"integrity":"sha512-KTAE0beLwnGQ8380tcuWRnNmApRPOoZkNNjxMDlcJj9B0x8R8ERVj6W53ME1IXdDkA7ALCWJECpUprc9PQZ1ew==","signatures":[{"sig":"MEUCIQDG9a8CwzUOhpSCHU92uHi0ZUJTvOuM43kVNunGKLtJ0gIgUAGW3cNicrN4S/GIRI1TThI/FYaFUp8JVUsFre1dgTE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456588},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b87caad9-29ab-4baa-83fb-8f450e0e8260\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250618.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b87caad9-29ab-4baa-83fb-8f450e0e8260\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250618.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KTAE0beLwnGQ8380tcuWRnNmApRPOoZkNNjxMDlcJj9B0x8R8ERVj6W53ME1IXdDkA7ALCWJECpUprc9PQZ1ew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250618.1_1750256657705_0.8597881091231045","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250620.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250620.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250620.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d82366d8adaab029d61f56a4697872d28cfeecb","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250620.1.tgz","fileCount":295,"integrity":"sha512-IUkFfrjDn7uG3ZTql6CT6jSAF5do/e7zbox0g1+eBOvWrwZoJmlfTFDOMsAPg9tK8jsMcvXQK2Gp1l+dzVVuTg==","signatures":[{"sig":"MEQCIEapDXRSDM1eek7IYrJ14roJBG9goFvCe15imMgGbdB4AiA5xUQG/jfrF0JMtimLrGCW5urnW+ryu5OixsWtCUnoAA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456588},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5656697f-7663-4fb0-a93b-7c96ca28ba01\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250620.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5656697f-7663-4fb0-a93b-7c96ca28ba01\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250620.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IUkFfrjDn7uG3ZTql6CT6jSAF5do/e7zbox0g1+eBOvWrwZoJmlfTFDOMsAPg9tK8jsMcvXQK2Gp1l+dzVVuTg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250620.1_1750429747185_0.859602988214369","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250723.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250723.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250723.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"02ec4d014c9b4b7bed8fd2787ffd70f2024bd57c","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250723.1.tgz","fileCount":295,"integrity":"sha512-M8D0pb5fQaVzS53YTIABRNukUnRLnnm2mdOhtNtjt+ZESbnqG2lMMKJ1K+ERW2wnhQyXQia+o8EvkNC/GRNXLw==","signatures":[{"sig":"MEYCIQD9dbLHNnNRJ069GFKOq9xzkIyMqt18bv6CN3QNBTZdmQIhALZRKFT1aXFRNLKyjKbMebNjibEtMWiepFj/4rnvKIFS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":449878},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d83c3601-e1ed-4951-a91b-2fd2fc3a6a5c\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250723.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d83c3601-e1ed-4951-a91b-2fd2fc3a6a5c\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250723.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-M8D0pb5fQaVzS53YTIABRNukUnRLnnm2mdOhtNtjt+ZESbnqG2lMMKJ1K+ERW2wnhQyXQia+o8EvkNC/GRNXLw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250723.1_1753280631499_0.07356938758214326","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250730.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250730.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250730.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f07493ccc1df55d87d9922db3201ebb0f6d3be93","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250730.1.tgz","fileCount":295,"integrity":"sha512-SIK9XNvNulur2trbBHYJ2Y4Z7rzpBNtUlEo0rtszsy6PhJz3THfDsQuRFP4xAK4donRVMDSp7o+mCMPsZhSObw==","signatures":[{"sig":"MEUCIQDMdjsjwlyqUx5xyN/SO9heSB5BP22HZbpJnR/T/+/8uQIgVNxIutugprgbFjYyveF4bXvxyvun8pnGAdigTeyGbTM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":449878},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dbdb378d-2a80-4b77-addc-bd328ebcbec5\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250730.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dbdb378d-2a80-4b77-addc-bd328ebcbec5\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250730.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SIK9XNvNulur2trbBHYJ2Y4Z7rzpBNtUlEo0rtszsy6PhJz3THfDsQuRFP4xAK4donRVMDSp7o+mCMPsZhSObw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250730.1_1753885624503_0.4255556173382322","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250805.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250805.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250805.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"afc2edabaafa58a16bb1823c7b11b48142488e61","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250805.1.tgz","fileCount":295,"integrity":"sha512-jjBBbi1LpyJx4Z+0oltGiwHr0U6LD8cq6OTAQr9tFVdry2dczaB1f2cFkMmuCvt/CIISxnOSvEbiXgmuDPyALw==","signatures":[{"sig":"MEUCIQCQy3WKXYvNqNHOTziNq5jdgwMEcC3+ei2phAwRtZV5sQIgVaPINjA03vf9sMY9VzZVWJ8WRZlMr1rj6RbgSLXLX9I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":449879},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3f82badc-bfbf-4251-b07a-d60f7eebdbda\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250805.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3f82badc-bfbf-4251-b07a-d60f7eebdbda\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250805.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jjBBbi1LpyJx4Z+0oltGiwHr0U6LD8cq6OTAQr9tFVdry2dczaB1f2cFkMmuCvt/CIISxnOSvEbiXgmuDPyALw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250805.1_1754404102880_0.7334816880754409","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-beta.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-beta.2","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-beta.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"031a6750c172c204629c754a972495399da8044f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-beta.2.tgz","fileCount":295,"integrity":"sha512-cg6J1ZFKkjlQsKkwwSQ+xhcWxm2D4YT/xYcUm+S+RjDwNpb9aScOSEl8GWC4DWp4NOjriKwGi4ERSErhLKoLCw==","signatures":[{"sig":"MEUCIDw6vUxvIbGC/9XuiEDKhRtl1nGd43D91/4wqJew0MoaAiEA5VBsL/Jnhzw98Ql1Uvwl10YT/ugSBrMB5FFy8SLkqR0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":449869},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7b787928-191e-4d7c-ae0c-dd3142575da9\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-beta.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7b787928-191e-4d7c-ae0c-dd3142575da9\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-beta.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cg6J1ZFKkjlQsKkwwSQ+xhcWxm2D4YT/xYcUm+S+RjDwNpb9aScOSEl8GWC4DWp4NOjriKwGi4ERSErhLKoLCw==","deprecated":"fix","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-beta.2_1754663505277_0.5356364913385796","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250901.2":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250901.2","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250901.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0cb737095f36f96d46e0c3851297c17333c29b84","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250901.2.tgz","fileCount":295,"integrity":"sha512-Biiy4t9NhtUjfaGNIyRBJyPmLHxm0+Mh+DCRVhbjFZh10mBuleJJSdEZIbeIuVM1V2d3J5KfbdRqOWMdh8e79A==","signatures":[{"sig":"MEUCIBjHraPgjt7sp6lUbM31zL0u6P2cb0q1Y/ft/zRIaxDOAiEAp9+AymcgEASX04ikmzJfsz+ONwY/TxAxBdcYn0nhAKc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456588},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\33a01e14-5a87-4274-9879-f32502e97952\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250901.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"dev-tool samples publish --force","test:node:esm":"dev-tool run test:vitest --esm","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\33a01e14-5a87-4274-9879-f32502e97952\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250901.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Biiy4t9NhtUjfaGNIyRBJyPmLHxm0+Mh+DCRVhbjFZh10mBuleJJSdEZIbeIuVM1V2d3J5KfbdRqOWMdh8e79A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":"^1.1.4","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.17.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.48.2","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250901.2_1756740655044_0.7475420623968336","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250930.3":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20250930.3","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20250930.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dac48a5e84f2921f4270e393ff4b744ea97c5396","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20250930.3.tgz","fileCount":296,"integrity":"sha512-5pQ/dU7psgOMVzI6Au5PmHc8zxyXWqwkXpVrl0As7IR9DjJ6JRQ2xAMMWcZdbN/AeSnFnu5HE/6P3PjsRtTEEQ==","signatures":[{"sig":"MEQCIDRNSb8ScCoem5DWpJdCmKOuA43EadKtfMSV8PzOrrd9AiBc0UdWVKEs3wv9jTatrsfE1URpIkEn6K/PidlxoKxnpg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451045},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\073410f9-f9c6-4d2b-9dcc-c1917c86aa6d\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250930.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\073410f9-f9c6-4d2b-9dcc-c1917c86aa6d\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20250930.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5pQ/dU7psgOMVzI6Au5PmHc8zxyXWqwkXpVrl0As7IR9DjJ6JRQ2xAMMWcZdbN/AeSnFnu5HE/6P3PjsRtTEEQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20250930.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20250930.3_1759264443098_0.6184134004046211","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251021.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251021.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251021.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"23857979ae1f4d5a0d7e3828015f4ffe154b4751","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251021.1.tgz","fileCount":296,"integrity":"sha512-PW0ohO7uCyrQLBQu1WYXdLJuGXW9Va24YPZb4BMU76kyt9iE+zn0qGUASE9GTf/Tmk/Vck6lHhKm44zRu5w08w==","signatures":[{"sig":"MEQCIEXyNNRLqhtmyjHCoH+Ndgb8XP28gbx1yvyxJkTu6GMWAiBtL8rjFs2zfYjYwHD+uTAe1zATEiIx9hw44+ZpxIWh/g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451077},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7c915344-7c1c-4ad4-8d57-983e5e1fd056\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251021.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7c915344-7c1c-4ad4-8d57-983e5e1fd056\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251021.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PW0ohO7uCyrQLBQu1WYXdLJuGXW9Va24YPZb4BMU76kyt9iE+zn0qGUASE9GTf/Tmk/Vck6lHhKm44zRu5w08w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251021.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251021.1_1761056839586_0.007456571082048891","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251022.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251022.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251022.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5e73df285ea14e8391a9fc42e3bc27b94d81af4f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251022.1.tgz","fileCount":296,"integrity":"sha512-AHKtPro3BuYJ8DPJqpD3jms9xYXP3//Ujca4XznmBkbkfGILthMwwA3TcMS8pghvhlleYQ3WgnIfaRN1lF/7+A==","signatures":[{"sig":"MEYCIQCG2qYDHcV5/cNjiUcrQyz8l1BkD3V1Pr8h699P3sh+zwIhAKIhkye3P6gX/Ifqfac+ToxYRTDEGHDFliYP6LAbns6c","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451077},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2194f7c6-a6c7-4c9d-b3bc-f74c1b5816a7\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251022.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2194f7c6-a6c7-4c9d-b3bc-f74c1b5816a7\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251022.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AHKtPro3BuYJ8DPJqpD3jms9xYXP3//Ujca4XznmBkbkfGILthMwwA3TcMS8pghvhlleYQ3WgnIfaRN1lF/7+A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251022.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251022.1_1761143099459_0.29331496570853965","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251023.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251023.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251023.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f933b50fdba661c3cc534d189a6951b9af6a5093","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251023.1.tgz","fileCount":296,"integrity":"sha512-djEvfA/iJiaZ9iPQT2nL85PGOEec/FgoAwILg1bb2DcHEdCNa73fDZqHWNC8way9vk2OuipsfdqyZNzo7GwvlQ==","signatures":[{"sig":"MEUCIC9dBrUC81V/nKWu30njwbBEF/9Ta0VIJhkt28J8rB46AiEA86QQ9WHKTcsQik7BGptloTTqbLw4pv1AZkKHtgY9Kn0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451077},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\02b79052-d5f1-4fd9-ae38-0fb2724e858d\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251023.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\02b79052-d5f1-4fd9-ae38-0fb2724e858d\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251023.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-djEvfA/iJiaZ9iPQT2nL85PGOEec/FgoAwILg1bb2DcHEdCNa73fDZqHWNC8way9vk2OuipsfdqyZNzo7GwvlQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251023.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251023.1_1761229659654_0.47380005134211833","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251027.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251027.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251027.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fbeacda97eccffc8cca8905cdd365bf4d603d27a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251027.1.tgz","fileCount":296,"integrity":"sha512-br5Ri2k1Oy3dj+kw48UbuFej+NOofqisKqp9e933xVcqA5ye8JScAwq/iuLmugDHxKookaAK+cdnmEoxqjnPMA==","signatures":[{"sig":"MEUCIQDSauMhc1qBngfWcsXex+62kUSKX7qysXgkXqKV4Dv+dgIgIcGCM7xrgvUK3Mhvz9S/iqLRJmxjRWlV4HRhCCIzvT0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451077},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\93328126-6b23-4265-a858-b38983d77085\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251027.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\93328126-6b23-4265-a858-b38983d77085\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251027.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-br5Ri2k1Oy3dj+kw48UbuFej+NOofqisKqp9e933xVcqA5ye8JScAwq/iuLmugDHxKookaAK+cdnmEoxqjnPMA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251027.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251027.1_1761575550978_0.06388948222192603","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251028.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251028.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251028.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b3795fd6c66d1a8374616896938ef3dcea4ae3e","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251028.1.tgz","fileCount":296,"integrity":"sha512-K6i8fCFBWq90pu3+2M1qMovlJvPk5GKSoThapfJ+FVZEYCZn0s7PAL5uCYwtgTLOdMj+NI5nwFxrImrxCQJ7hA==","signatures":[{"sig":"MEQCIBPP012fYFuKZwJEFMLaPA22z+UR0WSykS+VfiFS0tidAiBLTac0iRXw/qpy6/ndQrbWgf4wEUKmiIR86fZKakPbDA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451077},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\306ac9b8-5a38-4fb7-9ec4-e4c49a605a30\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251028.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\306ac9b8-5a38-4fb7-9ec4-e4c49a605a30\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251028.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-K6i8fCFBWq90pu3+2M1qMovlJvPk5GKSoThapfJ+FVZEYCZn0s7PAL5uCYwtgTLOdMj+NI5nwFxrImrxCQJ7hA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251028.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251028.1_1761661866504_0.003268089507449057","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251029.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251029.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251029.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b675db52040e2d024ef559b70fe257774ca3d69","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251029.1.tgz","fileCount":296,"integrity":"sha512-MpI18ow9aNXbTkSJ6bD1mMn7mx7GymqZVc7zfz8VSIuaxci6UvOyxI44ZuZzWK7CLadEZuhOCLX+AFRW4X0W9A==","signatures":[{"sig":"MEUCIQDXxfmqrAH8BZfAiAn/0mYb9EDFtROVlsEOx/XyMr/mywIgNdsDQYplwngC6tl/96ydUQyJT2WAmJ8u8bKV72HTVHg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451077},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5f8d611e-8e5b-4675-97f8-55afba327eea\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251029.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5f8d611e-8e5b-4675-97f8-55afba327eea\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251029.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MpI18ow9aNXbTkSJ6bD1mMn7mx7GymqZVc7zfz8VSIuaxci6UvOyxI44ZuZzWK7CLadEZuhOCLX+AFRW4X0W9A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1-alpha.20251029.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251029.1_1761748263181_0.9357670591901981","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251030.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251030.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251030.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d854119ebcc75996de5989bfff3c7be927edd67","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251030.1.tgz","fileCount":296,"integrity":"sha512-md4V+qmBztNY4JBnKFm+rroJB9ZD4lHLBxvtteAhCWFkkZ+xol0ZMXLZl721vdASPnTQVloNeRb9wPQI7P8j3w==","signatures":[{"sig":"MEUCIAVlfuo4bnPFxA1aiAUkPFuiNj0gRiq1fBkUzPkBKAB9AiEA2AyMQ7m2WXu0AwBBJ8E+jj8A6KyVO91Jl0xTLL9pdpI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451077},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dad7667b-306e-4793-a00c-5088e026de95\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251030.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dad7667b-306e-4793-a00c-5088e026de95\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251030.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-md4V+qmBztNY4JBnKFm+rroJB9ZD4lHLBxvtteAhCWFkkZ+xol0ZMXLZl721vdASPnTQVloNeRb9wPQI7P8j3w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2-alpha.20251030.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251030.1_1761834652924_0.6589144188670755","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251031.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251031.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251031.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8b5e51c280d1dfb4e6d1c987a27b6c788ad9d66d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251031.1.tgz","fileCount":296,"integrity":"sha512-VQr1rQgMy4wDj0f83DmK/9Aj+0NEcgICcaTxGmzK4llZqxkRxrdsaNozB/Ls39zK2/I0NBFQlsyipV/na3bAsQ==","signatures":[{"sig":"MEYCIQCgLbPS5VzYJDLkEThvvocP+wjpEEHNesi8YGtyye8g8gIhAJctkU6gs6YPFVvFnrQCzOb0SJsGpo0y4/9V7XZkIw1e","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451077},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5cd0df1a-b11b-44d2-8d3f-72f532f3f771\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251031.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5cd0df1a-b11b-44d2-8d3f-72f532f3f771\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251031.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VQr1rQgMy4wDj0f83DmK/9Aj+0NEcgICcaTxGmzK4llZqxkRxrdsaNozB/Ls39zK2/I0NBFQlsyipV/na3bAsQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2-alpha.20251031.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251031.1_1761921114268_0.06512378903516192","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251103.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251103.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251103.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"875d6a60e77f6658564017c71cfba58f9d7ae9f4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251103.1.tgz","fileCount":296,"integrity":"sha512-mzaA3lllUG8bhNY3GGXVFI14eWaqkoFspwrSKAuoX6+/xXDgAMgsPlHMhiH3ASWHBdTvbFgVmSQLv8hHSCIENA==","signatures":[{"sig":"MEUCIH5KK6THUHTnyBtmiNsgSGzOQAaXzWivxajl3X1k5lP9AiEAvJGOzrp+BWRxSKIsBIBLni/4eBY893elK/FBw1st10w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451077},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1d7c8127-2169-46fc-ad39-c3b54e96668c\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251103.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1d7c8127-2169-46fc-ad39-c3b54e96668c\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251103.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mzaA3lllUG8bhNY3GGXVFI14eWaqkoFspwrSKAuoX6+/xXDgAMgsPlHMhiH3ASWHBdTvbFgVmSQLv8hHSCIENA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2-alpha.20251103.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251103.1_1762183815669_0.47051351421818954","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251104.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251104.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251104.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"38415b6e1fca3317cfae96e8a49138f3c84f6eb6","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251104.1.tgz","fileCount":296,"integrity":"sha512-5ZIacwL7L1k/dw+IbhJqMqq6vAtUiQoQpuUuI2vw6MU/bGKBVwkrn+94tg1HTyZm+n0Ggss5mJ7u1au3qlq//Q==","signatures":[{"sig":"MEUCIQDX1jOtCnTROjYIJptUO4Q058sPaCAlna1G3eSnv9+bVQIgOVyzlGaln8jU5RhBYb+5zRe0zkRQH7cnnsQjOtRNj60=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451077},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fbfb528d-22f1-45ae-8256-e704d738ebf3\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251104.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fbfb528d-22f1-45ae-8256-e704d738ebf3\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251104.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5ZIacwL7L1k/dw+IbhJqMqq6vAtUiQoQpuUuI2vw6MU/bGKBVwkrn+94tg1HTyZm+n0Ggss5mJ7u1au3qlq//Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2-alpha.20251104.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251104.1_1762270111580_0.18516273572239972","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251105.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251105.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251105.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8eb39848a3a4633fb838fb9ca718ed0095202fc0","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251105.1.tgz","fileCount":296,"integrity":"sha512-+n6AtSCZWbF2bRNzMguquV5gZIyMoJSuL6uxLONVBaPDVGS7zRI1htrgpJMW7SRTUSXg/hw5BqgKsi4lyyIS2w==","signatures":[{"sig":"MEQCIBxZfui1cjs420I3OAo2hMUTDjisal+60yab/lFvrzBnAiBkCg0yvbIICK9q+psRT/akgALmh9Nz+wf6WBmd0pxciQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451077},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5a923c74-09c7-4a03-a5c2-00995dc5c05f\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251105.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5a923c74-09c7-4a03-a5c2-00995dc5c05f\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251105.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+n6AtSCZWbF2bRNzMguquV5gZIyMoJSuL6uxLONVBaPDVGS7zRI1htrgpJMW7SRTUSXg/hw5BqgKsi4lyyIS2w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2-alpha.20251105.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251105.1_1762356617523_0.5665237705874056","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251107.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251107.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5589b0ce45161ce0e40f997df2b8d7e2ab21f23f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251107.1.tgz","fileCount":296,"integrity":"sha512-lnfk0o+RcA4/bYzww3QboHDfoLNNRqtFCwfxesnH8rIGRGi8reiXdKYPat8NUVaXmdJppMmjiQUq+dhUw4Ookw==","signatures":[{"sig":"MEUCIExzLzXOEfjRL/hIsgcW65kZwJNboe3g/DI6mriZ4bxhAiEAze8l6Cr0urlaWxoafHhqFVa9PAtIZ5oPvWtjoCBhDLQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451088},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4da89f67-5ba2-4e91-8d4e-8a15d4963822\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251107.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4da89f67-5ba2-4e91-8d4e-8a15d4963822\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251107.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lnfk0o+RcA4/bYzww3QboHDfoLNNRqtFCwfxesnH8rIGRGi8reiXdKYPat8NUVaXmdJppMmjiQUq+dhUw4Ookw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2-alpha.20251107.1","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251107.1_1762530056280_0.6703227450671025","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251110.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251110.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9e52e6318ba49173fe2a6ffc5076e282a5984406","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251110.1.tgz","fileCount":296,"integrity":"sha512-awZuLWZchO8SV2eowk0w42KAuFwhKioZc5PltEpZPdxrHl0h2f8fFoOtPec0snizywh3ZJEX7WRhVGLS8sOYXw==","signatures":[{"sig":"MEUCIQCOtNK8ymHsC9fEuUtRmlk/7YAVWMddSGALCbv3+2NwSwIgEtF3Omv8VhldhBLhtnR8zdOZRDNQ9Rs7bpQoIq1CfBA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451088},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c34e3f87-fa8c-4c5d-9af8-394244855574\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251110.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c34e3f87-fa8c-4c5d-9af8-394244855574\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251110.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-awZuLWZchO8SV2eowk0w42KAuFwhKioZc5PltEpZPdxrHl0h2f8fFoOtPec0snizywh3ZJEX7WRhVGLS8sOYXw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2-alpha.20251110.1","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251110.1_1762789220705_0.5637223474448385","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251111.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251111.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251111.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"899db3ad84fe609aeeaa453e9e8d4de5c3a53dca","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251111.1.tgz","fileCount":296,"integrity":"sha512-r66E2+DJTOIyF4fEqCszulwJf8WEPtD9MVWmVFhYeuRliTwV63a4+cugLAJWqzcpJURDsv/RmvrQRgH+t2QN8Q==","signatures":[{"sig":"MEQCIBY9heIjQFzQuus8D8YUGtPnOZkLnanEacnOZ0mcQ/jkAiBHL5x1wASQ9b5rrbaXKyAssU9iskxBzF3jHhLcW95r4g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451088},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a2da9688-56a9-484e-b545-1453c8e633cf\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251111.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a2da9688-56a9-484e-b545-1453c8e633cf\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251111.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-r66E2+DJTOIyF4fEqCszulwJf8WEPtD9MVWmVFhYeuRliTwV63a4+cugLAJWqzcpJURDsv/RmvrQRgH+t2QN8Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2-alpha.20251111.1","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251111.1_1762874766145_0.29481719195817835","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251112.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251112.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5f0f1123a11f91962ce00eb35a7ee7a51ffd76c8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251112.1.tgz","fileCount":296,"integrity":"sha512-roYFL8a0z3W3Bey5vPrK6LqEmsD+Wluh1RT55yvOtu3cqjxcz185lRmO7dbFrc0TU3Ltwef5gsRqhhjFQOuHWA==","signatures":[{"sig":"MEUCIA+B7nQSrHctfez83W5bL2UYZROvcd8gPgAsz0BOmtJnAiEAgL+Bh2I27+wAet7EI++EcwBzGTmPW3JDBAMKTFOSi+I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451088},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a6d8ead2-987f-4796-b0fb-5ca1eda952ee\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251112.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a6d8ead2-987f-4796-b0fb-5ca1eda952ee\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-roYFL8a0z3W3Bey5vPrK6LqEmsD+Wluh1RT55yvOtu3cqjxcz185lRmO7dbFrc0TU3Ltwef5gsRqhhjFQOuHWA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2-alpha.20251112.1","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251112.1_1762961005847_0.6079155388712572","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251113.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251113.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"686645eb40ae384ace0ebd29115462094b29ff5f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251113.1.tgz","fileCount":296,"integrity":"sha512-OK6vzbd6QqwS9cPbuTpB8hlKZGa0hfSSwRqMEaJwNUT9bbkC6UJJTxI9ChNYgLWBjVoKhfK0sC2P+fbkE+dXFQ==","signatures":[{"sig":"MEUCIQC0oFJm9WAp7ArchIZwQCnX2YVGhC6nfaVkOYeB1TkMewIgGStEOer89nfosm4Zmm5N9bQHG0WlGNkGELZHL1eA30E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451089},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\020b7c7c-5e26-4781-a1b2-76c26d54c64a\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\020b7c7c-5e26-4781-a1b2-76c26d54c64a\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OK6vzbd6QqwS9cPbuTpB8hlKZGa0hfSSwRqMEaJwNUT9bbkC6UJJTxI9ChNYgLWBjVoKhfK0sC2P+fbkE+dXFQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.24","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2-alpha.20251113.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251113.1_1763047779319_0.44626407387741707","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251117.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251117.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e3677ed4399f407c0143198044e7664d2d9836e3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251117.1.tgz","fileCount":296,"integrity":"sha512-pyEfaWcQDQUgaCzI48nQThDUMEgRldZ87YG9AIo9O2Fq17zVIGA5U6NbP+punPIi3PonBPRMohemmfxxij5suA==","signatures":[{"sig":"MEQCIFU9Lo3KfqGyyIwBlLJPhgEahz0ke3CsJyeS6LC6eWL/AiBleYgzpX9aXwoABUKliV8XAmb7Da8508uFlaRQ1D5cYg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451089},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8272d7c5-b8d5-49cb-8edd-9498059dafed\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251117.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8272d7c5-b8d5-49cb-8edd-9498059dafed\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251117.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pyEfaWcQDQUgaCzI48nQThDUMEgRldZ87YG9AIo9O2Fq17zVIGA5U6NbP+punPIi3PonBPRMohemmfxxij5suA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2-alpha.20251117.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251117.1_1763393487894_0.35902824081372064","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251119.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251119.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c49984e69483bc010aab75aa7bf17980c5029059","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251119.1.tgz","fileCount":296,"integrity":"sha512-FAasDmNQR1BX1ZgpwcEieax54fd/NrGCJfMueUEKC7E0UTgugsz5jIMjKHy7plgQww3aT2rEswKPwT0lvfXF5w==","signatures":[{"sig":"MEUCIFBEFektwUowqzpiGPerpdmfgAFGCQbQfiDvmtXvvFmrAiEA73Hz3Z3iGzVlFx/+W5czyEuoxxwyMy9WKPbp3scPJFk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451089},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\96f5e67b-e115-4bac-ac7e-9b24904a9332\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251119.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\96f5e67b-e115-4bac-ac7e-9b24904a9332\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251119.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FAasDmNQR1BX1ZgpwcEieax54fd/NrGCJfMueUEKC7E0UTgugsz5jIMjKHy7plgQww3aT2rEswKPwT0lvfXF5w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2-alpha.20251119.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251119.1_1763565912021_0.42955622288086803","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251120.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251120.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8969a78b1b4733f926b3c0a9c143537e779e6f02","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251120.1.tgz","fileCount":296,"integrity":"sha512-S+Q0VQfRi8IK/qzA2+n/ZqtjoGzq+aziVej3k6HptneGYEeBm9IEPx6uzH59y0Ms6vSsSOjN6tve9krycrcf6A==","signatures":[{"sig":"MEUCIQDNq5jfewi4hclaqlFpD6jVOJN88gRHdm/BZ2lEXYVdKwIgeo5l+Gg5W2aSd9prupw18R5UfxL6+ld8wdqZDSGH/+I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451089},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8cc61a2d-3b7d-4925-b52e-33659f103600\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8cc61a2d-3b7d-4925-b52e-33659f103600\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-S+Q0VQfRi8IK/qzA2+n/ZqtjoGzq+aziVej3k6HptneGYEeBm9IEPx6uzH59y0Ms6vSsSOjN6tve9krycrcf6A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251120.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251120.1_1763652655144_0.7376319129085993","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251121.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251121.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e2f77b1700a007981c70e311284ea7103ea78ea2","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251121.1.tgz","fileCount":296,"integrity":"sha512-rzGns4jPMSqq348qTHk1rPjgSILT6hN08N/lfnSLoHEAYiAgJOoIBAuxQJ1Dn427dE28naO+8GBbVIaR2xveMg==","signatures":[{"sig":"MEQCIBMqHlUgXwQLISeHSaCaE5pcswXz39iV5Ffn4ep/eIMtAiBMnukgf9o/K6ahKVCxwnaiiAQ6ePWZNC9CRd+oFE3JGw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451089},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6e5d836a-f46c-4c16-a640-0ead953f9bcc\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6e5d836a-f46c-4c16-a640-0ead953f9bcc\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rzGns4jPMSqq348qTHk1rPjgSILT6hN08N/lfnSLoHEAYiAgJOoIBAuxQJ1Dn427dE28naO+8GBbVIaR2xveMg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251121.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251121.1_1763739496635_0.8739012035775922","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251124.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251124.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251124.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"be4eb53f291aae959ab741fdbe1a4eb2ea41bf04","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251124.1.tgz","fileCount":296,"integrity":"sha512-SETSsjgS39Crxx8ess2ws4KXYiM/3Xm6yDyeuNrCpPAb5KZBxGfEmwE+f/sfQPxCZJ+FbX+lB0ATmStdH/89Gg==","signatures":[{"sig":"MEYCIQDqiHnH2mgVLCX6ijMe1wDZEkxOHOIfifDb9g5n1Dx+KQIhAJSHZIqoF11yHvC997NccJLQwM0mNK7Oixt0CSIR0qKD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451089},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1739194d-633a-4c7d-8371-a20813a7f6b5\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251124.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1739194d-633a-4c7d-8371-a20813a7f6b5\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251124.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SETSsjgS39Crxx8ess2ws4KXYiM/3Xm6yDyeuNrCpPAb5KZBxGfEmwE+f/sfQPxCZJ+FbX+lB0ATmStdH/89Gg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251124.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251124.1_1763998555390_0.612044801580407","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251125.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251125.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251125.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8face088a5181d3170ede69217721d070836a5a5","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251125.1.tgz","fileCount":296,"integrity":"sha512-xsU/R1L+vhr5yNIw9KTckX3pKU48PSMJuHg+HKvokF/gbq6hr4Ad3tZMNg+a7AssJkx208s8C7RyyDWLEjMKLg==","signatures":[{"sig":"MEUCIQCaq/xFYo4cDp9lL2csQ0XxI1kyyjOc2iaswtMXL63PjQIgMSW1R8vE24rSaBpAWQZmX94i9YdG+Md8nOfx95pR7OA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451089},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\67e1d12e-4d71-4234-a669-58f4bc4a55cd\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251125.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\67e1d12e-4d71-4234-a669-58f4bc4a55cd\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251125.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xsU/R1L+vhr5yNIw9KTckX3pKU48PSMJuHg+HKvokF/gbq6hr4Ad3tZMNg+a7AssJkx208s8C7RyyDWLEjMKLg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251125.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251125.1_1764085026954_0.4302604413938145","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251126.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251126.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"29ea7c17af71836777489c9ba56af47039776d92","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251126.1.tgz","fileCount":296,"integrity":"sha512-DHOVOVc1fB9g6JhIa09Vp/p6s2mH7eTY9gTXXu1TPa3oeCDqp/M8+tiblIzG3kicftSRe2O6J+sybe7JjuiQ2Q==","signatures":[{"sig":"MEQCIF6OvowtlohJLJeNQfqXIJAlZV8izUnMzxXcrBtQiyB+AiAcACNLO6xKZ6StP53mebsrN4jmcip6TAjT/gWOkEl+LQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451089},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7301d35a-70bf-40fd-9988-f5e7c04ea7fb\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7301d35a-70bf-40fd-9988-f5e7c04ea7fb\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251126.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DHOVOVc1fB9g6JhIa09Vp/p6s2mH7eTY9gTXXu1TPa3oeCDqp/M8+tiblIzG3kicftSRe2O6J+sybe7JjuiQ2Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251126.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251126.1_1764170857232_0.5265975879643976","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251127.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251127.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"593610e638dd832028a8ae2ce2aa9996fb92bcf7","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251127.1.tgz","fileCount":296,"integrity":"sha512-VEhblQjpFmymIEeh2UUvVdp651c098oUKjie4PaM0Y+K4DSkSBBrDAbN3SvCAhxMKVTZUbCR+aVKKMOvWOqLjQ==","signatures":[{"sig":"MEQCIG5FjHnLVovN8epykx94rjQsPsk+lP0CQxmekHtfsRkiAiBBVjjv/XBvsu2ZpP70jSabx4xBQyuh+/tD789zBVI6IA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451089},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\62fe3918-759e-4c61-9700-9114ab5e7c11\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\62fe3918-759e-4c61-9700-9114ab5e7c11\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VEhblQjpFmymIEeh2UUvVdp651c098oUKjie4PaM0Y+K4DSkSBBrDAbN3SvCAhxMKVTZUbCR+aVKKMOvWOqLjQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251127.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251127.1_1764257286239_0.8867780373144889","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251128.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251128.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c563a6d8335ba4fb139d05069117e2b284a2065","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251128.1.tgz","fileCount":296,"integrity":"sha512-FPIn4BEkELhGDiW+D8UCBAj+NBB4GapPC8x/TxXzhKP6F7oVh0BUxEdzxHjyym897YLHgPCQ6g6i9D9z4UFgyA==","signatures":[{"sig":"MEQCICBSpVdIXfKKpIIudx0EZ7/281BYWlmXIa9NBT2ccsSZAiB99kiagA1IzrcJjq5PeMHZQ7ADKYmS+Xh0BzgSDqjxdw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451089},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0e204021-d17a-464f-a4f6-a6d3fa117e59\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0e204021-d17a-464f-a4f6-a6d3fa117e59\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251128.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FPIn4BEkELhGDiW+D8UCBAj+NBB4GapPC8x/TxXzhKP6F7oVh0BUxEdzxHjyym897YLHgPCQ6g6i9D9z4UFgyA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251128.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251128.1_1764343734514_0.12609661034833253","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251201.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251201.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251201.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5fdab328d026a2d395d9ef7ab43aed4e92aeebeb","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251201.1.tgz","fileCount":296,"integrity":"sha512-52afEPVCdIDQ/B8hvp4oIUxWuc/GnaQkBhwJtpBPq+VhJSbBSKdiVSMOGNH+mXEmvSmo454sT0vcE0yrEHGQNA==","signatures":[{"sig":"MEQCIDsflXefSlI5TSfpOVgXed3IjKCGFbBLAKo7WamjBm06AiBvBaieAz4OkX6fWLuqjA9z5XENsBE9Ri1+nrQnYGeKYg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451089},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a3bbe6e2-3bf0-4726-a779-c404230bd3e6\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251201.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a3bbe6e2-3bf0-4726-a779-c404230bd3e6\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251201.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-52afEPVCdIDQ/B8hvp4oIUxWuc/GnaQkBhwJtpBPq+VhJSbBSKdiVSMOGNH+mXEmvSmo454sT0vcE0yrEHGQNA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251201.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251201.1_1764603469846_0.717723474783353","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251202.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251202.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5ac308b36fd5e4f2ccddbf5443d665df38dc023","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251202.1.tgz","fileCount":296,"integrity":"sha512-JCyW/uUzrKqUdjcelR7aX+y8nCITnI21vCIgU8wjRRLfint5rJAGnJtHWKcMhwKXMAabvPcS3sgnhWhRmPWxcQ==","signatures":[{"sig":"MEUCIQCNJfsA+3B+RsbDdCIPQaFpYyttHm//2OLlnZTlUQCToAIgaXnlHHSISJxQCY3tR8pIt1OrXqk/NI4EI1zifJwUGyI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2168d9a2-7c89-4ab0-bd7a-17d68bb676cb\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251202.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2168d9a2-7c89-4ab0-bd7a-17d68bb676cb\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251202.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JCyW/uUzrKqUdjcelR7aX+y8nCITnI21vCIgU8wjRRLfint5rJAGnJtHWKcMhwKXMAabvPcS3sgnhWhRmPWxcQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251202.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251202.1_1764689804811_0.5600594881123948","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251203.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251203.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d153655e601cef42ba2702659bd4225accab9c4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251203.1.tgz","fileCount":296,"integrity":"sha512-s3MeCrc90kVHq48KdptLD4XwLrbdbE+itpw/5Gs5eTgKwFgbun2H2XdrU7Hvv1pTn9VjccFQVyG6YMuBbNLRfg==","signatures":[{"sig":"MEUCIQC+NwR0WtXDrk1FLwKALVOKwvS7e0z4YNt3oxNT+bRgwQIgCp4M1qjQNmDdRuTaKuY/LK69Xaph21bMowLxQ9mVXJE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2dc91d28-2af1-4928-9147-0a1b96595a90\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2dc91d28-2af1-4928-9147-0a1b96595a90\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-s3MeCrc90kVHq48KdptLD4XwLrbdbE+itpw/5Gs5eTgKwFgbun2H2XdrU7Hvv1pTn9VjccFQVyG6YMuBbNLRfg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251203.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251203.1_1764775992865_0.9665389081602296","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251204.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251204.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7872e98503c16f937f9830365fd15ae6d041c0ac","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251204.1.tgz","fileCount":296,"integrity":"sha512-KGUYxCIC8DF9PaJ+aFaZbbRU7NalGgTXqLfMQfOruGih/5EUS0RE6MKkFIqSOMCO8IawSFrNxLsCsanZX4un8A==","signatures":[{"sig":"MEUCIQDlEOikQGrzpmoq8gCoT0fJMsBsq+Ju/zIL5mxLyfkrQAIgdx35XTGu7o94nsYBEWLUcDfl2UYtbAJItO94Z5xRfSE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\009349b3-640c-46d1-a02a-9f8911339a73\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\009349b3-640c-46d1-a02a-9f8911339a73\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KGUYxCIC8DF9PaJ+aFaZbbRU7NalGgTXqLfMQfOruGih/5EUS0RE6MKkFIqSOMCO8IawSFrNxLsCsanZX4un8A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251204.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251204.1_1764862291207_0.704389482529447","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251208.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251208.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251208.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"70c6ad669e9a8a23b0e5a8f260a667538edb8a24","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251208.1.tgz","fileCount":296,"integrity":"sha512-tfIiQD9HtsUUTniwSXshUQQ/N4aD+UE0uoAKp+297OlK427ZD2Oi1ORaHYLUtwmniX05b82F6Sxi7Ez9IWvbVA==","signatures":[{"sig":"MEUCIQDXPxS2FyxyKb6p7tzCNjQgF9QUD2M2E/CWC72b3bQ2QAIgSSciVZbGGfWGywas/8t+xvim4VoC0UTA9oEhlzbUDyA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9272592a-79c2-44b5-83bf-a8faa217e372\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251208.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9272592a-79c2-44b5-83bf-a8faa217e372\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251208.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tfIiQD9HtsUUTniwSXshUQQ/N4aD+UE0uoAKp+297OlK427ZD2Oi1ORaHYLUtwmniX05b82F6Sxi7Ez9IWvbVA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251208.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251208.1_1765207843583_0.7020039988590379","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251209.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251209.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3467ff788f6a9113c14c8a74c5a3b8c05800d8ed","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251209.1.tgz","fileCount":296,"integrity":"sha512-HSsXm8h1uw+wsQ1LAHbo6Ns7t4ay5F0t63JK0rL1NiSjqFwkcv3asKE/7jJ2IyuceNLqgduQVaeUZ8S2TLzmGg==","signatures":[{"sig":"MEYCIQCjsTkjrNOdaNRKTUcO/XVb+XId+Ydwl7wWCcHeIsogcgIhAPMV74KRxmA38aUPJgAbb6Q53tuRJ8HAJMr+h8z+Fz5/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8b6f61c3-7ec6-4f72-aa2b-4cffaadc5d81\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251209.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8b6f61c3-7ec6-4f72-aa2b-4cffaadc5d81\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251209.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HSsXm8h1uw+wsQ1LAHbo6Ns7t4ay5F0t63JK0rL1NiSjqFwkcv3asKE/7jJ2IyuceNLqgduQVaeUZ8S2TLzmGg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251209.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251209.1_1765294577847_0.1967559651369699","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251210.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251210.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"55589bc807c0ede5f5c0f8dc1114c4dd2b4dcaf0","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251210.1.tgz","fileCount":296,"integrity":"sha512-TCT/KjBUUbF1CUQ5ieYG7NtprWZ3aUylyRJ0OnILG0hpSdMs37JtLumfaoXFZS4C4BqhspJAWpUWTzWYk0wgqA==","signatures":[{"sig":"MEQCIAHZzqsTLvwDRxewWbCmGUCoCzulWguvLY+Ukg670PVyAiAqhft8DPcsI5T3SPxNmuUmLlLK+E9Zt8jK62QtEhlbTQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d1b9927c-5ce8-4755-af07-54949572c904\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d1b9927c-5ce8-4755-af07-54949572c904\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TCT/KjBUUbF1CUQ5ieYG7NtprWZ3aUylyRJ0OnILG0hpSdMs37JtLumfaoXFZS4C4BqhspJAWpUWTzWYk0wgqA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251210.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251210.1_1765381020794_0.05007984538573096","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251215.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251215.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251215.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0f226756b17e7de4417bee6c02abaab9f15e7917","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251215.1.tgz","fileCount":296,"integrity":"sha512-Ll1CQjwSgYmtISq+VV6eeNStYAAGY8mkJovbd6JEukIlGDi4Th9gjNHOLgQLWEyQpihtabADPMWm6yZnXyo7Dg==","signatures":[{"sig":"MEQCIGlQNhVlLY6uISxOtZE5dV05fja5Aup37Y6ULFIwM+JSAiAMIGlhWbfLyjZMD5k4yEOOah65Cy+Oj+9sF18w1ojGZg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b26e295f-59e6-4578-ba17-58e43b14dd98\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251215.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b26e295f-59e6-4578-ba17-58e43b14dd98\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251215.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ll1CQjwSgYmtISq+VV6eeNStYAAGY8mkJovbd6JEukIlGDi4Th9gjNHOLgQLWEyQpihtabADPMWm6yZnXyo7Dg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251215.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251215.1_1765812638175_0.23134403048158592","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251216.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251216.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4c0ca8822364b79251cf58aa6f4f7724e771166e","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251216.1.tgz","fileCount":296,"integrity":"sha512-hW2ZH9XgqNLi1x7JUO2nuwaVM/ZmCkWG5D2H4aE6C1Rj5xgRT2fF8JZlMWP3TGoxYu1OK+8Uz9+J2tF3Tey33Q==","signatures":[{"sig":"MEUCIQCI00tdaHTISAe22dOlCpxcILgaCcNXcBLtZ1IbFLJ+2wIgGVdjSQJH14XOv1kCot8E/fnplFKcwDbefPioIk8oF4E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\29b24d28-bf4b-49b5-a7c7-27f33855c6a0\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\29b24d28-bf4b-49b5-a7c7-27f33855c6a0\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251216.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hW2ZH9XgqNLi1x7JUO2nuwaVM/ZmCkWG5D2H4aE6C1Rj5xgRT2fF8JZlMWP3TGoxYu1OK+8Uz9+J2tF3Tey33Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251216.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251216.1_1765898997451_0.2219180605208091","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251217.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251217.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6ecaae3c79a6fd6a6bcc1acc7effa3d785aaffcb","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251217.1.tgz","fileCount":296,"integrity":"sha512-ScSvXpVZlH6lxuicQ6OZ5FK7wuhkNZkcWXjTGuJ3/t5nUJ3hsBAsqlBvbr1GteQ4wPboWdpYhbHFnVyE9pO2wA==","signatures":[{"sig":"MEUCIEywP2km07vyPQLYpv/9xn6/mHtZZfBmNlHn2Q2WID04AiEA65GN37R/aNUGx0KnHkGfBjyX9gK/StC7uWZ7IOiGyK8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\49af25b5-b655-48da-a0ce-d524db62b299\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251217.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\49af25b5-b655-48da-a0ce-d524db62b299\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251217.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ScSvXpVZlH6lxuicQ6OZ5FK7wuhkNZkcWXjTGuJ3/t5nUJ3hsBAsqlBvbr1GteQ4wPboWdpYhbHFnVyE9pO2wA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251217.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251217.1_1765985149740_0.8687017778154713","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251219.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251219.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5036917fbfb161a4fd61b4c32ecfb8daebc25f8a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251219.1.tgz","fileCount":296,"integrity":"sha512-IL7mYZWMGHDav5C3rDLiZW5BiLqflZL5kNLQ8nLHCfXDxCE8rNeXCvP3FRd3EK+nM1rXjpcd7wigxpm0F+swpQ==","signatures":[{"sig":"MEQCICrs62VTnLr59OHyMMywoGOo5UHNLQHgl5hEzMsmMyJJAiBFenfybseemqdmKx2YyIcldB1/Y8lOcm7sOz9HhIZsPA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6931901c-8acc-47dd-8119-a2ba8af13f3d\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6931901c-8acc-47dd-8119-a2ba8af13f3d\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IL7mYZWMGHDav5C3rDLiZW5BiLqflZL5kNLQ8nLHCfXDxCE8rNeXCvP3FRd3EK+nM1rXjpcd7wigxpm0F+swpQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251219.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251219.1_1766158651343_0.145087707147026","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251222.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251222.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251222.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e47e22eeb4b388da61937e748d47f9a88ff4db7b","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251222.1.tgz","fileCount":296,"integrity":"sha512-KCiI+3tOZtYcyg1HXH1XfMq/ROjb+wvryhYIqQoTEADRXEOc9kGYDgeYuqQoI3WN6uM3kYI2p+4QhHgTPf2vcw==","signatures":[{"sig":"MEUCIQD8moDX2SPpbX3nIAZlNKe9vLtuE49E+F5nueb5vpSuqQIgSVVLm/njCN/QGyX7KC+XCRCPXzXESkZrbQn8suWNfm4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\96fa8938-eb69-43c0-8fe4-0b7360a262a9\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251222.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\96fa8938-eb69-43c0-8fe4-0b7360a262a9\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251222.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KCiI+3tOZtYcyg1HXH1XfMq/ROjb+wvryhYIqQoTEADRXEOc9kGYDgeYuqQoI3WN6uM3kYI2p+4QhHgTPf2vcw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251222.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251222.1_1766417517096_0.030807359798336043","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251223.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251223.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"27c4115c31d8d5eb1b16cacb5c26ec66f396a8c8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251223.1.tgz","fileCount":296,"integrity":"sha512-KPxvC3ZX/mya+XTHg5myxXHECJJjXMuwS6sKawpduTBecUjZdQQrCwE2n4FJdc4e+TPKHeFdN5bM9qCcahuT0w==","signatures":[{"sig":"MEYCIQDTRklPLytO8+7lm8HINAxKQ1tla3IM9zhSnGQyRUBasQIhAOUwmXfYbRwmUflTDw8TyOPU3CnCM/CfgmY4cdEj09HZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a0443881-cc7d-4184-9a45-1720cc5464cd\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a0443881-cc7d-4184-9a45-1720cc5464cd\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251223.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KPxvC3ZX/mya+XTHg5myxXHECJJjXMuwS6sKawpduTBecUjZdQQrCwE2n4FJdc4e+TPKHeFdN5bM9qCcahuT0w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251223.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251223.1_1766503895765_0.3419634708469692","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251224.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251224.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d8fe03085249c49e63ef47c2912740a7030dc429","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251224.1.tgz","fileCount":296,"integrity":"sha512-m4mRoX5LYg6M+8nOkOG9Ybr8uuTk/0NkTBRkc3HiWT4gMEHyFkUbkfAlJGvrd7kDuLOgcnW/ikiXNW9J6wTlhw==","signatures":[{"sig":"MEYCIQD0qevIU4s60vlneBFA9ITDQeJ/mpg0VueK+TvgsBTmuQIhAKrtrhxPRCC6qk3HeZArby+f9FlHfKdmrQD56xamBYOe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4fc35747-cf9e-495d-9218-527e33b80a74\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4fc35747-cf9e-495d-9218-527e33b80a74\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-m4mRoX5LYg6M+8nOkOG9Ybr8uuTk/0NkTBRkc3HiWT4gMEHyFkUbkfAlJGvrd7kDuLOgcnW/ikiXNW9J6wTlhw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251224.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251224.1_1766590169346_0.018733647708332413","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251229.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251229.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251229.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5a9aefa1e46259549e62e472f4f9a8b3f068e8f","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251229.1.tgz","fileCount":296,"integrity":"sha512-ClQVPM95bIJXWf6fuiOEHN3qWB3IN4XqUr4mx9a6GP/XPH1OWGbk14oNjjJ0y5A1VvmOEoXXDGFS9TCRUymAXA==","signatures":[{"sig":"MEQCIFW/EUlXODCjQqhVeuaFGPFIUh3m7xyuGCWoJcA+JweKAiBHnRFmP/SdXv5r2z1CeATd19hoiHqRX5lO24z22eeY6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ea0d5c52-5323-4307-a52f-6482c647fc9b\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251229.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ea0d5c52-5323-4307-a52f-6482c647fc9b\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251229.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ClQVPM95bIJXWf6fuiOEHN3qWB3IN4XqUr4mx9a6GP/XPH1OWGbk14oNjjJ0y5A1VvmOEoXXDGFS9TCRUymAXA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251229.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251229.1_1767022372033_0.26960075250484095","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251231.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20251231.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20251231.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d864b6fb2a608b8536e9cfd3d146b4fd3f07bac1","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20251231.1.tgz","fileCount":296,"integrity":"sha512-c46LCANqatLC8KJfHKBpV7rGl+hCrP9/llLtY+g1d62M1Fa8qjMaCyG7i0YxFZST3KS7x/YzE1avfEhN221PrQ==","signatures":[{"sig":"MEQCIA0h02hqQpWI8h/CR0JE/t+f3V/aApTzDuown6oxF3ewAiA5T1VWdx6dRxuy2rie914l4kj3a3a/M2YK4odxESWLPA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\074be650-373b-49e5-b358-5f1fd19964c4\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251231.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\074be650-373b-49e5-b358-5f1fd19964c4\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20251231.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-c46LCANqatLC8KJfHKBpV7rGl+hCrP9/llLtY+g1d62M1Fa8qjMaCyG7i0YxFZST3KS7x/YzE1avfEhN221PrQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20251231.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20251231.1_1767194951031_0.2694826101971506","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260102.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260102.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260102.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"32fede59ba0edaefa6a4c523c3bf2851d27f42d4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260102.1.tgz","fileCount":296,"integrity":"sha512-aJapA6wYvMeyHww2S3jvQ+pVT1mwh2c7ZtaNNnvU+C5dJPsACd1+kur1X6h1NTorA/dv+LvzbaimNANtkoEstw==","signatures":[{"sig":"MEQCIBT3551IiK44U+mp8bw4TGQwsLfag76R18oOAGeXjcyLAiBHrFo9EXoUnI568IbWm37RQqDTfWHXZWFQuvWhodDpJQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4267d3fd-8ea1-43ec-b956-286fb56d9d21\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260102.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4267d3fd-8ea1-43ec-b956-286fb56d9d21\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260102.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aJapA6wYvMeyHww2S3jvQ+pVT1mwh2c7ZtaNNnvU+C5dJPsACd1+kur1X6h1NTorA/dv+LvzbaimNANtkoEstw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260102.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260102.1_1767368110993_0.3160156329904218","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260105.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260105.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260105.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e09b9daffa0c59b935997283db888ee7342511c4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260105.1.tgz","fileCount":296,"integrity":"sha512-9+MBrhk0XDOfEf0SD4nTYiikuBxu6bJHZvda2rs/vnQbdvBEA9Jnee7HzOc5EmkxTvBFEheEwkbdh1+tt0mwUQ==","signatures":[{"sig":"MEUCIGORoum0+lHEa4xRhg4DfrKMPmpJlfB7tKdhEQaxZs2KAiEAxa3sgRwPj2xmLqNMPM/30gPC/IYFOG8yD+DdlalICh8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b98e276a-5e13-4e4c-a4c0-6d6137f08009\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260105.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b98e276a-5e13-4e4c-a4c0-6d6137f08009\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260105.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9+MBrhk0XDOfEf0SD4nTYiikuBxu6bJHZvda2rs/vnQbdvBEA9Jnee7HzOc5EmkxTvBFEheEwkbdh1+tt0mwUQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260105.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260105.1_1767627416476_0.27054258196870307","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260106.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260106.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8dc584cee157238cf6c513e680c099c72e397ab3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260106.1.tgz","fileCount":296,"integrity":"sha512-kV2YmwzQxKRPjX76TaBM1qsDMKFv450gEVh07o1I9aCSEIlw2WXiz1JixMlN7a2wi49+7coIFyd72x2LwdROlw==","signatures":[{"sig":"MEUCIQCplE5UpDcioJtettSTq/0OL+vX0W2216oHo/KW/3h9rgIgcUtZyNy82wHF0spKiXt0jYT1jyWVXjSiGMju5bDLeBg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451073},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\82a14629-6480-4e5c-8047-dbd251e8e3eb\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260106.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\82a14629-6480-4e5c-8047-dbd251e8e3eb\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260106.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kV2YmwzQxKRPjX76TaBM1qsDMKFv450gEVh07o1I9aCSEIlw2WXiz1JixMlN7a2wi49+7coIFyd72x2LwdROlw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260106.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260106.1_1767713392426_0.5008236600497618","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260108.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260108.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b33c66bd1f2f13a86a52538ef38faa82c4ca1ffe","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260108.1.tgz","fileCount":296,"integrity":"sha512-N1er+qeq9+Kn2YnNQNEIwzPR79lDuOe+a5DuZ8jszVxB1ftsoqRgSppY+LzKlxPPnQHyKtru24cbwujBpJWBKA==","signatures":[{"sig":"MEYCIQCvv/51679IJl7P7VrKXbGaY8OMhm2enrqcL3lYWYgJLAIhAJmWAre1itarIhlTn333od/fck2Z2wIfUomSApQeU/3D","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\115d62a1-bd43-4392-8936-03d41e9d6f22\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260108.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\115d62a1-bd43-4392-8936-03d41e9d6f22\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260108.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-N1er+qeq9+Kn2YnNQNEIwzPR79lDuOe+a5DuZ8jszVxB1ftsoqRgSppY+LzKlxPPnQHyKtru24cbwujBpJWBKA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260108.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260108.1_1767886660771_0.30230125458902335","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260109.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260109.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2bdc92d4bb5fc54881fd6b12bec91c1a2f33b9e5","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260109.1.tgz","fileCount":296,"integrity":"sha512-h0Ju/Ofmm3BIHke6phJf3nndJ6didrbAUVk5Cg8LdCasUuBqAlZ/v5SY6Cmc985iG4yGCraJKoWG3QvtFj92wQ==","signatures":[{"sig":"MEUCIQCIn7+w6bXutGkQUJWt2yIxNhQbVNIHe8M7YSFh1EZ4BgIgLzmEpFqLN2G7noWHwiKfQ1AXKhbNkMpluEMvG8YCgMU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ef584a08-296e-4dfc-b788-1221a04f6441\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260109.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ef584a08-296e-4dfc-b788-1221a04f6441\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260109.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-h0Ju/Ofmm3BIHke6phJf3nndJ6didrbAUVk5Cg8LdCasUuBqAlZ/v5SY6Cmc985iG4yGCraJKoWG3QvtFj92wQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260109.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260109.1_1767972580985_0.9930705618442355","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260112.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260112.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f87e440056dfa3fcf2ed2ecedefe1880a5a8faf3","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260112.1.tgz","fileCount":296,"integrity":"sha512-u5M93R0h/Idplf/jVbN/eZ2LeKKnJ256W6fXwjduibyHOq7Fkj6FhKKsi52yzBrIzEliJTzyuH76dhGqz3M3lQ==","signatures":[{"sig":"MEUCICZuHpcKyTX5Hv+whKuCZsHnPVrO222//ygOvT3EZBdrAiEAj6EeN9RyC6v1hFYXq0x9HnmAAaqI0Am1CO00mFpHa+Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\73245738-402b-4c50-ae0f-09aff4260934\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260112.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\73245738-402b-4c50-ae0f-09aff4260934\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-u5M93R0h/Idplf/jVbN/eZ2LeKKnJ256W6fXwjduibyHOq7Fkj6FhKKsi52yzBrIzEliJTzyuH76dhGqz3M3lQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260112.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260112.1_1768231731773_0.9408709641361448","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260113.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260113.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e57cebf3888274357e0d6b91ed7c2f9921410852","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260113.1.tgz","fileCount":296,"integrity":"sha512-AGDyk+zQ/uYfDlCx17dLir/clpoXlMy9Sn8q/16SUzgTojK4Cg16yngVbOHdWijgFFPGNPgLFeRB0FmpMQq61A==","signatures":[{"sig":"MEUCIQCHAYjAS+0yIooHWaosOJz5Ib4HgX27iiAyjR/xz+tT8wIgfAXfr/3ATlHqU6AYAKKMhNxbLEqr5b3O0V7iSX4XlBk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\39472065-8ab7-4c96-bbc4-0fa167a9d5b2\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\39472065-8ab7-4c96-bbc4-0fa167a9d5b2\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AGDyk+zQ/uYfDlCx17dLir/clpoXlMy9Sn8q/16SUzgTojK4Cg16yngVbOHdWijgFFPGNPgLFeRB0FmpMQq61A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260113.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260113.1_1768318317925_0.5357897296578737","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260114.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260114.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f5f0038a06951ef7927812279e13afbeb359cd39","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260114.1.tgz","fileCount":296,"integrity":"sha512-g0TJZXCzTLiD4mzGy12fzaJIfJbLRjspeRb1e0j7NdKKcgo5e7JKavmAW+m6eZj2glns3kl/uP0cabB4A7gUlg==","signatures":[{"sig":"MEUCIBhKW5xGGGdwN5UZlRcW1dVbc5TKtd1F6pA2MmuaKpC4AiEApFyBKIcZRn+9AeZ9XMA1yNdQhU0KokQ8B0vjqDj7ueA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\27545eb2-e78a-46d5-92c8-cc96931b9b07\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\27545eb2-e78a-46d5-92c8-cc96931b9b07\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260114.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-g0TJZXCzTLiD4mzGy12fzaJIfJbLRjspeRb1e0j7NdKKcgo5e7JKavmAW+m6eZj2glns3kl/uP0cabB4A7gUlg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260114.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260114.1_1768404665716_0.8273116426221623","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260115.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260115.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2de5fb0fff831245d0e253f340d5938f410e483c","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260115.1.tgz","fileCount":296,"integrity":"sha512-3c9HJfHr1KCTm8XSikCYXg6ffkNee/SAHrAoeNG/YsWGpkbjtZNriH230ORnj25vGHHu/1IUkUxhFb9sWLk6xw==","signatures":[{"sig":"MEYCIQDJEY/wEuerVZfzWz6mxiQOicD/lmGtGK+OFa8mGAIbrAIhAMUpeH54wEHR36yz7mrcAC28qmGCeD2tdd5mIh4VBI68","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0d60fc85-ca54-49be-a692-0b986e03dcc6\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260115.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0d60fc85-ca54-49be-a692-0b986e03dcc6\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260115.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3c9HJfHr1KCTm8XSikCYXg6ffkNee/SAHrAoeNG/YsWGpkbjtZNriH230ORnj25vGHHu/1IUkUxhFb9sWLk6xw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260115.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260115.1_1768491396600_0.7493735264951158","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260116.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260116.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1dcc4510ec1ae08e8ec1c84ac8a0c0e7091ae6f1","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260116.1.tgz","fileCount":296,"integrity":"sha512-pAjCQUXoqtXR+v5qr0JG0pixC64LqoN5n/r5VqWfvnPCrFZGfk9vb81LS3mMDb8z3CHTQqkWWC8Eht0xCDtIMA==","signatures":[{"sig":"MEUCIQCL6M2CulCHOMllo5ifcR0LYC49QecvTXMfjc8G4++PLgIgdr0CodCcbT/fM0yg3sAUF846AX+HERPOUxTYEdCjmtg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dac1cdae-c2a6-41de-ba80-73182d4e2f50\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260116.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dac1cdae-c2a6-41de-ba80-73182d4e2f50\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260116.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pAjCQUXoqtXR+v5qr0JG0pixC64LqoN5n/r5VqWfvnPCrFZGfk9vb81LS3mMDb8z3CHTQqkWWC8Eht0xCDtIMA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260116.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260116.1_1768577598200_0.5983190711665816","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260119.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260119.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ba2c8450578e3cc78939dbb8d6454fadb579fb59","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260119.1.tgz","fileCount":296,"integrity":"sha512-T+FJRw5aw1JhNCjhHJbuT2PMfRhsZC20W6SVdcPkH1lI5zOedCJy3PfcHgiY2Uwxb5+2GtPiqlIDLF5cAPXrOQ==","signatures":[{"sig":"MEYCIQDqfUFruxk7HBO2UkokAFxMBR2M8Nw4v4IdGA1PJ0n8HAIhAMCZnpjdXe3lULAX1IIqc1Tv8MRxf0uDXqef83s6H3I8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6c8c1b6d-b65f-4b1a-9bf9-81ea7b4ea082\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260119.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6c8c1b6d-b65f-4b1a-9bf9-81ea7b4ea082\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260119.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-T+FJRw5aw1JhNCjhHJbuT2PMfRhsZC20W6SVdcPkH1lI5zOedCJy3PfcHgiY2Uwxb5+2GtPiqlIDLF5cAPXrOQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260119.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260119.1_1768837007963_0.3420289887580874","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260120.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260120.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ad0cb379fae0a20b4abba5937efbd4b78b869860","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260120.1.tgz","fileCount":296,"integrity":"sha512-jKNdWL+v99bsLOWB9ebdqh+fpfXdO4ARMAOPSZBjPgcS9z+2Oyna7yaJTihGHn4cckcD0rWaZwHTe9zqrf1lhQ==","signatures":[{"sig":"MEUCIF/mh4AL4E+MCYTa3HJkH7XrtQJ8LErwCkKd6U2uoGq8AiEAiwL2e6LdgOyn3PQQiXj/HEC7zt7uoAiC/mWXEQs+y98=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\351f9be5-71cc-43c8-bbb8-b6891192d187\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\351f9be5-71cc-43c8-bbb8-b6891192d187\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jKNdWL+v99bsLOWB9ebdqh+fpfXdO4ARMAOPSZBjPgcS9z+2Oyna7yaJTihGHn4cckcD0rWaZwHTe9zqrf1lhQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260120.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260120.1_1768922726851_0.45486848404130753","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260121.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260121.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a840b6a260c1ba9d12f710fca5e1dcb858e8e8a8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260121.1.tgz","fileCount":296,"integrity":"sha512-wxxWBAqlg5KvtTRjsPs5IngvSxtIHK+t3dJbhJrSph3pMyqrCojdV/lvvkKpnyzeGePXrrCh55i9IjVgRHmDjQ==","signatures":[{"sig":"MEUCIQDzNw9Z1tBGQ1+Y4ytvQSbu3TJPnGULJWv6exlFBgzMUgIgZNfoFk5YCBFtwe624QpWcQ2zKbUeRkPE7TljUj6nVD0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eec9d2d7-5aef-4da9-985d-7502c84f8634\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eec9d2d7-5aef-4da9-985d-7502c84f8634\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wxxWBAqlg5KvtTRjsPs5IngvSxtIHK+t3dJbhJrSph3pMyqrCojdV/lvvkKpnyzeGePXrrCh55i9IjVgRHmDjQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260121.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260121.1_1769009654669_0.016448389678828557","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260122.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260122.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b226f9c8d28b94c07f2a227b21f95c273b21260","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260122.1.tgz","fileCount":296,"integrity":"sha512-q9Gqc+PMZbPVVZkMuFTPwqY8ii4Bj/r2GMLBqF3s/3E8pP9yOQCBx0yqTbRLKy7sBVb5xFqxCw7dMlrmsZaGdQ==","signatures":[{"sig":"MEUCIHQkXNrzBZBWIkUrLuvdxo4YUqWx2ozQEjmy+BIFA2McAiEA6DOqfb9KW5CkXH/Us9KnRP3vli+/jicQ9SHz76S8W68=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\272a81fd-d92f-4eb4-9c8a-130f9f03457d\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260122.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\272a81fd-d92f-4eb4-9c8a-130f9f03457d\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260122.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-q9Gqc+PMZbPVVZkMuFTPwqY8ii4Bj/r2GMLBqF3s/3E8pP9yOQCBx0yqTbRLKy7sBVb5xFqxCw7dMlrmsZaGdQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260122.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260122.1_1769095808891_0.1573911680068638","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260123.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260123.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260123.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f9d8012e170d92593f821041e3f271c31d666e92","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260123.1.tgz","fileCount":296,"integrity":"sha512-LVrIC03F34Rq/0mpIr/Ui5TmUPvyoNzoGaTxD4o9KxkRUkqVAZK4DGMfQb5e17zlGz7J76KAHif+3yd850ERCA==","signatures":[{"sig":"MEUCIEM3MEyBAzXXH9tU0mwQvldRHfv7XGbN+2+UbIAhZzK1AiEAk0WTsoM/pMFRLpQH+KzfEi6JoDfP4XSHT6yTyAy0RTg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\beca536f-716c-4d43-919f-1a43ee2bba5a\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260123.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\beca536f-716c-4d43-919f-1a43ee2bba5a\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260123.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LVrIC03F34Rq/0mpIr/Ui5TmUPvyoNzoGaTxD4o9KxkRUkqVAZK4DGMfQb5e17zlGz7J76KAHif+3yd850ERCA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260123.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260123.1_1769182478699_0.01587269017859394","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260126.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260126.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f1cb60ccf5f2423d380d9ccf7e51dd0ba29bd71c","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260126.1.tgz","fileCount":296,"integrity":"sha512-P9WPruDPQ66eBPqctCAasjtvy197osqHL7SqGJefV0RHa253dOoWaT9blHm49cedvPVcVfs377jUQDEJwfwjmg==","signatures":[{"sig":"MEUCIBq+d77zTPzVP6n+eIrTY47eMjOJrmJRfUxL3pOuvpAuAiEA15SZTLH3GcEEzV9k/o5J6GFbkvVVbrn75ApKKLAY4sw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\60fb4d0a-5ec7-4436-aefc-c9f3dc76f6c5\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\60fb4d0a-5ec7-4436-aefc-c9f3dc76f6c5\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260126.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-P9WPruDPQ66eBPqctCAasjtvy197osqHL7SqGJefV0RHa253dOoWaT9blHm49cedvPVcVfs377jUQDEJwfwjmg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260126.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260126.1_1769441534990_0.573919184677983","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260127.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260127.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d8e7e1164738f92ca211e6532d77922a105568b8","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260127.1.tgz","fileCount":296,"integrity":"sha512-V9ZcG2DtIak13mRyPAM4Ez0X3KlSIE2up2LDawWnmWMTjZ6oirc+Th7ct2s8pnmudQhFB5C3MdkZfgeas6wWrw==","signatures":[{"sig":"MEUCIB9K3ZcttoPbhIScULomHY4wM2Z1zkhH2y1dyON6tBP4AiEA+DJVw3bcG9Y/EOsVBrHFE2O9dCNvq3zrVPKgqZMR2RY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\655c8001-3a80-4e8e-8806-6303d64186ca\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\655c8001-3a80-4e8e-8806-6303d64186ca\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-V9ZcG2DtIak13mRyPAM4Ez0X3KlSIE2up2LDawWnmWMTjZ6oirc+Th7ct2s8pnmudQhFB5C3MdkZfgeas6wWrw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260127.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260127.1_1769527531493_0.9490248481534154","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260128.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260128.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bc2fb45ea6f7b9255c8250388a279e24d6c755b9","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260128.1.tgz","fileCount":296,"integrity":"sha512-jDJ1zPeAwpFZATcVIaQDQguj6m1pCo+iKfcYYbmLgymdu29Ta7VcjTqM3qh9WDC63AxiwZzrKTX5RRSC0JqL/w==","signatures":[{"sig":"MEQCIF40YXNShibRKgp84DXpZo9ciU+Tb+hY7snLIfikia6XAiAp4QM37j2q3DpR4hw7FyUVH8CLt/OyvZK7PTjFA/W1sw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a878a421-1d8d-4042-bf2b-94f7de06b703\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a878a421-1d8d-4042-bf2b-94f7de06b703\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260128.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jDJ1zPeAwpFZATcVIaQDQguj6m1pCo+iKfcYYbmLgymdu29Ta7VcjTqM3qh9WDC63AxiwZzrKTX5RRSC0JqL/w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260128.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260128.1_1769614423736_0.04311497979896739","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260129.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260129.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dfc6387e7ff5f57c69d8358527b0b819fcee0201","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260129.1.tgz","fileCount":296,"integrity":"sha512-2lYIfw/9Xj16iYVrquZZJMapmrDw1nyElOz9N1FQ1AHX77rTDXqDWS/t8LzNjZ1JWaczIYE4VWet8sa+WOgVRA==","signatures":[{"sig":"MEUCIH4WVeUqkeqSukOCfgvVAcl2m/y5Da+J6vJ7Ue+L0M06AiEAqwAc68n8S7l4RkQTHm+3+TAelLWHKoLlYLb8BlhJRBM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6688c72f-1a29-4a50-a2c8-75ae554f6e0b\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6688c72f-1a29-4a50-a2c8-75ae554f6e0b\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260129.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2lYIfw/9Xj16iYVrquZZJMapmrDw1nyElOz9N1FQ1AHX77rTDXqDWS/t8LzNjZ1JWaczIYE4VWet8sa+WOgVRA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260129.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260129.1_1769700625726_0.17256692761237846","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260130.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260130.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260130.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e044ab8232a745a6ab75a65931909a2b8a798295","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260130.1.tgz","fileCount":296,"integrity":"sha512-psvOrORmlNxApdfXSLVwvmVCSiRhXgUGfawiK5X5LTHBDFImzYZU8A6RqzqmVrAUzV9AVVuARjGKAFiLUoXc8g==","signatures":[{"sig":"MEUCIQCl7xqCVg0rk7Ex6uJ4LVQN/IhYg18wOEkvWflW+SaFqwIgBzfcOQ5bORsxlWV2B2xHxv1Z+b5qKGzGXsLPdwn+08c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0350d63d-8727-442e-9417-921654916967\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260130.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0350d63d-8727-442e-9417-921654916967\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260130.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-psvOrORmlNxApdfXSLVwvmVCSiRhXgUGfawiK5X5LTHBDFImzYZU8A6RqzqmVrAUzV9AVVuARjGKAFiLUoXc8g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260130.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260130.1_1769787172915_0.4328421077455413","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260203.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260203.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0ca95d03776edcd9bb76375a8c448bf00bd2ad1a","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260203.1.tgz","fileCount":296,"integrity":"sha512-uUPacVF2E/agMcGH1XHQZ+C9nD7PYHUASgs/5etKuIK3GnjGL0Q23BmJKKbATUby93WMDxYtBltIFi8DHF+eBQ==","signatures":[{"sig":"MEUCIB3BE3nLNav76P3u5WWpYUPqgakss4ojGlHVl1XWTSKWAiEAwLZeVGFtwwCkZICPxl/ZGvM7PxWuKlEzhWtlfd86jLI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5d105f58-155c-455b-a50b-cc0a2936ce71\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5d105f58-155c-455b-a50b-cc0a2936ce71\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uUPacVF2E/agMcGH1XHQZ+C9nD7PYHUASgs/5etKuIK3GnjGL0Q23BmJKKbATUby93WMDxYtBltIFi8DHF+eBQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260203.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260203.1_1770133668435_0.3864152715384963","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260204.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260204.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7d7e7dc61e3c7531412beb47132b09f3b2f8bb00","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260204.1.tgz","fileCount":296,"integrity":"sha512-3cB/jNK9VtlVAmR9tOtIK4zjt7MMNL7m2PIIAyK+iwoh783byzWdGO8rmcfChkE5zO7CzNVwo/OpOBF1Q5alyw==","signatures":[{"sig":"MEQCIES0SwiD1db6z9Y5Tyz1YY7JgoK8lui/B25HUaHh/hYuAiA6WN1aHM0KTLOS5y+p+ChmGHODrKHK1GoMKOV9+rfYhQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9ef2134a-4bda-4633-a776-c8c331cdc02b\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9ef2134a-4bda-4633-a776-c8c331cdc02b\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3cB/jNK9VtlVAmR9tOtIK4zjt7MMNL7m2PIIAyK+iwoh783byzWdGO8rmcfChkE5zO7CzNVwo/OpOBF1Q5alyw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260204.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260204.1_1770218959965_0.5124107109282461","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260205.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260205.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b599b2477b47963b0d979d231865bb924450d16d","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260205.1.tgz","fileCount":296,"integrity":"sha512-pafrGJpZW5ykWEjATZ4GLF96+eFfIw+x+70ih/h/IJfPaxyWvxaRWIfYfnyy7LYbteUQyVsWcQv+6VexOP6Zjg==","signatures":[{"sig":"MEQCIBx6s9If8a6reqA8yaH5wiCZ874b+1T5M1p0VtN+H49oAiAHx4k8lcTVLMoqTHtQk9uaHwZZvQSskKy5e+F6XCqrrQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4124733e-134f-4dcc-8065-e76a1470e442\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4124733e-134f-4dcc-8065-e76a1470e442\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pafrGJpZW5ykWEjATZ4GLF96+eFfIw+x+70ih/h/IJfPaxyWvxaRWIfYfnyy7LYbteUQyVsWcQv+6VexOP6Zjg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260205.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260205.1_1770305354545_0.04562987845502575","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260206.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260206.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"65e241faf54f7103c9093f94beb244ce2f53b038","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260206.1.tgz","fileCount":296,"integrity":"sha512-j8IEf/mAblMJyZuEmFmC3Nu1DPoA6wq7EQULey+cpe7gotsPG4q0t2dwyvdkur0KTHTOqNyMM70HlWjhSbxZ5A==","signatures":[{"sig":"MEQCIHNjecCE9CqCirU4oXxppJkTU3xB0EYBAtOe5f0lgzXxAiAXWgB4hhJUSC50vzMu2bbvIh85nbB0cQi1YyvvSWauYw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\38dddf18-654d-414e-8595-f150a36b9062\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260206.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\38dddf18-654d-414e-8595-f150a36b9062\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260206.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-j8IEf/mAblMJyZuEmFmC3Nu1DPoA6wq7EQULey+cpe7gotsPG4q0t2dwyvdkur0KTHTOqNyMM70HlWjhSbxZ5A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260206.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260206.1_1770391852511_0.21599900772055092","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260209.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260209.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2a413f0e1bd82b65044f2b2c37038e2fe22a4957","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260209.1.tgz","fileCount":296,"integrity":"sha512-VLFhp61efa8ESKJnECGXUyxf0gnlBwkDuzLutgWWjfOY7nfFUDifu+zvkDEq4De9gpf1JChHCuZl5ZswuAxHug==","signatures":[{"sig":"MEUCIC2pMXLws/wPMCIXmDgOA8EQDcj38vv9GVO1C7nQPu0uAiEA+Y6Ajlk2jF1Rpjo2jWYEsFP7iyeyZ7CX+n8cLdWRxUQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a53fe7f7-0b8c-47cd-9dbe-ec17c6b07bae\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260209.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a53fe7f7-0b8c-47cd-9dbe-ec17c6b07bae\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260209.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VLFhp61efa8ESKJnECGXUyxf0gnlBwkDuzLutgWWjfOY7nfFUDifu+zvkDEq4De9gpf1JChHCuZl5ZswuAxHug==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260209.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260209.1_1770651282450_0.3512096793532742","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260210.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260210.1","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"52f9aa538bf12509995ac7301f145475e4dc24ac","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260210.1.tgz","fileCount":296,"integrity":"sha512-2ua4n5wM0Vt8AdSFHutri1lbskhH5CkKxFUyn3aAt9qmfdw1Vrwce8N3Z/BhLz2HjRCpL6paKYs/kTBEoKPBFw==","signatures":[{"sig":"MEQCIDuRcuZrxgDMtiULdkUeu/zQqr0Ojf/BUnMlB3hkgouYAiAhytGsyLKqwPba0ATUjNyGN8lb8JUT7pXJMwXtumVI2w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451074},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2baa95a0-df71-411f-9ec7-aa7174067925\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","build:autorest":"autorest --typescript --v3 ./swagger/README.md","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2baa95a0-df71-411f-9ec7-aa7174067925\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2ua4n5wM0Vt8AdSFHutri1lbskhH5CkKxFUyn3aAt9qmfdw1Vrwce8N3Z/BhLz2HjRCpL6paKYs/kTBEoKPBFw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.7.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.2.0","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2-alpha.20260210.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260210.1_1770737775787_0.7046524879719671","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260211.1":{"name":"@azure-tools/communication-alpha-ids","version":"1.0.0-alpha.20260211.1","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","sdk-type":"client","main":"./dist/commonjs/index.js","module":"./dist/esm/index.js","types":"./dist/commonjs/index.d.ts","keywords":["azure","cloud","communication"],"author":{"name":"Microsoft Corporation"},"license":"MIT","engines":{"node":">=20.0.0"},"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"sideEffects":false,"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","dependencies":{"@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-lro":"^2.2.0","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","tslib":"^2.7.0"},"devDependencies":{"@azure/identity":"4.13.0","@types/node":"^20.19.25","@vitest/browser-playwright":"^4.0.8","@vitest/coverage-istanbul":"^4.0.8","cross-env":"^10.1.0","dotenv":"^16.6.1","eslint":"^9.39.1","playwright":"^1.56.1","prettier":"^3.6.2","rimraf":"^6.1.0","tshy":"^3.0.3","typescript":"~5.9.3","vitest":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/core-util":"^1.13.2-alpha.20260211.1","@azure/dev-tool":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//metadata":{"constantPaths":[{"path":"src/generated/src/alphaIDsClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/utils/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"//sampleConfiguration":{"productName":"Azure Communication Services - Alpha IDs","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"type":"module","tshy":{"exports":{"./package.json":"./package.json",".":"./src/index.ts"},"dialects":["esm","commonjs"],"esmDialects":["browser","react-native"],"selfLink":false,"project":"../../../tsconfig.src.build.json"},"browser":"./dist/browser/index.js","exports":{"./package.json":"./package.json",".":{"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"},"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}}},"scripts":{"build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","build:autorest":"autorest --typescript --v3 ./swagger/README.md","build:samples":"tsc -p tsconfig.samples.json","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","clean":"rimraf --glob dist dist-* types *.tgz *.log","execute:samples":"dev-tool samples run samples-dev","extract-api":"dev-tool run build-package && dev-tool run extract-api","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint":"eslint package.json src test","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","test:watch":"npm run test -- --watch --reporter min","update-snippets":"dev-tool run update-snippets"},"readmeFilename":"README.md","_id":"@azure-tools/communication-alpha-ids@1.0.0-alpha.20260211.1","_integrity":"sha512-kUfC8Q6WJVpeJcagHTlsqcnPMYDLOKgUA0bnJUTivHNIxpRH6xpNvJD9CBt6FVhWof9uyXBjQPadtVyOtY4ecQ==","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7cdc969e-539d-4b08-b7a5-5cf3cf2f9920\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260211.1.tgz","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7cdc969e-539d-4b08-b7a5-5cf3cf2f9920\\azure-tools-communication-alpha-ids\\azure-tools-communication-alpha-ids-1.0.0-alpha.20260211.1.tgz","tag":"dev","_nodeVersion":"18.5.0","dist":{"integrity":"sha512-kUfC8Q6WJVpeJcagHTlsqcnPMYDLOKgUA0bnJUTivHNIxpRH6xpNvJD9CBt6FVhWof9uyXBjQPadtVyOtY4ecQ==","shasum":"eca3c48fc31074cf54d5c0dc711cfd7711f8eed4","tarball":"https://registry.npmjs.org/@azure-tools/communication-alpha-ids/-/communication-alpha-ids-1.0.0-alpha.20260211.1.tgz","fileCount":296,"unpackedSize":451074,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGVZPuDomQ5m21wAMWJVTqTRbtta+5KSfLbiWuNlz9yzAiEAg944yAOmAJACqAZ/O443sna1jwKDJtBqOO/ao3e3Crk="}]},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/communication-alpha-ids_1.0.0-alpha.20260211.1_1770823783118_0.7462221013480954"},"_hasShrinkwrap":false}},"time":{"created":"2022-07-26T14:22:32.214Z","modified":"2026-02-11T15:29:43.451Z","1.0.0-alpha.20220726.1":"2022-07-26T14:22:32.504Z","1.0.0-alpha.20220815.1":"2022-08-15T14:23:32.603Z","1.0.0-alpha.20220822.1":"2022-08-22T14:22:56.815Z","1.0.0-alpha.20220922.2":"2022-09-22T14:22:20.419Z","1.0.0-beta.1":"2022-09-22T16:27:16.345Z","1.0.0-alpha.20220923.1":"2022-09-23T14:26:36.979Z","1.0.0-alpha.20220926.1":"2022-09-26T14:25:07.957Z","1.0.0-alpha.20221017.1":"2022-10-17T14:27:29.593Z","1.0.0-alpha.20221130.2":"2022-11-30T15:26:38.438Z","1.0.0-alpha.20230127.1":"2023-01-27T15:27:40.164Z","1.0.0-alpha.20230214.1":"2023-02-14T15:26:39.028Z","1.0.0-alpha.20230303.2":"2023-03-03T15:24:46.642Z","1.0.0-alpha.20230303.3":"2023-03-03T15:36:06.236Z","1.0.0-alpha.20230306.1":"2023-03-06T15:44:55.598Z","1.0.0-alpha.20230306.4":"2023-03-07T01:49:07.861Z","1.0.0-alpha.20230309.2":"2023-03-09T15:01:50.946Z","1.0.0-alpha.20230309.3":"2023-03-09T15:40:23.432Z","1.0.0-alpha.20230310.1":"2023-03-10T11:09:33.176Z","1.0.0-alpha.20230310.2":"2023-03-10T15:29:22.548Z","1.0.0-alpha.20230324.1":"2023-03-24T14:27:48.441Z","1.0.0-alpha.20230515.1":"2023-05-15T14:45:32.585Z","1.0.0-alpha.20230627.2":"2023-06-27T14:30:26.441Z","1.0.0-alpha.20230725.1":"2023-07-25T14:29:14.497Z","1.0.0-alpha.20230728.1":"2023-07-28T14:30:02.419Z","1.0.0-alpha.20230803.1":"2023-08-03T07:31:19.828Z","1.0.0-alpha.20230803.3":"2023-08-03T14:28:04.253Z","1.0.0-alpha.20230828.1":"2023-08-28T14:41:43.418Z","1.0.0-alpha.20230925.1":"2023-09-25T14:40:20.458Z","1.0.0-alpha.20230927.1":"2023-09-27T14:24:09.415Z","1.0.0-alpha.20231002.1":"2023-10-02T14:38:41.416Z","1.0.0-alpha.20231010.1":"2023-10-10T14:30:45.975Z","1.0.0-alpha.20231025.1":"2023-10-25T14:27:18.759Z","1.0.0-alpha.20231031.1":"2023-10-31T14:35:20.653Z","1.0.0-alpha.20231103.3":"2023-11-03T10:42:47.741Z","1.0.0-alpha.20231108.1":"2023-11-08T15:30:06.121Z","1.0.0-alpha.20231109.1":"2023-11-09T08:53:10.274Z","1.0.0-alpha.20231109.2":"2023-11-09T15:40:56.541Z","1.0.0-alpha.20231120.2":"2023-11-20T15:41:39.608Z","1.0.0-alpha.20231207.3":"2023-12-07T15:25:01.927Z","1.0.0-alpha.20240111.1":"2024-01-11T15:29:20.092Z","1.0.0-alpha.20240115.1":"2024-01-15T15:42:22.705Z","1.0.0-alpha.20240117.1":"2024-01-17T15:25:42.381Z","1.0.0-alpha.20240129.1":"2024-01-29T15:43:06.631Z","1.0.0-alpha.20240205.1":"2024-02-05T15:40:44.184Z","1.0.0-alpha.20240308.1":"2024-03-08T15:35:05.530Z","1.0.0-alpha.20240325.1":"2024-03-25T14:34:54.832Z","1.0.0-alpha.20240415.1":"2024-04-15T14:47:56.517Z","1.0.0-alpha.20240416.1":"2024-04-16T14:51:03.054Z","1.0.0-alpha.20240417.2":"2024-04-17T14:45:29.544Z","1.0.0-alpha.20240418.1":"2024-04-18T14:52:01.807Z","1.0.0-alpha.20240419.1":"2024-04-19T14:53:44.594Z","1.0.0-alpha.20240422.12":"2024-04-22T20:05:29.950Z","1.0.0-alpha.20240424.4":"2024-04-24T20:46:00.015Z","1.0.0-alpha.20240429.2":"2024-04-29T14:48:08.448Z","1.0.0-alpha.20240502.4":"2024-05-02T14:46:51.230Z","1.0.0-alpha.20240503.1":"2024-05-03T14:43:08.601Z","1.0.0-alpha.20240506.1":"2024-05-06T14:51:59.055Z","1.0.0-alpha.20240507.1":"2024-05-07T14:45:04.664Z","1.0.0-alpha.20240509.1":"2024-05-09T14:50:49.942Z","1.0.0-alpha.20240514.1":"2024-05-14T14:49:56.329Z","1.0.0-alpha.20240603.1":"2024-06-03T14:58:21.038Z","1.0.0-alpha.20240604.1":"2024-06-04T14:46:22.636Z","1.0.0-alpha.20240605.1":"2024-06-05T14:50:04.762Z","1.0.0-alpha.20240606.1":"2024-06-06T14:46:29.668Z","1.0.0-alpha.20240607.1":"2024-06-07T14:52:08.699Z","1.0.0-alpha.20240610.1":"2024-06-10T14:48:04.377Z","1.0.0-alpha.20240612.1":"2024-06-12T14:51:23.047Z","1.0.0-alpha.20240613.1":"2024-06-13T14:50:37.261Z","1.0.0-alpha.20240614.1":"2024-06-14T14:54:07.726Z","1.0.0-alpha.20240618.1":"2024-06-18T14:47:23.871Z","1.0.0-alpha.20240701.1":"2024-07-01T14:48:40.104Z","1.0.0-alpha.20240705.1":"2024-07-05T14:42:47.950Z","1.0.0-alpha.20240708.1":"2024-07-08T14:42:51.131Z","1.0.0-alpha.20240709.2":"2024-07-09T14:46:16.415Z","1.0.0-alpha.20240710.1":"2024-07-10T14:42:57.225Z","1.0.0-alpha.20240711.1":"2024-07-11T14:48:08.110Z","1.0.0-alpha.20240712.1":"2024-07-12T14:42:09.267Z","1.0.0-alpha.20240715.1":"2024-07-15T14:45:38.080Z","1.0.0-alpha.20240716.1":"2024-07-16T14:43:43.228Z","1.0.0-alpha.20240716.6":"2024-07-17T00:13:02.744Z","1.0.0-alpha.20240717.5":"2024-07-17T23:49:33.917Z","1.0.0-alpha.20240718.1":"2024-07-18T14:44:12.753Z","1.0.0-alpha.20240718.4":"2024-07-19T03:48:39.879Z","1.0.0-alpha.20240718.5":"2024-07-19T04:57:28.377Z","1.0.0-alpha.20240719.1":"2024-07-19T14:42:54.704Z","1.0.0-alpha.20240722.1":"2024-07-22T14:48:31.677Z","1.0.0-alpha.20240722.3":"2024-07-22T21:09:31.922Z","1.0.0-alpha.20240722.4":"2024-07-22T22:17:37.295Z","1.0.0-alpha.20240723.1":"2024-07-23T14:44:48.483Z","1.0.0-alpha.20240724.1":"2024-07-24T14:43:14.044Z","1.0.0-alpha.20240725.1":"2024-07-25T14:45:05.595Z","1.0.0-alpha.20240729.1":"2024-07-29T14:43:27.851Z","1.0.0-alpha.20240729.2":"2024-07-29T18:27:46.674Z","1.0.0-alpha.20240729.3":"2024-07-29T19:24:07.168Z","1.0.0-alpha.20240730.1":"2024-07-30T14:42:39.409Z","1.0.0-alpha.20240730.2":"2024-07-31T06:52:26.598Z","1.0.0-alpha.20240731.2":"2024-07-31T14:46:18.290Z","1.0.0-alpha.20240801.1":"2024-08-01T14:47:09.740Z","1.0.0-alpha.20240805.1":"2024-08-05T14:43:08.336Z","1.0.0-alpha.20240807.1":"2024-08-07T14:42:33.413Z","1.0.0-alpha.20240808.1":"2024-08-08T14:43:49.677Z","1.0.0-alpha.20240809.1":"2024-08-09T14:42:15.218Z","1.0.0-alpha.20240812.1":"2024-08-12T14:41:29.724Z","1.0.0-alpha.20240813.1":"2024-08-13T14:42:53.077Z","1.0.0-alpha.20240816.1":"2024-08-16T14:44:51.656Z","1.0.0-alpha.20240819.1":"2024-08-19T14:43:30.925Z","1.0.0-alpha.20240821.1":"2024-08-21T14:42:14.819Z","1.0.0-alpha.20240823.1":"2024-08-23T14:44:50.343Z","1.0.0-alpha.20240827.1":"2024-08-27T14:43:26.133Z","1.0.0-alpha.20240828.1":"2024-08-28T14:40:39.475Z","1.0.0-alpha.20240829.1":"2024-08-29T14:43:23.988Z","1.0.0-alpha.20240830.1":"2024-08-30T14:40:01.649Z","1.0.0-alpha.20240902.1":"2024-09-02T14:39:26.022Z","1.0.0-alpha.20240903.1":"2024-09-03T14:43:15.111Z","1.0.0-alpha.20240904.1":"2024-09-04T14:39:24.146Z","1.0.0-alpha.20240905.1":"2024-09-05T14:39:44.601Z","1.0.0-alpha.20240906.1":"2024-09-06T14:39:10.324Z","1.0.0-alpha.20240910.1":"2024-09-10T14:40:36.200Z","1.0.0-alpha.20240911.1":"2024-09-11T15:01:38.188Z","1.0.0-alpha.20240913.1":"2024-09-13T14:38:45.853Z","1.0.0-alpha.20240916.1":"2024-09-16T14:41:26.745Z","1.0.0-alpha.20240917.1":"2024-09-17T14:36:07.793Z","1.0.0-alpha.20240918.1":"2024-09-18T14:42:31.241Z","1.0.0-alpha.20240919.1":"2024-09-19T14:39:17.109Z","1.0.0-alpha.20240920.1":"2024-09-20T14:41:11.823Z","1.0.0-alpha.20240924.1":"2024-09-24T14:42:25.259Z","1.0.0-alpha.20240925.1":"2024-09-25T14:39:30.439Z","1.0.0-alpha.20240925.3":"2024-09-25T22:50:20.423Z","1.0.0-alpha.20240926.1":"2024-09-26T14:42:53.159Z","1.0.0-alpha.20240927.1":"2024-09-27T14:42:56.978Z","1.0.0-alpha.20240930.1":"2024-09-30T14:39:34.014Z","1.0.0-alpha.20241002.1":"2024-10-02T14:44:31.342Z","1.0.0-alpha.20241003.1":"2024-10-03T14:41:24.259Z","1.0.0-alpha.20241004.1":"2024-10-04T14:38:46.592Z","1.0.0-alpha.20241008.1":"2024-10-08T14:39:36.235Z","1.0.0-alpha.20241009.1":"2024-10-09T14:41:32.309Z","1.0.0-alpha.20241010.1":"2024-10-10T14:43:13.208Z","1.0.0-alpha.20241011.1":"2024-10-11T14:38:58.418Z","1.0.0-alpha.20241014.1":"2024-10-14T14:46:04.793Z","1.0.0-alpha.20241015.1":"2024-10-15T14:40:01.542Z","1.0.0-alpha.20241016.1":"2024-10-16T14:45:41.772Z","1.0.0-alpha.20241018.1":"2024-10-18T14:41:00.031Z","1.0.0-alpha.20241024.1":"2024-10-24T14:38:59.195Z","1.0.0-alpha.20241025.1":"2024-10-25T14:39:44.910Z","1.0.0-alpha.20241028.1":"2024-10-28T14:41:05.353Z","1.0.0-alpha.20241029.1":"2024-10-29T14:41:29.019Z","1.0.0-alpha.20241030.2":"2024-10-30T14:39:07.743Z","1.0.0-alpha.20241031.1":"2024-10-31T14:39:32.307Z","1.0.0-alpha.20241101.1":"2024-11-01T14:40:31.541Z","1.0.0-alpha.20241111.1":"2024-11-11T15:41:45.215Z","1.0.0-alpha.20241111.2":"2024-11-11T18:36:42.587Z","1.0.0-alpha.20241112.1":"2024-11-12T16:41:45.556Z","1.0.0-alpha.20241113.1":"2024-11-13T15:43:50.883Z","1.0.0-alpha.20241114.1":"2024-11-14T15:45:14.518Z","1.0.0-alpha.20241119.1":"2024-11-19T15:45:52.106Z","1.0.0-alpha.20241122.8":"2024-11-23T05:14:16.795Z","1.0.0-alpha.20241203.1":"2024-12-03T15:47:07.245Z","1.0.0-alpha.20241205.1":"2024-12-05T15:49:56.414Z","1.0.0-alpha.20241206.1":"2024-12-06T15:43:34.021Z","1.0.0-alpha.20241209.1":"2024-12-09T15:43:00.003Z","1.0.0-alpha.20241210.1":"2024-12-10T15:41:53.250Z","1.0.0-alpha.20241211.2":"2024-12-11T15:44:24.624Z","1.0.0-alpha.20241212.1":"2024-12-12T15:45:54.317Z","1.0.0-alpha.20241213.1":"2024-12-13T15:40:23.636Z","1.0.0-alpha.20241216.1":"2024-12-16T15:42:41.572Z","1.0.0-alpha.20241218.1":"2024-12-18T15:40:53.984Z","1.0.0-alpha.20241219.1":"2024-12-19T15:43:39.968Z","1.0.0-alpha.20241220.2":"2024-12-20T15:45:29.907Z","1.0.0-alpha.20241223.1":"2024-12-23T15:44:36.632Z","1.0.0-alpha.20241224.1":"2024-12-24T15:42:00.895Z","1.0.0-alpha.20241225.1":"2024-12-25T15:41:30.421Z","1.0.0-alpha.20241226.1":"2024-12-26T15:44:38.997Z","1.0.0-alpha.20241227.1":"2024-12-27T15:46:07.698Z","1.0.0-alpha.20241230.1":"2024-12-30T15:45:35.987Z","1.0.0-alpha.20241231.2":"2024-12-31T15:44:17.036Z","1.0.0-alpha.20250108.1":"2025-01-08T15:40:21.325Z","1.0.0-alpha.20250109.1":"2025-01-09T15:39:51.385Z","1.0.0-alpha.20250110.2":"2025-01-10T15:40:21.624Z","1.0.0-alpha.20250113.1":"2025-01-13T15:43:36.239Z","1.0.0-alpha.20250114.2":"2025-01-14T15:43:54.357Z","1.0.0-alpha.20250115.1":"2025-01-15T15:44:10.094Z","1.0.0-alpha.20250116.1":"2025-01-16T15:46:11.001Z","1.0.0-alpha.20250117.1":"2025-01-17T15:42:15.066Z","1.0.0-alpha.20250120.1":"2025-01-20T15:46:40.466Z","1.0.0-alpha.20250121.1":"2025-01-21T15:42:35.700Z","1.0.0-alpha.20250122.2":"2025-01-22T15:45:59.552Z","1.0.0-alpha.20250122.7":"2025-01-22T16:52:33.816Z","1.0.0-alpha.20250127.1":"2025-01-27T15:40:46.175Z","1.0.0-alpha.20250129.1":"2025-01-29T15:43:24.760Z","1.0.0-alpha.20250130.1":"2025-01-30T15:41:39.141Z","1.0.0-alpha.20250131.1":"2025-01-31T15:44:55.046Z","1.0.0-alpha.20250203.1":"2025-02-03T15:46:36.024Z","1.0.0-alpha.20250204.1":"2025-02-04T16:00:06.439Z","1.0.0-alpha.20250205.1":"2025-02-05T15:43:27.676Z","1.0.0-alpha.20250210.2":"2025-02-10T15:45:21.337Z","1.0.0-alpha.20250211.1":"2025-02-11T15:42:23.725Z","1.0.0-alpha.20250212.1":"2025-02-12T15:45:33.392Z","1.0.0-alpha.20250213.1":"2025-02-13T15:46:13.266Z","1.0.0-alpha.20250214.1":"2025-02-14T16:10:43.907Z","1.0.0-alpha.20250217.1":"2025-02-17T15:40:37.928Z","1.0.0-alpha.20250218.1":"2025-02-18T15:43:12.834Z","1.0.0-alpha.20250219.1":"2025-02-19T15:44:39.283Z","1.0.0-alpha.20250220.1":"2025-02-20T15:45:14.395Z","1.0.0-alpha.20250221.1":"2025-02-21T15:44:44.082Z","1.0.0-alpha.20250224.1":"2025-02-24T15:48:28.339Z","1.0.0-alpha.20250225.1":"2025-02-25T15:45:59.624Z","1.0.0-alpha.20250226.1":"2025-02-26T15:45:41.842Z","1.0.0-alpha.20250227.1":"2025-02-27T15:46:19.798Z","1.0.0-alpha.20250228.1":"2025-02-28T16:29:00.371Z","1.0.0-alpha.20250303.1":"2025-03-03T15:49:23.933Z","1.0.0-alpha.20250304.1":"2025-03-04T15:41:32.335Z","1.0.0-alpha.20250305.1":"2025-03-05T15:44:55.399Z","1.0.0-alpha.20250306.1":"2025-03-06T15:44:34.820Z","1.0.0-alpha.20250307.1":"2025-03-07T15:44:57.024Z","1.0.0-alpha.20250311.1":"2025-03-11T14:42:59.209Z","1.0.0-alpha.20250312.1":"2025-03-12T14:43:56.835Z","1.0.0-alpha.20250314.1":"2025-03-14T14:43:10.396Z","1.0.0-alpha.20250317.1":"2025-03-17T14:41:06.679Z","1.0.0-alpha.20250317.3":"2025-03-17T16:19:05.566Z","1.0.0-alpha.20250318.1":"2025-03-18T14:41:20.188Z","1.0.0-alpha.20250320.1":"2025-03-20T14:41:17.995Z","1.0.0-alpha.20250321.1":"2025-03-21T14:41:44.635Z","1.0.0-alpha.20250324.1":"2025-03-24T14:45:10.941Z","1.0.0-alpha.20250325.1":"2025-03-25T14:50:42.241Z","1.0.0-alpha.20250326.1":"2025-03-26T14:43:26.518Z","1.0.0-alpha.20250327.2":"2025-03-27T14:43:35.585Z","1.0.0-alpha.20250328.4":"2025-03-28T14:42:05.160Z","1.0.0-alpha.20250331.1":"2025-03-31T14:43:27.308Z","1.0.0-alpha.20250401.1":"2025-04-01T14:43:46.288Z","1.0.0-alpha.20250402.1":"2025-04-02T14:42:50.591Z","1.0.0-alpha.20250403.1":"2025-04-03T14:41:29.268Z","1.0.0-alpha.20250404.1":"2025-04-04T14:41:57.888Z","1.0.0-alpha.20250407.1":"2025-04-07T14:45:25.960Z","1.0.0-alpha.20250408.1":"2025-04-08T14:42:39.266Z","1.0.0-alpha.20250409.1":"2025-04-09T14:40:17.448Z","1.0.0-alpha.20250410.1":"2025-04-10T14:43:01.272Z","1.0.0-alpha.20250411.1":"2025-04-11T14:41:06.711Z","1.0.0-alpha.20250417.1":"2025-04-17T14:27:02.685Z","1.0.0-alpha.20250418.1":"2025-04-18T14:28:00.991Z","1.0.0-alpha.20250421.1":"2025-04-21T14:27:09.113Z","1.0.0-alpha.20250422.1":"2025-04-22T14:28:19.689Z","1.0.0-alpha.20250423.1":"2025-04-23T14:27:20.479Z","1.0.0-alpha.20250424.1":"2025-04-24T14:31:44.103Z","1.0.0-alpha.20250425.1":"2025-04-25T14:26:20.370Z","1.0.0-alpha.20250428.1":"2025-04-28T14:27:47.691Z","1.0.0-alpha.20250429.5":"2025-04-29T14:33:48.518Z","1.0.0-alpha.20250430.1":"2025-04-30T14:35:24.349Z","1.0.0-alpha.20250501.1":"2025-05-01T14:28:57.552Z","1.0.0-alpha.20250513.1":"2025-05-13T14:28:44.835Z","1.0.0-alpha.20250515.1":"2025-05-15T14:27:50.680Z","1.0.0-alpha.20250516.2":"2025-05-16T13:33:17.404Z","1.0.0-alpha.20250516.3":"2025-05-16T14:28:52.513Z","1.0.0-alpha.20250519.1":"2025-05-19T14:29:38.009Z","1.0.0-alpha.20250604.4":"2025-06-04T19:42:42.809Z","1.0.0-alpha.20250605.6":"2025-06-05T14:39:01.378Z","1.0.0-alpha.20250606.1":"2025-06-06T14:31:16.230Z","1.0.0-alpha.20250609.1":"2025-06-09T14:29:42.649Z","1.0.0-alpha.20250610.1":"2025-06-10T14:42:13.896Z","1.0.0-alpha.20250616.3":"2025-06-16T14:25:43.360Z","1.0.0-alpha.20250617.1":"2025-06-17T14:24:56.922Z","1.0.0-alpha.20250618.1":"2025-06-18T14:24:17.909Z","1.0.0-alpha.20250620.1":"2025-06-20T14:29:07.372Z","1.0.0-alpha.20250723.1":"2025-07-23T14:23:51.753Z","1.0.0-alpha.20250730.1":"2025-07-30T14:27:04.724Z","1.0.0-alpha.20250805.1":"2025-08-05T14:28:23.074Z","1.0.0-beta.2":"2025-08-08T14:31:45.449Z","1.0.0-alpha.20250901.2":"2025-09-01T15:30:55.217Z","1.0.0-alpha.20250930.3":"2025-09-30T20:34:03.301Z","1.0.0-alpha.20251021.1":"2025-10-21T14:27:19.779Z","1.0.0-alpha.20251022.1":"2025-10-22T14:24:59.629Z","1.0.0-alpha.20251023.1":"2025-10-23T14:27:39.850Z","1.0.0-alpha.20251027.1":"2025-10-27T14:32:31.195Z","1.0.0-alpha.20251028.1":"2025-10-28T14:31:06.729Z","1.0.0-alpha.20251029.1":"2025-10-29T14:31:03.393Z","1.0.0-alpha.20251030.1":"2025-10-30T14:30:53.125Z","1.0.0-alpha.20251031.1":"2025-10-31T14:31:54.463Z","1.0.0-alpha.20251103.1":"2025-11-03T15:30:15.872Z","1.0.0-alpha.20251104.1":"2025-11-04T15:28:31.772Z","1.0.0-alpha.20251105.1":"2025-11-05T15:30:17.697Z","1.0.0-alpha.20251107.1":"2025-11-07T15:40:56.454Z","1.0.0-alpha.20251110.1":"2025-11-10T15:40:20.916Z","1.0.0-alpha.20251111.1":"2025-11-11T15:26:06.353Z","1.0.0-alpha.20251112.1":"2025-11-12T15:23:26.018Z","1.0.0-alpha.20251113.1":"2025-11-13T15:29:39.513Z","1.0.0-alpha.20251117.1":"2025-11-17T15:31:28.082Z","1.0.0-alpha.20251119.1":"2025-11-19T15:25:12.212Z","1.0.0-alpha.20251120.1":"2025-11-20T15:30:55.345Z","1.0.0-alpha.20251121.1":"2025-11-21T15:38:16.827Z","1.0.0-alpha.20251124.1":"2025-11-24T15:35:55.632Z","1.0.0-alpha.20251125.1":"2025-11-25T15:37:07.150Z","1.0.0-alpha.20251126.1":"2025-11-26T15:27:37.427Z","1.0.0-alpha.20251127.1":"2025-11-27T15:28:06.417Z","1.0.0-alpha.20251128.1":"2025-11-28T15:28:54.711Z","1.0.0-alpha.20251201.1":"2025-12-01T15:37:50.027Z","1.0.0-alpha.20251202.1":"2025-12-02T15:36:45.056Z","1.0.0-alpha.20251203.1":"2025-12-03T15:33:13.076Z","1.0.0-alpha.20251204.1":"2025-12-04T15:31:31.369Z","1.0.0-alpha.20251208.1":"2025-12-08T15:30:43.725Z","1.0.0-alpha.20251209.1":"2025-12-09T15:36:18.063Z","1.0.0-alpha.20251210.1":"2025-12-10T15:37:00.963Z","1.0.0-alpha.20251215.1":"2025-12-15T15:30:38.329Z","1.0.0-alpha.20251216.1":"2025-12-16T15:29:57.603Z","1.0.0-alpha.20251217.1":"2025-12-17T15:25:49.906Z","1.0.0-alpha.20251219.1":"2025-12-19T15:37:31.518Z","1.0.0-alpha.20251222.1":"2025-12-22T15:31:57.249Z","1.0.0-alpha.20251223.1":"2025-12-23T15:31:35.931Z","1.0.0-alpha.20251224.1":"2025-12-24T15:29:29.500Z","1.0.0-alpha.20251229.1":"2025-12-29T15:32:52.189Z","1.0.0-alpha.20251231.1":"2025-12-31T15:29:11.176Z","1.0.0-alpha.20260102.1":"2026-01-02T15:35:11.208Z","1.0.0-alpha.20260105.1":"2026-01-05T15:36:56.710Z","1.0.0-alpha.20260106.1":"2026-01-06T15:29:52.579Z","1.0.0-alpha.20260108.1":"2026-01-08T15:37:40.962Z","1.0.0-alpha.20260109.1":"2026-01-09T15:29:41.121Z","1.0.0-alpha.20260112.1":"2026-01-12T15:28:51.907Z","1.0.0-alpha.20260113.1":"2026-01-13T15:31:58.094Z","1.0.0-alpha.20260114.1":"2026-01-14T15:31:05.853Z","1.0.0-alpha.20260115.1":"2026-01-15T15:36:36.735Z","1.0.0-alpha.20260116.1":"2026-01-16T15:33:18.346Z","1.0.0-alpha.20260119.1":"2026-01-19T15:36:48.118Z","1.0.0-alpha.20260120.1":"2026-01-20T15:25:26.985Z","1.0.0-alpha.20260121.1":"2026-01-21T15:34:14.844Z","1.0.0-alpha.20260122.1":"2026-01-22T15:30:09.014Z","1.0.0-alpha.20260123.1":"2026-01-23T15:34:38.832Z","1.0.0-alpha.20260126.1":"2026-01-26T15:32:15.169Z","1.0.0-alpha.20260127.1":"2026-01-27T15:25:31.666Z","1.0.0-alpha.20260128.1":"2026-01-28T15:33:43.956Z","1.0.0-alpha.20260129.1":"2026-01-29T15:30:25.860Z","1.0.0-alpha.20260130.1":"2026-01-30T15:32:53.067Z","1.0.0-alpha.20260203.1":"2026-02-03T15:47:48.575Z","1.0.0-alpha.20260204.1":"2026-02-04T15:29:20.111Z","1.0.0-alpha.20260205.1":"2026-02-05T15:29:14.705Z","1.0.0-alpha.20260206.1":"2026-02-06T15:30:52.730Z","1.0.0-alpha.20260209.1":"2026-02-09T15:34:42.623Z","1.0.0-alpha.20260210.1":"2026-02-10T15:36:15.954Z","1.0.0-alpha.20260211.1":"2026-02-11T15:29:43.286Z"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"author":"Microsoft Corporation","license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-alpha-ids/","keywords":["azure","cloud","communication"],"repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication Services which facilitates Alpha IDs administration.","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-powershell","email":"xidi@microsoft.com"}],"readme":"","readmeFilename":""}