rocketride 1.1.0 → 1.1.1
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/cjs/client.js +19 -1
- package/dist/cjs/client.js.map +1 -1
- package/dist/cjs/constants.js +1 -1
- package/dist/cjs/deploy.js +108 -0
- package/dist/cjs/deploy.js.map +1 -0
- package/dist/cjs/types/deploy.js +26 -0
- package/dist/cjs/types/deploy.js.map +1 -0
- package/dist/cjs/types/index.js +1 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cli/client/client.js +19 -1
- package/dist/cli/client/client.js.map +1 -1
- package/dist/cli/client/constants.js +1 -1
- package/dist/cli/client/deploy.js +108 -0
- package/dist/cli/client/deploy.js.map +1 -0
- package/dist/cli/client/types/deploy.js +26 -0
- package/dist/cli/client/types/deploy.js.map +1 -0
- package/dist/cli/client/types/index.js +1 -0
- package/dist/cli/client/types/index.js.map +1 -1
- package/dist/esm/client.js +19 -1
- package/dist/esm/client.js.map +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/esm/deploy.js +104 -0
- package/dist/esm/deploy.js.map +1 -0
- package/dist/esm/types/deploy.js +25 -0
- package/dist/esm/types/deploy.js.map +1 -0
- package/dist/esm/types/index.js +1 -0
- package/dist/esm/types/index.js.map +1 -1
- package/dist/types/client.d.ts +15 -0
- package/dist/types/client.d.ts.map +1 -1
- package/dist/types/constants.d.ts +1 -1
- package/dist/types/deploy.d.ts +90 -0
- package/dist/types/deploy.d.ts.map +1 -0
- package/dist/types/types/deploy.d.ts +48 -0
- package/dist/types/types/deploy.d.ts.map +1 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/index.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MIT License
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2026 Aparavi Software AG
|
|
5
|
+
*
|
|
6
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
* in the Software without restriction, including without limitation the rights
|
|
9
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
* furnished to do so, subject to the following conditions:
|
|
12
|
+
*
|
|
13
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
* copies or substantial portions of the Software.
|
|
15
|
+
*
|
|
16
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
* SOFTWARE.
|
|
23
|
+
*/
|
|
24
|
+
/**
|
|
25
|
+
* Deploy type definitions for the RocketRide TypeScript SDK.
|
|
26
|
+
*
|
|
27
|
+
* Mirrors the server's `DeploymentRecord` model returned by `rrext_deploy_*` commands.
|
|
28
|
+
*/
|
|
29
|
+
import type { PipelineConfig } from './pipeline.js';
|
|
30
|
+
export type { PipelineConfig };
|
|
31
|
+
/** Deployment record returned by `rrext_deploy_add`, `rrext_deploy_list`, and `rrext_deploy_status`. */
|
|
32
|
+
export interface DeploymentRecord {
|
|
33
|
+
pipeline?: PipelineConfig;
|
|
34
|
+
/** Cron expression or `"manual"`. */
|
|
35
|
+
schedule?: string;
|
|
36
|
+
state?: 'active' | 'paused' | 'errored';
|
|
37
|
+
created_by?: string;
|
|
38
|
+
/** Unix timestamp (seconds). */
|
|
39
|
+
created_at?: number;
|
|
40
|
+
/** Unix timestamp (seconds). */
|
|
41
|
+
updated_at?: number;
|
|
42
|
+
}
|
|
43
|
+
/** Parameters accepted by `client.deploy.update()`. */
|
|
44
|
+
export interface DeployUpdateParams {
|
|
45
|
+
pipeline?: PipelineConfig;
|
|
46
|
+
schedule?: string;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=deploy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deploy.d.ts","sourceRoot":"","sources":["../../../src/client/types/deploy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AACpD,YAAY,EAAE,cAAc,EAAE,CAAC;AAM/B,wGAAwG;AACxG,MAAM,WAAW,gBAAgB;IAChC,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,qCAAqC;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC;IACxC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gCAAgC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gCAAgC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,uDAAuD;AACvD,MAAM,WAAW,kBAAkB;IAClC,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/types/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH;;;;GAIG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/types/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH;;;;GAIG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rocketride",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"author": "RocketRide, Inc.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "TypeScript client for RocketRide data processing and AI services",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"jest": "^29.0.0",
|
|
60
60
|
"jest-jasmine2": "^30.4.2",
|
|
61
61
|
"rimraf": "^5.0.5",
|
|
62
|
-
"ts-jest": "^29.4.
|
|
62
|
+
"ts-jest": "^29.4.10",
|
|
63
63
|
"typescript": "^5.0.0",
|
|
64
64
|
"ws": "^8.20.1"
|
|
65
65
|
}
|