openlayer 0.0.0 → 0.0.1-alpha.0

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.
Files changed (262) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +408 -0
  3. package/_shims/MultipartBody.d.ts +9 -0
  4. package/_shims/MultipartBody.d.ts.map +1 -0
  5. package/_shims/MultipartBody.js +16 -0
  6. package/_shims/MultipartBody.js.map +1 -0
  7. package/_shims/MultipartBody.mjs +12 -0
  8. package/_shims/MultipartBody.mjs.map +1 -0
  9. package/_shims/README.md +46 -0
  10. package/_shims/auto/runtime-bun.d.ts +5 -0
  11. package/_shims/auto/runtime-bun.d.ts.map +1 -0
  12. package/_shims/auto/runtime-bun.js +21 -0
  13. package/_shims/auto/runtime-bun.js.map +1 -0
  14. package/_shims/auto/runtime-bun.mjs +2 -0
  15. package/_shims/auto/runtime-bun.mjs.map +1 -0
  16. package/_shims/auto/runtime-node.d.ts +5 -0
  17. package/_shims/auto/runtime-node.d.ts.map +1 -0
  18. package/_shims/auto/runtime-node.js +21 -0
  19. package/_shims/auto/runtime-node.js.map +1 -0
  20. package/_shims/auto/runtime-node.mjs +2 -0
  21. package/_shims/auto/runtime-node.mjs.map +1 -0
  22. package/_shims/auto/runtime.d.ts +5 -0
  23. package/_shims/auto/runtime.d.ts.map +1 -0
  24. package/_shims/auto/runtime.js +21 -0
  25. package/_shims/auto/runtime.js.map +1 -0
  26. package/_shims/auto/runtime.mjs +2 -0
  27. package/_shims/auto/runtime.mjs.map +1 -0
  28. package/_shims/auto/types-node.d.ts +5 -0
  29. package/_shims/auto/types-node.d.ts.map +1 -0
  30. package/_shims/auto/types-node.js +21 -0
  31. package/_shims/auto/types-node.js.map +1 -0
  32. package/_shims/auto/types-node.mjs +2 -0
  33. package/_shims/auto/types-node.mjs.map +1 -0
  34. package/_shims/auto/types.d.ts +101 -0
  35. package/_shims/auto/types.js +3 -0
  36. package/_shims/auto/types.mjs +3 -0
  37. package/_shims/bun-runtime.d.ts +6 -0
  38. package/_shims/bun-runtime.d.ts.map +1 -0
  39. package/_shims/bun-runtime.js +14 -0
  40. package/_shims/bun-runtime.js.map +1 -0
  41. package/_shims/bun-runtime.mjs +10 -0
  42. package/_shims/bun-runtime.mjs.map +1 -0
  43. package/_shims/index.d.ts +81 -0
  44. package/_shims/index.js +13 -0
  45. package/_shims/index.mjs +7 -0
  46. package/_shims/manual-types.d.ts +12 -0
  47. package/_shims/manual-types.js +3 -0
  48. package/_shims/manual-types.mjs +3 -0
  49. package/_shims/node-runtime.d.ts +3 -0
  50. package/_shims/node-runtime.d.ts.map +1 -0
  51. package/_shims/node-runtime.js +90 -0
  52. package/_shims/node-runtime.js.map +1 -0
  53. package/_shims/node-runtime.mjs +56 -0
  54. package/_shims/node-runtime.mjs.map +1 -0
  55. package/_shims/node-types.d.ts +42 -0
  56. package/_shims/node-types.js +3 -0
  57. package/_shims/node-types.mjs +3 -0
  58. package/_shims/registry.d.ts +37 -0
  59. package/_shims/registry.d.ts.map +1 -0
  60. package/_shims/registry.js +41 -0
  61. package/_shims/registry.js.map +1 -0
  62. package/_shims/registry.mjs +37 -0
  63. package/_shims/registry.mjs.map +1 -0
  64. package/_shims/web-runtime.d.ts +5 -0
  65. package/_shims/web-runtime.d.ts.map +1 -0
  66. package/_shims/web-runtime.js +78 -0
  67. package/_shims/web-runtime.js.map +1 -0
  68. package/_shims/web-runtime.mjs +71 -0
  69. package/_shims/web-runtime.mjs.map +1 -0
  70. package/_shims/web-types.d.ts +83 -0
  71. package/_shims/web-types.js +3 -0
  72. package/_shims/web-types.mjs +3 -0
  73. package/core.d.ts +237 -0
  74. package/core.d.ts.map +1 -0
  75. package/core.js +868 -0
  76. package/core.js.map +1 -0
  77. package/core.mjs +837 -0
  78. package/core.mjs.map +1 -0
  79. package/error.d.ts +53 -0
  80. package/error.d.ts.map +1 -0
  81. package/error.js +143 -0
  82. package/error.js.map +1 -0
  83. package/error.mjs +127 -0
  84. package/error.mjs.map +1 -0
  85. package/index.d.mts +114 -0
  86. package/index.d.ts +114 -0
  87. package/index.d.ts.map +1 -0
  88. package/index.js +119 -0
  89. package/index.js.map +1 -0
  90. package/index.mjs +91 -0
  91. package/index.mjs.map +1 -0
  92. package/lib/core/cli.d.ts +7 -0
  93. package/lib/core/cli.d.ts.map +1 -0
  94. package/lib/core/cli.js +91 -0
  95. package/lib/core/cli.js.map +1 -0
  96. package/lib/core/cli.mjs +64 -0
  97. package/lib/core/cli.mjs.map +1 -0
  98. package/lib/core/index.d.ts +237 -0
  99. package/lib/core/index.d.ts.map +1 -0
  100. package/lib/core/index.js +635 -0
  101. package/lib/core/index.js.map +1 -0
  102. package/lib/core/index.mjs +627 -0
  103. package/lib/core/index.mjs.map +1 -0
  104. package/lib/core/run.d.ts +14 -0
  105. package/lib/core/run.d.ts.map +1 -0
  106. package/lib/core/run.js +3 -0
  107. package/lib/core/run.js.map +1 -0
  108. package/lib/core/run.mjs +2 -0
  109. package/lib/core/run.mjs.map +1 -0
  110. package/package.json +102 -6
  111. package/resource.d.ts +6 -0
  112. package/resource.d.ts.map +1 -0
  113. package/resource.js +11 -0
  114. package/resource.js.map +1 -0
  115. package/resource.mjs +7 -0
  116. package/resource.mjs.map +1 -0
  117. package/resources/commits/commits.d.ts +11 -0
  118. package/resources/commits/commits.d.ts.map +1 -0
  119. package/resources/commits/commits.js +40 -0
  120. package/resources/commits/commits.js.map +1 -0
  121. package/resources/commits/commits.mjs +13 -0
  122. package/resources/commits/commits.mjs.map +1 -0
  123. package/resources/commits/index.d.ts +3 -0
  124. package/resources/commits/index.d.ts.map +1 -0
  125. package/resources/commits/index.js +9 -0
  126. package/resources/commits/index.js.map +1 -0
  127. package/resources/commits/index.mjs +4 -0
  128. package/resources/commits/index.mjs.map +1 -0
  129. package/resources/commits/test-results.d.ts +217 -0
  130. package/resources/commits/test-results.d.ts.map +1 -0
  131. package/resources/commits/test-results.js +18 -0
  132. package/resources/commits/test-results.js.map +1 -0
  133. package/resources/commits/test-results.mjs +14 -0
  134. package/resources/commits/test-results.mjs.map +1 -0
  135. package/resources/index.d.ts +4 -0
  136. package/resources/index.d.ts.map +1 -0
  137. package/resources/index.js +11 -0
  138. package/resources/index.js.map +1 -0
  139. package/resources/index.mjs +5 -0
  140. package/resources/index.mjs.map +1 -0
  141. package/resources/inference-pipelines/data.d.ts +228 -0
  142. package/resources/inference-pipelines/data.d.ts.map +1 -0
  143. package/resources/inference-pipelines/data.js +17 -0
  144. package/resources/inference-pipelines/data.js.map +1 -0
  145. package/resources/inference-pipelines/data.mjs +13 -0
  146. package/resources/inference-pipelines/data.mjs.map +1 -0
  147. package/resources/inference-pipelines/index.d.ts +4 -0
  148. package/resources/inference-pipelines/index.d.ts.map +1 -0
  149. package/resources/inference-pipelines/index.js +11 -0
  150. package/resources/inference-pipelines/index.js.map +1 -0
  151. package/resources/inference-pipelines/index.mjs +5 -0
  152. package/resources/inference-pipelines/index.mjs.map +1 -0
  153. package/resources/inference-pipelines/inference-pipelines.d.ts +16 -0
  154. package/resources/inference-pipelines/inference-pipelines.d.ts.map +1 -0
  155. package/resources/inference-pipelines/inference-pipelines.js +43 -0
  156. package/resources/inference-pipelines/inference-pipelines.js.map +1 -0
  157. package/resources/inference-pipelines/inference-pipelines.mjs +16 -0
  158. package/resources/inference-pipelines/inference-pipelines.mjs.map +1 -0
  159. package/resources/inference-pipelines/test-results.d.ts +217 -0
  160. package/resources/inference-pipelines/test-results.d.ts.map +1 -0
  161. package/resources/inference-pipelines/test-results.js +18 -0
  162. package/resources/inference-pipelines/test-results.js.map +1 -0
  163. package/resources/inference-pipelines/test-results.mjs +14 -0
  164. package/resources/inference-pipelines/test-results.mjs.map +1 -0
  165. package/resources/projects/commits.d.ts +171 -0
  166. package/resources/projects/commits.d.ts.map +1 -0
  167. package/resources/projects/commits.js +18 -0
  168. package/resources/projects/commits.js.map +1 -0
  169. package/resources/projects/commits.mjs +14 -0
  170. package/resources/projects/commits.mjs.map +1 -0
  171. package/resources/projects/index.d.ts +4 -0
  172. package/resources/projects/index.d.ts.map +1 -0
  173. package/resources/projects/index.js +11 -0
  174. package/resources/projects/index.js.map +1 -0
  175. package/resources/projects/index.mjs +5 -0
  176. package/resources/projects/index.mjs.map +1 -0
  177. package/resources/projects/inference-pipelines.d.ts +121 -0
  178. package/resources/projects/inference-pipelines.d.ts.map +1 -0
  179. package/resources/projects/inference-pipelines.js +18 -0
  180. package/resources/projects/inference-pipelines.js.map +1 -0
  181. package/resources/projects/inference-pipelines.mjs +14 -0
  182. package/resources/projects/inference-pipelines.mjs.map +1 -0
  183. package/resources/projects/projects.d.ts +172 -0
  184. package/resources/projects/projects.d.ts.map +1 -0
  185. package/resources/projects/projects.js +50 -0
  186. package/resources/projects/projects.js.map +1 -0
  187. package/resources/projects/projects.mjs +23 -0
  188. package/resources/projects/projects.mjs.map +1 -0
  189. package/shims/node.d.ts +29 -0
  190. package/shims/node.d.ts.map +1 -0
  191. package/shims/node.js +31 -0
  192. package/shims/node.js.map +1 -0
  193. package/shims/node.mjs +5 -0
  194. package/shims/node.mjs.map +1 -0
  195. package/shims/web.d.ts +26 -0
  196. package/shims/web.d.ts.map +1 -0
  197. package/shims/web.js +31 -0
  198. package/shims/web.js.map +1 -0
  199. package/shims/web.mjs +5 -0
  200. package/shims/web.mjs.map +1 -0
  201. package/src/_shims/MultipartBody.ts +9 -0
  202. package/src/_shims/README.md +46 -0
  203. package/src/_shims/auto/runtime-bun.ts +4 -0
  204. package/src/_shims/auto/runtime-node.ts +4 -0
  205. package/src/_shims/auto/runtime.ts +4 -0
  206. package/src/_shims/auto/types-node.ts +4 -0
  207. package/src/_shims/auto/types.d.ts +101 -0
  208. package/src/_shims/auto/types.js +3 -0
  209. package/src/_shims/auto/types.mjs +3 -0
  210. package/src/_shims/bun-runtime.ts +14 -0
  211. package/src/_shims/index.d.ts +81 -0
  212. package/src/_shims/index.js +13 -0
  213. package/src/_shims/index.mjs +7 -0
  214. package/src/_shims/manual-types.d.ts +12 -0
  215. package/src/_shims/manual-types.js +3 -0
  216. package/src/_shims/manual-types.mjs +3 -0
  217. package/src/_shims/node-runtime.ts +83 -0
  218. package/src/_shims/node-types.d.ts +42 -0
  219. package/src/_shims/node-types.js +3 -0
  220. package/src/_shims/node-types.mjs +3 -0
  221. package/src/_shims/registry.ts +67 -0
  222. package/src/_shims/web-runtime.ts +103 -0
  223. package/src/_shims/web-types.d.ts +83 -0
  224. package/src/_shims/web-types.js +3 -0
  225. package/src/_shims/web-types.mjs +3 -0
  226. package/src/core.ts +1146 -0
  227. package/src/error.ts +146 -0
  228. package/src/index.ts +199 -0
  229. package/src/lib/.keep +4 -0
  230. package/src/lib/core/cli.ts +80 -0
  231. package/src/lib/core/index.ts +1067 -0
  232. package/src/lib/core/run.ts +14 -0
  233. package/src/resource.ts +11 -0
  234. package/src/resources/commits/commits.ts +14 -0
  235. package/src/resources/commits/index.ts +4 -0
  236. package/src/resources/commits/test-results.ts +284 -0
  237. package/src/resources/index.ts +5 -0
  238. package/src/resources/inference-pipelines/data.ts +285 -0
  239. package/src/resources/inference-pipelines/index.ts +5 -0
  240. package/src/resources/inference-pipelines/inference-pipelines.ts +19 -0
  241. package/src/resources/inference-pipelines/test-results.ts +284 -0
  242. package/src/resources/projects/commits.ts +226 -0
  243. package/src/resources/projects/index.ts +9 -0
  244. package/src/resources/projects/inference-pipelines.ts +165 -0
  245. package/src/resources/projects/projects.ts +232 -0
  246. package/src/shims/node.ts +50 -0
  247. package/src/shims/web.ts +50 -0
  248. package/src/tsconfig.json +11 -0
  249. package/src/uploads.ts +248 -0
  250. package/src/version.ts +1 -0
  251. package/uploads.d.ts +75 -0
  252. package/uploads.d.ts.map +1 -0
  253. package/uploads.js +165 -0
  254. package/uploads.js.map +1 -0
  255. package/uploads.mjs +152 -0
  256. package/uploads.mjs.map +1 -0
  257. package/version.d.ts +2 -0
  258. package/version.d.ts.map +1 -0
  259. package/version.js +5 -0
  260. package/version.js.map +1 -0
  261. package/version.mjs +2 -0
  262. package/version.mjs.map +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"run.d.ts","sourceRoot":"","sources":["../../src/lib/core/run.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,SAAS;IACxB,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IACpC,MAAM,EAAE,GAAG,CAAC;CACb;AAGD,MAAM,WAAW,MAAM;IACrB,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,QAAQ,EAAE;QACR,eAAe,EAAE,MAAM,CAAC;KACzB,CAAC;IACF,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=run.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"run.js","sourceRoot":"","sources":["../../src/lib/core/run.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=run.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"run.mjs","sourceRoot":"","sources":["../../src/lib/core/run.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,11 +1,107 @@
1
1
  {
2
2
  "name": "openlayer",
3
- "version": "0.0.0",
4
- "description": "The openlayer typescript client",
5
- "main": "index.js",
3
+ "version": "0.0.1-alpha.0",
4
+ "description": "The official TypeScript library for the Openlayer API",
5
+ "author": "Openlayer <support@openlayer.com>",
6
+ "types": "./index.d.ts",
7
+ "main": "./index.js",
8
+ "type": "commonjs",
9
+ "repository": "github:stainless-sdks/openlayer-node",
10
+ "license": "Apache-2.0",
11
+ "packageManager": "yarn@1.22.22",
12
+ "files": [
13
+ "*"
14
+ ],
15
+ "private": false,
6
16
  "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
17
+ "test": "./scripts/test",
18
+ "build": "./scripts/build",
19
+ "format": "prettier --write --cache --cache-strategy metadata . !dist",
20
+ "tsn": "ts-node -r tsconfig-paths/register",
21
+ "lint": "./scripts/lint",
22
+ "fix": "eslint --fix --ext ts,js ."
8
23
  },
9
- "author": "",
10
- "license": "ISC"
24
+ "dependencies": {
25
+ "@types/node": "^18.11.18",
26
+ "@types/node-fetch": "^2.6.4",
27
+ "abort-controller": "^3.0.0",
28
+ "agentkeepalive": "^4.2.1",
29
+ "commander": "^12.1.0",
30
+ "form-data-encoder": "1.7.2",
31
+ "formdata-node": "^4.3.2",
32
+ "node-fetch": "^2.7.0",
33
+ "openai": "^4.49.0",
34
+ "uuid": "^9.0.1",
35
+ "web-streams-polyfill": "^3.2.1"
36
+ },
37
+ "sideEffects": [
38
+ "./_shims/index.js",
39
+ "./_shims/index.mjs",
40
+ "./shims/node.js",
41
+ "./shims/node.mjs",
42
+ "./shims/web.js",
43
+ "./shims/web.mjs"
44
+ ],
45
+ "imports": {
46
+ "openlayer": ".",
47
+ "openlayer/*": "./src/*"
48
+ },
49
+ "exports": {
50
+ "./_shims/auto/*": {
51
+ "deno": {
52
+ "types": "./_shims/auto/*.d.ts",
53
+ "require": "./_shims/auto/*.js",
54
+ "default": "./_shims/auto/*.mjs"
55
+ },
56
+ "bun": {
57
+ "types": "./_shims/auto/*.d.ts",
58
+ "require": "./_shims/auto/*-bun.js",
59
+ "default": "./_shims/auto/*-bun.mjs"
60
+ },
61
+ "browser": {
62
+ "types": "./_shims/auto/*.d.ts",
63
+ "require": "./_shims/auto/*.js",
64
+ "default": "./_shims/auto/*.mjs"
65
+ },
66
+ "worker": {
67
+ "types": "./_shims/auto/*.d.ts",
68
+ "require": "./_shims/auto/*.js",
69
+ "default": "./_shims/auto/*.mjs"
70
+ },
71
+ "workerd": {
72
+ "types": "./_shims/auto/*.d.ts",
73
+ "require": "./_shims/auto/*.js",
74
+ "default": "./_shims/auto/*.mjs"
75
+ },
76
+ "node": {
77
+ "types": "./_shims/auto/*-node.d.ts",
78
+ "require": "./_shims/auto/*-node.js",
79
+ "default": "./_shims/auto/*-node.mjs"
80
+ },
81
+ "types": "./_shims/auto/*.d.ts",
82
+ "require": "./_shims/auto/*.js",
83
+ "default": "./_shims/auto/*.mjs"
84
+ },
85
+ ".": {
86
+ "require": {
87
+ "types": "./index.d.ts",
88
+ "default": "./index.js"
89
+ },
90
+ "types": "./index.d.mts",
91
+ "default": "./index.mjs"
92
+ },
93
+ "./*.mjs": {
94
+ "types": "./*.d.ts",
95
+ "default": "./*.mjs"
96
+ },
97
+ "./*.js": {
98
+ "types": "./*.d.ts",
99
+ "default": "./*.js"
100
+ },
101
+ "./*": {
102
+ "types": "./*.d.ts",
103
+ "require": "./*.js",
104
+ "default": "./*.mjs"
105
+ }
106
+ }
11
107
  }
package/resource.d.ts ADDED
@@ -0,0 +1,6 @@
1
+ import type { Openlayer } from "./index.js";
2
+ export declare class APIResource {
3
+ protected _client: Openlayer;
4
+ constructor(client: Openlayer);
5
+ }
6
+ //# sourceMappingURL=resource.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource.d.ts","sourceRoot":"","sources":["src/resource.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,qBAAa,WAAW;IACtB,SAAS,CAAC,OAAO,EAAE,SAAS,CAAC;gBAEjB,MAAM,EAAE,SAAS;CAG9B"}
package/resource.js ADDED
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.APIResource = void 0;
5
+ class APIResource {
6
+ constructor(client) {
7
+ this._client = client;
8
+ }
9
+ }
10
+ exports.APIResource = APIResource;
11
+ //# sourceMappingURL=resource.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource.js","sourceRoot":"","sources":["src/resource.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAItF,MAAa,WAAW;IAGtB,YAAY,MAAiB;QAC3B,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;IACxB,CAAC;CACF;AAND,kCAMC"}
package/resource.mjs ADDED
@@ -0,0 +1,7 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export class APIResource {
3
+ constructor(client) {
4
+ this._client = client;
5
+ }
6
+ }
7
+ //# sourceMappingURL=resource.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource.mjs","sourceRoot":"","sources":["src/resource.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAItF,MAAM,OAAO,WAAW;IAGtB,YAAY,MAAiB;QAC3B,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;IACxB,CAAC;CACF"}
@@ -0,0 +1,11 @@
1
+ import { APIResource } from "../../resource.js";
2
+ import * as TestResultsAPI from "./test-results.js";
3
+ export declare class Commits extends APIResource {
4
+ testResults: TestResultsAPI.TestResults;
5
+ }
6
+ export declare namespace Commits {
7
+ export import TestResults = TestResultsAPI.TestResults;
8
+ export import TestResultListResponse = TestResultsAPI.TestResultListResponse;
9
+ export import TestResultListParams = TestResultsAPI.TestResultListParams;
10
+ }
11
+ //# sourceMappingURL=commits.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commits.d.ts","sourceRoot":"","sources":["../../src/resources/commits/commits.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,cAAc,MAAM,gBAAgB,CAAC;AAEjD,qBAAa,OAAQ,SAAQ,WAAW;IACtC,WAAW,EAAE,cAAc,CAAC,WAAW,CAAgD;CACxF;AAED,yBAAiB,OAAO,CAAC;IACvB,MAAM,QAAQ,WAAW,GAAG,cAAc,CAAC,WAAW,CAAC;IACvD,MAAM,QAAQ,sBAAsB,GAAG,cAAc,CAAC,sBAAsB,CAAC;IAC7E,MAAM,QAAQ,oBAAoB,GAAG,cAAc,CAAC,oBAAoB,CAAC;CAC1E"}
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || function (mod) {
20
+ if (mod && mod.__esModule) return mod;
21
+ var result = {};
22
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
23
+ __setModuleDefault(result, mod);
24
+ return result;
25
+ };
26
+ Object.defineProperty(exports, "__esModule", { value: true });
27
+ exports.Commits = void 0;
28
+ const resource_1 = require("../../resource.js");
29
+ const TestResultsAPI = __importStar(require("./test-results.js"));
30
+ class Commits extends resource_1.APIResource {
31
+ constructor() {
32
+ super(...arguments);
33
+ this.testResults = new TestResultsAPI.TestResults(this._client);
34
+ }
35
+ }
36
+ exports.Commits = Commits;
37
+ (function (Commits) {
38
+ Commits.TestResults = TestResultsAPI.TestResults;
39
+ })(Commits = exports.Commits || (exports.Commits = {}));
40
+ //# sourceMappingURL=commits.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commits.js","sourceRoot":"","sources":["../../src/resources/commits/commits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,gDAA6C;AAC7C,kEAAiD;AAEjD,MAAa,OAAQ,SAAQ,sBAAW;IAAxC;;QACE,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACzF,CAAC;CAAA;AAFD,0BAEC;AAED,WAAiB,OAAO;IACR,mBAAW,GAAG,cAAc,CAAC,WAAW,CAAC;AAGzD,CAAC,EAJgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAIvB"}
@@ -0,0 +1,13 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../resource.mjs";
3
+ import * as TestResultsAPI from "./test-results.mjs";
4
+ export class Commits extends APIResource {
5
+ constructor() {
6
+ super(...arguments);
7
+ this.testResults = new TestResultsAPI.TestResults(this._client);
8
+ }
9
+ }
10
+ (function (Commits) {
11
+ Commits.TestResults = TestResultsAPI.TestResults;
12
+ })(Commits || (Commits = {}));
13
+ //# sourceMappingURL=commits.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commits.mjs","sourceRoot":"","sources":["../../src/resources/commits/commits.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,cAAc;AAE1B,MAAM,OAAO,OAAQ,SAAQ,WAAW;IAAxC;;QACE,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACzF,CAAC;CAAA;AAED,WAAiB,OAAO;IACR,mBAAW,GAAG,cAAc,CAAC,WAAW,CAAC;AAGzD,CAAC,EAJgB,OAAO,KAAP,OAAO,QAIvB"}
@@ -0,0 +1,3 @@
1
+ export { Commits } from "./commits.js";
2
+ export { TestResultListResponse, TestResultListParams, TestResults } from "./test-results.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/commits/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.TestResults = exports.Commits = void 0;
5
+ var commits_1 = require("./commits.js");
6
+ Object.defineProperty(exports, "Commits", { enumerable: true, get: function () { return commits_1.Commits; } });
7
+ var test_results_1 = require("./test-results.js");
8
+ Object.defineProperty(exports, "TestResults", { enumerable: true, get: function () { return test_results_1.TestResults; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/commits/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAAoC;AAA3B,kGAAA,OAAO,OAAA;AAChB,kDAA2F;AAApC,2GAAA,WAAW,OAAA"}
@@ -0,0 +1,4 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { Commits } from "./commits.mjs";
3
+ export { TestResults } from "./test-results.mjs";
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/commits/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,OAAO,EAAE;OACX,EAAgD,WAAW,EAAE"}
@@ -0,0 +1,217 @@
1
+ import * as Core from "../../core.js";
2
+ import { APIResource } from "../../resource.js";
3
+ import * as TestResultsAPI from "./test-results.js";
4
+ export declare class TestResults extends APIResource {
5
+ /**
6
+ * List the test results for a commit (project version).
7
+ */
8
+ list(id: string, query?: TestResultListParams, options?: Core.RequestOptions): Core.APIPromise<TestResultListResponse>;
9
+ list(id: string, options?: Core.RequestOptions): Core.APIPromise<TestResultListResponse>;
10
+ }
11
+ export interface TestResultListResponse {
12
+ _meta: TestResultListResponse._Meta;
13
+ items: Array<TestResultListResponse.Item>;
14
+ }
15
+ export declare namespace TestResultListResponse {
16
+ interface _Meta {
17
+ /**
18
+ * The current page.
19
+ */
20
+ page: number;
21
+ /**
22
+ * The number of items per page.
23
+ */
24
+ perPage: number;
25
+ /**
26
+ * The total number of items.
27
+ */
28
+ totalItems: number;
29
+ /**
30
+ * The total number of pages.
31
+ */
32
+ totalPages: number;
33
+ }
34
+ interface Item {
35
+ /**
36
+ * Project version (commit) id.
37
+ */
38
+ id: string;
39
+ /**
40
+ * The creation date.
41
+ */
42
+ dateCreated: string;
43
+ /**
44
+ * The data end date.
45
+ */
46
+ dateDataEnds: string | null;
47
+ /**
48
+ * The data start date.
49
+ */
50
+ dateDataStarts: string | null;
51
+ /**
52
+ * The last updated date.
53
+ */
54
+ dateUpdated: string;
55
+ /**
56
+ * The inference pipeline id.
57
+ */
58
+ inferencePipelineId: string | null;
59
+ /**
60
+ * The project version (commit) id.
61
+ */
62
+ projectVersionId: string | null;
63
+ /**
64
+ * The status of the test.
65
+ */
66
+ status: 'running' | 'passing' | 'failing' | 'skipped' | 'error';
67
+ /**
68
+ * The status message.
69
+ */
70
+ statusMessage: string | null;
71
+ goal?: Item.Goal;
72
+ /**
73
+ * The test id.
74
+ */
75
+ goalId?: string | null;
76
+ }
77
+ namespace Item {
78
+ interface Goal {
79
+ /**
80
+ * The test id.
81
+ */
82
+ id: string;
83
+ /**
84
+ * The number of comments on the test.
85
+ */
86
+ commentCount: number;
87
+ /**
88
+ * The test creator id.
89
+ */
90
+ creatorId: string | null;
91
+ /**
92
+ * The date the test was archived.
93
+ */
94
+ dateArchived: string | null;
95
+ /**
96
+ * The creation date.
97
+ */
98
+ dateCreated: string;
99
+ /**
100
+ * The last updated date.
101
+ */
102
+ dateUpdated: string;
103
+ /**
104
+ * The test description.
105
+ */
106
+ description: unknown | null;
107
+ /**
108
+ * The test name.
109
+ */
110
+ name: string;
111
+ /**
112
+ * The test number.
113
+ */
114
+ number: number;
115
+ /**
116
+ * The project version (commit) id where the test was created.
117
+ */
118
+ originProjectVersionId: string | null;
119
+ /**
120
+ * The test subtype.
121
+ */
122
+ subtype: string;
123
+ /**
124
+ * Whether the test is suggested or user-created.
125
+ */
126
+ suggested: boolean;
127
+ thresholds: Array<Goal.Threshold>;
128
+ /**
129
+ * The test type.
130
+ */
131
+ type: string;
132
+ /**
133
+ * Whether the test is archived.
134
+ */
135
+ archived?: boolean;
136
+ /**
137
+ * The delay window in seconds. Only applies to tests that use production data.
138
+ */
139
+ delayWindow?: number | null;
140
+ /**
141
+ * The evaluation window in seconds. Only applies to tests that use production
142
+ * data.
143
+ */
144
+ evaluationWindow?: number | null;
145
+ /**
146
+ * Whether the test uses an ML model.
147
+ */
148
+ usesMlModel?: boolean;
149
+ /**
150
+ * Whether the test uses production data (monitoring mode only).
151
+ */
152
+ usesProductionData?: boolean;
153
+ /**
154
+ * Whether the test uses a reference dataset (monitoring mode only).
155
+ */
156
+ usesReferenceDataset?: boolean;
157
+ /**
158
+ * Whether the test uses a training dataset.
159
+ */
160
+ usesTrainingDataset?: boolean;
161
+ /**
162
+ * Whether the test uses a validation dataset.
163
+ */
164
+ usesValidationDataset?: boolean;
165
+ }
166
+ namespace Goal {
167
+ interface Threshold {
168
+ /**
169
+ * The insight name to be evaluated.
170
+ */
171
+ insightName?: string;
172
+ insightParameters?: Array<unknown>;
173
+ /**
174
+ * The measurement to be evaluated.
175
+ */
176
+ measurement?: string;
177
+ /**
178
+ * The operator to be used for the evaluation.
179
+ */
180
+ operator?: string;
181
+ /**
182
+ * The value to be compared.
183
+ */
184
+ value?: number | boolean | string | Array<string>;
185
+ }
186
+ }
187
+ }
188
+ }
189
+ export interface TestResultListParams {
190
+ /**
191
+ * Include archived goals.
192
+ */
193
+ includeArchived?: boolean;
194
+ /**
195
+ * The page to return in a paginated query.
196
+ */
197
+ page?: number;
198
+ /**
199
+ * Maximum number of items to return per page.
200
+ */
201
+ perPage?: number;
202
+ /**
203
+ * Filter list of test results by status. Available statuses are `running`,
204
+ * `passing`, `failing`, `skipped`, and `error`.
205
+ */
206
+ status?: 'running' | 'passing' | 'failing' | 'skipped' | 'error';
207
+ /**
208
+ * Filter objects by test type. Available types are `integrity`, `consistency`,
209
+ * `performance`, `fairness`, and `robustness`.
210
+ */
211
+ type?: 'integrity' | 'consistency' | 'performance' | 'fairness' | 'robustness';
212
+ }
213
+ export declare namespace TestResults {
214
+ export import TestResultListResponse = TestResultsAPI.TestResultListResponse;
215
+ export import TestResultListParams = TestResultsAPI.TestResultListParams;
216
+ }
217
+ //# sourceMappingURL=test-results.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-results.d.ts","sourceRoot":"","sources":["../../src/resources/commits/test-results.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.TestResults = void 0;
5
+ const resource_1 = require("../../resource.js");
6
+ const core_1 = require("../../core.js");
7
+ class TestResults extends resource_1.APIResource {
8
+ list(id, query = {}, options) {
9
+ if ((0, core_1.isRequestOptions)(query)) {
10
+ return this.list(id, {}, query);
11
+ }
12
+ return this._client.get(`/versions/${id}/results`, { query, ...options });
13
+ }
14
+ }
15
+ exports.TestResults = TestResults;
16
+ (function (TestResults) {
17
+ })(TestResults = exports.TestResults || (exports.TestResults = {}));
18
+ //# sourceMappingURL=test-results.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-results.js","sourceRoot":"","sources":["../../src/resources/commits/test-results.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAGtF,gDAA6C;AAC7C,wCAA8C;AAG9C,MAAa,WAAY,SAAQ,sBAAW;IAU1C,IAAI,CACF,EAAU,EACV,QAAoD,EAAE,EACtD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC;SACjC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,aAAa,EAAE,UAAU,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;CACF;AApBD,kCAoBC;AA6PD,WAAiB,WAAW;AAG5B,CAAC,EAHgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAG3B"}
@@ -0,0 +1,14 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../resource.mjs";
3
+ import { isRequestOptions } from "../../core.mjs";
4
+ export class TestResults extends APIResource {
5
+ list(id, query = {}, options) {
6
+ if (isRequestOptions(query)) {
7
+ return this.list(id, {}, query);
8
+ }
9
+ return this._client.get(`/versions/${id}/results`, { query, ...options });
10
+ }
11
+ }
12
+ (function (TestResults) {
13
+ })(TestResults || (TestResults = {}));
14
+ //# sourceMappingURL=test-results.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-results.mjs","sourceRoot":"","sources":["../../src/resources/commits/test-results.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAG/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;AAG3B,MAAM,OAAO,WAAY,SAAQ,WAAW;IAU1C,IAAI,CACF,EAAU,EACV,QAAoD,EAAE,EACtD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC;SACjC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,aAAa,EAAE,UAAU,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;CACF;AA6PD,WAAiB,WAAW;AAG5B,CAAC,EAHgB,WAAW,KAAX,WAAW,QAG3B"}
@@ -0,0 +1,4 @@
1
+ export { Commits } from "./commits/commits.js";
2
+ export { InferencePipelines } from "./inference-pipelines/inference-pipelines.js";
3
+ export { ProjectListResponse, ProjectListParams, Projects } from "./projects/projects.js";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,2CAA2C,CAAC;AAC/E,OAAO,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Projects = exports.InferencePipelines = exports.Commits = void 0;
5
+ var commits_1 = require("./commits/commits.js");
6
+ Object.defineProperty(exports, "Commits", { enumerable: true, get: function () { return commits_1.Commits; } });
7
+ var inference_pipelines_1 = require("./inference-pipelines/inference-pipelines.js");
8
+ Object.defineProperty(exports, "InferencePipelines", { enumerable: true, get: function () { return inference_pipelines_1.InferencePipelines; } });
9
+ var projects_1 = require("./projects/projects.js");
10
+ Object.defineProperty(exports, "Projects", { enumerable: true, get: function () { return projects_1.Projects; } });
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA4C;AAAnC,kGAAA,OAAO,OAAA;AAChB,oFAA+E;AAAtE,yHAAA,kBAAkB,OAAA;AAC3B,mDAAuF;AAAtC,oGAAA,QAAQ,OAAA"}
@@ -0,0 +1,5 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { Commits } from "./commits/commits.mjs";
3
+ export { InferencePipelines } from "./inference-pipelines/inference-pipelines.mjs";
4
+ export { Projects } from "./projects/projects.mjs";
5
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,OAAO,EAAE;OACX,EAAE,kBAAkB,EAAE;OACtB,EAA0C,QAAQ,EAAE"}