@ayasofyazilim/saas 0.0.35 → 0.0.37
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/AccountServiceClient.ts +65 -65
- package/AccountService/core/ApiRequestOptions.ts +12 -12
- package/AccountService/core/BaseHttpRequest.ts +9 -9
- package/AccountService/core/FetchHttpRequest.ts +21 -21
- package/AccountService/core/OpenAPI.ts +55 -55
- package/AccountService/core/request.ts +340 -340
- package/AccountService/schemas.gen.ts +5103 -5103
- package/AccountService/services.gen.ts +1452 -1452
- package/AccountService/types.gen.ts +9896 -9896
- package/AdministrationService/AdministrationServiceClient.ts +74 -74
- package/AdministrationService/core/ApiRequestOptions.ts +12 -12
- package/AdministrationService/core/BaseHttpRequest.ts +9 -9
- package/AdministrationService/core/FetchHttpRequest.ts +21 -21
- package/AdministrationService/core/OpenAPI.ts +55 -55
- package/AdministrationService/core/request.ts +340 -340
- package/AdministrationService/index.ts +8 -8
- package/AdministrationService/schemas.gen.ts +5897 -5897
- package/AdministrationService/services.gen.ts +1332 -1332
- package/AdministrationService/types.gen.ts +9024 -9024
- package/BackerService/core/ApiRequestOptions.ts +12 -12
- package/BackerService/core/BaseHttpRequest.ts +9 -9
- package/BackerService/core/FetchHttpRequest.ts +21 -21
- package/BackerService/core/OpenAPI.ts +55 -55
- package/BackerService/core/request.ts +340 -340
- package/BackerService/schemas.gen.ts +12444 -12444
- package/CRMService/schemas.gen.ts +94 -55
- package/CRMService/services.gen.ts +472 -9
- package/CRMService/types.gen.ts +795 -101
- package/ContractService/ContractServiceClient.ts +53 -53
- package/ContractService/core/ApiError.ts +20 -20
- package/ContractService/core/ApiRequestOptions.ts +12 -12
- package/ContractService/core/ApiResult.ts +6 -6
- package/ContractService/core/BaseHttpRequest.ts +9 -9
- package/ContractService/core/CancelablePromise.ts +125 -125
- package/ContractService/core/FetchHttpRequest.ts +21 -21
- package/ContractService/core/OpenAPI.ts +55 -55
- package/ContractService/core/request.ts +340 -340
- package/ContractService/index.ts +8 -8
- package/ContractService/schemas.gen.ts +10943 -10947
- package/ContractService/services.gen.ts +1720 -1716
- package/ContractService/types.gen.ts +3691 -3691
- package/FundraiserService/FundraiserServiceClient.ts +47 -47
- package/FundraiserService/core/ApiError.ts +20 -20
- package/FundraiserService/core/ApiResult.ts +6 -6
- package/FundraiserService/core/CancelablePromise.ts +125 -125
- package/FundraiserService/index.ts +8 -8
- package/FundraiserService/schemas.gen.ts +11548 -11548
- package/FundraiserService/services.gen.ts +627 -627
- package/IdentityService/IdentityServiceClient.ts +77 -77
- package/IdentityService/core/ApiRequestOptions.ts +12 -12
- package/IdentityService/core/BaseHttpRequest.ts +9 -9
- package/IdentityService/core/FetchHttpRequest.ts +21 -21
- package/IdentityService/core/OpenAPI.ts +55 -55
- package/IdentityService/core/request.ts +340 -340
- package/IdentityService/schemas.gen.ts +6573 -6573
- package/IdentityService/services.gen.ts +2839 -2839
- package/IdentityService/types.gen.ts +17446 -17446
- package/MerchantService/core/ApiRequestOptions.ts +12 -12
- package/MerchantService/core/BaseHttpRequest.ts +9 -9
- package/MerchantService/core/FetchHttpRequest.ts +21 -21
- package/MerchantService/core/OpenAPI.ts +55 -55
- package/MerchantService/core/request.ts +340 -340
- package/MerchantService/schemas.gen.ts +14764 -14764
- package/MerchantService/services.gen.ts +1602 -1602
- package/ProjectService/core/ApiRequestOptions.ts +12 -12
- package/ProjectService/core/BaseHttpRequest.ts +9 -9
- package/ProjectService/core/FetchHttpRequest.ts +21 -21
- package/ProjectService/core/OpenAPI.ts +55 -55
- package/ProjectService/core/request.ts +340 -340
- package/ProjectService/schemas.gen.ts +5147 -5147
- package/ProjectService/services.gen.ts +492 -492
- package/ProjectService.json +2937 -2937
- package/SaasService/core/ApiRequestOptions.ts +12 -12
- package/SaasService/core/BaseHttpRequest.ts +9 -9
- package/SaasService/core/FetchHttpRequest.ts +21 -21
- package/SaasService/core/OpenAPI.ts +55 -55
- package/SaasService/core/request.ts +340 -340
- package/SaasService/schemas.gen.ts +5278 -5278
- package/SaasService/services.gen.ts +1325 -1325
- package/SaasService/types.gen.ts +9052 -9052
- package/SettingService/SettingServiceClient.ts +62 -62
- package/SettingService/index.ts +8 -8
- package/package.json +1 -1
- package/swagger.json +4794 -4794
|
@@ -188,7 +188,7 @@ export const $UniRefund_CRMService_AddressTypes_CreateAddressTypeWithComponentsD
|
|
|
188
188
|
} as const;
|
|
189
189
|
|
|
190
190
|
export const $UniRefund_CRMService_AddressTypes_UpdateAddressTypeDto = {
|
|
191
|
-
required: ['addressLine', 'city', 'country', 'fullAddress', '
|
|
191
|
+
required: ['addressLine', 'city', 'country', 'fullAddress', 'postalCode', 'terriority', 'typeCode'],
|
|
192
192
|
type: 'object',
|
|
193
193
|
properties: {
|
|
194
194
|
extraProperties: {
|
|
@@ -197,10 +197,6 @@ export const $UniRefund_CRMService_AddressTypes_UpdateAddressTypeDto = {
|
|
|
197
197
|
nullable: true,
|
|
198
198
|
readOnly: true
|
|
199
199
|
},
|
|
200
|
-
id: {
|
|
201
|
-
type: 'string',
|
|
202
|
-
format: 'uuid'
|
|
203
|
-
},
|
|
204
200
|
addressLine: {
|
|
205
201
|
maxLength: 255,
|
|
206
202
|
minLength: 0,
|
|
@@ -805,6 +801,14 @@ export const $UniRefund_CRMService_Customss_CreateCustomsDto = {
|
|
|
805
801
|
type: 'string',
|
|
806
802
|
nullable: true
|
|
807
803
|
},
|
|
804
|
+
branchId: {
|
|
805
|
+
type: 'string',
|
|
806
|
+
nullable: true
|
|
807
|
+
},
|
|
808
|
+
parentCompanyId: {
|
|
809
|
+
type: 'string',
|
|
810
|
+
nullable: true
|
|
811
|
+
},
|
|
808
812
|
contactInformations: {
|
|
809
813
|
type: 'array',
|
|
810
814
|
items: {
|
|
@@ -1596,11 +1600,6 @@ export const $UniRefund_CRMService_Customss_CustomsDto = {
|
|
|
1596
1600
|
type: 'string',
|
|
1597
1601
|
nullable: true
|
|
1598
1602
|
},
|
|
1599
|
-
subCompanies: {
|
|
1600
|
-
type: 'array',
|
|
1601
|
-
items: '[Circular]',
|
|
1602
|
-
nullable: true
|
|
1603
|
-
},
|
|
1604
1603
|
contactInformations: {
|
|
1605
1604
|
type: 'array',
|
|
1606
1605
|
items: {
|
|
@@ -2035,7 +2034,7 @@ export const $UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto = {
|
|
|
2035
2034
|
} as const;
|
|
2036
2035
|
|
|
2037
2036
|
export const $UniRefund_CRMService_EmailCommonDatas_UpdateEmailCommonDataDto = {
|
|
2038
|
-
required: ['emailAddress', '
|
|
2037
|
+
required: ['emailAddress', 'typeCode'],
|
|
2039
2038
|
type: 'object',
|
|
2040
2039
|
properties: {
|
|
2041
2040
|
extraProperties: {
|
|
@@ -2044,10 +2043,6 @@ export const $UniRefund_CRMService_EmailCommonDatas_UpdateEmailCommonDataDto = {
|
|
|
2044
2043
|
nullable: true,
|
|
2045
2044
|
readOnly: true
|
|
2046
2045
|
},
|
|
2047
|
-
id: {
|
|
2048
|
-
type: 'string',
|
|
2049
|
-
format: 'uuid'
|
|
2050
|
-
},
|
|
2051
2046
|
emailAddress: {
|
|
2052
2047
|
maxLength: 255,
|
|
2053
2048
|
minLength: 0,
|
|
@@ -2105,6 +2100,14 @@ export const $UniRefund_CRMService_EntityInformationTypes_CreateEntityInformatio
|
|
|
2105
2100
|
type: 'string',
|
|
2106
2101
|
nullable: true
|
|
2107
2102
|
},
|
|
2103
|
+
branchId: {
|
|
2104
|
+
type: 'string',
|
|
2105
|
+
nullable: true
|
|
2106
|
+
},
|
|
2107
|
+
parentCompanyId: {
|
|
2108
|
+
type: 'string',
|
|
2109
|
+
nullable: true
|
|
2110
|
+
},
|
|
2108
2111
|
contactInformations: {
|
|
2109
2112
|
type: 'array',
|
|
2110
2113
|
items: {
|
|
@@ -2529,6 +2532,14 @@ export const $UniRefund_CRMService_EntityInformationTypes_CreateOrganizationInfo
|
|
|
2529
2532
|
type: 'string',
|
|
2530
2533
|
nullable: true
|
|
2531
2534
|
},
|
|
2535
|
+
branchId: {
|
|
2536
|
+
type: 'string',
|
|
2537
|
+
nullable: true
|
|
2538
|
+
},
|
|
2539
|
+
parentCompanyId: {
|
|
2540
|
+
type: 'string',
|
|
2541
|
+
nullable: true
|
|
2542
|
+
},
|
|
2532
2543
|
contactInformations: {
|
|
2533
2544
|
type: 'array',
|
|
2534
2545
|
items: {
|
|
@@ -3275,11 +3286,6 @@ export const $UniRefund_CRMService_EntityInformationTypes_EntityInformationTypeD
|
|
|
3275
3286
|
type: 'string',
|
|
3276
3287
|
nullable: true
|
|
3277
3288
|
},
|
|
3278
|
-
subCompanies: {
|
|
3279
|
-
type: 'array',
|
|
3280
|
-
items: '[Circular]',
|
|
3281
|
-
nullable: true
|
|
3282
|
-
},
|
|
3283
3289
|
contactInformations: {
|
|
3284
3290
|
type: 'array',
|
|
3285
3291
|
items: {
|
|
@@ -4401,6 +4407,14 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
|
|
|
4401
4407
|
type: 'string',
|
|
4402
4408
|
nullable: true
|
|
4403
4409
|
},
|
|
4410
|
+
branchId: {
|
|
4411
|
+
type: 'string',
|
|
4412
|
+
nullable: true
|
|
4413
|
+
},
|
|
4414
|
+
parentCompanyId: {
|
|
4415
|
+
type: 'string',
|
|
4416
|
+
nullable: true
|
|
4417
|
+
},
|
|
4404
4418
|
contactInformations: {
|
|
4405
4419
|
type: 'array',
|
|
4406
4420
|
items: {
|
|
@@ -5429,11 +5443,6 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
|
|
|
5429
5443
|
type: 'string',
|
|
5430
5444
|
nullable: true
|
|
5431
5445
|
},
|
|
5432
|
-
subCompanies: {
|
|
5433
|
-
type: 'array',
|
|
5434
|
-
items: '[Circular]',
|
|
5435
|
-
nullable: true
|
|
5436
|
-
},
|
|
5437
5446
|
contactInformations: {
|
|
5438
5447
|
type: 'array',
|
|
5439
5448
|
items: {
|
|
@@ -6506,11 +6515,6 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
|
|
|
6506
6515
|
type: 'string',
|
|
6507
6516
|
nullable: true
|
|
6508
6517
|
},
|
|
6509
|
-
subCompanies: {
|
|
6510
|
-
type: 'array',
|
|
6511
|
-
items: '[Circular]',
|
|
6512
|
-
nullable: true
|
|
6513
|
-
},
|
|
6514
6518
|
contactInformations: {
|
|
6515
6519
|
type: 'array',
|
|
6516
6520
|
items: {
|
|
@@ -6869,6 +6873,29 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
|
|
|
6869
6873
|
additionalProperties: false
|
|
6870
6874
|
} as const;
|
|
6871
6875
|
|
|
6876
|
+
export const $UniRefund_CRMService_Merchants_MerchantInfoDto = {
|
|
6877
|
+
type: 'object',
|
|
6878
|
+
properties: {
|
|
6879
|
+
id: {
|
|
6880
|
+
type: 'string',
|
|
6881
|
+
format: 'uuid'
|
|
6882
|
+
},
|
|
6883
|
+
vatNumber: {
|
|
6884
|
+
type: 'string',
|
|
6885
|
+
nullable: true
|
|
6886
|
+
},
|
|
6887
|
+
countryCode: {
|
|
6888
|
+
type: 'string',
|
|
6889
|
+
nullable: true
|
|
6890
|
+
},
|
|
6891
|
+
branchId: {
|
|
6892
|
+
type: 'string',
|
|
6893
|
+
nullable: true
|
|
6894
|
+
}
|
|
6895
|
+
},
|
|
6896
|
+
additionalProperties: false
|
|
6897
|
+
} as const;
|
|
6898
|
+
|
|
6872
6899
|
export const $UniRefund_CRMService_Merchants_MerchantProfileDto = {
|
|
6873
6900
|
type: 'object',
|
|
6874
6901
|
properties: {
|
|
@@ -7065,6 +7092,14 @@ export const $UniRefund_CRMService_Organizations_CreateOrganizationDto = {
|
|
|
7065
7092
|
type: 'string',
|
|
7066
7093
|
nullable: true
|
|
7067
7094
|
},
|
|
7095
|
+
branchId: {
|
|
7096
|
+
type: 'string',
|
|
7097
|
+
nullable: true
|
|
7098
|
+
},
|
|
7099
|
+
parentCompanyId: {
|
|
7100
|
+
type: 'string',
|
|
7101
|
+
nullable: true
|
|
7102
|
+
},
|
|
7068
7103
|
contactInformations: {
|
|
7069
7104
|
type: 'array',
|
|
7070
7105
|
items: {
|
|
@@ -7275,11 +7310,6 @@ export const $UniRefund_CRMService_Organizations_OrganizationDto = {
|
|
|
7275
7310
|
type: 'string',
|
|
7276
7311
|
nullable: true
|
|
7277
7312
|
},
|
|
7278
|
-
subCompanies: {
|
|
7279
|
-
type: 'array',
|
|
7280
|
-
items: '[Circular]',
|
|
7281
|
-
nullable: true
|
|
7282
|
-
},
|
|
7283
7313
|
contactInformations: {
|
|
7284
7314
|
type: 'array',
|
|
7285
7315
|
items: {
|
|
@@ -7618,6 +7648,10 @@ export const $UniRefund_CRMService_Organizations_UpdateOrganizationDto = {
|
|
|
7618
7648
|
maxLength: 255,
|
|
7619
7649
|
minLength: 0,
|
|
7620
7650
|
type: 'string'
|
|
7651
|
+
},
|
|
7652
|
+
parentCompanyId: {
|
|
7653
|
+
type: 'string',
|
|
7654
|
+
format: 'uuid'
|
|
7621
7655
|
}
|
|
7622
7656
|
},
|
|
7623
7657
|
additionalProperties: false
|
|
@@ -7788,6 +7822,14 @@ export const $UniRefund_CRMService_RefundPoints_CreateRefundPointDto = {
|
|
|
7788
7822
|
type: 'string',
|
|
7789
7823
|
nullable: true
|
|
7790
7824
|
},
|
|
7825
|
+
branchId: {
|
|
7826
|
+
type: 'string',
|
|
7827
|
+
nullable: true
|
|
7828
|
+
},
|
|
7829
|
+
parentCompanyId: {
|
|
7830
|
+
type: 'string',
|
|
7831
|
+
nullable: true
|
|
7832
|
+
},
|
|
7791
7833
|
contactInformations: {
|
|
7792
7834
|
type: 'array',
|
|
7793
7835
|
items: {
|
|
@@ -8580,11 +8622,6 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointDto = {
|
|
|
8580
8622
|
type: 'string',
|
|
8581
8623
|
nullable: true
|
|
8582
8624
|
},
|
|
8583
|
-
subCompanies: {
|
|
8584
|
-
type: 'array',
|
|
8585
|
-
items: '[Circular]',
|
|
8586
|
-
nullable: true
|
|
8587
|
-
},
|
|
8588
8625
|
contactInformations: {
|
|
8589
8626
|
type: 'array',
|
|
8590
8627
|
items: {
|
|
@@ -8929,6 +8966,14 @@ export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeDto = {
|
|
|
8929
8966
|
type: 'string',
|
|
8930
8967
|
nullable: true
|
|
8931
8968
|
},
|
|
8969
|
+
branchId: {
|
|
8970
|
+
type: 'string',
|
|
8971
|
+
nullable: true
|
|
8972
|
+
},
|
|
8973
|
+
parentCompanyId: {
|
|
8974
|
+
type: 'string',
|
|
8975
|
+
nullable: true
|
|
8976
|
+
},
|
|
8932
8977
|
contactInformations: {
|
|
8933
8978
|
type: 'array',
|
|
8934
8979
|
items: {
|
|
@@ -9720,11 +9765,6 @@ export const $UniRefund_CRMService_TaxFrees_TaxFreeDto = {
|
|
|
9720
9765
|
type: 'string',
|
|
9721
9766
|
nullable: true
|
|
9722
9767
|
},
|
|
9723
|
-
subCompanies: {
|
|
9724
|
-
type: 'array',
|
|
9725
|
-
items: '[Circular]',
|
|
9726
|
-
nullable: true
|
|
9727
|
-
},
|
|
9728
9768
|
contactInformations: {
|
|
9729
9769
|
type: 'array',
|
|
9730
9770
|
items: {
|
|
@@ -10093,6 +10133,14 @@ export const $UniRefund_CRMService_TaxOffices_CreateTaxOfficeDto = {
|
|
|
10093
10133
|
type: 'string',
|
|
10094
10134
|
nullable: true
|
|
10095
10135
|
},
|
|
10136
|
+
branchId: {
|
|
10137
|
+
type: 'string',
|
|
10138
|
+
nullable: true
|
|
10139
|
+
},
|
|
10140
|
+
parentCompanyId: {
|
|
10141
|
+
type: 'string',
|
|
10142
|
+
nullable: true
|
|
10143
|
+
},
|
|
10096
10144
|
contactInformations: {
|
|
10097
10145
|
type: 'array',
|
|
10098
10146
|
items: {
|
|
@@ -10884,11 +10932,6 @@ export const $UniRefund_CRMService_TaxOffices_TaxOfficeDto = {
|
|
|
10884
10932
|
type: 'string',
|
|
10885
10933
|
nullable: true
|
|
10886
10934
|
},
|
|
10887
|
-
subCompanies: {
|
|
10888
|
-
type: 'array',
|
|
10889
|
-
items: '[Circular]',
|
|
10890
|
-
nullable: true
|
|
10891
|
-
},
|
|
10892
10935
|
contactInformations: {
|
|
10893
10936
|
type: 'array',
|
|
10894
10937
|
items: {
|
|
@@ -11351,7 +11394,7 @@ export const $UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto = {
|
|
|
11351
11394
|
} as const;
|
|
11352
11395
|
|
|
11353
11396
|
export const $UniRefund_CRMService_TelephoneTypes_UpdateTelephoneTypeDto = {
|
|
11354
|
-
required: ['areaCode', '
|
|
11397
|
+
required: ['areaCode', 'ituCountryCode', 'localNumber', 'typeCode'],
|
|
11355
11398
|
type: 'object',
|
|
11356
11399
|
properties: {
|
|
11357
11400
|
extraProperties: {
|
|
@@ -11360,10 +11403,6 @@ export const $UniRefund_CRMService_TelephoneTypes_UpdateTelephoneTypeDto = {
|
|
|
11360
11403
|
nullable: true,
|
|
11361
11404
|
readOnly: true
|
|
11362
11405
|
},
|
|
11363
|
-
id: {
|
|
11364
|
-
type: 'string',
|
|
11365
|
-
format: 'uuid'
|
|
11366
|
-
},
|
|
11367
11406
|
areaCode: {
|
|
11368
11407
|
maxLength: 255,
|
|
11369
11408
|
minLength: 0,
|