diff --git a/generated/go/attributes/client.go b/generated/go/attributes/client.go index 220ed50..076d371 100644 --- a/generated/go/attributes/client.go +++ b/generated/go/attributes/client.go @@ -34,7 +34,7 @@ func NewClient(opts ...option.RequestOption) *Client { } } -// This endpoint is in beta and is subject to change. It is provided for early access and testing purposes only. Adds a new Attribute +// Adds a new attribute to an entity in the project func (c *Client) PostAttribute( ctx context.Context, request *generatedgo.AddAttribute, diff --git a/generated/go/notifications/client.go b/generated/go/notifications/client.go index 6e73e8e..543bc0d 100644 --- a/generated/go/notifications/client.go +++ b/generated/go/notifications/client.go @@ -34,7 +34,7 @@ func NewClient(opts ...option.RequestOption) *Client { } } -// This endpoint is in beta and is subject to change. It is provided for early access and testing purposes only. The Project Notifications endpoint returns a list of notifications on all entities saved to a project. +// The Project Notifications endpoint returns a list of notifications on all entities saved to a project. func (c *Client) ProjectNotifications( ctx context.Context, // Unique identifier of the project diff --git a/generated/go/project/client.go b/generated/go/project/client.go index dad1495..ab1ff67 100644 --- a/generated/go/project/client.go +++ b/generated/go/project/client.go @@ -35,7 +35,7 @@ func NewClient(opts ...option.RequestOption) *Client { } } -// This endpoint is in beta and is subject to change. It is provided for early access and testing purposes only. Create a new project. +// Create a new project func (c *Client) CreateProject( ctx context.Context, request *generatedgo.CreateProjectRequest, @@ -129,7 +129,7 @@ func (c *Client) CreateProject( return response, nil } -// This endpoint is in beta and is subject to change. It is provided for early access and testing purposes only. Retrieve a list of projects including upload progress info. +// Retrieve a list of projects including upload progress info. func (c *Client) GetProjects( ctx context.Context, request *generatedgo.GetProjects, @@ -230,7 +230,7 @@ func (c *Client) GetProjects( return response, nil } -// This endpoint is in beta and is subject to change. It is provided for early access and testing purposes only. Retrieve a list of entities in a project. +// Retrieve a list of entities in a project. func (c *Client) GetProjectEntities( ctx context.Context, // The project identifier. diff --git a/generated/go/resolution/client.go b/generated/go/resolution/client.go index 8b419bd..1daf2eb 100644 --- a/generated/go/resolution/client.go +++ b/generated/go/resolution/client.go @@ -237,7 +237,7 @@ func (c *Client) ResolutionPost( return response, nil } -// This endpoint is in beta and is subject to change. It is provided for early access and testing purposes only. The persisted resolution endpoints allow users to search for matching entities against a provided list of attributes. The endpoint is similar to the resolution endpoint, except it also stores matched entities into user's project. +// The persisted resolution endpoints allow users to search for matching entities against a provided list of attributes. The endpoint is similar to the resolution endpoint, except it also stores matched entities into user's project. func (c *Client) ResolutionPersisted( ctx context.Context, // Unique identifier of the project @@ -341,7 +341,7 @@ func (c *Client) ResolutionPersisted( return response, nil } -// This endpoint is in beta and is subject to change. It is provided for early access and testing purposes only. This endpoint allows you to upload entities in bulk. +// This endpoint is in beta and subject to change This endpoint allows you to upload entities in bulk. func (c *Client) ResolutionUpload( ctx context.Context, // Unique identifier of the project diff --git a/generated/go/resource/client.go b/generated/go/resource/client.go index fcdf298..2e2e4fc 100644 --- a/generated/go/resource/client.go +++ b/generated/go/resource/client.go @@ -34,7 +34,7 @@ func NewClient(opts ...option.RequestOption) *Client { } } -// This endpoint is in beta and is subject to change. It is provided for early access and testing purposes only. Save an entity to a project. +// Save an entity to a project. func (c *Client) SaveEntity( ctx context.Context, request *generatedgo.SaveEntityRequest, diff --git a/generated/go/supplychain/client.go b/generated/go/supplychain/client.go index d663c34..f1a4bf8 100644 --- a/generated/go/supplychain/client.go +++ b/generated/go/supplychain/client.go @@ -34,7 +34,7 @@ func NewClient(opts ...option.RequestOption) *Client { } } -// This endpoint is in beta and is subject to change. It is provided for early access and testing purposes only. Execute a traversal of the upstream trade network (supply chain) of an entity, returning a set of entities and edges between them. +// Execute a traversal of the upstream trade network (supply chain) of an entity, returning a set of entities and edges between them func (c *Client) UpstreamTradeTraversal( ctx context.Context, // The root entity identifier.