veryfront 0.1.921 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "veryfront",
3
- "version": "0.1.921",
3
+ "version": "0.1.923",
4
4
  "license": "Apache-2.0",
5
5
  "nodeModulesDir": "auto",
6
6
  "minimumDependencyAge": {
@@ -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,EAsk3DzC,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAyZxC,CAAC"}
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": ["read:confluence-content.all", "write:confluence-content"],
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,kBAY9B,CAAC;AAEF,uCAAuC;AACvC,eAAO,MAAM,eAAe,EAAE,kBAiB7B,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIpB,CAAC"}
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"}
@@ -35,6 +35,9 @@ export const confluenceConfig = {
35
35
  "write:confluence-content",
36
36
  "read:confluence-space.summary",
37
37
  "read:confluence-user",
38
+ "search:confluence",
39
+ "read:page:confluence",
40
+ "write:page:confluence",
38
41
  "offline_access",
39
42
  ],
40
43
  };
@@ -1,3 +1,3 @@
1
1
  /** Shared version value. */
2
- export declare const VERSION = "0.1.921";
2
+ export declare const VERSION = "0.1.923";
3
3
  //# sourceMappingURL=version-constant.d.ts.map
@@ -1,4 +1,4 @@
1
1
  // Keep in sync with deno.json version.
2
2
  // scripts/release.ts updates this constant during releases.
3
3
  /** Shared version value. */
4
- export const VERSION = "0.1.921";
4
+ export const VERSION = "0.1.923";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veryfront",
3
- "version": "0.1.921",
3
+ "version": "0.1.923",
4
4
  "description": "The simplest way to build AI-powered apps",
5
5
  "keywords": [
6
6
  "react",