├── .editorconfig ├── .gitignore ├── .npmignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── connectwise.d.ts ├── docs ├── .nojekyll ├── assets │ ├── css │ │ ├── main.css │ │ └── main.css.map │ ├── images │ │ ├── icons.png │ │ ├── icons@2x.png │ │ ├── widgets.png │ │ └── widgets@2x.png │ └── js │ │ ├── main.js │ │ └── search.js ├── classes │ ├── _api_api_.accountingbatchesapi.html │ ├── _api_api_.accountingpackagesapi.html │ ├── _api_api_.accountingunpostedexpensesapi.html │ ├── _api_api_.accountingunpostedinvoicesapi.html │ ├── _api_api_.accountingunpostedprocurementsapi.html │ ├── _api_api_.activitiesapi.html │ ├── _api_api_.activitystatusesapi.html │ ├── _api_api_.activitystopwatchesapi.html │ ├── _api_api_.activitytypesapi.html │ ├── _api_api_.addressformatsapi.html │ ├── _api_api_.adjustmentdetailsapi.html │ ├── _api_api_.adjustmentsapi.html │ ├── _api_api_.adjustmenttypesapi.html │ ├── _api_api_.agreementadditionsapi.html │ ├── _api_api_.agreementadjustmentsapi.html │ ├── _api_api_.agreementbatchsetupsapi.html │ ├── _api_api_.agreementboarddefaultsapi.html │ ├── _api_api_.agreementsapi.html │ ├── _api_api_.agreementsitesapi.html │ ├── _api_api_.agreementtypeboarddefaultsapi.html │ ├── _api_api_.agreementtypesapi.html │ ├── _api_api_.agreementtypeworkroleexclusionsapi.html │ ├── _api_api_.agreementtypeworkrolesapi.html │ ├── _api_api_.agreementtypeworktypeexclusionsapi.html │ ├── _api_api_.agreementtypeworktypesapi.html │ ├── _api_api_.agreementworkroleexclusionsapi.html │ ├── _api_api_.agreementworkrolesapi.html │ ├── _api_api_.agreementworktypeexclusionsapi.html │ ├── _api_api_.agreementworktypesapi.html │ ├── _api_api_.audittrailapi.html │ ├── _api_api_.authanvilsapi.html │ ├── _api_api_.batchapi.html │ ├── _api_api_.billingcyclesapi.html │ ├── _api_api_.billingsetuproutingsapi.html │ ├── _api_api_.billingsetupsapi.html │ ├── _api_api_.billingstatusesapi.html │ ├── _api_api_.billingtermsapi.html │ ├── _api_api_.boardautoassignresourcesapi.html │ ├── _api_api_.boardautotemplatesapi.html │ ├── _api_api_.boardexcludedmembersapi.html │ ├── _api_api_.boarditemassociationsapi.html │ ├── _api_api_.boarditemsapi.html │ ├── _api_api_.boardnotificationsapi.html │ ├── _api_api_.boardsapi.html │ ├── _api_api_.boardstatusesapi.html │ ├── _api_api_.boardstatusnotificationsapi.html │ ├── _api_api_.boardsubtypesapi.html │ ├── _api_api_.boardteamsapi.html │ ├── _api_api_.boardtypesapi.html │ ├── _api_api_.boardtypesubtypeitemassociationsapi.html │ ├── _api_api_.calendarsapi.html │ ├── _api_api_.callbacksapi.html │ ├── _api_api_.campaignauditsapi.html │ ├── _api_api_.campaignemailsopenedapi.html │ ├── _api_api_.campaignformssubmittedapi.html │ ├── _api_api_.campaignlinksclickedapi.html │ ├── _api_api_.campaignsapi.html │ ├── _api_api_.campaignstatusesapi.html │ ├── _api_api_.campaignsubtypesapi.html │ ├── _api_api_.campaigntypesapi.html │ ├── _api_api_.catalogcomponentsapi.html │ ├── _api_api_.catalogsitemapi.html │ ├── _api_api_.categoriesapi.html │ ├── _api_api_.certificationsapi.html │ ├── _api_api_.chargecodeexpensetypesapi.html │ ├── _api_api_.chargecodesapi.html │ ├── _api_api_.classificationsapi.html │ ├── _api_api_.codesapi.html │ ├── _api_api_.commissionsapi.html │ ├── _api_api_.companiesapi.html │ ├── _api_api_.companycustomnotesapi.html │ ├── _api_api_.companygroupsapi.html │ ├── _api_api_.companymanagementsummaryreportsapi.html │ ├── _api_api_.companynotesapi.html │ ├── _api_api_.companynotetypesapi.html │ ├── _api_api_.companypickeritemsapi.html │ ├── _api_api_.companysitesapi.html │ ├── _api_api_.companystatusesapi.html │ ├── _api_api_.companyteamsapi.html │ ├── _api_api_.companytypesapi.html │ ├── _api_api_.configurationsapi.html │ ├── _api_api_.configurationstatusesapi.html │ ├── _api_api_.configurationtypequestionsapi.html │ ├── _api_api_.configurationtypequestionvaluesapi.html │ ├── _api_api_.configurationtypesapi.html │ ├── _api_api_.connectwisehostedsetupsapi.html │ ├── _api_api_.contactcommunicationsapi.html │ ├── _api_api_.contactdepartmentsapi.html │ ├── _api_api_.contactgroupsapi.html │ ├── _api_api_.contactnotesapi.html │ ├── _api_api_.contactrelationshipsapi.html │ ├── _api_api_.contactsapi.html │ ├── _api_api_.contacttracksapi.html │ ├── _api_api_.contacttypesapi.html │ ├── _api_api_.corporatestructurelevelsapi.html │ ├── _api_api_.corporatestructuresapi.html │ ├── _api_api_.countriesapi.html │ ├── _api_api_.crmsapi.html │ ├── _api_api_.currenciesapi.html │ ├── _api_api_.customreportparametersapi.html │ ├── _api_api_.customreportsapi.html │ ├── _api_api_.deliverymethodsapi.html │ ├── _api_api_.departmentlocationsapi.html │ ├── _api_api_.departmentsapi.html │ ├── _api_api_.documentsapi.html │ ├── _api_api_.documentssetupapi.html │ ├── _api_api_.emailconnectorparsingrulesapi.html │ ├── _api_api_.emailconnectorparsingstylesapi.html │ ├── _api_api_.emailconnectorsapi.html │ ├── _api_api_.emailtokensapi.html │ ├── _api_api_.expenseentriesapi.html │ ├── _api_api_.expensereportsapi.html │ ├── _api_api_.expensetypeexternalintegrationreferencesapi.html │ ├── _api_api_.expensetypesapi.html │ ├── _api_api_.groupcompaniesapi.html │ ├── _api_api_.groupcontactsapi.html │ ├── _api_api_.groupsapi.html │ ├── _api_api_.holidaylistsapi.html │ ├── _api_api_.holidaysapi.html │ ├── _api_api_.imapsapi.html │ ├── _api_api_.impactsapi.html │ ├── _api_api_.importsmassmaintenanceapi.html │ ├── _api_api_.infoapi.html │ ├── _api_api_.inoutboardsapi.html │ ├── _api_api_.inouttypesapi.html │ ├── _api_api_.integratorloginsapi.html │ ├── _api_api_.invoiceemailtemplatesapi.html │ ├── _api_api_.invoicepaymentsapi.html │ ├── _api_api_.invoicesapi.html │ ├── _api_api_.invoicetemplatesapi.html │ ├── _api_api_.invoicetemplatesetupsapi.html │ ├── _api_api_.knowledgebasearticlesapi.html │ ├── _api_api_.kpicategoriesapi.html │ ├── _api_api_.kpisapi.html │ ├── _api_api_.ldapconfigurationsapi.html │ ├── _api_api_.legacycampaignsubtypesapi.html │ ├── _api_api_.legacysubcategoriesapi.html │ ├── _api_api_.linksapi.html │ ├── _api_api_.locationdepartmentsapi.html │ ├── _api_api_.locationsapi.html │ ├── _api_api_.locationworkrolesapi.html │ ├── _api_api_.manageddevicesintegrationcrossreferencesapi.html │ ├── _api_api_.manageddevicesintegrationloginsapi.html │ ├── _api_api_.manageddevicesintegrationnotificationsapi.html │ ├── _api_api_.manageddevicesintegrationsapi.html │ ├── _api_api_.managementbackupsapi.html │ ├── _api_api_.managementemailsapi.html │ ├── _api_api_.managementexecutemanageditsyncsapi.html │ ├── _api_api_.managementitsolutionagreementinterfaceparametersapi.html │ ├── _api_api_.managementitsolutionsapi.html │ ├── _api_api_.managementlogsapi.html │ ├── _api_api_.managementnetworkssecurityapi.html │ ├── _api_api_.managementreportnotificationsapi.html │ ├── _api_api_.managementsapi.html │ ├── _api_api_.manufacturersapi.html │ ├── _api_api_.marketdescriptionsapi.html │ ├── _api_api_.memberaccrualsapi.html │ ├── _api_api_.membercertificationsapi.html │ ├── _api_api_.memberdelegationsapi.html │ ├── _api_api_.membersapi.html │ ├── _api_api_.memberskillsapi.html │ ├── _api_api_.membertypesapi.html │ ├── _api_api_.menuentriesapi.html │ ├── _api_api_.menuentrylocationsapi.html │ ├── _api_api_.mycompanypurchasingsapi.html │ ├── _api_api_.notificationrecipientsapi.html │ ├── _api_api_.opportunitiesapi.html │ ├── _api_api_.opportunitycontactsapi.html │ ├── _api_api_.opportunityforecastsapi.html │ ├── _api_api_.opportunitynotesapi.html │ ├── _api_api_.opportunityratingsapi.html │ ├── _api_api_.opportunitystagesapi.html │ ├── _api_api_.opportunitystatusesapi.html │ ├── _api_api_.opportunityteamsapi.html │ ├── _api_api_.opportunitytypesapi.html │ ├── _api_api_.ordersapi.html │ ├── _api_api_.orderstatusesapi.html │ ├── _api_api_.orderstatusesemailtemplateapi.html │ ├── _api_api_.orderstatusnotificationsapi.html │ ├── _api_api_.othersapi.html │ ├── _api_api_.ownershiptypesapi.html │ ├── _api_api_.parsingtypesapi.html │ ├── _api_api_.parsingvariablesapi.html │ ├── _api_api_.paymenttypesapi.html │ ├── _api_api_.portalcalendarsapi.html │ ├── _api_api_.portalconfigurationinvoicesetupsapi.html │ ├── _api_api_.portalconfigurationopportunitysetupsapi.html │ ├── _api_api_.portalconfigurationpasswordemailsetupsapi.html │ ├── _api_api_.portalconfigurationprojectsetupsapi.html │ ├── _api_api_.portalconfigurationsapi.html │ ├── _api_api_.portalconfigurationservicesetupsapi.html │ ├── _api_api_.portalreportsapi.html │ ├── _api_api_.portalsecuritiesapi.html │ ├── _api_api_.portalsecuritylevelsapi.html │ ├── _api_api_.pricingbreaksapi.html │ ├── _api_api_.pricingdetailsapi.html │ ├── _api_api_.pricingschedulesapi.html │ ├── _api_api_.prioritiesapi.html │ ├── _api_api_.productcomponentsapi.html │ ├── _api_api_.productpickingshippingdetailsapi.html │ ├── _api_api_.productsitemapi.html │ ├── _api_api_.producttypesapi.html │ ├── _api_api_.projectcontactsapi.html │ ├── _api_api_.projectnotesapi.html │ ├── _api_api_.projectphasesapi.html │ ├── _api_api_.projectsapi.html │ ├── _api_api_.projectsecurityrolesapi.html │ ├── _api_api_.projectsecurityrolesettingsapi.html │ ├── _api_api_.projectstatusesapi.html │ ├── _api_api_.projectsteammembersapi.html │ ├── _api_api_.projecttypesapi.html │ ├── _api_api_.purchaseorderlineitemsapi.html │ ├── _api_api_.purchaseordersapi.html │ ├── _api_api_.purchaseorderstatusemailtemplatesapi.html │ ├── _api_api_.purchaseorderstatusesapi.html │ ├── _api_api_.purchaseorderstatusnotificationsapi.html │ ├── _api_api_.reportcarddetailsapi.html │ ├── _api_api_.reportcardsapi.html │ ├── _api_api_.reportingservicesapi.html │ ├── _api_api_.reportsapi.html │ ├── _api_api_.rmaactionsapi.html │ ├── _api_api_.rmadispositionsapi.html │ ├── _api_api_.rmastatusemailtemplatesapi.html │ ├── _api_api_.rmastatusesapi.html │ ├── _api_api_.rmastatusnotificationsapi.html │ ├── _api_api_.rolesapi.html │ ├── _api_api_.salesprobabilitiesapi.html │ ├── _api_api_.salesquotasapi.html │ ├── _api_api_.salesteammembersapi.html │ ├── _api_api_.salesteamsapi.html │ ├── _api_api_.schedulecolorsapi.html │ ├── _api_api_.scheduledetailsapi.html │ ├── _api_api_.scheduleentriesapi.html │ ├── _api_api_.scheduleremindertimesapi.html │ ├── _api_api_.schedulestatusesapi.html │ ├── _api_api_.schedulestopwatchesapi.html │ ├── _api_api_.scheduletypesapi.html │ ├── _api_api_.securityrolesapi.html │ ├── _api_api_.securityrolesettingsapi.html │ ├── _api_api_.serviceemailtemplatesapi.html │ ├── _api_api_.servicelocationsapi.html │ ├── _api_api_.servicesapi.html │ ├── _api_api_.servicesignoffsapi.html │ ├── _api_api_.servicesurveyquestionsapi.html │ ├── _api_api_.servicesurveysapi.html │ ├── _api_api_.serviceteamsapi.html │ ├── _api_api_.servicetemplatesapi.html │ ├── _api_api_.setupscreensapi.html │ ├── _api_api_.severitiesapi.html │ ├── _api_api_.shipmentmethodsapi.html │ ├── _api_api_.skillcategoriesapi.html │ ├── _api_api_.skillsapi.html │ ├── _api_api_.slaprioritiesapi.html │ ├── _api_api_.slasapi.html │ ├── _api_api_.sourcesapi.html │ ├── _api_api_.statesapi.html │ ├── _api_api_.statusexternalintegrationreferencesapi.html │ ├── _api_api_.subcategoriesapi.html │ ├── _api_api_.surveyoptionsapi.html │ ├── _api_api_.surveyquestionsapi.html │ ├── _api_api_.surveyquestionvaluesapi.html │ ├── _api_api_.surveyresultsapi.html │ ├── _api_api_.surveysapi.html │ ├── _api_api_.systemtracksapi.html │ ├── _api_api_.taxcodeexpensetypeexemptionsapi.html │ ├── _api_api_.taxcodeproducttypeexemptionsapi.html │ ├── _api_api_.taxcodesapi.html │ ├── _api_api_.taxcodeworkroleexemptionsapi.html │ ├── _api_api_.taxcodexrefsapi.html │ ├── _api_api_.taxintegrationsapi.html │ ├── _api_api_.teammembersapi.html │ ├── _api_api_.teamrolesapi.html │ ├── _api_api_.ticketnotesapi.html │ ├── _api_api_.ticketsapi.html │ ├── _api_api_.ticketstopwatchesapi.html │ ├── _api_api_.ticketsyncsapi.html │ ├── _api_api_.tickettasksapi.html │ ├── _api_api_.timeaccrualdetailsapi.html │ ├── _api_api_.timeaccrualsapi.html │ ├── _api_api_.timeentriesapi.html │ ├── _api_api_.timeexpensesapi.html │ ├── _api_api_.timeperiodsapi.html │ ├── _api_api_.timeperiodsetupsapi.html │ ├── _api_api_.timesheetsapi.html │ ├── _api_api_.timezonesapi.html │ ├── _api_api_.timezonesetupsapi.html │ ├── _api_api_.todaypagecategoriesapi.html │ ├── _api_api_.trackactionsapi.html │ ├── _api_api_.unitofmeasureconversionsapi.html │ ├── _api_api_.unitofmeasuresapi.html │ ├── _api_api_.userdefinedfieldsapi.html │ ├── _api_api_.warehousebinsapi.html │ ├── _api_api_.warehousesapi.html │ ├── _api_api_.workflowactionautomateparametersapi.html │ ├── _api_api_.workflowactionsapi.html │ ├── _api_api_.workfloweventsapi.html │ ├── _api_api_.workflownotifytypesapi.html │ ├── _api_api_.workflowsapi.html │ ├── _api_api_.workflowtabletypesapi.html │ ├── _api_api_.workflowtriggeroptionsapi.html │ ├── _api_api_.workflowtriggersapi.html │ ├── _api_api_.workrolelocationsapi.html │ ├── _api_api_.workrolesapi.html │ ├── _api_api_.worktypeexternalintegrationreferencesapi.html │ ├── _api_api_.worktypesapi.html │ └── _connectwise_.connectwise.html ├── globals.html ├── index.html ├── interfaces │ ├── _api_api_.accountingbatch.html │ ├── _api_api_.activity.html │ ├── _api_api_.activityreference.html │ ├── _api_api_.activitystatus.html │ ├── _api_api_.activitystatusreference.html │ ├── _api_api_.activitytype.html │ ├── _api_api_.activitytypereference.html │ ├── _api_api_.addressformat.html │ ├── _api_api_.addressformatreference.html │ ├── _api_api_.adjustment.html │ ├── _api_api_.adjustmentdetail.html │ ├── _api_api_.adjustmentreference.html │ ├── _api_api_.adjustmenttype.html │ ├── _api_api_.adjustmenttypereference.html │ ├── _api_api_.agreementbatchsetup.html │ ├── _api_api_.agreementreference.html │ ├── _api_api_.agreementsite.html │ ├── _api_api_.agreementtypeboarddefault.html │ ├── _api_api_.agreementtypereference.html │ ├── _api_api_.agreementtypeworkroleexclusion.html │ ├── _api_api_.agreementtypeworktypeexclusion.html │ ├── _api_api_.agreementworkroleexclusion.html │ ├── _api_api_.agreementworktypeexclusion.html │ ├── _api_api_.audittrailentry.html │ ├── _api_api_.authanvil.html │ ├── _api_api_.automatescriptreference.html │ ├── _api_api_.batchrequest.html │ ├── _api_api_.batchresponse.html │ ├── _api_api_.billingcycle.html │ ├── _api_api_.billingcyclereference.html │ ├── _api_api_.billingdeliveryreference.html │ ├── _api_api_.billingoptionsreference.html │ ├── _api_api_.billingstatus.html │ ├── _api_api_.billingstatusreference.html │ ├── _api_api_.billingterm.html │ ├── _api_api_.billingtermsreference.html │ ├── _api_api_.boardautoassignresource.html │ ├── _api_api_.boardcopy.html │ ├── _api_api_.boarddefault.html │ ├── _api_api_.boardexcludedmember.html │ ├── _api_api_.boarditem.html │ ├── _api_api_.boarditemassociation.html │ ├── _api_api_.boardnotification.html │ ├── _api_api_.boardreference.html │ ├── _api_api_.boardstatusnotification.html │ ├── _api_api_.boardsubtype.html │ ├── _api_api_.boardteam.html │ ├── _api_api_.boardtypesubtypeitemassociation.html │ ├── _api_api_.calendar.html │ ├── _api_api_.calendarreference.html │ ├── _api_api_.calendarsetupreference.html │ ├── _api_api_.callbackentry.html │ ├── _api_api_.campaign.html │ ├── _api_api_.campaignaudit.html │ ├── _api_api_.campaignreference.html │ ├── _api_api_.campaignstatus.html │ ├── _api_api_.campaignstatusreference.html │ ├── _api_api_.campaignsubtype.html │ ├── _api_api_.campaignsubtypereference.html │ ├── _api_api_.campaigntype.html │ ├── _api_api_.campaigntypereference.html │ ├── _api_api_.catalogcomponent.html │ ├── _api_api_.catalogitemreference.html │ ├── _api_api_.category.html │ ├── _api_api_.certification.html │ ├── _api_api_.certificationreference.html │ ├── _api_api_.chargecodeexpensetype.html │ ├── _api_api_.chargecodereference.html │ ├── _api_api_.classification.html │ ├── _api_api_.classificationreference.html │ ├── _api_api_.code.html │ ├── _api_api_.communicationtypereference.html │ ├── _api_api_.company.html │ ├── _api_api_.companycustomnote.html │ ├── _api_api_.companygroup.html │ ├── _api_api_.companynote.html │ ├── _api_api_.companypickeritem.html │ ├── _api_api_.companyreference.html │ ├── _api_api_.companysite.html │ ├── _api_api_.companystatus.html │ ├── _api_api_.companystatusreference.html │ ├── _api_api_.companyteam.html │ ├── _api_api_.companytype.html │ ├── _api_api_.companytypereference.html │ ├── _api_api_.configuration.html │ ├── _api_api_.configurationreference.html │ ├── _api_api_.configurationstatus.html │ ├── _api_api_.configurationstatusreference.html │ ├── _api_api_.configurationtype.html │ ├── _api_api_.configurationtypequestionreference.html │ ├── _api_api_.configurationtypequestionvalue.html │ ├── _api_api_.configurationtypereference.html │ ├── _api_api_.contactdepartment.html │ ├── _api_api_.contactdepartmentreference.html │ ├── _api_api_.contactgroup.html │ ├── _api_api_.contactnote.html │ ├── _api_api_.contactreference.html │ ├── _api_api_.contactrelationship.html │ ├── _api_api_.contacttype.html │ ├── _api_api_.contacttypereference.html │ ├── _api_api_.conversion.html │ ├── _api_api_.corporatestructurelevel.html │ ├── _api_api_.corporatestructurelevelreference.html │ ├── _api_api_.count.html │ ├── _api_api_.country.html │ ├── _api_api_.countryreference.html │ ├── _api_api_.createaccountingbatchrequest.html │ ├── _api_api_.crm.html │ ├── _api_api_.currency.html │ ├── _api_api_.currencyreference.html │ ├── _api_api_.customreportparameter.html │ ├── _api_api_.customreportreference.html │ ├── _api_api_.deliverymethod.html │ ├── _api_api_.department.html │ ├── _api_api_.departmentlocation.html │ ├── _api_api_.departmentmananager.html │ ├── _api_api_.dispatchmember.html │ ├── _api_api_.documentinfo.html │ ├── _api_api_.documentreference.html │ ├── _api_api_.documentsetup.html │ ├── _api_api_.dutymanager.html │ ├── _api_api_.emailconnector.html │ ├── _api_api_.emailconnectorparsingrule.html │ ├── _api_api_.emailconnectorparsingstyle.html │ ├── _api_api_.emailconnectorparsingstylereference.html │ ├── _api_api_.emailconnectorparsingtypereference.html │ ├── _api_api_.emailconnectorparsingvariablereference.html │ ├── _api_api_.emailconnectorreference.html │ ├── _api_api_.emailopened.html │ ├── _api_api_.emailtemplatereference.html │ ├── _api_api_.emailtoken.html │ ├── _api_api_.endpointrequest.html │ ├── _api_api_.endpointresponse.html │ ├── _api_api_.entitytypereference.html │ ├── _api_api_.error.html │ ├── _api_api_.expensetax.html │ ├── _api_api_.expensetaxtypereference.html │ ├── _api_api_.expensetypeexemption.html │ ├── _api_api_.expensetypeexternalintegrationreference.html │ ├── _api_api_.expensetypereference.html │ ├── _api_api_.externalexpensetypeintegrationreference.html │ ├── _api_api_.externalintegrationstatusreference.html │ ├── _api_api_.externalworktypeintegrationreference.html │ ├── _api_api_.filtervalues.html │ ├── _api_api_.formsubmitted.html │ ├── _api_api_.genericididentifierreference.html │ ├── _api_api_.glexport.html │ ├── _api_api_.glexportadjustmenttransaction.html │ ├── _api_api_.glexportadjustmenttransactiondetail.html │ ├── _api_api_.glexportcustomer.html │ ├── _api_api_.glexportexpense.html │ ├── _api_api_.glexportexpensebill.html │ ├── _api_api_.glexportexpensebilldetail.html │ ├── _api_api_.glexportexpenseoffset.html │ ├── _api_api_.glexportinventorytransfer.html │ ├── _api_api_.glexportinventorytransferoffset.html │ ├── _api_api_.glexportpurchasetransaction.html │ ├── _api_api_.glexportpurchasetransactiondetail.html │ ├── _api_api_.glexportpurchasetransactiondetailtax.html │ ├── _api_api_.glexportsettings.html │ ├── _api_api_.glexporttransaction.html │ ├── _api_api_.glexporttransactiondetail.html │ ├── _api_api_.glexportvendor.html │ ├── _api_api_.group.html │ ├── _api_api_.groupreference.html │ ├── _api_api_.guid.html │ ├── _api_api_.holiday.html │ ├── _api_api_.holidaylist.html │ ├── _api_api_.holidaylistreference.html │ ├── _api_api_.imap.html │ ├── _api_api_.imapsetupreference.html │ ├── _api_api_.impact.html │ ├── _api_api_.importmassmaintenance.html │ ├── _api_api_.info.html │ ├── _api_api_.inoutboard.html │ ├── _api_api_.inouttype.html │ ├── _api_api_.inouttypereference.html │ ├── _api_api_.integratorlogin.html │ ├── _api_api_.integratorloginreference.html │ ├── _api_api_.invoiceemailtemplate.html │ ├── _api_api_.invoicereference.html │ ├── _api_api_.invoicetemplatereference.html │ ├── _api_api_.invoicetemplatesetup.html │ ├── _api_api_.ivitemreference.html │ ├── _api_api_.jarray.html │ ├── _api_api_.jobject.html │ ├── _api_api_.knowledgebasearticle-1.html │ ├── _api_api_.knowledgebasearticle.html │ ├── _api_api_.kpi.html │ ├── _api_api_.kpicategory.html │ ├── _api_api_.kpicategoryreference.html │ ├── _api_api_.kpireference.html │ ├── _api_api_.ldapconfiguration.html │ ├── _api_api_.ldapconfigurationreference.html │ ├── _api_api_.legacysubcategory.html │ ├── _api_api_.linkclicked.html │ ├── _api_api_.location.html │ ├── _api_api_.locationdepartment.html │ ├── _api_api_.locationworkrole.html │ ├── _api_api_.manageddevicesintegrationcrossreference.html │ ├── _api_api_.manageddevicesintegrationlogin.html │ ├── _api_api_.manageddevicesintegrationreference.html │ ├── _api_api_.management.html │ ├── _api_api_.managementitsolutionagreementinterfaceparameter.html │ ├── _api_api_.managementlogdocumentinfo.html │ ├── _api_api_.managementnetworksecurity.html │ ├── _api_api_.managementreportnotification.html │ ├── _api_api_.managementsolutionreference.html │ ├── _api_api_.manufacturer.html │ ├── _api_api_.manufacturerreference.html │ ├── _api_api_.marketdescription.html │ ├── _api_api_.marketingcompany.html │ ├── _api_api_.marketingcontact.html │ ├── _api_api_.membercertification.html │ ├── _api_api_.memberdeactivation.html │ ├── _api_api_.memberreference.html │ ├── _api_api_.membertypereference.html │ ├── _api_api_.menuentry.html │ ├── _api_api_.menuentrylocation.html │ ├── _api_api_.menulocationreference.html │ ├── _api_api_.metadata.html │ ├── _api_api_.mycompanycontrollerrole.html │ ├── _api_api_.mycompanycoorole.html │ ├── _api_api_.mycompanydispatchrole.html │ ├── _api_api_.mycompanydutymanagerrole.html │ ├── _api_api_.mycompanypresidentrole.html │ ├── _api_api_.mycompanyservicemanagerrole.html │ ├── _api_api_.notetype.html │ ├── _api_api_.notetypereference.html │ ├── _api_api_.notificationrecipient.html │ ├── _api_api_.notificationrecipientreference.html │ ├── _api_api_.notifytypereference.html │ ├── _api_api_.opportunity.html │ ├── _api_api_.opportunitycontact.html │ ├── _api_api_.opportunitynote.html │ ├── _api_api_.opportunitypriorityreference.html │ ├── _api_api_.opportunityprobabilityreference.html │ ├── _api_api_.opportunityrating.html │ ├── _api_api_.opportunityratingreference.html │ ├── _api_api_.opportunityreference.html │ ├── _api_api_.opportunitysalesrolereference.html │ ├── _api_api_.opportunitystage.html │ ├── _api_api_.opportunitystagereference.html │ ├── _api_api_.opportunitystatus.html │ ├── _api_api_.opportunitystatusreference.html │ ├── _api_api_.opportunitytoagreementconversion.html │ ├── _api_api_.opportunitytoprojectconversion.html │ ├── _api_api_.opportunitytosalesorderconversion.html │ ├── _api_api_.opportunitytoserviceticketconversion.html │ ├── _api_api_.opportunitytype.html │ ├── _api_api_.opportunitytypereference.html │ ├── _api_api_.order.html │ ├── _api_api_.orderstatus.html │ ├── _api_api_.orderstatusemailtemplate.html │ ├── _api_api_.orderstatusemailtemplatereference.html │ ├── _api_api_.orderstatusnotification.html │ ├── _api_api_.orderstatusreference.html │ ├── _api_api_.ownershiptype.html │ ├── _api_api_.ownershiptypereference.html │ ├── _api_api_.parsingtype.html │ ├── _api_api_.parsingvariable.html │ ├── _api_api_.patchoperation.html │ ├── _api_api_.payment.html │ ├── _api_api_.paymentmethodreference.html │ ├── _api_api_.paymenttype.html │ ├── _api_api_.phasestatusreference.html │ ├── _api_api_.portalconfigurationopportunitysetup.html │ ├── _api_api_.portalconfigurationpasswordemailsetup.html │ ├── _api_api_.portalconfigurationreference.html │ ├── _api_api_.portalreport.html │ ├── _api_api_.portalsecurity.html │ ├── _api_api_.portalsecuritylevel.html │ ├── _api_api_.pricingdetail.html │ ├── _api_api_.pricingschedule.html │ ├── _api_api_.pricingschedulereference.html │ ├── _api_api_.priority.html │ ├── _api_api_.priorityreference.html │ ├── _api_api_.productcategoryreference.html │ ├── _api_api_.productcomponent.html │ ├── _api_api_.productitemreference.html │ ├── _api_api_.productpickingshippingdetail.html │ ├── _api_api_.productreference.html │ ├── _api_api_.productsubcategoryreference.html │ ├── _api_api_.producttypeexemption.html │ ├── _api_api_.producttypereference.html │ ├── _api_api_.projectboardreference.html │ ├── _api_api_.projectcontact.html │ ├── _api_api_.projectmanager.html │ ├── _api_api_.projectnote.html │ ├── _api_api_.projectphasereference.html │ ├── _api_api_.projectreference.html │ ├── _api_api_.projectrolereference.html │ ├── _api_api_.projectsecurityrole.html │ ├── _api_api_.projectstatus.html │ ├── _api_api_.projectstatusreference.html │ ├── _api_api_.projectteammember.html │ ├── _api_api_.projecttype.html │ ├── _api_api_.projecttypereference.html │ ├── _api_api_.purchaseorder.html │ ├── _api_api_.purchaseorderlineitem.html │ ├── _api_api_.purchaseorderreference.html │ ├── _api_api_.purchaseorderstatus.html │ ├── _api_api_.purchaseorderstatusemailtemplate.html │ ├── _api_api_.purchaseorderstatusemailtemplatereference.html │ ├── _api_api_.purchaseorderstatusnotification.html │ ├── _api_api_.purchaseorderstatusreference.html │ ├── _api_api_.relationshipreference.html │ ├── _api_api_.reminderreference.html │ ├── _api_api_.report.html │ ├── _api_api_.reportcard.html │ ├── _api_api_.reportcarddetail.html │ ├── _api_api_.reportcardreference.html │ ├── _api_api_.reportdataresponse.html │ ├── _api_api_.reportingservice.html │ ├── _api_api_.requestpasswordrequest.html │ ├── _api_api_.rmaaction.html │ ├── _api_api_.rmadisposition.html │ ├── _api_api_.rmastatus.html │ ├── _api_api_.rmastatusemailtemplate.html │ ├── _api_api_.rmastatusemailtemplatereference.html │ ├── _api_api_.rmastatusnotification.html │ ├── _api_api_.rmastatusreference.html │ ├── _api_api_.role.html │ ├── _api_api_.salesactivity.html │ ├── _api_api_.salesprobability.html │ ├── _api_api_.salesquota.html │ ├── _api_api_.salesteam.html │ ├── _api_api_.salesteammember.html │ ├── _api_api_.salesteamreference.html │ ├── _api_api_.schedulecolor.html │ ├── _api_api_.scheduledetail.html │ ├── _api_api_.scheduleentry.html │ ├── _api_api_.scheduleentryreference.html │ ├── _api_api_.scheduleremindertime.html │ ├── _api_api_.schedulespanreference.html │ ├── _api_api_.schedulestatus.html │ ├── _api_api_.schedulestatusreference.html │ ├── _api_api_.scheduletype.html │ ├── _api_api_.scheduletypereference.html │ ├── _api_api_.securityrole.html │ ├── _api_api_.securityrolereference.html │ ├── _api_api_.servicecodereference.html │ ├── _api_api_.serviceemailtemplatereference.html │ ├── _api_api_.serviceitemreference.html │ ├── _api_api_.servicelocationreference.html │ ├── _api_api_.servicemanger.html │ ├── _api_api_.servicenote.html │ ├── _api_api_.servicesignoffreference.html │ ├── _api_api_.servicesourcereference.html │ ├── _api_api_.servicestatusreference.html │ ├── _api_api_.servicesubtypereference.html │ ├── _api_api_.servicesurvey.html │ ├── _api_api_.servicesurveyquestionoption.html │ ├── _api_api_.servicesurveyreference.html │ ├── _api_api_.serviceteam.html │ ├── _api_api_.serviceteamreference.html │ ├── _api_api_.servicetemplatereference.html │ ├── _api_api_.servicetypereference.html │ ├── _api_api_.setupscreen.html │ ├── _api_api_.severity.html │ ├── _api_api_.shipmentmethodreference.html │ ├── _api_api_.siccodereference.html │ ├── _api_api_.sitereference.html │ ├── _api_api_.skill.html │ ├── _api_api_.skillcategory.html │ ├── _api_api_.skillcategoryreference.html │ ├── _api_api_.skillreference.html │ ├── _api_api_.slapriority.html │ ├── _api_api_.slareference.html │ ├── _api_api_.source.html │ ├── _api_api_.state.html │ ├── _api_api_.statereference.html │ ├── _api_api_.statusexternalintegrationreference.html │ ├── _api_api_.statusworkflow.html │ ├── _api_api_.structurereference.html │ ├── _api_api_.subcategory.html │ ├── _api_api_.successresponse.html │ ├── _api_api_.survey.html │ ├── _api_api_.surveyoption.html │ ├── _api_api_.surveyquestionreference.html │ ├── _api_api_.surveyquestionvalue.html │ ├── _api_api_.surveyreference.html │ ├── _api_api_.surveyresult.html │ ├── _api_api_.surveyresultdetail.html │ ├── _api_api_.systemdepartmentreference.html │ ├── _api_api_.systemlocationreference.html │ ├── _api_api_.systemmenuentryreference.html │ ├── _api_api_.taxcodereference.html │ ├── _api_api_.teammember.html │ ├── _api_api_.teamrole.html │ ├── _api_api_.teamrolereference.html │ ├── _api_api_.ticketmerge.html │ ├── _api_api_.ticketreference.html │ ├── _api_api_.timeaccrualreference.html │ ├── _api_api_.timeentryreference.html │ ├── _api_api_.timeexpense.html │ ├── _api_api_.timeperiod.html │ ├── _api_api_.timeperiodsetupdefaults.html │ ├── _api_api_.timeperiodsetupreference.html │ ├── _api_api_.timesheetreference.html │ ├── _api_api_.timezone.html │ ├── _api_api_.timezonereference.html │ ├── _api_api_.timezonesetup.html │ ├── _api_api_.timezonesetupreference.html │ ├── _api_api_.todaypagecategory.html │ ├── _api_api_.token.html │ ├── _api_api_.track.html │ ├── _api_api_.trackreference.html │ ├── _api_api_.type.html │ ├── _api_api_.unitofmeasure.html │ ├── _api_api_.unitofmeasurereference.html │ ├── _api_api_.userdefinedfieldoption.html │ ├── _api_api_.userdefinedfieldreference.html │ ├── _api_api_.validateportalrequest.html │ ├── _api_api_.validateportalresponse.html │ ├── _api_api_.validationerror.html │ ├── _api_api_.warehouse.html │ ├── _api_api_.warehousebin.html │ ├── _api_api_.warehousebinreference.html │ ├── _api_api_.warehousereference.html │ ├── _api_api_.workflowaction.html │ ├── _api_api_.workflowactionautomateparameter.html │ ├── _api_api_.workflownotifytype.html │ ├── _api_api_.workflowtabletype.html │ ├── _api_api_.workflowtabletypereference.html │ ├── _api_api_.workflowtrigger.html │ ├── _api_api_.workflowtriggeroption.html │ ├── _api_api_.workrole.html │ ├── _api_api_.workroleexemption.html │ ├── _api_api_.workrolelocation.html │ ├── _api_api_.workrolereference.html │ ├── _api_api_.worktypeexternalintegrationreference.html │ └── _api_api_.worktypereference.html └── modules │ ├── _api_api_.accountingpackage.html │ ├── _api_api_.activitystopwatch.html │ ├── _api_api_.addition.html │ ├── _api_api_.agreement.html │ ├── _api_api_.agreementtype.html │ ├── _api_api_.agreementtypeworkrole.html │ ├── _api_api_.agreementtypeworktype.html │ ├── _api_api_.agreementworkrole.html │ ├── _api_api_.agreementworktype.html │ ├── _api_api_.billingsetup.html │ ├── _api_api_.billingsetuprouting.html │ ├── _api_api_.board.html │ ├── _api_api_.boardautotemplate.html │ ├── _api_api_.boardstatus.html │ ├── _api_api_.boardtype.html │ ├── _api_api_.catalogitem.html │ ├── _api_api_.chargecode.html │ ├── _api_api_.clearpickerrequest.html │ ├── _api_api_.commission.html │ ├── _api_api_.companymanagementsummary.html │ ├── _api_api_.companymerge.html │ ├── _api_api_.configurationquestion.html │ ├── _api_api_.configurationtypequestion.html │ ├── _api_api_.connectwisehostedsetup.html │ ├── _api_api_.contact.html │ ├── _api_api_.contactcommunication.html │ ├── _api_api_.contactcommunicationitem.html │ ├── _api_api_.corporatestructure.html │ ├── _api_api_.customfieldvalue.html │ ├── _api_api_.customreport.html │ ├── _api_api_.expenseentry.html │ ├── _api_api_.expensereport.html │ ├── _api_api_.expensetype.html │ ├── _api_api_.exportaccountingbatchrequest.html │ ├── _api_api_.forecast.html │ ├── _api_api_.html │ ├── _api_api_.invoice.html │ ├── _api_api_.invoicetemplate.html │ ├── _api_api_.link.html │ ├── _api_api_.manageddevicesintegration.html │ ├── _api_api_.manageddevicesintegrationnotification.html │ ├── _api_api_.managementbackup.html │ ├── _api_api_.managementemail.html │ ├── _api_api_.managementitsolution.html │ ├── _api_api_.member.html │ ├── _api_api_.memberaccrual.html │ ├── _api_api_.memberdelegation.html │ ├── _api_api_.memberskill.html │ ├── _api_api_.other.html │ ├── _api_api_.portalcalendar.html │ ├── _api_api_.portalconfiguration.html │ ├── _api_api_.portalconfigurationinvoicesetup.html │ ├── _api_api_.portalconfigurationprojectsetup.html │ ├── _api_api_.portalconfigurationservicesetup.html │ ├── _api_api_.pricingbreak.html │ ├── _api_api_.productitem.html │ ├── _api_api_.productrecurring.html │ ├── _api_api_.producttype.html │ ├── _api_api_.project.html │ ├── _api_api_.projectphase.html │ ├── _api_api_.projectsecurityrolesetting.html │ ├── _api_api_.purchasing.html │ ├── _api_api_.schedulestopwatch.html │ ├── _api_api_.securityrolesetting.html │ ├── _api_api_.service.html │ ├── _api_api_.serviceemailtemplate.html │ ├── _api_api_.servicelocation.html │ ├── _api_api_.servicesignoff.html │ ├── _api_api_.servicesurveyquestion.html │ ├── _api_api_.servicetemplate.html │ ├── _api_api_.shipmentmethod.html │ ├── _api_api_.sla.html │ ├── _api_api_.surveyquestion.html │ ├── _api_api_.task.html │ ├── _api_api_.taxcode.html │ ├── _api_api_.taxcodexref.html │ ├── _api_api_.taxintegration.html │ ├── _api_api_.team.html │ ├── _api_api_.ticket.html │ ├── _api_api_.ticketstopwatch.html │ ├── _api_api_.ticketsync.html │ ├── _api_api_.timeaccrual.html │ ├── _api_api_.timeaccrualdetail.html │ ├── _api_api_.timeentry.html │ ├── _api_api_.timeperiodsetup.html │ ├── _api_api_.timesheet.html │ ├── _api_api_.trackaction.html │ ├── _api_api_.unpostedexpense.html │ ├── _api_api_.unpostedinvoice.html │ ├── _api_api_.unpostedprocurement.html │ ├── _api_api_.userdefinedfield.html │ ├── _api_api_.workflow.html │ ├── _api_api_.workflowevent.html │ ├── _api_api_.worktype.html │ ├── _api_assign_.html │ └── _connectwise_.html ├── package-lock.json ├── package.json ├── src ├── api │ ├── api.ts │ └── assign.ts └── connectwise.ts └── tsconfig.json /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig is awesome: http://EditorConfig.org 2 | 3 | # top-most EditorConfig file 4 | root = true 5 | 6 | # Tab indentation 7 | [*] 8 | indent_style = tab 9 | indent_size = 4 10 | trim_trailing_whitespace = true 11 | 12 | # The indent size used in the `package.json` file cannot be changed 13 | # https://github.com/npm/npm/pull/3180#issuecomment-16336516 14 | [{.travis.yml,npm-shrinkwrap.json,package.json}] 15 | indent_style = space 16 | indent_size = 2 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | release 3 | .idea 4 | .vscode 5 | .DS_Store -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | release/**/*.d.ts 2 | docs 3 | src 4 | tsconfig.json 5 | tslint.json 6 | .DS_Store 7 | .vscode 8 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. 6 | 7 | ## Our Standards 8 | 9 | Examples of behavior that contributes to creating a positive environment include: 10 | 11 | * Using welcoming and inclusive language 12 | * Being respectful of differing viewpoints and experiences 13 | * Gracefully accepting constructive criticism 14 | * Focusing on what is best for the community 15 | * Showing empathy towards other community members 16 | 17 | Examples of unacceptable behavior by participants include: 18 | 19 | * The use of sexualized language or imagery and unwelcome sexual attention or advances 20 | * Trolling, insulting/derogatory comments, and personal or political attacks 21 | * Public or private harassment 22 | * Publishing others' private information, such as a physical or electronic address, without explicit permission 23 | * Other conduct which could reasonably be considered inappropriate in a professional setting 24 | 25 | ## Our Responsibilities 26 | 27 | Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. 28 | 29 | Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. 30 | 31 | ## Scope 32 | 33 | This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. 34 | 35 | ## Enforcement 36 | 37 | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at support@vc3.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. 38 | 39 | Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. 40 | 41 | ## Attribution 42 | 43 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] 44 | 45 | [homepage]: http://contributor-covenant.org 46 | [version]: http://contributor-covenant.org/version/1/4/ 47 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License 2 | 3 | Copyright (c) 2016 VC3, Inc. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # connectwise-rest-api 2 | 3 | > nodejs module for interacting with Connectwise's REST API 4 | 5 | [![npm](https://img.shields.io/npm/dt/connectwise-rest-api.svg?style=flat-square)](https://www.npmjs.com/package/connectwise-rest-api) 6 | [![npm version](https://img.shields.io/npm/v/connectwise-rest-api.svg?style=flat-square)](https://www.npmjs.com/package/connectwise-rest-api) 7 | 8 | Documentation: http://vc3.github.io/connectwise-rest-api 9 | 10 | ## Install 11 | 12 | ``` 13 | $ npm install --save connectwise-rest-api 14 | ``` 15 | 16 | ## Typings 17 | 18 | Typings are included in the package, however if you would like to install them seperatly you can. 19 | 20 | ``` 21 | $ typings install github:vc3/connectwise-rest-api/connectwise.d.ts -S --global 22 | ``` 23 | 24 | 25 | Usage 26 | --------- 27 | 28 | ```ts 29 | import { Connectwise } from 'connectwise-rest-api'; 30 | 31 | // The Connectwise is a wrapper class provides access to all the api endpoints and methods. 32 | const connectwise: Connectwise = new Connectwise('connectwise url', 'company name', 'public api key', 'private api key'); 33 | 34 | // Check Connectwise's documentation for available conditions 35 | const params: { conditions?: string; orderBy?: string; page?: number; pageSize?: number; } = { your params }; 36 | 37 | connectwise.CompaniesApi.companyCompaniesGet(params).then( response => { 38 | console.log(response[0].name); 39 | }) 40 | ``` 41 | 42 | You can also import types or a specific api class 43 | 44 | ```ts 45 | import { Ticket, TicketsApi } from 'connectwise-rest-api/release/api/api'; 46 | 47 | // Make sure you set your connectwise URL and Auth header 48 | 49 | const authKey: string = new Buffer(`${company id}+${public api key}:${private api key}`).toString('base64'); 50 | 51 | const cwService: TicketsApi = new TicketsApi(`https://${connectwise url}/v4_6_release/apis/3.0`); 52 | 53 | cwService.defaultHeaders = { 'Authorization': `Basic ${authKey}` }; 54 | 55 | cwService.serviceTicketsIdGet(12345).then( (response: Ticket) => { 56 | console.log(response); 57 | }); 58 | ``` 59 | -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vc3/connectwise-rest-api/094befba8780f784d215267186697a493d1b13e7/docs/.nojekyll -------------------------------------------------------------------------------- /docs/assets/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vc3/connectwise-rest-api/094befba8780f784d215267186697a493d1b13e7/docs/assets/images/icons.png -------------------------------------------------------------------------------- /docs/assets/images/icons@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vc3/connectwise-rest-api/094befba8780f784d215267186697a493d1b13e7/docs/assets/images/icons@2x.png -------------------------------------------------------------------------------- /docs/assets/images/widgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vc3/connectwise-rest-api/094befba8780f784d215267186697a493d1b13e7/docs/assets/images/widgets.png -------------------------------------------------------------------------------- /docs/assets/images/widgets@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vc3/connectwise-rest-api/094befba8780f784d215267186697a493d1b13e7/docs/assets/images/widgets@2x.png -------------------------------------------------------------------------------- /docs/globals.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 59 |

