File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,21 @@ reference.md
1818MIGRATE.md
1919
2020# Custom Pipedream client files
21+ src/api/resources/index.ts
22+ src/api/types/index.ts
23+ src/browser/index.ts
24+ src/index.ts
25+ src/wrapper
2126
2227# Ideally, we shouldn't. But until Fern supports the changes that we've made we
2328# have to override some parts.
29+ src/Client.ts
2430
2531# Custom auth files
32+ src/core/auth/index.ts
33+ src/core/auth/ConnectTokenProvider.ts
34+ src/core/auth/StaticTokenProvider.ts
35+ src/core/auth/TokenProvider.ts
2636
2737# Custom configuration props files
2838src/api/types/ConfiguredProps.ts
@@ -45,3 +55,4 @@ src/api/resources/workflows/client/requests/InvokeWorkflowOpts.ts
4555src/api/resources/workflows/client/Client.ts
4656src/api/resources/workflows/client/index.ts
4757src/api/resources/workflows/index.ts
58+ src/api/types/HTTPAuthType.ts
You can’t perform that action at this time.
0 commit comments