flexinet-api 0.0.778-prerelease0 → 0.0.781-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 +36 -0
- package/dist/api.d.ts +36 -0
- package/dist/esm/api.d.ts +36 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## flexinet-api@0.0.
|
|
1
|
+
## flexinet-api@0.0.781-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.781-prerelease0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -3220,6 +3220,42 @@ 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;
|
|
3241
|
+
/**
|
|
3242
|
+
*
|
|
3243
|
+
* @type {string}
|
|
3244
|
+
* @memberof Tenant
|
|
3245
|
+
*/
|
|
3246
|
+
'azureEntraTenantID': string;
|
|
3247
|
+
/**
|
|
3248
|
+
*
|
|
3249
|
+
* @type {string}
|
|
3250
|
+
* @memberof Tenant
|
|
3251
|
+
*/
|
|
3252
|
+
'azureEntraClientID': string;
|
|
3253
|
+
/**
|
|
3254
|
+
*
|
|
3255
|
+
* @type {string}
|
|
3256
|
+
* @memberof Tenant
|
|
3257
|
+
*/
|
|
3258
|
+
'locale': string;
|
|
3223
3259
|
}
|
|
3224
3260
|
/**
|
|
3225
3261
|
*
|
package/dist/api.d.ts
CHANGED
|
@@ -3055,6 +3055,42 @@ 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;
|
|
3076
|
+
/**
|
|
3077
|
+
*
|
|
3078
|
+
* @type {string}
|
|
3079
|
+
* @memberof Tenant
|
|
3080
|
+
*/
|
|
3081
|
+
'azureEntraTenantID': string;
|
|
3082
|
+
/**
|
|
3083
|
+
*
|
|
3084
|
+
* @type {string}
|
|
3085
|
+
* @memberof Tenant
|
|
3086
|
+
*/
|
|
3087
|
+
'azureEntraClientID': string;
|
|
3088
|
+
/**
|
|
3089
|
+
*
|
|
3090
|
+
* @type {string}
|
|
3091
|
+
* @memberof Tenant
|
|
3092
|
+
*/
|
|
3093
|
+
'locale': string;
|
|
3058
3094
|
}
|
|
3059
3095
|
/**
|
|
3060
3096
|
*
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -3055,6 +3055,42 @@ 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;
|
|
3076
|
+
/**
|
|
3077
|
+
*
|
|
3078
|
+
* @type {string}
|
|
3079
|
+
* @memberof Tenant
|
|
3080
|
+
*/
|
|
3081
|
+
'azureEntraTenantID': string;
|
|
3082
|
+
/**
|
|
3083
|
+
*
|
|
3084
|
+
* @type {string}
|
|
3085
|
+
* @memberof Tenant
|
|
3086
|
+
*/
|
|
3087
|
+
'azureEntraClientID': string;
|
|
3088
|
+
/**
|
|
3089
|
+
*
|
|
3090
|
+
* @type {string}
|
|
3091
|
+
* @memberof Tenant
|
|
3092
|
+
*/
|
|
3093
|
+
'locale': string;
|
|
3058
3094
|
}
|
|
3059
3095
|
/**
|
|
3060
3096
|
*
|