flexinet-api 0.0.875-prerelease0 → 0.0.877-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 +3 -3
- package/dist/api.d.ts +3 -3
- package/dist/api.js +2 -2
- package/dist/esm/api.d.ts +3 -3
- package/dist/esm/api.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## flexinet-api@0.0.
|
|
1
|
+
## flexinet-api@0.0.877-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.877-prerelease0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -2543,8 +2543,8 @@ export interface ReportTypesResponse {
|
|
|
2543
2543
|
|
|
2544
2544
|
export const ReportTypesResponseTypesEnum = {
|
|
2545
2545
|
Progress: 'progress',
|
|
2546
|
-
|
|
2547
|
-
|
|
2546
|
+
Promotion: 'promotion',
|
|
2547
|
+
PromotionExpanded: 'promotion_expanded'
|
|
2548
2548
|
} as const;
|
|
2549
2549
|
|
|
2550
2550
|
export type ReportTypesResponseTypesEnum = typeof ReportTypesResponseTypesEnum[keyof typeof ReportTypesResponseTypesEnum];
|
|
@@ -3318,7 +3318,7 @@ export interface Tenant {
|
|
|
3318
3318
|
* @type {string}
|
|
3319
3319
|
* @memberof Tenant
|
|
3320
3320
|
*/
|
|
3321
|
-
'cookiesURL'
|
|
3321
|
+
'cookiesURL'?: string;
|
|
3322
3322
|
/**
|
|
3323
3323
|
*
|
|
3324
3324
|
* @type {string}
|
package/dist/api.d.ts
CHANGED
|
@@ -2411,8 +2411,8 @@ export interface ReportTypesResponse {
|
|
|
2411
2411
|
}
|
|
2412
2412
|
export declare const ReportTypesResponseTypesEnum: {
|
|
2413
2413
|
readonly Progress: "progress";
|
|
2414
|
-
readonly
|
|
2415
|
-
readonly
|
|
2414
|
+
readonly Promotion: "promotion";
|
|
2415
|
+
readonly PromotionExpanded: "promotion_expanded";
|
|
2416
2416
|
};
|
|
2417
2417
|
export type ReportTypesResponseTypesEnum = typeof ReportTypesResponseTypesEnum[keyof typeof ReportTypesResponseTypesEnum];
|
|
2418
2418
|
/**
|
|
@@ -3150,7 +3150,7 @@ export interface Tenant {
|
|
|
3150
3150
|
* @type {string}
|
|
3151
3151
|
* @memberof Tenant
|
|
3152
3152
|
*/
|
|
3153
|
-
'cookiesURL'
|
|
3153
|
+
'cookiesURL'?: string;
|
|
3154
3154
|
/**
|
|
3155
3155
|
*
|
|
3156
3156
|
* @type {string}
|
package/dist/api.js
CHANGED
|
@@ -261,8 +261,8 @@ exports.Repetition = {
|
|
|
261
261
|
};
|
|
262
262
|
exports.ReportTypesResponseTypesEnum = {
|
|
263
263
|
Progress: 'progress',
|
|
264
|
-
|
|
265
|
-
|
|
264
|
+
Promotion: 'promotion',
|
|
265
|
+
PromotionExpanded: 'promotion_expanded'
|
|
266
266
|
};
|
|
267
267
|
/**
|
|
268
268
|
*
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2411,8 +2411,8 @@ export interface ReportTypesResponse {
|
|
|
2411
2411
|
}
|
|
2412
2412
|
export declare const ReportTypesResponseTypesEnum: {
|
|
2413
2413
|
readonly Progress: "progress";
|
|
2414
|
-
readonly
|
|
2415
|
-
readonly
|
|
2414
|
+
readonly Promotion: "promotion";
|
|
2415
|
+
readonly PromotionExpanded: "promotion_expanded";
|
|
2416
2416
|
};
|
|
2417
2417
|
export type ReportTypesResponseTypesEnum = typeof ReportTypesResponseTypesEnum[keyof typeof ReportTypesResponseTypesEnum];
|
|
2418
2418
|
/**
|
|
@@ -3150,7 +3150,7 @@ export interface Tenant {
|
|
|
3150
3150
|
* @type {string}
|
|
3151
3151
|
* @memberof Tenant
|
|
3152
3152
|
*/
|
|
3153
|
-
'cookiesURL'
|
|
3153
|
+
'cookiesURL'?: string;
|
|
3154
3154
|
/**
|
|
3155
3155
|
*
|
|
3156
3156
|
* @type {string}
|
package/dist/esm/api.js
CHANGED
|
@@ -256,8 +256,8 @@ export const Repetition = {
|
|
|
256
256
|
};
|
|
257
257
|
export const ReportTypesResponseTypesEnum = {
|
|
258
258
|
Progress: 'progress',
|
|
259
|
-
|
|
260
|
-
|
|
259
|
+
Promotion: 'promotion',
|
|
260
|
+
PromotionExpanded: 'promotion_expanded'
|
|
261
261
|
};
|
|
262
262
|
/**
|
|
263
263
|
*
|