connectwise-rest-api

60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |

Index

68 |
69 |
70 |
71 |

External modules

72 | 77 |
78 |
79 |
80 |
81 |
82 | 104 |
105 |
106 | 165 |
166 |

Generated using TypeDoc

167 |
168 |
169 | 170 | 171 | 172 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.boardcopy.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | BoardCopy | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface BoardCopy

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | BoardCopy 77 |
  • 78 |
79 |
80 |
81 |

Index

82 |
83 |
84 |
85 |

Properties

86 | 90 |
91 |
92 |
93 |
94 |
95 |

Properties

96 |
97 | 98 |

Optional id

99 |
id: number
100 | 105 |
106 |
107 | 108 |

name

109 |
name: string
110 | 115 |
116 |
117 |
118 | 155 |
156 |
157 | 216 |
217 |

Generated using TypeDoc

218 |
219 |
220 | 221 | 222 | 223 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.corporatestructurelevel.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | CorporateStructureLevel | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface CorporateStructureLevel

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | CorporateStructureLevel 77 |
  • 78 |
79 |
80 |
81 |

Index

82 |
83 |
84 |
85 |

Properties

86 | 90 |
91 |
92 |
93 |
94 |
95 |

Properties

96 |
97 | 98 |

Optional id

99 |
id: number
100 | 105 |
106 |
107 | 108 |

