Skip to content

Commit

Permalink
Merge pull request #202 from contentstack/fix/DX-1407
Browse files Browse the repository at this point in the history
fix: fixed delete config interface
  • Loading branch information
netrajpatel authored Oct 15, 2024
2 parents 164f2fb + b227bca commit 9cb874a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/management",
"version": "1.18.2",
"version": "1.18.3",
"description": "The Content Management API is used to manage the content of your Contentstack account",
"main": "./dist/node/contentstack-management.js",
"browser": "./dist/web/contentstack-management.js",
Expand Down
5 changes: 3 additions & 2 deletions types/stack/bulkOperation/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ export interface BulkOperationItem {
}

export interface BulkDeleteConfig {
entries: Array<BulkDeleteEntry>
assets: Array<BulkDeleteAsset>
entries?: Array<BulkDeleteEntry>
assets?: Array<BulkDeleteAsset>
details?: PublishDetails
}

export interface BulkDeleteEntry {
Expand Down

0 comments on commit 9cb874a

Please sign in to comment.