@uniformdev/mesh-sdk 20.75.1-alpha.16 → 20.75.1-alpha.7
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 +161 -156
- package/dist/index.d.ts +161 -156
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- 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, {
|
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, {
|
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, {
|
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.75.1-alpha.
|
|
3
|
+
"version": "20.75.1-alpha.7+ad3780cc13",
|
|
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.75.1-alpha.
|
|
55
|
-
"@uniformdev/canvas": "20.75.1-alpha.
|
|
56
|
-
"@uniformdev/context": "20.75.1-alpha.
|
|
57
|
-
"@uniformdev/project-map": "20.75.1-alpha.
|
|
54
|
+
"@uniformdev/assets": "20.75.1-alpha.7+ad3780cc13",
|
|
55
|
+
"@uniformdev/canvas": "20.75.1-alpha.7+ad3780cc13",
|
|
56
|
+
"@uniformdev/context": "20.75.1-alpha.7+ad3780cc13",
|
|
57
|
+
"@uniformdev/project-map": "20.75.1-alpha.7+ad3780cc13",
|
|
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": "ad3780cc13fc3e5f328db96ccd428109e09248ae"
|
|
68
68
|
}
|