Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Jul 19, 2018
1 parent b4c5f93 commit 10b5e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions packages/arcgis-rest-items/src/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ import {
} from "@esri/arcgis-rest-common-types";
import { IUserRequestOptions } from "@esri/arcgis-rest-auth";

// export interface IItemRequestOptions extends IRequestOptions {
// item: IItem;
// }

export interface IItemIdRequestOptions extends IUserRequestOptions {
/**
* Unique identifier of the item.
Expand Down Expand Up @@ -68,10 +64,6 @@ export interface IItemUpdateRequestOptions extends IItemCrudRequestOptions {
item: IItemUpdate;
}

// export interface IItemUpdateRequestOptions extends IItemCrudRequestOptions {
// item: IItemNew;
// }

// this interface still needs to be docced
export interface ISearchRequest extends IPagingParams {
q: string;
Expand Down
4 changes: 2 additions & 2 deletions packages/arcgis-rest-items/test/mocks/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const ItemResponse: IItem = {
properties: {
parentId: "3eb"
},
created: 0,
modified: null,
created: 123,
modified: 456,
protected: false
};

Expand Down

0 comments on commit 10b5e6c

Please sign in to comment.