@ayasofyazilim/saas 0.0.85 → 0.0.86
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.
|
@@ -194,9 +194,8 @@ export const $PagedResultDto_AuditLogDto = {
|
|
|
194
194
|
format: 'date-time'
|
|
195
195
|
},
|
|
196
196
|
changeType: {
|
|
197
|
-
enum: [
|
|
198
|
-
type: '
|
|
199
|
-
format: 'int32'
|
|
197
|
+
enum: ['Created', 'Updated', 'Deleted'],
|
|
198
|
+
type: 'string'
|
|
200
199
|
},
|
|
201
200
|
entityId: {
|
|
202
201
|
type: 'string',
|
|
@@ -344,9 +343,8 @@ export const $PagedResultDto_EntityChangeDto = {
|
|
|
344
343
|
format: 'date-time'
|
|
345
344
|
},
|
|
346
345
|
changeType: {
|
|
347
|
-
enum: [
|
|
348
|
-
type: '
|
|
349
|
-
format: 'int32'
|
|
346
|
+
enum: ['Created', 'Updated', 'Deleted'],
|
|
347
|
+
type: 'string'
|
|
350
348
|
},
|
|
351
349
|
entityId: {
|
|
352
350
|
type: 'string',
|
|
@@ -592,9 +590,8 @@ export const $PagedResultDto_TemplateDefinitionDto = {
|
|
|
592
590
|
} as const;
|
|
593
591
|
|
|
594
592
|
export const $System_Net_HttpStatusCode = {
|
|
595
|
-
enum: [
|
|
596
|
-
type: '
|
|
597
|
-
format: 'int32'
|
|
593
|
+
enum: ['Continue', 'SwitchingProtocols', 'Processing', 'EarlyHints', 'OK', 'Created', 'Accepted', 'NonAuthoritativeInformation', 'NoContent', 'ResetContent', 'PartialContent', 'MultiStatus', 'AlreadyReported', 'IMUsed', 'MultipleChoices', 'MovedPermanently', 'Found', 'SeeOther', 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect', 'PermanentRedirect', 'BadRequest', 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound', 'MethodNotAllowed', 'NotAcceptable', 'ProxyAuthenticationRequired', 'RequestTimeout', 'Conflict', 'Gone', 'LengthRequired', 'PreconditionFailed', 'RequestEntityTooLarge', 'RequestUriTooLong', 'UnsupportedMediaType', 'RequestedRangeNotSatisfiable', 'ExpectationFailed', 'MisdirectedRequest', 'UnprocessableEntity', 'Locked', 'FailedDependency', 'UpgradeRequired', 'PreconditionRequired', 'TooManyRequests', 'RequestHeaderFieldsTooLarge', 'UnavailableForLegalReasons', 'InternalServerError', 'NotImplemented', 'BadGateway', 'ServiceUnavailable', 'GatewayTimeout', 'HttpVersionNotSupported', 'VariantAlsoNegotiates', 'InsufficientStorage', 'LoopDetected', 'NotExtended', 'NetworkAuthenticationRequired'],
|
|
594
|
+
type: 'string'
|
|
598
595
|
} as const;
|
|
599
596
|
|
|
600
597
|
export const $UniRefund_AdministrationService_Bonds_BondDto = {
|
|
@@ -804,10 +801,41 @@ export const $UniRefund_AdministrationService_CountrySettings_CountrySettingDto
|
|
|
804
801
|
additionalProperties: false
|
|
805
802
|
} as const;
|
|
806
803
|
|
|
807
|
-
export const $
|
|
804
|
+
export const $UniRefund_AdministrationService_CountrySettings_SetCountrySettingsByListDto = {
|
|
808
805
|
type: 'object',
|
|
809
806
|
properties: {
|
|
810
|
-
|
|
807
|
+
extraProperties: {
|
|
808
|
+
type: 'object',
|
|
809
|
+
additionalProperties: {},
|
|
810
|
+
nullable: true,
|
|
811
|
+
readOnly: true
|
|
812
|
+
},
|
|
813
|
+
countrySettings: {
|
|
814
|
+
type: 'array',
|
|
815
|
+
items: {
|
|
816
|
+
type: 'object',
|
|
817
|
+
properties: {
|
|
818
|
+
key: {
|
|
819
|
+
type: 'string',
|
|
820
|
+
nullable: true
|
|
821
|
+
},
|
|
822
|
+
value: {
|
|
823
|
+
type: 'string',
|
|
824
|
+
nullable: true
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
additionalProperties: false
|
|
828
|
+
},
|
|
829
|
+
nullable: true
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
additionalProperties: false
|
|
833
|
+
} as const;
|
|
834
|
+
|
|
835
|
+
export const $UniRefund_AdministrationService_CountrySettings_SetCountrySettingsDto = {
|
|
836
|
+
type: 'object',
|
|
837
|
+
properties: {
|
|
838
|
+
key: {
|
|
811
839
|
type: 'string',
|
|
812
840
|
nullable: true
|
|
813
841
|
},
|
|
@@ -3769,9 +3797,8 @@ export const $Volo_Abp_AuditLogging_AuditLogDto = {
|
|
|
3769
3797
|
format: 'date-time'
|
|
3770
3798
|
},
|
|
3771
3799
|
changeType: {
|
|
3772
|
-
enum: [
|
|
3773
|
-
type: '
|
|
3774
|
-
format: 'int32'
|
|
3800
|
+
enum: ['Created', 'Updated', 'Deleted'],
|
|
3801
|
+
type: 'string'
|
|
3775
3802
|
},
|
|
3776
3803
|
entityId: {
|
|
3777
3804
|
type: 'string',
|
|
@@ -3936,9 +3963,8 @@ export const $Volo_Abp_AuditLogging_EntityChangeDto = {
|
|
|
3936
3963
|
format: 'date-time'
|
|
3937
3964
|
},
|
|
3938
3965
|
changeType: {
|
|
3939
|
-
enum: [
|
|
3940
|
-
type: '
|
|
3941
|
-
format: 'int32'
|
|
3966
|
+
enum: ['Created', 'Updated', 'Deleted'],
|
|
3967
|
+
type: 'string'
|
|
3942
3968
|
},
|
|
3943
3969
|
entityId: {
|
|
3944
3970
|
type: 'string',
|
|
@@ -4021,9 +4047,8 @@ export const $Volo_Abp_AuditLogging_EntityChangeWithUsernameDto = {
|
|
|
4021
4047
|
format: 'date-time'
|
|
4022
4048
|
},
|
|
4023
4049
|
changeType: {
|
|
4024
|
-
enum: [
|
|
4025
|
-
type: '
|
|
4026
|
-
format: 'int32'
|
|
4050
|
+
enum: ['Created', 'Updated', 'Deleted'],
|
|
4051
|
+
type: 'string'
|
|
4027
4052
|
},
|
|
4028
4053
|
entityId: {
|
|
4029
4054
|
type: 'string',
|
|
@@ -4152,9 +4177,8 @@ export const $Volo_Abp_AuditLogging_GetErrorRateOutput = {
|
|
|
4152
4177
|
} as const;
|
|
4153
4178
|
|
|
4154
4179
|
export const $Volo_Abp_Auditing_EntityChangeType = {
|
|
4155
|
-
enum: [
|
|
4156
|
-
type: '
|
|
4157
|
-
format: 'int32'
|
|
4180
|
+
enum: ['Created', 'Updated', 'Deleted'],
|
|
4181
|
+
type: 'string'
|
|
4158
4182
|
} as const;
|
|
4159
4183
|
|
|
4160
4184
|
export const $Volo_Abp_FeatureManagement_FeatureDto = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import type { CancelablePromise } from './core/CancelablePromise';
|
|
4
4
|
import type { BaseHttpRequest } from './core/BaseHttpRequest';
|
|
5
|
-
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiAbpMultiTenancyTenantsByNameByNameData, GetApiAbpMultiTenancyTenantsByNameByNameResponse, GetApiAbpMultiTenancyTenantsByIdByIdData, GetApiAbpMultiTenancyTenantsByIdByIdResponse, GetApiAuditLoggingAuditLogsData, GetApiAuditLoggingAuditLogsResponse, GetApiAuditLoggingAuditLogsByIdData, GetApiAuditLoggingAuditLogsByIdResponse, GetApiAuditLoggingAuditLogsStatisticsErrorRateData, GetApiAuditLoggingAuditLogsStatisticsErrorRateResponse, GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData, GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayResponse, GetApiAuditLoggingAuditLogsEntityChangesData, GetApiAuditLoggingAuditLogsEntityChangesResponse, GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData, GetApiAuditLoggingAuditLogsEntityChangesWithUsernameResponse, GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData, GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdResponse, GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData, GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse,
|
|
5
|
+
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiAbpMultiTenancyTenantsByNameByNameData, GetApiAbpMultiTenancyTenantsByNameByNameResponse, GetApiAbpMultiTenancyTenantsByIdByIdData, GetApiAbpMultiTenancyTenantsByIdByIdResponse, GetApiAuditLoggingAuditLogsData, GetApiAuditLoggingAuditLogsResponse, GetApiAuditLoggingAuditLogsByIdData, GetApiAuditLoggingAuditLogsByIdResponse, GetApiAuditLoggingAuditLogsStatisticsErrorRateData, GetApiAuditLoggingAuditLogsStatisticsErrorRateResponse, GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData, GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayResponse, GetApiAuditLoggingAuditLogsEntityChangesData, GetApiAuditLoggingAuditLogsEntityChangesResponse, GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData, GetApiAuditLoggingAuditLogsEntityChangesWithUsernameResponse, GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData, GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdResponse, GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData, GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse, GetApiAdministrationServiceCountrySettingsResponse, PutApiAdministrationServiceCountrySettingsSetValuesData, PutApiAdministrationServiceCountrySettingsSetValuesResponse, GetApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingData, PostApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingSendTestEmailData, PostApiSettingManagementEmailingSendTestEmailResponse, GetApiFeatureManagementFeaturesData, GetApiFeatureManagementFeaturesResponse, PutApiFeatureManagementFeaturesData, PutApiFeatureManagementFeaturesResponse, DeleteApiFeatureManagementFeaturesData, DeleteApiFeatureManagementFeaturesResponse, PostApiGdprRequestsPrepareDataResponse, GetApiGdprRequestsDownloadTokenData, GetApiGdprRequestsDownloadTokenResponse, GetApiGdprRequestsDataByRequestIdData, GetApiGdprRequestsDataByRequestIdResponse, GetApiGdprRequestsIsRequestAllowedResponse, GetApiGdprRequestsListData, GetApiGdprRequestsListResponse, DeleteApiGdprRequestsResponse, GetApiLanguageManagementLanguagesAllResponse, GetApiLanguageManagementLanguagesData, GetApiLanguageManagementLanguagesResponse, PostApiLanguageManagementLanguagesData, PostApiLanguageManagementLanguagesResponse, GetApiLanguageManagementLanguagesByIdData, GetApiLanguageManagementLanguagesByIdResponse, PutApiLanguageManagementLanguagesByIdData, PutApiLanguageManagementLanguagesByIdResponse, DeleteApiLanguageManagementLanguagesByIdData, DeleteApiLanguageManagementLanguagesByIdResponse, PutApiLanguageManagementLanguagesByIdSetAsDefaultData, PutApiLanguageManagementLanguagesByIdSetAsDefaultResponse, GetApiLanguageManagementLanguagesResourcesResponse, GetApiLanguageManagementLanguagesCultureListResponse, GetApiLanguageManagementLanguageTextsData, GetApiLanguageManagementLanguageTextsResponse, GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData, GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreData, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreResponse, GetApiPermissionManagementPermissionsData, GetApiPermissionManagementPermissionsResponse, PutApiPermissionManagementPermissionsData, PutApiPermissionManagementPermissionsResponse, GetApiAuditLoggingSettingsResponse, PutApiAuditLoggingSettingsData, PutApiAuditLoggingSettingsResponse, GetApiAuditLoggingSettingsGlobalResponse, PutApiAuditLoggingSettingsGlobalData, PutApiAuditLoggingSettingsGlobalResponse, GetApiTextTemplateManagementTemplateContentsData, GetApiTextTemplateManagementTemplateContentsResponse, PutApiTextTemplateManagementTemplateContentsData, PutApiTextTemplateManagementTemplateContentsResponse, PutApiTextTemplateManagementTemplateContentsRestoreToDefaultData, PutApiTextTemplateManagementTemplateContentsRestoreToDefaultResponse, GetApiTextTemplateManagementTemplateDefinitionsData, GetApiTextTemplateManagementTemplateDefinitionsResponse, GetApiTextTemplateManagementTemplateDefinitionsByNameData, GetApiTextTemplateManagementTemplateDefinitionsByNameResponse, GetApiSettingManagementTimezoneResponse, PostApiSettingManagementTimezoneData, PostApiSettingManagementTimezoneResponse, GetApiSettingManagementTimezoneTimezonesResponse } from './types.gen';
|
|
6
6
|
|
|
7
7
|
export class AbpApiDefinitionService {
|
|
8
8
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
@@ -398,29 +398,6 @@ export class AuditLogsService {
|
|
|
398
398
|
export class CountrySettingService {
|
|
399
399
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
400
400
|
|
|
401
|
-
/**
|
|
402
|
-
* @param data The data for the request.
|
|
403
|
-
* @param data.requestBody
|
|
404
|
-
* @returns unknown Success
|
|
405
|
-
* @throws ApiError
|
|
406
|
-
*/
|
|
407
|
-
public postApiAdministrationServiceCountrySettingsForTenant(data: PostApiAdministrationServiceCountrySettingsForTenantData = {}): CancelablePromise<PostApiAdministrationServiceCountrySettingsForTenantResponse> {
|
|
408
|
-
return this.httpRequest.request({
|
|
409
|
-
method: 'POST',
|
|
410
|
-
url: '/api/administration-service/country-settings/for-tenant',
|
|
411
|
-
body: data.requestBody,
|
|
412
|
-
mediaType: 'application/json',
|
|
413
|
-
errors: {
|
|
414
|
-
400: 'Bad Request',
|
|
415
|
-
401: 'Unauthorized',
|
|
416
|
-
403: 'Forbidden',
|
|
417
|
-
404: 'Not Found',
|
|
418
|
-
500: 'Server Error',
|
|
419
|
-
501: 'Server Error'
|
|
420
|
-
}
|
|
421
|
-
});
|
|
422
|
-
}
|
|
423
|
-
|
|
424
401
|
/**
|
|
425
402
|
* @returns UniRefund_AdministrationService_CountrySettings_CountrySettingDto Success
|
|
426
403
|
* @throws ApiError
|
|
@@ -441,13 +418,17 @@ export class CountrySettingService {
|
|
|
441
418
|
}
|
|
442
419
|
|
|
443
420
|
/**
|
|
421
|
+
* @param data The data for the request.
|
|
422
|
+
* @param data.requestBody
|
|
444
423
|
* @returns unknown Success
|
|
445
424
|
* @throws ApiError
|
|
446
425
|
*/
|
|
447
|
-
public
|
|
426
|
+
public putApiAdministrationServiceCountrySettingsSetValues(data: PutApiAdministrationServiceCountrySettingsSetValuesData = {}): CancelablePromise<PutApiAdministrationServiceCountrySettingsSetValuesResponse> {
|
|
448
427
|
return this.httpRequest.request({
|
|
449
|
-
method: '
|
|
450
|
-
url: '/api/administration-service/country-settings',
|
|
428
|
+
method: 'PUT',
|
|
429
|
+
url: '/api/administration-service/country-settings/set-values',
|
|
430
|
+
body: data.requestBody,
|
|
431
|
+
mediaType: 'application/json',
|
|
451
432
|
errors: {
|
|
452
433
|
400: 'Bad Request',
|
|
453
434
|
401: 'Unauthorized',
|
|
@@ -34,7 +34,7 @@ export type PagedResultDto_TemplateDefinitionDto = {
|
|
|
34
34
|
totalCount?: number;
|
|
35
35
|
};
|
|
36
36
|
|
|
37
|
-
export type System_Net_HttpStatusCode =
|
|
37
|
+
export type System_Net_HttpStatusCode = 'Continue' | 'SwitchingProtocols' | 'Processing' | 'EarlyHints' | 'OK' | 'Created' | 'Accepted' | 'NonAuthoritativeInformation' | 'NoContent' | 'ResetContent' | 'PartialContent' | 'MultiStatus' | 'AlreadyReported' | 'IMUsed' | 'MultipleChoices' | 'MovedPermanently' | 'Found' | 'SeeOther' | 'NotModified' | 'UseProxy' | 'Unused' | 'TemporaryRedirect' | 'PermanentRedirect' | 'BadRequest' | 'Unauthorized' | 'PaymentRequired' | 'Forbidden' | 'NotFound' | 'MethodNotAllowed' | 'NotAcceptable' | 'ProxyAuthenticationRequired' | 'RequestTimeout' | 'Conflict' | 'Gone' | 'LengthRequired' | 'PreconditionFailed' | 'RequestEntityTooLarge' | 'RequestUriTooLong' | 'UnsupportedMediaType' | 'RequestedRangeNotSatisfiable' | 'ExpectationFailed' | 'MisdirectedRequest' | 'UnprocessableEntity' | 'Locked' | 'FailedDependency' | 'UpgradeRequired' | 'PreconditionRequired' | 'TooManyRequests' | 'RequestHeaderFieldsTooLarge' | 'UnavailableForLegalReasons' | 'InternalServerError' | 'NotImplemented' | 'BadGateway' | 'ServiceUnavailable' | 'GatewayTimeout' | 'HttpVersionNotSupported' | 'VariantAlsoNegotiates' | 'InsufficientStorage' | 'LoopDetected' | 'NotExtended' | 'NetworkAuthenticationRequired';
|
|
38
38
|
|
|
39
39
|
export type UniRefund_AdministrationService_Bonds_BondDto = {
|
|
40
40
|
key?: string | null;
|
|
@@ -47,8 +47,15 @@ export type UniRefund_AdministrationService_CountrySettings_CountrySettingDto =
|
|
|
47
47
|
groups: Array<UniRefund_AdministrationService_Groups_GroupDto>;
|
|
48
48
|
};
|
|
49
49
|
|
|
50
|
-
export type
|
|
51
|
-
|
|
50
|
+
export type UniRefund_AdministrationService_CountrySettings_SetCountrySettingsByListDto = {
|
|
51
|
+
readonly extraProperties?: {
|
|
52
|
+
[key: string]: unknown;
|
|
53
|
+
} | null;
|
|
54
|
+
countrySettings?: Array<UniRefund_AdministrationService_CountrySettings_SetCountrySettingsDto> | null;
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
export type UniRefund_AdministrationService_CountrySettings_SetCountrySettingsDto = {
|
|
58
|
+
key?: string | null;
|
|
52
59
|
value?: string | null;
|
|
53
60
|
};
|
|
54
61
|
|
|
@@ -460,7 +467,7 @@ export type Volo_Abp_AuditLogging_GetErrorRateOutput = {
|
|
|
460
467
|
} | null;
|
|
461
468
|
};
|
|
462
469
|
|
|
463
|
-
export type Volo_Abp_Auditing_EntityChangeType =
|
|
470
|
+
export type Volo_Abp_Auditing_EntityChangeType = 'Created' | 'Updated' | 'Deleted';
|
|
464
471
|
|
|
465
472
|
export type Volo_Abp_FeatureManagement_FeatureDto = {
|
|
466
473
|
name?: string | null;
|
|
@@ -907,15 +914,13 @@ export type GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData = {
|
|
|
907
914
|
|
|
908
915
|
export type GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse = Volo_Abp_AuditLogging_EntityChangeDto;
|
|
909
916
|
|
|
910
|
-
export type PostApiAdministrationServiceCountrySettingsForTenantData = {
|
|
911
|
-
requestBody?: UniRefund_AdministrationService_CountrySettings_CreateCountrySettingDto;
|
|
912
|
-
};
|
|
913
|
-
|
|
914
|
-
export type PostApiAdministrationServiceCountrySettingsForTenantResponse = unknown;
|
|
915
|
-
|
|
916
917
|
export type GetApiAdministrationServiceCountrySettingsResponse = UniRefund_AdministrationService_CountrySettings_CountrySettingDto;
|
|
917
918
|
|
|
918
|
-
export type
|
|
919
|
+
export type PutApiAdministrationServiceCountrySettingsSetValuesData = {
|
|
920
|
+
requestBody?: UniRefund_AdministrationService_CountrySettings_SetCountrySettingsByListDto;
|
|
921
|
+
};
|
|
922
|
+
|
|
923
|
+
export type PutApiAdministrationServiceCountrySettingsSetValuesResponse = unknown;
|
|
919
924
|
|
|
920
925
|
export type GetApiSettingManagementEmailingResponse = Volo_Abp_SettingManagement_EmailSettingsDto;
|
|
921
926
|
|
|
@@ -1601,41 +1606,6 @@ export type $OpenApiTs = {
|
|
|
1601
1606
|
};
|
|
1602
1607
|
};
|
|
1603
1608
|
};
|
|
1604
|
-
'/api/administration-service/country-settings/for-tenant': {
|
|
1605
|
-
post: {
|
|
1606
|
-
req: PostApiAdministrationServiceCountrySettingsForTenantData;
|
|
1607
|
-
res: {
|
|
1608
|
-
/**
|
|
1609
|
-
* Success
|
|
1610
|
-
*/
|
|
1611
|
-
200: unknown;
|
|
1612
|
-
/**
|
|
1613
|
-
* Bad Request
|
|
1614
|
-
*/
|
|
1615
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1616
|
-
/**
|
|
1617
|
-
* Unauthorized
|
|
1618
|
-
*/
|
|
1619
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1620
|
-
/**
|
|
1621
|
-
* Forbidden
|
|
1622
|
-
*/
|
|
1623
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1624
|
-
/**
|
|
1625
|
-
* Not Found
|
|
1626
|
-
*/
|
|
1627
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1628
|
-
/**
|
|
1629
|
-
* Server Error
|
|
1630
|
-
*/
|
|
1631
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1632
|
-
/**
|
|
1633
|
-
* Server Error
|
|
1634
|
-
*/
|
|
1635
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1636
|
-
};
|
|
1637
|
-
};
|
|
1638
|
-
};
|
|
1639
1609
|
'/api/administration-service/country-settings': {
|
|
1640
1610
|
get: {
|
|
1641
1611
|
res: {
|
|
@@ -1669,7 +1639,10 @@ export type $OpenApiTs = {
|
|
|
1669
1639
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1670
1640
|
};
|
|
1671
1641
|
};
|
|
1672
|
-
|
|
1642
|
+
};
|
|
1643
|
+
'/api/administration-service/country-settings/set-values': {
|
|
1644
|
+
put: {
|
|
1645
|
+
req: PutApiAdministrationServiceCountrySettingsSetValuesData;
|
|
1673
1646
|
res: {
|
|
1674
1647
|
/**
|
|
1675
1648
|
* Success
|