From a923989b465533a8cd533119dd088196af3fd66d Mon Sep 17 00:00:00 2001 From: grahamc <76716+grahamc@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:09:13 +0000 Subject: [PATCH] Update `detsys-ts` for: `Bump fast-xml-parser from 5.3.3 to 5.3.4 (#134)` (`1fd5cb877ad465a427b5510707f37dd602fab5da`) --- dist/index.js | 1114 ++++++++++++++++++++++++------------------------ package.json | 2 +- pnpm-lock.yaml | 486 ++++++++++----------- 3 files changed, 807 insertions(+), 795 deletions(-) diff --git a/dist/index.js b/dist/index.js index 084daae..95ad439 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1797,7 +1797,7 @@ exports.downloadCacheHttpClientConcurrent = downloadCacheHttpClientConcurrent; exports.downloadCacheStorageSDK = downloadCacheStorageSDK; const core = __importStar(__nccwpck_require__(47153)); const http_client_1 = __nccwpck_require__(77708); -const storage_blob_1 = __nccwpck_require__(50506); +const storage_blob_1 = __nccwpck_require__(8451); const buffer = __importStar(__nccwpck_require__(20181)); const fs = __importStar(__nccwpck_require__(79896)); const stream = __importStar(__nccwpck_require__(2203)); @@ -2988,7 +2988,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UploadProgress = void 0; exports.uploadCacheArchiveSDK = uploadCacheArchiveSDK; const core = __importStar(__nccwpck_require__(47153)); -const storage_blob_1 = __nccwpck_require__(50506); +const storage_blob_1 = __nccwpck_require__(8451); const errors_1 = __nccwpck_require__(65644); /** * Class for tracking the upload state and displaying stats. @@ -82162,7 +82162,7 @@ function flattenResponse(fullResponse, responseSpec) { /***/ }), -/***/ 91364: +/***/ 97273: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -82170,10 +82170,10 @@ function flattenResponse(fullResponse, responseSpec) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ExtendedServiceClient = void 0; -const disableKeepAlivePolicy_js_1 = __nccwpck_require__(49855); +const disableKeepAlivePolicy_js_1 = __nccwpck_require__(81256); const core_rest_pipeline_1 = __nccwpck_require__(81591); const core_client_1 = __nccwpck_require__(99307); -const response_js_1 = __nccwpck_require__(52809); +const response_js_1 = __nccwpck_require__(78584); /** * Client to provide compatability between core V1 & V2. */ @@ -82224,7 +82224,7 @@ exports.ExtendedServiceClient = ExtendedServiceClient; /***/ }), -/***/ 52510: +/***/ 60541: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -82232,8 +82232,8 @@ exports.ExtendedServiceClient = ExtendedServiceClient; // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.convertHttpClient = convertHttpClient; -const response_js_1 = __nccwpck_require__(52809); -const util_js_1 = __nccwpck_require__(93722); +const response_js_1 = __nccwpck_require__(78584); +const util_js_1 = __nccwpck_require__(97631); /** * Converts a RequestPolicy based HttpClient to a PipelineRequest based HttpClient. * @param requestPolicyClient - A HttpClient compatible with core-http @@ -82251,7 +82251,7 @@ function convertHttpClient(requestPolicyClient) { /***/ }), -/***/ 80976: +/***/ 76063: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -82264,23 +82264,23 @@ exports.toHttpHeadersLike = exports.convertHttpClient = exports.disableKeepAlive * * @packageDocumentation */ -var extendedClient_js_1 = __nccwpck_require__(91364); +var extendedClient_js_1 = __nccwpck_require__(97273); Object.defineProperty(exports, "ExtendedServiceClient", ({ enumerable: true, get: function () { return extendedClient_js_1.ExtendedServiceClient; } })); -var requestPolicyFactoryPolicy_js_1 = __nccwpck_require__(96522); +var requestPolicyFactoryPolicy_js_1 = __nccwpck_require__(5469); Object.defineProperty(exports, "requestPolicyFactoryPolicyName", ({ enumerable: true, get: function () { return requestPolicyFactoryPolicy_js_1.requestPolicyFactoryPolicyName; } })); Object.defineProperty(exports, "createRequestPolicyFactoryPolicy", ({ enumerable: true, get: function () { return requestPolicyFactoryPolicy_js_1.createRequestPolicyFactoryPolicy; } })); Object.defineProperty(exports, "HttpPipelineLogLevel", ({ enumerable: true, get: function () { return requestPolicyFactoryPolicy_js_1.HttpPipelineLogLevel; } })); -var disableKeepAlivePolicy_js_1 = __nccwpck_require__(49855); +var disableKeepAlivePolicy_js_1 = __nccwpck_require__(81256); Object.defineProperty(exports, "disableKeepAlivePolicyName", ({ enumerable: true, get: function () { return disableKeepAlivePolicy_js_1.disableKeepAlivePolicyName; } })); -var httpClientAdapter_js_1 = __nccwpck_require__(52510); +var httpClientAdapter_js_1 = __nccwpck_require__(60541); Object.defineProperty(exports, "convertHttpClient", ({ enumerable: true, get: function () { return httpClientAdapter_js_1.convertHttpClient; } })); -var util_js_1 = __nccwpck_require__(93722); +var util_js_1 = __nccwpck_require__(97631); Object.defineProperty(exports, "toHttpHeadersLike", ({ enumerable: true, get: function () { return util_js_1.toHttpHeadersLike; } })); //# sourceMappingURL=index.js.map /***/ }), -/***/ 49855: +/***/ 81256: /***/ ((__unused_webpack_module, exports) => { @@ -82310,7 +82310,7 @@ function pipelineContainsDisableKeepAlivePolicy(pipeline) { /***/ }), -/***/ 96522: +/***/ 5469: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -82319,8 +82319,8 @@ function pipelineContainsDisableKeepAlivePolicy(pipeline) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.requestPolicyFactoryPolicyName = exports.HttpPipelineLogLevel = void 0; exports.createRequestPolicyFactoryPolicy = createRequestPolicyFactoryPolicy; -const util_js_1 = __nccwpck_require__(93722); -const response_js_1 = __nccwpck_require__(52809); +const util_js_1 = __nccwpck_require__(97631); +const response_js_1 = __nccwpck_require__(78584); /** * An enum for compatibility with RequestPolicy */ @@ -82371,7 +82371,7 @@ function createRequestPolicyFactoryPolicy(factories) { /***/ }), -/***/ 52809: +/***/ 78584: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -82381,7 +82381,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toCompatResponse = toCompatResponse; exports.toPipelineResponse = toPipelineResponse; const core_rest_pipeline_1 = __nccwpck_require__(81591); -const util_js_1 = __nccwpck_require__(93722); +const util_js_1 = __nccwpck_require__(97631); const originalResponse = Symbol("Original FullOperationResponse"); /** * A helper to convert response objects from the new pipeline back to the old one. @@ -82448,7 +82448,7 @@ function toPipelineResponse(compatResponse) { /***/ }), -/***/ 93722: +/***/ 97631: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -84156,7 +84156,7 @@ function createPipelineFromOptions(options) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createDefaultHttpClient = createDefaultHttpClient; -const ts_http_runtime_1 = __nccwpck_require__(60957); +const ts_http_runtime_1 = __nccwpck_require__(94536); const wrapAbortSignal_js_1 = __nccwpck_require__(17310); /** * Create the correct HttpClient for the current environment. @@ -84192,7 +84192,7 @@ function createDefaultHttpClient() { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createHttpHeaders = createHttpHeaders; -const ts_http_runtime_1 = __nccwpck_require__(60957); +const ts_http_runtime_1 = __nccwpck_require__(94536); /** * Creates an object that satisfies the `HttpHeaders` interface. * @param rawHeaders - A simple object representing initial headers @@ -84310,7 +84310,7 @@ exports.logger = (0, logger_1.createClientLogger)("core-rest-pipeline"); // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createEmptyPipeline = createEmptyPipeline; -const ts_http_runtime_1 = __nccwpck_require__(60957); +const ts_http_runtime_1 = __nccwpck_require__(94536); /** * Creates a totally empty pipeline. * Useful for testing or creating a custom one. @@ -84330,7 +84330,7 @@ function createEmptyPipeline() { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createPipelineRequest = createPipelineRequest; -const ts_http_runtime_1 = __nccwpck_require__(60957); +const ts_http_runtime_1 = __nccwpck_require__(94536); /** * Creates a new pipeline request with the given options. * This method is to allow for the easy setting of default values and not required. @@ -84355,7 +84355,7 @@ function createPipelineRequest(options) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.agentPolicyName = void 0; exports.agentPolicy = agentPolicy; -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); /** * Name of the Agent Policy */ @@ -84697,7 +84697,7 @@ function getCaeChallengeClaims(challenges) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.decompressResponsePolicyName = void 0; exports.decompressResponsePolicy = decompressResponsePolicy; -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); /** * The programmatic identifier of the decompressResponsePolicy. */ @@ -84722,7 +84722,7 @@ function decompressResponsePolicy() { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultRetryPolicyName = void 0; exports.defaultRetryPolicy = defaultRetryPolicy; -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); /** * Name of the {@link defaultRetryPolicy} */ @@ -84749,7 +84749,7 @@ function defaultRetryPolicy(options = {}) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.exponentialRetryPolicyName = void 0; exports.exponentialRetryPolicy = exponentialRetryPolicy; -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); /** * The programmatic identifier of the exponentialRetryPolicy. */ @@ -84774,7 +84774,7 @@ function exponentialRetryPolicy(options = {}) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.formDataPolicyName = void 0; exports.formDataPolicy = formDataPolicy; -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); /** * The programmatic identifier of the formDataPolicy. */ @@ -84799,7 +84799,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.logPolicyName = void 0; exports.logPolicy = logPolicy; const log_js_1 = __nccwpck_require__(87305); -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); /** * The programmatic identifier of the logPolicy. */ @@ -84827,7 +84827,7 @@ function logPolicy(options = {}) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.multipartPolicyName = void 0; exports.multipartPolicy = multipartPolicy; -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); const file_js_1 = __nccwpck_require__(69056); /** * Name of multipart policy @@ -84901,7 +84901,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.proxyPolicyName = void 0; exports.getDefaultProxySettings = getDefaultProxySettings; exports.proxyPolicy = proxyPolicy; -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); /** * The programmatic identifier of the proxyPolicy. */ @@ -84939,7 +84939,7 @@ function proxyPolicy(proxySettings, options) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.redirectPolicyName = void 0; exports.redirectPolicy = redirectPolicy; -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); /** * The programmatic identifier of the redirectPolicy. */ @@ -84967,7 +84967,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.retryPolicy = retryPolicy; const logger_1 = __nccwpck_require__(2764); const constants_js_1 = __nccwpck_require__(4154); -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); const retryPolicyLogger = (0, logger_1.createClientLogger)("core-rest-pipeline retryPolicy"); /** * retryPolicy is a generic policy to enable retrying requests when certain conditions are met @@ -85028,7 +85028,7 @@ function setClientRequestIdPolicy(requestIdHeaderName = "x-ms-client-request-id" Object.defineProperty(exports, "__esModule", ({ value: true })); exports.systemErrorRetryPolicyName = void 0; exports.systemErrorRetryPolicy = systemErrorRetryPolicy; -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); /** * Name of the {@link systemErrorRetryPolicy} */ @@ -85055,7 +85055,7 @@ function systemErrorRetryPolicy(options = {}) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.throttlingRetryPolicyName = void 0; exports.throttlingRetryPolicy = throttlingRetryPolicy; -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); /** * Name of the {@link throttlingRetryPolicy} */ @@ -85086,7 +85086,7 @@ function throttlingRetryPolicy(options = {}) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.tlsPolicyName = void 0; exports.tlsPolicy = tlsPolicy; -const policies_1 = __nccwpck_require__(43507); +const policies_1 = __nccwpck_require__(86618); /** * Name of the TLS Policy */ @@ -85116,7 +85116,7 @@ const userAgent_js_1 = __nccwpck_require__(57356); const log_js_1 = __nccwpck_require__(87305); const core_util_1 = __nccwpck_require__(33000); const restError_js_1 = __nccwpck_require__(36155); -const util_1 = __nccwpck_require__(38233); +const util_1 = __nccwpck_require__(84788); /** * The programmatic identifier of the tracingPolicy. */ @@ -85326,7 +85326,7 @@ function wrapAbortSignalLikePolicy() { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.RestError = void 0; exports.isRestError = isRestError; -const ts_http_runtime_1 = __nccwpck_require__(60957); +const ts_http_runtime_1 = __nccwpck_require__(94536); /** * A custom error type for failed pipeline requests. */ @@ -86124,7 +86124,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.delay = delay; exports.calculateRetryDelay = calculateRetryDelay; const createAbortablePromise_js_1 = __nccwpck_require__(61969); -const util_1 = __nccwpck_require__(38233); +const util_1 = __nccwpck_require__(84788); const StandardAbortMessage = "The delay was aborted."; /** * A wrapper for setTimeout that resolves a promise after timeInMs milliseconds. @@ -86171,7 +86171,7 @@ function calculateRetryDelay(retryAttempt, config) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getErrorMessage = getErrorMessage; -const util_1 = __nccwpck_require__(38233); +const util_1 = __nccwpck_require__(84788); /** * Given what is thought to be an error object, return the message if possible. * If the message is missing, returns a stringified version of the input. @@ -86220,7 +86220,7 @@ exports.randomUUID = randomUUID; exports.uint8ArrayToString = uint8ArrayToString; exports.stringToUint8Array = stringToUint8Array; const tslib_1 = __nccwpck_require__(67892); -const tspRuntime = tslib_1.__importStar(__nccwpck_require__(38233)); +const tspRuntime = tslib_1.__importStar(__nccwpck_require__(84788)); var aborterUtils_js_1 = __nccwpck_require__(35428); Object.defineProperty(exports, "cancelablePromiseRace", ({ enumerable: true, get: function () { return aborterUtils_js_1.cancelablePromiseRace; } })); var createAbortablePromise_js_1 = __nccwpck_require__(61969); @@ -86451,7 +86451,7 @@ exports.XML_CHARKEY = "_"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.stringifyXML = stringifyXML; exports.parseXML = parseXML; -const fast_xml_parser_1 = __nccwpck_require__(18743); +const fast_xml_parser_1 = __nccwpck_require__(40549); const xml_common_js_1 = __nccwpck_require__(3610); function getCommonOptions(options) { var _a; @@ -86526,7 +86526,7 @@ exports.AzureLogger = void 0; exports.setLogLevel = setLogLevel; exports.getLogLevel = getLogLevel; exports.createClientLogger = createClientLogger; -const logger_1 = __nccwpck_require__(32033); +const logger_1 = __nccwpck_require__(22272); const context = (0, logger_1.createLoggerContext)({ logLevelEnvVarName: "AZURE_LOG_LEVEL", namespace: "azure", @@ -86567,7 +86567,7 @@ function createClientLogger(namespace) { /***/ }), -/***/ 14753: +/***/ 91700: /***/ ((__unused_webpack_module, exports) => { @@ -86578,7 +86578,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 10226: +/***/ 70863: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -86587,10 +86587,10 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true })); exports.BatchResponseParser = void 0; const core_rest_pipeline_1 = __nccwpck_require__(81591); -const core_http_compat_1 = __nccwpck_require__(80976); -const constants_js_1 = __nccwpck_require__(25097); -const BatchUtils_js_1 = __nccwpck_require__(43985); -const log_js_1 = __nccwpck_require__(11872); +const core_http_compat_1 = __nccwpck_require__(76063); +const constants_js_1 = __nccwpck_require__(76772); +const BatchUtils_js_1 = __nccwpck_require__(23062); +const log_js_1 = __nccwpck_require__(90277); const HTTP_HEADER_DELIMITER = ": "; const SPACE_DELIMITER = " "; const NOT_FOUND = -1; @@ -86730,7 +86730,7 @@ exports.BatchResponseParser = BatchResponseParser; /***/ }), -/***/ 43985: +/***/ 23062: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -86739,8 +86739,8 @@ exports.BatchResponseParser = BatchResponseParser; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getBodyAsText = getBodyAsText; exports.utf8ByteLength = utf8ByteLength; -const utils_js_1 = __nccwpck_require__(63725); -const constants_js_1 = __nccwpck_require__(25097); +const utils_js_1 = __nccwpck_require__(64024); +const constants_js_1 = __nccwpck_require__(76772); async function getBodyAsText(batchResponse) { let buffer = Buffer.alloc(constants_js_1.BATCH_MAX_PAYLOAD_IN_BYTES); const responseLength = await (0, utils_js_1.streamToBuffer2)(batchResponse.readableStreamBody, buffer); @@ -86755,7 +86755,7 @@ function utf8ByteLength(str) { /***/ }), -/***/ 17107: +/***/ 16822: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -86767,14 +86767,14 @@ const core_util_1 = __nccwpck_require__(33000); const core_auth_1 = __nccwpck_require__(38401); const core_rest_pipeline_1 = __nccwpck_require__(81591); const core_util_2 = __nccwpck_require__(33000); -const storage_common_1 = __nccwpck_require__(55637); -const Clients_js_1 = __nccwpck_require__(86198); -const Mutex_js_1 = __nccwpck_require__(91903); -const Pipeline_js_1 = __nccwpck_require__(55830); -const utils_common_js_1 = __nccwpck_require__(43542); +const storage_common_1 = __nccwpck_require__(47601); +const Clients_js_1 = __nccwpck_require__(97219); +const Mutex_js_1 = __nccwpck_require__(54518); +const Pipeline_js_1 = __nccwpck_require__(13625); +const utils_common_js_1 = __nccwpck_require__(67489); const core_xml_1 = __nccwpck_require__(64928); -const constants_js_1 = __nccwpck_require__(25097); -const tracing_js_1 = __nccwpck_require__(74342); +const constants_js_1 = __nccwpck_require__(76772); +const tracing_js_1 = __nccwpck_require__(49827); const core_client_1 = __nccwpck_require__(99307); /** * A BlobBatch represents an aggregated set of operations on blobs. @@ -87039,7 +87039,7 @@ function batchHeaderFilterPolicy() { /***/ }), -/***/ 99808: +/***/ 8457: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -87047,14 +87047,14 @@ function batchHeaderFilterPolicy() { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.BlobBatchClient = void 0; -const BatchResponseParser_js_1 = __nccwpck_require__(10226); -const BatchUtils_js_1 = __nccwpck_require__(43985); -const BlobBatch_js_1 = __nccwpck_require__(17107); -const tracing_js_1 = __nccwpck_require__(74342); -const storage_common_1 = __nccwpck_require__(55637); -const StorageContextClient_js_1 = __nccwpck_require__(93275); -const Pipeline_js_1 = __nccwpck_require__(55830); -const utils_common_js_1 = __nccwpck_require__(43542); +const BatchResponseParser_js_1 = __nccwpck_require__(70863); +const BatchUtils_js_1 = __nccwpck_require__(23062); +const BlobBatch_js_1 = __nccwpck_require__(16822); +const tracing_js_1 = __nccwpck_require__(49827); +const storage_common_1 = __nccwpck_require__(47601); +const StorageContextClient_js_1 = __nccwpck_require__(34876); +const Pipeline_js_1 = __nccwpck_require__(13625); +const utils_common_js_1 = __nccwpck_require__(67489); /** * A BlobBatchClient allows you to make batched requests to the Azure Storage Blob service. * @@ -87195,9 +87195,9 @@ class BlobBatchClient { return tracing_js_1.tracingClient.withSpan("BlobBatchClient-submitBatch", options, async (updatedOptions) => { const batchRequestBody = batchRequest.getHttpRequestBody(); // ServiceSubmitBatchResponseModel and ContainerSubmitBatchResponse are compatible for now. - const rawBatchResponse = (0, utils_common_js_1.assertResponse)(await this.serviceOrContainerContext.submitBatch((0, BatchUtils_js_1.utf8ByteLength)(batchRequestBody), batchRequest.getMultiPartContentType(), batchRequestBody, { + const rawBatchResponse = (0, utils_common_js_1.assertResponse)((await this.serviceOrContainerContext.submitBatch((0, BatchUtils_js_1.utf8ByteLength)(batchRequestBody), batchRequest.getMultiPartContentType(), batchRequestBody, { ...updatedOptions, - })); + }))); // Parse the sub responses result, if logic reaches here(i.e. the batch request succeeded with status code 202). const batchResponseParser = new BatchResponseParser_js_1.BatchResponseParser(rawBatchResponse, batchRequest.getSubRequests()); const responseSummary = await batchResponseParser.parseBatchResponse(); @@ -87221,7 +87221,7 @@ exports.BlobBatchClient = BlobBatchClient; /***/ }), -/***/ 42808: +/***/ 52019: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -87230,7 +87230,7 @@ exports.BlobDownloadResponse = void 0; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. const core_util_1 = __nccwpck_require__(33000); -const RetriableReadableStream_js_1 = __nccwpck_require__(62910); +const RetriableReadableStream_js_1 = __nccwpck_require__(99151); /** * ONLY AVAILABLE IN NODE.JS RUNTIME. * @@ -87696,7 +87696,7 @@ exports.BlobDownloadResponse = BlobDownloadResponse; /***/ }), -/***/ 45050: +/***/ 71735: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -87705,9 +87705,9 @@ exports.BlobDownloadResponse = BlobDownloadResponse; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.BlobLeaseClient = void 0; const core_util_1 = __nccwpck_require__(33000); -const constants_js_1 = __nccwpck_require__(25097); -const tracing_js_1 = __nccwpck_require__(74342); -const utils_common_js_1 = __nccwpck_require__(43542); +const constants_js_1 = __nccwpck_require__(76772); +const tracing_js_1 = __nccwpck_require__(49827); +const utils_common_js_1 = __nccwpck_require__(67489); /** * A client that manages leases for a {@link ContainerClient} or a {@link BlobClient}. */ @@ -87907,7 +87907,7 @@ exports.BlobLeaseClient = BlobLeaseClient; /***/ }), -/***/ 31940: +/***/ 38805: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -87916,7 +87916,7 @@ exports.BlobLeaseClient = BlobLeaseClient; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.BlobQueryResponse = void 0; const core_util_1 = __nccwpck_require__(33000); -const BlobQuickQueryStream_js_1 = __nccwpck_require__(55980); +const BlobQuickQueryStream_js_1 = __nccwpck_require__(66383); /** * ONLY AVAILABLE IN NODE.JS RUNTIME. * @@ -88286,7 +88286,7 @@ exports.BlobQueryResponse = BlobQueryResponse; /***/ }), -/***/ 19671: +/***/ 2774: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -88295,17 +88295,17 @@ exports.BlobServiceClient = void 0; const core_auth_1 = __nccwpck_require__(38401); const core_rest_pipeline_1 = __nccwpck_require__(81591); const core_util_1 = __nccwpck_require__(33000); -const Pipeline_js_1 = __nccwpck_require__(55830); -const ContainerClient_js_1 = __nccwpck_require__(11798); -const utils_common_js_1 = __nccwpck_require__(43542); -const storage_common_1 = __nccwpck_require__(55637); -const utils_common_js_2 = __nccwpck_require__(43542); -const tracing_js_1 = __nccwpck_require__(74342); -const BlobBatchClient_js_1 = __nccwpck_require__(99808); -const StorageClient_js_1 = __nccwpck_require__(17676); -const AccountSASPermissions_js_1 = __nccwpck_require__(78008); -const AccountSASSignatureValues_js_1 = __nccwpck_require__(10928); -const AccountSASServices_js_1 = __nccwpck_require__(63638); +const Pipeline_js_1 = __nccwpck_require__(13625); +const ContainerClient_js_1 = __nccwpck_require__(61799); +const utils_common_js_1 = __nccwpck_require__(67489); +const storage_common_1 = __nccwpck_require__(47601); +const utils_common_js_2 = __nccwpck_require__(67489); +const tracing_js_1 = __nccwpck_require__(49827); +const BlobBatchClient_js_1 = __nccwpck_require__(8457); +const StorageClient_js_1 = __nccwpck_require__(30357); +const AccountSASPermissions_js_1 = __nccwpck_require__(39201); +const AccountSASSignatureValues_js_1 = __nccwpck_require__(8245); +const AccountSASServices_js_1 = __nccwpck_require__(74533); /** * A BlobServiceClient represents a Client to the Azure Storage Blob service allowing you * to manipulate blob containers. @@ -88998,7 +88998,7 @@ exports.BlobServiceClient = BlobServiceClient; /***/ }), -/***/ 86198: +/***/ 97219: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -89010,23 +89010,23 @@ const core_rest_pipeline_1 = __nccwpck_require__(81591); const core_auth_1 = __nccwpck_require__(38401); const core_util_1 = __nccwpck_require__(33000); const core_util_2 = __nccwpck_require__(33000); -const BlobDownloadResponse_js_1 = __nccwpck_require__(42808); -const BlobQueryResponse_js_1 = __nccwpck_require__(31940); -const storage_common_1 = __nccwpck_require__(55637); -const models_js_1 = __nccwpck_require__(82834); -const PageBlobRangeResponse_js_1 = __nccwpck_require__(19652); -const Pipeline_js_1 = __nccwpck_require__(55830); -const BlobStartCopyFromUrlPoller_js_1 = __nccwpck_require__(28159); -const Range_js_1 = __nccwpck_require__(62495); -const StorageClient_js_1 = __nccwpck_require__(17676); -const Batch_js_1 = __nccwpck_require__(19988); -const storage_common_2 = __nccwpck_require__(55637); -const constants_js_1 = __nccwpck_require__(25097); -const tracing_js_1 = __nccwpck_require__(74342); -const utils_common_js_1 = __nccwpck_require__(43542); -const utils_js_1 = __nccwpck_require__(63725); -const BlobSASSignatureValues_js_1 = __nccwpck_require__(22794); -const BlobLeaseClient_js_1 = __nccwpck_require__(45050); +const BlobDownloadResponse_js_1 = __nccwpck_require__(52019); +const BlobQueryResponse_js_1 = __nccwpck_require__(38805); +const storage_common_1 = __nccwpck_require__(47601); +const models_js_1 = __nccwpck_require__(92117); +const PageBlobRangeResponse_js_1 = __nccwpck_require__(85685); +const Pipeline_js_1 = __nccwpck_require__(13625); +const BlobStartCopyFromUrlPoller_js_1 = __nccwpck_require__(27144); +const Range_js_1 = __nccwpck_require__(59606); +const StorageClient_js_1 = __nccwpck_require__(30357); +const Batch_js_1 = __nccwpck_require__(54053); +const storage_common_2 = __nccwpck_require__(47601); +const constants_js_1 = __nccwpck_require__(76772); +const tracing_js_1 = __nccwpck_require__(49827); +const utils_common_js_1 = __nccwpck_require__(67489); +const utils_js_1 = __nccwpck_require__(64024); +const BlobSASSignatureValues_js_1 = __nccwpck_require__(98361); +const BlobLeaseClient_js_1 = __nccwpck_require__(71735); /** * A BlobClient represents a URL to an Azure Storage blob; the blob may be a block blob, * append blob, or page blob. @@ -89251,7 +89251,7 @@ class BlobClient extends StorageClient_js_1.StorageClient { options.conditions = options.conditions || {}; (0, models_js_1.ensureCpkIfSpecified)(options.customerProvidedKey, this.isHttps); return tracing_js_1.tracingClient.withSpan("BlobClient-download", options, async (updatedOptions) => { - const res = (0, utils_common_js_1.assertResponse)(await this.blobContext.download({ + const res = (0, utils_common_js_1.assertResponse)((await this.blobContext.download({ abortSignal: options.abortSignal, leaseAccessConditions: options.conditions, modifiedAccessConditions: { @@ -89267,7 +89267,7 @@ class BlobClient extends StorageClient_js_1.StorageClient { snapshot: options.snapshot, cpkInfo: options.customerProvidedKey, tracingOptions: updatedOptions.tracingOptions, - })); + }))); const wrappedRes = { ...res, _response: res._response, // _response is made non-enumerable @@ -90591,7 +90591,7 @@ class BlockBlobClient extends BlobClient { throw new Error("This operation currently is only supported in Node.js."); } return tracing_js_1.tracingClient.withSpan("BlockBlobClient-query", options, async (updatedOptions) => { - const response = (0, utils_common_js_1.assertResponse)(await this._blobContext.query({ + const response = (0, utils_common_js_1.assertResponse)((await this._blobContext.query({ abortSignal: options.abortSignal, queryRequest: { queryType: "SQL", @@ -90606,7 +90606,7 @@ class BlockBlobClient extends BlobClient { }, cpkInfo: options.customerProvidedKey, tracingOptions: updatedOptions.tracingOptions, - })); + }))); return new BlobQueryResponse_js_1.BlobQueryResponse(response, { abortSignal: options.abortSignal, onProgress: options.onProgress, @@ -91856,7 +91856,7 @@ exports.PageBlobClient = PageBlobClient; /***/ }), -/***/ 11798: +/***/ 61799: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -91865,15 +91865,15 @@ exports.ContainerClient = void 0; const core_rest_pipeline_1 = __nccwpck_require__(81591); const core_util_1 = __nccwpck_require__(33000); const core_auth_1 = __nccwpck_require__(38401); -const storage_common_1 = __nccwpck_require__(55637); -const Pipeline_js_1 = __nccwpck_require__(55830); -const StorageClient_js_1 = __nccwpck_require__(17676); -const tracing_js_1 = __nccwpck_require__(74342); -const utils_common_js_1 = __nccwpck_require__(43542); -const BlobSASSignatureValues_js_1 = __nccwpck_require__(22794); -const BlobLeaseClient_js_1 = __nccwpck_require__(45050); -const Clients_js_1 = __nccwpck_require__(86198); -const BlobBatchClient_js_1 = __nccwpck_require__(99808); +const storage_common_1 = __nccwpck_require__(47601); +const Pipeline_js_1 = __nccwpck_require__(13625); +const StorageClient_js_1 = __nccwpck_require__(30357); +const tracing_js_1 = __nccwpck_require__(49827); +const utils_common_js_1 = __nccwpck_require__(67489); +const BlobSASSignatureValues_js_1 = __nccwpck_require__(98361); +const BlobLeaseClient_js_1 = __nccwpck_require__(71735); +const Clients_js_1 = __nccwpck_require__(97219); +const BlobBatchClient_js_1 = __nccwpck_require__(8457); /** * A ContainerClient represents a URL to the Azure Storage container allowing you to manipulate its blobs. */ @@ -93159,7 +93159,7 @@ exports.ContainerClient = ContainerClient; /***/ }), -/***/ 19652: +/***/ 85685: /***/ ((__unused_webpack_module, exports) => { @@ -93199,7 +93199,7 @@ function rangeResponseFromModel(response) { /***/ }), -/***/ 55830: +/***/ 13625: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -93211,14 +93211,14 @@ exports.isPipelineLike = isPipelineLike; exports.newPipeline = newPipeline; exports.getCoreClientOptions = getCoreClientOptions; exports.getCredentialFromPipeline = getCredentialFromPipeline; -const core_http_compat_1 = __nccwpck_require__(80976); +const core_http_compat_1 = __nccwpck_require__(76063); const core_rest_pipeline_1 = __nccwpck_require__(81591); const core_client_1 = __nccwpck_require__(99307); const core_xml_1 = __nccwpck_require__(64928); const core_auth_1 = __nccwpck_require__(38401); -const log_js_1 = __nccwpck_require__(11872); -const storage_common_1 = __nccwpck_require__(55637); -const constants_js_1 = __nccwpck_require__(25097); +const log_js_1 = __nccwpck_require__(90277); +const storage_common_1 = __nccwpck_require__(47601); +const constants_js_1 = __nccwpck_require__(76772); Object.defineProperty(exports, "StorageOAuthScopes", ({ enumerable: true, get: function () { return constants_js_1.StorageOAuthScopes; } })); /** * A helper to decide if a given argument satisfies the Pipeline contract @@ -93482,7 +93482,7 @@ function isCoreHttpPolicyFactory(factory) { /***/ }), -/***/ 62495: +/***/ 59606: /***/ ((__unused_webpack_module, exports) => { @@ -93512,7 +93512,7 @@ function rangeToString(iRange) { /***/ }), -/***/ 17676: +/***/ 30357: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -93520,9 +93520,9 @@ function rangeToString(iRange) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StorageClient = void 0; -const StorageContextClient_js_1 = __nccwpck_require__(93275); -const Pipeline_js_1 = __nccwpck_require__(55830); -const utils_common_js_1 = __nccwpck_require__(43542); +const StorageContextClient_js_1 = __nccwpck_require__(34876); +const Pipeline_js_1 = __nccwpck_require__(13625); +const utils_common_js_1 = __nccwpck_require__(67489); /** * A StorageClient represents a based URL class for {@link BlobServiceClient}, {@link ContainerClient} * and etc. @@ -93574,7 +93574,7 @@ exports.StorageClient = StorageClient; /***/ }), -/***/ 93275: +/***/ 34876: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -93582,7 +93582,7 @@ exports.StorageClient = StorageClient; // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StorageContextClient = void 0; -const index_js_1 = __nccwpck_require__(42785); +const index_js_1 = __nccwpck_require__(36024); /** * @internal */ @@ -93601,7 +93601,7 @@ exports.StorageContextClient = StorageContextClient; /***/ }), -/***/ 42785: +/***/ 36024: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -93615,15 +93615,15 @@ exports.StorageContextClient = StorageContextClient; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StorageClient = void 0; const tslib_1 = __nccwpck_require__(67892); -tslib_1.__exportStar(__nccwpck_require__(82716), exports); -var storageClient_js_1 = __nccwpck_require__(54447); +tslib_1.__exportStar(__nccwpck_require__(15431), exports); +var storageClient_js_1 = __nccwpck_require__(30838); Object.defineProperty(exports, "StorageClient", ({ enumerable: true, get: function () { return storageClient_js_1.StorageClient; } })); -tslib_1.__exportStar(__nccwpck_require__(71396), exports); +tslib_1.__exportStar(__nccwpck_require__(771), exports); //# sourceMappingURL=index.js.map /***/ }), -/***/ 82716: +/***/ 15431: /***/ ((__unused_webpack_module, exports) => { @@ -93896,7 +93896,7 @@ var KnownStorageErrorCode; /***/ }), -/***/ 76462: +/***/ 37673: /***/ ((__unused_webpack_module, exports) => { @@ -102238,7 +102238,7 @@ exports.BlockBlobGetBlockListExceptionHeaders = { /***/ }), -/***/ 17902: +/***/ 44047: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -102253,7 +102253,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.action3 = exports.action2 = exports.leaseId1 = exports.action1 = exports.proposedLeaseId = exports.duration = exports.action = exports.comp10 = exports.sourceLeaseId = exports.sourceContainerName = exports.comp9 = exports.deletedContainerVersion = exports.deletedContainerName = exports.comp8 = exports.containerAcl = exports.comp7 = exports.comp6 = exports.ifUnmodifiedSince = exports.ifModifiedSince = exports.leaseId = exports.preventEncryptionScopeOverride = exports.defaultEncryptionScope = exports.access = exports.metadata = exports.restype2 = exports.where = exports.comp5 = exports.multipartContentType = exports.contentLength = exports.comp4 = exports.body = exports.restype1 = exports.comp3 = exports.keyInfo = exports.include = exports.maxPageSize = exports.marker = exports.prefix = exports.comp2 = exports.comp1 = exports.accept1 = exports.requestId = exports.version = exports.timeoutInSeconds = exports.comp = exports.restype = exports.url = exports.accept = exports.blobServiceProperties = exports.contentType = void 0; exports.copySourceTags = exports.copySourceAuthorization = exports.sourceContentMD5 = exports.xMsRequiresSync = exports.legalHold1 = exports.sealBlob = exports.blobTagsString = exports.copySource = exports.sourceIfTags = exports.sourceIfNoneMatch = exports.sourceIfMatch = exports.sourceIfUnmodifiedSince = exports.sourceIfModifiedSince = exports.rehydratePriority = exports.tier = exports.comp14 = exports.encryptionScope = exports.legalHold = exports.comp13 = exports.immutabilityPolicyMode = exports.immutabilityPolicyExpiry = exports.comp12 = exports.blobContentDisposition = exports.blobContentLanguage = exports.blobContentEncoding = exports.blobContentMD5 = exports.blobContentType = exports.blobCacheControl = exports.expiresOn = exports.expiryOptions = exports.comp11 = exports.blobDeleteType = exports.deleteSnapshots = exports.ifTags = exports.ifNoneMatch = exports.ifMatch = exports.encryptionAlgorithm = exports.encryptionKeySha256 = exports.encryptionKey = exports.rangeGetContentCRC64 = exports.rangeGetContentMD5 = exports.range = exports.versionId = exports.snapshot = exports.delimiter = exports.startFrom = exports.include1 = exports.proposedLeaseId1 = exports.action4 = exports.breakPeriod = void 0; exports.listType = exports.comp25 = exports.blocks = exports.blockId = exports.comp24 = exports.copySourceBlobProperties = exports.blobType2 = exports.comp23 = exports.sourceRange1 = exports.appendPosition = exports.maxSize = exports.comp22 = exports.blobType1 = exports.comp21 = exports.sequenceNumberAction = exports.prevSnapshotUrl = exports.prevsnapshot = exports.comp20 = exports.range1 = exports.sourceContentCrc64 = exports.sourceRange = exports.sourceUrl = exports.pageWrite1 = exports.ifSequenceNumberEqualTo = exports.ifSequenceNumberLessThan = exports.ifSequenceNumberLessThanOrEqualTo = exports.pageWrite = exports.comp19 = exports.accept2 = exports.body1 = exports.contentType1 = exports.blobSequenceNumber = exports.blobContentLength = exports.blobType = exports.transactionalContentCrc64 = exports.transactionalContentMD5 = exports.tags = exports.ifNoneMatch1 = exports.ifMatch1 = exports.ifUnmodifiedSince1 = exports.ifModifiedSince1 = exports.comp18 = exports.comp17 = exports.queryRequest = exports.tier1 = exports.comp16 = exports.copyId = exports.copyActionAbortConstant = exports.comp15 = exports.fileRequestIntent = void 0; -const mappers_js_1 = __nccwpck_require__(76462); +const mappers_js_1 = __nccwpck_require__(37673); exports.contentType = { parameterPath: ["options", "contentType"], mapper: { @@ -103923,7 +103923,7 @@ exports.listType = { /***/ }), -/***/ 44789: +/***/ 61832: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -103938,8 +103938,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AppendBlobImpl = void 0; const tslib_1 = __nccwpck_require__(67892); const coreClient = tslib_1.__importStar(__nccwpck_require__(99307)); -const Mappers = tslib_1.__importStar(__nccwpck_require__(76462)); -const Parameters = tslib_1.__importStar(__nccwpck_require__(17902)); +const Mappers = tslib_1.__importStar(__nccwpck_require__(37673)); +const Parameters = tslib_1.__importStar(__nccwpck_require__(44047)); /** Class containing AppendBlob operations. */ class AppendBlobImpl { client; @@ -104157,7 +104157,7 @@ const sealOperationSpec = { /***/ }), -/***/ 24289: +/***/ 64504: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -104172,8 +104172,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.BlobImpl = void 0; const tslib_1 = __nccwpck_require__(67892); const coreClient = tslib_1.__importStar(__nccwpck_require__(99307)); -const Mappers = tslib_1.__importStar(__nccwpck_require__(76462)); -const Parameters = tslib_1.__importStar(__nccwpck_require__(17902)); +const Mappers = tslib_1.__importStar(__nccwpck_require__(37673)); +const Parameters = tslib_1.__importStar(__nccwpck_require__(44047)); /** Class containing Blob operations. */ class BlobImpl { client; @@ -105198,7 +105198,7 @@ const setTagsOperationSpec = { /***/ }), -/***/ 84118: +/***/ 26281: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -105213,8 +105213,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.BlockBlobImpl = void 0; const tslib_1 = __nccwpck_require__(67892); const coreClient = tslib_1.__importStar(__nccwpck_require__(99307)); -const Mappers = tslib_1.__importStar(__nccwpck_require__(76462)); -const Parameters = tslib_1.__importStar(__nccwpck_require__(17902)); +const Mappers = tslib_1.__importStar(__nccwpck_require__(37673)); +const Parameters = tslib_1.__importStar(__nccwpck_require__(44047)); /** Class containing BlockBlob operations. */ class BlockBlobImpl { client; @@ -105577,7 +105577,7 @@ const getBlockListOperationSpec = { /***/ }), -/***/ 35819: +/***/ 55476: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -105592,8 +105592,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ContainerImpl = void 0; const tslib_1 = __nccwpck_require__(67892); const coreClient = tslib_1.__importStar(__nccwpck_require__(99307)); -const Mappers = tslib_1.__importStar(__nccwpck_require__(76462)); -const Parameters = tslib_1.__importStar(__nccwpck_require__(17902)); +const Mappers = tslib_1.__importStar(__nccwpck_require__(37673)); +const Parameters = tslib_1.__importStar(__nccwpck_require__(44047)); /** Class containing Container operations. */ class ContainerImpl { client; @@ -106304,7 +106304,7 @@ const getAccountInfoOperationSpec = { /***/ }), -/***/ 45716: +/***/ 38483: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -106317,17 +106317,17 @@ const getAccountInfoOperationSpec = { */ Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(67892); -tslib_1.__exportStar(__nccwpck_require__(83167), exports); -tslib_1.__exportStar(__nccwpck_require__(35819), exports); -tslib_1.__exportStar(__nccwpck_require__(24289), exports); -tslib_1.__exportStar(__nccwpck_require__(73074), exports); -tslib_1.__exportStar(__nccwpck_require__(44789), exports); -tslib_1.__exportStar(__nccwpck_require__(84118), exports); +tslib_1.__exportStar(__nccwpck_require__(74168), exports); +tslib_1.__exportStar(__nccwpck_require__(55476), exports); +tslib_1.__exportStar(__nccwpck_require__(64504), exports); +tslib_1.__exportStar(__nccwpck_require__(23867), exports); +tslib_1.__exportStar(__nccwpck_require__(61832), exports); +tslib_1.__exportStar(__nccwpck_require__(26281), exports); //# sourceMappingURL=index.js.map /***/ }), -/***/ 73074: +/***/ 23867: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -106342,8 +106342,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PageBlobImpl = void 0; const tslib_1 = __nccwpck_require__(67892); const coreClient = tslib_1.__importStar(__nccwpck_require__(99307)); -const Mappers = tslib_1.__importStar(__nccwpck_require__(76462)); -const Parameters = tslib_1.__importStar(__nccwpck_require__(17902)); +const Mappers = tslib_1.__importStar(__nccwpck_require__(37673)); +const Parameters = tslib_1.__importStar(__nccwpck_require__(44047)); /** Class containing PageBlob operations. */ class PageBlobImpl { client; @@ -106796,7 +106796,7 @@ const copyIncrementalOperationSpec = { /***/ }), -/***/ 83167: +/***/ 74168: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -106811,8 +106811,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ServiceImpl = void 0; const tslib_1 = __nccwpck_require__(67892); const coreClient = tslib_1.__importStar(__nccwpck_require__(99307)); -const Mappers = tslib_1.__importStar(__nccwpck_require__(76462)); -const Parameters = tslib_1.__importStar(__nccwpck_require__(17902)); +const Mappers = tslib_1.__importStar(__nccwpck_require__(37673)); +const Parameters = tslib_1.__importStar(__nccwpck_require__(44047)); /** Class containing Service operations. */ class ServiceImpl { client; @@ -107131,7 +107131,7 @@ const filterBlobsOperationSpec = { /***/ }), -/***/ 62757: +/***/ 84344: /***/ ((__unused_webpack_module, exports) => { @@ -107147,7 +107147,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 81617: +/***/ 98824: /***/ ((__unused_webpack_module, exports) => { @@ -107163,7 +107163,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 48262: +/***/ 44665: /***/ ((__unused_webpack_module, exports) => { @@ -107179,7 +107179,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 69307: +/***/ 37476: /***/ ((__unused_webpack_module, exports) => { @@ -107195,7 +107195,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 71396: +/***/ 771: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -107208,17 +107208,17 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); */ Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(67892); -tslib_1.__exportStar(__nccwpck_require__(78031), exports); -tslib_1.__exportStar(__nccwpck_require__(69307), exports); -tslib_1.__exportStar(__nccwpck_require__(81617), exports); -tslib_1.__exportStar(__nccwpck_require__(80546), exports); -tslib_1.__exportStar(__nccwpck_require__(62757), exports); -tslib_1.__exportStar(__nccwpck_require__(48262), exports); +tslib_1.__exportStar(__nccwpck_require__(27112), exports); +tslib_1.__exportStar(__nccwpck_require__(37476), exports); +tslib_1.__exportStar(__nccwpck_require__(98824), exports); +tslib_1.__exportStar(__nccwpck_require__(16107), exports); +tslib_1.__exportStar(__nccwpck_require__(84344), exports); +tslib_1.__exportStar(__nccwpck_require__(44665), exports); //# sourceMappingURL=index.js.map /***/ }), -/***/ 80546: +/***/ 16107: /***/ ((__unused_webpack_module, exports) => { @@ -107234,7 +107234,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 78031: +/***/ 27112: /***/ ((__unused_webpack_module, exports) => { @@ -107250,7 +107250,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 54447: +/***/ 30838: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -107264,8 +107264,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StorageClient = void 0; const tslib_1 = __nccwpck_require__(67892); -const coreHttpCompat = tslib_1.__importStar(__nccwpck_require__(80976)); -const index_js_1 = __nccwpck_require__(45716); +const coreHttpCompat = tslib_1.__importStar(__nccwpck_require__(76063)); +const index_js_1 = __nccwpck_require__(38483); class StorageClient extends coreHttpCompat.ExtendedServiceClient { url; version; @@ -107322,7 +107322,7 @@ exports.StorageClient = StorageClient; /***/ }), -/***/ 91365: +/***/ 7684: /***/ ((__unused_webpack_module, exports) => { @@ -107339,7 +107339,7 @@ var KnownEncryptionAlgorithmType; /***/ }), -/***/ 50506: +/***/ 8451: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -107350,33 +107350,33 @@ exports.logger = exports.RestError = exports.StorageBrowserPolicyFactory = expor const tslib_1 = __nccwpck_require__(67892); const core_rest_pipeline_1 = __nccwpck_require__(81591); Object.defineProperty(exports, "RestError", ({ enumerable: true, get: function () { return core_rest_pipeline_1.RestError; } })); -tslib_1.__exportStar(__nccwpck_require__(19671), exports); -tslib_1.__exportStar(__nccwpck_require__(86198), exports); -tslib_1.__exportStar(__nccwpck_require__(11798), exports); -tslib_1.__exportStar(__nccwpck_require__(45050), exports); -tslib_1.__exportStar(__nccwpck_require__(78008), exports); -tslib_1.__exportStar(__nccwpck_require__(29757), exports); -tslib_1.__exportStar(__nccwpck_require__(63638), exports); -var AccountSASSignatureValues_js_1 = __nccwpck_require__(10928); +tslib_1.__exportStar(__nccwpck_require__(2774), exports); +tslib_1.__exportStar(__nccwpck_require__(97219), exports); +tslib_1.__exportStar(__nccwpck_require__(61799), exports); +tslib_1.__exportStar(__nccwpck_require__(71735), exports); +tslib_1.__exportStar(__nccwpck_require__(39201), exports); +tslib_1.__exportStar(__nccwpck_require__(92956), exports); +tslib_1.__exportStar(__nccwpck_require__(74533), exports); +var AccountSASSignatureValues_js_1 = __nccwpck_require__(8245); Object.defineProperty(exports, "generateAccountSASQueryParameters", ({ enumerable: true, get: function () { return AccountSASSignatureValues_js_1.generateAccountSASQueryParameters; } })); -tslib_1.__exportStar(__nccwpck_require__(17107), exports); -tslib_1.__exportStar(__nccwpck_require__(99808), exports); -tslib_1.__exportStar(__nccwpck_require__(14753), exports); -tslib_1.__exportStar(__nccwpck_require__(75490), exports); -var BlobSASSignatureValues_js_1 = __nccwpck_require__(22794); +tslib_1.__exportStar(__nccwpck_require__(16822), exports); +tslib_1.__exportStar(__nccwpck_require__(8457), exports); +tslib_1.__exportStar(__nccwpck_require__(91700), exports); +tslib_1.__exportStar(__nccwpck_require__(14637), exports); +var BlobSASSignatureValues_js_1 = __nccwpck_require__(98361); Object.defineProperty(exports, "generateBlobSASQueryParameters", ({ enumerable: true, get: function () { return BlobSASSignatureValues_js_1.generateBlobSASQueryParameters; } })); -tslib_1.__exportStar(__nccwpck_require__(94068), exports); -var models_js_1 = __nccwpck_require__(82834); +tslib_1.__exportStar(__nccwpck_require__(32549), exports); +var models_js_1 = __nccwpck_require__(92117); Object.defineProperty(exports, "BlockBlobTier", ({ enumerable: true, get: function () { return models_js_1.BlockBlobTier; } })); Object.defineProperty(exports, "PremiumPageBlobTier", ({ enumerable: true, get: function () { return models_js_1.PremiumPageBlobTier; } })); Object.defineProperty(exports, "StorageBlobAudience", ({ enumerable: true, get: function () { return models_js_1.StorageBlobAudience; } })); Object.defineProperty(exports, "getBlobServiceAccountAudience", ({ enumerable: true, get: function () { return models_js_1.getBlobServiceAccountAudience; } })); -var Pipeline_js_1 = __nccwpck_require__(55830); +var Pipeline_js_1 = __nccwpck_require__(13625); Object.defineProperty(exports, "Pipeline", ({ enumerable: true, get: function () { return Pipeline_js_1.Pipeline; } })); Object.defineProperty(exports, "isPipelineLike", ({ enumerable: true, get: function () { return Pipeline_js_1.isPipelineLike; } })); Object.defineProperty(exports, "newPipeline", ({ enumerable: true, get: function () { return Pipeline_js_1.newPipeline; } })); Object.defineProperty(exports, "StorageOAuthScopes", ({ enumerable: true, get: function () { return Pipeline_js_1.StorageOAuthScopes; } })); -var storage_common_1 = __nccwpck_require__(55637); +var storage_common_1 = __nccwpck_require__(47601); Object.defineProperty(exports, "AnonymousCredential", ({ enumerable: true, get: function () { return storage_common_1.AnonymousCredential; } })); Object.defineProperty(exports, "AnonymousCredentialPolicy", ({ enumerable: true, get: function () { return storage_common_1.AnonymousCredentialPolicy; } })); Object.defineProperty(exports, "BaseRequestPolicy", ({ enumerable: true, get: function () { return storage_common_1.BaseRequestPolicy; } })); @@ -107389,15 +107389,15 @@ Object.defineProperty(exports, "StorageSharedKeyCredential", ({ enumerable: true Object.defineProperty(exports, "StorageSharedKeyCredentialPolicy", ({ enumerable: true, get: function () { return storage_common_1.StorageSharedKeyCredentialPolicy; } })); Object.defineProperty(exports, "StorageBrowserPolicy", ({ enumerable: true, get: function () { return storage_common_1.StorageBrowserPolicy; } })); Object.defineProperty(exports, "StorageBrowserPolicyFactory", ({ enumerable: true, get: function () { return storage_common_1.StorageBrowserPolicyFactory; } })); -tslib_1.__exportStar(__nccwpck_require__(78285), exports); -tslib_1.__exportStar(__nccwpck_require__(91365), exports); -var log_js_1 = __nccwpck_require__(11872); +tslib_1.__exportStar(__nccwpck_require__(64770), exports); +tslib_1.__exportStar(__nccwpck_require__(7684), exports); +var log_js_1 = __nccwpck_require__(90277); Object.defineProperty(exports, "logger", ({ enumerable: true, get: function () { return log_js_1.logger; } })); //# sourceMappingURL=index.js.map /***/ }), -/***/ 74916: +/***/ 56797: /***/ ((__unused_webpack_module, exports) => { @@ -107413,7 +107413,7 @@ exports.AVRO_SCHEMA_KEY = "avro.schema"; /***/ }), -/***/ 898: +/***/ 17549: /***/ ((__unused_webpack_module, exports) => { @@ -107747,7 +107747,7 @@ class AvroRecordType extends AvroType { /***/ }), -/***/ 20293: +/***/ 18366: /***/ ((__unused_webpack_module, exports) => { @@ -107762,7 +107762,7 @@ exports.AvroReadable = AvroReadable; /***/ }), -/***/ 17537: +/***/ 31342: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -107770,7 +107770,7 @@ exports.AvroReadable = AvroReadable; // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AvroReadableFromStream = void 0; -const AvroReadable_js_1 = __nccwpck_require__(20293); +const AvroReadable_js_1 = __nccwpck_require__(18366); const abort_controller_1 = __nccwpck_require__(49797); const buffer_1 = __nccwpck_require__(20181); const ABORT_ERROR = new abort_controller_1.AbortError("Reading from the avro stream was aborted."); @@ -107858,7 +107858,7 @@ exports.AvroReadableFromStream = AvroReadableFromStream; /***/ }), -/***/ 44778: +/***/ 75121: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -107868,9 +107868,9 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AvroReader = void 0; // TODO: Do a review of non-interfaces /* eslint-disable @azure/azure-sdk/ts-use-interface-parameters */ -const AvroConstants_js_1 = __nccwpck_require__(74916); -const AvroParser_js_1 = __nccwpck_require__(898); -const utils_common_js_1 = __nccwpck_require__(74135); +const AvroConstants_js_1 = __nccwpck_require__(56797); +const AvroParser_js_1 = __nccwpck_require__(17549); +const utils_common_js_1 = __nccwpck_require__(50600); class AvroReader { _dataStream; _headerStream; @@ -107984,7 +107984,7 @@ exports.AvroReader = AvroReader; /***/ }), -/***/ 51777: +/***/ 61060: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -107992,17 +107992,17 @@ exports.AvroReader = AvroReader; // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AvroReadableFromStream = exports.AvroReadable = exports.AvroReader = void 0; -var AvroReader_js_1 = __nccwpck_require__(44778); +var AvroReader_js_1 = __nccwpck_require__(75121); Object.defineProperty(exports, "AvroReader", ({ enumerable: true, get: function () { return AvroReader_js_1.AvroReader; } })); -var AvroReadable_js_1 = __nccwpck_require__(20293); +var AvroReadable_js_1 = __nccwpck_require__(18366); Object.defineProperty(exports, "AvroReadable", ({ enumerable: true, get: function () { return AvroReadable_js_1.AvroReadable; } })); -var AvroReadableFromStream_js_1 = __nccwpck_require__(17537); +var AvroReadableFromStream_js_1 = __nccwpck_require__(31342); Object.defineProperty(exports, "AvroReadableFromStream", ({ enumerable: true, get: function () { return AvroReadableFromStream_js_1.AvroReadableFromStream; } })); //# sourceMappingURL=index.js.map /***/ }), -/***/ 74135: +/***/ 50600: /***/ ((__unused_webpack_module, exports) => { @@ -108027,7 +108027,7 @@ function arraysEqual(a, b) { /***/ }), -/***/ 11872: +/***/ 90277: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -108044,7 +108044,7 @@ exports.logger = (0, logger_1.createClientLogger)("storage-blob"); /***/ }), -/***/ 82834: +/***/ 92117: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -108055,7 +108055,7 @@ exports.StorageBlobAudience = exports.PremiumPageBlobTier = exports.BlockBlobTie exports.toAccessTier = toAccessTier; exports.ensureCpkIfSpecified = ensureCpkIfSpecified; exports.getBlobServiceAccountAudience = getBlobServiceAccountAudience; -const constants_js_1 = __nccwpck_require__(25097); +const constants_js_1 = __nccwpck_require__(76772); /** * Represents the access tier on a blob. * For detailed information about block blob level tiering see {@link https://learn.microsoft.com/azure/storage/blobs/storage-blob-storage-tiers|Hot, cool and archive storage tiers.} @@ -108171,7 +108171,7 @@ function getBlobServiceAccountAudience(storageAccountName) { /***/ }), -/***/ 28159: +/***/ 27144: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -108315,7 +108315,7 @@ function makeBlobBeginCopyFromURLPollOperation(state) { /***/ }), -/***/ 78008: +/***/ 39201: /***/ ((__unused_webpack_module, exports) => { @@ -108550,7 +108550,7 @@ exports.AccountSASPermissions = AccountSASPermissions; /***/ }), -/***/ 29757: +/***/ 92956: /***/ ((__unused_webpack_module, exports) => { @@ -108630,7 +108630,7 @@ exports.AccountSASResourceTypes = AccountSASResourceTypes; /***/ }), -/***/ 63638: +/***/ 74533: /***/ ((__unused_webpack_module, exports) => { @@ -108718,7 +108718,7 @@ exports.AccountSASServices = AccountSASServices; /***/ }), -/***/ 10928: +/***/ 8245: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -108727,13 +108727,13 @@ exports.AccountSASServices = AccountSASServices; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.generateAccountSASQueryParameters = generateAccountSASQueryParameters; exports.generateAccountSASQueryParametersInternal = generateAccountSASQueryParametersInternal; -const AccountSASPermissions_js_1 = __nccwpck_require__(78008); -const AccountSASResourceTypes_js_1 = __nccwpck_require__(29757); -const AccountSASServices_js_1 = __nccwpck_require__(63638); -const SasIPRange_js_1 = __nccwpck_require__(58667); -const SASQueryParameters_js_1 = __nccwpck_require__(78285); -const constants_js_1 = __nccwpck_require__(25097); -const utils_common_js_1 = __nccwpck_require__(43542); +const AccountSASPermissions_js_1 = __nccwpck_require__(39201); +const AccountSASResourceTypes_js_1 = __nccwpck_require__(92956); +const AccountSASServices_js_1 = __nccwpck_require__(74533); +const SasIPRange_js_1 = __nccwpck_require__(656); +const SASQueryParameters_js_1 = __nccwpck_require__(64770); +const constants_js_1 = __nccwpck_require__(76772); +const utils_common_js_1 = __nccwpck_require__(67489); /** * ONLY AVAILABLE IN NODE.JS RUNTIME. * @@ -108828,7 +108828,7 @@ function generateAccountSASQueryParametersInternal(accountSASSignatureValues, sh /***/ }), -/***/ 75490: +/***/ 14637: /***/ ((__unused_webpack_module, exports) => { @@ -109031,7 +109031,7 @@ exports.BlobSASPermissions = BlobSASPermissions; /***/ }), -/***/ 22794: +/***/ 98361: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -109040,14 +109040,14 @@ exports.generateBlobSASQueryParameters = generateBlobSASQueryParameters; exports.generateBlobSASQueryParametersInternal = generateBlobSASQueryParametersInternal; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. -const BlobSASPermissions_js_1 = __nccwpck_require__(75490); -const ContainerSASPermissions_js_1 = __nccwpck_require__(94068); -const storage_common_1 = __nccwpck_require__(55637); -const SasIPRange_js_1 = __nccwpck_require__(58667); -const SASQueryParameters_js_1 = __nccwpck_require__(78285); -const constants_js_1 = __nccwpck_require__(25097); -const utils_common_js_1 = __nccwpck_require__(43542); -const storage_common_2 = __nccwpck_require__(55637); +const BlobSASPermissions_js_1 = __nccwpck_require__(14637); +const ContainerSASPermissions_js_1 = __nccwpck_require__(32549); +const storage_common_1 = __nccwpck_require__(47601); +const SasIPRange_js_1 = __nccwpck_require__(656); +const SASQueryParameters_js_1 = __nccwpck_require__(64770); +const constants_js_1 = __nccwpck_require__(76772); +const utils_common_js_1 = __nccwpck_require__(67489); +const storage_common_2 = __nccwpck_require__(47601); function generateBlobSASQueryParameters(blobSASSignatureValues, sharedKeyCredentialOrUserDelegationKey, accountName) { return generateBlobSASQueryParametersInternal(blobSASSignatureValues, sharedKeyCredentialOrUserDelegationKey, accountName).sasQueryParameters; } @@ -109707,7 +109707,7 @@ function SASSignatureValuesSanityCheckAndAutofill(blobSASSignatureValues) { /***/ }), -/***/ 94068: +/***/ 32549: /***/ ((__unused_webpack_module, exports) => { @@ -109936,7 +109936,7 @@ exports.ContainerSASPermissions = ContainerSASPermissions; /***/ }), -/***/ 78285: +/***/ 64770: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -109944,8 +109944,8 @@ exports.ContainerSASPermissions = ContainerSASPermissions; // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SASQueryParameters = exports.SASProtocol = void 0; -const SasIPRange_js_1 = __nccwpck_require__(58667); -const utils_common_js_1 = __nccwpck_require__(43542); +const SasIPRange_js_1 = __nccwpck_require__(656); +const utils_common_js_1 = __nccwpck_require__(67489); /** * Protocols for generated SAS. */ @@ -110309,7 +110309,7 @@ exports.SASQueryParameters = SASQueryParameters; /***/ }), -/***/ 58667: +/***/ 656: /***/ ((__unused_webpack_module, exports) => { @@ -110331,7 +110331,7 @@ function ipRangeToString(ipRange) { /***/ }), -/***/ 19988: +/***/ 54053: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -110471,7 +110471,7 @@ exports.Batch = Batch; /***/ }), -/***/ 55980: +/***/ 66383: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -110480,7 +110480,7 @@ exports.Batch = Batch; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.BlobQuickQueryStream = void 0; const node_stream_1 = __nccwpck_require__(57075); -const index_js_1 = __nccwpck_require__(51777); +const index_js_1 = __nccwpck_require__(61060); /** * ONLY AVAILABLE IN NODE.JS RUNTIME. * @@ -110597,7 +110597,7 @@ exports.BlobQuickQueryStream = BlobQuickQueryStream; /***/ }), -/***/ 91903: +/***/ 54518: /***/ ((__unused_webpack_module, exports) => { @@ -110672,7 +110672,7 @@ exports.Mutex = Mutex; /***/ }), -/***/ 62910: +/***/ 99151: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -110809,7 +110809,7 @@ exports.RetriableReadableStream = RetriableReadableStream; /***/ }), -/***/ 25097: +/***/ 76772: /***/ ((__unused_webpack_module, exports) => { @@ -110817,7 +110817,7 @@ exports.RetriableReadableStream = RetriableReadableStream; // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PathStylePorts = exports.BlobDoesNotUseCustomerSpecifiedEncryption = exports.BlobUsesCustomerSpecifiedEncryptionMsg = exports.StorageBlobLoggingAllowedQueryParameters = exports.StorageBlobLoggingAllowedHeaderNames = exports.DevelopmentConnectionString = exports.EncryptionAlgorithmAES25 = exports.HTTP_VERSION_1_1 = exports.HTTP_LINE_ENDING = exports.BATCH_MAX_PAYLOAD_IN_BYTES = exports.BATCH_MAX_REQUEST = exports.SIZE_1_MB = exports.ETagAny = exports.ETagNone = exports.HeaderConstants = exports.HTTPURLConnection = exports.URLConstants = exports.StorageOAuthScopes = exports.REQUEST_TIMEOUT = exports.DEFAULT_MAX_DOWNLOAD_RETRY_REQUESTS = exports.DEFAULT_BLOB_DOWNLOAD_BLOCK_BYTES = exports.DEFAULT_BLOCK_BUFFER_SIZE_BYTES = exports.BLOCK_BLOB_MAX_BLOCKS = exports.BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = exports.BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = exports.SERVICE_VERSION = exports.SDK_VERSION = void 0; -exports.SDK_VERSION = "12.30.0"; +exports.SDK_VERSION = "12.31.0"; exports.SERVICE_VERSION = "2026-02-06"; exports.BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB exports.BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB @@ -111044,7 +111044,7 @@ exports.PathStylePorts = [ /***/ }), -/***/ 74342: +/***/ 49827: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -111053,7 +111053,7 @@ exports.PathStylePorts = [ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.tracingClient = void 0; const core_tracing_1 = __nccwpck_require__(26637); -const constants_js_1 = __nccwpck_require__(25097); +const constants_js_1 = __nccwpck_require__(76772); /** * Creates a span using the global tracer. * @internal @@ -111067,7 +111067,7 @@ exports.tracingClient = (0, core_tracing_1.createTracingClient)({ /***/ }), -/***/ 43542: +/***/ 67489: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -111112,7 +111112,7 @@ exports.EscapePath = EscapePath; exports.assertResponse = assertResponse; const core_rest_pipeline_1 = __nccwpck_require__(81591); const core_util_1 = __nccwpck_require__(33000); -const constants_js_1 = __nccwpck_require__(25097); +const constants_js_1 = __nccwpck_require__(76772); /** * Reserved URL characters must be properly escaped for Storage services like Blob or File. * @@ -111880,7 +111880,7 @@ function assertResponse(response) { /***/ }), -/***/ 63725: +/***/ 64024: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -111895,7 +111895,7 @@ exports.readStreamToLocalFile = readStreamToLocalFile; const tslib_1 = __nccwpck_require__(67892); const node_fs_1 = tslib_1.__importDefault(__nccwpck_require__(73024)); const node_util_1 = tslib_1.__importDefault(__nccwpck_require__(57975)); -const constants_js_1 = __nccwpck_require__(25097); +const constants_js_1 = __nccwpck_require__(76772); /** * Reads a readable stream into buffer. Fill the buffer from offset to end. * @@ -112026,7 +112026,7 @@ exports.fsCreateReadStream = node_fs_1.default.createReadStream; /***/ }), -/***/ 94102: +/***/ 72626: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112035,7 +112035,7 @@ exports.fsCreateReadStream = node_fs_1.default.createReadStream; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.BufferScheduler = void 0; const events_1 = __nccwpck_require__(24434); -const PooledBuffer_js_1 = __nccwpck_require__(59016); +const PooledBuffer_js_1 = __nccwpck_require__(55132); /** * This class accepts a Node.js Readable stream as input, and keeps reading data * from the stream into the internal buffer structure, until it reaches maxBuffers. @@ -112314,7 +112314,7 @@ exports.BufferScheduler = BufferScheduler; /***/ }), -/***/ 57682: +/***/ 67134: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112421,7 +112421,7 @@ exports.BuffersStream = BuffersStream; /***/ }), -/***/ 59016: +/***/ 55132: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112430,7 +112430,7 @@ exports.BuffersStream = BuffersStream; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PooledBuffer = void 0; const tslib_1 = __nccwpck_require__(67892); -const BuffersStream_js_1 = __nccwpck_require__(57682); +const BuffersStream_js_1 = __nccwpck_require__(67134); const node_buffer_1 = tslib_1.__importDefault(__nccwpck_require__(4573)); /** * maxBufferLength is max size of each buffer in the pooled buffers. @@ -112527,7 +112527,7 @@ exports.PooledBuffer = PooledBuffer; /***/ }), -/***/ 14236: +/***/ 77904: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112535,7 +112535,7 @@ exports.PooledBuffer = PooledBuffer; // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StorageBrowserPolicyFactory = exports.StorageBrowserPolicy = void 0; -const StorageBrowserPolicy_js_1 = __nccwpck_require__(86847); +const StorageBrowserPolicy_js_1 = __nccwpck_require__(77579); Object.defineProperty(exports, "StorageBrowserPolicy", ({ enumerable: true, get: function () { return StorageBrowserPolicy_js_1.StorageBrowserPolicy; } })); /** * StorageBrowserPolicyFactory is a factory class helping generating StorageBrowserPolicy objects. @@ -112556,17 +112556,18 @@ exports.StorageBrowserPolicyFactory = StorageBrowserPolicyFactory; /***/ }), -/***/ 63870: +/***/ 62458: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.StorageRetryPolicyFactory = exports.StorageRetryPolicy = exports.StorageRetryPolicyType = void 0; -const StorageRetryPolicy_js_1 = __nccwpck_require__(43693); +exports.StorageRetryPolicyFactory = exports.NewRetryPolicyFactory = exports.StorageRetryPolicy = exports.StorageRetryPolicyType = void 0; +const StorageRetryPolicy_js_1 = __nccwpck_require__(63633); Object.defineProperty(exports, "StorageRetryPolicy", ({ enumerable: true, get: function () { return StorageRetryPolicy_js_1.StorageRetryPolicy; } })); -const StorageRetryPolicyType_js_1 = __nccwpck_require__(66141); +Object.defineProperty(exports, "NewRetryPolicyFactory", ({ enumerable: true, get: function () { return StorageRetryPolicy_js_1.NewRetryPolicyFactory; } })); +const StorageRetryPolicyType_js_1 = __nccwpck_require__(40705); Object.defineProperty(exports, "StorageRetryPolicyType", ({ enumerable: true, get: function () { return StorageRetryPolicyType_js_1.StorageRetryPolicyType; } })); /** * StorageRetryPolicyFactory is a factory class helping generating {@link StorageRetryPolicy} objects. @@ -112595,7 +112596,7 @@ exports.StorageRetryPolicyFactory = StorageRetryPolicyFactory; /***/ }), -/***/ 38307: +/***/ 1199: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112615,7 +112616,7 @@ function getCachedDefaultHttpClient() { /***/ }), -/***/ 52560: +/***/ 85660: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112623,8 +112624,8 @@ function getCachedDefaultHttpClient() { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AnonymousCredential = void 0; -const AnonymousCredentialPolicy_js_1 = __nccwpck_require__(77578); -const Credential_js_1 = __nccwpck_require__(71919); +const AnonymousCredentialPolicy_js_1 = __nccwpck_require__(82278); +const Credential_js_1 = __nccwpck_require__(26595); /** * AnonymousCredential provides a credentialPolicyCreator member used to create * AnonymousCredentialPolicy objects. AnonymousCredentialPolicy is used with @@ -112647,7 +112648,7 @@ exports.AnonymousCredential = AnonymousCredential; /***/ }), -/***/ 71919: +/***/ 26595: /***/ ((__unused_webpack_module, exports) => { @@ -112675,7 +112676,7 @@ exports.Credential = Credential; /***/ }), -/***/ 97500: +/***/ 56616: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112684,8 +112685,8 @@ exports.Credential = Credential; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StorageSharedKeyCredential = void 0; const node_crypto_1 = __nccwpck_require__(77598); -const StorageSharedKeyCredentialPolicy_js_1 = __nccwpck_require__(77430); -const Credential_js_1 = __nccwpck_require__(71919); +const StorageSharedKeyCredentialPolicy_js_1 = __nccwpck_require__(87490); +const Credential_js_1 = __nccwpck_require__(26595); /** * ONLY AVAILABLE IN NODE.JS RUNTIME. * @@ -112733,7 +112734,7 @@ exports.StorageSharedKeyCredential = StorageSharedKeyCredential; /***/ }), -/***/ 18141: +/***/ 86513: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112786,7 +112787,7 @@ exports.UserDelegationKeyCredential = UserDelegationKeyCredential; /***/ }), -/***/ 55637: +/***/ 47601: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112795,34 +112796,42 @@ exports.UserDelegationKeyCredential = UserDelegationKeyCredential; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.BaseRequestPolicy = exports.getCachedDefaultHttpClient = void 0; const tslib_1 = __nccwpck_require__(67892); -tslib_1.__exportStar(__nccwpck_require__(94102), exports); -var cache_js_1 = __nccwpck_require__(38307); +tslib_1.__exportStar(__nccwpck_require__(72626), exports); +var cache_js_1 = __nccwpck_require__(1199); Object.defineProperty(exports, "getCachedDefaultHttpClient", ({ enumerable: true, get: function () { return cache_js_1.getCachedDefaultHttpClient; } })); -tslib_1.__exportStar(__nccwpck_require__(14236), exports); -tslib_1.__exportStar(__nccwpck_require__(52560), exports); -tslib_1.__exportStar(__nccwpck_require__(71919), exports); -tslib_1.__exportStar(__nccwpck_require__(97500), exports); -tslib_1.__exportStar(__nccwpck_require__(63870), exports); -var RequestPolicy_js_1 = __nccwpck_require__(58423); +tslib_1.__exportStar(__nccwpck_require__(18593), exports); +tslib_1.__exportStar(__nccwpck_require__(77904), exports); +tslib_1.__exportStar(__nccwpck_require__(85660), exports); +tslib_1.__exportStar(__nccwpck_require__(26595), exports); +tslib_1.__exportStar(__nccwpck_require__(56616), exports); +tslib_1.__exportStar(__nccwpck_require__(62458), exports); +var RequestPolicy_js_1 = __nccwpck_require__(86291); Object.defineProperty(exports, "BaseRequestPolicy", ({ enumerable: true, get: function () { return RequestPolicy_js_1.BaseRequestPolicy; } })); -tslib_1.__exportStar(__nccwpck_require__(77578), exports); -tslib_1.__exportStar(__nccwpck_require__(39105), exports); -tslib_1.__exportStar(__nccwpck_require__(86847), exports); -tslib_1.__exportStar(__nccwpck_require__(90324), exports); -tslib_1.__exportStar(__nccwpck_require__(62148), exports); -tslib_1.__exportStar(__nccwpck_require__(66141), exports); -tslib_1.__exportStar(__nccwpck_require__(43693), exports); -tslib_1.__exportStar(__nccwpck_require__(82733), exports); -tslib_1.__exportStar(__nccwpck_require__(77430), exports); -tslib_1.__exportStar(__nccwpck_require__(10370), exports); -tslib_1.__exportStar(__nccwpck_require__(63870), exports); -tslib_1.__exportStar(__nccwpck_require__(93781), exports); -tslib_1.__exportStar(__nccwpck_require__(18141), exports); +tslib_1.__exportStar(__nccwpck_require__(82278), exports); +tslib_1.__exportStar(__nccwpck_require__(5349), exports); +tslib_1.__exportStar(__nccwpck_require__(63739), exports); +tslib_1.__exportStar(__nccwpck_require__(36784), exports); +tslib_1.__exportStar(__nccwpck_require__(86585), exports); +tslib_1.__exportStar(__nccwpck_require__(87490), exports); +tslib_1.__exportStar(__nccwpck_require__(80150), exports); +tslib_1.__exportStar(__nccwpck_require__(32321), exports); +tslib_1.__exportStar(__nccwpck_require__(86513), exports); //# sourceMappingURL=index.js.map /***/ }), -/***/ 68731: +/***/ 18593: +/***/ ((__unused_webpack_module, exports) => { + + +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. +Object.defineProperty(exports, "__esModule", ({ value: true })); +//# sourceMappingURL=interfaces.js.map + +/***/ }), + +/***/ 64039: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112839,7 +112848,7 @@ exports.logger = (0, logger_1.createClientLogger)("storage-common"); /***/ }), -/***/ 77578: +/***/ 82278: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112847,7 +112856,7 @@ exports.logger = (0, logger_1.createClientLogger)("storage-common"); // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AnonymousCredentialPolicy = void 0; -const CredentialPolicy_js_1 = __nccwpck_require__(39105); +const CredentialPolicy_js_1 = __nccwpck_require__(5349); /** * AnonymousCredentialPolicy is used with HTTP(S) requests that read public resources * or for use with Shared Access Signatures (SAS). @@ -112869,7 +112878,7 @@ exports.AnonymousCredentialPolicy = AnonymousCredentialPolicy; /***/ }), -/***/ 39105: +/***/ 5349: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112877,7 +112886,7 @@ exports.AnonymousCredentialPolicy = AnonymousCredentialPolicy; // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CredentialPolicy = void 0; -const RequestPolicy_js_1 = __nccwpck_require__(58423); +const RequestPolicy_js_1 = __nccwpck_require__(86291); /** * Credential policy used to sign HTTP(S) requests before sending. This is an * abstract class. @@ -112908,7 +112917,7 @@ exports.CredentialPolicy = CredentialPolicy; /***/ }), -/***/ 58423: +/***/ 86291: /***/ ((__unused_webpack_module, exports) => { @@ -112960,7 +112969,7 @@ exports.BaseRequestPolicy = BaseRequestPolicy; /***/ }), -/***/ 86847: +/***/ 77579: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -112968,10 +112977,10 @@ exports.BaseRequestPolicy = BaseRequestPolicy; // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StorageBrowserPolicy = void 0; -const RequestPolicy_js_1 = __nccwpck_require__(58423); +const RequestPolicy_js_1 = __nccwpck_require__(86291); const core_util_1 = __nccwpck_require__(33000); -const constants_js_1 = __nccwpck_require__(65866); -const utils_common_js_1 = __nccwpck_require__(48323); +const constants_js_1 = __nccwpck_require__(13142); +const utils_common_js_1 = __nccwpck_require__(68615); /** * StorageBrowserPolicy will handle differences between Node.js and browser runtime, including: * @@ -113017,7 +113026,7 @@ exports.StorageBrowserPolicy = StorageBrowserPolicy; /***/ }), -/***/ 90324: +/***/ 63739: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -113027,8 +113036,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.storageBrowserPolicyName = void 0; exports.storageBrowserPolicy = storageBrowserPolicy; const core_util_1 = __nccwpck_require__(33000); -const constants_js_1 = __nccwpck_require__(65866); -const utils_common_js_1 = __nccwpck_require__(48323); +const constants_js_1 = __nccwpck_require__(13142); +const utils_common_js_1 = __nccwpck_require__(68615); /** * The programmatic identifier of the StorageBrowserPolicy. */ @@ -113058,7 +113067,7 @@ function storageBrowserPolicy() { /***/ }), -/***/ 62148: +/***/ 36784: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -113067,7 +113076,7 @@ function storageBrowserPolicy() { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.storageCorrectContentLengthPolicyName = void 0; exports.storageCorrectContentLengthPolicy = storageCorrectContentLengthPolicy; -const constants_js_1 = __nccwpck_require__(65866); +const constants_js_1 = __nccwpck_require__(13142); /** * The programmatic identifier of the storageCorrectContentLengthPolicy. */ @@ -113095,7 +113104,7 @@ function storageCorrectContentLengthPolicy() { /***/ }), -/***/ 93781: +/***/ 32321: /***/ ((__unused_webpack_module, exports) => { @@ -113139,7 +113148,7 @@ function storageRequestFailureDetailsParserPolicy() { /***/ }), -/***/ 43693: +/***/ 63633: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -113149,11 +113158,11 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StorageRetryPolicy = void 0; exports.NewRetryPolicyFactory = NewRetryPolicyFactory; const abort_controller_1 = __nccwpck_require__(49797); -const RequestPolicy_js_1 = __nccwpck_require__(58423); -const constants_js_1 = __nccwpck_require__(65866); -const utils_common_js_1 = __nccwpck_require__(48323); -const log_js_1 = __nccwpck_require__(68731); -const StorageRetryPolicyType_js_1 = __nccwpck_require__(66141); +const RequestPolicy_js_1 = __nccwpck_require__(86291); +const constants_js_1 = __nccwpck_require__(13142); +const utils_common_js_1 = __nccwpck_require__(68615); +const log_js_1 = __nccwpck_require__(64039); +const StorageRetryPolicyType_js_1 = __nccwpck_require__(40705); /** * A factory method used to generated a RetryPolicy factory. * @@ -113369,7 +113378,7 @@ exports.StorageRetryPolicy = StorageRetryPolicy; /***/ }), -/***/ 66141: +/***/ 40705: /***/ ((__unused_webpack_module, exports) => { @@ -113395,7 +113404,7 @@ var StorageRetryPolicyType; /***/ }), -/***/ 82733: +/***/ 86585: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -113407,10 +113416,10 @@ exports.storageRetryPolicy = storageRetryPolicy; const abort_controller_1 = __nccwpck_require__(49797); const core_rest_pipeline_1 = __nccwpck_require__(81591); const core_util_1 = __nccwpck_require__(33000); -const StorageRetryPolicyFactory_js_1 = __nccwpck_require__(63870); -const constants_js_1 = __nccwpck_require__(65866); -const utils_common_js_1 = __nccwpck_require__(48323); -const log_js_1 = __nccwpck_require__(68731); +const StorageRetryPolicyFactory_js_1 = __nccwpck_require__(62458); +const constants_js_1 = __nccwpck_require__(13142); +const utils_common_js_1 = __nccwpck_require__(68615); +const log_js_1 = __nccwpck_require__(64039); /** * Name of the {@link storageRetryPolicy} */ @@ -113569,7 +113578,7 @@ function storageRetryPolicy(options = {}) { /***/ }), -/***/ 77430: +/***/ 87490: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -113577,10 +113586,10 @@ function storageRetryPolicy(options = {}) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StorageSharedKeyCredentialPolicy = void 0; -const constants_js_1 = __nccwpck_require__(65866); -const utils_common_js_1 = __nccwpck_require__(48323); -const CredentialPolicy_js_1 = __nccwpck_require__(39105); -const SharedKeyComparator_js_1 = __nccwpck_require__(2856); +const constants_js_1 = __nccwpck_require__(13142); +const utils_common_js_1 = __nccwpck_require__(68615); +const CredentialPolicy_js_1 = __nccwpck_require__(5349); +const SharedKeyComparator_js_1 = __nccwpck_require__(92615); /** * StorageSharedKeyCredentialPolicy is a policy used to sign HTTP request with a shared key. */ @@ -113724,7 +113733,7 @@ exports.StorageSharedKeyCredentialPolicy = StorageSharedKeyCredentialPolicy; /***/ }), -/***/ 10370: +/***/ 80150: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -113734,9 +113743,9 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.storageSharedKeyCredentialPolicyName = void 0; exports.storageSharedKeyCredentialPolicy = storageSharedKeyCredentialPolicy; const node_crypto_1 = __nccwpck_require__(77598); -const constants_js_1 = __nccwpck_require__(65866); -const utils_common_js_1 = __nccwpck_require__(48323); -const SharedKeyComparator_js_1 = __nccwpck_require__(2856); +const constants_js_1 = __nccwpck_require__(13142); +const utils_common_js_1 = __nccwpck_require__(68615); +const SharedKeyComparator_js_1 = __nccwpck_require__(92615); /** * The programmatic identifier of the storageSharedKeyCredentialPolicy. */ @@ -113866,7 +113875,7 @@ function storageSharedKeyCredentialPolicy(options) { /***/ }), -/***/ 2856: +/***/ 92615: /***/ ((__unused_webpack_module, exports) => { @@ -113948,7 +113957,7 @@ function isLessThan(lhs, rhs) { /***/ }), -/***/ 65866: +/***/ 13142: /***/ ((__unused_webpack_module, exports) => { @@ -114021,7 +114030,7 @@ exports.PathStylePorts = [ /***/ }), -/***/ 48323: +/***/ 68615: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -114057,7 +114066,7 @@ exports.EscapePath = EscapePath; exports.assertResponse = assertResponse; const core_rest_pipeline_1 = __nccwpck_require__(81591); const core_util_1 = __nccwpck_require__(33000); -const constants_js_1 = __nccwpck_require__(65866); +const constants_js_1 = __nccwpck_require__(13142); /** * Reserved URL characters must be properly escaped for Storage services like Blob or File. * @@ -116213,7 +116222,7 @@ module.exports = parseParams /***/ }), -/***/ 37455: +/***/ 79858: /***/ ((__unused_webpack_module, exports) => { @@ -116261,7 +116270,7 @@ exports.AbortError = AbortError; /***/ }), -/***/ 48006: +/***/ 81249: /***/ ((__unused_webpack_module, exports) => { @@ -116300,7 +116309,7 @@ function isApiKeyCredential(credential) { /***/ }), -/***/ 37248: +/***/ 25455: /***/ ((__unused_webpack_module, exports) => { @@ -116311,7 +116320,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 30196: +/***/ 18555: /***/ ((__unused_webpack_module, exports) => { @@ -116322,7 +116331,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 86247: +/***/ 87030: /***/ ((__unused_webpack_module, exports) => { @@ -116355,7 +116364,7 @@ function apiVersionPolicy(options) { /***/ }), -/***/ 78005: +/***/ 3302: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -116364,14 +116373,14 @@ function apiVersionPolicy(options) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createDefaultPipeline = createDefaultPipeline; exports.getCachedDefaultHttpsClient = getCachedDefaultHttpsClient; -const defaultHttpClient_js_1 = __nccwpck_require__(80475); -const createPipelineFromOptions_js_1 = __nccwpck_require__(97589); -const apiVersionPolicy_js_1 = __nccwpck_require__(86247); -const credentials_js_1 = __nccwpck_require__(48006); -const apiKeyAuthenticationPolicy_js_1 = __nccwpck_require__(97274); -const basicAuthenticationPolicy_js_1 = __nccwpck_require__(22535); -const bearerAuthenticationPolicy_js_1 = __nccwpck_require__(82368); -const oauth2AuthenticationPolicy_js_1 = __nccwpck_require__(50842); +const defaultHttpClient_js_1 = __nccwpck_require__(95398); +const createPipelineFromOptions_js_1 = __nccwpck_require__(52968); +const apiVersionPolicy_js_1 = __nccwpck_require__(87030); +const credentials_js_1 = __nccwpck_require__(81249); +const apiKeyAuthenticationPolicy_js_1 = __nccwpck_require__(54305); +const basicAuthenticationPolicy_js_1 = __nccwpck_require__(27874); +const bearerAuthenticationPolicy_js_1 = __nccwpck_require__(66663); +const oauth2AuthenticationPolicy_js_1 = __nccwpck_require__(22137); let cachedHttpClient; /** * Creates a default rest pipeline to re-use accross Rest Level Clients @@ -116406,7 +116415,7 @@ function getCachedDefaultHttpsClient() { /***/ }), -/***/ 2338: +/***/ 40121: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -116414,10 +116423,10 @@ function getCachedDefaultHttpsClient() { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getClient = getClient; -const clientHelpers_js_1 = __nccwpck_require__(78005); -const sendRequest_js_1 = __nccwpck_require__(42526); -const urlHelpers_js_1 = __nccwpck_require__(45263); -const checkEnvironment_js_1 = __nccwpck_require__(15777); +const clientHelpers_js_1 = __nccwpck_require__(3302); +const sendRequest_js_1 = __nccwpck_require__(32621); +const urlHelpers_js_1 = __nccwpck_require__(2062); +const checkEnvironment_js_1 = __nccwpck_require__(39292); /** * Creates a client with a default pipeline * @param endpoint - Base endpoint for the client @@ -116501,7 +116510,7 @@ function buildOperation(method, url, pipeline, options, allowInsecureConnection, /***/ }), -/***/ 44093: +/***/ 17778: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -116510,10 +116519,10 @@ function buildOperation(method, url, pipeline, options, allowInsecureConnection, Object.defineProperty(exports, "__esModule", ({ value: true })); exports.buildBodyPart = buildBodyPart; exports.buildMultipartBody = buildMultipartBody; -const restError_js_1 = __nccwpck_require__(39885); -const httpHeaders_js_1 = __nccwpck_require__(38411); -const bytesEncoding_js_1 = __nccwpck_require__(62408); -const typeGuards_js_1 = __nccwpck_require__(86974); +const restError_js_1 = __nccwpck_require__(43108); +const httpHeaders_js_1 = __nccwpck_require__(72938); +const bytesEncoding_js_1 = __nccwpck_require__(37675); +const typeGuards_js_1 = __nccwpck_require__(45423); /** * Get value of a header in the part descriptor ignoring case */ @@ -116631,7 +116640,7 @@ function buildMultipartBody(parts) { /***/ }), -/***/ 89440: +/***/ 39809: /***/ ((__unused_webpack_module, exports) => { @@ -116660,7 +116669,7 @@ function operationOptionsToRequestParameters(options) { /***/ }), -/***/ 71365: +/***/ 59322: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -116668,8 +116677,8 @@ function operationOptionsToRequestParameters(options) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createRestError = createRestError; -const restError_js_1 = __nccwpck_require__(39885); -const httpHeaders_js_1 = __nccwpck_require__(38411); +const restError_js_1 = __nccwpck_require__(43108); +const httpHeaders_js_1 = __nccwpck_require__(72938); function createRestError(messageOrResponse, response) { const resp = typeof messageOrResponse === "string" ? response : messageOrResponse; const internalError = resp.body?.error ?? resp.body; @@ -116698,7 +116707,7 @@ function statusCodeToNumber(statusCode) { /***/ }), -/***/ 42526: +/***/ 32621: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -116706,12 +116715,12 @@ function statusCodeToNumber(statusCode) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.sendRequest = sendRequest; -const restError_js_1 = __nccwpck_require__(39885); -const httpHeaders_js_1 = __nccwpck_require__(38411); -const pipelineRequest_js_1 = __nccwpck_require__(90738); -const clientHelpers_js_1 = __nccwpck_require__(78005); -const typeGuards_js_1 = __nccwpck_require__(86974); -const multipart_js_1 = __nccwpck_require__(44093); +const restError_js_1 = __nccwpck_require__(43108); +const httpHeaders_js_1 = __nccwpck_require__(72938); +const pipelineRequest_js_1 = __nccwpck_require__(72771); +const clientHelpers_js_1 = __nccwpck_require__(3302); +const typeGuards_js_1 = __nccwpck_require__(45423); +const multipart_js_1 = __nccwpck_require__(17778); /** * Helper function to send request used by the client * @param method - method to use to send the request @@ -116767,6 +116776,9 @@ function getRequestContentType(options = {}) { * @returns returns the content-type */ function getContentType(body) { + if (body === undefined) { + return undefined; + } if (ArrayBuffer.isView(body)) { return "application/octet-stream"; } @@ -116786,12 +116798,10 @@ function getContentType(body) { function buildPipelineRequest(method, url, options = {}) { const requestContentType = getRequestContentType(options); const { body, multipartBody } = getRequestBody(options.body, requestContentType); - const hasContent = body !== undefined || multipartBody !== undefined; const headers = (0, httpHeaders_js_1.createHttpHeaders)({ ...(options.headers ? options.headers : {}), accept: options.accept ?? options.headers?.accept ?? "application/json", - ...(hasContent && - requestContentType && { + ...(requestContentType && { "content-type": requestContentType, }), }); @@ -116886,7 +116896,7 @@ function createParseError(response, err) { /***/ }), -/***/ 45263: +/***/ 2062: /***/ ((__unused_webpack_module, exports) => { @@ -117046,7 +117056,7 @@ function replaceAll(value, searchValue, replaceValue) { /***/ }), -/***/ 35124: +/***/ 99645: /***/ ((__unused_webpack_module, exports) => { @@ -117054,13 +117064,13 @@ function replaceAll(value, searchValue, replaceValue) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DEFAULT_RETRY_POLICY_COUNT = exports.SDK_VERSION = void 0; -exports.SDK_VERSION = "0.3.2"; +exports.SDK_VERSION = "0.3.3"; exports.DEFAULT_RETRY_POLICY_COUNT = 3; //# sourceMappingURL=constants.js.map /***/ }), -/***/ 97589: +/***/ 52968: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -117068,18 +117078,18 @@ exports.DEFAULT_RETRY_POLICY_COUNT = 3; // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createPipelineFromOptions = createPipelineFromOptions; -const logPolicy_js_1 = __nccwpck_require__(45108); -const pipeline_js_1 = __nccwpck_require__(46415); -const redirectPolicy_js_1 = __nccwpck_require__(8884); -const userAgentPolicy_js_1 = __nccwpck_require__(49046); -const decompressResponsePolicy_js_1 = __nccwpck_require__(82576); -const defaultRetryPolicy_js_1 = __nccwpck_require__(69274); -const formDataPolicy_js_1 = __nccwpck_require__(94910); -const checkEnvironment_js_1 = __nccwpck_require__(15777); -const proxyPolicy_js_1 = __nccwpck_require__(67010); -const agentPolicy_js_1 = __nccwpck_require__(66683); -const tlsPolicy_js_1 = __nccwpck_require__(40023); -const multipartPolicy_js_1 = __nccwpck_require__(72858); +const logPolicy_js_1 = __nccwpck_require__(33043); +const pipeline_js_1 = __nccwpck_require__(66528); +const redirectPolicy_js_1 = __nccwpck_require__(90253); +const userAgentPolicy_js_1 = __nccwpck_require__(40797); +const decompressResponsePolicy_js_1 = __nccwpck_require__(76129); +const defaultRetryPolicy_js_1 = __nccwpck_require__(22184); +const formDataPolicy_js_1 = __nccwpck_require__(74087); +const checkEnvironment_js_1 = __nccwpck_require__(39292); +const proxyPolicy_js_1 = __nccwpck_require__(94661); +const agentPolicy_js_1 = __nccwpck_require__(60768); +const tlsPolicy_js_1 = __nccwpck_require__(20968); +const multipartPolicy_js_1 = __nccwpck_require__(92865); /** * Create a new pipeline with a default set of customizable policies. * @param options - Options to configure a custom pipeline. @@ -117115,7 +117125,7 @@ function createPipelineFromOptions(options) { /***/ }), -/***/ 80475: +/***/ 95398: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -117123,7 +117133,7 @@ function createPipelineFromOptions(options) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createDefaultHttpClient = createDefaultHttpClient; -const nodeHttpClient_js_1 = __nccwpck_require__(67170); +const nodeHttpClient_js_1 = __nccwpck_require__(27897); /** * Create the correct HttpClient for the current environment. */ @@ -117134,7 +117144,7 @@ function createDefaultHttpClient() { /***/ }), -/***/ 38411: +/***/ 72938: /***/ ((__unused_webpack_module, exports) => { @@ -117232,7 +117242,7 @@ function createHttpHeaders(rawHeaders) { /***/ }), -/***/ 60957: +/***/ 94536: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -117241,40 +117251,40 @@ function createHttpHeaders(rawHeaders) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createRestError = exports.operationOptionsToRequestParameters = exports.getClient = exports.createDefaultHttpClient = exports.uint8ArrayToString = exports.stringToUint8Array = exports.isRestError = exports.RestError = exports.createEmptyPipeline = exports.createPipelineRequest = exports.createHttpHeaders = exports.TypeSpecRuntimeLogger = exports.setLogLevel = exports.getLogLevel = exports.createClientLogger = exports.AbortError = void 0; const tslib_1 = __nccwpck_require__(67892); -var AbortError_js_1 = __nccwpck_require__(37455); +var AbortError_js_1 = __nccwpck_require__(79858); Object.defineProperty(exports, "AbortError", ({ enumerable: true, get: function () { return AbortError_js_1.AbortError; } })); -var logger_js_1 = __nccwpck_require__(87516); +var logger_js_1 = __nccwpck_require__(11117); Object.defineProperty(exports, "createClientLogger", ({ enumerable: true, get: function () { return logger_js_1.createClientLogger; } })); Object.defineProperty(exports, "getLogLevel", ({ enumerable: true, get: function () { return logger_js_1.getLogLevel; } })); Object.defineProperty(exports, "setLogLevel", ({ enumerable: true, get: function () { return logger_js_1.setLogLevel; } })); Object.defineProperty(exports, "TypeSpecRuntimeLogger", ({ enumerable: true, get: function () { return logger_js_1.TypeSpecRuntimeLogger; } })); -var httpHeaders_js_1 = __nccwpck_require__(38411); +var httpHeaders_js_1 = __nccwpck_require__(72938); Object.defineProperty(exports, "createHttpHeaders", ({ enumerable: true, get: function () { return httpHeaders_js_1.createHttpHeaders; } })); -tslib_1.__exportStar(__nccwpck_require__(30196), exports); -tslib_1.__exportStar(__nccwpck_require__(37248), exports); -var pipelineRequest_js_1 = __nccwpck_require__(90738); +tslib_1.__exportStar(__nccwpck_require__(18555), exports); +tslib_1.__exportStar(__nccwpck_require__(25455), exports); +var pipelineRequest_js_1 = __nccwpck_require__(72771); Object.defineProperty(exports, "createPipelineRequest", ({ enumerable: true, get: function () { return pipelineRequest_js_1.createPipelineRequest; } })); -var pipeline_js_1 = __nccwpck_require__(46415); +var pipeline_js_1 = __nccwpck_require__(66528); Object.defineProperty(exports, "createEmptyPipeline", ({ enumerable: true, get: function () { return pipeline_js_1.createEmptyPipeline; } })); -var restError_js_1 = __nccwpck_require__(39885); +var restError_js_1 = __nccwpck_require__(43108); Object.defineProperty(exports, "RestError", ({ enumerable: true, get: function () { return restError_js_1.RestError; } })); Object.defineProperty(exports, "isRestError", ({ enumerable: true, get: function () { return restError_js_1.isRestError; } })); -var bytesEncoding_js_1 = __nccwpck_require__(62408); +var bytesEncoding_js_1 = __nccwpck_require__(37675); Object.defineProperty(exports, "stringToUint8Array", ({ enumerable: true, get: function () { return bytesEncoding_js_1.stringToUint8Array; } })); Object.defineProperty(exports, "uint8ArrayToString", ({ enumerable: true, get: function () { return bytesEncoding_js_1.uint8ArrayToString; } })); -var defaultHttpClient_js_1 = __nccwpck_require__(80475); +var defaultHttpClient_js_1 = __nccwpck_require__(95398); Object.defineProperty(exports, "createDefaultHttpClient", ({ enumerable: true, get: function () { return defaultHttpClient_js_1.createDefaultHttpClient; } })); -var getClient_js_1 = __nccwpck_require__(2338); +var getClient_js_1 = __nccwpck_require__(40121); Object.defineProperty(exports, "getClient", ({ enumerable: true, get: function () { return getClient_js_1.getClient; } })); -var operationOptionHelpers_js_1 = __nccwpck_require__(89440); +var operationOptionHelpers_js_1 = __nccwpck_require__(39809); Object.defineProperty(exports, "operationOptionsToRequestParameters", ({ enumerable: true, get: function () { return operationOptionHelpers_js_1.operationOptionsToRequestParameters; } })); -var restError_js_2 = __nccwpck_require__(71365); +var restError_js_2 = __nccwpck_require__(59322); Object.defineProperty(exports, "createRestError", ({ enumerable: true, get: function () { return restError_js_2.createRestError; } })); //# sourceMappingURL=index.js.map /***/ }), -/***/ 83155: +/***/ 5922: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -117282,20 +117292,20 @@ Object.defineProperty(exports, "createRestError", ({ enumerable: true, get: func // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.logger = void 0; -const logger_js_1 = __nccwpck_require__(87516); +const logger_js_1 = __nccwpck_require__(11117); exports.logger = (0, logger_js_1.createClientLogger)("ts-http-runtime"); //# sourceMappingURL=log.js.map /***/ }), -/***/ 47801: +/***/ 362: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); -const log_js_1 = __nccwpck_require__(98340); +const log_js_1 = __nccwpck_require__(35867); const debugEnvVariable = (typeof process !== "undefined" && process.env && process.env.DEBUG) || undefined; let enabledString; let enabledNamespaces = []; @@ -117481,7 +117491,7 @@ exports["default"] = debugObj; /***/ }), -/***/ 32033: +/***/ 22272: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -117489,13 +117499,13 @@ exports["default"] = debugObj; // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createLoggerContext = void 0; -var logger_js_1 = __nccwpck_require__(87516); +var logger_js_1 = __nccwpck_require__(11117); Object.defineProperty(exports, "createLoggerContext", ({ enumerable: true, get: function () { return logger_js_1.createLoggerContext; } })); //# sourceMappingURL=internal.js.map /***/ }), -/***/ 98340: +/***/ 35867: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -117514,7 +117524,7 @@ function log(message, ...args) { /***/ }), -/***/ 87516: +/***/ 11117: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -117527,7 +117537,7 @@ exports.setLogLevel = setLogLevel; exports.getLogLevel = getLogLevel; exports.createClientLogger = createClientLogger; const tslib_1 = __nccwpck_require__(67892); -const debug_js_1 = tslib_1.__importDefault(__nccwpck_require__(47801)); +const debug_js_1 = tslib_1.__importDefault(__nccwpck_require__(362)); const TYPESPEC_RUNTIME_LOG_LEVELS = ["verbose", "info", "warning", "error"]; const levelMap = { verbose: 400, @@ -117653,7 +117663,7 @@ function createClientLogger(namespace) { /***/ }), -/***/ 67170: +/***/ 27897: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -117667,11 +117677,11 @@ const node_http_1 = tslib_1.__importDefault(__nccwpck_require__(37067)); const node_https_1 = tslib_1.__importDefault(__nccwpck_require__(44708)); const node_zlib_1 = tslib_1.__importDefault(__nccwpck_require__(38522)); const node_stream_1 = __nccwpck_require__(57075); -const AbortError_js_1 = __nccwpck_require__(37455); -const httpHeaders_js_1 = __nccwpck_require__(38411); -const restError_js_1 = __nccwpck_require__(39885); -const log_js_1 = __nccwpck_require__(83155); -const sanitizer_js_1 = __nccwpck_require__(87017); +const AbortError_js_1 = __nccwpck_require__(79858); +const httpHeaders_js_1 = __nccwpck_require__(72938); +const restError_js_1 = __nccwpck_require__(43108); +const log_js_1 = __nccwpck_require__(5922); +const sanitizer_js_1 = __nccwpck_require__(74990); const DEFAULT_TLS_SETTINGS = {}; function isReadableStream(body) { return body && typeof body.pipe === "function"; @@ -118011,7 +118021,7 @@ function createNodeHttpClient() { /***/ }), -/***/ 46415: +/***/ 66528: /***/ ((__unused_webpack_module, exports) => { @@ -118282,7 +118292,7 @@ function createEmptyPipeline() { /***/ }), -/***/ 90738: +/***/ 72771: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -118290,8 +118300,8 @@ function createEmptyPipeline() { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createPipelineRequest = createPipelineRequest; -const httpHeaders_js_1 = __nccwpck_require__(38411); -const uuidUtils_js_1 = __nccwpck_require__(58066); +const httpHeaders_js_1 = __nccwpck_require__(72938); +const uuidUtils_js_1 = __nccwpck_require__(92153); class PipelineRequestImpl { url; method; @@ -118346,7 +118356,7 @@ function createPipelineRequest(options) { /***/ }), -/***/ 66683: +/***/ 60768: /***/ ((__unused_webpack_module, exports) => { @@ -118378,7 +118388,7 @@ function agentPolicy(agent) { /***/ }), -/***/ 97274: +/***/ 54305: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -118387,7 +118397,7 @@ function agentPolicy(agent) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.apiKeyAuthenticationPolicyName = void 0; exports.apiKeyAuthenticationPolicy = apiKeyAuthenticationPolicy; -const checkInsecureConnection_js_1 = __nccwpck_require__(3153); +const checkInsecureConnection_js_1 = __nccwpck_require__(90664); /** * Name of the API Key Authentication Policy */ @@ -118418,7 +118428,7 @@ function apiKeyAuthenticationPolicy(options) { /***/ }), -/***/ 22535: +/***/ 27874: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -118427,8 +118437,8 @@ function apiKeyAuthenticationPolicy(options) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.basicAuthenticationPolicyName = void 0; exports.basicAuthenticationPolicy = basicAuthenticationPolicy; -const bytesEncoding_js_1 = __nccwpck_require__(62408); -const checkInsecureConnection_js_1 = __nccwpck_require__(3153); +const bytesEncoding_js_1 = __nccwpck_require__(37675); +const checkInsecureConnection_js_1 = __nccwpck_require__(90664); /** * Name of the Basic Authentication Policy */ @@ -118458,7 +118468,7 @@ function basicAuthenticationPolicy(options) { /***/ }), -/***/ 82368: +/***/ 66663: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -118467,7 +118477,7 @@ function basicAuthenticationPolicy(options) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.bearerAuthenticationPolicyName = void 0; exports.bearerAuthenticationPolicy = bearerAuthenticationPolicy; -const checkInsecureConnection_js_1 = __nccwpck_require__(3153); +const checkInsecureConnection_js_1 = __nccwpck_require__(90664); /** * Name of the Bearer Authentication Policy */ @@ -118498,7 +118508,7 @@ function bearerAuthenticationPolicy(options) { /***/ }), -/***/ 3153: +/***/ 90664: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -118506,7 +118516,7 @@ function bearerAuthenticationPolicy(options) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ensureSecureConnection = ensureSecureConnection; -const log_js_1 = __nccwpck_require__(83155); +const log_js_1 = __nccwpck_require__(5922); // Ensure the warining is only emitted once let insecureConnectionWarningEmmitted = false; /** @@ -118557,7 +118567,7 @@ function ensureSecureConnection(request, options) { /***/ }), -/***/ 50842: +/***/ 22137: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -118566,7 +118576,7 @@ function ensureSecureConnection(request, options) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.oauth2AuthenticationPolicyName = void 0; exports.oauth2AuthenticationPolicy = oauth2AuthenticationPolicy; -const checkInsecureConnection_js_1 = __nccwpck_require__(3153); +const checkInsecureConnection_js_1 = __nccwpck_require__(90664); /** * Name of the OAuth2 Authentication Policy */ @@ -118597,7 +118607,7 @@ function oauth2AuthenticationPolicy(options) { /***/ }), -/***/ 82576: +/***/ 76129: /***/ ((__unused_webpack_module, exports) => { @@ -118630,7 +118640,7 @@ function decompressResponsePolicy() { /***/ }), -/***/ 69274: +/***/ 22184: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -118639,10 +118649,10 @@ function decompressResponsePolicy() { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultRetryPolicyName = void 0; exports.defaultRetryPolicy = defaultRetryPolicy; -const exponentialRetryStrategy_js_1 = __nccwpck_require__(25687); -const throttlingRetryStrategy_js_1 = __nccwpck_require__(79199); -const retryPolicy_js_1 = __nccwpck_require__(87180); -const constants_js_1 = __nccwpck_require__(35124); +const exponentialRetryStrategy_js_1 = __nccwpck_require__(56892); +const throttlingRetryStrategy_js_1 = __nccwpck_require__(60798); +const retryPolicy_js_1 = __nccwpck_require__(94763); +const constants_js_1 = __nccwpck_require__(99645); /** * Name of the {@link defaultRetryPolicy} */ @@ -118665,7 +118675,7 @@ function defaultRetryPolicy(options = {}) { /***/ }), -/***/ 60519: +/***/ 92066: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -118674,9 +118684,9 @@ function defaultRetryPolicy(options = {}) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.exponentialRetryPolicyName = void 0; exports.exponentialRetryPolicy = exponentialRetryPolicy; -const exponentialRetryStrategy_js_1 = __nccwpck_require__(25687); -const retryPolicy_js_1 = __nccwpck_require__(87180); -const constants_js_1 = __nccwpck_require__(35124); +const exponentialRetryStrategy_js_1 = __nccwpck_require__(56892); +const retryPolicy_js_1 = __nccwpck_require__(94763); +const constants_js_1 = __nccwpck_require__(99645); /** * The programmatic identifier of the exponentialRetryPolicy. */ @@ -118699,7 +118709,7 @@ function exponentialRetryPolicy(options = {}) { /***/ }), -/***/ 94910: +/***/ 74087: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -118708,9 +118718,9 @@ function exponentialRetryPolicy(options = {}) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.formDataPolicyName = void 0; exports.formDataPolicy = formDataPolicy; -const bytesEncoding_js_1 = __nccwpck_require__(62408); -const checkEnvironment_js_1 = __nccwpck_require__(15777); -const httpHeaders_js_1 = __nccwpck_require__(38411); +const bytesEncoding_js_1 = __nccwpck_require__(37675); +const checkEnvironment_js_1 = __nccwpck_require__(39292); +const httpHeaders_js_1 = __nccwpck_require__(72938); /** * The programmatic identifier of the formDataPolicy. */ @@ -118805,7 +118815,7 @@ async function prepareFormData(formData, request) { /***/ }), -/***/ 43507: +/***/ 86618: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -118813,53 +118823,53 @@ async function prepareFormData(formData, request) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.userAgentPolicyName = exports.userAgentPolicy = exports.tlsPolicyName = exports.tlsPolicy = exports.redirectPolicyName = exports.redirectPolicy = exports.getDefaultProxySettings = exports.proxyPolicyName = exports.proxyPolicy = exports.multipartPolicyName = exports.multipartPolicy = exports.logPolicyName = exports.logPolicy = exports.formDataPolicyName = exports.formDataPolicy = exports.throttlingRetryPolicyName = exports.throttlingRetryPolicy = exports.systemErrorRetryPolicyName = exports.systemErrorRetryPolicy = exports.retryPolicy = exports.exponentialRetryPolicyName = exports.exponentialRetryPolicy = exports.defaultRetryPolicyName = exports.defaultRetryPolicy = exports.decompressResponsePolicyName = exports.decompressResponsePolicy = exports.agentPolicyName = exports.agentPolicy = void 0; -var agentPolicy_js_1 = __nccwpck_require__(66683); +var agentPolicy_js_1 = __nccwpck_require__(60768); Object.defineProperty(exports, "agentPolicy", ({ enumerable: true, get: function () { return agentPolicy_js_1.agentPolicy; } })); Object.defineProperty(exports, "agentPolicyName", ({ enumerable: true, get: function () { return agentPolicy_js_1.agentPolicyName; } })); -var decompressResponsePolicy_js_1 = __nccwpck_require__(82576); +var decompressResponsePolicy_js_1 = __nccwpck_require__(76129); Object.defineProperty(exports, "decompressResponsePolicy", ({ enumerable: true, get: function () { return decompressResponsePolicy_js_1.decompressResponsePolicy; } })); Object.defineProperty(exports, "decompressResponsePolicyName", ({ enumerable: true, get: function () { return decompressResponsePolicy_js_1.decompressResponsePolicyName; } })); -var defaultRetryPolicy_js_1 = __nccwpck_require__(69274); +var defaultRetryPolicy_js_1 = __nccwpck_require__(22184); Object.defineProperty(exports, "defaultRetryPolicy", ({ enumerable: true, get: function () { return defaultRetryPolicy_js_1.defaultRetryPolicy; } })); Object.defineProperty(exports, "defaultRetryPolicyName", ({ enumerable: true, get: function () { return defaultRetryPolicy_js_1.defaultRetryPolicyName; } })); -var exponentialRetryPolicy_js_1 = __nccwpck_require__(60519); +var exponentialRetryPolicy_js_1 = __nccwpck_require__(92066); Object.defineProperty(exports, "exponentialRetryPolicy", ({ enumerable: true, get: function () { return exponentialRetryPolicy_js_1.exponentialRetryPolicy; } })); Object.defineProperty(exports, "exponentialRetryPolicyName", ({ enumerable: true, get: function () { return exponentialRetryPolicy_js_1.exponentialRetryPolicyName; } })); -var retryPolicy_js_1 = __nccwpck_require__(87180); +var retryPolicy_js_1 = __nccwpck_require__(94763); Object.defineProperty(exports, "retryPolicy", ({ enumerable: true, get: function () { return retryPolicy_js_1.retryPolicy; } })); -var systemErrorRetryPolicy_js_1 = __nccwpck_require__(87849); +var systemErrorRetryPolicy_js_1 = __nccwpck_require__(2840); Object.defineProperty(exports, "systemErrorRetryPolicy", ({ enumerable: true, get: function () { return systemErrorRetryPolicy_js_1.systemErrorRetryPolicy; } })); Object.defineProperty(exports, "systemErrorRetryPolicyName", ({ enumerable: true, get: function () { return systemErrorRetryPolicy_js_1.systemErrorRetryPolicyName; } })); -var throttlingRetryPolicy_js_1 = __nccwpck_require__(34197); +var throttlingRetryPolicy_js_1 = __nccwpck_require__(54154); Object.defineProperty(exports, "throttlingRetryPolicy", ({ enumerable: true, get: function () { return throttlingRetryPolicy_js_1.throttlingRetryPolicy; } })); Object.defineProperty(exports, "throttlingRetryPolicyName", ({ enumerable: true, get: function () { return throttlingRetryPolicy_js_1.throttlingRetryPolicyName; } })); -var formDataPolicy_js_1 = __nccwpck_require__(94910); +var formDataPolicy_js_1 = __nccwpck_require__(74087); Object.defineProperty(exports, "formDataPolicy", ({ enumerable: true, get: function () { return formDataPolicy_js_1.formDataPolicy; } })); Object.defineProperty(exports, "formDataPolicyName", ({ enumerable: true, get: function () { return formDataPolicy_js_1.formDataPolicyName; } })); -var logPolicy_js_1 = __nccwpck_require__(45108); +var logPolicy_js_1 = __nccwpck_require__(33043); Object.defineProperty(exports, "logPolicy", ({ enumerable: true, get: function () { return logPolicy_js_1.logPolicy; } })); Object.defineProperty(exports, "logPolicyName", ({ enumerable: true, get: function () { return logPolicy_js_1.logPolicyName; } })); -var multipartPolicy_js_1 = __nccwpck_require__(72858); +var multipartPolicy_js_1 = __nccwpck_require__(92865); Object.defineProperty(exports, "multipartPolicy", ({ enumerable: true, get: function () { return multipartPolicy_js_1.multipartPolicy; } })); Object.defineProperty(exports, "multipartPolicyName", ({ enumerable: true, get: function () { return multipartPolicy_js_1.multipartPolicyName; } })); -var proxyPolicy_js_1 = __nccwpck_require__(67010); +var proxyPolicy_js_1 = __nccwpck_require__(94661); Object.defineProperty(exports, "proxyPolicy", ({ enumerable: true, get: function () { return proxyPolicy_js_1.proxyPolicy; } })); Object.defineProperty(exports, "proxyPolicyName", ({ enumerable: true, get: function () { return proxyPolicy_js_1.proxyPolicyName; } })); Object.defineProperty(exports, "getDefaultProxySettings", ({ enumerable: true, get: function () { return proxyPolicy_js_1.getDefaultProxySettings; } })); -var redirectPolicy_js_1 = __nccwpck_require__(8884); +var redirectPolicy_js_1 = __nccwpck_require__(90253); Object.defineProperty(exports, "redirectPolicy", ({ enumerable: true, get: function () { return redirectPolicy_js_1.redirectPolicy; } })); Object.defineProperty(exports, "redirectPolicyName", ({ enumerable: true, get: function () { return redirectPolicy_js_1.redirectPolicyName; } })); -var tlsPolicy_js_1 = __nccwpck_require__(40023); +var tlsPolicy_js_1 = __nccwpck_require__(20968); Object.defineProperty(exports, "tlsPolicy", ({ enumerable: true, get: function () { return tlsPolicy_js_1.tlsPolicy; } })); Object.defineProperty(exports, "tlsPolicyName", ({ enumerable: true, get: function () { return tlsPolicy_js_1.tlsPolicyName; } })); -var userAgentPolicy_js_1 = __nccwpck_require__(49046); +var userAgentPolicy_js_1 = __nccwpck_require__(40797); Object.defineProperty(exports, "userAgentPolicy", ({ enumerable: true, get: function () { return userAgentPolicy_js_1.userAgentPolicy; } })); Object.defineProperty(exports, "userAgentPolicyName", ({ enumerable: true, get: function () { return userAgentPolicy_js_1.userAgentPolicyName; } })); //# sourceMappingURL=internal.js.map /***/ }), -/***/ 45108: +/***/ 33043: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -118868,8 +118878,8 @@ Object.defineProperty(exports, "userAgentPolicyName", ({ enumerable: true, get: Object.defineProperty(exports, "__esModule", ({ value: true })); exports.logPolicyName = void 0; exports.logPolicy = logPolicy; -const log_js_1 = __nccwpck_require__(83155); -const sanitizer_js_1 = __nccwpck_require__(87017); +const log_js_1 = __nccwpck_require__(5922); +const sanitizer_js_1 = __nccwpck_require__(74990); /** * The programmatic identifier of the logPolicy. */ @@ -118902,7 +118912,7 @@ function logPolicy(options = {}) { /***/ }), -/***/ 72858: +/***/ 92865: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -118911,10 +118921,10 @@ function logPolicy(options = {}) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.multipartPolicyName = void 0; exports.multipartPolicy = multipartPolicy; -const bytesEncoding_js_1 = __nccwpck_require__(62408); -const typeGuards_js_1 = __nccwpck_require__(86974); -const uuidUtils_js_1 = __nccwpck_require__(58066); -const concat_js_1 = __nccwpck_require__(12820); +const bytesEncoding_js_1 = __nccwpck_require__(37675); +const typeGuards_js_1 = __nccwpck_require__(45423); +const uuidUtils_js_1 = __nccwpck_require__(92153); +const concat_js_1 = __nccwpck_require__(95037); function generateBoundary() { return `----AzSDKFormBoundary${(0, uuidUtils_js_1.randomUUID)()}`; } @@ -119023,7 +119033,7 @@ function multipartPolicy() { /***/ }), -/***/ 67010: +/***/ 94661: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -119036,7 +119046,7 @@ exports.getDefaultProxySettings = getDefaultProxySettings; exports.proxyPolicy = proxyPolicy; const https_proxy_agent_1 = __nccwpck_require__(31475); const http_proxy_agent_1 = __nccwpck_require__(74249); -const log_js_1 = __nccwpck_require__(83155); +const log_js_1 = __nccwpck_require__(5922); const HTTPS_PROXY = "HTTPS_PROXY"; const HTTP_PROXY = "HTTP_PROXY"; const ALL_PROXY = "ALL_PROXY"; @@ -119225,7 +119235,7 @@ function proxyPolicy(proxySettings, options) { /***/ }), -/***/ 8884: +/***/ 90253: /***/ ((__unused_webpack_module, exports) => { @@ -119287,7 +119297,7 @@ async function handleRedirect(next, response, maxRetries, currentRetries = 0) { /***/ }), -/***/ 87180: +/***/ 94763: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -119295,10 +119305,10 @@ async function handleRedirect(next, response, maxRetries, currentRetries = 0) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.retryPolicy = retryPolicy; -const helpers_js_1 = __nccwpck_require__(67943); -const AbortError_js_1 = __nccwpck_require__(37455); -const logger_js_1 = __nccwpck_require__(87516); -const constants_js_1 = __nccwpck_require__(35124); +const helpers_js_1 = __nccwpck_require__(50956); +const AbortError_js_1 = __nccwpck_require__(79858); +const logger_js_1 = __nccwpck_require__(11117); +const constants_js_1 = __nccwpck_require__(99645); const retryPolicyLogger = (0, logger_js_1.createClientLogger)("ts-http-runtime retryPolicy"); /** * The programmatic identifier of the retryPolicy. @@ -119400,7 +119410,7 @@ function retryPolicy(strategies, options = { maxRetries: constants_js_1.DEFAULT_ /***/ }), -/***/ 87849: +/***/ 2840: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -119409,9 +119419,9 @@ function retryPolicy(strategies, options = { maxRetries: constants_js_1.DEFAULT_ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.systemErrorRetryPolicyName = void 0; exports.systemErrorRetryPolicy = systemErrorRetryPolicy; -const exponentialRetryStrategy_js_1 = __nccwpck_require__(25687); -const retryPolicy_js_1 = __nccwpck_require__(87180); -const constants_js_1 = __nccwpck_require__(35124); +const exponentialRetryStrategy_js_1 = __nccwpck_require__(56892); +const retryPolicy_js_1 = __nccwpck_require__(94763); +const constants_js_1 = __nccwpck_require__(99645); /** * Name of the {@link systemErrorRetryPolicy} */ @@ -119439,7 +119449,7 @@ function systemErrorRetryPolicy(options = {}) { /***/ }), -/***/ 34197: +/***/ 54154: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -119448,9 +119458,9 @@ function systemErrorRetryPolicy(options = {}) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.throttlingRetryPolicyName = void 0; exports.throttlingRetryPolicy = throttlingRetryPolicy; -const throttlingRetryStrategy_js_1 = __nccwpck_require__(79199); -const retryPolicy_js_1 = __nccwpck_require__(87180); -const constants_js_1 = __nccwpck_require__(35124); +const throttlingRetryStrategy_js_1 = __nccwpck_require__(60798); +const retryPolicy_js_1 = __nccwpck_require__(94763); +const constants_js_1 = __nccwpck_require__(99645); /** * Name of the {@link throttlingRetryPolicy} */ @@ -119477,7 +119487,7 @@ function throttlingRetryPolicy(options = {}) { /***/ }), -/***/ 40023: +/***/ 20968: /***/ ((__unused_webpack_module, exports) => { @@ -119509,7 +119519,7 @@ function tlsPolicy(tlsSettings) { /***/ }), -/***/ 49046: +/***/ 40797: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -119518,7 +119528,7 @@ function tlsPolicy(tlsSettings) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.userAgentPolicyName = void 0; exports.userAgentPolicy = userAgentPolicy; -const userAgent_js_1 = __nccwpck_require__(53918); +const userAgent_js_1 = __nccwpck_require__(78969); const UserAgentHeaderName = (0, userAgent_js_1.getUserAgentHeaderName)(); /** * The programmatic identifier of the userAgentPolicy. @@ -119545,7 +119555,7 @@ function userAgentPolicy(options = {}) { /***/ }), -/***/ 39885: +/***/ 43108: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -119554,9 +119564,9 @@ function userAgentPolicy(options = {}) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.RestError = void 0; exports.isRestError = isRestError; -const error_js_1 = __nccwpck_require__(16356); -const inspect_js_1 = __nccwpck_require__(1122); -const sanitizer_js_1 = __nccwpck_require__(87017); +const error_js_1 = __nccwpck_require__(64515); +const inspect_js_1 = __nccwpck_require__(4049); +const sanitizer_js_1 = __nccwpck_require__(74990); const errorSanitizer = new sanitizer_js_1.Sanitizer(); /** * A custom error type for failed pipeline requests. @@ -119645,7 +119655,7 @@ function isRestError(e) { /***/ }), -/***/ 25687: +/***/ 56892: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -119655,8 +119665,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.exponentialRetryStrategy = exponentialRetryStrategy; exports.isExponentialRetryResponse = isExponentialRetryResponse; exports.isSystemError = isSystemError; -const delay_js_1 = __nccwpck_require__(63721); -const throttlingRetryStrategy_js_1 = __nccwpck_require__(79199); +const delay_js_1 = __nccwpck_require__(14262); +const throttlingRetryStrategy_js_1 = __nccwpck_require__(60798); // intervals are in milliseconds const DEFAULT_CLIENT_RETRY_INTERVAL = 1000; const DEFAULT_CLIENT_MAX_RETRY_INTERVAL = 1000 * 64; @@ -119719,7 +119729,7 @@ function isSystemError(err) { /***/ }), -/***/ 79199: +/***/ 60798: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -119728,7 +119738,7 @@ function isSystemError(err) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isThrottlingRetryResponse = isThrottlingRetryResponse; exports.throttlingRetryStrategy = throttlingRetryStrategy; -const helpers_js_1 = __nccwpck_require__(67943); +const helpers_js_1 = __nccwpck_require__(50956); /** * The header that comes back from services representing * the amount of time (minimum) to wait to retry (in seconds or timestamp after which we can retry). @@ -119803,7 +119813,7 @@ function throttlingRetryStrategy() { /***/ }), -/***/ 62408: +/***/ 37675: /***/ ((__unused_webpack_module, exports) => { @@ -119834,7 +119844,7 @@ function stringToUint8Array(value, format) { /***/ }), -/***/ 15777: +/***/ 39292: /***/ ((__unused_webpack_module, exports) => { @@ -119884,7 +119894,7 @@ exports.isReactNative = typeof navigator !== "undefined" && navigator?.product = /***/ }), -/***/ 12820: +/***/ 95037: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -119893,7 +119903,7 @@ exports.isReactNative = typeof navigator !== "undefined" && navigator?.product = Object.defineProperty(exports, "__esModule", ({ value: true })); exports.concat = concat; const stream_1 = __nccwpck_require__(2203); -const typeGuards_js_1 = __nccwpck_require__(86974); +const typeGuards_js_1 = __nccwpck_require__(45423); async function* streamAsyncIterator() { const reader = this.getReader(); try { @@ -119962,7 +119972,7 @@ async function concat(sources) { /***/ }), -/***/ 63721: +/***/ 14262: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -119970,7 +119980,7 @@ async function concat(sources) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.calculateRetryDelay = calculateRetryDelay; -const random_js_1 = __nccwpck_require__(93503); +const random_js_1 = __nccwpck_require__(6510); /** * Calculates the delay interval for retry attempts using exponential delay with jitter. * @param retryAttempt - The current retry attempt number. @@ -119991,7 +120001,7 @@ function calculateRetryDelay(retryAttempt, config) { /***/ }), -/***/ 16356: +/***/ 64515: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -119999,7 +120009,7 @@ function calculateRetryDelay(retryAttempt, config) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isError = isError; -const object_js_1 = __nccwpck_require__(33419); +const object_js_1 = __nccwpck_require__(18858); /** * Typeguard for an error object shape (has name and message) * @param e - Something caught by a catch clause. @@ -120016,7 +120026,7 @@ function isError(e) { /***/ }), -/***/ 67943: +/***/ 50956: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -120025,7 +120035,7 @@ function isError(e) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.delay = delay; exports.parseHeaderValueAsNumber = parseHeaderValueAsNumber; -const AbortError_js_1 = __nccwpck_require__(37455); +const AbortError_js_1 = __nccwpck_require__(79858); const StandardAbortMessage = "The operation was aborted."; /** * A wrapper for setTimeout that resolves a promise after delayInMs milliseconds. @@ -120084,7 +120094,7 @@ function parseHeaderValueAsNumber(response, headerName) { /***/ }), -/***/ 1122: +/***/ 4049: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -120098,7 +120108,7 @@ exports.custom = node_util_1.inspect.custom; /***/ }), -/***/ 38233: +/***/ 84788: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -120106,20 +120116,20 @@ exports.custom = node_util_1.inspect.custom; // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Sanitizer = exports.uint8ArrayToString = exports.stringToUint8Array = exports.isWebWorker = exports.isReactNative = exports.isDeno = exports.isNodeRuntime = exports.isNodeLike = exports.isBun = exports.isBrowser = exports.randomUUID = exports.computeSha256Hmac = exports.computeSha256Hash = exports.isError = exports.isObject = exports.getRandomIntegerInclusive = exports.calculateRetryDelay = void 0; -var delay_js_1 = __nccwpck_require__(63721); +var delay_js_1 = __nccwpck_require__(14262); Object.defineProperty(exports, "calculateRetryDelay", ({ enumerable: true, get: function () { return delay_js_1.calculateRetryDelay; } })); -var random_js_1 = __nccwpck_require__(93503); +var random_js_1 = __nccwpck_require__(6510); Object.defineProperty(exports, "getRandomIntegerInclusive", ({ enumerable: true, get: function () { return random_js_1.getRandomIntegerInclusive; } })); -var object_js_1 = __nccwpck_require__(33419); +var object_js_1 = __nccwpck_require__(18858); Object.defineProperty(exports, "isObject", ({ enumerable: true, get: function () { return object_js_1.isObject; } })); -var error_js_1 = __nccwpck_require__(16356); +var error_js_1 = __nccwpck_require__(64515); Object.defineProperty(exports, "isError", ({ enumerable: true, get: function () { return error_js_1.isError; } })); -var sha256_js_1 = __nccwpck_require__(73775); +var sha256_js_1 = __nccwpck_require__(12126); Object.defineProperty(exports, "computeSha256Hash", ({ enumerable: true, get: function () { return sha256_js_1.computeSha256Hash; } })); Object.defineProperty(exports, "computeSha256Hmac", ({ enumerable: true, get: function () { return sha256_js_1.computeSha256Hmac; } })); -var uuidUtils_js_1 = __nccwpck_require__(58066); +var uuidUtils_js_1 = __nccwpck_require__(92153); Object.defineProperty(exports, "randomUUID", ({ enumerable: true, get: function () { return uuidUtils_js_1.randomUUID; } })); -var checkEnvironment_js_1 = __nccwpck_require__(15777); +var checkEnvironment_js_1 = __nccwpck_require__(39292); Object.defineProperty(exports, "isBrowser", ({ enumerable: true, get: function () { return checkEnvironment_js_1.isBrowser; } })); Object.defineProperty(exports, "isBun", ({ enumerable: true, get: function () { return checkEnvironment_js_1.isBun; } })); Object.defineProperty(exports, "isNodeLike", ({ enumerable: true, get: function () { return checkEnvironment_js_1.isNodeLike; } })); @@ -120127,16 +120137,16 @@ Object.defineProperty(exports, "isNodeRuntime", ({ enumerable: true, get: functi Object.defineProperty(exports, "isDeno", ({ enumerable: true, get: function () { return checkEnvironment_js_1.isDeno; } })); Object.defineProperty(exports, "isReactNative", ({ enumerable: true, get: function () { return checkEnvironment_js_1.isReactNative; } })); Object.defineProperty(exports, "isWebWorker", ({ enumerable: true, get: function () { return checkEnvironment_js_1.isWebWorker; } })); -var bytesEncoding_js_1 = __nccwpck_require__(62408); +var bytesEncoding_js_1 = __nccwpck_require__(37675); Object.defineProperty(exports, "stringToUint8Array", ({ enumerable: true, get: function () { return bytesEncoding_js_1.stringToUint8Array; } })); Object.defineProperty(exports, "uint8ArrayToString", ({ enumerable: true, get: function () { return bytesEncoding_js_1.uint8ArrayToString; } })); -var sanitizer_js_1 = __nccwpck_require__(87017); +var sanitizer_js_1 = __nccwpck_require__(74990); Object.defineProperty(exports, "Sanitizer", ({ enumerable: true, get: function () { return sanitizer_js_1.Sanitizer; } })); //# sourceMappingURL=internal.js.map /***/ }), -/***/ 33419: +/***/ 18858: /***/ ((__unused_webpack_module, exports) => { @@ -120159,7 +120169,7 @@ function isObject(input) { /***/ }), -/***/ 93503: +/***/ 6510: /***/ ((__unused_webpack_module, exports) => { @@ -120189,7 +120199,7 @@ function getRandomIntegerInclusive(min, max) { /***/ }), -/***/ 87017: +/***/ 74990: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -120197,7 +120207,7 @@ function getRandomIntegerInclusive(min, max) { // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Sanitizer = void 0; -const object_js_1 = __nccwpck_require__(33419); +const object_js_1 = __nccwpck_require__(18858); const RedactedString = "REDACTED"; // Make sure this list is up-to-date with the one under core/logger/Readme#Keyconcepts const defaultAllowedHeaderNames = [ @@ -120354,7 +120364,7 @@ exports.Sanitizer = Sanitizer; /***/ }), -/***/ 73775: +/***/ 12126: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -120386,7 +120396,7 @@ async function computeSha256Hash(content, encoding) { /***/ }), -/***/ 86974: +/***/ 45423: /***/ ((__unused_webpack_module, exports) => { @@ -120423,7 +120433,7 @@ function isBlob(x) { /***/ }), -/***/ 53918: +/***/ 78969: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -120432,8 +120442,8 @@ function isBlob(x) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getUserAgentHeaderName = getUserAgentHeaderName; exports.getUserAgentValue = getUserAgentValue; -const userAgentPlatform_js_1 = __nccwpck_require__(46181); -const constants_js_1 = __nccwpck_require__(35124); +const userAgentPlatform_js_1 = __nccwpck_require__(91606); +const constants_js_1 = __nccwpck_require__(99645); function getUserAgentString(telemetryInfo) { const parts = []; for (const [key, value] of telemetryInfo) { @@ -120463,7 +120473,7 @@ async function getUserAgentValue(prefix) { /***/ }), -/***/ 46181: +/***/ 91606: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { @@ -120503,7 +120513,7 @@ async function setPlatformSpecificData(map) { /***/ }), -/***/ 58066: +/***/ 92153: /***/ ((__unused_webpack_module, exports) => { @@ -120523,10 +120533,10 @@ function randomUUID() { /***/ }), -/***/ 18743: +/***/ 40549: /***/ ((module) => { -(()=>{"use strict";var t={d:(e,i)=>{for(var n in i)t.o(i,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:i[n]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{XMLBuilder:()=>lt,XMLParser:()=>tt,XMLValidator:()=>pt});const i=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n=new RegExp("^["+i+"]["+i+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$");function s(t,e){const i=[];let n=e.exec(t);for(;n;){const s=[];s.startIndex=e.lastIndex-n[0].length;const r=n.length;for(let t=0;t"!==t[o]&&" "!==t[o]&&"\t"!==t[o]&&"\n"!==t[o]&&"\r"!==t[o];o++)p+=t[o];if(p=p.trim(),"/"===p[p.length-1]&&(p=p.substring(0,p.length-1),o--),!r(p)){let e;return e=0===p.trim().length?"Invalid space after '<'.":"Tag '"+p+"' is an invalid name.",x("InvalidTag",e,b(t,o))}const c=f(t,o);if(!1===c)return x("InvalidAttr","Attributes for '"+p+"' have open quote.",b(t,o));let N=c.value;if(o=c.index,"/"===N[N.length-1]){const i=o-N.length;N=N.substring(0,N.length-1);const s=g(N,e);if(!0!==s)return x(s.err.code,s.err.msg,b(t,i+s.err.line));n=!0}else if(d){if(!c.tagClosed)return x("InvalidTag","Closing tag '"+p+"' doesn't have proper closing.",b(t,o));if(N.trim().length>0)return x("InvalidTag","Closing tag '"+p+"' can't have attributes or invalid starting.",b(t,a));if(0===i.length)return x("InvalidTag","Closing tag '"+p+"' has not been opened.",b(t,a));{const e=i.pop();if(p!==e.tagName){let i=b(t,e.tagStartPos);return x("InvalidTag","Expected closing tag '"+e.tagName+"' (opened in line "+i.line+", col "+i.col+") instead of closing tag '"+p+"'.",b(t,a))}0==i.length&&(s=!0)}}else{const r=g(N,e);if(!0!==r)return x(r.err.code,r.err.msg,b(t,o-N.length+r.err.line));if(!0===s)return x("InvalidXml","Multiple possible root nodes found.",b(t,o));-1!==e.unpairedTags.indexOf(p)||i.push({tagName:p,tagStartPos:a}),n=!0}for(o++;o0)||x("InvalidXml","Invalid '"+JSON.stringify(i.map((t=>t.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):x("InvalidXml","Start tag expected.",1)}function l(t){return" "===t||"\t"===t||"\n"===t||"\r"===t}function u(t,e){const i=e;for(;e5&&"xml"===n)return x("InvalidXml","XML declaration allowed only at the start of the document.",b(t,e));if("?"==t[e]&&">"==t[e+1]){e++;break}}return e}function h(t,e){if(t.length>e+5&&"-"===t[e+1]&&"-"===t[e+2]){for(e+=3;e"===t[e+2]){e+=2;break}}else if(t.length>e+8&&"D"===t[e+1]&&"O"===t[e+2]&&"C"===t[e+3]&&"T"===t[e+4]&&"Y"===t[e+5]&&"P"===t[e+6]&&"E"===t[e+7]){let i=1;for(e+=8;e"===t[e]&&(i--,0===i))break}else if(t.length>e+9&&"["===t[e+1]&&"C"===t[e+2]&&"D"===t[e+3]&&"A"===t[e+4]&&"T"===t[e+5]&&"A"===t[e+6]&&"["===t[e+7])for(e+=8;e"===t[e+2]){e+=2;break}return e}const d='"',p="'";function f(t,e){let i="",n="",s=!1;for(;e"===t[e]&&""===n){s=!0;break}i+=t[e]}return""===n&&{value:i,index:e,tagClosed:s}}const c=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function g(t,e){const i=s(t,c),n={};for(let t=0;t!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,i){return t},captureMetaData:!1};let T;T="function"!=typeof Symbol?"@@xmlMetadata":Symbol("XML Node Metadata");class y{constructor(t){this.tagname=t,this.child=[],this[":@"]={}}add(t,e){"__proto__"===t&&(t="#__proto__"),this.child.push({[t]:e})}addChild(t,e){"__proto__"===t.tagname&&(t.tagname="#__proto__"),t[":@"]&&Object.keys(t[":@"]).length>0?this.child.push({[t.tagname]:t.child,":@":t[":@"]}):this.child.push({[t.tagname]:t.child}),void 0!==e&&(this.child[this.child.length-1][T]={startIndex:e})}static getMetaDataSymbol(){return T}}class w{constructor(t){this.suppressValidationErr=!t}readDocType(t,e){const i={};if("O"!==t[e+3]||"C"!==t[e+4]||"T"!==t[e+5]||"Y"!==t[e+6]||"P"!==t[e+7]||"E"!==t[e+8])throw new Error("Invalid Tag instead of DOCTYPE");{e+=9;let n=1,s=!1,r=!1,o="";for(;e"===t[e]){if(r?"-"===t[e-1]&&"-"===t[e-2]&&(r=!1,n--):n--,0===n)break}else"["===t[e]?s=!0:o+=t[e];else{if(s&&P(t,"!ENTITY",e)){let n,s;e+=7,[n,s,e]=this.readEntityExp(t,e+1,this.suppressValidationErr),-1===s.indexOf("&")&&(i[n]={regx:RegExp(`&${n};`,"g"),val:s})}else if(s&&P(t,"!ELEMENT",e)){e+=8;const{index:i}=this.readElementExp(t,e+1);e=i}else if(s&&P(t,"!ATTLIST",e))e+=8;else if(s&&P(t,"!NOTATION",e)){e+=9;const{index:i}=this.readNotationExp(t,e+1,this.suppressValidationErr);e=i}else{if(!P(t,"!--",e))throw new Error("Invalid DOCTYPE");r=!0}n++,o=""}if(0!==n)throw new Error("Unclosed DOCTYPE")}return{entities:i,i:e}}readEntityExp(t,e){e=I(t,e);let i="";for(;e{for(;e{for(const i of t){if("string"==typeof i&&e===i)return!0;if(i instanceof RegExp&&i.test(e))return!0}}:()=>!1}class D{constructor(t){if(this.options=t,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(t,e)=>String.fromCodePoint(Number.parseInt(e,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(t,e)=>String.fromCodePoint(Number.parseInt(e,16))}},this.addExternalEntities=j,this.parseXml=L,this.parseTextData=M,this.resolveNameSpace=F,this.buildAttributesMap=k,this.isItStopNode=Y,this.replaceEntitiesValue=B,this.readStopNodeData=W,this.saveTextToParentTag=R,this.addChild=U,this.ignoreAttributesFn=$(this.options.ignoreAttributes),this.options.stopNodes&&this.options.stopNodes.length>0){this.stopNodesExact=new Set,this.stopNodesWildcard=new Set;for(let t=0;t0)){o||(t=this.replaceEntitiesValue(t));const n=this.options.tagValueProcessor(e,t,i,s,r);return null==n?t:typeof n!=typeof t||n!==t?n:this.options.trimValues||t.trim()===t?q(t,this.options.parseTagValue,this.options.numberParseOptions):t}}function F(t){if(this.options.removeNSPrefix){const e=t.split(":"),i="/"===t.charAt(0)?"/":"";if("xmlns"===e[0])return"";2===e.length&&(t=i+e[1])}return t}const _=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function k(t,e){if(!0!==this.options.ignoreAttributes&&"string"==typeof t){const i=s(t,_),n=i.length,r={};for(let t=0;t",o,"Closing Tag is not closed.");let r=t.substring(o+2,e).trim();if(this.options.removeNSPrefix){const t=r.indexOf(":");-1!==t&&(r=r.substr(t+1))}this.options.transformTagName&&(r=this.options.transformTagName(r)),i&&(n=this.saveTextToParentTag(n,i,s));const a=s.substring(s.lastIndexOf(".")+1);if(r&&-1!==this.options.unpairedTags.indexOf(r))throw new Error(`Unpaired tag can not be used as closing tag: `);let l=0;a&&-1!==this.options.unpairedTags.indexOf(a)?(l=s.lastIndexOf(".",s.lastIndexOf(".")-1),this.tagsNodeStack.pop()):l=s.lastIndexOf("."),s=s.substring(0,l),i=this.tagsNodeStack.pop(),n="",o=e}else if("?"===t[o+1]){let e=X(t,o,!1,"?>");if(!e)throw new Error("Pi Tag is not closed.");if(n=this.saveTextToParentTag(n,i,s),this.options.ignoreDeclaration&&"?xml"===e.tagName||this.options.ignorePiTags);else{const t=new y(e.tagName);t.add(this.options.textNodeName,""),e.tagName!==e.tagExp&&e.attrExpPresent&&(t[":@"]=this.buildAttributesMap(e.tagExp,s)),this.addChild(i,t,s,o)}o=e.closeIndex+1}else if("!--"===t.substr(o+1,3)){const e=G(t,"--\x3e",o+4,"Comment is not closed.");if(this.options.commentPropName){const r=t.substring(o+4,e-2);n=this.saveTextToParentTag(n,i,s),i.add(this.options.commentPropName,[{[this.options.textNodeName]:r}])}o=e}else if("!D"===t.substr(o+1,2)){const e=r.readDocType(t,o);this.docTypeEntities=e.entities,o=e.i}else if("!["===t.substr(o+1,2)){const e=G(t,"]]>",o,"CDATA is not closed.")-2,r=t.substring(o+9,e);n=this.saveTextToParentTag(n,i,s);let a=this.parseTextData(r,i.tagname,s,!0,!1,!0,!0);null==a&&(a=""),this.options.cdataPropName?i.add(this.options.cdataPropName,[{[this.options.textNodeName]:r}]):i.add(this.options.textNodeName,a),o=e+2}else{let r=X(t,o,this.options.removeNSPrefix),a=r.tagName;const l=r.rawTagName;let u=r.tagExp,h=r.attrExpPresent,d=r.closeIndex;if(this.options.transformTagName){const t=this.options.transformTagName(a);u===a&&(u=t),a=t}i&&n&&"!xml"!==i.tagname&&(n=this.saveTextToParentTag(n,i,s,!1));const p=i;p&&-1!==this.options.unpairedTags.indexOf(p.tagname)&&(i=this.tagsNodeStack.pop(),s=s.substring(0,s.lastIndexOf("."))),a!==e.tagname&&(s+=s?"."+a:a);const f=o;if(this.isItStopNode(this.stopNodesExact,this.stopNodesWildcard,s,a)){let e="";if(u.length>0&&u.lastIndexOf("/")===u.length-1)"/"===a[a.length-1]?(a=a.substr(0,a.length-1),s=s.substr(0,s.length-1),u=a):u=u.substr(0,u.length-1),o=r.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(a))o=r.closeIndex;else{const i=this.readStopNodeData(t,l,d+1);if(!i)throw new Error(`Unexpected end of ${l}`);o=i.i,e=i.tagContent}const n=new y(a);a!==u&&h&&(n[":@"]=this.buildAttributesMap(u,s)),e&&(e=this.parseTextData(e,a,s,!0,h,!0,!0)),s=s.substr(0,s.lastIndexOf(".")),n.add(this.options.textNodeName,e),this.addChild(i,n,s,f)}else{if(u.length>0&&u.lastIndexOf("/")===u.length-1){if("/"===a[a.length-1]?(a=a.substr(0,a.length-1),s=s.substr(0,s.length-1),u=a):u=u.substr(0,u.length-1),this.options.transformTagName){const t=this.options.transformTagName(a);u===a&&(u=t),a=t}const t=new y(a);a!==u&&h&&(t[":@"]=this.buildAttributesMap(u,s)),this.addChild(i,t,s,f),s=s.substr(0,s.lastIndexOf("."))}else{const t=new y(a);this.tagsNodeStack.push(i),a!==u&&h&&(t[":@"]=this.buildAttributesMap(u,s)),this.addChild(i,t,s,f),i=t}n="",o=d}}else n+=t[o];return e.child};function U(t,e,i,n){this.options.captureMetaData||(n=void 0);const s=this.options.updateTag(e.tagname,i,e[":@"]);!1===s||("string"==typeof s?(e.tagname=s,t.addChild(e,n)):t.addChild(e,n))}const B=function(t){if(this.options.processEntities){for(let e in this.docTypeEntities){const i=this.docTypeEntities[e];t=t.replace(i.regx,i.val)}for(let e in this.lastEntities){const i=this.lastEntities[e];t=t.replace(i.regex,i.val)}if(this.options.htmlEntities)for(let e in this.htmlEntities){const i=this.htmlEntities[e];t=t.replace(i.regex,i.val)}t=t.replace(this.ampEntity.regex,this.ampEntity.val)}return t};function R(t,e,i,n){return t&&(void 0===n&&(n=0===e.child.length),void 0!==(t=this.parseTextData(t,e.tagname,i,!1,!!e[":@"]&&0!==Object.keys(e[":@"]).length,n))&&""!==t&&e.add(this.options.textNodeName,t),t=""),t}function Y(t,e,i,n){return!(!e||!e.has(n))||!(!t||!t.has(i))}function G(t,e,i,n){const s=t.indexOf(e,i);if(-1===s)throw new Error(n);return s+e.length-1}function X(t,e,i,n=">"){const s=function(t,e,i=">"){let n,s="";for(let r=e;r",i,`${e} is not closed`);if(t.substring(i+2,r).trim()===e&&(s--,0===s))return{tagContent:t.substring(n,i),i:r};i=r}else if("?"===t[i+1])i=G(t,"?>",i+1,"StopNode is not closed.");else if("!--"===t.substr(i+1,3))i=G(t,"--\x3e",i+3,"StopNode is not closed.");else if("!["===t.substr(i+1,2))i=G(t,"]]>",i,"StopNode is not closed.")-2;else{const n=X(t,i,">");n&&((n&&n.tagName)===e&&"/"!==n.tagExp[n.tagExp.length-1]&&s++,i=n.closeIndex)}}function q(t,e,i){if(e&&"string"==typeof t){const e=t.trim();return"true"===e||"false"!==e&&function(t,e={}){if(e=Object.assign({},C,e),!t||"string"!=typeof t)return t;let i=t.trim();if(void 0!==e.skipLike&&e.skipLike.test(i))return t;if("0"===t)return 0;if(e.hex&&A.test(i))return function(t){if(parseInt)return parseInt(t,16);if(Number.parseInt)return Number.parseInt(t,16);if(window&&window.parseInt)return window.parseInt(t,16);throw new Error("parseInt, Number.parseInt, window.parseInt are not supported")}(i);if(-1!==i.search(/.+[eE].+/))return function(t,e,i){if(!i.eNotation)return t;const n=e.match(V);if(n){let s=n[1]||"";const r=-1===n[3].indexOf("e")?"E":"e",o=n[2],a=s?t[o.length+1]===r:t[o.length]===r;return o.length>1&&a?t:1!==o.length||!n[3].startsWith(`.${r}`)&&n[3][0]!==r?i.leadingZeros&&!a?(e=(n[1]||"")+n[3],Number(e)):t:Number(e)}return t}(t,i,e);{const s=S.exec(i);if(s){const r=s[1]||"",o=s[2];let a=(n=s[3])&&-1!==n.indexOf(".")?("."===(n=n.replace(/0+$/,""))?n="0":"."===n[0]?n="0"+n:"."===n[n.length-1]&&(n=n.substring(0,n.length-1)),n):n;const l=r?"."===t[o.length+1]:"."===t[o.length];if(!e.leadingZeros&&(o.length>1||1===o.length&&!l))return t;{const n=Number(i),s=String(n);if(0===n||-0===n)return n;if(-1!==s.search(/[eE]/))return e.eNotation?n:t;if(-1!==i.indexOf("."))return"0"===s||s===a||s===`${r}${a}`?n:t;let l=o?a:i;return o?l===s||r+l===s?n:t:l===s||l===r+s?n:t}}return t}var n}(t,i)}return void 0!==t?t:""}const Z=y.getMetaDataSymbol();function K(t,e){return Q(t,e)}function Q(t,e,i){let n;const s={};for(let r=0;r0&&(s[e.textNodeName]=n):void 0!==n&&(s[e.textNodeName]=n),s}function z(t){const e=Object.keys(t);for(let t=0;t0&&(i="\n"),it(t,e,"",i)}function it(t,e,i,n){let s="",r=!1;for(let o=0;o`,r=!1;continue}if(l===e.commentPropName){s+=n+`\x3c!--${a[l][0][e.textNodeName]}--\x3e`,r=!0;continue}if("?"===l[0]){const t=st(a[":@"],e),i="?xml"===l?"":n;let o=a[l][0][e.textNodeName];o=0!==o.length?" "+o:"",s+=i+`<${l}${o}${t}?>`,r=!0;continue}let h=n;""!==h&&(h+=e.indentBy);const d=n+`<${l}${st(a[":@"],e)}`,p=it(a[l],e,u,h);-1!==e.unpairedTags.indexOf(l)?e.suppressUnpairedNode?s+=d+">":s+=d+"/>":p&&0!==p.length||!e.suppressEmptyNode?p&&p.endsWith(">")?s+=d+`>${p}${n}`:(s+=d+">",p&&""!==n&&(p.includes("/>")||p.includes("`):s+=d+"/>",r=!0}return s}function nt(t){const e=Object.keys(t);for(let i=0;i0&&e.processEntities)for(let i=0;i","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function lt(t){this.options=Object.assign({},at,t),!0===this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=$(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=dt),this.processTextOrObjNode=ut,this.options.format?(this.indentate=ht,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function ut(t,e,i,n){const s=this.j2x(t,i+1,n.concat(e));return void 0!==t[this.options.textNodeName]&&1===Object.keys(t).length?this.buildTextValNode(t[this.options.textNodeName],e,s.attrStr,i):this.buildObjectNode(s.val,e,s.attrStr,i)}function ht(t){return this.options.indentBy.repeat(t)}function dt(t){return!(!t.startsWith(this.options.attributeNamePrefix)||t===this.options.textNodeName)&&t.substr(this.attrPrefixLen)}lt.prototype.build=function(t){return this.options.preserveOrder?et(t,this.options):(Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t}),this.j2x(t,0,[]).val)},lt.prototype.j2x=function(t,e,i){let n="",s="";const r=i.join(".");for(let o in t)if(Object.prototype.hasOwnProperty.call(t,o))if(void 0===t[o])this.isAttribute(o)&&(s+="");else if(null===t[o])this.isAttribute(o)||o===this.options.cdataPropName?s+="":"?"===o[0]?s+=this.indentate(e)+"<"+o+"?"+this.tagEndChar:s+=this.indentate(e)+"<"+o+"/"+this.tagEndChar;else if(t[o]instanceof Date)s+=this.buildTextValNode(t[o],o,"",e);else if("object"!=typeof t[o]){const i=this.isAttribute(o);if(i&&!this.ignoreAttributesFn(i,r))n+=this.buildAttrPairStr(i,""+t[o]);else if(!i)if(o===this.options.textNodeName){let e=this.options.tagValueProcessor(o,""+t[o]);s+=this.replaceEntitiesValue(e)}else s+=this.buildTextValNode(t[o],o,"",e)}else if(Array.isArray(t[o])){const n=t[o].length;let r="",a="";for(let l=0;l"+t+s}},lt.prototype.closeTag=function(t){let e="";return-1!==this.options.unpairedTags.indexOf(t)?this.options.suppressUnpairedNode||(e="/"):e=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&e===this.options.commentPropName)return this.indentate(n)+`\x3c!--${t}--\x3e`+this.newLine;if("?"===e[0])return this.indentate(n)+"<"+e+i+"?"+this.tagEndChar;{let s=this.options.tagValueProcessor(e,t);return s=this.replaceEntitiesValue(s),""===s?this.indentate(n)+"<"+e+i+this.closeTag(e)+this.tagEndChar:this.indentate(n)+"<"+e+i+">"+s+"0&&this.options.processEntities)for(let e=0;e{"use strict";var t={d:(e,i)=>{for(var n in i)t.o(i,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:i[n]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{XMLBuilder:()=>ut,XMLParser:()=>et,XMLValidator:()=>ft});const i=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n=new RegExp("^["+i+"]["+i+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$");function s(t,e){const i=[];let n=e.exec(t);for(;n;){const s=[];s.startIndex=e.lastIndex-n[0].length;const r=n.length;for(let t=0;t"!==t[o]&&" "!==t[o]&&"\t"!==t[o]&&"\n"!==t[o]&&"\r"!==t[o];o++)p+=t[o];if(p=p.trim(),"/"===p[p.length-1]&&(p=p.substring(0,p.length-1),o--),!r(p)){let e;return e=0===p.trim().length?"Invalid space after '<'.":"Tag '"+p+"' is an invalid name.",x("InvalidTag",e,b(t,o))}const c=f(t,o);if(!1===c)return x("InvalidAttr","Attributes for '"+p+"' have open quote.",b(t,o));let N=c.value;if(o=c.index,"/"===N[N.length-1]){const i=o-N.length;N=N.substring(0,N.length-1);const s=g(N,e);if(!0!==s)return x(s.err.code,s.err.msg,b(t,i+s.err.line));n=!0}else if(d){if(!c.tagClosed)return x("InvalidTag","Closing tag '"+p+"' doesn't have proper closing.",b(t,o));if(N.trim().length>0)return x("InvalidTag","Closing tag '"+p+"' can't have attributes or invalid starting.",b(t,a));if(0===i.length)return x("InvalidTag","Closing tag '"+p+"' has not been opened.",b(t,a));{const e=i.pop();if(p!==e.tagName){let i=b(t,e.tagStartPos);return x("InvalidTag","Expected closing tag '"+e.tagName+"' (opened in line "+i.line+", col "+i.col+") instead of closing tag '"+p+"'.",b(t,a))}0==i.length&&(s=!0)}}else{const r=g(N,e);if(!0!==r)return x(r.err.code,r.err.msg,b(t,o-N.length+r.err.line));if(!0===s)return x("InvalidXml","Multiple possible root nodes found.",b(t,o));-1!==e.unpairedTags.indexOf(p)||i.push({tagName:p,tagStartPos:a}),n=!0}for(o++;o0)||x("InvalidXml","Invalid '"+JSON.stringify(i.map((t=>t.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):x("InvalidXml","Start tag expected.",1)}function l(t){return" "===t||"\t"===t||"\n"===t||"\r"===t}function u(t,e){const i=e;for(;e5&&"xml"===n)return x("InvalidXml","XML declaration allowed only at the start of the document.",b(t,e));if("?"==t[e]&&">"==t[e+1]){e++;break}}return e}function h(t,e){if(t.length>e+5&&"-"===t[e+1]&&"-"===t[e+2]){for(e+=3;e"===t[e+2]){e+=2;break}}else if(t.length>e+8&&"D"===t[e+1]&&"O"===t[e+2]&&"C"===t[e+3]&&"T"===t[e+4]&&"Y"===t[e+5]&&"P"===t[e+6]&&"E"===t[e+7]){let i=1;for(e+=8;e"===t[e]&&(i--,0===i))break}else if(t.length>e+9&&"["===t[e+1]&&"C"===t[e+2]&&"D"===t[e+3]&&"A"===t[e+4]&&"T"===t[e+5]&&"A"===t[e+6]&&"["===t[e+7])for(e+=8;e"===t[e+2]){e+=2;break}return e}const d='"',p="'";function f(t,e){let i="",n="",s=!1;for(;e"===t[e]&&""===n){s=!0;break}i+=t[e]}return""===n&&{value:i,index:e,tagClosed:s}}const c=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function g(t,e){const i=s(t,c),n={};for(let t=0;t!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,i){return t},captureMetaData:!1};let T;T="function"!=typeof Symbol?"@@xmlMetadata":Symbol("XML Node Metadata");class y{constructor(t){this.tagname=t,this.child=[],this[":@"]={}}add(t,e){"__proto__"===t&&(t="#__proto__"),this.child.push({[t]:e})}addChild(t,e){"__proto__"===t.tagname&&(t.tagname="#__proto__"),t[":@"]&&Object.keys(t[":@"]).length>0?this.child.push({[t.tagname]:t.child,":@":t[":@"]}):this.child.push({[t.tagname]:t.child}),void 0!==e&&(this.child[this.child.length-1][T]={startIndex:e})}static getMetaDataSymbol(){return T}}class w{constructor(t){this.suppressValidationErr=!t}readDocType(t,e){const i={};if("O"!==t[e+3]||"C"!==t[e+4]||"T"!==t[e+5]||"Y"!==t[e+6]||"P"!==t[e+7]||"E"!==t[e+8])throw new Error("Invalid Tag instead of DOCTYPE");{e+=9;let n=1,s=!1,r=!1,o="";for(;e"===t[e]){if(r?"-"===t[e-1]&&"-"===t[e-2]&&(r=!1,n--):n--,0===n)break}else"["===t[e]?s=!0:o+=t[e];else{if(s&&P(t,"!ENTITY",e)){let n,s;if(e+=7,[n,s,e]=this.readEntityExp(t,e+1,this.suppressValidationErr),-1===s.indexOf("&")){const t=n.replace(/[.\-+*:]/g,"\\.");i[n]={regx:RegExp(`&${t};`,"g"),val:s}}}else if(s&&P(t,"!ELEMENT",e)){e+=8;const{index:i}=this.readElementExp(t,e+1);e=i}else if(s&&P(t,"!ATTLIST",e))e+=8;else if(s&&P(t,"!NOTATION",e)){e+=9;const{index:i}=this.readNotationExp(t,e+1,this.suppressValidationErr);e=i}else{if(!P(t,"!--",e))throw new Error("Invalid DOCTYPE");r=!0}n++,o=""}if(0!==n)throw new Error("Unclosed DOCTYPE")}return{entities:i,i:e}}readEntityExp(t,e){e=I(t,e);let i="";for(;e{for(;e{for(const i of t){if("string"==typeof i&&e===i)return!0;if(i instanceof RegExp&&i.test(e))return!0}}:()=>!1}class D{constructor(t){if(this.options=t,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(t,e)=>Z(e,10,"&#")},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(t,e)=>Z(e,16,"&#x")}},this.addExternalEntities=j,this.parseXml=L,this.parseTextData=M,this.resolveNameSpace=F,this.buildAttributesMap=k,this.isItStopNode=Y,this.replaceEntitiesValue=B,this.readStopNodeData=W,this.saveTextToParentTag=R,this.addChild=U,this.ignoreAttributesFn=$(this.options.ignoreAttributes),this.options.stopNodes&&this.options.stopNodes.length>0){this.stopNodesExact=new Set,this.stopNodesWildcard=new Set;for(let t=0;t0)){o||(t=this.replaceEntitiesValue(t));const n=this.options.tagValueProcessor(e,t,i,s,r);return null==n?t:typeof n!=typeof t||n!==t?n:this.options.trimValues||t.trim()===t?q(t,this.options.parseTagValue,this.options.numberParseOptions):t}}function F(t){if(this.options.removeNSPrefix){const e=t.split(":"),i="/"===t.charAt(0)?"/":"";if("xmlns"===e[0])return"";2===e.length&&(t=i+e[1])}return t}const _=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function k(t,e){if(!0!==this.options.ignoreAttributes&&"string"==typeof t){const i=s(t,_),n=i.length,r={};for(let t=0;t",o,"Closing Tag is not closed.");let r=t.substring(o+2,e).trim();if(this.options.removeNSPrefix){const t=r.indexOf(":");-1!==t&&(r=r.substr(t+1))}this.options.transformTagName&&(r=this.options.transformTagName(r)),i&&(n=this.saveTextToParentTag(n,i,s));const a=s.substring(s.lastIndexOf(".")+1);if(r&&-1!==this.options.unpairedTags.indexOf(r))throw new Error(`Unpaired tag can not be used as closing tag: `);let l=0;a&&-1!==this.options.unpairedTags.indexOf(a)?(l=s.lastIndexOf(".",s.lastIndexOf(".")-1),this.tagsNodeStack.pop()):l=s.lastIndexOf("."),s=s.substring(0,l),i=this.tagsNodeStack.pop(),n="",o=e}else if("?"===t[o+1]){let e=X(t,o,!1,"?>");if(!e)throw new Error("Pi Tag is not closed.");if(n=this.saveTextToParentTag(n,i,s),this.options.ignoreDeclaration&&"?xml"===e.tagName||this.options.ignorePiTags);else{const t=new y(e.tagName);t.add(this.options.textNodeName,""),e.tagName!==e.tagExp&&e.attrExpPresent&&(t[":@"]=this.buildAttributesMap(e.tagExp,s)),this.addChild(i,t,s,o)}o=e.closeIndex+1}else if("!--"===t.substr(o+1,3)){const e=G(t,"--\x3e",o+4,"Comment is not closed.");if(this.options.commentPropName){const r=t.substring(o+4,e-2);n=this.saveTextToParentTag(n,i,s),i.add(this.options.commentPropName,[{[this.options.textNodeName]:r}])}o=e}else if("!D"===t.substr(o+1,2)){const e=r.readDocType(t,o);this.docTypeEntities=e.entities,o=e.i}else if("!["===t.substr(o+1,2)){const e=G(t,"]]>",o,"CDATA is not closed.")-2,r=t.substring(o+9,e);n=this.saveTextToParentTag(n,i,s);let a=this.parseTextData(r,i.tagname,s,!0,!1,!0,!0);null==a&&(a=""),this.options.cdataPropName?i.add(this.options.cdataPropName,[{[this.options.textNodeName]:r}]):i.add(this.options.textNodeName,a),o=e+2}else{let r=X(t,o,this.options.removeNSPrefix),a=r.tagName;const l=r.rawTagName;let u=r.tagExp,h=r.attrExpPresent,d=r.closeIndex;if(this.options.transformTagName){const t=this.options.transformTagName(a);u===a&&(u=t),a=t}i&&n&&"!xml"!==i.tagname&&(n=this.saveTextToParentTag(n,i,s,!1));const p=i;p&&-1!==this.options.unpairedTags.indexOf(p.tagname)&&(i=this.tagsNodeStack.pop(),s=s.substring(0,s.lastIndexOf("."))),a!==e.tagname&&(s+=s?"."+a:a);const f=o;if(this.isItStopNode(this.stopNodesExact,this.stopNodesWildcard,s,a)){let e="";if(u.length>0&&u.lastIndexOf("/")===u.length-1)"/"===a[a.length-1]?(a=a.substr(0,a.length-1),s=s.substr(0,s.length-1),u=a):u=u.substr(0,u.length-1),o=r.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(a))o=r.closeIndex;else{const i=this.readStopNodeData(t,l,d+1);if(!i)throw new Error(`Unexpected end of ${l}`);o=i.i,e=i.tagContent}const n=new y(a);a!==u&&h&&(n[":@"]=this.buildAttributesMap(u,s)),e&&(e=this.parseTextData(e,a,s,!0,h,!0,!0)),s=s.substr(0,s.lastIndexOf(".")),n.add(this.options.textNodeName,e),this.addChild(i,n,s,f)}else{if(u.length>0&&u.lastIndexOf("/")===u.length-1){if("/"===a[a.length-1]?(a=a.substr(0,a.length-1),s=s.substr(0,s.length-1),u=a):u=u.substr(0,u.length-1),this.options.transformTagName){const t=this.options.transformTagName(a);u===a&&(u=t),a=t}const t=new y(a);a!==u&&h&&(t[":@"]=this.buildAttributesMap(u,s)),this.addChild(i,t,s,f),s=s.substr(0,s.lastIndexOf("."))}else{const t=new y(a);this.tagsNodeStack.push(i),a!==u&&h&&(t[":@"]=this.buildAttributesMap(u,s)),this.addChild(i,t,s,f),i=t}n="",o=d}}else n+=t[o];return e.child};function U(t,e,i,n){this.options.captureMetaData||(n=void 0);const s=this.options.updateTag(e.tagname,i,e[":@"]);!1===s||("string"==typeof s?(e.tagname=s,t.addChild(e,n)):t.addChild(e,n))}const B=function(t){if(this.options.processEntities){for(let e in this.docTypeEntities){const i=this.docTypeEntities[e];t=t.replace(i.regx,i.val)}for(let e in this.lastEntities){const i=this.lastEntities[e];t=t.replace(i.regex,i.val)}if(this.options.htmlEntities)for(let e in this.htmlEntities){const i=this.htmlEntities[e];t=t.replace(i.regex,i.val)}t=t.replace(this.ampEntity.regex,this.ampEntity.val)}return t};function R(t,e,i,n){return t&&(void 0===n&&(n=0===e.child.length),void 0!==(t=this.parseTextData(t,e.tagname,i,!1,!!e[":@"]&&0!==Object.keys(e[":@"]).length,n))&&""!==t&&e.add(this.options.textNodeName,t),t=""),t}function Y(t,e,i,n){return!(!e||!e.has(n))||!(!t||!t.has(i))}function G(t,e,i,n){const s=t.indexOf(e,i);if(-1===s)throw new Error(n);return s+e.length-1}function X(t,e,i,n=">"){const s=function(t,e,i=">"){let n,s="";for(let r=e;r",i,`${e} is not closed`);if(t.substring(i+2,r).trim()===e&&(s--,0===s))return{tagContent:t.substring(n,i),i:r};i=r}else if("?"===t[i+1])i=G(t,"?>",i+1,"StopNode is not closed.");else if("!--"===t.substr(i+1,3))i=G(t,"--\x3e",i+3,"StopNode is not closed.");else if("!["===t.substr(i+1,2))i=G(t,"]]>",i,"StopNode is not closed.")-2;else{const n=X(t,i,">");n&&((n&&n.tagName)===e&&"/"!==n.tagExp[n.tagExp.length-1]&&s++,i=n.closeIndex)}}function q(t,e,i){if(e&&"string"==typeof t){const e=t.trim();return"true"===e||"false"!==e&&function(t,e={}){if(e=Object.assign({},C,e),!t||"string"!=typeof t)return t;let i=t.trim();if(void 0!==e.skipLike&&e.skipLike.test(i))return t;if("0"===t)return 0;if(e.hex&&A.test(i))return function(t){if(parseInt)return parseInt(t,16);if(Number.parseInt)return Number.parseInt(t,16);if(window&&window.parseInt)return window.parseInt(t,16);throw new Error("parseInt, Number.parseInt, window.parseInt are not supported")}(i);if(-1!==i.search(/.+[eE].+/))return function(t,e,i){if(!i.eNotation)return t;const n=e.match(V);if(n){let s=n[1]||"";const r=-1===n[3].indexOf("e")?"E":"e",o=n[2],a=s?t[o.length+1]===r:t[o.length]===r;return o.length>1&&a?t:1!==o.length||!n[3].startsWith(`.${r}`)&&n[3][0]!==r?i.leadingZeros&&!a?(e=(n[1]||"")+n[3],Number(e)):t:Number(e)}return t}(t,i,e);{const s=S.exec(i);if(s){const r=s[1]||"",o=s[2];let a=(n=s[3])&&-1!==n.indexOf(".")?("."===(n=n.replace(/0+$/,""))?n="0":"."===n[0]?n="0"+n:"."===n[n.length-1]&&(n=n.substring(0,n.length-1)),n):n;const l=r?"."===t[o.length+1]:"."===t[o.length];if(!e.leadingZeros&&(o.length>1||1===o.length&&!l))return t;{const n=Number(i),s=String(n);if(0===n||-0===n)return n;if(-1!==s.search(/[eE]/))return e.eNotation?n:t;if(-1!==i.indexOf("."))return"0"===s||s===a||s===`${r}${a}`?n:t;let l=o?a:i;return o?l===s||r+l===s?n:t:l===s||l===r+s?n:t}}return t}var n}(t,i)}return void 0!==t?t:""}function Z(t,e,i){const n=Number.parseInt(t,e);return n>=0&&n<=1114111?String.fromCodePoint(n):i+t+";"}const K=y.getMetaDataSymbol();function Q(t,e){return z(t,e)}function z(t,e,i){let n;const s={};for(let r=0;r0&&(s[e.textNodeName]=n):void 0!==n&&(s[e.textNodeName]=n),s}function J(t){const e=Object.keys(t);for(let t=0;t0&&(i="\n"),nt(t,e,"",i)}function nt(t,e,i,n){let s="",r=!1;for(let o=0;o`,r=!1;continue}if(l===e.commentPropName){s+=n+`\x3c!--${a[l][0][e.textNodeName]}--\x3e`,r=!0;continue}if("?"===l[0]){const t=rt(a[":@"],e),i="?xml"===l?"":n;let o=a[l][0][e.textNodeName];o=0!==o.length?" "+o:"",s+=i+`<${l}${o}${t}?>`,r=!0;continue}let h=n;""!==h&&(h+=e.indentBy);const d=n+`<${l}${rt(a[":@"],e)}`,p=nt(a[l],e,u,h);-1!==e.unpairedTags.indexOf(l)?e.suppressUnpairedNode?s+=d+">":s+=d+"/>":p&&0!==p.length||!e.suppressEmptyNode?p&&p.endsWith(">")?s+=d+`>${p}${n}`:(s+=d+">",p&&""!==n&&(p.includes("/>")||p.includes("`):s+=d+"/>",r=!0}return s}function st(t){const e=Object.keys(t);for(let i=0;i0&&e.processEntities)for(let i=0;i","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function ut(t){this.options=Object.assign({},lt,t),!0===this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=$(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=pt),this.processTextOrObjNode=ht,this.options.format?(this.indentate=dt,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function ht(t,e,i,n){const s=this.j2x(t,i+1,n.concat(e));return void 0!==t[this.options.textNodeName]&&1===Object.keys(t).length?this.buildTextValNode(t[this.options.textNodeName],e,s.attrStr,i):this.buildObjectNode(s.val,e,s.attrStr,i)}function dt(t){return this.options.indentBy.repeat(t)}function pt(t){return!(!t.startsWith(this.options.attributeNamePrefix)||t===this.options.textNodeName)&&t.substr(this.attrPrefixLen)}ut.prototype.build=function(t){return this.options.preserveOrder?it(t,this.options):(Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t}),this.j2x(t,0,[]).val)},ut.prototype.j2x=function(t,e,i){let n="",s="";const r=i.join(".");for(let o in t)if(Object.prototype.hasOwnProperty.call(t,o))if(void 0===t[o])this.isAttribute(o)&&(s+="");else if(null===t[o])this.isAttribute(o)||o===this.options.cdataPropName?s+="":"?"===o[0]?s+=this.indentate(e)+"<"+o+"?"+this.tagEndChar:s+=this.indentate(e)+"<"+o+"/"+this.tagEndChar;else if(t[o]instanceof Date)s+=this.buildTextValNode(t[o],o,"",e);else if("object"!=typeof t[o]){const i=this.isAttribute(o);if(i&&!this.ignoreAttributesFn(i,r))n+=this.buildAttrPairStr(i,""+t[o]);else if(!i)if(o===this.options.textNodeName){let e=this.options.tagValueProcessor(o,""+t[o]);s+=this.replaceEntitiesValue(e)}else s+=this.buildTextValNode(t[o],o,"",e)}else if(Array.isArray(t[o])){const n=t[o].length;let r="",a="";for(let l=0;l"+t+s}},ut.prototype.closeTag=function(t){let e="";return-1!==this.options.unpairedTags.indexOf(t)?this.options.suppressUnpairedNode||(e="/"):e=this.options.suppressEmptyNode?"/":`>`+this.newLine;if(!1!==this.options.commentPropName&&e===this.options.commentPropName)return this.indentate(n)+`\x3c!--${t}--\x3e`+this.newLine;if("?"===e[0])return this.indentate(n)+"<"+e+i+"?"+this.tagEndChar;{let s=this.options.tagValueProcessor(e,t);return s=this.replaceEntitiesValue(s),""===s?this.indentate(n)+"<"+e+i+this.closeTag(e)+this.tagEndChar:this.indentate(n)+"<"+e+i+">"+s+"0&&this.options.processEntities)for(let e=0;e { @@ -129807,7 +129817,7 @@ var cache = __nccwpck_require__(48341); const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process"); ;// CONCATENATED MODULE: external "node:path" const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path"); -;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@ecc6f7d8f51482a078b3a0ce35f90deed874cdf0_f5hginsh2frw52ts3wjkdmpqoi/node_modules/detsys-ts/dist/index.mjs +;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@1fd5cb877ad465a427b5510707f37dd602fab5da_ztj2jrsjootmrnohmwvec5kfzu/node_modules/detsys-ts/dist/index.mjs diff --git a/package.json b/package.json index 4637bdb..16084b8 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", - "@types/node": "^20.19.30", + "@types/node": "^20.19.33", "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^7.18.0", "@vercel/ncc": "^0.38.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 67dc9fa..6a04013 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ dependencies: version: 6.0.1 detsys-ts: specifier: github:DeterminateSystems/detsys-ts - version: github.com/DeterminateSystems/detsys-ts/ecc6f7d8f51482a078b3a0ce35f90deed874cdf0 + version: github.com/DeterminateSystems/detsys-ts/1fd5cb877ad465a427b5510707f37dd602fab5da got: specifier: ^14.6.6 version: 14.6.6 @@ -25,15 +25,15 @@ dependencies: version: 0.3.2 vitest: specifier: ^3.2.4 - version: 3.2.4(@types/node@20.19.30) + version: 3.2.4(@types/node@20.19.33) devDependencies: "@trivago/prettier-plugin-sort-imports": specifier: ^4.3.0 version: 4.3.0(prettier@3.8.1) "@types/node": - specifier: ^20.19.30 - version: 20.19.30 + specifier: ^20.19.33 + version: 20.19.33 "@types/uuid": specifier: ^9.0.8 version: 9.0.8 @@ -82,7 +82,7 @@ packages: "@actions/io": 2.0.0 "@azure/abort-controller": 1.1.0 "@azure/core-rest-pipeline": 1.22.2 - "@azure/storage-blob": 12.30.0 + "@azure/storage-blob": 12.31.0 "@protobuf-ts/runtime-rpc": 2.11.1 semver: 6.3.1 transitivePeerDependencies: @@ -238,18 +238,19 @@ packages: - supports-color dev: false - /@azure/core-http-compat@2.3.1: + /@azure/core-http-compat@2.3.2(@azure/core-client@1.10.1)(@azure/core-rest-pipeline@1.22.2): resolution: { - integrity: sha512-az9BkXND3/d5VgdRRQVkiJb2gOmDU8Qcq4GvjtBmDICNiQ9udFmDk4ZpSB5Qq1OmtDJGlQAfBaS4palFsazQ5g==, + integrity: sha512-Tf6ltdKzOJEgxZeWLCjMxrxbodB/ZeCbzzA1A2qHbhzAjzjHoBVSUeSl/baT/oHAxhc4qdqVaDKnc2+iE932gw==, } engines: { node: ">=20.0.0" } + peerDependencies: + "@azure/core-client": ^1.10.0 + "@azure/core-rest-pipeline": ^1.22.0 dependencies: "@azure/abort-controller": 2.1.2 "@azure/core-client": 1.10.1 "@azure/core-rest-pipeline": 1.22.2 - transitivePeerDependencies: - - supports-color dev: false /@azure/core-lro@2.7.2: @@ -289,7 +290,7 @@ packages: "@azure/core-tracing": 1.3.1 "@azure/core-util": 1.13.1 "@azure/logger": 1.3.0 - "@typespec/ts-http-runtime": 0.3.2 + "@typespec/ts-http-runtime": 0.3.3 tslib: 2.8.1 transitivePeerDependencies: - supports-color @@ -313,7 +314,7 @@ packages: engines: { node: ">=20.0.0" } dependencies: "@azure/abort-controller": 2.1.2 - "@typespec/ts-http-runtime": 0.3.2 + "@typespec/ts-http-runtime": 0.3.3 tslib: 2.8.1 transitivePeerDependencies: - supports-color @@ -326,7 +327,7 @@ packages: } engines: { node: ">=20.0.0" } dependencies: - fast-xml-parser: 5.3.3 + fast-xml-parser: 5.3.5 tslib: 2.8.1 dev: false @@ -337,23 +338,23 @@ packages: } engines: { node: ">=20.0.0" } dependencies: - "@typespec/ts-http-runtime": 0.3.2 + "@typespec/ts-http-runtime": 0.3.3 tslib: 2.8.1 transitivePeerDependencies: - supports-color dev: false - /@azure/storage-blob@12.30.0: + /@azure/storage-blob@12.31.0: resolution: { - integrity: sha512-peDCR8blSqhsAKDbpSP/o55S4sheNwSrblvCaHUZ5xUI73XA7ieUGGwrONgD/Fng0EoDe1VOa3fAQ7+WGB3Ocg==, + integrity: sha512-DBgNv10aCSxopt92DkTDD0o9xScXeBqPKGmR50FPZQaEcH4JLQ+GEOGEDv19V5BMkB7kxr+m4h6il/cCDPvmHg==, } engines: { node: ">=20.0.0" } dependencies: "@azure/abort-controller": 2.1.2 "@azure/core-auth": 1.10.1 "@azure/core-client": 1.10.1 - "@azure/core-http-compat": 2.3.1 + "@azure/core-http-compat": 2.3.2(@azure/core-client@1.10.1)(@azure/core-rest-pipeline@1.22.2) "@azure/core-lro": 2.7.2 "@azure/core-paging": 1.6.2 "@azure/core-rest-pipeline": 1.22.2 @@ -361,23 +362,23 @@ packages: "@azure/core-util": 1.13.1 "@azure/core-xml": 1.5.0 "@azure/logger": 1.3.0 - "@azure/storage-common": 12.2.0 + "@azure/storage-common": 12.3.0(@azure/core-client@1.10.1) events: 3.3.0 tslib: 2.8.1 transitivePeerDependencies: - supports-color dev: false - /@azure/storage-common@12.2.0: + /@azure/storage-common@12.3.0(@azure/core-client@1.10.1): resolution: { - integrity: sha512-YZLxiJ3vBAAnFbG3TFuAMUlxZRexjQX5JDQxOkFGb6e2TpoxH3xyHI6idsMe/QrWtj41U/KoqBxlayzhS+LlwA==, + integrity: sha512-/OFHhy86aG5Pe8dP5tsp+BuJ25JOAl9yaMU3WZbkeoiFMHFtJ7tu5ili7qEdBXNW9G5lDB19trwyI6V49F/8iQ==, } engines: { node: ">=20.0.0" } dependencies: "@azure/abort-controller": 2.1.2 "@azure/core-auth": 1.10.1 - "@azure/core-http-compat": 2.3.1 + "@azure/core-http-compat": 2.3.2(@azure/core-client@1.10.1)(@azure/core-rest-pipeline@1.22.2) "@azure/core-rest-pipeline": 1.22.2 "@azure/core-tracing": 1.3.1 "@azure/core-util": 1.13.1 @@ -385,13 +386,14 @@ packages: events: 3.3.0 tslib: 2.8.1 transitivePeerDependencies: + - "@azure/core-client" - supports-color dev: false - /@babel/code-frame@7.28.6: + /@babel/code-frame@7.29.0: resolution: { - integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==, + integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==, } engines: { node: ">=6.9.0" } dependencies: @@ -412,15 +414,15 @@ packages: source-map: 0.5.7 dev: true - /@babel/generator@7.28.6: + /@babel/generator@7.29.1: resolution: { - integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==, + integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==, } engines: { node: ">=6.9.0" } dependencies: - "@babel/parser": 7.28.6 - "@babel/types": 7.28.6 + "@babel/parser": 7.29.0 + "@babel/types": 7.29.0 "@jridgewell/gen-mapping": 0.3.13 "@jridgewell/trace-mapping": 0.3.31 jsesc: 3.1.0 @@ -433,7 +435,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.28.6 + "@babel/types": 7.29.0 dev: true /@babel/helper-function-name@7.24.7: @@ -444,7 +446,7 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/template": 7.28.6 - "@babel/types": 7.28.6 + "@babel/types": 7.29.0 dev: true /@babel/helper-hoist-variables@7.24.7: @@ -454,7 +456,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.28.6 + "@babel/types": 7.29.0 dev: true /@babel/helper-split-export-declaration@7.24.7: @@ -464,7 +466,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.28.6 + "@babel/types": 7.29.0 dev: true /@babel/helper-string-parser@7.27.1: @@ -483,15 +485,15 @@ packages: engines: { node: ">=6.9.0" } dev: true - /@babel/parser@7.28.6: + /@babel/parser@7.29.0: resolution: { - integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==, + integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==, } engines: { node: ">=6.0.0" } hasBin: true dependencies: - "@babel/types": 7.28.6 + "@babel/types": 7.29.0 dev: true /@babel/template@7.28.6: @@ -501,9 +503,9 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.28.6 - "@babel/parser": 7.28.6 - "@babel/types": 7.28.6 + "@babel/code-frame": 7.29.0 + "@babel/parser": 7.29.0 + "@babel/types": 7.29.0 dev: true /@babel/traverse@7.23.2: @@ -513,14 +515,14 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.28.6 - "@babel/generator": 7.28.6 + "@babel/code-frame": 7.29.0 + "@babel/generator": 7.29.1 "@babel/helper-environment-visitor": 7.24.7 "@babel/helper-function-name": 7.24.7 "@babel/helper-hoist-variables": 7.24.7 "@babel/helper-split-export-declaration": 7.24.7 - "@babel/parser": 7.28.6 - "@babel/types": 7.28.6 + "@babel/parser": 7.29.0 + "@babel/types": 7.29.0 debug: 4.4.3 globals: 11.12.0 transitivePeerDependencies: @@ -538,10 +540,10 @@ packages: to-fast-properties: 2.0.0 dev: true - /@babel/types@7.28.6: + /@babel/types@7.29.0: resolution: { - integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==, + integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==, } engines: { node: ">=6.9.0" } dependencies: @@ -583,10 +585,10 @@ packages: dev: true optional: true - /@esbuild/aix-ppc64@0.27.2: + /@esbuild/aix-ppc64@0.27.3: resolution: { - integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==, + integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==, } engines: { node: ">=18" } cpu: [ppc64] @@ -594,10 +596,10 @@ packages: requiresBuild: true optional: true - /@esbuild/android-arm64@0.27.2: + /@esbuild/android-arm64@0.27.3: resolution: { - integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==, + integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==, } engines: { node: ">=18" } cpu: [arm64] @@ -605,10 +607,10 @@ packages: requiresBuild: true optional: true - /@esbuild/android-arm@0.27.2: + /@esbuild/android-arm@0.27.3: resolution: { - integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==, + integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==, } engines: { node: ">=18" } cpu: [arm] @@ -616,10 +618,10 @@ packages: requiresBuild: true optional: true - /@esbuild/android-x64@0.27.2: + /@esbuild/android-x64@0.27.3: resolution: { - integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==, + integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==, } engines: { node: ">=18" } cpu: [x64] @@ -627,10 +629,10 @@ packages: requiresBuild: true optional: true - /@esbuild/darwin-arm64@0.27.2: + /@esbuild/darwin-arm64@0.27.3: resolution: { - integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==, + integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==, } engines: { node: ">=18" } cpu: [arm64] @@ -638,10 +640,10 @@ packages: requiresBuild: true optional: true - /@esbuild/darwin-x64@0.27.2: + /@esbuild/darwin-x64@0.27.3: resolution: { - integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==, + integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==, } engines: { node: ">=18" } cpu: [x64] @@ -649,10 +651,10 @@ packages: requiresBuild: true optional: true - /@esbuild/freebsd-arm64@0.27.2: + /@esbuild/freebsd-arm64@0.27.3: resolution: { - integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==, + integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==, } engines: { node: ">=18" } cpu: [arm64] @@ -660,10 +662,10 @@ packages: requiresBuild: true optional: true - /@esbuild/freebsd-x64@0.27.2: + /@esbuild/freebsd-x64@0.27.3: resolution: { - integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==, + integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==, } engines: { node: ">=18" } cpu: [x64] @@ -671,10 +673,10 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-arm64@0.27.2: + /@esbuild/linux-arm64@0.27.3: resolution: { - integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==, + integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==, } engines: { node: ">=18" } cpu: [arm64] @@ -682,10 +684,10 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-arm@0.27.2: + /@esbuild/linux-arm@0.27.3: resolution: { - integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==, + integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==, } engines: { node: ">=18" } cpu: [arm] @@ -693,10 +695,10 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-ia32@0.27.2: + /@esbuild/linux-ia32@0.27.3: resolution: { - integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==, + integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==, } engines: { node: ">=18" } cpu: [ia32] @@ -704,10 +706,10 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-loong64@0.27.2: + /@esbuild/linux-loong64@0.27.3: resolution: { - integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==, + integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==, } engines: { node: ">=18" } cpu: [loong64] @@ -715,10 +717,10 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-mips64el@0.27.2: + /@esbuild/linux-mips64el@0.27.3: resolution: { - integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==, + integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==, } engines: { node: ">=18" } cpu: [mips64el] @@ -726,10 +728,10 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-ppc64@0.27.2: + /@esbuild/linux-ppc64@0.27.3: resolution: { - integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==, + integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==, } engines: { node: ">=18" } cpu: [ppc64] @@ -737,10 +739,10 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-riscv64@0.27.2: + /@esbuild/linux-riscv64@0.27.3: resolution: { - integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==, + integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==, } engines: { node: ">=18" } cpu: [riscv64] @@ -748,10 +750,10 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-s390x@0.27.2: + /@esbuild/linux-s390x@0.27.3: resolution: { - integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==, + integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==, } engines: { node: ">=18" } cpu: [s390x] @@ -759,10 +761,10 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-x64@0.27.2: + /@esbuild/linux-x64@0.27.3: resolution: { - integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==, + integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==, } engines: { node: ">=18" } cpu: [x64] @@ -770,10 +772,10 @@ packages: requiresBuild: true optional: true - /@esbuild/netbsd-arm64@0.27.2: + /@esbuild/netbsd-arm64@0.27.3: resolution: { - integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==, + integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==, } engines: { node: ">=18" } cpu: [arm64] @@ -781,10 +783,10 @@ packages: requiresBuild: true optional: true - /@esbuild/netbsd-x64@0.27.2: + /@esbuild/netbsd-x64@0.27.3: resolution: { - integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==, + integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==, } engines: { node: ">=18" } cpu: [x64] @@ -792,10 +794,10 @@ packages: requiresBuild: true optional: true - /@esbuild/openbsd-arm64@0.27.2: + /@esbuild/openbsd-arm64@0.27.3: resolution: { - integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==, + integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==, } engines: { node: ">=18" } cpu: [arm64] @@ -803,10 +805,10 @@ packages: requiresBuild: true optional: true - /@esbuild/openbsd-x64@0.27.2: + /@esbuild/openbsd-x64@0.27.3: resolution: { - integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==, + integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==, } engines: { node: ">=18" } cpu: [x64] @@ -814,10 +816,10 @@ packages: requiresBuild: true optional: true - /@esbuild/openharmony-arm64@0.27.2: + /@esbuild/openharmony-arm64@0.27.3: resolution: { - integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==, + integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==, } engines: { node: ">=18" } cpu: [arm64] @@ -825,10 +827,10 @@ packages: requiresBuild: true optional: true - /@esbuild/sunos-x64@0.27.2: + /@esbuild/sunos-x64@0.27.3: resolution: { - integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==, + integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==, } engines: { node: ">=18" } cpu: [x64] @@ -836,10 +838,10 @@ packages: requiresBuild: true optional: true - /@esbuild/win32-arm64@0.27.2: + /@esbuild/win32-arm64@0.27.3: resolution: { - integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==, + integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==, } engines: { node: ">=18" } cpu: [arm64] @@ -847,10 +849,10 @@ packages: requiresBuild: true optional: true - /@esbuild/win32-ia32@0.27.2: + /@esbuild/win32-ia32@0.27.3: resolution: { - integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==, + integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==, } engines: { node: ">=18" } cpu: [ia32] @@ -858,10 +860,10 @@ packages: requiresBuild: true optional: true - /@esbuild/win32-x64@0.27.2: + /@esbuild/win32-x64@0.27.3: resolution: { - integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==, + integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==, } engines: { node: ">=18" } cpu: [x64] @@ -1210,250 +1212,250 @@ packages: } dev: false - /@rollup/rollup-android-arm-eabi@4.57.0: + /@rollup/rollup-android-arm-eabi@4.57.1: resolution: { - integrity: sha512-tPgXB6cDTndIe1ah7u6amCI1T0SsnlOuKgg10Xh3uizJk4e5M1JGaUMk7J4ciuAUcFpbOiNhm2XIjP9ON0dUqA==, + integrity: sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==, } cpu: [arm] os: [android] requiresBuild: true optional: true - /@rollup/rollup-android-arm64@4.57.0: + /@rollup/rollup-android-arm64@4.57.1: resolution: { - integrity: sha512-sa4LyseLLXr1onr97StkU1Nb7fWcg6niokTwEVNOO7awaKaoRObQ54+V/hrF/BP1noMEaaAW6Fg2d/CfLiq3Mg==, + integrity: sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==, } cpu: [arm64] os: [android] requiresBuild: true optional: true - /@rollup/rollup-darwin-arm64@4.57.0: + /@rollup/rollup-darwin-arm64@4.57.1: resolution: { - integrity: sha512-/NNIj9A7yLjKdmkx5dC2XQ9DmjIECpGpwHoGmA5E1AhU0fuICSqSWScPhN1yLCkEdkCwJIDu2xIeLPs60MNIVg==, + integrity: sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==, } cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@rollup/rollup-darwin-x64@4.57.0: + /@rollup/rollup-darwin-x64@4.57.1: resolution: { - integrity: sha512-xoh8abqgPrPYPr7pTYipqnUi1V3em56JzE/HgDgitTqZBZ3yKCWI+7KUkceM6tNweyUKYru1UMi7FC060RyKwA==, + integrity: sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==, } cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@rollup/rollup-freebsd-arm64@4.57.0: + /@rollup/rollup-freebsd-arm64@4.57.1: resolution: { - integrity: sha512-PCkMh7fNahWSbA0OTUQ2OpYHpjZZr0hPr8lId8twD7a7SeWrvT3xJVyza+dQwXSSq4yEQTMoXgNOfMCsn8584g==, + integrity: sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==, } cpu: [arm64] os: [freebsd] requiresBuild: true optional: true - /@rollup/rollup-freebsd-x64@4.57.0: + /@rollup/rollup-freebsd-x64@4.57.1: resolution: { - integrity: sha512-1j3stGx+qbhXql4OCDZhnK7b01s6rBKNybfsX+TNrEe9JNq4DLi1yGiR1xW+nL+FNVvI4D02PUnl6gJ/2y6WJA==, + integrity: sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==, } cpu: [x64] os: [freebsd] requiresBuild: true optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.57.0: + /@rollup/rollup-linux-arm-gnueabihf@4.57.1: resolution: { - integrity: sha512-eyrr5W08Ms9uM0mLcKfM/Uzx7hjhz2bcjv8P2uynfj0yU8GGPdz8iYrBPhiLOZqahoAMB8ZiolRZPbbU2MAi6Q==, + integrity: sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==, } cpu: [arm] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-arm-musleabihf@4.57.0: + /@rollup/rollup-linux-arm-musleabihf@4.57.1: resolution: { - integrity: sha512-Xds90ITXJCNyX9pDhqf85MKWUI4lqjiPAipJ8OLp8xqI2Ehk+TCVhF9rvOoN8xTbcafow3QOThkNnrM33uCFQA==, + integrity: sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==, } cpu: [arm] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-arm64-gnu@4.57.0: + /@rollup/rollup-linux-arm64-gnu@4.57.1: resolution: { - integrity: sha512-Xws2KA4CLvZmXjy46SQaXSejuKPhwVdaNinldoYfqruZBaJHqVo6hnRa8SDo9z7PBW5x84SH64+izmldCgbezw==, + integrity: sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==, } cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-arm64-musl@4.57.0: + /@rollup/rollup-linux-arm64-musl@4.57.1: resolution: { - integrity: sha512-hrKXKbX5FdaRJj7lTMusmvKbhMJSGWJ+w++4KmjiDhpTgNlhYobMvKfDoIWecy4O60K6yA4SnztGuNTQF+Lplw==, + integrity: sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==, } cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-loong64-gnu@4.57.0: + /@rollup/rollup-linux-loong64-gnu@4.57.1: resolution: { - integrity: sha512-6A+nccfSDGKsPm00d3xKcrsBcbqzCTAukjwWK6rbuAnB2bHaL3r9720HBVZ/no7+FhZLz/U3GwwZZEh6tOSI8Q==, + integrity: sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==, } cpu: [loong64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-loong64-musl@4.57.0: + /@rollup/rollup-linux-loong64-musl@4.57.1: resolution: { - integrity: sha512-4P1VyYUe6XAJtQH1Hh99THxr0GKMMwIXsRNOceLrJnaHTDgk1FTcTimDgneRJPvB3LqDQxUmroBclQ1S0cIJwQ==, + integrity: sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==, } cpu: [loong64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-ppc64-gnu@4.57.0: + /@rollup/rollup-linux-ppc64-gnu@4.57.1: resolution: { - integrity: sha512-8Vv6pLuIZCMcgXre6c3nOPhE0gjz1+nZP6T+hwWjr7sVH8k0jRkH+XnfjjOTglyMBdSKBPPz54/y1gToSKwrSQ==, + integrity: sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==, } cpu: [ppc64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-ppc64-musl@4.57.0: + /@rollup/rollup-linux-ppc64-musl@4.57.1: resolution: { - integrity: sha512-r1te1M0Sm2TBVD/RxBPC6RZVwNqUTwJTA7w+C/IW5v9Ssu6xmxWEi+iJQlpBhtUiT1raJ5b48pI8tBvEjEFnFA==, + integrity: sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==, } cpu: [ppc64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-riscv64-gnu@4.57.0: + /@rollup/rollup-linux-riscv64-gnu@4.57.1: resolution: { - integrity: sha512-say0uMU/RaPm3CDQLxUUTF2oNWL8ysvHkAjcCzV2znxBr23kFfaxocS9qJm+NdkRhF8wtdEEAJuYcLPhSPbjuQ==, + integrity: sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==, } cpu: [riscv64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-riscv64-musl@4.57.0: + /@rollup/rollup-linux-riscv64-musl@4.57.1: resolution: { - integrity: sha512-/MU7/HizQGsnBREtRpcSbSV1zfkoxSTR7wLsRmBPQ8FwUj5sykrP1MyJTvsxP5KBq9SyE6kH8UQQQwa0ASeoQQ==, + integrity: sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==, } cpu: [riscv64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-s390x-gnu@4.57.0: + /@rollup/rollup-linux-s390x-gnu@4.57.1: resolution: { - integrity: sha512-Q9eh+gUGILIHEaJf66aF6a414jQbDnn29zeu0eX3dHMuysnhTvsUvZTCAyZ6tJhUjnvzBKE4FtuaYxutxRZpOg==, + integrity: sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==, } cpu: [s390x] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-x64-gnu@4.57.0: + /@rollup/rollup-linux-x64-gnu@4.57.1: resolution: { - integrity: sha512-OR5p5yG5OKSxHReWmwvM0P+VTPMwoBS45PXTMYaskKQqybkS3Kmugq1W+YbNWArF8/s7jQScgzXUhArzEQ7x0A==, + integrity: sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==, } cpu: [x64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-x64-musl@4.57.0: + /@rollup/rollup-linux-x64-musl@4.57.1: resolution: { - integrity: sha512-XeatKzo4lHDsVEbm1XDHZlhYZZSQYym6dg2X/Ko0kSFgio+KXLsxwJQprnR48GvdIKDOpqWqssC3iBCjoMcMpw==, + integrity: sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==, } cpu: [x64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-openbsd-x64@4.57.0: + /@rollup/rollup-openbsd-x64@4.57.1: resolution: { - integrity: sha512-Lu71y78F5qOfYmubYLHPcJm74GZLU6UJ4THkf/a1K7Tz2ycwC2VUbsqbJAXaR6Bx70SRdlVrt2+n5l7F0agTUw==, + integrity: sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==, } cpu: [x64] os: [openbsd] requiresBuild: true optional: true - /@rollup/rollup-openharmony-arm64@4.57.0: + /@rollup/rollup-openharmony-arm64@4.57.1: resolution: { - integrity: sha512-v5xwKDWcu7qhAEcsUubiav7r+48Uk/ENWdr82MBZZRIm7zThSxCIVDfb3ZeRRq9yqk+oIzMdDo6fCcA5DHfMyA==, + integrity: sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==, } cpu: [arm64] os: [openharmony] requiresBuild: true optional: true - /@rollup/rollup-win32-arm64-msvc@4.57.0: + /@rollup/rollup-win32-arm64-msvc@4.57.1: resolution: { - integrity: sha512-XnaaaSMGSI6Wk8F4KK3QP7GfuuhjGchElsVerCplUuxRIzdvZ7hRBpLR0omCmw+kI2RFJB80nenhOoGXlJ5TfQ==, + integrity: sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==, } cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@rollup/rollup-win32-ia32-msvc@4.57.0: + /@rollup/rollup-win32-ia32-msvc@4.57.1: resolution: { - integrity: sha512-3K1lP+3BXY4t4VihLw5MEg6IZD3ojSYzqzBG571W3kNQe4G4CcFpSUQVgurYgib5d+YaCjeFow8QivWp8vuSvA==, + integrity: sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==, } cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@rollup/rollup-win32-x64-gnu@4.57.0: + /@rollup/rollup-win32-x64-gnu@4.57.1: resolution: { - integrity: sha512-MDk610P/vJGc5L5ImE4k5s+GZT3en0KoK1MKPXCRgzmksAMk79j4h3k1IerxTNqwDLxsGxStEZVBqG0gIqZqoA==, + integrity: sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==, } cpu: [x64] os: [win32] requiresBuild: true optional: true - /@rollup/rollup-win32-x64-msvc@4.57.0: + /@rollup/rollup-win32-x64-msvc@4.57.1: resolution: { - integrity: sha512-Zv7v6q6aV+VslnpwzqKAmrk5JdVkLUzok2208ZXGipjb+msxBr/fJPZyeEXiFgH7k62Ak0SLIfxQRZQvTuf7rQ==, + integrity: sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==, } cpu: [x64] os: [win32] @@ -1495,7 +1497,7 @@ packages: optional: true dependencies: "@babel/generator": 7.17.7 - "@babel/parser": 7.28.6 + "@babel/parser": 7.29.0 "@babel/traverse": 7.23.2 "@babel/types": 7.17.0 javascript-natural-sort: 0.7.1 @@ -1553,10 +1555,10 @@ packages: } dev: true - /@types/node@20.19.30: + /@types/node@20.19.33: resolution: { - integrity: sha512-WJtwWJu7UdlvzEAUm484QNg5eAoq5QR08KDNx7g45Usrs2NtOPiX8ugDqmKdXkyL03rBqU5dYNYVQetEpBHq2g==, + integrity: sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==, } dependencies: undici-types: 6.21.0 @@ -1682,7 +1684,7 @@ packages: globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.7.3 + semver: 7.7.4 ts-api-utils: 1.4.3(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: @@ -1719,10 +1721,10 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typespec/ts-http-runtime@0.3.2: + /@typespec/ts-http-runtime@0.3.3: resolution: { - integrity: sha512-IlqQ/Gv22xUC1r/WQm4StLkYQmaaTsXAhUVsNE0+xiyf0yRFiH5++q78U3bw6bLKDCTmh0uqKB9eG9+Bt75Dkg==, + integrity: sha512-91fp6CAAJSRtH5ja95T1FHSKa8aPW9/Zw6cta81jlZTUw/+Vq8jM/AfF/14h2b71wwR84JUTW/3Y8QPhDAawFA==, } engines: { node: ">=20.0.0" } dependencies: @@ -1989,7 +1991,7 @@ packages: "@vitest/spy": 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.21 - vite: 7.3.1(@types/node@20.19.30) + vite: 7.3.1(@types/node@20.19.33) dev: false /@vitest/pretty-format@3.2.4: @@ -2324,13 +2326,13 @@ packages: hasBin: true dependencies: baseline-browser-mapping: 2.9.19 - caniuse-lite: 1.0.30001766 - electron-to-chromium: 1.5.279 + caniuse-lite: 1.0.30001769 + electron-to-chromium: 1.5.286 node-releases: 2.0.27 update-browserslist-db: 1.2.3(browserslist@4.28.1) dev: true - /bundle-require@5.1.0(esbuild@0.27.2): + /bundle-require@5.1.0(esbuild@0.27.3): resolution: { integrity: sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==, @@ -2339,7 +2341,7 @@ packages: peerDependencies: esbuild: ">=0.18" dependencies: - esbuild: 0.27.2 + esbuild: 0.27.3 load-tsconfig: 0.2.5 dev: true @@ -2425,10 +2427,10 @@ packages: engines: { node: ">=6" } dev: true - /caniuse-lite@1.0.30001766: + /caniuse-lite@1.0.30001769: resolution: { - integrity: sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==, + integrity: sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==, } dev: true @@ -2702,10 +2704,10 @@ packages: gopd: 1.2.0 dev: true - /electron-to-chromium@1.5.279: + /electron-to-chromium@1.5.286: resolution: { - integrity: sha512-0bblUU5UNdOt5G7XqGiJtpZMONma6WAfq9vsFmtn9x1+joAObr6x1chfqyxFSDCAFwFhCQDrqeAr6MYdpwJ9Hg==, + integrity: sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==, } dev: true @@ -2847,41 +2849,41 @@ packages: is-symbol: 1.1.1 dev: true - /esbuild@0.27.2: + /esbuild@0.27.3: resolution: { - integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==, + integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==, } engines: { node: ">=18" } hasBin: true requiresBuild: true optionalDependencies: - "@esbuild/aix-ppc64": 0.27.2 - "@esbuild/android-arm": 0.27.2 - "@esbuild/android-arm64": 0.27.2 - "@esbuild/android-x64": 0.27.2 - "@esbuild/darwin-arm64": 0.27.2 - "@esbuild/darwin-x64": 0.27.2 - "@esbuild/freebsd-arm64": 0.27.2 - "@esbuild/freebsd-x64": 0.27.2 - "@esbuild/linux-arm": 0.27.2 - "@esbuild/linux-arm64": 0.27.2 - "@esbuild/linux-ia32": 0.27.2 - "@esbuild/linux-loong64": 0.27.2 - "@esbuild/linux-mips64el": 0.27.2 - "@esbuild/linux-ppc64": 0.27.2 - "@esbuild/linux-riscv64": 0.27.2 - "@esbuild/linux-s390x": 0.27.2 - "@esbuild/linux-x64": 0.27.2 - "@esbuild/netbsd-arm64": 0.27.2 - "@esbuild/netbsd-x64": 0.27.2 - "@esbuild/openbsd-arm64": 0.27.2 - "@esbuild/openbsd-x64": 0.27.2 - "@esbuild/openharmony-arm64": 0.27.2 - "@esbuild/sunos-x64": 0.27.2 - "@esbuild/win32-arm64": 0.27.2 - "@esbuild/win32-ia32": 0.27.2 - "@esbuild/win32-x64": 0.27.2 + "@esbuild/aix-ppc64": 0.27.3 + "@esbuild/android-arm": 0.27.3 + "@esbuild/android-arm64": 0.27.3 + "@esbuild/android-x64": 0.27.3 + "@esbuild/darwin-arm64": 0.27.3 + "@esbuild/darwin-x64": 0.27.3 + "@esbuild/freebsd-arm64": 0.27.3 + "@esbuild/freebsd-x64": 0.27.3 + "@esbuild/linux-arm": 0.27.3 + "@esbuild/linux-arm64": 0.27.3 + "@esbuild/linux-ia32": 0.27.3 + "@esbuild/linux-loong64": 0.27.3 + "@esbuild/linux-mips64el": 0.27.3 + "@esbuild/linux-ppc64": 0.27.3 + "@esbuild/linux-riscv64": 0.27.3 + "@esbuild/linux-s390x": 0.27.3 + "@esbuild/linux-x64": 0.27.3 + "@esbuild/netbsd-arm64": 0.27.3 + "@esbuild/netbsd-x64": 0.27.3 + "@esbuild/openbsd-arm64": 0.27.3 + "@esbuild/openbsd-x64": 0.27.3 + "@esbuild/openharmony-arm64": 0.27.3 + "@esbuild/sunos-x64": 0.27.3 + "@esbuild/win32-arm64": 0.27.3 + "@esbuild/win32-ia32": 0.27.3 + "@esbuild/win32-x64": 0.27.3 /escalade@3.2.0: resolution: @@ -2952,7 +2954,7 @@ packages: debug: 4.4.3 eslint: 8.57.1 eslint-plugin-import: 2.32.0(@typescript-eslint/parser@7.18.0)(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1) - get-tsconfig: 4.13.0 + get-tsconfig: 4.13.6 is-bun-module: 2.0.0 stable-hash: 0.0.5 tinyglobby: 0.2.15 @@ -3373,10 +3375,10 @@ packages: } dev: true - /fast-xml-parser@5.3.3: + /fast-xml-parser@5.3.5: resolution: { - integrity: sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==, + integrity: sha512-JeaA2Vm9ffQKp9VjvfzObuMCjUYAp5WDYhRYL5LrBPY/jUDlUtOvDfot0vKSkB9tuX885BDHjtw4fZadD95wnA==, } hasBin: true dependencies: @@ -3445,7 +3447,7 @@ packages: dependencies: magic-string: 0.30.21 mlly: 1.8.0 - rollup: 4.57.0 + rollup: 4.57.1 dev: true /flat-cache@3.2.0: @@ -3592,10 +3594,10 @@ packages: get-intrinsic: 1.3.0 dev: true - /get-tsconfig@4.13.0: + /get-tsconfig@4.13.6: resolution: { - integrity: sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==, + integrity: sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==, } dependencies: resolve-pkg-maps: 1.0.0 @@ -3626,7 +3628,7 @@ packages: { integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, } - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -3933,7 +3935,7 @@ packages: integrity: sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==, } dependencies: - semver: 7.7.3 + semver: 7.7.4 dev: true /is-callable@1.2.7: @@ -5000,41 +5002,41 @@ packages: glob: 7.2.3 dev: true - /rollup@4.57.0: + /rollup@4.57.1: resolution: { - integrity: sha512-e5lPJi/aui4TO1LpAXIRLySmwXSE8k3b9zoGfd42p67wzxog4WHjiZF3M2uheQih4DGyc25QEV4yRBbpueNiUA==, + integrity: sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==, } engines: { node: ">=18.0.0", npm: ">=8.0.0" } hasBin: true dependencies: "@types/estree": 1.0.8 optionalDependencies: - "@rollup/rollup-android-arm-eabi": 4.57.0 - "@rollup/rollup-android-arm64": 4.57.0 - "@rollup/rollup-darwin-arm64": 4.57.0 - "@rollup/rollup-darwin-x64": 4.57.0 - "@rollup/rollup-freebsd-arm64": 4.57.0 - "@rollup/rollup-freebsd-x64": 4.57.0 - "@rollup/rollup-linux-arm-gnueabihf": 4.57.0 - "@rollup/rollup-linux-arm-musleabihf": 4.57.0 - "@rollup/rollup-linux-arm64-gnu": 4.57.0 - "@rollup/rollup-linux-arm64-musl": 4.57.0 - "@rollup/rollup-linux-loong64-gnu": 4.57.0 - "@rollup/rollup-linux-loong64-musl": 4.57.0 - "@rollup/rollup-linux-ppc64-gnu": 4.57.0 - "@rollup/rollup-linux-ppc64-musl": 4.57.0 - "@rollup/rollup-linux-riscv64-gnu": 4.57.0 - "@rollup/rollup-linux-riscv64-musl": 4.57.0 - "@rollup/rollup-linux-s390x-gnu": 4.57.0 - "@rollup/rollup-linux-x64-gnu": 4.57.0 - "@rollup/rollup-linux-x64-musl": 4.57.0 - "@rollup/rollup-openbsd-x64": 4.57.0 - "@rollup/rollup-openharmony-arm64": 4.57.0 - "@rollup/rollup-win32-arm64-msvc": 4.57.0 - "@rollup/rollup-win32-ia32-msvc": 4.57.0 - "@rollup/rollup-win32-x64-gnu": 4.57.0 - "@rollup/rollup-win32-x64-msvc": 4.57.0 + "@rollup/rollup-android-arm-eabi": 4.57.1 + "@rollup/rollup-android-arm64": 4.57.1 + "@rollup/rollup-darwin-arm64": 4.57.1 + "@rollup/rollup-darwin-x64": 4.57.1 + "@rollup/rollup-freebsd-arm64": 4.57.1 + "@rollup/rollup-freebsd-x64": 4.57.1 + "@rollup/rollup-linux-arm-gnueabihf": 4.57.1 + "@rollup/rollup-linux-arm-musleabihf": 4.57.1 + "@rollup/rollup-linux-arm64-gnu": 4.57.1 + "@rollup/rollup-linux-arm64-musl": 4.57.1 + "@rollup/rollup-linux-loong64-gnu": 4.57.1 + "@rollup/rollup-linux-loong64-musl": 4.57.1 + "@rollup/rollup-linux-ppc64-gnu": 4.57.1 + "@rollup/rollup-linux-ppc64-musl": 4.57.1 + "@rollup/rollup-linux-riscv64-gnu": 4.57.1 + "@rollup/rollup-linux-riscv64-musl": 4.57.1 + "@rollup/rollup-linux-s390x-gnu": 4.57.1 + "@rollup/rollup-linux-x64-gnu": 4.57.1 + "@rollup/rollup-linux-x64-musl": 4.57.1 + "@rollup/rollup-openbsd-x64": 4.57.1 + "@rollup/rollup-openharmony-arm64": 4.57.1 + "@rollup/rollup-win32-arm64-msvc": 4.57.1 + "@rollup/rollup-win32-ia32-msvc": 4.57.1 + "@rollup/rollup-win32-x64-gnu": 4.57.1 + "@rollup/rollup-win32-x64-msvc": 4.57.1 fsevents: 2.3.3 /run-parallel@1.2.0: @@ -5090,10 +5092,10 @@ packages: } hasBin: true - /semver@7.7.3: + /semver@7.7.4: resolution: { - integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==, + integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==, } engines: { node: ">=10" } hasBin: true @@ -5601,18 +5603,18 @@ packages: typescript: optional: true dependencies: - bundle-require: 5.1.0(esbuild@0.27.2) + bundle-require: 5.1.0(esbuild@0.27.3) cac: 6.7.14 chokidar: 4.0.3 consola: 3.4.2 debug: 4.4.3 - esbuild: 0.27.2 + esbuild: 0.27.3 fix-dts-default-cjs-exports: 1.0.1 joycon: 3.1.1 picocolors: 1.1.1 postcss-load-config: 6.0.1 resolve-from: 5.0.0 - rollup: 4.57.0 + rollup: 4.57.1 source-map: 0.7.6 sucrase: 3.35.1 tinyexec: 0.3.2 @@ -5660,10 +5662,10 @@ packages: engines: { node: ">=16" } dev: false - /type-fest@5.4.2: + /type-fest@5.4.4: resolution: { - integrity: sha512-FLEenlVYf7Zcd34ISMLo3ZzRE1gRjY1nMDTp+bQRBiPsaKyIW8K3Zr99ioHDUgA9OGuGGJPyYpNcffGmBhJfGg==, + integrity: sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw==, } engines: { node: ">=20" } dependencies: @@ -5840,7 +5842,7 @@ packages: punycode: 2.3.1 dev: true - /vite-node@3.2.4(@types/node@20.19.30): + /vite-node@3.2.4(@types/node@20.19.33): resolution: { integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==, @@ -5852,7 +5854,7 @@ packages: debug: 4.4.3 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 7.3.1(@types/node@20.19.30) + vite: 7.3.1(@types/node@20.19.33) transitivePeerDependencies: - "@types/node" - jiti @@ -5868,7 +5870,7 @@ packages: - yaml dev: false - /vite@7.3.1(@types/node@20.19.30): + /vite@7.3.1(@types/node@20.19.33): resolution: { integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==, @@ -5911,18 +5913,18 @@ packages: yaml: optional: true dependencies: - "@types/node": 20.19.30 - esbuild: 0.27.2 + "@types/node": 20.19.33 + esbuild: 0.27.3 fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 postcss: 8.5.6 - rollup: 4.57.0 + rollup: 4.57.1 tinyglobby: 0.2.15 optionalDependencies: fsevents: 2.3.3 dev: false - /vitest@3.2.4(@types/node@20.19.30): + /vitest@3.2.4(@types/node@20.19.33): resolution: { integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==, @@ -5954,7 +5956,7 @@ packages: optional: true dependencies: "@types/chai": 5.2.3 - "@types/node": 20.19.30 + "@types/node": 20.19.33 "@vitest/expect": 3.2.4 "@vitest/mocker": 3.2.4(vite@7.3.1) "@vitest/pretty-format": 3.2.4 @@ -5974,8 +5976,8 @@ packages: tinyglobby: 0.2.15 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 7.3.1(@types/node@20.19.30) - vite-node: 3.2.4(@types/node@20.19.30) + vite: 7.3.1(@types/node@20.19.33) + vite-node: 3.2.4(@types/node@20.19.33) why-is-node-running: 2.3.0 transitivePeerDependencies: - jiti @@ -6102,10 +6104,10 @@ packages: engines: { node: ">=10" } dev: true - github.com/DeterminateSystems/detsys-ts/ecc6f7d8f51482a078b3a0ce35f90deed874cdf0: + github.com/DeterminateSystems/detsys-ts/1fd5cb877ad465a427b5510707f37dd602fab5da: resolution: { - tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/ecc6f7d8f51482a078b3a0ce35f90deed874cdf0, + tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/1fd5cb877ad465a427b5510707f37dd602fab5da, } name: detsys-ts version: 1.0.0 @@ -6114,7 +6116,7 @@ packages: "@actions/core": 2.0.3 "@actions/exec": 2.0.0 got: 14.6.6 - type-fest: 5.4.2 + type-fest: 5.4.4 transitivePeerDependencies: - supports-color dev: false