@ayasofyazilim/saas 0.0.10 → 0.0.11

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.
@@ -1040,9 +1040,7 @@ export type GetApiSettingManagementTimezoneTimezonesResponse = Array<Volo_Abp_Na
1040
1040
  export type $OpenApiTs = {
1041
1041
  '/api/abp/api-definition': {
1042
1042
  get: {
1043
- req: {
1044
- includeTypes?: boolean;
1045
- };
1043
+ req: GetApiAbpApiDefinitionData;
1046
1044
  res: {
1047
1045
  /**
1048
1046
  * Success
@@ -1077,9 +1075,7 @@ export type $OpenApiTs = {
1077
1075
  };
1078
1076
  '/api/abp/application-configuration': {
1079
1077
  get: {
1080
- req: {
1081
- includeLocalizationResources?: boolean;
1082
- };
1078
+ req: GetApiAbpApplicationConfigurationData;
1083
1079
  res: {
1084
1080
  /**
1085
1081
  * Success
@@ -1114,10 +1110,7 @@ export type $OpenApiTs = {
1114
1110
  };
1115
1111
  '/api/abp/application-localization': {
1116
1112
  get: {
1117
- req: {
1118
- cultureName: string;
1119
- onlyDynamics?: boolean;
1120
- };
1113
+ req: GetApiAbpApplicationLocalizationData;
1121
1114
  res: {
1122
1115
  /**
1123
1116
  * Success
@@ -1152,9 +1145,7 @@ export type $OpenApiTs = {
1152
1145
  };
1153
1146
  '/api/abp/multi-tenancy/tenants/by-name/{name}': {
1154
1147
  get: {
1155
- req: {
1156
- name: string;
1157
- };
1148
+ req: GetApiAbpMultiTenancyTenantsByNameByNameData;
1158
1149
  res: {
1159
1150
  /**
1160
1151
  * Success
@@ -1189,9 +1180,7 @@ export type $OpenApiTs = {
1189
1180
  };
1190
1181
  '/api/abp/multi-tenancy/tenants/by-id/{id}': {
1191
1182
  get: {
1192
- req: {
1193
- id: string;
1194
- };
1183
+ req: GetApiAbpMultiTenancyTenantsByIdByIdData;
1195
1184
  res: {
1196
1185
  /**
1197
1186
  * Success
@@ -1226,23 +1215,7 @@ export type $OpenApiTs = {
1226
1215
  };
1227
1216
  '/api/audit-logging/audit-logs': {
1228
1217
  get: {
1229
- req: {
1230
- applicationName?: string;
1231
- clientIpAddress?: string;
1232
- correlationId?: string;
1233
- endTime?: string;
1234
- hasException?: boolean;
1235
- httpMethod?: string;
1236
- httpStatusCode?: System_Net_HttpStatusCode;
1237
- maxExecutionDuration?: number;
1238
- maxResultCount?: number;
1239
- minExecutionDuration?: number;
1240
- skipCount?: number;
1241
- sorting?: string;
1242
- startTime?: string;
1243
- url?: string;
1244
- userName?: string;
1245
- };
1218
+ req: GetApiAuditLoggingAuditLogsData;
1246
1219
  res: {
1247
1220
  /**
1248
1221
  * Success
@@ -1277,9 +1250,7 @@ export type $OpenApiTs = {
1277
1250
  };
1278
1251
  '/api/audit-logging/audit-logs/{id}': {
1279
1252
  get: {
1280
- req: {
1281
- id: string;
1282
- };
1253
+ req: GetApiAuditLoggingAuditLogsByIdData;
1283
1254
  res: {
1284
1255
  /**
1285
1256
  * Success
@@ -1314,10 +1285,7 @@ export type $OpenApiTs = {
1314
1285
  };
1315
1286
  '/api/audit-logging/audit-logs/statistics/error-rate': {
1316
1287
  get: {
1317
- req: {
1318
- endDate?: string;
1319
- startDate?: string;
1320
- };
1288
+ req: GetApiAuditLoggingAuditLogsStatisticsErrorRateData;
1321
1289
  res: {
1322
1290
  /**
1323
1291
  * Success
@@ -1352,10 +1320,7 @@ export type $OpenApiTs = {
1352
1320
  };
1353
1321
  '/api/audit-logging/audit-logs/statistics/average-execution-duration-per-day': {
1354
1322
  get: {
1355
- req: {
1356
- endDate?: string;
1357
- startDate?: string;
1358
- };
1323
+ req: GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData;
1359
1324
  res: {
1360
1325
  /**
1361
1326
  * Success
@@ -1390,17 +1355,7 @@ export type $OpenApiTs = {
1390
1355
  };
1391
1356
  '/api/audit-logging/audit-logs/entity-changes': {
1392
1357
  get: {
1393
- req: {
1394
- auditLogId?: string;
1395
- endDate?: string;
1396
- entityChangeType?: Volo_Abp_Auditing_EntityChangeType;
1397
- entityId?: string;
1398
- entityTypeFullName?: string;
1399
- maxResultCount?: number;
1400
- skipCount?: number;
1401
- sorting?: string;
1402
- startDate?: string;
1403
- };
1358
+ req: GetApiAuditLoggingAuditLogsEntityChangesData;
1404
1359
  res: {
1405
1360
  /**
1406
1361
  * Success
@@ -1435,10 +1390,7 @@ export type $OpenApiTs = {
1435
1390
  };
1436
1391
  '/api/audit-logging/audit-logs/entity-changes-with-username': {
1437
1392
  get: {
1438
- req: {
1439
- entityId?: string;
1440
- entityTypeFullName?: string;
1441
- };
1393
+ req: GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData;
1442
1394
  res: {
1443
1395
  /**
1444
1396
  * Success
@@ -1473,9 +1425,7 @@ export type $OpenApiTs = {
1473
1425
  };
1474
1426
  '/api/audit-logging/audit-logs/entity-change-with-username/{entityChangeId}': {
1475
1427
  get: {
1476
- req: {
1477
- entityChangeId: string;
1478
- };
1428
+ req: GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData;
1479
1429
  res: {
1480
1430
  /**
1481
1431
  * Success
@@ -1510,9 +1460,7 @@ export type $OpenApiTs = {
1510
1460
  };
1511
1461
  '/api/audit-logging/audit-logs/entity-changes/{entityChangeId}': {
1512
1462
  get: {
1513
- req: {
1514
- entityChangeId: string;
1515
- };
1463
+ req: GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData;
1516
1464
  res: {
1517
1465
  /**
1518
1466
  * Success
@@ -1579,9 +1527,7 @@ export type $OpenApiTs = {
1579
1527
  };
1580
1528
  };
1581
1529
  post: {
1582
- req: {
1583
- requestBody?: Volo_Abp_SettingManagement_UpdateEmailSettingsDto;
1584
- };
1530
+ req: PostApiSettingManagementEmailingData;
1585
1531
  res: {
1586
1532
  /**
1587
1533
  * Success
@@ -1616,9 +1562,7 @@ export type $OpenApiTs = {
1616
1562
  };
1617
1563
  '/api/setting-management/emailing/send-test-email': {
1618
1564
  post: {
1619
- req: {
1620
- requestBody?: Volo_Abp_SettingManagement_SendTestEmailInput;
1621
- };
1565
+ req: PostApiSettingManagementEmailingSendTestEmailData;
1622
1566
  res: {
1623
1567
  /**
1624
1568
  * Success
@@ -1653,10 +1597,7 @@ export type $OpenApiTs = {
1653
1597
  };
1654
1598
  '/api/feature-management/features': {
1655
1599
  get: {
1656
- req: {
1657
- providerKey?: string;
1658
- providerName?: string;
1659
- };
1600
+ req: GetApiFeatureManagementFeaturesData;
1660
1601
  res: {
1661
1602
  /**
1662
1603
  * Success
@@ -1689,11 +1630,7 @@ export type $OpenApiTs = {
1689
1630
  };
1690
1631
  };
1691
1632
  put: {
1692
- req: {
1693
- providerKey?: string;
1694
- providerName?: string;
1695
- requestBody?: Volo_Abp_FeatureManagement_UpdateFeaturesDto;
1696
- };
1633
+ req: PutApiFeatureManagementFeaturesData;
1697
1634
  res: {
1698
1635
  /**
1699
1636
  * Success
@@ -1726,10 +1663,7 @@ export type $OpenApiTs = {
1726
1663
  };
1727
1664
  };
1728
1665
  delete: {
1729
- req: {
1730
- providerKey?: string;
1731
- providerName?: string;
1732
- };
1666
+ req: DeleteApiFeatureManagementFeaturesData;
1733
1667
  res: {
1734
1668
  /**
1735
1669
  * Success
@@ -1798,9 +1732,7 @@ export type $OpenApiTs = {
1798
1732
  };
1799
1733
  '/api/gdpr/requests/download-token': {
1800
1734
  get: {
1801
- req: {
1802
- id?: string;
1803
- };
1735
+ req: GetApiGdprRequestsDownloadTokenData;
1804
1736
  res: {
1805
1737
  /**
1806
1738
  * Success
@@ -1835,10 +1767,7 @@ export type $OpenApiTs = {
1835
1767
  };
1836
1768
  '/api/gdpr/requests/data/{requestId}': {
1837
1769
  get: {
1838
- req: {
1839
- requestId: string;
1840
- token?: string;
1841
- };
1770
+ req: GetApiGdprRequestsDataByRequestIdData;
1842
1771
  res: {
1843
1772
  /**
1844
1773
  * Success
@@ -1907,12 +1836,7 @@ export type $OpenApiTs = {
1907
1836
  };
1908
1837
  '/api/gdpr/requests/list': {
1909
1838
  get: {
1910
- req: {
1911
- maxResultCount?: number;
1912
- skipCount?: number;
1913
- sorting?: string;
1914
- userId: string;
1915
- };
1839
+ req: GetApiGdprRequestsListData;
1916
1840
  res: {
1917
1841
  /**
1918
1842
  * Success
@@ -2015,16 +1939,7 @@ export type $OpenApiTs = {
2015
1939
  };
2016
1940
  '/api/language-management/languages': {
2017
1941
  get: {
2018
- req: {
2019
- baseCultureName?: string;
2020
- filter?: string;
2021
- getOnlyEmptyValues?: boolean;
2022
- maxResultCount?: number;
2023
- resourceName?: string;
2024
- skipCount?: number;
2025
- sorting?: string;
2026
- targetCultureName?: string;
2027
- };
1942
+ req: GetApiLanguageManagementLanguagesData;
2028
1943
  res: {
2029
1944
  /**
2030
1945
  * Success
@@ -2057,9 +1972,7 @@ export type $OpenApiTs = {
2057
1972
  };
2058
1973
  };
2059
1974
  post: {
2060
- req: {
2061
- requestBody?: Volo_Abp_LanguageManagement_Dto_CreateLanguageDto;
2062
- };
1975
+ req: PostApiLanguageManagementLanguagesData;
2063
1976
  res: {
2064
1977
  /**
2065
1978
  * Success
@@ -2094,9 +2007,7 @@ export type $OpenApiTs = {
2094
2007
  };
2095
2008
  '/api/language-management/languages/{id}': {
2096
2009
  get: {
2097
- req: {
2098
- id: string;
2099
- };
2010
+ req: GetApiLanguageManagementLanguagesByIdData;
2100
2011
  res: {
2101
2012
  /**
2102
2013
  * Success
@@ -2129,10 +2040,7 @@ export type $OpenApiTs = {
2129
2040
  };
2130
2041
  };
2131
2042
  put: {
2132
- req: {
2133
- id: string;
2134
- requestBody?: Volo_Abp_LanguageManagement_Dto_UpdateLanguageDto;
2135
- };
2043
+ req: PutApiLanguageManagementLanguagesByIdData;
2136
2044
  res: {
2137
2045
  /**
2138
2046
  * Success
@@ -2165,9 +2073,7 @@ export type $OpenApiTs = {
2165
2073
  };
2166
2074
  };
2167
2075
  delete: {
2168
- req: {
2169
- id: string;
2170
- };
2076
+ req: DeleteApiLanguageManagementLanguagesByIdData;
2171
2077
  res: {
2172
2078
  /**
2173
2079
  * Success
@@ -2202,9 +2108,7 @@ export type $OpenApiTs = {
2202
2108
  };
2203
2109
  '/api/language-management/languages/{id}/set-as-default': {
2204
2110
  put: {
2205
- req: {
2206
- id: string;
2207
- };
2111
+ req: PutApiLanguageManagementLanguagesByIdSetAsDefaultData;
2208
2112
  res: {
2209
2113
  /**
2210
2114
  * Success
@@ -2341,16 +2245,7 @@ export type $OpenApiTs = {
2341
2245
  };
2342
2246
  '/api/language-management/language-texts': {
2343
2247
  get: {
2344
- req: {
2345
- baseCultureName?: string;
2346
- filter?: string;
2347
- getOnlyEmptyValues?: boolean;
2348
- maxResultCount?: number;
2349
- resourceName?: string;
2350
- skipCount?: number;
2351
- sorting?: string;
2352
- targetCultureName?: string;
2353
- };
2248
+ req: GetApiLanguageManagementLanguageTextsData;
2354
2249
  res: {
2355
2250
  /**
2356
2251
  * Success
@@ -2385,12 +2280,7 @@ export type $OpenApiTs = {
2385
2280
  };
2386
2281
  '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}': {
2387
2282
  get: {
2388
- req: {
2389
- baseCultureName?: string;
2390
- cultureName: string;
2391
- name: string;
2392
- resourceName: string;
2393
- };
2283
+ req: GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData;
2394
2284
  res: {
2395
2285
  /**
2396
2286
  * Success
@@ -2423,12 +2313,7 @@ export type $OpenApiTs = {
2423
2313
  };
2424
2314
  };
2425
2315
  put: {
2426
- req: {
2427
- cultureName: string;
2428
- name: string;
2429
- resourceName: string;
2430
- value?: string;
2431
- };
2316
+ req: PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData;
2432
2317
  res: {
2433
2318
  /**
2434
2319
  * Success
@@ -2463,11 +2348,7 @@ export type $OpenApiTs = {
2463
2348
  };
2464
2349
  '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}/restore': {
2465
2350
  put: {
2466
- req: {
2467
- cultureName: string;
2468
- name: string;
2469
- resourceName: string;
2470
- };
2351
+ req: PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreData;
2471
2352
  res: {
2472
2353
  /**
2473
2354
  * Success
@@ -2502,10 +2383,7 @@ export type $OpenApiTs = {
2502
2383
  };
2503
2384
  '/api/permission-management/permissions': {
2504
2385
  get: {
2505
- req: {
2506
- providerKey?: string;
2507
- providerName?: string;
2508
- };
2386
+ req: GetApiPermissionManagementPermissionsData;
2509
2387
  res: {
2510
2388
  /**
2511
2389
  * Success
@@ -2538,11 +2416,7 @@ export type $OpenApiTs = {
2538
2416
  };
2539
2417
  };
2540
2418
  put: {
2541
- req: {
2542
- providerKey?: string;
2543
- providerName?: string;
2544
- requestBody?: Volo_Abp_PermissionManagement_UpdatePermissionsDto;
2545
- };
2419
+ req: PutApiPermissionManagementPermissionsData;
2546
2420
  res: {
2547
2421
  /**
2548
2422
  * Success
@@ -2577,10 +2451,7 @@ export type $OpenApiTs = {
2577
2451
  };
2578
2452
  '/api/text-template-management/template-contents': {
2579
2453
  get: {
2580
- req: {
2581
- cultureName?: string;
2582
- templateName: string;
2583
- };
2454
+ req: GetApiTextTemplateManagementTemplateContentsData;
2584
2455
  res: {
2585
2456
  /**
2586
2457
  * Success
@@ -2613,9 +2484,7 @@ export type $OpenApiTs = {
2613
2484
  };
2614
2485
  };
2615
2486
  put: {
2616
- req: {
2617
- requestBody?: Volo_Abp_TextTemplateManagement_TextTemplates_UpdateTemplateContentInput;
2618
- };
2487
+ req: PutApiTextTemplateManagementTemplateContentsData;
2619
2488
  res: {
2620
2489
  /**
2621
2490
  * Success
@@ -2650,9 +2519,7 @@ export type $OpenApiTs = {
2650
2519
  };
2651
2520
  '/api/text-template-management/template-contents/restore-to-default': {
2652
2521
  put: {
2653
- req: {
2654
- requestBody?: Volo_Abp_TextTemplateManagement_TextTemplates_RestoreTemplateContentInput;
2655
- };
2522
+ req: PutApiTextTemplateManagementTemplateContentsRestoreToDefaultData;
2656
2523
  res: {
2657
2524
  /**
2658
2525
  * Success
@@ -2687,12 +2554,7 @@ export type $OpenApiTs = {
2687
2554
  };
2688
2555
  '/api/text-template-management/template-definitions': {
2689
2556
  get: {
2690
- req: {
2691
- filterText?: string;
2692
- maxResultCount?: number;
2693
- skipCount?: number;
2694
- sorting?: string;
2695
- };
2557
+ req: GetApiTextTemplateManagementTemplateDefinitionsData;
2696
2558
  res: {
2697
2559
  /**
2698
2560
  * Success
@@ -2727,9 +2589,7 @@ export type $OpenApiTs = {
2727
2589
  };
2728
2590
  '/api/text-template-management/template-definitions/{name}': {
2729
2591
  get: {
2730
- req: {
2731
- name: string;
2732
- };
2592
+ req: GetApiTextTemplateManagementTemplateDefinitionsByNameData;
2733
2593
  res: {
2734
2594
  /**
2735
2595
  * Success
@@ -2796,9 +2656,7 @@ export type $OpenApiTs = {
2796
2656
  };
2797
2657
  };
2798
2658
  post: {
2799
- req: {
2800
- timezone?: string;
2801
- };
2659
+ req: PostApiSettingManagementTimezoneData;
2802
2660
  res: {
2803
2661
  /**
2804
2662
  * Success