Optional name

109 |
name: string
110 | 115 |
116 |
117 |
118 | 155 |
156 |
157 | 216 |
217 |

Generated using TypeDoc

218 |
219 |
220 | 221 | 222 | 223 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.count.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Count | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface Count

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | Count 77 |
  • 78 |
79 |
80 |
81 |

Index

82 |
83 |
84 |
85 |

Properties

86 | 89 |
90 |
91 |
92 |
93 |
94 |

Properties

95 |
96 | 97 |

Optional count

98 |
count: number
99 | 104 |
105 |
106 |
107 | 141 |
142 |
143 | 202 |
203 |

Generated using TypeDoc

204 |
205 |
206 | 207 | 208 | 209 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.dispatchmember.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | DispatchMember | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface DispatchMember

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | DispatchMember 77 |
  • 78 |
79 |
80 |
81 |

Index

82 |
83 |
84 |
85 |

Properties

86 | 90 |
91 |
92 |
93 |
94 |
95 |

Properties

96 |
97 | 98 |

Optional count

99 |
count: number
100 | 105 |
106 |
107 | 108 |

Optional reAssignToMember

109 |
reAssignToMember: MemberReference
110 | 115 |
116 |
117 |
118 | 155 |
156 |
157 | 216 |
217 |

Generated using TypeDoc

