flexinet-api 0.0.2239-prerelease0-dev → 0.0.2240-prerelease0-dev

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 CHANGED
@@ -1,4 +1,4 @@
1
- ## flexinet-api@0.0.2239-prerelease0-dev
1
+ ## flexinet-api@0.0.2240-prerelease0-dev
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.2239-prerelease0-dev --save
39
+ npm install flexinet-api@0.0.2240-prerelease0-dev --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -584,6 +584,37 @@ export interface BonusValue {
584
584
  }
585
585
 
586
586
 
587
+ /**
588
+ *
589
+ * @export
590
+ * @interface BrandingConfig
591
+ */
592
+ export interface BrandingConfig {
593
+ /**
594
+ *
595
+ * @type {string}
596
+ * @memberof BrandingConfig
597
+ */
598
+ 'logoURL': string;
599
+ /**
600
+ *
601
+ * @type {string}
602
+ * @memberof BrandingConfig
603
+ */
604
+ 'mainColor': string;
605
+ /**
606
+ *
607
+ * @type {string}
608
+ * @memberof BrandingConfig
609
+ */
610
+ 'coinName': string;
611
+ /**
612
+ *
613
+ * @type {string}
614
+ * @memberof BrandingConfig
615
+ */
616
+ 'coinLogoURL': string;
617
+ }
587
618
  /**
588
619
  *
589
620
  * @export
@@ -1218,6 +1249,12 @@ export interface IntegrationsConfig {
1218
1249
  * @memberof IntegrationsConfig
1219
1250
  */
1220
1251
  'authClientSecretName': string;
1252
+ /**
1253
+ *
1254
+ * @type {boolean}
1255
+ * @memberof IntegrationsConfig
1256
+ */
1257
+ 'externalUserServiceEnabled': boolean;
1221
1258
  }
1222
1259
  /**
1223
1260
  *
@@ -1256,6 +1293,12 @@ export interface LedgerConfig {
1256
1293
  * @memberof LedgerConfig
1257
1294
  */
1258
1295
  'maxManagerOrderValue': number;
1296
+ /**
1297
+ *
1298
+ * @type {boolean}
1299
+ * @memberof LedgerConfig
1300
+ */
1301
+ 'allowNegativeBalance': boolean;
1259
1302
  /**
1260
1303
  *
1261
1304
  * @type {{ [key: string]: string; }}
@@ -2947,6 +2990,12 @@ export interface PromotionConfig {
2947
2990
  * @memberof PromotionConfig
2948
2991
  */
2949
2992
  'customDealRefundWindow'?: number;
2993
+ /**
2994
+ *
2995
+ * @type {boolean}
2996
+ * @memberof PromotionConfig
2997
+ */
2998
+ 'allowRunningPromotionsUpdate': boolean;
2950
2999
  }
2951
3000
  /**
2952
3001
  *
@@ -4271,6 +4320,12 @@ export interface TenantConfing {
4271
4320
  * @memberof TenantConfing
4272
4321
  */
4273
4322
  'integrations': IntegrationsConfig;
4323
+ /**
4324
+ *
4325
+ * @type {BrandingConfig}
4326
+ * @memberof TenantConfing
4327
+ */
4328
+ 'branding': BrandingConfig;
4274
4329
  }
4275
4330
 
4276
4331
 
package/dist/api.d.ts CHANGED
@@ -532,6 +532,37 @@ export interface BonusValue {
532
532
  */
533
533
  'ref'?: string;
534
534
  }
535
+ /**
536
+ *
537
+ * @export
538
+ * @interface BrandingConfig
539
+ */
540
+ export interface BrandingConfig {
541
+ /**
542
+ *
543
+ * @type {string}
544
+ * @memberof BrandingConfig
545
+ */
546
+ 'logoURL': string;
547
+ /**
548
+ *
549
+ * @type {string}
550
+ * @memberof BrandingConfig
551
+ */
552
+ 'mainColor': string;
553
+ /**
554
+ *
555
+ * @type {string}
556
+ * @memberof BrandingConfig
557
+ */
558
+ 'coinName': string;
559
+ /**
560
+ *
561
+ * @type {string}
562
+ * @memberof BrandingConfig
563
+ */
564
+ 'coinLogoURL': string;
565
+ }
535
566
  /**
536
567
  *
537
568
  * @export
@@ -1150,6 +1181,12 @@ export interface IntegrationsConfig {
1150
1181
  * @memberof IntegrationsConfig
1151
1182
  */
1152
1183
  'authClientSecretName': string;
1184
+ /**
1185
+ *
1186
+ * @type {boolean}
1187
+ * @memberof IntegrationsConfig
1188
+ */
1189
+ 'externalUserServiceEnabled': boolean;
1153
1190
  }
