1.18.19 • Published 7 months ago

@agilegravity/agile-ai-trainerserver-client v1.18.19

Weekly downloads
-
License
Unlicense
Repository
-
Last release
7 months ago

agilegravityagile_ai_trainerserver_client

AgilegravityagileAiTrainerserverClient - JavaScript client for agilegravityagile_ai_trainerserver_client This is the rest API for agile AI This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.18.19-alpha.3
  • Package version: 1.18.19-alpha.3
  • Build package: io.swagger.codegen.v3.generators.javascript.JavaScriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install agilegravityagile_ai_trainerserver_client --save

git

If the library is hosted at a git repository, e.g. https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var AgilegravityagileAiTrainerserverClient = require('agilegravityagile_ai_trainerserver_client');
var defaultClient = AgilegravityagileAiTrainerserverClient.ApiClient.instance;

// Configure API key authorization: api_key
var api_key = defaultClient.authentications['api_key'];
api_key.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//api_key.apiKeyPrefix['Authorization'] = "Token"

// Configure OAuth2 access token for authorization: oauthClientCredentials
var oauthClientCredentials = defaultClient.authentications['oauthClientCredentials'];
oauthClientCredentials.accessToken = "YOUR ACCESS TOKEN"

var api = new AgilegravityagileAiTrainerserverClient.AccountsApi()
var body = new AgilegravityagileAiTrainerserverClient.Account(); // {Account} 

api.createAccount(body).then(function(data) {
  console.log('API called successfully. Returned data: ' + data);
}, function(error) {
  console.error(error);
});

Documentation for API Endpoints

All URIs are relative to /

