@walkeros/cli 4.3.2 → 4.4.0-next-1785239495233

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.
package/dist/index.d.ts CHANGED
@@ -9944,6 +9944,9 @@ interface components {
9944
9944
  gaps: {
9945
9945
  [key: string]: unknown;
9946
9946
  }[];
9947
+ unattributed?: {
9948
+ [key: string]: unknown;
9949
+ }[];
9947
9950
  };
9948
9951
  CreateObserveSessionRequest: {
9949
9952
  settingsName: string;
@@ -10881,6 +10884,9 @@ interface components {
10881
10884
  gaps: {
10882
10885
  [key: string]: unknown;
10883
10886
  }[];
10887
+ unattributed?: {
10888
+ [key: string]: unknown;
10889
+ }[];
10884
10890
  };
10885
10891
  ListVersionsResponse: {
10886
10892
  data: components['schemas']['Version'][];
package/dist/index.js CHANGED
@@ -8249,7 +8249,7 @@ function validateMapping(input) {
8249
8249
  // src/commands/validate/validators/entry.ts
8250
8250
  import Ajv from "ajv";
8251
8251
  import { fetchPackageSchema } from "@walkeros/core";
8252
- var CLIENT_HEADER = "walkeros-cli/4.3.2";
8252
+ var CLIENT_HEADER = "walkeros-cli/4.4.0-next-1785239495233";
8253
8253
  var SECTIONS = ["destinations", "sources", "transformers"];
8254
8254
  function resolveEntry(path20, flowConfig) {
8255
8255
  const flows = flowConfig.flows;
@@ -8814,8 +8814,8 @@ import createClient from "openapi-fetch";
8814
8814
  init_config_file();
8815
8815
  import { createHash } from "crypto";
8816
8816
  import semver4 from "semver";
8817
- var bakedContractVersion = true ? "4.1.0" : PLACEHOLDER;
8818
- var bakedContractHash = true ? "4a8fe14e34844d44db2257c97807761bd6bb812b5e28cb0595ece294728123aa" : "";
8817
+ var bakedContractVersion = true ? "4.2.0" : PLACEHOLDER;
8818
+ var bakedContractHash = true ? "33057bb31612c8102f8e638e49dc33a0800e0130a717a50d8449a7a06d10967b" : "";
8819
8819
  function isRecord3(value) {
8820
8820
  return value !== null && typeof value === "object" && !Array.isArray(value);
8821
8821
  }
package/openapi/spec.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "openapi": "3.1.0",
3
3
  "info": {
4
4
  "title": "walkerOS Tag Manager API",
5
- "version": "4.1.0",
5
+ "version": "4.2.0",
6
6
  "description": "API for managing walkerOS flows, projects, and real-time event observation.",
7
7
  "contact": {
8
8
  "name": "elbwalker",
@@ -2498,6 +2498,13 @@
2498
2498
  "type": "object",
2499
2499
  "additionalProperties": {}
2500
2500
  }
2501
+ },
2502
+ "unattributed": {
2503
+ "type": "array",
2504
+ "items": {
2505
+ "type": "object",
2506
+ "additionalProperties": {}
2507
+ }
2501
2508
  }
2502
2509
  },
2503
2510
  "required": ["sessionId", "flowId", "assembledAt", "journeys", "gaps"]
@@ -5103,6 +5110,13 @@
5103
5110
  "type": "object",
5104
5111
  "additionalProperties": {}
5105
5112
  }
5113
+ },
5114
+ "unattributed": {
5115
+ "type": "array",
5116
+ "items": {
5117
+ "type": "object",
5118
+ "additionalProperties": {}
5119
+ }
5106
5120
  }
5107
5121
  },
5108
5122
  "required": ["sessionId", "flowId", "assembledAt", "journeys", "gaps"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/cli",
3
- "version": "4.3.2",
3
+ "version": "4.4.0-next-1785239495233",
4
4
  "description": "walkerOS CLI - Bundle and deploy walkerOS components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -53,11 +53,11 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@vercel/nft": "^1.10.2",
56
- "@walkeros/collector": "4.3.2",
57
- "@walkeros/core": "4.3.2",
58
- "@walkeros/server-core": "4.3.2",
59
- "@walkeros/server-destination-api": "4.3.2",
60
- "@walkeros/transformer-validate": "4.3.2",
56
+ "@walkeros/collector": "4.4.0-next-1785239495233",
57
+ "@walkeros/core": "4.4.0-next-1785239495233",
58
+ "@walkeros/server-core": "4.4.0-next-1785239495233",
59
+ "@walkeros/server-destination-api": "4.4.0-next-1785239495233",
60
+ "@walkeros/transformer-validate": "4.4.0-next-1785239495233",
61
61
  "ajv": "^8.17.1",
62
62
  "chalk": "^5.6.2",
63
63
  "ci-info": "^4.4.0",
@@ -84,8 +84,8 @@
84
84
  "@types/pacote": "^11.1.8",
85
85
  "@types/picomatch": "4.0.3",
86
86
  "@types/semver": "^7.7.1",
87
- "@walkeros/config": "4.3.2",
88
- "@walkeros/core": "4.3.2",
87
+ "@walkeros/config": "4.4.0-next-1785239495233",
88
+ "@walkeros/core": "4.4.0-next-1785239495233",
89
89
  "msw": "^2.12.10",
90
90
  "openapi-typescript": "^7.13.0",
91
91
  "tsx": "^4.21.0"