commandbar 1.6.7 → 1.6.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. package/build/commandbar-js/src/index.d.ts +10 -0
  2. package/build/commandbar-js/src/index.js +1 -0
  3. package/build/commandbar-js/src/init.d.ts +21 -0
  4. package/build/commandbar-js/src/snippet.d.ts +1 -0
  5. package/build/internal/src/client/AddContextOptions.d.ts +94 -0
  6. package/build/internal/src/client/AnalyticsEventTypes.d.ts +1 -0
  7. package/build/internal/src/client/CommandBarClientSDK.d.ts +293 -0
  8. package/build/internal/src/client/CommandBarProxySDK.d.ts +48 -0
  9. package/build/internal/src/client/CommandBarSDK.d.ts +50 -0
  10. package/build/internal/src/client/EventHandler.d.ts +89 -0
  11. package/build/internal/src/client/SDKConfig.d.ts +13 -0
  12. package/build/internal/src/client/SentryReporter.d.ts +41 -0
  13. package/build/internal/src/client/globals.d.ts +18 -0
  14. package/build/internal/src/client/proxy.d.ts +15 -0
  15. package/build/internal/src/client/symbols.d.ts +32 -0
  16. package/build/internal/src/middleware/CommandFromClientV.d.ts +220 -0
  17. package/build/internal/src/middleware/ICommandFromClientType.d.ts +3 -0
  18. package/build/internal/src/middleware/IResourceSettings.d.ts +3 -0
  19. package/build/internal/src/middleware/OrganizationV.d.ts +102 -0
  20. package/build/internal/src/middleware/ResourceSettingsV.d.ts +43 -0
  21. package/build/internal/src/middleware/command.d.ts +3608 -0
  22. package/build/internal/src/middleware/commandCategory.d.ts +87 -0
  23. package/build/internal/src/middleware/confetti.d.ts +16 -0
  24. package/build/internal/src/middleware/context.d.ts +40 -0
  25. package/build/internal/src/middleware/environment.d.ts +11 -0
  26. package/build/internal/src/middleware/generics.d.ts +32 -0
  27. package/build/internal/src/middleware/guide.d.ts +37 -0
  28. package/build/internal/src/middleware/helpers/argument.d.ts +412 -0
  29. package/build/internal/src/middleware/helpers/commandTemplate.d.ts +129 -0
  30. package/build/internal/src/middleware/helpers/endUser.d.ts +10 -0
  31. package/build/internal/src/middleware/helpers/rules.d.ts +231 -0
  32. package/build/internal/src/middleware/historyEvent.d.ts +40 -0
  33. package/build/internal/src/middleware/network.d.ts +4 -0
  34. package/build/internal/src/middleware/organization.d.ts +604 -0
  35. package/build/internal/src/middleware/placeholder.d.ts +47 -0
  36. package/build/internal/src/middleware/profile.d.ts +11 -0
  37. package/build/internal/src/middleware/releases.d.ts +261 -0
  38. package/build/internal/src/middleware/skin.d.ts +66 -0
  39. package/build/internal/src/middleware/types.d.ts +378 -0
  40. package/build/internal/src/middleware/user.d.ts +12 -0
  41. package/build/internal/src/util/Disposable.d.ts +17 -0
  42. package/build/internal/src/util/LocalStorage.d.ts +6 -0
  43. package/build/internal/src/util/Logger.d.ts +18 -0
  44. package/build/internal/src/util/dispatchCustomEvent.d.ts +2 -0
  45. package/package.json +1 -1
