@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
|
@@ -12,5 +12,6 @@ export declare class PayProviderAdvancedGet extends PayProvider 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=PayProviderAdvancedGet.d.ts.map
|
|
@@ -18,6 +18,7 @@ export declare abstract class PayProviderAdvancedList extends Payload implements
|
|
|
18
18
|
*/
|
|
19
19
|
includeDeleted: boolean;
|
|
20
20
|
constructor(json?: JsonObject);
|
|
21
|
+
toJSON(): JsonObject;
|
|
21
22
|
}
|
|
22
23
|
/**
|
|
23
24
|
* Gets the list of {@link ProviderAdvanced}s for the specified {@link Company}.
|
|
@@ -29,6 +30,7 @@ export declare class PayProviderAdvancedListByCompany extends PayProviderAdvance
|
|
|
29
30
|
company: ParamId;
|
|
30
31
|
constructor(json?: JsonObject);
|
|
31
32
|
createReply(json: JsonObject): Reply;
|
|
33
|
+
toJSON(): JsonObject;
|
|
32
34
|
}
|
|
33
35
|
/**
|
|
34
36
|
* Gets the list of {@link ProviderAdvanced}s for the specified {@link Company}.
|
|
@@ -40,5 +42,6 @@ export declare class PayProviderAdvancedListByConfig extends PayProviderAdvanced
|
|
|
40
42
|
config: ParamId;
|
|
41
43
|
constructor(json?: JsonObject);
|
|
42
44
|
createReply(json: JsonObject): Reply;
|
|
45
|
+
toJSON(): JsonObject;
|
|
43
46
|
}
|
|
44
47
|
//# sourceMappingURL=PayProviderAdvancedList.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderControlGet extends PayProvider implements IPayDe
|
|
|
12
12
|
includeDeleted: boolean;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderControlGet.d.ts.map
|
|
@@ -18,6 +18,7 @@ export declare abstract class PayProviderControlList extends Payload implements
|
|
|
18
18
|
*/
|
|
19
19
|
includeDeleted: boolean;
|
|
20
20
|
constructor(json?: JsonObject);
|
|
21
|
+
toJSON(): JsonObject;
|
|
21
22
|
}
|
|
22
23
|
/**
|
|
23
24
|
* Gets the list of {@link ProviderControl}s for the specified {@link Company}.
|
|
@@ -29,6 +30,7 @@ export declare class PayProviderControlListByCompany extends PayProviderControlL
|
|
|
29
30
|
company: ParamId;
|
|
30
31
|
constructor(json?: JsonObject);
|
|
31
32
|
createReply(json: JsonObject): Reply;
|
|
33
|
+
toJSON(): JsonObject;
|
|
32
34
|
}
|
|
33
35
|
/**
|
|
34
36
|
* Gets the list of {@link ProviderControl}s for the specified {@link Company}.
|
|
@@ -40,5 +42,6 @@ export declare class PayProviderControlListByConfig extends PayProviderControlLi
|
|
|
40
42
|
config: ParamId;
|
|
41
43
|
constructor(json?: JsonObject);
|
|
42
44
|
createReply(json: JsonObject): Reply;
|
|
45
|
+
toJSON(): JsonObject;
|
|
43
46
|
}
|
|
44
47
|
//# sourceMappingURL=PayProviderControlList.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderGeneralGet extends PayProvider implements IPayDe
|
|
|
12
12
|
includeDeleted: boolean;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderGeneralGet.d.ts.map
|
|
@@ -18,6 +18,7 @@ export declare abstract class PayProviderGeneralList extends Payload implements
|
|
|
18
18
|
*/
|
|
19
19
|
includeSuspended: boolean;
|
|
20
20
|
constructor(json?: JsonObject);
|
|
21
|
+
toJSON(): JsonObject;
|
|
21
22
|
}
|
|
22
23
|
/**
|
|
23
24
|
* Gets the list of {@link ProviderGeneral}s for the specified {@link Company}.
|
|
@@ -29,6 +30,7 @@ export declare class PayProviderGeneralListByCompany extends PayProviderGeneralL
|
|
|
29
30
|
company: ParamId;
|
|
30
31
|
constructor(json?: JsonObject);
|
|
31
32
|
createReply(json: JsonObject): Reply;
|
|
33
|
+
toJSON(): JsonObject;
|
|
32
34
|
}
|
|
33
35
|
/**
|
|
34
36
|
* Gets the list of {@link ProviderGeneral}s for the specified {@link Company}.
|
|
@@ -40,5 +42,6 @@ export declare class PayProviderGeneralListByConfig extends PayProviderGeneralLi
|
|
|
40
42
|
config: ParamId;
|
|
41
43
|
constructor(json?: JsonObject);
|
|
42
44
|
createReply(json: JsonObject): Reply;
|
|
45
|
+
toJSON(): JsonObject;
|
|
43
46
|
}
|
|
44
47
|
//# sourceMappingURL=PayProviderGeneralList.d.ts.map
|
|
@@ -17,6 +17,7 @@ export declare abstract class PayProviderList extends Payload implements IPayDel
|
|
|
17
17
|
*/
|
|
18
18
|
includeDeleted: boolean;
|
|
19
19
|
constructor(json?: JsonObject);
|
|
20
|
+
toJSON(): JsonObject;
|
|
20
21
|
}
|
|
21
22
|
/**
|
|
22
23
|
* Contains the {@link Company.id} of the collection.
|
|
@@ -28,6 +29,7 @@ export declare class PayProviderListByCompany extends PayProviderList implements
|
|
|
28
29
|
company: ParamId;
|
|
29
30
|
constructor(json?: JsonObject);
|
|
30
31
|
createReply(json: JsonObject): Reply;
|
|
32
|
+
toJSON(): JsonObject;
|
|
31
33
|
}
|
|
32
34
|
/**
|
|
33
35
|
* Contains the {@link Company.id} of the collection.
|
|
@@ -39,5 +41,6 @@ export declare class PayProviderListByConfig extends PayProviderList {
|
|
|
39
41
|
config: ParamId;
|
|
40
42
|
constructor(json?: JsonObject);
|
|
41
43
|
createReply(json: JsonObject): Reply;
|
|
44
|
+
toJSON(): JsonObject;
|
|
42
45
|
}
|
|
43
46
|
//# sourceMappingURL=PayProviderList.d.ts.map
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import { codified, email, guid, JsonObject, nothing, ProviderAdvanced, ulong } from "@trakit/objects";
|
|
1
|
+
import { codified, email, guid, JsonObject, nothing, Provider, ProviderAdvanced, ulong } 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 providerAdvanceds}.
|
|
7
7
|
*/
|
|
8
|
-
export declare abstract class RepProviderAdvancedList extends
|
|
8
|
+
export declare abstract class RepProviderAdvancedList extends ReplySyncListPiece<ProviderAdvanced> {
|
|
9
9
|
/**
|
|
10
10
|
* The list of requested {@link ProviderAdvanced}s.
|
|
11
11
|
*/
|
|
12
12
|
providerAdvanceds: ProviderAdvanced[] | nothing;
|
|
13
13
|
constructor(json: JsonObject);
|
|
14
14
|
getList(): ProviderAdvanced[];
|
|
15
|
+
protected _createBlank(): Provider;
|
|
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, ProviderControl, ulong } from "@trakit/objects";
|
|
1
|
+
import { codified, email, guid, JsonObject, nothing, Provider, ProviderControl, ulong } 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 providerControls}.
|
|
7
7
|
*/
|
|
8
|
-
export declare abstract class RepProviderControlList extends
|
|
8
|
+
export declare abstract class RepProviderControlList extends ReplySyncListPiece<ProviderControl> {
|
|
9
9
|
/**
|
|
10
10
|
* The list of requested {@link ProviderControl}s.
|
|
11
11
|
*/
|
|
12
12
|
providerControls: ProviderControl[] | nothing;
|
|
13
13
|
constructor(json: JsonObject);
|
|
14
14
|
getList(): ProviderControl[];
|
|
15
|
+
protected _createBlank(): Provider;
|
|
15
16
|
}
|
|
16
17
|
/**
|
|
17
18
|
* A container owner {@link Company} of the collection.
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { codified, email, guid, JsonObject, nothing, Provider, ProviderGeneral, ulong } 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 providerGenerals}.
|
|
7
7
|
*/
|
|
8
|
-
export declare abstract class RepProviderGeneralList extends
|
|
8
|
+
export declare abstract class RepProviderGeneralList extends ReplySyncListPiece<ProviderGeneral> {
|
|
9
9
|
/**
|
|
10
10
|
* The list of requested {@link ProviderGeneral}s.
|
|
11
11
|
*/
|
|
12
12
|
providerGenerals: ProviderGeneral[] | nothing;
|
|
13
13
|
constructor(json: JsonObject);
|
|
14
14
|
getList(): ProviderGeneral[];
|
|
15
|
+
protected _createBlank(): Provider;
|
|
15
16
|
}
|
|
16
17
|
/**
|
|
17
18
|
* A container owner {@link Company} of the collection.
|
|
@@ -14,6 +14,6 @@ export declare class ParamProviderRegistrationMerge extends ParamMerge {
|
|
|
14
14
|
notes: string | nothing;
|
|
15
15
|
password: string | nothing;
|
|
16
16
|
constructor(json?: JsonObject);
|
|
17
|
-
toJSON():
|
|
17
|
+
toJSON(): JsonObject;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=ParamProviderRegistrationMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderRegistrationGet extends PayProviderRegistration
|
|
|
12
12
|
includeDeleted: boolean;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderRegistrationGet.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayProviderRegistrationList extends Payload implem
|
|
|
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 PayProviderRegistrationListByCompany extends PayProviderReg
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayProviderRegistrationList.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderRegistrationMerge extends Payload {
|
|
|
12
12
|
providerRegistration: ParamProviderRegistrationMerge;
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderRegistrationMerge.d.ts.map
|
|
@@ -16,6 +16,6 @@ export declare class ParamProviderScriptMerge extends ParamMergeSubscribable {
|
|
|
16
16
|
blocks: ProviderScriptBlock[] | nothing;
|
|
17
17
|
parameters: Map<string, ProviderScriptParameter | nothing> | nothing;
|
|
18
18
|
constructor(json?: JsonObject);
|
|
19
|
-
toJSON():
|
|
19
|
+
toJSON(): JsonObject;
|
|
20
20
|
}
|
|
21
21
|
//# sourceMappingURL=ParamProviderScriptMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderScriptBatchDelete extends Payload {
|
|
|
12
12
|
providerScripts: ParamId[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderScriptBatchDelete.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderScriptBatchMerge extends Payload {
|
|
|
12
12
|
providerScripts: ParamProviderScriptMerge[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayProviderScriptBatchMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayProviderScriptGet extends PayProviderScript 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=PayProviderScriptGet.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayProviderScriptList 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 PayProviderScriptListByCompany extends PayProviderScriptLis
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayProviderScriptList.d.ts.map
|
|
@@ -18,6 +18,6 @@ export declare class ParamReportOptions extends ParamMerge {
|
|
|
18
18
|
regions: string[] | nothing;
|
|
19
19
|
scorecardRules: ParamReportScorecardRules | nothing;
|
|
20
20
|
constructor(json?: JsonObject);
|
|
21
|
-
toJSON():
|
|
21
|
+
toJSON(): JsonObject;
|
|
22
22
|
}
|
|
23
23
|
//# sourceMappingURL=ParamReportOptions.d.ts.map
|
|
@@ -7,6 +7,6 @@ export declare class ParamReportScorecardRules extends ParamMerge {
|
|
|
7
7
|
baseScore: double | nothing;
|
|
8
8
|
parameters: ReportScorecardParameter[] | nothing;
|
|
9
9
|
constructor(json?: JsonObject);
|
|
10
|
-
toJSON():
|
|
10
|
+
toJSON(): JsonObject;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=ParamReportScorecardRules.d.ts.map
|
|
@@ -16,6 +16,6 @@ export declare class ParamReportResultMerge extends ParamMergeSubscribable {
|
|
|
16
16
|
options: ParamReportOptions | nothing;
|
|
17
17
|
timezone: Timezone | nothing;
|
|
18
18
|
constructor(json?: JsonObject);
|
|
19
|
-
toJSON():
|
|
19
|
+
toJSON(): JsonObject;
|
|
20
20
|
}
|
|
21
21
|
//# sourceMappingURL=ParamReportResultMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayReportResultBatchMerge extends Payload {
|
|
|
12
12
|
reportResults: ParamReportResultMerge[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayReportResultBatchMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayReportResultGet extends PayReportResult 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=PayReportResultGet.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayReportResultList 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 PayReportResultListByCompany extends PayReportResultList im
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayReportResultList.d.ts.map
|
|
@@ -17,6 +17,6 @@ export declare class ParamReportScheduleMerge extends ParamMergeSubscribable {
|
|
|
17
17
|
options: ParamReportOptions | nothing;
|
|
18
18
|
notify: ParamReportNotify | nothing;
|
|
19
19
|
constructor(json?: JsonObject);
|
|
20
|
-
toJSON():
|
|
20
|
+
toJSON(): JsonObject;
|
|
21
21
|
}
|
|
22
22
|
//# sourceMappingURL=ParamReportScheduleMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayReportScheduleGet extends PayReportSchedule 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=PayReportScheduleGet.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayReportScheduleList 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 PayReportScheduleListByCompany extends PayReportScheduleLis
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayReportScheduleList.d.ts.map
|
|
@@ -15,6 +15,6 @@ export declare class ParamReportTemplateMerge 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=ParamReportTemplateMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayReportTemplateBatchDelete extends Payload {
|
|
|
12
12
|
reportTemplates: ParamId[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayReportTemplateBatchDelete.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayReportTemplateBatchMerge extends Payload {
|
|
|
12
12
|
reportTemplates: ParamReportTemplateMerge[];
|
|
13
13
|
constructor(json?: JsonObject);
|
|
14
14
|
createReply(json: JsonObject): Reply;
|
|
15
|
+
toJSON(): JsonObject;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=PayReportTemplateBatchMerge.d.ts.map
|
|
@@ -12,5 +12,6 @@ export declare class PayReportTemplateGet extends PayReportTemplate 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=PayReportTemplateGet.d.ts.map
|
|
@@ -13,6 +13,7 @@ export declare abstract class PayReportTemplateList 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 PayReportTemplateListByCompany extends PayReportTemplateLis
|
|
|
24
25
|
company: ParamId;
|
|
25
26
|
constructor(json?: JsonObject);
|
|
26
27
|
createReply(json: JsonObject): Reply;
|
|
28
|
+
toJSON(): JsonObject;
|
|
27
29
|
}
|
|
28
30
|
//# sourceMappingURL=PayReportTemplateList.d.ts.map
|
package/index.d.ts
CHANGED
|
@@ -471,9 +471,9 @@ import { RepProviderConfigurationGet } from "./Providers/Configurations/Response
|
|
|
471
471
|
import { RepProviderConfigurationListByCompany } from "./Providers/Configurations/Responses/RepProviderConfigurationList";
|
|
472
472
|
import { RepProviderConfigurationMerge } from "./Providers/Configurations/Responses/RepProviderConfigurationMerge";
|
|
473
473
|
import { PayProviderConfigurationTypeGet } from "./Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeGet";
|
|
474
|
-
import {
|
|
474
|
+
import { PayProviderConfigurationTypeList } from "./Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeList";
|
|
475
475
|
import { RepProviderConfigurationTypeGet } from "./Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeGet";
|
|
476
|
-
import {
|
|
476
|
+
import { RepProviderConfigurationTypeList } from "./Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeList";
|
|
477
477
|
import { PayProvider } from "./Providers/Providers/Requests/PayProvider";
|
|
478
478
|
import { PayProviderAdvancedGet } from "./Providers/Providers/Requests/PayProviderAdvancedGet";
|
|
479
479
|
import { PayProviderAdvancedListByCompany, PayProviderAdvancedListByConfig } from "./Providers/Providers/Requests/PayProviderAdvancedList";
|
|
@@ -572,7 +572,7 @@ import { RepSubscriptionList } from "./WebSocket/Responses/RepSubscriptionList";
|
|
|
572
572
|
/**
|
|
573
573
|
* Version number for this release.
|
|
574
574
|
*/
|
|
575
|
-
export declare const version = "0.0.
|
|
575
|
+
export declare const version = "0.0.18";
|
|
576
576
|
/**
|
|
577
577
|
* Command request payloads and parameter classes.
|
|
578
578
|
*/
|
|
@@ -595,9 +595,9 @@ export { ParamFormField, ParamFormTemplateMerge, PayDocumentDelete, PayDocumentG
|
|
|
595
595
|
export { ParamIconMerge, ParamPictureMerge, PayDashcamGet, PayDashcamListByCompany, PayDashcamLiveListByCompany, PayIcon, PayIconBatchDelete, PayIconBatchMerge, PayIconDelete, PayIconGet, PayIconList, PayIconListByCompany, PayIconMerge, PayIconRestore, PayPicture, PayPictureBatchDelete, PayPictureBatchMerge, PayPictureDelete, PayPictureGet, PayPictureList, PayPictureListByCompany, PayPictureMerge, PayPictureRestore, RepDashcamGet, RepDashcamListByCompany, RepDashcamLiveListByCompany, RepIconBatchDelete, RepIconBatchMerge, RepIconDelete, RepIconGet, RepIconList, RepIconListByCompany, RepIconMerge, RepPictureBatchDelete, RepPictureBatchMerge, RepPictureDelete, RepPictureGet, RepPictureList, RepPictureListByCompany, RepPictureMerge };
|
|
596
596
|
export { PayMaintenanceJob, PayMaintenanceJobBatchDelete, PayMaintenanceJobBatchMerge, PayMaintenanceJobDelete, PayMaintenanceJobGet, PayMaintenanceJobListByCompany, PayMaintenanceJobMerge, PayMaintenanceJobRestore, PayMaintenanceSchedule, PayMaintenanceScheduleBatchDelete, PayMaintenanceScheduleBatchMerge, PayMaintenanceScheduleDelete, PayMaintenanceScheduleGet, PayMaintenanceScheduleListByCompany, PayMaintenanceScheduleMerge, PayMaintenanceScheduleRestore, RepMaintenanceJobBatchDelete, RepMaintenanceJobBatchMerge, RepMaintenanceJobDelete, RepMaintenanceJobGet, RepMaintenanceJobListByCompany, RepMaintenanceJobMerge, RepMaintenanceScheduleBatchDelete, RepMaintenanceScheduleBatchMerge, RepMaintenanceScheduleDelete, RepMaintenanceScheduleGet, RepMaintenanceScheduleListByCompany, RepMaintenanceScheduleMerge };
|
|
597
597
|
export { ParamPlaceMerge, PayPlace, PayPlaceBatchDelete, PayPlaceBatchMerge, PayPlaceDelete, PayPlaceGet, PayPlaceListByCompany, PayPlaceMerge, PayPlaceRestore, RepPlaceBatchDelete, RepPlaceBatchMerge, RepPlaceDelete, RepPlaceGet, RepPlaceListByCompany, RepPlaceMerge };
|
|
598
|
-
export { ParamProviderConfigMerge, ParamProviderConfigurationMerge, ParamProviderScriptMerge, PayProvider, PayProviderAdvancedGet, PayProviderAdvancedListByCompany, PayProviderAdvancedListByConfig, PayProviderBatchDelete, PayProviderBatchMerge, PayProviderConfigBatchDelete, PayProviderConfigBatchMerge, PayProviderConfigDelete, PayProviderConfigGet, PayProviderConfigListByCompany, PayProviderConfigMerge, PayProviderConfigRestore, PayProviderConfigurationBatchDelete, PayProviderConfigurationBatchMerge, PayProviderConfigurationDelete, PayProviderConfigurationGet, PayProviderConfigurationListByCompany, PayProviderConfigurationMerge, PayProviderConfigurationRestore, PayProviderConfigurationTypeGet,
|
|
598
|
+
export { ParamProviderConfigMerge, ParamProviderConfigurationMerge, ParamProviderScriptMerge, PayProvider, PayProviderAdvancedGet, PayProviderAdvancedListByCompany, PayProviderAdvancedListByConfig, PayProviderBatchDelete, PayProviderBatchMerge, PayProviderConfigBatchDelete, PayProviderConfigBatchMerge, PayProviderConfigDelete, PayProviderConfigGet, PayProviderConfigListByCompany, PayProviderConfigMerge, PayProviderConfigRestore, PayProviderConfigurationBatchDelete, PayProviderConfigurationBatchMerge, PayProviderConfigurationDelete, PayProviderConfigurationGet, PayProviderConfigurationListByCompany, PayProviderConfigurationMerge, PayProviderConfigurationRestore, PayProviderConfigurationTypeGet, PayProviderConfigurationTypeList, PayProviderControlGet, PayProviderControlListByCompany, PayProviderControlListByConfig, PayProviderDelete, PayProviderGeneralGet, PayProviderGeneralListByCompany, PayProviderGeneralListByConfig, PayProviderGet, PayProviderListByCompany, PayProviderMerge, PayProviderRegistrationDelete, PayProviderRegistrationGet, PayProviderRegistrationListByCompany, PayProviderRegistrationMerge, PayProviderRestore, PayProviderScript, PayProviderScriptBatchDelete, PayProviderScriptBatchMerge, PayProviderScriptDelete, PayProviderScriptGet, PayProviderScriptListByCompany, PayProviderScriptMerge, PayProviderScriptRestore, RepProviderAdvancedGet, RepProviderAdvancedListByCompany, RepProviderBatchDelete, RepProviderBatchMerge, RepProviderConfigBatchDelete, RepProviderConfigBatchMerge, RepProviderConfigDelete, RepProviderConfigGet, RepProviderConfigListByCompany, RepProviderConfigMerge, RepProviderConfigurationBatchDelete, RepProviderConfigurationBatchMerge, RepProviderConfigurationDelete, RepProviderConfigurationGet, RepProviderConfigurationListByCompany, //RepProviderSuspend,
|
|
599
599
|
RepProviderConfigurationMerge, //PayProviderReactivate,
|
|
600
|
-
RepProviderConfigurationTypeGet,
|
|
600
|
+
RepProviderConfigurationTypeGet, RepProviderConfigurationTypeList, RepProviderControlGet, RepProviderControlListByCompany, RepProviderControlListByConfig, RepProviderDelete, RepProviderGeneralGet, RepProviderGeneralListByCompany, RepProviderGeneralListByConfig, RepProviderGet, RepProviderListByCompany, RepProviderListByConfig, RepProviderMerge, RepProviderRegistrationDelete, RepProviderRegistrationGet, RepProviderRegistrationListByCompany, RepProviderRegistrationMerge, RepProviderScriptBatchDelete, RepProviderScriptBatchMerge, RepProviderScriptDelete, RepProviderScriptGet, RepProviderScriptListByCompany, RepProviderScriptMerge };
|
|
601
601
|
export { ParamReportScheduleMerge, ParamReportTemplateMerge, PayReportResultBatchDelete, PayReportResultBatchMerge, PayReportResultDelete, PayReportResultGet, PayReportResultListByCompany, PayReportResultMerge, PayReportResultRestore, PayReportScheduleDelete, PayReportScheduleGet, PayReportScheduleListByCompany, PayReportScheduleMerge, PayReportScheduleRestore, PayReportTemplate, PayReportTemplateBatchDelete, PayReportTemplateBatchMerge, PayReportTemplateDelete, PayReportTemplateGet, PayReportTemplateListByCompany, PayReportTemplateMerge, PayReportTemplateRestore, RepReportResultBatchDelete, RepReportResultBatchMerge, RepReportResultDelete, RepReportResultGet, RepReportResultListByCompany, RepReportResultMerge, RepReportScheduleBatchDelete, RepReportScheduleDelete, RepReportScheduleGet, RepReportScheduleListByCompany, RepReportScheduleMerge, RepReportTemplateBatchDelete, RepReportTemplateBatchMerge, RepReportTemplateDelete, RepReportTemplateGet, RepReportTemplateListByCompany, RepReportTemplateMerge };
|
|
602
602
|
export { PaySubscriptionDelete, PaySubscriptionList, PaySubscriptionMerge, RepSubscription, RepSubscriptionList, Subscription, SubscriptionType };
|
|
603
603
|
//# sourceMappingURL=index.d.ts.map
|