-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbkperapp.yaml
54 lines (54 loc) · 1.48 KB
/
bkperapp.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
id: exchange-bot
name: Exchange Bot
description: Convert transaction amounts between Books based on updated exchange rates
logoUrl: https://static.thenounproject.com/png/2318541-200.png
website: https://bkper.com/apps/exchange-bot
ownerName: Bkper
ownerLogoUrl: https://avatars.githubusercontent.com/u/11943086?v=4
ownerWebsite: https://bkper.com
repoUrl: https://github.com/bkper/exchange-bot
repoPrivate: false
deprecated: false
scriptId: 1KPU60slDZBVslJdt9EnKx-3irpgXfdai30-g0cdyuSaILvHRfYBLTnVu
menuUrl: https://script.google.com/macros/s/AKfycbxz1Fl1A_KpvAtWLSXtGh1oRaFdWibPweoJfa3yYrFRAAC6gRM/exec?bookId=${book.id}
menuUrlDev: https://script.google.com/a/bkper.com/macros/s/AKfycbwg42np5A-niYBI7Qq2yxOguhcoNgEkqqe0aRLw628/dev?bookId=${book.id}
menuText: Exchange Bot
menuPopupWidth: 1000
menuPopupHeight: 500
webhookUrl: https://us-central1-bkper-cc-bot.cloudfunctions.net/prodGen2
apiVersion: v5
events:
- TRANSACTION_POSTED
- TRANSACTION_CHECKED
- TRANSACTION_UPDATED
- TRANSACTION_DELETED
- TRANSACTION_RESTORED
- ACCOUNT_CREATED
- ACCOUNT_UPDATED
- ACCOUNT_DELETED
- GROUP_CREATED
- GROUP_UPDATED
- GROUP_DELETED
- BOOK_UPDATED
propertiesSchema:
book:
keys:
- exc_code
- exc_rates_url
- exc_on_check
- exc_base
- exc_historical
- exc_aggregate
account:
keys:
- exc_account
group:
keys:
- exc_account
- exc_code
transaction:
keys:
- exc_date
- exc_code
- exc_amount
- exc_rate