1154
1191
  /**
1155
1192
  *
@@ -1188,6 +1225,12 @@ export interface LedgerConfig {
1188
1225
  * @memberof LedgerConfig
1189
1226
  */
1190
1227
  'maxManagerOrderValue': number;
1228
+ /**
1229
+ *
1230
+ * @type {boolean}
1231
+ * @memberof LedgerConfig
1232
+ */
1233
+ 'allowNegativeBalance': boolean;
1191
1234
  /**
1192
1235
  *
1193
1236
  * @type {{ [key: string]: string; }}
@@ -2806,6 +2849,12 @@ export interface PromotionConfig {
2806
2849
  * @memberof PromotionConfig
2807
2850
  */
2808
2851
  'customDealRefundWindow'?: number;
2852
+ /**
2853
+ *
2854
+ * @type {boolean}
2855
+ * @memberof PromotionConfig
2856
+ */
2857
+ 'allowRunningPromotionsUpdate': boolean;
2809
2858
  }
2810
2859
  /**
2811
2860
  *
@@ -4077,6 +4126,12 @@ export interface TenantConfing {
4077
4126
  * @memberof TenantConfing
4078
4127
  */
4079
4128
  'integrations': IntegrationsConfig;
4129
+ /**
4130
+ *
4131
+ * @type {BrandingConfig}
4132
+ * @memberof TenantConfing
4133
+ */
4134
+ 'branding': BrandingConfig;
4080
4135
  }
4081
4136
  /**
4082
4137
  *
package/dist/esm/api.d.ts CHANGED
@@ -532,6 +532,37 @@ export interface BonusValue {
532
532
  */
533
533
  'ref'?: string;
534
534
  }
535
+ /**
536
+ *
537
+ * @export
538
+ * @interface BrandingConfig
539
+ */
540
+ export interface BrandingConfig {
541
+ /**
542
+ *
543
+ * @type {string}
544
+ * @memberof BrandingConfig
545
+ */
546
+ 'logoURL': string;
547
+ /**
548
+ *
549
+ * @type {string}
550
+ * @memberof BrandingConfig
551
+ */
552
+ 'mainColor': string;
553
+ /**
554
+ *
555
+ * @type {string}
556
+ * @memberof BrandingConfig
557
+ */
558
+ 'coinName': string;
559
+ /**
560
+ *
561
+ * @type {string}
562
+ * @memberof BrandingConfig
563
+ */
564
+ 'coinLogoURL': string;
565
+ }
535
566
  /**
536
567
  *
537
568
  * @export
@@ -1150,6 +1181,12 @@ export interface IntegrationsConfig {
1150
1181
  * @memberof IntegrationsConfig
1151
1182
  */
1152
1183
  'authClientSecretName': string;
1184
+ /**
1185
+ *
1186
+ * @type {boolean}
1187
+ * @memberof IntegrationsConfig
1188
+ */
1189
+ 'externalUserServiceEnabled': boolean;
1153
1190
  }
1154
1191
  /**
1155
1192
  *
@@ -1188,6 +1225,12 @@ export interface LedgerConfig {
1188
1225
  * @memberof LedgerConfig
1189
1226
  */
1190
1227
  'maxManagerOrderValue': number;
1228
+ /**
1229
+ *
1230
+ * @type {boolean}
1231
+ * @memberof LedgerConfig
1232
+ */
1233
+ 'allowNegativeBalance': boolean;
1191
1234
  /**
1192
1235
  *
1193
1236
  * @type {{ [key: string]: string; }}
@@ -2806,6 +2849,12 @@ export interface PromotionConfig {
2806
2849
  * @memberof PromotionConfig
2807
2850
  */
2808
2851
  'customDealRefundWindow'?: number;
2852
+ /**
2853
+ *
2854
+ * @type {boolean}
2855
+ * @memberof PromotionConfig
2856
+ */
2857
+ 'allowRunningPromotionsUpdate': boolean;
2809
2858
  }
2810
2859
  /**
2811
2860
  *
@@ -4077,6 +4126,12 @@ export interface TenantConfing {
4077
4126
  * @memberof TenantConfing
4078
4127
  */
4079
4128
  'integrations': IntegrationsConfig;
4129
+ /**
4130
+ *
4131
+ * @type {BrandingConfig}
4132
+ * @memberof TenantConfing
4133
+ */
4134
+ 'branding': BrandingConfig;
4080
4135
  }
4081
4136
  /**
4082
4137
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.2239-prerelease0-dev",
3
+ "version": "0.0.2240-prerelease0-dev",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {