veryfront 0.1.922 → 0.1.923
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/esm/deno.js +1 -1
- package/esm/src/integrations/_data.d.ts.map +1 -1
- package/esm/src/integrations/_data.js +10 -1
- package/esm/src/oauth/providers/atlassian.d.ts.map +1 -1
- package/esm/src/oauth/providers/atlassian.js +3 -0
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/package.json +1 -1
package/esm/deno.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_data.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/_data.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,UAAU,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"_data.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/_data.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,UAAU,EAAE,iBAAiB,EA+k3DzC,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAyZxC,CAAC"}
|
|
@@ -11706,7 +11706,16 @@ export const connectors = [
|
|
|
11706
11706
|
"provider": "atlassian",
|
|
11707
11707
|
"authorizationUrl": "https://auth.atlassian.com/authorize",
|
|
11708
11708
|
"tokenUrl": "https://auth.atlassian.com/oauth/token",
|
|
11709
|
-
"scopes": [
|
|
11709
|
+
"scopes": [
|
|
11710
|
+
"read:confluence-content.all",
|
|
11711
|
+
"write:confluence-content",
|
|
11712
|
+
"read:confluence-space.summary",
|
|
11713
|
+
"read:confluence-user",
|
|
11714
|
+
"search:confluence",
|
|
11715
|
+
"read:page:confluence",
|
|
11716
|
+
"write:page:confluence",
|
|
11717
|
+
"offline_access",
|
|
11718
|
+
],
|
|
11710
11719
|
"tokenAuthMethod": "client_secret_post",
|
|
11711
11720
|
"requiredApis": [{
|
|
11712
11721
|
"name": "Atlassian OAuth 2.0 App",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"atlassian.d.ts","sourceRoot":"","sources":["../../../../src/src/oauth/providers/atlassian.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAgBtD,kCAAkC;AAClC,eAAO,MAAM,UAAU,EAAE,kBAWxB,CAAC;AAEF,wCAAwC;AACxC,eAAO,MAAM,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"atlassian.d.ts","sourceRoot":"","sources":["../../../../src/src/oauth/providers/atlassian.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAgBtD,kCAAkC;AAClC,eAAO,MAAM,UAAU,EAAE,kBAWxB,CAAC;AAEF,wCAAwC;AACxC,eAAO,MAAM,gBAAgB,EAAE,kBAe9B,CAAC;AAEF,uCAAuC;AACvC,eAAO,MAAM,eAAe,EAAE,kBAiB7B,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIpB,CAAC"}
|