npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/gamesparks_game_details

v3.0.0

Published

DataFire integration for GameSparks Game Details API

Downloads

4

Readme

@datafire/gamesparks_game_details

Client library for GameSparks Game Details API

Installation and Usage

npm install --save @datafire/gamesparks_game_details
let gamesparks_game_details = require('@datafire/gamesparks_game_details').create({
  accessToken: "",
  username: "",
  password: "",
  jwt: ""
});

.then(data => {
  console.log(data);
});

Description

The API to manage the GameSparks game details

Actions

getRegionOptionsUsingGET

getRegionOptions

gamesparks_game_details.getRegionOptionsUsingGET(null, context)

Input

This action has no parameters

Output

getAnalyticsDataUsingGET

Returns the results of executed query defined by the parameters passed in

gamesparks_game_details.getAnalyticsDataUsingGET({
  "apiKey": "",
  "stage": "",
  "dataType": "",
  "precision": "",
  "startDate": "",
  "endDate": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • stage required string (values: LIVE, PREVIEW): stage
    • dataType required string (values: activeDevices, activeLocations, activeUsers, averageBandwidthPerUser, averageDauOverMau, averageJsExecutionTime, averageRequestsPerUser, averageResponseTime, averageResponseTimePerType, scriptLogLevelsCount, sessionAnalytic, storagePerUser, customAnalyticTotal, customAnalyticUser, timedAnalyticTotal, sessionAnalyticTotal, connectedUsers): dataType
    • precision required string (values: HOURLY, DAILY, MONTHLY): precision
    • startDate required string: yyyy-MM-dd
    • endDate required string: yyyy-MM-dd
    • keys string: the keys to select. For example "ReturningUsers", "NewUsers", etc

Output

getDataCountUsingGET

Returns the count of executed query

gamesparks_game_details.getDataCountUsingGET({
  "apiKey": "",
  "stage": "",
  "queryName": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • stage required string (values: LIVE, PREVIEW): stage
    • queryName required string (values: activeUsersNow, dailyActiveUsers, averageDailyActiveUsers, lastMonthlyActiveUsers, monthlyActiveUsers, averageSessionDuration): queryName

Output

getRetentionUsingGET

Returns the percentage of user retention over the last 30 days

gamesparks_game_details.getRetentionUsingGET({
  "apiKey": "",
  "stage": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • stage required string (values: LIVE, PREVIEW): stage

Output

getBillingDetails

Retrieves the Billing Details.

gamesparks_game_details.getBillingDetails({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

putBillingDetails

Updates the Billing Details.

gamesparks_game_details.putBillingDetails({
  "apiKey": "",
  "billingDetails": {
    "building": "",
    "city": "",
    "companyName": "",
    "country": "",
    "email1": "",
    "firstName1": "",
    "lastName1": "",
    "postcode": "",
    "street": ""
  }
}, context)

Input

Output

getGameSummaryUsingGET

getGameSummary

gamesparks_game_details.getGameSummaryUsingGET({
  "apiKey": "",
  "stage": "",
  "startDate": "",
  "endDate": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • stage required string (values: LIVE, PREVIEW): stage
    • startDate required string: yyyy-MM-dd
    • endDate required string: yyyy-MM-dd

Output

testPushAmazonNotificationsUsingPOST

testPushAmazonNotifications

gamesparks_game_details.testPushAmazonNotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testPushAppleDevNotificationsUsingPOST

testPushAppleDevNotifications

gamesparks_game_details.testPushAppleDevNotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testPushAppleProdNotificationsUsingPOST

testPushAppleProdNotifications

gamesparks_game_details.testPushAppleProdNotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testPushGoogleNotificationsUsingPOST

testPushGoogleNotifications

gamesparks_game_details.testPushGoogleNotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testWindows8NotificationsUsingPOST

testWindows8Notifications

gamesparks_game_details.testWindows8NotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testWindowsPhone8NotificationsUsingPOST

testWindowsPhone8Notifications

gamesparks_game_details.testWindowsPhone8NotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testViberIntegrationNotificationsUsingPOST

testViberIntegrationNotifications

gamesparks_game_details.testViberIntegrationNotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testViberProductionNotificationsUsingPOST

testViberProductionNotifications

gamesparks_game_details.testViberProductionNotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

getScriptDifferencesUsingGET

getScriptDifferences

gamesparks_game_details.getScriptDifferencesUsingGET({
  "apiKey": "",
  "snapshotId1": "",
  "snapshotId2": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId1 required string: snapshotId1
    • snapshotId2 required string: snapshotId2

Output

exportZipUsingGET

exportZip

gamesparks_game_details.exportZipUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

Output schema unknown

importAcceptUsingPOST

importAccept

gamesparks_game_details.importAcceptUsingPOST({
  "apiKey": "",
  "body": "",
  "file": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • body required string: body
    • file required string, object: file
      • content string
      • encoding string (values: ascii, utf8, utf16le, base64, binary, hex)
      • contentType string
      • filename string

Output

importZipUsingPOST

importZip

gamesparks_game_details.importZipUsingPOST({
  "apiKey": "",
  "file": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • file required string, object: file
      • content string
      • encoding string (values: ascii, utf8, utf16le, base64, binary, hex)
      • contentType string
      • filename string

Output

getScriptVersionsUsingGET_1

getScriptVersions

gamesparks_game_details.getScriptVersionsUsingGET_1({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • pageSize integer: pageSize

Output

getScriptVersionsUsingGET

getScriptVersions

gamesparks_game_details.getScriptVersionsUsingGET({
  "apiKey": "",
  "page": 0
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • page required integer: page
    • pageSize integer: pageSize

Output

getSegmentQueryFiltersUsingGET

getSegmentQueryFilters

gamesparks_game_details.getSegmentQueryFiltersUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

getSegmentQueryFiltersConfigUsingGET

getSegmentQueryFiltersConfig

gamesparks_game_details.getSegmentQueryFiltersConfigUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

updateSegmentQueryFiltersConfigUsingPUT

updateSegmentQueryFiltersConfig

gamesparks_game_details.updateSegmentQueryFiltersConfigUsingPUT({
  "segmentQueryConfig": {},
  "apiKey": ""
}, context)

Input

Output

getSegmentQueryStandardFiltersUsingGET

getSegmentQueryStandardFilters

gamesparks_game_details.getSegmentQueryStandardFiltersUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

getSnapshotsUsingGET_1

getSnapshots

gamesparks_game_details.getSnapshotsUsingGET_1({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • pageSize integer: pageSize

Output

createSnapshotsUsingPOST

createSnapshots

gamesparks_game_details.createSnapshotsUsingPOST({
  "apiKey": "",
  "description": {}
}, context)

Input

Output

getLiveSnapshotIdUsingGET

getLiveSnapshotId

gamesparks_game_details.getLiveSnapshotIdUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

getSnapshotsUsingGET

getSnapshots

gamesparks_game_details.getSnapshotsUsingGET({
  "apiKey": "",
  "page": 0
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • page required integer: page
    • pageSize integer: pageSize

Output

revertToSnapshotUsingPOST

revertToSnapshot

gamesparks_game_details.revertToSnapshotUsingPOST({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

deleteSnapshotUsingDELETE_1

deleteSnapshot

gamesparks_game_details.deleteSnapshotUsingDELETE_1({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

getSnapshotUsingGET

getSnapshot

gamesparks_game_details.getSnapshotUsingGET({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

copySnapshotToNewGameUsingPOST

copySnapshotToNewGame

gamesparks_game_details.copySnapshotToNewGameUsingPOST({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId
    • includeGameConfig boolean: includeGameConfig
    • includeMetadata boolean: includeMetadata
    • includeBinaries boolean: includeBinaries
    • includeCollaborators boolean: includeCollaborators

Output

copySnapshotToExistingGameUsingPOST_1

copySnapshotToExistingGame

gamesparks_game_details.copySnapshotToExistingGameUsingPOST_1({
  "apiKey": "",
  "snapshotId": "",
  "targetApiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId
    • targetApiKey required string: targetApiKey
    • includeGameConfig boolean: includeGameConfig
    • includeMetadata boolean: includeMetadata
    • includeBinaries boolean: includeBinaries
    • includeCollaborators boolean: includeCollaborators

Output

publishSnapshotUsingPOST_1

publishSnapshot

gamesparks_game_details.publishSnapshotUsingPOST_1({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

Output schema unknown

unpublishSnapshotUsingPOST

unpublishSnapshot

gamesparks_game_details.unpublishSnapshotUsingPOST({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

getTestHarnessScenariosUsingGET

getTestHarnessScenarios

gamesparks_game_details.getTestHarnessScenariosUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

createTestHarnessScenarioUsingPOST

createTestHarnessScenario

gamesparks_game_details.createTestHarnessScenarioUsingPOST({
  "apiKey": "",
  "testHarnessScenarioDTO": {}
}, context)

Input

Output

deleteTestHarnessScenarioUsingDELETE

deleteTestHarnessScenario

gamesparks_game_details.deleteTestHarnessScenarioUsingDELETE({
  "apiKey": "",
  "scenarioName": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • scenarioName required string: scenarioName

Output

getTestHarnessScenarioUsingGET

getTestHarnessScenario

gamesparks_game_details.getTestHarnessScenarioUsingGET({
  "apiKey": "",
  "scenarioName": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • scenarioName required string: scenarioName

Output

updateTestHarnessScenarioUsingPUT

updateTestHarnessScenario

gamesparks_game_details.updateTestHarnessScenarioUsingPUT({
  "apiKey": "",
  "scenarioName": "",
  "testHarnessScenarioDTO": {}
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • scenarioName required string: scenarioName
    • testHarnessScenarioDTO required TestHarnessScenarioModel

Output

updateCredentialSecretUsingPOST

Resets the secret of a credential

gamesparks_game_details.updateCredentialSecretUsingPOST({
  "apiKey": "",
  "credentialName": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • credentialName required string: credentialName

Output

Output schema unknown

getGamesEndpointsUsingGET

getGamesEndpoints

gamesparks_game_details.getGamesEndpointsUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

getExperimentsUsingGET

getExperiments

gamesparks_game_details.getExperimentsUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

createExperimentUsingPOST

createExperiment

gamesparks_game_details.createExperimentUsingPOST({
  "apiKey": "",
  "input": {}
}, context)

Input

Output

deleteExperimentUsingDELETE

deleteExperiment

gamesparks_game_details.deleteExperimentUsingDELETE({
  "apiKey": "",
  "id": 0
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • id required integer: id

Output

getExperimentUsingGET

getExperiment

gamesparks_game_details.getExperimentUsingGET({
  "apiKey": "",
  "id": 0
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • id required integer: id

Output

updateExperimentUsingPUT

updateExperiment

gamesparks_game_details.updateExperimentUsingPUT({
  "apiKey": "",
  "id": 0,
  "input": {}
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • id required integer: id
    • input required ExperimentModel

Output

doActionExperimentUsingPOST

doActionExperiment

gamesparks_game_details.doActionExperimentUsingPOST({
  "apiKey": "",
  "id": 0,
  "action": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • id required integer: id
    • action required string (values: start, stop, publish, unpublish): action

Output

listQueriesUsingGET

listQueries

gamesparks_game_details.listQueriesUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

createQueryUsingPOST

createQuery

gamesparks_game_details.createQueryUsingPOST({
  "apiKey": "",
  "query": {}
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • query required ManageQuery

Output

deleteQueryUsingDELETE

deleteQuery

gamesparks_game_details.deleteQueryUsingDELETE({
  "apiKey": "",
  "shortCode": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode

Output

getQueryUsingGET

getQuery

gamesparks_game_details.getQueryUsingGET({
  "apiKey": "",
  "shortCode": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode

Output

updateQueryUsingPUT

updateQuery

gamesparks_game_details.updateQueryUsingPUT({
  "apiKey": "",
  "shortCode": "",
  "query": {}
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode
    • query required ManageQuery

Output

listScreensUsingGET

listScreens

gamesparks_game_details.listScreensUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

createScreenUsingPOST

createScreen

gamesparks_game_details.createScreenUsingPOST({
  "apiKey": "",
  "screen": {}
}, context)

Input

  • input object

Output

listExecutableScreensUsingGET

listExecutableScreens

gamesparks_game_details.listExecutableScreensUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

deleteScreenUsingDELETE

deleteScreen

gamesparks_game_details.deleteScreenUsingDELETE({
  "apiKey": "",
  "shortCode": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode

Output

getScreenUsingGET

getScreen

gamesparks_game_details.getScreenUsingGET({
  "apiKey": "",
  "shortCode": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode

Output

updateScreenUsingPUT

updateScreen

gamesparks_game_details.updateScreenUsingPUT({
  "apiKey": "",
  "shortCode": "",
  "screen": {}
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode
    • screen required ManageScreen

Output

listSnapshotsUsingGET

listSnapshots

gamesparks_game_details.listSnapshotsUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

createSnapshotUsingPOST

createSnapshot

gamesparks_game_details.createSnapshotUsingPOST({
  "apiKey": "",
  "model": {}
}, context)

Input

Output

deleteSnapshotUsingDELETE

deleteSnapshot

gamesparks_game_details.deleteSnapshotUsingDELETE({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

Output schema unknown

copySnapshotToExistingGameUsingPOST

copySnapshotToExistingGame

gamesparks_game_details.copySnapshotToExistingGameUsingPOST({
  "apiKey": "",
  "snapshotId": "",
  "targetApiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId
    • targetApiKey required string: targetApiKey

Output

publishSnapshotUsingPOST

publishSnapshot

gamesparks_game_details.publishSnapshotUsingPOST({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

revertSnapshotUsingPOST

revertSnapshot

gamesparks_game_details.revertSnapshotUsingPOST({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

listSnippetsUsingGET

listSnippets

gamesparks_game_details.listSnippetsUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

createSnippetUsingPOST

createSnippet

gamesparks_game_details.createSnippetUsingPOST({
  "apiKey": "",
  "snippet": {}
}, context)

Input

  • input object

Output

deleteSnippetUsingDELETE

deleteSnippet

gamesparks_game_details.deleteSnippetUsingDELETE({
  "apiKey": "",
  "shortCode": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode

Output

getSnippetUsingGET

getSnippet

gamesparks_game_details.getSnippetUsingGET({
  "apiKey": "",
  "shortCode": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode

Output

updateSnippetUsingPUT

updateSnippet

gamesparks_game_details.updateSnippetUsingPUT({
  "apiKey": "",
  "shortCode": "",
  "snippet": {}
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode
    • snippet required ManageSnippet

Output

restoreDeletedGameUsingPOST

restoreDeletedGame

gamesparks_game_details.restoreDeletedGameUsingPOST({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

setGameRegionUsingPOST

setGameRegion

gamesparks_game_details.setGameRegionUsingPOST({
  "gameApiKey": "",
  "regionCode": ""
}, context)

Input

  • input object
    • gameApiKey required string: gameApiKey
    • regionCode required string: regionCode

Output

getGameRegionOptionsUsingGET

getGameRegionOptions

gamesparks_game_details.getGameRegionOptionsUsingGET({
  "gameApiKey": ""
}, context)

Input

  • input object
    • gameApiKey required string: gameApiKey

Output

listUsingGET

list

gamesparks_game_details.listUsingGET(null, context)

Input

This action has no parameters

Output

listDeletedUsingGET

listDeleted

gamesparks_game_details.listDeletedUsingGET(null, context)

Input

This action has no parameters

Output

Definitions

AnalyticsDataCountSwaggerModel

  • AnalyticsDataCountSwaggerModel object
    • result string

AnalyticsDataSwaggerModel

  • AnalyticsDataSwaggerModel object
    • _id string

BillingDetailsModel

  • BillingDetailsModel object
    • building required string
    • city required string
    • companyName required string
    • country required string
    • email1 required string
    • email2 string
    • email3 string
    • firstName1 required string
    • firstName2 string
    • firstName3 string
    • lastName1 required string
    • lastName2 string
    • lastName3 string
    • postcode required string
    • state string
    • street required string
    • taxNumber string

DeletedGameModel

  • DeletedGameModel object
    • apiKey string
    • name string

ExperimentConfigModel

  • ExperimentConfigModel object
    • playerMongoQuery string
    • playerQuery string
    • variants string

ExperimentModel

  • ExperimentModel object
    • active boolean
    • changedFieldsAndInitialValues object
    • complete boolean
    • config ExperimentConfigModel
    • endDate string
    • id integer
    • measurements string
    • measurementsEsQuery string
    • name string
    • percentHash string
    • publishedStages array
      • items string
    • startDate string

GameEndpointsModel

  • GameEndpointsModel object
    • liveElasticSearch string
    • liveNosql string
    • previewElasticSearch string
    • previewNosql string

GameModel

  • GameModel object
    • @id string
    • name string

GameRegionOptionDTO

  • GameRegionOptionDTO object
    • regionCode string
    • regionName string
    • selected boolean

GameRegionOptionsDTO

GameSummaryModel

  • GameSummaryModel object

LogLevelSummaryModel

  • LogLevelSummaryModel object
    • count integer
    • level string

ManageItemSummary

  • ManageItemSummary object
    • name string
    • shortCode string

ManageQuery

  • ManageQuery object
    • esRules string
    • name string
    • qbRules string
    • shortCode string

ManageResult

  • ManageResult object
    • message string

ManageScreen

  • ManageScreen object
    • groups array
      • items string
    • name string
    • shortCode string
    • template string

ManageSnapshot

  • ManageSnapshot object
    • date string
    • description string
    • id string
    • published boolean

ManageSnippet

  • ManageSnippet object
    • groups array
      • items string
    • name string
    • script string
    • scriptData string
    • shortCode string
    • template string

MessageModel

  • MessageModel object
    • message string

PushNotificationTestModel

  • PushNotificationTestModel object
    • customJson string
    • messageId string
    • pushId string
    • subtitle string
    • summary string
    • title string

PushNotificationTestSummaryListModel

PushNotificationTestSummaryModel

  • PushNotificationTestSummaryModel object
    • error boolean
    • outgoingMessageParts object
    • resultParts object
    • title string

RegionResult

  • RegionResult object
    • message string

ScriptsDifferenceListModel

ScriptsDifferenceModel

  • ScriptsDifferenceModel object
    • bind string
    • changeType string (values: NOCHANGE, ADDED, CHANGED, DELETED, IGNORED, CHANGED_CODE_INVALID, CHANGED_NAME_INVALID)
    • fileName string
    • script1 string
    • script2 string
    • type string

SegmentQueryFilterConfigModel

  • SegmentQueryFilterConfigModel object

SegmentQueryFilterListModel

SegmentQueryFilterModel

  • SegmentQueryFilterModel object
    • key string
    • name string
    • options array
      • items object
    • type string

SnapshotCreationModel

  • SnapshotCreationModel object
    • description string

SnapshotCreationSuccessModel

  • SnapshotCreationSuccessModel object
    • targetGameApiKey string

SnapshotModel

  • SnapshotModel object
    • created string
    • createdBy string
    • description string
    • id string
    • indexProgress object
    • published boolean
    • status string

SnapshotScriptVersionListModel

SnapshotScriptVersionModel

  • SnapshotScriptVersionModel object
    • cloudCodeVersion integer
    • createdDate string
    • description string
    • id string
    • live boolean

TestHarnessScenarioModel

  • TestHarnessScenarioModel object
    • scenarioJson object
    • scenarioName string