@ayasofyazilim/saas 0.0.40 → 0.0.42

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.
Files changed (107) hide show
  1. package/AccountService/AccountServiceClient.ts +68 -65
  2. package/AccountService/core/ApiRequestOptions.ts +12 -12
  3. package/AccountService/core/BaseHttpRequest.ts +9 -9
  4. package/AccountService/core/FetchHttpRequest.ts +21 -21
  5. package/AccountService/core/OpenAPI.ts +55 -55
  6. package/AccountService/core/request.ts +340 -340
  7. package/AccountService/index.ts +9 -9
  8. package/AccountService/schemas.gen.ts +5333 -5103
  9. package/AccountService/services.gen.ts +1539 -1452
  10. package/AccountService/types.gen.ts +3328 -9896
  11. package/AdministrationService/AdministrationServiceClient.ts +77 -74
  12. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  13. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  14. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  15. package/AdministrationService/core/OpenAPI.ts +55 -55
  16. package/AdministrationService/core/request.ts +340 -340
  17. package/AdministrationService/index.ts +9 -9
  18. package/AdministrationService/schemas.gen.ts +5987 -5897
  19. package/AdministrationService/services.gen.ts +1404 -1332
  20. package/AdministrationService/types.gen.ts +2851 -9024
  21. package/BackerService/core/ApiRequestOptions.ts +12 -12
  22. package/BackerService/core/BaseHttpRequest.ts +9 -9
  23. package/BackerService/core/FetchHttpRequest.ts +21 -21
  24. package/BackerService/core/OpenAPI.ts +55 -55
  25. package/BackerService/core/request.ts +340 -340
  26. package/BackerService/index.ts +9 -9
  27. package/BackerService/services.gen.ts +866 -866
  28. package/BackerService/types.gen.ts +2170 -14936
  29. package/CRMService/schemas.gen.ts +15928 -15920
  30. package/CRMService/services.gen.ts +2104 -2052
  31. package/CRMService/types.gen.ts +4189 -4106
  32. package/ContractService/schemas.gen.ts +70 -524
  33. package/ContractService/types.gen.ts +12 -8
  34. package/FundraiserService/core/ApiRequestOptions.ts +12 -12
  35. package/FundraiserService/core/BaseHttpRequest.ts +9 -9
  36. package/FundraiserService/core/FetchHttpRequest.ts +21 -21
  37. package/FundraiserService/core/OpenAPI.ts +55 -55
  38. package/FundraiserService/core/request.ts +340 -340
  39. package/FundraiserService/index.ts +9 -9
  40. package/FundraiserService/services.gen.ts +627 -627
  41. package/FundraiserService/types.gen.ts +1793 -11187
  42. package/IdentityService/IdentityServiceClient.ts +80 -77
  43. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  44. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  45. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  46. package/IdentityService/core/OpenAPI.ts +55 -55
  47. package/IdentityService/core/request.ts +340 -340
  48. package/IdentityService/index.ts +9 -9
  49. package/IdentityService/schemas.gen.ts +6845 -6573
  50. package/IdentityService/services.gen.ts +2924 -2839
  51. package/IdentityService/types.gen.ts +5484 -17446
  52. package/LocationService/LocationServiceClient.ts +110 -110
  53. package/LocationService/core/ApiError.ts +20 -20
  54. package/LocationService/core/ApiRequestOptions.ts +12 -12
  55. package/LocationService/core/ApiResult.ts +6 -6
  56. package/LocationService/core/BaseHttpRequest.ts +9 -9
  57. package/LocationService/core/CancelablePromise.ts +125 -125
  58. package/LocationService/core/FetchHttpRequest.ts +21 -21
  59. package/LocationService/core/OpenAPI.ts +55 -55
  60. package/LocationService/core/request.ts +340 -340
  61. package/LocationService/index.ts +8 -8
  62. package/LocationService/schemas.gen.ts +10136 -10136
  63. package/LocationService/services.gen.ts +3392 -3392
  64. package/LocationService/types.gen.ts +6507 -6507
  65. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  66. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  67. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  68. package/MerchantService/core/OpenAPI.ts +55 -55
  69. package/MerchantService/core/request.ts +340 -340
  70. package/MerchantService/schemas.gen.ts +14764 -14764
  71. package/MerchantService/services.gen.ts +1602 -1602
  72. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  73. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  74. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  75. package/ProjectService/core/OpenAPI.ts +55 -55
  76. package/ProjectService/core/request.ts +340 -340
  77. package/ProjectService/index.ts +9 -9
  78. package/ProjectService/services.gen.ts +492 -492
  79. package/ProjectService/types.gen.ts +1303 -4978
  80. package/ProjectService.json +2937 -2937
  81. package/SaasService/core/ApiRequestOptions.ts +12 -12
  82. package/SaasService/core/BaseHttpRequest.ts +9 -9
  83. package/SaasService/core/FetchHttpRequest.ts +21 -21
  84. package/SaasService/core/OpenAPI.ts +55 -55
  85. package/SaasService/core/request.ts +340 -340
  86. package/SaasService/index.ts +9 -9
  87. package/SaasService/schemas.gen.ts +5345 -5278
  88. package/SaasService/services.gen.ts +1329 -1325
  89. package/SaasService/types.gen.ts +2737 -9052
  90. package/SettingService/schemas.gen.ts +5410 -5395
  91. package/SettingService/services.gen.ts +890 -843
  92. package/SettingService/types.gen.ts +2052 -1965
  93. package/TravellerService/TravellerServiceClient.ts +56 -56
  94. package/TravellerService/core/ApiError.ts +20 -20
  95. package/TravellerService/core/ApiRequestOptions.ts +12 -12
  96. package/TravellerService/core/ApiResult.ts +6 -6
  97. package/TravellerService/core/BaseHttpRequest.ts +9 -9
  98. package/TravellerService/core/CancelablePromise.ts +125 -125
  99. package/TravellerService/core/FetchHttpRequest.ts +21 -21
  100. package/TravellerService/core/OpenAPI.ts +55 -55
  101. package/TravellerService/core/request.ts +340 -340
  102. package/TravellerService/index.ts +8 -8
  103. package/TravellerService/schemas.gen.ts +6184 -6204
  104. package/TravellerService/services.gen.ts +699 -695
  105. package/TravellerService/types.gen.ts +1809 -1808
  106. package/package.json +1 -1
  107. package/swagger.json +4794 -4794
