@forge/manifest 2.6.0-next.8 → 3.0.1-fix.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,155 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 3.0.1-fix.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 0954b2f: Accept both deprecated scopes and granular scopes when verifying scopes required for product events.
8
+ - 2c77951: Fix invalid scope in product event linting.
9
+
10
+ ## 3.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - 4cfa56d: make bearerMethod mandatory in external auth config
15
+
16
+ ### Minor Changes
17
+
18
+ - bd6e025: Add confluence:globalPage module
19
+ - 1c196ff: Add support for external fetch client to reference remote
20
+ - 218fe20: Added an optional connect.authentication property to indicate how the harmonized forge app will be authenticating with tenant API's - using "jwt" or "oauth2". If not specified it defaults to "jwt".
21
+ - 2bca1c0: Show a warning message during forge lint if manifest has deprecated permission scope
22
+ - 0a39c43: Updating forge-manifest to include new Compass Metric scopes
23
+
24
+ ### Patch Changes
25
+
26
+ - 271b98a: add new, granular scopes for custom field related product events
27
+ - 22a488e: Add avi:jira:updated:field:context:configuration product event for scope mapping
28
+ - 689c09b: Update manifest definitions
29
+ - b97660c: Update manifest definitions
30
+ - 7c0d2ee: Update manifest definitions
31
+ - 1dba082: Update manifest definitions
32
+ - d3afe01: Update manifest definitions
33
+ - dfe9dd8: Update manifest definitions
34
+ - 91ea057: Update manifest definitions
35
+ - 3010f0e: Update manifest definitions
36
+ - 2b7c32b: Update manifest definitions
37
+ - e7ee3a7: Update manifest definitions
38
+ - 92d081d: Update manifest definitions
39
+ - d3c8c8d: Update manifest definitions
40
+ - fca240d: Update manifest definitions
41
+ - 36c7c8f: Update manifest definitions
42
+ - d2f6992: Update manifest definitions
43
+ - d18c9f1: Update manifest definitions
44
+ - 1dba082: Update manifest definitions
45
+ - fa963b1: Update manifest definitions
46
+ - 0a7725f: Update manifest definitions
47
+ - 1dba082: Update manifest definitions
48
+ - e4a14c7: Update manifest definitions
49
+ - 2bb89c5: Update manifest definitions
50
+ - 5875eb3: Update manifest definitions
51
+
52
+ ## 3.0.0-next.21
53
+
54
+ ### Major Changes
55
+
56
+ - 4cfa56d: make bearerMethod mandatory in external auth config
57
+
58
+ ### Patch Changes
59
+
60
+ - fca240d: Update manifest definitions
61
+
62
+ ## 2.6.0-next.20
63
+
64
+ ### Minor Changes
65
+
66
+ - 2bca1c0: Show a warning message during forge lint if manifest has deprecated permission scope
67
+
68
+ ### Patch Changes
69
+
70
+ - 271b98a: add new, granular scopes for custom field related product events
71
+
72
+ ## 2.6.0-next.19
73
+
74
+ ### Patch Changes
75
+
76
+ - d18c9f1: Update manifest definitions
77
+ - 5875eb3: Update manifest definitions
78
+
79
+ ## 2.6.0-next.18
80
+
81
+ ### Minor Changes
82
+
83
+ - 1c196ff: Add support for external fetch client to reference remote
84
+
85
+ ### Patch Changes
86
+
87
+ - e7ee3a7: Update manifest definitions
88
+
89
+ ## 2.6.0-next.17
90
+
91
+ ### Patch Changes
92
+
93
+ - fa963b1: Update manifest definitions
94
+
95
+ ## 2.6.0-next.16
96
+
97
+ ### Minor Changes
98
+
99
+ - 218fe20: Added an optional connect.authentication property to indicate how the harmonized forge app will be authenticating with tenant API's - using "jwt" or "oauth2". If not specified it defaults to "jwt".
100
+
101
+ ## 2.6.0-next.15
102
+
103
+ ### Patch Changes
104
+
105
+ - e4a14c7: Update manifest definitions
106
+
107
+ ## 2.6.0-next.14
108
+
109
+ ### Patch Changes
110
+
111
+ - 2b7c32b: Update manifest definitions
112
+
113
+ ## 2.6.0-next.13
114
+
115
+ ### Patch Changes
116
+
117
+ - a0a2c5b: Reverting new granular scopes for custom field related product events as the release date of granular scope is delayed by 2 weeks
118
+ - 689c09b: Update manifest definitions
119
+ - 92d081d: Update manifest definitions
120
+ - 36c7c8f: Update manifest definitions
121
+
122
+ ## 2.6.0-next.12
123
+
124
+ ### Patch Changes
125
+
126
+ - 62089be: Reverting warning message for deprecated non granular scopes as the release date of granular scope is delayed by 2 weeks
127
+
128
+ ## 2.6.0-next.11
129
+
130
+ ### Patch Changes
131
+
132
+ - dfe9dd8: Update manifest definitions
133
+ - d3c8c8d: Update manifest definitions
134
+ - 0a7725f: Update manifest definitions
135
+ - 2bb89c5: Update manifest definitions
136
+
137
+ ## 2.6.0-next.10
138
+
139
+ ### Minor Changes
140
+
141
+ - bd6e025: Add confluence:globalPage module
142
+
143
+ ### Patch Changes
144
+
145
+ - d2f6992: Update manifest definitions
146
+
147
+ ## 2.6.0-next.9
148
+
149
+ ### Patch Changes
150
+
151
+ - 22a488ec: Add avi:jira:updated:field:context:configuration product event for scope mapping
152
+
3
153
  ## 2.6.0-next.8
4
154
 
5
155
  ### Patch Changes
package/out/index.d.ts CHANGED
@@ -7,6 +7,6 @@ export * from './text';
7
7
  export * from './types';
8
8
  export * from './utils';
9
9
  export * from './validators';
10
- export { Modules, ManifestSchema, App, Resources, Permissions, Remotes } from './schema/manifest';
10
+ export { Modules, ManifestSchema, App, Resources, Permissions, Remotes, Fetch } from './schema/manifest';
11
11
  export declare const validate: (basic?: boolean, manifest?: string | undefined) => ManifestValidationResult<ManifestSchema | BasicManifestSchema>;
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAmB,MAAM,SAAS,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,GAAG,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAElG,eAAO,MAAM,QAAQ,+BAET,MAAM,GAAG,SAAS,KAC3B,wBAAwB,CAAC,cAAc,GAAG,mBAAmB,CAK/D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAmB,MAAM,SAAS,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,GAAG,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAEzG,eAAO,MAAM,QAAQ,+BAET,MAAM,GAAG,SAAS,KAC3B,wBAAwB,CAAC,cAAc,GAAG,mBAAmB,CAK/D,CAAC"}