218 |
219 |
220 | 221 | 222 | 223 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.dutymanager.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | DutyManager | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface DutyManager

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | DutyManager 77 |
  • 78 |
79 |
80 |
81 |

Index

82 |
83 |
84 |
85 |

Properties

86 | 90 |
91 |
92 |
93 |
94 |
95 |

Properties

96 |
97 | 98 |

Optional count

99 |
count: number
100 | 105 |
106 |
107 | 108 |

Optional reAssignToMember

109 |
reAssignToMember: MemberReference
110 | 115 |
116 |
117 |
118 | 155 |
156 |
157 | 216 |
217 |

Generated using TypeDoc

218 |
219 |
220 | 221 | 222 | 223 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.glexportsettings.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | GLExportSettings | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface GLExportSettings

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |

Mapped to GlPreferences Class

76 |
77 |
78 |
79 |
80 |

Hierarchy

81 |
    82 |
  • 83 | GLExportSettings 84 |
  • 85 |
86 |
87 |
88 | 117 |
118 |
119 | 178 |
179 |

Generated using TypeDoc

180 |
181 |
182 | 183 | 184 | 185 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.guid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Guid | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface Guid

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | Guid 77 |
  • 78 |
79 |
80 |
81 | 110 |
111 |
112 | 171 |
172 |

