Skip to content

Commit

Permalink
Merge pull request #49 from dubinc/speakeasy-sdk-regen-1731716394
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.10.3
  • Loading branch information
devkiran authored Nov 16, 2024
2 parents bc41bd8 + d960189 commit f8f994e
Show file tree
Hide file tree
Showing 31 changed files with 260 additions and 85 deletions.
10 changes: 5 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: 43187d3e-7c3c-4c11-b5d4-4b2334fb6d96
management:
docChecksum: b1ddc6340113bd7c10aec74280cf3844
docChecksum: 8b1b9eb49f7d9c9e3b923b7d3311eb0b
docVersion: 0.0.1
speakeasyVersion: 1.440.0
generationVersion: 2.457.9
releaseVersion: 0.10.2
configChecksum: c7d98d01e27e6e556f7a898e3f95a5a3
speakeasyVersion: 1.440.1
generationVersion: 2.460.1
releaseVersion: 0.10.3
configChecksum: 93f431997437477a9b510659faf92c79
repoURL: https://github.com/dubinc/dub-php.git
installationURL: https://github.com/dubinc/dub-php
published: true
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: true
oAuth2PasswordEnabled: false
php:
version: 0.10.2
version: 0.10.3
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKException
flattenGlobalSecurity: true
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.440.0
speakeasyVersion: 1.440.1
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:4fb1a8aaa1e0052f2e2c765504a950434cb95e4fb95c14e67c70af7263fe72fb
sourceBlobDigest: sha256:3e9e75ae1a152b8231660aaac32900a9fe57ab8cb2c6d612bf5987e5af0d52ab
sourceRevisionDigest: sha256:b2c4cf7d3f05a0ba0896c125c883f881d4e90574e5feacc9e75eb0e988c32c98
sourceBlobDigest: sha256:a71ddcdb25e72fb37ae3eb89a6ecdf3505399a0d9072923900d7973401b09fcc
tags:
- latest
- speakeasy-sdk-regen-1731630033
- speakeasy-sdk-regen-1731716394
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:4fb1a8aaa1e0052f2e2c765504a950434cb95e4fb95c14e67c70af7263fe72fb
sourceBlobDigest: sha256:3e9e75ae1a152b8231660aaac32900a9fe57ab8cb2c6d612bf5987e5af0d52ab
sourceRevisionDigest: sha256:b2c4cf7d3f05a0ba0896c125c883f881d4e90574e5feacc9e75eb0e988c32c98
sourceBlobDigest: sha256:a71ddcdb25e72fb37ae3eb89a6ecdf3505399a0d9072923900d7973401b09fcc
codeSamplesNamespace: code-samples-php-my-first-target
codeSamplesRevisionDigest: sha256:458631d096282ba58739547b443bcaa566c1e59cc4095340fee3d906daa8b50e
codeSamplesRevisionDigest: sha256:495eaee9e56e9d9ed3940c83b8cebd4f3300d24151b3e359ac29a88d13f879f1
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,4 +400,14 @@ Based on:
### Generated
- [php v0.10.2] .
### Releases
- [Composer v0.10.2] https://packagist.org/packages/dub/dub-php#v0.10.2 - .
- [Composer v0.10.2] https://packagist.org/packages/dub/dub-php#v0.10.2 - .

## 2024-11-16 00:19:50
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.440.1 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.10.3] .
### Releases
- [Composer v0.10.3] https://packagist.org/packages/dub/dub-php#v0.10.3 - .
9 changes: 9 additions & 0 deletions docs/Models/Components/LinkWebhookEventEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,27 @@
### `Components\One`

```php
/**
* @var Components\One
*/
Components\One $value = /* values here */
```

### `Components\Two`

```php
/**
* @var Components\Two
*/
Components\Two $value = /* values here */
```

### `Components\Three`

```php
/**
* @var Components\Three
*/
Components\Three $value = /* values here */
```

12 changes: 12 additions & 0 deletions docs/Models/Components/WebhookEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,36 @@ Webhook event schema
### `Components\LinkWebhookEvent`

```php
/**
* @var Components\LinkWebhookEvent
*/
Components\LinkWebhookEvent $value = /* values here */
```

### `Components\LinkClickedEvent`

```php
/**
* @var Components\LinkClickedEvent
*/
Components\LinkClickedEvent $value = /* values here */
```

### `Components\LeadCreatedEvent`

```php
/**
* @var Components\LeadCreatedEvent
*/
Components\LeadCreatedEvent $value = /* values here */
```

### `Components\SaleCreatedEvent`

```php
/**
* @var Components\SaleCreatedEvent
*/
Components\SaleCreatedEvent $value = /* values here */
```

10 changes: 8 additions & 2 deletions docs/Models/Operations/BulkCreateLinksTagIds.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ The unique IDs of the tags assigned to the short link.
### `string`

```php
/**
* @var string
*/
string $value = /* values here */
```

### `array<string>`
### `array`

```php
array<string> $value = /* values here */
/**
* @var array<string>
*/
array $value = /* values here */
```

10 changes: 8 additions & 2 deletions docs/Models/Operations/BulkCreateLinksTagNames.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ The unique name of the tags assigned to the short link (case insensitive).
### `string`

```php
/**
* @var string
*/
string $value = /* values here */
```

### `array<string>`
### `array`

```php
array<string> $value = /* values here */
/**
* @var array<string>
*/
array $value = /* values here */
```