ClassMethodHTTP requestDescription
AgilegravityagileAiTrainerserverClient.AccountsApicreateAccountPOST /api/v1/accounts
AgilegravityagileAiTrainerserverClient.AccountsApideleteAccountDELETE /api/v1/accounts/{accountId}
AgilegravityagileAiTrainerserverClient.AccountsApigetAccountGET /api/v1/accounts/{accountId}
AgilegravityagileAiTrainerserverClient.AccountsApigetAccountsGET /api/v1/accounts
AgilegravityagileAiTrainerserverClient.AccountsApiupdateAccountPUT /api/v1/accounts/{accountId}
AgilegravityagileAiTrainerserverClient.AicontextApigetAiContextsGET /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channelId}/aicontexts
AgilegravityagileAiTrainerserverClient.BricksApigetBricksGET /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channelId}/topics/{topicId}/bricks
AgilegravityagileAiTrainerserverClient.ChannelsApicreateChannelPOST /api/v1/accounts/{accountId}/projects/{projectId}/channels
AgilegravityagileAiTrainerserverClient.ChannelsApideleteChannelDELETE /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channelId}
AgilegravityagileAiTrainerserverClient.ChannelsApigetChannelGET /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channelId}
AgilegravityagileAiTrainerserverClient.ChannelsApigetChannelsGET /api/v1/accounts/{accountId}/projects/{projectId}/channels
AgilegravityagileAiTrainerserverClient.ChannelsApiupdateChannelPUT /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channelId}
AgilegravityagileAiTrainerserverClient.CloneApicloneVersionPOST /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/clone
AgilegravityagileAiTrainerserverClient.ConfigApigetConfigGET /api/v1/config
AgilegravityagileAiTrainerserverClient.ConfigApiloginPOST /api/v1/login
AgilegravityagileAiTrainerserverClient.CucumberFeaturesApicreateCucumberFeaturePOST /api/v1/{b2bPartnerId}/cucumber-features
AgilegravityagileAiTrainerserverClient.CucumberFeaturesApideleteCucumberFeatureDELETE /api/v1/{b2bPartnerId}/cucumber-features/{CucumberFeatureId}
AgilegravityagileAiTrainerserverClient.CucumberFeaturesApigetCucumberFeatureGET /api/v1/{b2bPartnerId}/cucumber-features/{CucumberFeatureId}
AgilegravityagileAiTrainerserverClient.CucumberFeaturesApigetCucumberFeaturesGET /api/v1/{b2bPartnerId}/cucumber-features
AgilegravityagileAiTrainerserverClient.CucumberFeaturesApigetCucumberFeaturesTagsGET /api/v1/{b2bPartnerId}/cucumber-features/tags
AgilegravityagileAiTrainerserverClient.CucumberFeaturesApiupdateCucumberFeaturePUT /api/v1/{b2bPartnerId}/cucumber-features/{CucumberFeatureId}
AgilegravityagileAiTrainerserverClient.DataStreamTransformersJscodesApicreateDataStreamTransformerJSCodePOST /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/data-stream-transformer/trusted-developer-jscodes
AgilegravityagileAiTrainerserverClient.DataStreamTransformersJscodesApideleteDataStreamTransformerJSCodeDELETE /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/data-stream-transformer/trusted-developer-jscodes/{jscodeId}
AgilegravityagileAiTrainerserverClient.DataStreamTransformersJscodesApigetDataStreamTransformerJSCodeGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/data-stream-transformer/trusted-developer-jscodes/{jscodeId}
AgilegravityagileAiTrainerserverClient.DataStreamTransformersJscodesApigetDataStreamTransformerJSCodesGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/data-stream-transformer/trusted-developer-jscodes
AgilegravityagileAiTrainerserverClient.DataStreamTransformersJscodesApiupdateDataStreamTransformerJSCodePUT /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/data-stream-transformer/trusted-developer-jscodes/{jscodeId}
AgilegravityagileAiTrainerserverClient.DataStreamTransformersRunApirunDataStreamTransformerPOST /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channelId}/run-data-stream-transformer
AgilegravityagileAiTrainerserverClient.EventsApigetEventsGET /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channelId}/topics/{topicId}/events
AgilegravityagileAiTrainerserverClient.ExportImportApiexportVersionGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/export
AgilegravityagileAiTrainerserverClient.ExportImportApiimportVersionPOST /api/v1/accounts/{accountId}/projects/{projectId}/import-version
AgilegravityagileAiTrainerserverClient.FactsApiapiV1FactsGetGET /api/v1/facts
AgilegravityagileAiTrainerserverClient.ImageApiuploadImagePOST /api/v1/image/upload
AgilegravityagileAiTrainerserverClient.JsonSchemaApicreateJsonSchemaPOST /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/json-schema
AgilegravityagileAiTrainerserverClient.JsonSchemaApideleteJsonSchemaDELETE /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/json-schema/{schemaId}
AgilegravityagileAiTrainerserverClient.JsonSchemaApigetJsonSchemaGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/json-schema/{schemaId}
AgilegravityagileAiTrainerserverClient.JsonSchemaApigetJsonSchemasGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/json-schema
AgilegravityagileAiTrainerserverClient.JsonSchemaApiupdateJsonSchemaPUT /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/json-schema/{schemaId}
AgilegravityagileAiTrainerserverClient.MachineLearningJobApicreateJobPOST /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/machine-learning-job
AgilegravityagileAiTrainerserverClient.MachineLearningJobApideleteJobDELETE /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/machine-learning/jobId/{jobId}
AgilegravityagileAiTrainerserverClient.MachineLearningJobApigetJobGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/machine-learning/jobId/{jobId}
AgilegravityagileAiTrainerserverClient.MachineLearningJobApigetJobsGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/machine-learning-job
AgilegravityagileAiTrainerserverClient.MachineLearningModelsApicreateMachineLearningModelPOST /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/machine-learning-models
AgilegravityagileAiTrainerserverClient.MachineLearningModelsApideleteMachineLearningModelDELETE /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/machine-learning-models/{machineLearningModelId}
AgilegravityagileAiTrainerserverClient.MachineLearningModelsApigetMachineLearningModelGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/machine-learning-models/{machineLearningModelId}
AgilegravityagileAiTrainerserverClient.MachineLearningModelsApigetMachineLearningModelsGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/machine-learning-models
AgilegravityagileAiTrainerserverClient.MachineLearningModelsApiupdateMachineLearningModelPUT /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/machine-learning-models/{machineLearningModelId}
AgilegravityagileAiTrainerserverClient.MicroIntendsApicreateMicroIntendPOST /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/micro-intends
AgilegravityagileAiTrainerserverClient.MicroIntendsApideleteMicroIntendDELETE /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/micro-intends/{microIntendId}
AgilegravityagileAiTrainerserverClient.MicroIntendsApigetMicroIntendGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/micro-intends/{microIntendId}
AgilegravityagileAiTrainerserverClient.MicroIntendsApigetMicroIntendsGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/micro-intends
AgilegravityagileAiTrainerserverClient.MicroIntendsApiupdateMicroIntendPUT /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/micro-intends/{microIntendId}
AgilegravityagileAiTrainerserverClient.MicroMacroApicreateMicroMacroPOST /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/micro-macro
AgilegravityagileAiTrainerserverClient.MicroMacroApideleteMicroMacroDELETE /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/micro-macro/{microMacroId}
AgilegravityagileAiTrainerserverClient.MicroMacroApigetMicroMacroGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/micro-macro/{microMacroId}
AgilegravityagileAiTrainerserverClient.MicroMacroApigetMicroMacrosGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/micro-macro
AgilegravityagileAiTrainerserverClient.MicroMacroApiupdateMicroMacroPUT /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/micro-macro/{microMacroId}
AgilegravityagileAiTrainerserverClient.NlpApirunNlpPOST /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/nlp
AgilegravityagileAiTrainerserverClient.NlpProcessorApicreateNlpProcessorPOST /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/nlp-processors
AgilegravityagileAiTrainerserverClient.NlpProcessorApideleteNlpProcessorDELETE /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/nlp-processors/{nlpProcessorId}
AgilegravityagileAiTrainerserverClient.NlpProcessorApigetNlpProcessorGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/nlp-processors/{nlpProcessorId}
AgilegravityagileAiTrainerserverClient.NlpProcessorApigetNlpProcessorsGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/nlp-processors
AgilegravityagileAiTrainerserverClient.NlpProcessorApiupdateNlpProcessorPUT /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/nlp-processors/{nlpProcessorId}
AgilegravityagileAiTrainerserverClient.NodeItemFunctionTemplateApicreateNodeItemFunctionTemplatePOST /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/node-item-function-templates
AgilegravityagileAiTrainerserverClient.NodeItemFunctionTemplateApigetNodeItemFunctionTemplateGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/node-item-function-templates/{NodeItemFunctionTemplateId}
AgilegravityagileAiTrainerserverClient.NodeItemFunctionTemplateApigetNodeItemFunctionTemplatesGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/node-item-function-templates
AgilegravityagileAiTrainerserverClient.NodeItemFunctionTemplateApiupdateNodeItemFunctionTemplatePUT /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/node-item-function-templates/{NodeItemFunctionTemplateId}
AgilegravityagileAiTrainerserverClient.NodeItemsApicreateNodeItemPOST /api/v1/accounts/{accountId}/projects/{projectId}/version/{versionId}/node-items
AgilegravityagileAiTrainerserverClient.NodeItemsApicreateNodeItemByChannelPOST /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channel}/node-items
AgilegravityagileAiTrainerserverClient.NodeItemsApideleteNodeItemDELETE /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/node-items/{NodeItemId}
AgilegravityagileAiTrainerserverClient.NodeItemsApideleteNodeItemByChannelDELETE /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channel}/node-items/{NodeItemId}
AgilegravityagileAiTrainerserverClient.NodeItemsApideprecatedDeleteNodeItemDELETE /api/v1/accounts/{accountId}/projects/{projectId}/version/{versionId}/node-items/{NodeItemId}
AgilegravityagileAiTrainerserverClient.NodeItemsApideprecatedGetNodeItemGET /api/v1/accounts/{accountId}/projects/{projectId}/version/{versionId}/node-items/{NodeItemId}
AgilegravityagileAiTrainerserverClient.NodeItemsApideprecatedUpdateNodeItemPUT /api/v1/accounts/{accountId}/projects/{projectId}/version/{versionId}/node-items/{NodeItemId}
AgilegravityagileAiTrainerserverClient.NodeItemsApideprecatedmoveNodeItemPUT /api/v1/accounts/{accountId}/projects/{projectId}/version/{versionId}/node-items/{NodeItemId}/move
AgilegravityagileAiTrainerserverClient.NodeItemsApigetNodeItemGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/node-items/{NodeItemId}
AgilegravityagileAiTrainerserverClient.NodeItemsApigetNodeItemByChannelGET /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channel}/node-items/{NodeItemId}
AgilegravityagileAiTrainerserverClient.NodeItemsApigetNodeItemsGET /api/v1/accounts/{accountId}/projects/{projectId}/version/{versionId}/node-items
AgilegravityagileAiTrainerserverClient.NodeItemsApigetNodeItemsByChannelGET /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channel}/node-items
AgilegravityagileAiTrainerserverClient.NodeItemsApimoveNodeItemPUT /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/node-items/{NodeItemId}/move
AgilegravityagileAiTrainerserverClient.NodeItemsApiupdateNodeItemPUT /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/node-items/{NodeItemId}
AgilegravityagileAiTrainerserverClient.NodeItemsApiupdateNodeItemByChannelPUT /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channel}/node-items/{NodeItemId}
AgilegravityagileAiTrainerserverClient.OpenApiJsonApigetChannelOpenApiJsonGET /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channelId}/openapi.json
AgilegravityagileAiTrainerserverClient.OpenApiJsonApigetOpenApiJsonGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/openapi.json
AgilegravityagileAiTrainerserverClient.OpenApiJsonApigetPlainOpenApiJsonGET /openapi.json
AgilegravityagileAiTrainerserverClient.PackedVersionApigetPackedVersionGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/packed-version
AgilegravityagileAiTrainerserverClient.PlaygroundApicreatePlaygroundPOST /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/playgrounds
AgilegravityagileAiTrainerserverClient.PlaygroundApideletePlaygroundDELETE /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/playgrounds/{playgroundId}
AgilegravityagileAiTrainerserverClient.PlaygroundApigetPlaygroundGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/playgrounds/{playgroundId}
AgilegravityagileAiTrainerserverClient.PlaygroundApigetPlaygroundsGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/playgrounds
AgilegravityagileAiTrainerserverClient.PlaygroundApiupdatePlaygroundPUT /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/playgrounds/{playgroundId}
AgilegravityagileAiTrainerserverClient.ProjectVersionApicreateVersionPOST /api/v1/accounts/{accountId}/projects/{projectId}/versions
AgilegravityagileAiTrainerserverClient.ProjectVersionApideleteVersionDELETE /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}
AgilegravityagileAiTrainerserverClient.ProjectVersionApigetVersionGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}
AgilegravityagileAiTrainerserverClient.ProjectVersionApigetVersionsGET /api/v1/accounts/{accountId}/projects/{projectId}/versions
AgilegravityagileAiTrainerserverClient.ProjectVersionApiupdateVersionPUT /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}
AgilegravityagileAiTrainerserverClient.ProjectsApicreateProjectPOST /api/v1/accounts/{accountId}/projects
AgilegravityagileAiTrainerserverClient.ProjectsApideleteProjectDELETE /api/v1/accounts/{accountId}/projects/{projectId}
AgilegravityagileAiTrainerserverClient.ProjectsApigetProjectGET /api/v1/accounts/{accountId}/projects/{projectId}
AgilegravityagileAiTrainerserverClient.ProjectsApigetProjectsGET /api/v1/accounts/{accountId}/projects
AgilegravityagileAiTrainerserverClient.ProjectsApiupdateProjectPUT /api/v1/accounts/{accountId}/projects/{projectId}
AgilegravityagileAiTrainerserverClient.RuntimeLogApigetRuntimeLogGET /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channelId}/runtimelogs/{runtimelogId}
AgilegravityagileAiTrainerserverClient.RuntimeLogApigetRuntimeLogsGET /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channelId}/runtimelogs
AgilegravityagileAiTrainerserverClient.TopicsApigetTopicsGET /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channelId}/topics
AgilegravityagileAiTrainerserverClient.TrainerApiApigetChannelOpenApiJsonGET /api/v1/accounts/{accountId}/projects/{projectId}/channels/{channelId}/openapi.json
AgilegravityagileAiTrainerserverClient.TrustedDeveloperJscodeApicreateTrustedDeveloperJscodePOST /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/node-items/{nodeitemId}/trusted-developer-jscode
AgilegravityagileAiTrainerserverClient.TrustedDeveloperJscodeApideprecatedCreateTrustedDeveloperJscodePOST /api/v1/accounts/{accountId}/projects/{projectId}/version/{versionId}/node-items/{nodeitemId}/trusted-developer-jscode
AgilegravityagileAiTrainerserverClient.TrustedDeveloperJscodeApideprecatedgetTrustedDeveloperJscodeGET /api/v1/accounts/{accountId}/projects/{projectId}/version/{versionId}/node-items/{nodeitemId}/trusted-developer-jscode
AgilegravityagileAiTrainerserverClient.TrustedDeveloperJscodeApideprecatedupdateTrustedDeveloperJscodePUT /api/v1/accounts/{accountId}/projects/{projectId}/version/{versionId}/node-items/{nodeitemId}/trusted-developer-jscode
AgilegravityagileAiTrainerserverClient.TrustedDeveloperJscodeApigetTrustedDeveloperJscodeGET /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/node-items/{nodeitemId}/trusted-developer-jscode
AgilegravityagileAiTrainerserverClient.TrustedDeveloperJscodeApiupdateTrustedDeveloperJscodePUT /api/v1/accounts/{accountId}/projects/{projectId}/versions/{versionId}/node-items/{nodeitemId}/trusted-developer-jscode

