@ayasofyazilim/saas 0.0.119 → 0.0.121

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.
@@ -33,26 +33,7 @@ export type PagedResultDto_ContractHeaderDetailForMerchantDto = {
33
33
  validFrom: string;
34
34
  validTo: string;
35
35
  contractType: 'Merchant' | 'RefundPoint';
36
- addressCommonData: {
37
- id: string;
38
- creationTime?: string;
39
- creatorId?: (string) | null;
40
- lastModificationTime?: (string) | null;
41
- lastModifierId?: (string) | null;
42
- isDeleted?: boolean;
43
- deleterId?: (string) | null;
44
- deletionTime?: (string) | null;
45
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
46
- addressLine: string;
47
- postalCode: string;
48
- fullAddress: string;
49
- primaryFlag?: boolean;
50
- countryId: string;
51
- regionId?: (string) | null;
52
- cityId: string;
53
- districtId: string;
54
- neighborhoodId?: (string) | null;
55
- };
36
+ addressCommonDataId: string;
56
37
  refundTableHeaders: Array<{
57
38
  name: string;
58
39
  id: string;
@@ -98,26 +79,7 @@ export type PagedResultDto_ContractHeaderDetailForRefundPointDto = {
98
79
  validTo: string;
99
80
  earlyRefund?: boolean;
100
81
  contractType: 'Merchant' | 'RefundPoint';
101
- addressCommonData: {
102
- id: string;
103
- creationTime?: string;
104
- creatorId?: (string) | null;
105
- lastModificationTime?: (string) | null;
106
- lastModifierId?: (string) | null;
107
- isDeleted?: boolean;
108
- deleterId?: (string) | null;
109
- deletionTime?: (string) | null;
110
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
111
- addressLine: string;
112
- postalCode: string;
113
- fullAddress: string;
114
- primaryFlag?: boolean;
115
- countryId: string;
116
- regionId?: (string) | null;
117
- cityId: string;
118
- districtId: string;
119
- neighborhoodId?: (string) | null;
120
- };
82
+ addressCommonDataId: string;
121
83
  refundFeeHeaders: Array<{
122
84
  name: string;
123
85
  id: string;
@@ -147,26 +109,7 @@ export type PagedResultDto_ContractHeaderForMerchantDto = {
147
109
  contractType: 'Merchant' | 'RefundPoint';
148
110
  validFrom: string;
149
111
  validTo: string;
150
- addressCommonData: {
151
- id: string;
152
- creationTime?: string;
153
- creatorId?: (string) | null;
154
- lastModificationTime?: (string) | null;
155
- lastModifierId?: (string) | null;
156
- isDeleted?: boolean;
157
- deleterId?: (string) | null;
158
- deletionTime?: (string) | null;
159
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
160
- addressLine: string;
161
- postalCode: string;
162
- fullAddress: string;
163
- primaryFlag?: boolean;
164
- countryId: string;
165
- regionId?: (string) | null;
166
- cityId: string;
167
- districtId: string;
168
- neighborhoodId?: (string) | null;
169
- };
112
+ addressCommonDataId: string;
170
113
  }> | null;
171
114
  totalCount?: number;
172
115
  };
@@ -190,26 +133,7 @@ export type PagedResultDto_ContractHeaderForRefundPointDto = {
190
133
  validFrom: string;
191
134
  validTo: string;
192
135
  earlyRefund?: boolean;
193
- addressCommonData: {
194
- id: string;
195
- creationTime?: string;
196
- creatorId?: (string) | null;
197
- lastModificationTime?: (string) | null;
198
- lastModifierId?: (string) | null;
199
- isDeleted?: boolean;
200
- deleterId?: (string) | null;
201
- deletionTime?: (string) | null;
202
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
203
- addressLine: string;
204
- postalCode: string;
205
- fullAddress: string;
206
- primaryFlag?: boolean;
207
- countryId: string;
208
- regionId?: (string) | null;
209
- cityId: string;
210
- districtId: string;
211
- neighborhoodId?: (string) | null;
212
- };
136
+ addressCommonDataId: string;
213
137
  }> | null;
214
138
  totalCount?: number;
215
139
  };
@@ -390,26 +314,7 @@ export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Contr
390
314
  validFrom: string;
391
315
  validTo: string;
392
316
  contractType: 'Merchant' | 'RefundPoint';
393
- addressCommonData: {
394
- id: string;
395
- creationTime?: string;
396
- creatorId?: (string) | null;
397
- lastModificationTime?: (string) | null;
398
- lastModifierId?: (string) | null;
399
- isDeleted?: boolean;
400
- deleterId?: (string) | null;
401
- deletionTime?: (string) | null;
402
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
403
- addressLine: string;
404
- postalCode: string;
405
- fullAddress: string;
406
- primaryFlag?: boolean;
407
- countryId: string;
408
- regionId?: (string) | null;
409
- cityId: string;
410
- districtId: string;
411
- neighborhoodId?: (string) | null;
412
- };
317
+ addressCommonDataId: string;
413
318
  refundTableHeaders: Array<{
414
319
  name: string;
415
320
  id: string;
@@ -425,8 +330,6 @@ export type status = 'None' | 'Registered' | 'DeRegistrationRequestedByUniRefund
425
330
 
426
331
  export type contractType = 'Merchant' | 'RefundPoint';
427
332
 
428
- export type type = 'Home' | 'Office' | 'Invoice' | 'Contact';
429
-
430
333
  export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantCreateDto = {
431
334
  readonly extraProperties?: {
432
335
  [key: string]: unknown;
@@ -464,26 +367,7 @@ export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Contr
464
367
  contractType: 'Merchant' | 'RefundPoint';
465
368
  validFrom: string;
466
369
  validTo: string;
467
- addressCommonData: {
468
- id: string;
469
- creationTime?: string;
470
- creatorId?: (string) | null;
471
- lastModificationTime?: (string) | null;
472
- lastModifierId?: (string) | null;
473
- isDeleted?: boolean;
474
- deleterId?: (string) | null;
475
- deletionTime?: (string) | null;
476
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
477
- addressLine: string;
478
- postalCode: string;
479
- fullAddress: string;
480
- primaryFlag?: boolean;
481
- countryId: string;
482
- regionId?: (string) | null;
483
- cityId: string;
484
- districtId: string;
485
- neighborhoodId?: (string) | null;
486
- };
370
+ addressCommonDataId: string;
487
371
  };
488
372
 
489
373
  export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantUpdateDto = {
@@ -607,6 +491,8 @@ export type UniRefund_ContractService_ContractsForMerchant_ContractSettings_Cont
607
491
  contractHeaderId?: string;
608
492
  };
609
493
 
494
+ export type type = 'Home' | 'Office' | 'Invoice' | 'Contact';
495
+
610
496
  export type UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingMakeDefaultDto = {
611
497
  readonly extraProperties?: {
612
498
  [key: string]: unknown;
@@ -795,26 +681,7 @@ export type UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_Co
795
681
  validTo: string;
796
682
  earlyRefund?: boolean;
797
683
  contractType: 'Merchant' | 'RefundPoint';
798
- addressCommonData: {
799
- id: string;
800
- creationTime?: string;
801
- creatorId?: (string) | null;
802
- lastModificationTime?: (string) | null;
803
- lastModifierId?: (string) | null;
804
- isDeleted?: boolean;
805
- deleterId?: (string) | null;
806
- deletionTime?: (string) | null;
807
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
808
- addressLine: string;
809
- postalCode: string;
810
- fullAddress: string;
811
- primaryFlag?: boolean;
812
- countryId: string;
813
- regionId?: (string) | null;
814
- cityId: string;
815
- districtId: string;
816
- neighborhoodId?: (string) | null;
817
- };
684
+ addressCommonDataId: string;
818
685
  refundFeeHeaders: Array<{
819
686
  name: string;
820
687
  id: string;
@@ -863,26 +730,7 @@ export type UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_Co
863
730
  validFrom: string;
864
731
  validTo: string;
865
732
  earlyRefund?: boolean;
866
- addressCommonData: {
867
- id: string;
868
- creationTime?: string;
869
- creatorId?: (string) | null;
870
- lastModificationTime?: (string) | null;
871
- lastModifierId?: (string) | null;
872
- isDeleted?: boolean;
873
- deleterId?: (string) | null;
874
- deletionTime?: (string) | null;
875
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
876
- addressLine: string;
877
- postalCode: string;
878
- fullAddress: string;
879
- primaryFlag?: boolean;
880
- countryId: string;
881
- regionId?: (string) | null;
882
- cityId: string;
883
- districtId: string;
884
- neighborhoodId?: (string) | null;
885
- };
733
+ addressCommonDataId: string;
886
734
  };
887
735
 
888
736
  export type UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderForRefundPointUpdateDto = {
@@ -1205,7 +1053,6 @@ export type UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHead
1205
1053
  } | null;
1206
1054
  name: string;
1207
1055
  calculateNetCommissionInsteadOfRefund?: boolean;
1208
- isTemplate?: boolean;
1209
1056
  rebateTableDetails?: Array<{
1210
1057
  readonly extraProperties?: {
1211
1058
  [key: string]: unknown;
@@ -1386,7 +1233,6 @@ export type UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderUp
1386
1233
  } | null;
1387
1234
  name: string;
1388
1235
  isActive?: boolean;
1389
- isTemplate?: boolean;
1390
1236
  refundFeeDetails?: Array<{
1391
1237
  readonly extraProperties?: {
1392
1238
  [key: string]: unknown;
@@ -1572,7 +1418,6 @@ export type UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHead
1572
1418
  name: string;
1573
1419
  isDefault?: boolean;
1574
1420
  isBundling?: boolean;
1575
- isTemplate?: boolean;
1576
1421
  refundTableDetails?: Array<{
1577
1422
  readonly extraProperties?: {
1578
1423
  [key: string]: unknown;
@@ -3129,26 +2974,7 @@ export type GetApiContractServiceMerchantsContractsContractHeadersByIdResponse =
3129
2974
  validFrom: string;
3130
2975
  validTo: string;
3131
2976
  contractType: 'Merchant' | 'RefundPoint';
3132
- addressCommonData: {
3133
- id: string;
3134
- creationTime?: string;
3135
- creatorId?: (string) | null;
3136
- lastModificationTime?: (string) | null;
3137
- lastModifierId?: (string) | null;
3138
- isDeleted?: boolean;
3139
- deleterId?: (string) | null;
3140
- deletionTime?: (string) | null;
3141
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
3142
- addressLine: string;
3143
- postalCode: string;
3144
- fullAddress: string;
3145
- primaryFlag?: boolean;
3146
- countryId: string;
3147
- regionId?: (string) | null;
3148
- cityId: string;
3149
- districtId: string;
3150
- neighborhoodId?: (string) | null;
3151
- };
2977
+ addressCommonDataId: string;
3152
2978
  refundTableHeaders: Array<{
3153
2979
  name: string;
3154
2980
  id: string;
@@ -3214,26 +3040,7 @@ export type PutApiContractServiceMerchantsContractsContractHeadersByIdResponse =
3214
3040
  validFrom: string;
3215
3041
  validTo: string;
3216
3042
  contractType: 'Merchant' | 'RefundPoint';
3217
- addressCommonData: {
3218
- id: string;
3219
- creationTime?: string;
3220
- creatorId?: (string) | null;
3221
- lastModificationTime?: (string) | null;
3222
- lastModifierId?: (string) | null;
3223
- isDeleted?: boolean;
3224
- deleterId?: (string) | null;
3225
- deletionTime?: (string) | null;
3226
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
3227
- addressLine: string;
3228
- postalCode: string;
3229
- fullAddress: string;
3230
- primaryFlag?: boolean;
3231
- countryId: string;
3232
- regionId?: (string) | null;
3233
- cityId: string;
3234
- districtId: string;
3235
- neighborhoodId?: (string) | null;
3236
- };
3043
+ addressCommonDataId: string;
3237
3044
  refundTableHeaders: Array<{
3238
3045
  name: string;
3239
3046
  id: string;
@@ -3274,26 +3081,7 @@ export type GetApiContractServiceMerchantsContractsContractHeadersResponse = ({
3274
3081
  contractType: 'Merchant' | 'RefundPoint';
3275
3082
  validFrom: string;
3276
3083
  validTo: string;
3277
- addressCommonData: {
3278
- id: string;
3279
- creationTime?: string;
3280
- creatorId?: (string) | null;
3281
- lastModificationTime?: (string) | null;
3282
- lastModifierId?: (string) | null;
3283
- isDeleted?: boolean;
3284
- deleterId?: (string) | null;
3285
- deletionTime?: (string) | null;
3286
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
3287
- addressLine: string;
3288
- postalCode: string;
3289
- fullAddress: string;
3290
- primaryFlag?: boolean;
3291
- countryId: string;
3292
- regionId?: (string) | null;
3293
- cityId: string;
3294
- districtId: string;
3295
- neighborhoodId?: (string) | null;
3296
- };
3084
+ addressCommonDataId: string;
3297
3085
  }> | null;
3298
3086
  totalCount?: number;
3299
3087
  });
@@ -3339,26 +3127,7 @@ export type GetApiContractServiceMerchantsByIdContractsContractHeadersResponse =
3339
3127
  validFrom: string;
3340
3128
  validTo: string;
3341
3129
  contractType: 'Merchant' | 'RefundPoint';
3342
- addressCommonData: {
3343
- id: string;
3344
- creationTime?: string;
3345
- creatorId?: (string) | null;
3346
- lastModificationTime?: (string) | null;
3347
- lastModifierId?: (string) | null;
3348
- isDeleted?: boolean;
3349
- deleterId?: (string) | null;
3350
- deletionTime?: (string) | null;
3351
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
3352
- addressLine: string;
3353
- postalCode: string;
3354
- fullAddress: string;
3355
- primaryFlag?: boolean;
3356
- countryId: string;
3357
- regionId?: (string) | null;
3358
- cityId: string;
3359
- districtId: string;
3360
- neighborhoodId?: (string) | null;
3361
- };
3130
+ addressCommonDataId: string;
3362
3131
  refundTableHeaders: Array<{
3363
3132
  name: string;
3364
3133
  id: string;
@@ -3425,26 +3194,7 @@ export type PostApiContractServiceMerchantsByIdContractsContractHeadersResponse
3425
3194
  validFrom: string;
3426
3195
  validTo: string;
3427
3196
  contractType: 'Merchant' | 'RefundPoint';
3428
- addressCommonData: {
3429
- id: string;
3430
- creationTime?: string;
3431
- creatorId?: (string) | null;
3432
- lastModificationTime?: (string) | null;
3433
- lastModifierId?: (string) | null;
3434
- isDeleted?: boolean;
3435
- deleterId?: (string) | null;
3436
- deletionTime?: (string) | null;
3437
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
3438
- addressLine: string;
3439
- postalCode: string;
3440
- fullAddress: string;
3441
- primaryFlag?: boolean;
3442
- countryId: string;
3443
- regionId?: (string) | null;
3444
- cityId: string;
3445
- districtId: string;
3446
- neighborhoodId?: (string) | null;
3447
- };
3197
+ addressCommonDataId: string;
3448
3198
  refundTableHeaders: Array<{
3449
3199
  name: string;
3450
3200
  id: string;
@@ -4028,26 +3778,7 @@ export type GetApiContractServiceRefundPointsContractsContractHeadersByIdRespons
4028
3778
  validTo: string;
4029
3779
  earlyRefund?: boolean;
4030
3780
  contractType: 'Merchant' | 'RefundPoint';
4031
- addressCommonData: {
4032
- id: string;
4033
- creationTime?: string;
4034
- creatorId?: (string) | null;
4035
- lastModificationTime?: (string) | null;
4036
- lastModifierId?: (string) | null;
4037
- isDeleted?: boolean;
4038
- deleterId?: (string) | null;
4039
- deletionTime?: (string) | null;
4040
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
4041
- addressLine: string;
4042
- postalCode: string;
4043
- fullAddress: string;
4044
- primaryFlag?: boolean;
4045
- countryId: string;
4046
- regionId?: (string) | null;
4047
- cityId: string;
4048
- districtId: string;
4049
- neighborhoodId?: (string) | null;
4050
- };
3781
+ addressCommonDataId: string;
4051
3782
  refundFeeHeaders: Array<{
4052
3783
  name: string;
4053
3784
  id: string;
@@ -4115,26 +3846,7 @@ export type PutApiContractServiceRefundPointsContractsContractHeadersByIdRespons
4115
3846
  validTo: string;
4116
3847
  earlyRefund?: boolean;
4117
3848
  contractType: 'Merchant' | 'RefundPoint';
4118
- addressCommonData: {
4119
- id: string;
4120
- creationTime?: string;
4121
- creatorId?: (string) | null;
4122
- lastModificationTime?: (string) | null;
4123
- lastModifierId?: (string) | null;
4124
- isDeleted?: boolean;
4125
- deleterId?: (string) | null;
4126
- deletionTime?: (string) | null;
4127
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
4128
- addressLine: string;
4129
- postalCode: string;
4130
- fullAddress: string;
4131
- primaryFlag?: boolean;
4132
- countryId: string;
4133
- regionId?: (string) | null;
4134
- cityId: string;
4135
- districtId: string;
4136
- neighborhoodId?: (string) | null;
4137
- };
3849
+ addressCommonDataId: string;
4138
3850
  refundFeeHeaders: Array<{
4139
3851
  name: string;
4140
3852
  id: string;
@@ -4176,26 +3888,7 @@ export type GetApiContractServiceRefundPointsContractsContractHeadersResponse =
4176
3888
  validFrom: string;
4177
3889
  validTo: string;
4178
3890
  earlyRefund?: boolean;
4179
- addressCommonData: {
4180
- id: string;
4181
- creationTime?: string;
4182
- creatorId?: (string) | null;
4183
- lastModificationTime?: (string) | null;
4184
- lastModifierId?: (string) | null;
4185
- isDeleted?: boolean;
4186
- deleterId?: (string) | null;
4187
- deletionTime?: (string) | null;
4188
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
4189
- addressLine: string;
4190
- postalCode: string;
4191
- fullAddress: string;
4192
- primaryFlag?: boolean;
4193
- countryId: string;
4194
- regionId?: (string) | null;
4195
- cityId: string;
4196
- districtId: string;
4197
- neighborhoodId?: (string) | null;
4198
- };
3891
+ addressCommonDataId: string;
4199
3892
  }> | null;
4200
3893
  totalCount?: number;
4201
3894
  });
@@ -4242,26 +3935,7 @@ export type GetApiContractServiceRefundPointsByIdContractsContractHeadersRespons
4242
3935
  validTo: string;
4243
3936
  earlyRefund?: boolean;
4244
3937
  contractType: 'Merchant' | 'RefundPoint';
4245
- addressCommonData: {
4246
- id: string;
4247
- creationTime?: string;
4248
- creatorId?: (string) | null;
4249
- lastModificationTime?: (string) | null;
4250
- lastModifierId?: (string) | null;
4251
- isDeleted?: boolean;
4252
- deleterId?: (string) | null;
4253
- deletionTime?: (string) | null;
4254
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
4255
- addressLine: string;
4256
- postalCode: string;
4257
- fullAddress: string;
4258
- primaryFlag?: boolean;
4259
- countryId: string;
4260
- regionId?: (string) | null;
4261
- cityId: string;
4262
- districtId: string;
4263
- neighborhoodId?: (string) | null;
4264
- };
3938
+ addressCommonDataId: string;
4265
3939
  refundFeeHeaders: Array<{
4266
3940
  name: string;
4267
3941
  id: string;
@@ -4330,26 +4004,7 @@ export type PostApiContractServiceRefundPointsByIdContractsContractHeadersRespon
4330
4004
  validTo: string;
4331
4005
  earlyRefund?: boolean;
4332
4006
  contractType: 'Merchant' | 'RefundPoint';
4333
- addressCommonData: {
4334
- id: string;
4335
- creationTime?: string;
4336
- creatorId?: (string) | null;
4337
- lastModificationTime?: (string) | null;
4338
- lastModifierId?: (string) | null;
4339
- isDeleted?: boolean;
4340
- deleterId?: (string) | null;
4341
- deletionTime?: (string) | null;
4342
- type: 'Home' | 'Office' | 'Invoice' | 'Contact';
4343
- addressLine: string;
4344
- postalCode: string;
4345
- fullAddress: string;
4346
- primaryFlag?: boolean;
4347
- countryId: string;
4348
- regionId?: (string) | null;
4349
- cityId: string;
4350
- districtId: string;
4351
- neighborhoodId?: (string) | null;
4352
- };
4007
+ addressCommonDataId: string;
4353
4008
  refundFeeHeaders: Array<{
4354
4009
  name: string;
4355
4010
  id: string;
@@ -4463,7 +4118,6 @@ export type PutApiContractServiceRebateTableHeadersByIdData = {
4463
4118
  } | null;
4464
4119
  name: string;
4465
4120
  calculateNetCommissionInsteadOfRefund?: boolean;
4466
- isTemplate?: boolean;
4467
4121
  rebateTableDetails?: Array<{
4468
4122
  readonly extraProperties?: {
4469
4123
  [key: string]: unknown;
@@ -4695,7 +4349,6 @@ export type PutApiContractServiceRefundFeeHeadersByIdData = {
4695
4349
  } | null;
4696
4350
  name: string;
4697
4351
  isActive?: boolean;
4698
- isTemplate?: boolean;
4699
4352
  refundFeeDetails?: Array<{
4700
4353
  readonly extraProperties?: {
4701
4354
  [key: string]: unknown;
@@ -4960,7 +4613,6 @@ export type PutApiContractServiceRefundTableHeadersByIdData = {
4960
4613
  name: string;
4961
4614
  isDefault?: boolean;
4962
4615
  isBundling?: boolean;
4963
- isTemplate?: boolean;
4964
4616
  refundTableDetails?: Array<{
4965
4617
  readonly extraProperties?: {
4966
4618
  [key: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ayasofyazilim/saas",
3
- "version": "0.0.119",
3
+ "version": "0.0.121",
4
4
  "description": "Ayasofyazılım SAAS",
5
5
  "exports": {
6
6
  "./*": "./*/index.ts"