Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.7
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 13, 2024
1 parent e1096c4 commit cefd5c1
Show file tree
Hide file tree
Showing 600 changed files with 59,641 additions and 13,757 deletions.
14 changes: 14 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ sources:
tags:
- latest
- main
sync-for-payables-version-1-source:
sourceNamespace: sync-for-payables-version-1-source
sourceRevisionDigest: sha256:d91d7da27f07044c21e155a8787ef998eab1eb641136347c1287053f8e8087fb
sourceBlobDigest: sha256:e1fb1fe0af40cf137b8b320fd75e913c83e54e0a2bb2e80a5af69e0bce409e71
tags:
- latest
- main
sync-for-payroll-source:
sourceNamespace: sync-for-payroll-source
sourceRevisionDigest: sha256:95fbbd9d479c192baabe63b6b95494bf55876fb9007df3657fa51660a8c73431
Expand Down Expand Up @@ -68,6 +75,11 @@ targets:
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:daca0e08a3d44b87bb2242380dfc8be94f2cb83b1ea0a252af7f31f9b0c2c247
sourceBlobDigest: sha256:6ed96ad8ecab289621839d0df446a473e3dc8ea83765e3316020a6670b44da0b
sync-for-payables-version-1-library:
source: sync-for-payables-version-1-source
sourceNamespace: sync-for-payables-version-1-source
sourceRevisionDigest: sha256:d91d7da27f07044c21e155a8787ef998eab1eb641136347c1287053f8e8087fb
sourceBlobDigest: sha256:e1fb1fe0af40cf137b8b320fd75e913c83e54e0a2bb2e80a5af69e0bce409e71
sync-for-payroll-library:
source: sync-for-payroll-source
sourceNamespace: sync-for-payroll-source
Expand Down Expand Up @@ -132,6 +144,8 @@ workflow:
sync-for-payables-version-1-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables-v1.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source
sync-for-payroll-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml
Expand Down
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ sources:
sync-for-payables-version-1-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables-v1.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source
sync-for-payroll-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml
Expand Down
28 changes: 28 additions & 0 deletions previous-versions/sync-for-payables-version-1/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/* eslint-env node */
module.exports = {
root: true,
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/recommended",
"plugin:import/typescript",
],
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
settings: {
"import/resolver": {
typescript: true,
node: true,
},
},
rules: {
// Handled by typescript compiler
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-explicit-any": "off",
"import/no-named-as-default-member": "off",

"import/no-default-export": "error",
},
};
17 changes: 0 additions & 17 deletions previous-versions/sync-for-payables-version-1/.eslintrc.yml

This file was deleted.

17 changes: 17 additions & 0 deletions previous-versions/sync-for-payables-version-1/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
/models
/sdk/models/errors
/sdk/types
/node_modules
/lib
/sdk
/funcs
/hooks
/index.*
/core.*
/cjs
/esm
/dist
/.tsbuildinfo
/.tshy
/.tshy-*
/__tests__
dist/
node_modules/
10 changes: 10 additions & 0 deletions previous-versions/sync-for-payables-version-1/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**/*
!/**/*.ts
!/**/*.js
!/**/*.map

/.eslintrc.js
/cjs
/.tshy
/.tshy-*
/__tests__
Loading

0 comments on commit cefd5c1

Please sign in to comment.