@sprig-technologies/sprig-browser 2.14.3 → 2.14.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.
- package/controller/controller.d.ts +13 -0
- package/controller/controller.d.ts.map +1 -0
- package/controller/encodedViewJs.d.ts +2 -0
- package/controller/encodedViewJs.d.ts.map +1 -0
- package/controller/encodedViewJs.js +1 -1
- package/controller/iframe.d.ts +9 -0
- package/controller/iframe.d.ts.map +1 -0
- package/controller/queue.d.ts +18 -0
- package/controller/queue.d.ts.map +1 -0
- package/index.d.ts +127 -0
- package/index.d.ts.map +1 -0
- package/package.json +1 -1
- package/shared/conflicting_widgets/index.d.ts +5 -0
- package/shared/conflicting_widgets/index.d.ts.map +1 -0
- package/shared/conflicting_widgets/intercom.d.ts +3 -0
- package/shared/conflicting_widgets/intercom.d.ts.map +1 -0
- package/shared/constants.d.ts +47 -0
- package/shared/constants.d.ts.map +1 -0
- package/shared/deferred.d.ts +10 -0
- package/shared/deferred.d.ts.map +1 -0
- package/shared/eventEmitter.d.ts +10 -0
- package/shared/eventEmitter.d.ts.map +1 -0
- package/shared/network.d.ts +8 -0
- package/shared/network.d.ts.map +1 -0
- package/shared/network.js +1 -1
- package/shared/networkHelper.d.ts +5 -0
- package/shared/networkHelper.d.ts.map +1 -0
- package/shared/shouldDirectEmbed.d.ts +7 -0
- package/shared/shouldDirectEmbed.d.ts.map +1 -0
- package/shared/tool.d.ts +3 -0
- package/shared/tool.d.ts.map +1 -0
- package/shared/ulEvents.d.ts +33 -0
- package/shared/ulEvents.d.ts.map +1 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Initialize frame and bootstrap data
|
|
3
|
+
* @param {Object} config this is included in the compilation step (points to the default viewSDKURL)
|
|
4
|
+
* @param {String} config.envId Environment Id
|
|
5
|
+
* @param {String} config.path Frame script url
|
|
6
|
+
* @param {String} [config.border] Border color
|
|
7
|
+
*/
|
|
8
|
+
export default function sprigInitializer(config?: {
|
|
9
|
+
envId: string;
|
|
10
|
+
path: string;
|
|
11
|
+
border?: string;
|
|
12
|
+
}): void;
|
|
13
|
+
//# sourceMappingURL=controller.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"controller.d.ts","sourceRoot":"","sources":["../../../sprig-browser/controller/controller.js"],"names":[],"mappings":"AA68BA;;;;;;GAMG;AACH;IAJ0B,KAAK;IACL,IAAI;IACH,MAAM;SAkFhC"}
|