10 changes: 8 additions & 2 deletions docs/Models/Operations/BulkUpdateLinksTagIds.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ The unique IDs of the tags assigned to the short link.
### `string`

```php
/**
* @var string
*/
string $value = /* values here */
```

### `array<string>`
### `array`

```php
array<string> $value = /* values here */
/**
* @var array<string>
*/
array $value = /* values here */
```

10 changes: 8 additions & 2 deletions docs/Models/Operations/BulkUpdateLinksTagNames.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ The unique name of the tags assigned to the short link (case insensitive).
### `string`

```php
/**
* @var string
*/
string $value = /* values here */
```

### `array<string>`
### `array`

```php
array<string> $value = /* values here */
/**
* @var array<string>
*/
array $value = /* values here */
```

10 changes: 8 additions & 2 deletions docs/Models/Operations/GetLinksCountQueryParamTagIds.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ The tag IDs to filter the links by.
### `string`

```php
/**
* @var string
*/
string $value = /* values here */
```

### `array<string>`
### `array`

```php
array<string> $value = /* values here */
/**
* @var array<string>
*/
array $value = /* values here */
```

10 changes: 8 additions & 2 deletions docs/Models/Operations/GetLinksCountQueryParamTagNames.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ The unique name of the tags assigned to the short link (case insensitive).
### `string`

```php
/**
* @var string
*/
string $value = /* values here */
```

### `array<string>`
### `array`

```php
array<string> $value = /* values here */
/**
* @var array<string>
*/
array $value = /* values here */
```

9 changes: 9 additions & 0 deletions docs/Models/Operations/GroupBy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,27 @@ The field to group the links by.
### `Operations\One`

```php
/**
* @var Operations\One
*/
Operations\One $value = /* values here */
```

### `Operations\Two`

```php
/**
* @var Operations\Two
*/
Operations\Two $value = /* values here */
```

### `Operations\Three`

```php
/**
* @var Operations\Three
*/
Operations\Three $value = /* values here */
```

2 changes: 1 addition & 1 deletion docs/Models/Operations/Interval.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Interval

The interval to retrieve analytics for. Takes precedence over start and end. If undefined, defaults to 24h.
The interval to retrieve analytics for. If undefined, defaults to 24h.


## Values
Expand Down
10 changes: 8 additions & 2 deletions docs/Models/Operations/ListEventsQueryParamTagIds.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ The tag IDs to retrieve analytics for.
### `string`

```php
/**
* @var string
*/
string $value = /* values here */
```

### `array<string>`
### `array`

```php
array<string> $value = /* values here */
/**
* @var array<string>
*/
array $value = /* values here */
```

4 changes: 2 additions & 2 deletions docs/Models/Operations/ListEventsRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
| `linkId` | *?string* | :heavy_minus_sign: | The unique ID of the short link on Dub. | |
| `externalId` | *?string* | :heavy_minus_sign: | This is the ID of the link in the your database. Must be prefixed with 'ext_' when passed as a query parameter. | |
| `interval` | [?Operations\QueryParamInterval](../../Models/Operations/QueryParamInterval.md) | :heavy_minus_sign: | The interval to retrieve events for. Takes precedence over start and end. If undefined, defaults to 24h. | |
| `start` | *?string* | :heavy_minus_sign: | The start date and time when to retrieve analytics from. | |
| `end` | *?string* | :heavy_minus_sign: | The end date and time when to retrieve analytics from. If not provided, defaults to the current date. | |
| `start` | *?string* | :heavy_minus_sign: | The start date and time when to retrieve analytics from. Takes precedence over `interval`. | |
| `end` | *?string* | :heavy_minus_sign: | The end date and time when to retrieve analytics from. If not provided, defaults to the current date. Takes precedence over `interval`. | |
| `timezone` | *?string* | :heavy_minus_sign: | The IANA time zone code for aligning timeseries granularity (e.g. America/New_York). Defaults to UTC. | America/New_York |
| `continent` | [?Components\ContinentCode](../../Models/Components/ContinentCode.md) | :heavy_minus_sign: | The continent to retrieve analytics for. | |
| `country` | [?Components\CountryCode](../../Models/Components/CountryCode.md) | :heavy_minus_sign: | The country to retrieve analytics for. | |
Expand Down
10 changes: 8 additions & 2 deletions docs/Models/Operations/QueryParamTagIds.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ The tag IDs to filter the links by.
### `string`

```php
/**
* @var string
*/
string $value = /* values here */
```

### `array<string>`
### `array`

```php
array<string> $value = /* values here */
/**
* @var array<string>
*/
array $value = /* values here */
```

10 changes: 8 additions & 2 deletions docs/Models/Operations/QueryParamTagNames.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ The unique name of the tags assigned to the short link (case insensitive).
### `string`

```php
/**
* @var string
*/
string $value = /* values here */
```

### `array<string>`
### `array`

```php
array<string> $value = /* values here */
/**
* @var array<string>
*/
array $value = /* values here */
```

10 changes: 8 additions & 2 deletions docs/Models/Operations/RetrieveAnalyticsQueryParamTagIds.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ The tag IDs to retrieve analytics for.
### `string`

```php
/**
* @var string
*/
string $value = /* values here */
```

### `array<string>`
### `array`

```php
array<string> $value = /* values here */
/**
* @var array<string>
*/
array $value = /* values here */
```

Loading

0 comments on commit f8f994e

Please sign in to comment.