@sisense/mcp-server 0.2.2 → 0.2.4

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.
Files changed (26) hide show
  1. package/dist/{ai-hspmgr2c.js → ai-qt2rw4p0.js} +999 -959
  2. package/dist/{index-29n08mw7.js → index-0rmh0qta.js} +5 -5
  3. package/dist/{index-er0yspcy.js → index-6vz3bc2n.js} +552 -385
  4. package/dist/{index-vx54d05h.js → index-7ztxzw1b.js} +9 -9
  5. package/dist/{index-tqba2rwh.js → index-86j7fyp7.js} +406 -245
  6. package/dist/{index-p1pxtmwn.js → index-bgbnagw5.js} +18 -20
  7. package/dist/{index-d6843g0v.js → index-jatbeegy.js} +9 -7
  8. package/dist/{index-dxfb3krz.js → index-jgdfekw7.js} +375 -539
  9. package/dist/{index-qdth51hx.js → index-k71wsmah.js} +8 -1
  10. package/dist/{index-atgbxy7h.js → index-mxkgxy04.js} +28981 -27209
  11. package/dist/{index-vrapm0b4.js → index-p5hr1cfd.js} +458 -331
  12. package/dist/{index-dcrjg3fk.js → index-z44fq2x1.js} +3 -2
  13. package/dist/sse-server-0d83pnkk.js +54 -0
  14. package/dist/{sse-server-brx9qtyd.js → sse-server-22mq7fhc.js} +880 -757
  15. package/dist/{sse-server-3e0efmg2.js → sse-server-d3yx2z0r.js} +1845 -1825
  16. package/dist/{sse-server-4jjec4fz.js → sse-server-gcjj2741.js} +2081 -1695
  17. package/dist/{sse-server-rr3dp62e.js → sse-server-kpkj0hbc.js} +22749 -22399
  18. package/dist/{sse-server-36t17nga.js → sse-server-qhqncg7f.js} +3555 -3657
  19. package/dist/{sse-server-txz5g5t0.js → sse-server-rrtgkg21.js} +414 -177
  20. package/dist/{sse-server-nwjjjz6x.js → sse-server-wb2h6nz7.js} +3 -52
  21. package/dist/{sse-server-qj4zxq0f.js → sse-server-zmcz2c17.js} +12 -24
  22. package/dist/sse-server.js +96 -52
  23. package/dist/view.html +609 -544
  24. package/dist/{widget-renderer-66ws3xtk.js → widget-renderer-wjrpnwpy.js} +12 -12
  25. package/package.json +4 -4
  26. package/dist/sse-server-4b60tg0c.js +0 -136
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_dist_cjs as require_dist_cjs3
3
- } from "./sse-server-qj4zxq0f.js";
3
+ } from "./sse-server-zmcz2c17.js";
4
4
  import {
5
5
  require_dist_cjs
6
6
  } from "./sse-server-epd916s3.js";
@@ -66,7 +66,7 @@ var require_dist_cjs4 = __commonJS((exports) => {
66
66
  return this.profileData.login_session;
67
67
  }
68
68
  async refresh(token) {
69
- const { SigninClient, CreateOAuth2TokenCommand } = await import("./index-tqba2rwh.js");
69
+ const { SigninClient, CreateOAuth2TokenCommand } = await import("./index-86j7fyp7.js");
70
70
  const { logger, userAgentAppId } = this.callerClientConfig ?? {};
71
71
  const isH2 = (requestHandler2) => {
72
72
  return requestHandler2?.metadata?.handlerProtocol === "h2";
@@ -298,14 +298,14 @@ var require_dist_cjs4 = __commonJS((exports) => {
298
298
  var sharedIniFileLoader, propertyProvider, client, credentialProviderLogin, resolveCredentialSource = (credentialSource, profileName, logger) => {
299
299
  const sourceProvidersMap = {
300
300
  EcsContainer: async (options) => {
301
- const { fromHttp } = await import("./index-dcrjg3fk.js");
302
- const { fromContainerMetadata } = await import("./index-d6843g0v.js");
301
+ const { fromHttp } = await import("./index-z44fq2x1.js");
302
+ const { fromContainerMetadata } = await import("./index-jatbeegy.js");
303
303
  logger?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
304
304
  return async () => propertyProvider.chain(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
305
305
  },
306
306
  Ec2InstanceMetadata: async (options) => {
307
307
  logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
308
- const { fromInstanceMetadata } = await import("./index-d6843g0v.js");
308
+ const { fromInstanceMetadata } = await import("./index-jatbeegy.js");
309
309
  return async () => fromInstanceMetadata(options)().then(setNamedProvider);
310
310
  },
311
311
  Environment: async (options) => {
@@ -338,7 +338,7 @@ var sharedIniFileLoader, propertyProvider, client, credentialProviderLogin, reso
338
338
  const profileData = profiles[profileName];
339
339
  const { source_profile, region } = profileData;
340
340
  if (!options.roleAssumer) {
341
- const { getDefaultRoleAssumer } = await import("./index-er0yspcy.js");
341
+ const { getDefaultRoleAssumer } = await import("./index-6vz3bc2n.js");
342
342
  options.roleAssumer = getDefaultRoleAssumer({
343
343
  ...options.clientConfig,
344
344
  credentialProviderLogger: options.logger,
@@ -387,11 +387,11 @@ var sharedIniFileLoader, propertyProvider, client, credentialProviderLogin, reso
387
387
  profile: profileName
388
388
  })({ callerClientConfig });
389
389
  return client.setCredentialFeature(credentials, "CREDENTIALS_PROFILE_LOGIN", "AC");
390
- }, isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string", resolveProcessCredentials = async (options, profile) => import("./index-29n08mw7.js").then(({ fromProcess }) => fromProcess({
390
+ }, isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string", resolveProcessCredentials = async (options, profile) => import("./index-0rmh0qta.js").then(({ fromProcess }) => fromProcess({
391
391
  ...options,
392
392
  profile
393
393
  })().then((creds) => client.setCredentialFeature(creds, "CREDENTIALS_PROFILE_PROCESS", "v"))), resolveSsoCredentials = async (profile, profileData, options = {}, callerClientConfig) => {
394
- const { fromSSO } = await import("./index-dxfb3krz.js");
394
+ const { fromSSO } = await import("./index-jgdfekw7.js");
395
395
  return fromSSO({
396
396
  profile,
397
397
  logger: options.logger,
@@ -416,7 +416,7 @@ var sharedIniFileLoader, propertyProvider, client, credentialProviderLogin, reso
416
416
  ...profile.aws_account_id && { accountId: profile.aws_account_id }
417
417
  };
418
418
  return client.setCredentialFeature(credentials, "CREDENTIALS_PROFILE", "n");
419
- }, isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1, resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => import("./index-p1pxtmwn.js").then(({ fromTokenFile }) => fromTokenFile({
419
+ }, isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1, resolveWebIdentityCredentials = async (profile, options, callerClientConfig) => import("./index-bgbnagw5.js").then(({ fromTokenFile }) => fromTokenFile({
420
420
  webIdentityTokenFile: profile.web_identity_token_file,
421
421
  roleArn: profile.role_arn,
422
422
  roleSessionName: profile.role_session_name,