How to use typedef - 10 common examples

To help you get started, we’ve selected a few typedef examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bvalosek / infusionsoft-api / infusionsoft / tables / ProductOptValue.js View on Github external
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',
github bvalosek / infusionsoft-api / infusionsoft / tables / ProductInterest.js View on Github external
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',
github bvalosek / infusionsoft-api / infusionsoft / tables / GroupAssign.js View on Github external
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:
github bvalosek / infusionsoft-api / infusionsoft / tables / PayPlanItem.js View on Github external
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:
github bvalosek / infusionsoft-api / infusionsoft / tables / LeadSourceExpense.js View on Github external
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',
github bvalosek / infusionsoft-api / infusionsoft / tables / Ticket.js View on Github external
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:
github bvalosek / infusionsoft-api / infusionsoft / tables / Payment.js View on Github external
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:
github bvalosek / infusionsoft-api / infusionsoft / tables / Job.js View on Github external
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',
github bvalosek / infusionsoft-api / infusionsoft / tables / Campaign.js View on Github external
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:
github bvalosek / infusionsoft-api / infusionsoft / tables / Invoice.js View on Github external
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',

typedef

Low-level type-centric utility functions for Javascript.

MIT
Latest version published 10 years ago

Package Health Score

42 / 100
Full package analysis

Popular typedef functions