@marcoappio/marco-config 2.0.319 → 2.0.321
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.
|
@@ -28,10 +28,10 @@ export declare const marcoConstants: {
|
|
|
28
28
|
PREVIEW_TEXT_MAX_LENGTH: number;
|
|
29
29
|
};
|
|
30
30
|
oauth: {
|
|
31
|
-
outlook: {
|
|
32
|
-
scopes:
|
|
31
|
+
readonly outlook: {
|
|
32
|
+
readonly scopes: readonly ["https://outlook.office.com/IMAP.AccessAsUser.All", "https://outlook.office.com/SMTP.Send", "offline_access"];
|
|
33
33
|
};
|
|
34
|
-
redirectPath:
|
|
34
|
+
readonly redirectPath: "/v1/wh/oauth/callback";
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -19,8 +19,8 @@ const configMap = {
|
|
|
19
19
|
clientId: '338197922176-oml1o2iputhhu3vijgue9h8sbfq17qme.apps.googleusercontent.com',
|
|
20
20
|
},
|
|
21
21
|
outlook: {
|
|
22
|
-
clientId: '
|
|
23
|
-
tenantId: '
|
|
22
|
+
clientId: 'd34106a5-5210-417e-bf38-6ddbe3aa91a7',
|
|
23
|
+
tenantId: '33fe2afe-644d-4fe2-a264-c4f2c34fa2cf',
|
|
24
24
|
},
|
|
25
25
|
},
|
|
26
26
|
replicache: {
|
|
@@ -49,8 +49,8 @@ const configMap = {
|
|
|
49
49
|
clientId: '338197922176-oml1o2iputhhu3vijgue9h8sbfq17qme.apps.googleusercontent.com',
|
|
50
50
|
},
|
|
51
51
|
outlook: {
|
|
52
|
-
clientId: '
|
|
53
|
-
tenantId: '
|
|
52
|
+
clientId: 'd34106a5-5210-417e-bf38-6ddbe3aa91a7',
|
|
53
|
+
tenantId: '33fe2afe-644d-4fe2-a264-c4f2c34fa2cf',
|
|
54
54
|
},
|
|
55
55
|
},
|
|
56
56
|
replicache: {
|
|
@@ -80,8 +80,8 @@ const configMap = {
|
|
|
80
80
|
clientId: '338197922176-oml1o2iputhhu3vijgue9h8sbfq17qme.apps.googleusercontent.com',
|
|
81
81
|
},
|
|
82
82
|
outlook: {
|
|
83
|
-
clientId: '
|
|
84
|
-
tenantId: '
|
|
83
|
+
clientId: 'd34106a5-5210-417e-bf38-6ddbe3aa91a7',
|
|
84
|
+
tenantId: '33fe2afe-644d-4fe2-a264-c4f2c34fa2cf',
|
|
85
85
|
},
|
|
86
86
|
},
|
|
87
87
|
replicache: {
|
package/package.json
CHANGED