|
| 1 | +speakeasyVersion: 1.376.0 |
| 2 | +sources: |
| 3 | + lending-source: |
| 4 | + sourceNamespace: lending-source |
| 5 | + sourceRevisionDigest: sha256:427764465a99a087e8ddb6115be2b23255a3f0003c5bea2a153870b7f5bf0b26 |
| 6 | + sourceBlobDigest: sha256:7ca97cfd4c993bac385e1da2ed1a467acb50d0bf3893fffd0a811d2f1ea49e91 |
| 7 | + tags: |
| 8 | + - latest |
| 9 | + - main |
| 10 | +targets: |
| 11 | + lending-library: |
| 12 | + source: lending-source |
| 13 | + sourceNamespace: lending-source |
| 14 | + sourceRevisionDigest: sha256:427764465a99a087e8ddb6115be2b23255a3f0003c5bea2a153870b7f5bf0b26 |
| 15 | + sourceBlobDigest: sha256:7ca97cfd4c993bac385e1da2ed1a467acb50d0bf3893fffd0a811d2f1ea49e91 |
| 16 | + outLocation: lending |
| 17 | +workflow: |
| 18 | + workflowVersion: 1.0.0 |
| 19 | + speakeasyVersion: latest |
| 20 | + sources: |
| 21 | + accounting-source: |
| 22 | + inputs: |
| 23 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml |
| 24 | + assess-source: |
| 25 | + inputs: |
| 26 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml |
| 27 | + bank-feeds-source: |
| 28 | + inputs: |
| 29 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml |
| 30 | + registry: |
| 31 | + location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source |
| 32 | + banking-source: |
| 33 | + inputs: |
| 34 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml |
| 35 | + commerce-source: |
| 36 | + inputs: |
| 37 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml |
| 38 | + common-source: |
| 39 | + inputs: |
| 40 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml |
| 41 | + files-source: |
| 42 | + inputs: |
| 43 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml |
| 44 | + lending-source: |
| 45 | + inputs: |
| 46 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml |
| 47 | + registry: |
| 48 | + location: registry.speakeasyapi.dev/codat/codat/lending-source |
| 49 | + platform-source: |
| 50 | + inputs: |
| 51 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml |
| 52 | + registry: |
| 53 | + location: registry.speakeasyapi.dev/codat/codat/platform-source |
| 54 | + sync-for-commerce-source: |
| 55 | + inputs: |
| 56 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml |
| 57 | + registry: |
| 58 | + location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source |
| 59 | + sync-for-commerce-version-1-source: |
| 60 | + inputs: |
| 61 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce-v1.yaml |
| 62 | + sync-for-expenses-source: |
| 63 | + inputs: |
| 64 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml |
| 65 | + registry: |
| 66 | + location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source |
| 67 | + sync-for-expenses-version-1-source: |
| 68 | + inputs: |
| 69 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses-v1.yaml |
| 70 | + sync-for-payables-source: |
| 71 | + inputs: |
| 72 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml |
| 73 | + sync-for-payables-version-1-source: |
| 74 | + inputs: |
| 75 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables-v1.yaml |
| 76 | + sync-for-payroll-source: |
| 77 | + inputs: |
| 78 | + - location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml |
| 79 | + registry: |
| 80 | + location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source |
| 81 | + targets: |
| 82 | + accounting-library: |
| 83 | + target: python |
| 84 | + source: accounting-source |
| 85 | + output: previous-versions/accounting |
| 86 | + publish: |
| 87 | + pypi: |
| 88 | + token: $pypi_token |
| 89 | + assess-library: |
| 90 | + target: python |
| 91 | + source: assess-source |
| 92 | + output: previous-versions/assess |
| 93 | + publish: |
| 94 | + pypi: |
| 95 | + token: $pypi_token |
| 96 | + bank-feeds-library: |
| 97 | + target: python |
| 98 | + source: bank-feeds-source |
| 99 | + output: bank-feeds |
| 100 | + publish: |
| 101 | + pypi: |
| 102 | + token: $pypi_token |
| 103 | + banking-library: |
| 104 | + target: python |
| 105 | + source: banking-source |
| 106 | + output: previous-versions/banking |
| 107 | + publish: |
| 108 | + pypi: |
| 109 | + token: $pypi_token |
| 110 | + commerce-library: |
| 111 | + target: python |
| 112 | + source: commerce-source |
| 113 | + output: previous-versions/commerce |
| 114 | + publish: |
| 115 | + pypi: |
| 116 | + token: $pypi_token |
| 117 | + common-library: |
| 118 | + target: python |
| 119 | + source: common-source |
| 120 | + output: previous-versions/common |
| 121 | + publish: |
| 122 | + pypi: |
| 123 | + token: $pypi_token |
| 124 | + files-library: |
| 125 | + target: python |
| 126 | + source: files-source |
| 127 | + output: previous-versions/files |
| 128 | + publish: |
| 129 | + pypi: |
| 130 | + token: $pypi_token |
| 131 | + lending-library: |
| 132 | + target: python |
| 133 | + source: lending-source |
| 134 | + output: lending |
| 135 | + publish: |
| 136 | + pypi: |
| 137 | + token: $pypi_token |
| 138 | + platform-library: |
| 139 | + target: python |
| 140 | + source: platform-source |
| 141 | + output: platform |
| 142 | + publish: |
| 143 | + pypi: |
| 144 | + token: $pypi_token |
| 145 | + sync-for-commerce-library: |
| 146 | + target: python |
| 147 | + source: sync-for-commerce-source |
| 148 | + output: sync-for-commerce |
| 149 | + publish: |
| 150 | + pypi: |
| 151 | + token: $pypi_token |
| 152 | + sync-for-commerce-version-1-library: |
| 153 | + target: python |
| 154 | + source: sync-for-commerce-version-1-source |
| 155 | + output: previous-versions/sync-for-commerce-version-1 |
| 156 | + publish: |
| 157 | + pypi: |
| 158 | + token: $pypi_token |
| 159 | + sync-for-expenses-library: |
| 160 | + target: python |
| 161 | + source: sync-for-expenses-source |
| 162 | + output: sync-for-expenses |
| 163 | + publish: |
| 164 | + pypi: |
| 165 | + token: $pypi_token |
| 166 | + sync-for-expenses-version-1-library: |
| 167 | + target: python |
| 168 | + source: sync-for-expenses-version-1-source |
| 169 | + output: previous-versions/sync-for-expenses-version-1 |
| 170 | + publish: |
| 171 | + pypi: |
| 172 | + token: $pypi_token |
| 173 | + sync-for-payables-library: |
| 174 | + target: python |
| 175 | + source: sync-for-payables-source |
| 176 | + output: sync-for-payables |
| 177 | + publish: |
| 178 | + pypi: |
| 179 | + token: $pypi_token |
| 180 | + sync-for-payables-version-1-library: |
| 181 | + target: python |
| 182 | + source: sync-for-payables-version-1-source |
| 183 | + output: previous-versions/sync-for-payables-version-1 |
| 184 | + publish: |
| 185 | + pypi: |
| 186 | + token: $pypi_token |
| 187 | + sync-for-payroll-library: |
| 188 | + target: python |
| 189 | + source: sync-for-payroll-source |
| 190 | + output: sync-for-payroll |
| 191 | + publish: |
| 192 | + pypi: |
| 193 | + token: $pypi_token |
0 commit comments