@rebilly/instruments 3.40.1 → 3.41.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/instruments",
3
- "version": "3.40.1",
3
+ "version": "3.41.0",
4
4
  "author": "Rebilly",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -205,7 +205,18 @@ export default {
205
205
  default: [],
206
206
  items: {
207
207
  type: 'string',
208
- enum: ['email', 'organization', 'phoneNumber', 'city', 'country', 'region', 'postalCode']
208
+ enum: [
209
+ 'all',
210
+ 'email',
211
+ 'organization',
212
+ 'phoneNumber',
213
+ 'city',
214
+ 'country',
215
+ 'region',
216
+ 'postalCode',
217
+ 'address',
218
+ 'address2'
219
+ ]
209
220
  }
210
221
  },
211
222
  hide: {
@@ -213,7 +224,18 @@ export default {
213
224
  default: [],
214
225
  items: {
215
226
  type: 'string',
216
- enum: ['address2']
227
+ enum: [
228
+ 'all',
229
+ 'email',
230
+ 'organization',
231
+ 'phoneNumber',
232
+ 'city',
233
+ 'country',
234
+ 'region',
235
+ 'postalCode',
236
+ 'address',
237
+ 'address2'
238
+ ]
217
239
  }
218
240
  },
219
241
  require: {