@vrplatform/api 1.3.1-1903 → 1.3.1-1916

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-1903",
6
+ "version": "1.3.1-1916",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -10897,6 +10897,8 @@ export interface operations {
10897
10897
  id: string;
10898
10898
  startAt: string;
10899
10899
  endAt?: string | null;
10900
+ /** @description Value in cents (100 = 1€) */
10901
+ reserve: number;
10900
10902
  members: {
10901
10903
  contactId?: string | null;
10902
10904
  split?: number | null;
@@ -11114,6 +11116,7 @@ export interface operations {
11114
11116
  initialOwnership?: {
11115
11117
  startAt?: string | null;
11116
11118
  endAt?: string | null;
11119
+ reserve?: number | null;
11117
11120
  members?: {
11118
11121
  contactId?: string | null;
11119
11122
  split?: number | null;
@@ -11158,6 +11161,8 @@ export interface operations {
11158
11161
  id: string;
11159
11162
  startAt: string;
11160
11163
  endAt?: string | null;
11164
+ /** @description Value in cents (100 = 1€) */
11165
+ reserve: number;
11161
11166
  members: {
11162
11167
  contactId?: string | null;
11163
11168
  split?: number | null;
@@ -11606,6 +11611,8 @@ export interface operations {
11606
11611
  endAt?: string | null;
11607
11612
  setListingInactive?: boolean | null;
11608
11613
  businessModel: ("managed" | "co_host" | "co_host_airbnb") | null;
11614
+ /** @description Value in cents (100 = 1€) */
11615
+ reserve: number;
11609
11616
  members: {
11610
11617
  contactId?: string | null;
11611
11618
  split?: number | null;
@@ -11721,6 +11728,7 @@ export interface operations {
11721
11728
  listingId: string;
11722
11729
  startAt?: string;
11723
11730
  endAt?: string | null;
11731
+ reserve?: number | null;
11724
11732
  members: {
11725
11733
  contactId?: string | null;
11726
11734
  split?: number | null;
@@ -11745,6 +11753,8 @@ export interface operations {
11745
11753
  endAt?: string | null;
11746
11754
  setListingInactive?: boolean | null;
11747
11755
  businessModel: ("managed" | "co_host" | "co_host_airbnb") | null;
11756
+ /** @description Value in cents (100 = 1€) */
11757
+ reserve: number;
11748
11758
  members: {
11749
11759
  contactId?: string | null;
11750
11760
  split?: number | null;
@@ -11860,6 +11870,8 @@ export interface operations {
11860
11870
  endAt?: string | null;
11861
11871
  setListingInactive?: boolean | null;
11862
11872
  businessModel: ("managed" | "co_host" | "co_host_airbnb") | null;
11873
+ /** @description Value in cents (100 = 1€) */
11874
+ reserve: number;
11863
11875
  members: {
11864
11876
  contactId?: string | null;
11865
11877
  split?: number | null;
@@ -11967,6 +11979,7 @@ export interface operations {
11967
11979
  listingId?: string;
11968
11980
  startAt?: string;
11969
11981
  endAt?: string | null;
11982
+ reserve?: number | null;
11970
11983
  members?: {
11971
11984
  contactId?: string | null;
11972
11985
  split?: number | null;
@@ -11991,6 +12004,8 @@ export interface operations {
11991
12004
  endAt?: string | null;
11992
12005
  setListingInactive?: boolean | null;
11993
12006
  businessModel: ("managed" | "co_host" | "co_host_airbnb") | null;
12007
+ /** @description Value in cents (100 = 1€) */
12008
+ reserve: number;
11994
12009
  members: {
11995
12010
  contactId?: string | null;
11996
12011
  split?: number | null;
@@ -12237,6 +12252,8 @@ export interface operations {
12237
12252
  id: string;
12238
12253
  startAt: string;
12239
12254
  endAt?: string | null;
12255
+ /** @description Value in cents (100 = 1€) */
12256
+ reserve: number;
12240
12257
  members: {
12241
12258
  contactId?: string | null;
12242
12259
  split?: number | null;
@@ -12446,6 +12463,7 @@ export interface operations {
12446
12463
  initialOwnership?: {
12447
12464
  startAt?: string | null;
12448
12465
  endAt?: string | null;
12466
+ reserve?: number | null;
12449
12467
  members?: {
12450
12468
  contactId?: string | null;
12451
12469
  split?: number | null;
@@ -12490,6 +12508,8 @@ export interface operations {
12490
12508
  id: string;
12491
12509
  startAt: string;
12492
12510
  endAt?: string | null;
12511
+ /** @description Value in cents (100 = 1€) */
12512
+ reserve: number;
12493
12513
  members: {
12494
12514
  contactId?: string | null;
12495
12515
  split?: number | null;
@@ -17860,6 +17880,14 @@ export interface operations {
17860
17880
  context: {
17861
17881
  accountId?: string | null;
17862
17882
  };
17883
+ } | {
17884
+ /** @constant */
17885
+ code: "transactionInactive";
17886
+ /** @constant */
17887
+ severity: "warning";
17888
+ context: {
17889
+ transactionId?: string | null;
17890
+ };
17863
17891
  } | {
17864
17892
  /** @constant */
17865
17893
  code: "unknownInactiveReason";
@@ -18734,6 +18762,14 @@ export interface operations {
18734
18762
  context: {
18735
18763
  accountId?: string | null;
18736
18764
  };
18765
+ } | {
18766
+ /** @constant */
18767
+ code: "transactionInactive";
18768
+ /** @constant */
18769
+ severity: "warning";
18770
+ context: {
18771
+ transactionId?: string | null;
18772
+ };
18737
18773
  } | {
18738
18774
  /** @constant */
18739
18775
  code: "unknownInactiveReason";
@@ -25426,6 +25462,8 @@ export interface operations {
25426
25462
  id: string;
25427
25463
  startAt: string;
25428
25464
  endAt: string | null;
25465
+ /** @description Value in cents (100 = 1€) */
25466
+ reserve: number;
25429
25467
  members: {
25430
25468
  id: string;
25431
25469
  ownerId: string | null;
@@ -25769,6 +25807,8 @@ export interface operations {
25769
25807
  id: string;
25770
25808
  startAt: string;
25771
25809
  endAt: string | null;
25810
+ /** @description Value in cents (100 = 1€) */
25811
+ reserve: number;
25772
25812
  members: {
25773
25813
  id: string;
25774
25814
  ownerId: string | null;
@@ -26329,6 +26369,8 @@ export interface operations {
26329
26369
  id: string;
26330
26370
  startAt: string;
26331
26371
  endAt: string | null;
26372
+ /** @description Value in cents (100 = 1€) */
26373
+ reserve: number;
26332
26374
  members: {
26333
26375
  id: string;
26334
26376
  ownerId: string | null;
@@ -28822,6 +28864,8 @@ export interface operations {
28822
28864
  id: string;
28823
28865
  startAt: string;
28824
28866
  endAt: string | null;
28867
+ /** @description Value in cents (100 = 1€) */
28868
+ reserve: number;
28825
28869
  members: {
28826
28870
  id: string;
28827
28871
  ownerId: string | null;
@@ -29387,6 +29431,8 @@ export interface operations {
29387
29431
  id: string;
29388
29432
  startAt: string;
29389
29433
  endAt: string | null;
29434
+ /** @description Value in cents (100 = 1€) */
29435
+ reserve: number;
29390
29436
  members: {
29391
29437
  id: string;
29392
29438
  ownerId: string | null;