Skip to content

Commit 9a757c4

Browse files
authored
Merge pull request #25 from dubinc/speakeasy-sdk-regen-1725927489
chore: 🐝 Update SDK - Generate 0.4.4
2 parents 8118afa + fffd163 commit 9a757c4

27 files changed

+80
-71
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 43187d3e-7c3c-4c11-b5d4-4b2334fb6d96
33
management:
4-
docChecksum: f3ea51a606238d49d3b0b22c61387b74
4+
docChecksum: 2e29304d123e35c2bf5bfc8eb02ad913
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.393.2
6+
speakeasyVersion: 1.394.0
77
generationVersion: 2.413.0
8-
releaseVersion: 0.4.3
9-
configChecksum: 136d9defe266f7b1b16c0a8f5b76f417
8+
releaseVersion: 0.4.4
9+
configChecksum: 895835354c3bc647c359748fd7a66e34
1010
repoURL: https://github.com/dubinc/dub-php.git
1111
installationURL: https://github.com/dubinc/dub-php
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: true
1414
php:
15-
version: 0.4.3
15+
version: 0.4.4
1616
clientServerStatusCodesAsErrors: true
1717
flattenGlobalSecurity: true
1818
imports:

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.393.2
1+
speakeasyVersion: 1.394.0
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:9a566ea925f469f3ac55dd60aae464940d7a63f9e2c605ada21920fba894272e
6-
sourceBlobDigest: sha256:6e4b36edcd15f9f7565d4a72a73a36a1672841db4858ed5803f833413e2c5945
5+
sourceRevisionDigest: sha256:300a4af029f93c019da3287bab7583a75a62746ef634115cc81558b5a4622441
6+
sourceBlobDigest: sha256:dbd9b5ac92513bb5697e6183470625d04290061c04d68d3507b753dbdba3ebe9
77
tags:
88
- latest
99
- main
1010
targets:
1111
my-first-target:
1212
source: dub
1313
sourceNamespace: dub
14-
sourceRevisionDigest: sha256:9a566ea925f469f3ac55dd60aae464940d7a63f9e2c605ada21920fba894272e
15-
sourceBlobDigest: sha256:6e4b36edcd15f9f7565d4a72a73a36a1672841db4858ed5803f833413e2c5945
14+
sourceRevisionDigest: sha256:300a4af029f93c019da3287bab7583a75a62746ef634115cc81558b5a4622441
15+
sourceBlobDigest: sha256:dbd9b5ac92513bb5697e6183470625d04290061c04d68d3507b753dbdba3ebe9
1616
codeSamplesNamespace: code-samples-php-my-first-target
17-
codeSamplesRevisionDigest: sha256:71bf333adc82345b226901d14727c17d5dc7e4b735010bff2d6ec231029c052d
17+
codeSamplesRevisionDigest: sha256:457a3ba3abecfe0475a96c71b1174e617c8a436327bff539caa777fc3948406f
1818
outLocation: /github/workspace/repo
1919
workflow:
2020
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,14 @@ Based on:
170170
### Generated
171171
- [php v0.4.3] .
172172
### Releases
173-
- [Composer v0.4.3] https://packagist.org/packages/dub/dub-php#v0.4.3 - .
173+
- [Composer v0.4.3] https://packagist.org/packages/dub/dub-php#v0.4.3 - .
174+
175+
## 2024-09-10 05:12:50
176+
### Changes
177+
Based on:
178+
- OpenAPI Doc
179+
- Speakeasy CLI 1.394.0 (2.413.0) https://github.com/speakeasy-api/speakeasy
180+
### Generated
181+
- [php v0.4.4] .
182+
### Releases
183+
- [Composer v0.4.4] https://packagist.org/packages/dub/dub-php#v0.4.4 - .

docs/Models/Components/AnalyticsBrowsers.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------- | ------------------------------------------- | ------------------------------------------- | ------------------------------------------- |
8-
| `browser` | *string* | :heavy_check_mark: | The name of the browser |
9-
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this browser |
10-
| `leads` | *float* | :heavy_check_mark: | The number of leads from this browser |
11-
| `sales` | *float* | :heavy_check_mark: | The number of sales from this browser |
12-
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this browser |
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
8+
| `browser` | *string* | :heavy_check_mark: | The name of the browser |
9+
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this browser |
10+
| `leads` | *float* | :heavy_check_mark: | The number of leads from this browser |
11+
| `sales` | *float* | :heavy_check_mark: | The number of sales from this browser |
12+
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this browser, in cents |

docs/Models/Components/AnalyticsCities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this city |
1111
| `leads` | *float* | :heavy_check_mark: | The number of leads from this city |
1212
| `sales` | *float* | :heavy_check_mark: | The number of sales from this city |
13-
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this city |
13+
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this city, in cents |

docs/Models/Components/AnalyticsCount.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------- | -------------------------- | -------------------------- | -------------------------- |
8-
| `clicks` | *float* | :heavy_check_mark: | The total number of clicks |
9-
| `leads` | *float* | :heavy_check_mark: | The total number of leads |
10-
| `sales` | *float* | :heavy_check_mark: | The total number of sales |
11-
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales |
6+
| Field | Type | Required | Description |
7+
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
8+
| `clicks` | *float* | :heavy_check_mark: | The total number of clicks |
9+
| `leads` | *float* | :heavy_check_mark: | The total number of leads |
10+
| `sales` | *float* | :heavy_check_mark: | The total number of sales |
11+
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales, in cents |

docs/Models/Components/AnalyticsCountries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this country |
1111
| `leads` | *float* | :heavy_check_mark: | The number of leads from this country |
1212
| `sales` | *float* | :heavy_check_mark: | The number of sales from this country |
13-
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this country |
13+
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this country, in cents |

docs/Models/Components/AnalyticsDevices.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
8-
| `device` | *string* | :heavy_check_mark: | The name of the device |
9-
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this device |
10-
| `leads` | *float* | :heavy_check_mark: | The number of leads from this device |
11-
| `sales` | *float* | :heavy_check_mark: | The number of sales from this device |
12-
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this device |
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
8+
| `device` | *string* | :heavy_check_mark: | The name of the device |
9+
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this device |
10+
| `leads` | *float* | :heavy_check_mark: | The number of leads from this device |
11+
| `sales` | *float* | :heavy_check_mark: | The number of sales from this device |
12+
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this device, in cents |

docs/Models/Components/AnalyticsOS.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------- | -------------------------------------- | -------------------------------------- | -------------------------------------- |
8-
| `os` | *string* | :heavy_check_mark: | The name of the OS |
9-
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this OS |
10-
| `leads` | *float* | :heavy_check_mark: | The number of leads from this OS |
11-
| `sales` | *float* | :heavy_check_mark: | The number of sales from this OS |
12-
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this OS |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |
8+
| `os` | *string* | :heavy_check_mark: | The name of the OS |
9+
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this OS |
10+
| `leads` | *float* | :heavy_check_mark: | The number of leads from this OS |
11+
| `sales` | *float* | :heavy_check_mark: | The number of sales from this OS |
12+
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this OS, in cents |

0 commit comments

Comments
 (0)