@vrplatform/api 1.3.1-stage.2456 → 1.3.1-stage.2459

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.2456",
6
+ "version": "1.3.1-stage.2459",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -3014,6 +3014,23 @@ export interface paths {
3014
3014
  patch?: never;
3015
3015
  trace?: never;
3016
3016
  };
3017
+ "/teams/{id}/frontend-context": {
3018
+ parameters: {
3019
+ query?: never;
3020
+ header?: never;
3021
+ path?: never;
3022
+ cookie?: never;
3023
+ };
3024
+ /** @description Get frontend setup context for a team */
3025
+ get: operations["getTeamsByIdFrontendContext"];
3026
+ put?: never;
3027
+ post?: never;
3028
+ delete?: never;
3029
+ options?: never;
3030
+ head?: never;
3031
+ patch?: never;
3032
+ trace?: never;
3033
+ };
3017
3034
  "/teams/{id}/generate-demo-data": {
3018
3035
  parameters: {
3019
3036
  query?: never;
@@ -10335,6 +10352,7 @@ export interface operations {
10335
10352
  query?: {
10336
10353
  tenantId?: string;
10337
10354
  appId?: string;
10355
+ appCategory?: "paymentGateway" | "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
10338
10356
  status?: "active" | "inactive";
10339
10357
  isErrorState?: boolean;
10340
10358
  currentSyncStatus?: "queued" | "started" | "completed" | "failed" | "canceled";
@@ -41877,6 +41895,114 @@ export interface operations {
41877
41895
  };
41878
41896
  };
41879
41897
  };
41898
+ getTeamsByIdFrontendContext: {
41899
+ parameters: {
41900
+ query?: never;
41901
+ header?: never;
41902
+ path: {
41903
+ id: string;
41904
+ };
41905
+ cookie?: never;
41906
+ };
41907
+ requestBody?: never;
41908
+ responses: {
41909
+ /** @description Successful response */
41910
+ 200: {
41911
+ headers: {
41912
+ [name: string]: unknown;
41913
+ };
41914
+ content: {
41915
+ "application/json": {
41916
+ hasReservations: boolean;
41917
+ hasPms: boolean;
41918
+ hasDeposit: boolean;
41919
+ hasListingNeedsReview: boolean;
41920
+ hasOwnerNeedsReview: boolean;
41921
+ };
41922
+ };
41923
+ };
41924
+ /** @description Bad request */
41925
+ 400: {
41926
+ headers: {
41927
+ [name: string]: unknown;
41928
+ };
41929
+ content: {
41930
+ "application/json": {
41931
+ code: string;
41932
+ message: string;
41933
+ issues?: {
41934
+ message: string;
41935
+ }[];
41936
+ context?: unknown;
41937
+ };
41938
+ };
41939
+ };
41940
+ /** @description Unauthorized */
41941
+ 401: {
41942
+ headers: {
41943
+ [name: string]: unknown;
41944
+ };
41945
+ content: {
41946
+ "application/json": {
41947
+ code: string;
41948
+ message: string;
41949
+ issues?: {
41950
+ message: string;
41951
+ }[];
41952
+ context?: unknown;
41953
+ };
41954
+ };
41955
+ };
41956
+ /** @description Forbidden */
41957
+ 403: {
41958
+ headers: {
41959
+ [name: string]: unknown;
41960
+ };
41961
+ content: {
41962
+ "application/json": {
41963
+ code: string;
41964
+ message: string;
41965
+ issues?: {
41966
+ message: string;
41967
+ }[];
41968
+ context?: unknown;
41969
+ };
41970
+ };
41971
+ };
41972
+ /** @description Not found */
41973
+ 404: {
41974
+ headers: {
41975
+ [name: string]: unknown;
41976
+ };
41977
+ content: {
41978
+ "application/json": {
41979
+ code: string;
41980
+ message: string;
41981
+ issues?: {
41982
+ message: string;
41983
+ }[];
41984
+ context?: unknown;
41985
+ };
41986
+ };
41987
+ };
41988
+ /** @description Internal server error */
41989
+ 500: {
41990
+ headers: {
41991
+ [name: string]: unknown;
41992
+ };
41993
+ content: {
41994
+ "application/json": {
41995
+ code: string;
41996
+ message: string;
41997
+ issues?: {
41998
+ message: string;
41999
+ }[];
42000
+ context?: unknown;
42001
+ };
42002
+ };
42003
+ };
42004
+ };
42005
+ };
41880
42006
  postTeamsByIdGenerateDemoData: {
41881
42007
  parameters: {
41882
42008
  query?: never;
@@ -43035,7 +43161,7 @@ export interface operations {
43035
43161
  last4?: string;
43036
43162
  isLocked?: boolean;
43037
43163
  hasActiveJournalEntries?: boolean;
43038
- /** @description connection id or 'null' */
43164
+ /** @description connection id or 'null' for manual transactions */
43039
43165
  connectionId?: string;
43040
43166
  /** @description Amount in cents, also accepts ranges like 100...200 */
43041
43167
  amount?: string;
@@ -44139,7 +44265,7 @@ export interface operations {
44139
44265
  last4?: string;
44140
44266
  isLocked?: boolean;
44141
44267
  hasActiveJournalEntries?: boolean;
44142
- /** @description connection id or 'null' */
44268
+ /** @description connection id or 'null' for manual transactions */
44143
44269
  connectionId?: string;
44144
44270
  /** @description Amount in cents, also accepts ranges like 100...200 */
44145
44271
  amount?: string;
@@ -44274,7 +44400,7 @@ export interface operations {
44274
44400
  last4?: string;
44275
44401
  isLocked?: boolean;
44276
44402
  hasActiveJournalEntries?: boolean;
44277
- /** @description connection id or 'null' */
44403
+ /** @description connection id or 'null' for manual transactions */
44278
44404
  connectionId?: string;
44279
44405
  /** @description Amount in cents, also accepts ranges like 100...200 */
44280
44406
  amount?: string;
@@ -44409,7 +44535,7 @@ export interface operations {
44409
44535
  last4?: string;
44410
44536
  isLocked?: boolean;
44411
44537
  hasActiveJournalEntries?: boolean;
44412
- /** @description connection id or 'null' */
44538
+ /** @description connection id or 'null' for manual transactions */
44413
44539
  connectionId?: string;
44414
44540
  /** @description Amount in cents, also accepts ranges like 100...200 */
44415
44541
  amount?: string;
@@ -44886,7 +45012,7 @@ export interface operations {
44886
45012
  last4?: string;
44887
45013
  isLocked?: boolean;
44888
45014
  hasActiveJournalEntries?: boolean;
44889
- /** @description connection id or 'null' */
45015
+ /** @description connection id or 'null' for manual transactions */
44890
45016
  connectionId?: string;
44891
45017
  /** @description Amount in cents, also accepts ranges like 100...200 */
44892
45018
  amount?: string;
@@ -46745,7 +46871,7 @@ export interface operations {
46745
46871
  last4?: string;
46746
46872
  isLocked?: boolean;
46747
46873
  hasActiveJournalEntries?: boolean;
46748
- /** @description connection id or 'null' */
46874
+ /** @description connection id or 'null' for manual transactions */
46749
46875
  connectionId?: string;
46750
46876
  /** @description Amount in cents, also accepts ranges like 100...200 */
46751
46877
  amount?: string;