blob: a1f043133c8bbebf5e7fb6356214f0e1ea65ab78 [file]
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
/*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { ExternalId } from './externalId';
export interface CommandWrapper {
actionName?: string;
cacheResource?: boolean;
changePasswordOperation?: boolean;
clientId?: number;
commandId?: number;
create?: boolean;
createDatatable?: boolean;
creditBureauId?: number;
currencyResource?: boolean;
datatableResource?: boolean;
'delete'?: boolean;
deleteDatatable?: boolean;
deleteMultiple?: boolean;
deleteOneToOne?: boolean;
deleteOperation?: boolean;
entityId?: number;
entityName?: string;
fullFilSurvey?: boolean;
groupId?: number;
href?: string;
idempotencyKey?: string;
interestPauseCreateResource?: boolean;
interestPauseDeleteResource?: boolean;
interestPauseResource?: boolean;
interestPauseUpdateResource?: boolean;
jobName?: string;
json?: string;
loanDisburseDetailResource?: boolean;
loanExternalId?: ExternalId;
loanId?: number;
noteResource?: boolean;
officeId?: number;
organisationCreditBureauId?: number;
passwordPreferencesResource?: boolean;
permissionResource?: boolean;
productId?: number;
registerDatatable?: boolean;
registerSurvey?: boolean;
sanitizeJsonKeys?: Set<string>;
savingsId?: number;
subentityId?: number;
surveyResource?: boolean;
taskPermissionName?: string;
templateId?: number;
transactionId?: string;
update?: boolean;
updateDatatable?: boolean;
updateDisbursementDate?: boolean;
updateMultiple?: boolean;
updateOneToOne?: boolean;
updateOperation?: boolean;
userResource?: boolean;
workingDaysResource?: boolean;
}