@gravity-ai/api 0.1.1 → 0.1.2
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/index.js +0 -2
- package/dist/index.mjs +0 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -130,8 +130,6 @@ var Client = class {
|
|
|
130
130
|
try {
|
|
131
131
|
const body = {
|
|
132
132
|
...params,
|
|
133
|
-
// Prefer explicit apiKey in params, else use client's apiKey
|
|
134
|
-
apiKey: params.apiKey ?? this.apiKey,
|
|
135
133
|
// Use request-level excludedTopics, or fall back to client-level
|
|
136
134
|
excludedTopics: params.excludedTopics ?? this.excludedTopics,
|
|
137
135
|
// Use request-level relevancy, or fall back to client-level
|
package/dist/index.mjs
CHANGED
|
@@ -94,8 +94,6 @@ var Client = class {
|
|
|
94
94
|
try {
|
|
95
95
|
const body = {
|
|
96
96
|
...params,
|
|
97
|
-
// Prefer explicit apiKey in params, else use client's apiKey
|
|
98
|
-
apiKey: params.apiKey ?? this.apiKey,
|
|
99
97
|
// Use request-level excludedTopics, or fall back to client-level
|
|
100
98
|
excludedTopics: params.excludedTopics ?? this.excludedTopics,
|
|
101
99
|
// Use request-level relevancy, or fall back to client-level
|