@doflo/flow-interfaces
Advanced tools
Comparing version 1.16.5 to 1.16.6
@@ -56,6 +56,16 @@ import { actionAPI } from './action'; | ||
/** | ||
* #baseURL | ||
* #baseStashURL | ||
* when supplied all Stash API calls will point to this host name | ||
*/ | ||
baseStashURL?: string; | ||
/** | ||
* #baseStashURL | ||
* when supplied all API calls will point to this host name | ||
*/ | ||
baseURL?: string; | ||
baseCoreURL?: string; | ||
/** | ||
* #baseSignalURL | ||
* when supplied all Signal API calls will point to this host name | ||
*/ | ||
baseSignalURL?: string; | ||
} |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.16.5", | ||
"version": "1.16.6", | ||
"description": "Public Interfaces, Schemas, & GRPC Signatures for doFlo developers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
293986
4724