@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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4405",
6
+ "version": "1.3.1-stage.4407",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -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: string | null;
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: string | null;
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: string | null;
86140
+ resourceType: ("webhook" | "team") | null;
86141
86141
  resourceId: string | null;
86142
86142
  /** @enum {string} */
86143
86143
  status: "queued" | "delivering" | "retrying" | "succeeded" | "failed" | "canceled";