Skip to content

Commit 86769d7

Browse files
committed
## Typescript SDK Changes:
* `ragie.authenticators.createAuthenticatorConnection()`: * `request.createAuthenticatorConnection.connection.[sharepoint].data` **Changed** **Breaking** ⚠️
1 parent 16299b4 commit 86769d7

File tree

26 files changed

+3067
-641
lines changed

26 files changed

+3067
-641
lines changed

.speakeasy/gen.lock

Lines changed: 3002 additions & 605 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ generation:
2424
schemas:
2525
allOfMergeStrategy: shallowMerge
2626
requestBodyFieldName: ""
27+
persistentEdits: {}
2728
tests:
2829
generateTests: true
2930
generateNewTests: false
3031
skipResponseBodyAssertions: false
3132
typescript:
32-
version: 1.15.0
33+
version: 1.15.1
3334
acceptHeaderEnum: true
3435
additionalDependencies:
3536
dependencies: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.666.2
1+
speakeasyVersion: 1.675.4
22
sources:
33
local:
44
sourceNamespace: local
@@ -9,20 +9,20 @@ sources:
99
- 1.0.0
1010
ragie.ai_spec:
1111
sourceNamespace: ragie-ai-spec
12-
sourceRevisionDigest: sha256:39cce74edc22101544a07a499981a152e21956f0137918a46f476588a1cdf6cd
13-
sourceBlobDigest: sha256:a22c999509cdd6474b98285d7817a37144395e18b30f5aafb607c1aae334a4f1
12+
sourceRevisionDigest: sha256:f23830e85f76f22307f37a12ad0c16e88db1e1d720071bba6bf7d39b7899885b
13+
sourceBlobDigest: sha256:683e0038a7b0cb6904f13ad50bc77206011020234bd1dfd34563211a9a3108ec
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1764721446
16+
- speakeasy-sdk-regen-1765153541
1717
- 1.0.0
1818
targets:
1919
ragie:
2020
source: ragie.ai_spec
2121
sourceNamespace: ragie-ai-spec
22-
sourceRevisionDigest: sha256:39cce74edc22101544a07a499981a152e21956f0137918a46f476588a1cdf6cd
23-
sourceBlobDigest: sha256:a22c999509cdd6474b98285d7817a37144395e18b30f5aafb607c1aae334a4f1
22+
sourceRevisionDigest: sha256:f23830e85f76f22307f37a12ad0c16e88db1e1d720071bba6bf7d39b7899885b
23+
sourceBlobDigest: sha256:683e0038a7b0cb6904f13ad50bc77206011020234bd1dfd34563211a9a3108ec
2424
codeSamplesNamespace: ragie-ai-spec-typescript-code-samples
25-
codeSamplesRevisionDigest: sha256:55ad1148c5b1921b6a41b8f0a07c2b68f0458ca42e0a3f593d83759bd953973b
25+
codeSamplesRevisionDigest: sha256:1f63818e23c2c02ebe0a65b5b12c352ab2ebead9e64288586ed5fb295bf4860d
2626
workflow:
2727
workflowVersion: 1.0.0
2828
speakeasyVersion: latest

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -286,14 +286,14 @@ run();
286286
<details open>
287287
<summary>Available methods</summary>
288288

289-
### [authenticators](docs/sdks/authenticators/README.md)
289+
### [Authenticators](docs/sdks/authenticators/README.md)
290290

