Skip to content

Commit e1ee331

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.118.1
1 parent eaa8314 commit e1ee331

26 files changed

+150
-115
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ import { Ding } from "@ding-live/ding";
7373

7474
```
7575

76-
### Retry an authentication
76+
### Perform a retry
7777

78-
Retry an authentication if a user has not received the code.
78+
Perform a retry if a user has not received the code.
7979

8080

8181
```typescript
@@ -105,13 +105,13 @@ import { Ding } from "@ding-live/ding";
105105

106106
### [otp](docs/sdks/otp/README.md)
107107

108-
* [check](docs/sdks/otp/README.md#check) - Check an authentication code
109-
* [createAutentication](docs/sdks/otp/README.md#createautentication) - Create an authentication
110-
* [retry](docs/sdks/otp/README.md#retry) - Retry an authentication
108+
* [check](docs/sdks/otp/README.md#check) - Check a code
109+
* [createAutentication](docs/sdks/otp/README.md#createautentication) - Send a code
110+
* [retry](docs/sdks/otp/README.md#retry) - Perform a retry
111111

112112
### [lookup](docs/sdks/lookup/README.md)
113113

114-
* [lookup](docs/sdks/lookup/README.md#lookup) - Lookup a phone number
114+
* [lookup](docs/sdks/lookup/README.md#lookup) - Lookup a number
115115
<!-- End SDK Available Operations -->
116116

117117
<!-- Start Dev Containers -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,14 @@ Based on:
3636
### Generated
3737
- [typescript v0.2.2] .
3838
### Releases
39-
- [NPM v0.2.2] https://www.npmjs.com/package/@ding-live/ding/v/0.2.2 - .
39+
- [NPM v0.2.2] https://www.npmjs.com/package/@ding-live/ding/v/0.2.2 - .
40+
41+
## 2023-11-09 17:31:59
42+
### Changes
43+
Based on:
44+
- OpenAPI Doc 1.0.0
45+
- Speakeasy CLI 1.118.1 (2.187.4) https://github.com/speakeasy-api/speakeasy
46+
### Generated
47+
- [typescript v0.2.3] .
48+
### Releases
49+
- [NPM v0.2.3] https://www.npmjs.com/package/@ding-live/ding/v/0.2.3 - .

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ import { Ding } from "@ding-live/ding";
5151

5252
```
5353

54-
### Retry an authentication
54+
### Perform a retry
5555

56-
Retry an authentication if a user has not received the code.
56+
Perform a retry if a user has not received the code.
5757

5858

5959
```typescript

docs/models/components/createauthenticationresponse.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ A successful response to an authentication creation request.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
10-
| `authenticationUuid` | *string* | :heavy_minus_sign: | A unique identifier for the authentication that you can use on the /check and /retry endpoints. |
11-
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
12-
| `expiresAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The time at which the authentication expires and can no longer be checked or retried. |
13-
| `status` | [components.Status](../../models/components/status.md) | :heavy_minus_sign: | The status of the authentication. |
8+
| Field | Type | Required | Description |
9+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `authenticationUuid` | *string* | :heavy_minus_sign: | A unique identifier for the authentication that you can use on the /check and /retry endpoints. |
11+
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
12+
| `expiresAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The time at which the authentication expires and can no longer be checked or retried. |
13+
| `status` | [components.Status](../../models/components/status.md) | :heavy_minus_sign: | The status of the authentication. Possible values are:<br/> * `pending` - The OTP code is being sent.<br/> * `rate_limited` - This user is rate-limited and cannot receive another code.<br/> * `spam_detected` - This attempt is flagged as spam. Go to the dashboard for more details.<br/> |

0 commit comments

Comments
 (0)