Skip to content

Commit

Permalink
refactor: remove IItemResourceAddRequestOptions
Browse files Browse the repository at this point in the history
AFFECTS PACKAGES:
@esri/arcgis-rest-items

BREAKING CHANGE:
IItemResourceAddRequestOptions has been removed
  • Loading branch information
jgravois committed Apr 11, 2019
1 parent c6148bf commit ded66d3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/arcgis-rest-items/src/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ export interface IItemDataAddRequestOptions extends IItemIdRequestOptions {
data: any;
}

/**
* Deprecated. Please use `IItemResourceRequestOptions` instead.
*/
export interface IItemResourceAddRequestOptions
extends IItemResourceRequestOptions {
/**
* Object to store
*/
resource: any;
}

/**
* ```js
* import { addItemJsonData } from '@esri/arcgis-rest-items';
Expand Down

0 comments on commit ded66d3

Please sign in to comment.