2021-07-31 03:05:02 +00:00
|
|
|
// Code generated by go-swagger; DO NOT EDIT.
|
|
|
|
|
|
2021-08-05 19:37:53 +00:00
|
|
|
// (c) 2012-2020 by Taxnexus, Inc.
|
2021-07-31 03:05:02 +00:00
|
|
|
// All rights reserved worldwide.
|
|
|
|
|
// Proprietary product; unlicensed use is not allowed
|
|
|
|
|
|
2023-04-07 18:00:15 +00:00
|
|
|
package members_models
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
"context"
|
|
|
|
|
|
|
|
|
|
"github.com/go-openapi/strfmt"
|
regen: refresh all sibling clients (go-swagger v0.35.0)
Runs scripts/release.sh regen against current origin/main specs for
auth, crm, stash, sf-gate, research, members, and plex. Picks up:
- members PaymentMethod: processor_token/tenant_id replace card_* columns
(go/db v0.7.3, ADR-KV-014 first exercise) — generated model now carries
ProcessorToken/TenantID with no Card* fields.
- sf-gate: PUT /researchprojectservices now has a tags: entry (sf-gate #3),
so its operation generates into the research_projects package under
--client-package instead of falling back to an untagged operations
package that broke the build.
- members: session handoff endpoints and onboard_request model (current
members spec); webhooks/clerk endpoints removed (retired upstream).
Also bumps go-openapi/runtime v0.26.2 -> v0.32.4 (go mod tidy) — go-swagger
v0.35.0 client templates reference runtime.ContextualTransport, which
v0.26.2 doesn't have; this is a genuine dependency floor bump, not the
known untagged-operation issue documented in release.sh (that issue is
resolved by sf-gate #3 and no longer reproduces here).
go build ./..., go vet ./..., and go test ./... all pass on the
regenerated tree.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 07:22:01 +00:00
|
|
|
"github.com/go-openapi/swag/jsonutils"
|
2021-07-31 03:05:02 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// TenantUser Relationship object that connects users to a tenant
|
|
|
|
|
//
|
2023-05-13 16:46:48 +00:00
|
|
|
// swagger:model tenantUser
|
2021-07-31 03:05:02 +00:00
|
|
|
type TenantUser struct {
|
|
|
|
|
|
|
|
|
|
// The makeTenantUser access level for this User
|
2023-04-15 14:27:18 +00:00
|
|
|
AccessLevel *string `json:"AccessLevel,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// Account ID
|
2023-04-15 14:27:18 +00:00
|
|
|
AccountID *string `json:"AccountID,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// Auth0 User ID
|
2023-04-15 14:27:18 +00:00
|
|
|
Auth0UserID *string `json:"Auth0UserID,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// Account Name
|
2023-04-15 14:27:18 +00:00
|
|
|
CompanyName *string `json:"CompanyName,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// Contact ID
|
2023-04-15 14:27:18 +00:00
|
|
|
ContactID *string `json:"ContactID,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
2023-03-28 17:47:34 +00:00
|
|
|
// Account
|
2023-06-05 00:09:35 +00:00
|
|
|
ExternalAccount *string `json:"ExternalAccount,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// Tenant active?
|
2023-04-15 14:27:18 +00:00
|
|
|
TenantActive *bool `json:"TenantActive,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// The Tenant ID
|
2023-04-15 14:27:18 +00:00
|
|
|
TenantID *string `json:"TenantID,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// Tenant Name
|
2023-04-15 14:27:18 +00:00
|
|
|
TenantName *string `json:"TenantName,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// Tenant Status
|
2023-04-15 14:27:18 +00:00
|
|
|
TenantStatus *string `json:"TenantStatus,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// Tenant type
|
2023-04-15 14:27:18 +00:00
|
|
|
TenantType *string `json:"TenantType,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// Tenant Version
|
2023-04-15 14:27:18 +00:00
|
|
|
TenantVersion *string `json:"TenantVersion,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// User Email Address
|
2023-04-15 14:27:18 +00:00
|
|
|
UserEmail *string `json:"UserEmail,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// User Full Name
|
2023-04-15 14:27:18 +00:00
|
|
|
UserFullName *string `json:"UserFullName,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// The User ID
|
2023-04-15 14:27:18 +00:00
|
|
|
UserID *string `json:"UserID,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
|
|
|
|
|
// Username
|
2023-04-15 14:27:18 +00:00
|
|
|
Username *string `json:"Username,omitempty"`
|
2021-07-31 03:05:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Validate validates this tenant user
|
|
|
|
|
func (m *TenantUser) Validate(formats strfmt.Registry) error {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// ContextValidate validates this tenant user based on context it is used
|
|
|
|
|
func (m *TenantUser) ContextValidate(ctx context.Context, formats strfmt.Registry) error {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// MarshalBinary interface implementation
|
|
|
|
|
func (m *TenantUser) MarshalBinary() ([]byte, error) {
|
|
|
|
|
if m == nil {
|
|
|
|
|
return nil, nil
|
|
|
|
|
}
|
regen: refresh all sibling clients (go-swagger v0.35.0)
Runs scripts/release.sh regen against current origin/main specs for
auth, crm, stash, sf-gate, research, members, and plex. Picks up:
- members PaymentMethod: processor_token/tenant_id replace card_* columns
(go/db v0.7.3, ADR-KV-014 first exercise) — generated model now carries
ProcessorToken/TenantID with no Card* fields.
- sf-gate: PUT /researchprojectservices now has a tags: entry (sf-gate #3),
so its operation generates into the research_projects package under
--client-package instead of falling back to an untagged operations
package that broke the build.
- members: session handoff endpoints and onboard_request model (current
members spec); webhooks/clerk endpoints removed (retired upstream).
Also bumps go-openapi/runtime v0.26.2 -> v0.32.4 (go mod tidy) — go-swagger
v0.35.0 client templates reference runtime.ContextualTransport, which
v0.26.2 doesn't have; this is a genuine dependency floor bump, not the
known untagged-operation issue documented in release.sh (that issue is
resolved by sf-gate #3 and no longer reproduces here).
go build ./..., go vet ./..., and go test ./... all pass on the
regenerated tree.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 07:22:01 +00:00
|
|
|
return jsonutils.WriteJSON(m)
|
2021-07-31 03:05:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// UnmarshalBinary interface implementation
|
|
|
|
|
func (m *TenantUser) UnmarshalBinary(b []byte) error {
|
|
|
|
|
var res TenantUser
|
regen: refresh all sibling clients (go-swagger v0.35.0)
Runs scripts/release.sh regen against current origin/main specs for
auth, crm, stash, sf-gate, research, members, and plex. Picks up:
- members PaymentMethod: processor_token/tenant_id replace card_* columns
(go/db v0.7.3, ADR-KV-014 first exercise) — generated model now carries
ProcessorToken/TenantID with no Card* fields.
- sf-gate: PUT /researchprojectservices now has a tags: entry (sf-gate #3),
so its operation generates into the research_projects package under
--client-package instead of falling back to an untagged operations
package that broke the build.
- members: session handoff endpoints and onboard_request model (current
members spec); webhooks/clerk endpoints removed (retired upstream).
Also bumps go-openapi/runtime v0.26.2 -> v0.32.4 (go mod tidy) — go-swagger
v0.35.0 client templates reference runtime.ContextualTransport, which
v0.26.2 doesn't have; this is a genuine dependency floor bump, not the
known untagged-operation issue documented in release.sh (that issue is
resolved by sf-gate #3 and no longer reproduces here).
go build ./..., go vet ./..., and go test ./... all pass on the
regenerated tree.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 07:22:01 +00:00
|
|
|
if err := jsonutils.ReadJSON(b, &res); err != nil {
|
2021-07-31 03:05:02 +00:00
|
|
|
return err
|
|
|
|
|
}
|
|
|
|
|
*m = res
|
|
|
|
|
return nil
|
|
|
|
|
}
|