@vrplatform/api 1.2.33-stage.853 → 1.2.33-stage.857

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.
@@ -1368,6 +1368,23 @@ export interface paths {
1368
1368
  patch?: never;
1369
1369
  trace?: never;
1370
1370
  };
1371
+ "/syncs/{id}/cancel": {
1372
+ parameters: {
1373
+ query?: never;
1374
+ header?: never;
1375
+ path?: never;
1376
+ cookie?: never;
1377
+ };
1378
+ get?: never;
1379
+ put?: never;
1380
+ /** @description Cancel sync by ID */
1381
+ post: operations["cancelSync"];
1382
+ delete?: never;
1383
+ options?: never;
1384
+ head?: never;
1385
+ patch?: never;
1386
+ trace?: never;
1387
+ };
1371
1388
  "/sources/batch": {
1372
1389
  parameters: {
1373
1390
  query?: never;
@@ -6591,7 +6608,7 @@ export interface operations {
6591
6608
  data: {
6592
6609
  /** Format: uuid */
6593
6610
  listingId: string;
6594
- /** @default 2025-10-27 */
6611
+ /** @default 2025-10-28 */
6595
6612
  startAt: string;
6596
6613
  endAt?: string | null;
6597
6614
  setListingInactive?: boolean | null;
@@ -6673,7 +6690,7 @@ export interface operations {
6673
6690
  "application/json": {
6674
6691
  /** Format: uuid */
6675
6692
  listingId: string;
6676
- /** @default 2025-10-27 */
6693
+ /** @default 2025-10-28 */
6677
6694
  startAt?: string;
6678
6695
  endAt?: string | null;
6679
6696
  members: {
@@ -6707,7 +6724,7 @@ export interface operations {
6707
6724
  "application/json": {
6708
6725
  /** Format: uuid */
6709
6726
  listingId: string;
6710
- /** @default 2025-10-27 */
6727
+ /** @default 2025-10-28 */
6711
6728
  startAt: string;
6712
6729
  endAt?: string | null;
6713
6730
  setListingInactive?: boolean | null;
@@ -6787,7 +6804,7 @@ export interface operations {
6787
6804
  "application/json": {
6788
6805
  /** Format: uuid */
6789
6806
  listingId: string;
6790
- /** @default 2025-10-27 */
6807
+ /** @default 2025-10-28 */
6791
6808
  startAt: string;
6792
6809
  endAt?: string | null;
6793
6810
  setListingInactive?: boolean | null;
@@ -6870,7 +6887,7 @@ export interface operations {
6870
6887
  "application/json": {
6871
6888
  /** Format: uuid */
6872
6889
  listingId?: string;
6873
- /** @default 2025-10-27 */
6890
+ /** @default 2025-10-28 */
6874
6891
  startAt?: string;
6875
6892
  endAt?: string | null;
6876
6893
  members?: {
@@ -6904,7 +6921,7 @@ export interface operations {
6904
6921
  "application/json": {
6905
6922
  /** Format: uuid */
6906
6923
  listingId: string;
6907
- /** @default 2025-10-27 */
6924
+ /** @default 2025-10-28 */
6908
6925
  startAt: string;
6909
6926
  endAt?: string | null;
6910
6927
  setListingInactive?: boolean | null;
@@ -7090,7 +7107,7 @@ export interface operations {
7090
7107
  /** Format: uuid */
7091
7108
  sourceId?: string | null;
7092
7109
  initialOwnership?: {
7093
- /** @default 2025-10-27 */
7110
+ /** @default 2025-10-28 */
7094
7111
  startAt?: string;
7095
7112
  endAt?: string | null;
7096
7113
  members: {
@@ -7148,7 +7165,7 @@ export interface operations {
7148
7165
  status: "active" | "inactive";
7149
7166
  defaultCurrency?: string | null;
7150
7167
  activeOwnership?: {
7151
- /** @default 2025-10-27 */
7168
+ /** @default 2025-10-28 */
7152
7169
  startAt: string;
7153
7170
  endAt?: string | null;
7154
7171
  setListingInactive?: boolean | null;
@@ -7389,7 +7406,7 @@ export interface operations {
7389
7406
  status: "active" | "inactive";
7390
7407
  defaultCurrency?: string | null;
7391
7408
  activeOwnership?: {
7392
- /** @default 2025-10-27 */
7409
+ /** @default 2025-10-28 */
7393
7410
  startAt: string;
7394
7411
  endAt?: string | null;
7395
7412
  setListingInactive?: boolean | null;
@@ -7528,7 +7545,7 @@ export interface operations {
7528
7545
  /** Format: uuid */
7529
7546
  sourceId?: string | null;
7530
7547
  initialOwnership?: {
7531
- /** @default 2025-10-27 */
7548
+ /** @default 2025-10-28 */
7532
7549
  startAt?: string;
7533
7550
  endAt?: string | null;
7534
7551
  members: {
@@ -7582,7 +7599,7 @@ export interface operations {
7582
7599
  status: "active" | "inactive";
7583
7600
  defaultCurrency?: string | null;
7584
7601
  activeOwnership?: {
7585
- /** @default 2025-10-27 */
7602
+ /** @default 2025-10-28 */
7586
7603
  startAt: string;
7587
7604
  endAt?: string | null;
7588
7605
  setListingInactive?: boolean | null;
@@ -7799,7 +7816,7 @@ export interface operations {
7799
7816
  status: "active" | "inactive";
7800
7817
  defaultCurrency?: string | null;
7801
7818
  activeOwnership?: {
7802
- /** @default 2025-10-27 */
7819
+ /** @default 2025-10-28 */
7803
7820
  startAt: string;
7804
7821
  endAt?: string | null;
7805
7822
  setListingInactive?: boolean | null;
@@ -7946,7 +7963,7 @@ export interface operations {
7946
7963
  /** Format: uuid */
7947
7964
  sourceId?: string | null;
7948
7965
  initialOwnership?: {
7949
- /** @default 2025-10-27 */
7966
+ /** @default 2025-10-28 */
7950
7967
  startAt?: string;
7951
7968
  endAt?: string | null;
7952
7969
  members: {
@@ -8000,7 +8017,7 @@ export interface operations {
8000
8017
  status: "active" | "inactive";
8001
8018
  defaultCurrency?: string | null;
8002
8019
  activeOwnership?: {
8003
- /** @default 2025-10-27 */
8020
+ /** @default 2025-10-28 */
8004
8021
  startAt: string;
8005
8022
  endAt?: string | null;
8006
8023
  setListingInactive?: boolean | null;
@@ -22544,6 +22561,69 @@ export interface operations {
22544
22561
  };
22545
22562
  };
22546
22563
  };
22564
+ cancelSync: {
22565
+ parameters: {
22566
+ query?: never;
22567
+ header?: {
22568
+ "X-Team-Id"?: string;
22569
+ };
22570
+ path: {
22571
+ id: string;
22572
+ };
22573
+ cookie?: never;
22574
+ };
22575
+ requestBody?: never;
22576
+ responses: {
22577
+ /** @description Successful response */
22578
+ 200: {
22579
+ headers: {
22580
+ [name: string]: unknown;
22581
+ };
22582
+ content: {
22583
+ "application/json": {
22584
+ /** Format: uuid */
22585
+ id: string;
22586
+ };
22587
+ };
22588
+ };
22589
+ /** @description Invalid input data */
22590
+ 400: {
22591
+ headers: {
22592
+ [name: string]: unknown;
22593
+ };
22594
+ content: {
22595
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
22596
+ };
22597
+ };
22598
+ /** @description Authorization not provided */
22599
+ 401: {
22600
+ headers: {
22601
+ [name: string]: unknown;
22602
+ };
22603
+ content: {
22604
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
22605
+ };
22606
+ };
22607
+ /** @description Insufficient access */
22608
+ 403: {
22609
+ headers: {
22610
+ [name: string]: unknown;
22611
+ };
22612
+ content: {
22613
+ "application/json": components["schemas"]["error.FORBIDDEN"];
22614
+ };
22615
+ };
22616
+ /** @description Internal server error */
22617
+ 500: {
22618
+ headers: {
22619
+ [name: string]: unknown;
22620
+ };
22621
+ content: {
22622
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
22623
+ };
22624
+ };
22625
+ };
22626
+ };
22547
22627
  updateSources: {
22548
22628
  parameters: {
22549
22629
  query?: never;