@ayasofyazilim/saas 0.0.14 → 0.0.15
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/AccountService/schemas.gen.ts +4 -24
- package/AccountService/types.gen.ts +0 -17
- package/AdministrationService/schemas.gen.ts +7 -11
- package/AdministrationService/types.gen.ts +0 -5
- package/IdentityService/schemas.gen.ts +10 -54
- package/IdentityService/services.gen.ts +1 -25
- package/IdentityService/types.gen.ts +0 -271
- package/MerchantService/MerchantServiceClient.ts +44 -0
- package/MerchantService/core/ApiError.ts +21 -0
- package/MerchantService/core/ApiRequestOptions.ts +13 -0
- package/MerchantService/core/ApiResult.ts +7 -0
- package/MerchantService/core/BaseHttpRequest.ts +10 -0
- package/MerchantService/core/CancelablePromise.ts +126 -0
- package/MerchantService/core/FetchHttpRequest.ts +22 -0
- package/MerchantService/core/OpenAPI.ts +56 -0
- package/MerchantService/core/request.ts +341 -0
- package/MerchantService/index.ts +9 -0
- package/MerchantService/schemas.gen.ts +6782 -0
- package/MerchantService/services.gen.ts +334 -0
- package/MerchantService/types.gen.ts +5088 -0
- package/ProjectService.json +2937 -2937
- package/SaasService/schemas.gen.ts +5 -5
- package/generator.mjs +8 -1
- package/package.json +3 -2
- package/swagger.json +4794 -4794
|
@@ -1040,7 +1040,7 @@ export const $Volo_Abp_Account_VerifyPasswordResetTokenInput = {
|
|
|
1040
1040
|
additionalProperties: false
|
|
1041
1041
|
} as const;
|
|
1042
1042
|
|
|
1043
|
-
export const $
|
|
1043
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Account_LinkUserDto__Volo_Abp_Account_Pro_Public_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
1044
1044
|
type: 'object',
|
|
1045
1045
|
properties: {
|
|
1046
1046
|
items: {
|
|
@@ -1077,7 +1077,7 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Account_LinkUs
|
|
|
1077
1077
|
additionalProperties: false
|
|
1078
1078
|
} as const;
|
|
1079
1079
|
|
|
1080
|
-
export const $
|
|
1080
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Account_UserDelegationDto__Volo_Abp_Account_Pro_Public_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
1081
1081
|
type: 'object',
|
|
1082
1082
|
properties: {
|
|
1083
1083
|
items: {
|
|
@@ -1110,7 +1110,7 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Account_UserDe
|
|
|
1110
1110
|
additionalProperties: false
|
|
1111
1111
|
} as const;
|
|
1112
1112
|
|
|
1113
|
-
export const $
|
|
1113
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Account_UserLookupDto__Volo_Abp_Account_Pro_Public_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
1114
1114
|
type: 'object',
|
|
1115
1115
|
properties: {
|
|
1116
1116
|
items: {
|
|
@@ -1135,7 +1135,7 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Account_UserLo
|
|
|
1135
1135
|
additionalProperties: false
|
|
1136
1136
|
} as const;
|
|
1137
1137
|
|
|
1138
|
-
export const $
|
|
1138
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_IdentitySecurityLogDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
1139
1139
|
type: 'object',
|
|
1140
1140
|
properties: {
|
|
1141
1141
|
items: {
|
|
@@ -3386,10 +3386,6 @@ export const $Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto = {
|
|
|
3386
3386
|
type: 'string',
|
|
3387
3387
|
nullable: true
|
|
3388
3388
|
},
|
|
3389
|
-
normalizedName: {
|
|
3390
|
-
type: 'string',
|
|
3391
|
-
nullable: true
|
|
3392
|
-
},
|
|
3393
3389
|
isActive: {
|
|
3394
3390
|
type: 'boolean'
|
|
3395
3391
|
}
|
|
@@ -4986,19 +4982,6 @@ export const $Volo_Abp_Identity_IdentityUserDto = {
|
|
|
4986
4982
|
format: 'uuid',
|
|
4987
4983
|
nullable: true
|
|
4988
4984
|
},
|
|
4989
|
-
isDeleted: {
|
|
4990
|
-
type: 'boolean'
|
|
4991
|
-
},
|
|
4992
|
-
deleterId: {
|
|
4993
|
-
type: 'string',
|
|
4994
|
-
format: 'uuid',
|
|
4995
|
-
nullable: true
|
|
4996
|
-
},
|
|
4997
|
-
deletionTime: {
|
|
4998
|
-
type: 'string',
|
|
4999
|
-
format: 'date-time',
|
|
5000
|
-
nullable: true
|
|
5001
|
-
},
|
|
5002
4985
|
tenantId: {
|
|
5003
4986
|
type: 'string',
|
|
5004
4987
|
format: 'uuid',
|
|
@@ -5072,9 +5055,6 @@ export const $Volo_Abp_Identity_IdentityUserDto = {
|
|
|
5072
5055
|
type: 'string',
|
|
5073
5056
|
format: 'date-time',
|
|
5074
5057
|
nullable: true
|
|
5075
|
-
},
|
|
5076
|
-
isExternal: {
|
|
5077
|
-
type: 'boolean'
|
|
5078
5058
|
}
|
|
5079
5059
|
},
|
|
5080
5060
|
additionalProperties: false
|
|
@@ -1053,7 +1053,6 @@ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto = {
|
|
|
1053
1053
|
success?: boolean;
|
|
1054
1054
|
tenantId?: string | null;
|
|
1055
1055
|
name?: string | null;
|
|
1056
|
-
normalizedName?: string | null;
|
|
1057
1056
|
isActive?: boolean;
|
|
1058
1057
|
};
|
|
1059
1058
|
|
|
@@ -1480,9 +1479,6 @@ export type Volo_Abp_Identity_IdentityUserDto = {
|
|
|
1480
1479
|
creatorId?: string | null;
|
|
1481
1480
|
lastModificationTime?: string | null;
|
|
1482
1481
|
lastModifierId?: string | null;
|
|
1483
|
-
isDeleted?: boolean;
|
|
1484
|
-
deleterId?: string | null;
|
|
1485
|
-
deletionTime?: string | null;
|
|
1486
1482
|
tenantId?: string | null;
|
|
1487
1483
|
userName?: string | null;
|
|
1488
1484
|
email?: string | null;
|
|
@@ -1502,7 +1498,6 @@ export type Volo_Abp_Identity_IdentityUserDto = {
|
|
|
1502
1498
|
roleNames?: Array<(string)> | null;
|
|
1503
1499
|
accessFailedCount?: number;
|
|
1504
1500
|
lastPasswordChangeTime?: string | null;
|
|
1505
|
-
isExternal?: boolean;
|
|
1506
1501
|
};
|
|
1507
1502
|
|
|
1508
1503
|
export type Volo_Abp_Localization_LanguageInfo = {
|
|
@@ -1834,7 +1829,6 @@ export type GetApiAbpMultiTenancyTenantsByNameByNameResponse = {
|
|
|
1834
1829
|
success?: boolean;
|
|
1835
1830
|
tenantId?: string | null;
|
|
1836
1831
|
name?: string | null;
|
|
1837
|
-
normalizedName?: string | null;
|
|
1838
1832
|
isActive?: boolean;
|
|
1839
1833
|
};
|
|
1840
1834
|
|
|
@@ -1846,7 +1840,6 @@ export type GetApiAbpMultiTenancyTenantsByIdByIdResponse = {
|
|
|
1846
1840
|
success?: boolean;
|
|
1847
1841
|
tenantId?: string | null;
|
|
1848
1842
|
name?: string | null;
|
|
1849
|
-
normalizedName?: string | null;
|
|
1850
1843
|
isActive?: boolean;
|
|
1851
1844
|
};
|
|
1852
1845
|
|
|
@@ -1874,9 +1867,6 @@ export type PostApiAccountRegisterResponse = {
|
|
|
1874
1867
|
creatorId?: string | null;
|
|
1875
1868
|
lastModificationTime?: string | null;
|
|
1876
1869
|
lastModifierId?: string | null;
|
|
1877
|
-
isDeleted?: boolean;
|
|
1878
|
-
deleterId?: string | null;
|
|
1879
|
-
deletionTime?: string | null;
|
|
1880
1870
|
tenantId?: string | null;
|
|
1881
1871
|
userName?: string | null;
|
|
1882
1872
|
email?: string | null;
|
|
@@ -1896,7 +1886,6 @@ export type PostApiAccountRegisterResponse = {
|
|
|
1896
1886
|
roleNames?: Array<(string)> | null;
|
|
1897
1887
|
accessFailedCount?: number;
|
|
1898
1888
|
lastPasswordChangeTime?: string | null;
|
|
1899
|
-
isExternal?: boolean;
|
|
1900
1889
|
};
|
|
1901
1890
|
|
|
1902
1891
|
export type PostApiAccountSendPasswordResetCodeData = {
|
|
@@ -3082,7 +3071,6 @@ export type $OpenApiTs = {
|
|
|
3082
3071
|
success?: boolean;
|
|
3083
3072
|
tenantId?: string | null;
|
|
3084
3073
|
name?: string | null;
|
|
3085
|
-
normalizedName?: string | null;
|
|
3086
3074
|
isActive?: boolean;
|
|
3087
3075
|
};
|
|
3088
3076
|
/**
|
|
@@ -3201,7 +3189,6 @@ export type $OpenApiTs = {
|
|
|
3201
3189
|
success?: boolean;
|
|
3202
3190
|
tenantId?: string | null;
|
|
3203
3191
|
name?: string | null;
|
|
3204
|
-
normalizedName?: string | null;
|
|
3205
3192
|
isActive?: boolean;
|
|
3206
3193
|
};
|
|
3207
3194
|
/**
|
|
@@ -3325,9 +3312,6 @@ export type $OpenApiTs = {
|
|
|
3325
3312
|
creatorId?: string | null;
|
|
3326
3313
|
lastModificationTime?: string | null;
|
|
3327
3314
|
lastModifierId?: string | null;
|
|
3328
|
-
isDeleted?: boolean;
|
|
3329
|
-
deleterId?: string | null;
|
|
3330
|
-
deletionTime?: string | null;
|
|
3331
3315
|
tenantId?: string | null;
|
|
3332
3316
|
userName?: string | null;
|
|
3333
3317
|
email?: string | null;
|
|
@@ -3347,7 +3331,6 @@ export type $OpenApiTs = {
|
|
|
3347
3331
|
roleNames?: Array<(string)> | null;
|
|
3348
3332
|
accessFailedCount?: number;
|
|
3349
3333
|
lastPasswordChangeTime?: string | null;
|
|
3350
|
-
isExternal?: boolean;
|
|
3351
3334
|
};
|
|
3352
3335
|
/**
|
|
3353
3336
|
* Bad Request
|
|
@@ -6,7 +6,7 @@ export const $System_Net_HttpStatusCode = {
|
|
|
6
6
|
format: 'int32'
|
|
7
7
|
} as const;
|
|
8
8
|
|
|
9
|
-
export const $
|
|
9
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_LanguageManagement_Dto_LanguageDto__Volo_Abp_LanguageManagement_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
10
10
|
type: 'object',
|
|
11
11
|
properties: {
|
|
12
12
|
items: {
|
|
@@ -68,7 +68,7 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_LanguageManage
|
|
|
68
68
|
additionalProperties: false
|
|
69
69
|
} as const;
|
|
70
70
|
|
|
71
|
-
export const $
|
|
71
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_AuditLogging_AuditLogDto__Volo_Abp_AuditLogging_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
72
72
|
type: 'object',
|
|
73
73
|
properties: {
|
|
74
74
|
items: {
|
|
@@ -318,7 +318,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_AuditLogging_
|
|
|
318
318
|
additionalProperties: false
|
|
319
319
|
} as const;
|
|
320
320
|
|
|
321
|
-
export const $
|
|
321
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_AuditLogging_EntityChangeDto__Volo_Abp_AuditLogging_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
322
322
|
type: 'object',
|
|
323
323
|
properties: {
|
|
324
324
|
items: {
|
|
@@ -414,7 +414,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_AuditLogging_
|
|
|
414
414
|
additionalProperties: false
|
|
415
415
|
} as const;
|
|
416
416
|
|
|
417
|
-
export const $
|
|
417
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Gdpr_GdprRequestDto__Volo_Abp_Gdpr_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
418
418
|
type: 'object',
|
|
419
419
|
properties: {
|
|
420
420
|
items: {
|
|
@@ -447,7 +447,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Gdpr_GdprRequ
|
|
|
447
447
|
additionalProperties: false
|
|
448
448
|
} as const;
|
|
449
449
|
|
|
450
|
-
export const $
|
|
450
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_LanguageManagement_Dto_LanguageDto__Volo_Abp_LanguageManagement_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
451
451
|
type: 'object',
|
|
452
452
|
properties: {
|
|
453
453
|
items: {
|
|
@@ -513,7 +513,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_LanguageManag
|
|
|
513
513
|
additionalProperties: false
|
|
514
514
|
} as const;
|
|
515
515
|
|
|
516
|
-
export const $
|
|
516
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_LanguageManagement_Dto_LanguageTextDto__Volo_Abp_LanguageManagement_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
517
517
|
type: 'object',
|
|
518
518
|
properties: {
|
|
519
519
|
items: {
|
|
@@ -558,7 +558,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_LanguageManag
|
|
|
558
558
|
additionalProperties: false
|
|
559
559
|
} as const;
|
|
560
560
|
|
|
561
|
-
export const $
|
|
561
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto__Volo_Abp_TextTemplateManagement_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
562
562
|
type: 'object',
|
|
563
563
|
properties: {
|
|
564
564
|
items: {
|
|
@@ -2770,10 +2770,6 @@ export const $Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto = {
|
|
|
2770
2770
|
type: 'string',
|
|
2771
2771
|
nullable: true
|
|
2772
2772
|
},
|
|
2773
|
-
normalizedName: {
|
|
2774
|
-
type: 'string',
|
|
2775
|
-
nullable: true
|
|
2776
|
-
},
|
|
2777
2773
|
isActive: {
|
|
2778
2774
|
type: 'boolean'
|
|
2779
2775
|
}
|
|
@@ -860,7 +860,6 @@ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto = {
|
|
|
860
860
|
success?: boolean;
|
|
861
861
|
tenantId?: string | null;
|
|
862
862
|
name?: string | null;
|
|
863
|
-
normalizedName?: string | null;
|
|
864
863
|
isActive?: boolean;
|
|
865
864
|
};
|
|
866
865
|
|
|
@@ -2046,7 +2045,6 @@ export type GetApiAbpMultiTenancyTenantsByNameByNameResponse = {
|
|
|
2046
2045
|
success?: boolean;
|
|
2047
2046
|
tenantId?: string | null;
|
|
2048
2047
|
name?: string | null;
|
|
2049
|
-
normalizedName?: string | null;
|
|
2050
2048
|
isActive?: boolean;
|
|
2051
2049
|
};
|
|
2052
2050
|
|
|
@@ -2058,7 +2056,6 @@ export type GetApiAbpMultiTenancyTenantsByIdByIdResponse = {
|
|
|
2058
2056
|
success?: boolean;
|
|
2059
2057
|
tenantId?: string | null;
|
|
2060
2058
|
name?: string | null;
|
|
2061
|
-
normalizedName?: string | null;
|
|
2062
2059
|
isActive?: boolean;
|
|
2063
2060
|
};
|
|
2064
2061
|
|
|
@@ -3448,7 +3445,6 @@ export type $OpenApiTs = {
|
|
|
3448
3445
|
success?: boolean;
|
|
3449
3446
|
tenantId?: string | null;
|
|
3450
3447
|
name?: string | null;
|
|
3451
|
-
normalizedName?: string | null;
|
|
3452
3448
|
isActive?: boolean;
|
|
3453
3449
|
};
|
|
3454
3450
|
/**
|
|
@@ -3567,7 +3563,6 @@ export type $OpenApiTs = {
|
|
|
3567
3563
|
success?: boolean;
|
|
3568
3564
|
tenantId?: string | null;
|
|
3569
3565
|
name?: string | null;
|
|
3570
|
-
normalizedName?: string | null;
|
|
3571
3566
|
isActive?: boolean;
|
|
3572
3567
|
};
|
|
3573
3568
|
/**
|
|
@@ -243,7 +243,7 @@ export const $Volo_Abp_Account_UpdateExternalProviderDto = {
|
|
|
243
243
|
additionalProperties: false
|
|
244
244
|
} as const;
|
|
245
245
|
|
|
246
|
-
export const $
|
|
246
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Identity_IdentityRoleDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
247
247
|
type: 'object',
|
|
248
248
|
properties: {
|
|
249
249
|
items: {
|
|
@@ -291,7 +291,7 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Identity_Ident
|
|
|
291
291
|
additionalProperties: false
|
|
292
292
|
} as const;
|
|
293
293
|
|
|
294
|
-
export const $
|
|
294
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Identity_OrganizationUnitWithDetailsDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
295
295
|
type: 'object',
|
|
296
296
|
properties: {
|
|
297
297
|
items: {
|
|
@@ -412,7 +412,7 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Identity_Organ
|
|
|
412
412
|
additionalProperties: false
|
|
413
413
|
} as const;
|
|
414
414
|
|
|
415
|
-
export const $
|
|
415
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Users_UserData__Volo_Abp_Users_Abstractions__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
416
416
|
type: 'object',
|
|
417
417
|
properties: {
|
|
418
418
|
items: {
|
|
@@ -473,7 +473,7 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Users_UserData
|
|
|
473
473
|
additionalProperties: false
|
|
474
474
|
} as const;
|
|
475
475
|
|
|
476
|
-
export const $
|
|
476
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_ClaimTypeDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
477
477
|
type: 'object',
|
|
478
478
|
properties: {
|
|
479
479
|
items: {
|
|
@@ -539,7 +539,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Clai
|
|
|
539
539
|
additionalProperties: false
|
|
540
540
|
} as const;
|
|
541
541
|
|
|
542
|
-
export const $
|
|
542
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_IdentityRoleDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
543
543
|
type: 'object',
|
|
544
544
|
properties: {
|
|
545
545
|
items: {
|
|
@@ -591,7 +591,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Iden
|
|
|
591
591
|
additionalProperties: false
|
|
592
592
|
} as const;
|
|
593
593
|
|
|
594
|
-
export const $
|
|
594
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_IdentitySecurityLogDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
595
595
|
type: 'object',
|
|
596
596
|
properties: {
|
|
597
597
|
items: {
|
|
@@ -673,7 +673,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Iden
|
|
|
673
673
|
additionalProperties: false
|
|
674
674
|
} as const;
|
|
675
675
|
|
|
676
|
-
export const $
|
|
676
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_IdentityUserDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
677
677
|
type: 'object',
|
|
678
678
|
properties: {
|
|
679
679
|
items: {
|
|
@@ -710,19 +710,6 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Iden
|
|
|
710
710
|
format: 'uuid',
|
|
711
711
|
nullable: true
|
|
712
712
|
},
|
|
713
|
-
isDeleted: {
|
|
714
|
-
type: 'boolean'
|
|
715
|
-
},
|
|
716
|
-
deleterId: {
|
|
717
|
-
type: 'string',
|
|
718
|
-
format: 'uuid',
|
|
719
|
-
nullable: true
|
|
720
|
-
},
|
|
721
|
-
deletionTime: {
|
|
722
|
-
type: 'string',
|
|
723
|
-
format: 'date-time',
|
|
724
|
-
nullable: true
|
|
725
|
-
},
|
|
726
713
|
tenantId: {
|
|
727
714
|
type: 'string',
|
|
728
715
|
format: 'uuid',
|
|
@@ -796,9 +783,6 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Iden
|
|
|
796
783
|
type: 'string',
|
|
797
784
|
format: 'date-time',
|
|
798
785
|
nullable: true
|
|
799
|
-
},
|
|
800
|
-
isExternal: {
|
|
801
|
-
type: 'boolean'
|
|
802
786
|
}
|
|
803
787
|
},
|
|
804
788
|
additionalProperties: false
|
|
@@ -813,7 +797,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Iden
|
|
|
813
797
|
additionalProperties: false
|
|
814
798
|
} as const;
|
|
815
799
|
|
|
816
|
-
export const $
|
|
800
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_OrganizationUnitWithDetailsDto__Volo_Abp_Identity_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
817
801
|
type: 'object',
|
|
818
802
|
properties: {
|
|
819
803
|
items: {
|
|
@@ -938,7 +922,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Orga
|
|
|
938
922
|
additionalProperties: false
|
|
939
923
|
} as const;
|
|
940
924
|
|
|
941
|
-
export const $
|
|
925
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_OpenIddict_Applications_Dtos_ApplicationDto__Volo_Abp_OpenIddict_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
942
926
|
type: 'object',
|
|
943
927
|
properties: {
|
|
944
928
|
items: {
|
|
@@ -1057,7 +1041,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_OpenIddict_Ap
|
|
|
1057
1041
|
additionalProperties: false
|
|
1058
1042
|
} as const;
|
|
1059
1043
|
|
|
1060
|
-
export const $
|
|
1044
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_OpenIddict_Scopes_Dtos_ScopeDto__Volo_Abp_OpenIddict_Pro_Application_Contracts__Version_8_0_2_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
1061
1045
|
type: 'object',
|
|
1062
1046
|
properties: {
|
|
1063
1047
|
items: {
|
|
@@ -5391,12 +5375,6 @@ export const $Volo_Abp_Identity_IdentityUserCreateDto = {
|
|
|
5391
5375
|
},
|
|
5392
5376
|
sendConfirmationEmail: {
|
|
5393
5377
|
type: 'boolean'
|
|
5394
|
-
},
|
|
5395
|
-
emailConfirmed: {
|
|
5396
|
-
type: 'boolean'
|
|
5397
|
-
},
|
|
5398
|
-
phoneNumberConfirmed: {
|
|
5399
|
-
type: 'boolean'
|
|
5400
5378
|
}
|
|
5401
5379
|
},
|
|
5402
5380
|
additionalProperties: false
|
|
@@ -5434,19 +5412,6 @@ export const $Volo_Abp_Identity_IdentityUserDto = {
|
|
|
5434
5412
|
format: 'uuid',
|
|
5435
5413
|
nullable: true
|
|
5436
5414
|
},
|
|
5437
|
-
isDeleted: {
|
|
5438
|
-
type: 'boolean'
|
|
5439
|
-
},
|
|
5440
|
-
deleterId: {
|
|
5441
|
-
type: 'string',
|
|
5442
|
-
format: 'uuid',
|
|
5443
|
-
nullable: true
|
|
5444
|
-
},
|
|
5445
|
-
deletionTime: {
|
|
5446
|
-
type: 'string',
|
|
5447
|
-
format: 'date-time',
|
|
5448
|
-
nullable: true
|
|
5449
|
-
},
|
|
5450
5415
|
tenantId: {
|
|
5451
5416
|
type: 'string',
|
|
5452
5417
|
format: 'uuid',
|
|
@@ -5520,9 +5485,6 @@ export const $Volo_Abp_Identity_IdentityUserDto = {
|
|
|
5520
5485
|
type: 'string',
|
|
5521
5486
|
format: 'date-time',
|
|
5522
5487
|
nullable: true
|
|
5523
|
-
},
|
|
5524
|
-
isExternal: {
|
|
5525
|
-
type: 'boolean'
|
|
5526
5488
|
}
|
|
5527
5489
|
},
|
|
5528
5490
|
additionalProperties: false
|
|
@@ -5604,12 +5566,6 @@ export const $Volo_Abp_Identity_IdentityUserUpdateDto = {
|
|
|
5604
5566
|
},
|
|
5605
5567
|
nullable: true
|
|
5606
5568
|
},
|
|
5607
|
-
emailConfirmed: {
|
|
5608
|
-
type: 'boolean'
|
|
5609
|
-
},
|
|
5610
|
-
phoneNumberConfirmed: {
|
|
5611
|
-
type: 'boolean'
|
|
5612
|
-
},
|
|
5613
5569
|
concurrencyStamp: {
|
|
5614
5570
|
type: 'string',
|
|
5615
5571
|
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, GetApiAccountAdminSettingsResponse, PutApiAccountAdminSettingsData, PutApiAccountAdminSettingsResponse, GetApiAccountAdminSettingsTwoFactorResponse, PutApiAccountAdminSettingsTwoFactorData, PutApiAccountAdminSettingsTwoFactorResponse, GetApiAccountAdminSettingsRecaptchaResponse, PutApiAccountAdminSettingsRecaptchaData, PutApiAccountAdminSettingsRecaptchaResponse, GetApiAccountAdminSettingsExternalProviderResponse, PutApiAccountAdminSettingsExternalProviderData, PutApiAccountAdminSettingsExternalProviderResponse, GetApiOpeniddictApplicationsByIdData, GetApiOpeniddictApplicationsByIdResponse, PutApiOpeniddictApplicationsByIdData, PutApiOpeniddictApplicationsByIdResponse, GetApiOpeniddictApplicationsData, GetApiOpeniddictApplicationsResponse, PostApiOpeniddictApplicationsData, PostApiOpeniddictApplicationsResponse, DeleteApiOpeniddictApplicationsData, DeleteApiOpeniddictApplicationsResponse, GetApiOpeniddictApplicationsByIdTokenLifetimeData, GetApiOpeniddictApplicationsByIdTokenLifetimeResponse, PutApiOpeniddictApplicationsByIdTokenLifetimeData, PutApiOpeniddictApplicationsByIdTokenLifetimeResponse, GetApiIdentityClaimTypesData, GetApiIdentityClaimTypesResponse, PostApiIdentityClaimTypesData, PostApiIdentityClaimTypesResponse, GetApiIdentityClaimTypesByIdData, GetApiIdentityClaimTypesByIdResponse, PutApiIdentityClaimTypesByIdData, PutApiIdentityClaimTypesByIdResponse, DeleteApiIdentityClaimTypesByIdData, DeleteApiIdentityClaimTypesByIdResponse, PostApiIdentityExternalLoginResponse, PutApiIdentityOrganizationUnitsByIdRolesData, PutApiIdentityOrganizationUnitsByIdRolesResponse, GetApiIdentityOrganizationUnitsByIdRolesData, GetApiIdentityOrganizationUnitsByIdRolesResponse, PutApiIdentityOrganizationUnitsByIdMembersData, PutApiIdentityOrganizationUnitsByIdMembersResponse, GetApiIdentityOrganizationUnitsByIdMembersData, GetApiIdentityOrganizationUnitsByIdMembersResponse, PostApiIdentityOrganizationUnitsData, PostApiIdentityOrganizationUnitsResponse, DeleteApiIdentityOrganizationUnitsData, DeleteApiIdentityOrganizationUnitsResponse, GetApiIdentityOrganizationUnitsData, GetApiIdentityOrganizationUnitsResponse, GetApiIdentityOrganizationUnitsByIdData, GetApiIdentityOrganizationUnitsByIdResponse, PutApiIdentityOrganizationUnitsByIdData, PutApiIdentityOrganizationUnitsByIdResponse, GetApiIdentityOrganizationUnitsAllResponse, PutApiIdentityOrganizationUnitsByIdMoveData, PutApiIdentityOrganizationUnitsByIdMoveResponse, GetApiIdentityOrganizationUnitsAvailableUsersData, GetApiIdentityOrganizationUnitsAvailableUsersResponse, GetApiIdentityOrganizationUnitsAvailableRolesData, GetApiIdentityOrganizationUnitsAvailableRolesResponse, PutApiIdentityOrganizationUnitsByIdMoveAllUsersData, PutApiIdentityOrganizationUnitsByIdMoveAllUsersResponse, DeleteApiIdentityOrganizationUnitsByIdMembersByMemberIdData, DeleteApiIdentityOrganizationUnitsByIdMembersByMemberIdResponse, DeleteApiIdentityOrganizationUnitsByIdRolesByRoleIdData, DeleteApiIdentityOrganizationUnitsByIdRolesByRoleIdResponse, GetApiIdentityRolesByIdData, GetApiIdentityRolesByIdResponse, PutApiIdentityRolesByIdData, PutApiIdentityRolesByIdResponse, DeleteApiIdentityRolesByIdData, DeleteApiIdentityRolesByIdResponse, PostApiIdentityRolesData, PostApiIdentityRolesResponse, GetApiIdentityRolesData, GetApiIdentityRolesResponse, GetApiIdentityRolesAllResponse, PutApiIdentityRolesByIdClaimsData, PutApiIdentityRolesByIdClaimsResponse, GetApiIdentityRolesByIdClaimsData, GetApiIdentityRolesByIdClaimsResponse, PutApiIdentityRolesByIdMoveAllUsersData, PutApiIdentityRolesByIdMoveAllUsersResponse, GetApiIdentityRolesAllClaimTypesResponse, GetApiOpeniddictScopesByIdData, GetApiOpeniddictScopesByIdResponse, PutApiOpeniddictScopesByIdData, PutApiOpeniddictScopesByIdResponse, GetApiOpeniddictScopesData, GetApiOpeniddictScopesResponse, PostApiOpeniddictScopesData, PostApiOpeniddictScopesResponse, DeleteApiOpeniddictScopesData, DeleteApiOpeniddictScopesResponse, GetApiOpeniddictScopesAllResponse, GetApiIdentitySecurityLogsData, GetApiIdentitySecurityLogsResponse, GetApiIdentitySecurityLogsByIdData, GetApiIdentitySecurityLogsByIdResponse, GetApiIdentitySecurityLogsMyData, GetApiIdentitySecurityLogsMyResponse, GetApiIdentitySecurityLogsMyByIdData, GetApiIdentitySecurityLogsMyByIdResponse, GetApiIdentitySettingsResponse, PutApiIdentitySettingsData, PutApiIdentitySettingsResponse, GetApiIdentitySettingsLdapResponse, PutApiIdentitySettingsLdapData, PutApiIdentitySettingsLdapResponse, GetApiIdentitySettingsOauthResponse, PutApiIdentitySettingsOauthData, PutApiIdentitySettingsOauthResponse, GetApiIdentityUsersByIdData, GetApiIdentityUsersByIdResponse, PutApiIdentityUsersByIdData, PutApiIdentityUsersByIdResponse, DeleteApiIdentityUsersByIdData, DeleteApiIdentityUsersByIdResponse, GetApiIdentityUsersData, GetApiIdentityUsersResponse, PostApiIdentityUsersData, PostApiIdentityUsersResponse,
|
|
5
|
+
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiAccountAdminSettingsResponse, PutApiAccountAdminSettingsData, PutApiAccountAdminSettingsResponse, GetApiAccountAdminSettingsTwoFactorResponse, PutApiAccountAdminSettingsTwoFactorData, PutApiAccountAdminSettingsTwoFactorResponse, GetApiAccountAdminSettingsRecaptchaResponse, PutApiAccountAdminSettingsRecaptchaData, PutApiAccountAdminSettingsRecaptchaResponse, GetApiAccountAdminSettingsExternalProviderResponse, PutApiAccountAdminSettingsExternalProviderData, PutApiAccountAdminSettingsExternalProviderResponse, GetApiOpeniddictApplicationsByIdData, GetApiOpeniddictApplicationsByIdResponse, PutApiOpeniddictApplicationsByIdData, PutApiOpeniddictApplicationsByIdResponse, GetApiOpeniddictApplicationsData, GetApiOpeniddictApplicationsResponse, PostApiOpeniddictApplicationsData, PostApiOpeniddictApplicationsResponse, DeleteApiOpeniddictApplicationsData, DeleteApiOpeniddictApplicationsResponse, GetApiOpeniddictApplicationsByIdTokenLifetimeData, GetApiOpeniddictApplicationsByIdTokenLifetimeResponse, PutApiOpeniddictApplicationsByIdTokenLifetimeData, PutApiOpeniddictApplicationsByIdTokenLifetimeResponse, GetApiIdentityClaimTypesData, GetApiIdentityClaimTypesResponse, PostApiIdentityClaimTypesData, PostApiIdentityClaimTypesResponse, GetApiIdentityClaimTypesByIdData, GetApiIdentityClaimTypesByIdResponse, PutApiIdentityClaimTypesByIdData, PutApiIdentityClaimTypesByIdResponse, DeleteApiIdentityClaimTypesByIdData, DeleteApiIdentityClaimTypesByIdResponse, PostApiIdentityExternalLoginResponse, PutApiIdentityOrganizationUnitsByIdRolesData, PutApiIdentityOrganizationUnitsByIdRolesResponse, GetApiIdentityOrganizationUnitsByIdRolesData, GetApiIdentityOrganizationUnitsByIdRolesResponse, PutApiIdentityOrganizationUnitsByIdMembersData, PutApiIdentityOrganizationUnitsByIdMembersResponse, GetApiIdentityOrganizationUnitsByIdMembersData, GetApiIdentityOrganizationUnitsByIdMembersResponse, PostApiIdentityOrganizationUnitsData, PostApiIdentityOrganizationUnitsResponse, DeleteApiIdentityOrganizationUnitsData, DeleteApiIdentityOrganizationUnitsResponse, GetApiIdentityOrganizationUnitsData, GetApiIdentityOrganizationUnitsResponse, GetApiIdentityOrganizationUnitsByIdData, GetApiIdentityOrganizationUnitsByIdResponse, PutApiIdentityOrganizationUnitsByIdData, PutApiIdentityOrganizationUnitsByIdResponse, GetApiIdentityOrganizationUnitsAllResponse, PutApiIdentityOrganizationUnitsByIdMoveData, PutApiIdentityOrganizationUnitsByIdMoveResponse, GetApiIdentityOrganizationUnitsAvailableUsersData, GetApiIdentityOrganizationUnitsAvailableUsersResponse, GetApiIdentityOrganizationUnitsAvailableRolesData, GetApiIdentityOrganizationUnitsAvailableRolesResponse, PutApiIdentityOrganizationUnitsByIdMoveAllUsersData, PutApiIdentityOrganizationUnitsByIdMoveAllUsersResponse, DeleteApiIdentityOrganizationUnitsByIdMembersByMemberIdData, DeleteApiIdentityOrganizationUnitsByIdMembersByMemberIdResponse, DeleteApiIdentityOrganizationUnitsByIdRolesByRoleIdData, DeleteApiIdentityOrganizationUnitsByIdRolesByRoleIdResponse, GetApiIdentityRolesByIdData, GetApiIdentityRolesByIdResponse, PutApiIdentityRolesByIdData, PutApiIdentityRolesByIdResponse, DeleteApiIdentityRolesByIdData, DeleteApiIdentityRolesByIdResponse, PostApiIdentityRolesData, PostApiIdentityRolesResponse, GetApiIdentityRolesData, GetApiIdentityRolesResponse, GetApiIdentityRolesAllResponse, PutApiIdentityRolesByIdClaimsData, PutApiIdentityRolesByIdClaimsResponse, GetApiIdentityRolesByIdClaimsData, GetApiIdentityRolesByIdClaimsResponse, PutApiIdentityRolesByIdMoveAllUsersData, PutApiIdentityRolesByIdMoveAllUsersResponse, GetApiIdentityRolesAllClaimTypesResponse, GetApiOpeniddictScopesByIdData, GetApiOpeniddictScopesByIdResponse, PutApiOpeniddictScopesByIdData, PutApiOpeniddictScopesByIdResponse, GetApiOpeniddictScopesData, GetApiOpeniddictScopesResponse, PostApiOpeniddictScopesData, PostApiOpeniddictScopesResponse, DeleteApiOpeniddictScopesData, DeleteApiOpeniddictScopesResponse, GetApiOpeniddictScopesAllResponse, GetApiIdentitySecurityLogsData, GetApiIdentitySecurityLogsResponse, GetApiIdentitySecurityLogsByIdData, GetApiIdentitySecurityLogsByIdResponse, GetApiIdentitySecurityLogsMyData, GetApiIdentitySecurityLogsMyResponse, GetApiIdentitySecurityLogsMyByIdData, GetApiIdentitySecurityLogsMyByIdResponse, GetApiIdentitySettingsResponse, PutApiIdentitySettingsData, PutApiIdentitySettingsResponse, GetApiIdentitySettingsLdapResponse, PutApiIdentitySettingsLdapData, PutApiIdentitySettingsLdapResponse, GetApiIdentitySettingsOauthResponse, PutApiIdentitySettingsOauthData, PutApiIdentitySettingsOauthResponse, GetApiIdentityUsersByIdData, GetApiIdentityUsersByIdResponse, PutApiIdentityUsersByIdData, PutApiIdentityUsersByIdResponse, DeleteApiIdentityUsersByIdData, DeleteApiIdentityUsersByIdResponse, GetApiIdentityUsersData, GetApiIdentityUsersResponse, PostApiIdentityUsersData, PostApiIdentityUsersResponse, GetApiIdentityUsersByIdRolesData, GetApiIdentityUsersByIdRolesResponse, PutApiIdentityUsersByIdRolesData, PutApiIdentityUsersByIdRolesResponse, GetApiIdentityUsersAssignableRolesResponse, GetApiIdentityUsersAvailableOrganizationUnitsResponse, GetApiIdentityUsersAllClaimTypesResponse, GetApiIdentityUsersByIdClaimsData, GetApiIdentityUsersByIdClaimsResponse, PutApiIdentityUsersByIdClaimsData, PutApiIdentityUsersByIdClaimsResponse, GetApiIdentityUsersByIdOrganizationUnitsData, GetApiIdentityUsersByIdOrganizationUnitsResponse, PutApiIdentityUsersByIdLockByLockoutEndData, PutApiIdentityUsersByIdLockByLockoutEndResponse, PutApiIdentityUsersByIdUnlockData, PutApiIdentityUsersByIdUnlockResponse, GetApiIdentityUsersByUsernameByUsernameData, GetApiIdentityUsersByUsernameByUsernameResponse, GetApiIdentityUsersByEmailByEmailData, GetApiIdentityUsersByEmailByEmailResponse, GetApiIdentityUsersByIdTwoFactorEnabledData, GetApiIdentityUsersByIdTwoFactorEnabledResponse, PutApiIdentityUsersByIdTwoFactorByEnabledData, PutApiIdentityUsersByIdTwoFactorByEnabledResponse, PutApiIdentityUsersByIdChangePasswordData, PutApiIdentityUsersByIdChangePasswordResponse, GetApiIdentityUsersLookupRolesResponse, GetApiIdentityUsersLookupOrganizationUnitsResponse, GetApiIdentityUsersExternalLoginProvidersResponse, PostApiIdentityUsersImportExternalUserData, PostApiIdentityUsersImportExternalUserResponse, GetApiIdentityUsersExportAsExcelData, GetApiIdentityUsersExportAsExcelResponse, GetApiIdentityUsersExportAsCsvData, GetApiIdentityUsersExportAsCsvResponse, GetApiIdentityUsersDownloadTokenResponse, GetApiIdentityUsersImportUsersSampleFileData, GetApiIdentityUsersImportUsersSampleFileResponse, PostApiIdentityUsersImportUsersFromFileData, PostApiIdentityUsersImportUsersFromFileResponse, GetApiIdentityUsersDownloadImportInvalidUsersFileData, GetApiIdentityUsersDownloadImportInvalidUsersFileResponse, GetIntegrationApiIdentityUsersByIdRoleNamesData, GetIntegrationApiIdentityUsersByIdRoleNamesResponse, GetIntegrationApiIdentityUsersByIdData, GetIntegrationApiIdentityUsersByIdResponse, GetIntegrationApiIdentityUsersByUsernameByUserNameData, GetIntegrationApiIdentityUsersByUsernameByUserNameResponse, GetIntegrationApiIdentityUsersSearchData, GetIntegrationApiIdentityUsersSearchResponse, GetIntegrationApiIdentityUsersCountData, GetIntegrationApiIdentityUsersCountResponse, GetApiIdentityUsersLookupByIdData, GetApiIdentityUsersLookupByIdResponse, GetApiIdentityUsersLookupByUsernameByUserNameData, GetApiIdentityUsersLookupByUsernameByUserNameResponse, GetApiIdentityUsersLookupSearchData, GetApiIdentityUsersLookupSearchResponse, GetApiIdentityUsersLookupCountData, GetApiIdentityUsersLookupCountResponse } from './types.gen';
|
|
6
6
|
|
|
7
7
|
export class AbpApiDefinitionService {
|
|
8
8
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
@@ -1933,30 +1933,6 @@ export class UserService {
|
|
|
1933
1933
|
});
|
|
1934
1934
|
}
|
|
1935
1935
|
|
|
1936
|
-
/**
|
|
1937
|
-
* @param data The data for the request.
|
|
1938
|
-
* @param data.id
|
|
1939
|
-
* @returns unknown Success
|
|
1940
|
-
* @throws ApiError
|
|
1941
|
-
*/
|
|
1942
|
-
public getApiIdentityUsersByIdById(data: GetApiIdentityUsersByIdByIdData): CancelablePromise<GetApiIdentityUsersByIdByIdResponse> {
|
|
1943
|
-
return this.httpRequest.request({
|
|
1944
|
-
method: 'GET',
|
|
1945
|
-
url: '/api/identity/users/by-id/{id}',
|
|
1946
|
-
path: {
|
|
1947
|
-
id: data.id
|
|
1948
|
-
},
|
|
1949
|
-
errors: {
|
|
1950
|
-
400: 'Bad Request',
|
|
1951
|
-
401: 'Unauthorized',
|
|
1952
|
-
403: 'Forbidden',
|
|
1953
|
-
404: 'Not Found',
|
|
1954
|
-
500: 'Server Error',
|
|
1955
|
-
501: 'Server Error'
|
|
1956
|
-
}
|
|
1957
|
-
});
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
1936
|
/**
|
|
1961
1937
|
* @param data The data for the request.
|
|
1962
1938
|
* @param data.id
|