scorecard-ai 0.2.0 → 0.2.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.
@@ -77,7 +77,7 @@ class Run {
77
77
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
78
78
  "X-Fern-Language": "JavaScript",
79
79
  "X-Fern-SDK-Name": "scorecard-ai",
80
- "X-Fern-SDK-Version": "0.2.0",
80
+ "X-Fern-SDK-Version": "0.2.1",
81
81
  },
82
82
  contentType: "application/json",
83
83
  body: yield serializers.RunCreateParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -169,7 +169,7 @@ class Run {
169
169
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
170
170
  "X-Fern-Language": "JavaScript",
171
171
  "X-Fern-SDK-Name": "scorecard-ai",
172
- "X-Fern-SDK-Version": "0.2.0",
172
+ "X-Fern-SDK-Version": "0.2.1",
173
173
  },
174
174
  contentType: "application/json",
175
175
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -262,7 +262,7 @@ class Run {
262
262
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
263
263
  "X-Fern-Language": "JavaScript",
264
264
  "X-Fern-SDK-Name": "scorecard-ai",
265
- "X-Fern-SDK-Version": "0.2.0",
265
+ "X-Fern-SDK-Version": "0.2.1",
266
266
  },
267
267
  contentType: "application/json",
268
268
  body: yield serializers.UpdateStatusParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -71,7 +71,7 @@ class Score {
71
71
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
72
72
  "X-Fern-Language": "JavaScript",
73
73
  "X-Fern-SDK-Name": "scorecard-ai",
74
- "X-Fern-SDK-Version": "0.2.0",
74
+ "X-Fern-SDK-Version": "0.2.1",
75
75
  },
76
76
  contentType: "application/json",
77
77
  body: yield serializers.ScoreCreateParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -163,7 +163,7 @@ class Score {
163
163
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
164
164
  "X-Fern-Language": "JavaScript",
165
165
  "X-Fern-SDK-Name": "scorecard-ai",
166
- "X-Fern-SDK-Version": "0.2.0",
166
+ "X-Fern-SDK-Version": "0.2.1",
167
167
  },
168
168
  contentType: "application/json",
169
169
  body: yield serializers.ScoreUpdateParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -71,7 +71,7 @@ class Testcase {
71
71
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
72
72
  "X-Fern-Language": "JavaScript",
73
73
  "X-Fern-SDK-Name": "scorecard-ai",
74
- "X-Fern-SDK-Version": "0.2.0",
74
+ "X-Fern-SDK-Version": "0.2.1",
75
75
  },
76
76
  contentType: "application/json",
77
77
  body: yield serializers.TestcaseCreateParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -163,7 +163,7 @@ class Testcase {
163
163
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
164
164
  "X-Fern-Language": "JavaScript",
165
165
  "X-Fern-SDK-Name": "scorecard-ai",
166
- "X-Fern-SDK-Version": "0.2.0",
166
+ "X-Fern-SDK-Version": "0.2.1",
167
167
  },
168
168
  contentType: "application/json",
169
169
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -254,7 +254,7 @@ class Testcase {
254
254
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
255
255
  "X-Fern-Language": "JavaScript",
256
256
  "X-Fern-SDK-Name": "scorecard-ai",
257
- "X-Fern-SDK-Version": "0.2.0",
257
+ "X-Fern-SDK-Version": "0.2.1",
258
258
  },
259
259
  contentType: "application/json",
260
260
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -69,7 +69,7 @@ class Testrecord {
69
69
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "scorecard-ai",
72
- "X-Fern-SDK-Version": "0.2.0",
72
+ "X-Fern-SDK-Version": "0.2.1",
73
73
  },
74
74
  contentType: "application/json",
75
75
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -160,7 +160,7 @@ class Testrecord {
160
160
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
161
161
  "X-Fern-Language": "JavaScript",
162
162
  "X-Fern-SDK-Name": "scorecard-ai",
163
- "X-Fern-SDK-Version": "0.2.0",
163
+ "X-Fern-SDK-Version": "0.2.1",
164
164
  },
165
165
  contentType: "application/json",