@@ -433,12 +433,12 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
433
433
  format: 'double'
434
434
  },
435
435
  refundMethod: {
436
- type: 'integer',
437
- format: 'int32'
436
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
437
+ type: 'string'
438
438
  },
439
439
  variableFee: {
440
- type: 'integer',
441
- format: 'int32'
440
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
441
+ type: 'string'
442
442
  }
443
443
  },
444
444
  additionalProperties: false
@@ -926,70 +926,12 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
926
926
  format: 'double'
927
927
  },
928
928
  refundMethod: {
929
- type: 'object',
930
- properties: {
931
- id: {
932
- type: 'string',
933
- format: 'uuid'
934
- },
935
- key: {
936
- type: 'string',
937
- nullable: true
938
- },
939
- value: {
940
- type: 'integer',
941
- format: 'int32'
942
- },
943
- displayName: {
944
- type: 'string',
945
- nullable: true
946
- },
947
- isActive: {
948
- type: 'boolean'
949
- },
950
- description: {
951
- type: 'string',
952
- nullable: true
953
- },
954
- language: {
955
- type: 'string',
956
- nullable: true
957
- }
958
- },
959
- additionalProperties: false
929
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
930
+ type: 'string'
960
931
  },
961
932
  variableFee: {
962
- type: 'object',
963
- properties: {
964
- id: {
965
- type: 'string',
966
- format: 'uuid'
967
- },
968
- key: {
969
- type: 'string',
970
- nullable: true
971
- },
972
- value: {
973
- type: 'integer',
974
- format: 'int32'
975
- },
976
- displayName: {
977
- type: 'string',
978
- nullable: true
979
- },
980
- isActive: {
981
- type: 'boolean'
982
- },
983
- description: {
984
- type: 'string',
985
- nullable: true
986
- },
987
- language: {
988
- type: 'string',
989
- nullable: true
990
- }
991
- },
992
- additionalProperties: false
933
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
934
+ type: 'string'
993
935
  },
