flexinet-api 0.0.895-prerelease0 → 0.0.898-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 +6 -0
- package/dist/api.d.ts +6 -0
- package/dist/esm/api.d.ts +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## flexinet-api@0.0.
|
1
|
+
## flexinet-api@0.0.898-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.898-prerelease0 --save
|
40
40
|
```
|
41
41
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
@@ -1407,6 +1407,12 @@ export interface Preferences {
|
|
1407
1407
|
* @memberof Preferences
|
1408
1408
|
*/
|
1409
1409
|
'notificationPreferences': Array<NotificationPreference>;
|
1410
|
+
/**
|
1411
|
+
*
|
1412
|
+
* @type {Array<NotificationPreference>}
|
1413
|
+
* @memberof Preferences
|
1414
|
+
*/
|
1415
|
+
'systemNotificationPreferences': Array<NotificationPreference>;
|
1410
1416
|
/**
|
1411
1417
|
*
|
1412
1418
|
* @type {PromotionConfig}
|
package/dist/api.d.ts
CHANGED
@@ -1330,6 +1330,12 @@ export interface Preferences {
|
|
1330
1330
|
* @memberof Preferences
|
1331
1331
|
*/
|
1332
1332
|
'notificationPreferences': Array<NotificationPreference>;
|
1333
|
+
/**
|
1334
|
+
*
|
1335
|
+
* @type {Array<NotificationPreference>}
|
1336
|
+
* @memberof Preferences
|
1337
|
+
*/
|
1338
|
+
'systemNotificationPreferences': Array<NotificationPreference>;
|
1333
1339
|
/**
|
1334
1340
|
*
|
1335
1341
|
* @type {PromotionConfig}
|
package/dist/esm/api.d.ts
CHANGED
@@ -1330,6 +1330,12 @@ export interface Preferences {
|
|
1330
1330
|
* @memberof Preferences
|
1331
1331
|
*/
|
1332
1332
|
'notificationPreferences': Array<NotificationPreference>;
|
1333
|
+
/**
|
1334
|
+
*
|
1335
|
+
* @type {Array<NotificationPreference>}
|
1336
|
+
* @memberof Preferences
|
1337
|
+
*/
|
1338
|
+
'systemNotificationPreferences': Array<NotificationPreference>;
|
1333
1339
|
/**
|
1334
1340
|
*
|
1335
1341
|
* @type {PromotionConfig}
|