@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
|
@@ -29,6 +29,6 @@ export declare class ParamIconMerge extends ParamMergeSubscribable {
|
|
|
29
29
|
badge: IconLabel | nothing;
|
|
30
30
|
glyphs: IconGlyph[] | nothing;
|
|
31
31
|
constructor(json?: JsonObject);
|
|
32
|
-
toJSON():
|
|
32
|
+
toJSON(): JsonObject;
|
|
33
33
|
}
|
|
34
34
|
//# sourceMappingURL=ParamIconMerge.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayIconList extends Payload implements IPayDeletab
|
|
|
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 PayIconListByCompany extends PayIconList implements IPayLis
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayIconList.d.ts.map
|
|
@@ -25,6 +25,6 @@ export declare class ParamPictureMerge extends ParamMergeSubscribable {
|
|
|
25
25
|
notes: string | nothing;
|
|
26
26
|
focals: Rectangle[] | nothing;
|
|
27
27
|
constructor(json?: JsonObject);
|
|
28
|
-
toJSON():
|
|
28
|
+
toJSON(): JsonObject;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=ParamPictureMerge.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayPictureList extends Payload implements IPayDele
|
|
|
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 PayPictureListByCompany extends PayPictureList implements I
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayPictureList.d.ts.map
|
|
@@ -28,6 +28,6 @@ export declare class ParamMaintenanceJobMerge extends ParamMergeSubscribable {
|
|
|
28
28
|
technician: string | nothing;
|
|
29
29
|
pictures: ulong[] | nothing;
|
|
30
30
|
constructor(json?: JsonObject);
|
|
31
|
-
toJSON():
|
|
31
|
+
toJSON(): JsonObject;
|
|
32
32
|
}
|
|
33
33
|
//# sourceMappingURL=ParamMaintenanceJobMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayMaintenanceJobBatchDelete extends Payload {
|
|
|
12
12
|
maintenanceJobs: ParamId[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayMaintenanceJobBatchDelete.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayMaintenanceJobBatchMerge extends Payload {
|
|
|
12
12
|
maintenanceJobs: ParamMaintenanceJobMerge[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayMaintenanceJobBatchMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayMaintenanceJobGet extends PayMaintenanceJob implements I
|
|
|
12
12
|
includeDeleted: boolean;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayMaintenanceJobGet.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayMaintenanceJobList extends Payload implements I
|
|
|
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 PayMaintenanceJobListByCompany extends PayMaintenanceJobLis
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayMaintenanceJobList.d.ts.map
|
|
@@ -37,6 +37,6 @@ export declare class ParamMaintenanceScheduleMerge extends ParamMergeSubscribabl
|
|
|
37
37
|
cost: double | nothing;
|
|
38
38
|
reference: string | nothing;
|
|
39
39
|
constructor(json?: JsonObject);
|
|
40
|
-
toJSON():
|
|
40
|
+
toJSON(): JsonObject;
|
|
41
41
|
}
|
|
42
42
|
//# sourceMappingURL=ParamMaintenanceScheduleMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayMaintenanceScheduleBatchDelete extends Payload {
|
|
|
12
12
|
maintenanceSchedules: ParamId[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayMaintenanceScheduleBatchDelete.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayMaintenanceScheduleBatchMerge extends Payload {
|
|
|
12
12
|
maintenanceSchedules: ParamMaintenanceScheduleMerge[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayMaintenanceScheduleBatchMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayMaintenanceScheduleGet extends PayMaintenanceSchedule im
|
|
|
12
12
|
includeDeleted: boolean;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayMaintenanceScheduleGet.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayMaintenanceScheduleList extends Payload impleme
|
|
|
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 PayMaintenanceScheduleListByCompany extends PayMaintenanceS
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayMaintenanceScheduleList.d.ts.map
|
|
@@ -17,6 +17,6 @@ export declare class ParamAssetMessageMerge extends ParamMergeSubscribable {
|
|
|
17
17
|
body: string | nothing;
|
|
18
18
|
read: boolean | nothing;
|
|
19
19
|
constructor(json?: JsonObject);
|
|
20
|
-
toJSON():
|
|
20
|
+
toJSON(): JsonObject;
|
|
21
21
|
}
|
|
22
22
|
//# sourceMappingURL=ParamAssetMessageMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayAssetMessageBatchMerge extends Payload {
|
|
|
12
12
|
assetMessages: ParamAssetMessageMerge[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayAssetMessageBatchMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayAssetMessageGet extends PayAssetMessage 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=PayAssetMessageGet.d.ts.map
|
|
@@ -14,6 +14,7 @@ export declare abstract class PayAssetMessageList extends Payload implements IPa
|
|
|
14
14
|
*/
|
|
15
15
|
includeDeleted: boolean;
|
|
16
16
|
constructor(json?: JsonObject);
|
|
17
|
+
toJSON(): JsonObject;
|
|
17
18
|
}
|
|
18
19
|
/**
|
|
19
20
|
* Contains the {@link Company.id} of the collection.
|
|
@@ -25,6 +26,7 @@ export declare class PayAssetMessageListByCompany extends PayAssetMessageList im
|
|
|
25
26
|
company: ParamId;
|
|
26
27
|
constructor(json?: JsonObject);
|
|
27
28
|
createReply(json: JsonObject): Reply;
|
|
29
|
+
toJSON(): JsonObject;
|
|
28
30
|
}
|
|
29
31
|
/**
|
|
30
32
|
* Contains the {@link Company.id} of the collection.
|
|
@@ -36,5 +38,6 @@ export declare class PayAssetMessageListByAsset extends PayAssetMessageList impl
|
|
|
36
38
|
asset: ParamId;
|
|
37
39
|
constructor(json?: JsonObject);
|
|
38
40
|
createReply(json: JsonObject): Reply;
|
|
41
|
+
toJSON(): JsonObject;
|
|
39
42
|
}
|
|
40
43
|
//# sourceMappingURL=PayAssetMessageList.d.ts.map
|
|
@@ -19,7 +19,7 @@ export declare class ParamPlaceMerge extends ParamMergeSubscribable {
|
|
|
19
19
|
pictures: ulong[] | nothing;
|
|
20
20
|
reference: string | nothing;
|
|
21
21
|
constructor(json?: JsonObject);
|
|
22
|
-
toJSON():
|
|
22
|
+
toJSON(): JsonObject;
|
|
23
23
|
validPoints(): boolean;
|
|
24
24
|
validRadius(): boolean;
|
|
25
25
|
}
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayPlaceList extends Payload implements IPayDeleta
|
|
|
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 PayPlaceListByCompany extends PayPlaceList implements IPayL
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayPlaceList.d.ts.map
|
|
@@ -20,6 +20,6 @@ export declare class ParamProviderConfigMerge extends ParamMergeSubscribable {
|
|
|
20
20
|
parameters: Map<string, string> | nothing;
|
|
21
21
|
geofences: string | nothing;
|
|
22
22
|
constructor(json?: JsonObject);
|
|
23
|
-
toJSON():
|
|
23
|
+
toJSON(): JsonObject;
|
|
24
24
|
}
|
|
25
25
|
//# sourceMappingURL=ParamProviderConfigMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderConfigBatchDelete extends Payload {
|
|
|
12
12
|
providerConfigs: ParamId[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderConfigBatchDelete.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderConfigBatchMerge extends Payload {
|
|
|
12
12
|
providerConfigs: ParamProviderConfigMerge[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderConfigBatchMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderConfigGet extends PayProviderConfig implements I
|
|
|
12
12
|
includeDeleted: boolean;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderConfigGet.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayProviderConfigList extends Payload implements I
|
|
|
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,6 +25,7 @@ export declare class PayProviderConfigListByCompany extends PayProviderConfigLis
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
/**
|
|
29
31
|
* Contains the {@link ProviderScript.id} of the collection.
|
|
@@ -35,5 +37,6 @@ export declare class PayProviderConfigListByProviderScript extends PayProviderCo
|
|
|
35
37
|
providerScript: ParamId;
|
|
36
38
|
constructor(json?: JsonObject);
|
|
37
39
|
createReply(json: JsonObject): Reply;
|
|
40
|
+
toJSON(): JsonObject;
|
|
38
41
|
}
|
|
39
42
|
//# sourceMappingURL=PayProviderConfigList.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderConfigurationTypeGet extends PayProviderConfigur
|
|
|
12
12
|
includeDeleted: boolean;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderConfigurationTypeGet.d.ts.map
|
|
@@ -1,28 +1,17 @@
|
|
|
1
1
|
import { JsonObject } from "@trakit/objects";
|
|
2
2
|
import { IPayDeletable } from "../../../API/Requests/IPayDeletable";
|
|
3
|
-
import { IPayListByCompany } from "../../../API/Requests/IPayListByCompany";
|
|
4
|
-
import { ParamId } from "../../../API/Requests/Parameters/ParamId";
|
|
5
3
|
import { Payload } from "../../../API/Requests/Payload";
|
|
6
4
|
import { Reply } from "../../../API/Responses/Reply";
|
|
7
5
|
/**
|
|
8
6
|
* Gets details of the specified {@link providerConfigurationType}.
|
|
9
7
|
*/
|
|
10
|
-
export declare
|
|
8
|
+
export declare class PayProviderConfigurationTypeList extends Payload implements IPayDeletable {
|
|
11
9
|
/**
|
|
12
10
|
* When true, the command will also return deleted {@link ProviderConfigurationType}s.
|
|
13
11
|
*/
|
|
14
12
|
includeDeleted: boolean;
|
|
15
13
|
constructor(json?: JsonObject);
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Contains the {@link Company.id} of the collection.
|
|
19
|
-
*/
|
|
20
|
-
export declare class PayProviderConfigurationTypeListByCompany extends PayProviderConfigurationTypeList implements IPayListByCompany {
|
|
21
|
-
/**
|
|
22
|
-
* Identifier of the {@link Company} to which this collection belongs.
|
|
23
|
-
*/
|
|
24
|
-
company: ParamId;
|
|
25
|
-
constructor(json?: JsonObject);
|
|
26
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
27
16
|
}
|
|
28
17
|
//# sourceMappingURL=PayProviderConfigurationTypeList.d.ts.map
|
|
@@ -3,19 +3,13 @@ import { ReplySyncList } from "../../../API/Responses/ReplySyncList";
|
|
|
3
3
|
/**
|
|
4
4
|
* A container for the requested {@link providerConfigurationTypes}.
|
|
5
5
|
*/
|
|
6
|
-
export declare
|
|
6
|
+
export declare class RepProviderConfigurationTypeList extends ReplySyncList<ProviderConfigurationType> {
|
|
7
7
|
/**
|
|
8
8
|
* The list of requested {@link ProviderConfigurationType}s.
|
|
9
9
|
*/
|
|
10
10
|
providerConfigurationTypes: ProviderConfigurationType[] | nothing;
|
|
11
11
|
constructor(json: JsonObject);
|
|
12
12
|
getList(): ProviderConfigurationType[];
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Contains the {@link Company.id} of the collection.
|
|
16
|
-
*/
|
|
17
|
-
export declare class RepProviderConfigurationTypeListByCompany extends RepProviderConfigurationTypeList {
|
|
18
|
-
constructor(json: JsonObject);
|
|
19
13
|
_filterCollection(pair: [ulong | guid | email | codified | string, ProviderConfigurationType], index: number): boolean;
|
|
20
14
|
getCompanyId(): ulong;
|
|
21
15
|
}
|
|
@@ -20,6 +20,6 @@ export declare class ParamProviderConfigurationMerge extends ParamMergeSubscriba
|
|
|
20
20
|
scriptParameters: Map<string, object> | nothing;
|
|
21
21
|
geofences: ulong[] | nothing;
|
|
22
22
|
constructor(json?: JsonObject);
|
|
23
|
-
toJSON():
|
|
23
|
+
toJSON(): JsonObject;
|
|
24
24
|
}
|
|
25
25
|
//# sourceMappingURL=ParamProviderConfigurationMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderConfigurationBatchDelete extends Payload {
|
|
|
12
12
|
providerConfigurations: ParamId[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderConfigurationBatchDelete.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderConfigurationBatchMerge extends Payload {
|
|
|
12
12
|
providerConfigurations: ParamProviderConfigurationMerge[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderConfigurationBatchMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderConfigurationGet extends PayProviderConfiguratio
|
|
|
12
12
|
includeDeleted: boolean;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderConfigurationGet.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayProviderConfigurationList extends Payload imple
|
|
|
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 PayProviderConfigurationListByCompany extends PayProviderCo
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayProviderConfigurationList.d.ts.map
|
|
@@ -8,7 +8,7 @@ export declare class ParamProviderMerge extends ParamMergeSubscribable {
|
|
|
8
8
|
* The unique identifier of the {@link Provider} you want to update.
|
|
9
9
|
* Leave this as `null` when creating a new {@link Provider}.
|
|
10
10
|
*/
|
|
11
|
-
id: string
|
|
11
|
+
id: string;
|
|
12
12
|
/**
|
|
13
13
|
* The {@link Company} to which this {@link Provider} belongs.
|
|
14
14
|
* After creation, this value is read-only.
|
|
@@ -28,6 +28,6 @@ export declare class ParamProviderMerge extends ParamMergeSubscribable {
|
|
|
28
28
|
phone: ulong | nothing;
|
|
29
29
|
password: string | nothing;
|
|
30
30
|
constructor(json?: JsonObject);
|
|
31
|
-
toJSON():
|
|
31
|
+
toJSON(): JsonObject;
|
|
32
32
|
}
|
|
33
33
|
//# sourceMappingURL=ParamProviderMerge.d.ts.map
|