Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
module.exports = ProductOptValue = 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)
.class('ProductOptValue') .define({
__static__field__primary__number__edit__delete__add__read__Id:
'Id',
__static__field__number__edit__delete__add__read__ProductOptionId:
'ProductOptionId',
__static__field__string__edit__delete__add__read__Label:
'Label',
module.exports = ProductInterest = 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 from the Product/Subscription tab on Opportunities.
.class('ProductInterest') .define({
__static__field__primary__number__read__Id:
'Id',
__static__field__number__edit__delete__add__read__ObjectId:
'ObjectId',
__static__field__string__edit__delete__add__read__ObjType:
'ObjType',
module.exports = GroupAssign = 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 the data related to what user groups your system users are a
// part of.
.class('GroupAssign') .define({
__static__field__primary__number__read__Id:
'Id',
__static__field__number__read__UserId:
'UserId',
__static__field__number__read__GroupId:
module.exports = PayPlanItem = 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 the data that tells our system what portion of a payment plan
// is due on each date.
.class('PayPlanItem') .define({
__static__field__primary__number__read__Id:
'Id',
__static__field__number__read__PayPlanId:
'PayPlanId',
__static__field__datetime__read__DateDue:
module.exports = LeadSourceExpense = 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)
.class('LeadSourceExpense') .define({
__static__field__primary__number__read__Id:
'Id',
__static__field__number__edit__delete__add__read__LeadSourceRecurringExpenseId:
'LeadSourceRecurringExpenseId',
__static__field__number__edit__delete__add__read__LeadSourceId:
'LeadSourceId',
module.exports = Ticket = 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)
// DEPRECATED - This table holds data about service tickets. This is part of a
// ticketing module Infusionsoft no longer offers.
.class('Ticket') .define({
__static__field__primary__number__read__Id:
'Id',
__static__field__number__edit__delete__add__read__IssueId:
'IssueId',
__static__field__number__edit__delete__add__read__ContactId:
module.exports = Payment = 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 each of the payments or refunds placed. This includes all
// types of payments. Cash, Refund, check, PayPal, etc.
.class('Payment') .define({
__static__field__primary__number__read__Id:
'Id',
__static__field__datetime__read__PayDate:
'PayDate',
__static__field__number__read__UserId:
module.exports = Job = 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 one-time order data (not subscriptions).
.class('Job') .define({
__static__field__primary__number__read__Id:
'Id',
__static__field__string__edit__add__read__JobTitle:
'JobTitle',
__static__field__number__edit__add__read__ContactId:
'ContactId',
module.exports = Campaign = 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 the Name and Status of Follow-up Sequences you have created
// within Infusionsoft.
.class('Campaign') .define({
__static__field__primary__number__read__Id:
'Id',
__static__field__string__read__Name:
'Name',
__static__field__string__read__Status:
module.exports = Invoice = 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 an individual invoice. Remember that one order
// (Job) has one invoice, while one subscription (RecurringOrder) has multiple
// invoices.
.class('Invoice') .define({
__static__field__primary__number__read__Id:
'Id',
__static__field__number__read__ContactId:
'ContactId',