Generated using TypeDoc

173 |
174 |
175 | 176 | 177 | 178 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.jarray.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | JArray | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface JArray

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | JArray 77 |
  • 78 |
79 |
80 |
81 | 110 |
111 |
112 | 171 |
172 |

Generated using TypeDoc

173 |
174 |
175 | 176 | 177 | 178 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.jobject.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | JObject | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface JObject

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | JObject 77 |
  • 78 |
79 |
80 |
81 | 110 |
111 |
112 | 171 |
172 |

Generated using TypeDoc

173 |
174 |
175 | 176 | 177 | 178 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.managementlogdocumentinfo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ManagementLogDocumentInfo | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface ManagementLogDocumentInfo

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | ManagementLogDocumentInfo 77 |
  • 78 |
79 |
80 |
81 | 110 |
111 |
112 | 171 |
172 |

Generated using TypeDoc

173 |
174 |
175 | 176 | 177 | 178 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.metadata.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Metadata | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface Metadata

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |

Metadata of the entity

76 |
77 |
78 |
79 |
80 |

Hierarchy

81 |
    82 |
  • 83 | Metadata 84 |
  • 85 |
86 |
87 |
88 | 117 |
118 |
119 | 178 |
179 |

Generated using TypeDoc

180 |
181 |
182 | 183 | 184 | 185 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.report.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Report | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface Report

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | Report 77 |
  • 78 |
