@adventurelabs/scout-core 2.0.17 → 2.0.18

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.
@@ -115,6 +115,7 @@ export declare function server_update_event_lifecycle(event_id: number, lifecycl
115
115
  thumbnail_generated_at: string | null;
116
116
  timestamp_observation: string;
117
117
  tracked_at: string | null;
118
+ updated_at: string;
118
119
  } | null>>;
119
120
  export declare function server_update_artifact_lifecycle(artifact_id: number, lifecycle: EntityLifecycle, options?: LifecycleUpdateOptions): Promise<import("../types").IWebResponseCompatible<{
120
121
  created_at: string;
@@ -140,7 +141,7 @@ export declare function server_update_artifact_lifecycle(artifact_id: number, li
140
141
  timestamp_observation: string | null;
141
142
  timestamp_observation_end: string;
142
143
  tracked_at: string | null;
143
- updated_at: string | null;
144
+ updated_at: string;
144
145
  } | null>>;
145
146
  export declare function server_update_user_role_per_herd_lifecycle(membership_id: number, lifecycle: EntityLifecycle, options?: LifecycleUpdateOptions): Promise<import("../types").IWebResponseCompatible<{
146
147
  herd_id: number;
@@ -269,7 +269,7 @@ export type Database = {
269
269
  timestamp_observation: string | null;
270
270
  timestamp_observation_end: string;
271
271
  tracked_at: string | null;
272
- updated_at: string | null;
272
+ updated_at: string;
273
273
  };
274
274
  Insert: {
275
275
  created_at?: string;
@@ -295,7 +295,7 @@ export type Database = {
295
295
  timestamp_observation?: string | null;
296
296
  timestamp_observation_end?: string;
297
297
  tracked_at?: string | null;
298
- updated_at?: string | null;
298
+ updated_at?: string;
299
299
  };
300
300
  Update: {
301
301
  created_at?: string;
@@ -321,7 +321,7 @@ export type Database = {
321
321
  timestamp_observation?: string | null;
322
322
  timestamp_observation_end?: string;
323
323
  tracked_at?: string | null;
324
- updated_at?: string | null;
324
+ updated_at?: string;
325
325
  };
326
326
  Relationships: [
327
327
  {
@@ -1516,6 +1516,7 @@ export type Database = {
1516
1516
  thumbnail_generated_at: string | null;
1517
1517
  timestamp_observation: string;
1518
1518
  tracked_at: string | null;
1519
+ updated_at: string;
1519
1520
  };
1520
1521
  Insert: {
1521
1522
  altitude?: number;
@@ -1554,6 +1555,7 @@ export type Database = {
1554
1555
  thumbnail_generated_at?: string | null;
1555
1556
  timestamp_observation?: string;
1556
1557
  tracked_at?: string | null;
1558
+ updated_at?: string;
1557
1559
  };
1558
1560
  Update: {
1559
1561
  altitude?: number;
@@ -1592,6 +1594,7 @@ export type Database = {
1592
1594
  thumbnail_generated_at?: string | null;
1593
1595
  timestamp_observation?: string;
1594
1596
  tracked_at?: string | null;
1597
+ updated_at?: string;
1595
1598
  };
1596
1599
  Relationships: [
1597
1600
  {
@@ -5417,7 +5420,7 @@ export type Database = {
5417
5420
  timestamp_observation: string | null;
5418
5421
  timestamp_observation_end: string;
5419
5422
  tracked_at: string | null;
5420
- updated_at: string | null;
5423
+ updated_at: string;
5421
5424
  }[];
5422
5425
  SetofOptions: {
5423
5426
  from: "*";
@@ -5455,7 +5458,7 @@ export type Database = {
5455
5458
  timestamp_observation: string | null;
5456
5459
  timestamp_observation_end: string;
5457
5460
  tracked_at: string | null;
5458
- updated_at: string | null;
5461
+ updated_at: string;
5459
5462
  }[];
5460
5463
  SetofOptions: {
5461
5464
  from: "*";
@@ -5494,7 +5497,7 @@ export type Database = {
5494
5497
  timestamp_observation: string | null;
5495
5498
  timestamp_observation_end: string;
5496
5499
  tracked_at: string | null;
5497
- updated_at: string | null;
5500
+ updated_at: string;
5498
5501
  }[];
5499
5502
  SetofOptions: {
5500
5503
  from: "*";
@@ -5533,7 +5536,7 @@ export type Database = {
5533
5536
  timestamp_observation: string | null;
5534
5537
  timestamp_observation_end: string;
5535
5538
  tracked_at: string | null;
5536
- updated_at: string | null;
5539
+ updated_at: string;
5537
5540
  }[];
5538
5541
  SetofOptions: {
5539
5542
  from: "*";
@@ -5573,7 +5576,7 @@ export type Database = {
5573
5576
  timestamp_observation: string | null;
5574
5577
  timestamp_observation_end: string;
5575
5578
  tracked_at: string | null;
5576
- updated_at: string | null;
5579
+ updated_at: string;
5577
5580
  }[];
5578
5581
  SetofOptions: {
5579
5582
  from: "*";
@@ -5613,7 +5616,7 @@ export type Database = {
5613
5616
  timestamp_observation: string | null;
5614
5617
  timestamp_observation_end: string;
5615
5618
  tracked_at: string | null;
5616
- updated_at: string | null;
5619
+ updated_at: string;
5617
5620
  }[];
5618
5621
  SetofOptions: {
5619
5622
  from: "*";
@@ -5654,7 +5657,7 @@ export type Database = {
5654
5657
  timestamp_observation: string | null;
5655
5658
  timestamp_observation_end: string;
5656
5659
  tracked_at: string | null;
5657
- updated_at: string | null;
5660
+ updated_at: string;
5658
5661
  }[];
5659
5662
  SetofOptions: {
5660
5663
  from: "*";
@@ -5694,7 +5697,7 @@ export type Database = {
5694
5697
  timestamp_observation: string | null;
5695
5698
  timestamp_observation_end: string;
5696
5699
  tracked_at: string | null;
5697
- updated_at: string | null;
5700
+ updated_at: string;
5698
5701
  }[];
5699
5702
  SetofOptions: {
5700
5703
  from: "*";
@@ -5735,7 +5738,7 @@ export type Database = {
5735
5738
  timestamp_observation: string | null;
5736
5739
  timestamp_observation_end: string;
5737
5740
  tracked_at: string | null;
5738
- updated_at: string | null;
5741
+ updated_at: string;
5739
5742
  }[];
5740
5743
  SetofOptions: {
5741
5744
  from: "*";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adventurelabs/scout-core",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "description": "Core utilities and helpers for Adventure Labs Scout applications",
5
5
  "exports": {
6
6
  "./client": {