@bendyline/gilde 0.1.32 → 0.1.34

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.
@@ -1412,6 +1412,47 @@
1412
1412
  "type": "string",
1413
1413
  "minLength": 1
1414
1414
  },
1415
+ "artifact": {
1416
+ "type": "boolean"
1417
+ },
1418
+ "expectPaths": {
1419
+ "type": "string",
1420
+ "minLength": 1
1421
+ }
1422
+ },
1423
+ "required": [
1424
+ "kind",
1425
+ "file",
1426
+ "corpusDir"
1427
+ ]
1428
+ },
1429
+ {
1430
+ "type": "object",
1431
+ "properties": {
1432
+ "kind": {
1433
+ "type": "string",
1434
+ "const": "corpusBatches"
1435
+ },
1436
+ "file": {
1437
+ "type": "string",
1438
+ "minLength": 1
1439
+ },
1440
+ "corpusDir": {
1441
+ "type": "string",
1442
+ "minLength": 1
1443
+ },
1444
+ "manifestSuffix": {
1445
+ "type": "string",
1446
+ "minLength": 1
1447
+ },
1448
+ "itemsField": {
1449
+ "type": "string",
1450
+ "minLength": 1
1451
+ },
1452
+ "totalField": {
1453
+ "type": "string",
1454
+ "minLength": 1
1455
+ },
1415
1456
  "artifact": {
1416
1457
  "type": "boolean"
1417
1458
  }
@@ -2352,6 +2393,47 @@
2352
2393
  "type": "string",
2353
2394
  "minLength": 1
2354
2395
  },
2396
+ "artifact": {
2397
+ "type": "boolean"
2398
+ },
2399
+ "expectPaths": {
2400
+ "type": "string",
2401
+ "minLength": 1
2402
+ }
2403
+ },
2404
+ "required": [
2405
+ "kind",
2406
+ "file",
2407
+ "corpusDir"
2408
+ ]
2409
+ },
2410
+ {
2411
+ "type": "object",
2412
+ "properties": {
2413
+ "kind": {
2414
+ "type": "string",
2415
+ "const": "corpusBatches"
2416
+ },
2417
+ "file": {
2418
+ "type": "string",
2419
+ "minLength": 1
2420
+ },
2421
+ "corpusDir": {
2422
+ "type": "string",
2423
+ "minLength": 1
2424
+ },
2425
+ "manifestSuffix": {
2426
+ "type": "string",
2427
+ "minLength": 1
2428
+ },
2429
+ "itemsField": {
2430
+ "type": "string",
2431
+ "minLength": 1
2432
+ },
2433
+ "totalField": {
2434
+ "type": "string",
2435
+ "minLength": 1
2436
+ },
2355
2437
  "artifact": {
2356
2438
  "type": "boolean"
2357
2439
  }
@@ -4216,6 +4298,47 @@
4216
4298
  "type": "string",
4217
4299
  "minLength": 1
4218
4300
  },
4301
+ "artifact": {
4302
+ "type": "boolean"
4303
+ },
4304
+ "expectPaths": {
4305
+ "type": "string",
4306
+ "minLength": 1
4307
+ }
4308
+ },
4309
+ "required": [
4310
+ "kind",
4311
+ "file",
4312
+ "corpusDir"
4313
+ ]
4314
+ },
4315
+ {
4316
+ "type": "object",
4317
+ "properties": {
4318
+ "kind": {
4319
+ "type": "string",
4320
+ "const": "corpusBatches"
4321
+ },
4322
+ "file": {
4323
+ "type": "string",
4324
+ "minLength": 1
4325
+ },
4326
+ "corpusDir": {
4327
+ "type": "string",
4328
+ "minLength": 1
4329
+ },
4330
+ "manifestSuffix": {
4331
+ "type": "string",
4332
+ "minLength": 1
4333
+ },
4334
+ "itemsField": {
4335
+ "type": "string",
4336
+ "minLength": 1
4337
+ },
4338
+ "totalField": {
4339
+ "type": "string",
4340
+ "minLength": 1
4341
+ },
4219
4342
  "artifact": {
4220
4343
  "type": "boolean"
4221
4344
  }
@@ -5156,6 +5279,47 @@
5156
5279
  "type": "string",
5157
5280
  "minLength": 1
5158
5281
  },
5282
+ "artifact": {
5283
+ "type": "boolean"
5284
+ },
5285
+ "expectPaths": {
5286
+ "type": "string",
5287
+ "minLength": 1
5288
+ }
5289
+ },
5290
+ "required": [
5291
+ "kind",
5292
+ "file",
5293
+ "corpusDir"
5294
+ ]
5295
+ },
5296
+ {
5297
+ "type": "object",
5298
+ "properties": {
5299
+ "kind": {
5300
+ "type": "string",
5301
+ "const": "corpusBatches"
5302
+ },
5303
+ "file": {
5304
+ "type": "string",
5305
+ "minLength": 1
5306
+ },
5307
+ "corpusDir": {
5308
+ "type": "string",
5309
+ "minLength": 1
5310
+ },
5311
+ "manifestSuffix": {
5312
+ "type": "string",
5313
+ "minLength": 1
5314
+ },
5315
+ "itemsField": {
5316
+ "type": "string",
5317
+ "minLength": 1
5318
+ },
5319
+ "totalField": {
5320
+ "type": "string",
5321
+ "minLength": 1
5322
+ },
5159
5323
  "artifact": {
5160
5324
  "type": "boolean"
5161
5325
  }
@@ -1086,6 +1086,47 @@
1086
1086
  "type": "string",
1087
1087
  "minLength": 1
1088
1088
  },
1089
+ "artifact": {
1090
+ "type": "boolean"
1091
+ },
1092
+ "expectPaths": {
1093
+ "type": "string",
1094
+ "minLength": 1
1095
+ }
1096
+ },
1097
+ "required": [
1098
+ "kind",
1099
+ "file",
1100
+ "corpusDir"
1101
+ ]
1102
+ },
1103
+ {
1104
+ "type": "object",
1105
+ "properties": {
1106
+ "kind": {
1107
+ "type": "string",
1108
+ "const": "corpusBatches"
1109
+ },
1110
+ "file": {
1111
+ "type": "string",
1112
+ "minLength": 1
1113
+ },
1114
+ "corpusDir": {
1115
+ "type": "string",
1116
+ "minLength": 1
1117
+ },
1118
+ "manifestSuffix": {
1119
+ "type": "string",
1120
+ "minLength": 1
1121
+ },
1122
+ "itemsField": {
1123
+ "type": "string",
1124
+ "minLength": 1
1125
+ },
1126
+ "totalField": {
1127
+ "type": "string",
1128
+ "minLength": 1
1129
+ },
1089
1130
  "artifact": {
1090
1131
  "type": "boolean"
1091
1132
  }
@@ -2104,6 +2145,47 @@
2104
2145
  "type": "string",
2105
2146
  "minLength": 1
2106
2147
  },
2148
+ "artifact": {
2149
+ "type": "boolean"
2150
+ },
2151
+ "expectPaths": {
2152
+ "type": "string",
2153
+ "minLength": 1
2154
+ }
2155
+ },
2156
+ "required": [
2157
+ "kind",
2158
+ "file",
2159
+ "corpusDir"
2160
+ ]
2161
+ },
2162
+ {
2163
+ "type": "object",
2164
+ "properties": {
2165
+ "kind": {
2166
+ "type": "string",
2167
+ "const": "corpusBatches"
2168
+ },
2169
+ "file": {
2170
+ "type": "string",
2171
+ "minLength": 1
2172
+ },
2173
+ "corpusDir": {
2174
+ "type": "string",
2175
+ "minLength": 1
2176
+ },
2177
+ "manifestSuffix": {
2178
+ "type": "string",
2179
+ "minLength": 1
2180
+ },
2181
+ "itemsField": {
2182
+ "type": "string",
2183
+ "minLength": 1
2184
+ },
2185
+ "totalField": {
2186
+ "type": "string",
2187
+ "minLength": 1
2188
+ },
2107
2189
  "artifact": {
2108
2190
  "type": "boolean"
2109
2191
  }
@@ -3122,6 +3204,47 @@
3122
3204
  "type": "string",
3123
3205
  "minLength": 1
3124
3206
  },
3207
+ "artifact": {
3208
+ "type": "boolean"
3209
+ },
3210
+ "expectPaths": {
3211
+ "type": "string",
3212
+ "minLength": 1
3213
+ }
3214
+ },
3215
+ "required": [
3216
+ "kind",
3217
+ "file",
3218
+ "corpusDir"
3219
+ ]
3220
+ },
3221
+ {
3222
+ "type": "object",
3223
+ "properties": {
3224
+ "kind": {
3225
+ "type": "string",
3226
+ "const": "corpusBatches"
3227
+ },
3228
+ "file": {
3229
+ "type": "string",
3230
+ "minLength": 1
3231
+ },
3232
+ "corpusDir": {
3233
+ "type": "string",
3234
+ "minLength": 1
3235
+ },
3236
+ "manifestSuffix": {
3237
+ "type": "string",
3238
+ "minLength": 1
3239
+ },
3240
+ "itemsField": {
3241
+ "type": "string",
3242
+ "minLength": 1
3243
+ },
3244
+ "totalField": {
3245
+ "type": "string",
3246
+ "minLength": 1
3247
+ },
3125
3248
  "artifact": {
3126
3249
  "type": "boolean"
3127
3250
  }
@@ -4141,6 +4264,47 @@
4141
4264
  "type": "string",
4142
4265
  "minLength": 1
4143
4266
  },
4267
+ "artifact": {
4268
+ "type": "boolean"
4269
+ },
4270
+ "expectPaths": {
4271
+ "type": "string",
4272
+ "minLength": 1
4273
+ }
4274
+ },
4275
+ "required": [
4276
+ "kind",
4277
+ "file",
4278
+ "corpusDir"
4279
+ ]
4280
+ },
4281
+ {
4282
+ "type": "object",
4283
+ "properties": {
4284
+ "kind": {
4285
+ "type": "string",
4286
+ "const": "corpusBatches"
4287
+ },
4288
+ "file": {
4289
+ "type": "string",
4290
+ "minLength": 1
4291
+ },
4292
+ "corpusDir": {
4293
+ "type": "string",
4294
+ "minLength": 1
4295
+ },
4296
+ "manifestSuffix": {
4297
+ "type": "string",
4298
+ "minLength": 1
4299
+ },
4300
+ "itemsField": {
4301
+ "type": "string",
4302
+ "minLength": 1
4303
+ },
4304
+ "totalField": {
4305
+ "type": "string",
4306
+ "minLength": 1
4307
+ },
4144
4308
  "artifact": {
4145
4309
  "type": "boolean"
4146
4310
  }