Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.449.0
Browse files Browse the repository at this point in the history
speakeasybot committed Dec 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1695595 commit b51d08c
Showing 55 changed files with 295 additions and 292 deletions.
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 79fa0df9-852a-493c-b998-1d82654b5f18
management:
docChecksum: 4872a098e96fdd74a02537943961bed7
docVersion: 3.2.5
speakeasyVersion: 1.448.0
generationVersion: 2.466.0
releaseVersion: 0.22.1
configChecksum: 947aeababca7c0a5b8af3eaf358ebb79
docChecksum: 8ff3e37e3bcdf4b0ef72f37df29c2c47
docVersion: 3.3.0
speakeasyVersion: 1.449.0
generationVersion: 2.467.4
releaseVersion: 0.23.0
configChecksum: d60a73c628ceca172cfcceb6dc5ad337
repoURL: https://github.com/BoltApp/Bolt-Typescript-SDK.git
repoSubDirectory: .
installationURL: https://github.com/BoltApp/Bolt-Typescript-SDK
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.448.0
speakeasyVersion: 1.449.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:b21f53ae577279e8400fd78b8fd5f8c45f85abbdb5d5f680a82a6079086746cc
sourceBlobDigest: sha256:6a2aeb90866b3a655e132aaf94933f5edeb2b5d182423e38c1fde6af06d74aed
sourceRevisionDigest: sha256:564817516826aa870a4ec6daa86a0e6edc44a45a6eece5da503f62be38bbd61d
sourceBlobDigest: sha256:51c81ecaaa90446ad8968d89a42a84bcd2b3bfa0f97ba4cb8aae067637538117
tags:
- latest
- speakeasy-sdk-regen-1732666952
- 3.2.5
- speakeasy-sdk-regen-1733185446
- 3.3.0
targets:
bolt-typescript:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:b21f53ae577279e8400fd78b8fd5f8c45f85abbdb5d5f680a82a6079086746cc
sourceBlobDigest: sha256:6a2aeb90866b3a655e132aaf94933f5edeb2b5d182423e38c1fde6af06d74aed
sourceRevisionDigest: sha256:564817516826aa870a4ec6daa86a0e6edc44a45a6eece5da503f62be38bbd61d
sourceBlobDigest: sha256:51c81ecaaa90446ad8968d89a42a84bcd2b3bfa0f97ba4cb8aae067637538117
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:dcbcd7938fd106f106d66ff3f4de5ea6ebcc384279c97d29c6111ae676c8ce0b
codeSamplesRevisionDigest: sha256:1e67a4d948be1746b0c30a78421cbaf9fd9683468f988851b5f358405dd45cee
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -12,18 +12,23 @@ Bolt API Reference: A comprehensive Bolt API reference for interacting with Acco

<!-- Start Table of Contents [toc] -->
## Table of Contents
<!-- $toc-max-depth=2 -->
* [Bolt-Typescript-SDK](#bolt-typescript-sdk)
* [SDK Installation](#sdk-installation)
* [SDK Example Usage](#sdk-example-usage)
* [Available Resources and Operations](#available-resources-and-operations)
* [Error Handling](#error-handling)
* [Server Selection](#server-selection)
* [Custom HTTP Client](#custom-http-client)
* [Authentication](#authentication)
* [Requirements](#requirements)
* [Standalone functions](#standalone-functions)
* [Retries](#retries)
* [Debugging](#debugging)
* [Development](#development)
* [Maturity](#maturity)
* [Contributions](#contributions)

* [SDK Installation](#sdk-installation)
* [Requirements](#requirements)
* [SDK Example Usage](#sdk-example-usage)
* [Available Resources and Operations](#available-resources-and-operations)
* [Standalone functions](#standalone-functions)
* [Retries](#retries)
* [Error Handling](#error-handling)
* [Server Selection](#server-selection)
* [Custom HTTP Client](#custom-http-client)
* [Authentication](#authentication)
* [Debugging](#debugging)
<!-- End Table of Contents [toc] -->

<!-- Start SDK Installation [installation] -->
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -588,4 +588,14 @@ Based on:
### Generated
- [typescript v0.22.1] .
### Releases
- [NPM v0.22.1] https://www.npmjs.com/package/@boltpay/bolt-typescript-sdk/v/0.22.1 - .
- [NPM v0.22.1] https://www.npmjs.com/package/@boltpay/bolt-typescript-sdk/v/0.22.1 - .

## 2024-12-03 00:24:03
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.449.0 (2.467.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.23.0] .
### Releases
- [NPM v0.23.0] https://www.npmjs.com/package/@boltpay/bolt-typescript-sdk/v/0.23.0 - .
11 changes: 5 additions & 6 deletions docs/models/operations/accountaddpaymentmethodrequest.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@ import { AccountAddPaymentMethodRequest } from "@boltpay/bolt-typescript-sdk/mod

let value: AccountAddPaymentMethodRequest = {
xPublishableKey: "<value>",
xMerchantClientId: "<id>",
paymentMethod: {
dotTag: PaymentMethodAffirmTag.Affirm,
returnUrl: "www.example.com/handle_affirm_success",
@@ -18,8 +17,8 @@ let value: AccountAddPaymentMethodRequest = {

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `xPublishableKey` | *string* | :heavy_check_mark: | The publicly shareable identifier used to identify your Bolt merchant division. |
| `xMerchantClientId` | *string* | :heavy_check_mark: | A unique identifier for a shopper's device, generated by Bolt. This header is required for proper attribution of this operation to your analytics reports. Omitting this header may result in incorrect statistics. |
| `paymentMethod` | *components.PaymentMethodInput* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `xPublishableKey` | *string* | :heavy_check_mark: | The publicly shareable identifier used to identify your Bolt merchant division. |
| `xMerchantClientId` | *string* | :heavy_minus_sign: | A unique identifier for a shopper's device, generated by Bolt. The value is retrieved with `Bolt.state.merchantClientId` in your frontend context, per-shopper. This header is required for proper attribution of this operation to your analytics reports. Omitting this header may result in incorrect statistics. |
| `paymentMethod` | *components.PaymentMethodInput* | :heavy_check_mark: | N/A |
Loading

0 comments on commit b51d08c

Please sign in to comment.