Documentation for Models

Documentation for Authorization

api_key

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

oauthClientCredentials

  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes:
    • :

oauthImplicit

1.18.19

7 months ago

1.18.19-alpha.1

8 months ago

1.18.16

10 months ago

1.18.13

11 months ago

1.18.11

11 months ago

1.18.5

12 months ago

1.18.2

1 year ago

1.18.1

1 year ago

1.18.0

1 year ago

1.17.1

1 year ago

1.16.7

2 years ago

1.16.4

2 years ago

1.16.3

2 years ago

1.16.2

2 years ago

1.16.1

2 years ago

1.16.0

2 years ago

1.15.0

2 years ago

1.14.6

2 years ago

1.14.2

2 years ago

1.13.0

2 years ago

1.12.13

3 years ago

1.12.12

3 years ago

1.12.12-saas.0

3 years ago

1.12.11

3 years ago

1.12.10

3 years ago

1.12.9

3 years ago

1.12.7-saas.0

3 years ago

1.12.7

3 years ago

1.12.4

3 years ago

1.12.2

3 years ago

1.12.1

3 years ago

1.11.53

3 years ago

1.11.47

3 years ago

1.11.32-saas.2

3 years ago

1.11.32-saas.0

3 years ago

1.11.12

3 years ago

1.11.9

