deepline 0.2.6 → 0.2.8
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.
|
@@ -4113,13 +4113,13 @@ export class DeeplineClient {
|
|
|
4113
4113
|
const deployed = await this.http.request<MonitorDeployResult>(
|
|
4114
4114
|
'/api/v2/monitors/deploy',
|
|
4115
4115
|
{
|
|
4116
|
-
|
|
4117
|
-
|
|
4116
|
+
method: 'POST',
|
|
4117
|
+
body: definition,
|
|
4118
4118
|
},
|
|
4119
4119
|
);
|
|
4120
|
-
if (definition.tool !== 'deepline.
|
|
4120
|
+
if (definition.tool !== 'deepline.analytics') return deployed;
|
|
4121
4121
|
|
|
4122
|
-
//
|
|
4122
|
+
// Analytics remains an ordinary monitor deploy. Its provider-specific
|
|
4123
4123
|
// post-deploy work creates/reuses the tracker and returns the artifact a
|
|
4124
4124
|
// caller needs to install it; there is intentionally no separate setup
|
|
4125
4125
|
// command in the public monitor lifecycle.
|
|
@@ -160,7 +160,7 @@ export const SDK_RELEASE = {
|
|
|
160
160
|
// 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
|
|
161
161
|
// exposed storage-dependent synchronous access. This deliberate minor
|
|
162
162
|
// release keeps lazy paging semantics independent of row residency.
|
|
163
|
-
version: '0.2.
|
|
163
|
+
version: '0.2.8',
|
|
164
164
|
contracts: {
|
|
165
165
|
api: {
|
|
166
166
|
name: 'sdk-http-api',
|
package/dist/cli/index.js
CHANGED
|
@@ -1040,7 +1040,7 @@ var SDK_RELEASE = {
|
|
|
1040
1040
|
// 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
|
|
1041
1041
|
// exposed storage-dependent synchronous access. This deliberate minor
|
|
1042
1042
|
// release keeps lazy paging semantics independent of row residency.
|
|
1043
|
-
version: "0.2.
|
|
1043
|
+
version: "0.2.8",
|
|
1044
1044
|
contracts: {
|
|
1045
1045
|
api: {
|
|
1046
1046
|
name: "sdk-http-api",
|
|
@@ -5751,7 +5751,7 @@ var DeeplineClient = class {
|
|
|
5751
5751
|
body: definition
|
|
5752
5752
|
}
|
|
5753
5753
|
);
|
|
5754
|
-
if (definition.tool !== "deepline.
|
|
5754
|
+
if (definition.tool !== "deepline.analytics") return deployed;
|
|
5755
5755
|
const setup = await this.setupMonitor(
|
|
5756
5756
|
definition.tool,
|
|
5757
5757
|
definition.payload ?? {}
|
|
@@ -26304,7 +26304,7 @@ Notes:
|
|
|
26304
26304
|
sqlListeners trigger \u2014 see \`deepline plays bootstrap monitor-triggered\`.
|
|
26305
26305
|
The Monitors rollout controls access to the live provider catalog; use
|
|
26306
26306
|
\`deepline tools list --categories monitors\` for the exact tool ids available to you.
|
|
26307
|
-
|
|
26307
|
+
Contact the Deepline team to request access; until access is enabled, these
|
|
26308
26308
|
commands return a clear monitor_access_required error.
|
|
26309
26309
|
|
|
26310
26310
|
Exit codes:
|
package/dist/cli/index.mjs
CHANGED
|
@@ -1025,7 +1025,7 @@ var SDK_RELEASE = {
|
|
|
1025
1025
|
// 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
|
|
1026
1026
|
// exposed storage-dependent synchronous access. This deliberate minor
|
|
1027
1027
|
// release keeps lazy paging semantics independent of row residency.
|
|
1028
|
-
version: "0.2.
|
|
1028
|
+
version: "0.2.8",
|
|
1029
1029
|
contracts: {
|
|
1030
1030
|
api: {
|
|
1031
1031
|
name: "sdk-http-api",
|
|
@@ -5736,7 +5736,7 @@ var DeeplineClient = class {
|
|
|
5736
5736
|
body: definition
|
|
5737
5737
|
}
|
|
5738
5738
|
);
|
|
5739
|
-
if (definition.tool !== "deepline.
|
|
5739
|
+
if (definition.tool !== "deepline.analytics") return deployed;
|
|
5740
5740
|
const setup = await this.setupMonitor(
|
|
5741
5741
|
definition.tool,
|
|
5742
5742
|
definition.payload ?? {}
|
|
@@ -26340,7 +26340,7 @@ Notes:
|
|
|
26340
26340
|
sqlListeners trigger \u2014 see \`deepline plays bootstrap monitor-triggered\`.
|
|
26341
26341
|
The Monitors rollout controls access to the live provider catalog; use
|
|
26342
26342
|
\`deepline tools list --categories monitors\` for the exact tool ids available to you.
|
|
26343
|
-
|
|
26343
|
+
Contact the Deepline team to request access; until access is enabled, these
|
|
26344
26344
|
commands return a clear monitor_access_required error.
|
|
26345
26345
|
|
|
26346
26346
|
Exit codes:
|
package/dist/index.js
CHANGED
|
@@ -763,7 +763,7 @@ var SDK_RELEASE = {
|
|
|
763
763
|
// 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
|
|
764
764
|
// exposed storage-dependent synchronous access. This deliberate minor
|
|
765
765
|
// release keeps lazy paging semantics independent of row residency.
|
|
766
|
-
version: "0.2.
|
|
766
|
+
version: "0.2.8",
|
|
767
767
|
contracts: {
|
|
768
768
|
api: {
|
|
769
769
|
name: "sdk-http-api",
|
|
@@ -5474,7 +5474,7 @@ var DeeplineClient = class {
|
|
|
5474
5474
|
body: definition
|
|
5475
5475
|
}
|
|
5476
5476
|
);
|
|
5477
|
-
if (definition.tool !== "deepline.
|
|
5477
|
+
if (definition.tool !== "deepline.analytics") return deployed;
|
|
5478
5478
|
const setup = await this.setupMonitor(
|
|
5479
5479
|
definition.tool,
|
|
5480
5480
|
definition.payload ?? {}
|
package/dist/index.mjs
CHANGED
|
@@ -689,7 +689,7 @@ var SDK_RELEASE = {
|
|
|
689
689
|
// 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
|
|
690
690
|
// exposed storage-dependent synchronous access. This deliberate minor
|
|
691
691
|
// release keeps lazy paging semantics independent of row residency.
|
|
692
|
-
version: "0.2.
|
|
692
|
+
version: "0.2.8",
|
|
693
693
|
contracts: {
|
|
694
694
|
api: {
|
|
695
695
|
name: "sdk-http-api",
|
|
@@ -5400,7 +5400,7 @@ var DeeplineClient = class {
|
|
|
5400
5400
|
body: definition
|
|
5401
5401
|
}
|
|
5402
5402
|
);
|
|
5403
|
-
if (definition.tool !== "deepline.
|
|
5403
|
+
if (definition.tool !== "deepline.analytics") return deployed;
|
|
5404
5404
|
const setup = await this.setupMonitor(
|
|
5405
5405
|
definition.tool,
|
|
5406
5406
|
definition.payload ?? {}
|