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 +1 -1
- package/dist/types.d.ts +4 -0
- package/package.json +1 -1
package/dist/.build-stamp
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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 {
|