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