@uniformdev/mesh-sdk 20.75.1-alpha.16 → 20.75.1-alpha.6

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.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, {
@@ -343,7 +343,7 @@ interface VerifyDelegationTokenOptions {
343
343
  jwksUrl?: string | URL;
344
344
  /**
345
345
  * Clock tolerance in seconds for `exp` / `nbf` validation.
346
- * @default 2
346
+ * @defaultValue 2
347
347
  */
348
348
  clockToleranceSeconds?: number;
349
349
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "20.75.1-alpha.16+4e56d1cd21",
3
+ "version": "20.75.1-alpha.6+28f494b01a",
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.16+4e56d1cd21",
55
- "@uniformdev/canvas": "20.75.1-alpha.16+4e56d1cd21",
56
- "@uniformdev/context": "20.75.1-alpha.16+4e56d1cd21",
57
- "@uniformdev/project-map": "20.75.1-alpha.16+4e56d1cd21",
54
+ "@uniformdev/assets": "20.75.1-alpha.6+28f494b01a",
55
+ "@uniformdev/canvas": "20.75.1-alpha.6+28f494b01a",
56
+ "@uniformdev/context": "20.75.1-alpha.6+28f494b01a",
57
+ "@uniformdev/project-map": "20.75.1-alpha.6+28f494b01a",
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": "4e56d1cd21f2d4a02b13d733e51fb71441cac298"
67
+ "gitHead": "28f494b01a1b988afdf9f7e3ecf6fad402bb3777"
68
68
  }