@ayasofyazilim/saas 0.0.72 → 0.0.74

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.
@@ -597,6 +597,740 @@ export const $System_Net_HttpStatusCode = {
597
597
  format: 'int32'
598
598
  } as const;
599
599
 
600
+ export const $UniRefund_AdministrationService_Bonds_BondDto = {
601
+ type: 'object',
602
+ properties: {
603
+ key: {
604
+ type: 'string',
605
+ nullable: true
606
+ },
607
+ pattern: {
608
+ type: 'string',
609
+ nullable: true
610
+ },
611
+ type: {
612
+ type: 'string',
613
+ nullable: true
614
+ }
615
+ },
616
+ additionalProperties: false
617
+ } as const;
618
+
619
+ export const $UniRefund_AdministrationService_CountrySettings_CountrySettingDto = {
620
+ required: ['groups'],
621
+ type: 'object',
622
+ properties: {
623
+ isEnabled: {
624
+ type: 'boolean'
625
+ },
626
+ groups: {
627
+ type: 'array',
628
+ items: {
629
+ required: ['displayName', 'key'],
630
+ type: 'object',
631
+ properties: {
632
+ isEnabled: {
633
+ type: 'boolean'
634
+ },
635
+ key: {
636
+ minLength: 1,
637
+ type: 'string'
638
+ },
639
+ displayName: {
640
+ minLength: 1,
641
+ type: 'string'
642
+ },
643
+ description: {
644
+ type: 'string',
645
+ nullable: true
646
+ },
647
+ items: {
648
+ type: 'array',
649
+ items: {
650
+ required: ['displayName', 'isEnabled', 'isRequired', 'key'],
651
+ type: 'object',
652
+ properties: {
653
+ isEnabled: {
654
+ type: 'boolean'
655
+ },
656
+ isRequired: {
657
+ type: 'boolean'
658
+ },
659
+ isActive: {
660
+ type: 'boolean',
661
+ nullable: true
662
+ },
663
+ pattern: {
664
+ type: 'string',
665
+ nullable: true
666
+ },
667
+ depth: {
668
+ type: 'integer',
669
+ format: 'int32'
670
+ },
671
+ description: {
672
+ type: 'string',
673
+ nullable: true
674
+ },
675
+ displayName: {
676
+ minLength: 1,
677
+ type: 'string'
678
+ },
679
+ key: {
680
+ minLength: 1,
681
+ type: 'string'
682
+ },
683
+ parentName: {
684
+ type: 'string',
685
+ nullable: true
686
+ },
687
+ value: {
688
+ type: 'string',
689
+ nullable: true
690
+ },
691
+ defaultValue: {
692
+ type: 'string',
693
+ nullable: true
694
+ },
695
+ bonds: {
696
+ type: 'array',
697
+ items: {
698
+ type: 'object',
699
+ properties: {
700
+ key: {
701
+ type: 'string',
702
+ nullable: true
703
+ },
704
+ pattern: {
705
+ type: 'string',
706
+ nullable: true
707
+ },
708
+ type: {
709
+ type: 'string',
710
+ nullable: true
711
+ }
712
+ },
713
+ additionalProperties: false
714
+ },
715
+ nullable: true
716
+ },
717
+ subItems: {
718
+ type: 'array',
719
+ items: '[Circular]',
720
+ nullable: true
721
+ },
722
+ valueType: {
723
+ type: 'object',
724
+ properties: {
725
+ itemSource: {
726
+ type: 'object',
727
+ properties: {
728
+ items: {
729
+ type: 'array',
730
+ items: {
731
+ type: 'object',
732
+ properties: {
733
+ displayText: {
734
+ type: 'object',
735
+ properties: {
736
+ name: {
737
+ type: 'string',
738
+ nullable: true
739
+ },
740
+ resourceName: {
741
+ type: 'string',
742
+ nullable: true
743
+ }
744
+ },
745
+ additionalProperties: false
746
+ },
747
+ value: {
748
+ type: 'string',
749
+ nullable: true
750
+ }
751
+ },
752
+ additionalProperties: false
753
+ },
754
+ nullable: true
755
+ }
756
+ },
757
+ additionalProperties: false
758
+ },
759
+ name: {
760
+ type: 'string',
761
+ nullable: true
762
+ },
763
+ properties: {
764
+ type: 'string',
765
+ nullable: true
766
+ },
767
+ validator: {
768
+ type: 'object',
769
+ properties: {
770
+ name: {
771
+ type: 'string',
772
+ nullable: true
773
+ },
774
+ properties: {
775
+ type: 'object',
776
+ properties: {
777
+ minValue: {
778
+ type: 'integer',
779
+ format: 'int32'
780
+ },
781
+ maxValue: {
782
+ type: 'integer',
783
+ format: 'int32'
784
+ }
785
+ },
786
+ additionalProperties: false
787
+ }
788
+ },
789
+ additionalProperties: false
790
+ }
791
+ },
792
+ additionalProperties: false
793
+ }
794
+ },
795
+ additionalProperties: false
796
+ },
797
+ nullable: true
798
+ }
799
+ },
800
+ additionalProperties: false
801
+ }
802
+ }
803
+ },
804
+ additionalProperties: false
805
+ } as const;
806
+
807
+ export const $UniRefund_AdministrationService_CountrySettings_CreateCountrySettingDto = {
808
+ type: 'object',
809
+ properties: {
810
+ name: {
811
+ type: 'string',
812
+ nullable: true
813
+ },
814
+ value: {
815
+ type: 'string',
816
+ nullable: true
817
+ }
818
+ },
819
+ additionalProperties: false
820
+ } as const;
821
+
822
+ export const $UniRefund_AdministrationService_Groups_GroupDto = {
823
+ required: ['displayName', 'key'],
824
+ type: 'object',
825
+ properties: {
826
+ isEnabled: {
827
+ type: 'boolean'
828
+ },
829
+ key: {
830
+ minLength: 1,
831
+ type: 'string'
832
+ },
833
+ displayName: {
834
+ minLength: 1,
835
+ type: 'string'
836
+ },
837
+ description: {
838
+ type: 'string',
839
+ nullable: true
840
+ },
841
+ items: {
842
+ type: 'array',
843
+ items: {
844
+ required: ['displayName', 'isEnabled', 'isRequired', 'key'],
845
+ type: 'object',
846
+ properties: {
847
+ isEnabled: {
848
+ type: 'boolean'
849
+ },
850
+ isRequired: {
851
+ type: 'boolean'
852
+ },
853
+ isActive: {
854
+ type: 'boolean',
855
+ nullable: true
856
+ },
857
+ pattern: {
858
+ type: 'string',
859
+ nullable: true
860
+ },
861
+ depth: {
862
+ type: 'integer',
863
+ format: 'int32'
864
+ },
865
+ description: {
866
+ type: 'string',
867
+ nullable: true
868
+ },
869
+ displayName: {
870
+ minLength: 1,
871
+ type: 'string'
872
+ },
873
+ key: {
874
+ minLength: 1,
875
+ type: 'string'
876
+ },
877
+ parentName: {
878
+ type: 'string',
879
+ nullable: true
880
+ },
881
+ value: {
882
+ type: 'string',
883
+ nullable: true
884
+ },
885
+ defaultValue: {
886
+ type: 'string',
887
+ nullable: true
888
+ },
889
+ bonds: {
890
+ type: 'array',
891
+ items: {
892
+ type: 'object',
893
+ properties: {
894
+ key: {
895
+ type: 'string',
896
+ nullable: true
897
+ },
898
+ pattern: {
899
+ type: 'string',
900
+ nullable: true
901
+ },
902
+ type: {
903
+ type: 'string',
904
+ nullable: true
905
+ }
906
+ },
907
+ additionalProperties: false
908
+ },
909
+ nullable: true
910
+ },
911
+ subItems: {
912
+ type: 'array',
913
+ items: '[Circular]',
914
+ nullable: true
915
+ },
916
+ valueType: {
917
+ type: 'object',
918
+ properties: {
919
+ itemSource: {
920
+ type: 'object',
921
+ properties: {
922
+ items: {
923
+ type: 'array',
924
+ items: {
925
+ type: 'object',
926
+ properties: {
927
+ displayText: {
928
+ type: 'object',
929
+ properties: {
930
+ name: {
931
+ type: 'string',
932
+ nullable: true
933
+ },
934
+ resourceName: {
935
+ type: 'string',
936
+ nullable: true
937
+ }
938
+ },
939
+ additionalProperties: false
940
+ },
941
+ value: {
942
+ type: 'string',
943
+ nullable: true
944
+ }
945
+ },
946
+ additionalProperties: false
947
+ },
948
+ nullable: true
949
+ }
950
+ },
951
+ additionalProperties: false
952
+ },
953
+ name: {
954
+ type: 'string',
955
+ nullable: true
956
+ },
957
+ properties: {
958
+ type: 'string',
959
+ nullable: true
960
+ },
961
+ validator: {
962
+ type: 'object',
963
+ properties: {
964
+ name: {
965
+ type: 'string',
966
+ nullable: true
967
+ },
968
+ properties: {
969
+ type: 'object',
970
+ properties: {
971
+ minValue: {
972
+ type: 'integer',
973
+ format: 'int32'
974
+ },
975
+ maxValue: {
976
+ type: 'integer',
977
+ format: 'int32'
978
+ }
979
+ },
980
+ additionalProperties: false
981
+ }
982
+ },
983
+ additionalProperties: false
984
+ }
985
+ },
986
+ additionalProperties: false
987
+ }
988
+ },
989
+ additionalProperties: false
990
+ },
991
+ nullable: true
992
+ }
993
+ },
994
+ additionalProperties: false
995
+ } as const;
996
+
997
+ export const $UniRefund_AdministrationService_Items_GroupItemDto = {
998
+ required: ['displayName', 'isEnabled', 'isRequired', 'key'],
999
+ type: 'object',
1000
+ properties: {
1001
+ isEnabled: {
1002
+ type: 'boolean'
1003
+ },
1004
+ isRequired: {
1005
+ type: 'boolean'
1006
+ },
1007
+ isActive: {
1008
+ type: 'boolean',
1009
+ nullable: true
1010
+ },
1011
+ pattern: {
1012
+ type: 'string',
1013
+ nullable: true
1014
+ },
1015
+ depth: {
1016
+ type: 'integer',
1017
+ format: 'int32'
1018
+ },
1019
+ description: {
1020
+ type: 'string',
1021
+ nullable: true
1022
+ },
1023
+ displayName: {
1024
+ minLength: 1,
1025
+ type: 'string'
1026
+ },
1027
+ key: {
1028
+ minLength: 1,
1029
+ type: 'string'
1030
+ },
1031
+ parentName: {
1032
+ type: 'string',
1033
+ nullable: true
1034
+ },
1035
+ value: {
1036
+ type: 'string',
1037
+ nullable: true
1038
+ },
1039
+ defaultValue: {
1040
+ type: 'string',
1041
+ nullable: true
1042
+ },
1043
+ bonds: {
1044
+ type: 'array',
1045
+ items: {
1046
+ type: 'object',
1047
+ properties: {
1048
+ key: {
1049
+ type: 'string',
1050
+ nullable: true
1051
+ },
1052
+ pattern: {
1053
+ type: 'string',
1054
+ nullable: true
1055
+ },
1056
+ type: {
1057
+ type: 'string',
1058
+ nullable: true
1059
+ }
1060
+ },
1061
+ additionalProperties: false
1062
+ },
1063
+ nullable: true
1064
+ },
1065
+ subItems: {
1066
+ type: 'array',
1067
+ items: '[Circular]',
1068
+ nullable: true
1069
+ },
1070
+ valueType: {
1071
+ type: 'object',
1072
+ properties: {
1073
+ itemSource: {
1074
+ type: 'object',
1075
+ properties: {
1076
+ items: {
1077
+ type: 'array',
1078
+ items: {
1079
+ type: 'object',
1080
+ properties: {
1081
+ displayText: {
1082
+ type: 'object',
1083
+ properties: {
1084
+ name: {
1085
+ type: 'string',
1086
+ nullable: true
1087
+ },
1088
+ resourceName: {
1089
+ type: 'string',
1090
+ nullable: true
1091
+ }
1092
+ },
1093
+ additionalProperties: false
1094
+ },
1095
+ value: {
1096
+ type: 'string',
1097
+ nullable: true
1098
+ }
1099
+ },
1100
+ additionalProperties: false
1101
+ },
1102
+ nullable: true
1103
+ }
1104
+ },
1105
+ additionalProperties: false
1106
+ },
1107
+ name: {
1108
+ type: 'string',
1109
+ nullable: true
1110
+ },
1111
+ properties: {
1112
+ type: 'string',
1113
+ nullable: true
1114
+ },
1115
+ validator: {
1116
+ type: 'object',
1117
+ properties: {
1118
+ name: {
1119
+ type: 'string',
1120
+ nullable: true
1121
+ },
1122
+ properties: {
1123
+ type: 'object',
1124
+ properties: {
1125
+ minValue: {
1126
+ type: 'integer',
1127
+ format: 'int32'
1128
+ },
1129
+ maxValue: {
1130
+ type: 'integer',
1131
+ format: 'int32'
1132
+ }
1133
+ },
1134
+ additionalProperties: false
1135
+ }
1136
+ },
1137
+ additionalProperties: false
1138
+ }
1139
+ },
1140
+ additionalProperties: false
1141
+ }
1142
+ },
1143
+ additionalProperties: false
1144
+ } as const;
1145
+
1146
+ export const $UniRefund_AdministrationService_Settings_ValueTypes_ItemSources_ItemSourceDto = {
1147
+ type: 'object',
1148
+ properties: {
1149
+ items: {
1150
+ type: 'array',
1151
+ items: {
1152
+ type: 'object',
1153
+ properties: {
1154
+ displayText: {
1155
+ type: 'object',
1156
+ properties: {
1157
+ name: {
1158
+ type: 'string',
1159
+ nullable: true
1160
+ },
1161
+ resourceName: {
1162
+ type: 'string',
1163
+ nullable: true
1164
+ }
1165
+ },
1166
+ additionalProperties: false
1167
+ },
1168
+ value: {
1169
+ type: 'string',
1170
+ nullable: true
1171
+ }
1172
+ },
1173
+ additionalProperties: false
1174
+ },
1175
+ nullable: true
1176
+ }
1177
+ },
1178
+ additionalProperties: false
1179
+ } as const;
1180
+
1181
+ export const $UniRefund_AdministrationService_Settings_ValueTypes_ItemSources_Items_DisplayTexts_DisplayTextDto = {
1182
+ type: 'object',
1183
+ properties: {
1184
+ name: {
1185
+ type: 'string',
1186
+ nullable: true
1187
+ },
1188
+ resourceName: {
1189
+ type: 'string',
1190
+ nullable: true
1191
+ }
1192
+ },
1193
+ additionalProperties: false
1194
+ } as const;
1195
+
1196
+ export const $UniRefund_AdministrationService_Settings_ValueTypes_ItemSources_Items_ItemDto = {
1197
+ type: 'object',
1198
+ properties: {
1199
+ displayText: {
1200
+ type: 'object',
1201
+ properties: {
1202
+ name: {
1203
+ type: 'string',
1204
+ nullable: true
1205
+ },
1206
+ resourceName: {
1207
+ type: 'string',
1208
+ nullable: true
1209
+ }
1210
+ },
1211
+ additionalProperties: false
1212
+ },
1213
+ value: {
1214
+ type: 'string',
1215
+ nullable: true
1216
+ }
1217
+ },
1218
+ additionalProperties: false
1219
+ } as const;
1220
+
1221
+ export const $UniRefund_AdministrationService_Settings_ValueTypes_Validators_Properties_ValidatorPropertiesDto = {
1222
+ type: 'object',
1223
+ properties: {
1224
+ minValue: {
1225
+ type: 'integer',
1226
+ format: 'int32'
1227
+ },
1228
+ maxValue: {
1229
+ type: 'integer',
1230
+ format: 'int32'
1231
+ }
1232
+ },
1233
+ additionalProperties: false
1234
+ } as const;
1235
+
1236
+ export const $UniRefund_AdministrationService_Settings_ValueTypes_Validators_ValidatorDto = {
1237
+ type: 'object',
1238
+ properties: {
1239
+ name: {
1240
+ type: 'string',
1241
+ nullable: true
1242
+ },
1243
+ properties: {
1244
+ type: 'object',
1245
+ properties: {
1246
+ minValue: {
1247
+ type: 'integer',
1248
+ format: 'int32'
1249
+ },
1250
+ maxValue: {
1251
+ type: 'integer',
1252
+ format: 'int32'
1253
+ }
1254
+ },
1255
+ additionalProperties: false
1256
+ }
1257
+ },
1258
+ additionalProperties: false
1259
+ } as const;
1260
+
1261
+ export const $UniRefund_AdministrationService_Settings_ValueTypes_ValueTypeModelDto = {
1262
+ type: 'object',
1263
+ properties: {
1264
+ itemSource: {
1265
+ type: 'object',
1266
+ properties: {
1267
+ items: {
1268
+ type: 'array',
1269
+ items: {
1270
+ type: 'object',
1271
+ properties: {
1272
+ displayText: {
1273
+ type: 'object',
1274
+ properties: {
1275
+ name: {
1276
+ type: 'string',
1277
+ nullable: true
1278
+ },
1279
+ resourceName: {
1280
+ type: 'string',
1281
+ nullable: true
1282
+ }
1283
+ },
1284
+ additionalProperties: false
1285
+ },
1286
+ value: {
1287
+ type: 'string',
1288
+ nullable: true
1289
+ }
1290
+ },
1291
+ additionalProperties: false
1292
+ },
1293
+ nullable: true
1294
+ }
1295
+ },
1296
+ additionalProperties: false
1297
+ },
1298
+ name: {
1299
+ type: 'string',
1300
+ nullable: true
1301
+ },
1302
+ properties: {
1303
+ type: 'string',
1304
+ nullable: true
1305
+ },
1306
+ validator: {
1307
+ type: 'object',
1308
+ properties: {
1309
+ name: {
1310
+ type: 'string',
1311
+ nullable: true
1312
+ },
1313
+ properties: {
1314
+ type: 'object',
1315
+ properties: {
1316
+ minValue: {
1317
+ type: 'integer',
1318
+ format: 'int32'
1319
+ },
1320
+ maxValue: {
1321
+ type: 'integer',
1322
+ format: 'int32'
1323
+ }
1324
+ },
1325
+ additionalProperties: false
1326
+ }
1327
+ },
1328
+ additionalProperties: false
1329
+ }
1330
+ },
1331
+ additionalProperties: false
1332
+ } as const;
1333
+
600
1334
  export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
601
1335
  type: 'object',
602
1336
  properties: {