994
936
  rebateTableHeaderId: {
995
937
  type: 'string',
@@ -2185,6 +2127,16 @@ export const $UniRefund_ContractService_Contracts_ContractStores_ContractStoreUp
2185
2127
  additionalProperties: false
2186
2128
  } as const;
2187
2129
 
2130
+ export const $UniRefund_ContractService_Enums_RefundMethod = {
2131
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
2132
+ type: 'string'
2133
+ } as const;
2134
+
2135
+ export const $UniRefund_ContractService_Enums_VariableFee = {
2136
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
2137
+ type: 'string'
2138
+ } as const;
2139
+
2188
2140
  export const $UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionCreateDto = {
2189
2141
  required: ['amount', 'validFrom', 'validTo'],
2190
2142
  type: 'object',
@@ -2588,70 +2540,12 @@ export const $UniRefund_ContractService_Rebates_RebateSettingRebateTableHeaders_
2588
2540
  format: 'double'
2589
2541
  },
2590
2542
  refundMethod: {
2591
- type: 'object',
2592
- properties: {
2593
- id: {
2594
- type: 'string',
2595
- format: 'uuid'
2596
- },
2597
- key: {
2598
- type: 'string',
2599
- nullable: true
2600
- },
2601
- value: {
2602
- type: 'integer',
2603
- format: 'int32'
2604
- },
2605
- displayName: {
2606
- type: 'string',
2607
- nullable: true
2608
- },
2609
- isActive: {
2610
- type: 'boolean'
2611
- },
2612
- description: {
2613
- type: 'string',
2614
- nullable: true
2615
- },
2616
- language: {
2617
- type: 'string',
2618
- nullable: true
2619
- }
2620
- },
2621
- additionalProperties: false
2543
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
2544
+ type: 'string'
2622
2545
  },
2623
2546
  variableFee: {
2624
- type: 'object',
2625
- properties: {
2626
- id: {
2627
- type: 'string',
2628
- format: 'uuid'
2629
- },
2630
- key: {
2631
- type: 'string',
2632
- nullable: true
2633
- },
2634
- value: {
2635
- type: 'integer',
2636
- format: 'int32'
2637
- },
2638
- displayName: {
2639
- type: 'string',
2640
- nullable: true
2641
- },
2642
- isActive: {
2643
- type: 'boolean'
2644
- },
2645
- description: {
2646
- type: 'string',
2647
- nullable: true
2648
- },
2649
- language: {
2650
- type: 'string',
2651
- nullable: true
2652
- }
2653
- },
2654
- additionalProperties: false
2547
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
2548
+ type: 'string'
2655
2549
  },
2656
2550
  rebateTableHeaderId: {
2657
2551
  type: 'string',
@@ -2802,12 +2696,12 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingCrea
2802
2696
  format: 'double'
2803
2697
  },
2804
2698
  refundMethod: {
2805
- type: 'integer',
2806
- format: 'int32'
2699
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
2700
+ type: 'string'
2807
2701
  },
2808
2702
  variableFee: {
2809
- type: 'integer',
2810
- format: 'int32'
2703
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
2704
+ type: 'string'
2811
2705
  }
2812
2706
  },
2813
2707
  additionalProperties: false
@@ -3139,70 +3033,12 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
3139
3033
  format: 'double'
3140
3034
  },
3141
3035
  refundMethod: {
3142
- type: 'object',
3143
- properties: {
3144
- id: {
3145
- type: 'string',
3146
- format: 'uuid'
3147
- },
3148
- key: {
3149
- type: 'string',
3150
- nullable: true
3151
- },
3152
- value: {
3153
- type: 'integer',
3154
- format: 'int32'
3155
- },
3156
- displayName: {
3157
- type: 'string',
3158
- nullable: true
3159
- },
3160
- isActive: {
3161
- type: 'boolean'
3162
- },
3163
- description: {
3164
- type: 'string',
3165
- nullable: true
3166
- },
3167
- language: {
3168
- type: 'string',
3169
- nullable: true
3170
- }
3171
- },
3172
- additionalProperties: false
3036
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
3037
+ type: 'string'
3173
3038
  },
