@mymehq/sdk 4.7.0 → 4.8.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.d.ts CHANGED
@@ -580,7 +580,7 @@ declare class MymeClient {
580
580
  label?: string;
581
581
  }) => Promise<ConnectionInstallResult>;
582
582
  /**
583
- * Orchestrated uninstall of an `external-service-connector`
583
+ * Orchestrated uninstall of an `integration`
584
584
  * connection. Revokes runtime credentials, deletes upstream OAuth
585
585
  * tokens, revokes active leased tokens, disables inbound webhook
586
586
  * subscriptions, transitions the system.connection state to
package/dist/index.js CHANGED
@@ -916,7 +916,7 @@ var MymeClient = class {
916
916
  );
917
917
  },
918
918
  /**
919
- * Orchestrated uninstall of an `external-service-connector`
919
+ * Orchestrated uninstall of an `integration`
920
920
  * connection. Revokes runtime credentials, deletes upstream OAuth
921
921
  * tokens, revokes active leased tokens, disables inbound webhook
922
922
  * subscriptions, transitions the system.connection state to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mymehq/sdk",
3
- "version": "4.7.0",
3
+ "version": "4.8.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org",
@@ -20,7 +20,7 @@
20
20
  "dist"
21
21
  ],
22
22
  "dependencies": {
23
- "@mymehq/shared": "4.7.0"
23
+ "@mymehq/shared": "4.8.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^22.0.0",