@@ -0,0 +1,10 @@
1
+ import { CommandBarClientSDK } from '../../internal/src/client/CommandBarClientSDK';
2
+ export { default as init } from './init';
3
+ export { initProxySDK as initProxy } from '../../internal/src/client/proxy';
4
+ export { snippet } from './snippet';
5
+ export { CommandBarClientSDK };
6
+ declare global {
7
+ interface Window {
8
+ CommandBar: CommandBarClientSDK;
9
+ }
10
+ }
@@ -0,0 +1 @@
1
+ !function(t,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define([],r):"object"==typeof exports?exports.commandbar=r():t.commandbar=r()}(this,(function(){return(()=>{var t={296:(t,r,e)=>{"use strict";var o=e(102),n=e(307),i=e(339),a=e(957),s=e(246),c=t.exports=function(t,r){var e,n,c,u,l;return arguments.length<2||"string"!=typeof t?(u=r,r=t,t=null):u=arguments[2],o(t)?(e=s.call(t,"c"),n=s.call(t,"e"),c=s.call(t,"w")):(e=c=!0,n=!1),l={value:r,configurable:e,enumerable:n,writable:c},u?i(a(u),l):l};c.gs=function(t,r,e){var c,u,l,f;return"string"!=typeof t?(l=e,e=r,r=t,t=null):l=arguments[3],o(r)?n(r)?o(e)?n(e)||(l=e,e=void 0):e=void 0:(l=r,r=e=void 0):r=void 0,o(t)?(c=s.call(t,"c"),u=s.call(t,"e")):(c=!0,u=!1),f={get:r,set:e,configurable:c,enumerable:u},l?i(a(l),f):f}},817:t=>{"use strict";t.exports=function(){}},339:(t,r,e)=>{"use strict";t.exports=e(994)()?Object.assign:e(963)},994:t=>{"use strict";t.exports=function(){var t,r=Object.assign;return"function"==typeof r&&(r(t={foo:"raz"},{bar:"dwa"},{trzy:"trzy"}),t.foo+t.bar+t.trzy==="razdwatrzy")}},963:(t,r,e)=>{"use strict";var o=e(450),n=e(836),i=Math.max;t.exports=function(t,r){var e,a,s,c=i(arguments.length,2);for(t=Object(n(t)),s=function(o){try{t[o]=r[o]}catch(t){e||(e=t)}},a=1;a<c;++a)o(r=arguments[a]).forEach(s);if(void 0!==e)throw e;return t}},349:(t,r,e)=>{"use strict";var o=e(817)();t.exports=function(t){return t!==o&&null!==t}},450:(t,r,e)=>{"use strict";t.exports=e(446)()?Object.keys:e(177)},446:t=>{"use strict";t.exports=function(){try{return Object.keys("primitive"),!0}catch(t){return!1}}},177:(t,r,e)=>{"use strict";var o=e(349),n=Object.keys;t.exports=function(t){return n(o(t)?Object(t):t)}},957:(t,r,e)=>{"use strict";var o=e(349),n=Array.prototype.forEach,i=Object.create,a=function(t,r){var e;for(e in t)r[e]=t[e]};t.exports=function(t){var r=i(null);return n.call(arguments,(function(t){o(t)&&a(Object(t),r)})),r}},836:(t,r,e)=>{"use strict";var o=e(349);t.exports=function(t){if(!o(t))throw new TypeError("Cannot use null or undefined");return t}},246:(t,r,e)=>{"use strict";t.exports=e(711)()?String.prototype.contains:e(370)},711:t=>{"use strict";var r="razdwatrzy";t.exports=function(){return"function"==typeof r.contains&&!0===r.contains("dwa")&&!1===r.contains("foo")}},370:t=>{"use strict";var r=String.prototype.indexOf;t.exports=function(t){return r.call(this,t,arguments[1])>-1}},992:(t,r,e)=>{"use strict";e(98).polyfill()},98:t=>{"use strict";function r(t,r){if(null==t)throw new TypeError("Cannot convert first argument to object");for(var e=Object(t),o=1;o<arguments.length;o++){var n=arguments[o];if(null!=n)for(var i=Object.keys(Object(n)),a=0,s=i.length;a<s;a++){var c=i[a],u=Object.getOwnPropertyDescriptor(n,c);void 0!==u&&u.enumerable&&(e[c]=n[c])}}return e}t.exports={assign:r,polyfill:function(){Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:r})}}},769:(t,r,e)=>{"use strict";e(614)()||Object.defineProperty(e(119),"Symbol",{value:e(798),configurable:!0,enumerable:!1,writable:!0})},614:(t,r,e)=>{"use strict";var o=e(119),n={object:!0,symbol:!0};t.exports=function(){var t,r=o.Symbol;if("function"!=typeof r)return!1;t=r("test symbol");try{String(t)}catch(t){return!1}return!!n[typeof r.iterator]&&!!n[typeof r.toPrimitive]&&!!n[typeof r.toStringTag]}},64:t=>{"use strict";t.exports=function(t){return!!t&&("symbol"==typeof t||!!t.constructor&&"Symbol"===t.constructor.name&&"Symbol"===t[t.constructor.toStringTag])}},573:(t,r,e)=>{"use strict";var o=e(296),n=Object.create,i=Object.defineProperty,a=Object.prototype,s=n(null);t.exports=function(t){for(var r,e,n=0;s[t+(n||"")];)++n;return s[t+=n||""]=!0,i(a,r="@@"+t,o.gs(null,(function(t){e||(e=!0,i(this,r,o(t)),e=!1)}))),r}},572:(t,r,e)=>{"use strict";var o=e(296),n=e(119).Symbol;t.exports=function(t){return Object.defineProperties(t,{hasInstance:o("",n&&n.hasInstance||t("hasInstance")),isConcatSpreadable:o("",n&&n.isConcatSpreadable||t("isConcatSpreadable")),iterator:o("",n&&n.iterator||t("iterator")),match:o("",n&&n.match||t("match")),replace:o("",n&&n.replace||t("replace")),search:o("",n&&n.search||t("search")),species:o("",n&&n.species||t("species")),split:o("",n&&n.split||t("split")),toPrimitive:o("",n&&n.toPrimitive||t("toPrimitive")),toStringTag:o("",n&&n.toStringTag||t("toStringTag")),unscopables:o("",n&&n.unscopables||t("unscopables"))})}},781:(t,r,e)=>{"use strict";var o=e(296),n=e(11),i=Object.create(null);t.exports=function(t){return Object.defineProperties(t,{for:o((function(r){return i[r]?i[r]:i[r]=t(String(r))})),keyFor:o((function(t){var r;for(r in n(t),i)if(i[r]===t)return r}))})}},798:(t,r,e)=>{"use strict";var o,n,i,a=e(296),s=e(11),c=e(119).Symbol,u=e(573),l=e(572),f=e(781),p=Object.create,d=Object.defineProperties,m=Object.defineProperty;if("function"==typeof c)try{String(c()),i=!0}catch(t){}else c=null;n=function(t){if(this instanceof n)throw new TypeError("Symbol is not a constructor");return o(t)},t.exports=o=function t(r){var e;if(this instanceof t)throw new TypeError("Symbol is not a constructor");return i?c(r):(e=p(n.prototype),r=void 0===r?"":String(r),d(e,{__description__:a("",r),__name__:a("",u(r))}))},l(o),f(o),d(n.prototype,{constructor:a(o),toString:a("",(function(){return this.__name__}))}),d(o.prototype,{toString:a((function(){return"Symbol ("+s(this).__description__+")"})),valueOf:a((function(){return s(this)}))}),m(o.prototype,o.toPrimitive,a("",(function(){var t=s(this);return"symbol"==typeof t?t:t.toString()}))),m(o.prototype,o.toStringTag,a("c","Symbol")),m(n.prototype,o.toStringTag,a("c",o.prototype[o.toStringTag])),m(n.prototype,o.toPrimitive,a("c",o.prototype[o.toPrimitive]))},11:(t,r,e)=>{"use strict";var o=e(64);t.exports=function(t){if(!o(t))throw new TypeError(t+" is not a symbol");return t}},308:t=>{var r=function(){if("object"==typeof self&&self)return self;if("object"==typeof window&&window)return window;throw new Error("Unable to resolve global `this`")};t.exports=function(){if(this)return this;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch(t){return r()}try{return __global__||r()}finally{delete Object.prototype.__global__}}()},119:(t,r,e)=>{"use strict";t.exports=e(801)()?globalThis:e(308)},801:t=>{"use strict";t.exports=function(){return"object"==typeof globalThis&&!!globalThis&&globalThis.Array===Array}},656:(t,r,e)=>{"use strict";var o;(o="undefined"!=typeof process&&"[object process]"==={}.toString.call(process)||"undefined"!=typeof navigator&&"ReactNative"===navigator.product?e.g:self).Proxy||(o.Proxy=e(659)(),o.Proxy.revocable=o.Proxy.revocable)},659:t=>{t.exports=function(){let t,r=null;function e(t){return!!t&&("object"==typeof t||"function"==typeof t)}function o(t){if(null!==t&&!e(t))throw new TypeError("Object prototype may only be an Object or null: "+t)}const n=Object,i=Boolean(n.create)||!({__proto__:null}instanceof n),a=n.create||(i?function(t){return o(t),{__proto__:t}}:function(t){if(o(t),null===t)throw new SyntaxError("Native Object.create is required to create objects with null prototype");var r=function(){};return r.prototype=t,new r}),s=function(){return null},c=n.getPrototypeOf||([].__proto__===Array.prototype?function(t){const r=t.__proto__;return e(r)?r:null}:s);return t=function(u,l){if(void 0===(this&&this instanceof t?this.constructor:void 0))throw new TypeError("Constructor Proxy requires 'new'");if(!e(u)||!e(l))throw new TypeError("Cannot create proxy with a non-object as target or handler");let f=function(){};r=function(){u=null,f=function(t){throw new TypeError(`Cannot perform '${t}' on a proxy that has been revoked`)}},setTimeout((function(){r=null}),0);const p=l;l={get:null,set:null,apply:null,construct:null};for(let t in p){if(!(t in l))throw new TypeError(`Proxy polyfill does not support trap '${t}'`);l[t]=p[t]}"function"==typeof p&&(l.apply=p.apply.bind(p));const d=c(u);let m,y=!1,b=!1;"function"==typeof u?(m=function(){const t=this&&this.constructor===m,r=Array.prototype.slice.call(arguments);return f(t?"construct":"apply"),t&&l.construct?l.construct.call(this,u,r):!t&&l.apply?l.apply(u,this,r):t?(r.unshift(u),new(u.bind.apply(u,r))):u.apply(this,r)},y=!0):u instanceof Array?(m=[],b=!0):m=i||null!==d?a(d):{};const _=l.get?function(t){return f("get"),l.get(this,t,m)}:function(t){return f("get"),this[t]},v=l.set?function(t,r){f("set"),l.set(this,t,r,m)}:function(t,r){f("set"),this[t]=r},h=n.getOwnPropertyNames(u),g={};h.forEach((function(t){if((y||b)&&t in m)return;const r=n.getOwnPropertyDescriptor(u,t),e={enumerable:Boolean(r.enumerable),get:_.bind(u,t),set:v.bind(u,t)};n.defineProperty(m,t,e),g[t]=!0}));let S=!0;if(y||b){const t=n.setPrototypeOf||([].__proto__===Array.prototype?function(t,r){return o(r),t.__proto__=r,t}:s);d&&t(m,d)||(S=!1)}if(l.get||!S)for(let t in u)g[t]||n.defineProperty(m,t,{get:_.bind(u,t)});return n.seal(u),n.seal(m),m},t.revocable=function(e,o){return{proxy:new t(e,o),revoke:r}},t}},14:function(t,r,e){"use strict";var o=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(r,"__esModule",{value:!0}),r.CommandBarClientSDK=r.snippet=r.initProxy=r.init=void 0;var n=e(343);Object.defineProperty(r,"CommandBarClientSDK",{enumerable:!0,get:function(){return n.CommandBarClientSDK}});var i=e(956);Object.defineProperty(r,"init",{enumerable:!0,get:function(){return o(i).default}});var a=e(737);Object.defineProperty(r,"initProxy",{enumerable:!0,get:function(){return a.initProxySDK}});var s=e(890);Object.defineProperty(r,"snippet",{enumerable:!0,get:function(){return s.snippet}})},956:function(t,r,e){"use strict";var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var r,e=1,o=arguments.length;e<o;e++)for(var n in r=arguments[e])Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n]);return t},o.apply(this,arguments)};Object.defineProperty(r,"__esModule",{value:!0}),e(656),e(992),e(769);var n=e(737),i=e(207),a=function(t){if("complete"===document.readyState){var r=function(t){var r="https://api.commandbar.com",e=[],o=localStorage.getItem("commandbar.lc");o&&o.includes("local")?r="http://localhost:8000":o||"10d7dc04"!==t||(r="https://api-cu.commandbar.com");var n=r+"/latest/"+t;return o&&e.push("lc="+o),e.push("version=2"),n+"?"+e.join("&")}(t),e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src=r,document.head.appendChild(e)}else window.addEventListener("load",a.bind(null,t),{capture:!1,once:!0})},s={debug:!1};r.default=function(t,r){void 0===r&&(r=s);var e=o(o({},s),r);t?(e.debug&&console.log("CommandBar init...",{environment:r.environment,version:r.version}),(0,n.getProxySDK)()[i._configuration]={uuid:t,environment:r.environment,version:r.version,config:r.config},a(t)):console.error("No org specified for CommandBar.init")}},890:(t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.snippet=void 0,r.snippet=function(t){var r=["Object.assign","Symbol","Symbol.for"].join("%2C"),e=window;function o(t,r){void 0===r&&(r=!1),"complete"!==document.readyState&&window.addEventListener("load",o.bind(null,t,r),{capture:!1,once:!0});var e=document.createElement("script");e.type="text/javascript",e.async=r,e.src=t,document.head.appendChild(e)}function n(){var r;if(void 0===e.CommandBar){delete e.__CommandBarBootstrap__;var n=Symbol.for("CommandBar::configuration"),i=Symbol.for("CommandBar::orgConfig"),a=Symbol.for("CommandBar::disposed"),s=Symbol.for("CommandBar::isProxy"),c=Symbol.for("CommandBar::queue"),u=Symbol.for("CommandBar::unwrap"),l=[],f=localStorage.getItem("commandbar.lc"),p=f&&f.includes("local")?"http://localhost:8000":"https://api.commandbar.com",d=Object.assign(((r={})[n]={uuid:t},r[i]={},r[a]=!1,r[s]=!0,r[c]=new Array,r[u]=function(){return d},r),e.CommandBar),m=["addCommand","boot"],y=d;Object.assign(d,{shareCallbacks:function(){return{}},shareContext:function(){return{}}}),e.CommandBar=new Proxy(d,{get:function(t,r){return r in y?d[r]:m.includes(r)?function(){var t=Array.prototype.slice.call(arguments);return new Promise((function(e,o){t.unshift(r,e,o),d[c].push(t)}))}:function(){var t=Array.prototype.slice.call(arguments);t.unshift(r),d[c].push(t)}}}),null!==f&&l.push("lc=".concat(f)),l.push("version=2"),o("".concat(p,"/latest/").concat(t,"?").concat(l.join("&")),!0)}}void 0===Object.assign||"undefined"==typeof Symbol||void 0===Symbol.for?(e.__CommandBarBootstrap__=n,o("https://polyfill.io/v3/polyfill.min.js?version=3.101.0&callback=__CommandBarBootstrap__&features="+r)):n()}},343:(t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.ASYNC_METHODS=void 0,r.ASYNC_METHODS=["addCommand","boot"]},737:(t,r,e)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.initProxySDK=r.getProxySDK=void 0;var o=e(314),n=e(343),i=e(207);function a(){var t,r,e,o,a=window.CommandBar,s=window.CommandBar;Array.isArray(null==a?void 0:a.q)||"string"==typeof(null==a?void 0:a.uid)?(e=null==a?void 0:a.uid,o=null==a?void 0:a.q):(e=null===(r=null==s?void 0:s[i._configuration])||void 0===r?void 0:r.uuid,o=null==s?void 0:s[i._queue]);var c=((t={})[i._configuration]={uuid:"string"==typeof e?e:""},t[i._disposed]=!1,t[i._isProxy]=!0,t[i._queue]=Array.isArray(o)?o:[],t[i._unwrap]=function(){return c},t),u=c;Object.assign(c,{shareCallbacks:function(){return{}},shareContext:function(){return{}}}),window.CommandBar=new Proxy(c,{get:function(t,r){return r in u?u[r]:n.ASYNC_METHODS.includes(r)?function(){var t=Array.prototype.slice.call(arguments);return new Promise((function(e,o){t.unshift(r,e,o),c[i._queue].push(t)}))}:function(){var t=Array.prototype.slice.call(arguments);t.unshift(r),c[i._queue].push(t)}}})}r.getProxySDK=function(){var t=window.CommandBar;return((0,o.isDisposed)(t)||"boolean"!=typeof t[i._isProxy])&&a(),window.CommandBar[i._unwrap]()},r.initProxySDK=a},207:(t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r._userAttributes=r._user=r._unwrap=r._state=r._showMessage=r._showGuide=r._shareProgrammaticCommands=r._shareContextSettings=r._setEditorVisible=r._setTestMode=r._setPreviewMode=r._setDashboard=r._search=r._reporter=r._report=r._reloadPlaceholders=r._reloadOrganization=r._reloadCommands=r._queue=r._programmaticTheme=r._perf=r._orgConfig=r._loadEditor=r._isProxy=r._instanceAttributes=r._disposed=r._dispose=r._dispatch=r._configUser=r._configure=r._configuration=r._access=void 0,r._access=Symbol.for("CommandBar::access"),r._configuration=Symbol.for("CommandBar::configuration"),r._configure=Symbol.for("CommandBar::configure"),r._configUser=Symbol.for("CommandBar::configUser"),r._dispatch=Symbol.for("CommandBar::dispatch"),r._dispose=Symbol.for("CommandBar::dispose"),r._disposed=Symbol.for("CommandBar::disposed"),r._instanceAttributes=Symbol.for("CommandBar::instanceAttributes"),r._isProxy=Symbol.for("CommandBar::isProxy"),r._loadEditor=Symbol.for("CommandBar::loadEditor"),r._orgConfig=Symbol.for("CommandBar::orgConfig"),r._perf=Symbol.for("CommandBar::perf"),r._programmaticTheme=Symbol.for("CommandBar::programmaticTheme"),r._queue=Symbol.for("CommandBar::queue"),r._reloadCommands=Symbol.for("CommandBar::reloadCommands"),r._reloadOrganization=Symbol.for("CommandBar::reloadOrganization"),r._reloadPlaceholders=Symbol.for("CommandBar::reloadPlaceholders"),r._report=Symbol.for("CommandBar::report"),r._reporter=Symbol.for("CommandBar::reporter"),r._search=Symbol.for("CommandBar::search"),r._setDashboard=Symbol.for("CommandBar::setDashboard"),r._setPreviewMode=Symbol.for("CommandBar::setPreviewMode"),r._setTestMode=Symbol.for("CommandBar::setTestMode"),r._setEditorVisible=Symbol.for("CommandBar::setEditorVisible"),r._shareContextSettings=Symbol.for("CommandBar::shareContextSettings"),r._shareProgrammaticCommands=Symbol.for("CommandBar::shareProgrammaticCommands"),r._showGuide=Symbol.for("CommandBar::showGuide"),r._showMessage=Symbol.for("CommandBar::showMessage"),r._state=Symbol.for("CommandBar::state"),r._unwrap=Symbol.for("CommandBar::unwrap"),r._user=Symbol.for("CommandBar::user"),r._userAttributes=Symbol.for("CommandBar::userAttributes")},314:(t,r,e)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.dispose=r.isDisposed=r.isDisposable=void 0;var o=e(207),n=function(t){return void 0!==t&&void 0!==t.dispose},i=function(t){return void 0!==t&&void 0!==t[o._dispose]};r.isDisposable=function(t){return void 0===t||n(t)||i(t)},r.isDisposed=function(t){return void 0===t||n(t)&&!0===t._disposed||i(t)&&!0===t[o._disposed]},r.dispose=function(t){void 0!==t&&(i(t)?t[o._dispose]():t.dispose())}},111:(t,r,e)=>{"use strict";var o=e(666);t.exports=function(t){if("function"!=typeof t)return!1;if(!hasOwnProperty.call(t,"length"))return!1;try{if("number"!=typeof t.length)return!1;if("function"!=typeof t.call)return!1;if("function"!=typeof t.apply)return!1}catch(t){return!1}return!o(t)}},617:(t,r,e)=>{"use strict";var o=e(102),n={object:!0,function:!0,undefined:!0};t.exports=function(t){return!!o(t)&&hasOwnProperty.call(n,typeof t)}},307:(t,r,e)=>{"use strict";var o=e(111),n=/^\s*class[\s{/}]/,i=Function.prototype.toString;t.exports=function(t){return!!o(t)&&!n.test(i.call(t))}},666:(t,r,e)=>{"use strict";var o=e(617);t.exports=function(t){if(!o(t))return!1;try{return!!t.constructor&&t.constructor.prototype===t}catch(t){return!1}}},102:t=>{"use strict";t.exports=function(t){return null!=t}}},r={};function e(o){var n=r[o];if(void 0!==n)return n.exports;var i=r[o]={exports:{}};return t[o].call(i.exports,i,i.exports,e),i.exports}return e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),e(14)})()}));
@@ -0,0 +1,21 @@
1
+ import 'proxy-polyfill';
2
+ import 'es6-object-assign/auto';
3
+ import 'es6-symbol/implement';
4
+ import { IConfigEndpointResponse } from '@commandbar/internal/middleware/types';
5
+ interface IInitOptions {
6
+ debug?: boolean;
7
+ environment?: string;
8
+ version?: string;
9
+ config?: IConfigEndpointResponse;
10
+ }
11
+ /**
12
+ * Initializes CommandBar and injects the scripts required to load it into the <head> of the document. After calling
13
+ * this function it will be possible to access window.CommandBar and call the SDK methods, even if the scripts have not
14
+ * finished loading yet.
15
+ *
16
+ * @param {string} org Your organization ID, which can be found [here](https://app.commandbar.com/docs/getting-started/installation#step-1:-install-commandbar).
17
+ * @param {IInitOptions} [opts] Additional options to use for initialization: `debug` will enable additional logging, `environment` specifies the environment to load config from
18
+ * output.
19
+ */
20
+ declare const init: (org: string, opts?: IInitOptions) => void;
21
+ export default init;
@@ -0,0 +1 @@
1
+ export declare const snippet: (org: string) => void;
@@ -0,0 +1,94 @@
1
+ export declare type DataRow = {
2
+ icon?: string;
3
+ category?: string;
4
+ label?: string;
5
+ description?: string;
6
+ __actionIcon?: string;
7
+ __breadcrumbs?: string;
8
+ __extraHTML?: string | ((elem: HTMLElement, record: any) => void);
9
+ __preserveSVG?: boolean;
10
+ [key: string]: any;
11
+ } | string;
12
+ export interface SearchResultsPaginated {
13
+ pagination: unknown;
14
+ data: DataRow[];
15
+ }
16
+ export declare type SearchFunction = (input: string) => DataRow[] | Promise<DataRow[]>;
17
+ export declare type SearchFunctionPaginated = (input: string, pagination?: unknown) => SearchResultsPaginated | Promise<SearchResultsPaginated>;
18
+ /** Options to customize CommandBar properties for `key`. */
19
+ export interface AddContextOptions {
20
+ /** quickFind allows the `key` to be searchable from the top-level of the Bar, alongside commands. */
21
+ quickFindOptions?: {
22
+ /**
23
+ * Turn on autoExecute for `key`. If only one command is available for an option from this `key`, that command will
24
+ * automatically be executed when a user selects the option.
25
+ */
26
+ autoExecute?: boolean;
27
+ /** The category header name for `key` objects shown during search (not used if `unfurl` is on). */
28
+ categoryName?: string;
29
+ /** Turn on quickFind for `key`. */
30
+ quickFind?: boolean;
31
+ /** Turn on unfurling for `key`. */
32
+ unfurl?: boolean;
33
+ };
34
+ /** Options to customize the style of `key` objects. */
35
+ renderOptions?: {
36
+ /**
37
+ * Default icon to show alongside `key` objects. Can be a URL (absolute or relative) or emoji character. You can
38
+ * specify a custom icon for every object by setting an `.icon` field.
39
+ */
40
+ defaultIcon?: string;
41
+ /** The value key of `key` objects you want to use to display the object's description (subtext under label). */
42
+ descriptionKey?: string;
43
+ /** The value key of `key` objects you want to use to display the object's label. */
44
+ labelKey?: string;
45
+ };
46
+ /** Options to customize the search behavior for `key`. */
47
+ searchOptions?: {
48
+ /**
49
+ * A list of object fields to be searched. If a custom `searchFunction` is provided, matches will be highlighted in
50
+ * these fields. Field names will be transformed from _camelCase_ or _snake_case_ into _Sentence case_.
51
+ */
52
+ fields?: string[];
53
+ /**
54
+ * Adds a custom search function to CommandBar for `key`. This custom search function should take a single argument `input` and return an array of results.
55
+ *
56
+ * The function will be called whenever a user types in a scenario where they might be searching for `context.key`:
57
+ *
58
+ * * A command has been selected and the user is prompted for an argument referencing `context.key`
59
+ * * Quickfind is turned on for `context.key`.
60
+ *
61
+ * Results from the custom search function should be filtered; they will not be filtered by CommandBar. This means
62
+ * that the search results will be identical to those returned by the function.
63
+ *
64
+ * @param input What the user has typed into CommandBar
65
+ */
66
+ searchFunction?: SearchFunction | SearchFunctionPaginated;
67
+ sortFunction?: (a: DataRow, b: DataRow) => number;
68
+ };
69
+ }
70
+ export interface ArgumentOptions {
71
+ /** The value key of `key` objects you want to use to display the object's label. */
72
+ labelKey?: string;
73
+ /** The value key of `key` objects you want to use to display the object's description (subtext under label). */
74
+ descriptionKey?: string;
75
+ /**
76
+ * Default icon to show alongside `key` objects. Can be a URL (absolute or relative) or emoji character. You can
77
+ * specify a custom icon for every object by setting an `.icon` field.
78
+ */
79
+ defaultIcon?: string;
80
+ /**
81
+ * A list of object fields to be searched. If a custom `searchFunction` is provided, matches will be highlighted in
82
+ * these fields. Field names will be transformed from _camelCase_ or _snake_case_ into _Sentence case_.
83
+ */
84
+ searchableFields?: string[];
85
+ onInputChange?: SearchFunction | SearchFunctionPaginated;
86
+ }
87
+ export interface RecordOptions extends ArgumentOptions {
88
+ recordOptions?: {
89
+ /** The category header name for `key` objects shown during search (not used if `unfurl` is on). */
90
+ categoryName?: string;
91
+ /** Turn on unfurling for `key`. */
92
+ unfurl?: boolean;
93
+ };
94
+ }
@@ -0,0 +1 @@
1
+ export declare type EVENT_NAME = 'Identify' | 'New session' | 'End session' | 'Load Performance' | 'New search' | 'Exited' | 'Search input' | 'Onboarding tooltip shown' | 'Tooltip shown' | 'Onboarding started' | 'Onboarding exited' | 'Onboarding completed' | 'Abandoned search' | 'No results for query' | 'Command suggestion' | 'Command execution' | 'Unavailable shortcut' | 'Clicked branding' | 'Survey response' | 'Client-Error' | 'Internal-Error' | 'Internal-Event' | 'User changed shortcut';
@@ -0,0 +1,293 @@
1
+ import { AddContextOptions, ArgumentOptions, DataRow, RecordOptions } from './AddContextOptions';
2
+ import { EventHandler } from './EventHandler';
3
+ import { ICommandFromClientType } from '../middleware/ICommandFromClientType';
4
+ import { IResourceSettings } from '../middleware/IResourceSettings';
5
+ import { ICommandCategoryType } from '../middleware/types';
6
+ export declare const ASYNC_METHODS: Array<keyof CommandBarClientSDK>;
7
+ export declare type BootOptions = string | (UserAttributes & {
8
+ id: string;
9
+ });
10
+ export declare type Metadata = Record<string, unknown>;
11
+ export declare type CommandDetails = {
12
+ category?: number | null;
13
+ /**
14
+ * The unique id of the command. For commands defined via the Editor, the value will be a number. For programmatic
15
+ * commands, the `name` (string) provided will be used.
16
+ */
17
+ command: number | string | undefined;
18
+ /** The text of the command */
19
+ commandText: string;
20
+ /** The source of the command. */
21
+ source: string;
22
+ shortcut_mac: string;
23
+ shortcut_win: string;
24
+ customShortcut: string | undefined;
25
+ };
26
+ export declare type UserAttributes = Record<string, unknown>;
27
+ export declare type InstanceAttributes = {
28
+ canOpenEditor?: boolean;
29
+ hmac?: string;
30
+ };
31
+ export declare type CallbackFunction<T, U = Metadata> = (args: T, context: U) => void;
32
+ export declare type ContextLoader = (chosenValues?: undefined | Record<string, unknown[]>) => unknown;
33
+ export declare type RecordsOrArgumentListLoader = (chosenValues?: undefined | Record<string, unknown[]>) => DataRow[];
34
+ export declare type CallbackMap = {
35
+ [name: string]: CallbackFunction<any, any>;
36
+ };
37
+ export declare type CommandBarClientSDK = Readonly<{
38
+ /**
39
+ * Adds a callback function to CommandBar. The callback function provided is mapped to `callbackKey`, and can be
40
+ * attached to commands by referencing `callbackKey` in a command config.
41
+ *
42
+ * @param callbackKey Key to reference the provided function
43
+ * @param callbackFn Callback function, with the following signature:
44
+ * * `args`: Depends on the callback, but typically a dictionary of argument keys and the values entered by the user.
45
+ * * `context`: A dictionary reflecting the state of context when the callback was triggered by a command execution
46
+ */
47
+ addCallback<T, U>(callbackKey: string, callbackFn: CallbackFunction<T, U>): void;
48
+ addCallbacks(callbacks: CallbackMap): void;
49
+ /**
50
+ * Add a command to CommandBar.
51
+ *
52
+ * @param command The command schema
53
+ */
54
+ addCommand(command: ICommandFromClientType): Promise<void>;
55
+ /**
56
+ * Configure a Category
57
+ *
58
+ * @param category The id (or name) of the category. If you provide a name and that category doesn't exist, it will be created automatically.
59
+ * @param config The Category config schema
60
+ */
61
+ setCategoryConfig(category: string | number, config: Partial<ICommandCategoryType>): void;
62
+ /**
63
+ * Provides a list of argument choices to CommandBar. For any keys previously set, updates values.
64
+ *
65
+ * @param key Key for the argument choices. Used to associate an argument with choices in the Editor.
66
+ *
67
+ * @param initialValue The initial choices
68
+ *
69
+ * There are two options:
70
+ * * Static: A literal value (e.g. `["foo", "bar"]`)
71
+ * * Dynamic: A function to load a set of values for `key`, used to lazily load a list of values. This function will
72
+ * be passed as an argument a dictionary of the previously selected argument values, if the argument is not the first. Useful for
73
+ * lazily loading longer lists, or loading lists that are dependent on previous arguments.
74
+ *
75
+ * If providing a list of objects, there are some reserved fields that will trigger special behavior. See DataRow type
76
+ * for the list of those fields.
77
+ *
78
+ * @param options Options to customize CommandBar properties for `key`.
79
+ *
80
+ * @see [ArgumentOptions](#ArgumentOptions).
81
+ */
82
+ addArgumentChoices(key: string, initial: DataRow[] | RecordsOrArgumentListLoader, options?: ArgumentOptions): void;
83
+ /**
84
+ * Adds a key, value pair to CommandBar that can be referenced to customize commands: such as in command URLs, availability rules, and recommendation rules.
85
+ *
86
+ * @param key Key for the metadata. Used to reference metadata.
87
+ *
88
+ * @param value The value of the key
89
+ *
90
+ * There are two options:
91
+ * * Static: A literal value (e.g. `addMetadata('isAdmin', true)`)
92
+ * * Dynamic: A function to load a set of values for `key`, used to lazily load a value. Useful for
93
+ * lazily loading data.
94
+ */
95
+ addMetadata(key: string, value: unknown | ContextLoader): void;
96
+ /** @deprecated Use addRecords, addArgumentChoices, or addMetadata instead. */
97
+ addContext(key: string, initialValue: ContextLoader, options?: AddContextOptions): void;
98
+ /** @deprecated Use addRecords, addArgumentChoices, or addMetadata instead. */
99
+ addContext(key: string, initialValue: unknown, options?: AddContextOptions): void;
100
+ /** @deprecated Use setContext instead. */
101
+ addContext(ctx: Metadata): void;
102
+ /**
103
+ * Captures CommandBar events to be handled in your code / stored in your database. Ask the CommandBar team if you're
104
+ * interested in this feature.
105
+ *
106
+ * @param eventHandler A function for handling events generated by CommandBar. It should have the following signature:
107
+ * * `eventName`: The name of the event type. Here are the different event types:
108
+ * * `opened`: Bar open
109
+ * * `closed`: Bar close. When the bar is closed with input text, it triggers both a `closed` event and a
110
+ * `abandoned_search` (deadend). Executions do not trigger `closed` events.
111
+ * * `abandoned_search`: A deadend
112
+ * * `command_suggestion`: A command suggestion
113
+ * * `command_execution`: A command execution
114
+ * * `no_results_for_query`: When a user's query does not retrieve any results
115
+ * * `client_error`: An error encountered by CommandBar
116
+ * * `shortcut_edited`: When a user assigns or edits a command's shortcut
117
+ * * `eventData`: Event attributes (will differ based on the type of event). In addition to the data below, any
118
+ * [eventData you pass to .boot()](https://app.commandbar.com/sdk#boot-eventdata) will be added to each event.
119
+ */
120
+ addEventHandler(eventHandler: EventHandler): Promise<void>;
121
+ /**
122
+ * Add a record action for a key
123
+ *
124
+ * @param recordKey The key for record for which to attach an action to
125
+ *
126
+ * @param action The record action
127
+ *
128
+ * @param isDefault Whether this record action should be the default. Only needs to be included if multiple record actions are provided
129
+ *
130
+ * @param showInDefaultList Whether this record action should also be shown in the default list as a command
131
+ */
132
+ addRecordAction(recordKey: string, action: ICommandFromClientType, isDefault?: boolean, showInDefaultList?: boolean): Promise<void>;
133
+ /**
134
+ * Makes records available to CommandBar. Records are searchable data. For any keys previously set, updates values.
135
+ *
136
+ * @param key Key for the records. Used to refer to records in the Editor, such as when creating record actions.
137
+ *
138
+ * @param initialValue The initial records
139
+ *
140
+ * There are two options:
141
+ * * Static: A literal value (e.g. `["foo", "bar"]`)
142
+ * * Dynamic: A function to load a set of values for `key`, used to lazily load a list of values. * Useful for
143
+ * lazily loading longer lists of records.
144
+ *
145
+ * If providing a list of objects, there are some reserved fields that will trigger special behavior. See DataRow type
146
+ * for the list of those fields.
147
+ *
148
+ * @param options Options to customize CommandBar properties for `key`.
149
+ *
150
+ * @see [RecordOptions](#RecordOptions).
151
+ */
152
+ addRecords(key: string, initial: DataRow[] | RecordsOrArgumentListLoader, options?: RecordOptions): void;
153
+ /**
154
+ * Sets a router function that link command can use to update the page's URL without triggering a reload. To lean more about using `addRouter` see [Adding a router](https://app.commandbar.com/docs/commands/actions/link#link-types).
155
+ *
156
+ * @param routerFn The router function. It should accept the following arguments:
157
+ * * `url` {string} The url to navigate to
158
+ */
159
+ addRouter(routerFn: (url: string) => void): void;
160
+ /** @deprecated Use addContext instead. */
161
+ addSearch(name: string, func: (...args: unknown[]) => unknown): void;
162
+ /**
163
+ * Make CommandBar available to the user. CommandBar will not be available before `.boot` is called, even if the
164
+ * snippet has been run on the page they are on.
165
+ *
166
+ * @param id ID corresponding to the currently logged-in end user. Used to tag analytics events.
167
+ * @param metadata Key-value pairs to be associated with the end user for whom CommandBar is being booted. You can
168
+ * filter on these attributes from the analytics page in your dashboard. In addition, events passed to a supplied
169
+ * event handler will include metadata you provide via `boot`.
170
+ */
171
+ boot(id: string, userAttributes?: UserAttributes, instanceAttributes?: InstanceAttributes): Promise<void>;
172
+ /**
173
+ * @deprecated Passing an object to boot will be deprecated in a future version of CommandBar.
174
+ */
175
+ boot(opts: BootOptions): Promise<void>;
176
+ clearActiveObject(contextKey: string): void;
177
+ close(): void;
178
+ /**
179
+ * Executes a command. If this command has arguments, the Bar will open so the user can complete those arguments.
180
+ *
181
+ * @param id The command id to execute. For commands defined via the Editor, you can find this id in the Editor by selecting "Copy code" in the command's ellipsis menu. For commands defined via the SDK, this is the `name` field.
182
+ */
183
+ execute(id: number | string): void;
184
+ /**
185
+ * Returns an array returning all commands that fit the optional filter function. By default, all commands are returned
186
+ * @param filter A function that filters out commands based on its properties. These are:
187
+ * * `command`: The unqiue id of the command. For commands defined via the Editor, the value will be a number. For programmatic commands, the name (string) provided will be used.
188
+ * * `commandText`: The text of the command
189
+ * * `category`: The category id of the command. Only provided if the command has a category
190
+ * * `shortcut_mac`: Default shortcut set for macOS
191
+ * * `shortcut_win`:Default shortcut set for Windows and Linux devices
192
+ * * `source`: Source of the executed command
193
+ * * `customShortcut`: Shortcut string if this command has a custom user-set shortcut
194
+ */
195
+ getCommands(filter?: (entry: CommandDetails) => boolean): CommandDetails[];
196
+ /**
197
+ * Returns `true` if the Bar is currently open, `false` if it is not, or `undefined` if the CommandBar is not fully
198
+ * initialized yet.
199
+ */
200
+ isOpen(): boolean | undefined;
201
+ /**
202
+ * Open the Bar. If an input is supplied, will prefill the search input with that value.
203
+ *
204
+ * @param input Optional input ot prefill the Bar's search field.
205
+ * @param options FIXME: UNDOCUMENTED
206
+ */
207
+ open(input?: string, options?: {
208
+ categoryFilter?: number;
209
+ }): void;
210
+ /**
211
+ * Removes the callback function referenced by `callbackKey` from CommandBar.
212
+ *
213
+ * When you remove a callback, any commands for which the callback is a dependency will become unavailable. Learn
214
+ * more about availability [here](https://app.commandbar.com/docs/commands/availability).
215
+ *
216
+ * @param callbackKey Callback key for the callback to be removed.
217
+ */
218
+ removeCallback(callbackKey: string): void;
219
+ /**
220
+ * Remove a command, making it unavailable to a user.
221
+ *
222
+ * @param commandName The `name` field of the command
223
+ */
224
+ removeCommand(commandName: string): void;
225
+ /**
226
+ * Removes a key and its corresponding value from context. When you remove a context key, any commands for which the
227
+ * key was a depencdency will become unavailable. To learn more about availability, see
228
+ * [When are commands available to users?](https://app.commandbar.com/docs/commands/availability#when-are-commands-available-to-users?)
229
+ *
230
+ * @param keyToRemove Context key to remove
231
+ */
232
+ removeContext(keyToRemove: string): void;
233
+ setActiveObject(contextKey: string, objectLabel: string | string[], categoryName?: string): void;
234
+ /**
235
+ * Overrides certain components with provided options. Ask the CommandBar team if you're interested in this feature.
236
+ * Custom UI components are only available for enterprise customers. Please contact CommandBar.
237
+ * @param slug Component slug
238
+ * @param getHTML Function that returns an html string to be rendered as the component
239
+ */
240
+ setCustomComponent(slug: 'header' | 'input' | 'sidepanel' | 'footer', getHTML: (step?: 'base' | 'multiselect' | 'longtextinput' | 'textinput' | 'select') => string): void;
241
+ /**
242
+ * Similar to `addContext`, but also removes any keys that are omitted from the supplied `ctx` from context. It may be
243
+ * helpful to use this to make large context changes, such as when a user logs out.
244
+ *
245
+ * @param context Dictionary to overwrite context
246
+ * @param meta FIXME: UNDOCUMENTED
247
+ */
248
+ setContext(context: Metadata, meta?: Metadata & {
249
+ useCustom?: boolean;
250
+ customID?: string | number;
251
+ }): void;
252
+ /**
253
+ * This method will override the hotkey used by the current user to summon CommandBar.
254
+ *
255
+ * Please note that this method will only work if your Organization as End User Customizable Shortcuts enabled.
256
+ *
257
+ * @param {string} hotkey Any mousetrap.js compliant string (e.g. 'mod+k')
258
+ * @returns {boolean} Returns false if the hotkey string is invalid
259
+ */
260
+ setSummonHotkey(hotkey: string): boolean;
261
+ /**
262
+ * Changes the background and primary color of the CommandBar to the supplied color.
263
+ *
264
+ * @param theme A hex color. Using 'light' or 'dark' will trigger CommandBar's default light or dark theme.
265
+ * @param [primaryColor] A hex color.
266
+ */
267
+ setTheme(theme: string | 'light' | 'dark', primaryColor?: string): void;
268
+ /**
269
+ * Returns dictionary representing the current callbacks currently stored within CommandBar. The keys represent
270
+ * callback keys, and the values are the supplied functions.
271
+ */
272
+ shareCallbacks(): Record<string, CallbackFunction<unknown>>;
273
+ /** Returns the key value dictionary representing the current state of context */
274
+ shareContext(): Metadata;
275
+ /**
276
+ * Make CommandBar unavailable to the user. Does nothing unless `.boot` has been called. `shutdown` is typically used
277
+ * to make CommandBar unavailable after logout.
278
+ */
279
+ shutdown(): void;
280
+ /**
281
+ * Manually trigger client search functions.
282
+ *
283
+ * Allows search functions to be re-triggered with the same input text.
284
+ */
285
+ triggerSearchFunctions(): void;
286
+ /** @deprecated Use addContext instead. */
287
+ updateContextSettings(key: string, settings: IResourceSettings): void;
288
+ /**
289
+ * Completely remove CommandBar from the page. You will need to re-run the snippet or call the init() function again
290
+ * (depending on your deployment method) to load CommandBar again.
291
+ */
292
+ unmount(): void;
293
+ }>;
@@ -0,0 +1,48 @@
1
+ import { SentryReporter } from './SentryReporter';
2
+ import { SDKConfig, OrgConfig } from './CommandBarSDK';
3
+ import { _configuration, _disposed, _isProxy, _queue, _reporter, _unwrap, _orgConfig } from './symbols';
4
+ /**
5
+ * A proxy object that absorbs function calls into a queue that can be later consumed. The queue contains the name of
6
+ * properties accessed for function calls including any arguments passed.
7
+ *
8
+ * This is useful to allow clients to "queue up" calls to the SDK before it can be "upgraded" with state and callbacks
9
+ * from the React component tree.
10
+ */
11
+ export declare type CommandBarProxySDK = CommandBarProxyGlobal & Record<string, Function> & {
12
+ [_configuration]?: Function | Partial<SDKConfig>;
13
+ [_orgConfig]?: Function | OrgConfig;
14
+ [_reporter]?: Function | SentryReporter;
15
+ };
16
+ /**
17
+ * The global SDK object, which is usually hidden behind a Proxy at `window.CommandBar`. Use
18
+ * `window.CommandBar[_unwrap]()` (or ideally `getProxySDK()`) from anywhere to access this.
19
+ *
20
+ * The properties defined here are the minimal properties that can always be expected to be present in the global
21
+ * object. Many more are added once "upgraded" using `initSDK`.
22
+ */
23
+ export interface CommandBarProxyGlobal {
24
+ /**
25
+ * Marks the proxy as disposed when true; this will cause a new global object to be created with the next `getSDK()`
26
+ * or `getProxySDK()` call.
27
+ */
28
+ [_disposed]: boolean;
29
+ [_isProxy]: true;
30
+ /**
31
+ * A command queue that builds up commands executed early in the application lifecycle, before the App component has
32
+ * had a chance to render.
33
+ */
34
+ [_queue]: unknown[][];
35
+ /**
36
+ * A sneaky way to get access to the object that's being proxied, the one that holds the real global state. Use this
37
+ * to avoid triggering unwanted proxy behavior when accessing properties that are unassigned.
38
+ *
39
+ * The typedefs of the optional properties (_org, _reporter) in CommandBarProxySDK illustrate the risk of working with
40
+ * a wrapped proxy global.
41
+ */
42
+ [_unwrap]: () => CommandBarProxyGlobal;
43
+ [_configuration]?: Partial<SDKConfig>;
44
+ [_orgConfig]?: OrgConfig;
45
+ [_reporter]?: SentryReporter;
46
+ }
47
+ /** Tests if the given object is a "proxy" SDK object that has not yet been upgraded to a client SDK object. */
48
+ export declare function isProxySDK(x: unknown): x is CommandBarProxySDK;
@@ -0,0 +1,50 @@
1
+ import { CommandBarClientSDK, InstanceAttributes, Metadata } from './CommandBarClientSDK';
2
+ import { EVENT_NAME } from './AnalyticsEventTypes';
3
+ import { SentryReporter } from './SentryReporter';
4
+ import { _access, _configuration, _configure, _configUser, _dispose, _disposed, _userAttributes, _isProxy, _loadEditor, _orgConfig, _perf, _programmaticTheme, _reloadCommands, _reloadOrganization, _reloadPlaceholders, _report, _reporter, _search, _setDashboard, _setPreviewMode, _setTestMode, _showGuide, _showMessage, _user, _instanceAttributes, _setEditorVisible, _shareContextSettings, _shareProgrammaticCommands } from './symbols';
5
+ import { SDKConfig } from './SDKConfig';
6
+ import { ICommandType, IResourceSettingsByContextKey } from '../middleware/types';
7
+ export interface OrgConfig {
8
+ name?: string;
9
+ silent?: boolean;
10
+ eventAttributeBlockList?: string[];
11
+ }
12
+ export type { SDKConfig } from './SDKConfig';
13
+ export interface CommandBarSDK extends CommandBarClientSDK {
14
+ [_access]: string | undefined;
15
+ [_instanceAttributes]: InstanceAttributes | undefined;
16
+ [_perf]: boolean;
17
+ [_programmaticTheme]: string | undefined;
18
+ [_reporter]: SentryReporter | undefined;
19
+ [_search]: string;
20
+ [_user]: string | undefined;
21
+ [_userAttributes]: Metadata | undefined;
22
+ /** @deprecated */
23
+ readonly [_configure]: (uuid: string) => void;
24
+ readonly [_configuration]: SDKConfig;
25
+ readonly [_configUser]: () => Promise<void>;
26
+ readonly [_dispose]: () => void;
27
+ readonly [_disposed]: false;
28
+ readonly [_isProxy]: false;
29
+ readonly [_loadEditor]: () => void;
30
+ readonly [_orgConfig]: OrgConfig;
31
+ readonly [_reloadCommands]: () => void;
32
+ readonly [_reloadOrganization]: () => void;
33
+ readonly [_reloadPlaceholders]: () => void;
34
+ /** @deprecated */
35
+ readonly [_report]: (event: EVENT_NAME, data?: Metadata) => void;
36
+ /** @deprecated */
37
+ readonly [_setDashboard]: (element: HTMLElement) => void;
38
+ readonly [_setPreviewMode]: (on: boolean) => void;
39
+ readonly [_setTestMode]: (on: boolean) => void;
40
+ readonly [_setEditorVisible]: (visible: boolean) => void;
41
+ readonly [_shareContextSettings]: () => {
42
+ local: IResourceSettingsByContextKey;
43
+ server: IResourceSettingsByContextKey;
44
+ };
45
+ readonly [_shareProgrammaticCommands]: () => ICommandType[];
46
+ /** @deprecated */
47
+ readonly [_showGuide]: (eventName: string, preview?: boolean) => void;
48
+ /** @deprecated */
49
+ readonly [_showMessage]: (eventName: string, preview?: boolean) => void;
50
+ }