@powersync/service-schema 0.0.0-dev-20260313100403 → 0.0.0-dev-20260511080634

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.
@@ -174,44 +174,6 @@
174
174
  "options"
175
175
  ]
176
176
  },
177
- {
178
- "type": "object",
179
- "properties": {
180
- "type": {
181
- "type": "string",
182
- "const": "azure-active-directory-password"
183
- },
184
- "options": {
185
- "type": "object",
186
- "properties": {
187
- "userName": {
188
- "type": "string"
189
- },
190
- "password": {
191
- "type": "string"
192
- },
193
- "clientId": {
194
- "type": "string"
195
- },
196
- "tenantId": {
197
- "type": "string"
198
- }
199
- },
200
- "additionalProperties": true,
201
- "required": [
202
- "userName",
203
- "password",
204
- "clientId",
205
- "tenantId"
206
- ]
207
- }
208
- },
209
- "additionalProperties": true,
210
- "required": [
211
- "type",
212
- "options"
213
- ]
214
- },
215
177
  {
216
178
  "type": "object",
217
179
  "properties": {
@@ -752,7 +714,7 @@
752
714
  "type": "number"
753
715
  },
754
716
  "max_buckets_per_connection": {
755
- "description": "Maximum number of buckets for each connection.\nMore buckets increase latency and memory usage. While the actual number is controlled by sync rules,\nhaving a hard limit ensures that the service errors instead of crashing when a sync rule is misconfigured.\nDefault of 1000.",
717
+ "description": "Maximum number of buckets for each connection.\nMore buckets increase latency and memory usage. While the actual number is controlled by sync config,\nhaving a hard limit ensures that the service errors instead of crashing when the sync config is misconfigured.\nDefault of 1000.",
756
718
  "type": "number"
757
719
  },
758
720
  "max_parameter_query_results": {
@@ -1115,7 +1077,7 @@
1115
1077
  "required": []
1116
1078
  },
1117
1079
  "parameters": {
1118
- "description": "Global parameters that can be referenced in sync rules and other configurations.",
1080
+ "description": "Global parameters that can be referenced in sync config and other configurations.",
1119
1081
  "type": "object",
1120
1082
  "additionalProperties": {
1121
1083
  "anyOf": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powersync/service-schema",
3
- "version": "0.0.0-dev-20260313100403",
3
+ "version": "0.0.0-dev-20260511080634",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "FSL-1.1-ALv2",
@@ -23,13 +23,13 @@
23
23
  "repository": "https://github.com/powersync-ja/powersync-service",
24
24
  "devDependencies": {
25
25
  "ts-codec": "^1.3.0",
26
- "@powersync/service-module-postgres": "0.0.0-dev-20260313100403",
27
- "@powersync/service-module-postgres-storage": "0.0.0-dev-20260313100403",
28
- "@powersync/service-module-mongodb": "0.0.0-dev-20260313100403",
29
- "@powersync/service-module-mongodb-storage": "0.0.0-dev-20260313100403",
30
- "@powersync/service-module-mysql": "0.0.0-dev-20260313100403",
31
- "@powersync/service-module-mssql": "0.0.0-dev-20260313100403",
32
- "@powersync/service-types": "0.0.0-dev-20260313100403"
26
+ "@powersync/service-module-postgres": "0.0.0-dev-20260511080634",
27
+ "@powersync/service-module-postgres-storage": "0.0.0-dev-20260511080634",
28
+ "@powersync/service-module-mongodb": "0.0.0-dev-20260511080634",
29
+ "@powersync/service-module-mongodb-storage": "0.0.0-dev-20260511080634",
30
+ "@powersync/service-module-mysql": "0.0.0-dev-20260511080634",
31
+ "@powersync/service-module-mssql": "0.0.0-dev-20260511080634",
32
+ "@powersync/service-types": "0.0.0-dev-20260511080634"
33
33
  },
34
34
  "scripts": {
35
35
  "clean": "rm -r ./dist && tsc -b --clean",