@vrplatform/api 1.3.1-stage.2197 → 1.3.1-stage.2207
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
|
@@ -9568,6 +9568,7 @@ export interface operations {
|
|
|
9568
9568
|
name: string;
|
|
9569
9569
|
icon: string | null;
|
|
9570
9570
|
color: string | null;
|
|
9571
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
9571
9572
|
}[];
|
|
9572
9573
|
};
|
|
9573
9574
|
};
|
|
@@ -14005,6 +14006,7 @@ export interface operations {
|
|
|
14005
14006
|
channelRef: string | null;
|
|
14006
14007
|
icon: string | null;
|
|
14007
14008
|
color: string | null;
|
|
14009
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
14008
14010
|
lastGenerateRun: string | null;
|
|
14009
14011
|
usageCount: number;
|
|
14010
14012
|
iconCandidateCount: number;
|
|
@@ -14368,6 +14370,8 @@ export interface operations {
|
|
|
14368
14370
|
id: string;
|
|
14369
14371
|
/** Format: uuid */
|
|
14370
14372
|
bookingChannelId: string;
|
|
14373
|
+
/** @enum {string} */
|
|
14374
|
+
provider: "cloudflare" | "logo_dev";
|
|
14371
14375
|
cloudflareImageId: string | null;
|
|
14372
14376
|
icon: string | null;
|
|
14373
14377
|
color: string | null;
|
|
@@ -14485,6 +14489,8 @@ export interface operations {
|
|
|
14485
14489
|
id: string;
|
|
14486
14490
|
/** Format: uuid */
|
|
14487
14491
|
bookingChannelId: string;
|
|
14492
|
+
/** @enum {string} */
|
|
14493
|
+
provider: "cloudflare" | "logo_dev";
|
|
14488
14494
|
cloudflareImageId: string | null;
|
|
14489
14495
|
icon: string | null;
|
|
14490
14496
|
color: string | null;
|
|
@@ -14601,6 +14607,8 @@ export interface operations {
|
|
|
14601
14607
|
id: string;
|
|
14602
14608
|
/** Format: uuid */
|
|
14603
14609
|
bookingChannelId: string;
|
|
14610
|
+
/** @enum {string} */
|
|
14611
|
+
provider: "cloudflare" | "logo_dev";
|
|
14604
14612
|
cloudflareImageId: string | null;
|
|
14605
14613
|
icon: string | null;
|
|
14606
14614
|
color: string | null;
|
|
@@ -14723,6 +14731,7 @@ export interface operations {
|
|
|
14723
14731
|
channelRef: string | null;
|
|
14724
14732
|
icon: string | null;
|
|
14725
14733
|
color: string | null;
|
|
14734
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
14726
14735
|
selectedBookingChannelIconCandidateId: string | null;
|
|
14727
14736
|
candidateCount: number;
|
|
14728
14737
|
};
|
|
@@ -14839,6 +14848,8 @@ export interface operations {
|
|
|
14839
14848
|
id: string;
|
|
14840
14849
|
/** Format: uuid */
|
|
14841
14850
|
bookingChannelId: string;
|
|
14851
|
+
/** @enum {string} */
|
|
14852
|
+
provider: "cloudflare" | "logo_dev";
|
|
14842
14853
|
cloudflareImageId: string | null;
|
|
14843
14854
|
icon: string | null;
|
|
14844
14855
|
color: string | null;
|
|
@@ -14962,6 +14973,7 @@ export interface operations {
|
|
|
14962
14973
|
channelRef: string | null;
|
|
14963
14974
|
icon: string | null;
|
|
14964
14975
|
color: string | null;
|
|
14976
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
14965
14977
|
selectedBookingChannelIconCandidateId: string | null;
|
|
14966
14978
|
candidateCount: number;
|
|
14967
14979
|
};
|
|
@@ -42563,7 +42575,7 @@ export interface operations {
|
|
|
42563
42575
|
requestBody?: {
|
|
42564
42576
|
content: {
|
|
42565
42577
|
"application/json": {
|
|
42566
|
-
description
|
|
42578
|
+
description?: string;
|
|
42567
42579
|
status?: ("active" | "inactive") | null;
|
|
42568
42580
|
accountId?: string | null;
|
|
42569
42581
|
contactId?: string | null;
|
|
@@ -42975,7 +42987,7 @@ export interface operations {
|
|
|
42975
42987
|
/** Format: uuid */
|
|
42976
42988
|
connectionId: string;
|
|
42977
42989
|
data: {
|
|
42978
|
-
description
|
|
42990
|
+
description?: string;
|
|
42979
42991
|
status?: ("active" | "inactive") | null;
|
|
42980
42992
|
accountId?: string | null;
|
|
42981
42993
|
contactId?: string | null;
|