@dronedeploy/rocos-js-sdk 3.0.1-alpha.37 → 3.0.1-alpha.38
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
|
|
1
1
|
import { IBaseService, IRocosSDKConfig, RocosError } from '../models';
|
2
2
|
import { BaseServiceAbstract } from './BaseServiceAbstract';
|
3
3
|
import { Timezone } from '../constants/timezones';
|
4
|
-
type SpotImageTag = 'stable' | 'dev' | 'unstable';
|
4
|
+
type SpotImageTag = 'stable' | 'dev' | 'unstable' | 'rc' | (string & {});
|
5
5
|
export declare class SpotProvisioningService extends BaseServiceAbstract implements IBaseService {
|
6
6
|
constructor(config: IRocosSDKConfig);
|
7
7
|
getStatus(): boolean;
|
@@ -2,7 +2,7 @@
|
|
2
2
|
import { IBaseService, IRocosSDKConfig, RocosError } from '../models';
|
3
3
|
import { BaseServiceAbstract } from './BaseServiceAbstract';
|
4
4
|
import { Timezone } from '../constants/timezones';
|
5
|
-
type SpotImageTag = 'stable' | 'dev' | 'unstable';
|
5
|
+
type SpotImageTag = 'stable' | 'dev' | 'unstable' | 'rc' | (string & {});
|
6
6
|
export declare class SpotProvisioningServiceNode extends BaseServiceAbstract implements IBaseService {
|
7
7
|
constructor(config: IRocosSDKConfig);
|
8
8
|
getStatus(): boolean;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { IBaseService, IRocosSDKConfig, RocosError } from '../models';
|
2
2
|
import { BaseServiceAbstract } from './BaseServiceAbstract';
|
3
3
|
import { Timezone } from '../constants/timezones';
|
4
|
-
type SpotImageTag = 'stable' | 'dev' | 'unstable';
|
4
|
+
type SpotImageTag = 'stable' | 'dev' | 'unstable' | 'rc' | (string & {});
|
5
5
|
export declare class SpotProvisioningService extends BaseServiceAbstract implements IBaseService {
|
6
6
|
constructor(config: IRocosSDKConfig);
|
7
7
|
getStatus(): boolean;
|
@@ -2,7 +2,7 @@
|
|
2
2
|
import { IBaseService, IRocosSDKConfig, RocosError } from '../models';
|
3
3
|
import { BaseServiceAbstract } from './BaseServiceAbstract';
|
4
4
|
import { Timezone } from '../constants/timezones';
|
5
|
-
type SpotImageTag = 'stable' | 'dev' | 'unstable';
|
5
|
+
type SpotImageTag = 'stable' | 'dev' | 'unstable' | 'rc' | (string & {});
|
6
6
|
export declare class SpotProvisioningServiceNode extends BaseServiceAbstract implements IBaseService {
|
7
7
|
constructor(config: IRocosSDKConfig);
|
8
8
|
getStatus(): boolean;
|