3174
3039
  variableFee: {
3175
- type: 'object',
3176
- properties: {
3177
- id: {
3178
- type: 'string',
3179
- format: 'uuid'
3180
- },
3181
- key: {
3182
- type: 'string',
3183
- nullable: true
3184
- },
3185
- value: {
3186
- type: 'integer',
3187
- format: 'int32'
3188
- },
3189
- displayName: {
3190
- type: 'string',
3191
- nullable: true
3192
- },
3193
- isActive: {
3194
- type: 'boolean'
3195
- },
3196
- description: {
3197
- type: 'string',
3198
- nullable: true
3199
- },
3200
- language: {
3201
- type: 'string',
3202
- nullable: true
3203
- }
3204
- },
3205
- additionalProperties: false
3040
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
3041
+ type: 'string'
3206
3042
  },
3207
3043
  rebateTableHeaderId: {
3208
3044
  type: 'string',
@@ -3405,12 +3241,12 @@ export const $UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDe
3405
3241
  format: 'double'
3406
3242
  },
3407
3243
  refundMethod: {
3408
- type: 'integer',
3409
- format: 'int32'
3244
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
3245
+ type: 'string'
3410
3246
  },
3411
3247
  variableFee: {
3412
- type: 'integer',
3413
- format: 'int32'
3248
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
3249
+ type: 'string'
3414
3250
  }
3415
3251
  },
3416
3252
  additionalProperties: false
@@ -3465,70 +3301,12 @@ export const $UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDe
3465
3301
  format: 'double'
3466
3302
  },
3467
3303
  refundMethod: {
3468
- type: 'object',
3469
- properties: {
3470
- id: {
3471
- type: 'string',
3472
- format: 'uuid'
3473
- },
3474
- key: {
3475
- type: 'string',
3476
- nullable: true
3477
- },
3478
- value: {
3479
- type: 'integer',
3480
- format: 'int32'
3481
- },
3482
- displayName: {
3483
- type: 'string',
3484
- nullable: true
3485
- },
3486
- isActive: {
3487
- type: 'boolean'
3488
- },
3489
- description: {
3490
- type: 'string',
3491
- nullable: true
3492
- },
3493
- language: {
3494
- type: 'string',
3495
- nullable: true
3496
- }
3497
- },
3498
- additionalProperties: false
3304
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
3305
+ type: 'string'
3499
3306
  },
3500
3307
  variableFee: {
3501
- type: 'object',
3502
- properties: {
3503
- id: {
3504
- type: 'string',
3505
- format: 'uuid'
3506
- },
3507
- key: {
3508
- type: 'string',
3509
- nullable: true
3510
- },
3511
- value: {
3512
- type: 'integer',
3513
- format: 'int32'
3514
- },
3515
- displayName: {
3516
- type: 'string',
3517
- nullable: true
3518
- },
3519
- isActive: {
3520
- type: 'boolean'
3521
- },
3522
- description: {
3523
- type: 'string',
3524
- nullable: true
3525
- },
3526
- language: {
3527
- type: 'string',
3528
- nullable: true
3529
- }
3530
- },
3531
- additionalProperties: false
3308
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
3309
+ type: 'string'
3532
3310
  },
3533
3311
  rebateTableHeaderId: {
3534
3312
  type: 'string',
@@ -3557,12 +3335,12 @@ export const $UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDe
3557
3335
  format: 'double'
3558
3336
  },
3559
3337
  refundMethod: {
3560
- type: 'integer',
3561
- format: 'int32'
3338
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
3339
+ type: 'string'
3562
3340
  },
3563
3341
  variableFee: {
3564
- type: 'integer',
3565
- format: 'int32'
3342
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
3343
+ type: 'string'
3566
3344
  }
3567
3345
  },
3568
3346
  additionalProperties: false
@@ -3587,12 +3365,12 @@ export const $UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDe
3587
3365
  format: 'double'
3588
3366
  },
3589
3367
  refundMethod: {
3590
- type: 'integer',
3591
- format: 'int32'
3368
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
3369
+ type: 'string'
3592
3370
  },
3593
3371
  variableFee: {
3594
- type: 'integer',
3595
- format: 'int32'
3372
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
3373
+ type: 'string'
3596
3374
  }
3597
3375
  },
3598
3376
  additionalProperties: false
@@ -3648,12 +3426,12 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
3648
3426
  format: 'double'
3649
3427
  },
