Skip to content

Commit

Permalink
fix(customeradministration): This property should be pointers.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed Jun 11, 2024
1 parent 2fb027e commit ac33e0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .tutone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1608,6 +1608,10 @@ packages:
field_type_override: "*OrganizationNameInput"
- name: OrganizationOrganizationIdInput
field_type_override: "*OrganizationOrganizationIdInput"
#####
# overrides associated with query 'GetAccountShares'
- name: OrganizationTargetIdInput
field_type_override: "*OrganizationTargetIdInput"

- name: ID
field_type_override: string
Expand Down
2 changes: 1 addition & 1 deletion pkg/customeradministration/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ type OrganizationAccountShareFilterInput struct {
// Filter by account id
AccountID OrganizationAccountIdInput `json:"accountId,omitempty"`
// Filter by target id
TargetId OrganizationTargetIdInput `json:"targetId,omitempty"`
TargetId *OrganizationTargetIdInput `json:"targetId,omitempty"`
}

// OrganizationAccountShareLimitingRoleWrapper - An account share's limiting role
Expand Down

0 comments on commit ac33e0f

Please sign in to comment.