Skip to content

Commit 4d86b3a

Browse files
committed
ci: regenerated with OpenAPI Doc 3.0.0, Speakeasy CLI 1.190.0
1 parent baf50ba commit 4d86b3a

File tree

400 files changed

+60139
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

400 files changed

+60139
-22
lines changed

sync-for-payroll/.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
#
4+
# Linux start script should use lf
5+
/gradlew text eol=lf
6+
7+
# These are Windows script files and should use crlf
8+
*.bat text eol=crlf
9+
10+
# This allows generated code to be indexed correctly
11+
*.java linguist-generated=false
12+

sync-for-payroll/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Ignore Gradle project-specific cache directory
2+
.gradle
3+
# Ignore Gradle build output directory
4+
build
5+
bin/
6+
# Ignore IDE-specific configs
7+
.project
8+
.settings/
9+
.DS_Store

sync-for-payroll/.speakeasy/gen.lock

Lines changed: 419 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)