@trakit/commands 0.0.16 → 0.0.18
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/API/Requests/Parameters/ParamCode.d.ts +3 -2
- package/API/Requests/Parameters/ParamGuid.d.ts +3 -2
- package/API/Requests/Parameters/ParamId.d.ts +3 -2
- package/API/Requests/Parameters/ParamIdentifier.d.ts +3 -1
- package/API/Requests/Parameters/ParamKey.d.ts +3 -2
- package/API/Requests/Parameters/ParamLogin.d.ts +3 -2
- package/API/Requests/Parameters/ParamMerge.d.ts +3 -2
- package/API/Requests/Parameters/ParamMergeSubscribable.d.ts +1 -0
- package/Accounts/Contacts/Requests/Parameters/ParamContactMerge.d.ts +1 -1
- package/Accounts/Contacts/Requests/PayContact.d.ts +5 -0
- package/Accounts/Contacts/Requests/PayContactBatchDelete.d.ts +1 -0
- package/Accounts/Contacts/Requests/PayContactBatchMerge.d.ts +1 -0
- package/Accounts/Contacts/Requests/PayContactGet.d.ts +1 -0
- package/Accounts/Contacts/Requests/PayContactList.d.ts +2 -0
- package/Accounts/Contacts/Requests/PayContactMerge.d.ts +1 -0
- package/Accounts/Groups/Requests/Parameters/ParamUserGroupMerge.d.ts +1 -1
- package/Accounts/Groups/Requests/PayUserGroup.d.ts +3 -2
- package/Accounts/Groups/Requests/PayUserGroupBatchDelete.d.ts +1 -0
- package/Accounts/Groups/Requests/PayUserGroupBatchMerge.d.ts +1 -0
- package/Accounts/Groups/Requests/PayUserGroupGet.d.ts +1 -0
- package/Accounts/Groups/Requests/PayUserGroupList.d.ts +2 -0
- package/Accounts/Groups/Requests/PayUserGroupMerge.d.ts +1 -0
- package/Accounts/Machines/Requests/PayMachine.d.ts +1 -0
- package/Accounts/Machines/Requests/PayMachineBatchDelete.d.ts +1 -0
- package/Accounts/Machines/Requests/PayMachineBatchMerge.d.ts +1 -0
- package/Accounts/Machines/Requests/PayMachineGet.d.ts +1 -0
- package/Accounts/Machines/Requests/PayMachineList.d.ts +2 -0
- package/Accounts/Machines/Requests/PayMachineMerge.d.ts +1 -0
- package/Accounts/Permissions/ParamPermission.d.ts +3 -2
- package/Accounts/Self/Requests/Parameters/ParamSelfContactMerge.d.ts +1 -1
- package/Accounts/Self/Requests/PaySelfContact.d.ts +1 -1
- package/Accounts/Self/Requests/PaySelfLogin.d.ts +1 -1
- package/Accounts/Self/Requests/PaySelfPassword.d.ts +1 -1
- package/Accounts/Self/Requests/PaySelfPreferences.d.ts +1 -1
- package/Accounts/Sessions/Requests/Parameters/ParamHandle.d.ts +3 -2
- package/Accounts/Sessions/Requests/PaySessionGet.d.ts +1 -0
- package/Accounts/Sessions/Requests/PaySessionList.d.ts +2 -0
- package/Accounts/Users/Requests/Parameters/ParamUserMerge.d.ts +1 -1
- package/Accounts/Users/Requests/PayUser.d.ts +1 -0
- package/Accounts/Users/Requests/PayUserAdvancedGet.d.ts +1 -0
- package/Accounts/Users/Requests/PayUserAdvancedList.d.ts +5 -2
- package/Accounts/Users/Requests/PayUserBatchDelete.d.ts +1 -0
- package/Accounts/Users/Requests/PayUserBatchMerge.d.ts +1 -0
- package/Accounts/Users/Requests/PayUserGeneralGet.d.ts +1 -0
- package/Accounts/Users/Requests/PayUserGeneralList.d.ts +5 -2
- package/Accounts/Users/Requests/PayUserGet.d.ts +1 -0
- package/Accounts/Users/Requests/PayUserList.d.ts +3 -0
- package/Accounts/Users/Requests/PayUserMerge.d.ts +1 -0
- package/Accounts/Users/Responses/RepUserAdvancedList.d.ts +4 -3
- package/Accounts/Users/Responses/RepUserGeneralList.d.ts +4 -3
- package/Assets/Requests/Parameters/ParamAssetDispatchMerge.d.ts +1 -1
- package/Assets/Requests/Parameters/ParamAssetMerge.d.ts +1 -1
- package/Assets/Requests/PayAsset.d.ts +1 -0
- package/Assets/Requests/PayAssetAdvancedGet.d.ts +1 -0
- package/Assets/Requests/PayAssetAdvancedList.d.ts +4 -0
- package/Assets/Requests/PayAssetBatchDelete.d.ts +1 -0
- package/Assets/Requests/PayAssetBatchMerge.d.ts +1 -0
- package/Assets/Requests/PayAssetDispatchGet.d.ts +1 -8
- package/Assets/Requests/PayAssetDispatchList.d.ts +5 -14
- package/Assets/Requests/PayAssetDispatchMerge.d.ts +3 -2
- package/Assets/Requests/PayAssetGeneralGet.d.ts +1 -0
- package/Assets/Requests/PayAssetGeneralList.d.ts +4 -0
- package/Assets/Requests/PayAssetGet.d.ts +1 -0
- package/Assets/Requests/PayAssetList.d.ts +4 -0
- package/Assets/Requests/PayAssetMerge.d.ts +1 -0
- package/Behaviours/Behaviours/Requests/Parameters/ParamBehaviourMerge.d.ts +1 -1
- package/Behaviours/Behaviours/Requests/PayBehaviour.d.ts +1 -0
- package/Behaviours/Behaviours/Requests/PayBehaviourBatchDelete.d.ts +1 -0
- package/Behaviours/Behaviours/Requests/PayBehaviourBatchMerge.d.ts +1 -0
- package/Behaviours/Behaviours/Requests/PayBehaviourGet.d.ts +1 -0
- package/Behaviours/Behaviours/Requests/PayBehaviourList.d.ts +2 -0
- package/Behaviours/Behaviours/Requests/PayBehaviourMerge.d.ts +1 -0
- package/Behaviours/Logs/Requests/PayBehaviourLogBatchDelete.d.ts +3 -0
- package/Behaviours/Logs/Requests/PayBehaviourLogList.d.ts +4 -0
- package/Behaviours/Scripts/Requests/Parameters/ParamBehaviourScriptMerge.d.ts +1 -1
- package/Behaviours/Scripts/Requests/PayBehaviourScript.d.ts +1 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScriptBatchDelete.d.ts +1 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScriptBatchMerge.d.ts +1 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScriptGet.d.ts +1 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScriptList.d.ts +2 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScriptMerge.d.ts +1 -0
- package/Companies/Requests/Parameters/ParamCompanyMerge.d.ts +1 -1
- package/Companies/Requests/Parameters/ParamCompanyResellerMerge.d.ts +1 -1
- package/Companies/Requests/Parameters/ParamEmailServer.d.ts +1 -1
- package/Companies/Requests/Parameters/ParamPasswordPolicy.d.ts +1 -1
- package/Companies/Requests/Parameters/ParamSessionPolicy.d.ts +1 -1
- package/Companies/Requests/Parameters/ParamSmsServer.d.ts +1 -1
- package/Companies/Requests/PayCompany.d.ts +1 -0
- package/Companies/Requests/PayCompanyBatchDelete.d.ts +1 -0
- package/Companies/Requests/PayCompanyBatchMerge.d.ts +1 -0
- package/Companies/Requests/PayCompanyDirectoryGet.d.ts +1 -0
- package/Companies/Requests/PayCompanyDirectoryList.d.ts +2 -0
- package/Companies/Requests/PayCompanyGeneralGet.d.ts +1 -0
- package/Companies/Requests/PayCompanyGeneralList.d.ts +2 -0
- package/Companies/Requests/PayCompanyGet.d.ts +1 -0
- package/Companies/Requests/PayCompanyMerge.d.ts +1 -0
- package/Companies/Requests/PayCompanyPolicyGet.d.ts +1 -0
- package/Companies/Requests/PayCompanyPolicyList.d.ts +2 -0
- package/Companies/Requests/PayCompanyResellerGet.d.ts +1 -0
- package/Companies/Requests/PayCompanyResellerList.d.ts +2 -0
- package/Companies/Requests/PayCompanyResellerMerge.d.ts +1 -0
- package/Companies/Requests/PayCompanyStyleGet.d.ts +1 -0
- package/Companies/Requests/PayCompanyStyleList.d.ts +2 -0
- package/Companies/Responses/RepCompanyDirectoryList.d.ts +5 -4
- package/Companies/Responses/RepCompanyGeneralList.d.ts +4 -3
- package/Companies/Responses/RepCompanyPolicyList.d.ts +4 -3
- package/Companies/Responses/RepCompanyResellerList.d.ts +4 -3
- package/Companies/Responses/RepCompanyStyleList.d.ts +4 -3
- package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobCancel.d.ts +1 -1
- package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobChange.d.ts +1 -1
- package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobMerge.d.ts +1 -1
- package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepChange.d.ts +1 -1
- package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepMerge.d.ts +1 -1
- package/Dispatch/DispatchJob/Requests/PayDispatchJob.d.ts +1 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchCancel.d.ts +1 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchChange.d.ts +1 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchDelete.d.ts +1 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchMerge.d.ts +1 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobCancel.d.ts +1 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobChange.d.ts +1 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobGet.d.ts +1 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobList.d.ts +7 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobMerge.d.ts +1 -0
- package/Dispatch/DispatchTask/Requests/Parameters/ParamDispatchTaskMerge.d.ts +1 -1
- package/Dispatch/DispatchTask/Requests/PayDispatchTask.d.ts +1 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchDelete.d.ts +1 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchMerge.d.ts +1 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTaskGet.d.ts +1 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTaskList.d.ts +5 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTaskMerge.d.ts +1 -0
- package/Hosting/Documents/Requests/Parameters/ParamDocumentMerge.d.ts +1 -1
- package/Hosting/Documents/Requests/PayDocument.d.ts +1 -0
- package/Hosting/Documents/Requests/PayDocumentGet.d.ts +1 -0
- package/Hosting/Documents/Requests/PayDocumentList.d.ts +2 -0
- package/Hosting/Documents/Requests/PayDocumentMerge.d.ts +1 -0
- package/Hosting/FormResults/Requests/Parameters/ParamFormResultMerge.d.ts +1 -1
- package/Hosting/FormResults/Requests/PayFormResult.d.ts +1 -0
- package/Hosting/FormResults/Requests/PayFormResultBatchMerge.d.ts +1 -0
- package/Hosting/FormResults/Requests/PayFormResultGet.d.ts +1 -0
- package/Hosting/FormResults/Requests/PayFormResultList.d.ts +2 -0
- package/Hosting/FormResults/Requests/PayFormResultMerge.d.ts +1 -0
- package/Hosting/FormTemplates/Requests/Parameters/ParamFormField.d.ts +1 -1
- package/Hosting/FormTemplates/Requests/Parameters/ParamFormTemplateMerge.d.ts +1 -1
- package/Hosting/FormTemplates/Requests/PayFormTemplate.d.ts +1 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplateBatchDelete.d.ts +1 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplateBatchMerge.d.ts +1 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplateGet.d.ts +1 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplateList.d.ts +2 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplateMerge.d.ts +1 -0
- package/Images/Dashcams/Requests/PayDashcam.d.ts +1 -0
- package/Images/Dashcams/Requests/PayDashcamGet.d.ts +1 -0
- package/Images/Dashcams/Requests/PayDashcamList.d.ts +7 -0
- package/Images/Icons/Requests/Parameters/ParamIconMerge.d.ts +1 -1
- package/Images/Icons/Requests/PayIcon.d.ts +1 -0
- package/Images/Icons/Requests/PayIconBatchDelete.d.ts +1 -0
- package/Images/Icons/Requests/PayIconBatchMerge.d.ts +1 -0
- package/Images/Icons/Requests/PayIconGet.d.ts +1 -0
- package/Images/Icons/Requests/PayIconList.d.ts +2 -0
- package/Images/Icons/Requests/PayIconMerge.d.ts +1 -0
- package/Images/Pictures/Requests/Parameters/ParamPictureMerge.d.ts +1 -1
- package/Images/Pictures/Requests/PayPicture.d.ts +1 -0
- package/Images/Pictures/Requests/PayPictureBatchDelete.d.ts +1 -0
- package/Images/Pictures/Requests/PayPictureBatchMerge.d.ts +1 -0
- package/Images/Pictures/Requests/PayPictureGet.d.ts +1 -0
- package/Images/Pictures/Requests/PayPictureList.d.ts +2 -0
- package/Images/Pictures/Requests/PayPictureMerge.d.ts +1 -0
- package/Maintenance/Jobs/Requests/Parameters/ParamMaintenanceJobMerge.d.ts +1 -1
- package/Maintenance/Jobs/Requests/PayMaintenanceJob.d.ts +1 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJobBatchDelete.d.ts +1 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJobBatchMerge.d.ts +1 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJobGet.d.ts +1 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJobList.d.ts +2 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJobMerge.d.ts +1 -0
- package/Maintenance/Schedules/Requests/Parameters/ParamMaintenanceScheduleMerge.d.ts +1 -1
- package/Maintenance/Schedules/Requests/PayMaintenanceSchedule.d.ts +1 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchDelete.d.ts +1 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchMerge.d.ts +1 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceScheduleGet.d.ts +1 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceScheduleList.d.ts +2 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceScheduleMerge.d.ts +1 -0
- package/Messaging/Requests/Parameters/ParamAssetMessageMerge.d.ts +1 -1
- package/Messaging/Requests/PayAssetMessage.d.ts +1 -0
- package/Messaging/Requests/PayAssetMessageBatchDelete.d.ts +1 -0
- package/Messaging/Requests/PayAssetMessageBatchMerge.d.ts +1 -0
- package/Messaging/Requests/PayAssetMessageGet.d.ts +1 -0
- package/Messaging/Requests/PayAssetMessageList.d.ts +3 -0
- package/Messaging/Requests/PayAssetMessageMerge.d.ts +1 -0
- package/Places/Requests/Parameters/ParamPlaceMerge.d.ts +1 -1
- package/Places/Requests/PayPlace.d.ts +1 -0
- package/Places/Requests/PayPlaceBatchDelete.d.ts +1 -0
- package/Places/Requests/PayPlaceBatchMerge.d.ts +1 -0
- package/Places/Requests/PayPlaceGet.d.ts +1 -0
- package/Places/Requests/PayPlaceList.d.ts +2 -0
- package/Places/Requests/PayPlaceMerge.d.ts +1 -0
- package/Providers/Configs/Requests/Parameters/ParamProviderConfigMerge.d.ts +1 -1
- package/Providers/Configs/Requests/PayProviderConfig.d.ts +1 -0
- package/Providers/Configs/Requests/PayProviderConfigBatchDelete.d.ts +1 -0
- package/Providers/Configs/Requests/PayProviderConfigBatchMerge.d.ts +1 -0
- package/Providers/Configs/Requests/PayProviderConfigGet.d.ts +1 -0
- package/Providers/Configs/Requests/PayProviderConfigList.d.ts +3 -0
- package/Providers/Configs/Requests/PayProviderConfigMerge.d.ts +1 -0
- package/Providers/ConfigurationTypes/Requests/PayProviderConfigurationType.d.ts +1 -0
- package/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeGet.d.ts +1 -0
- package/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeList.d.ts +2 -13
- package/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeList.d.ts +1 -7
- package/Providers/Configurations/Requests/Parameters/ParamProviderConfigurationMerge.d.ts +1 -1
- package/Providers/Configurations/Requests/PayProviderConfiguration.d.ts +1 -0
- package/Providers/Configurations/Requests/PayProviderConfigurationBatchDelete.d.ts +1 -0
- package/Providers/Configurations/Requests/PayProviderConfigurationBatchMerge.d.ts +1 -0
- package/Providers/Configurations/Requests/PayProviderConfigurationGet.d.ts +1 -0
- package/Providers/Configurations/Requests/PayProviderConfigurationList.d.ts +2 -0
- package/Providers/Configurations/Requests/PayProviderConfigurationMerge.d.ts +1 -0
- package/Providers/Providers/Requests/Parameters/ParamProviderMerge.d.ts +2 -2
- package/Providers/Providers/Requests/PayProvider.d.ts +1 -0
- package/Providers/Providers/Requests/PayProviderAdvancedGet.d.ts +1 -0
- package/Providers/Providers/Requests/PayProviderAdvancedList.d.ts +3 -0
- package/Providers/Providers/Requests/PayProviderBatchDelete.d.ts +1 -0
- package/Providers/Providers/Requests/PayProviderBatchMerge.d.ts +1 -0
- package/Providers/Providers/Requests/PayProviderControlGet.d.ts +1 -0
- package/Providers/Providers/Requests/PayProviderControlList.d.ts +3 -0
- package/Providers/Providers/Requests/PayProviderGeneralGet.d.ts +1 -0
- package/Providers/Providers/Requests/PayProviderGeneralList.d.ts +3 -0
- package/Providers/Providers/Requests/PayProviderGet.d.ts +1 -0
- package/Providers/Providers/Requests/PayProviderList.d.ts +3 -0
- package/Providers/Providers/Requests/PayProviderMerge.d.ts +1 -0
- package/Providers/Providers/Responses/RepProviderAdvancedList.d.ts +4 -3
- package/Providers/Providers/Responses/RepProviderControlList.d.ts +4 -3
- package/Providers/Providers/Responses/RepProviderGeneralList.d.ts +3 -2
- package/Providers/Registrations/Requests/Parameters/ParamProviderRegistrationMerge.d.ts +1 -1
- package/Providers/Registrations/Requests/PayProviderRegistration.d.ts +1 -0
- package/Providers/Registrations/Requests/PayProviderRegistrationGet.d.ts +1 -0
- package/Providers/Registrations/Requests/PayProviderRegistrationList.d.ts +2 -0
- package/Providers/Registrations/Requests/PayProviderRegistrationMerge.d.ts +1 -0
- package/Providers/Scripts/Requests/Parameters/ParamProviderScriptMerge.d.ts +1 -1
- package/Providers/Scripts/Requests/PayProviderScript.d.ts +1 -0
- package/Providers/Scripts/Requests/PayProviderScriptBatchDelete.d.ts +1 -0
- package/Providers/Scripts/Requests/PayProviderScriptBatchMerge.d.ts +1 -0
- package/Providers/Scripts/Requests/PayProviderScriptGet.d.ts +1 -0
- package/Providers/Scripts/Requests/PayProviderScriptList.d.ts +2 -0
- package/Providers/Scripts/Requests/PayProviderScriptMerge.d.ts +1 -0
- package/Reports/Parameters/ParamReportOptions.d.ts +1 -1
- package/Reports/Parameters/ParamReportScorecardRules.d.ts +1 -1
- package/Reports/Results/Requests/Parameters/ParamReportResultMerge.d.ts +1 -1
- package/Reports/Results/Requests/PayReportResult.d.ts +1 -0
- package/Reports/Results/Requests/PayReportResultBatchDelete.d.ts +1 -0
- package/Reports/Results/Requests/PayReportResultBatchMerge.d.ts +1 -0
- package/Reports/Results/Requests/PayReportResultGet.d.ts +1 -0
- package/Reports/Results/Requests/PayReportResultList.d.ts +2 -0
- package/Reports/Results/Requests/PayReportResultMerge.d.ts +1 -0
- package/Reports/Schedules/Requests/Parameters/ParamReportNotify.d.ts +1 -1
- package/Reports/Schedules/Requests/Parameters/ParamReportRecurrence.d.ts +1 -1
- package/Reports/Schedules/Requests/Parameters/ParamReportScheduleMerge.d.ts +1 -1
- package/Reports/Schedules/Requests/PayReportSchedule.d.ts +1 -0
- package/Reports/Schedules/Requests/PayReportScheduleGet.d.ts +1 -0
- package/Reports/Schedules/Requests/PayReportScheduleList.d.ts +2 -0
- package/Reports/Schedules/Requests/PayReportScheduleMerge.d.ts +1 -0
- package/Reports/Templates/Requests/Parameters/ParamReportTemplateMerge.d.ts +1 -1
- package/Reports/Templates/Requests/PayReportTemplate.d.ts +1 -0
- package/Reports/Templates/Requests/PayReportTemplateBatchDelete.d.ts +1 -0
- package/Reports/Templates/Requests/PayReportTemplateBatchMerge.d.ts +1 -0
- package/Reports/Templates/Requests/PayReportTemplateGet.d.ts +1 -0
- package/Reports/Templates/Requests/PayReportTemplateList.d.ts +2 -0
- package/Reports/Templates/Requests/PayReportTemplateMerge.d.ts +1 -0
- package/WebSocket/Requests/PaySubscriptionMerge.d.ts +1 -0
- package/index.d.ts +5 -5
- package/package.json +2 -2
- package/trakit-commands.min.js +2 -2
- package/index.js +0 -1
|
@@ -13,6 +13,7 @@ export declare abstract class PayCompanyStyleList extends Payload implements IPa
|
|
|
13
13
|
*/
|
|
14
14
|
includeDeleted: boolean;
|
|
15
15
|
constructor(json?: JsonObject);
|
|
16
|
+
toJSON(): JsonObject;
|
|
16
17
|
}
|
|
17
18
|
/**
|
|
18
19
|
* Gets the list of {@link CompanyStyles}s for the specified {@link Company}.
|
|
@@ -24,5 +25,6 @@ export declare class PayCompanyStyleListByCompany extends PayCompanyStyleList im
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayCompanyStyleList.d.ts.map
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { codified, CompanyDirectory, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
1
|
+
import { codified, Company, CompanyDirectory, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
2
|
import { ContentIdParent } from "../../API/Responses/Content/ContentIdParent";
|
|
3
|
-
import {
|
|
3
|
+
import { ReplySyncListPiece } from "../../API/Responses/ReplySyncList";
|
|
4
4
|
/**
|
|
5
|
-
* A container for the requested {@link
|
|
5
|
+
* A container for the requested {@link companyDirectories}.
|
|
6
6
|
*/
|
|
7
|
-
export declare abstract class RepCompanyDirectoryList extends
|
|
7
|
+
export declare abstract class RepCompanyDirectoryList extends ReplySyncListPiece<CompanyDirectory> {
|
|
8
8
|
/**
|
|
9
9
|
* The list of requested {@link CompanyDirectory}s.
|
|
10
10
|
*/
|
|
11
11
|
companyDirectories: CompanyDirectory[] | nothing;
|
|
12
12
|
constructor(json: JsonObject);
|
|
13
13
|
getList(): CompanyDirectory[];
|
|
14
|
+
protected _createBlank(): Company;
|
|
14
15
|
}
|
|
15
16
|
/**
|
|
16
17
|
* A container owner {@link Company} of the collection.
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { codified, CompanyGeneral, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
1
|
+
import { codified, Company, CompanyGeneral, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
2
|
import { ContentIdParent } from "../../API/Responses/Content/ContentIdParent";
|
|
3
|
-
import {
|
|
3
|
+
import { ReplySyncListPiece } from "../../API/Responses/ReplySyncList";
|
|
4
4
|
/**
|
|
5
5
|
* A container for the requested {@link companyGenerals}.
|
|
6
6
|
*/
|
|
7
|
-
export declare abstract class RepCompanyGeneralList extends
|
|
7
|
+
export declare abstract class RepCompanyGeneralList extends ReplySyncListPiece<CompanyGeneral> {
|
|
8
8
|
/**
|
|
9
9
|
* The list of requested {@link CompanyGeneral}s.
|
|
10
10
|
*/
|
|
11
11
|
companyGenerals: CompanyGeneral[] | nothing;
|
|
12
12
|
constructor(json: JsonObject);
|
|
13
13
|
getList(): CompanyGeneral[];
|
|
14
|
+
protected _createBlank(): Company;
|
|
14
15
|
}
|
|
15
16
|
/**
|
|
16
17
|
* A container owner {@link Company} of the collection.
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { codified, CompanyPolicy, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
1
|
+
import { codified, Company, CompanyPolicy, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
2
|
import { ContentIdParent } from "../../API/Responses/Content/ContentIdParent";
|
|
3
|
-
import {
|
|
3
|
+
import { ReplySyncListPiece } from "../../API/Responses/ReplySyncList";
|
|
4
4
|
/**
|
|
5
5
|
* A container for the requested {@link companyPolicies}.
|
|
6
6
|
*/
|
|
7
|
-
export declare abstract class RepCompanyPolicyList extends
|
|
7
|
+
export declare abstract class RepCompanyPolicyList extends ReplySyncListPiece<CompanyPolicy> {
|
|
8
8
|
/**
|
|
9
9
|
* The list of requested {@link CompanyPolicy}s.
|
|
10
10
|
*/
|
|
11
11
|
companyPolicies: CompanyPolicy[] | nothing;
|
|
12
12
|
constructor(json: JsonObject);
|
|
13
13
|
getList(): CompanyPolicy[];
|
|
14
|
+
protected _createBlank(): Company;
|
|
14
15
|
}
|
|
15
16
|
/**
|
|
16
17
|
* A container owner {@link Company} of the collection.
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { codified, CompanyReseller, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
1
|
+
import { codified, Company, CompanyReseller, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
2
|
import { ContentIdParent } from "../../API/Responses/Content/ContentIdParent";
|
|
3
|
-
import {
|
|
3
|
+
import { ReplySyncListPiece } from "../../API/Responses/ReplySyncList";
|
|
4
4
|
/**
|
|
5
5
|
* A container for the requested {@link companyResellers}.
|
|
6
6
|
*/
|
|
7
|
-
export declare abstract class RepCompanyResellerList extends
|
|
7
|
+
export declare abstract class RepCompanyResellerList extends ReplySyncListPiece<CompanyReseller> {
|
|
8
8
|
/**
|
|
9
9
|
* The list of requested {@link CompanyReseller}s.
|
|
10
10
|
*/
|
|
11
11
|
companyResellers: CompanyReseller[] | nothing;
|
|
12
12
|
constructor(json: JsonObject);
|
|
13
13
|
getList(): CompanyReseller[];
|
|
14
|
+
protected _createBlank(): Company;
|
|
14
15
|
}
|
|
15
16
|
/**
|
|
16
17
|
* A container owner {@link Company} of the collection.
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { codified, CompanyStyle, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
1
|
+
import { codified, Company, CompanyStyle, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
2
|
import { ContentIdParent } from "../../API/Responses/Content/ContentIdParent";
|
|
3
|
-
import {
|
|
3
|
+
import { ReplySyncListPiece } from "../../API/Responses/ReplySyncList";
|
|
4
4
|
/**
|
|
5
5
|
* A container for the requested {@link companyStyles}.
|
|
6
6
|
*/
|
|
7
|
-
export declare abstract class RepCompanyStyleList extends
|
|
7
|
+
export declare abstract class RepCompanyStyleList extends ReplySyncListPiece<CompanyStyle> {
|
|
8
8
|
/**
|
|
9
9
|
* The list of requested {@link CompanyStyles}s.
|
|
10
10
|
*/
|
|
11
11
|
companyStyles: CompanyStyle[] | nothing;
|
|
12
12
|
constructor(json: JsonObject);
|
|
13
13
|
getList(): CompanyStyle[];
|
|
14
|
+
protected _createBlank(): Company;
|
|
14
15
|
}
|
|
15
16
|
/**
|
|
16
17
|
* A container owner {@link Company} of the collection.
|
|
@@ -54,6 +54,6 @@ export declare class ParamDispatchJobMerge extends ParamMergeSubscribable {
|
|
|
54
54
|
*/
|
|
55
55
|
steps: ParamDispatchStepMerge[] | nothing;
|
|
56
56
|
constructor(json?: JsonObject);
|
|
57
|
-
toJSON():
|
|
57
|
+
toJSON(): JsonObject;
|
|
58
58
|
}
|
|
59
59
|
//# sourceMappingURL=ParamDispatchJobMerge.d.ts.map
|
|
@@ -23,6 +23,6 @@ export declare class ParamDispatchStepChange extends ParamMergeSubscribable {
|
|
|
23
23
|
*/
|
|
24
24
|
status: DispatchStepStatus | nothing;
|
|
25
25
|
constructor(json?: JsonObject);
|
|
26
|
-
toJSON():
|
|
26
|
+
toJSON(): JsonObject;
|
|
27
27
|
}
|
|
28
28
|
//# sourceMappingURL=ParamDispatchStepChange.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayDispatchJobBatchCancel extends PayDispatchJobSpecial {
|
|
|
12
12
|
dispatchJobs: ParamDispatchJobCancel[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayDispatchJobBatchCancel.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayDispatchJobBatchChange extends PayDispatchJobSpecial {
|
|
|
12
12
|
dispatchJobs: ParamDispatchJobChange[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayDispatchJobBatchChange.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayDispatchJobBatchDelete extends PayDispatchJobSpecial {
|
|
|
12
12
|
dispatchJobs: ParamId[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayDispatchJobBatchDelete.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayDispatchJobBatchMerge extends PayDispatchJobSpecial {
|
|
|
12
12
|
dispatchJobs: ParamDispatchJobMerge[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayDispatchJobBatchMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayDispatchJobGet extends PayDispatchJob implements IPayDel
|
|
|
12
12
|
includeDeleted: boolean;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayDispatchJobGet.d.ts.map
|
|
@@ -16,6 +16,7 @@ export declare abstract class PayDispatchJobList extends Payload implements IPay
|
|
|
16
16
|
*/
|
|
17
17
|
includeDeleted: boolean;
|
|
18
18
|
constructor(json?: JsonObject);
|
|
19
|
+
toJSON(): JsonObject;
|
|
19
20
|
}
|
|
20
21
|
/**
|
|
21
22
|
* Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
|
|
@@ -27,6 +28,7 @@ export declare class PayDispatchJobListByCompany extends PayDispatchJobList impl
|
|
|
27
28
|
company: ParamId;
|
|
28
29
|
constructor(json?: JsonObject);
|
|
29
30
|
createReply(json: JsonObject): Reply;
|
|
31
|
+
toJSON(): JsonObject;
|
|
30
32
|
}
|
|
31
33
|
/**
|
|
32
34
|
* Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
|
|
@@ -38,6 +40,7 @@ export declare class PayDispatchJobListByCompanyAndLabels extends PayDispatchJob
|
|
|
38
40
|
labels: codified[];
|
|
39
41
|
constructor(json?: JsonObject);
|
|
40
42
|
createReply(json: JsonObject): Reply;
|
|
43
|
+
toJSON(): JsonObject;
|
|
41
44
|
}
|
|
42
45
|
/**
|
|
43
46
|
* Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
|
|
@@ -50,6 +53,7 @@ export declare class PayDispatchJobListByCompanyAndRefPairs extends PayDispatchJ
|
|
|
50
53
|
references: Map<string, string>;
|
|
51
54
|
constructor(json?: JsonObject);
|
|
52
55
|
createReply(json: JsonObject): Reply;
|
|
56
|
+
toJSON(): JsonObject;
|
|
53
57
|
}
|
|
54
58
|
/**
|
|
55
59
|
* Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
|
|
@@ -61,6 +65,7 @@ export declare class PayDispatchJobListByAsset extends PayDispatchJobList implem
|
|
|
61
65
|
asset: ParamId;
|
|
62
66
|
constructor(json?: JsonObject);
|
|
63
67
|
createReply(json: JsonObject): Reply;
|
|
68
|
+
toJSON(): JsonObject;
|
|
64
69
|
}
|
|
65
70
|
/**
|
|
66
71
|
* Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
|
|
@@ -72,6 +77,7 @@ export declare class PayDispatchJobListByAssetAndLabels extends PayDispatchJobLi
|
|
|
72
77
|
labels: codified[];
|
|
73
78
|
constructor(json?: JsonObject);
|
|
74
79
|
createReply(json: JsonObject): Reply;
|
|
80
|
+
toJSON(): JsonObject;
|
|
75
81
|
}
|
|
76
82
|
/**
|
|
77
83
|
* Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
|
|
@@ -84,6 +90,7 @@ export declare class PayDispatchJobListByAssetAndRefPairs extends PayDispatchJob
|
|
|
84
90
|
references: Map<string, string>;
|
|
85
91
|
constructor(json?: JsonObject);
|
|
86
92
|
createReply(json: JsonObject): Reply;
|
|
93
|
+
toJSON(): JsonObject;
|
|
87
94
|
}
|
|
88
95
|
/**
|
|
89
96
|
* Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
|
|
@@ -12,5 +12,6 @@ export declare class PayDispatchTaskBatchMerge extends Payload {
|
|
|
12
12
|
dispatchTasks: ParamDispatchTaskMerge[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayDispatchTaskBatchMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayDispatchTaskGet extends PayDispatchTask implements IPayD
|
|
|
12
12
|
includeDeleted: boolean;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayDispatchTaskGet.d.ts.map
|
|
@@ -15,6 +15,7 @@ export declare abstract class PayDispatchTaskList extends Payload implements IPa
|
|
|
15
15
|
*/
|
|
16
16
|
includeDeleted: boolean;
|
|
17
17
|
constructor(json?: JsonObject);
|
|
18
|
+
toJSON(): JsonObject;
|
|
18
19
|
}
|
|
19
20
|
/**
|
|
20
21
|
* Gets the list of {@link DispatchTask}s for the specified {@link Asset}.
|
|
@@ -26,6 +27,7 @@ export declare class PayDispatchTaskListByAsset extends PayDispatchTaskList impl
|
|
|
26
27
|
asset: ParamId;
|
|
27
28
|
constructor(json?: JsonObject);
|
|
28
29
|
createReply(json: JsonObject): Reply;
|
|
30
|
+
toJSON(): JsonObject;
|
|
29
31
|
}
|
|
30
32
|
/**
|
|
31
33
|
* Gets the list of {@link DispatchTask}s for the specified {@link Asset} only if the specified reference fields match.
|
|
@@ -40,6 +42,7 @@ export declare class PayDispatchTaskListByAssetAndRefPairs extends PayDispatchTa
|
|
|
40
42
|
references: Map<string, string>;
|
|
41
43
|
constructor(json?: JsonObject);
|
|
42
44
|
createReply(json: JsonObject): Reply;
|
|
45
|
+
toJSON(): JsonObject;
|
|
43
46
|
}
|
|
44
47
|
/**
|
|
45
48
|
* Gets the list of {@link DispatchTask}s for the specified {@link Company}.
|
|
@@ -51,6 +54,7 @@ export declare class PayDispatchTaskListByCompany extends PayDispatchTaskList im
|
|
|
51
54
|
company: ParamId;
|
|
52
55
|
constructor(json?: JsonObject);
|
|
53
56
|
createReply(json: JsonObject): Reply;
|
|
57
|
+
toJSON(): JsonObject;
|
|
54
58
|
}
|
|
55
59
|
/**
|
|
56
60
|
* Gets the list of {@link DispatchTask}s for the specified {@link Company} only if the specified reference fields match.
|
|
@@ -65,5 +69,6 @@ export declare class PayDispatchTaskListByCompanyAndRefPairs extends PayDispatch
|
|
|
65
69
|
references: Map<string, string>;
|
|
66
70
|
constructor(json?: JsonObject);
|
|
67
71
|
createReply(json: JsonObject): Reply;
|
|
72
|
+
toJSON(): JsonObject;
|
|
68
73
|
}
|
|
69
74
|
//# sourceMappingURL=PayDispatchTaskList.d.ts.map
|
|
@@ -32,6 +32,6 @@ export declare class ParamDocumentMerge extends ParamMergeSubscribable {
|
|
|
32
32
|
*/
|
|
33
33
|
references: Map<string, string | nothing> | nothing;
|
|
34
34
|
constructor(json?: JsonObject);
|
|
35
|
-
toJSON():
|
|
35
|
+
toJSON(): JsonObject;
|
|
36
36
|
}
|
|
37
37
|
//# sourceMappingURL=ParamDocumentMerge.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayDocumentList extends Payload implements IPayDel
|
|
|
13
13
|
*/
|
|
14
14
|
includeDeleted: boolean;
|
|
15
15
|
constructor(json?: JsonObject);
|
|
16
|
+
toJSON(): JsonObject;
|
|
16
17
|
}
|
|
17
18
|
/**
|
|
18
19
|
* Contains the {@link Company.id} of the collection.
|
|
@@ -24,5 +25,6 @@ export declare class PayDocumentListByCompany extends PayDocumentList implements
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayDocumentList.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayFormResultBatchMerge extends Payload {
|
|
|
12
12
|
formResults: ParamFormResultMerge[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayFormResultBatchMerge.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayFormResultList extends Payload implements IPayD
|
|
|
13
13
|
*/
|
|
14
14
|
includeDeleted: boolean;
|
|
15
15
|
constructor(json?: JsonObject);
|
|
16
|
+
toJSON(): JsonObject;
|
|
16
17
|
}
|
|
17
18
|
/**
|
|
18
19
|
* Contains the {@link Company.id} of the collection.
|
|
@@ -24,5 +25,6 @@ export declare class PayFormResultListByCompany extends PayFormResultList implem
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayFormResultList.d.ts.map
|
|
@@ -15,6 +15,6 @@ export declare class ParamFormTemplateMerge extends ParamMergeSubscribable {
|
|
|
15
15
|
stroke: string | nothing;
|
|
16
16
|
graphic: string | nothing;
|
|
17
17
|
constructor(json?: JsonObject);
|
|
18
|
-
toJSON():
|
|
18
|
+
toJSON(): JsonObject;
|
|
19
19
|
}
|
|
20
20
|
//# sourceMappingURL=ParamFormTemplateMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayFormTemplateBatchMerge extends Payload {
|
|
|
12
12
|
formTemplates: ParamFormTemplateMerge[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayFormTemplateBatchMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayFormTemplateGet extends PayFormTemplate implements IPayD
|
|
|
12
12
|
includeDeleted: boolean;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayFormTemplateGet.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayFormTemplateList extends Payload implements IPa
|
|
|
13
13
|
*/
|
|
14
14
|
includeDeleted: boolean;
|
|
15
15
|
constructor(json?: JsonObject);
|
|
16
|
+
toJSON(): JsonObject;
|
|
16
17
|
}
|
|
17
18
|
/**
|
|
18
19
|
* Contains the {@link Company.id} of the collection.
|
|
@@ -24,5 +25,6 @@ export declare class PayFormTemplateListByCompany extends PayFormTemplateList im
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayFormTemplateList.d.ts.map
|
|
@@ -19,6 +19,7 @@ export declare abstract class PayDashcamList extends PayListByDate implements IP
|
|
|
19
19
|
*/
|
|
20
20
|
kind: DashcamMediaType | nothing;
|
|
21
21
|
constructor(json?: JsonObject);
|
|
22
|
+
toJSON(): JsonObject;
|
|
22
23
|
}
|
|
23
24
|
/**
|
|
24
25
|
* Contains the {@link Company.id} of the collection.
|
|
@@ -30,6 +31,7 @@ export declare class PayDashcamListByCompany extends PayDashcamList implements I
|
|
|
30
31
|
company: ParamId;
|
|
31
32
|
constructor(json?: JsonObject);
|
|
32
33
|
createReply(json: JsonObject): Reply;
|
|
34
|
+
toJSON(): JsonObject;
|
|
33
35
|
}
|
|
34
36
|
/**
|
|
35
37
|
* Contains the {@link Company.id} of the collection.
|
|
@@ -41,6 +43,7 @@ export declare class PayDashcamListByAsset extends PayDashcamList implements IPa
|
|
|
41
43
|
asset: ParamId;
|
|
42
44
|
constructor(json?: JsonObject);
|
|
43
45
|
createReply(json: JsonObject): Reply;
|
|
46
|
+
toJSON(): JsonObject;
|
|
44
47
|
}
|
|
45
48
|
/**
|
|
46
49
|
* Contains the {@link Company.id} of the collection.
|
|
@@ -52,6 +55,7 @@ export declare class PayDashcamListByProvider extends PayDashcamList {
|
|
|
52
55
|
provider: ParamIdentifier;
|
|
53
56
|
constructor(json?: JsonObject);
|
|
54
57
|
createReply(json: JsonObject): Reply;
|
|
58
|
+
toJSON(): JsonObject;
|
|
55
59
|
}
|
|
56
60
|
/**
|
|
57
61
|
* Gets details of the specified {@link dashcam}.
|
|
@@ -78,6 +82,7 @@ export declare class PayDashcamLiveListByCompany extends PayDashcamLiveList impl
|
|
|
78
82
|
company: ParamId;
|
|
79
83
|
constructor(json?: JsonObject);
|
|
80
84
|
createReply(json: JsonObject): Reply;
|
|
85
|
+
toJSON(): JsonObject;
|
|
81
86
|
}
|
|
82
87
|
/**
|
|
83
88
|
* Contains the {@link Company.id} of the collection.
|
|
@@ -89,6 +94,7 @@ export declare class PayDashcamLiveListByAsset extends PayDashcamLiveList implem
|
|
|
89
94
|
asset: ParamId;
|
|
90
95
|
constructor(json?: JsonObject);
|
|
91
96
|
createReply(json: JsonObject): Reply;
|
|
97
|
+
toJSON(): JsonObject;
|
|
92
98
|
}
|
|
93
99
|
/**
|
|
94
100
|
* Contains the {@link Company.id} of the collection.
|
|
@@ -100,5 +106,6 @@ export declare class PayDashcamLiveListByProvider extends PayDashcamLiveList {
|
|
|
100
106
|
provider: ParamIdentifier;
|
|
101
107
|
constructor(json?: JsonObject);
|
|
102
108
|
createReply(json: JsonObject): Reply;
|
|
109
|
+
toJSON(): JsonObject;
|
|
103
110
|
}
|
|
104
111
|
//# sourceMappingURL=PayDashcamList.d.ts.map
|