3650
3428
  refundMethod: {
3651
- type: 'integer',
3652
- format: 'int32'
3429
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
3430
+ type: 'string'
3653
3431
  },
3654
3432
  variableFee: {
3655
- type: 'integer',
3656
- format: 'int32'
3433
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
3434
+ type: 'string'
3657
3435
  }
3658
3436
  },
3659
3437
  additionalProperties: false
@@ -3800,70 +3578,12 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
3800
3578
  format: 'double'
3801
3579
  },
3802
3580
  refundMethod: {
3803
- type: 'object',
3804
- properties: {
3805
- id: {
3806
- type: 'string',
3807
- format: 'uuid'
3808
- },
3809
- key: {
3810
- type: 'string',
3811
- nullable: true
3812
- },
3813
- value: {
3814
- type: 'integer',
3815
- format: 'int32'
3816
- },
3817
- displayName: {
3818
- type: 'string',
3819
- nullable: true
3820
- },
3821
- isActive: {
3822
- type: 'boolean'
3823
- },
3824
- description: {
3825
- type: 'string',
3826
- nullable: true
3827
- },
3828
- language: {
3829
- type: 'string',
3830
- nullable: true
3831
- }
3832
- },
3833
- additionalProperties: false
3581
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
3582
+ type: 'string'
3834
3583
  },
3835
3584
  variableFee: {
3836
- type: 'object',
3837
- properties: {
3838
- id: {
3839
- type: 'string',
3840
- format: 'uuid'
3841
- },
3842
- key: {
3843
- type: 'string',
3844
- nullable: true
3845
- },
3846
- value: {
3847
- type: 'integer',
3848
- format: 'int32'
3849
- },
3850
- displayName: {
3851
- type: 'string',
3852
- nullable: true
3853
- },
3854
- isActive: {
3855
- type: 'boolean'
3856
- },
3857
- description: {
3858
- type: 'string',
3859
- nullable: true
3860
- },
3861
- language: {
3862
- type: 'string',
3863
- nullable: true
3864
- }
3865
- },
3866
- additionalProperties: false
3585
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
3586
+ type: 'string'
3867
3587
  },
3868
3588
  rebateTableHeaderId: {
3869
3589
  type: 'string',
@@ -3988,12 +3708,12 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
3988
3708
  format: 'double'
3989
3709
  },
3990
3710
  refundMethod: {
3991
- type: 'integer',
3992
- format: 'int32'
3711
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
3712
+ type: 'string'
3993
3713
  },
3994
3714
  variableFee: {
3995
- type: 'integer',
3996
- format: 'int32'
3715
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
3716
+ type: 'string'
3997
3717
  }
3998
3718
  },
3999
3719
  additionalProperties: false
@@ -5312,70 +5032,12 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
5312
5032
  format: 'double'
5313
5033
  },
5314
5034
  refundMethod: {
5315
- type: 'object',
5316
- properties: {
5317
- id: {
5318
- type: 'string',
5319
- format: 'uuid'
5320
- },
5321
- key: {
5322
- type: 'string',
5323
- nullable: true
5324
- },
5325
- value: {
5326
- type: 'integer',
5327
- format: 'int32'
5328
- },
5329
- displayName: {
5330
- type: 'string',
5331
- nullable: true
5332
- },
5333
- isActive: {
5334
- type: 'boolean'
5335
- },
5336
- description: {
5337
- type: 'string',
5338
- nullable: true
5339
- },
5340
- language: {
5341
- type: 'string',
5342
- nullable: true
5343
- }
5344
- },
5345
- additionalProperties: false
5035
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
5036
+ type: 'string'
5346
5037
  },
5347
5038
  variableFee: {
5348
- type: 'object',
5349
- properties: {
5350
- id: {
5351
- type: 'string',
5352
- format: 'uuid'
5353
- },
5354
- key: {
5355
- type: 'string',
5356
- nullable: true
5357
- },
5358
- value: {
5359
- type: 'integer',
5360
- format: 'int32'
5361
- },
5362
- displayName: {
5363
- type: 'string',
5364
- nullable: true
5365
- },
5366
- isActive: {
5367
- type: 'boolean'
5368
- },
5369
- description: {
5370
- type: 'string',
5371
- nullable: true
5372
- },
5373
- language: {
5374
- type: 'string',
5375
- nullable: true
5376
- }
5377
- },
5378
- additionalProperties: false
5039
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
5040
+ type: 'string'
5379
5041
  },
