@vrplatform/api 1.3.1-3652 → 1.3.1-3674
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.
|
@@ -3751,7 +3751,17 @@ export interface operations {
|
|
|
3751
3751
|
currentSync?: {
|
|
3752
3752
|
/** @enum {string} */
|
|
3753
3753
|
status: "queued" | "started" | "completed" | "failed" | "canceled";
|
|
3754
|
+
/**
|
|
3755
|
+
* Format: date-time
|
|
3756
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
3757
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
3758
|
+
*/
|
|
3754
3759
|
createdAt: string;
|
|
3760
|
+
/**
|
|
3761
|
+
* Format: date-time
|
|
3762
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
3763
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
3764
|
+
*/
|
|
3755
3765
|
updatedAt: string;
|
|
3756
3766
|
message?: string | null;
|
|
3757
3767
|
} | null;
|
|
@@ -3966,7 +3976,17 @@ export interface operations {
|
|
|
3966
3976
|
currentSync?: {
|
|
3967
3977
|
/** @enum {string} */
|
|
3968
3978
|
status: "queued" | "started" | "completed" | "failed" | "canceled";
|
|
3979
|
+
/**
|
|
3980
|
+
* Format: date-time
|
|
3981
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
3982
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
3983
|
+
*/
|
|
3969
3984
|
createdAt: string;
|
|
3985
|
+
/**
|
|
3986
|
+
* Format: date-time
|
|
3987
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
3988
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
3989
|
+
*/
|
|
3970
3990
|
updatedAt: string;
|
|
3971
3991
|
message?: string | null;
|
|
3972
3992
|
} | null;
|
|
@@ -4369,7 +4389,17 @@ export interface operations {
|
|
|
4369
4389
|
currentSync?: {
|
|
4370
4390
|
/** @enum {string} */
|
|
4371
4391
|
status: "queued" | "started" | "completed" | "failed" | "canceled";
|
|
4392
|
+
/**
|
|
4393
|
+
* Format: date-time
|
|
4394
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
4395
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
4396
|
+
*/
|
|
4372
4397
|
createdAt: string;
|
|
4398
|
+
/**
|
|
4399
|
+
* Format: date-time
|
|
4400
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
4401
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
4402
|
+
*/
|
|
4373
4403
|
updatedAt: string;
|
|
4374
4404
|
message?: string | null;
|
|
4375
4405
|
} | null;
|
|
@@ -4576,7 +4606,17 @@ export interface operations {
|
|
|
4576
4606
|
currentSync?: {
|
|
4577
4607
|
/** @enum {string} */
|
|
4578
4608
|
status: "queued" | "started" | "completed" | "failed" | "canceled";
|
|
4609
|
+
/**
|
|
4610
|
+
* Format: date-time
|
|
4611
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
4612
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
4613
|
+
*/
|
|
4579
4614
|
createdAt: string;
|
|
4615
|
+
/**
|
|
4616
|
+
* Format: date-time
|
|
4617
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
4618
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
4619
|
+
*/
|
|
4580
4620
|
updatedAt: string;
|
|
4581
4621
|
message?: string | null;
|
|
4582
4622
|
} | null;
|
|
@@ -4997,6 +5037,11 @@ export interface operations {
|
|
|
4997
5037
|
/** Format: uuid */
|
|
4998
5038
|
id: string;
|
|
4999
5039
|
transactionId: string | null;
|
|
5040
|
+
/**
|
|
5041
|
+
* Format: date-time
|
|
5042
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
5043
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
5044
|
+
*/
|
|
5000
5045
|
createdAt: string;
|
|
5001
5046
|
filename: string;
|
|
5002
5047
|
extension?: string | null;
|
|
@@ -5289,7 +5334,17 @@ export interface operations {
|
|
|
5289
5334
|
currentSync?: {
|
|
5290
5335
|
/** @enum {string} */
|
|
5291
5336
|
status: "queued" | "started" | "completed" | "failed" | "canceled";
|
|
5337
|
+
/**
|
|
5338
|
+
* Format: date-time
|
|
5339
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
5340
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
5341
|
+
*/
|
|
5292
5342
|
createdAt: string;
|
|
5343
|
+
/**
|
|
5344
|
+
* Format: date-time
|
|
5345
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
5346
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
5347
|
+
*/
|
|
5293
5348
|
updatedAt: string;
|
|
5294
5349
|
message?: string | null;
|
|
5295
5350
|
} | null;
|
|
@@ -5488,7 +5543,17 @@ export interface operations {
|
|
|
5488
5543
|
currentSync?: {
|
|
5489
5544
|
/** @enum {string} */
|
|
5490
5545
|
status: "queued" | "started" | "completed" | "failed" | "canceled";
|
|
5546
|
+
/**
|
|
5547
|
+
* Format: date-time
|
|
5548
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
5549
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
5550
|
+
*/
|
|
5491
5551
|
createdAt: string;
|
|
5552
|
+
/**
|
|
5553
|
+
* Format: date-time
|
|
5554
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
5555
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
5556
|
+
*/
|
|
5492
5557
|
updatedAt: string;
|
|
5493
5558
|
message?: string | null;
|
|
5494
5559
|
} | null;
|
|
@@ -6185,6 +6250,11 @@ export interface operations {
|
|
|
6185
6250
|
name: string | null;
|
|
6186
6251
|
email: string | null;
|
|
6187
6252
|
};
|
|
6253
|
+
/**
|
|
6254
|
+
* Format: date-time
|
|
6255
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
6256
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
6257
|
+
*/
|
|
6188
6258
|
createdAt: string;
|
|
6189
6259
|
source: string | null;
|
|
6190
6260
|
apiVersion: string;
|
|
@@ -6329,6 +6399,11 @@ export interface operations {
|
|
|
6329
6399
|
name: string | null;
|
|
6330
6400
|
email: string | null;
|
|
6331
6401
|
};
|
|
6402
|
+
/**
|
|
6403
|
+
* Format: date-time
|
|
6404
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
6405
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
6406
|
+
*/
|
|
6332
6407
|
createdAt: string;
|
|
6333
6408
|
source: string | null;
|
|
6334
6409
|
apiVersion: string;
|
|
@@ -6615,6 +6690,11 @@ export interface operations {
|
|
|
6615
6690
|
/** @enum {string} */
|
|
6616
6691
|
status: "running" | "completed" | "failed" | "skipped_locked";
|
|
6617
6692
|
attemptNum: number;
|
|
6693
|
+
/**
|
|
6694
|
+
* Format: date-time
|
|
6695
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
6696
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
6697
|
+
*/
|
|
6618
6698
|
startedAt: string;
|
|
6619
6699
|
finishedAt: string | null;
|
|
6620
6700
|
workerId: string | null;
|
|
@@ -6623,6 +6703,11 @@ export interface operations {
|
|
|
6623
6703
|
retryable: boolean | null;
|
|
6624
6704
|
errorMessage: string | null;
|
|
6625
6705
|
} | null;
|
|
6706
|
+
/**
|
|
6707
|
+
* Format: date-time
|
|
6708
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
6709
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
6710
|
+
*/
|
|
6626
6711
|
createdAt: string;
|
|
6627
6712
|
}[];
|
|
6628
6713
|
pagination: {
|
|
@@ -6763,6 +6848,11 @@ export interface operations {
|
|
|
6763
6848
|
rootEntityId: string | null;
|
|
6764
6849
|
/** @enum {string} */
|
|
6765
6850
|
operation: "insert" | "update" | "delete";
|
|
6851
|
+
/**
|
|
6852
|
+
* Format: date-time
|
|
6853
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
6854
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
6855
|
+
*/
|
|
6766
6856
|
changedAt: string;
|
|
6767
6857
|
apiVersion: string;
|
|
6768
6858
|
changedFields: string[];
|
|
@@ -6930,6 +7020,11 @@ export interface operations {
|
|
|
6930
7020
|
} & {
|
|
6931
7021
|
[key: string]: unknown;
|
|
6932
7022
|
};
|
|
7023
|
+
/**
|
|
7024
|
+
* Format: date-time
|
|
7025
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
7026
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
7027
|
+
*/
|
|
6933
7028
|
createdAt: string;
|
|
6934
7029
|
action: {
|
|
6935
7030
|
/** Format: uuid */
|
|
@@ -7077,6 +7172,11 @@ export interface operations {
|
|
|
7077
7172
|
type: "action";
|
|
7078
7173
|
/** Format: uuid */
|
|
7079
7174
|
id: string;
|
|
7175
|
+
/**
|
|
7176
|
+
* Format: date-time
|
|
7177
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
7178
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
7179
|
+
*/
|
|
7080
7180
|
timestamp: string;
|
|
7081
7181
|
actionId: string | null;
|
|
7082
7182
|
effectId: string | null;
|
|
@@ -7104,6 +7204,11 @@ export interface operations {
|
|
|
7104
7204
|
type: "effect";
|
|
7105
7205
|
/** Format: uuid */
|
|
7106
7206
|
id: string;
|
|
7207
|
+
/**
|
|
7208
|
+
* Format: date-time
|
|
7209
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
7210
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
7211
|
+
*/
|
|
7107
7212
|
timestamp: string;
|
|
7108
7213
|
actionId: string | null;
|
|
7109
7214
|
effectId: string | null;
|
|
@@ -7130,6 +7235,11 @@ export interface operations {
|
|
|
7130
7235
|
type: "effect_attempt";
|
|
7131
7236
|
/** Format: uuid */
|
|
7132
7237
|
id: string;
|
|
7238
|
+
/**
|
|
7239
|
+
* Format: date-time
|
|
7240
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
7241
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
7242
|
+
*/
|
|
7133
7243
|
timestamp: string;
|
|
7134
7244
|
actionId: string | null;
|
|
7135
7245
|
effectId: string | null;
|
|
@@ -7140,6 +7250,11 @@ export interface operations {
|
|
|
7140
7250
|
/** @enum {string} */
|
|
7141
7251
|
status: "running" | "completed" | "failed" | "skipped_locked";
|
|
7142
7252
|
attemptNum: number;
|
|
7253
|
+
/**
|
|
7254
|
+
* Format: date-time
|
|
7255
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
7256
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
7257
|
+
*/
|
|
7143
7258
|
startedAt: string;
|
|
7144
7259
|
finishedAt: string | null;
|
|
7145
7260
|
workerId: string | null;
|
|
@@ -7153,6 +7268,11 @@ export interface operations {
|
|
|
7153
7268
|
type: "mutation";
|
|
7154
7269
|
/** Format: uuid */
|
|
7155
7270
|
id: string;
|
|
7271
|
+
/**
|
|
7272
|
+
* Format: date-time
|
|
7273
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
7274
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
7275
|
+
*/
|
|
7156
7276
|
timestamp: string;
|
|
7157
7277
|
actionId: string | null;
|
|
7158
7278
|
effectId: string | null;
|
|
@@ -7182,6 +7302,11 @@ export interface operations {
|
|
|
7182
7302
|
type: "journal_delta";
|
|
7183
7303
|
/** Format: uuid */
|
|
7184
7304
|
id: string;
|
|
7305
|
+
/**
|
|
7306
|
+
* Format: date-time
|
|
7307
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
7308
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
7309
|
+
*/
|
|
7185
7310
|
timestamp: string;
|
|
7186
7311
|
actionId: string | null;
|
|
7187
7312
|
effectId: string | null;
|
|
@@ -10787,13 +10912,33 @@ export interface operations {
|
|
|
10787
10912
|
importers?: string[] | null;
|
|
10788
10913
|
extractors?: string[] | null;
|
|
10789
10914
|
};
|
|
10915
|
+
/**
|
|
10916
|
+
* Format: date-time
|
|
10917
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
10918
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
10919
|
+
*/
|
|
10790
10920
|
createdAt: string;
|
|
10921
|
+
/**
|
|
10922
|
+
* Format: date-time
|
|
10923
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
10924
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
10925
|
+
*/
|
|
10791
10926
|
updatedAt: string;
|
|
10792
10927
|
isErrorState: boolean;
|
|
10793
10928
|
currentSync?: {
|
|
10794
10929
|
/** @enum {string} */
|
|
10795
10930
|
status: "queued" | "started" | "completed" | "failed" | "canceled";
|
|
10931
|
+
/**
|
|
10932
|
+
* Format: date-time
|
|
10933
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
10934
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
10935
|
+
*/
|
|
10796
10936
|
createdAt: string;
|
|
10937
|
+
/**
|
|
10938
|
+
* Format: date-time
|
|
10939
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
10940
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
10941
|
+
*/
|
|
10797
10942
|
updatedAt: string;
|
|
10798
10943
|
message?: string | null;
|
|
10799
10944
|
} | null;
|
|
@@ -10940,13 +11085,33 @@ export interface operations {
|
|
|
10940
11085
|
importers?: string[] | null;
|
|
10941
11086
|
extractors?: string[] | null;
|
|
10942
11087
|
};
|
|
11088
|
+
/**
|
|
11089
|
+
* Format: date-time
|
|
11090
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
11091
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
11092
|
+
*/
|
|
10943
11093
|
createdAt: string;
|
|
11094
|
+
/**
|
|
11095
|
+
* Format: date-time
|
|
11096
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
11097
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
11098
|
+
*/
|
|
10944
11099
|
updatedAt: string;
|
|
10945
11100
|
isErrorState: boolean;
|
|
10946
11101
|
currentSync?: {
|
|
10947
11102
|
/** @enum {string} */
|
|
10948
11103
|
status: "queued" | "started" | "completed" | "failed" | "canceled";
|
|
11104
|
+
/**
|
|
11105
|
+
* Format: date-time
|
|
11106
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
11107
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
11108
|
+
*/
|
|
10949
11109
|
createdAt: string;
|
|
11110
|
+
/**
|
|
11111
|
+
* Format: date-time
|
|
11112
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
11113
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
11114
|
+
*/
|
|
10950
11115
|
updatedAt: string;
|
|
10951
11116
|
message?: string | null;
|
|
10952
11117
|
} | null;
|
|
@@ -11322,13 +11487,33 @@ export interface operations {
|
|
|
11322
11487
|
importers?: string[] | null;
|
|
11323
11488
|
extractors?: string[] | null;
|
|
11324
11489
|
};
|
|
11490
|
+
/**
|
|
11491
|
+
* Format: date-time
|
|
11492
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
11493
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
11494
|
+
*/
|
|
11325
11495
|
createdAt: string;
|
|
11496
|
+
/**
|
|
11497
|
+
* Format: date-time
|
|
11498
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
11499
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
11500
|
+
*/
|
|
11326
11501
|
updatedAt: string;
|
|
11327
11502
|
isErrorState: boolean;
|
|
11328
11503
|
currentSync?: {
|
|
11329
11504
|
/** @enum {string} */
|
|
11330
11505
|
status: "queued" | "started" | "completed" | "failed" | "canceled";
|
|
11506
|
+
/**
|
|
11507
|
+
* Format: date-time
|
|
11508
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
11509
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
11510
|
+
*/
|
|
11331
11511
|
createdAt: string;
|
|
11512
|
+
/**
|
|
11513
|
+
* Format: date-time
|
|
11514
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
11515
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
11516
|
+
*/
|
|
11332
11517
|
updatedAt: string;
|
|
11333
11518
|
message?: string | null;
|
|
11334
11519
|
} | null;
|
|
@@ -15630,7 +15815,17 @@ export interface operations {
|
|
|
15630
15815
|
isSelected: boolean;
|
|
15631
15816
|
isSelectedForIcon: boolean;
|
|
15632
15817
|
isSelectedForLogo: boolean;
|
|
15818
|
+
/**
|
|
15819
|
+
* Format: date-time
|
|
15820
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
15821
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
15822
|
+
*/
|
|
15633
15823
|
createdAt: string;
|
|
15824
|
+
/**
|
|
15825
|
+
* Format: date-time
|
|
15826
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
15827
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
15828
|
+
*/
|
|
15634
15829
|
updatedAt: string;
|
|
15635
15830
|
}[];
|
|
15636
15831
|
};
|
|
@@ -15753,7 +15948,17 @@ export interface operations {
|
|
|
15753
15948
|
isSelected: boolean;
|
|
15754
15949
|
isSelectedForIcon: boolean;
|
|
15755
15950
|
isSelectedForLogo: boolean;
|
|
15951
|
+
/**
|
|
15952
|
+
* Format: date-time
|
|
15953
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
15954
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
15955
|
+
*/
|
|
15756
15956
|
createdAt: string;
|
|
15957
|
+
/**
|
|
15958
|
+
* Format: date-time
|
|
15959
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
15960
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
15961
|
+
*/
|
|
15757
15962
|
updatedAt: string;
|
|
15758
15963
|
}[];
|
|
15759
15964
|
};
|
|
@@ -15875,7 +16080,17 @@ export interface operations {
|
|
|
15875
16080
|
isSelected: boolean;
|
|
15876
16081
|
isSelectedForIcon: boolean;
|
|
15877
16082
|
isSelectedForLogo: boolean;
|
|
16083
|
+
/**
|
|
16084
|
+
* Format: date-time
|
|
16085
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
16086
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
16087
|
+
*/
|
|
15878
16088
|
createdAt: string;
|
|
16089
|
+
/**
|
|
16090
|
+
* Format: date-time
|
|
16091
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
16092
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
16093
|
+
*/
|
|
15879
16094
|
updatedAt: string;
|
|
15880
16095
|
};
|
|
15881
16096
|
};
|
|
@@ -16123,7 +16338,17 @@ export interface operations {
|
|
|
16123
16338
|
isSelected: boolean;
|
|
16124
16339
|
isSelectedForIcon: boolean;
|
|
16125
16340
|
isSelectedForLogo: boolean;
|
|
16341
|
+
/**
|
|
16342
|
+
* Format: date-time
|
|
16343
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
16344
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
16345
|
+
*/
|
|
16126
16346
|
createdAt: string;
|
|
16347
|
+
/**
|
|
16348
|
+
* Format: date-time
|
|
16349
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
16350
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
16351
|
+
*/
|
|
16127
16352
|
updatedAt: string;
|
|
16128
16353
|
};
|
|
16129
16354
|
};
|
|
@@ -19788,6 +20013,11 @@ export interface operations {
|
|
|
19788
20013
|
phone?: string;
|
|
19789
20014
|
/** Format: uuid */
|
|
19790
20015
|
partnerId?: string;
|
|
20016
|
+
/**
|
|
20017
|
+
* Format: date-time
|
|
20018
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
20019
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
20020
|
+
*/
|
|
19791
20021
|
createdAt: string;
|
|
19792
20022
|
ownerAccess: {
|
|
19793
20023
|
/** Format: uuid */
|
|
@@ -34017,6 +34247,17 @@ export interface operations {
|
|
|
34017
34247
|
} | null;
|
|
34018
34248
|
}[];
|
|
34019
34249
|
}[];
|
|
34250
|
+
issues?: {
|
|
34251
|
+
/** @constant */
|
|
34252
|
+
code: "endedOwnershipNonZeroBalance";
|
|
34253
|
+
/** @constant */
|
|
34254
|
+
severity: "warning";
|
|
34255
|
+
message: string;
|
|
34256
|
+
context: {
|
|
34257
|
+
endAt: string | null;
|
|
34258
|
+
setListingInactive: boolean;
|
|
34259
|
+
};
|
|
34260
|
+
}[];
|
|
34020
34261
|
}[];
|
|
34021
34262
|
})[];
|
|
34022
34263
|
};
|
|
@@ -39871,6 +40112,11 @@ export interface operations {
|
|
|
39871
40112
|
/** @enum {string} */
|
|
39872
40113
|
status: "active" | "inactive";
|
|
39873
40114
|
}[];
|
|
40115
|
+
/**
|
|
40116
|
+
* Format: date-time
|
|
40117
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
40118
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
40119
|
+
*/
|
|
39874
40120
|
createdAt: string;
|
|
39875
40121
|
systemSections: {
|
|
39876
40122
|
id?: string | null;
|
|
@@ -40549,6 +40795,11 @@ export interface operations {
|
|
|
40549
40795
|
/** Format: uuid */
|
|
40550
40796
|
id: string;
|
|
40551
40797
|
transactionId: string | null;
|
|
40798
|
+
/**
|
|
40799
|
+
* Format: date-time
|
|
40800
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
40801
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
40802
|
+
*/
|
|
40552
40803
|
createdAt: string;
|
|
40553
40804
|
filename: string;
|
|
40554
40805
|
extension?: string | null;
|
|
@@ -41086,6 +41337,11 @@ export interface operations {
|
|
|
41086
41337
|
/** @enum {string} */
|
|
41087
41338
|
status: "active" | "inactive";
|
|
41088
41339
|
}[];
|
|
41340
|
+
/**
|
|
41341
|
+
* Format: date-time
|
|
41342
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
41343
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
41344
|
+
*/
|
|
41089
41345
|
createdAt: string;
|
|
41090
41346
|
systemSections: {
|
|
41091
41347
|
id?: string | null;
|
|
@@ -41764,6 +42020,11 @@ export interface operations {
|
|
|
41764
42020
|
/** Format: uuid */
|
|
41765
42021
|
id: string;
|
|
41766
42022
|
transactionId: string | null;
|
|
42023
|
+
/**
|
|
42024
|
+
* Format: date-time
|
|
42025
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
42026
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
42027
|
+
*/
|
|
41767
42028
|
createdAt: string;
|
|
41768
42029
|
filename: string;
|
|
41769
42030
|
extension?: string | null;
|
|
@@ -42318,6 +42579,11 @@ export interface operations {
|
|
|
42318
42579
|
/** @enum {string} */
|
|
42319
42580
|
status: "active" | "inactive";
|
|
42320
42581
|
}[];
|
|
42582
|
+
/**
|
|
42583
|
+
* Format: date-time
|
|
42584
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
42585
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
42586
|
+
*/
|
|
42321
42587
|
createdAt: string;
|
|
42322
42588
|
systemSections: {
|
|
42323
42589
|
id?: string | null;
|
|
@@ -42624,6 +42890,11 @@ export interface operations {
|
|
|
42624
42890
|
/** @enum {string} */
|
|
42625
42891
|
status: "active" | "inactive";
|
|
42626
42892
|
}[];
|
|
42893
|
+
/**
|
|
42894
|
+
* Format: date-time
|
|
42895
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
42896
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
42897
|
+
*/
|
|
42627
42898
|
createdAt: string;
|
|
42628
42899
|
systemSections: {
|
|
42629
42900
|
id?: string | null;
|
|
@@ -42840,6 +43111,11 @@ export interface operations {
|
|
|
42840
43111
|
/** @enum {string} */
|
|
42841
43112
|
status: "active" | "inactive";
|
|
42842
43113
|
}[];
|
|
43114
|
+
/**
|
|
43115
|
+
* Format: date-time
|
|
43116
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
43117
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
43118
|
+
*/
|
|
42843
43119
|
createdAt: string;
|
|
42844
43120
|
systemSections: {
|
|
42845
43121
|
id?: string | null;
|
|
@@ -43138,6 +43414,11 @@ export interface operations {
|
|
|
43138
43414
|
/** @enum {string} */
|
|
43139
43415
|
status: "active" | "inactive";
|
|
43140
43416
|
}[];
|
|
43417
|
+
/**
|
|
43418
|
+
* Format: date-time
|
|
43419
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
43420
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
43421
|
+
*/
|
|
43141
43422
|
createdAt: string;
|
|
43142
43423
|
systemSections: {
|
|
43143
43424
|
id?: string | null;
|
|
@@ -43554,6 +43835,11 @@ export interface operations {
|
|
|
43554
43835
|
/** Format: uuid */
|
|
43555
43836
|
id: string;
|
|
43556
43837
|
transactionId: string | null;
|
|
43838
|
+
/**
|
|
43839
|
+
* Format: date-time
|
|
43840
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
43841
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
43842
|
+
*/
|
|
43557
43843
|
createdAt: string;
|
|
43558
43844
|
filename: string;
|
|
43559
43845
|
extension?: string | null;
|
|
@@ -44513,6 +44799,11 @@ export interface operations {
|
|
|
44513
44799
|
/** @enum {string} */
|
|
44514
44800
|
status: "active" | "inactive";
|
|
44515
44801
|
}[];
|
|
44802
|
+
/**
|
|
44803
|
+
* Format: date-time
|
|
44804
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
44805
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
44806
|
+
*/
|
|
44516
44807
|
createdAt: string;
|
|
44517
44808
|
systemSections: {
|
|
44518
44809
|
id?: string | null;
|
|
@@ -45191,6 +45482,11 @@ export interface operations {
|
|
|
45191
45482
|
/** Format: uuid */
|
|
45192
45483
|
id: string;
|
|
45193
45484
|
transactionId: string | null;
|
|
45485
|
+
/**
|
|
45486
|
+
* Format: date-time
|
|
45487
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
45488
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
45489
|
+
*/
|
|
45194
45490
|
createdAt: string;
|
|
45195
45491
|
filename: string;
|
|
45196
45492
|
extension?: string | null;
|
|
@@ -45733,6 +46029,11 @@ export interface operations {
|
|
|
45733
46029
|
/** @enum {string} */
|
|
45734
46030
|
status: "active" | "inactive";
|
|
45735
46031
|
}[];
|
|
46032
|
+
/**
|
|
46033
|
+
* Format: date-time
|
|
46034
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
46035
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
46036
|
+
*/
|
|
45736
46037
|
createdAt: string;
|
|
45737
46038
|
systemSections: {
|
|
45738
46039
|
id?: string | null;
|
|
@@ -46411,6 +46712,11 @@ export interface operations {
|
|
|
46411
46712
|
/** Format: uuid */
|
|
46412
46713
|
id: string;
|
|
46413
46714
|
transactionId: string | null;
|
|
46715
|
+
/**
|
|
46716
|
+
* Format: date-time
|
|
46717
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
46718
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
46719
|
+
*/
|
|
46414
46720
|
createdAt: string;
|
|
46415
46721
|
filename: string;
|
|
46416
46722
|
extension?: string | null;
|
|
@@ -48634,6 +48940,26 @@ export interface operations {
|
|
|
48634
48940
|
centTransfer: number | null;
|
|
48635
48941
|
}[];
|
|
48636
48942
|
};
|
|
48943
|
+
} | {
|
|
48944
|
+
/** @enum {string} */
|
|
48945
|
+
severity: "error" | "warning";
|
|
48946
|
+
/** @enum {string} */
|
|
48947
|
+
category: "criticalToUser" | "criticalToSystem";
|
|
48948
|
+
message: string;
|
|
48949
|
+
affected: number;
|
|
48950
|
+
/** @constant */
|
|
48951
|
+
code: "endedOwnershipNonZeroBalance";
|
|
48952
|
+
context: {
|
|
48953
|
+
balances: {
|
|
48954
|
+
/** Format: uuid */
|
|
48955
|
+
listingId: string;
|
|
48956
|
+
/** Format: uuid */
|
|
48957
|
+
listingOwnershipPeriodId: string;
|
|
48958
|
+
endAt: string | null;
|
|
48959
|
+
setListingInactive: boolean;
|
|
48960
|
+
centTotal: number;
|
|
48961
|
+
}[];
|
|
48962
|
+
};
|
|
48637
48963
|
} | {
|
|
48638
48964
|
/** @enum {string} */
|
|
48639
48965
|
severity: "error" | "warning";
|
|
@@ -52494,6 +52820,26 @@ export interface operations {
|
|
|
52494
52820
|
centTransfer: number | null;
|
|
52495
52821
|
}[];
|
|
52496
52822
|
};
|
|
52823
|
+
} | {
|
|
52824
|
+
/** @enum {string} */
|
|
52825
|
+
severity: "error" | "warning";
|
|
52826
|
+
/** @enum {string} */
|
|
52827
|
+
category: "criticalToUser" | "criticalToSystem";
|
|
52828
|
+
message: string;
|
|
52829
|
+
affected: number;
|
|
52830
|
+
/** @constant */
|
|
52831
|
+
code: "endedOwnershipNonZeroBalance";
|
|
52832
|
+
context: {
|
|
52833
|
+
balances: {
|
|
52834
|
+
/** Format: uuid */
|
|
52835
|
+
listingId: string;
|
|
52836
|
+
/** Format: uuid */
|
|
52837
|
+
listingOwnershipPeriodId: string;
|
|
52838
|
+
endAt: string | null;
|
|
52839
|
+
setListingInactive: boolean;
|
|
52840
|
+
centTotal: number;
|
|
52841
|
+
}[];
|
|
52842
|
+
};
|
|
52497
52843
|
} | {
|
|
52498
52844
|
/** @enum {string} */
|
|
52499
52845
|
severity: "error" | "warning";
|
|
@@ -52905,6 +53251,11 @@ export interface operations {
|
|
|
52905
53251
|
/** Format: uuid */
|
|
52906
53252
|
id: string;
|
|
52907
53253
|
transactionId: string | null;
|
|
53254
|
+
/**
|
|
53255
|
+
* Format: date-time
|
|
53256
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
53257
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
53258
|
+
*/
|
|
52908
53259
|
createdAt: string;
|
|
52909
53260
|
filename: string;
|
|
52910
53261
|
extension?: string | null;
|
|
@@ -53132,6 +53483,11 @@ export interface operations {
|
|
|
53132
53483
|
/** Format: uuid */
|
|
53133
53484
|
id: string;
|
|
53134
53485
|
transactionId: string | null;
|
|
53486
|
+
/**
|
|
53487
|
+
* Format: date-time
|
|
53488
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
53489
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
53490
|
+
*/
|
|
53135
53491
|
createdAt: string;
|
|
53136
53492
|
filename: string;
|
|
53137
53493
|
extension?: string | null;
|
|
@@ -53553,6 +53909,11 @@ export interface operations {
|
|
|
53553
53909
|
/** Format: uuid */
|
|
53554
53910
|
id: string;
|
|
53555
53911
|
transactionId: string | null;
|
|
53912
|
+
/**
|
|
53913
|
+
* Format: date-time
|
|
53914
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
53915
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
53916
|
+
*/
|
|
53556
53917
|
createdAt: string;
|
|
53557
53918
|
filename: string;
|
|
53558
53919
|
extension?: string | null;
|
|
@@ -53982,6 +54343,11 @@ export interface operations {
|
|
|
53982
54343
|
/** Format: uuid */
|
|
53983
54344
|
id: string;
|
|
53984
54345
|
transactionId: string | null;
|
|
54346
|
+
/**
|
|
54347
|
+
* Format: date-time
|
|
54348
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
54349
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
54350
|
+
*/
|
|
53985
54351
|
createdAt: string;
|
|
53986
54352
|
filename: string;
|
|
53987
54353
|
extension?: string | null;
|
|
@@ -56938,6 +57304,11 @@ export interface operations {
|
|
|
56938
57304
|
/** Format: uuid */
|
|
56939
57305
|
id: string;
|
|
56940
57306
|
transactionId: string | null;
|
|
57307
|
+
/**
|
|
57308
|
+
* Format: date-time
|
|
57309
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
57310
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
57311
|
+
*/
|
|
56941
57312
|
createdAt: string;
|
|
56942
57313
|
filename: string;
|
|
56943
57314
|
extension?: string | null;
|
|
@@ -57421,6 +57792,11 @@ export interface operations {
|
|
|
57421
57792
|
/** Format: uuid */
|
|
57422
57793
|
id: string;
|
|
57423
57794
|
transactionId: string | null;
|
|
57795
|
+
/**
|
|
57796
|
+
* Format: date-time
|
|
57797
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
57798
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
57799
|
+
*/
|
|
57424
57800
|
createdAt: string;
|
|
57425
57801
|
filename: string;
|
|
57426
57802
|
extension?: string | null;
|
|
@@ -57902,6 +58278,11 @@ export interface operations {
|
|
|
57902
58278
|
/** Format: uuid */
|
|
57903
58279
|
id: string;
|
|
57904
58280
|
transactionId: string | null;
|
|
58281
|
+
/**
|
|
58282
|
+
* Format: date-time
|
|
58283
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
58284
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
58285
|
+
*/
|
|
57905
58286
|
createdAt: string;
|
|
57906
58287
|
filename: string;
|
|
57907
58288
|
extension?: string | null;
|
|
@@ -58389,6 +58770,11 @@ export interface operations {
|
|
|
58389
58770
|
/** Format: uuid */
|
|
58390
58771
|
id: string;
|
|
58391
58772
|
transactionId: string | null;
|
|
58773
|
+
/**
|
|
58774
|
+
* Format: date-time
|
|
58775
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
58776
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
58777
|
+
*/
|
|
58392
58778
|
createdAt: string;
|
|
58393
58779
|
filename: string;
|
|
58394
58780
|
extension?: string | null;
|