connectwise-rest 1.0.0 → 1.0.1
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 +23 -26
- package/README.md +62 -12
- package/api-extractor.json +364 -364
- package/dist/Automate/AVTemplatePoliciesAPI.d.ts +10 -1
- package/dist/Automate/AVTemplatePoliciesAPI.d.ts.map +1 -1
- package/dist/Automate/AVTemplatePoliciesAPI.js +6 -1
- package/dist/Automate/AVTemplatePoliciesAPI.js.map +1 -1
- package/dist/Automate/ClientsAPI.d.ts +11 -1
- package/dist/Automate/ClientsAPI.d.ts.map +1 -1
- package/dist/Automate/ClientsAPI.js +6 -1
- package/dist/Automate/ClientsAPI.js.map +1 -1
- package/dist/Automate/CommandsAPI.d.ts +6 -1
- package/dist/Automate/CommandsAPI.d.ts.map +1 -1
- package/dist/Automate/CommandsAPI.js +6 -1
- package/dist/Automate/CommandsAPI.js.map +1 -1
- package/dist/Automate/ComputersAPI.d.ts +38 -1
- package/dist/Automate/ComputersAPI.d.ts.map +1 -1
- package/dist/Automate/ComputersAPI.js +6 -1
- package/dist/Automate/ComputersAPI.js.map +1 -1
- package/dist/Automate/ContactsAPI.d.ts +7 -1
- package/dist/Automate/ContactsAPI.d.ts.map +1 -1
- package/dist/Automate/ContactsAPI.js +6 -1
- package/dist/Automate/ContactsAPI.js.map +1 -1
- package/dist/Automate/DataViewsAPI.d.ts +7 -1
- package/dist/Automate/DataViewsAPI.d.ts.map +1 -1
- package/dist/Automate/DataViewsAPI.js +6 -1
- package/dist/Automate/DataViewsAPI.js.map +1 -1
- package/dist/Automate/DrivesAPI.d.ts +7 -1
- package/dist/Automate/DrivesAPI.d.ts.map +1 -1
- package/dist/Automate/DrivesAPI.js +6 -1
- package/dist/Automate/DrivesAPI.js.map +1 -1
- package/dist/Automate/EventLogsAPI.d.ts +6 -1
- package/dist/Automate/EventLogsAPI.d.ts.map +1 -1
- package/dist/Automate/EventLogsAPI.js +6 -1
- package/dist/Automate/EventLogsAPI.js.map +1 -1
- package/dist/Automate/LocationsAPI.d.ts +16 -1
- package/dist/Automate/LocationsAPI.d.ts.map +1 -1
- package/dist/Automate/LocationsAPI.js +6 -1
- package/dist/Automate/LocationsAPI.js.map +1 -1
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts +6 -1
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts.map +1 -1
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.js +6 -1
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.js.map +1 -1
- package/dist/Automate/MonitorsAPI.d.ts +7 -1
- package/dist/Automate/MonitorsAPI.d.ts.map +1 -1
- package/dist/Automate/MonitorsAPI.js +6 -1
- package/dist/Automate/MonitorsAPI.js.map +1 -1
- package/dist/Automate/NetworkDevicesAPI.d.ts +7 -1
- package/dist/Automate/NetworkDevicesAPI.d.ts.map +1 -1
- package/dist/Automate/NetworkDevicesAPI.js +6 -1
- package/dist/Automate/NetworkDevicesAPI.js.map +1 -1
- package/dist/Automate/PatchingAPI.d.ts +7 -1
- package/dist/Automate/PatchingAPI.d.ts.map +1 -1
- package/dist/Automate/PatchingAPI.js +6 -1
- package/dist/Automate/PatchingAPI.js.map +1 -1
- package/dist/Automate/RemoteAgentAPI.d.ts +7 -1
- package/dist/Automate/RemoteAgentAPI.d.ts.map +1 -1
- package/dist/Automate/RemoteAgentAPI.js +6 -1
- package/dist/Automate/RemoteAgentAPI.js.map +1 -1
- package/dist/Automate/ScriptingAPI.d.ts +10 -1
- package/dist/Automate/ScriptingAPI.d.ts.map +1 -1
- package/dist/Automate/ScriptingAPI.js +6 -1
- package/dist/Automate/ScriptingAPI.js.map +1 -1
- package/dist/Automate/SearchesAPI.d.ts +7 -1
- package/dist/Automate/SearchesAPI.d.ts.map +1 -1
- package/dist/Automate/SearchesAPI.js +6 -1
- package/dist/Automate/SearchesAPI.js.map +1 -1
- package/dist/Automate/SystemAPI.d.ts +28 -3
- package/dist/Automate/SystemAPI.d.ts.map +1 -1
- package/dist/Automate/SystemAPI.js +8 -3
- package/dist/Automate/SystemAPI.js.map +1 -1
- package/dist/Automate/TicketsAPI.d.ts +5 -1
- package/dist/Automate/TicketsAPI.d.ts.map +1 -1
- package/dist/Automate/TicketsAPI.js +6 -1
- package/dist/Automate/TicketsAPI.js.map +1 -1
- package/dist/Automate/UserProfilesAPI.d.ts +6 -1
- package/dist/Automate/UserProfilesAPI.d.ts.map +1 -1
- package/dist/Automate/UserProfilesAPI.js +6 -1
- package/dist/Automate/UserProfilesAPI.js.map +1 -1
- package/dist/Automate.d.ts +0 -5
- package/dist/Automate.d.ts.map +1 -1
- package/dist/Automate.js +0 -3
- package/dist/Automate.js.map +1 -1
- package/dist/AutomateAPI.d.ts +55 -22
- package/dist/AutomateAPI.d.ts.map +1 -1
- package/dist/AutomateAPI.js +46 -39
- package/dist/AutomateAPI.js.map +1 -1
- package/dist/BaseAPI.d.ts +13 -0
- package/dist/BaseAPI.d.ts.map +1 -1
- package/dist/BaseAPI.js +64 -1
- package/dist/BaseAPI.js.map +1 -1
- package/dist/Manage/CompanyAPI.d.ts +90 -1
- package/dist/Manage/CompanyAPI.d.ts.map +1 -1
- package/dist/Manage/CompanyAPI.js +6 -1
- package/dist/Manage/CompanyAPI.js.map +1 -1
- package/dist/Manage/ConfigurationsAPI.d.ts +9 -1
- package/dist/Manage/ConfigurationsAPI.d.ts.map +1 -1
- package/dist/Manage/ConfigurationsAPI.js +6 -1
- package/dist/Manage/ConfigurationsAPI.js.map +1 -1
- package/dist/Manage/ExpenseAPI.d.ts +18 -1
- package/dist/Manage/ExpenseAPI.d.ts.map +1 -1
- package/dist/Manage/ExpenseAPI.js +6 -1
- package/dist/Manage/ExpenseAPI.js.map +1 -1
- package/dist/Manage/FinanceAPI.d.ts +79 -1
- package/dist/Manage/FinanceAPI.d.ts.map +1 -1
- package/dist/Manage/FinanceAPI.js +6 -1
- package/dist/Manage/FinanceAPI.js.map +1 -1
- package/dist/Manage/MarketingAPI.d.ts +23 -1
- package/dist/Manage/MarketingAPI.d.ts.map +1 -1
- package/dist/Manage/MarketingAPI.js +6 -1
- package/dist/Manage/MarketingAPI.js.map +1 -1
- package/dist/Manage/ProcurementAPI.d.ts +63 -1
- package/dist/Manage/ProcurementAPI.d.ts.map +1 -1
- package/dist/Manage/ProcurementAPI.js +6 -1
- package/dist/Manage/ProcurementAPI.js.map +1 -1
- package/dist/Manage/ProjectAPI.d.ts +37 -1
- package/dist/Manage/ProjectAPI.d.ts.map +1 -1
- package/dist/Manage/ProjectAPI.js +6 -1
- package/dist/Manage/ProjectAPI.js.map +1 -1
- package/dist/Manage/SalesAPI.d.ts +46 -1
- package/dist/Manage/SalesAPI.d.ts.map +1 -1
- package/dist/Manage/SalesAPI.js +6 -1
- package/dist/Manage/SalesAPI.js.map +1 -1
- package/dist/Manage/ScheduleAPI.d.ts +22 -1
- package/dist/Manage/ScheduleAPI.d.ts.map +1 -1
- package/dist/Manage/ScheduleAPI.js +6 -1
- package/dist/Manage/ScheduleAPI.js.map +1 -1
- package/dist/Manage/ServiceAPI.d.ts +75 -1
- package/dist/Manage/ServiceAPI.d.ts.map +1 -1
- package/dist/Manage/ServiceAPI.js +6 -1
- package/dist/Manage/ServiceAPI.js.map +1 -1
- package/dist/Manage/SystemAPI.d.ts +146 -1
- package/dist/Manage/SystemAPI.d.ts.map +1 -1
- package/dist/Manage/SystemAPI.js +6 -1
- package/dist/Manage/SystemAPI.js.map +1 -1
- package/dist/Manage/TimeAPI.d.ts +30 -1
- package/dist/Manage/TimeAPI.d.ts.map +1 -1
- package/dist/Manage/TimeAPI.js +6 -1
- package/dist/Manage/TimeAPI.js.map +1 -1
- package/dist/Manage.d.ts +5 -0
- package/dist/Manage.d.ts.map +1 -1
- package/dist/Manage.js +10 -0
- package/dist/Manage.js.map +1 -1
- package/dist/ManageAPI.d.ts +51 -15
- package/dist/ManageAPI.d.ts.map +1 -1
- package/dist/ManageAPI.js +27 -24
- package/dist/ManageAPI.js.map +1 -1
- package/dist/connectwise-rest.d.ts +108638 -0
- package/dist/index.d.ts +6 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/tsdoc-metadata.json +11 -0
- package/dist/types.d.ts +4 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/Callback.d.ts +3 -0
- package/dist/utils/Callback.d.ts.map +1 -1
- package/dist/utils/Callback.js.map +1 -1
- package/dist/utils/Series.d.ts +6 -0
- package/dist/utils/Series.d.ts.map +1 -1
- package/dist/utils/Series.js +6 -2
- package/dist/utils/Series.js.map +1 -1
- package/package.json +5 -2
- package/src/Automate/AVTemplatePoliciesAPI.ts +11 -1
- package/src/Automate/ClientsAPI.ts +12 -1
- package/src/Automate/CommandsAPI.ts +7 -1
- package/src/Automate/ComputersAPI.ts +39 -1
- package/src/Automate/ContactsAPI.ts +8 -1
- package/src/Automate/DataViewsAPI.ts +8 -1
- package/src/Automate/DrivesAPI.ts +8 -1
- package/src/Automate/EventLogsAPI.ts +7 -1
- package/src/Automate/LocationsAPI.ts +17 -1
- package/src/Automate/MaintenanceWindowDefinitionsAPI.ts +7 -1
- package/src/Automate/MonitorsAPI.ts +8 -1
- package/src/Automate/NetworkDevicesAPI.ts +8 -1
- package/src/Automate/PatchingAPI.ts +8 -1
- package/src/Automate/RemoteAgentAPI.ts +8 -1
- package/src/Automate/ScriptingAPI.ts +11 -1
- package/src/Automate/SearchesAPI.ts +8 -1
- package/src/Automate/SystemAPI.ts +29 -3
- package/src/Automate/TicketsAPI.ts +6 -1
- package/src/Automate/UserProfilesAPI.ts +7 -1
- package/src/Automate.ts +0 -12
- package/src/AutomateAPI.ts +77 -43
- package/src/AutomateTypes.ts +1 -1
- package/src/BaseAPI.ts +97 -0
- package/src/Manage/CompanyAPI.ts +91 -1
- package/src/Manage/ConfigurationsAPI.ts +10 -1
- package/src/Manage/ExpenseAPI.ts +19 -1
- package/src/Manage/FinanceAPI.ts +80 -1
- package/src/Manage/MarketingAPI.ts +24 -1
- package/src/Manage/ProcurementAPI.ts +64 -1
- package/src/Manage/ProjectAPI.ts +38 -1
- package/src/Manage/SalesAPI.ts +47 -1
- package/src/Manage/ScheduleAPI.ts +23 -1
- package/src/Manage/ServiceAPI.ts +76 -1
- package/src/Manage/SystemAPI.ts +147 -1
- package/src/Manage/TimeAPI.ts +31 -1
- package/src/Manage.ts +10 -1
- package/src/ManageAPI.ts +66 -29
- package/src/index.ts +6 -11
- package/src/types.ts +4 -2
- package/src/utils/Callback.ts +3 -0
- package/src/utils/Series.ts +6 -0
- package/swagger-errors.md +25 -30
- package/test/test.ts +34 -5
- package/.github/workflows/codeql-analysis.yml +0 -70
- package/.github/workflows/node.js.yml +0 -42
- package/.travis.yml +0 -11
- package/generator/automate-generator.js +0 -75
- package/generator/automate-json.js +0 -61
- package/generator/automate-types.js +0 -15
- package/generator/generator.d.ts +0 -67
- package/generator/generator.js +0 -255
- package/generator/manage-generator.js +0 -71
- package/generator/manage-types.js +0 -14
package/src/Manage/CompanyAPI.ts
CHANGED
|
@@ -5,100 +5,190 @@ import { CommonParameters, CWMOptions } from '../ManageAPI'
|
|
|
5
5
|
import { NoContentResponse, OctetStreamResponse, PDFResponse, HTMLResponse } from '../types'
|
|
6
6
|
type schemas = components['schemas']
|
|
7
7
|
|
|
8
|
+
/** {@link AddressFormat} */
|
|
8
9
|
export type AddressFormat = schemas['AddressFormat']
|
|
10
|
+
/** {@link AddressFormatInfo} */
|
|
9
11
|
export type AddressFormatInfo = schemas['AddressFormatInfo']
|
|
12
|
+
/** {@link BulkResult} */
|
|
10
13
|
export type BulkResult = schemas['BulkResult']
|
|
14
|
+
/** {@link ClearPickerRequest} */
|
|
11
15
|
export type ClearPickerRequest = schemas['ClearPickerRequest']
|
|
16
|
+
/** {@link CommunicationType} */
|
|
12
17
|
export type CommunicationType = schemas['CommunicationType']
|
|
18
|
+
/** {@link CommunicationTypeInfo} */
|
|
13
19
|
export type CommunicationTypeInfo = schemas['CommunicationTypeInfo']
|
|
20
|
+
/** {@link Company} */
|
|
14
21
|
export type Company = schemas['Company']
|
|
22
|
+
/** {@link CompanyCompanyTypeAssociation} */
|
|
15
23
|
export type CompanyCompanyTypeAssociation = schemas['Company.CompanyTypeAssociation']
|
|
24
|
+
/** {@link CompanyConfiguration} */
|
|
16
25
|
export type CompanyConfiguration = schemas['Company.Configuration']
|
|
26
|
+
/** {@link CompanyContactTypeAssociation} */
|
|
17
27
|
export type CompanyContactTypeAssociation = schemas['Company.ContactTypeAssociation']
|
|
28
|
+
/** {@link CompanyCompanyTypeAssociationCompanyTypeAssociation} */
|
|
18
29
|
export type CompanyCompanyTypeAssociationCompanyTypeAssociation =
|
|
19
30
|
schemas['CompanyCompanyTypeAssociation.CompanyTypeAssociation']
|
|
31
|
+
/** {@link CompanyCustomNote} */
|
|
20
32
|
export type CompanyCustomNote = schemas['CompanyCustomNote']
|
|
33
|
+
/** {@link CompanyFinance} */
|
|
21
34
|
export type CompanyFinance = schemas['CompanyFinance']
|
|
35
|
+
/** {@link CompanyGroup} */
|
|
22
36
|
export type CompanyGroup = schemas['CompanyGroup']
|
|
37
|
+
/** {@link CompanyManagementSummary} */
|
|
23
38
|
export type CompanyManagementSummary = schemas['CompanyManagementSummary']
|
|
39
|
+
/** {@link CompanyMerge} */
|
|
24
40
|
export type CompanyMerge = schemas['CompanyMerge']
|
|
41
|
+
/** {@link CompanyNote} */
|
|
25
42
|
export type CompanyNote = schemas['CompanyNote']
|
|
43
|
+
/** {@link CompanyNoteType} */
|
|
26
44
|
export type CompanyNoteType = schemas['CompanyNoteType']
|
|
45
|
+
/** {@link CompanyNoteTypeInfo} */
|
|
27
46
|
export type CompanyNoteTypeInfo = schemas['CompanyNoteTypeInfo']
|
|
47
|
+
/** {@link CompanyPickerItem} */
|
|
28
48
|
export type CompanyPickerItem = schemas['CompanyPickerItem']
|
|
49
|
+
/** {@link CompanySite} */
|
|
29
50
|
export type CompanySite = schemas['CompanySite']
|
|
51
|
+
/** {@link CompanyStatus} */
|
|
30
52
|
export type CompanyStatus = schemas['CompanyStatus']
|
|
53
|
+
/** {@link CompanyTeam} */
|
|
31
54
|
export type CompanyTeam = schemas['CompanyTeam']
|
|
55
|
+
/** {@link CompanyType} */
|
|
32
56
|
export type CompanyType = schemas['CompanyType']
|
|
57
|
+
/** {@link CompanyTypeInfo} */
|
|
33
58
|
export type CompanyTypeInfo = schemas['CompanyTypeInfo']
|
|
59
|
+
/** {@link ConfigurationStatus} */
|
|
34
60
|
export type ConfigurationStatus = schemas['ConfigurationStatus']
|
|
61
|
+
/** {@link ConfigurationStatusInfo} */
|
|
35
62
|
export type ConfigurationStatusInfo = schemas['ConfigurationStatusInfo']
|
|
63
|
+
/** {@link ConfigurationType} */
|
|
36
64
|
export type ConfigurationType = schemas['ConfigurationType']
|
|
65
|
+
/** {@link ConfigurationTypeInfo} */
|
|
37
66
|
export type ConfigurationTypeInfo = schemas['ConfigurationTypeInfo']
|
|
67
|
+
/** {@link ConfigurationTypeQuestion} */
|
|
38
68
|
export type ConfigurationTypeQuestion = schemas['ConfigurationTypeQuestion']
|
|
69
|
+
/** {@link ConfigurationTypeQuestionValue} */
|
|
39
70
|
export type ConfigurationTypeQuestionValue = schemas['ConfigurationTypeQuestionValue']
|
|
71
|
+
/** {@link Contact} */
|
|
40
72
|
export type Contact = schemas['Contact']
|
|
73
|
+
/** {@link ContactCommunication} */
|
|
41
74
|
export type ContactCommunication = schemas['ContactCommunication']
|
|
75
|
+
/** {@link ContactContactTypeAssociationContactTypeAssociation} */
|
|
42
76
|
export type ContactContactTypeAssociationContactTypeAssociation =
|
|
43
77
|
schemas['ContactContactTypeAssociation.ContactTypeAssociation']
|
|
78
|
+
/** {@link ContactDepartment} */
|
|
44
79
|
export type ContactDepartment = schemas['ContactDepartment']
|
|
80
|
+
/** {@link ContactDepartmentInfo} */
|
|
45
81
|
export type ContactDepartmentInfo = schemas['ContactDepartmentInfo']
|
|
82
|
+
/** {@link ContactGroup} */
|
|
46
83
|
export type ContactGroup = schemas['ContactGroup']
|
|
84
|
+
/** {@link ContactNote} */
|
|
47
85
|
export type ContactNote = schemas['ContactNote']
|
|
86
|
+
/** {@link ContactRelationship} */
|
|
48
87
|
export type ContactRelationship = schemas['ContactRelationship']
|
|
88
|
+
/** {@link ContactTrack} */
|
|
49
89
|
export type ContactTrack = schemas['ContactTrack']
|
|
90
|
+
/** {@link ContactType} */
|
|
50
91
|
export type ContactType = schemas['ContactType']
|
|
92
|
+
/** {@link ContactTypeInfo} */
|
|
51
93
|
export type ContactTypeInfo = schemas['ContactTypeInfo']
|
|
94
|
+
/** {@link Count} */
|
|
52
95
|
export type Count = schemas['Count']
|
|
96
|
+
/** {@link Country} */
|
|
53
97
|
export type Country = schemas['Country']
|
|
98
|
+
/** {@link CountryInfo} */
|
|
54
99
|
export type CountryInfo = schemas['CountryInfo']
|
|
100
|
+
/** {@link EntityType} */
|
|
55
101
|
export type EntityType = schemas['EntityType']
|
|
102
|
+
/** {@link EntityTypeInfo} */
|
|
56
103
|
export type EntityTypeInfo = schemas['EntityTypeInfo']
|
|
104
|
+
/** {@link ManagedDevicesIntegration} */
|
|
57
105
|
export type ManagedDevicesIntegration = schemas['ManagedDevicesIntegration']
|
|
106
|
+
/** {@link ManagedDevicesIntegrationCrossReference} */
|
|
58
107
|
export type ManagedDevicesIntegrationCrossReference =
|
|
59
108
|
schemas['ManagedDevicesIntegrationCrossReference']
|
|
109
|
+
/** {@link ManagedDevicesIntegrationInfo} */
|
|
60
110
|
export type ManagedDevicesIntegrationInfo = schemas['ManagedDevicesIntegrationInfo']
|
|
111
|
+
/** {@link ManagedDevicesIntegrationLogin} */
|
|
61
112
|
export type ManagedDevicesIntegrationLogin = schemas['ManagedDevicesIntegrationLogin']
|
|
113
|
+
/** {@link ManagedDevicesIntegrationNotification} */
|
|
62
114
|
export type ManagedDevicesIntegrationNotification = schemas['ManagedDevicesIntegrationNotification']
|
|
115
|
+
/** {@link Management} */
|
|
63
116
|
export type Management = schemas['Management']
|
|
117
|
+
/** {@link ManagementBackup} */
|
|
64
118
|
export type ManagementBackup = schemas['ManagementBackup']
|
|
119
|
+
/** {@link ManagementItSolution} */
|
|
65
120
|
export type ManagementItSolution = schemas['ManagementItSolution']
|
|
121
|
+
/** {@link ManagementItSolutionAgreementInterfaceParameter} */
|
|
66
122
|
export type ManagementItSolutionAgreementInterfaceParameter =
|
|
67
123
|
schemas['ManagementItSolutionAgreementInterfaceParameter']
|
|
124
|
+
/** {@link ManagementLogDocumentInfo} */
|
|
68
125
|
export type ManagementLogDocumentInfo = schemas['ManagementLogDocumentInfo']
|
|
126
|
+
/** {@link ManagementReportNotification} */
|
|
69
127
|
export type ManagementReportNotification = schemas['ManagementReportNotification']
|
|
128
|
+
/** {@link ManagementReportSetup} */
|
|
70
129
|
export type ManagementReportSetup = schemas['ManagementReportSetup']
|
|
130
|
+
/** {@link MarketDescription} */
|
|
71
131
|
export type MarketDescription = schemas['MarketDescription']
|
|
132
|
+
/** {@link MarketDescriptionInfo} */
|
|
72
133
|
export type MarketDescriptionInfo = schemas['MarketDescriptionInfo']
|
|
134
|
+
/** {@link OwnershipType} */
|
|
73
135
|
export type OwnershipType = schemas['OwnershipType']
|
|
136
|
+
/** {@link OwnershipTypeInfo} */
|
|
74
137
|
export type OwnershipTypeInfo = schemas['OwnershipTypeInfo']
|
|
138
|
+
/** {@link PatchOperation} */
|
|
75
139
|
export type PatchOperation = schemas['PatchOperation']
|
|
140
|
+
/** {@link PortalConfiguration} */
|
|
76
141
|
export type PortalConfiguration = schemas['PortalConfiguration']
|
|
142
|
+
/** {@link PortalConfigurationInvoiceSetup} */
|
|
77
143
|
export type PortalConfigurationInvoiceSetup = schemas['PortalConfigurationInvoiceSetup']
|
|
144
|
+
/** {@link PortalConfigurationOpportunitySetup} */
|
|
78
145
|
export type PortalConfigurationOpportunitySetup = schemas['PortalConfigurationOpportunitySetup']
|
|
146
|
+
/** {@link PortalConfigurationPasswordEmailSetup} */
|
|
79
147
|
export type PortalConfigurationPasswordEmailSetup = schemas['PortalConfigurationPasswordEmailSetup']
|
|
148
|
+
/** {@link PortalConfigurationPaymentProcessor} */
|
|
80
149
|
export type PortalConfigurationPaymentProcessor = schemas['PortalConfigurationPaymentProcessor']
|
|
150
|
+
/** {@link PortalConfigurationProjectSetup} */
|
|
81
151
|
export type PortalConfigurationProjectSetup = schemas['PortalConfigurationProjectSetup']
|
|
152
|
+
/** {@link PortalConfigurationServiceSetup} */
|
|
82
153
|
export type PortalConfigurationServiceSetup = schemas['PortalConfigurationServiceSetup']
|
|
154
|
+
/** {@link PortalSecurity} */
|
|
83
155
|
export type PortalSecurity = schemas['PortalSecurity']
|
|
156
|
+
/** {@link PortalSecurityLevel} */
|
|
84
157
|
export type PortalSecurityLevel = schemas['PortalSecurityLevel']
|
|
158
|
+
/** {@link PortalSecuritySetting} */
|
|
85
159
|
export type PortalSecuritySetting = schemas['PortalSecuritySetting']
|
|
160
|
+
/** {@link RequestPasswordRequest} */
|
|
86
161
|
export type RequestPasswordRequest = schemas['RequestPasswordRequest']
|
|
162
|
+
/** {@link State} */
|
|
87
163
|
export type State = schemas['State']
|
|
164
|
+
/** {@link StateInfo} */
|
|
88
165
|
export type StateInfo = schemas['StateInfo']
|
|
166
|
+
/** {@link SuccessResponse} */
|
|
89
167
|
export type SuccessResponse = schemas['SuccessResponse']
|
|
168
|
+
/** {@link TeamRole} */
|
|
90
169
|
export type TeamRole = schemas['TeamRole']
|
|
170
|
+
/** {@link TeamRoleInfo} */
|
|
91
171
|
export type TeamRoleInfo = schemas['TeamRoleInfo']
|
|
172
|
+
/** {@link Track} */
|
|
92
173
|
export type Track = schemas['Track']
|
|
174
|
+
/** {@link TrackAction} */
|
|
93
175
|
export type TrackAction = schemas['TrackAction']
|
|
176
|
+
/** {@link Usage} */
|
|
94
177
|
export type Usage = schemas['Usage']
|
|
178
|
+
/** {@link ValidatePortalRequest} */
|
|
95
179
|
export type ValidatePortalRequest = schemas['ValidatePortalRequest']
|
|
180
|
+
/** {@link ValidatePortalResponse} */
|
|
96
181
|
export type ValidatePortalResponse = schemas['ValidatePortalResponse']
|
|
97
182
|
|
|
98
183
|
/**
|
|
184
|
+
* @module CompanyAPI
|
|
185
|
+
*/
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Company module
|
|
99
189
|
* @public
|
|
100
190
|
*/
|
|
101
|
-
export
|
|
191
|
+
export class CompanyAPI extends Manage {
|
|
102
192
|
constructor(props: CWMOptions) {
|
|
103
193
|
super(props)
|
|
104
194
|
}
|
|
@@ -5,15 +5,24 @@ import { CommonParameters, CWMOptions } from '../ManageAPI'
|
|
|
5
5
|
import { NoContentResponse, OctetStreamResponse, PDFResponse, HTMLResponse } from '../types'
|
|
6
6
|
type schemas = components['schemas']
|
|
7
7
|
|
|
8
|
+
/** {@link ConfigurationTypeInfo} */
|
|
8
9
|
export type ConfigurationTypeInfo = schemas['ConfigurationTypeInfo']
|
|
10
|
+
/** {@link ConfigurationTypeQuestionInfo} */
|
|
9
11
|
export type ConfigurationTypeQuestionInfo = schemas['ConfigurationTypeQuestionInfo']
|
|
12
|
+
/** {@link ConfigurationTypeQuestionValueInfo} */
|
|
10
13
|
export type ConfigurationTypeQuestionValueInfo = schemas['ConfigurationTypeQuestionValueInfo']
|
|
14
|
+
/** {@link Count} */
|
|
11
15
|
export type Count = schemas['Count']
|
|
12
16
|
|
|
13
17
|
/**
|
|
18
|
+
* @module ConfigurationsAPI
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Configurations module
|
|
14
23
|
* @public
|
|
15
24
|
*/
|
|
16
|
-
export
|
|
25
|
+
export class ConfigurationsAPI extends Manage {
|
|
17
26
|
constructor(props: CWMOptions) {
|
|
18
27
|
super(props)
|
|
19
28
|
}
|
package/src/Manage/ExpenseAPI.ts
CHANGED
|
@@ -5,24 +5,42 @@ import { CommonParameters, CWMOptions } from '../ManageAPI'
|
|
|
5
5
|
import { NoContentResponse, OctetStreamResponse, PDFResponse, HTMLResponse } from '../types'
|
|
6
6
|
type schemas = components['schemas']
|
|
7
7
|
|
|
8
|
+
/** {@link Classification} */
|
|
8
9
|
export type Classification = schemas['Classification']
|
|
10
|
+
/** {@link Count} */
|
|
9
11
|
export type Count = schemas['Count']
|
|
12
|
+
/** {@link ExpenseEntry} */
|
|
10
13
|
export type ExpenseEntry = schemas['ExpenseEntry']
|
|
14
|
+
/** {@link ExpenseEntryAudit} */
|
|
11
15
|
export type ExpenseEntryAudit = schemas['ExpenseEntryAudit']
|
|
16
|
+
/** {@link ExpenseReport} */
|
|
12
17
|
export type ExpenseReport = schemas['ExpenseReport']
|
|
18
|
+
/** {@link ExpenseReportAudit} */
|
|
13
19
|
export type ExpenseReportAudit = schemas['ExpenseReportAudit']
|
|
20
|
+
/** {@link ExpenseTaxTypeInfo} */
|
|
14
21
|
export type ExpenseTaxTypeInfo = schemas['ExpenseTaxTypeInfo']
|
|
22
|
+
/** {@link ExpenseType} */
|
|
15
23
|
export type ExpenseType = schemas['ExpenseType']
|
|
24
|
+
/** {@link ExpenseTypeInfo} */
|
|
16
25
|
export type ExpenseTypeInfo = schemas['ExpenseTypeInfo']
|
|
26
|
+
/** {@link PatchOperation} */
|
|
17
27
|
export type PatchOperation = schemas['PatchOperation']
|
|
28
|
+
/** {@link PaymentType} */
|
|
18
29
|
export type PaymentType = schemas['PaymentType']
|
|
30
|
+
/** {@link PaymentTypeInfo} */
|
|
19
31
|
export type PaymentTypeInfo = schemas['PaymentTypeInfo']
|
|
32
|
+
/** {@link SuccessResponse} */
|
|
20
33
|
export type SuccessResponse = schemas['SuccessResponse']
|
|
21
34
|
|
|
22
35
|
/**
|
|
36
|
+
* @module ExpenseAPI
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Expense module
|
|
23
41
|
* @public
|
|
24
42
|
*/
|
|
25
|
-
export
|
|
43
|
+
export class ExpenseAPI extends Manage {
|
|
26
44
|
constructor(props: CWMOptions) {
|
|
27
45
|
super(props)
|
|
28
46
|
}
|
package/src/Manage/FinanceAPI.ts
CHANGED
|
@@ -5,85 +5,164 @@ import { CommonParameters, CWMOptions } from '../ManageAPI'
|
|
|
5
5
|
import { NoContentResponse, OctetStreamResponse, PDFResponse, HTMLResponse } from '../types'
|
|
6
6
|
type schemas = components['schemas']
|
|
7
7
|
|
|
8
|
+
/** {@link AccountingBatch} */
|
|
8
9
|
export type AccountingBatch = schemas['AccountingBatch']
|
|
10
|
+
/** {@link AccountingPackage} */
|
|
9
11
|
export type AccountingPackage = schemas['AccountingPackage']
|
|
12
|
+
/** {@link AccountingPackageSetup} */
|
|
10
13
|
export type AccountingPackageSetup = schemas['AccountingPackageSetup']
|
|
14
|
+
/** {@link Addition} */
|
|
11
15
|
export type Addition = schemas['Addition']
|
|
16
|
+
/** {@link Agreement} */
|
|
12
17
|
export type Agreement = schemas['Agreement']
|
|
18
|
+
/** {@link AgreementAdjustment} */
|
|
13
19
|
export type AgreementAdjustment = schemas['Agreement.Adjustment']
|
|
20
|
+
/** {@link AgreementBatchSetup} */
|
|
14
21
|
export type AgreementBatchSetup = schemas['AgreementBatchSetup']
|
|
22
|
+
/** {@link AgreementSite} */
|
|
15
23
|
export type AgreementSite = schemas['AgreementSite']
|
|
24
|
+
/** {@link AgreementType} */
|
|
16
25
|
export type AgreementType = schemas['AgreementType']
|
|
26
|
+
/** {@link AgreementTypeBoardDefault} */
|
|
17
27
|
export type AgreementTypeBoardDefault = schemas['AgreementTypeBoardDefault']
|
|
28
|
+
/** {@link AgreementTypeInfo} */
|
|
18
29
|
export type AgreementTypeInfo = schemas['AgreementTypeInfo']
|
|
30
|
+
/** {@link AgreementTypeWorkRole} */
|
|
19
31
|
export type AgreementTypeWorkRole = schemas['AgreementTypeWorkRole']
|
|
32
|
+
/** {@link AgreementTypeWorkRoleExclusion} */
|
|
20
33
|
export type AgreementTypeWorkRoleExclusion = schemas['AgreementTypeWorkRoleExclusion']
|
|
34
|
+
/** {@link AgreementTypeWorkRoleInfo} */
|
|
21
35
|
export type AgreementTypeWorkRoleInfo = schemas['AgreementTypeWorkRoleInfo']
|
|
36
|
+
/** {@link AgreementTypeWorkType} */
|
|
22
37
|
export type AgreementTypeWorkType = schemas['AgreementTypeWorkType']
|
|
38
|
+
/** {@link AgreementTypeWorkTypeExclusion} */
|
|
23
39
|
export type AgreementTypeWorkTypeExclusion = schemas['AgreementTypeWorkTypeExclusion']
|
|
40
|
+
/** {@link AgreementWorkRole} */
|
|
24
41
|
export type AgreementWorkRole = schemas['AgreementWorkRole']
|
|
42
|
+
/** {@link AgreementWorkRoleExclusion} */
|
|
25
43
|
export type AgreementWorkRoleExclusion = schemas['AgreementWorkRoleExclusion']
|
|
44
|
+
/** {@link AgreementWorkType} */
|
|
26
45
|
export type AgreementWorkType = schemas['AgreementWorkType']
|
|
46
|
+
/** {@link AgreementWorkTypeExclusion} */
|
|
27
47
|
export type AgreementWorkTypeExclusion = schemas['AgreementWorkTypeExclusion']
|
|
48
|
+
/** {@link BatchEntry} */
|
|
28
49
|
export type BatchEntry = schemas['BatchEntry']
|
|
50
|
+
/** {@link BillingCycle} */
|
|
29
51
|
export type BillingCycle = schemas['BillingCycle']
|
|
52
|
+
/** {@link BillingCycleInfo} */
|
|
30
53
|
export type BillingCycleInfo = schemas['BillingCycleInfo']
|
|
54
|
+
/** {@link BillingSetup} */
|
|
31
55
|
export type BillingSetup = schemas['BillingSetup']
|
|
56
|
+
/** {@link BillingSetupInfo} */
|
|
32
57
|
export type BillingSetupInfo = schemas['BillingSetupInfo']
|
|
58
|
+
/** {@link BillingSetupRouting} */
|
|
33
59
|
export type BillingSetupRouting = schemas['BillingSetupRouting']
|
|
60
|
+
/** {@link BillingStatus} */
|
|
34
61
|
export type BillingStatus = schemas['BillingStatus']
|
|
62
|
+
/** {@link BillingStatusInfo} */
|
|
35
63
|
export type BillingStatusInfo = schemas['BillingStatusInfo']
|
|
64
|
+
/** {@link BillingTerm} */
|
|
36
65
|
export type BillingTerm = schemas['BillingTerm']
|
|
66
|
+
/** {@link BillingTermInfo} */
|
|
37
67
|
export type BillingTermInfo = schemas['BillingTermInfo']
|
|
68
|
+
/** {@link BoardDefault} */
|
|
38
69
|
export type BoardDefault = schemas['BoardDefault']
|
|
70
|
+
/** {@link ClosedInvoice} */
|
|
39
71
|
export type ClosedInvoice = schemas['ClosedInvoice']
|
|
72
|
+
/** {@link CompanyFinance} */
|
|
40
73
|
export type CompanyFinance = schemas['CompanyFinance']
|
|
74
|
+
/** {@link ConfigurationReference} */
|
|
41
75
|
export type ConfigurationReference = schemas['ConfigurationReference']
|
|
76
|
+
/** {@link Count} */
|
|
42
77
|
export type Count = schemas['Count']
|
|
78
|
+
/** {@link CreateAccountingBatchRequest} */
|
|
43
79
|
export type CreateAccountingBatchRequest = schemas['CreateAccountingBatchRequest']
|
|
80
|
+
/** {@link CurrencyCode} */
|
|
44
81
|
export type CurrencyCode = schemas['CurrencyCode']
|
|
82
|
+
/** {@link CurrencyInfo} */
|
|
45
83
|
export type CurrencyInfo = schemas['CurrencyInfo']
|
|
84
|
+
/** {@link DeliveryMethod} */
|
|
46
85
|
export type DeliveryMethod = schemas['DeliveryMethod']
|
|
86
|
+
/** {@link ExpenseTypeExemption} */
|
|
47
87
|
export type ExpenseTypeExemption = schemas['ExpenseTypeExemption']
|
|
88
|
+
/** {@link ExportAccountingBatchRequest} */
|
|
48
89
|
export type ExportAccountingBatchRequest = schemas['ExportAccountingBatchRequest']
|
|
90
|
+
/** {@link FinanceCurrency} */
|
|
49
91
|
export type FinanceCurrency = schemas['Finance.Currency']
|
|
92
|
+
/** {@link GLAccount} */
|
|
50
93
|
export type GLAccount = schemas['GLAccount']
|
|
94
|
+
/** {@link GLCaption} */
|
|
51
95
|
export type GLCaption = schemas['GLCaption']
|
|
96
|
+
/** {@link GLExport} */
|
|
52
97
|
export type GLExport = schemas['GLExport']
|
|
98
|
+
/** {@link GLPath} */
|
|
53
99
|
export type GLPath = schemas['GLPath']
|
|
100
|
+
/** {@link Invoice} */
|
|
54
101
|
export type Invoice = schemas['Invoice']
|
|
102
|
+
/** {@link InvoiceEmailTemplate} */
|
|
55
103
|
export type InvoiceEmailTemplate = schemas['InvoiceEmailTemplate']
|
|
104
|
+
/** {@link InvoiceEmailTemplateInfo} */
|
|
56
105
|
export type InvoiceEmailTemplateInfo = schemas['InvoiceEmailTemplateInfo']
|
|
106
|
+
/** {@link InvoiceInfo} */
|
|
57
107
|
export type InvoiceInfo = schemas['InvoiceInfo']
|
|
108
|
+
/** {@link InvoiceTemplate} */
|
|
58
109
|
export type InvoiceTemplate = schemas['InvoiceTemplate']
|
|
110
|
+
/** {@link InvoiceTemplateSetup} */
|
|
59
111
|
export type InvoiceTemplateSetup = schemas['InvoiceTemplateSetup']
|
|
112
|
+
/** {@link MappedType} */
|
|
60
113
|
export type MappedType = schemas['MappedType']
|
|
114
|
+
/** {@link PatchOperation} */
|
|
61
115
|
export type PatchOperation = schemas['PatchOperation']
|
|
116
|
+
/** {@link Payment} */
|
|
62
117
|
export type Payment = schemas['Payment']
|
|
118
|
+
/** {@link ProductTypeExemption} */
|
|
63
119
|
export type ProductTypeExemption = schemas['ProductTypeExemption']
|
|
120
|
+
/** {@link TaxCode} */
|
|
64
121
|
export type TaxCode = schemas['TaxCode']
|
|
122
|
+
/** {@link TaxCodeInfo} */
|
|
65
123
|
export type TaxCodeInfo = schemas['TaxCodeInfo']
|
|
124
|
+
/** {@link TaxCodeLevel} */
|
|
66
125
|
export type TaxCodeLevel = schemas['TaxCodeLevel']
|
|
126
|
+
/** {@link TaxCodeXRef} */
|
|
67
127
|
export type TaxCodeXRef = schemas['TaxCodeXRef']
|
|
128
|
+
/** {@link TaxIntegration} */
|
|
68
129
|
export type TaxIntegration = schemas['TaxIntegration']
|
|
130
|
+
/** {@link TaxIntegrationInfo} */
|
|
69
131
|
export type TaxIntegrationInfo = schemas['TaxIntegrationInfo']
|
|
132
|
+
/** {@link TaxableExpenseTypeLevel} */
|
|
70
133
|
export type TaxableExpenseTypeLevel = schemas['TaxableExpenseTypeLevel']
|
|
134
|
+
/** {@link TaxableProductTypeLevel} */
|
|
71
135
|
export type TaxableProductTypeLevel = schemas['TaxableProductTypeLevel']
|
|
136
|
+
/** {@link TaxableWorkRoleLevel} */
|
|
72
137
|
export type TaxableWorkRoleLevel = schemas['TaxableWorkRoleLevel']
|
|
138
|
+
/** {@link TaxableXRefLevel} */
|
|
73
139
|
export type TaxableXRefLevel = schemas['TaxableXRefLevel']
|
|
140
|
+
/** {@link UnpostedExpense} */
|
|
74
141
|
export type UnpostedExpense = schemas['UnpostedExpense']
|
|
142
|
+
/** {@link UnpostedExpenseTaxableLevel} */
|
|
75
143
|
export type UnpostedExpenseTaxableLevel = schemas['UnpostedExpenseTaxableLevel']
|
|
144
|
+
/** {@link UnpostedInvoice} */
|
|
76
145
|
export type UnpostedInvoice = schemas['UnpostedInvoice']
|
|
146
|
+
/** {@link UnpostedInvoiceTaxableLevel} */
|
|
77
147
|
export type UnpostedInvoiceTaxableLevel = schemas['UnpostedInvoiceTaxableLevel']
|
|
148
|
+
/** {@link UnpostedProcurement} */
|
|
78
149
|
export type UnpostedProcurement = schemas['UnpostedProcurement']
|
|
150
|
+
/** {@link UnpostedProcurementTaxableLevel} */
|
|
79
151
|
export type UnpostedProcurementTaxableLevel = schemas['UnpostedProcurementTaxableLevel']
|
|
152
|
+
/** {@link Usage} */
|
|
80
153
|
export type Usage = schemas['Usage']
|
|
154
|
+
/** {@link WorkRoleExemption} */
|
|
81
155
|
export type WorkRoleExemption = schemas['WorkRoleExemption']
|
|
82
156
|
|
|
83
157
|
/**
|
|
158
|
+
* @module FinanceAPI
|
|
159
|
+
*/
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* Finance module
|
|
84
163
|
* @public
|
|
85
164
|
*/
|
|
86
|
-
export
|
|
165
|
+
export class FinanceAPI extends Manage {
|
|
87
166
|
constructor(props: CWMOptions) {
|
|
88
167
|
super(props)
|
|
89
168
|
}
|
|
@@ -5,29 +5,52 @@ import { CommonParameters, CWMOptions } from '../ManageAPI'
|
|
|
5
5
|
import { NoContentResponse, OctetStreamResponse, PDFResponse, HTMLResponse } from '../types'
|
|
6
6
|
type schemas = components['schemas']
|
|
7
7
|
|
|
8
|
+
/** {@link ActivityReference} */
|
|
8
9
|
export type ActivityReference = schemas['ActivityReference']
|
|
10
|
+
/** {@link Campaign} */
|
|
9
11
|
export type Campaign = schemas['Campaign']
|
|
12
|
+
/** {@link CampaignSubTypeCampaignSubType} */
|
|
10
13
|
export type CampaignSubTypeCampaignSubType = schemas['Campaign.SubType.CampaignSubType']
|
|
14
|
+
/** {@link CampaignAudit} */
|
|
11
15
|
export type CampaignAudit = schemas['CampaignAudit']
|
|
16
|
+
/** {@link CampaignStatus} */
|
|
12
17
|
export type CampaignStatus = schemas['CampaignStatus']
|
|
18
|
+
/** {@link CampaignType} */
|
|
13
19
|
export type CampaignType = schemas['CampaignType']
|
|
20
|
+
/** {@link CampaignTypeInfo} */
|
|
14
21
|
export type CampaignTypeInfo = schemas['CampaignTypeInfo']
|
|
22
|
+
/** {@link Count} */
|
|
15
23
|
export type Count = schemas['Count']
|
|
24
|
+
/** {@link EmailOpened} */
|
|
16
25
|
export type EmailOpened = schemas['EmailOpened']
|
|
26
|
+
/** {@link FormSubmitted} */
|
|
17
27
|
export type FormSubmitted = schemas['FormSubmitted']
|
|
28
|
+
/** {@link Group} */
|
|
18
29
|
export type Group = schemas['Group']
|
|
30
|
+
/** {@link LinkClicked} */
|
|
19
31
|
export type LinkClicked = schemas['LinkClicked']
|
|
32
|
+
/** {@link MarketingCompany} */
|
|
20
33
|
export type MarketingCompany = schemas['MarketingCompany']
|
|
34
|
+
/** {@link MarketingContact} */
|
|
21
35
|
export type MarketingContact = schemas['MarketingContact']
|
|
36
|
+
/** {@link OpportunityReference} */
|
|
22
37
|
export type OpportunityReference = schemas['OpportunityReference']
|
|
38
|
+
/** {@link PatchOperation} */
|
|
23
39
|
export type PatchOperation = schemas['PatchOperation']
|
|
40
|
+
/** {@link TypeSubTypeCampaignSubType} */
|
|
24
41
|
export type TypeSubTypeCampaignSubType = schemas['Type.SubType.CampaignSubType']
|
|
42
|
+
/** {@link Usage} */
|
|
25
43
|
export type Usage = schemas['Usage']
|
|
26
44
|
|
|
27
45
|
/**
|
|
46
|
+
* @module MarketingAPI
|
|
47
|
+
*/
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Marketing module
|
|
28
51
|
* @public
|
|
29
52
|
*/
|
|
30
|
-
export
|
|
53
|
+
export class MarketingAPI extends Manage {
|
|
31
54
|
constructor(props: CWMOptions) {
|
|
32
55
|
super(props)
|
|
33
56
|
}
|
|
@@ -5,69 +5,132 @@ import { CommonParameters, CWMOptions } from '../ManageAPI'
|
|
|
5
5
|
import { NoContentResponse, OctetStreamResponse, PDFResponse, HTMLResponse } from '../types'
|
|
6
6
|
type schemas = components['schemas']
|
|
7
7
|
|
|
8
|
+
/** {@link AdjustmentDetail} */
|
|
8
9
|
export type AdjustmentDetail = schemas['AdjustmentDetail']
|
|
10
|
+
/** {@link AdjustmentType} */
|
|
9
11
|
export type AdjustmentType = schemas['AdjustmentType']
|
|
12
|
+
/** {@link AdjustmentTypeInfo} */
|
|
10
13
|
export type AdjustmentTypeInfo = schemas['AdjustmentTypeInfo']
|
|
14
|
+
/** {@link BulkResult} */
|
|
11
15
|
export type BulkResult = schemas['BulkResult']
|
|
16
|
+
/** {@link CatalogComponent} */
|
|
12
17
|
export type CatalogComponent = schemas['CatalogComponent']
|
|
18
|
+
/** {@link CatalogInventory} */
|
|
13
19
|
export type CatalogInventory = schemas['CatalogInventory']
|
|
20
|
+
/** {@link CatalogItem} */
|
|
14
21
|
export type CatalogItem = schemas['CatalogItem']
|
|
22
|
+
/** {@link CatalogItemInfo} */
|
|
15
23
|
export type CatalogItemInfo = schemas['CatalogItemInfo']
|
|
24
|
+
/** {@link CatalogPricing} */
|
|
16
25
|
export type CatalogPricing = schemas['CatalogPricing']
|
|
26
|
+
/** {@link Category} */
|
|
17
27
|
export type Category = schemas['Category']
|
|
28
|
+
/** {@link CategoryInfo} */
|
|
18
29
|
export type CategoryInfo = schemas['CategoryInfo']
|
|
30
|
+
/** {@link Conversion} */
|
|
19
31
|
export type Conversion = schemas['Conversion']
|
|
32
|
+
/** {@link Count} */
|
|
20
33
|
export type Count = schemas['Count']
|
|
34
|
+
/** {@link IdCollection} */
|
|
21
35
|
export type IdCollection = schemas['IdCollection']
|
|
36
|
+
/** {@link InventoryOnHand} */
|
|
22
37
|
export type InventoryOnHand = schemas['InventoryOnHand']
|
|
38
|
+
/** {@link LegacySubCategory} */
|
|
23
39
|
export type LegacySubCategory = schemas['LegacySubCategory']
|
|
40
|
+
/** {@link LegacySubCategoryInfo} */
|
|
24
41
|
export type LegacySubCategoryInfo = schemas['LegacySubCategoryInfo']
|
|
42
|
+
/** {@link Manufacturer} */
|
|
25
43
|
export type Manufacturer = schemas['Manufacturer']
|
|
44
|
+
/** {@link ManufacturerInfo} */
|
|
26
45
|
export type ManufacturerInfo = schemas['ManufacturerInfo']
|
|
46
|
+
/** {@link MinimumStockByWarehouse} */
|
|
27
47
|
export type MinimumStockByWarehouse = schemas['MinimumStockByWarehouse']
|
|
48
|
+
/** {@link OnHandSerialNumber} */
|
|
28
49
|
export type OnHandSerialNumber = schemas['OnHandSerialNumber']
|
|
50
|
+
/** {@link PatchOperation} */
|
|
29
51
|
export type PatchOperation = schemas['PatchOperation']
|
|
52
|
+
/** {@link PricingBreak} */
|
|
30
53
|
export type PricingBreak = schemas['PricingBreak']
|
|
54
|
+
/** {@link PricingDetail} */
|
|
31
55
|
export type PricingDetail = schemas['PricingDetail']
|
|
56
|
+
/** {@link PricingSchedule} */
|
|
32
57
|
export type PricingSchedule = schemas['PricingSchedule']
|
|
58
|
+
/** {@link ProcurementAdjustment} */
|
|
33
59
|
export type ProcurementAdjustment = schemas['ProcurementAdjustment']
|
|
60
|
+
/** {@link ProcurementSetting} */
|
|
34
61
|
export type ProcurementSetting = schemas['ProcurementSetting']
|
|
62
|
+
/** {@link ProductComponent} */
|
|
35
63
|
export type ProductComponent = schemas['ProductComponent']
|
|
64
|
+
/** {@link ProductDetach} */
|
|
36
65
|
export type ProductDetach = schemas['ProductDetach']
|
|
66
|
+
/** {@link ProductItem} */
|
|
37
67
|
export type ProductItem = schemas['ProductItem']
|
|
68
|
+
/** {@link ProductPickingShippingDetail} */
|
|
38
69
|
export type ProductPickingShippingDetail = schemas['ProductPickingShippingDetail']
|
|
70
|
+
/** {@link ProductType} */
|
|
39
71
|
export type ProductType = schemas['ProductType']
|
|
72
|
+
/** {@link ProductTypeInfo} */
|
|
40
73
|
export type ProductTypeInfo = schemas['ProductTypeInfo']
|
|
74
|
+
/** {@link PurchaseOrder} */
|
|
41
75
|
export type PurchaseOrder = schemas['PurchaseOrder']
|
|
76
|
+
/** {@link PurchaseOrderLineItem} */
|
|
42
77
|
export type PurchaseOrderLineItem = schemas['PurchaseOrderLineItem']
|
|
78
|
+
/** {@link PurchaseOrderStatus} */
|
|
43
79
|
export type PurchaseOrderStatus = schemas['PurchaseOrderStatus']
|
|
80
|
+
/** {@link PurchaseOrderStatusEmailTemplate} */
|
|
44
81
|
export type PurchaseOrderStatusEmailTemplate = schemas['PurchaseOrderStatusEmailTemplate']
|
|
82
|
+
/** {@link PurchaseOrderStatusNotification} */
|
|
45
83
|
export type PurchaseOrderStatusNotification = schemas['PurchaseOrderStatusNotification']
|
|
84
|
+
/** {@link PurchasingDemand} */
|
|
46
85
|
export type PurchasingDemand = schemas['PurchasingDemand']
|
|
86
|
+
/** {@link RmaAction} */
|
|
47
87
|
export type RmaAction = schemas['RmaAction']
|
|
88
|
+
/** {@link RmaActionInfo} */
|
|
48
89
|
export type RmaActionInfo = schemas['RmaActionInfo']
|
|
90
|
+
/** {@link RmaDisposition} */
|
|
49
91
|
export type RmaDisposition = schemas['RmaDisposition']
|
|
92
|
+
/** {@link RmaDispositionInfo} */
|
|
50
93
|
export type RmaDispositionInfo = schemas['RmaDispositionInfo']
|
|
94
|
+
/** {@link RmaStatus} */
|
|
51
95
|
export type RmaStatus = schemas['RmaStatus']
|
|
96
|
+
/** {@link RmaStatusEmailTemplate} */
|
|
52
97
|
export type RmaStatusEmailTemplate = schemas['RmaStatusEmailTemplate']
|
|
98
|
+
/** {@link RmaStatusInfo} */
|
|
53
99
|
export type RmaStatusInfo = schemas['RmaStatusInfo']
|
|
100
|
+
/** {@link RmaStatusNotification} */
|
|
54
101
|
export type RmaStatusNotification = schemas['RmaStatusNotification']
|
|
102
|
+
/** {@link RmaTag} */
|
|
55
103
|
export type RmaTag = schemas['RmaTag']
|
|
104
|
+
/** {@link ShipmentMethod} */
|
|
56
105
|
export type ShipmentMethod = schemas['ShipmentMethod']
|
|
106
|
+
/** {@link ShipmentMethodInfo} */
|
|
57
107
|
export type ShipmentMethodInfo = schemas['ShipmentMethodInfo']
|
|
108
|
+
/** {@link SubCategory} */
|
|
58
109
|
export type SubCategory = schemas['SubCategory']
|
|
110
|
+
/** {@link SubCategoryInfo} */
|
|
59
111
|
export type SubCategoryInfo = schemas['SubCategoryInfo']
|
|
112
|
+
/** {@link UnitOfMeasure} */
|
|
60
113
|
export type UnitOfMeasure = schemas['UnitOfMeasure']
|
|
114
|
+
/** {@link Usage} */
|
|
61
115
|
export type Usage = schemas['Usage']
|
|
116
|
+
/** {@link Warehouse} */
|
|
62
117
|
export type Warehouse = schemas['Warehouse']
|
|
118
|
+
/** {@link WarehouseBin} */
|
|
63
119
|
export type WarehouseBin = schemas['WarehouseBin']
|
|
120
|
+
/** {@link WarehouseBinInfo} */
|
|
64
121
|
export type WarehouseBinInfo = schemas['WarehouseBinInfo']
|
|
122
|
+
/** {@link WarehouseInfo} */
|
|
65
123
|
export type WarehouseInfo = schemas['WarehouseInfo']
|
|
66
124
|
|
|
67
125
|
/**
|
|
126
|
+
* @module ProcurementAPI
|
|
127
|
+
*/
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* Procurement module
|
|
68
131
|
* @public
|
|
69
132
|
*/
|
|
70
|
-
export
|
|
133
|
+
export class ProcurementAPI extends Manage {
|
|
71
134
|
constructor(props: CWMOptions) {
|
|
72
135
|
super(props)
|
|
73
136
|
}
|