Skip to content

Commit

Permalink
Merge pull request #25 from dubinc/speakeasy-sdk-regen-1725927489
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.4.4
  • Loading branch information
steven-tey authored Sep 10, 2024
2 parents 8118afa + fffd163 commit 9a757c4
Show file tree
Hide file tree
Showing 27 changed files with 80 additions and 71 deletions.
8 changes: 4 additions & 4 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: f3ea51a606238d49d3b0b22c61387b74
docChecksum: 2e29304d123e35c2bf5bfc8eb02ad913
docVersion: 0.0.1
speakeasyVersion: 1.393.2
speakeasyVersion: 1.394.0
generationVersion: 2.413.0
releaseVersion: 0.4.3
configChecksum: 136d9defe266f7b1b16c0a8f5b76f417
releaseVersion: 0.4.4
configChecksum: 895835354c3bc647c359748fd7a66e34
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 @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
php:
version: 0.4.3
version: 0.4.4
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
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.393.2
speakeasyVersion: 1.394.0
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:9a566ea925f469f3ac55dd60aae464940d7a63f9e2c605ada21920fba894272e
sourceBlobDigest: sha256:6e4b36edcd15f9f7565d4a72a73a36a1672841db4858ed5803f833413e2c5945
sourceRevisionDigest: sha256:300a4af029f93c019da3287bab7583a75a62746ef634115cc81558b5a4622441
sourceBlobDigest: sha256:dbd9b5ac92513bb5697e6183470625d04290061c04d68d3507b753dbdba3ebe9
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:9a566ea925f469f3ac55dd60aae464940d7a63f9e2c605ada21920fba894272e
sourceBlobDigest: sha256:6e4b36edcd15f9f7565d4a72a73a36a1672841db4858ed5803f833413e2c5945
sourceRevisionDigest: sha256:300a4af029f93c019da3287bab7583a75a62746ef634115cc81558b5a4622441
sourceBlobDigest: sha256:dbd9b5ac92513bb5697e6183470625d04290061c04d68d3507b753dbdba3ebe9
codeSamplesNamespace: code-samples-php-my-first-target
codeSamplesRevisionDigest: sha256:71bf333adc82345b226901d14727c17d5dc7e4b735010bff2d6ec231029c052d
codeSamplesRevisionDigest: sha256:457a3ba3abecfe0475a96c71b1174e617c8a436327bff539caa777fc3948406f
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,14 @@ Based on:
### Generated
- [php v0.4.3] .
### Releases
- [Composer v0.4.3] https://packagist.org/packages/dub/dub-php#v0.4.3 - .
- [Composer v0.4.3] https://packagist.org/packages/dub/dub-php#v0.4.3 - .

## 2024-09-10 05:12:50
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.394.0 (2.413.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.4.4] .
### Releases
- [Composer v0.4.4] https://packagist.org/packages/dub/dub-php#v0.4.4 - .
14 changes: 7 additions & 7 deletions docs/Models/Components/AnalyticsBrowsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------- | ------------------------------------------- | ------------------------------------------- | ------------------------------------------- |
| `browser` | *string* | :heavy_check_mark: | The name of the browser |
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this browser |
| `leads` | *float* | :heavy_check_mark: | The number of leads from this browser |
| `sales` | *float* | :heavy_check_mark: | The number of sales from this browser |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this browser |
| Field | Type | Required | Description |
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
| `browser` | *string* | :heavy_check_mark: | The name of the browser |
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this browser |
| `leads` | *float* | :heavy_check_mark: | The number of leads from this browser |
| `sales` | *float* | :heavy_check_mark: | The number of sales from this browser |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this browser, in cents |
2 changes: 1 addition & 1 deletion docs/Models/Components/AnalyticsCities.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this city |
| `leads` | *float* | :heavy_check_mark: | The number of leads from this city |
| `sales` | *float* | :heavy_check_mark: | The number of sales from this city |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this city |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this city, in cents |
12 changes: 6 additions & 6 deletions docs/Models/Components/AnalyticsCount.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## Fields

| Field | Type | Required | Description |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `clicks` | *float* | :heavy_check_mark: | The total number of clicks |
| `leads` | *float* | :heavy_check_mark: | The total number of leads |
| `sales` | *float* | :heavy_check_mark: | The total number of sales |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales |
| Field | Type | Required | Description |
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
| `clicks` | *float* | :heavy_check_mark: | The total number of clicks |
| `leads` | *float* | :heavy_check_mark: | The total number of leads |
| `sales` | *float* | :heavy_check_mark: | The total number of sales |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales, in cents |
2 changes: 1 addition & 1 deletion docs/Models/Components/AnalyticsCountries.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this country |
| `leads` | *float* | :heavy_check_mark: | The number of leads from this country |
| `sales` | *float* | :heavy_check_mark: | The number of sales from this country |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this country |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this country, in cents |
14 changes: 7 additions & 7 deletions docs/Models/Components/AnalyticsDevices.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
| `device` | *string* | :heavy_check_mark: | The name of the device |
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this device |
| `leads` | *float* | :heavy_check_mark: | The number of leads from this device |
| `sales` | *float* | :heavy_check_mark: | The number of sales from this device |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this device |
| Field | Type | Required | Description |
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
| `device` | *string* | :heavy_check_mark: | The name of the device |
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this device |
| `leads` | *float* | :heavy_check_mark: | The number of leads from this device |
| `sales` | *float* | :heavy_check_mark: | The number of sales from this device |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this device, in cents |
14 changes: 7 additions & 7 deletions docs/Models/Components/AnalyticsOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------- | -------------------------------------- | -------------------------------------- | -------------------------------------- |
| `os` | *string* | :heavy_check_mark: | The name of the OS |
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this OS |
| `leads` | *float* | :heavy_check_mark: | The number of leads from this OS |
| `sales` | *float* | :heavy_check_mark: | The number of sales from this OS |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this OS |
| Field | Type | Required | Description |
| ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |
| `os` | *string* | :heavy_check_mark: | The name of the OS |
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this OS |
| `leads` | *float* | :heavy_check_mark: | The number of leads from this OS |
| `sales` | *float* | :heavy_check_mark: | The number of sales from this OS |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this OS, in cents |
2 changes: 1 addition & 1 deletion docs/Models/Components/AnalyticsReferers.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
| `clicks` | *float* | :heavy_check_mark: | The number of clicks from this referer |
| `leads` | *float* | :heavy_check_mark: | The number of leads from this referer |
| `sales` | *float* | :heavy_check_mark: | The number of sales from this referer |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this referer |
| `saleAmount` | *float* | :heavy_check_mark: | The total amount of sales from this referer, in cents |
Loading

0 comments on commit 9a757c4

Please sign in to comment.