291291
* [create](docs/sdks/authenticators/README.md#create) - Create Authenticator
292292
* [list](docs/sdks/authenticators/README.md#list) - List Authenticators
293293
* [createAuthenticatorConnection](docs/sdks/authenticators/README.md#createauthenticatorconnection) - Create Authenticator Connection
294294
* [deleteAuthenticatorConnection](docs/sdks/authenticators/README.md#deleteauthenticatorconnection) - Delete Authenticator
295295

296-
### [connections](docs/sdks/connections/README.md)
296+
### [Connections](docs/sdks/connections/README.md)
297297

298298
* [createConnection](docs/sdks/connections/README.md#createconnection) - Create Connection
299299
* [list](docs/sdks/connections/README.md#list) - List Connections
@@ -307,7 +307,7 @@ run();
307307
* [delete](docs/sdks/connections/README.md#delete) - Delete Connection
308308
* [sync](docs/sdks/connections/README.md#sync) - Sync Connection
309309

310-
### [documents](docs/sdks/documents/README.md)
310+
### [Documents](docs/sdks/documents/README.md)
311311

312312
* [create](docs/sdks/documents/README.md#create) - Create Document
313313
* [list](docs/sdks/documents/README.md#list) - List Documents
@@ -326,7 +326,7 @@ run();
326326
* [getSource](docs/sdks/documents/README.md#getsource) - Get Document Source
327327
* [getSummary](docs/sdks/documents/README.md#getsummary) - Get Document Summary
328328

329-
### [entities](docs/sdks/entities/README.md)
329+
### [Entities](docs/sdks/entities/README.md)
330330

331331
* [listInstructions](docs/sdks/entities/README.md#listinstructions) - List Instructions
332332
* [createInstruction](docs/sdks/entities/README.md#createinstruction) - Create Instruction
@@ -335,7 +335,7 @@ run();
335335
* [listByInstruction](docs/sdks/entities/README.md#listbyinstruction) - Get Instruction Extracted Entities
336336
* [listByDocument](docs/sdks/entities/README.md#listbydocument) - Get Document Extracted Entities
337337

338-
### [partitions](docs/sdks/partitions/README.md)
338+
### [Partitions](docs/sdks/partitions/README.md)
339339

340340
* [list](docs/sdks/partitions/README.md#list) - List Partitions
341341
* [create](docs/sdks/partitions/README.md#create) - Create Partition
@@ -344,12 +344,12 @@ run();
344344
* [delete](docs/sdks/partitions/README.md#delete) - Delete Partition
345345
* [setLimits](docs/sdks/partitions/README.md#setlimits) - Set Partition Limits
346346

347-
### [responses](docs/sdks/responses/README.md)
347+
### [Responses](docs/sdks/responses/README.md)
348348

349349
* [create](docs/sdks/responses/README.md#create) - Create Response
350350
* [get](docs/sdks/responses/README.md#get) - Get Response
351351

352-
### [retrievals](docs/sdks/retrievals/README.md)
352+
### [Retrievals](docs/sdks/retrievals/README.md)
353353

354354
* [retrieve](docs/sdks/retrievals/README.md#retrieve) - Retrieve
355355

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,14 @@ Based on:
368368
### Generated
369369
- [typescript v1.15.0] .
370370
### Releases
371-
- [NPM v1.15.0] https://www.npmjs.com/package/ragie/v/1.15.0 - .
371+
- [NPM v1.15.0] https://www.npmjs.com/package/ragie/v/1.15.0 - .
372+
373+
## 2025-12-12 00:24:46
374+
### Changes
375+
Based on:
376+
- OpenAPI Doc
377+
- Speakeasy CLI 1.675.4 (2.779.2) https://github.com/speakeasy-api/speakeasy
378+
### Generated
379+
- [typescript v1.15.1] .
380+
### Releases
381+
- [NPM v1.15.1] https://www.npmjs.com/package/ragie/v/1.15.1 - .

docs/models/components/authenticatorsharepointconnection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ let value: AuthenticatorSharepointConnection = {
1111
site: {
1212
id: "<id>",
1313
name: "<value>",
14+
displayName: "Boris78",
1415
},
1516
drive: {
1617
id: "<id>",

docs/models/components/createauthenticatorconnectionconnection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ const value: components.AuthenticatorSharepointConnection = {
150150
site: {
151151
id: "<id>",
152152
name: "<value>",
153+
displayName: "Boris78",
153154
},
154155
drive: {
155156
id: "<id>",

docs/models/components/sharepointdata.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ let value: SharepointData = {
99
site: {
1010
id: "<id>",
1111
name: "<value>",
12+
displayName: "Boris78",
1213
},
1314
drive: {
1415
id: "<id>",
@@ -18,7 +19,8 @@ let value: SharepointData = {
1819
{
1920
id: "<id>",
2021
name: "<value>",
21-
type: "folder",
22+
path: "/System",
23+
type: "file",
2224
driveId: "<id>",
2325
},
2426
],

docs/models/components/sharepointfiledata.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import { SharepointFileData } from "ragie/models/components";
88
let value: SharepointFileData = {
99
id: "<id>",
1010
name: "<value>",
11-
type: "folder",
11+
path: "/rescue",
12+
type: "file",
1213
driveId: "<id>",
1314
};
1415
```
@@ -19,5 +20,6 @@ let value: SharepointFileData = {
1920
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
2021
| `id` | *string* | :heavy_check_mark: | N/A |
2122
| `name` | *string* | :heavy_check_mark: | N/A |
23+
| `path` | *string* | :heavy_check_mark: | N/A |
2224
| `type` | [components.Type](../../models/components/type.md) | :heavy_check_mark: | N/A |
2325
| `driveId` | *string* | :heavy_check_mark: | N/A |

docs/models/components/sharepointsitedata.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { SharepointSiteData } from "ragie/models/components";
88
let value: SharepointSiteData = {
99
id: "<id>",
1010
name: "<value>",
11+
displayName: "Veronica.Grant90",
1112
};
1213
```
1314

@@ -16,4 +17,5 @@ let value: SharepointSiteData = {
1617
| Field | Type | Required | Description |
1718
| ------------------ | ------------------ | ------------------ | ------------------ |
1819
| `id` | *string* | :heavy_check_mark: | N/A |
19-
| `name` | *string* | :heavy_check_mark: | N/A |
20+
| `name` | *string* | :heavy_check_mark: | N/A |
21+
| `displayName` | *string* | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)