deepline 0.2.51 → 0.2.52
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/bundling-sources/sdk/src/client.ts +1 -1
- package/dist/bundling-sources/sdk/src/release.ts +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.mjs +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -819,7 +819,7 @@ export type MonitorsNamespace = {
|
|
|
819
819
|
definition: MonitorDefinition,
|
|
820
820
|
options?: { dryRun?: boolean },
|
|
821
821
|
) => Promise<MonitorDeployResult>;
|
|
822
|
-
/** List deployed monitors (active by default). `includeConsumers` requires limit
|
|
822
|
+
/** List deployed monitors (active by default). `includeConsumers` requires a limit of 20 or fewer. */
|
|
823
823
|
list: (options?: MonitorsListOptions) => Promise<MonitorsListResult>;
|
|
824
824
|
/** Fetch one deployed monitor by public key with bounded current listener health. */
|
|
825
825
|
get: (key: string) => Promise<MonitorDetail>;
|
|
@@ -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.52',
|
|
164
164
|
contracts: {
|
|
165
165
|
api: {
|
|
166
166
|
name: 'sdk-http-api',
|
package/dist/cli/index.js
CHANGED
|
@@ -1044,7 +1044,7 @@ var SDK_RELEASE = {
|
|
|
1044
1044
|
// 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
|
|
1045
1045
|
// exposed storage-dependent synchronous access. This deliberate minor
|
|
1046
1046
|
// release keeps lazy paging semantics independent of row residency.
|
|
1047
|
-
version: "0.2.
|
|
1047
|
+
version: "0.2.52",
|
|
1048
1048
|
contracts: {
|
|
1049
1049
|
api: {
|
|
1050
1050
|
name: "sdk-http-api",
|
package/dist/cli/index.mjs
CHANGED
|
@@ -1030,7 +1030,7 @@ var SDK_RELEASE = {
|
|
|
1030
1030
|
// 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
|
|
1031
1031
|
// exposed storage-dependent synchronous access. This deliberate minor
|
|
1032
1032
|
// release keeps lazy paging semantics independent of row residency.
|
|
1033
|
-
version: "0.2.
|
|
1033
|
+
version: "0.2.52",
|
|
1034
1034
|
contracts: {
|
|
1035
1035
|
api: {
|
|
1036
1036
|
name: "sdk-http-api",
|
package/dist/index.d.mts
CHANGED
|
@@ -2201,7 +2201,7 @@ type MonitorsNamespace = {
|
|
|
2201
2201
|
deploy: (definition: MonitorDefinition, options?: {
|
|
2202
2202
|
dryRun?: boolean;
|
|
2203
2203
|
}) => Promise<MonitorDeployResult>;
|
|
2204
|
-
/** List deployed monitors (active by default). `includeConsumers` requires limit
|
|
2204
|
+
/** List deployed monitors (active by default). `includeConsumers` requires a limit of 20 or fewer. */
|
|
2205
2205
|
list: (options?: MonitorsListOptions) => Promise<MonitorsListResult>;
|
|
2206
2206
|
/** Fetch one deployed monitor by public key with bounded current listener health. */
|
|
2207
2207
|
get: (key: string) => Promise<MonitorDetail>;
|
package/dist/index.d.ts
CHANGED
|
@@ -2201,7 +2201,7 @@ type MonitorsNamespace = {
|
|
|
2201
2201
|
deploy: (definition: MonitorDefinition, options?: {
|
|
2202
2202
|
dryRun?: boolean;
|
|
2203
2203
|
}) => Promise<MonitorDeployResult>;
|
|
2204
|
-
/** List deployed monitors (active by default). `includeConsumers` requires limit
|
|
2204
|
+
/** List deployed monitors (active by default). `includeConsumers` requires a limit of 20 or fewer. */
|
|
2205
2205
|
list: (options?: MonitorsListOptions) => Promise<MonitorsListResult>;
|
|
2206
2206
|
/** Fetch one deployed monitor by public key with bounded current listener health. */
|
|
2207
2207
|
get: (key: string) => Promise<MonitorDetail>;
|
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.52",
|
|
767
767
|
contracts: {
|
|
768
768
|
api: {
|
|
769
769
|
name: "sdk-http-api",
|
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.52",
|
|
693
693
|
contracts: {
|
|
694
694
|
api: {
|
|
695
695
|
name: "sdk-http-api",
|