@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
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { JsonObject } from "@trakit/objects";
|
|
1
|
+
import { ISerializable, JsonObject } from "@trakit/objects";
|
|
2
2
|
/**
|
|
3
3
|
* A container class used to house the "code" identifying a resource.
|
|
4
4
|
*/
|
|
5
|
-
export declare class ParamCode {
|
|
5
|
+
export declare class ParamCode implements ISerializable {
|
|
6
6
|
/**
|
|
7
7
|
* A "code" identifying a resource.
|
|
8
8
|
* <override required="always" />
|
|
9
9
|
*/
|
|
10
10
|
code: string;
|
|
11
11
|
constructor(json?: JsonObject);
|
|
12
|
+
toJSON(): JsonObject;
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=ParamCode.d.ts.map
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { guid, JsonObject } from "@trakit/objects";
|
|
1
|
+
import { guid, ISerializable, JsonObject } from "@trakit/objects";
|
|
2
2
|
/**
|
|
3
3
|
* A container class used to house the guid identifying a resource.
|
|
4
4
|
*/
|
|
5
|
-
export declare class ParamGuid {
|
|
5
|
+
export declare class ParamGuid implements ISerializable {
|
|
6
6
|
/**
|
|
7
7
|
* The global unique identifier.
|
|
8
8
|
*/
|
|
9
9
|
guid: guid;
|
|
10
10
|
constructor(json?: JsonObject);
|
|
11
|
+
toJSON(): JsonObject;
|
|
11
12
|
}
|
|
12
13
|
//# sourceMappingURL=ParamGuid.d.ts.map
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { JsonObject, ulong } from "@trakit/objects";
|
|
1
|
+
import { ISerializable, JsonObject, ulong } from "@trakit/objects";
|
|
2
2
|
/**
|
|
3
3
|
* A container class used to house the id of the object requested.
|
|
4
4
|
*/
|
|
5
|
-
export declare class ParamId {
|
|
5
|
+
export declare class ParamId implements ISerializable {
|
|
6
6
|
/**
|
|
7
7
|
* Identifier given as input for the command.
|
|
8
8
|
*/
|
|
9
9
|
id: ulong;
|
|
10
10
|
constructor(json?: JsonObject);
|
|
11
|
+
toJSON(): JsonObject;
|
|
11
12
|
}
|
|
12
13
|
//# sourceMappingURL=ParamId.d.ts.map
|
|
@@ -1,12 +1,14 @@
|
|
|
1
|
+
import { ISerializable } from "@trakit/objects";
|
|
1
2
|
import { JsonObject } from "@trakit/objects";
|
|
2
3
|
/**
|
|
3
4
|
* A container class used to house the string identifying a {@link Provider}.
|
|
4
5
|
*/
|
|
5
|
-
export declare class ParamIdentifier {
|
|
6
|
+
export declare class ParamIdentifier implements ISerializable {
|
|
6
7
|
/**
|
|
7
8
|
* The {@link Provider}'s identifier.
|
|
8
9
|
*/
|
|
9
10
|
id: string;
|
|
10
11
|
constructor(json?: JsonObject);
|
|
12
|
+
toJSON(): JsonObject;
|
|
11
13
|
}
|
|
12
14
|
//# sourceMappingURL=ParamIdentifier.d.ts.map
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { JsonObject } from "@trakit/objects";
|
|
1
|
+
import { ISerializable, JsonObject } from "@trakit/objects";
|
|
2
2
|
/**
|
|
3
3
|
* A container class used to house the key identifying a {@link Machine}.
|
|
4
4
|
*/
|
|
5
|
-
export declare class ParamKey {
|
|
5
|
+
export declare class ParamKey implements ISerializable {
|
|
6
6
|
/**
|
|
7
7
|
* The {@link Machine}'s login.
|
|
8
8
|
*/
|
|
9
9
|
key: string;
|
|
10
10
|
constructor(json?: JsonObject);
|
|
11
|
+
toJSON(): JsonObject;
|
|
11
12
|
}
|
|
12
13
|
//# sourceMappingURL=ParamKey.d.ts.map
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { email, JsonObject } from "@trakit/objects";
|
|
1
|
+
import { email, ISerializable, JsonObject } from "@trakit/objects";
|
|
2
2
|
/**
|
|
3
3
|
* A container class used to house the login identifying a {@link User}.
|
|
4
4
|
* Used specifically to get session details.
|
|
5
5
|
*/
|
|
6
|
-
export declare class ParamLogin {
|
|
6
|
+
export declare class ParamLogin implements ISerializable {
|
|
7
7
|
/**
|
|
8
8
|
* The {@link User}'s login.
|
|
9
9
|
*/
|
|
10
10
|
login: email;
|
|
11
11
|
constructor(json?: JsonObject);
|
|
12
|
+
toJSON(): JsonObject;
|
|
12
13
|
}
|
|
13
14
|
//# sourceMappingURL=ParamLogin.d.ts.map
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
import { ISerializable, JsonObject } from "@trakit/objects";
|
|
1
2
|
/**
|
|
2
3
|
* An abstract meant to help with validating "merge" operations.
|
|
3
4
|
* This class is the beginning of the chain for all {@link Payload} contents.
|
|
4
5
|
*/
|
|
5
|
-
export declare abstract class ParamMerge {
|
|
6
|
+
export declare abstract class ParamMerge implements ISerializable {
|
|
6
7
|
/**
|
|
7
8
|
* Converts the object to JSON.
|
|
8
9
|
*/
|
|
9
|
-
abstract toJSON():
|
|
10
|
+
abstract toJSON(): JsonObject;
|
|
10
11
|
}
|
|
11
12
|
//# sourceMappingURL=ParamMerge.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayContactList 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 PayContactListByCompany extends PayContactList 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=PayContactList.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { JsonObject
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
2
|
import { IPaySingle } from "../../../API/Requests/IPaySingle";
|
|
3
3
|
import { ParamId } from "../../../API/Requests/Parameters/ParamId";
|
|
4
4
|
import { Payload } from "../../../API/Requests/Payload";
|
|
@@ -9,11 +9,12 @@ export declare abstract class PayUserGroup extends Payload implements IPaySingle
|
|
|
9
9
|
/**
|
|
10
10
|
* An object to contain the "id" of the {@link UserGroup}.
|
|
11
11
|
*/
|
|
12
|
-
userGroup: ParamId
|
|
12
|
+
userGroup: ParamId;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
*/
|
|
17
17
|
getKey(): string;
|
|
18
|
+
toJSON(): JsonObject;
|
|
18
19
|
}
|
|
19
20
|
//# sourceMappingURL=PayUserGroup.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayUserGroupList extends Payload implements IPayDe
|
|
|
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 PayUserGroupListByCompany extends PayUserGroupList implemen
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayUserGroupList.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayMachineList 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 PayMachineListByCompany extends PayMachineList 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=PayMachineList.d.ts.map
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { ISerializable } from "@trakit/objects";
|
|
1
2
|
import { codified, JsonObject, nothing, PermissionLevel, PermissionMethod, PermissionType, ulong } from "@trakit/objects";
|
|
2
3
|
/**
|
|
3
4
|
* Similar to the {@link Permission} object, but the {@link company}, {@link level}, {@link method}, and {@link labels} are all optional.
|
|
4
5
|
* <category>Users and Map</category>
|
|
5
6
|
*/
|
|
6
|
-
export declare class ParamPermission {
|
|
7
|
+
export declare class ParamPermission implements ISerializable {
|
|
7
8
|
/**
|
|
8
9
|
* The {@link Company} that this permission targets.
|
|
9
10
|
* If not given, will default to the {@link UserAdvanced.company}, {@link UserGroup.company} or {@link Machine.company} to which it belongs.
|
|
@@ -35,6 +36,6 @@ export declare class ParamPermission {
|
|
|
35
36
|
*/
|
|
36
37
|
labels: codified[] | nothing;
|
|
37
38
|
constructor(json?: JsonObject);
|
|
38
|
-
toJSON():
|
|
39
|
+
toJSON(): JsonObject;
|
|
39
40
|
}
|
|
40
41
|
//# sourceMappingURL=ParamPermission.d.ts.map
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { JsonObject } from "@trakit/objects";
|
|
1
|
+
import { ISerializable, JsonObject } from "@trakit/objects";
|
|
2
2
|
/**
|
|
3
3
|
* A container class used to house the "handle" identifying a session.
|
|
4
4
|
*/
|
|
5
|
-
export declare class ParamHandle {
|
|
5
|
+
export declare class ParamHandle implements ISerializable {
|
|
6
6
|
/**
|
|
7
7
|
* A "handle" identifying a session.
|
|
8
8
|
*/
|
|
9
9
|
handle: string;
|
|
10
10
|
constructor(json?: JsonObject);
|
|
11
|
+
toJSON(): JsonObject;
|
|
11
12
|
}
|
|
12
13
|
//# sourceMappingURL=ParamHandle.d.ts.map
|
|
@@ -15,6 +15,7 @@ export declare class PaySessionListByCompany extends Payload implements IPayList
|
|
|
15
15
|
company: ParamId;
|
|
16
16
|
constructor(json?: JsonObject);
|
|
17
17
|
createReply(json: JsonObject): Reply;
|
|
18
|
+
toJSON(): JsonObject;
|
|
18
19
|
}
|
|
19
20
|
/**
|
|
20
21
|
* Gets the list of {@link Session}s for the specified {@link User}.
|
|
@@ -26,5 +27,6 @@ export declare class PaySessionListByUser extends Payload implements IPayListByU
|
|
|
26
27
|
user: ParamLogin;
|
|
27
28
|
constructor(json?: JsonObject);
|
|
28
29
|
createReply(json: JsonObject): Reply;
|
|
30
|
+
toJSON(): JsonObject;
|
|
29
31
|
}
|
|
30
32
|
//# sourceMappingURL=PaySessionList.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayUserAdvancedGet extends PayUser implements IPayDeletable
|
|
|
12
12
|
includeDeleted: boolean;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayUserAdvancedGet.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayUserAdvancedList 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 UserAdvanced}s for the specified {@link Company}.
|
|
@@ -24,16 +25,18 @@ export declare class PayUserAdvancedListByCompany extends PayUserAdvancedList im
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
/**
|
|
29
31
|
* Gets the list of {@link UserAdvanced}s for the specified {@link UserGroup}.
|
|
30
32
|
*/
|
|
31
33
|
export declare class PayUserAdvancedListByUserGroup extends PayUserAdvancedList {
|
|
32
34
|
/**
|
|
33
|
-
* Identifier of the {@link
|
|
35
|
+
* Identifier of the {@link UserGroup} to which this collection belongs.
|
|
34
36
|
*/
|
|
35
|
-
|
|
37
|
+
userGroup: ParamId;
|
|
36
38
|
constructor(json?: JsonObject);
|
|
37
39
|
createReply(json: JsonObject): Reply;
|
|
40
|
+
toJSON(): JsonObject;
|
|
38
41
|
}
|
|
39
42
|
//# sourceMappingURL=PayUserAdvancedList.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayUserGeneralList extends Payload implements IPay
|
|
|
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 UserGeneral}s for the specified {@link Company}.
|
|
@@ -24,16 +25,18 @@ export declare class PayUserGeneralListByCompany extends PayUserGeneralList impl
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
/**
|
|
29
|
-
* Gets the list of {@link UserGeneral}s for the specified {@link
|
|
31
|
+
* Gets the list of {@link UserGeneral}s for the specified {@link UserGroup}.
|
|
30
32
|
*/
|
|
31
33
|
export declare class PayUserGeneralListByUserGroup extends PayUserGeneralList {
|
|
32
34
|
/**
|
|
33
35
|
* Identifier of the {@link UserGroup} to which this collection belongs.
|
|
34
36
|
*/
|
|
35
|
-
|
|
37
|
+
userGroup: ParamId;
|
|
36
38
|
constructor(json?: JsonObject);
|
|
37
39
|
createReply(json: JsonObject): Reply;
|
|
40
|
+
toJSON(): JsonObject;
|
|
38
41
|
}
|
|
39
42
|
//# sourceMappingURL=PayUserGeneralList.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayUserList 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,6 +25,7 @@ export declare class PayUserListByCompany extends PayUserList implements IPayLis
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
/**
|
|
29
31
|
*
|
|
@@ -35,5 +37,6 @@ export declare class PayUserListByUserGroup extends PayUserList {
|
|
|
35
37
|
userGroup: ParamId;
|
|
36
38
|
constructor(json?: JsonObject);
|
|
37
39
|
createReply(json: JsonObject): Reply;
|
|
40
|
+
toJSON(): JsonObject;
|
|
38
41
|
}
|
|
39
42
|
//# sourceMappingURL=PayUserList.d.ts.map
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import { codified, email, guid, JsonObject, nothing, ulong, UserAdvanced } from "@trakit/objects";
|
|
1
|
+
import { codified, email, guid, JsonObject, nothing, ulong, User, UserAdvanced } from "@trakit/objects";
|
|
2
2
|
import { ContentId } from "../../../API/Responses/Content/ContentId";
|
|
3
3
|
import { ContentIdCompany } from "../../../API/Responses/Content/ContentIdCompany";
|
|
4
|
-
import {
|
|
4
|
+
import { ReplySyncListPiece } from "../../../API/Responses/ReplySyncList";
|
|
5
5
|
/**
|
|
6
6
|
* A container for the requested {@link UserAdvanced}s.
|
|
7
7
|
*/
|
|
8
|
-
export declare abstract class RepUserAdvancedList extends
|
|
8
|
+
export declare abstract class RepUserAdvancedList extends ReplySyncListPiece<UserAdvanced> {
|
|
9
9
|
/**
|
|
10
10
|
* The list of requested {@link UserAdvanced}s.
|
|
11
11
|
*/
|
|
12
12
|
userAdvanceds: UserAdvanced[];
|
|
13
13
|
constructor(json: JsonObject);
|
|
14
14
|
getList(): UserAdvanced[];
|
|
15
|
+
protected _createBlank(): User;
|
|
15
16
|
}
|
|
16
17
|
/**
|
|
17
18
|
* A container owner {@link Company} of the collection.
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import { codified, email, guid, JsonObject, nothing, ulong, UserGeneral } from "@trakit/objects";
|
|
1
|
+
import { codified, email, guid, JsonObject, nothing, ulong, User, UserGeneral } from "@trakit/objects";
|
|
2
2
|
import { ContentId } from "../../../API/Responses/Content/ContentId";
|
|
3
|
-
import { ReplySyncList } from "../../../API/Responses/ReplySyncList";
|
|
4
3
|
import { ContentIdCompany } from "../../../API/Responses/Content/ContentIdCompany";
|
|
4
|
+
import { ReplySyncListPiece } from "../../../API/Responses/ReplySyncList";
|
|
5
5
|
/**
|
|
6
6
|
* A container for the requested {@link UserGeneral}s.
|
|
7
7
|
*/
|
|
8
|
-
export declare abstract class RepUserGeneralList extends
|
|
8
|
+
export declare abstract class RepUserGeneralList extends ReplySyncListPiece<UserGeneral> {
|
|
9
9
|
/**
|
|
10
10
|
* The list of requested {@link UserGeneral}s.
|
|
11
11
|
*/
|
|
12
12
|
userGenerals: UserGeneral[];
|
|
13
13
|
constructor(json: JsonObject);
|
|
14
14
|
getList(): UserGeneral[];
|
|
15
|
+
protected _createBlank(): User;
|
|
15
16
|
}
|
|
16
17
|
/**
|
|
17
18
|
* A container owner {@link Company} of the collection.
|