@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.
- package/package.json +1 -1
- package/types.d.ts +2 -6
package/package.json
CHANGED
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
|
|
3345
|
+
* Number of items accepted for processing
|
|
3346
3346
|
*/
|
|
3347
3347
|
successCount: number;
|
|
3348
3348
|
/**
|
|
3349
|
-
* Number of items
|
|
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
|