@vrplatform/api 1.3.1-stage.1746 → 1.3.1-stage.1747
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.
|
@@ -29300,7 +29300,7 @@ export interface operations {
|
|
|
29300
29300
|
trialUntil?: string | null;
|
|
29301
29301
|
cancelledAt?: string | null;
|
|
29302
29302
|
isOnboarding?: boolean | null;
|
|
29303
|
-
issues: {
|
|
29303
|
+
issues: ({
|
|
29304
29304
|
/** @constant */
|
|
29305
29305
|
code: "unassignedAccount";
|
|
29306
29306
|
/** @constant */
|
|
@@ -29308,7 +29308,23 @@ export interface operations {
|
|
|
29308
29308
|
context: {
|
|
29309
29309
|
accountIds: string[];
|
|
29310
29310
|
};
|
|
29311
|
-
}
|
|
29311
|
+
} | {
|
|
29312
|
+
/** @constant */
|
|
29313
|
+
code: "brokenConnections";
|
|
29314
|
+
/** @constant */
|
|
29315
|
+
severity: "error";
|
|
29316
|
+
context: {
|
|
29317
|
+
connectionIds: string[];
|
|
29318
|
+
};
|
|
29319
|
+
} | {
|
|
29320
|
+
/** @constant */
|
|
29321
|
+
code: "outdatedConnections";
|
|
29322
|
+
/** @constant */
|
|
29323
|
+
severity: "error";
|
|
29324
|
+
context: {
|
|
29325
|
+
connectionIds: string[];
|
|
29326
|
+
};
|
|
29327
|
+
})[];
|
|
29312
29328
|
isGeneralLedger?: boolean | null;
|
|
29313
29329
|
booksClosedAt?: string | null;
|
|
29314
29330
|
logo?: string | null;
|
|
@@ -29557,7 +29573,7 @@ export interface operations {
|
|
|
29557
29573
|
trialUntil?: string | null;
|
|
29558
29574
|
cancelledAt?: string | null;
|
|
29559
29575
|
isOnboarding?: boolean | null;
|
|
29560
|
-
issues: {
|
|
29576
|
+
issues: ({
|
|
29561
29577
|
/** @constant */
|
|
29562
29578
|
code: "unassignedAccount";
|
|
29563
29579
|
/** @constant */
|
|
@@ -29565,7 +29581,23 @@ export interface operations {
|
|
|
29565
29581
|
context: {
|
|
29566
29582
|
accountIds: string[];
|
|
29567
29583
|
};
|
|
29568
|
-
}
|
|
29584
|
+
} | {
|
|
29585
|
+
/** @constant */
|
|
29586
|
+
code: "brokenConnections";
|
|
29587
|
+
/** @constant */
|
|
29588
|
+
severity: "error";
|
|
29589
|
+
context: {
|
|
29590
|
+
connectionIds: string[];
|
|
29591
|
+
};
|
|
29592
|
+
} | {
|
|
29593
|
+
/** @constant */
|
|
29594
|
+
code: "outdatedConnections";
|
|
29595
|
+
/** @constant */
|
|
29596
|
+
severity: "error";
|
|
29597
|
+
context: {
|
|
29598
|
+
connectionIds: string[];
|
|
29599
|
+
};
|
|
29600
|
+
})[];
|
|
29569
29601
|
isGeneralLedger?: boolean | null;
|
|
29570
29602
|
booksClosedAt?: string | null;
|
|
29571
29603
|
logo?: string | null;
|
|
@@ -30483,7 +30515,7 @@ export interface operations {
|
|
|
30483
30515
|
trialUntil?: string | null;
|
|
30484
30516
|
cancelledAt?: string | null;
|
|
30485
30517
|
isOnboarding?: boolean | null;
|
|
30486
|
-
issues: {
|
|
30518
|
+
issues: ({
|
|
30487
30519
|
/** @constant */
|
|
30488
30520
|
code: "unassignedAccount";
|
|
30489
30521
|
/** @constant */
|
|
@@ -30491,7 +30523,23 @@ export interface operations {
|
|
|
30491
30523
|
context: {
|
|
30492
30524
|
accountIds: string[];
|
|
30493
30525
|
};
|
|
30494
|
-
}
|
|
30526
|
+
} | {
|
|
30527
|
+
/** @constant */
|
|
30528
|
+
code: "brokenConnections";
|
|
30529
|
+
/** @constant */
|
|
30530
|
+
severity: "error";
|
|
30531
|
+
context: {
|
|
30532
|
+
connectionIds: string[];
|
|
30533
|
+
};
|
|
30534
|
+
} | {
|
|
30535
|
+
/** @constant */
|
|
30536
|
+
code: "outdatedConnections";
|
|
30537
|
+
/** @constant */
|
|
30538
|
+
severity: "error";
|
|
30539
|
+
context: {
|
|
30540
|
+
connectionIds: string[];
|
|
30541
|
+
};
|
|
30542
|
+
})[];
|
|
30495
30543
|
isGeneralLedger?: boolean | null;
|
|
30496
30544
|
booksClosedAt?: string | null;
|
|
30497
30545
|
logo?: string | null;
|
|
@@ -30737,7 +30785,7 @@ export interface operations {
|
|
|
30737
30785
|
trialUntil?: string | null;
|
|
30738
30786
|
cancelledAt?: string | null;
|
|
30739
30787
|
isOnboarding?: boolean | null;
|
|
30740
|
-
issues: {
|
|
30788
|
+
issues: ({
|
|
30741
30789
|
/** @constant */
|
|
30742
30790
|
code: "unassignedAccount";
|
|
30743
30791
|
/** @constant */
|
|
@@ -30745,7 +30793,23 @@ export interface operations {
|
|
|
30745
30793
|
context: {
|
|
30746
30794
|
accountIds: string[];
|
|
30747
30795
|
};
|
|
30748
|
-
}
|
|
30796
|
+
} | {
|
|
30797
|
+
/** @constant */
|
|
30798
|
+
code: "brokenConnections";
|
|
30799
|
+
/** @constant */
|
|
30800
|
+
severity: "error";
|
|
30801
|
+
context: {
|
|
30802
|
+
connectionIds: string[];
|
|
30803
|
+
};
|
|
30804
|
+
} | {
|
|
30805
|
+
/** @constant */
|
|
30806
|
+
code: "outdatedConnections";
|
|
30807
|
+
/** @constant */
|
|
30808
|
+
severity: "error";
|
|
30809
|
+
context: {
|
|
30810
|
+
connectionIds: string[];
|
|
30811
|
+
};
|
|
30812
|
+
})[];
|
|
30749
30813
|
isGeneralLedger?: boolean | null;
|
|
30750
30814
|
booksClosedAt?: string | null;
|
|
30751
30815
|
logo?: string | null;
|
|
@@ -31264,7 +31328,7 @@ export interface operations {
|
|
|
31264
31328
|
trialUntil?: string | null;
|
|
31265
31329
|
cancelledAt?: string | null;
|
|
31266
31330
|
isOnboarding?: boolean | null;
|
|
31267
|
-
issues: {
|
|
31331
|
+
issues: ({
|
|
31268
31332
|
/** @constant */
|
|
31269
31333
|
code: "unassignedAccount";
|
|
31270
31334
|
/** @constant */
|
|
@@ -31272,7 +31336,23 @@ export interface operations {
|
|
|
31272
31336
|
context: {
|
|
31273
31337
|
accountIds: string[];
|
|
31274
31338
|
};
|
|
31275
|
-
}
|
|
31339
|
+
} | {
|
|
31340
|
+
/** @constant */
|
|
31341
|
+
code: "brokenConnections";
|
|
31342
|
+
/** @constant */
|
|
31343
|
+
severity: "error";
|
|
31344
|
+
context: {
|
|
31345
|
+
connectionIds: string[];
|
|
31346
|
+
};
|
|
31347
|
+
} | {
|
|
31348
|
+
/** @constant */
|
|
31349
|
+
code: "outdatedConnections";
|
|
31350
|
+
/** @constant */
|
|
31351
|
+
severity: "error";
|
|
31352
|
+
context: {
|
|
31353
|
+
connectionIds: string[];
|
|
31354
|
+
};
|
|
31355
|
+
})[];
|
|
31276
31356
|
isGeneralLedger?: boolean | null;
|
|
31277
31357
|
booksClosedAt?: string | null;
|
|
31278
31358
|
logo?: string | null;
|