Skip to content

Commit

Permalink
add error dto to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Jan 14, 2025
1 parent cd42839 commit 631b0f7
Show file tree
Hide file tree
Showing 123 changed files with 1,147 additions and 688 deletions.
16 changes: 11 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 6bff3a53-3f0b-40b4-942f-ff70dc583ae5
management:
docChecksum: 75165c94e6d241c75e019bd499116797
docChecksum: 1c4821469e011cb398a8b0c7f58afd08
docVersion: "1.0"
speakeasyVersion: 1.468.5
generationVersion: 2.493.11
releaseVersion: 0.0.1-alpha.191
configChecksum: 8ff98e19159b15db6f8c8ce62d47cb2c
speakeasyVersion: 1.468.6
generationVersion: 2.493.13
releaseVersion: 0.0.1-alpha.192
configChecksum: 156c0767c872bea766d73d9f26931da8
published: true
features:
typescript:
Expand Down Expand Up @@ -300,6 +300,9 @@ generatedFiles:
- docs/models/operations/subscriberscontrollerupdatesubscriberpreferenceresponse.md
- docs/models/operations/subscriberscontrollerupdatesubscriberrequest.md
- docs/models/operations/subscriberscontrollerupdatesubscriberresponse.md
- docs/models/operations/testapiratelimitbulkcontrollerglobalcategorynocostoverriderequest.md
- docs/models/operations/testapiratelimitbulkcontrollernocategorynocostoverriderequest.md
- docs/models/operations/testapiratelimitbulkcontrollernocategorysinglecostoverriderequest.md
- docs/models/operations/testingcontrolleridempotencygetrequest.md
- docs/models/operations/testingcontrolleridempotencygetresponse.md
- docs/models/operations/testingcontrolleridempotencyrequest.md
Expand Down Expand Up @@ -568,6 +571,9 @@ generatedFiles:
- src/models/operations/subscriberscontrollerupdatesubscriberglobalpreferences.ts
- src/models/operations/subscriberscontrollerupdatesubscriberonlineflag.ts
- src/models/operations/subscriberscontrollerupdatesubscriberpreference.ts
- src/models/operations/testapiratelimitbulkcontrollerglobalcategorynocostoverride.ts
- src/models/operations/testapiratelimitbulkcontrollernocategorynocostoverride.ts
- src/models/operations/testapiratelimitbulkcontrollernocategorysinglecostoverride.ts
- src/models/operations/testingcontrolleridempotency.ts
- src/models/operations/testingcontrolleridempotencyget.ts
- src/models/operations/topicscontrollerassign.ts
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 0.0.1-alpha.191
version: 0.0.1-alpha.192
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.468.5
speakeasyVersion: 1.468.6
sources:
json-development:
sourceNamespace: json-development
sourceRevisionDigest: sha256:947d403c6210d4def348841542284055c75f9d523a1bebad3cc1b19379053050
sourceBlobDigest: sha256:b6cb003896457b33a9eff91cb1634e1141c85dabac04dfb4ff98a62fd208b3aa
sourceRevisionDigest: sha256:05066e03e0a9b7ee1d1c9fd66d10ac0b8c738d9d906956726ea65739cc1fcae1
sourceBlobDigest: sha256:4548fd0b0bd7574083b9c8e33fcae4c91e555c8e36b982abf0526753eac85da1
tags:
- latest
- "1.0"
targets:
my-first-target:
source: json-development
sourceNamespace: json-development
sourceRevisionDigest: sha256:947d403c6210d4def348841542284055c75f9d523a1bebad3cc1b19379053050
sourceBlobDigest: sha256:b6cb003896457b33a9eff91cb1634e1141c85dabac04dfb4ff98a62fd208b3aa
sourceRevisionDigest: sha256:05066e03e0a9b7ee1d1c9fd66d10ac0b8c738d9d906956726ea65739cc1fcae1
sourceBlobDigest: sha256:4548fd0b0bd7574083b9c8e33fcae4c91e555c8e36b982abf0526753eac85da1
codeSamplesNamespace: code-samples-typescript
codeSamplesRevisionDigest: sha256:bba06e78002f00eb8d0fa12916a790bfe23a0b1a8eef3b8c636980bb7146dd92
codeSamplesRevisionDigest: sha256:46949a43242b885ecc7e16bcea078e4bf48fd5063fc9fc39a88561e40e430f0c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/messageresponsedto.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ let value: MessageResponseDto = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1710452118474",
updatedAt: "1736830525180",
createdAt: "1710485058067",
updatedAt: "1736863464773",
},
createdAt: "1709232528305",
createdAt: "1709265467897",
content: "<value>",
transactionId: "<id>",
channel: "push",
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/subscriberresponsedto.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ let value: SubscriberResponseDto = {
organizationId: "<id>",
environmentId: "<id>",
deleted: false,
createdAt: "1714475628410",
updatedAt: "1736830737194",
createdAt: "1714508568026",
updatedAt: "1736863676810",
};
```

Expand Down
8 changes: 4 additions & 4 deletions docs/models/operations/eventscontrollercancelrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: EventsControllerCancelRequest = {

## Fields

| Field | Type | Required | Description |
| ---------------------------------- | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
| `transactionId` | *string* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- |
| `transactionId` | *string* | :heavy_check_mark: | N/A |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ let value: IntegrationsControllerGetActiveIntegrationsRequest = {};

## Fields

| Field | Type | Required | Description |
| ---------------------------------- | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
| Field | Type | Required | Description |
| --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: IntegrationsControllerGetWebhookSupportStatusRequest = {

## Fields

| Field | Type | Required | Description |
| ---------------------------------- | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
| `providerOrIntegrationId` | *string* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- |
| `providerOrIntegrationId` | *string* | :heavy_check_mark: | N/A |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ let value: IntegrationsControllerListIntegrationsRequest = {};

## Fields

| Field | Type | Required | Description |
| ---------------------------------- | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
| Field | Type | Required | Description |
| --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: IntegrationsControllerRemoveIntegrationRequest = {

## Fields

| Field | Type | Required | Description |
| ---------------------------------- | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
| `integrationId` | *string* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- |
| `integrationId` | *string* | :heavy_check_mark: | N/A |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: IntegrationsControllerSetIntegrationAsPrimaryRequest = {

## Fields

| Field | Type | Required | Description |
| ---------------------------------- | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
| `integrationId` | *string* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- |
| `integrationId` | *string* | :heavy_check_mark: | N/A |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ let value: IntegrationsControllerUpdateIntegrationByIdRequest = {

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
| `integrationId` | *string* | :heavy_check_mark: | N/A |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
| `updateIntegrationRequestDto` | [components.UpdateIntegrationRequestDto](../../models/components/updateintegrationrequestdto.md) | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let value: MessagesControllerDeleteMessageRequest = {

## Fields

| Field | Type | Required | Description |
| ---------------------------------- | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
| `messageId` | *string* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- |
| `messageId` | *string* | :heavy_check_mark: | N/A |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ let value: MessagesControllerDeleteMessagesByTransactionIdRequest = {

| Field | Type | Required | Description |
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
| `channel` | [operations.Channel](../../models/operations/channel.md) | :heavy_minus_sign: | The channel of the message to be deleted |
| `transactionId` | *string* | :heavy_check_mark: | N/A |
| `transactionId` | *string* | :heavy_check_mark: | N/A |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A header for idempotency purposes |
Loading

0 comments on commit 631b0f7

Please sign in to comment.