regen all APIs

This commit is contained in:
Sebastian Thiel
2024-03-05 19:02:07 +01:00
parent ca974aa0a5
commit 55badfe90e
1998 changed files with 490545 additions and 148021 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-walletobjects1-cli"
version = "5.0.3+20230124"
version = "5.0.3+20240304"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Walletobjects (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/walletobjects1-cli"
@@ -38,5 +38,5 @@ tower-service = "^0.3.1"
[dependencies.google-walletobjects1]
path = "../walletobjects1"
version = "5.0.3+20230124"
version = "5.0.3+20240304"

View File

@@ -25,7 +25,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
# Usage
This documentation was generated from the *Walletobjects* API at revision *20230124*. The CLI is at version *5.0.3*.
This documentation was generated from the *Walletobjects* API at revision *20240304*. The CLI is at version *5.0.3*.
```bash
walletobjects1 [options]
@@ -59,12 +59,14 @@ walletobjects1 [options]
patch <resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
update <resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
genericclass
addmessage <resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
get <resource-id> [-p <v>]... [-o <out>]
insert (-r <kv>)... [-p <v>]... [-o <out>]
list [-p <v>]... [-o <out>]
patch <resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
update <resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
genericobject
addmessage <resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
get <resource-id> [-p <v>]... [-o <out>]
insert (-r <kv>)... [-p <v>]... [-o <out>]
list [-p <v>]... [-o <out>]
@@ -108,7 +110,8 @@ walletobjects1 [options]
patch <resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
update <resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
media
upload <issuer-id> (-r <kv>)... (-u simple -f <file> [-m <mime>]) [-p <v>]... [-o <out>]
download <resource-id> [-p <v>]... [-o <out>]
upload <resource-id> (-r <kv>)... (-u simple -f <file> [-m <mime>]) [-p <v>]... [-o <out>]
offerclass
addmessage <resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
get <resource-id> [-p <v>]... [-o <out>]
@@ -142,8 +145,6 @@ walletobjects1 [options]
list [-p <v>]... [-o <out>]
patch <resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
update <resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
walletobjects
v1-private-content-upload-private-data (-r <kv>)... [-p <v>]... [-o <out>]
walletobjects1 --help
Configuration:

View File

@@ -1,4 +1,4 @@
site_name: Walletobjects v5.0.3+20230124
site_name: Walletobjects v5.0.3+20240304
site_url: http://byron.github.io/google-apis-rs/google-walletobjects1-cli
site_description: A complete library to interact with Walletobjects (protocol v1)
@@ -39,12 +39,14 @@ nav:
- 'Patch': 'flightobject_patch.md'
- 'Update': 'flightobject_update.md'
- 'Genericclass':
- 'Addmessage': 'genericclass_addmessage.md'
- 'Get': 'genericclass_get.md'
- 'Insert': 'genericclass_insert.md'
- 'List': 'genericclass_list.md'
- 'Patch': 'genericclass_patch.md'
- 'Update': 'genericclass_update.md'
- 'Genericobject':
- 'Addmessage': 'genericobject_addmessage.md'
- 'Get': 'genericobject_get.md'
- 'Insert': 'genericobject_insert.md'
- 'List': 'genericobject_list.md'
@@ -88,6 +90,7 @@ nav:
- 'Patch': 'loyaltyobject_patch.md'
- 'Update': 'loyaltyobject_update.md'
- 'Media':
- 'Download': 'media_download.md'
- 'Upload': 'media_upload.md'
- 'Offerclass':
- 'Addmessage': 'offerclass_addmessage.md'
@@ -122,8 +125,6 @@ nav:
- 'List': 'transitobject_list.md'
- 'Patch': 'transitobject_patch.md'
- 'Update': 'transitobject_update.md'
- 'Walletobjects':
- 'V1 Private Content Upload Private Data': 'walletobjects_v1-private-content-upload-private-data.md'
theme: readthedocs

File diff suppressed because it is too large Load Diff