ai-publish-sdk 1.1.0 → 1.1.1
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ Get OAuth token for an integration.
|
|
|
37
37
|
```typescript
|
|
38
38
|
getToken(appName: IntegrationAppName, options?: GetTokenOptions, config?: RpcConfig): Promise<GetTokenResult | null>
|
|
39
39
|
|
|
40
|
-
type IntegrationAppName = 'gmail' | 'jira' | 'googledrive' | 'salesforce' | 'googlecalendar'
|
|
40
|
+
type IntegrationAppName = 'gmail' | 'jira' | 'googledrive' | 'salesforce' | 'googlecalendar' | 'slack'
|
|
41
41
|
|
|
42
42
|
interface GetTokenOptions {
|
|
43
43
|
interactive?: boolean // show OAuth flow if not yet authorized
|