@ayasofyazilim/saas 0.0.15 → 0.0.17

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.
@@ -225,6 +225,8 @@ export type UniRefund_MerchantService_EntityInformationTypes_EntityInformationTy
225
225
  taxpayerId?: string | null;
226
226
  legalStatusCode?: string | null;
227
227
  customerNumber?: string | null;
228
+ parentCompanyId?: string | null;
229
+ subCompanies?: Array<unknown> | null;
228
230
  contactInformation?: {
229
231
  id?: string;
230
232
  creationTime?: string;
@@ -394,6 +396,8 @@ export type UniRefund_MerchantService_Merchants_MerchantDto = {
394
396
  taxpayerId?: string | null;
395
397
  legalStatusCode?: string | null;
396
398
  customerNumber?: string | null;
399
+ parentCompanyId?: string | null;
400
+ subCompanies?: Array<unknown> | null;
397
401
  contactInformation?: {
398
402
  id?: string;
399
403
  creationTime?: string;
@@ -520,6 +524,59 @@ export type UniRefund_MerchantService_Organizations_CreateOrganizationDto = {
520
524
  }> | null;
521
525
  };
522
526
 
527
+ export type UniRefund_MerchantService_Organizations_CreateOrganizationSubDto = {
528
+ readonly extraProperties?: {
529
+ [key: string]: unknown;
530
+ } | null;
531
+ name: string;
532
+ taxpayerId: string;
533
+ legalStatusCode: string;
534
+ customerNumber: string;
535
+ contactInformation?: {
536
+ readonly extraProperties?: {
537
+ [key: string]: unknown;
538
+ } | null;
539
+ startDate: string;
540
+ endDate: string;
541
+ telephone?: Array<{
542
+ readonly extraProperties?: {
543
+ [key: string]: unknown;
544
+ } | null;
545
+ areaCode: string;
546
+ localNumber: string;
547
+ ituCountryCode: string;
548
+ }> | null;
549
+ address?: Array<{
550
+ readonly extraProperties?: {
551
+ [key: string]: unknown;
552
+ } | null;
553
+ typeCode: 0 | 1;
554
+ addressLine: string;
555
+ city: string;
556
+ terriority: string;
557
+ postalCode: string;
558
+ country: string;
559
+ fullAddress: string;
560
+ }> | null;
561
+ email?: Array<{
562
+ readonly extraProperties?: {
563
+ [key: string]: unknown;
564
+ } | null;
565
+ emailAddress: string;
566
+ }> | null;
567
+ };
568
+ productGroups?: Array<{
569
+ readonly extraProperties?: {
570
+ [key: string]: unknown;
571
+ } | null;
572
+ name: string;
573
+ vatRate: number;
574
+ productCode: string;
575
+ isActive: boolean;
576
+ }> | null;
577
+ parentCompanyId?: string | null;
578
+ };
579
+
523
580
  export type UniRefund_MerchantService_Organizations_OrganizationDto = {
524
581
  id?: string;
525
582
  creationTime?: string;
@@ -533,6 +590,8 @@ export type UniRefund_MerchantService_Organizations_OrganizationDto = {
533
590
  taxpayerId?: string | null;
534
591
  legalStatusCode?: string | null;
535
592
  customerNumber?: string | null;
593
+ parentCompanyId?: string | null;
594
+ subCompanies?: Array<unknown> | null;
536
595
  contactInformation?: {
537
596
  id?: string;
538
597
  creationTime?: string;
@@ -687,6 +746,8 @@ export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
687
746
  taxpayerId?: string | null;
688
747
  legalStatusCode?: string | null;
689
748
  customerNumber?: string | null;
749
+ parentCompanyId?: string | null;
750
+ subCompanies?: Array<unknown> | null;
690
751
  contactInformation?: {
691
752
  id?: string;
692
753
  creationTime?: string;
@@ -2255,6 +2316,8 @@ export type PostApiMerchantServiceMerchantsAddEntityInformationTypeResponse = {
2255
2316
  taxpayerId?: string | null;
2256
2317
  legalStatusCode?: string | null;
2257
2318
  customerNumber?: string | null;
2319
+ parentCompanyId?: string | null;
2320
+ subCompanies?: Array<unknown> | null;
2258
2321
  contactInformation?: {
2259
2322
  id?: string;
2260
2323
  creationTime?: string;
@@ -2396,6 +2459,151 @@ export type PostApiMerchantServiceMerchantsAddOrganizationResponse = {
2396
2459
  taxpayerId?: string | null;
2397
2460
  legalStatusCode?: string | null;
2398
2461
  customerNumber?: string | null;
2462
+ parentCompanyId?: string | null;
2463
+ subCompanies?: Array<unknown> | null;
2464
+ contactInformation?: {
2465
+ id?: string;
2466
+ creationTime?: string;
2467
+ creatorId?: string | null;
2468
+ lastModificationTime?: string | null;
2469
+ lastModifierId?: string | null;
2470
+ isDeleted?: boolean;
2471
+ deleterId?: string | null;
2472
+ deletionTime?: string | null;
2473
+ startDate?: string;
2474
+ endDate?: string;
2475
+ telephone?: Array<{
2476
+ id?: string;
2477
+ creationTime?: string;
2478
+ creatorId?: string | null;
2479
+ lastModificationTime?: string | null;
2480
+ lastModifierId?: string | null;
2481
+ isDeleted?: boolean;
2482
+ deleterId?: string | null;
2483
+ deletionTime?: string | null;
2484
+ areaCode?: string | null;
2485
+ localNumber?: string | null;
2486
+ ituCountryCode?: string | null;
2487
+ contactInformationTypeId?: string;
2488
+ }> | null;
2489
+ address?: Array<{
2490
+ id?: string;
2491
+ creationTime?: string;
2492
+ creatorId?: string | null;
2493
+ lastModificationTime?: string | null;
2494
+ lastModifierId?: string | null;
2495
+ isDeleted?: boolean;
2496
+ deleterId?: string | null;
2497
+ deletionTime?: string | null;
2498
+ typeCode?: 0 | 1;
2499
+ addressLine?: string | null;
2500
+ city?: string | null;
2501
+ terriority?: string | null;
2502
+ postalCode?: string | null;
2503
+ country?: string | null;
2504
+ fullAddress?: string | null;
2505
+ contactInformationTypeId?: string;
2506
+ }> | null;
2507
+ email?: Array<{
2508
+ id?: string;
2509
+ creationTime?: string;
2510
+ creatorId?: string | null;
2511
+ lastModificationTime?: string | null;
2512
+ lastModifierId?: string | null;
2513
+ isDeleted?: boolean;
2514
+ deleterId?: string | null;
2515
+ deletionTime?: string | null;
2516
+ emailAddress?: string | null;
2517
+ contactInformationTypeId?: string;
2518
+ }> | null;
2519
+ };
2520
+ productGroups?: Array<{
2521
+ id?: string;
2522
+ creationTime?: string;
2523
+ creatorId?: string | null;
2524
+ lastModificationTime?: string | null;
2525
+ lastModifierId?: string | null;
2526
+ isDeleted?: boolean;
2527
+ deleterId?: string | null;
2528
+ deletionTime?: string | null;
2529
+ name?: string | null;
2530
+ vatRate?: number;
2531
+ productCode?: string | null;
2532
+ isActive?: boolean;
2533
+ }> | null;
2534
+ };
2535
+
2536
+ export type PostApiMerchantServiceMerchantsAddSubOrganizationData = {
2537
+ entityInformationTypeId?: string;
2538
+ requestBody?: {
2539
+ readonly extraProperties?: {
2540
+ [key: string]: unknown;
2541
+ } | null;
2542
+ name: string;
2543
+ taxpayerId: string;
2544
+ legalStatusCode: string;
2545
+ customerNumber: string;
2546
+ contactInformation?: {
2547
+ readonly extraProperties?: {
2548
+ [key: string]: unknown;
2549
+ } | null;
2550
+ startDate: string;
2551
+ endDate: string;
2552
+ telephone?: Array<{
2553
+ readonly extraProperties?: {
2554
+ [key: string]: unknown;
2555
+ } | null;
2556
+ areaCode: string;
2557
+ localNumber: string;
2558
+ ituCountryCode: string;
2559
+ }> | null;
2560
+ address?: Array<{
2561
+ readonly extraProperties?: {
2562
+ [key: string]: unknown;
2563
+ } | null;
2564
+ typeCode: 0 | 1;
2565
+ addressLine: string;
2566
+ city: string;
2567
+ terriority: string;
2568
+ postalCode: string;
2569
+ country: string;
2570
+ fullAddress: string;
2571
+ }> | null;
2572
+ email?: Array<{
2573
+ readonly extraProperties?: {
2574
+ [key: string]: unknown;
2575
+ } | null;
2576
+ emailAddress: string;
2577
+ }> | null;
2578
+ };
2579
+ productGroups?: Array<{
2580
+ readonly extraProperties?: {
2581
+ [key: string]: unknown;
2582
+ } | null;
2583
+ name: string;
2584
+ vatRate: number;
2585
+ productCode: string;
2586
+ isActive: boolean;
2587
+ }> | null;
2588
+ parentCompanyId?: string | null;
2589
+ };
2590
+ };
2591
+
2592
+ export type PostApiMerchantServiceMerchantsAddSubOrganizationResponse = {
2593
+ id?: string;
2594
+ creationTime?: string;
2595
+ creatorId?: string | null;
2596
+ lastModificationTime?: string | null;
2597
+ lastModifierId?: string | null;
2598
+ isDeleted?: boolean;
2599
+ deleterId?: string | null;
2600
+ deletionTime?: string | null;
2601
+ name?: string | null;
2602
+ taxpayerId?: string | null;
2603
+ legalStatusCode?: string | null;
2604
+ customerNumber?: string | null;
2605
+ parentCompanyId?: string | null;
2606
+ subCompanies?: Array<unknown> | null;
2399
2607
  contactInformation?: {
2400
2608
  id?: string;
2401
2609
  creationTime?: string;
@@ -2636,6 +2844,8 @@ export type PostApiMerchantServiceMerchantsCreateMerchantWithComponentsResponse
2636
2844
  taxpayerId?: string | null;
2637
2845
  legalStatusCode?: string | null;
2638
2846
  customerNumber?: string | null;
2847
+ parentCompanyId?: string | null;
2848
+ subCompanies?: Array<unknown> | null;
2639
2849
  contactInformation?: {
2640
2850
  id?: string;
2641
2851
  creationTime?: string;
@@ -2746,6 +2956,8 @@ export type GetApiMerchantServiceMerchantsDetailByIdResponse = {
2746
2956
  taxpayerId?: string | null;
2747
2957
  legalStatusCode?: string | null;
2748
2958
  customerNumber?: string | null;
2959
+ parentCompanyId?: string | null;
2960
+ subCompanies?: Array<unknown> | null;
2749
2961
  contactInformation?: {
2750
2962
  id?: string;
2751
2963
  creationTime?: string;
@@ -2858,6 +3070,8 @@ export type GetApiMerchantServiceMerchantsDetailResponse = {
2858
3070
  taxpayerId?: string | null;
2859
3071
  legalStatusCode?: string | null;
2860
3072
  customerNumber?: string | null;
3073
+ parentCompanyId?: string | null;
3074
+ subCompanies?: Array<unknown> | null;
2861
3075
  contactInformation?: {
2862
3076
  id?: string;
2863
3077
  creationTime?: string;
@@ -3593,6 +3807,8 @@ export type $OpenApiTs = {
3593
3807
  taxpayerId?: string | null;
3594
3808
  legalStatusCode?: string | null;
3595
3809
  customerNumber?: string | null;
3810
+ parentCompanyId?: string | null;
3811
+ subCompanies?: Array<unknown> | null;
3596
3812
  contactInformation?: {
3597
3813
  id?: string;
3598
3814
  creationTime?: string;
@@ -3790,6 +4006,206 @@ export type $OpenApiTs = {
3790
4006
  taxpayerId?: string | null;
3791
4007
  legalStatusCode?: string | null;
3792
4008
  customerNumber?: string | null;
4009
+ parentCompanyId?: string | null;
4010
+ subCompanies?: Array<unknown> | null;
4011
+ contactInformation?: {
4012
+ id?: string;
4013
+ creationTime?: string;
4014
+ creatorId?: string | null;
4015
+ lastModificationTime?: string | null;
4016
+ lastModifierId?: string | null;
4017
+ isDeleted?: boolean;
4018
+ deleterId?: string | null;
4019
+ deletionTime?: string | null;
4020
+ startDate?: string;
4021
+ endDate?: string;
4022
+ telephone?: Array<{
4023
+ id?: string;
4024
+ creationTime?: string;
4025
+ creatorId?: string | null;
4026
+ lastModificationTime?: string | null;
4027
+ lastModifierId?: string | null;
4028
+ isDeleted?: boolean;
4029
+ deleterId?: string | null;
4030
+ deletionTime?: string | null;
4031
+ areaCode?: string | null;
4032
+ localNumber?: string | null;
4033
+ ituCountryCode?: string | null;
4034
+ contactInformationTypeId?: string;
4035
+ }> | null;
4036
+ address?: Array<{
4037
+ id?: string;
4038
+ creationTime?: string;
4039
+ creatorId?: string | null;
4040
+ lastModificationTime?: string | null;
4041
+ lastModifierId?: string | null;
4042
+ isDeleted?: boolean;
4043
+ deleterId?: string | null;
4044
+ deletionTime?: string | null;
4045
+ typeCode?: 0 | 1;
4046
+ addressLine?: string | null;
4047
+ city?: string | null;
4048
+ terriority?: string | null;
4049
+ postalCode?: string | null;
4050
+ country?: string | null;
4051
+ fullAddress?: string | null;
4052
+ contactInformationTypeId?: string;
4053
+ }> | null;
4054
+ email?: Array<{
4055
+ id?: string;
4056
+ creationTime?: string;
4057
+ creatorId?: string | null;
4058
+ lastModificationTime?: string | null;
4059
+ lastModifierId?: string | null;
4060
+ isDeleted?: boolean;
4061
+ deleterId?: string | null;
4062
+ deletionTime?: string | null;
4063
+ emailAddress?: string | null;
4064
+ contactInformationTypeId?: string;
4065
+ }> | null;
4066
+ };
4067
+ productGroups?: Array<{
4068
+ id?: string;
4069
+ creationTime?: string;
4070
+ creatorId?: string | null;
4071
+ lastModificationTime?: string | null;
4072
+ lastModifierId?: string | null;
4073
+ isDeleted?: boolean;
4074
+ deleterId?: string | null;
4075
+ deletionTime?: string | null;
4076
+ name?: string | null;
4077
+ vatRate?: number;
4078
+ productCode?: string | null;
4079
+ isActive?: boolean;
4080
+ }> | null;
4081
+ };
4082
+ /**
4083
+ * Bad Request
4084
+ */
4085
+ 400: {
4086
+ error?: {
4087
+ code?: string | null;
4088
+ message?: string | null;
4089
+ details?: string | null;
4090
+ data?: {
4091
+ [key: string]: unknown;
4092
+ } | null;
4093
+ validationErrors?: Array<{
4094
+ message?: string | null;
4095
+ members?: Array<(string)> | null;
4096
+ }> | null;
4097
+ };
4098
+ };
4099
+ /**
4100
+ * Unauthorized
4101
+ */
4102
+ 401: {
4103
+ error?: {
4104
+ code?: string | null;
4105
+ message?: string | null;
4106
+ details?: string | null;
4107
+ data?: {
4108
+ [key: string]: unknown;
4109
+ } | null;
4110
+ validationErrors?: Array<{
4111
+ message?: string | null;
4112
+ members?: Array<(string)> | null;
4113
+ }> | null;
4114
+ };
4115
+ };
4116
+ /**
4117
+ * Forbidden
4118
+ */
4119
+ 403: {
4120
+ error?: {
4121
+ code?: string | null;
4122
+ message?: string | null;
4123
+ details?: string | null;
4124
+ data?: {
4125
+ [key: string]: unknown;
4126
+ } | null;
4127
+ validationErrors?: Array<{
4128
+ message?: string | null;
4129
+ members?: Array<(string)> | null;
4130
+ }> | null;
4131
+ };
4132
+ };
4133
+ /**
4134
+ * Not Found
4135
+ */
4136
+ 404: {
4137
+ error?: {
4138
+ code?: string | null;
4139
+ message?: string | null;
4140
+ details?: string | null;
4141
+ data?: {
4142
+ [key: string]: unknown;
4143
+ } | null;
4144
+ validationErrors?: Array<{
4145
+ message?: string | null;
4146
+ members?: Array<(string)> | null;
4147
+ }> | null;
4148
+ };
4149
+ };
4150
+ /**
4151
+ * Server Error
4152
+ */
4153
+ 500: {
4154
+ error?: {
4155
+ code?: string | null;
4156
+ message?: string | null;
4157
+ details?: string | null;
4158
+ data?: {
4159
+ [key: string]: unknown;
4160
+ } | null;
4161
+ validationErrors?: Array<{
4162
+ message?: string | null;
4163
+ members?: Array<(string)> | null;
4164
+ }> | null;
4165
+ };
4166
+ };
4167
+ /**
4168
+ * Server Error
4169
+ */
4170
+ 501: {
4171
+ error?: {
4172
+ code?: string | null;
4173
+ message?: string | null;
4174
+ details?: string | null;
4175
+ data?: {
4176
+ [key: string]: unknown;
4177
+ } | null;
4178
+ validationErrors?: Array<{
4179
+ message?: string | null;
4180
+ members?: Array<(string)> | null;
4181
+ }> | null;
4182
+ };
4183
+ };
4184
+ };
4185
+ };
4186
+ };
4187
+ '/api/merchant-service/merchants/add-sub-organization': {
4188
+ post: {
4189
+ req: PostApiMerchantServiceMerchantsAddSubOrganizationData;
4190
+ res: {
4191
+ /**
4192
+ * Success
4193
+ */
4194
+ 200: {
4195
+ id?: string;
4196
+ creationTime?: string;
4197
+ creatorId?: string | null;
4198
+ lastModificationTime?: string | null;
4199
+ lastModifierId?: string | null;
4200
+ isDeleted?: boolean;
4201
+ deleterId?: string | null;
4202
+ deletionTime?: string | null;
4203
+ name?: string | null;
4204
+ taxpayerId?: string | null;
4205
+ legalStatusCode?: string | null;
4206
+ customerNumber?: string | null;
4207
+ parentCompanyId?: string | null;
4208
+ subCompanies?: Array<unknown> | null;
3793
4209
  contactInformation?: {
3794
4210
  id?: string;
3795
4211
  creationTime?: string;
@@ -4470,6 +4886,8 @@ export type $OpenApiTs = {
4470
4886
  taxpayerId?: string | null;
4471
4887
  legalStatusCode?: string | null;
4472
4888
  customerNumber?: string | null;
4889
+ parentCompanyId?: string | null;
4890
+ subCompanies?: Array<unknown> | null;
4473
4891
  contactInformation?: {
4474
4892
  id?: string;
4475
4893
  creationTime?: string;
@@ -4687,6 +5105,8 @@ export type $OpenApiTs = {
4687
5105
  taxpayerId?: string | null;
4688
5106
  legalStatusCode?: string | null;
4689
5107
  customerNumber?: string | null;
5108
+ parentCompanyId?: string | null;
5109
+ subCompanies?: Array<unknown> | null;
4690
5110
  contactInformation?: {
4691
5111
  id?: string;
4692
5112
  creationTime?: string;
@@ -4905,6 +5325,8 @@ export type $OpenApiTs = {
4905
5325
  taxpayerId?: string | null;
4906
5326
  legalStatusCode?: string | null;
4907
5327
  customerNumber?: string | null;
5328
+ parentCompanyId?: string | null;
5329
+ subCompanies?: Array<unknown> | null;
4908
5330
  contactInformation?: {
4909
5331
  id?: string;
4910
5332
  creationTime?: string;