/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
google-gax
/
build
/
src
/
/var/www/greso.tech/server/nsm/node_modules/google-gax/build/src
mkdir
upload
Name
Size
Mode
Actions
bundlingCalls/
-
0755
rm
longRunningCalls/
-
0755
rm
normalCalls/
-
0755
rm
paginationCalls/
-
0755
rm
streamingCalls/
-
0755
rm
apiCaller.d.ts
1746
0644
edit
dl
rm
apiCaller.js
1037
0644
edit
dl
rm
apiCaller.js.map
322
0644
edit
dl
rm
apitypes.d.ts
2790
0644
edit
dl
rm
apitypes.js
709
0644
edit
dl
rm
apitypes.js.map
134
0644
edit
dl
rm
call.d.ts
1957
0644
edit
dl
rm
call.js
3885
0644
edit
dl
rm
call.js.map
2110
0644
edit
dl
rm
clientInterface.d.ts
1752
0644
edit
dl
rm
clientInterface.js
908
0644
edit
dl
rm
clientInterface.js.map
333
0644
edit
dl
rm
createApiCall.d.ts
1802
0644
edit
dl
rm
createApiCall.js
4498
0644
edit
dl
rm
createApiCall.js.map
1874
0644
edit
dl
rm
descriptor.d.ts
1073
0644
edit
dl
rm
descriptor.js
1691
0644
edit
dl
rm
descriptor.js.map
286
0644
edit
dl
rm
fallback.d.ts
7761
0644
edit
dl
rm
fallback.js
16991
0644
edit
dl
rm
fallback.js.map
7196
0644
edit
dl
rm
fallbackProto.d.ts
946
0644
edit
dl
rm
fallbackProto.js
2266
0644
edit
dl
rm
fallbackProto.js.map
1429
0644
edit
dl
rm
fallbackRest.d.ts
969
0644
edit
dl
rm
fallbackRest.js
3353
0644
edit
dl
rm
fallbackRest.js.map
2139
0644
edit
dl
rm
fallbackServiceStub.d.ts
1683
0644
edit
dl
rm
fallbackServiceStub.js
6326
0644
edit
dl
rm
fallbackServiceStub.js.map
3663
0644
edit
dl
rm
featureDetection.d.ts
856
0644
edit
dl
rm
featureDetection.js
2114
0644
edit
dl
rm
featureDetection.js.map
924
0644
edit
dl
rm
gax.d.ts
15050
0644
edit
dl
rm
gax.js
22520
0644
edit
dl
rm
gax.js.map
8360
0644
edit
dl
rm
googleError.d.ts
2426
0644
edit
dl
rm
googleError.js
9885
0644
edit
dl
rm
googleError.js.map
6023
0644
edit
dl
rm
grpc.d.ts
9025
0644
edit
dl
rm
grpc.js
20632
0644
edit
dl
rm
grpc.js.map
11416
0644
edit
dl
rm
iamService.d.ts
5954
0644
edit
dl
rm
iamService.js
9053
0644
edit
dl
rm
iamService.js.map
5948
0644
edit
dl
rm
iam_policy_service_client_config.json
1063
0644
edit
dl
rm
index.d.ts
3101
0644
edit
dl
rm
index.js
7450
0644
edit
dl
rm
index.js.map
1680
0644
edit
dl
rm
locationService.d.ts
7410
0644
edit
dl
rm
locationService.js
17079
0644
edit
dl
rm
locationService.js.map
7041
0644
edit
dl
rm
locations_client_config.json
933
0644
edit
dl
rm
operationsClient.d.ts
16313
0644
edit
dl
rm
operationsClient.js
19983
0644
edit
dl
rm
operationsClient.js.map
5743
0644
edit
dl
rm
operations_client_config.json
1249
0644
edit
dl
rm
pathTemplate.d.ts
1966
0644
edit
dl
rm
pathTemplate.js
9933
0644
edit
dl
rm
pathTemplate.js.map
6595
0644
edit
dl
rm
protobuf.d.ts
651
0644
edit
dl
rm
protobuf.js
1037
0644
edit
dl
rm
protobuf.js.map
207
0644
edit
dl
rm
protosList.json
4921
0644
edit
dl
rm
routingHeader.d.ts
1124
0644
edit
dl
rm
routingHeader.js
1317
0644
edit
dl
rm
routingHeader.js.map
283
0644
edit
dl
rm
status.d.ts
1153
0644
edit
dl
rm
status.js
3229
0644
edit
dl
rm
status.js.map
1570
0644
edit
dl
rm
streamArrayParser.d.ts
2273
0644
edit
dl
rm
streamArrayParser.js
6169
0644
edit
dl
rm
streamArrayParser.js.map
3259
0644
edit
dl
rm
transcoding.d.ts
2371
0644
edit
dl
rm
transcoding.js
10877
0644
edit
dl
rm
transcoding.js.map
8674
0644
edit
dl
rm
util.d.ts
1254
0644
edit
dl
rm
util.js
3473
0644
edit
dl
rm
util.js.map
2359
0644
edit
dl
rm
warnings.d.ts
682
0644
edit
dl
rm
warnings.js
1381
0644
edit
dl
rm
warnings.js.map
634
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/google-gax/build/src/transcoding.js
(10877B)
"use strict"; /** * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.overrideHttpRules = exports.transcode = exports.isProto3OptionalField = exports.flattenObject = exports.match = exports.applyPattern = exports.encodeWithoutSlashes = exports.encodeWithSlashes = exports.buildQueryStringComponents = exports.deleteField = exports.deepCopyWithoutMatchedFields = exports.getField = void 0; const util_1 = require("./util"); const httpOptionName = '(google.api.http)'; const proto3OptionalName = 'proto3_optional'; // List of methods as defined in google/api/http.proto (see HttpRule) const supportedHttpMethods = ['get', 'post', 'put', 'patch', 'delete']; function getField(request, field, allowObjects = false // in most cases, we need leaf fields ) { const parts = field.split('.'); let value = request; for (const part of parts) { if (typeof value !== 'object') { return undefined; } value = value[part]; } if (!allowObjects && typeof value === 'object' && !Array.isArray(value) && value !== null) { return undefined; } return value; } exports.getField = getField; function deepCopyWithoutMatchedFields(request, fieldsToSkip, fullNamePrefix = '') { if (typeof request !== 'object' || request === null) { return request; } const copy = Object.assign({}, request); for (const key in copy) { if (fieldsToSkip.has(`${fullNamePrefix}${key}`)) { delete copy[key]; continue; } const nextFullNamePrefix = `${fullNamePrefix}${key}.`; if (Array.isArray(copy[key])) { // a field of an array cannot be addressed as "request.field", so we omit the skipping logic for array descendants copy[key] = copy[key].map(value => deepCopyWithoutMatchedFields(value, new Set())); } else if (typeof copy[key] === 'object' && copy[key] !== null) { copy[key] = deepCopyWithoutMatchedFields(copy[key], fieldsToSkip, nextFullNamePrefix); } } return copy; } exports.deepCopyWithoutMatchedFields = deepCopyWithoutMatchedFields; function deleteField(request, field) { const parts = field.split('.'); while (parts.length > 1) { if (typeof request !== 'object') { return; } const part = parts.shift(); request = request[part]; } const part = parts.shift(); if (typeof request !== 'object') { return; } delete request[part]; } exports.deleteField = deleteField; function buildQueryStringComponents(request, prefix = '') { const resultList = []; for (const key in request) { if (Array.isArray(request[key])) { for (const value of request[key]) { resultList.push(`${prefix}${encodeWithoutSlashes(key)}=${encodeWithoutSlashes(value.toString())}`); } } else if (typeof request[key] === 'object' && request[key] !== null) { resultList.push(...buildQueryStringComponents(request[key], `${key}.`)); } else { resultList.push(`${prefix}${encodeWithoutSlashes(key)}=${encodeWithoutSlashes(request[key] === null ? 'null' : request[key].toString())}`); } } return resultList; } exports.buildQueryStringComponents = buildQueryStringComponents; function encodeWithSlashes(str) { return str .split('') .map(c => (c.match(/[-_.~0-9a-zA-Z]/) ? c : encodeURIComponent(c))) .join(''); } exports.encodeWithSlashes = encodeWithSlashes; function encodeWithoutSlashes(str) { return str .split('') .map(c => (c.match(/[-_.~0-9a-zA-Z/]/) ? c : encodeURIComponent(c))) .join(''); } exports.encodeWithoutSlashes = encodeWithoutSlashes; function escapeRegExp(str) { return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); } function applyPattern(pattern, fieldValue) { if (!pattern || pattern === '*') { return encodeWithSlashes(fieldValue); } if (!pattern.includes('*') && pattern !== fieldValue) { return undefined; } // since we're converting the pattern to a regex, make necessary precautions: const regex = new RegExp('^' + escapeRegExp(pattern) .replace(/\\\*\\\*/g, '(.+)') .replace(/\\\*/g, '([^/]+)') + '$'); if (!fieldValue.match(regex)) { return undefined; } return encodeWithoutSlashes(fieldValue); } exports.applyPattern = applyPattern; function fieldToCamelCase(field) { const parts = field.split('.'); return parts.map(part => (0, util_1.toCamelCase)(part)).join('.'); } function match(request, pattern) { let url = pattern; const matchedFields = []; for (;;) { const match = url.match(/^(.*)\{([^}=]+)(?:=([^}]*))?\}(.*)/); if (!match) { break; } const [, before, field, pattern, after] = match; const camelCasedField = fieldToCamelCase(field); matchedFields.push(fieldToCamelCase(camelCasedField)); const fieldValue = getField(request, camelCasedField); if (fieldValue === undefined) { return undefined; } const appliedPattern = applyPattern(pattern, fieldValue === null ? 'null' : fieldValue.toString()); if (appliedPattern === undefined) { return undefined; } url = before + appliedPattern + after; } return { matchedFields, url }; } exports.match = match; function flattenObject(request) { const result = {}; for (const key in request) { if (request[key] === undefined) { continue; } if (Array.isArray(request[key])) { // According to the http.proto comments, a repeated field may only // contain primitive types, so no extra recursion here. result[key] = request[key]; continue; } if (typeof request[key] === 'object' && request[key] !== null) { const nested = flattenObject(request[key]); for (const nestedKey in nested) { result[`${key}.${nestedKey}`] = nested[nestedKey]; } continue; } result[key] = request[key]; } return result; } exports.flattenObject = flattenObject; function isProto3OptionalField(field) { return field && field.options && field.options[proto3OptionalName]; } exports.isProto3OptionalField = isProto3OptionalField; function transcode(request, parsedOptions) { const httpRules = []; for (const option of parsedOptions) { if (!(httpOptionName in option)) { continue; } const httpRule = option[httpOptionName]; httpRules.push(httpRule); if (httpRule === null || httpRule === void 0 ? void 0 : httpRule.additional_bindings) { const additionalBindings = Array.isArray(httpRule.additional_bindings) ? httpRule.additional_bindings : [httpRule.additional_bindings]; httpRules.push(...additionalBindings); } } for (const httpRule of httpRules) { for (const httpMethod of supportedHttpMethods) { if (!(httpMethod in httpRule)) { continue; } const pathTemplate = httpRule[httpMethod]; const matchResult = match(request, pathTemplate); if (matchResult === undefined) { continue; } const { url, matchedFields } = matchResult; let data = deepCopyWithoutMatchedFields(request, new Set(matchedFields)); if (httpRule.body === '*') { return { httpMethod, url, queryString: '', data }; } // one field possibly goes to request data, others go to query string const queryStringObject = data; if (httpRule.body) { data = getField(queryStringObject, fieldToCamelCase(httpRule.body), /*allowObjects:*/ true); deleteField(queryStringObject, fieldToCamelCase(httpRule.body)); } else { data = ''; } const queryStringComponents = buildQueryStringComponents(queryStringObject); const queryString = queryStringComponents.join('&'); if (!data || (typeof data === 'object' && Object.keys(data).length === 0)) { data = ''; } return { httpMethod, url, queryString, data }; } } return undefined; } exports.transcode = transcode; // Override the protobuf json's the http rules. function overrideHttpRules(httpRules, protoJson) { for (const rule of httpRules) { if (!rule.selector) { continue; } const rpc = protoJson.lookup(rule.selector); // Not support override on non-exist RPC or a RPC without an annotation. // We could reconsider if we have the use case later. if (!rpc || !rpc.parsedOptions) { continue; } for (const item of rpc.parsedOptions) { if (!(httpOptionName in item)) { continue; } const httpOptions = item[httpOptionName]; for (const httpMethod in httpOptions) { if (httpMethod in rule) { if (httpMethod === 'additional_bindings') { continue; } httpOptions[httpMethod] = rule[httpMethod]; } if (rule.additional_bindings) { httpOptions['additional_bindings'] = !httpOptions['additional_bindings'] ? [] : Array.isArray(httpOptions['additional_bindings']) ? httpOptions['additional_bindings'] : [httpOptions['additional_bindings']]; // Make the additional_binding to be an array if it is not. httpOptions['additional_bindings'].push(...rule.additional_bindings); } } } } } exports.overrideHttpRules = overrideHttpRules; //# sourceMappingURL=transcoding.js.map
Save
cmd:
run