flexinet-api 0.0.778-prerelease0 → 0.0.779-prerelease0
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/README.md +2 -2
- package/api.ts +18 -0
- package/dist/api.d.ts +18 -0
- package/dist/esm/api.d.ts +18 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## flexinet-api@0.0.
|
|
1
|
+
## flexinet-api@0.0.779-prerelease0
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install flexinet-api@0.0.
|
|
39
|
+
npm install flexinet-api@0.0.779-prerelease0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -3220,6 +3220,24 @@ export interface Tenant {
|
|
|
3220
3220
|
* @memberof Tenant
|
|
3221
3221
|
*/
|
|
3222
3222
|
'customerOpenIDParameters'?: { [key: string]: string; };
|
|
3223
|
+
/**
|
|
3224
|
+
*
|
|
3225
|
+
* @type {string}
|
|
3226
|
+
* @memberof Tenant
|
|
3227
|
+
*/
|
|
3228
|
+
'ppURL': string;
|
|
3229
|
+
/**
|
|
3230
|
+
*
|
|
3231
|
+
* @type {string}
|
|
3232
|
+
* @memberof Tenant
|
|
3233
|
+
*/
|
|
3234
|
+
'tcURL': string;
|
|
3235
|
+
/**
|
|
3236
|
+
*
|
|
3237
|
+
* @type {string}
|
|
3238
|
+
* @memberof Tenant
|
|
3239
|
+
*/
|
|
3240
|
+
'cookiesURL': string;
|
|
3223
3241
|
}
|
|
3224
3242
|
/**
|
|
3225
3243
|
*
|
package/dist/api.d.ts
CHANGED
|
@@ -3055,6 +3055,24 @@ export interface Tenant {
|
|
|
3055
3055
|
'customerOpenIDParameters'?: {
|
|
3056
3056
|
[key: string]: string;
|
|
3057
3057
|
};
|
|
3058
|
+
/**
|
|
3059
|
+
*
|
|
3060
|
+
* @type {string}
|
|
3061
|
+
* @memberof Tenant
|
|
3062
|
+
*/
|
|
3063
|
+
'ppURL': string;
|
|
3064
|
+
/**
|
|
3065
|
+
*
|
|
3066
|
+
* @type {string}
|
|
3067
|
+
* @memberof Tenant
|
|
3068
|
+
*/
|
|
3069
|
+
'tcURL': string;
|
|
3070
|
+
/**
|
|
3071
|
+
*
|
|
3072
|
+
* @type {string}
|
|
3073
|
+
* @memberof Tenant
|
|
3074
|
+
*/
|
|
3075
|
+
'cookiesURL': string;
|
|
3058
3076
|
}
|
|
3059
3077
|
/**
|
|
3060
3078
|
*
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -3055,6 +3055,24 @@ export interface Tenant {
|
|
|
3055
3055
|
'customerOpenIDParameters'?: {
|
|
3056
3056
|
[key: string]: string;
|
|
3057
3057
|
};
|
|
3058
|
+
/**
|
|
3059
|
+
*
|
|
3060
|
+
* @type {string}
|
|
3061
|
+
* @memberof Tenant
|
|
3062
|
+
*/
|
|
3063
|
+
'ppURL': string;
|
|
3064
|
+
/**
|
|
3065
|
+
*
|
|
3066
|
+
* @type {string}
|
|
3067
|
+
* @memberof Tenant
|
|
3068
|
+
*/
|
|
3069
|
+
'tcURL': string;
|
|
3070
|
+
/**
|
|
3071
|
+
*
|
|
3072
|
+
* @type {string}
|
|
3073
|
+
* @memberof Tenant
|
|
3074
|
+
*/
|
|
3075
|
+
'cookiesURL': string;
|
|
3058
3076
|
}
|
|
3059
3077
|
/**
|
|
3060
3078
|
*
|