Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit b01f870

Browse files
committed
sdk: shuffle stuff around
Signed-off-by: Stephan Renatus <stephan@styra.com>
1 parent a6a27db commit b01f870

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.speakeasy/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
configVersion: 2.0.0
22
generation:
3-
sdkClassName: opa
3+
sdkClassName: opaApiClient
44
maintainOpenAPIOrder: true
55
usageSnippets:
66
optionalPropertyRendering: withExample
@@ -37,6 +37,6 @@ typescript:
3737
inputModelSuffix: input
3838
maxMethodParams: 4
3939
outputModelSuffix: output
40-
packageName: opa
40+
packageName: "@styra/opa"
4141
responseFormat: envelope-http
4242
templateVersion: v2

src/highlevel/highlevel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Opa } from "../sdk";
1+
import { OpaOpenApiClient as Opa } from "../sdk";
22
import type { Input, Result } from "../models/components";
33
import {
44
ExecutePolicyWithInputResponse,

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
* Originally generated by Speakeasy (https://speakeasyapi.dev).
33
*/
44

5-
export * from "./sdk";
65
export * from "./lib/config";
76
export * from "./highlevel";

0 commit comments

Comments
 (0)