@staffbase/widget-sdk 3.11.0 → 3.12.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/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/dist/widget-api-types.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31,6 +31,7 @@ var IntegrationNames = /* @__PURE__ */ ((IntegrationNames2) => {
|
|
|
31
31
|
IntegrationNames2["GoogleWorkspace"] = "googleWorkspace";
|
|
32
32
|
IntegrationNames2["ServiceNow"] = "serviceNow";
|
|
33
33
|
IntegrationNames2["Atlassian"] = "atlassian";
|
|
34
|
+
IntegrationNames2["Box"] = "box";
|
|
34
35
|
return IntegrationNames2;
|
|
35
36
|
})(IntegrationNames || {});
|
|
36
37
|
var IntegrationStates = {
|
package/dist/index.mjs
CHANGED
|
@@ -4,6 +4,7 @@ var IntegrationNames = /* @__PURE__ */ ((IntegrationNames2) => {
|
|
|
4
4
|
IntegrationNames2["GoogleWorkspace"] = "googleWorkspace";
|
|
5
5
|
IntegrationNames2["ServiceNow"] = "serviceNow";
|
|
6
6
|
IntegrationNames2["Atlassian"] = "atlassian";
|
|
7
|
+
IntegrationNames2["Box"] = "box";
|
|
7
8
|
return IntegrationNames2;
|
|
8
9
|
})(IntegrationNames || {});
|
|
9
10
|
var IntegrationStates = {
|
|
@@ -185,7 +185,8 @@ export declare enum IntegrationNames {
|
|
|
185
185
|
MS365 = "ms365",
|
|
186
186
|
GoogleWorkspace = "googleWorkspace",
|
|
187
187
|
ServiceNow = "serviceNow",
|
|
188
|
-
Atlassian = "atlassian"
|
|
188
|
+
Atlassian = "atlassian",
|
|
189
|
+
Box = "box"
|
|
189
190
|
}
|
|
190
191
|
/**
|
|
191
192
|
* Integration Token including the expiration time
|