@@ -11,6 +11,7 @@ import 'package:cross_file/cross_file.dart';
11
11
import 'package:dio/dio.dart' ;
12
12
import 'package:meta/meta.dart' ;
13
13
import 'package:mime/mime.dart' ;
14
+ import 'package:parse_server_sdk/src/utils/url_replace.dart' ;
14
15
import 'package:path/path.dart' as path;
15
16
import 'package:sembast/sembast.dart' ;
16
17
import 'package:sembast/sembast_io.dart' ;
@@ -29,111 +30,59 @@ export 'src/network/parse_dio_client.dart';
29
30
export 'src/network/parse_http_client.dart' ;
30
31
31
32
part 'src/base/parse_constants.dart' ;
32
-
33
33
part 'src/data/parse_core_data.dart' ;
34
-
35
34
part 'src/data/parse_subclass_handler.dart' ;
36
-
37
35
part 'src/enums/parse_enum_api_rq.dart' ;
38
-
39
36
part 'src/network/options.dart' ;
40
-
37
+ part 'src/network/parse_aggregate.dart' ;
41
38
part 'src/network/parse_client.dart' ;
42
-
43
39
part 'src/network/parse_connectivity.dart' ;
44
-
45
40
part 'src/network/parse_live_query.dart' ;
46
-
47
41
part 'src/network/parse_query.dart' ;
48
-
49
42
part 'src/objects/parse_acl.dart' ;
50
-
51
43
part 'src/objects/parse_array.dart' ;
52
-
53
44
part 'src/objects/parse_base.dart' ;
54
-
55
45
part 'src/objects/parse_cloneable.dart' ;
56
-
57
46
part 'src/objects/parse_config.dart' ;
58
-
59
47
part 'src/objects/parse_error.dart' ;
60
-
61
48
part 'src/objects/parse_exception.dart' ;
62
-
63
49
part 'src/objects/parse_file.dart' ;
64
-
65
50
part 'src/objects/parse_file_base.dart' ;
66
-
67
51
part 'src/objects/parse_file_web.dart' ;
68
-
69
52
part 'src/objects/parse_function.dart' ;
70
-
71
53
part 'src/objects/parse_geo_point.dart' ;
72
-
73
54
part 'src/objects/parse_installation.dart' ;
74
-
75
55
part 'src/objects/parse_number.dart' ;
76
-
77
56
part 'src/objects/parse_object.dart' ;
78
-
79
57
part 'src/objects/parse_operation/parse_add_operation.dart' ;
80
-
81
58
part 'src/objects/parse_operation/parse_add_relation_operation.dart' ;
82
-
83
59
part 'src/objects/parse_operation/parse_add_unique_operation.dart' ;
84
-
85
60
part 'src/objects/parse_operation/parse_increment_operation.dart' ;
86
-
87
61
part 'src/objects/parse_operation/parse_operation.dart' ;
88
-
89
62
part 'src/objects/parse_operation/parse_remove_operation.dart' ;
90
-
91
63
part 'src/objects/parse_operation/parse_remove_relation_operation.dart' ;
92
-
93
64
part 'src/objects/parse_relation.dart' ;
94
-
95
65
part 'src/objects/parse_response.dart' ;
96
-
97
66
part 'src/objects/parse_save_state_aware_child.dart' ;
98
-
99
67
part 'src/objects/parse_session.dart' ;
100
-
101
68
part 'src/objects/parse_user.dart' ;
102
-
103
69
part 'src/objects/parse_x_file.dart' ;
104
-
105
70
part 'src/objects/response/parse_error_response.dart' ;
106
-
107
71
part 'src/objects/response/parse_exception_response.dart' ;
108
-
109
72
part 'src/objects/response/parse_response_builder.dart' ;
110
-
111
73
part 'src/objects/response/parse_response_utils.dart' ;
112
-
113
74
part 'src/objects/response/parse_success_no_results.dart' ;
114
-
115
75
part 'src/storage/core_store.dart' ;
116
-
117
76
part 'src/storage/core_store_memory.dart' ;
118
-
119
77
part 'src/storage/core_store_sem_impl.dart' ;
120
-
121
78
part 'src/storage/xxtea_codec.dart' ;
122
-
123
79
part 'src/utils/parse_date_format.dart' ;
124
-
125
80
part 'src/utils/parse_decoder.dart' ;
126
-
127
81
part 'src/utils/parse_encoder.dart' ;
128
-
129
82
part 'src/utils/parse_live_list.dart' ;
130
-
131
83
part 'src/utils/parse_logger.dart' ;
132
-
133
84
part 'src/utils/parse_login_helpers.dart' ;
134
-
135
85
part 'src/utils/parse_utils.dart' ;
136
-
137
86
part 'src/utils/valuable.dart' ;
138
87
139
88
class Parse {
0 commit comments