infusionsoft-javascript-api
Version:
Javscript wrapper for the Infusionsoft XML-RPC API
29 lines (20 loc) • 781 B
JavaScript
module.exports = FileBox = require('typedef')
// THIS CODE WAS GENERATED BY AN AUTOMATED TOOL. Editing it is not recommended.
// For more information, see http://github.com/bvalosek/grunt-infusionsoft
// Generated on Wed Jan 08 2014 12:43:55 GMT-0600 (CST)
// This table holds data related to the files stored within your company or
// contact fileboxes.
.class('FileBox') .define({
__static__field__primary__number__read__Id:
'Id',
__static__field__string__read__FileName:
'FileName',
__static__field__string__read__Extension:
'Extension',
__static__field__number__read__FileSize:
'FileSize',
__static__field__number__read__ContactId:
'ContactId',
__static__field__number__read__Public:
'Public'
});