@squadbase/vite-server 0.1.5-dev.0 → 0.1.6

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.
@@ -285,9 +285,6 @@ var intercomOauthOnboarding = new ConnectorOnboarding({
285
285
  - \`method\`: \`"GET"\`
286
286
  - \`path\`: \`"/me"\`
287
287
  2. If an error is returned, ask the user to check the OAuth connection settings
288
- 3. Call \`updateConnectionContext\`:
289
- - \`account\`: Intercom workspace name or admin email
290
- - \`note\`: Brief description of the setup
291
288
 
292
289
  #### Constraints
293
290
  - **Do NOT read business data during setup**. Only the metadata request specified in the steps above is allowed
@@ -298,9 +295,6 @@ var intercomOauthOnboarding = new ConnectorOnboarding({
298
295
  - \`method\`: \`"GET"\`
299
296
  - \`path\`: \`"/me"\`
300
297
  2. \u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u305F\u5834\u5408\u3001\u30E6\u30FC\u30B6\u30FC\u306BOAuth\u63A5\u7D9A\u306E\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u3088\u3046\u4F1D\u3048\u308B
301
- 3. \`updateConnectionContext\` \u3092\u547C\u3073\u51FA\u3059:
302
- - \`account\`: Intercom\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9\u540D\u307E\u305F\u306F\u7BA1\u7406\u8005\u30E1\u30FC\u30EB
303
- - \`note\`: \u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u5185\u5BB9\u306E\u7C21\u5358\u306A\u8AAC\u660E
304
298
 
305
299
  #### \u5236\u7D04
306
300
  - **\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E2D\u306B\u30D3\u30B8\u30CD\u30B9\u30C7\u30FC\u30BF\u3092\u8AAD\u307F\u53D6\u3089\u306A\u3044\u3053\u3068**\u3002\u5B9F\u884C\u3057\u3066\u3088\u3044\u306E\u306F\u4E0A\u8A18\u624B\u9806\u3067\u6307\u5B9A\u3055\u308C\u305F\u30E1\u30BF\u30C7\u30FC\u30BF\u53D6\u5F97\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u307F
@@ -0,0 +1,5 @@
1
+ import * as _squadbase_connectors_sdk from '@squadbase/connectors/sdk';
2
+
3
+ declare const connection: (connectionId: string) => _squadbase_connectors_sdk.LinearConnectorSdk;
4
+
5
+ export { connection };