attlaz-client 1.36.1 → 1.36.2

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.
@@ -72,7 +72,7 @@ export class StorageEndpoint extends Endpoint {
72
72
  }
73
73
  }
74
74
  async getBucketItem(storageBucketId, storageItemKey) {
75
- const cmd = '/storage/buckets/' + storageBucketId + '/items/' + storageItemKey;
75
+ const cmd = '/storage-buckets/' + storageBucketId + '/items/' + storageItemKey;
76
76
  try {
77
77
  const result = await this.requestObject(cmd, null, StorageItem.parse, 'GET');
78
78
  return result.getData();
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "1.36.0";
1
+ export declare const VERSION = "1.36.1";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = "1.36.0";
1
+ export const VERSION = "1.36.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "attlaz-client",
3
- "version": "1.36.1",
3
+ "version": "1.36.2",
4
4
  "description": "Javascript Client to access Attlaz API",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",