skedyul 0.2.146 → 0.2.147

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/.build-stamp CHANGED
@@ -1 +1 @@
1
- 1770617344407
1
+ 1770681945679
package/dist/types.d.ts CHANGED
@@ -246,6 +246,8 @@ export interface InstallHandlerContext {
246
246
  app: {
247
247
  id: string;
248
248
  versionId: string;
249
+ handle: string;
250
+ versionHandle: string;
249
251
  };
250
252
  }
251
253
  export interface InstallHandlerResponseOAuth {
@@ -272,6 +274,8 @@ export interface OAuthCallbackContext {
272
274
  app: {
273
275
  id: string;
274
276
  versionId: string;
277
+ handle: string;
278
+ versionHandle: string;
275
279
  };
276
280
  }
277
281
  export interface OAuthCallbackResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skedyul",
3
- "version": "0.2.146",
3
+ "version": "0.2.147",
4
4
  "description": "The Skedyul SDK for Node.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",