Skip to content

Commit 1cb2393

Browse files
speakeasybotsrenatus
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.528.1
1 parent 26a2141 commit 1cb2393

20 files changed

+95
-79
lines changed

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: false
1616
oAuth2PasswordEnabled: false
1717
typescript:
18-
version: 1.7.7
18+
version: 1.7.8
1919
additionalDependencies:
2020
dependencies:
2121
'@styra/ucast-prisma': ^0.1.3

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.526.1
1+
speakeasyVersion: 1.528.1
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:1ddd7b143c6c79753bbc215ea70f865c1c3fa8fe48a252453b55177fc370510b
6-
sourceBlobDigest: sha256:2aa328c885cea466280067d8540a06d364d3e137e4a54ad35797675909c852ef
5+
sourceRevisionDigest: sha256:06256b9e2efb7fdb76c33f3e1b31a05dc52af6bd48de870f12808ae21f1593f4
6+
sourceBlobDigest: sha256:a9712fffb3cc95dfd5f48856b5b2c1daf571383d94c342d634ce1a35eb2579ac
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1743424877
9+
- speakeasy-sdk-regen-1743553564
1010
- 0.2.0
1111
targets:
1212
first-target:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:1ddd7b143c6c79753bbc215ea70f865c1c3fa8fe48a252453b55177fc370510b
16-
sourceBlobDigest: sha256:2aa328c885cea466280067d8540a06d364d3e137e4a54ad35797675909c852ef
15+
sourceRevisionDigest: sha256:06256b9e2efb7fdb76c33f3e1b31a05dc52af6bd48de870f12808ae21f1593f4
16+
sourceBlobDigest: sha256:a9712fffb3cc95dfd5f48856b5b2c1daf571383d94c342d634ce1a35eb2579ac
1717
codeSamplesNamespace: openapi-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:0e0c0008836b5251adf3a110eb192d9fa81bedca7e961b5162fa2df3dd231115
18+
codeSamplesRevisionDigest: sha256:012345b36774c4a3e905d1ba626bece5bcbc1e38273444b805d942b2cc77d92f
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opa/.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 078615ff-ff96-44f8-8aca-2f4d3e687bf0
33
management:
4-
docChecksum: fc9b6d1d95999507f2e7369867a5d48b
4+
docChecksum: c15c25bde92e16e474c88c2f43dc4769
55
docVersion: 0.2.0
6-
speakeasyVersion: 1.526.1
7-
generationVersion: 2.563.0
8-
releaseVersion: 1.7.7
9-
configChecksum: 027af4ed72ee58ec0913278925671c38
6+
speakeasyVersion: 1.528.1
7+
generationVersion: 2.565.1
8+
releaseVersion: 1.7.8
9+
configChecksum: 78ab96d0259aeaa25b764672a3c6dc25
1010
repoURL: https://github.com/StyraInc/opa-typescript.git
1111
repoSubDirectory: packages/opa
1212
installationURL: https://gitpkg.now.sh/StyraInc/opa-typescript/packages/opa

packages/opa/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,4 +493,12 @@ Based on:
493493
- OpenAPI Doc
494494
- Speakeasy CLI 1.526.1 (2.563.0) https://github.com/speakeasy-api/speakeasy
495495
### Generated
496-
- [typescript v1.7.7] packages/opa
496+
- [typescript v1.7.7] packages/opa
497+
498+
## 2025-04-03 00:25:14
499+
### Changes
500+
Based on:
501+
- OpenAPI Doc
502+
- Speakeasy CLI 1.528.1 (2.565.1) https://github.com/speakeasy-api/speakeasy
503+
### Generated
504+
- [typescript v1.7.8] packages/opa

packages/opa/docs/sdk/models/components/compileoptions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ let value: CompileOptions = {};
1616
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
1717
| `disableInlining` | *string*[] | :heavy_minus_sign: | A list of paths to exclude from partial evaluation inlining. |
1818
| `targetDialects` | [components.TargetDialects](../../../sdk/models/components/targetdialects.md)[] | :heavy_minus_sign: | The output targets for partial evaluation. Different targets will have different constraints. |
19-
| `targetSQLTableMappings` | [components.TargetSQLTableMappings](../../../sdk/models/components/targetsqltablemappings.md) | :heavy_minus_sign: | N/A |
19+
| `targetSQLTableMappings` | [components.TargetSQLTableMappings](../../../sdk/models/components/targetsqltablemappings.md) | :heavy_minus_sign: | N/A |
20+
| `maskRule` | *string* | :heavy_minus_sign: | The Rego rule to evaluate for generating column masks. |

packages/opa/docs/sdk/models/components/compileresultsqlresult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ let value: CompileResultSQLResult = {};
1515
| Field | Type | Required | Description |
1616
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
1717
| `query` | *string* | :heavy_minus_sign: | String representing the SQL equivalent of the conditions under which the query is true. |
18-
| `masks` | Record<string, *components.MaskingRule*> | :heavy_minus_sign: | Column masking functions, where the key is the column name, and the value describes which masking function to use. |
18+
| `masks` | Record<string, Record<string, *components.MaskingRule*>> | :heavy_minus_sign: | Column masking functions, where the key is the column name, and the value describes which masking function to use. |
1919
| `additionalProperties` | Record<string, *any*> | :heavy_minus_sign: | N/A |

packages/opa/docs/sdk/models/components/compileresultucastresult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ let value: CompileResultUCASTResult = {};
1515
| Field | Type | Required | Description |
1616
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
1717
| `query` | Record<string, *any*> | :heavy_minus_sign: | UCAST JSON object describing the conditions under which the query is true. |
18-
| `masks` | Record<string, *components.MaskingRule*> | :heavy_minus_sign: | Column masking rules, where the key is the column name, and the value describes which masking function to use. |
18+
| `masks` | Record<string, Record<string, *components.MaskingRule*>> | :heavy_minus_sign: | Column masking rules, where the key is the column name, and the value describes which masking function to use. |
1919
| `additionalProperties` | Record<string, *any*> | :heavy_minus_sign: | N/A |

packages/opa/docs/sdk/models/components/mysql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let value: Mysql = {};
1010

1111
## Fields
1212

13-
| Field | Type | Required | Description |
14-
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
15-
| `query` | *string* | :heavy_minus_sign: | String representing the SQL equivalent of the conditions under which the query is true. |
16-
| `masks` | Record<string, *components.MaskingRule*> | :heavy_minus_sign: | Column masking functions, where the key is the column name, and the value describes which masking function to use. |
13+
| Field | Type | Required | Description |
14+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
15+
| `query` | *string* | :heavy_minus_sign: | String representing the SQL equivalent of the conditions under which the query is true. |
16+
| `masks` | Record<string, Record<string, *components.MaskingRule*>> | :heavy_minus_sign: | Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use. |

packages/opa/docs/sdk/models/components/postgresql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let value: Postgresql = {};
1010

1111
## Fields
1212

13-
| Field | Type | Required | Description |
14-
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
15-
| `query` | *string* | :heavy_minus_sign: | String representing the SQL equivalent of the conditions under which the query is true |
16-
| `masks` | Record<string, *components.MaskingRule*> | :heavy_minus_sign: | Column masking functions, where the key is the column name, and the value describes which masking function to use. |
13+
| Field | Type | Required | Description |
14+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
15+
| `query` | *string* | :heavy_minus_sign: | String representing the SQL equivalent of the conditions under which the query is true |
16+
| `masks` | Record<string, Record<string, *components.MaskingRule*>> | :heavy_minus_sign: | Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use. |

0 commit comments

Comments
 (0)