Skip to content

Commit

Permalink
Merge pull request #17 from dubinc/speakeasy-sdk-regen-1724375374
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.3.1
  • Loading branch information
devkiran committed Aug 23, 2024
2 parents 5f977dc + 3bb24e4 commit 9c24d1e
Show file tree
Hide file tree
Showing 30 changed files with 240 additions and 211 deletions.
14 changes: 7 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
lockVersion: 2.0.0
id: 43187d3e-7c3c-4c11-b5d4-4b2334fb6d96
management:
docChecksum: f10061c7787170c0db643f22823c9aa9
docChecksum: 3bb9be4afb2fadce5fd5e67aabc0a27e
docVersion: 0.0.1
speakeasyVersion: 1.376.0
generationVersion: 2.402.5
releaseVersion: 0.3.0
configChecksum: b9212d5fc23da407ab89aa6110b52f4d
speakeasyVersion: 1.377.3
generationVersion: 2.404.2
releaseVersion: 0.3.1
configChecksum: bbc988fc5f10957865f300fe4b336e3d
repoURL: https://github.com/dubinc/dub-php.git
installationURL: https://github.com/dubinc/dub-php
features:
php:
core: 3.3.11
deprecations: 2.81.1
errors: 0.1.0
errors: 0.1.1
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.81.7
globalSecurityFlattening: 0.1.0
globalServerURLs: 2.82.1
nameOverrides: 2.81.2
responseFormat: 0.1.0
unions: 0.1.0
unions: 0.1.1
generatedFiles:
- src/SDKConfiguration.php
- src/Links.php
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.3.0
version: 0.3.1
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.376.0
speakeasyVersion: 1.377.3
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:835997901bef9668c2684528b3de24ca696ff433795ca9591ca8bb9a65f0d14f
sourceBlobDigest: sha256:95a8dafd6f02195984538c42d60d9df2182a04eb50f3954f50aa24872b1814c2
sourceRevisionDigest: sha256:2d0ae537e990ad997ccab7f629907d5f5e2f551d913a27cb78e4711565ca7e97
sourceBlobDigest: sha256:b56ec854820ec7a0ee23fe596f5fee03535d9b142038244744e8197ef8a542c7
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:835997901bef9668c2684528b3de24ca696ff433795ca9591ca8bb9a65f0d14f
sourceBlobDigest: sha256:95a8dafd6f02195984538c42d60d9df2182a04eb50f3954f50aa24872b1814c2
sourceRevisionDigest: sha256:2d0ae537e990ad997ccab7f629907d5f5e2f551d913a27cb78e4711565ca7e97
sourceBlobDigest: sha256:b56ec854820ec7a0ee23fe596f5fee03535d9b142038244744e8197ef8a542c7
codeSamplesNamespace: code-samples-php-my-first-target
codeSamplesRevisionDigest: sha256:b204d48af776bff64452197c0e21afdde7038d7946878cf73e973d3ca45a5a7f
codeSamplesRevisionDigest: sha256:4687d415316af8702f3e5edf938acec7fa71071de69e9dd54172000eedcc965c
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,12 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.376.0 (2.402.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.3.0] .
- [php v0.3.0] .

## 2024-08-23 01:09:31
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.377.3 (2.404.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.3.1] .
138 changes: 69 additions & 69 deletions codeSamples.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Models/Components/LinkSchema.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
| `lastClicked` | *string* | :heavy_check_mark: | The date and time when the short link was last clicked. |
| `leads` | *float* | :heavy_check_mark: | [BETA]: The number of leads the short links has generated. |
| `sales` | *float* | :heavy_check_mark: | [BETA]: The number of sales the short links has generated. |
| `saleAmount` | *float* | :heavy_check_mark: | [BETA]: The total dollar amount of sales the short links has generated (in cents). |
| `createdAt` | *string* | :heavy_check_mark: | The date and time when the short link was created. |
| `updatedAt` | *string* | :heavy_check_mark: | The date and time when the short link was last updated. |
| ~~`projectId`~~ | *string* | :heavy_check_mark: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The project ID of the short link. This field is deprecated – use `workspaceId` instead. |
Loading

0 comments on commit 9c24d1e

Please sign in to comment.