@heymantle/core-api-client 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -16810,6 +16810,21 @@ type components = {
16810
16810
  status?: string;
16811
16811
  title?: string;
16812
16812
  };
16813
+ /** @description The associated timeline comment (for comment events). */
16814
+ timelineComment?: {
16815
+ comment?: string | null;
16816
+ commentHtml?: string | null;
16817
+ /** Format: date-time */
16818
+ createdAt?: string;
16819
+ id?: string;
16820
+ /** Format: date-time */
16821
+ updatedAt?: string;
16822
+ user?: {
16823
+ email?: string;
16824
+ id?: string;
16825
+ name?: string;
16826
+ } | null;
16827
+ } | null;
16813
16828
  /** @description The type of event (stage_progression, deal_activity, note, etc.). */
16814
16829
  type?: string;
16815
16830
  /** @description The user who created/performed the event. */
@@ -22626,6 +22641,18 @@ declare class DealsResource extends BaseResource {
22626
22641
  status?: string | undefined;
22627
22642
  title?: string | undefined;
22628
22643
  } | undefined;
22644
+ timelineComment?: {
22645
+ comment?: string | null | undefined;
22646
+ commentHtml?: string | null | undefined;
22647
+ createdAt?: string | undefined;
22648
+ id?: string | undefined;
22649
+ updatedAt?: string | undefined;
22650
+ user?: {
22651
+ email?: string | undefined;
22652
+ id?: string | undefined;
22653
+ name?: string | undefined;
22654
+ } | null | undefined;
22655
+ } | null | undefined;
22629
22656
  type?: string | undefined;
22630
22657
  user?: {
22631
22658
  email?: string | undefined;
@@ -22793,6 +22820,18 @@ declare class DealsResource extends BaseResource {
22793
22820
  status?: string | undefined;
22794
22821
  title?: string | undefined;
22795
22822
  } | undefined;
22823
+ timelineComment?: {
22824
+ comment?: string | null | undefined;
22825
+ commentHtml?: string | null | undefined;
22826
+ createdAt?: string | undefined;
22827
+ id?: string | undefined;
22828
+ updatedAt?: string | undefined;
22829
+ user?: {
22830
+ email?: string | undefined;
22831
+ id?: string | undefined;
22832
+ name?: string | undefined;
22833
+ } | null | undefined;
22834
+ } | null | undefined;
22796
22835
  type?: string | undefined;
22797
22836
  user?: {
22798
22837
  email?: string | undefined;
@@ -23083,6 +23122,18 @@ declare class DealsResource extends BaseResource {
23083
23122
  status?: string | undefined;
23084
23123
  title?: string | undefined;
23085
23124
  } | undefined;
23125
+ timelineComment?: {
23126
+ comment?: string | null | undefined;
23127
+ commentHtml?: string | null | undefined;
23128
+ createdAt?: string | undefined;
23129
+ id?: string | undefined;
23130
+ updatedAt?: string | undefined;
23131
+ user?: {
23132
+ email?: string | undefined;
23133
+ id?: string | undefined;
23134
+ name?: string | undefined;
23135
+ } | null | undefined;
23136
+ } | null | undefined;
23086
23137
  type?: string | undefined;
23087
23138
  user?: {
23088
23139
  email?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -16810,6 +16810,21 @@ type components = {
16810
16810
  status?: string;
16811
16811
  title?: string;
16812
16812
  };
16813
+ /** @description The associated timeline comment (for comment events). */
16814
+ timelineComment?: {
16815
+ comment?: string | null;
16816
+ commentHtml?: string | null;
16817
+ /** Format: date-time */
16818
+ createdAt?: string;
16819
+ id?: string;
16820
+ /** Format: date-time */
16821
+ updatedAt?: string;
16822
+ user?: {
16823
+ email?: string;
16824
+ id?: string;
16825
+ name?: string;
16826
+ } | null;
16827
+ } | null;
16813
16828
  /** @description The type of event (stage_progression, deal_activity, note, etc.). */
16814
16829
  type?: string;
16815
16830
  /** @description The user who created/performed the event. */
@@ -22626,6 +22641,18 @@ declare class DealsResource extends BaseResource {
22626
22641
  status?: string | undefined;
22627
22642
  title?: string | undefined;
22628
22643
  } | undefined;
22644
+ timelineComment?: {
22645
+ comment?: string | null | undefined;
22646
+ commentHtml?: string | null | undefined;
22647
+ createdAt?: string | undefined;
22648
+ id?: string | undefined;
22649
+ updatedAt?: string | undefined;
22650
+ user?: {
22651
+ email?: string | undefined;
22652
+ id?: string | undefined;
22653
+ name?: string | undefined;
22654
+ } | null | undefined;
22655
+ } | null | undefined;
22629
22656
  type?: string | undefined;
22630
22657
  user?: {
22631
22658
  email?: string | undefined;
@@ -22793,6 +22820,18 @@ declare class DealsResource extends BaseResource {
22793
22820
  status?: string | undefined;
22794
22821
  title?: string | undefined;
22795
22822
  } | undefined;
22823
+ timelineComment?: {
22824
+ comment?: string | null | undefined;
22825
+ commentHtml?: string | null | undefined;
22826
+ createdAt?: string | undefined;
22827
+ id?: string | undefined;
22828
+ updatedAt?: string | undefined;
22829
+ user?: {
22830
+ email?: string | undefined;
22831
+ id?: string | undefined;
22832
+ name?: string | undefined;
22833
+ } | null | undefined;
22834
+ } | null | undefined;
22796
22835
  type?: string | undefined;
22797
22836
  user?: {
22798
22837
  email?: string | undefined;
@@ -23083,6 +23122,18 @@ declare class DealsResource extends BaseResource {
23083
23122
  status?: string | undefined;
23084
23123
  title?: string | undefined;
23085
23124
  } | undefined;
23125
+ timelineComment?: {
23126
+ comment?: string | null | undefined;
23127
+ commentHtml?: string | null | undefined;
23128
+ createdAt?: string | undefined;
23129
+ id?: string | undefined;
23130
+ updatedAt?: string | undefined;
23131
+ user?: {
23132
+ email?: string | undefined;
23133
+ id?: string | undefined;
23134
+ name?: string | undefined;
23135
+ } | null | undefined;
23136
+ } | null | undefined;
23086
23137
  type?: string | undefined;
23087
23138
  user?: {
23088
23139
  email?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heymantle/core-api-client",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "TypeScript SDK for the Mantle Core API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",