Skip to content

Commit 5d9e40d

Browse files
committed
Temporarily make all files updateable
1 parent c821544 commit 5d9e40d

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.fernignore

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,40 +17,10 @@ reference.md
1717
MIGRATE.md
1818

1919
# Custom Pipedream client files
20-
src/api/resources/index.ts
21-
src/api/types/index.ts
2220
src/browser/index.ts
2321
src/index.ts
2422
src/wrapper
2523

2624
# Ideally, we shouldn't. But until Fern supports the changes that we've made we
2725
# have to override some parts.
2826

29-
# Custom auth files
30-
src/core/auth/index.ts
31-
src/core/auth/ConnectTokenProvider.ts
32-
src/core/auth/StaticTokenProvider.ts
33-
src/core/auth/TokenProvider.ts
34-
35-
# Custom configuration props files
36-
src/api/types/ConfiguredProps.ts
37-
src/serialization/types/ConfiguredProps.ts
38-
39-
# Custom Proxy files
40-
src/api/resources/proxy/client/requests/ProxyPutRequest.ts
41-
src/api/resources/proxy/client/requests/ProxyGetRequest.ts
42-
src/api/resources/proxy/client/requests/index.ts
43-
src/api/resources/proxy/client/requests/ProxyPostRequest.ts
44-
src/api/resources/proxy/client/requests/ProxyPatchRequest.ts
45-
src/api/resources/proxy/client/requests/ProxyDeleteRequest.ts
46-
src/api/resources/proxy/client/Client.ts
47-
src/api/resources/proxy/client/index.ts
48-
49-
# Custom Workflow files
50-
src/api/resources/workflows/client/requests/InvokeWorkflowForExternalUserOpts.ts
51-
src/api/resources/workflows/client/requests/index.ts
52-
src/api/resources/workflows/client/requests/InvokeWorkflowOpts.ts
53-
src/api/resources/workflows/client/Client.ts
54-
src/api/resources/workflows/client/index.ts
55-
src/api/resources/workflows/index.ts
56-
src/api/types/HTTPAuthType.ts

0 commit comments

Comments
 (0)