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