166
166
  body: yield serializers.TestrecordCreateParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -69,7 +69,7 @@ class Testset {
69
69
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "scorecard-ai",
72
- "X-Fern-SDK-Version": "0.2.0",
72
+ "X-Fern-SDK-Version": "0.2.1",
73
73
  },
74
74
  contentType: "application/json",
75
75
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -160,7 +160,7 @@ class Testset {
160
160
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
161
161
  "X-Fern-Language": "JavaScript",
162
162
  "X-Fern-SDK-Name": "scorecard-ai",
163
- "X-Fern-SDK-Version": "0.2.0",
163
+ "X-Fern-SDK-Version": "0.2.1",
164
164
  },
165
165
  contentType: "application/json",
166
166
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -253,7 +253,7 @@ class Testset {
253
253
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
254
254
  "X-Fern-Language": "JavaScript",
255
255
  "X-Fern-SDK-Name": "scorecard-ai",
256
- "X-Fern-SDK-Version": "0.2.0",
256
+ "X-Fern-SDK-Version": "0.2.1",
257
257
  },
258
258
  contentType: "application/json",
259
259
  body: yield serializers.TestsetCreateParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -345,7 +345,7 @@ class Testset {
345
345
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
346
346
  "X-Fern-Language": "JavaScript",
347
347
  "X-Fern-SDK-Name": "scorecard-ai",
348
- "X-Fern-SDK-Version": "0.2.0",
348
+ "X-Fern-SDK-Version": "0.2.1",
349
349
  },
350
350
  contentType: "application/json",
351
351
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -444,7 +444,7 @@ class Testset {
444
444
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
445
445
  "X-Fern-Language": "JavaScript",
446
446
  "X-Fern-SDK-Name": "scorecard-ai",
447
- "X-Fern-SDK-Version": "0.2.0",
447
+ "X-Fern-SDK-Version": "0.2.1",
448
448
  },
449
449
  contentType: "application/json",
450
450
  queryParameters: _queryParams,
@@ -77,7 +77,7 @@ class Run {
77
77
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
78
78
  "X-Fern-Language": "JavaScript",
79
79
  "X-Fern-SDK-Name": "scorecard-ai",
80
- "X-Fern-SDK-Version": "0.2.0",
80
+ "X-Fern-SDK-Version": "0.2.1",
81
81
  },
82
82
  contentType: "application/json",
83
83
  body: yield serializers.RunCreateParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -169,7 +169,7 @@ class Run {
169
169
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
170
170
  "X-Fern-Language": "JavaScript",
171
171
  "X-Fern-SDK-Name": "scorecard-ai",
172
- "X-Fern-SDK-Version": "0.2.0",
172
+ "X-Fern-SDK-Version": "0.2.1",
173
173
  },
174
174
  contentType: "application/json",
175
175
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -262,7 +262,7 @@ class Run {
262
262
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
263
263
  "X-Fern-Language": "JavaScript",
264
264
  "X-Fern-SDK-Name": "scorecard-ai",
265
- "X-Fern-SDK-Version": "0.2.0",
265
+ "X-Fern-SDK-Version": "0.2.1",
266
266
  },
267
267
  contentType: "application/json",
268
268
  body: yield serializers.UpdateStatusParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -71,7 +71,7 @@ class Score {
71
71
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
72
72
  "X-Fern-Language": "JavaScript",
73
73
  "X-Fern-SDK-Name": "scorecard-ai",
74
- "X-Fern-SDK-Version": "0.2.0",
74
+ "X-Fern-SDK-Version": "0.2.1",
75
75
  },
76
76
  contentType: "application/json",
77
77
  body: yield serializers.ScoreCreateParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -163,7 +163,7 @@ class Score {
163
163
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
164
164
  "X-Fern-Language": "JavaScript",
165
165
  "X-Fern-SDK-Name": "scorecard-ai",
166
- "X-Fern-SDK-Version": "0.2.0",
166
+ "X-Fern-SDK-Version": "0.2.1",
167
167
  },
168
168
  contentType: "application/json",
169
169
  body: yield serializers.ScoreUpdateParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -71,7 +71,7 @@ class Testcase {
71
71
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
72
72
  "X-Fern-Language": "JavaScript",
73
73
  "X-Fern-SDK-Name": "scorecard-ai",
74
- "X-Fern-SDK-Version": "0.2.0",
74
+ "X-Fern-SDK-Version": "0.2.1",
75
75
  },
76
76
  contentType: "application/json",
77
77
  body: yield serializers.TestcaseCreateParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -163,7 +163,7 @@ class Testcase {
163
163
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
164
164
  "X-Fern-Language": "JavaScript",
165
165
  "X-Fern-SDK-Name": "scorecard-ai",
166
- "X-Fern-SDK-Version": "0.2.0",
166
+ "X-Fern-SDK-Version": "0.2.1",
167
167
  },
168
168
  contentType: "application/json",
169
169
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -254,7 +254,7 @@ class Testcase {
254
254
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
255
255
  "X-Fern-Language": "JavaScript",
256
256
  "X-Fern-SDK-Name": "scorecard-ai",
257
- "X-Fern-SDK-Version": "0.2.0",
257
+ "X-Fern-SDK-Version": "0.2.1",
258
258
  },
259
259
  contentType: "application/json",
260
260
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -69,7 +69,7 @@ class Testrecord {
69
69
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "scorecard-ai",
72
- "X-Fern-SDK-Version": "0.2.0",
72
+ "X-Fern-SDK-Version": "0.2.1",
73
73
  },
74
74
  contentType: "application/json",
75
75
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -160,7 +160,7 @@ class Testrecord {
160
160
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
161
161
  "X-Fern-Language": "JavaScript",
162
162
  "X-Fern-SDK-Name": "scorecard-ai",
163
- "X-Fern-SDK-Version": "0.2.0",
163
+ "X-Fern-SDK-Version": "0.2.1",
164
164
  },
165
165
  contentType: "application/json",
166
166
  body: yield serializers.TestrecordCreateParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -69,7 +69,7 @@ class Testset {
69
69
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "scorecard-ai",
72
- "X-Fern-SDK-Version": "0.2.0",
72
+ "X-Fern-SDK-Version": "0.2.1",
73
73
  },
74
74
  contentType: "application/json",
75
75
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -160,7 +160,7 @@ class Testset {
160
160
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
161
161
  "X-Fern-Language": "JavaScript",
162
162
  "X-Fern-SDK-Name": "scorecard-ai",
163
- "X-Fern-SDK-Version": "0.2.0",
163
+ "X-Fern-SDK-Version": "0.2.1",
164
164
  },
165
165
  contentType: "application/json",
166
166
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -253,7 +253,7 @@ class Testset {
253
253
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
254
254
  "X-Fern-Language": "JavaScript",
255
255
  "X-Fern-SDK-Name": "scorecard-ai",
256
- "X-Fern-SDK-Version": "0.2.0",
256
+ "X-Fern-SDK-Version": "0.2.1",
257
257
  },
258
258
  contentType: "application/json",
259
259
  body: yield serializers.TestsetCreateParams.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -345,7 +345,7 @@ class Testset {
345
345
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
346
346
  "X-Fern-Language": "JavaScript",
347
347
  "X-Fern-SDK-Name": "scorecard-ai",
348
- "X-Fern-SDK-Version": "0.2.0",
348
+ "X-Fern-SDK-Version": "0.2.1",
349
349
  },
350
350
  contentType: "application/json",
351
351
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -444,7 +444,7 @@ class Testset {
444
444
  "X-API-Key": yield core.Supplier.get(this._options.apiKey),
445
445
  "X-Fern-Language": "JavaScript",
446
446
  "X-Fern-SDK-Name": "scorecard-ai",
447
- "X-Fern-SDK-Version": "0.2.0",
447
+ "X-Fern-SDK-Version": "0.2.1",
448
448
  },
449
449
  contentType: "application/json",
450
450
  queryParameters: _queryParams,
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "scorecard-ai",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
+ "license": "Apache-2.0",
4
5
  "private": false,
5
6
  "repository": "https://github.com/scorecard-ai/scorecard-node",
6
7
  "main": "./index.js",
@@ -24,4 +25,4 @@
24
25
  "prettier": "2.7.1",
25
26
  "typescript": "4.6.4"
26
27
  }
27
- }
28
+ }