@ayasofyazilim/saas 0.0.14 → 0.0.16
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/BackerService/schemas.gen.ts +2111 -1660
- package/BackerService/types.gen.ts +1241 -930
- 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 +7022 -0
- package/MerchantService/services.gen.ts +361 -0
- package/MerchantService/types.gen.ts +5510 -0
- package/SaasService/schemas.gen.ts +5 -5
- package/generator.mjs +8 -1
- package/package.json +3 -2
|
@@ -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
|
/**
|