@forge/manifest 4.20.2-next.2 → 4.20.2-next.3

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,13 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.20.2-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - b70e132d: Bumping dependencies via Renovate:
8
+
9
+ - json-schema-to-typescript
10
+
3
11
  ## 4.20.2-next.2
4
12
 
5
13
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* tslint:disable */
1
+ /* eslint-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,10 +51,14 @@ export interface App {
51
51
  storage?: {
52
52
  /**
53
53
  * Labels to classify the type of data stored
54
+ *
55
+ * @minItems 1
54
56
  */
55
57
  classifications?: ['ugc' | 'pii' | 'other', ...('ugc' | 'pii' | 'other')[]];
56
58
  /**
57
59
  * Custom schemas for app stored entities.
60
+ *
61
+ * @minItems 1
58
62
  */
59
63
  entities?: [
60
64
  {
@@ -81,13 +85,21 @@ export interface App {
81
85
  };
82
86
  /**
83
87
  * Indexes on attributes of the schema.
88
+ *
89
+ * @minItems 1
84
90
  */
85
91
  indexes?: [
86
92
  (
87
93
  | string
88
94
  | {
89
95
  name: string;
96
+ /**
97
+ * @minItems 1
98
+ */
90
99
  range: [string, ...string[]];
100
+ /**
101
+ * @minItems 1
102
+ */
91
103
  partition?: [string, ...string[]];
92
104
  }
93
105
  ),
@@ -95,7 +107,13 @@ export interface App {
95
107
  | string
96
108
  | {
97
109
  name: string;
110
+ /**
111
+ * @minItems 1
112
+ */
98
113
  range: [string, ...string[]];
114
+ /**
115
+ * @minItems 1
116
+ */
99
117
  partition?: [string, ...string[]];
100
118
  }
101
119
  )[]
@@ -125,13 +143,21 @@ export interface App {
125
143
  };
126
144
  /**
127
145
  * Indexes on attributes of the schema.
146
+ *
147
+ * @minItems 1
128
148
  */
129
149
  indexes?: [
130
150
  (
131
151
  | string
132
152
  | {
133
153
  name: string;
154
+ /**
155
+ * @minItems 1
156
+ */
134
157
  range: [string, ...string[]];
158
+ /**
159
+ * @minItems 1
160
+ */
135
161
  partition?: [string, ...string[]];
136
162
  }
137
163
  ),
@@ -139,7 +165,13 @@ export interface App {
139
165
  | string
140
166
  | {
141
167
  name: string;
168
+ /**
169
+ * @minItems 1
170
+ */
142
171
  range: [string, ...string[]];
172
+ /**
173
+ * @minItems 1
174
+ */
143
175
  partition?: [string, ...string[]];
144
176
  }
145
177
  )[]