@wandelbots/nova-api 25.9.0-dev.9 → 25.10.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/defineProperty-CQ_RnIQg.js +43 -0
- package/dist/defineProperty-CWzmgFYR.cjs +97 -0
- package/dist/v1/index.cjs +10881 -0
- package/dist/v1/index.d.cts +15429 -0
- package/dist/v1/index.d.ts +15429 -0
- package/dist/v1/index.js +10695 -0
- package/dist/v2/index.cjs +8146 -0
- package/dist/v2/index.d.cts +11520 -0
- package/dist/v2/index.d.ts +11520 -0
- package/dist/v2/index.js +7947 -0
- package/package.json +20 -16
- package/.npmignore +0 -9
- package/index.d.ts +0 -2
- package/index.js +0 -3
- package/index.js.map +0 -1
- package/index.ts +0 -2
- package/tsconfig.json +0 -111
- package/v1/api.d.ts +0 -15287
- package/v1/api.js +0 -15591
- package/v1/api.js.map +0 -1
- package/v1/api.ts +0 -24367
- package/v1/base.d.ts +0 -66
- package/v1/base.js +0 -64
- package/v1/base.js.map +0 -1
- package/v1/base.ts +0 -86
- package/v1/common.d.ts +0 -65
- package/v1/common.js +0 -134
- package/v1/common.js.map +0 -1
- package/v1/common.ts +0 -150
- package/v1/configuration.d.ts +0 -91
- package/v1/configuration.js +0 -102
- package/v1/configuration.js.map +0 -1
- package/v1/configuration.ts +0 -116
- package/v1/index.d.ts +0 -14
- package/v1/index.js +0 -17
- package/v1/index.js.map +0 -1
- package/v1/index.ts +0 -19
- package/v2/api.d.ts +0 -10875
- package/v2/api.js +0 -10944
- package/v2/api.js.map +0 -1
- package/v2/api.ts +0 -17300
- package/v2/base.d.ts +0 -66
- package/v2/base.js +0 -64
- package/v2/base.js.map +0 -1
- package/v2/base.ts +0 -86
- package/v2/common.d.ts +0 -65
- package/v2/common.js +0 -134
- package/v2/common.js.map +0 -1
- package/v2/common.ts +0 -150
- package/v2/configuration.d.ts +0 -91
- package/v2/configuration.js +0 -102
- package/v2/configuration.js.map +0 -1
- package/v2/configuration.ts +0 -116
- package/v2/index.d.ts +0 -14
- package/v2/index.js +0 -17
- package/v2/index.js.map +0 -1
- package/v2/index.ts +0 -19
package/v2/configuration.js
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Wandelbots NOVA API
|
|
5
|
-
* Interact with robots in an easy and intuitive way. > **Note:** API version 2 is experimental and will experience functional changes.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2.0.0 beta
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export class Configuration {
|
|
15
|
-
/**
|
|
16
|
-
* parameter for apiKey security
|
|
17
|
-
* @param name security name
|
|
18
|
-
* @memberof Configuration
|
|
19
|
-
*/
|
|
20
|
-
apiKey;
|
|
21
|
-
/**
|
|
22
|
-
* parameter for basic security
|
|
23
|
-
*
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof Configuration
|
|
26
|
-
*/
|
|
27
|
-
username;
|
|
28
|
-
/**
|
|
29
|
-
* parameter for basic security
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof Configuration
|
|
33
|
-
*/
|
|
34
|
-
password;
|
|
35
|
-
/**
|
|
36
|
-
* parameter for oauth2 security
|
|
37
|
-
* @param name security name
|
|
38
|
-
* @param scopes oauth2 scope
|
|
39
|
-
* @memberof Configuration
|
|
40
|
-
*/
|
|
41
|
-
accessToken;
|
|
42
|
-
/**
|
|
43
|
-
* override base path
|
|
44
|
-
*
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof Configuration
|
|
47
|
-
*/
|
|
48
|
-
basePath;
|
|
49
|
-
/**
|
|
50
|
-
* override server index
|
|
51
|
-
*
|
|
52
|
-
* @type {number}
|
|
53
|
-
* @memberof Configuration
|
|
54
|
-
*/
|
|
55
|
-
serverIndex;
|
|
56
|
-
/**
|
|
57
|
-
* base options for axios calls
|
|
58
|
-
*
|
|
59
|
-
* @type {any}
|
|
60
|
-
* @memberof Configuration
|
|
61
|
-
*/
|
|
62
|
-
baseOptions;
|
|
63
|
-
/**
|
|
64
|
-
* The FormData constructor that will be used to create multipart form data
|
|
65
|
-
* requests. You can inject this here so that execution environments that
|
|
66
|
-
* do not support the FormData class can still run the generated client.
|
|
67
|
-
*
|
|
68
|
-
* @type {new () => FormData}
|
|
69
|
-
*/
|
|
70
|
-
formDataCtor;
|
|
71
|
-
constructor(param = {}) {
|
|
72
|
-
this.apiKey = param.apiKey;
|
|
73
|
-
this.username = param.username;
|
|
74
|
-
this.password = param.password;
|
|
75
|
-
this.accessToken = param.accessToken;
|
|
76
|
-
this.basePath = param.basePath;
|
|
77
|
-
this.serverIndex = param.serverIndex;
|
|
78
|
-
this.baseOptions = {
|
|
79
|
-
headers: {
|
|
80
|
-
...param.baseOptions?.headers,
|
|
81
|
-
'User-Agent': "OpenAPI-Generator/typescript-axios"
|
|
82
|
-
},
|
|
83
|
-
...param.baseOptions
|
|
84
|
-
};
|
|
85
|
-
this.formDataCtor = param.formDataCtor;
|
|
86
|
-
}
|
|
87
|
-
/**
|
|
88
|
-
* Check if the given MIME is a JSON MIME.
|
|
89
|
-
* JSON MIME examples:
|
|
90
|
-
* application/json
|
|
91
|
-
* application/json; charset=UTF8
|
|
92
|
-
* APPLICATION/JSON
|
|
93
|
-
* application/vnd.company+json
|
|
94
|
-
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
95
|
-
* @return True if the given MIME is JSON, false otherwise.
|
|
96
|
-
*/
|
|
97
|
-
isJsonMime(mime) {
|
|
98
|
-
const jsonMime = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
|
|
99
|
-
return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
//# sourceMappingURL=configuration.js.map
|
package/v2/configuration.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.js","sourceRoot":"","sources":["configuration.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAcH,MAAM,OAAO,aAAa;IACtB;;;;OAIG;IACH,MAAM,CAA+F;IACrG;;;;;OAKG;IACH,QAAQ,CAAU;IAClB;;;;;OAKG;IACH,QAAQ,CAAU;IAClB;;;;;OAKG;IACH,WAAW,CAAuI;IAClJ;;;;;OAKG;IACH,QAAQ,CAAU;IAClB;;;;;OAKG;IACH,WAAW,CAAU;IACrB;;;;;OAKG;IACH,WAAW,CAAO;IAClB;;;;;;OAMG;IACH,YAAY,CAAiB;IAE7B,YAAY,QAAiC,EAAE;QAC3C,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;QAC3B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC;QACrC,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC;QACrC,IAAI,CAAC,WAAW,GAAG;YACf,OAAO,EAAE;gBACL,GAAG,KAAK,CAAC,WAAW,EAAE,OAAO;gBAC7B,YAAY,EAAE,oCAAoC;aACrD;YACD,GAAG,KAAK,CAAC,WAAW;SACvB,CAAC;QACF,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC;IAC3C,CAAC;IAED;;;;;;;;;OASG;IACI,UAAU,CAAC,IAAY;QAC1B,MAAM,QAAQ,GAAW,IAAI,MAAM,CAAC,+DAA+D,EAAE,GAAG,CAAC,CAAC;QAC1G,OAAO,IAAI,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,WAAW,EAAE,KAAK,6BAA6B,CAAC,CAAC;IAC1G,CAAC;CACJ"}
|
package/v2/configuration.ts
DELETED
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Wandelbots NOVA API
|
|
5
|
-
* Interact with robots in an easy and intuitive way. > **Note:** API version 2 is experimental and will experience functional changes.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2.0.0 beta
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
export interface ConfigurationParameters {
|
|
17
|
-
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
18
|
-
username?: string;
|
|
19
|
-
password?: string;
|
|
20
|
-
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
21
|
-
basePath?: string;
|
|
22
|
-
serverIndex?: number;
|
|
23
|
-
baseOptions?: any;
|
|
24
|
-
formDataCtor?: new () => any;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export class Configuration {
|
|
28
|
-
/**
|
|
29
|
-
* parameter for apiKey security
|
|
30
|
-
* @param name security name
|
|
31
|
-
* @memberof Configuration
|
|
32
|
-
*/
|
|
33
|
-
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
34
|
-
/**
|
|
35
|
-
* parameter for basic security
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof Configuration
|
|
39
|
-
*/
|
|
40
|
-
username?: string;
|
|
41
|
-
/**
|
|
42
|
-
* parameter for basic security
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof Configuration
|
|
46
|
-
*/
|
|
47
|
-
password?: string;
|
|
48
|
-
/**
|
|
49
|
-
* parameter for oauth2 security
|
|
50
|
-
* @param name security name
|
|
51
|
-
* @param scopes oauth2 scope
|
|
52
|
-
* @memberof Configuration
|
|
53
|
-
*/
|
|
54
|
-
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
55
|
-
/**
|
|
56
|
-
* override base path
|
|
57
|
-
*
|
|
58
|
-
* @type {string}
|
|
59
|
-
* @memberof Configuration
|
|
60
|
-
*/
|
|
61
|
-
basePath?: string;
|
|
62
|
-
/**
|
|
63
|
-
* override server index
|
|
64
|
-
*
|
|
65
|
-
* @type {number}
|
|
66
|
-
* @memberof Configuration
|
|
67
|
-
*/
|
|
68
|
-
serverIndex?: number;
|
|
69
|
-
/**
|
|
70
|
-
* base options for axios calls
|
|
71
|
-
*
|
|
72
|
-
* @type {any}
|
|
73
|
-
* @memberof Configuration
|
|
74
|
-
*/
|
|
75
|
-
baseOptions?: any;
|
|
76
|
-
/**
|
|
77
|
-
* The FormData constructor that will be used to create multipart form data
|
|
78
|
-
* requests. You can inject this here so that execution environments that
|
|
79
|
-
* do not support the FormData class can still run the generated client.
|
|
80
|
-
*
|
|
81
|
-
* @type {new () => FormData}
|
|
82
|
-
*/
|
|
83
|
-
formDataCtor?: new () => any;
|
|
84
|
-
|
|
85
|
-
constructor(param: ConfigurationParameters = {}) {
|
|
86
|
-
this.apiKey = param.apiKey;
|
|
87
|
-
this.username = param.username;
|
|
88
|
-
this.password = param.password;
|
|
89
|
-
this.accessToken = param.accessToken;
|
|
90
|
-
this.basePath = param.basePath;
|
|
91
|
-
this.serverIndex = param.serverIndex;
|
|
92
|
-
this.baseOptions = {
|
|
93
|
-
headers: {
|
|
94
|
-
...param.baseOptions?.headers,
|
|
95
|
-
'User-Agent': "OpenAPI-Generator/typescript-axios"
|
|
96
|
-
},
|
|
97
|
-
...param.baseOptions
|
|
98
|
-
};
|
|
99
|
-
this.formDataCtor = param.formDataCtor;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* Check if the given MIME is a JSON MIME.
|
|
104
|
-
* JSON MIME examples:
|
|
105
|
-
* application/json
|
|
106
|
-
* application/json; charset=UTF8
|
|
107
|
-
* APPLICATION/JSON
|
|
108
|
-
* application/vnd.company+json
|
|
109
|
-
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
110
|
-
* @return True if the given MIME is JSON, false otherwise.
|
|
111
|
-
*/
|
|
112
|
-
public isJsonMime(mime: string): boolean {
|
|
113
|
-
const jsonMime: RegExp = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
|
|
114
|
-
return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
|
|
115
|
-
}
|
|
116
|
-
}
|
package/v2/index.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Wandelbots NOVA API
|
|
3
|
-
* Interact with robots in an easy and intuitive way. > **Note:** API version 2 is experimental and will experience functional changes.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.0.0 beta
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export * from "./api";
|
|
13
|
-
export * from "./configuration";
|
|
14
|
-
export * from "./base";
|
package/v2/index.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Wandelbots NOVA API
|
|
5
|
-
* Interact with robots in an easy and intuitive way. > **Note:** API version 2 is experimental and will experience functional changes.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2.0.0 beta
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export * from "./api";
|
|
15
|
-
export * from "./configuration";
|
|
16
|
-
export * from "./base";
|
|
17
|
-
//# sourceMappingURL=index.js.map
|
package/v2/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAGH,cAAc,OAAO,CAAC;AACtB,cAAc,iBAAiB,CAAC;AAEhC,cAAc,QAAQ,CAAA"}
|
package/v2/index.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Wandelbots NOVA API
|
|
5
|
-
* Interact with robots in an easy and intuitive way. > **Note:** API version 2 is experimental and will experience functional changes.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2.0.0 beta
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
export * from "./api";
|
|
17
|
-
export * from "./configuration";
|
|
18
|
-
|
|
19
|
-
export * from "./base"
|