bkper 3.3.1 → 3.3.2
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 +0 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,17 +100,6 @@ filePatterns:
|
|
|
100
100
|
- "radiusbank*.ofx"
|
|
101
101
|
- "-*.qif"
|
|
102
102
|
|
|
103
|
-
# Bot configuration only when additional scopes, other than email, is needed
|
|
104
|
-
# If not specified, a default valid token with the email scope is sent in the http header
|
|
105
|
-
clientId: "The Client ID from GCP project Web Application OAuth Credential"
|
|
106
|
-
scopes:
|
|
107
|
-
- "The Google OAuth scopes used. E.g."
|
|
108
|
-
- "https://www.googleapis.com/auth/userinfo.email"
|
|
109
|
-
- "https://www.googleapis.com/auth/script.external_request"
|
|
110
|
-
|
|
111
|
-
# Google Apps Script bot configuration
|
|
112
|
-
scriptId: "The Google Apps Script ID"
|
|
113
|
-
deploymentId: "The Google Apps Script API Deployment ID"
|
|
114
103
|
|
|
115
104
|
# Webhook bot configuration
|
|
116
105
|
webhookUrl: "The production webhook url"
|