You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The private key associated with a Service Account with Big Query privileges, [Documentation](https://cloud.google.com/iam/docs/service-accounts) for service accounts.",
12
-
rules: [
13
-
{required: true,message: "Please input your private key of google Service Account"},
"The private key associated with a Service Account with Big Query privileges, [Documentation](https://cloud.google.com/iam/docs/service-accounts) for service accounts.",
12
+
rules: [
13
+
{required: true,message: "Please input your private key of google Service Account"},
Copy file name to clipboardExpand all lines: server/node-service/src/plugins/oneSignal/index.ts
+16-11Lines changed: 16 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,20 @@ const dataSourceConfig = {
10
10
type: "dataSource",
11
11
params: [
12
12
{
13
-
"type": "password",
14
-
"key": "app_key.value",
15
-
"label": "REST API Key",
16
-
'tooltip': 'Private key used for most API calls like sending push notifications and updating users. [Documentation](https://documentation.onesignal.com/docs/accounts-and-keys#rest-api-key)'
13
+
type: "password",
14
+
key: "app_key.value",
15
+
label: "REST API Key",
16
+
tooltip:
17
+
"Private key used for most API calls like sending push notifications and updating users. [Documentation](https://documentation.onesignal.com/docs/accounts-and-keys#rest-api-key)",
17
18
},
18
19
{
19
-
"type": "password",
20
-
"key": "user_key.value",
21
-
"label": "User Auth Key",
22
-
'tooltip': 'Another type of REST API key used for viewing Apps and related updates. [Documentation](https://documentation.onesignal.com/docs/accounts-and-keys#user-auth-key)'
23
-
}
24
-
]
20
+
type: "password",
21
+
key: "user_key.value",
22
+
label: "User Auth Key",
23
+
tooltip:
24
+
"Another type of REST API key used for viewing Apps and related updates. [Documentation](https://documentation.onesignal.com/docs/accounts-and-keys#user-auth-key)",
0 commit comments