@ayasofyazilim/saas 0.0.137 → 0.0.139
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.
|
@@ -10,6 +10,7 @@ import { AbpTenantService } from './sdk.gen';
|
|
|
10
10
|
import { AuditLogsService } from './sdk.gen';
|
|
11
11
|
import { CountrySettingService } from './sdk.gen';
|
|
12
12
|
import { CountrySettingIntegrationService } from './sdk.gen';
|
|
13
|
+
import { CountrySettingPublicService } from './sdk.gen';
|
|
13
14
|
import { EmailSettingsService } from './sdk.gen';
|
|
14
15
|
import { FeaturesService } from './sdk.gen';
|
|
15
16
|
import { GdprRequestService } from './sdk.gen';
|
|
@@ -32,6 +33,7 @@ export class AdministrationServiceClient {
|
|
|
32
33
|
public readonly auditLogs: AuditLogsService;
|
|
33
34
|
public readonly countrySetting: CountrySettingService;
|
|
34
35
|
public readonly countrySettingIntegration: CountrySettingIntegrationService;
|
|
36
|
+
public readonly countrySettingPublic: CountrySettingPublicService;
|
|
35
37
|
public readonly emailSettings: EmailSettingsService;
|
|
36
38
|
public readonly features: FeaturesService;
|
|
37
39
|
public readonly gdprRequest: GdprRequestService;
|
|
@@ -69,6 +71,7 @@ export class AdministrationServiceClient {
|
|
|
69
71
|
this.auditLogs = new AuditLogsService(this.request);
|
|
70
72
|
this.countrySetting = new CountrySettingService(this.request);
|
|
71
73
|
this.countrySettingIntegration = new CountrySettingIntegrationService(this.request);
|
|
74
|
+
this.countrySettingPublic = new CountrySettingPublicService(this.request);
|
|
72
75
|
this.emailSettings = new EmailSettingsService(this.request);
|
|
73
76
|
this.features = new FeaturesService(this.request);
|
|
74
77
|
this.gdprRequest = new GdprRequestService(this.request);
|
|
@@ -824,6 +824,10 @@ export const $UniRefund_AdministrationService_CountrySettings_CountrySettingInfo
|
|
|
824
824
|
type: 'string',
|
|
825
825
|
nullable: true
|
|
826
826
|
},
|
|
827
|
+
countryCode2: {
|
|
828
|
+
type: 'string',
|
|
829
|
+
nullable: true
|
|
830
|
+
},
|
|
827
831
|
countryCode3: {
|
|
828
832
|
type: 'string',
|
|
829
833
|
nullable: true
|
|
@@ -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, PutApiAdministrationServiceCountrySettingsSetTenantValuesData, PutApiAdministrationServiceCountrySettingsSetTenantValuesResponse, GetIntegrationApiCountrySettingsTenantExtraSettingsData, GetIntegrationApiCountrySettingsTenantExtraSettingsResponse, PostIntegrationApiCountrySettingsValidateSettingsData, PostIntegrationApiCountrySettingsValidateSettingsResponse, PutIntegrationApiCountrySettingsSetTenantValuesData, PutIntegrationApiCountrySettingsSetTenantValuesResponse, GetApiAdministrationServicePublicCountrySettingsInfoForCurrentTenantResponse, 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,25 +398,6 @@ export class AuditLogsService {
|
|
|
398
398
|
export class CountrySettingService {
|
|
399
399
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
400
400
|
|
|
401
|
-
/**
|
|
402
|
-
* @returns unknown Success
|
|
403
|
-
* @throws ApiError
|
|
404
|
-
*/
|
|
405
|
-
public getApiAdministrationServiceCountrySettingsInfoForCurrentTenant(): CancelablePromise<GetApiAdministrationServiceCountrySettingsInfoForCurrentTenantResponse> {
|
|
406
|
-
return this.httpRequest.request({
|
|
407
|
-
method: 'GET',
|
|
408
|
-
url: '/api/administration-service/country-settings/info-for-current-tenant',
|
|
409
|
-
errors: {
|
|
410
|
-
400: 'Bad Request',
|
|
411
|
-
401: 'Unauthorized',
|
|
412
|
-
403: 'Forbidden',
|
|
413
|
-
404: 'Not Found',
|
|
414
|
-
500: 'Server Error',
|
|
415
|
-
501: 'Server Error'
|
|
416
|
-
}
|
|
417
|
-
});
|
|
418
|
-
}
|
|
419
|
-
|
|
420
401
|
/**
|
|
421
402
|
* @returns unknown Success
|
|
422
403
|
* @throws ApiError
|
|
@@ -544,6 +525,30 @@ export class CountrySettingIntegrationService {
|
|
|
544
525
|
|
|
545
526
|
}
|
|
546
527
|
|
|
528
|
+
export class CountrySettingPublicService {
|
|
529
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* @returns unknown Success
|
|
533
|
+
* @throws ApiError
|
|
534
|
+
*/
|
|
535
|
+
public getApiAdministrationServicePublicCountrySettingsInfoForCurrentTenant(): CancelablePromise<GetApiAdministrationServicePublicCountrySettingsInfoForCurrentTenantResponse> {
|
|
536
|
+
return this.httpRequest.request({
|
|
537
|
+
method: 'GET',
|
|
538
|
+
url: '/api/administration-service/public/country-settings/info-for-current-tenant',
|
|
539
|
+
errors: {
|
|
540
|
+
400: 'Bad Request',
|
|
541
|
+
401: 'Unauthorized',
|
|
542
|
+
403: 'Forbidden',
|
|
543
|
+
404: 'Not Found',
|
|
544
|
+
500: 'Server Error',
|
|
545
|
+
501: 'Server Error'
|
|
546
|
+
}
|
|
547
|
+
});
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
}
|
|
551
|
+
|
|
547
552
|
export class EmailSettingsService {
|
|
548
553
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
549
554
|
|
|
@@ -52,6 +52,7 @@ export type UniRefund_AdministrationService_CountrySettings_CountrySettingInfoDt
|
|
|
52
52
|
tenantName?: (string) | null;
|
|
53
53
|
timeZone?: (string) | null;
|
|
54
54
|
currency?: (string) | null;
|
|
55
|
+
countryCode2?: (string) | null;
|
|
55
56
|
countryCode3?: (string) | null;
|
|
56
57
|
countryName?: (string) | null;
|
|
57
58
|
};
|
|
@@ -931,8 +932,6 @@ export type GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData = {
|
|
|
931
932
|
|
|
932
933
|
export type GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse = (Volo_Abp_AuditLogging_EntityChangeDto);
|
|
933
934
|
|
|
934
|
-
export type GetApiAdministrationServiceCountrySettingsInfoForCurrentTenantResponse = (UniRefund_AdministrationService_CountrySettings_CountrySettingInfoDto);
|
|
935
|
-
|
|
936
935
|
export type GetApiAdministrationServiceCountrySettingsResponse = (UniRefund_AdministrationService_CountrySettings_CountrySettingDto);
|
|
937
936
|
|
|
938
937
|
export type PutApiAdministrationServiceCountrySettingsSetTenantValuesData = {
|
|
@@ -961,6 +960,8 @@ export type PutIntegrationApiCountrySettingsSetTenantValuesData = {
|
|
|
961
960
|
|
|
962
961
|
export type PutIntegrationApiCountrySettingsSetTenantValuesResponse = (unknown);
|
|
963
962
|
|
|
963
|
+
export type GetApiAdministrationServicePublicCountrySettingsInfoForCurrentTenantResponse = (UniRefund_AdministrationService_CountrySettings_CountrySettingInfoDto);
|
|
964
|
+
|
|
964
965
|
export type GetApiSettingManagementEmailingResponse = (Volo_Abp_SettingManagement_EmailSettingsDto);
|
|
965
966
|
|
|
966
967
|
export type PostApiSettingManagementEmailingData = {
|