Skip to content

Commit

Permalink
Add file methods to type definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaehring committed Feb 24, 2023
1 parent 98d2b39 commit 63c0479
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import defaultEntities, { entityMethods } from '../entities.js';
* @property {Object} schema
* @property {FetchSchema} schema.fetch
* @property {ClientEntityMethods} asset
* @property {ClientEntityMethods} file
* @property {ClientEntityMethods} log
* @property {ClientEntityMethods} plan
* @property {ClientEntityMethods} quantity
Expand Down
1 change: 1 addition & 0 deletions src/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const defaultOptions = { byType, byFormat };
/**
* @typedef {Object.<String, EntityConfig>} DefaultEntities
* @property {EntityConfig} asset
* @property {EntityConfig} file
* @property {EntityConfig} log
* @property {EntityConfig} plan
* @property {EntityConfig} quantity
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export { splitFilterByType } from './types.js';
* @property {Function} [remote.authorize]
* @property {Function} [remote.getToken]
* @property {FarmEntityMethods} asset
* @property {FarmEntityMethods} file
* @property {FarmEntityMethods} log
* @property {FarmEntityMethods} plan
* @property {FarmEntityMethods} quantity
Expand Down
1 change: 1 addition & 0 deletions src/model/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import { createObserver, isObject } from '../utils.js';
* @property {Object} meta
* @property {Function} meta.isUnsynced
* @property {ModelEntityMethods} asset
* @property {ModelEntityMethods} file
* @property {ModelEntityMethods} log
* @property {ModelEntityMethods} plan
* @property {ModelEntityMethods} quantity
Expand Down

0 comments on commit 63c0479

Please sign in to comment.