@remit/api-openapi-types 0.0.9 → 0.0.10

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +2 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-openapi-types",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "main": "types.d.ts",
6
6
  "types": "types.d.ts",
package/types.d.ts CHANGED
@@ -3342,17 +3342,13 @@ server-capped window. `items` is omitted when `results=false` (count-only);
3342
3342
  */
3343
3343
  export interface MessageBulkOperationResult {
3344
3344
  /**
3345
- * Number of items successfully processed
3345
+ * Number of items accepted for processing
3346
3346
  */
3347
3347
  successCount: number;
3348
3348
  /**
3349
- * Number of items that failed
3349
+ * Number of items rejected before processing
3350
3350
  */
3351
3351
  failureCount: number;
3352
- /**
3353
- * IDs of failed items
3354
- */
3355
- failedIds?: UUID[];
3356
3352
  }
3357
3353
  /**
3358
3354
  * Input for deleting messages