@forge/manifest 4.20.2-next.5 → 4.20.2

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,35 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.20.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b70e132: Bumping dependencies via Renovate:
8
+
9
+ - json-schema-to-typescript
10
+
11
+ - de5d202: Allow packaging extra files in Forge apps
12
+ - ab7c204: Bumping dependencies via Renovate:
13
+
14
+ - js-yaml
15
+ - @types/js-yaml
16
+
17
+ - ed2cbc8: Bumping dependencies via Renovate:
18
+
19
+ - @types/node-fetch
20
+
21
+ - ac23105: Reverted dependency version bump
22
+ - ed9ecfd: Update manifest definitions
23
+ - 9d50860: Bumping dependencies via Renovate:
24
+
25
+ - @types/node
26
+
27
+ ## 4.20.2-next.6
28
+
29
+ ### Patch Changes
30
+
31
+ - ac23105f: Reverted dependency version bump
32
+
3
33
  ## 4.20.2-next.5
4
34
 
5
35
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* eslint-disable */
1
+ /* tslint:disable */
2
2
  /**
3
3
  * This file was automatically generated by json-schema-to-typescript.
4
4
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
@@ -51,14 +51,10 @@ export interface App {
51
51
  storage?: {
52
52
  /**
53
53
  * Labels to classify the type of data stored
54
- *
55
- * @minItems 1
56
54
  */
57
55
  classifications?: ['ugc' | 'pii' | 'other', ...('ugc' | 'pii' | 'other')[]];
58
56
  /**
59
57
  * Custom schemas for app stored entities.
60
- *
61
- * @minItems 1
62
58
  */
63
59
  entities?: [
64
60
  {
@@ -85,21 +81,13 @@ export interface App {
85
81
  };
86
82
  /**
87
83
  * Indexes on attributes of the schema.
88
- *
89
- * @minItems 1
90
84
  */
91
85
  indexes?: [
92
86
  (
93
87
  | string
94
88
  | {
95
89
  name: string;
96
- /**
97
- * @minItems 1
98
- */
99
90
  range: [string, ...string[]];
100
- /**
101
- * @minItems 1
102
- */
103
91
  partition?: [string, ...string[]];
104
92
  }
105
93
  ),
@@ -107,13 +95,7 @@ export interface App {
107
95
  | string
108
96
  | {
109
97
  name: string;
110
- /**
111
- * @minItems 1
112
- */
113
98
  range: [string, ...string[]];
114
- /**
115
- * @minItems 1
116
- */
117
99
  partition?: [string, ...string[]];
118
100
  }
119
101
  )[]
@@ -143,21 +125,13 @@ export interface App {
143
125
  };
144
126
  /**
145
127
  * Indexes on attributes of the schema.
146
- *
147
- * @minItems 1
148
128
  */
149
129
  indexes?: [
150
130
  (
151
131
  | string
152
132
  | {
153
133
  name: string;
154
- /**
155
- * @minItems 1
156
- */
157
134
  range: [string, ...string[]];
158
- /**
159
- * @minItems 1
160
- */
161
135
  partition?: [string, ...string[]];
162
136
  }
163
137
  ),
@@ -165,13 +139,7 @@ export interface App {
165
139
  | string
166
140
  | {
167
141
  name: string;
168
- /**
169
- * @minItems 1
170
- */
171
142
  range: [string, ...string[]];
172
- /**
173
- * @minItems 1
174
- */
175
143
  partition?: [string, ...string[]];
176
144
  }
177
145
  )[]