@executor-js/plugin-openapi 1.5.15 → 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.
Files changed (59) hide show
  1. package/dist/AddOpenApiSource-U7AYB224.js +369 -0
  2. package/dist/AddOpenApiSource-U7AYB224.js.map +1 -0
  3. package/dist/{OpenApiAccountsPanel-X5Z5XKRM.js → OpenApiAccountsPanel-GHFHHE6P.js} +15 -39
  4. package/dist/OpenApiAccountsPanel-GHFHHE6P.js.map +1 -0
  5. package/dist/{UpdateSpecSection-Z2DEEWZW.js → UpdateSpecSection-PLCBUU4I.js} +4 -4
  6. package/dist/UpdateSpecSection-PLCBUU4I.js.map +1 -0
  7. package/dist/api/group.d.ts +0 -21
  8. package/dist/api/index.d.ts +0 -21
  9. package/dist/{chunk-ZTOOUP67.js → chunk-3FM2SWM4.js} +542 -580
  10. package/dist/chunk-3FM2SWM4.js.map +1 -0
  11. package/dist/chunk-CKBX4SXK.js +95 -0
  12. package/dist/chunk-CKBX4SXK.js.map +1 -0
  13. package/dist/{chunk-NJ4Q3VF4.js → chunk-CPPTKUOW.js} +5 -14
  14. package/dist/chunk-CPPTKUOW.js.map +1 -0
  15. package/dist/{chunk-O54VFSWE.js → chunk-KVPUDOJZ.js} +18 -4
  16. package/dist/chunk-KVPUDOJZ.js.map +1 -0
  17. package/dist/{chunk-PAHWRRS3.js → chunk-QQFCICLX.js} +4 -13
  18. package/dist/chunk-QQFCICLX.js.map +1 -0
  19. package/dist/client.js +4 -5
  20. package/dist/client.js.map +1 -1
  21. package/dist/core.js +25 -15
  22. package/dist/core.js.map +1 -1
  23. package/dist/index.js +4 -5
  24. package/dist/index.js.map +1 -1
  25. package/dist/react/atoms.d.ts +0 -22
  26. package/dist/react/client.d.ts +0 -21
  27. package/dist/react/index.d.ts +2 -0
  28. package/dist/sdk/backing.d.ts +54 -0
  29. package/dist/sdk/config.d.ts +0 -2
  30. package/dist/sdk/derive-auth.d.ts +5 -3
  31. package/dist/sdk/index.d.ts +2 -1
  32. package/dist/sdk/plugin.d.ts +4 -10
  33. package/dist/sdk/presets.d.ts +0 -1
  34. package/dist/sdk/preview.d.ts +79 -0
  35. package/dist/testing/index.d.ts +0 -6
  36. package/package.json +6 -5
  37. package/dist/AddOpenApiSource-IRMLVLDK.js +0 -765
  38. package/dist/AddOpenApiSource-IRMLVLDK.js.map +0 -1
  39. package/dist/OpenApiAccountsPanel-X5Z5XKRM.js.map +0 -1
  40. package/dist/UpdateSpecSection-Z2DEEWZW.js.map +0 -1
  41. package/dist/chunk-MZWZQ24W.js +0 -226
  42. package/dist/chunk-MZWZQ24W.js.map +0 -1
  43. package/dist/chunk-NJ4Q3VF4.js.map +0 -1
  44. package/dist/chunk-O54VFSWE.js.map +0 -1
  45. package/dist/chunk-PAHWRRS3.js.map +0 -1
  46. package/dist/chunk-UOLBAX5D.js +0 -712
  47. package/dist/chunk-UOLBAX5D.js.map +0 -1
  48. package/dist/chunk-ZTOOUP67.js.map +0 -1
  49. package/dist/react/GoogleProductPicker.d.ts +0 -9
  50. package/dist/sdk/google-discovery.d.ts +0 -43
  51. package/dist/sdk/google-discovery.test.d.ts +0 -1
  52. package/dist/sdk/google-oauth-batches.d.ts +0 -13
  53. package/dist/sdk/google-oauth-batches.test.d.ts +0 -1
  54. package/dist/sdk/google-oauth-scopes.d.ts +0 -3
  55. package/dist/sdk/google-oauth-scopes.test.d.ts +0 -1
  56. package/dist/sdk/google-presets.d.ts +0 -16
  57. package/dist/sdk/google-presets.test.d.ts +0 -1
  58. package/dist/sdk/google-product-picker-scopes.test.d.ts +0 -1
  59. /package/dist/sdk/{google-bundle.test.d.ts → store.test.d.ts} +0 -0
@@ -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">;