5380
5042
  rebateTableHeaderId: {
5381
5043
  type: 'string',
@@ -6510,70 +6172,12 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
6510
6172
  format: 'double'
6511
6173
  },
6512
6174
  refundMethod: {
6513
- type: 'object',
6514
- properties: {
6515
- id: {
6516
- type: 'string',
6517
- format: 'uuid'
6518
- },
6519
- key: {
6520
- type: 'string',
6521
- nullable: true
6522
- },
6523
- value: {
6524
- type: 'integer',
6525
- format: 'int32'
6526
- },
6527
- displayName: {
6528
- type: 'string',
6529
- nullable: true
6530
- },
6531
- isActive: {
6532
- type: 'boolean'
6533
- },
6534
- description: {
6535
- type: 'string',
6536
- nullable: true
6537
- },
6538
- language: {
6539
- type: 'string',
6540
- nullable: true
6541
- }
6542
- },
6543
- additionalProperties: false
6175
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
6176
+ type: 'string'
6544
6177
  },
6545
6178
  variableFee: {
6546
- type: 'object',
6547
- properties: {
6548
- id: {
6549
- type: 'string',
6550
- format: 'uuid'
6551
- },
6552
- key: {
6553
- type: 'string',
6554
- nullable: true
6555
- },
6556
- value: {
6557
- type: 'integer',
6558
- format: 'int32'
6559
- },
6560
- displayName: {
6561
- type: 'string',
6562
- nullable: true
6563
- },
6564
- isActive: {
6565
- type: 'boolean'
6566
- },
6567
- description: {
6568
- type: 'string',
6569
- nullable: true
6570
- },
6571
- language: {
6572
- type: 'string',
6573
- nullable: true
6574
- }
6575
- },
6576
- additionalProperties: false
6179
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
6180
+ type: 'string'
6577
6181
  },
6578
6182
  rebateTableHeaderId: {
6579
6183
  type: 'string',
@@ -6707,70 +6311,12 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
6707
6311
  format: 'double'
6708
6312
  },
6709
6313
  refundMethod: {
6710
- type: 'object',
6711
- properties: {
6712
- id: {
6713
- type: 'string',
6714
- format: 'uuid'
6715
- },
6716
- key: {
6717
- type: 'string',
6718
- nullable: true
6719
- },
6720
- value: {
6721
- type: 'integer',
6722
- format: 'int32'
6723
- },
6724
- displayName: {
6725
- type: 'string',
6726
- nullable: true
6727
- },
6728
- isActive: {
6729
- type: 'boolean'
6730
- },
6731
- description: {
6732
- type: 'string',
6733
- nullable: true
6734
- },
6735
- language: {
6736
- type: 'string',
6737
- nullable: true
6738
- }
6739
- },
6740
- additionalProperties: false
6314
+ enum: ['None', 'All', 'Cash', 'CreditCard', 'Alipay', 'WeChat', 'CashViaPartner', 'RefundLater'],
6315
+ type: 'string'
6741
6316
  },
6742
6317
  variableFee: {
6743
- type: 'object',
6744
- properties: {
6745
- id: {
6746
- type: 'string',
6747
- format: 'uuid'
6748
- },
6749
- key: {
6750
- type: 'string',
6751
- nullable: true
6752
- },
6753
- value: {
6754
- type: 'integer',
6755
- format: 'int32'
6756
- },
6757
- displayName: {
6758
- type: 'string',
6759
- nullable: true
6760
- },
6761
- isActive: {
6762
- type: 'boolean'
6763
- },
6764
- description: {
6765
- type: 'string',
6766
- nullable: true
6767
- },
6768
- language: {
6769
- type: 'string',
6770
- nullable: true
6771
- }
6772
- },
6773
- additionalProperties: false
6318
+ enum: ['None', 'PercentOfGC', 'PercentOfGcWithoutVAT', 'PercentOfVAT', 'PercentOfSIS'],
6319
+ type: 'string'
6774
6320
  },
6775
6321
  rebateTableHeaderId: {
6776
6322
  type: 'string',