-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.460.4
- Loading branch information
1 parent
424a799
commit 76662ba
Showing
44 changed files
with
510 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
lockVersion: 2.0.0 | ||
id: 5d762f7e-65e3-46eb-8762-e7545be8964b | ||
management: | ||
docChecksum: 181a6b593e6a56ba8ac24db2a5197152 | ||
docChecksum: 8d92b3448cf456b6461568b5c793b4c1 | ||
docVersion: 3.0.0 | ||
speakeasyVersion: 1.460.3 | ||
speakeasyVersion: 1.460.4 | ||
generationVersion: 2.484.0 | ||
releaseVersion: 0.13.0 | ||
configChecksum: e69b28d2eabdf1379908cf5628957187 | ||
releaseVersion: 0.14.0 | ||
configChecksum: 30954dad6da0c3a20362cce8a8ecc899 | ||
repoURL: https://github.com/PushPress/pushpress-ts.git | ||
installationURL: https://github.com/PushPress/pushpress-ts | ||
published: true | ||
|
@@ -48,6 +48,7 @@ generatedFiles: | |
- RUNTIMES.md | ||
- USAGE.md | ||
- docs/lib/utils/retryconfig.md | ||
- docs/models/components/account.md | ||
- docs/models/components/address.md | ||
- docs/models/components/apikey.md | ||
- docs/models/components/app.md | ||
|
@@ -84,6 +85,8 @@ generatedFiles: | |
- docs/models/components/plan.md | ||
- docs/models/components/policies.md | ||
- docs/models/components/recurrencedetails.md | ||
- docs/models/components/recurrencedetails1.md | ||
- docs/models/components/recurrencedetails2.md | ||
- docs/models/components/reservation.md | ||
- docs/models/components/reservationstatus.md | ||
- docs/models/components/role.md | ||
|
@@ -489,12 +492,12 @@ examples: | |
header: {} | ||
responses: | ||
"200": | ||
application/json: {"id": "usr_1234", "name": {"first": "John", "last": "Doe", "nickname": "jimmy"}, "gender": "male", "dob": "1990-01-01", "address": {"line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "country": "US", "state": "NY", "zip": "12345"}, "assignedToStaffId": null, "profileImage": "https://example.com/profile.jpg", "membershipDetails": {"initialMembershipStartDate": "2022-01-01"}, "email": "[email protected]", "phone": "+1-800-555-1234", "role": "member"} | ||
application/json: {"id": "usr_1234", "name": {"first": "John", "last": "Doe", "nickname": "jimmy"}, "gender": "male", "dob": "1990-01-01", "address": {"line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "country": "US", "state": "NY", "zip": "12345"}, "assignedToStaffId": null, "account": {"type": "primary"}, "profileImage": "https://example.com/profile.jpg", "membershipDetails": {"initialMembershipStartDate": "2022-01-01"}, "email": "[email protected]", "phone": "+1-800-555-1234", "role": "member"} | ||
listCustomers: | ||
speakeasy-default-list-customers: | ||
responses: | ||
"200": | ||
application/json: {"data": {"resultArray": [{"id": "usr_1234", "name": {"first": "John", "last": "Doe", "nickname": "jimmy"}, "gender": "male", "dob": "1990-01-01", "address": {"line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "country": "US", "state": "NY", "zip": "12345"}, "assignedToStaffId": null, "profileImage": "https://example.com/profile.jpg", "membershipDetails": {"initialMembershipStartDate": "2022-01-01"}, "email": "[email protected]", "phone": "+1-800-555-1234", "role": "member"}]}} | ||
application/json: {"data": {"resultArray": [{"id": "usr_1234", "name": {"first": "John", "last": "Doe", "nickname": "jimmy"}, "gender": "male", "dob": "1990-01-01", "address": {"line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "country": "US", "state": "NY", "zip": "12345"}, "assignedToStaffId": null, "account": {"type": "primary"}, "profileImage": "https://example.com/profile.jpg", "membershipDetails": {"initialMembershipStartDate": "2022-01-01"}, "email": "[email protected]", "phone": "+1-800-555-1234", "role": "member"}]}} | ||
"400": | ||
application/json: {"key": "<value>", "key1": "<value>", "key2": "<value>"} | ||
"401": | ||
|
@@ -739,15 +742,15 @@ examples: | |
customerCreatedEvent: | ||
speakeasy-default-customer-created-event: | ||
requestBody: | ||
application/json: {"data": {"id": "usr_1234", "name": {"first": "John", "last": "Doe", "nickname": "jimmy"}, "gender": "male", "dob": "1990-01-01", "address": {"line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "country": "US", "state": "NY", "zip": "12345"}, "assignedToStaffId": null, "profileImage": "https://example.com/profile.jpg", "membershipDetails": {"initialMembershipStartDate": "2022-01-01"}, "email": "[email protected]", "phone": "+1-800-555-1234", "role": "member"}, "created": 453969, "event": "customer.created"} | ||
application/json: {"data": {"id": "usr_1234", "name": {"first": "John", "last": "Doe", "nickname": "jimmy"}, "gender": "male", "dob": "1990-01-01", "address": {"line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "country": "US", "state": "NY", "zip": "12345"}, "assignedToStaffId": null, "account": {"type": "primary"}, "profileImage": "https://example.com/profile.jpg", "membershipDetails": {"initialMembershipStartDate": "2022-01-01"}, "email": "[email protected]", "phone": "+1-800-555-1234", "role": "member"}, "created": 453969, "event": "customer.created"} | ||
customerUpdatedEvent: | ||
speakeasy-default-customer-updated-event: | ||
requestBody: | ||
application/json: {"data": {"id": "usr_1234", "name": {"first": "John", "last": "Doe", "nickname": "jimmy"}, "gender": "male", "dob": "1990-01-01", "address": {"line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "country": "US", "state": "NY", "zip": "12345"}, "assignedToStaffId": null, "profileImage": "https://example.com/profile.jpg", "membershipDetails": {"initialMembershipStartDate": "2022-01-01"}, "email": "[email protected]", "phone": "+1-800-555-1234", "role": "member"}, "previousValues": {"id": "usr_1234", "name": {"first": "John", "last": "Doe", "nickname": "jimmy"}, "gender": "male", "dob": "1990-01-01", "address": {"line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "country": "US", "state": "NY", "zip": "12345"}, "assignedToStaffId": null, "profileImage": "https://example.com/profile.jpg", "membershipDetails": {"initialMembershipStartDate": "2022-01-01"}, "email": "[email protected]", "phone": "+1-800-555-1234", "role": "member"}, "created": 673593, "event": "customer.updated"} | ||
application/json: {"data": {"id": "usr_1234", "name": {"first": "John", "last": "Doe", "nickname": "jimmy"}, "gender": "male", "dob": "1990-01-01", "address": {"line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "country": "US", "state": "NY", "zip": "12345"}, "assignedToStaffId": null, "account": {"type": "primary"}, "profileImage": "https://example.com/profile.jpg", "membershipDetails": {"initialMembershipStartDate": "2022-01-01"}, "email": "[email protected]", "phone": "+1-800-555-1234", "role": "member"}, "previousValues": {"id": "usr_1234", "name": {"first": "John", "last": "Doe", "nickname": "jimmy"}, "gender": "male", "dob": "1990-01-01", "address": {"line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "country": "US", "state": "NY", "zip": "12345"}, "assignedToStaffId": null, "account": {"type": "primary"}, "profileImage": "https://example.com/profile.jpg", "membershipDetails": {"initialMembershipStartDate": "2022-01-01"}, "email": "[email protected]", "phone": "+1-800-555-1234", "role": "member"}, "created": 673593, "event": "customer.updated"} | ||
customerDeletedEvent: | ||
speakeasy-default-customer-deleted-event: | ||
requestBody: | ||
application/json: {"data": {"id": "usr_1234", "name": {"first": "John", "last": "Doe", "nickname": "jimmy"}, "gender": "male", "dob": "1990-01-01", "address": {"line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "country": "US", "state": "NY", "zip": "12345"}, "assignedToStaffId": null, "profileImage": "https://example.com/profile.jpg", "membershipDetails": {"initialMembershipStartDate": "2022-01-01"}, "email": "[email protected]", "phone": "+1-800-555-1234", "role": "member"}, "created": 522524, "event": "customer.deleted"} | ||
application/json: {"data": {"id": "usr_1234", "name": {"first": "John", "last": "Doe", "nickname": "jimmy"}, "gender": "male", "dob": "1990-01-01", "address": {"line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "country": "US", "state": "NY", "zip": "12345"}, "assignedToStaffId": null, "account": {"type": "primary"}, "profileImage": "https://example.com/profile.jpg", "membershipDetails": {"initialMembershipStartDate": "2022-01-01"}, "email": "[email protected]", "phone": "+1-800-555-1234", "role": "member"}, "created": 522524, "event": "customer.deleted"} | ||
classNoShowEvent: | ||
speakeasy-default-class-no-show-event: | ||
requestBody: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Account | ||
|
||
|
||
## Supported Types | ||
|
||
### `components.One` | ||
|
||
```typescript | ||
const value: components.One = { | ||
primaryCustomerId: "<id>", | ||
}; | ||
``` | ||
|
||
### `components.Two` | ||
|
||
```typescript | ||
const value: components.Two = {}; | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
# One | ||
|
||
A linked account may be linked to exactly one primary account. Linked accounts may have limited permissions and depend on the primary account for billing and other functionality. | ||
|
||
## Example Usage | ||
|
||
```typescript | ||
import { One } from "@pushpress/pushpress/models/components"; | ||
|
||
let value: One = { | ||
occurrences: 1201.97, | ||
primaryCustomerId: "<id>", | ||
}; | ||
``` | ||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ------------------ | ------------------ | ------------------ | ------------------ | | ||
| `type` | *string* | :heavy_check_mark: | N/A | | ||
| `occurrences` | *number* | :heavy_check_mark: | N/A | | ||
| Field | Type | Required | Description | | ||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | | ||
| `type` | *string* | :heavy_check_mark: | N/A | | ||
| `primaryCustomerId` | *string* | :heavy_check_mark: | The UUID of the primary account | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# RecurrenceDetails1 | ||
|
||
## Example Usage | ||
|
||
```typescript | ||
import { RecurrenceDetails1 } from "@pushpress/pushpress/models/components"; | ||
|
||
let value: RecurrenceDetails1 = { | ||
occurrences: 1201.97, | ||
}; | ||
``` | ||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ------------------ | ------------------ | ------------------ | ------------------ | | ||
| `type` | *string* | :heavy_check_mark: | N/A | | ||
| `occurrences` | *number* | :heavy_check_mark: | N/A | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# RecurrenceDetails2 | ||
|
||
## Example Usage | ||
|
||
```typescript | ||
import { RecurrenceDetails2 } from "@pushpress/pushpress/models/components"; | ||
|
||
let value: RecurrenceDetails2 = {}; | ||
``` | ||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ------------------ | ------------------ | ------------------ | ------------------ | | ||
| `type` | *string* | :heavy_check_mark: | N/A | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.