@staffbase/widget-sdk 3.9.1 → 3.10.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 CHANGED
@@ -31,7 +31,7 @@ __export(lib_exports, {
31
31
  // lib/widget-api-types.ts
32
32
  var IntegrationNames = /* @__PURE__ */ ((IntegrationNames2) => {
33
33
  IntegrationNames2["MS365"] = "ms365";
34
- IntegrationNames2["GoogleDrive"] = "googleDrive";
34
+ IntegrationNames2["GoogleWorkspace"] = "googleWorkspace";
35
35
  return IntegrationNames2;
36
36
  })(IntegrationNames || {});
37
37
  var IntegrationStates = {
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  // lib/widget-api-types.ts
2
2
  var IntegrationNames = /* @__PURE__ */ ((IntegrationNames2) => {
3
3
  IntegrationNames2["MS365"] = "ms365";
4
- IntegrationNames2["GoogleDrive"] = "googleDrive";
4
+ IntegrationNames2["GoogleWorkspace"] = "googleWorkspace";
5
5
  return IntegrationNames2;
6
6
  })(IntegrationNames || {});
7
7
  var IntegrationStates = {
@@ -178,10 +178,10 @@ export interface UserListResponse {
178
178
  limit: number;
179
179
  total: number;
180
180
  }
181
- export declare type IntegrationType = IntegrationNames.MS365 | IntegrationNames.GoogleDrive;
181
+ export declare type IntegrationType = IntegrationNames.MS365 | IntegrationNames.GoogleWorkspace;
182
182
  export declare enum IntegrationNames {
183
183
  MS365 = "ms365",
184
- GoogleDrive = "googleDrive"
184
+ GoogleWorkspace = "googleWorkspace"
185
185
  }
186
186
  /**
187
187
  * Integration Token including the expiration time
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staffbase/widget-sdk",
3
- "version": "3.9.1",
3
+ "version": "3.10.0",
4
4
  "description": "Staffbase SDK for Custom Widgets",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",