bereach 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +99 -94
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
package/README.md
CHANGED
|
@@ -5,6 +5,11 @@ Developer-friendly & type-safe Typescript SDK specifically catered to leverage *
|
|
|
5
5
|
[](https://www.speakeasy.com/?utm_source=bereach&utm_campaign=typescript)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
|
+
|
|
9
|
+
<br /><br />
|
|
10
|
+
> [!IMPORTANT]
|
|
11
|
+
> This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/bereach/bereach). Delete this section before > publishing to a package manager.
|
|
12
|
+
|
|
8
13
|
<!-- Start Summary [summary] -->
|
|
9
14
|
## Summary
|
|
10
15
|
|
|
@@ -69,7 +74,7 @@ yarn add bereach
|
|
|
69
74
|
<!-- Start Requirements [requirements] -->
|
|
70
75
|
## Requirements
|
|
71
76
|
|
|
72
|
-
For supported JavaScript runtimes, please consult [RUNTIMES.md](
|
|
77
|
+
For supported JavaScript runtimes, please consult [RUNTIMES.md](RUNTIMES.md).
|
|
73
78
|
<!-- End Requirements [requirements] -->
|
|
74
79
|
|
|
75
80
|
<!-- Start SDK Example Usage [usage] -->
|
|
@@ -139,57 +144,57 @@ run();
|
|
|
139
144
|
<details open>
|
|
140
145
|
<summary>Available methods</summary>
|
|
141
146
|
|
|
142
|
-
### [Campaigns](
|
|
147
|
+
### [Campaigns](docs/sdks/campaigns/README.md)
|
|
143
148
|
|
|
144
|
-
* [~~filter~~](
|
|
145
|
-
* [getStatus](
|
|
146
|
-
* [syncActions](
|
|
147
|
-
* [getStats](
|
|
149
|
+
* [~~filter~~](docs/sdks/campaigns/README.md#filter) - Check if campaign actions are completed :warning: **Deprecated**
|
|
150
|
+
* [getStatus](docs/sdks/campaigns/README.md#getstatus) - Query per-profile action status within a campaign
|
|
151
|
+
* [syncActions](docs/sdks/campaigns/README.md#syncactions) - Mark actions as completed without performing them
|
|
152
|
+
* [getStats](docs/sdks/campaigns/README.md#getstats) - Get aggregate campaign statistics
|
|
148
153
|
|
|
149
|
-
### [LinkedinActions](
|
|
154
|
+
### [LinkedinActions](docs/sdks/linkedinactions/README.md)
|
|
150
155
|
|
|
151
|
-
* [connectProfile](
|
|
152
|
-
* [listInvitations](
|
|
153
|
-
* [acceptInvitation](
|
|
154
|
-
* [sendMessage](
|
|
155
|
-
* [replyToComment](
|
|
156
|
-
* [likeComment](
|
|
157
|
-
* [publishPost](
|
|
156
|
+
* [connectProfile](docs/sdks/linkedinactions/README.md#connectprofile) - Send LinkedIn connection request
|
|
157
|
+
* [listInvitations](docs/sdks/linkedinactions/README.md#listinvitations) - List received LinkedIn connection invitations
|
|
158
|
+
* [acceptInvitation](docs/sdks/linkedinactions/README.md#acceptinvitation) - Accept a LinkedIn connection invitation
|
|
159
|
+
* [sendMessage](docs/sdks/linkedinactions/README.md#sendmessage) - Send LinkedIn message
|
|
160
|
+
* [replyToComment](docs/sdks/linkedinactions/README.md#replytocomment) - Reply to a LinkedIn comment
|
|
161
|
+
* [likeComment](docs/sdks/linkedinactions/README.md#likecomment) - Like a LinkedIn comment
|
|
162
|
+
* [publishPost](docs/sdks/linkedinactions/README.md#publishpost) - Publish or schedule a LinkedIn post
|
|
158
163
|
|
|
159
|
-
### [LinkedinChat](
|
|
164
|
+
### [LinkedinChat](docs/sdks/linkedinchat/README.md)
|
|
160
165
|
|
|
161
|
-
* [listConversations](
|
|
162
|
-
* [searchConversations](
|
|
163
|
-
* [findConversation](
|
|
164
|
-
* [getMessages](
|
|
166
|
+
* [listConversations](docs/sdks/linkedinchat/README.md#listconversations) - List LinkedIn inbox conversations
|
|
167
|
+
* [searchConversations](docs/sdks/linkedinchat/README.md#searchconversations) - Search LinkedIn conversations
|
|
168
|
+
* [findConversation](docs/sdks/linkedinchat/README.md#findconversation) - Find a conversation with a specific person
|
|
169
|
+
* [getMessages](docs/sdks/linkedinchat/README.md#getmessages) - Read messages from a conversation
|
|
165
170
|
|
|
166
|
-
### [LinkedinScrapers](
|
|
171
|
+
### [LinkedinScrapers](docs/sdks/linkedinscrapers/README.md)
|
|
167
172
|
|
|
168
|
-
* [collectLikes](
|
|
169
|
-
* [collectComments](
|
|
170
|
-
* [collectCommentReplies](
|
|
171
|
-
* [collectPosts](
|
|
172
|
-
* [visitProfile](
|
|
173
|
-
* [visitCompany](
|
|
173
|
+
* [collectLikes](docs/sdks/linkedinscrapers/README.md#collectlikes) - Scrape LinkedIn post likes
|
|
174
|
+
* [collectComments](docs/sdks/linkedinscrapers/README.md#collectcomments) - Scrape LinkedIn post comments
|
|
175
|
+
* [collectCommentReplies](docs/sdks/linkedinscrapers/README.md#collectcommentreplies) - Scrape replies to a LinkedIn comment
|
|
176
|
+
* [collectPosts](docs/sdks/linkedinscrapers/README.md#collectposts) - Scrape LinkedIn profile posts
|
|
177
|
+
* [visitProfile](docs/sdks/linkedinscrapers/README.md#visitprofile) - Visit LinkedIn profile and extract contact data
|
|
178
|
+
* [visitCompany](docs/sdks/linkedinscrapers/README.md#visitcompany) - Visit LinkedIn company page and extract profile data
|
|
174
179
|
|
|
175
|
-
### [LinkedinSearch](
|
|
180
|
+
### [LinkedinSearch](docs/sdks/linkedinsearch/README.md)
|
|
176
181
|
|
|
177
|
-
* [unifiedSearch](
|
|
178
|
-
* [searchPosts](
|
|
179
|
-
* [searchPeople](
|
|
180
|
-
* [searchCompanies](
|
|
181
|
-
* [searchJobs](
|
|
182
|
-
* [searchByUrl](
|
|
183
|
-
* [resolveParameters](
|
|
182
|
+
* [unifiedSearch](docs/sdks/linkedinsearch/README.md#unifiedsearch) - Unified LinkedIn Search — posts, people, companies, jobs
|
|
183
|
+
* [searchPosts](docs/sdks/linkedinsearch/README.md#searchposts) - Search LinkedIn Posts
|
|
184
|
+
* [searchPeople](docs/sdks/linkedinsearch/README.md#searchpeople) - Search LinkedIn People
|
|
185
|
+
* [searchCompanies](docs/sdks/linkedinsearch/README.md#searchcompanies) - Search LinkedIn Companies
|
|
186
|
+
* [searchJobs](docs/sdks/linkedinsearch/README.md#searchjobs) - Search LinkedIn Jobs
|
|
187
|
+
* [searchByUrl](docs/sdks/linkedinsearch/README.md#searchbyurl) - Search LinkedIn by URL
|
|
188
|
+
* [resolveParameters](docs/sdks/linkedinsearch/README.md#resolveparameters) - Resolve text to LinkedIn search parameter IDs (typeahead)
|
|
184
189
|
|
|
185
|
-
### [Profile](
|
|
190
|
+
### [Profile](docs/sdks/profile/README.md)
|
|
186
191
|
|
|
187
|
-
* [getLinkedInProfile](
|
|
188
|
-
* [refresh](
|
|
189
|
-
* [getPosts](
|
|
190
|
-
* [getFollowers](
|
|
191
|
-
* [getLimits](
|
|
192
|
-
* [getCredits](
|
|
192
|
+
* [getLinkedInProfile](docs/sdks/profile/README.md#getlinkedinprofile) - Get authenticated user's LinkedIn profile
|
|
193
|
+
* [refresh](docs/sdks/profile/README.md#refresh) - Refresh authenticated user's LinkedIn profile
|
|
194
|
+
* [getPosts](docs/sdks/profile/README.md#getposts) - Get authenticated user's LinkedIn posts
|
|
195
|
+
* [getFollowers](docs/sdks/profile/README.md#getfollowers) - Get authenticated user's LinkedIn followers
|
|
196
|
+
* [getLimits](docs/sdks/profile/README.md#getlimits) - Get current LinkedIn rate limit status
|
|
197
|
+
* [getCredits](docs/sdks/profile/README.md#getcredits) - Get current BeReach credit balance
|
|
193
198
|
|
|
194
199
|
</details>
|
|
195
200
|
<!-- End Available Resources and Operations [operations] -->
|
|
@@ -203,46 +208,46 @@ runtimes or other environments where application bundle size is a primary
|
|
|
203
208
|
concern. When using a bundler to build your application, all unused
|
|
204
209
|
functionality will be either excluded from the final bundle or tree-shaken away.
|
|
205
210
|
|
|
206
|
-
To read more about standalone functions, check [FUNCTIONS.md](
|
|
211
|
+
To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
|
|
207
212
|
|
|
208
213
|
<details>
|
|
209
214
|
|
|
210
215
|
<summary>Available standalone functions</summary>
|
|
211
216
|
|
|
212
|
-
- [`campaignsGetStats`](
|
|
213
|
-
- [`campaignsGetStatus`](
|
|
214
|
-
- [`campaignsSyncActions`](
|
|
215
|
-
- [`linkedinActionsAcceptInvitation`](
|
|
216
|
-
- [`linkedinActionsConnectProfile`](
|
|
217
|
-
- [`linkedinActionsLikeComment`](
|
|
218
|
-
- [`linkedinActionsListInvitations`](
|
|
219
|
-
- [`linkedinActionsPublishPost`](
|
|
220
|
-
- [`linkedinActionsReplyToComment`](
|
|
221
|
-
- [`linkedinActionsSendMessage`](
|
|
222
|
-
- [`linkedinChatFindConversation`](
|
|
223
|
-
- [`linkedinChatGetMessages`](
|
|
224
|
-
- [`linkedinChatListConversations`](
|
|
225
|
-
- [`linkedinChatSearchConversations`](
|
|
226
|
-
- [`linkedinScrapersCollectCommentReplies`](
|
|
227
|
-
- [`linkedinScrapersCollectComments`](
|
|
228
|
-
- [`linkedinScrapersCollectLikes`](
|
|
229
|
-
- [`linkedinScrapersCollectPosts`](
|
|
230
|
-
- [`linkedinScrapersVisitCompany`](
|
|
231
|
-
- [`linkedinScrapersVisitProfile`](
|
|
232
|
-
- [`linkedinSearchResolveParameters`](
|
|
233
|
-
- [`linkedinSearchSearchByUrl`](
|
|
234
|
-
- [`linkedinSearchSearchCompanies`](
|
|
235
|
-
- [`linkedinSearchSearchJobs`](
|
|
236
|
-
- [`linkedinSearchSearchPeople`](
|
|
237
|
-
- [`linkedinSearchSearchPosts`](
|
|
238
|
-
- [`linkedinSearchUnifiedSearch`](
|
|
239
|
-
- [`profileGetCredits`](
|
|
240
|
-
- [`profileGetFollowers`](
|
|
241
|
-
- [`profileGetLimits`](
|
|
242
|
-
- [`profileGetLinkedInProfile`](
|
|
243
|
-
- [`profileGetPosts`](
|
|
244
|
-
- [`profileRefresh`](
|
|
245
|
-
- ~~[`campaignsFilter`](
|
|
217
|
+
- [`campaignsGetStats`](docs/sdks/campaigns/README.md#getstats) - Get aggregate campaign statistics
|
|
218
|
+
- [`campaignsGetStatus`](docs/sdks/campaigns/README.md#getstatus) - Query per-profile action status within a campaign
|
|
219
|
+
- [`campaignsSyncActions`](docs/sdks/campaigns/README.md#syncactions) - Mark actions as completed without performing them
|
|
220
|
+
- [`linkedinActionsAcceptInvitation`](docs/sdks/linkedinactions/README.md#acceptinvitation) - Accept a LinkedIn connection invitation
|
|
221
|
+
- [`linkedinActionsConnectProfile`](docs/sdks/linkedinactions/README.md#connectprofile) - Send LinkedIn connection request
|
|
222
|
+
- [`linkedinActionsLikeComment`](docs/sdks/linkedinactions/README.md#likecomment) - Like a LinkedIn comment
|
|
223
|
+
- [`linkedinActionsListInvitations`](docs/sdks/linkedinactions/README.md#listinvitations) - List received LinkedIn connection invitations
|
|
224
|
+
- [`linkedinActionsPublishPost`](docs/sdks/linkedinactions/README.md#publishpost) - Publish or schedule a LinkedIn post
|
|
225
|
+
- [`linkedinActionsReplyToComment`](docs/sdks/linkedinactions/README.md#replytocomment) - Reply to a LinkedIn comment
|
|
226
|
+
- [`linkedinActionsSendMessage`](docs/sdks/linkedinactions/README.md#sendmessage) - Send LinkedIn message
|
|
227
|
+
- [`linkedinChatFindConversation`](docs/sdks/linkedinchat/README.md#findconversation) - Find a conversation with a specific person
|
|
228
|
+
- [`linkedinChatGetMessages`](docs/sdks/linkedinchat/README.md#getmessages) - Read messages from a conversation
|
|
229
|
+
- [`linkedinChatListConversations`](docs/sdks/linkedinchat/README.md#listconversations) - List LinkedIn inbox conversations
|
|
230
|
+
- [`linkedinChatSearchConversations`](docs/sdks/linkedinchat/README.md#searchconversations) - Search LinkedIn conversations
|
|
231
|
+
- [`linkedinScrapersCollectCommentReplies`](docs/sdks/linkedinscrapers/README.md#collectcommentreplies) - Scrape replies to a LinkedIn comment
|
|
232
|
+
- [`linkedinScrapersCollectComments`](docs/sdks/linkedinscrapers/README.md#collectcomments) - Scrape LinkedIn post comments
|
|
233
|
+
- [`linkedinScrapersCollectLikes`](docs/sdks/linkedinscrapers/README.md#collectlikes) - Scrape LinkedIn post likes
|
|
234
|
+
- [`linkedinScrapersCollectPosts`](docs/sdks/linkedinscrapers/README.md#collectposts) - Scrape LinkedIn profile posts
|
|
235
|
+
- [`linkedinScrapersVisitCompany`](docs/sdks/linkedinscrapers/README.md#visitcompany) - Visit LinkedIn company page and extract profile data
|
|
236
|
+
- [`linkedinScrapersVisitProfile`](docs/sdks/linkedinscrapers/README.md#visitprofile) - Visit LinkedIn profile and extract contact data
|
|
237
|
+
- [`linkedinSearchResolveParameters`](docs/sdks/linkedinsearch/README.md#resolveparameters) - Resolve text to LinkedIn search parameter IDs (typeahead)
|
|
238
|
+
- [`linkedinSearchSearchByUrl`](docs/sdks/linkedinsearch/README.md#searchbyurl) - Search LinkedIn by URL
|
|
239
|
+
- [`linkedinSearchSearchCompanies`](docs/sdks/linkedinsearch/README.md#searchcompanies) - Search LinkedIn Companies
|
|
240
|
+
- [`linkedinSearchSearchJobs`](docs/sdks/linkedinsearch/README.md#searchjobs) - Search LinkedIn Jobs
|
|
241
|
+
- [`linkedinSearchSearchPeople`](docs/sdks/linkedinsearch/README.md#searchpeople) - Search LinkedIn People
|
|
242
|
+
- [`linkedinSearchSearchPosts`](docs/sdks/linkedinsearch/README.md#searchposts) - Search LinkedIn Posts
|
|
243
|
+
- [`linkedinSearchUnifiedSearch`](docs/sdks/linkedinsearch/README.md#unifiedsearch) - Unified LinkedIn Search — posts, people, companies, jobs
|
|
244
|
+
- [`profileGetCredits`](docs/sdks/profile/README.md#getcredits) - Get current BeReach credit balance
|
|
245
|
+
- [`profileGetFollowers`](docs/sdks/profile/README.md#getfollowers) - Get authenticated user's LinkedIn followers
|
|
246
|
+
- [`profileGetLimits`](docs/sdks/profile/README.md#getlimits) - Get current LinkedIn rate limit status
|
|
247
|
+
- [`profileGetLinkedInProfile`](docs/sdks/profile/README.md#getlinkedinprofile) - Get authenticated user's LinkedIn profile
|
|
248
|
+
- [`profileGetPosts`](docs/sdks/profile/README.md#getposts) - Get authenticated user's LinkedIn posts
|
|
249
|
+
- [`profileRefresh`](docs/sdks/profile/README.md#refresh) - Refresh authenticated user's LinkedIn profile
|
|
250
|
+
- ~~[`campaignsFilter`](docs/sdks/campaigns/README.md#filter)~~ - Check if campaign actions are completed :warning: **Deprecated**
|
|
246
251
|
|
|
247
252
|
</details>
|
|
248
253
|
<!-- End Standalone functions [standalone-funcs] -->
|
|
@@ -321,7 +326,7 @@ run();
|
|
|
321
326
|
<!-- Start Error Handling [errors] -->
|
|
322
327
|
## Error Handling
|
|
323
328
|
|
|
324
|
-
[`BereachError`](
|
|
329
|
+
[`BereachError`](./src/models/errors/bereach-error.ts) is the base class for all HTTP error responses. It has the following properties:
|
|
325
330
|
|
|
326
331
|
| Property | Type | Description |
|
|
327
332
|
| ------------------- | ---------- | --------------------------------------------------------------------------------------- |
|
|
@@ -373,31 +378,31 @@ run();
|
|
|
373
378
|
|
|
374
379
|
### Error Classes
|
|
375
380
|
**Primary errors:**
|
|
376
|
-
* [`BereachError`](
|
|
377
|
-
* [`BadRequestError`](
|
|
378
|
-
* [`UnauthorizedError`](
|
|
379
|
-
* [`ForbiddenError`](
|
|
380
|
-
* [`NotFoundError`](
|
|
381
|
-
* [`ConflictError`](
|
|
382
|
-
* [`GoneError`](
|
|
383
|
-
* [`UnprocessableEntityError`](
|
|
384
|
-
* [`TooManyRequestsError`](
|
|
385
|
-
* [`InternalServerError`](
|
|
381
|
+
* [`BereachError`](./src/models/errors/bereach-error.ts): The base class for HTTP error responses.
|
|
382
|
+
* [`BadRequestError`](./src/models/errors/bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`.
|
|
383
|
+
* [`UnauthorizedError`](./src/models/errors/unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`.
|
|
384
|
+
* [`ForbiddenError`](./src/models/errors/forbidden-error.ts): The client does not have access rights to the content. Status code `403`.
|
|
385
|
+
* [`NotFoundError`](./src/models/errors/not-found-error.ts): The server cannot find the requested resource. Status code `404`.
|
|
386
|
+
* [`ConflictError`](./src/models/errors/conflict-error.ts): The request conflicts with the current state of the server. Status code `409`.
|
|
387
|
+
* [`GoneError`](./src/models/errors/gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`.
|
|
388
|
+
* [`UnprocessableEntityError`](./src/models/errors/unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`.
|
|
389
|
+
* [`TooManyRequestsError`](./src/models/errors/too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`.
|
|
390
|
+
* [`InternalServerError`](./src/models/errors/internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`.
|
|
386
391
|
|
|
387
392
|
<details><summary>Less common errors (6)</summary>
|
|
388
393
|
|
|
389
394
|
<br />
|
|
390
395
|
|
|
391
396
|
**Network errors:**
|
|
392
|
-
* [`ConnectionError`](
|
|
393
|
-
* [`RequestTimeoutError`](
|
|
394
|
-
* [`RequestAbortedError`](
|
|
395
|
-
* [`InvalidRequestError`](
|
|
396
|
-
* [`UnexpectedClientError`](
|
|
397
|
+
* [`ConnectionError`](./src/models/errors/http-client-errors.ts): HTTP client was unable to make a request to a server.
|
|
398
|
+
* [`RequestTimeoutError`](./src/models/errors/http-client-errors.ts): HTTP request timed out due to an AbortSignal signal.
|
|
399
|
+
* [`RequestAbortedError`](./src/models/errors/http-client-errors.ts): HTTP request was aborted by the client.
|
|
400
|
+
* [`InvalidRequestError`](./src/models/errors/http-client-errors.ts): Any input used to create a request is invalid.
|
|
401
|
+
* [`UnexpectedClientError`](./src/models/errors/http-client-errors.ts): Unrecognised or unexpected error.
|
|
397
402
|
|
|
398
403
|
|
|
399
|
-
**Inherit from [`BereachError`](
|
|
400
|
-
* [`ResponseValidationError`](
|
|
404
|
+
**Inherit from [`BereachError`](./src/models/errors/bereach-error.ts)**:
|
|
405
|
+
* [`ResponseValidationError`](./src/models/errors/response-validation-error.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
|
|
401
406
|
|
|
402
407
|
</details>
|
|
403
408
|
<!-- End Error Handling [errors] -->
|
package/esm/lib/config.d.ts
CHANGED
|
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
31
31
|
export declare const SDK_METADATA: {
|
|
32
32
|
readonly language: "typescript";
|
|
33
33
|
readonly openapiDocVersion: "0.0.8";
|
|
34
|
-
readonly sdkVersion: "0.1.
|
|
34
|
+
readonly sdkVersion: "0.1.4";
|
|
35
35
|
readonly genVersion: "2.846.4";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.1.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.1.4 2.846.4 0.0.8 bereach";
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.d.ts.map
|
package/esm/lib/config.js
CHANGED
|
@@ -27,8 +27,8 @@ export function serverURLFromOptions(options) {
|
|
|
27
27
|
export const SDK_METADATA = {
|
|
28
28
|
language: "typescript",
|
|
29
29
|
openapiDocVersion: "0.0.8",
|
|
30
|
-
sdkVersion: "0.1.
|
|
30
|
+
sdkVersion: "0.1.4",
|
|
31
31
|
genVersion: "2.846.4",
|
|
32
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
32
|
+
userAgent: "speakeasy-sdk/typescript 0.1.4 2.846.4 0.0.8 bereach",
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=config.js.map
|
package/jsr.json
CHANGED
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -61,7 +61,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
61
61
|
export const SDK_METADATA = {
|
|
62
62
|
language: "typescript",
|
|
63
63
|
openapiDocVersion: "0.0.8",
|
|
64
|
-
sdkVersion: "0.1.
|
|
64
|
+
sdkVersion: "0.1.4",
|
|
65
65
|
genVersion: "2.846.4",
|
|
66
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
66
|
+
userAgent: "speakeasy-sdk/typescript 0.1.4 2.846.4 0.0.8 bereach",
|
|
67
67
|
} as const;
|