Skip to content

Commit

Permalink
New updates to generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Jan 28, 2025
1 parent b557b2b commit 63a0100
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/github/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "9314B3C73BC6A84364C771DC58616CEB1477AA0B63FE7E60B33CB5E9654FFF508F4F07D82D3339A176A68425383C9D18D39EAFB8D0F18F2A0CBAF16090D868EB",
"descriptionHash": "B508ABF346C2C18D16F9BFC9395F40F2C51625A09E837C8C786BE5307A451ECF604B86D26EB89F04305FCD1A51029384765BC001C78BA24635A66DFC0F2C11E3",
"descriptionLocation": "../../../../../schemas/api.github.com.json",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.19.0",
Expand Down
2 changes: 1 addition & 1 deletion pkg/github/models/copilot_dotcom_chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)

// CopilotDotcomChat usage metrics for Copilot Chat in github.com
// CopilotDotcomChat usage metrics for Copilot Chat in GitHub.com
type CopilotDotcomChat struct {
// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additionalData map[string]any
Expand Down
6 changes: 3 additions & 3 deletions pkg/github/models/copilot_usage_metrics_day.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
type CopilotUsageMetricsDay struct {
// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additionalData map[string]any
// Usage metrics for Copilot Chat in github.com
// Usage metrics for Copilot Chat in GitHub.com
copilot_dotcom_chat CopilotDotcomChatable
// Usage metrics for Copilot for pull requests.
copilot_dotcom_pull_requests CopilotDotcomPullRequestsable
Expand Down Expand Up @@ -40,7 +40,7 @@ func CreateCopilotUsageMetricsDayFromDiscriminatorValue(parseNode i878a80d2330e8
func (m *CopilotUsageMetricsDay) GetAdditionalData()(map[string]any) {
return m.additionalData
}
// GetCopilotDotcomChat gets the copilot_dotcom_chat property value. Usage metrics for Copilot Chat in github.com
// GetCopilotDotcomChat gets the copilot_dotcom_chat property value. Usage metrics for Copilot Chat in GitHub.com
// returns a CopilotDotcomChatable when successful
func (m *CopilotUsageMetricsDay) GetCopilotDotcomChat()(CopilotDotcomChatable) {
return m.copilot_dotcom_chat
Expand Down Expand Up @@ -207,7 +207,7 @@ func (m *CopilotUsageMetricsDay) Serialize(writer i878a80d2330e89d26896388a3f487
func (m *CopilotUsageMetricsDay) SetAdditionalData(value map[string]any)() {
m.additionalData = value
}
// SetCopilotDotcomChat sets the copilot_dotcom_chat property value. Usage metrics for Copilot Chat in github.com
// SetCopilotDotcomChat sets the copilot_dotcom_chat property value. Usage metrics for Copilot Chat in GitHub.com
func (m *CopilotUsageMetricsDay) SetCopilotDotcomChat(value CopilotDotcomChatable)() {
m.copilot_dotcom_chat = value
}
Expand Down

0 comments on commit 63a0100

Please sign in to comment.