3 years ago

1.11.8

3 years ago

1.11.7

3 years ago

1.9.169

3 years ago

1.9.163

3 years ago

1.9.162

3 years ago

1.9.161

3 years ago

1.9.160

3 years ago

1.9.158

3 years ago

1.9.150

4 years ago

1.9.145

4 years ago

1.9.142

4 years ago

1.9.138

4 years ago

1.9.134

4 years ago

1.9.130

4 years ago

1.9.129

4 years ago

1.9.124

4 years ago

1.9.121

4 years ago

1.9.88

4 years ago

1.9.87

4 years ago

1.9.85

4 years ago

1.9.76

4 years ago

1.9.62

4 years ago

1.9.60

4 years ago

1.9.58

4 years ago

1.9.57

4 years ago

1.9.53

4 years ago

1.9.52

4 years ago

1.9.49

4 years ago

1.9.38

4 years ago

1.8.0

4 years ago

1.7.85

4 years ago

1.7.79

4 years ago

1.7.77

4 years ago

1.7.45

4 years ago

1.7.43

4 years ago

1.7.42

4 years ago

1.7.40

4 years ago

1.7.34

4 years ago

1.7.28

4 years ago

1.7.25

5 years ago

1.7.23

5 years ago

1.7.21

5 years ago

1.7.19

5 years ago

1.7.15

5 years ago

1.7.14

5 years ago

1.7.0

5 years ago

1.6.4

5 years ago

1.6.3

5 years ago

1.5.6

5 years ago

1.5.5

5 years ago

1.5.4

5 years ago

1.6.0

5 years ago

1.5.3-alpha.15

5 years ago

1.5.1

5 years ago

1.5.1-alpha.13

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.0

5 years ago

1.3.5

5 years ago

1.3.0

5 years ago

1.2.9

5 years ago

1.2.8

5 years ago

1.2.5

5 years ago

1.2.2

5 years ago

1.2.2-alpha.21

5 years ago

1.2.2-alpha.11

5 years ago

1.2.1

5 years ago

1.1.0-alpha.0

5 years ago

1.0.0

6 years ago