79 |
80 |
81 |

Index

82 |
83 |
84 |
85 |

Properties

86 | 89 |
90 |
91 |
92 |
93 |
94 |

Properties

95 |
96 | 97 |

Optional name

98 |
name: string
99 | 104 |
105 |
106 |
107 | 141 |
142 |
143 | 202 |
203 |

Generated using TypeDoc

204 |
205 |
206 | 207 | 208 | 209 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.requestpasswordrequest.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | RequestPasswordRequest | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface RequestPasswordRequest

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | RequestPasswordRequest 77 |
  • 78 |
79 |
80 |
81 |

Index

82 |
83 |
84 |
85 |

Properties

86 | 89 |
90 |
91 |
92 |
93 |
94 |

Properties

95 |
96 | 97 |

email

98 |
email: string
99 | 104 |
105 |
106 |
107 | 141 |
142 |
143 | 202 |
203 |

Generated using TypeDoc

204 |
205 |
206 | 207 | 208 | 209 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.servicemanger.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ServiceManger | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface ServiceManger

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | ServiceManger 77 |
  • 78 |
79 |
80 |
81 |

Index

82 |
83 |
84 |
85 |

Properties

86 | 90 |
91 |
92 |
93 |
94 |
95 |

Properties

96 |
97 | 98 |

