@azure-rest/confidential-ledger 1.0.1-alpha.20220805.1 → 1.0.1-alpha.20220908.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -130,7 +130,7 @@ This section contains code snippets for the following samples:
130
130
  const entry: LedgerEntry = {
131
131
  contents: contentBody,
132
132
  };
133
- const ledgerEntry: PostLedgerEntryParameters = {
133
+ const ledgerEntry: CreateLedgerEntryParameters = {
134
134
  contentType: "application/json",
135
135
  body: entry,
136
136
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic rest level client library for the Azure Confidential Ledger service.",
6
- "version": "1.0.1-alpha.20220805.1",
6
+ "version": "1.0.1-alpha.20220908.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",