Skip to content

Commit f868ef7

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.468.2
1 parent 0cdd086 commit f868ef7

File tree

837 files changed

+24384
-15185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

837 files changed

+24384
-15185
lines changed

.speakeasy/gen.lock

Lines changed: 1392 additions & 581 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ info:
2020
description: Packagist library which integrates with Shippo Multi Carrier Shipping API. This library provides access to Shippo (goshippo.com) API capabilities. Including label generation, rating, tracking and more.
2121
php:
2222
version: 3.0.0-alpha
23+
additionalDependencies:
24+
autoload: {}
25+
autoload-dev: {}
26+
require: {}
27+
require-dev: {}
2328
author: Shippo
2429
clientServerStatusCodesAsErrors: true
2530
defaultErrorName: SDKError
@@ -39,6 +44,7 @@ php:
3944
svcName: openapi
4045
license: MIT License
4146
maxMethodParams: 3
47+
methodArguments: infer-optional-args
4248
namespace: Shippo\API
4349
outputModelSuffix: output
4450
packageName: shippo/shippo-php

.speakeasy/workflow.lock

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
1-
speakeasyVersion: 1.310.0
1+
speakeasyVersion: 1.468.2
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:3099fc4c926ab05099ea5c4cbb918e6423a03874cea38c8791efa7efbe6c5706
6-
sourceBlobDigest: sha256:234f83b39101f22af624857db75abc2440fbe9c279d457ab0a7c8a393245cab1
5+
sourceRevisionDigest: sha256:7daa1f3c3df4695f3be8b9d4db77be829aa192a4df4a0661c4318c9edf7a6833
6+
sourceBlobDigest: sha256:cd9da3407a166b3f3649622b362cd9710086eee23be01fef701736f0c030f6ed
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1731434842
10+
- "2018-02-08"
911
targets:
1012
my-first-target:
1113
source: openapi
1214
sourceNamespace: openapi
1315
sourceRevisionDigest: sha256:3099fc4c926ab05099ea5c4cbb918e6423a03874cea38c8791efa7efbe6c5706
1416
sourceBlobDigest: sha256:234f83b39101f22af624857db75abc2440fbe9c279d457ab0a7c8a393245cab1
15-
outLocation: /Users/mike.lueders/dev/shippo-php-sdk
17+
php:
18+
source: openapi
19+
sourceNamespace: openapi
20+
sourceRevisionDigest: sha256:7daa1f3c3df4695f3be8b9d4db77be829aa192a4df4a0661c4318c9edf7a6833
21+
sourceBlobDigest: sha256:cd9da3407a166b3f3649622b362cd9710086eee23be01fef701736f0c030f6ed
22+
codeSamplesNamespace: openapi-php-code-samples
23+
codeSamplesRevisionDigest: sha256:6ea24834b8e3fb72e9a9719cc377f0e70798efcf7734fa09e9ded018a389ff97
1624
workflow:
1725
workflowVersion: 1.0.0
1826
speakeasyVersion: latest
@@ -23,6 +31,16 @@ workflow:
2331
registry:
2432
location: registry.speakeasyapi.dev/shippo/shippo/openapi
2533
targets:
26-
my-first-target:
34+
php:
2735
target: php
2836
source: openapi
37+
publish:
38+
packagist:
39+
40+
token: $packagist_token
41+
codeSamples:
42+
registry:
43+
location: registry.speakeasyapi.dev/shippo/shippo/openapi-php-code-samples
44+
labelOverride:
45+
fixedValue: Php (SDK)
46+
blocking: false

.speakeasy/workflow.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ targets:
1414
packagist:
1515
1616
token: $packagist_token
17+
codeSamples:
18+
registry:
19+
location: registry.speakeasyapi.dev/shippo/shippo/openapi-php-code-samples
20+
labelOverride:
21+
fixedValue: Php (SDK)
22+
blocking: false

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to This Repository
2+
3+
Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.
4+
5+
## How to Report Issues
6+
7+
If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:
8+
9+
- A clear and descriptive title
10+
- Steps to reproduce the issue
11+
- Expected and actual behavior
12+
- Any relevant logs, screenshots, or error messages
13+
- Information about your environment (e.g., operating system, software versions)
14+
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15+
16+
## Issue Triage and Upstream Fixes
17+
18+
We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.
19+
20+
## Contact
21+
22+
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
23+
24+
Thank you for your understanding and cooperation!
25+
26+
The Maintainers

0 commit comments

Comments
 (0)