Optional count

99 |
count: number
100 | 105 |
106 |
107 | 108 |

Optional reAssignToMember

109 |
reAssignToMember: MemberReference
110 | 115 |
116 |
117 |
118 | 155 |
156 |
157 | 216 |
217 |

Generated using TypeDoc

218 |
219 |
220 | 221 | 222 | 223 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.successresponse.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | SuccessResponse | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface SuccessResponse

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | SuccessResponse 77 |
  • 78 |
79 |
80 |
81 |

Index

82 |
83 |
84 |
85 |

Properties

86 | 90 |
91 |
92 |
93 |
94 |
95 |

Properties

96 |
97 | 98 |

Optional message

99 |
message: string
100 | 105 |
106 |
107 | 108 |

Optional success

109 |
success: boolean
110 | 115 |
116 |
117 |
118 | 155 |
156 |
157 | 216 |
217 |

Generated using TypeDoc

218 |
219 |
220 | 221 | 222 | 223 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.ticketmerge.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | TicketMerge | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface TicketMerge

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | TicketMerge 77 |
  • 78 |
79 |
80 |
81 |

Index

82 |
83 |
84 |
85 |

Properties

86 | 90 |
91 |
92 |
93 |
94 |
95 |

Properties

96 |
97 | 98 |

mergeTicketIds

