Skip to content

Commit

Permalink
intents: proper PlayFab casing
Browse files Browse the repository at this point in the history
  • Loading branch information
patrislav committed Jun 17, 2024
1 parent c98cd68 commit 6808b80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions intents/intent.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions intents/intent.gen.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
// sequence-waas-intents v0.1.0 0059e159168b376b9070a41f536c444601efc7fe
// sequence-waas-intents v0.1.0 5d94a08aafe21cad6518aa1b6ef38b6ca0a9e9c5
// --
// Code generated by [email protected] with typescript generator. DO NOT EDIT.
//
Expand All @@ -12,7 +12,7 @@ export const WebRPCVersion = "v1"
export const WebRPCSchemaVersion = "v0.1.0"

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = "0059e159168b376b9070a41f536c444601efc7fe"
export const WebRPCSchemaHash = "5d94a08aafe21cad6518aa1b6ef38b6ca0a9e9c5"

//
// Types
Expand Down Expand Up @@ -77,7 +77,7 @@ export enum IdentityType {
Guest = 'Guest',
OIDC = 'OIDC',
Email = 'Email',
Playfab = 'Playfab'
PlayFab = 'PlayFab'
}

export interface Intent {
Expand Down
2 changes: 1 addition & 1 deletion intents/intent.ridl
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ enum IdentityType: string
- Guest
- OIDC
- Email
- Playfab
- PlayFab

struct Account
- id: string
Expand Down

0 comments on commit 6808b80

Please sign in to comment.