@vrplatform/api 1.3.1-stage.2460 → 1.3.1-stage.2462

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.
@@ -806,8 +806,7 @@ export interface paths {
806
806
  };
807
807
  /** @description Get flow configuration for a connection */
808
808
  get: operations["getFlowConnection"];
809
- /** @description Update flow status for a connection */
810
- put: operations["setFlowStatus"];
809
+ put?: never;
811
810
  post?: never;
812
811
  delete?: never;
813
812
  options?: never;
@@ -13048,150 +13047,6 @@ export interface operations {
13048
13047
  connectionId: string;
13049
13048
  title: string;
13050
13049
  description: string | null;
13051
- /** @enum {string} */
13052
- status: "active" | "inactive";
13053
- settings: {
13054
- /** Format: uuid */
13055
- id: string;
13056
- /** Format: uuid */
13057
- flowId: string;
13058
- /** Format: uuid */
13059
- connectionId: string;
13060
- settingKey: string;
13061
- title: string | null;
13062
- description: string | null;
13063
- type?: ("listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date") | null;
13064
- filter: string | null;
13065
- /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */
13066
- value: {
13067
- id: string | number;
13068
- name: string;
13069
- /**
13070
- * @description Semantic type for mapping/setting entries (entities and primitive kinds).
13071
- * @enum {string}
13072
- */
13073
- type: "listing" | "account" | "bank_account" | "booking_channel" | "contact_vendor" | "contact_owner" | "rate" | "value_number" | "value_boolean" | "value_percentage" | "value_string" | "value_currency" | "value_date";
13074
- };
13075
- }[];
13076
- };
13077
- };
13078
- };
13079
- /** @description Bad request */
13080
- 400: {
13081
- headers: {
13082
- [name: string]: unknown;
13083
- };
13084
- content: {
13085
- "application/json": {
13086
- code: string;
13087
- message: string;
13088
- issues?: {
13089
- message: string;
13090
- }[];
13091
- context?: unknown;
13092
- };
13093
- };
13094
- };
13095
- /** @description Unauthorized */
13096
- 401: {
13097
- headers: {
13098
- [name: string]: unknown;
13099
- };
13100
- content: {
13101
- "application/json": {
13102
- code: string;
13103
- message: string;
13104
- issues?: {
13105
- message: string;
13106
- }[];
13107
- context?: unknown;
13108
- };
13109
- };
13110
- };
13111
- /** @description Forbidden */
13112
- 403: {
13113
- headers: {
13114
- [name: string]: unknown;
13115
- };
13116
- content: {
13117
- "application/json": {
13118
- code: string;
13119
- message: string;
13120
- issues?: {
13121
- message: string;
13122
- }[];
13123
- context?: unknown;
13124
- };
13125
- };
13126
- };
13127
- /** @description Not found */
13128
- 404: {
13129
- headers: {
13130
- [name: string]: unknown;
13131
- };
13132
- content: {
13133
- "application/json": {
13134
- code: string;
13135
- message: string;
13136
- issues?: {
13137
- message: string;
13138
- }[];
13139
- context?: unknown;
13140
- };
13141
- };
13142
- };
13143
- /** @description Internal server error */
13144
- 500: {
13145
- headers: {
13146
- [name: string]: unknown;
13147
- };
13148
- content: {
13149
- "application/json": {
13150
- code: string;
13151
- message: string;
13152
- issues?: {
13153
- message: string;
13154
- }[];
13155
- context?: unknown;
13156
- };
13157
- };
13158
- };
13159
- };
13160
- };
13161
- setFlowStatus: {
13162
- parameters: {
13163
- query?: never;
13164
- header?: never;
13165
- path: {
13166
- id: string;
13167
- connectionId: string;
13168
- };
13169
- cookie?: never;
13170
- };
13171
- requestBody?: {
13172
- content: {
13173
- "application/json": {
13174
- /** @enum {string} */
13175
- status: "active" | "inactive";
13176
- };
13177
- };
13178
- };
13179
- responses: {
13180
- /** @description Successful response */
13181
- 200: {
13182
- headers: {
13183
- [name: string]: unknown;
13184
- };
13185
- content: {
13186
- "application/json": {
13187
- /** Format: uuid */
13188
- id: string;
13189
- /** Format: uuid */
13190
- connectionId: string;
13191
- title: string;
13192
- description: string | null;
13193
- /** @enum {string} */
13194
- status: "active" | "inactive";
13195
13050
  settings: {
13196
13051
  /** Format: uuid */
13197
13052
  id: string;
@@ -23588,6 +23443,7 @@ export interface operations {
23588
23443
  date: string;
23589
23444
  occupancyStatus: "departed" | "inHouse" | "upcoming" | "cancelled" | "unassigned" | "all";
23590
23445
  channels?: string;
23446
+ search?: string;
23591
23447
  };
23592
23448
  header?: never;
23593
23449
  path?: never;
@@ -23836,6 +23692,7 @@ export interface operations {
23836
23692
  date: string;
23837
23693
  occupancyStatus: "departed" | "inHouse" | "upcoming" | "cancelled" | "unassigned" | "all";
23838
23694
  channels?: string;
23695
+ search?: string;
23839
23696
  };
23840
23697
  header?: never;
23841
23698
  path?: never;