@databricks/sdk-core 0.34.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apierror/apierror.d.ts +52 -49
- package/dist/apierror/apierror.d.ts.map +1 -1
- package/dist/apierror/apierror.js +124 -172
- package/dist/apierror/apierror.js.map +1 -1
- package/dist/apierror/codes/codes.d.ts +113 -113
- package/dist/apierror/codes/codes.d.ts.map +1 -1
- package/dist/apierror/codes/codes.js +24 -115
- package/dist/apierror/codes/codes.js.map +1 -1
- package/dist/apierror/codes/index.d.ts +2 -7
- package/dist/apierror/codes/index.js +3 -7
- package/dist/apierror/details.d.ts +104 -101
- package/dist/apierror/details.d.ts.map +1 -1
- package/dist/apierror/details.js +151 -226
- package/dist/apierror/details.js.map +1 -1
- package/dist/apierror/index.d.ts +3 -8
- package/dist/apierror/index.js +3 -7
- package/dist/clientinfo/agent.d.ts +6 -3
- package/dist/clientinfo/agent.d.ts.map +1 -1
- package/dist/clientinfo/agent.js +134 -112
- package/dist/clientinfo/agent.js.map +1 -1
- package/dist/clientinfo/base.d.ts +13 -15
- package/dist/clientinfo/base.d.ts.map +1 -1
- package/dist/clientinfo/base.js +50 -50
- package/dist/clientinfo/base.js.map +1 -1
- package/dist/clientinfo/clientinfo.d.ts +40 -38
- package/dist/clientinfo/clientinfo.d.ts.map +1 -1
- package/dist/clientinfo/clientinfo.js +78 -88
- package/dist/clientinfo/clientinfo.js.map +1 -1
- package/dist/clientinfo/default.browser.d.ts +6 -10
- package/dist/clientinfo/default.browser.d.ts.map +1 -1
- package/dist/clientinfo/default.browser.js +24 -16
- package/dist/clientinfo/default.browser.js.map +1 -1
- package/dist/clientinfo/default.d.ts +8 -4
- package/dist/clientinfo/default.d.ts.map +1 -1
- package/dist/clientinfo/default.js +157 -102
- package/dist/clientinfo/default.js.map +1 -1
- package/dist/clientinfo/index.browser.d.ts +4 -5
- package/dist/clientinfo/index.browser.js +5 -4
- package/dist/clientinfo/index.d.ts +4 -5
- package/dist/clientinfo/index.js +5 -4
- package/dist/clientinfo/meta-harness.d.ts +6 -3
- package/dist/clientinfo/meta-harness.d.ts.map +1 -1
- package/dist/clientinfo/meta-harness.js +30 -46
- package/dist/clientinfo/meta-harness.js.map +1 -1
- package/dist/http/http.d.ts +25 -22
- package/dist/http/http.d.ts.map +1 -1
- package/dist/http/http.js +24 -34
- package/dist/http/http.js.map +1 -1
- package/dist/http/index.d.ts +2 -8
- package/dist/http/index.js +3 -7
- package/dist/index.d.ts +1 -6
- package/dist/index.js +7 -5
- package/dist/index.js.map +1 -1
- package/dist/logger/index.d.ts +2 -8
- package/dist/logger/index.js +3 -7
- package/dist/logger/logger.d.ts +26 -23
- package/dist/logger/logger.d.ts.map +1 -1
- package/dist/logger/logger.js +46 -60
- package/dist/logger/logger.js.map +1 -1
- package/dist/ops/execute.d.ts +7 -3
- package/dist/ops/execute.d.ts.map +1 -1
- package/dist/ops/execute.js +55 -67
- package/dist/ops/execute.js.map +1 -1
- package/dist/ops/index.d.ts +5 -12
- package/dist/ops/index.js +4 -9
- package/dist/ops/limiter.d.ts +5 -2
- package/dist/ops/limiter.d.ts.map +1 -1
- package/dist/ops/limiter.js +0 -2
- package/dist/ops/options.d.ts +23 -19
- package/dist/ops/options.d.ts.map +1 -1
- package/dist/ops/options.js +0 -2
- package/dist/ops/retrier.d.ts +34 -31
- package/dist/ops/retrier.d.ts.map +1 -1
- package/dist/ops/retrier.js +55 -66
- package/dist/ops/retrier.js.map +1 -1
- package/dist/package.js +6 -0
- package/dist/package.js.map +1 -0
- package/dist/profiles/errors.d.ts +7 -4
- package/dist/profiles/errors.d.ts.map +1 -1
- package/dist/profiles/errors.js +16 -17
- package/dist/profiles/errors.js.map +1 -1
- package/dist/profiles/index.browser.d.ts +4 -10
- package/dist/profiles/index.browser.js +4 -8
- package/dist/profiles/index.d.ts +5 -15
- package/dist/profiles/index.js +5 -13
- package/dist/profiles/ini.d.ts +6 -3
- package/dist/profiles/ini.d.ts.map +1 -1
- package/dist/profiles/ini.js +60 -108
- package/dist/profiles/ini.js.map +1 -1
- package/dist/profiles/profile.d.ts +66 -67
- package/dist/profiles/profile.d.ts.map +1 -1
- package/dist/profiles/profile.js +89 -84
- package/dist/profiles/profile.js.map +1 -1
- package/dist/profiles/resolve.d.ts +8 -9
- package/dist/profiles/resolve.d.ts.map +1 -1
- package/dist/profiles/resolve.js +140 -185
- package/dist/profiles/resolve.js.map +1 -1
- package/dist/profiles/secret.d.ts +15 -12
- package/dist/profiles/secret.d.ts.map +1 -1
- package/dist/profiles/secret.js +38 -35
- package/dist/profiles/secret.js.map +1 -1
- package/dist/wkt/fieldmask.d.ts +23 -20
- package/dist/wkt/fieldmask.d.ts.map +1 -1
- package/dist/wkt/fieldmask.js +53 -62
- package/dist/wkt/fieldmask.js.map +1 -1
- package/dist/wkt/index.d.ts +3 -4
- package/dist/wkt/index.js +3 -2
- package/dist/wkt/value.d.ts +6 -3
- package/dist/wkt/value.d.ts.map +1 -1
- package/dist/wkt/value.js +0 -2
- package/package.json +2 -2
- package/dist/apierror/codes/index.d.ts.map +0 -1
- package/dist/apierror/codes/index.js.map +0 -1
- package/dist/apierror/index.d.ts.map +0 -1
- package/dist/apierror/index.js.map +0 -1
- package/dist/clientinfo/index.browser.d.ts.map +0 -1
- package/dist/clientinfo/index.browser.js.map +0 -1
- package/dist/clientinfo/index.d.ts.map +0 -1
- package/dist/clientinfo/index.js.map +0 -1
- package/dist/http/index.d.ts.map +0 -1
- package/dist/http/index.js.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/logger/index.d.ts.map +0 -1
- package/dist/logger/index.js.map +0 -1
- package/dist/ops/index.d.ts.map +0 -1
- package/dist/ops/index.js.map +0 -1
- package/dist/ops/limiter.js.map +0 -1
- package/dist/ops/options.js.map +0 -1
- package/dist/profiles/index.browser.d.ts.map +0 -1
- package/dist/profiles/index.browser.js.map +0 -1
- package/dist/profiles/index.d.ts.map +0 -1
- package/dist/profiles/index.js.map +0 -1
- package/dist/wkt/index.d.ts.map +0 -1
- package/dist/wkt/index.js.map +0 -1
- package/dist/wkt/value.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.js","
|
|
1
|
+
{"version":3,"file":"resolve.js","names":[],"sources":["../../src/profiles/resolve.ts"],"sourcesContent":["/**\n * Node.js implementation of profile resolution.\n *\n * @module\n */\n\nimport {access, readFile} from 'node:fs/promises';\nimport {homedir} from 'node:os';\nimport {join} from 'node:path';\n\nimport {ProfileError} from './errors';\nimport {parseIni} from './ini';\nimport type {Profile, ProfileOptions} from './profile';\nimport {PROPERTY_DEFS, SETTINGS_SECTION} from './profile';\n\n/**\n * Reports whether a section is an empty DEFAULT section that should be\n * treated as non-existent.\n *\n * In the INI format, DEFAULT is typically a special fallback section, not a\n * regular section. Databricks historically treats DEFAULT as a regular\n * profile name. An intentionally empty [DEFAULT] section is silently ignored.\n */\nfunction isPhantomDefault(name: string, section: Map<string, string>): boolean {\n return name === 'DEFAULT' && section.size === 0;\n}\n\n/**\n * Returns ~/.databrickscfg without checking environment variables.\n */\nfunction defaultConfigFilePath(): string {\n try {\n return join(homedir(), '.databrickscfg');\n } catch {\n return '';\n }\n}\n\n/** Returns true if the file at the given path exists. */\nasync function fileExists(path: string): Promise<boolean> {\n try {\n await access(path);\n return true;\n } catch {\n return false;\n }\n}\n\n/**\n * Loads a profile from a databrickscfg file. If filePath is undefined,\n * reads DATABRICKS_CONFIG_FILE from the environment, falling back to\n * ~/.databrickscfg.\n */\nasync function loadFile(\n filePath: string | undefined,\n profileName: string | undefined\n): Promise<Profile> {\n // Determine file path.\n let explicitFile = filePath !== undefined;\n let path: string;\n\n if (filePath !== undefined) {\n path = filePath;\n } else {\n const envPath = process.env.DATABRICKS_CONFIG_FILE ?? '';\n if (envPath !== '') {\n path = envPath;\n explicitFile = true;\n } else {\n path = defaultConfigFilePath();\n }\n }\n\n // A missing default file is silently skipped.\n if (!(await fileExists(path))) {\n if (explicitFile) {\n throw new ProfileError(\n 'CONFIG_FILE_NOT_FOUND',\n `config file not found: ${path}`\n );\n }\n return {};\n }\n\n const content = await readFile(path, 'utf8');\n const data = parseIni(content);\n\n // Profile name resolution chain:\n // 1. Explicit profile name (from option).\n // 2. DATABRICKS_CONFIG_PROFILE environment variable.\n // 3. default_profile key in __settings__ section.\n // 4. DEFAULT section (fallback).\n let resolved = profileName;\n\n if (resolved === undefined) {\n const envProfile = process.env.DATABRICKS_CONFIG_PROFILE ?? '';\n if (envProfile !== '') {\n resolved = envProfile;\n }\n }\n\n if (resolved === undefined) {\n const settings = data.get(SETTINGS_SECTION);\n if (settings !== undefined) {\n const dp = settings.get('default_profile') ?? '';\n if (dp !== '') {\n resolved = dp;\n }\n }\n }\n\n if (resolved === SETTINGS_SECTION) {\n throw new ProfileError(\n 'INVALID_PROFILE_NAME',\n `invalid profile name: \"${resolved}\" is a reserved section`\n );\n }\n\n const explicitProfile = resolved !== undefined;\n resolved ??= 'DEFAULT';\n\n const section = data.get(resolved);\n if (section === undefined || isPhantomDefault(resolved, section)) {\n if (explicitProfile) {\n throw new ProfileError(\n 'PROFILE_NOT_FOUND',\n `profile not found: \"${resolved}\" in ${path}`\n );\n }\n return {};\n }\n\n // Build profile from section values.\n const profile: Profile = {name: resolved};\n\n const knownKeys = new Set<string>();\n for (const def of PROPERTY_DEFS) {\n knownKeys.add(def.iniKey);\n const value = section.get(def.iniKey);\n if (value !== undefined) {\n def.set(profile, value);\n }\n }\n\n // Collect extra keys that are not in the property mapping.\n for (const [key, value] of section) {\n if (!knownKeys.has(key)) {\n profile.extra ??= {};\n profile.extra[key] = value;\n }\n }\n\n return profile;\n}\n\n/**\n * Builds a profile from environment variables. Empty environment variables\n * are treated as unset. Returns only the fields that were found.\n */\nfunction loadEnv(): Profile {\n const profile: Profile = {};\n for (const def of PROPERTY_DEFS) {\n const value = process.env[def.envVar] ?? '';\n if (value !== '') {\n def.set(profile, value);\n }\n }\n return profile;\n}\n\n/**\n * Creates a {@link Profile} from a databrickscfg file and/or environment\n * variables.\n *\n * Both sources are read by default: the config file is loaded and DATABRICKS_*\n * environment variables are overlaid on top (env takes precedence). This holds\n * whether or not a specific {@link ProfileOptions.profile} or\n * {@link ProfileOptions.configFile} is given. Disable the config file with\n * {@link ProfileOptions.noProfile} and the environment overlay with\n * {@link ProfileOptions.disableEnv}.\n */\nexport async function resolve(options?: ProfileOptions): Promise<Profile> {\n if (options?.configFile === '') {\n throw new ProfileError('EMPTY_PATH', 'empty path');\n }\n if (options?.profile === '') {\n throw new ProfileError('EMPTY_PROFILE', 'empty profile');\n }\n if (\n options?.noProfile === true &&\n (options.profile !== undefined || options.configFile !== undefined)\n ) {\n throw new ProfileError(\n 'CONFLICTING_OPTIONS',\n 'noProfile cannot be combined with profile or configFile'\n );\n }\n\n const shouldReadFile = options?.noProfile !== true;\n const shouldReadEnv = options?.disableEnv !== true;\n\n const fileProfile = shouldReadFile\n ? await loadFile(options?.configFile, options?.profile)\n : {};\n const envProfile = shouldReadEnv ? loadEnv() : {};\n\n return {...fileProfile, ...envProfile};\n}\n\n/**\n * Returns the path to the default databrickscfg file. Reads\n * DATABRICKS_CONFIG_FILE from the environment, falling back to\n * ~/.databrickscfg.\n */\nexport function defaultConfigFile(): string {\n const envPath = process.env.DATABRICKS_CONFIG_FILE ?? '';\n if (envPath !== '') {\n return envPath;\n }\n return defaultConfigFilePath();\n}\n\n/**\n * Returns the names of all profiles (INI sections) in the given config\n * file. The DEFAULT section is included only if it has keys.\n */\nexport async function listProfiles(path: string): Promise<string[]> {\n if (path === '') {\n throw new ProfileError(\n 'CONFIG_FILE_NOT_FOUND',\n 'config file not found: empty path'\n );\n }\n\n if (!(await fileExists(path))) {\n throw new ProfileError(\n 'CONFIG_FILE_NOT_FOUND',\n `config file not found: ${path}`\n );\n }\n\n const content = await readFile(path, 'utf8');\n const data = parseIni(content);\n\n const names: string[] = [];\n for (const [name, keys] of data) {\n if (name === SETTINGS_SECTION) {\n continue;\n }\n if (isPhantomDefault(name, keys)) {\n continue;\n }\n names.push(name);\n }\n\n return names;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAuBA,SAAS,iBAAiB,MAAc,SAAuC;AAC7E,QAAO,SAAS,aAAa,QAAQ,SAAS;;;;;AAMhD,SAAS,wBAAgC;AACvC,KAAI;AACF,SAAO,KAAK,SAAS,EAAE,iBAAiB;SAClC;AACN,SAAO;;;;AAKX,eAAe,WAAW,MAAgC;AACxD,KAAI;AACF,QAAM,OAAO,KAAK;AAClB,SAAO;SACD;AACN,SAAO;;;;;;;;AASX,eAAe,SACb,UACA,aACkB;CAElB,IAAI,eAAe,aAAa;CAChC,IAAI;AAEJ,KAAI,aAAa,OACf,QAAO;MACF;EACL,MAAM,UAAU,QAAQ,IAAI,0BAA0B;AACtD,MAAI,YAAY,IAAI;AAClB,UAAO;AACP,kBAAe;QAEf,QAAO,uBAAuB;;AAKlC,KAAI,CAAE,MAAM,WAAW,KAAK,EAAG;AAC7B,MAAI,aACF,OAAM,IAAI,aACR,yBACA,0BAA0B,OAC3B;AAEH,SAAO,EAAE;;CAIX,MAAM,OAAO,SADG,MAAM,SAAS,MAAM,OAAO,CACd;CAO9B,IAAI,WAAW;AAEf,KAAI,aAAa,QAAW;EAC1B,MAAM,aAAa,QAAQ,IAAI,6BAA6B;AAC5D,MAAI,eAAe,GACjB,YAAW;;AAIf,KAAI,aAAa,QAAW;EAC1B,MAAM,WAAW,KAAK,IAAI,iBAAiB;AAC3C,MAAI,aAAa,QAAW;GAC1B,MAAM,KAAK,SAAS,IAAI,kBAAkB,IAAI;AAC9C,OAAI,OAAO,GACT,YAAW;;;AAKjB,KAAI,aAAa,iBACf,OAAM,IAAI,aACR,wBACA,0BAA0B,SAAS,yBACpC;CAGH,MAAM,kBAAkB,aAAa;AACrC,cAAa;CAEb,MAAM,UAAU,KAAK,IAAI,SAAS;AAClC,KAAI,YAAY,UAAa,iBAAiB,UAAU,QAAQ,EAAE;AAChE,MAAI,gBACF,OAAM,IAAI,aACR,qBACA,uBAAuB,SAAS,OAAO,OACxC;AAEH,SAAO,EAAE;;CAIX,MAAM,UAAmB,EAAC,MAAM,UAAS;CAEzC,MAAM,4BAAY,IAAI,KAAa;AACnC,MAAK,MAAM,OAAO,eAAe;AAC/B,YAAU,IAAI,IAAI,OAAO;EACzB,MAAM,QAAQ,QAAQ,IAAI,IAAI,OAAO;AACrC,MAAI,UAAU,OACZ,KAAI,IAAI,SAAS,MAAM;;AAK3B,MAAK,MAAM,CAAC,KAAK,UAAU,QACzB,KAAI,CAAC,UAAU,IAAI,IAAI,EAAE;AACvB,UAAQ,UAAU,EAAE;AACpB,UAAQ,MAAM,OAAO;;AAIzB,QAAO;;;;;;AAOT,SAAS,UAAmB;CAC1B,MAAM,UAAmB,EAAE;AAC3B,MAAK,MAAM,OAAO,eAAe;EAC/B,MAAM,QAAQ,QAAQ,IAAI,IAAI,WAAW;AACzC,MAAI,UAAU,GACZ,KAAI,IAAI,SAAS,MAAM;;AAG3B,QAAO;;;;;;;;;;;;;AAcT,eAAsB,QAAQ,SAA4C;AACxE,KAAI,SAAS,eAAe,GAC1B,OAAM,IAAI,aAAa,cAAc,aAAa;AAEpD,KAAI,SAAS,YAAY,GACvB,OAAM,IAAI,aAAa,iBAAiB,gBAAgB;AAE1D,KACE,SAAS,cAAc,SACtB,QAAQ,YAAY,UAAa,QAAQ,eAAe,QAEzD,OAAM,IAAI,aACR,uBACA,0DACD;CAGH,MAAM,iBAAiB,SAAS,cAAc;CAC9C,MAAM,gBAAgB,SAAS,eAAe;CAE9C,MAAM,cAAc,iBAChB,MAAM,SAAS,SAAS,YAAY,SAAS,QAAQ,GACrD,EAAE;CACN,MAAM,aAAa,gBAAgB,SAAS,GAAG,EAAE;AAEjD,QAAO;EAAC,GAAG;EAAa,GAAG;EAAW;;;;;;;AAQxC,SAAgB,oBAA4B;CAC1C,MAAM,UAAU,QAAQ,IAAI,0BAA0B;AACtD,KAAI,YAAY,GACd,QAAO;AAET,QAAO,uBAAuB;;;;;;AAOhC,eAAsB,aAAa,MAAiC;AAClE,KAAI,SAAS,GACX,OAAM,IAAI,aACR,yBACA,oCACD;AAGH,KAAI,CAAE,MAAM,WAAW,KAAK,CAC1B,OAAM,IAAI,aACR,yBACA,0BAA0B,OAC3B;CAIH,MAAM,OAAO,SADG,MAAM,SAAS,MAAM,OAAO,CACd;CAE9B,MAAM,QAAkB,EAAE;AAC1B,MAAK,MAAM,CAAC,MAAM,SAAS,MAAM;AAC/B,MAAI,SAAS,iBACX;AAEF,MAAI,iBAAiB,MAAM,KAAK,CAC9B;AAEF,QAAM,KAAK,KAAK;;AAGlB,QAAO"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
//#region src/profiles/secret.d.ts
|
|
1
2
|
/**
|
|
2
3
|
* Obfuscated string type for secrets in configuration profiles.
|
|
3
4
|
*
|
|
@@ -9,17 +10,19 @@
|
|
|
9
10
|
*
|
|
10
11
|
* Use {@link Secret.value} for intentional access to the underlying value.
|
|
11
12
|
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
13
|
+
declare class Secret {
|
|
14
|
+
private readonly rawValue;
|
|
15
|
+
/**
|
|
16
|
+
* @param rawValue - The underlying secret string.
|
|
17
|
+
*/
|
|
18
|
+
constructor(rawValue: string);
|
|
19
|
+
/** Returns the underlying secret value. */
|
|
20
|
+
get value(): string;
|
|
21
|
+
/** Returns the obfuscated placeholder instead of the secret. */
|
|
22
|
+
toString(): string;
|
|
23
|
+
/** Returns the obfuscated placeholder when serialized to JSON. */
|
|
24
|
+
toJSON(): string;
|
|
24
25
|
}
|
|
26
|
+
//#endregion
|
|
27
|
+
export { Secret };
|
|
25
28
|
//# sourceMappingURL=secret.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secret.d.ts","
|
|
1
|
+
{"version":3,"file":"secret.d.ts","names":[],"sources":["../../src/profiles/secret.ts"],"mappings":";;AAcA;;;;;;;;;;cAAa,MAAA;EAAA,iBAIkB,QAAA;;;;cAAA,QAAA;;MAGzB,KAAA,CAAA;;EAKJ,QAAA,CAAA;;EAKA,MAAA,CAAA;AAAA"}
|
package/dist/profiles/secret.js
CHANGED
|
@@ -1,38 +1,41 @@
|
|
|
1
|
+
//#region src/profiles/secret.ts
|
|
1
2
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
const OBFUSCATED =
|
|
3
|
+
* Obfuscated string type for secrets in configuration profiles.
|
|
4
|
+
*
|
|
5
|
+
* @module
|
|
6
|
+
*/
|
|
7
|
+
const OBFUSCATED = "********";
|
|
7
8
|
/**
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
9
|
+
* A string value that is obfuscated in all string representations to prevent
|
|
10
|
+
* accidental secret leakage in logs, serialization, and debugging output.
|
|
11
|
+
*
|
|
12
|
+
* Use {@link Secret.value} for intentional access to the underlying value.
|
|
13
|
+
*/
|
|
14
|
+
var Secret = class {
|
|
15
|
+
/**
|
|
16
|
+
* @param rawValue - The underlying secret string.
|
|
17
|
+
*/
|
|
18
|
+
constructor(rawValue) {
|
|
19
|
+
this.rawValue = rawValue;
|
|
20
|
+
}
|
|
21
|
+
/** Returns the underlying secret value. */
|
|
22
|
+
get value() {
|
|
23
|
+
return this.rawValue;
|
|
24
|
+
}
|
|
25
|
+
/** Returns the obfuscated placeholder instead of the secret. */
|
|
26
|
+
toString() {
|
|
27
|
+
return OBFUSCATED;
|
|
28
|
+
}
|
|
29
|
+
/** Returns the obfuscated placeholder when serialized to JSON. */
|
|
30
|
+
toJSON() {
|
|
31
|
+
return OBFUSCATED;
|
|
32
|
+
}
|
|
33
|
+
/** Returns the obfuscated placeholder for Node.js `util.inspect` output. */
|
|
34
|
+
[Symbol.for("nodejs.util.inspect.custom")]() {
|
|
35
|
+
return OBFUSCATED;
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
//#endregion
|
|
40
|
+
export { Secret };
|
|
38
41
|
//# sourceMappingURL=secret.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secret.js","
|
|
1
|
+
{"version":3,"file":"secret.js","names":[],"sources":["../../src/profiles/secret.ts"],"sourcesContent":["/**\n * Obfuscated string type for secrets in configuration profiles.\n *\n * @module\n */\n\nconst OBFUSCATED = '********';\n\n/**\n * A string value that is obfuscated in all string representations to prevent\n * accidental secret leakage in logs, serialization, and debugging output.\n *\n * Use {@link Secret.value} for intentional access to the underlying value.\n */\nexport class Secret {\n /**\n * @param rawValue - The underlying secret string.\n */\n constructor(private readonly rawValue: string) {}\n\n /** Returns the underlying secret value. */\n get value(): string {\n return this.rawValue;\n }\n\n /** Returns the obfuscated placeholder instead of the secret. */\n toString(): string {\n return OBFUSCATED;\n }\n\n /** Returns the obfuscated placeholder when serialized to JSON. */\n toJSON(): string {\n return OBFUSCATED;\n }\n\n /** Returns the obfuscated placeholder for Node.js `util.inspect` output. */\n [Symbol.for('nodejs.util.inspect.custom')](): string {\n return OBFUSCATED;\n }\n}\n"],"mappings":";;;;;;AAMA,MAAM,aAAa;;;;;;;AAQnB,IAAa,SAAb,MAAoB;;;;CAIlB,YAAY,AAAiB,UAAkB;EAAlB;;;CAG7B,IAAI,QAAgB;AAClB,SAAO,KAAK;;;CAId,WAAmB;AACjB,SAAO;;;CAIT,SAAiB;AACf,SAAO;;;CAIT,CAAC,OAAO,IAAI,6BAA6B,IAAY;AACnD,SAAO"}
|
package/dist/wkt/fieldmask.d.ts
CHANGED
|
@@ -1,32 +1,35 @@
|
|
|
1
|
+
//#region src/wkt/fieldmask.d.ts
|
|
1
2
|
/**
|
|
2
3
|
* One field entry in a {@link FieldMaskSchema}: its wire-format name and, for message-typed fields, a lazy reference to the nested message's schema. Array, map, enum, and scalar fields omit `children`.
|
|
3
4
|
*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
interface FieldMaskSchemaField {
|
|
6
|
+
readonly wire: string;
|
|
7
|
+
readonly children?: () => FieldMaskSchema;
|
|
7
8
|
}
|
|
8
9
|
/**
|
|
9
10
|
* Structural description of one message's FieldMask-reachable fields. Maps each typescript field name to its wire-format name and, for message-typed fields, a lazy `() => FieldMaskSchema` reference that lets recursive and mutually-recursive messages describe themselves.
|
|
10
11
|
*/
|
|
11
|
-
|
|
12
|
+
type FieldMaskSchema = Readonly<Record<string, FieldMaskSchemaField>>;
|
|
12
13
|
/**
|
|
13
14
|
* A field mask implementing google.protobuf.FieldMask semantics.
|
|
14
15
|
*/
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
16
|
+
declare class FieldMask<T = unknown> {
|
|
17
|
+
private readonly _tag;
|
|
18
|
+
private readonly paths;
|
|
19
|
+
private constructor();
|
|
20
|
+
/**
|
|
21
|
+
* Build a FieldMask from typescript field name paths against the target message's schema. Validates every path by walking each segment through the schema and throws Error when any segment fails.
|
|
22
|
+
*
|
|
23
|
+
* Reserved for generated per-message factories; user code should call the factory (e.g. `alertFieldMask(...)`), which supplies the schema before delegating here.
|
|
24
|
+
*
|
|
25
|
+
* @internal
|
|
26
|
+
*/
|
|
27
|
+
static build<T>(paths: string[], schema: FieldMaskSchema): FieldMask<T>;
|
|
28
|
+
/**
|
|
29
|
+
* Serialize the mask to the wire-format string.
|
|
30
|
+
*/
|
|
31
|
+
toString(): string;
|
|
31
32
|
}
|
|
33
|
+
//#endregion
|
|
34
|
+
export { FieldMask, FieldMaskSchema, FieldMaskSchemaField };
|
|
32
35
|
//# sourceMappingURL=fieldmask.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fieldmask.d.ts","
|
|
1
|
+
{"version":3,"file":"fieldmask.d.ts","names":[],"sources":["../../src/wkt/fieldmask.ts"],"mappings":";;AAgBA;;UAAiB,oBAAA;EAAA,SACN,IAAA;EAAA,SACA,QAAA,SAAiB,eAAA;AAAA;;;;KAMhB,eAAA,GAAkB,QAAA,CAAS,MAAA,SAAe,oBAAA;;;;cA2BzC,SAAA;EAAA,iBAEc,IAAA;EAAA,iBAGR,KAAA;EAAA,QAEV,WAAA,CAAA;EAlCqB;;;;;AA2B9B;;EA3B8B,OA6CrB,KAAA,GAAA,CAAS,KAAA,YAAiB,MAAA,EAAQ,eAAA,GAAkB,SAAA,CAAU,CAAA;EAA5B;;;EAgBzC,QAAA,CAAA;AAAA"}
|
package/dist/wkt/fieldmask.js
CHANGED
|
@@ -1,68 +1,59 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/wkt/fieldmask.ts
|
|
2
2
|
function normalize(paths) {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
if (!isSubsumed) {
|
|
8
|
-
result.push(path);
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return result;
|
|
3
|
+
const unique = [...new Set(paths)].sort();
|
|
4
|
+
const result = [];
|
|
5
|
+
for (const path of unique) if (!result.some((existing) => path.startsWith(existing + "."))) result.push(path);
|
|
6
|
+
return result;
|
|
12
7
|
}
|
|
13
|
-
// Walk a dot-separated typescript field name path against a schema, returning the equivalent wire-format path. Returns `undefined` when any segment fails: a name that isn't a field of the current message, or a non-terminal segment that doesn't reference another message.
|
|
14
8
|
function walkFieldMaskPath(schema, path) {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
return wireSegments.join('.');
|
|
9
|
+
const segments = path.split(".");
|
|
10
|
+
const wireSegments = [];
|
|
11
|
+
let current = schema;
|
|
12
|
+
for (let i = 0; i < segments.length; i++) {
|
|
13
|
+
const seg = segments[i];
|
|
14
|
+
if (!(seg in current)) return void 0;
|
|
15
|
+
const field = current[seg];
|
|
16
|
+
wireSegments.push(field.wire);
|
|
17
|
+
if (i < segments.length - 1) {
|
|
18
|
+
if (field.children === void 0) return void 0;
|
|
19
|
+
current = field.children();
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
return wireSegments.join(".");
|
|
32
23
|
}
|
|
33
24
|
/**
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}
|
|
25
|
+
* A field mask implementing google.protobuf.FieldMask semantics.
|
|
26
|
+
*/
|
|
27
|
+
var FieldMask = class FieldMask {
|
|
28
|
+
paths;
|
|
29
|
+
constructor(paths) {
|
|
30
|
+
this.paths = paths;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Build a FieldMask from typescript field name paths against the target message's schema. Validates every path by walking each segment through the schema and throws Error when any segment fails.
|
|
34
|
+
*
|
|
35
|
+
* Reserved for generated per-message factories; user code should call the factory (e.g. `alertFieldMask(...)`), which supplies the schema before delegating here.
|
|
36
|
+
*
|
|
37
|
+
* @internal
|
|
38
|
+
*/
|
|
39
|
+
static build(paths, schema) {
|
|
40
|
+
const normalized = normalize(paths);
|
|
41
|
+
const wire = [];
|
|
42
|
+
for (const p of normalized) {
|
|
43
|
+
const w = walkFieldMaskPath(schema, p);
|
|
44
|
+
if (w === void 0) throw new Error(`Unknown field path "${p}"`);
|
|
45
|
+
wire.push(w);
|
|
46
|
+
}
|
|
47
|
+
return new FieldMask(wire);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Serialize the mask to the wire-format string.
|
|
51
|
+
*/
|
|
52
|
+
toString() {
|
|
53
|
+
return this.paths.join(",");
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
//#endregion
|
|
58
|
+
export { FieldMask };
|
|
68
59
|
//# sourceMappingURL=fieldmask.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fieldmask.js","
|
|
1
|
+
{"version":3,"file":"fieldmask.js","names":[],"sources":["../../src/wkt/fieldmask.ts"],"sourcesContent":["// Remove duplicates and paths subsumed by a parent (e.g. \"config\" subsumes \"config.numWorkers\").\nfunction normalize(paths: string[]): string[] {\n const unique = [...new Set(paths)].sort();\n const result: string[] = [];\n for (const path of unique) {\n const isSubsumed = result.some(existing => path.startsWith(existing + '.'));\n if (!isSubsumed) {\n result.push(path);\n }\n }\n return result;\n}\n\n/**\n * One field entry in a {@link FieldMaskSchema}: its wire-format name and, for message-typed fields, a lazy reference to the nested message's schema. Array, map, enum, and scalar fields omit `children`.\n */\nexport interface FieldMaskSchemaField {\n readonly wire: string;\n readonly children?: () => FieldMaskSchema;\n}\n\n/**\n * Structural description of one message's FieldMask-reachable fields. Maps each typescript field name to its wire-format name and, for message-typed fields, a lazy `() => FieldMaskSchema` reference that lets recursive and mutually-recursive messages describe themselves.\n */\nexport type FieldMaskSchema = Readonly<Record<string, FieldMaskSchemaField>>;\n\n// Walk a dot-separated typescript field name path against a schema, returning the equivalent wire-format path. Returns `undefined` when any segment fails: a name that isn't a field of the current message, or a non-terminal segment that doesn't reference another message.\nfunction walkFieldMaskPath(\n schema: FieldMaskSchema,\n path: string\n): string | undefined {\n const segments = path.split('.');\n const wireSegments: string[] = [];\n let current: FieldMaskSchema = schema;\n for (let i = 0; i < segments.length; i++) {\n const seg = segments[i];\n // Existence check before lookup: `current[seg]` is typed as FieldMaskSchemaField without noUncheckedIndexedAccess, so an undefined check downstream would be flagged \"unnecessary\".\n if (!(seg in current)) return undefined;\n const field = current[seg];\n wireSegments.push(field.wire);\n if (i < segments.length - 1) {\n if (field.children === undefined) return undefined;\n current = field.children();\n }\n }\n return wireSegments.join('.');\n}\n\n/**\n * A field mask implementing google.protobuf.FieldMask semantics.\n */\nexport class FieldMask<T = unknown> {\n // Phantom marker: keeps `FieldMask<Alert>` and `FieldMask<Query>` compile-time distinct under TypeScript's otherwise-structural typing. Never set at runtime.\n declare private readonly _tag: T;\n\n // Stored post-translation, normalized wire-format paths.\n private readonly paths: string[];\n\n private constructor(paths: string[]) {\n this.paths = paths;\n }\n\n /**\n * Build a FieldMask from typescript field name paths against the target message's schema. Validates every path by walking each segment through the schema and throws Error when any segment fails.\n *\n * Reserved for generated per-message factories; user code should call the factory (e.g. `alertFieldMask(...)`), which supplies the schema before delegating here.\n *\n * @internal\n */\n static build<T>(paths: string[], schema: FieldMaskSchema): FieldMask<T> {\n const normalized = normalize(paths);\n const wire: string[] = [];\n for (const p of normalized) {\n const w = walkFieldMaskPath(schema, p);\n if (w === undefined) {\n throw new Error(`Unknown field path \"${p}\"`);\n }\n wire.push(w);\n }\n return new FieldMask<T>(wire);\n }\n\n /**\n * Serialize the mask to the wire-format string.\n */\n toString(): string {\n return this.paths.join(',');\n }\n}\n"],"mappings":";AACA,SAAS,UAAU,OAA2B;CAC5C,MAAM,SAAS,CAAC,GAAG,IAAI,IAAI,MAAM,CAAC,CAAC,MAAM;CACzC,MAAM,SAAmB,EAAE;AAC3B,MAAK,MAAM,QAAQ,OAEjB,KAAI,CADe,OAAO,MAAK,aAAY,KAAK,WAAW,WAAW,IAAI,CAAC,CAEzE,QAAO,KAAK,KAAK;AAGrB,QAAO;;AAiBT,SAAS,kBACP,QACA,MACoB;CACpB,MAAM,WAAW,KAAK,MAAM,IAAI;CAChC,MAAM,eAAyB,EAAE;CACjC,IAAI,UAA2B;AAC/B,MAAK,IAAI,IAAI,GAAG,IAAI,SAAS,QAAQ,KAAK;EACxC,MAAM,MAAM,SAAS;AAErB,MAAI,EAAE,OAAO,SAAU,QAAO;EAC9B,MAAM,QAAQ,QAAQ;AACtB,eAAa,KAAK,MAAM,KAAK;AAC7B,MAAI,IAAI,SAAS,SAAS,GAAG;AAC3B,OAAI,MAAM,aAAa,OAAW,QAAO;AACzC,aAAU,MAAM,UAAU;;;AAG9B,QAAO,aAAa,KAAK,IAAI;;;;;AAM/B,IAAa,YAAb,MAAa,UAAuB;CAKlC,AAAiB;CAEjB,AAAQ,YAAY,OAAiB;AACnC,OAAK,QAAQ;;;;;;;;;CAUf,OAAO,MAAS,OAAiB,QAAuC;EACtE,MAAM,aAAa,UAAU,MAAM;EACnC,MAAM,OAAiB,EAAE;AACzB,OAAK,MAAM,KAAK,YAAY;GAC1B,MAAM,IAAI,kBAAkB,QAAQ,EAAE;AACtC,OAAI,MAAM,OACR,OAAM,IAAI,MAAM,uBAAuB,EAAE,GAAG;AAE9C,QAAK,KAAK,EAAE;;AAEd,SAAO,IAAI,UAAa,KAAK;;;;;CAM/B,WAAmB;AACjB,SAAO,KAAK,MAAM,KAAK,IAAI"}
|
package/dist/wkt/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export type
|
|
4
|
-
//# sourceMappingURL=index.d.ts.map
|
|
1
|
+
import { FieldMask, FieldMaskSchema, FieldMaskSchemaField } from "./fieldmask.js";
|
|
2
|
+
import { JsonObject, JsonValue } from "./value.js";
|
|
3
|
+
export { FieldMask, type FieldMaskSchema, type FieldMaskSchemaField, type JsonObject, type JsonValue };
|
package/dist/wkt/index.js
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { FieldMask } from "./fieldmask.js";
|
|
2
|
+
|
|
3
|
+
export { FieldMask };
|
package/dist/wkt/value.d.ts
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
|
+
//#region src/wkt/value.d.ts
|
|
1
2
|
/**
|
|
2
3
|
* Represents any valid JSON value. Matches the JSON value space used by
|
|
3
4
|
* google.protobuf.Value.
|
|
4
5
|
*/
|
|
5
|
-
|
|
6
|
+
type JsonValue = null | number | string | boolean | JsonObject | JsonValue[];
|
|
6
7
|
/**
|
|
7
8
|
* Represents a JSON object with string keys and JSON values. Matches the
|
|
8
9
|
* structure used by google.protobuf.Struct.
|
|
9
10
|
*/
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
interface JsonObject {
|
|
12
|
+
[key: string]: JsonValue;
|
|
12
13
|
}
|
|
14
|
+
//#endregion
|
|
15
|
+
export { JsonObject, JsonValue };
|
|
13
16
|
//# sourceMappingURL=value.d.ts.map
|
package/dist/wkt/value.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"value.d.ts","
|
|
1
|
+
{"version":3,"file":"value.d.ts","names":[],"sources":["../../src/wkt/value.ts"],"mappings":";;AAIA;;;KAAY,SAAA,sCAKR,UAAA,GACA,SAAA;;AAMJ;;;UAAiB,UAAA;EAAA,CACd,GAAA,WAAc,SAAA;AAAA"}
|
package/dist/wkt/value.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databricks/sdk-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.36.0",
|
|
4
4
|
"description": "Databricks core library for JavaScript/TypeScript",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"LICENSE"
|
|
75
75
|
],
|
|
76
76
|
"scripts": {
|
|
77
|
-
"build": "
|
|
77
|
+
"build": "tsdown",
|
|
78
78
|
"lint": "eslint src tests --ext .ts",
|
|
79
79
|
"lint:fix": "eslint src tests --ext .ts --fix",
|
|
80
80
|
"format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/apierror/codes/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAC,IAAI,EAAC,MAAM,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/apierror/codes/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAC,IAAI,EAAC,MAAM,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/apierror/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AAEpC,YAAY,EACV,YAAY,EACZ,SAAS,EACT,WAAW,EACX,SAAS,EACT,SAAS,EACT,YAAY,EACZ,qBAAqB,EACrB,mBAAmB,EACnB,4BAA4B,EAC5B,UAAU,EACV,wBAAwB,EACxB,YAAY,EACZ,IAAI,EACJ,QAAQ,GACT,MAAM,WAAW,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/apierror/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.browser.d.ts","sourceRoot":"","sources":["../../src/clientinfo/index.browser.ts"],"names":[],"mappings":"AAAA,YAAY,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,UAAU,EAAE,eAAe,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,QAAQ,CAAC;AAC5D,OAAO,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.browser.js","sourceRoot":"","sources":["../../src/clientinfo/index.browser.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAE,eAAe,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,QAAQ,CAAC;AAC5D,OAAO,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/clientinfo/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,UAAU,EAAE,eAAe,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,QAAQ,CAAC;AAC5D,OAAO,EAAC,aAAa,EAAC,MAAM,WAAW,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/clientinfo/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAE,eAAe,EAAC,MAAM,cAAc,CAAC;AACzD,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,QAAQ,CAAC;AAC5D,OAAO,EAAC,aAAa,EAAC,MAAM,WAAW,CAAC"}
|
package/dist/http/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/http/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAC,kBAAkB,EAAC,MAAM,QAAQ,CAAC;AAC1C,YAAY,EAAC,UAAU,EAAE,WAAW,EAAE,YAAY,EAAC,MAAM,QAAQ,CAAC"}
|
package/dist/http/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/http/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAC,kBAAkB,EAAC,MAAM,QAAQ,CAAC"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/logger/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,YAAY,EAAC,KAAK,EAAE,MAAM,EAAC,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAC,UAAU,EAAE,QAAQ,EAAC,MAAM,UAAU,CAAC"}
|
package/dist/logger/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/logger/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAC,UAAU,EAAE,QAAQ,EAAC,MAAM,UAAU,CAAC"}
|
package/dist/ops/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ops/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAClC,YAAY,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AACvC,YAAY,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AACvC,OAAO,EAAC,aAAa,EAAE,OAAO,EAAC,MAAM,WAAW,CAAC;AACjD,YAAY,EAAC,oBAAoB,EAAE,OAAO,EAAC,MAAM,WAAW,CAAC"}
|
package/dist/ops/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ops/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAGlC,OAAO,EAAC,aAAa,EAAE,OAAO,EAAC,MAAM,WAAW,CAAC"}
|
package/dist/ops/limiter.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"limiter.js","sourceRoot":"","sources":["../../src/ops/limiter.ts"],"names":[],"mappings":""}
|
package/dist/ops/options.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../src/ops/options.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.browser.d.ts","sourceRoot":"","sources":["../../src/profiles/index.browser.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AACtC,YAAY,EAAC,gBAAgB,EAAC,MAAM,UAAU,CAAC;AAC/C,YAAY,EAAC,OAAO,EAAE,cAAc,EAAC,MAAM,WAAW,CAAC;AACvD,OAAO,EAAC,MAAM,EAAC,MAAM,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.browser.js","sourceRoot":"","sources":["../../src/profiles/index.browser.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAGtC,OAAO,EAAC,MAAM,EAAC,MAAM,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/profiles/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AACtC,YAAY,EAAC,gBAAgB,EAAC,MAAM,UAAU,CAAC;AAC/C,YAAY,EAAC,OAAO,EAAE,cAAc,EAAC,MAAM,WAAW,CAAC;AACvD,OAAO,EAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAC,MAAM,WAAW,CAAC;AACnE,OAAO,EAAC,MAAM,EAAC,MAAM,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/profiles/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAGtC,OAAO,EAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAC,MAAM,WAAW,CAAC;AACnE,OAAO,EAAC,MAAM,EAAC,MAAM,UAAU,CAAC"}
|
package/dist/wkt/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/wkt/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,aAAa,CAAC;AACtC,YAAY,EAAC,eAAe,EAAE,oBAAoB,EAAC,MAAM,aAAa,CAAC;AACvE,YAAY,EAAC,SAAS,EAAE,UAAU,EAAC,MAAM,SAAS,CAAC"}
|
package/dist/wkt/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/wkt/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,aAAa,CAAC"}
|
package/dist/wkt/value.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"value.js","sourceRoot":"","sources":["../../src/wkt/value.ts"],"names":[],"mappings":""}
|