@vrplatform/api 1.3.1-3652 → 1.3.1-3681

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