@vrplatform/api 1.3.1-stage.4405 → 1.3.1-stage.4410
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.
|
@@ -85718,7 +85718,7 @@ export interface operations {
|
|
|
85718
85718
|
eventType: "webhook.test" | "team.issues.changed";
|
|
85719
85719
|
/** @constant */
|
|
85720
85720
|
apiVersion: "2026-07-01";
|
|
85721
|
-
resourceType:
|
|
85721
|
+
resourceType: ("webhook" | "team") | null;
|
|
85722
85722
|
resourceId: string | null;
|
|
85723
85723
|
/** @enum {string} */
|
|
85724
85724
|
status: "queued" | "delivering" | "retrying" | "succeeded" | "failed" | "canceled";
|
|
@@ -85918,7 +85918,7 @@ export interface operations {
|
|
|
85918
85918
|
eventType: "webhook.test" | "team.issues.changed";
|
|
85919
85919
|
/** @constant */
|
|
85920
85920
|
apiVersion: "2026-07-01";
|
|
85921
|
-
resourceType:
|
|
85921
|
+
resourceType: ("webhook" | "team") | null;
|
|
85922
85922
|
resourceId: string | null;
|
|
85923
85923
|
/** @enum {string} */
|
|
85924
85924
|
status: "queued" | "delivering" | "retrying" | "succeeded" | "failed" | "canceled";
|
|
@@ -86136,7 +86136,7 @@ export interface operations {
|
|
|
86136
86136
|
eventType: "webhook.test" | "team.issues.changed";
|
|
86137
86137
|
/** @constant */
|
|
86138
86138
|
apiVersion: "2026-07-01";
|
|
86139
|
-
resourceType:
|
|
86139
|
+
resourceType: ("webhook" | "team") | null;
|
|
86140
86140
|
resourceId: string | null;
|
|
86141
86141
|
/** @enum {string} */
|
|
86142
86142
|
status: "queued" | "delivering" | "retrying" | "succeeded" | "failed" | "canceled";
|