@uniformdev/mesh-sdk 20.75.1-alpha.16 → 20.76.1-alpha.3
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.
- package/dist/index.d.mts +165 -156
- package/dist/index.d.ts +165 -156
- package/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/server/index.d.mts +1 -1
- package/package.json +6 -6
package/dist/index.esm.js
CHANGED
|
@@ -18,7 +18,7 @@ var _IntegrationDefinitionClient = class _IntegrationDefinitionClient extends Ap
|
|
|
18
18
|
const fetchUri = this.createUrl(__privateGet(_IntegrationDefinitionClient, _url), { ...options, teamId });
|
|
19
19
|
return await this.apiClient(fetchUri);
|
|
20
20
|
}
|
|
21
|
-
/** Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via {@link rotateCredential}. */
|
|
21
|
+
/** Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via {@link IntegrationDefinitionClient.rotateCredential}. */
|
|
22
22
|
async upsert(body) {
|
|
23
23
|
const fetchUri = this.createUrl(__privateGet(_IntegrationDefinitionClient, _url));
|
|
24
24
|
return await this.apiClient(fetchUri, {
|
|
@@ -167,7 +167,7 @@ var getLogger = (prefix, debug) => {
|
|
|
167
167
|
};
|
|
168
168
|
|
|
169
169
|
// src/temp/version.ts
|
|
170
|
-
var UNIFORM_MESH_SDK_VERSION = "20.
|
|
170
|
+
var UNIFORM_MESH_SDK_VERSION = "20.76.0";
|
|
171
171
|
|
|
172
172
|
// src/framepost/constants.ts
|
|
173
173
|
var DEFAULT_REQUEST_TIMEOUT = 5e3;
|
package/dist/index.js
CHANGED
|
@@ -64,7 +64,7 @@ var _IntegrationDefinitionClient = class _IntegrationDefinitionClient extends im
|
|
|
64
64
|
const fetchUri = this.createUrl(__privateGet(_IntegrationDefinitionClient, _url), { ...options, teamId });
|
|
65
65
|
return await this.apiClient(fetchUri);
|
|
66
66
|
}
|
|
67
|
-
/** Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via {@link rotateCredential}. */
|
|
67
|
+
/** Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via {@link IntegrationDefinitionClient.rotateCredential}. */
|
|
68
68
|
async upsert(body) {
|
|
69
69
|
const fetchUri = this.createUrl(__privateGet(_IntegrationDefinitionClient, _url));
|
|
70
70
|
return await this.apiClient(fetchUri, {
|
|
@@ -213,7 +213,7 @@ var getLogger = (prefix, debug) => {
|
|
|
213
213
|
};
|
|
214
214
|
|
|
215
215
|
// src/temp/version.ts
|
|
216
|
-
var UNIFORM_MESH_SDK_VERSION = "20.
|
|
216
|
+
var UNIFORM_MESH_SDK_VERSION = "20.76.0";
|
|
217
217
|
|
|
218
218
|
// src/framepost/constants.ts
|
|
219
219
|
var DEFAULT_REQUEST_TIMEOUT = 5e3;
|
package/dist/index.mjs
CHANGED
|
@@ -18,7 +18,7 @@ var _IntegrationDefinitionClient = class _IntegrationDefinitionClient extends Ap
|
|
|
18
18
|
const fetchUri = this.createUrl(__privateGet(_IntegrationDefinitionClient, _url), { ...options, teamId });
|
|
19
19
|
return await this.apiClient(fetchUri);
|
|
20
20
|
}
|
|
21
|
-
/** Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via {@link rotateCredential}. */
|
|
21
|
+
/** Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via {@link IntegrationDefinitionClient.rotateCredential}. */
|
|
22
22
|
async upsert(body) {
|
|
23
23
|
const fetchUri = this.createUrl(__privateGet(_IntegrationDefinitionClient, _url));
|
|
24
24
|
return await this.apiClient(fetchUri, {
|
|
@@ -167,7 +167,7 @@ var getLogger = (prefix, debug) => {
|
|
|
167
167
|
};
|
|
168
168
|
|
|
169
169
|
// src/temp/version.ts
|
|
170
|
-
var UNIFORM_MESH_SDK_VERSION = "20.
|
|
170
|
+
var UNIFORM_MESH_SDK_VERSION = "20.76.0";
|
|
171
171
|
|
|
172
172
|
// src/framepost/constants.ts
|
|
173
173
|
var DEFAULT_REQUEST_TIMEOUT = 5e3;
|
package/dist/server/index.d.mts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.76.1-alpha.3+61820b0b3e",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@uniformdev/assets": "20.
|
|
55
|
-
"@uniformdev/canvas": "20.
|
|
56
|
-
"@uniformdev/context": "20.
|
|
57
|
-
"@uniformdev/project-map": "20.
|
|
54
|
+
"@uniformdev/assets": "20.76.1-alpha.3+61820b0b3e",
|
|
55
|
+
"@uniformdev/canvas": "20.76.1-alpha.3+61820b0b3e",
|
|
56
|
+
"@uniformdev/context": "20.76.1-alpha.3+61820b0b3e",
|
|
57
|
+
"@uniformdev/project-map": "20.76.1-alpha.3+61820b0b3e",
|
|
58
58
|
"cookie": "^1.1.1",
|
|
59
59
|
"imagesloaded": "^5.0.0",
|
|
60
60
|
"jose": "^6.2.2",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"@types/imagesloaded": "^4.1.2",
|
|
65
65
|
"openai": "6.44.0"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "61820b0b3e1be2512bcfad6bd0a30092ffa7f9a3"
|
|
68
68
|
}
|