@vrplatform/api 1.3.1-stage.3663 → 1.3.1-stage.3664

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 */
@@ -39882,6 +40112,11 @@ export interface operations {
39882
40112
  /** @enum {string} */
39883
40113
  status: "active" | "inactive";
39884
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
+ */
39885
40120
  createdAt: string;
39886
40121
  systemSections: {
39887
40122
  id?: string | null;
@@ -40560,6 +40795,11 @@ export interface operations {
40560
40795
  /** Format: uuid */
40561
40796
  id: string;
40562
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
+ */
40563
40803
  createdAt: string;
40564
40804
  filename: string;
40565
40805
  extension?: string | null;
@@ -41097,6 +41337,11 @@ export interface operations {
41097
41337
  /** @enum {string} */
41098
41338
  status: "active" | "inactive";
41099
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
+ */
41100
41345
  createdAt: string;
41101
41346
  systemSections: {
41102
41347
  id?: string | null;
@@ -41775,6 +42020,11 @@ export interface operations {
41775
42020
  /** Format: uuid */
41776
42021
  id: string;
41777
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
+ */
41778
42028
  createdAt: string;
41779
42029
  filename: string;
41780
42030
  extension?: string | null;
@@ -42329,6 +42579,11 @@ export interface operations {
42329
42579
  /** @enum {string} */
42330
42580
  status: "active" | "inactive";
42331
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
+ */
42332
42587
  createdAt: string;
42333
42588
  systemSections: {
42334
42589
  id?: string | null;
@@ -42635,6 +42890,11 @@ export interface operations {
42635
42890
  /** @enum {string} */
42636
42891
  status: "active" | "inactive";
42637
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
+ */
42638
42898
  createdAt: string;
42639
42899
  systemSections: {
42640
42900
  id?: string | null;
@@ -42851,6 +43111,11 @@ export interface operations {
42851
43111
  /** @enum {string} */
42852
43112
  status: "active" | "inactive";
42853
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
+ */
42854
43119
  createdAt: string;
42855
43120
  systemSections: {
42856
43121
  id?: string | null;
@@ -43149,6 +43414,11 @@ export interface operations {
43149
43414
  /** @enum {string} */
43150
43415
  status: "active" | "inactive";
43151
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
+ */
43152
43422
  createdAt: string;
43153
43423
  systemSections: {
43154
43424
  id?: string | null;
@@ -43565,6 +43835,11 @@ export interface operations {
43565
43835
  /** Format: uuid */
43566
43836
  id: string;
43567
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
+ */
43568
43843
  createdAt: string;
43569
43844
  filename: string;
43570
43845
  extension?: string | null;
@@ -44524,6 +44799,11 @@ export interface operations {
44524
44799
  /** @enum {string} */
44525
44800
  status: "active" | "inactive";
44526
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
+ */
44527
44807
  createdAt: string;
44528
44808
  systemSections: {
44529
44809
  id?: string | null;
@@ -45202,6 +45482,11 @@ export interface operations {
45202
45482
  /** Format: uuid */
45203
45483
  id: string;
45204
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
+ */
45205
45490
  createdAt: string;
45206
45491
  filename: string;
45207
45492
  extension?: string | null;
@@ -45744,6 +46029,11 @@ export interface operations {
45744
46029
  /** @enum {string} */
45745
46030
  status: "active" | "inactive";
45746
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
+ */
45747
46037
  createdAt: string;
45748
46038
  systemSections: {
45749
46039
  id?: string | null;
@@ -46422,6 +46712,11 @@ export interface operations {
46422
46712
  /** Format: uuid */
46423
46713
  id: string;
46424
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
+ */
46425
46720
  createdAt: string;
46426
46721
  filename: string;
46427
46722
  extension?: string | null;
@@ -52956,6 +53251,11 @@ export interface operations {
52956
53251
  /** Format: uuid */
52957
53252
  id: string;
52958
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
+ */
52959
53259
  createdAt: string;
52960
53260
  filename: string;
52961
53261
  extension?: string | null;
@@ -53183,6 +53483,11 @@ export interface operations {
53183
53483
  /** Format: uuid */
53184
53484
  id: string;
53185
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
+ */
53186
53491
  createdAt: string;
53187
53492
  filename: string;
53188
53493
  extension?: string | null;
@@ -53604,6 +53909,11 @@ export interface operations {
53604
53909
  /** Format: uuid */
53605
53910
  id: string;
53606
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
+ */
53607
53917
  createdAt: string;
53608
53918
  filename: string;
53609
53919
  extension?: string | null;
@@ -54033,6 +54343,11 @@ export interface operations {
54033
54343
  /** Format: uuid */
54034
54344
  id: string;
54035
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
+ */
54036
54351
  createdAt: string;
54037
54352
  filename: string;
54038
54353
  extension?: string | null;
@@ -56989,6 +57304,11 @@ export interface operations {
56989
57304
  /** Format: uuid */
56990
57305
  id: string;
56991
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
+ */
56992
57312
  createdAt: string;
56993
57313
  filename: string;
56994
57314
  extension?: string | null;
@@ -57472,6 +57792,11 @@ export interface operations {
57472
57792
  /** Format: uuid */
57473
57793
  id: string;
57474
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
+ */
57475
57800
  createdAt: string;
57476
57801
  filename: string;
57477
57802
  extension?: string | null;
@@ -57953,6 +58278,11 @@ export interface operations {
57953
58278
  /** Format: uuid */
57954
58279
  id: string;
57955
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
+ */
57956
58286
  createdAt: string;
57957
58287
  filename: string;
57958
58288
  extension?: string | null;
@@ -58440,6 +58770,11 @@ export interface operations {
58440
58770
  /** Format: uuid */
58441
58771
  id: string;
58442
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
+ */
58443
58778
  createdAt: string;
58444
58779
  filename: string;
58445
58780
  extension?: string | null;