dcl-catalyst-client 21.5.3 → 21.5.4
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v6.
|
|
2
|
+
* Generated by orval v6.17.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* API Specification for the Decentraland Catalyst Server (BETA)
|
|
5
5
|
* A Catalyst is a Server that runs different services. These services currently work as the backbone for Decentraland and work in a decentralized network. The current specification details the following services: <br/><br/>- Archipelago <br/>- Content Server <br/>- Lambdas Service <br/> <br/>WARNING: We are working to close the version 1.0 of the Catalyst Protocol defined by this API. So far this is what we have and it's public but we are still working on refinement and during this process we may decided to deprecate or change some of the endpoints.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getThirdPartyIntegrations = exports.getOutfits = exports.getAvatarDetails = exports.getAvatarsDetailsByPost = exports.getRealms = exports.getHotScenes = exports.validateSignature = exports.getDenylistedUserNames = exports.getPois = exports.getCatalystServers = exports.searchWearables = exports.getThirdPartyCollection = exports.getThirdPartyWearables = exports.getLands = exports.getNames = exports.getEmotes = exports.getWearables = exports.getStandardErc721 = exports.getImage = exports.getThumbnail = exports.getCollections = exports.getLambdaStatus = void 0;
|
|
4
4
|
/**
|
|
5
|
-
* Generated by orval v6.
|
|
5
|
+
* Generated by orval v6.17.0 🍺
|
|
6
6
|
* Do not edit manually.
|
|
7
7
|
* API Specification for the Decentraland Catalyst Server (BETA)
|
|
8
8
|
* A Catalyst is a Server that runs different services. These services currently work as the backbone for Decentraland and work in a decentralized network. The current specification details the following services: <br/><br/>- Archipelago <br/>- Content Server <br/>- Lambdas Service <br/> <br/>WARNING: We are working to close the version 1.0 of the Catalyst Protocol defined by this API. So far this is what we have and it's public but we are still working on refinement and during this process we may decided to deprecate or change some of the endpoints.
|
package/dist/package.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@dcl/catalyst-contracts": "^4.0.2",
|
|
33
33
|
"@dcl/crypto": "^3.4.0",
|
|
34
|
-
"@dcl/hashing": "^
|
|
34
|
+
"@dcl/hashing": "^3.0.0",
|
|
35
35
|
"@dcl/schemas": "^8.1.0",
|
|
36
36
|
"@well-known-components/fetch-component": "^2.0.0",
|
|
37
37
|
"cookie": "^0.5.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@well-known-components/test-helpers": "^1.2.1",
|
|
50
50
|
"busboy": "^1.6.0",
|
|
51
51
|
"eth-connect": "^6.1.0",
|
|
52
|
-
"orval": "^6.
|
|
52
|
+
"orval": "^6.17.0",
|
|
53
53
|
"ts-node": "^10.4.0",
|
|
54
54
|
"typescript": "^4.4.4"
|
|
55
55
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dcl-catalyst-client",
|
|
3
|
-
"version": "21.5.
|
|
4
|
-
"commit": "
|
|
3
|
+
"version": "21.5.4",
|
|
4
|
+
"commit": "513394bbbee88772851f80fe41643d77942e6255",
|
|
5
5
|
"description": "A client to query and perform changes on Decentraland's catalyst servers",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"typings": "dist/index.d.ts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@dcl/catalyst-contracts": "^4.0.2",
|
|
33
33
|
"@dcl/crypto": "^3.4.0",
|
|
34
|
-
"@dcl/hashing": "^
|
|
34
|
+
"@dcl/hashing": "^3.0.0",
|
|
35
35
|
"@dcl/schemas": "^8.1.0",
|
|
36
36
|
"@well-known-components/fetch-component": "^2.0.0",
|
|
37
37
|
"cookie": "^0.5.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@well-known-components/test-helpers": "^1.2.1",
|
|
50
50
|
"busboy": "^1.6.0",
|
|
51
51
|
"eth-connect": "^6.1.0",
|
|
52
|
-
"orval": "^6.
|
|
52
|
+
"orval": "^6.17.0",
|
|
53
53
|
"ts-node": "^10.4.0",
|
|
54
54
|
"typescript": "^4.4.4"
|
|
55
55
|
},
|