@metarouter/ajs-starter-kit 1.0.169 → 1.0.170

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.
@@ -225,6 +225,52 @@
225
225
  "additionalProperties": false
226
226
  }
227
227
  },
228
+ "partitioning": {
229
+ "type": "object",
230
+ "properties": {
231
+ "events": {
232
+ "type": "array",
233
+ "items": {
234
+ "type": "object",
235
+ "properties": {
236
+ "eventName": {
237
+ "type": "string"
238
+ },
239
+ "tableOverride": {
240
+ "type": "string"
241
+ }
242
+ },
243
+ "required": [
244
+ "eventName"
245
+ ],
246
+ "additionalProperties": false
247
+ }
248
+ },
249
+ "expirationDays": {
250
+ "type": "number"
251
+ },
252
+ "granularity": {
253
+ "type": "number",
254
+ "description": "0: BIG_QUERY_PARTITION_GRANULARITY_UNSPECIFIED; 1: BIG_QUERY_PARTITION_GRANULARITY_HOURLY; 2: BIG_QUERY_PARTITION_GRANULARITY_DAILY; 3: BIG_QUERY_PARTITION_GRANULARITY_MONTHLY; 4: BIG_QUERY_PARTITION_GRANULARITY_YEARLY",
255
+ "enum": [
256
+ 0,
257
+ 1,
258
+ 2,
259
+ 3,
260
+ 4
261
+ ]
262
+ },
263
+ "partitionField": {
264
+ "type": "string"
265
+ }
266
+ },
267
+ "required": [
268
+ "granularity",
269
+ "events",
270
+ "partitionField"
271
+ ],
272
+ "additionalProperties": false
273
+ },
228
274
  "projectId": {
229
275
  "type": "string"
230
276
  },
package/README.md CHANGED
@@ -1,17 +1,6 @@
1
1
  # MetaRouter Starter Kits
2
2
 
3
- ### 2026-04
4
- - Axon
5
- - CM360 - Floodlights
6
- - Hightouch
7
- - Meta CAPI
8
- - Microsoft Ads CAPI
9
- - Nextdoor
10
- - Pinterest CAPI
11
- - The Trade Desk - Offline Conversions
12
- - Wirtualna Polska
13
- - adMarketplace
14
- - illumin
3
+ ### 2026-05
15
4
 
16
5
  | Kit Name | Initial Release Date | Stable Release Date | Latest Release Date | Current Version | Latest Note |
17
6
  |----------|----------------------|---------------------|---------------------|-----------------|-------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.169",
3
+ "version": "1.0.170",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {