-
Notifications
You must be signed in to change notification settings - Fork 1
[ PROD] - finance API release (Engagements and points supports) #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
b54c0f1
6132900
f50661a
6a02b8a
3ac3642
0821d3d
2ff5c5b
9d9a2e0
1ae2bd7
22bde35
04a8b80
8ece24f
20f451c
c30c95c
2fd842e
10f1292
da2892f
8e6383f
dfa03f6
88ba3df
eca984b
63d25bd
87dde0d
8e4748d
0888eb8
860ac06
4158375
ade3baa
1cf23ed
81db939
8d17205
9de6171
ed2f18d
21623d9
987d4c1
cbcd819
45f34e8
74b5f22
7767a72
640ddc0
51e60ab
03ce88b
4448678
83bcf6d
f9f93d3
cfbfac7
dea070b
a4617c8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,6 +74,7 @@ workflows: | |
| branches: | ||
| only: | ||
| - dev | ||
| - engagements | ||
| - 'build-prod': | ||
| context: org-global | ||
| filters: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,4 +26,4 @@ main | |
|
|
||
| .env | ||
| node_modules | ||
| dist | ||
| dist | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| export * from "./index" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
|
|
||
| /* !!! This is code generated by Prisma. Do not edit directly. !!! | ||
| /* eslint-disable */ | ||
| module.exports = { ...require('.') } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [ |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| export * from "./index" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [💡 |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
|
|
||
| /* !!! This is code generated by Prisma. Do not edit directly. !!! | ||
| /* eslint-disable */ | ||
| module.exports = { ...require('#main-entry-point') } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [❗❗ |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| export * from "./default" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [💡 |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[💡
style]Consider adding a newline at the end of the file to comply with POSIX standards. This can prevent potential issues with some tools and version control systems that expect a newline at the end of files.