-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbkperapp.json
66 lines (66 loc) · 1.86 KB
/
bkperapp.json
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
55
56
57
58
59
60
61
62
63
64
65
66
{
"id": "stock-bot",
"name": "Stock Bot",
"description": "Keep stocks/bonds instruments book in sync with financial books",
"logoUrl": "https://static.thenounproject.com/png/2318530-200.png",
"website": "https://bkper.com/apps/stock-bot",
"ownerName": "Bkper",
"ownerLogoUrl": "https://avatars.githubusercontent.com/u/11943086?v=4",
"ownerWebsite": "https://bkper.com",
"repoUrl": "https://github.com/bkper/stock-bot",
"repoPrivate": false,
"deprecated": false,
"scriptId": "14dxucr5SCH4th01ndHLdN4HA0civDnVqk4HR9lAfsWaPCr4mOnOZFa_c",
"menuUrl": "https://script.google.com/macros/s/AKfycbwtsLZgfLUKpXPSQzDjjGMgJEkvwXN5CklmeCHtpEPpXDK66g/exec?bookId=${book.id}&accountId=${account.id}&groupId=${group.id}",
"menuUrlDev": "https://script.google.com/a/bkper.com/macros/s/AKfycbywpzjsUP7qAeDoAt-Jgs-Jc_pRRmxQnPnx1wgWKg/dev?bookId=${book.id}&accountId=${account.id}&groupId=${group.id}",
"menuText": "Stock Bot",
"menuPopupWidth": 600,
"menuPopupHeight": 600,
"webhookUrl": "https://us-central1-bkper-stock-bot.cloudfunctions.net/prodGen2",
"apiVersion": "v5",
"events": [
"TRANSACTION_POSTED",
"TRANSACTION_CHECKED",
"TRANSACTION_UNCHECKED",
"TRANSACTION_UPDATED",
"TRANSACTION_DELETED",
"TRANSACTION_RESTORED",
"ACCOUNT_CREATED",
"ACCOUNT_UPDATED",
"ACCOUNT_DELETED",
"GROUP_CREATED",
"GROUP_UPDATED",
"GROUP_DELETED",
"BOOK_UPDATED"
],
"propertiesSchema": {
"book": {
"keys": [
"stock_book",
"stock_historical",
"stock_fair"
]
},
"transaction": {
"keys": [
"quantity",
"order",
"interest",
"fees",
"instrument",
"trade_date",
"cost_hist"
]
},
"group": {
"keys": [
"stock_exc_code"
]
},
"account": {
"keys": [
"stock_fees_account"
]
}
}
}