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