@executor-js/plugin-openapi 1.5.14 → 1.5.16
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/AddOpenApiSource-U7AYB224.js +369 -0
- package/dist/AddOpenApiSource-U7AYB224.js.map +1 -0
- package/dist/{OpenApiAccountsPanel-Y2RGBSSL.js → OpenApiAccountsPanel-GHFHHE6P.js} +15 -39
- package/dist/OpenApiAccountsPanel-GHFHHE6P.js.map +1 -0
- package/dist/{UpdateSpecSection-MIZ5GLBM.js → UpdateSpecSection-PLCBUU4I.js} +4 -4
- package/dist/UpdateSpecSection-PLCBUU4I.js.map +1 -0
- package/dist/api/group.d.ts +0 -21
- package/dist/api/index.d.ts +0 -21
- package/dist/{chunk-PNOEE3ET.js → chunk-3FM2SWM4.js} +643 -569
- package/dist/chunk-3FM2SWM4.js.map +1 -0
- package/dist/chunk-CKBX4SXK.js +95 -0
- package/dist/chunk-CKBX4SXK.js.map +1 -0
- package/dist/{chunk-GS5YN6J4.js → chunk-CPPTKUOW.js} +5 -14
- package/dist/chunk-CPPTKUOW.js.map +1 -0
- package/dist/{chunk-RFSMGUBJ.js → chunk-KVPUDOJZ.js} +83 -8
- package/dist/chunk-KVPUDOJZ.js.map +1 -0
- package/dist/{chunk-PAHWRRS3.js → chunk-QQFCICLX.js} +4 -13
- package/dist/chunk-QQFCICLX.js.map +1 -0
- package/dist/client.js +4 -5
- package/dist/client.js.map +1 -1
- package/dist/core.js +25 -15
- package/dist/core.js.map +1 -1
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/dist/react/atoms.d.ts +0 -22
- package/dist/react/client.d.ts +0 -21
- package/dist/react/index.d.ts +2 -0
- package/dist/sdk/backing.d.ts +54 -0
- package/dist/sdk/config.d.ts +0 -2
- package/dist/sdk/derive-auth.d.ts +5 -3
- package/dist/sdk/extract.d.ts +12 -1
- package/dist/sdk/index.d.ts +2 -1
- package/dist/sdk/invoke.d.ts +12 -1
- package/dist/sdk/plugin.d.ts +4 -10
- package/dist/sdk/presets.d.ts +0 -1
- package/dist/sdk/preview.d.ts +79 -0
- package/dist/sdk/types.d.ts +53 -0
- package/dist/testing/index.d.ts +0 -6
- package/package.json +6 -5
- package/dist/AddOpenApiSource-7TI5XUUY.js +0 -765
- package/dist/AddOpenApiSource-7TI5XUUY.js.map +0 -1
- package/dist/OpenApiAccountsPanel-Y2RGBSSL.js.map +0 -1
- package/dist/UpdateSpecSection-MIZ5GLBM.js.map +0 -1
- package/dist/chunk-GS5YN6J4.js.map +0 -1
- package/dist/chunk-I2XDCVVM.js +0 -712
- package/dist/chunk-I2XDCVVM.js.map +0 -1
- package/dist/chunk-MZWZQ24W.js +0 -226
- package/dist/chunk-MZWZQ24W.js.map +0 -1
- package/dist/chunk-PAHWRRS3.js.map +0 -1
- package/dist/chunk-PNOEE3ET.js.map +0 -1
- package/dist/chunk-RFSMGUBJ.js.map +0 -1
- package/dist/react/GoogleProductPicker.d.ts +0 -9
- package/dist/sdk/google-discovery.d.ts +0 -43
- package/dist/sdk/google-discovery.test.d.ts +0 -1
- package/dist/sdk/google-oauth-batches.d.ts +0 -13
- package/dist/sdk/google-oauth-batches.test.d.ts +0 -1
- package/dist/sdk/google-oauth-scopes.d.ts +0 -3
- package/dist/sdk/google-oauth-scopes.test.d.ts +0 -1
- package/dist/sdk/google-presets.d.ts +0 -16
- package/dist/sdk/google-presets.test.d.ts +0 -1
- package/dist/sdk/google-product-picker-scopes.test.d.ts +0 -1
- /package/dist/sdk/{google-bundle.test.d.ts → store.test.d.ts} +0 -0
package/dist/api/index.d.ts
CHANGED
|
@@ -108,14 +108,6 @@ export declare const openApiHttpPlugin: import("@executor-js/sdk/core").Configur
|
|
|
108
108
|
}>>>;
|
|
109
109
|
}>>;
|
|
110
110
|
readonly operationCount: import("effect/Schema").Number;
|
|
111
|
-
readonly operations: import("effect/Schema").$Array<import("effect/Schema").Struct<{
|
|
112
|
-
readonly operationId: import("effect/Schema").String;
|
|
113
|
-
readonly method: import("effect/Schema").Literals<readonly ["get", "put", "post", "delete", "patch", "head", "options", "trace"]>;
|
|
114
|
-
readonly path: import("effect/Schema").String;
|
|
115
|
-
readonly summary: import("effect/Schema").OptionFromOptional<import("effect/Schema").String>;
|
|
116
|
-
readonly tags: import("effect/Schema").$Array<import("effect/Schema").String>;
|
|
117
|
-
readonly deprecated: import("effect/Schema").Boolean;
|
|
118
|
-
}>>;
|
|
119
111
|
readonly tags: import("effect/Schema").$Array<import("effect/Schema").String>;
|
|
120
112
|
readonly securitySchemes: import("effect/Schema").$Array<import("effect/Schema").Struct<{
|
|
121
113
|
readonly name: import("effect/Schema").String;
|
|
@@ -165,12 +157,6 @@ export declare const openApiHttpPlugin: import("@executor-js/sdk/core").Configur
|
|
|
165
157
|
}>, import("effect/Schema").Struct<{
|
|
166
158
|
readonly kind: import("effect/Schema").Literal<"blob">;
|
|
167
159
|
readonly value: import("effect/Schema").String;
|
|
168
|
-
}>, import("effect/Schema").Struct<{
|
|
169
|
-
readonly kind: import("effect/Schema").Literal<"googleDiscovery">;
|
|
170
|
-
readonly url: import("effect/Schema").String;
|
|
171
|
-
}>, import("effect/Schema").Struct<{
|
|
172
|
-
readonly kind: import("effect/Schema").Literal<"googleDiscoveryBundle">;
|
|
173
|
-
readonly urls: import("effect/Schema").$Array<import("effect/Schema").String>;
|
|
174
160
|
}>]>;
|
|
175
161
|
readonly slug: import("effect/Schema").String;
|
|
176
162
|
readonly name: import("effect/Schema").optional<import("effect/Schema").String>;
|
|
@@ -212,7 +198,6 @@ export declare const openApiHttpPlugin: import("@executor-js/sdk/core").Configur
|
|
|
212
198
|
slug: import("effect/Schema").String;
|
|
213
199
|
}>>, import("effect/unstable/httpapi/HttpApiEndpoint").StringTree<never>, import("effect/unstable/httpapi/HttpApiEndpoint").StringTree<never>, import("effect/unstable/httpapi/HttpApiEndpoint").StringTree<never>, import("effect/unstable/httpapi/HttpApiEndpoint").Json<import("effect/Schema").NullOr<import("effect/Schema").Struct<{
|
|
214
200
|
readonly sourceUrl: import("effect/Schema").optional<import("effect/Schema").String>;
|
|
215
|
-
readonly googleDiscoveryUrls: import("effect/Schema").optional<import("effect/Schema").$Array<import("effect/Schema").String>>;
|
|
216
201
|
readonly baseUrl: import("effect/Schema").optional<import("effect/Schema").String>;
|
|
217
202
|
readonly headers: import("effect/Schema").optional<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").String>>;
|
|
218
203
|
readonly queryParams: import("effect/Schema").optional<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").String>>;
|
|
@@ -285,12 +270,6 @@ export declare const openApiHttpPlugin: import("@executor-js/sdk/core").Configur
|
|
|
285
270
|
}>, import("effect/Schema").Struct<{
|
|
286
271
|
readonly kind: import("effect/Schema").Literal<"blob">;
|
|
287
272
|
readonly value: import("effect/Schema").String;
|
|
288
|
-
}>, import("effect/Schema").Struct<{
|
|
289
|
-
readonly kind: import("effect/Schema").Literal<"googleDiscovery">;
|
|
290
|
-
readonly url: import("effect/Schema").String;
|
|
291
|
-
}>, import("effect/Schema").Struct<{
|
|
292
|
-
readonly kind: import("effect/Schema").Literal<"googleDiscoveryBundle">;
|
|
293
|
-
readonly urls: import("effect/Schema").$Array<import("effect/Schema").String>;
|
|
294
273
|
}>]>>;
|
|
295
274
|
}>>, import("effect/unstable/httpapi/HttpApiEndpoint").StringTree<never>, import("effect/unstable/httpapi/HttpApiEndpoint").Json<import("effect/Schema").Struct<{
|
|
296
275
|
readonly slug: import("effect/Schema").brand<import("effect/Schema").String, "IntegrationSlug">;
|