99 |
mergeTicketIds: Array<number>
100 | 105 |
106 |
107 | 108 |

status

109 | 110 | 115 |
116 |
117 |
118 | 155 |
156 |
157 | 216 |
217 |

Generated using TypeDoc

218 |
219 |
220 | 221 | 222 | 223 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.timeperiodsetupdefaults.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | TimePeriodSetupDefaults | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface TimePeriodSetupDefaults

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | TimePeriodSetupDefaults 77 |
  • 78 |
79 |
80 |
81 | 110 |
111 |
112 | 171 |
172 |

Generated using TypeDoc

173 |
174 |
175 | 176 | 177 | 178 | -------------------------------------------------------------------------------- /docs/interfaces/_api_api_.validateportalrequest.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ValidatePortalRequest | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 65 |

Interface ValidatePortalRequest

66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |

Hierarchy

74 |
    75 |
  • 76 | ValidatePortalRequest 77 |
  • 78 |
79 |
80 |
81 |

Index

82 |
83 |
84 |
85 |

Properties

86 | 90 |
91 |
92 |
93 |
94 |
95 |

Properties

96 |
97 | 98 |

email

99 |
email: string
100 | 105 |
106 |
107 | 108 |

password

109 |
password: string
110 | 115 |
116 |
117 |
118 | 155 |
156 |
157 | 216 |
217 |

Generated using TypeDoc

218 |
219 |
220 | 221 | 222 | 223 | -------------------------------------------------------------------------------- /docs/modules/_api_assign_.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | "api/assign" | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 62 |

External module "api/assign"

63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |

Index

71 |
72 |
73 |
74 |

Functions

75 | 78 |
79 |
80 |
81 |
82 |
83 |

Functions

84 |
85 | 86 |

assign

87 |
    88 |
  • assign(target: any, ...args: any[]): any
  • 89 |
90 |
    91 |
  • 92 | 97 |

    Parameters

    98 |
      99 |
    • 100 |
      target: any
      101 |
    • 102 |
    • 103 |
      Rest ...args: any[]
      104 |
    • 105 |
    106 |

    Returns any

    107 |
  • 108 |
109 |
110 |
111 |
112 | 137 |
138 |
139 | 198 |
199 |

Generated using TypeDoc

200 |
201 |
202 | 203 | 204 | 205 | -------------------------------------------------------------------------------- /docs/modules/_connectwise_.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | "connectwise" | connectwise-rest-api 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 | 27 |
28 |
29 | Options 30 |
31 |
32 | All 33 |
    34 |
  • Public
  • 35 |
  • Public/Protected
  • 36 |
  • All
  • 37 |
38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 |
46 |
47 | Menu 48 |
49 |
50 |
51 |
52 |
53 |
54 | 62 |

External module "connectwise"

63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |

Index

71 |
72 |
73 |
74 |

Classes

75 | 78 |
79 |
80 |
81 |
82 |
83 | 108 |
109 |
110 | 169 |
170 |

Generated using TypeDoc

171 |
172 |
173 | 174 | 175 | 176 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "connectwise-rest-api", 3 | "version": "1.2.2", 4 | "license": "MIT", 5 | "private": false, 6 | "main": "./release/connectwise.js", 7 | "types": "./connectwise.d.ts", 8 | "description": "Nodejs module to interact with ConnectWise's REST API", 9 | "repository": { 10 | "type": "git", 11 | "url": "git+https://github.com/vc3/connectwise-rest-api.git" 12 | }, 13 | "author": { 14 | "name": "Cameron Sowder", 15 | "email": "cameron@sowder.io", 16 | "url": "https://sowder.io" 17 | }, 18 | "bugs": { 19 | "url": "https://github.com/vc3/connectwise-rest-api/issues" 20 | }, 21 | "homepage": "https://github.com/vc3/connectwise-rest-api#readme", 22 | "keywords": [ 23 | "connectwise", 24 | "typescript", 25 | "typings", 26 | "fetch", 27 | "vc3" 28 | ], 29 | "readme": "README.md", 30 | "scripts": { 31 | "compile": "npx tsc --pretty", 32 | "test": "npx tsc --pretty --noEmit", 33 | "document": "npx typedoc . --out docs --ignoreCompilerErrors" 34 | }, 35 | "dependencies": { 36 | "isomorphic-fetch": "^2.2.1" 37 | }, 38 | "devDependencies": { 39 | "@types/isomorphic-fetch": "^0.0.33", 40 | "@types/node": "^7.0.8", 41 | "typedoc": "^0.9.0", 42 | "typescript": "^2.0.0", 43 | "typings": "^0.8.1" 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /src/api/assign.ts: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | export function assign(target: any, ...args: any[]): any { 3 | if (target === undefined || target === null) { 4 | throw new TypeError('Cannot convert undefined or null to object'); 5 | } 6 | let output = Object(target); 7 | for (let source of args) { 8 | if (source !== undefined && source !== null) { 9 | for (let nextKey in source) { 10 | if (source.hasOwnProperty(nextKey)) { 11 | output[nextKey] = source[nextKey]; 12 | } 13 | } 14 | } 15 | } 16 | return output; 17 | }; 18 | -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "declaration": true, 4 | "module": "commonjs", 5 | "pretty": true, 6 | "noImplicitAny": false, 7 | "noEmitOnError": false, 8 | "outDir": "release", 9 | "lib": [ 10 | "es6" 11 | ], 12 | "types": [ 13 | "node", 14 | "isomorphic-fetch" 15 | ] 16 | }, 17 | "exclude": [ 18 | "node_modules" 19 | ] 20 | } 21 | --------------------------------------------------------------------------------