Skip to content

Commit bfedb18

Browse files
committed
Revert "Temporarily make all files updateable"
This reverts commit 5d9e40d.
1 parent 0ff1cc3 commit bfedb18

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.fernignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ reference.md
1818
MIGRATE.md
1919

2020
# Custom Pipedream client files
21+
src/api/resources/index.ts
22+
src/api/types/index.ts
2123
src/browser/index.ts
2224
src/index.ts
2325
src/wrapper
@@ -26,3 +28,31 @@ src/wrapper
2628
# have to override some parts.
2729
src/Client.ts
2830

31+
# 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
36+
37+
# Custom configuration props files
38+
src/api/types/ConfiguredProps.ts
39+
src/serialization/types/ConfiguredProps.ts
40+
41+
# Custom Proxy files
42+
src/api/resources/proxy/client/requests/ProxyPutRequest.ts
43+
src/api/resources/proxy/client/requests/ProxyGetRequest.ts
44+
src/api/resources/proxy/client/requests/index.ts
45+
src/api/resources/proxy/client/requests/ProxyPostRequest.ts
46+
src/api/resources/proxy/client/requests/ProxyPatchRequest.ts
47+
src/api/resources/proxy/client/requests/ProxyDeleteRequest.ts
48+
src/api/resources/proxy/client/Client.ts
49+
src/api/resources/proxy/client/index.ts
50+
51+
# Custom Workflow files
52+
src/api/resources/workflows/client/requests/InvokeWorkflowForExternalUserOpts.ts
53+
src/api/resources/workflows/client/requests/index.ts
54+
src/api/resources/workflows/client/requests/InvokeWorkflowOpts.ts
55+
src/api/resources/workflows/client/Client.ts
56+
src/api/resources/workflows/client/index.ts
57+
src/api/resources/workflows/index.ts
58+
src/api/types/HTTPAuthType.ts

0 commit comments

Comments
 (0)