connectwise-rest 0.23.3 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc +19 -52
- package/.gitattributes +1 -0
- package/.github/workflows/codeql-analysis.yml +70 -0
- package/.github/workflows/node.js.yml +42 -0
- package/.mocharc.json +5 -0
- package/.prettierrc +7 -0
- package/.travis.yml +4 -2
- package/README.md +243 -230
- package/api-extractor.json +364 -0
- package/dist/Automate/AVTemplatePoliciesAPI.d.ts +27 -0
- package/dist/Automate/AVTemplatePoliciesAPI.d.ts.map +1 -0
- package/dist/Automate/AVTemplatePoliciesAPI.js +87 -0
- package/dist/Automate/AVTemplatePoliciesAPI.js.map +1 -0
- package/dist/Automate/ClientsAPI.d.ts +34 -0
- package/dist/Automate/ClientsAPI.d.ts.map +1 -0
- package/dist/Automate/ClientsAPI.js +114 -0
- package/dist/Automate/ClientsAPI.js.map +1 -0
- package/dist/Automate/CommandsAPI.d.ts +15 -0
- package/dist/Automate/CommandsAPI.d.ts.map +1 -0
- package/dist/Automate/CommandsAPI.js +31 -0
- package/dist/Automate/CommandsAPI.js.map +1 -0
- package/dist/Automate/ComputersAPI.d.ts +94 -0
- package/dist/Automate/ComputersAPI.d.ts.map +1 -0
- package/dist/Automate/ComputersAPI.js +353 -0
- package/dist/Automate/ComputersAPI.js.map +1 -0
- package/dist/Automate/ContactsAPI.d.ts +18 -0
- package/dist/Automate/ContactsAPI.d.ts.map +1 -0
- package/dist/Automate/ContactsAPI.js +45 -0
- package/dist/Automate/ContactsAPI.js.map +1 -0
- package/dist/Automate/DataViewsAPI.d.ts +16 -0
- package/dist/Automate/DataViewsAPI.d.ts.map +1 -0
- package/dist/Automate/DataViewsAPI.js +31 -0
- package/dist/Automate/DataViewsAPI.js.map +1 -0
- package/dist/Automate/DrivesAPI.d.ts +19 -0
- package/dist/Automate/DrivesAPI.d.ts.map +1 -0
- package/dist/Automate/DrivesAPI.js +52 -0
- package/dist/Automate/DrivesAPI.js.map +1 -0
- package/dist/Automate/EventLogsAPI.d.ts +14 -0
- package/dist/Automate/EventLogsAPI.d.ts.map +1 -0
- package/dist/Automate/EventLogsAPI.js +24 -0
- package/dist/Automate/EventLogsAPI.js.map +1 -0
- package/dist/Automate/LocationsAPI.d.ts +42 -0
- package/dist/Automate/LocationsAPI.d.ts.map +1 -0
- package/dist/Automate/LocationsAPI.js +133 -0
- package/dist/Automate/LocationsAPI.js.map +1 -0
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts +14 -0
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts.map +1 -0
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.js +24 -0
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.js.map +1 -0
- package/dist/Automate/MonitorsAPI.d.ts +23 -0
- package/dist/Automate/MonitorsAPI.d.ts.map +1 -0
- package/dist/Automate/MonitorsAPI.js +80 -0
- package/dist/Automate/MonitorsAPI.js.map +1 -0
- package/dist/Automate/NetworkDevicesAPI.d.ts +17 -0
- package/dist/Automate/NetworkDevicesAPI.d.ts.map +1 -0
- package/dist/Automate/NetworkDevicesAPI.js +38 -0
- package/dist/Automate/NetworkDevicesAPI.js.map +1 -0
- package/dist/Automate/PatchingAPI.d.ts +27 -0
- package/dist/Automate/PatchingAPI.d.ts.map +1 -0
- package/dist/Automate/PatchingAPI.js +94 -0
- package/dist/Automate/PatchingAPI.js.map +1 -0
- package/dist/Automate/RemoteAgentAPI.d.ts +18 -0
- package/dist/Automate/RemoteAgentAPI.d.ts.map +1 -0
- package/dist/Automate/RemoteAgentAPI.js +45 -0
- package/dist/Automate/RemoteAgentAPI.js.map +1 -0
- package/dist/Automate/ScriptingAPI.d.ts +32 -0
- package/dist/Automate/ScriptingAPI.d.ts.map +1 -0
- package/dist/Automate/ScriptingAPI.js +104 -0
- package/dist/Automate/ScriptingAPI.js.map +1 -0
- package/dist/Automate/SearchesAPI.d.ts +17 -0
- package/dist/Automate/SearchesAPI.d.ts.map +1 -0
- package/dist/Automate/SearchesAPI.js +38 -0
- package/dist/Automate/SearchesAPI.js.map +1 -0
- package/dist/Automate/SystemAPI.d.ts +72 -0
- package/dist/Automate/SystemAPI.d.ts.map +1 -0
- package/dist/Automate/SystemAPI.js +268 -0
- package/dist/Automate/SystemAPI.js.map +1 -0
- package/dist/Automate/TicketsAPI.d.ts +10 -0
- package/dist/Automate/TicketsAPI.d.ts.map +1 -0
- package/dist/Automate/TicketsAPI.js +24 -0
- package/dist/Automate/TicketsAPI.js.map +1 -0
- package/dist/Automate/UserProfilesAPI.d.ts +14 -0
- package/dist/Automate/UserProfilesAPI.d.ts.map +1 -0
- package/dist/Automate/UserProfilesAPI.js +23 -0
- package/dist/Automate/UserProfilesAPI.js.map +1 -0
- package/dist/Automate.d.ts +48 -0
- package/dist/Automate.d.ts.map +1 -0
- package/dist/Automate.js +167 -0
- package/dist/Automate.js.map +1 -0
- package/dist/AutomateAPI.d.ts +96 -0
- package/dist/AutomateAPI.d.ts.map +1 -0
- package/dist/AutomateAPI.js +168 -0
- package/dist/AutomateAPI.js.map +1 -0
- package/dist/AutomateTypes.d.ts +10437 -0
- package/dist/AutomateTypes.d.ts.map +1 -0
- package/dist/AutomateTypes.js +3 -0
- package/dist/AutomateTypes.js.map +1 -0
- package/dist/BaseAPI.d.ts +13 -0
- package/dist/BaseAPI.d.ts.map +1 -0
- package/dist/BaseAPI.js +53 -0
- package/dist/BaseAPI.js.map +1 -0
- package/dist/Manage/CompanyAPI.d.ts +573 -0
- package/dist/Manage/CompanyAPI.d.ts.map +1 -0
- package/dist/Manage/CompanyAPI.js +3294 -0
- package/dist/Manage/CompanyAPI.js.map +1 -0
- package/dist/Manage/ConfigurationsAPI.d.ts +24 -0
- package/dist/Manage/ConfigurationsAPI.d.ts.map +1 -0
- package/dist/Manage/ConfigurationsAPI.js +73 -0
- package/dist/Manage/ConfigurationsAPI.js.map +1 -0
- package/dist/Manage/ExpenseAPI.d.ts +68 -0
- package/dist/Manage/ExpenseAPI.d.ts.map +1 -0
- package/dist/Manage/ExpenseAPI.js +306 -0
- package/dist/Manage/ExpenseAPI.js.map +1 -0
- package/dist/Manage/FinanceAPI.d.ts +460 -0
- package/dist/Manage/FinanceAPI.d.ts.map +1 -0
- package/dist/Manage/FinanceAPI.js +2587 -0
- package/dist/Manage/FinanceAPI.js.map +1 -0
- package/dist/Manage/MarketingAPI.d.ts +120 -0
- package/dist/Manage/MarketingAPI.d.ts.map +1 -0
- package/dist/Manage/MarketingAPI.js +629 -0
- package/dist/Manage/MarketingAPI.js.map +1 -0
- package/dist/Manage/ProcurementAPI.d.ts +373 -0
- package/dist/Manage/ProcurementAPI.d.ts.map +1 -0
- package/dist/Manage/ProcurementAPI.js +2098 -0
- package/dist/Manage/ProcurementAPI.js.map +1 -0
- package/dist/Manage/ProjectAPI.d.ts +179 -0
- package/dist/Manage/ProjectAPI.d.ts.map +1 -0
- package/dist/Manage/ProjectAPI.js +940 -0
- package/dist/Manage/ProjectAPI.js.map +1 -0
- package/dist/Manage/SalesAPI.d.ts +254 -0
- package/dist/Manage/SalesAPI.d.ts.map +1 -0
- package/dist/Manage/SalesAPI.js +1392 -0
- package/dist/Manage/SalesAPI.js.map +1 -0
- package/dist/Manage/ScheduleAPI.d.ts +111 -0
- package/dist/Manage/ScheduleAPI.d.ts.map +1 -0
- package/dist/Manage/ScheduleAPI.js +575 -0
- package/dist/Manage/ScheduleAPI.js.map +1 -0
- package/dist/Manage/ServiceAPI.d.ts +419 -0
- package/dist/Manage/ServiceAPI.d.ts.map +1 -0
- package/dist/Manage/ServiceAPI.js +2334 -0
- package/dist/Manage/ServiceAPI.js.map +1 -0
- package/dist/Manage/SystemAPI.d.ts +809 -0
- package/dist/Manage/SystemAPI.d.ts.map +1 -0
- package/dist/Manage/SystemAPI.js +4531 -0
- package/dist/Manage/SystemAPI.js.map +1 -0
- package/dist/Manage/TimeAPI.d.ts +157 -0
- package/dist/Manage/TimeAPI.d.ts.map +1 -0
- package/dist/Manage/TimeAPI.js +835 -0
- package/dist/Manage/TimeAPI.js.map +1 -0
- package/dist/Manage.d.ts +34 -0
- package/dist/Manage.d.ts.map +1 -0
- package/dist/Manage.js +127 -0
- package/dist/Manage.js.map +1 -0
- package/dist/ManageAPI.d.ts +99 -0
- package/dist/ManageAPI.d.ts.map +1 -0
- package/dist/ManageAPI.js +112 -0
- package/dist/ManageAPI.js.map +1 -0
- package/dist/ManageTypes.d.ts +91320 -0
- package/dist/ManageTypes.d.ts.map +1 -0
- package/dist/ManageTypes.js +7 -0
- package/dist/ManageTypes.js.map +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +38 -0
- package/dist/index.js.map +1 -0
- package/dist/types.d.ts +46 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +21 -0
- package/dist/types.js.map +1 -0
- package/dist/utils/Callback.d.ts +67 -0
- package/dist/utils/Callback.d.ts.map +1 -0
- package/dist/utils/Callback.js +109 -0
- package/dist/utils/Callback.js.map +1 -0
- package/dist/utils/Series.d.ts +36 -0
- package/dist/utils/Series.d.ts.map +1 -0
- package/dist/utils/Series.js +64 -0
- package/dist/utils/Series.js.map +1 -0
- package/dist/utils/index.d.ts +7 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +11 -0
- package/dist/utils/index.js.map +1 -0
- package/generator/automate-generator.js +75 -0
- package/generator/automate-json.js +61 -0
- package/generator/automate-types.js +15 -0
- package/generator/generator.d.ts +67 -0
- package/generator/generator.js +255 -0
- package/generator/manage-generator.js +71 -0
- package/generator/manage-types.js +14 -0
- package/package.json +48 -21
- package/src/Automate/AVTemplatePoliciesAPI.ts +114 -0
- package/src/Automate/ClientsAPI.ts +161 -0
- package/src/Automate/CommandsAPI.ts +33 -0
- package/src/Automate/ComputersAPI.ts +550 -0
- package/src/Automate/ContactsAPI.ts +56 -0
- package/src/Automate/DataViewsAPI.ts +36 -0
- package/src/Automate/DrivesAPI.ts +74 -0
- package/src/Automate/EventLogsAPI.ts +25 -0
- package/src/Automate/LocationsAPI.ts +206 -0
- package/src/Automate/MaintenanceWindowDefinitionsAPI.ts +28 -0
- package/src/Automate/MonitorsAPI.ts +94 -0
- package/src/Automate/NetworkDevicesAPI.ts +44 -0
- package/src/Automate/PatchingAPI.ts +109 -0
- package/src/Automate/RemoteAgentAPI.ts +58 -0
- package/src/Automate/ScriptingAPI.ts +137 -0
- package/src/Automate/SearchesAPI.ts +42 -0
- package/src/Automate/SystemAPI.ts +386 -0
- package/src/Automate/TicketsAPI.ts +24 -0
- package/src/Automate/UserProfilesAPI.ts +25 -0
- package/src/Automate.ts +216 -0
- package/src/AutomateAPI.ts +144 -0
- package/src/AutomateTypes.ts +10492 -0
- package/src/BaseAPI.ts +83 -0
- package/src/Manage/CompanyAPI.ts +4851 -0
- package/src/Manage/ConfigurationsAPI.ts +107 -0
- package/src/Manage/ExpenseAPI.ts +395 -0
- package/src/Manage/FinanceAPI.ts +3851 -0
- package/src/Manage/MarketingAPI.ts +935 -0
- package/src/Manage/ProcurementAPI.ts +3044 -0
- package/src/Manage/ProjectAPI.ts +1400 -0
- package/src/Manage/SalesAPI.ts +1922 -0
- package/src/Manage/ScheduleAPI.ts +751 -0
- package/src/Manage/ServiceAPI.ts +3401 -0
- package/src/Manage/SystemAPI.ts +6269 -0
- package/src/Manage/TimeAPI.ts +1121 -0
- package/src/Manage.ts +152 -0
- package/src/ManageAPI.ts +133 -0
- package/src/ManageTypes.ts +91318 -0
- package/src/index.ts +18 -0
- package/src/types.ts +66 -0
- package/src/utils/Callback.ts +145 -0
- package/src/utils/Series.ts +83 -0
- package/src/utils/index.ts +7 -0
- package/swagger-errors.md +30 -0
- package/test/.env.example +12 -4
- package/test/test-utils.ts +27 -0
- package/test/test.ts +320 -0
- package/tsconfig.json +29 -0
- package/doc.md +0 -5984
- package/docs/jsdoc.json +0 -15
- package/index.js +0 -10
- package/src/CompanyAPI/Companies.js +0 -149
- package/src/CompanyAPI/CompanyCompanyTypeAssociations.js +0 -111
- package/src/CompanyAPI/CompanySites.js +0 -70
- package/src/CompanyAPI/CompanyTeams.js +0 -108
- package/src/CompanyAPI/CompanyTypeInfos.js +0 -58
- package/src/CompanyAPI/CompanyTypes.js +0 -52
- package/src/CompanyAPI/Configurations.js +0 -152
- package/src/CompanyAPI/ContactContactTypeAssociations.js +0 -55
- package/src/CompanyAPI/ContactRelationships.js +0 -36
- package/src/CompanyAPI/Contacts.js +0 -199
- package/src/CompanyAPI/index.js +0 -53
- package/src/ConnectWise.js +0 -339
- package/src/ConnectWiseRest.js +0 -512
- package/src/FinanceAPI/Additions.js +0 -127
- package/src/FinanceAPI/Adjustments.js +0 -109
- package/src/FinanceAPI/AgreementSites.js +0 -108
- package/src/FinanceAPI/Agreements.js +0 -220
- package/src/FinanceAPI/BoardDefaults.js +0 -109
- package/src/FinanceAPI/WorkRoles.js +0 -113
- package/src/FinanceAPI/WorkTypeExclusions.js +0 -78
- package/src/FinanceAPI/WorkTypes.js +0 -124
- package/src/FinanceAPI/index.js +0 -50
- package/src/ProjectAPI/Projects.js +0 -142
- package/src/ProjectAPI/index.js +0 -28
- package/src/SalesAPI/Activities.js +0 -149
- package/src/SalesAPI/index.js +0 -14
- package/src/ScheduleAPI/ScheduleEntries.js +0 -109
- package/src/ScheduleAPI/ScheduleTypes.js +0 -101
- package/src/ScheduleAPI/index.js +0 -30
- package/src/ServiceDeskAPI/BoardItems.js +0 -134
- package/src/ServiceDeskAPI/BoardSubTypes.js +0 -112
- package/src/ServiceDeskAPI/BoardTeams.js +0 -108
- package/src/ServiceDeskAPI/BoardTypes.js +0 -139
- package/src/ServiceDeskAPI/Boards.js +0 -100
- package/src/ServiceDeskAPI/Priorities.js +0 -47
- package/src/ServiceDeskAPI/ServiceNotes.js +0 -172
- package/src/ServiceDeskAPI/Statuses.js +0 -116
- package/src/ServiceDeskAPI/Tickets.js +0 -588
- package/src/ServiceDeskAPI/index.js +0 -53
- package/src/SystemAPI/Members.js +0 -139
- package/src/SystemAPI/Reports.js +0 -116
- package/src/SystemAPI/index.js +0 -32
- package/src/TimeAPI/TimeEntries.js +0 -121
- package/src/TimeAPI/index.js +0 -27
- package/src/utils/Callback.js +0 -125
- package/src/utils/Series.js +0 -64
- package/src/utils/index.js +0 -21
- package/test/test.js +0 -114
|
@@ -0,0 +1,573 @@
|
|
|
1
|
+
import Manage from '../Manage';
|
|
2
|
+
import { components } from '../ManageTypes';
|
|
3
|
+
import { CommonParameters, CWMOptions } from '../ManageAPI';
|
|
4
|
+
import { NoContentResponse, OctetStreamResponse } from '../types';
|
|
5
|
+
declare type schemas = components['schemas'];
|
|
6
|
+
export declare type AddressFormat = schemas['AddressFormat'];
|
|
7
|
+
export declare type AddressFormatInfo = schemas['AddressFormatInfo'];
|
|
8
|
+
export declare type BulkResult = schemas['BulkResult'];
|
|
9
|
+
export declare type ClearPickerRequest = schemas['ClearPickerRequest'];
|
|
10
|
+
export declare type CommunicationType = schemas['CommunicationType'];
|
|
11
|
+
export declare type CommunicationTypeInfo = schemas['CommunicationTypeInfo'];
|
|
12
|
+
export declare type Company = schemas['Company'];
|
|
13
|
+
export declare type CompanyCompanyTypeAssociation = schemas['Company.CompanyTypeAssociation'];
|
|
14
|
+
export declare type CompanyConfiguration = schemas['Company.Configuration'];
|
|
15
|
+
export declare type CompanyContactTypeAssociation = schemas['Company.ContactTypeAssociation'];
|
|
16
|
+
export declare type CompanyCompanyTypeAssociationCompanyTypeAssociation = schemas['CompanyCompanyTypeAssociation.CompanyTypeAssociation'];
|
|
17
|
+
export declare type CompanyCustomNote = schemas['CompanyCustomNote'];
|
|
18
|
+
export declare type CompanyFinance = schemas['CompanyFinance'];
|
|
19
|
+
export declare type CompanyGroup = schemas['CompanyGroup'];
|
|
20
|
+
export declare type CompanyManagementSummary = schemas['CompanyManagementSummary'];
|
|
21
|
+
export declare type CompanyMerge = schemas['CompanyMerge'];
|
|
22
|
+
export declare type CompanyNote = schemas['CompanyNote'];
|
|
23
|
+
export declare type CompanyNoteType = schemas['CompanyNoteType'];
|
|
24
|
+
export declare type CompanyNoteTypeInfo = schemas['CompanyNoteTypeInfo'];
|
|
25
|
+
export declare type CompanyPickerItem = schemas['CompanyPickerItem'];
|
|
26
|
+
export declare type CompanySite = schemas['CompanySite'];
|
|
27
|
+
export declare type CompanyStatus = schemas['CompanyStatus'];
|
|
28
|
+
export declare type CompanyTeam = schemas['CompanyTeam'];
|
|
29
|
+
export declare type CompanyType = schemas['CompanyType'];
|
|
30
|
+
export declare type CompanyTypeInfo = schemas['CompanyTypeInfo'];
|
|
31
|
+
export declare type ConfigurationStatus = schemas['ConfigurationStatus'];
|
|
32
|
+
export declare type ConfigurationStatusInfo = schemas['ConfigurationStatusInfo'];
|
|
33
|
+
export declare type ConfigurationType = schemas['ConfigurationType'];
|
|
34
|
+
export declare type ConfigurationTypeInfo = schemas['ConfigurationTypeInfo'];
|
|
35
|
+
export declare type ConfigurationTypeQuestion = schemas['ConfigurationTypeQuestion'];
|
|
36
|
+
export declare type ConfigurationTypeQuestionValue = schemas['ConfigurationTypeQuestionValue'];
|
|
37
|
+
export declare type Contact = schemas['Contact'];
|
|
38
|
+
export declare type ContactCommunication = schemas['ContactCommunication'];
|
|
39
|
+
export declare type ContactContactTypeAssociationContactTypeAssociation = schemas['ContactContactTypeAssociation.ContactTypeAssociation'];
|
|
40
|
+
export declare type ContactDepartment = schemas['ContactDepartment'];
|
|
41
|
+
export declare type ContactDepartmentInfo = schemas['ContactDepartmentInfo'];
|
|
42
|
+
export declare type ContactGroup = schemas['ContactGroup'];
|
|
43
|
+
export declare type ContactNote = schemas['ContactNote'];
|
|
44
|
+
export declare type ContactRelationship = schemas['ContactRelationship'];
|
|
45
|
+
export declare type ContactTrack = schemas['ContactTrack'];
|
|
46
|
+
export declare type ContactType = schemas['ContactType'];
|
|
47
|
+
export declare type ContactTypeInfo = schemas['ContactTypeInfo'];
|
|
48
|
+
export declare type Count = schemas['Count'];
|
|
49
|
+
export declare type Country = schemas['Country'];
|
|
50
|
+
export declare type CountryInfo = schemas['CountryInfo'];
|
|
51
|
+
export declare type EntityType = schemas['EntityType'];
|
|
52
|
+
export declare type EntityTypeInfo = schemas['EntityTypeInfo'];
|
|
53
|
+
export declare type ManagedDevicesIntegration = schemas['ManagedDevicesIntegration'];
|
|
54
|
+
export declare type ManagedDevicesIntegrationCrossReference = schemas['ManagedDevicesIntegrationCrossReference'];
|
|
55
|
+
export declare type ManagedDevicesIntegrationInfo = schemas['ManagedDevicesIntegrationInfo'];
|
|
56
|
+
export declare type ManagedDevicesIntegrationLogin = schemas['ManagedDevicesIntegrationLogin'];
|
|
57
|
+
export declare type ManagedDevicesIntegrationNotification = schemas['ManagedDevicesIntegrationNotification'];
|
|
58
|
+
export declare type Management = schemas['Management'];
|
|
59
|
+
export declare type ManagementBackup = schemas['ManagementBackup'];
|
|
60
|
+
export declare type ManagementItSolution = schemas['ManagementItSolution'];
|
|
61
|
+
export declare type ManagementItSolutionAgreementInterfaceParameter = schemas['ManagementItSolutionAgreementInterfaceParameter'];
|
|
62
|
+
export declare type ManagementLogDocumentInfo = schemas['ManagementLogDocumentInfo'];
|
|
63
|
+
export declare type ManagementReportNotification = schemas['ManagementReportNotification'];
|
|
64
|
+
export declare type ManagementReportSetup = schemas['ManagementReportSetup'];
|
|
65
|
+
export declare type MarketDescription = schemas['MarketDescription'];
|
|
66
|
+
export declare type MarketDescriptionInfo = schemas['MarketDescriptionInfo'];
|
|
67
|
+
export declare type OwnershipType = schemas['OwnershipType'];
|
|
68
|
+
export declare type OwnershipTypeInfo = schemas['OwnershipTypeInfo'];
|
|
69
|
+
export declare type PatchOperation = schemas['PatchOperation'];
|
|
70
|
+
export declare type PortalConfiguration = schemas['PortalConfiguration'];
|
|
71
|
+
export declare type PortalConfigurationInvoiceSetup = schemas['PortalConfigurationInvoiceSetup'];
|
|
72
|
+
export declare type PortalConfigurationOpportunitySetup = schemas['PortalConfigurationOpportunitySetup'];
|
|
73
|
+
export declare type PortalConfigurationPasswordEmailSetup = schemas['PortalConfigurationPasswordEmailSetup'];
|
|
74
|
+
export declare type PortalConfigurationPaymentProcessor = schemas['PortalConfigurationPaymentProcessor'];
|
|
75
|
+
export declare type PortalConfigurationProjectSetup = schemas['PortalConfigurationProjectSetup'];
|
|
76
|
+
export declare type PortalConfigurationServiceSetup = schemas['PortalConfigurationServiceSetup'];
|
|
77
|
+
export declare type PortalSecurity = schemas['PortalSecurity'];
|
|
78
|
+
export declare type PortalSecurityLevel = schemas['PortalSecurityLevel'];
|
|
79
|
+
export declare type PortalSecuritySetting = schemas['PortalSecuritySetting'];
|
|
80
|
+
export declare type RequestPasswordRequest = schemas['RequestPasswordRequest'];
|
|
81
|
+
export declare type State = schemas['State'];
|
|
82
|
+
export declare type StateInfo = schemas['StateInfo'];
|
|
83
|
+
export declare type SuccessResponse = schemas['SuccessResponse'];
|
|
84
|
+
export declare type TeamRole = schemas['TeamRole'];
|
|
85
|
+
export declare type TeamRoleInfo = schemas['TeamRoleInfo'];
|
|
86
|
+
export declare type Track = schemas['Track'];
|
|
87
|
+
export declare type TrackAction = schemas['TrackAction'];
|
|
88
|
+
export declare type Usage = schemas['Usage'];
|
|
89
|
+
export declare type ValidatePortalRequest = schemas['ValidatePortalRequest'];
|
|
90
|
+
export declare type ValidatePortalResponse = schemas['ValidatePortalResponse'];
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export default class CompanyAPI extends Manage {
|
|
95
|
+
constructor(props: CWMOptions);
|
|
96
|
+
getCompanyAddressFormats(params?: CommonParameters): Promise<Array<AddressFormat>>;
|
|
97
|
+
postCompanyAddressFormats(addressFormat: AddressFormat): Promise<AddressFormat>;
|
|
98
|
+
getCompanyAddressFormatsById(id: number, params?: CommonParameters): Promise<AddressFormat>;
|
|
99
|
+
deleteCompanyAddressFormatsById(id: number): Promise<NoContentResponse>;
|
|
100
|
+
putCompanyAddressFormatsById(id: number, addressFormat: AddressFormat): Promise<AddressFormat>;
|
|
101
|
+
patchCompanyAddressFormatsById(id: number, patchOperations: Array<PatchOperation>): Promise<AddressFormat>;
|
|
102
|
+
getCompanyAddressFormatsByIdInfo(id: number, params?: CommonParameters): Promise<AddressFormatInfo>;
|
|
103
|
+
getCompanyAddressFormatsCount(params?: CommonParameters): Promise<Count>;
|
|
104
|
+
getCompanyAddressFormatsInfo(params?: CommonParameters): Promise<Array<AddressFormatInfo>>;
|
|
105
|
+
getCompanyAddressFormatsInfoCount(params?: CommonParameters): Promise<Count>;
|
|
106
|
+
getCompanyBillingSetupsInfoCount(params?: CommonParameters): Promise<Count>;
|
|
107
|
+
getCompanyCommunicationTypes(params?: CommonParameters): Promise<Array<CommunicationType>>;
|
|
108
|
+
postCompanyCommunicationTypes(communicationType: CommunicationType): Promise<CommunicationType>;
|
|
109
|
+
getCompanyCommunicationTypesById(id: number, params?: CommonParameters): Promise<CommunicationType>;
|
|
110
|
+
deleteCompanyCommunicationTypesById(id: number): Promise<NoContentResponse>;
|
|
111
|
+
putCompanyCommunicationTypesById(id: number, communicationType: CommunicationType): Promise<CommunicationType>;
|
|
112
|
+
patchCompanyCommunicationTypesById(id: number, patchOperations: Array<PatchOperation>): Promise<CommunicationType>;
|
|
113
|
+
getCompanyCommunicationTypesByIdInfo(id: number, params?: CommonParameters): Promise<CommunicationTypeInfo>;
|
|
114
|
+
getCompanyCommunicationTypesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
115
|
+
getCompanyCommunicationTypesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
116
|
+
getCompanyCommunicationTypesCount(params?: CommonParameters): Promise<Count>;
|
|
117
|
+
getCompanyCommunicationTypesInfo(params?: CommonParameters): Promise<Array<CommunicationTypeInfo>>;
|
|
118
|
+
getCompanyCommunicationTypesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
119
|
+
getCompanyCompanies(params?: CommonParameters): Promise<Array<Company>>;
|
|
120
|
+
postCompanyCompanies(company: Company): Promise<Company>;
|
|
121
|
+
getCompanyCompaniesById(id: number, params?: CommonParameters): Promise<Company>;
|
|
122
|
+
deleteCompanyCompaniesById(id: number): Promise<NoContentResponse>;
|
|
123
|
+
putCompanyCompaniesById(id: number, company: Company): Promise<Company>;
|
|
124
|
+
patchCompanyCompaniesById(id: number, patchOperations: Array<PatchOperation>): Promise<Company>;
|
|
125
|
+
postCompanyCompaniesByIdMerge(id: number, merge: CompanyMerge): Promise<SuccessResponse>;
|
|
126
|
+
getCompanyCompaniesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
127
|
+
getCompanyCompaniesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
128
|
+
getCompanyCompaniesByParentIdCustomStatusNotes(parentId: number, params?: CommonParameters): Promise<Array<CompanyCustomNote>>;
|
|
129
|
+
postCompanyCompaniesByParentIdCustomStatusNotes(parentId: number, customNote: CompanyCustomNote): Promise<CompanyCustomNote>;
|
|
130
|
+
getCompanyCompaniesByParentIdCustomStatusNotesById(id: number, parentId: number, params?: CommonParameters): Promise<CompanyCustomNote>;
|
|
131
|
+
deleteCompanyCompaniesByParentIdCustomStatusNotesById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
132
|
+
putCompanyCompaniesByParentIdCustomStatusNotesById(id: number, parentId: number, customNote: CompanyCustomNote): Promise<CompanyCustomNote>;
|
|
133
|
+
patchCompanyCompaniesByParentIdCustomStatusNotesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<CompanyCustomNote>;
|
|
134
|
+
getCompanyCompaniesByParentIdCustomStatusNotesCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
135
|
+
getCompanyCompaniesByParentIdGroups(parentId: number, params?: CommonParameters): Promise<Array<CompanyGroup>>;
|
|
136
|
+
postCompanyCompaniesByParentIdGroups(parentId: number, companyGroup: CompanyGroup): Promise<CompanyGroup>;
|
|
137
|
+
getCompanyCompaniesByParentIdGroupsById(id: number, parentId: number, params?: CommonParameters): Promise<CompanyGroup>;
|
|
138
|
+
deleteCompanyCompaniesByParentIdGroupsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
139
|
+
putCompanyCompaniesByParentIdGroupsById(id: number, parentId: number, companyGroup: CompanyGroup): Promise<CompanyGroup>;
|
|
140
|
+
patchCompanyCompaniesByParentIdGroupsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<CompanyGroup>;
|
|
141
|
+
getCompanyCompaniesByParentIdGroupsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
142
|
+
getCompanyCompaniesByParentIdManagementReportNotifications(parentId: number, params?: CommonParameters): Promise<Array<ManagementReportNotification>>;
|
|
143
|
+
postCompanyCompaniesByParentIdManagementReportNotifications(parentId: number, managementReportNotification: ManagementReportNotification): Promise<ManagementReportNotification>;
|
|
144
|
+
getCompanyCompaniesByParentIdManagementReportNotificationsById(id: number, parentId: number, params?: CommonParameters): Promise<ManagementReportNotification>;
|
|
145
|
+
deleteCompanyCompaniesByParentIdManagementReportNotificationsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
146
|
+
putCompanyCompaniesByParentIdManagementReportNotificationsById(id: number, parentId: number, managementReportNotification: ManagementReportNotification): Promise<ManagementReportNotification>;
|
|
147
|
+
patchCompanyCompaniesByParentIdManagementReportNotificationsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ManagementReportNotification>;
|
|
148
|
+
getCompanyCompaniesByParentIdManagementReportNotificationsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
149
|
+
getCompanyCompaniesByParentIdManagementReportSetup(parentId: number, params?: CommonParameters): Promise<Array<ManagementReportSetup>>;
|
|
150
|
+
postCompanyCompaniesByParentIdManagementReportSetup(parentId: number, managementReportSetup: ManagementReportSetup): Promise<ManagementReportSetup>;
|
|
151
|
+
putCompanyCompaniesByParentIdManagementReportSetupById(id: number, parentId: number, managementReportSetup: ManagementReportSetup): Promise<ManagementReportSetup>;
|
|
152
|
+
patchCompanyCompaniesByParentIdManagementReportSetupById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ManagementReportSetup>;
|
|
153
|
+
getCompanyCompaniesByParentIdManagementSummaryReports(parentId: number, params?: CommonParameters): Promise<Array<CompanyManagementSummary>>;
|
|
154
|
+
postCompanyCompaniesByParentIdManagementSummaryReports(parentId: number, managementSummary: CompanyManagementSummary): Promise<CompanyManagementSummary>;
|
|
155
|
+
getCompanyCompaniesByParentIdManagementSummaryReportsById(id: number, parentId: number, params?: CommonParameters): Promise<CompanyManagementSummary>;
|
|
156
|
+
deleteCompanyCompaniesByParentIdManagementSummaryReportsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
157
|
+
putCompanyCompaniesByParentIdManagementSummaryReportsById(id: number, parentId: number, managementSummary: CompanyManagementSummary): Promise<CompanyManagementSummary>;
|
|
158
|
+
patchCompanyCompaniesByParentIdManagementSummaryReportsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<CompanyManagementSummary>;
|
|
159
|
+
getCompanyCompaniesByParentIdManagementSummaryReportsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
160
|
+
getCompanyCompaniesByParentIdNotes(parentId: number, params?: CommonParameters): Promise<Array<CompanyNote>>;
|
|
161
|
+
postCompanyCompaniesByParentIdNotes(parentId: number, companyNote: CompanyNote): Promise<CompanyNote>;
|
|
162
|
+
getCompanyCompaniesByParentIdNotesById(id: number, parentId: number, params?: CommonParameters): Promise<CompanyNote>;
|
|
163
|
+
deleteCompanyCompaniesByParentIdNotesById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
164
|
+
putCompanyCompaniesByParentIdNotesById(id: number, parentId: number, companyNote: CompanyNote): Promise<CompanyNote>;
|
|
165
|
+
patchCompanyCompaniesByParentIdNotesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<CompanyNote>;
|
|
166
|
+
getCompanyCompaniesByParentIdNotesCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
167
|
+
getCompanyCompaniesByParentIdSites(parentId: number, params?: CommonParameters): Promise<Array<CompanySite>>;
|
|
168
|
+
postCompanyCompaniesByParentIdSites(parentId: number, site: CompanySite): Promise<CompanySite>;
|
|
169
|
+
getCompanyCompaniesByParentIdSitesById(id: number, parentId: number, params?: CommonParameters): Promise<CompanySite>;
|
|
170
|
+
deleteCompanyCompaniesByParentIdSitesById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
171
|
+
putCompanyCompaniesByParentIdSitesById(id: number, parentId: number, site: CompanySite): Promise<CompanySite>;
|
|
172
|
+
patchCompanyCompaniesByParentIdSitesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<CompanySite>;
|
|
173
|
+
getCompanyCompaniesByParentIdSitesByIdUsages(id: number, parentId: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
174
|
+
getCompanyCompaniesByParentIdSitesByIdUsagesList(id: number, parentId: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
175
|
+
getCompanyCompaniesByParentIdSitesCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
176
|
+
getCompanyCompaniesByParentIdSurveysCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
177
|
+
getCompanyCompaniesByParentIdTeams(parentId: number, params?: CommonParameters): Promise<Array<CompanyTeam>>;
|
|
178
|
+
postCompanyCompaniesByParentIdTeams(parentId: number, companyTeam: CompanyTeam): Promise<CompanyTeam>;
|
|
179
|
+
getCompanyCompaniesByParentIdTeamsById(id: number, parentId: number, params?: CommonParameters): Promise<CompanyTeam>;
|
|
180
|
+
deleteCompanyCompaniesByParentIdTeamsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
181
|
+
putCompanyCompaniesByParentIdTeamsById(id: number, parentId: number, companyTeam: CompanyTeam): Promise<CompanyTeam>;
|
|
182
|
+
patchCompanyCompaniesByParentIdTeamsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<CompanyTeam>;
|
|
183
|
+
getCompanyCompaniesByParentIdTeamsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
184
|
+
getCompanyCompaniesByParentIdTracks(parentId: number, params?: CommonParameters): Promise<Array<ContactTrack>>;
|
|
185
|
+
postCompanyCompaniesByParentIdTracks(parentId: number, track: ContactTrack): Promise<ContactTrack>;
|
|
186
|
+
getCompanyCompaniesByParentIdTracksById(id: number, parentId: number, params?: CommonParameters): Promise<ContactTrack>;
|
|
187
|
+
deleteCompanyCompaniesByParentIdTracksById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
188
|
+
getCompanyCompaniesByParentIdTracksCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
189
|
+
getCompanyCompaniesByParentIdTypeAssociations(parentId: number, params?: CommonParameters): Promise<Array<CompanyCompanyTypeAssociationCompanyTypeAssociation>>;
|
|
190
|
+
postCompanyCompaniesByParentIdTypeAssociations(parentId: number, companyTypeAssociation: CompanyCompanyTypeAssociationCompanyTypeAssociation): Promise<CompanyCompanyTypeAssociationCompanyTypeAssociation>;
|
|
191
|
+
getCompanyCompaniesByParentIdTypeAssociationsById(id: number, parentId: number, params?: CommonParameters): Promise<CompanyCompanyTypeAssociationCompanyTypeAssociation>;
|
|
192
|
+
deleteCompanyCompaniesByParentIdTypeAssociationsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
193
|
+
putCompanyCompaniesByParentIdTypeAssociationsById(id: number, parentId: number, companyTypeAssociation: CompanyCompanyTypeAssociationCompanyTypeAssociation): Promise<CompanyCompanyTypeAssociationCompanyTypeAssociation>;
|
|
194
|
+
patchCompanyCompaniesByParentIdTypeAssociationsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<CompanyCompanyTypeAssociationCompanyTypeAssociation>;
|
|
195
|
+
getCompanyCompaniesByParentIdTypeAssociationsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
196
|
+
getCompanyCompaniesCount(params?: CommonParameters): Promise<Count>;
|
|
197
|
+
getCompanyCompaniesDefault(params?: CommonParameters): Promise<Company>;
|
|
198
|
+
getCompanyCompaniesInfoTypes(params?: CommonParameters): Promise<Array<CompanyTypeInfo>>;
|
|
199
|
+
getCompanyCompaniesInfoTypesById(id: number, params?: CommonParameters): Promise<CompanyTypeInfo>;
|
|
200
|
+
getCompanyCompaniesInfoTypesCount(params?: CommonParameters): Promise<Count>;
|
|
201
|
+
getCompanyCompaniesStatuses(params?: CommonParameters): Promise<Array<CompanyStatus>>;
|
|
202
|
+
postCompanyCompaniesStatuses(companyStatus: CompanyStatus): Promise<CompanyStatus>;
|
|
203
|
+
getCompanyCompaniesStatusesById(id: number, params?: CommonParameters): Promise<CompanyStatus>;
|
|
204
|
+
deleteCompanyCompaniesStatusesById(id: number): Promise<NoContentResponse>;
|
|
205
|
+
putCompanyCompaniesStatusesById(id: number, companyStatus: CompanyStatus): Promise<CompanyStatus>;
|
|
206
|
+
patchCompanyCompaniesStatusesById(id: number, patchOperations: Array<PatchOperation>): Promise<CompanyStatus>;
|
|
207
|
+
getCompanyCompaniesStatusesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
208
|
+
getCompanyCompaniesStatusesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
209
|
+
getCompanyCompaniesStatusesCount(params?: CommonParameters): Promise<Count>;
|
|
210
|
+
getCompanyCompaniesTypes(params?: CommonParameters): Promise<Array<CompanyType>>;
|
|
211
|
+
postCompanyCompaniesTypes(companyType: CompanyType): Promise<CompanyType>;
|
|
212
|
+
getCompanyCompaniesTypesById(id: number, params?: CommonParameters): Promise<CompanyType>;
|
|
213
|
+
deleteCompanyCompaniesTypesById(id: number): Promise<NoContentResponse>;
|
|
214
|
+
putCompanyCompaniesTypesById(id: number, companyType: CompanyType): Promise<CompanyType>;
|
|
215
|
+
patchCompanyCompaniesTypesById(id: number, patchOperations: Array<PatchOperation>): Promise<CompanyType>;
|
|
216
|
+
getCompanyCompaniesTypesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
217
|
+
getCompanyCompaniesTypesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
218
|
+
getCompanyCompaniesTypesCount(params?: CommonParameters): Promise<Count>;
|
|
219
|
+
putCompanyCompanyFinanceById(id: number, CompanyFinance: CompanyFinance): Promise<CompanyFinance>;
|
|
220
|
+
getCompanyCompanyPickerItems(params?: CommonParameters): Promise<Array<CompanyPickerItem>>;
|
|
221
|
+
postCompanyCompanyPickerItems(companyPickerItem: CompanyPickerItem): Promise<CompanyPickerItem>;
|
|
222
|
+
getCompanyCompanyPickerItemsById(id: number, params?: CommonParameters): Promise<CompanyPickerItem>;
|
|
223
|
+
deleteCompanyCompanyPickerItemsById(id: number): Promise<NoContentResponse>;
|
|
224
|
+
postCompanyCompanyPickerItemsClear(clearPickerRequest: ClearPickerRequest): Promise<NoContentResponse>;
|
|
225
|
+
getCompanyCompanyPickerItemsCount(params?: CommonParameters): Promise<Count>;
|
|
226
|
+
getCompanyCompanyTypeAssociations(params?: CommonParameters): Promise<Array<CompanyCompanyTypeAssociation>>;
|
|
227
|
+
postCompanyCompanyTypeAssociations(companyTypeAssociation: CompanyCompanyTypeAssociation): Promise<CompanyCompanyTypeAssociation>;
|
|
228
|
+
getCompanyCompanyTypeAssociationsById(id: number, params?: CommonParameters): Promise<CompanyCompanyTypeAssociation>;
|
|
229
|
+
deleteCompanyCompanyTypeAssociationsById(id: number): Promise<NoContentResponse>;
|
|
230
|
+
putCompanyCompanyTypeAssociationsById(id: number, companyTypeAssociation: CompanyCompanyTypeAssociation): Promise<CompanyCompanyTypeAssociation>;
|
|
231
|
+
patchCompanyCompanyTypeAssociationsById(id: number, patchOperations: Array<PatchOperation>): Promise<CompanyCompanyTypeAssociation>;
|
|
232
|
+
getCompanyCompanyTypeAssociationsCount(params?: CommonParameters): Promise<Count>;
|
|
233
|
+
getCompanyConfigurations(managedIdentifier: string, params?: CommonParameters): Promise<Array<CompanyConfiguration>>;
|
|
234
|
+
postCompanyConfigurations(configuration: CompanyConfiguration, params?: CommonParameters): Promise<CompanyConfiguration>;
|
|
235
|
+
getCompanyConfigurationsById(id: number, params?: CommonParameters): Promise<CompanyConfiguration>;
|
|
236
|
+
deleteCompanyConfigurationsById(id: number): Promise<NoContentResponse>;
|
|
237
|
+
putCompanyConfigurationsById(id: number, configuration: CompanyConfiguration, params?: CommonParameters): Promise<CompanyConfiguration>;
|
|
238
|
+
patchCompanyConfigurationsById(id: number, patchOperations: Array<PatchOperation>, params?: CommonParameters): Promise<CompanyConfiguration>;
|
|
239
|
+
patchCompanyConfigurationsByIdChangeType(id: number, patchOperations: Array<PatchOperation>): Promise<CompanyConfiguration>;
|
|
240
|
+
postCompanyConfigurationsBulk(companyConfigurations: Array<CompanyConfiguration>): Promise<CompanyConfiguration>;
|
|
241
|
+
deleteCompanyConfigurationsBulk(): Promise<BulkResult>;
|
|
242
|
+
putCompanyConfigurationsBulk(companyConfigurations: Array<CompanyConfiguration>): Promise<CompanyConfiguration>;
|
|
243
|
+
getCompanyConfigurationsCount(managedIdentifier: string, params?: CommonParameters): Promise<Count>;
|
|
244
|
+
getCompanyConfigurationsStatuses(params?: CommonParameters): Promise<Array<ConfigurationStatus>>;
|
|
245
|
+
postCompanyConfigurationsStatuses(configurationStatus: ConfigurationStatus): Promise<ConfigurationStatus>;
|
|
246
|
+
getCompanyConfigurationsStatusesById(id: number, params?: CommonParameters): Promise<ConfigurationStatus>;
|
|
247
|
+
deleteCompanyConfigurationsStatusesById(id: number): Promise<NoContentResponse>;
|
|
248
|
+
putCompanyConfigurationsStatusesById(id: number, configurationStatus: ConfigurationStatus): Promise<ConfigurationStatus>;
|
|
249
|
+
patchCompanyConfigurationsStatusesById(id: number, patchOperations: Array<PatchOperation>): Promise<ConfigurationStatus>;
|
|
250
|
+
getCompanyConfigurationsStatusesByIdInfo(id: number, params?: CommonParameters): Promise<ConfigurationStatusInfo>;
|
|
251
|
+
getCompanyConfigurationsStatusesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
252
|
+
getCompanyConfigurationsStatusesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
253
|
+
getCompanyConfigurationsStatusesCount(params?: CommonParameters): Promise<Count>;
|
|
254
|
+
getCompanyConfigurationsStatusesInfo(params?: CommonParameters): Promise<Array<ConfigurationStatusInfo>>;
|
|
255
|
+
getCompanyConfigurationsStatusesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
256
|
+
getCompanyConfigurationsTypes(params?: CommonParameters): Promise<Array<ConfigurationType>>;
|
|
257
|
+
postCompanyConfigurationsTypes(configurationType: ConfigurationType): Promise<ConfigurationType>;
|
|
258
|
+
getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValues(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Array<ConfigurationTypeQuestionValue>>;
|
|
259
|
+
postCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValues(parentId: number, grandparentId: number, configurationTypeQuestionValue: ConfigurationTypeQuestionValue): Promise<ConfigurationTypeQuestionValue>;
|
|
260
|
+
getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise<ConfigurationTypeQuestionValue>;
|
|
261
|
+
deleteCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById(id: number, parentId: number, grandparentId: number): Promise<NoContentResponse>;
|
|
262
|
+
putCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById(id: number, parentId: number, grandparentId: number, configurationTypeQuestionValue: ConfigurationTypeQuestionValue): Promise<ConfigurationTypeQuestionValue>;
|
|
263
|
+
patchCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById(id: number, parentId: number, grandparentId: number, patchOperations: Array<PatchOperation>): Promise<ConfigurationTypeQuestionValue>;
|
|
264
|
+
getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdUsages(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
265
|
+
getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdUsagesList(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
266
|
+
getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Count>;
|
|
267
|
+
getCompanyConfigurationsTypesById(id: number, params?: CommonParameters): Promise<ConfigurationType>;
|
|
268
|
+
deleteCompanyConfigurationsTypesById(id: number): Promise<NoContentResponse>;
|
|
269
|
+
putCompanyConfigurationsTypesById(id: number, configurationType: ConfigurationType): Promise<ConfigurationType>;
|
|
270
|
+
patchCompanyConfigurationsTypesById(id: number, patchOperations: Array<PatchOperation>): Promise<ConfigurationType>;
|
|
271
|
+
getCompanyConfigurationsTypesByIdInfo(id: number, params?: CommonParameters): Promise<ConfigurationTypeInfo>;
|
|
272
|
+
getCompanyConfigurationsTypesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
273
|
+
getCompanyConfigurationsTypesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
274
|
+
getCompanyConfigurationsTypesByParentIdQuestions(parentId: number, params?: CommonParameters): Promise<Array<ConfigurationTypeQuestion>>;
|
|
275
|
+
postCompanyConfigurationsTypesByParentIdQuestions(parentId: number, configurationTypeQuestion: ConfigurationTypeQuestion): Promise<ConfigurationTypeQuestion>;
|
|
276
|
+
getCompanyConfigurationsTypesByParentIdQuestionsById(id: number, parentId: number, params?: CommonParameters): Promise<ConfigurationTypeQuestion>;
|
|
277
|
+
deleteCompanyConfigurationsTypesByParentIdQuestionsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
278
|
+
putCompanyConfigurationsTypesByParentIdQuestionsById(id: number, parentId: number, configurationTypeQuestion: ConfigurationTypeQuestion): Promise<ConfigurationTypeQuestion>;
|
|
279
|
+
patchCompanyConfigurationsTypesByParentIdQuestionsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ConfigurationTypeQuestion>;
|
|
280
|
+
getCompanyConfigurationsTypesByParentIdQuestionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
281
|
+
getCompanyConfigurationsTypesCount(params?: CommonParameters): Promise<Count>;
|
|
282
|
+
getCompanyContacts(params?: CommonParameters): Promise<Array<Contact>>;
|
|
283
|
+
postCompanyContacts(contact: Contact): Promise<Contact>;
|
|
284
|
+
getCompanyContactsById(id: number, params?: CommonParameters): Promise<Contact>;
|
|
285
|
+
deleteCompanyContactsById(id: number, transferContactId: number): Promise<NoContentResponse>;
|
|
286
|
+
putCompanyContactsById(id: number, contact: Contact): Promise<Contact>;
|
|
287
|
+
patchCompanyContactsById(id: number, patchOperations: Array<PatchOperation>): Promise<Contact>;
|
|
288
|
+
getCompanyContactsByIdImage(id: number, useDefaultFlag: boolean, lastModified: string, params?: CommonParameters): Promise<OctetStreamResponse>;
|
|
289
|
+
getCompanyContactsByIdPortalSecurity(id: number, params?: CommonParameters): Promise<Array<PortalSecurity>>;
|
|
290
|
+
getCompanyContactsByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
291
|
+
getCompanyContactsByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
292
|
+
getCompanyContactsByParentIdCommunications(parentId: number, params?: CommonParameters): Promise<Array<ContactCommunication>>;
|
|
293
|
+
postCompanyContactsByParentIdCommunications(parentId: number, contactCommunication: ContactCommunication): Promise<ContactCommunication>;
|
|
294
|
+
getCompanyContactsByParentIdCommunicationsById(id: number, parentId: number, params?: CommonParameters): Promise<ContactCommunication>;
|
|
295
|
+
deleteCompanyContactsByParentIdCommunicationsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
296
|
+
putCompanyContactsByParentIdCommunicationsById(id: number, parentId: number, contactCommunication: ContactCommunication): Promise<ContactCommunication>;
|
|
297
|
+
patchCompanyContactsByParentIdCommunicationsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ContactCommunication>;
|
|
298
|
+
getCompanyContactsByParentIdCommunicationsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
299
|
+
getCompanyContactsByParentIdGroups(parentId: number, params?: CommonParameters): Promise<Array<ContactGroup>>;
|
|
300
|
+
postCompanyContactsByParentIdGroups(parentId: number, contactGroup: ContactGroup): Promise<ContactGroup>;
|
|
301
|
+
getCompanyContactsByParentIdGroupsById(id: number, parentId: number, params?: CommonParameters): Promise<ContactGroup>;
|
|
302
|
+
deleteCompanyContactsByParentIdGroupsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
303
|
+
putCompanyContactsByParentIdGroupsById(id: number, parentId: number, contactGroup: ContactGroup): Promise<ContactGroup>;
|
|
304
|
+
patchCompanyContactsByParentIdGroupsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ContactGroup>;
|
|
305
|
+
getCompanyContactsByParentIdGroupsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
306
|
+
getCompanyContactsByParentIdNotes(parentId: number, params?: CommonParameters): Promise<Array<ContactNote>>;
|
|
307
|
+
postCompanyContactsByParentIdNotes(parentId: number, contactNote: ContactNote): Promise<ContactNote>;
|
|
308
|
+
getCompanyContactsByParentIdNotesById(id: number, parentId: number, params?: CommonParameters): Promise<ContactNote>;
|
|
309
|
+
deleteCompanyContactsByParentIdNotesById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
310
|
+
putCompanyContactsByParentIdNotesById(id: number, parentId: number, contactNote: ContactNote): Promise<ContactNote>;
|
|
311
|
+
patchCompanyContactsByParentIdNotesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ContactNote>;
|
|
312
|
+
getCompanyContactsByParentIdNotesCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
313
|
+
getCompanyContactsByParentIdTracks(parentId: number, params?: CommonParameters): Promise<Array<ContactTrack>>;
|
|
314
|
+
postCompanyContactsByParentIdTracks(parentId: number, track: ContactTrack): Promise<ContactTrack>;
|
|
315
|
+
getCompanyContactsByParentIdTracksById(id: number, parentId: number, params?: CommonParameters): Promise<ContactTrack>;
|
|
316
|
+
deleteCompanyContactsByParentIdTracksById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
317
|
+
getCompanyContactsByParentIdTracksCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
318
|
+
getCompanyContactsByParentIdTypeAssociations(parentId: number, params?: CommonParameters): Promise<Array<ContactContactTypeAssociationContactTypeAssociation>>;
|
|
319
|
+
postCompanyContactsByParentIdTypeAssociations(parentId: number, contactTypeAssociation: ContactContactTypeAssociationContactTypeAssociation): Promise<ContactContactTypeAssociationContactTypeAssociation>;
|
|
320
|
+
getCompanyContactsByParentIdTypeAssociationsById(id: number, parentId: number, params?: CommonParameters): Promise<ContactContactTypeAssociationContactTypeAssociation>;
|
|
321
|
+
deleteCompanyContactsByParentIdTypeAssociationsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
322
|
+
putCompanyContactsByParentIdTypeAssociationsById(id: number, parentId: number, contactTypeAssociation: ContactContactTypeAssociationContactTypeAssociation): Promise<ContactContactTypeAssociationContactTypeAssociation>;
|
|
323
|
+
patchCompanyContactsByParentIdTypeAssociationsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ContactContactTypeAssociationContactTypeAssociation>;
|
|
324
|
+
getCompanyContactsByParentIdTypeAssociationsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
325
|
+
getCompanyContactsCount(params?: CommonParameters): Promise<Count>;
|
|
326
|
+
getCompanyContactsDefault(companyId: number, params?: CommonParameters): Promise<Contact>;
|
|
327
|
+
getCompanyContactsDepartments(params?: CommonParameters): Promise<Array<ContactDepartment>>;
|
|
328
|
+
postCompanyContactsDepartments(contactDepartment: ContactDepartment): Promise<ContactDepartment>;
|
|
329
|
+
getCompanyContactsDepartmentsById(id: number, params?: CommonParameters): Promise<ContactDepartment>;
|
|
330
|
+
deleteCompanyContactsDepartmentsById(id: number): Promise<NoContentResponse>;
|
|
331
|
+
putCompanyContactsDepartmentsById(id: number, contactDepartment: ContactDepartment): Promise<ContactDepartment>;
|
|
332
|
+
patchCompanyContactsDepartmentsById(id: number, patchOperations: Array<PatchOperation>): Promise<ContactDepartment>;
|
|
333
|
+
getCompanyContactsDepartmentsByIdInfo(id: number, params?: CommonParameters): Promise<ContactDepartmentInfo>;
|
|
334
|
+
getCompanyContactsDepartmentsByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
335
|
+
getCompanyContactsDepartmentsByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
336
|
+
getCompanyContactsDepartmentsCount(params?: CommonParameters): Promise<Count>;
|
|
337
|
+
getCompanyContactsDepartmentsInfo(params?: CommonParameters): Promise<Array<ContactDepartmentInfo>>;
|
|
338
|
+
getCompanyContactsDepartmentsInfoCount(params?: CommonParameters): Promise<Count>;
|
|
339
|
+
getCompanyContactsRelationships(params?: CommonParameters): Promise<Array<ContactRelationship>>;
|
|
340
|
+
postCompanyContactsRelationships(contactRelationship: ContactRelationship): Promise<ContactRelationship>;
|
|
341
|
+
getCompanyContactsRelationshipsById(id: number, params?: CommonParameters): Promise<ContactRelationship>;
|
|
342
|
+
deleteCompanyContactsRelationshipsById(id: number): Promise<NoContentResponse>;
|
|
343
|
+
putCompanyContactsRelationshipsById(id: number, contactRelationship: ContactRelationship): Promise<ContactRelationship>;
|
|
344
|
+
patchCompanyContactsRelationshipsById(id: number, patchOperations: Array<PatchOperation>): Promise<ContactRelationship>;
|
|
345
|
+
getCompanyContactsRelationshipsCount(params?: CommonParameters): Promise<Count>;
|
|
346
|
+
postCompanyContactsRequestPassword(request: RequestPasswordRequest): Promise<NoContentResponse>;
|
|
347
|
+
getCompanyContactsTypes(params?: CommonParameters): Promise<Array<ContactType>>;
|
|
348
|
+
postCompanyContactsTypes(contactType: ContactType): Promise<ContactType>;
|
|
349
|
+
getCompanyContactsTypesById(id: number, params?: CommonParameters): Promise<ContactType>;
|
|
350
|
+
deleteCompanyContactsTypesById(id: number): Promise<NoContentResponse>;
|
|
351
|
+
putCompanyContactsTypesById(id: number, contactType: ContactType): Promise<ContactType>;
|
|
352
|
+
patchCompanyContactsTypesById(id: number, patchOperations: Array<PatchOperation>): Promise<ContactType>;
|
|
353
|
+
getCompanyContactsTypesByIdInfo(id: number, params?: CommonParameters): Promise<ContactTypeInfo>;
|
|
354
|
+
getCompanyContactsTypesCount(params?: CommonParameters): Promise<Count>;
|
|
355
|
+
getCompanyContactsTypesCountInfo(params?: CommonParameters): Promise<Count>;
|
|
356
|
+
getCompanyContactsTypesInfo(params?: CommonParameters): Promise<Array<ContactTypeInfo>>;
|
|
357
|
+
postCompanyContactsValidatePortalCredentials(request: ValidatePortalRequest): Promise<ValidatePortalResponse>;
|
|
358
|
+
getCompanyContactTypeAssociations(params?: CommonParameters): Promise<Array<CompanyContactTypeAssociation>>;
|
|
359
|
+
postCompanyContactTypeAssociations(contactTypeAssociation: CompanyContactTypeAssociation): Promise<CompanyContactTypeAssociation>;
|
|
360
|
+
getCompanyContactTypeAssociationsById(id: number, params?: CommonParameters): Promise<CompanyContactTypeAssociation>;
|
|
361
|
+
deleteCompanyContactTypeAssociationsById(id: number): Promise<NoContentResponse>;
|
|
362
|
+
putCompanyContactTypeAssociationsById(id: number, contactTypeAssociation: CompanyContactTypeAssociation): Promise<CompanyContactTypeAssociation>;
|
|
363
|
+
patchCompanyContactTypeAssociationsById(id: number, patchOperations: Array<PatchOperation>): Promise<CompanyContactTypeAssociation>;
|
|
364
|
+
getCompanyContactTypeAssociationsCount(params?: CommonParameters): Promise<Count>;
|
|
365
|
+
getCompanyCountries(params?: CommonParameters): Promise<Array<Country>>;
|
|
366
|
+
postCompanyCountries(country: Country): Promise<Country>;
|
|
367
|
+
getCompanyCountriesById(id: number, params?: CommonParameters): Promise<Country>;
|
|
368
|
+
deleteCompanyCountriesById(id: number): Promise<NoContentResponse>;
|
|
369
|
+
putCompanyCountriesById(id: number, country: Country): Promise<Country>;
|
|
370
|
+
patchCompanyCountriesById(id: number, patchOperations: Array<PatchOperation>): Promise<Country>;
|
|
371
|
+
getCompanyCountriesByIdInfo(id: number, params?: CommonParameters): Promise<CountryInfo>;
|
|
372
|
+
getCompanyCountriesCount(params?: CommonParameters): Promise<Count>;
|
|
373
|
+
getCompanyCountriesInfo(params?: CommonParameters): Promise<Array<CountryInfo>>;
|
|
374
|
+
getCompanyCountriesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
375
|
+
getCompanyEntityTypes(params?: CommonParameters): Promise<Array<EntityType>>;
|
|
376
|
+
getCompanyEntityTypesById(id: number, params?: CommonParameters): Promise<EntityType>;
|
|
377
|
+
getCompanyEntitytypesByIdInfo(id: number, params?: CommonParameters): Promise<EntityTypeInfo>;
|
|
378
|
+
getCompanyEntityTypesCount(params?: CommonParameters): Promise<Count>;
|
|
379
|
+
getCompanyEntitytypesInfo(params?: CommonParameters): Promise<Array<EntityTypeInfo>>;
|
|
380
|
+
getCompanyEntityTypesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
381
|
+
getCompanyExpenseTypesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
382
|
+
getCompanyManagedDevicesIntegrations(params?: CommonParameters): Promise<Array<ManagedDevicesIntegration>>;
|
|
383
|
+
postCompanyManagedDevicesIntegrations(managedDevicesIntegration: ManagedDevicesIntegration): Promise<ManagedDevicesIntegration>;
|
|
384
|
+
getCompanyManagedDevicesIntegrationsById(id: number, params?: CommonParameters): Promise<ManagedDevicesIntegration>;
|
|
385
|
+
deleteCompanyManagedDevicesIntegrationsById(id: number): Promise<NoContentResponse>;
|
|
386
|
+
putCompanyManagedDevicesIntegrationsById(id: number, managedDevicesIntegration: ManagedDevicesIntegration): Promise<ManagedDevicesIntegration>;
|
|
387
|
+
patchCompanyManagedDevicesIntegrationsById(id: number, patchOperations: Array<PatchOperation>): Promise<ManagedDevicesIntegration>;
|
|
388
|
+
getCompanyManagedDevicesIntegrationsByIdInfo(id: number, params?: CommonParameters): Promise<ManagedDevicesIntegrationInfo>;
|
|
389
|
+
getCompanyManagedDevicesIntegrationsByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
390
|
+
getCompanyManagedDevicesIntegrationsByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
391
|
+
getCompanyManagedDevicesIntegrationsByParentIdCrossReferences(parentId: number, params?: CommonParameters): Promise<Array<ManagedDevicesIntegrationCrossReference>>;
|
|
392
|
+
postCompanyManagedDevicesIntegrationsByParentIdCrossReferences(parentId: number, crossReference: ManagedDevicesIntegrationCrossReference): Promise<ManagedDevicesIntegrationCrossReference>;
|
|
393
|
+
getCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById(id: number, parentId: number, params?: CommonParameters): Promise<ManagedDevicesIntegrationCrossReference>;
|
|
394
|
+
putCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById(id: number, parentId: number, crossReference: ManagedDevicesIntegrationCrossReference): Promise<ManagedDevicesIntegrationCrossReference>;
|
|
395
|
+
patchCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ManagedDevicesIntegrationCrossReference>;
|
|
396
|
+
deleteCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById(id: number, parentId: number): Promise<ManagedDevicesIntegrationCrossReference>;
|
|
397
|
+
getCompanyManagedDevicesIntegrationsByParentIdCrossReferencesCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
398
|
+
getCompanyManagedDevicesIntegrationsByParentIdLogins(parentId: number, params?: CommonParameters): Promise<Array<ManagedDevicesIntegrationLogin>>;
|
|
399
|
+
postCompanyManagedDevicesIntegrationsByParentIdLogins(parentId: number, login: ManagedDevicesIntegrationLogin): Promise<ManagedDevicesIntegrationLogin>;
|
|
400
|
+
getCompanyManagedDevicesIntegrationsByParentIdLoginsById(id: number, parentId: number, params?: CommonParameters): Promise<ManagedDevicesIntegrationLogin>;
|
|
401
|
+
putCompanyManagedDevicesIntegrationsByParentIdLoginsById(id: number, parentId: number, login: ManagedDevicesIntegrationLogin): Promise<ManagedDevicesIntegrationLogin>;
|
|
402
|
+
patchCompanyManagedDevicesIntegrationsByParentIdLoginsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ManagedDevicesIntegrationLogin>;
|
|
403
|
+
deleteCompanyManagedDevicesIntegrationsByParentIdLoginsById(id: number, parentId: number): Promise<ManagedDevicesIntegrationLogin>;
|
|
404
|
+
getCompanyManagedDevicesIntegrationsByParentIdLoginsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
405
|
+
getCompanyManagedDevicesIntegrationsByParentIdNotifications(parentId: number, params?: CommonParameters): Promise<Array<ManagedDevicesIntegrationNotification>>;
|
|
406
|
+
postCompanyManagedDevicesIntegrationsByParentIdNotifications(parentId: number, notification: ManagedDevicesIntegrationNotification): Promise<ManagedDevicesIntegrationNotification>;
|
|
407
|
+
getCompanyManagedDevicesIntegrationsByParentIdNotificationsById(id: number, parentId: number, params?: CommonParameters): Promise<ManagedDevicesIntegrationNotification>;
|
|
408
|
+
putCompanyManagedDevicesIntegrationsByParentIdNotificationsById(id: number, parentId: number, notification: ManagedDevicesIntegrationNotification): Promise<ManagedDevicesIntegrationNotification>;
|
|
409
|
+
patchCompanyManagedDevicesIntegrationsByParentIdNotificationsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ManagedDevicesIntegrationNotification>;
|
|
410
|
+
deleteCompanyManagedDevicesIntegrationsByParentIdNotificationsById(id: number, parentId: number): Promise<ManagedDevicesIntegrationNotification>;
|
|
411
|
+
getCompanyManagedDevicesIntegrationsByParentIdNotificationsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
412
|
+
getCompanyManagedDevicesIntegrationsCount(params?: CommonParameters): Promise<Count>;
|
|
413
|
+
getCompanyManagedDevicesIntegrationsInfo(params?: CommonParameters): Promise<Array<ManagedDevicesIntegrationInfo>>;
|
|
414
|
+
getCompanyManagedDevicesIntegrationsInfoCount(params?: CommonParameters): Promise<Count>;
|
|
415
|
+
getCompanyManagement(params?: CommonParameters): Promise<Array<Management>>;
|
|
416
|
+
getCompanyManagementById(id: number, params?: CommonParameters): Promise<Management>;
|
|
417
|
+
putCompanyManagementById(id: number, management: Management): Promise<Management>;
|
|
418
|
+
patchCompanyManagementById(id: number, patchOperations: Array<PatchOperation>): Promise<Management>;
|
|
419
|
+
postCompanyManagementByIdExecuteManagedItSync(id: number): Promise<SuccessResponse>;
|
|
420
|
+
getCompanyManagementByIdLogDownload(id: number, filePath: string, params?: CommonParameters): Promise<OctetStreamResponse>;
|
|
421
|
+
getCompanyManagementByIdLogs(id: number, params?: CommonParameters): Promise<Array<ManagementLogDocumentInfo>>;
|
|
422
|
+
getCompanyManagementByParentIdManagementReportNotifications(parentId: number, params?: CommonParameters): Promise<Array<ManagementReportNotification>>;
|
|
423
|
+
postCompanyManagementByParentIdManagementReportNotifications(parentId: number, managementReportNotification: ManagementReportNotification): Promise<ManagementReportNotification>;
|
|
424
|
+
getCompanyManagementByParentIdManagementReportNotificationsById(id: number, parentId: number, params?: CommonParameters): Promise<ManagementReportNotification>;
|
|
425
|
+
deleteCompanyManagementByParentIdManagementReportNotificationsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
426
|
+
putCompanyManagementByParentIdManagementReportNotificationsById(id: number, parentId: number, managementReportNotification: ManagementReportNotification): Promise<ManagementReportNotification>;
|
|
427
|
+
patchCompanyManagementByParentIdManagementReportNotificationsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ManagementReportNotification>;
|
|
428
|
+
getCompanyManagementByParentIdManagementReportNotificationsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
429
|
+
getCompanyManagementCount(params?: CommonParameters): Promise<Count>;
|
|
430
|
+
getCompanyManagementBackups(params?: CommonParameters): Promise<Array<ManagementBackup>>;
|
|
431
|
+
postCompanyManagementBackups(managementBackup: ManagementBackup): Promise<ManagementBackup>;
|
|
432
|
+
getCompanyManagementBackupsById(id: number, params?: CommonParameters): Promise<ManagementBackup>;
|
|
433
|
+
deleteCompanyManagementBackupsById(id: number): Promise<NoContentResponse>;
|
|
434
|
+
putCompanyManagementBackupsById(id: number, managementBackup: ManagementBackup): Promise<ManagementBackup>;
|
|
435
|
+
patchCompanyManagementBackupsById(id: number, patchOperations: Array<PatchOperation>): Promise<ManagementBackup>;
|
|
436
|
+
getCompanyManagementBackupsCount(params?: CommonParameters): Promise<Count>;
|
|
437
|
+
getCompanyManagementItSolutions(params?: CommonParameters): Promise<Array<ManagementItSolution>>;
|
|
438
|
+
postCompanyManagementItSolutions(managementItSolution: ManagementItSolution): Promise<ManagementItSolution>;
|
|
439
|
+
getCompanyManagementItSolutionsById(id: number, params?: CommonParameters): Promise<ManagementItSolution>;
|
|
440
|
+
deleteCompanyManagementItSolutionsById(id: number): Promise<NoContentResponse>;
|
|
441
|
+
putCompanyManagementItSolutionsById(id: number, managementItSolution: ManagementItSolution): Promise<ManagementItSolution>;
|
|
442
|
+
patchCompanyManagementItSolutionsById(id: number, patchOperations: Array<PatchOperation>): Promise<ManagementItSolution>;
|
|
443
|
+
getCompanyManagementItSolutionsByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
444
|
+
getCompanyManagementItSolutionsByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
445
|
+
getCompanyManagementItSolutionsByParentIdManagementProducts(parentId: number, params?: CommonParameters): Promise<Array<ManagementItSolutionAgreementInterfaceParameter>>;
|
|
446
|
+
postCompanyManagementItSolutionsByParentIdManagementProducts(parentId: number, managementProduct: ManagementItSolutionAgreementInterfaceParameter): Promise<ManagementItSolutionAgreementInterfaceParameter>;
|
|
447
|
+
getCompanyManagementItSolutionsByParentIdManagementProductsById(id: number, parentId: number, params?: CommonParameters): Promise<ManagementItSolutionAgreementInterfaceParameter>;
|
|
448
|
+
putCompanyManagementItSolutionsByParentIdManagementProductsById(id: number, parentId: number, managementProduct: ManagementItSolutionAgreementInterfaceParameter): Promise<ManagementItSolutionAgreementInterfaceParameter>;
|
|
449
|
+
patchCompanyManagementItSolutionsByParentIdManagementProductsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ManagementItSolutionAgreementInterfaceParameter>;
|
|
450
|
+
deleteCompanyManagementItSolutionsByParentIdManagementProductsById(id: number, parentId: number): Promise<ManagementItSolutionAgreementInterfaceParameter>;
|
|
451
|
+
getCompanyManagementItSolutionsByParentIdManagementProductsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
452
|
+
getCompanyManagementItSolutionsCount(params?: CommonParameters): Promise<Count>;
|
|
453
|
+
getCompanyMarketDescriptions(params?: CommonParameters): Promise<Array<MarketDescription>>;
|
|
454
|
+
postCompanyMarketDescriptions(marketDescription: MarketDescription): Promise<MarketDescription>;
|
|
455
|
+
getCompanyMarketDescriptionsById(id: number, params?: CommonParameters): Promise<MarketDescription>;
|
|
456
|
+
deleteCompanyMarketDescriptionsById(id: number): Promise<NoContentResponse>;
|
|
457
|
+
putCompanyMarketDescriptionsById(id: number, marketDescription: MarketDescription): Promise<MarketDescription>;
|
|
458
|
+
patchCompanyMarketDescriptionsById(id: number, patchOperations: Array<PatchOperation>): Promise<MarketDescription>;
|
|
459
|
+
getCompanyMarketDescriptionsByIdInfo(id: number, params?: CommonParameters): Promise<MarketDescriptionInfo>;
|
|
460
|
+
getCompanyMarketDescriptionsByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
461
|
+
getCompanyMarketDescriptionsByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
462
|
+
getCompanyMarketDescriptionsCount(params?: CommonParameters): Promise<Count>;
|
|
463
|
+
getCompanyMarketDescriptionsInfo(params?: CommonParameters): Promise<Array<MarketDescriptionInfo>>;
|
|
464
|
+
getCompanyMarketDescriptionsInfoCount(params?: CommonParameters): Promise<Count>;
|
|
465
|
+
getCompanyNoteTypes(params?: CommonParameters): Promise<Array<CompanyNoteType>>;
|
|
466
|
+
postCompanyNoteTypes(noteType: CompanyNoteType): Promise<CompanyNoteType>;
|
|
467
|
+
getCompanyNoteTypesById(id: number, params?: CommonParameters): Promise<CompanyNoteType>;
|
|
468
|
+
deleteCompanyNoteTypesById(id: number): Promise<NoContentResponse>;
|
|
469
|
+
putCompanyNoteTypesById(id: number, noteType: CompanyNoteType): Promise<CompanyNoteType>;
|
|
470
|
+
patchCompanyNoteTypesById(id: number, patchOperations: Array<PatchOperation>): Promise<CompanyNoteType>;
|
|
471
|
+
getCompanyNoteTypesByIdInfo(id: number, params?: CommonParameters): Promise<CompanyNoteTypeInfo>;
|
|
472
|
+
getCompanyNoteTypesCount(params?: CommonParameters): Promise<Count>;
|
|
473
|
+
getCompanyNoteTypesCountInfo(params?: CommonParameters): Promise<Count>;
|
|
474
|
+
getCompanyNoteTypesInfo(params?: CommonParameters): Promise<Array<CompanyNoteTypeInfo>>;
|
|
475
|
+
getCompanyOwnershipTypes(params?: CommonParameters): Promise<Array<OwnershipType>>;
|
|
476
|
+
postCompanyOwnershipTypes(ownershipType: OwnershipType): Promise<OwnershipType>;
|
|
477
|
+
getCompanyOwnershipTypesById(id: number, params?: CommonParameters): Promise<OwnershipType>;
|
|
478
|
+
deleteCompanyOwnershipTypesById(id: number): Promise<NoContentResponse>;
|
|
479
|
+
putCompanyOwnershipTypesById(id: number, ownershipType: OwnershipType): Promise<OwnershipType>;
|
|
480
|
+
patchCompanyOwnershipTypesById(id: number, patchOperations: Array<PatchOperation>): Promise<OwnershipType>;
|
|
481
|
+
getCompanyOwnershipTypesByIdInfo(id: number, params?: CommonParameters): Promise<OwnershipTypeInfo>;
|
|
482
|
+
getCompanyOwnershipTypesCount(params?: CommonParameters): Promise<Count>;
|
|
483
|
+
getCompanyOwnershipTypesInfo(params?: CommonParameters): Promise<Array<OwnershipTypeInfo>>;
|
|
484
|
+
getCompanyOwnershipTypesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
485
|
+
getCompanyPaymentTypesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
486
|
+
getCompanyPortalConfigurations(params?: CommonParameters): Promise<Array<PortalConfiguration>>;
|
|
487
|
+
postCompanyPortalConfigurations(portalConfiguration: PortalConfiguration): Promise<PortalConfiguration>;
|
|
488
|
+
getCompanyPortalConfigurationsById(id: number, params?: CommonParameters): Promise<PortalConfiguration>;
|
|
489
|
+
deleteCompanyPortalConfigurationsById(id: number): Promise<NoContentResponse>;
|
|
490
|
+
putCompanyPortalConfigurationsById(id: number, portalConfiguration: PortalConfiguration): Promise<PortalConfiguration>;
|
|
491
|
+
patchCompanyPortalConfigurationsById(id: number, patchOperations: Array<PatchOperation>): Promise<PortalConfiguration>;
|
|
492
|
+
getCompanyPortalConfigurationsByParentIdInvoiceSetups(parentId: number, params?: CommonParameters): Promise<Array<PortalConfigurationInvoiceSetup>>;
|
|
493
|
+
getCompanyPortalConfigurationsByParentIdInvoiceSetupsById(id: number, parentId: number, params?: CommonParameters): Promise<PortalConfigurationInvoiceSetup>;
|
|
494
|
+
putCompanyPortalConfigurationsByParentIdInvoiceSetupsById(id: number, parentId: number, portalConfigurationInvoiceSetup: PortalConfigurationInvoiceSetup): Promise<PortalConfigurationInvoiceSetup>;
|
|
495
|
+
patchCompanyPortalConfigurationsByParentIdInvoiceSetupsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<PortalConfigurationInvoiceSetup>;
|
|
496
|
+
postCompanyPortalConfigurationsByParentIdInvoiceSetupsByIdTestTransaction(id: number, parentId: number, portalConfigurationInvoiceSetup: PortalConfigurationInvoiceSetup): Promise<SuccessResponse>;
|
|
497
|
+
getCompanyPortalConfigurationsByParentIdInvoiceSetupsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
498
|
+
getCompanyPortalConfigurationsByParentIdOpportunitySetups(parentId: number, params?: CommonParameters): Promise<Array<PortalConfigurationOpportunitySetup>>;
|
|
499
|
+
putCompanyPortalConfigurationsByParentIdOpportunitySetups(parentId: number, opportunitySetup: PortalConfigurationOpportunitySetup): Promise<PortalConfigurationOpportunitySetup>;
|
|
500
|
+
patchCompanyPortalConfigurationsByParentIdOpportunitySetups(parentId: number, patchOperations: Array<PatchOperation>): Promise<PortalConfigurationOpportunitySetup>;
|
|
501
|
+
getCompanyPortalConfigurationsByParentIdOpportunitySetupsById(id: number, parentId: number, params?: CommonParameters): Promise<PortalConfigurationOpportunitySetup>;
|
|
502
|
+
putCompanyPortalConfigurationsByParentIdOpportunitySetupsById(id: number, parentId: number, opportunitySetup: PortalConfigurationOpportunitySetup): Promise<PortalConfigurationOpportunitySetup>;
|
|
503
|
+
patchCompanyPortalConfigurationsByParentIdOpportunitySetupsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<PortalConfigurationOpportunitySetup>;
|
|
504
|
+
getCompanyPortalConfigurationsByParentIdPasswordEmailSetups(parentId: number, params?: CommonParameters): Promise<Array<PortalConfigurationPasswordEmailSetup>>;
|
|
505
|
+
getCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById(id: number, parentId: number, params?: CommonParameters): Promise<PortalConfigurationPasswordEmailSetup>;
|
|
506
|
+
putCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById(id: number, parentId: number, passwordEmailSetup: PortalConfigurationPasswordEmailSetup): Promise<PortalConfigurationPasswordEmailSetup>;
|
|
507
|
+
patchCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<PortalConfigurationPasswordEmailSetup>;
|
|
508
|
+
getCompanyPortalConfigurationsByParentIdProjectSetups(parentId: number, params?: CommonParameters): Promise<Array<PortalConfigurationProjectSetup>>;
|
|
509
|
+
getCompanyPortalConfigurationsByParentIdProjectSetupsById(id: number, parentId: number, params?: CommonParameters): Promise<PortalConfigurationProjectSetup>;
|
|
510
|
+
putCompanyPortalConfigurationsByParentIdProjectSetupsById(id: number, parentId: number, portalConfigurationProjectSetup: PortalConfigurationProjectSetup): Promise<PortalConfigurationProjectSetup>;
|
|
511
|
+
patchCompanyPortalConfigurationsByParentIdProjectSetupsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<PortalConfigurationProjectSetup>;
|
|
512
|
+
getCompanyPortalConfigurationsByParentIdProjectSetupsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
513
|
+
getCompanyPortalConfigurationsByParentIdServiceSetups(parentId: number, params?: CommonParameters): Promise<Array<PortalConfigurationServiceSetup>>;
|
|
514
|
+
getCompanyPortalConfigurationsByParentIdServiceSetupsById(id: number, parentId: number, params?: CommonParameters): Promise<PortalConfigurationServiceSetup>;
|
|
515
|
+
putCompanyPortalConfigurationsByParentIdServiceSetupsById(id: number, parentId: number, portalConfigurationServiceSetup: PortalConfigurationServiceSetup): Promise<PortalConfigurationServiceSetup>;
|
|
516
|
+
patchCompanyPortalConfigurationsByParentIdServiceSetupsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<PortalConfigurationServiceSetup>;
|
|
517
|
+
getCompanyPortalConfigurationsByParentIdServiceSetupsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
518
|
+
postCompanyPortalConfigurationsCopy(copy: PortalConfiguration): Promise<PortalConfiguration>;
|
|
519
|
+
getCompanyPortalConfigurationsCount(params?: CommonParameters): Promise<Count>;
|
|
520
|
+
getCompanyPortalConfigurationsInvoiceSetupPaymentProcessors(params?: CommonParameters): Promise<Array<PortalConfigurationPaymentProcessor>>;
|
|
521
|
+
getCompanyPortalConfigurationsInvoiceSetupPaymentProcessorsById(id: number, params?: CommonParameters): Promise<PortalConfigurationPaymentProcessor>;
|
|
522
|
+
getCompanyPortalConfigurationsInvoiceSetupPaymentProcessorsCount(params?: CommonParameters): Promise<Count>;
|
|
523
|
+
getCompanyPortalSecurityLevels(params?: CommonParameters): Promise<Array<PortalSecurityLevel>>;
|
|
524
|
+
getCompanyPortalSecurityLevelsById(id: number, params?: CommonParameters): Promise<PortalSecurityLevel>;
|
|
525
|
+
putCompanyPortalSecurityLevelsById(id: number, _portalSecurityLevel: PortalSecurityLevel): Promise<PortalSecurityLevel>;
|
|
526
|
+
patchCompanyPortalSecurityLevelsById(id: number, patchOperations: Array<PatchOperation>): Promise<PortalSecurityLevel>;
|
|
527
|
+
getCompanyPortalSecurityLevelsCount(params?: CommonParameters): Promise<Count>;
|
|
528
|
+
getCompanyPortalSecuritySettings(params?: CommonParameters): Promise<Array<PortalSecuritySetting>>;
|
|
529
|
+
getCompanyPortalSecuritySettingsById(id: number, params?: CommonParameters): Promise<PortalSecuritySetting>;
|
|
530
|
+
putCompanyPortalSecuritySettingsById(id: number, portalSecurity: PortalSecuritySetting): Promise<PortalSecuritySetting>;
|
|
531
|
+
patchCompanyPortalSecuritySettingsById(id: number, patchOperations: Array<PatchOperation>): Promise<PortalSecuritySetting>;
|
|
532
|
+
getCompanyPortalSecuritySettingsCount(params?: CommonParameters): Promise<Count>;
|
|
533
|
+
getCompanyStates(params?: CommonParameters): Promise<Array<State>>;
|
|
534
|
+
postCompanyStates(state: State): Promise<State>;
|
|
535
|
+
getCompanyStatesById(id: number, params?: CommonParameters): Promise<State>;
|
|
536
|
+
putCompanyStatesById(id: number, state: State): Promise<State>;
|
|
537
|
+
patchCompanyStatesById(id: number, patchOperations: Array<PatchOperation>): Promise<State>;
|
|
538
|
+
deleteCompanyStatesById(id: number): Promise<NoContentResponse>;
|
|
539
|
+
getCompanyStatesByIdInfo(id: number, params?: CommonParameters): Promise<StateInfo>;
|
|
540
|
+
getCompanyStatesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
541
|
+
getCompanyStatesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
542
|
+
getCompanyStatesCount(params?: CommonParameters): Promise<Count>;
|
|
543
|
+
getCompanyStatesInfo(params?: CommonParameters): Promise<Array<StateInfo>>;
|
|
544
|
+
getCompanyStatesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
545
|
+
getCompanyTeamRoles(params?: CommonParameters): Promise<Array<TeamRole>>;
|
|
546
|
+
postCompanyTeamRoles(teamRole: TeamRole): Promise<TeamRole>;
|
|
547
|
+
getCompanyTeamRolesById(id: number, params?: CommonParameters): Promise<TeamRole>;
|
|
548
|
+
deleteCompanyTeamRolesById(id: number): Promise<NoContentResponse>;
|
|
549
|
+
putCompanyTeamRolesById(id: number, teamRole: TeamRole): Promise<TeamRole>;
|
|
550
|
+
patchCompanyTeamRolesById(id: number, patchOperations: Array<PatchOperation>): Promise<TeamRole>;
|
|
551
|
+
getCompanyTeamRolesByIdInfo(id: number, params?: CommonParameters): Promise<TeamRoleInfo>;
|
|
552
|
+
getCompanyTeamRolesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
553
|
+
getCompanyTeamRolesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
554
|
+
getCompanyTeamRolesCount(params?: CommonParameters): Promise<Count>;
|
|
555
|
+
getCompanyTeamRolesInfo(params?: CommonParameters): Promise<Array<TeamRoleInfo>>;
|
|
556
|
+
getCompanyTeamRolesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
557
|
+
getCompanyTracks(params?: CommonParameters): Promise<Array<Track>>;
|
|
558
|
+
postCompanyTracks(track: Track): Promise<Track>;
|
|
559
|
+
getCompanyTracksById(id: number, params?: CommonParameters): Promise<Track>;
|
|
560
|
+
deleteCompanyTracksById(id: number): Promise<NoContentResponse>;
|
|
561
|
+
putCompanyTracksById(id: number, track: Track): Promise<Track>;
|
|
562
|
+
patchCompanyTracksById(id: number, patchOperations: Array<PatchOperation>): Promise<Track>;
|
|
563
|
+
getCompanyTracksByParentIdActions(parentId: number, params?: CommonParameters): Promise<Array<TrackAction>>;
|
|
564
|
+
postCompanyTracksByParentIdActions(parentId: number, trackAction: TrackAction): Promise<TrackAction>;
|
|
565
|
+
getCompanyTracksByParentIdActionsById(id: number, parentId: number, params?: CommonParameters): Promise<TrackAction>;
|
|
566
|
+
putCompanyTracksByParentIdActionsById(id: number, parentId: number, trackAction: TrackAction): Promise<TrackAction>;
|
|
567
|
+
patchCompanyTracksByParentIdActionsById(id: number, parentId: number): Promise<TrackAction>;
|
|
568
|
+
deleteCompanyTracksByParentIdActionsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
569
|
+
getCompanyTracksByParentIdActionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
570
|
+
getCompanyTracksCount(params?: CommonParameters): Promise<Count>;
|
|
571
|
+
}
|
|
572
|
+
export {};
|
|
573
|
+
//# sourceMappingURL=CompanyAPI.d.ts.map
|