@vrplatform/api 1.2.33-rel.891 → 1.2.33-rel.898
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.
|
@@ -2297,20 +2297,19 @@ export interface components {
|
|
|
2297
2297
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2298
2298
|
* @enum {string|null}
|
|
2299
2299
|
*/
|
|
2300
|
-
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
2300
|
+
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
2301
2301
|
filter: string | null;
|
|
2302
2302
|
value: components["schemas"]["FlowMappingResolvedEntityValue"];
|
|
2303
2303
|
};
|
|
2304
2304
|
/** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
|
|
2305
2305
|
FlowMappingResolvedEntityValue: {
|
|
2306
|
-
/** Format: uuid */
|
|
2307
2306
|
id: string;
|
|
2308
2307
|
name: string;
|
|
2309
2308
|
/**
|
|
2310
2309
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2311
2310
|
* @enum {string}
|
|
2312
2311
|
*/
|
|
2313
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
2312
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
2314
2313
|
};
|
|
2315
2314
|
/** @description Collection of settings after mutation with normalized { id, name, type } value payloads. */
|
|
2316
2315
|
FlowSettingItemsPost: components["schemas"]["FlowSettingItemPost"][];
|
|
@@ -2329,7 +2328,7 @@ export interface components {
|
|
|
2329
2328
|
* @description Semantic type for mapping/setting entries (entities and primitive kinds).
|
|
2330
2329
|
* @enum {string|null}
|
|
2331
2330
|
*/
|
|
2332
|
-
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
2331
|
+
type?: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date" | null;
|
|
2333
2332
|
filter: string | null;
|
|
2334
2333
|
value: components["schemas"]["FlowMappingResolvedEntityValue"];
|
|
2335
2334
|
};
|
|
@@ -2608,6 +2607,8 @@ export interface operations {
|
|
|
2608
2607
|
type?: string;
|
|
2609
2608
|
date?: string;
|
|
2610
2609
|
expand?: string;
|
|
2610
|
+
description?: string;
|
|
2611
|
+
amount?: number;
|
|
2611
2612
|
};
|
|
2612
2613
|
header?: {
|
|
2613
2614
|
"X-Team-Id"?: string;
|
|
@@ -21763,26 +21764,39 @@ export interface operations {
|
|
|
21763
21764
|
"application/json": {
|
|
21764
21765
|
connectionId: string;
|
|
21765
21766
|
institutionName: string;
|
|
21766
|
-
|
|
21767
|
-
|
|
21768
|
-
|
|
21769
|
-
|
|
21770
|
-
|
|
21771
|
-
|
|
21772
|
-
|
|
21773
|
-
|
|
21774
|
-
|
|
21775
|
-
|
|
21776
|
-
|
|
21777
|
-
|
|
21778
|
-
|
|
21779
|
-
|
|
21780
|
-
|
|
21781
|
-
|
|
21782
|
-
|
|
21783
|
-
/** @enum {string
|
|
21784
|
-
|
|
21785
|
-
|
|
21767
|
+
issues: ({
|
|
21768
|
+
/** @enum {string} */
|
|
21769
|
+
code: "plaidHealthDegraded";
|
|
21770
|
+
/** @enum {string} */
|
|
21771
|
+
severity: "warning";
|
|
21772
|
+
context: {
|
|
21773
|
+
/** @enum {string} */
|
|
21774
|
+
badge: "auth" | "item_logins" | "transactions_updates";
|
|
21775
|
+
title: string;
|
|
21776
|
+
/** @enum {string} */
|
|
21777
|
+
status: "DEGRADED";
|
|
21778
|
+
/** @enum {string} */
|
|
21779
|
+
refreshInterval?: "NORMAL" | "STOPPED" | "DELAYED";
|
|
21780
|
+
description?: string;
|
|
21781
|
+
statusDescription: string;
|
|
21782
|
+
};
|
|
21783
|
+
} | {
|
|
21784
|
+
/** @enum {string} */
|
|
21785
|
+
code: "plaidHealthDown";
|
|
21786
|
+
/** @enum {string} */
|
|
21787
|
+
severity: "error";
|
|
21788
|
+
context: {
|
|
21789
|
+
/** @enum {string} */
|
|
21790
|
+
badge: "auth" | "item_logins" | "transactions_updates";
|
|
21791
|
+
title: string;
|
|
21792
|
+
/** @enum {string} */
|
|
21793
|
+
status: "DOWN";
|
|
21794
|
+
/** @enum {string} */
|
|
21795
|
+
refreshInterval?: "NORMAL" | "STOPPED" | "DELAYED";
|
|
21796
|
+
description?: string;
|
|
21797
|
+
statusDescription: string;
|
|
21798
|
+
};
|
|
21799
|
+
})[];
|
|
21786
21800
|
};
|
|
21787
21801
|
};
|
|
21788
21802
|
};
|
|
@@ -23707,7 +23721,7 @@ export interface operations {
|
|
|
23707
23721
|
* @description Internal semantic type
|
|
23708
23722
|
* @enum {string}
|
|
23709
23723
|
*/
|
|
23710
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
23724
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
23711
23725
|
/** @description Optional JSONB filter for internal data */
|
|
23712
23726
|
filter?: string;
|
|
23713
23727
|
};
|
|
@@ -23731,7 +23745,7 @@ export interface operations {
|
|
|
23731
23745
|
* @description Semantic type of the setting value
|
|
23732
23746
|
* @enum {string}
|
|
23733
23747
|
*/
|
|
23734
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
23748
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
23735
23749
|
/** @description Optional JSONB filter for available values */
|
|
23736
23750
|
filter?: string;
|
|
23737
23751
|
};
|
|
@@ -23828,7 +23842,7 @@ export interface operations {
|
|
|
23828
23842
|
* @description Internal semantic type
|
|
23829
23843
|
* @enum {string}
|
|
23830
23844
|
*/
|
|
23831
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
23845
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
23832
23846
|
/** @description Optional JSONB filter for internal data */
|
|
23833
23847
|
filter?: string;
|
|
23834
23848
|
};
|
|
@@ -23852,7 +23866,7 @@ export interface operations {
|
|
|
23852
23866
|
* @description Semantic type of the setting value
|
|
23853
23867
|
* @enum {string}
|
|
23854
23868
|
*/
|
|
23855
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
23869
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
23856
23870
|
/** @description Optional JSONB filter for available values */
|
|
23857
23871
|
filter?: string;
|
|
23858
23872
|
};
|
|
@@ -23952,7 +23966,7 @@ export interface operations {
|
|
|
23952
23966
|
* @description Internal semantic type
|
|
23953
23967
|
* @enum {string}
|
|
23954
23968
|
*/
|
|
23955
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
23969
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
23956
23970
|
/** @description Optional JSONB filter for internal data */
|
|
23957
23971
|
filter?: string;
|
|
23958
23972
|
};
|
|
@@ -23976,7 +23990,7 @@ export interface operations {
|
|
|
23976
23990
|
* @description Semantic type of the setting value
|
|
23977
23991
|
* @enum {string}
|
|
23978
23992
|
*/
|
|
23979
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
23993
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
23980
23994
|
/** @description Optional JSONB filter for available values */
|
|
23981
23995
|
filter?: string;
|
|
23982
23996
|
};
|
|
@@ -24063,7 +24077,7 @@ export interface operations {
|
|
|
24063
24077
|
* @description Internal semantic type
|
|
24064
24078
|
* @enum {string}
|
|
24065
24079
|
*/
|
|
24066
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24080
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24067
24081
|
/** @description Optional JSONB filter for internal data */
|
|
24068
24082
|
filter?: string;
|
|
24069
24083
|
};
|
|
@@ -24087,7 +24101,7 @@ export interface operations {
|
|
|
24087
24101
|
* @description Semantic type of the setting value
|
|
24088
24102
|
* @enum {string}
|
|
24089
24103
|
*/
|
|
24090
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24104
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24091
24105
|
/** @description Optional JSONB filter for available values */
|
|
24092
24106
|
filter?: string;
|
|
24093
24107
|
};
|
|
@@ -24127,7 +24141,7 @@ export interface operations {
|
|
|
24127
24141
|
* @description Internal semantic type
|
|
24128
24142
|
* @enum {string}
|
|
24129
24143
|
*/
|
|
24130
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24144
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24131
24145
|
/** @description Optional JSONB filter for internal data */
|
|
24132
24146
|
filter?: string;
|
|
24133
24147
|
};
|
|
@@ -24151,7 +24165,7 @@ export interface operations {
|
|
|
24151
24165
|
* @description Semantic type of the setting value
|
|
24152
24166
|
* @enum {string}
|
|
24153
24167
|
*/
|
|
24154
|
-
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24168
|
+
type: "listing" | "account" | "booking_channel" | "contact_vendor" | "contact_owner" | "connection" | "rate" | "value_number" | "value_percentage" | "value_string" | "value_currency" | "value_date";
|
|
24155
24169
|
/** @description Optional JSONB filter for available values */
|
|
24156
24170
|
filter?: string;
|
|
24157
24171
|
};
|