flexinet-api 0.0.1657 → 0.0.1661-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.1657
1
+ ## flexinet-api@0.0.1661-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.1657 --save
39
+ npm install flexinet-api@0.0.1661-prerelease0-dev --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -3844,6 +3844,12 @@ export interface TransactionEventDetails {
3844
3844
  * @memberof TransactionEventDetails
3845
3845
  */
3846
3846
  'metadata'?: { [key: string]: string; };
3847
+ /**
3848
+ *
3849
+ * @type {TransactionEventPriority}
3850
+ * @memberof TransactionEventDetails
3851
+ */
3852
+ 'priority'?: TransactionEventPriority;
3847
3853
  }
3848
3854
 
3849
3855
 
@@ -3861,6 +3867,20 @@ export const TransactionEventKind = {
3861
3867
  export type TransactionEventKind = typeof TransactionEventKind[keyof typeof TransactionEventKind];
3862
3868
 
3863
3869
 
3870
+ /**
3871
+ *
3872
+ * @export
3873
+ * @enum {string}
3874
+ */
3875
+
3876
+ export const TransactionEventPriority = {
3877
+ Low: 'low',
3878
+ High: 'high'
3879
+ } as const;
3880
+
3881
+ export type TransactionEventPriority = typeof TransactionEventPriority[keyof typeof TransactionEventPriority];
3882
+
3883
+
3864
3884
  /**
3865
3885
  *
3866
3886
  * @export
package/dist/api.d.ts CHANGED
@@ -3648,6 +3648,12 @@ export interface TransactionEventDetails {
3648
3648
  'metadata'?: {
3649
3649
  [key: string]: string;
3650
3650
  };
3651
+ /**
3652
+ *
3653
+ * @type {TransactionEventPriority}
3654
+ * @memberof TransactionEventDetails
3655
+ */
3656
+ 'priority'?: TransactionEventPriority;
3651
3657
  }
3652
3658
  /**
3653
3659
  *
@@ -3659,6 +3665,16 @@ export declare const TransactionEventKind: {
3659
3665
  readonly Completed: "completed";
3660
3666
  };
3661
3667
  export type TransactionEventKind = typeof TransactionEventKind[keyof typeof TransactionEventKind];
3668
+ /**
3669
+ *
3670
+ * @export
3671
+ * @enum {string}
3672
+ */
3673
+ export declare const TransactionEventPriority: {
3674
+ readonly Low: "low";
3675
+ readonly High: "high";
3676
+ };
3677
+ export type TransactionEventPriority = typeof TransactionEventPriority[keyof typeof TransactionEventPriority];
3662
3678
  /**
3663
3679
  *
3664
3680
  * @export
package/dist/api.js CHANGED
@@ -22,9 +22,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
22
22
  });
23
23
  };
24
24
  Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.BalanceApiAxiosParamCreator = exports.AuditApi = exports.AuditApiFactory = exports.AuditApiFp = exports.AuditApiAxiosParamCreator = exports.WebhookKind = exports.UserSource = exports.UserRole = exports.TransactionSource = exports.TransactionKind = exports.TransactionEventKind = exports.TransactionCurrencyKind = exports.TargetMu = exports.TagValidatorType = exports.TagRuleKind = exports.TagDataType = exports.SortDirection = exports.RuleKind = exports.RuleGroupState = exports.RequiredRestrictionKindEnum = exports.ReportTypesResponseTypesEnum = exports.Repetition = exports.PromotionType = exports.PromotionStatus = exports.PromotionSortByField = exports.ProgressStateAggregation = exports.ProgressState = exports.ProgressInterval = exports.ProductUsage = exports.ProductStatus = exports.ProductRequestStatus = exports.ProductRequestApprovalRequestStatusEnum = exports.ProductKind = exports.ProductAvailability = exports.OrderStatus = exports.OrderKind = exports.NotificationStatus = exports.NotificationKind = exports.NotificationChannel = exports.MinTurnoverRestrictionKindEnum = exports.Locale = exports.Feature = exports.EventCreationRequestKindEnum = exports.CustomDealRestrictionPriority = exports.Condition = exports.BonusMu = exports.BeneficiaryKind = exports.AuditLogObjectType = exports.AuditLogActionEnum = exports.ApiKeyKind = void 0;
26
- exports.PromotionApiFactory = exports.PromotionApiFp = exports.PromotionApiAxiosParamCreator = exports.ProgressApi = exports.ProgressApiFactory = exports.ProgressApiFp = exports.ProgressApiAxiosParamCreator = exports.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.OrderApi = exports.OrderApiFactory = exports.OrderApiFp = exports.OrderApiAxiosParamCreator = exports.NotificationApi = exports.NotificationApiFactory = exports.NotificationApiFp = exports.NotificationApiAxiosParamCreator = exports.IntegrationApi = exports.IntegrationApiFactory = exports.IntegrationApiFp = exports.IntegrationApiAxiosParamCreator = exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.CustomDealsApi = exports.CustomDealsApiFactory = exports.CustomDealsApiFp = exports.CustomDealsApiAxiosParamCreator = exports.ConfigurationApi = exports.ConfigurationApiFactory = exports.ConfigurationApiFp = exports.ConfigurationApiAxiosParamCreator = exports.ClientApi = exports.ClientApiFactory = exports.ClientApiFp = exports.ClientApiAxiosParamCreator = exports.CategoryApi = exports.CategoryApiFactory = exports.CategoryApiFp = exports.CategoryApiAxiosParamCreator = exports.BulkApi = exports.BulkApiFactory = exports.BulkApiFp = exports.BulkApiAxiosParamCreator = exports.BalanceApi = exports.BalanceApiFactory = exports.BalanceApiFp = void 0;
27
- exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.TransactionApi = exports.TransactionApiFactory = exports.TransactionApiFp = exports.TransactionApiAxiosParamCreator = exports.TenantApi = exports.TenantApiFactory = exports.TenantApiFp = exports.TenantApiAxiosParamCreator = exports.TagApi = exports.TagApiFactory = exports.TagApiFp = exports.TagApiAxiosParamCreator = exports.SegmentApi = exports.SegmentApiFactory = exports.SegmentApiFp = exports.SegmentApiAxiosParamCreator = exports.ReportApi = exports.ReportApiFactory = exports.ReportApiFp = exports.ReportApiAxiosParamCreator = exports.PromotionApi = void 0;
25
+ exports.AuditApi = exports.AuditApiFactory = exports.AuditApiFp = exports.AuditApiAxiosParamCreator = exports.WebhookKind = exports.UserSource = exports.UserRole = exports.TransactionSource = exports.TransactionKind = exports.TransactionEventPriority = exports.TransactionEventKind = exports.TransactionCurrencyKind = exports.TargetMu = exports.TagValidatorType = exports.TagRuleKind = exports.TagDataType = exports.SortDirection = exports.RuleKind = exports.RuleGroupState = exports.RequiredRestrictionKindEnum = exports.ReportTypesResponseTypesEnum = exports.Repetition = exports.PromotionType = exports.PromotionStatus = exports.PromotionSortByField = exports.ProgressStateAggregation = exports.ProgressState = exports.ProgressInterval = exports.ProductUsage = exports.ProductStatus = exports.ProductRequestStatus = exports.ProductRequestApprovalRequestStatusEnum = exports.ProductKind = exports.ProductAvailability = exports.OrderStatus = exports.OrderKind = exports.NotificationStatus = exports.NotificationKind = exports.NotificationChannel = exports.MinTurnoverRestrictionKindEnum = exports.Locale = exports.Feature = exports.EventCreationRequestKindEnum = exports.CustomDealRestrictionPriority = exports.Condition = exports.BonusMu = exports.BeneficiaryKind = exports.AuditLogObjectType = exports.AuditLogActionEnum = exports.ApiKeyKind = void 0;
26
+ exports.PromotionApiFp = exports.PromotionApiAxiosParamCreator = exports.ProgressApi = exports.ProgressApiFactory = exports.ProgressApiFp = exports.ProgressApiAxiosParamCreator = exports.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.OrderApi = exports.OrderApiFactory = exports.OrderApiFp = exports.OrderApiAxiosParamCreator = exports.NotificationApi = exports.NotificationApiFactory = exports.NotificationApiFp = exports.NotificationApiAxiosParamCreator = exports.IntegrationApi = exports.IntegrationApiFactory = exports.IntegrationApiFp = exports.IntegrationApiAxiosParamCreator = exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.CustomDealsApi = exports.CustomDealsApiFactory = exports.CustomDealsApiFp = exports.CustomDealsApiAxiosParamCreator = exports.ConfigurationApi = exports.ConfigurationApiFactory = exports.ConfigurationApiFp = exports.ConfigurationApiAxiosParamCreator = exports.ClientApi = exports.ClientApiFactory = exports.ClientApiFp = exports.ClientApiAxiosParamCreator = exports.CategoryApi = exports.CategoryApiFactory = exports.CategoryApiFp = exports.CategoryApiAxiosParamCreator = exports.BulkApi = exports.BulkApiFactory = exports.BulkApiFp = exports.BulkApiAxiosParamCreator = exports.BalanceApi = exports.BalanceApiFactory = exports.BalanceApiFp = exports.BalanceApiAxiosParamCreator = void 0;
27
+ exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.TransactionApi = exports.TransactionApiFactory = exports.TransactionApiFp = exports.TransactionApiAxiosParamCreator = exports.TenantApi = exports.TenantApiFactory = exports.TenantApiFp = exports.TenantApiAxiosParamCreator = exports.TagApi = exports.TagApiFactory = exports.TagApiFp = exports.TagApiAxiosParamCreator = exports.SegmentApi = exports.SegmentApiFactory = exports.SegmentApiFp = exports.SegmentApiAxiosParamCreator = exports.ReportApi = exports.ReportApiFactory = exports.ReportApiFp = exports.ReportApiAxiosParamCreator = exports.PromotionApi = exports.PromotionApiFactory = void 0;
28
28
  const axios_1 = require("axios");
29
29
  // Some imports not used depending on template conditions
30
30
  // @ts-ignore
@@ -387,6 +387,15 @@ exports.TransactionEventKind = {
387
387
  Pending: 'pending',
388
388
  Completed: 'completed'
389
389
  };
390
+ /**
391
+ *
392
+ * @export
393
+ * @enum {string}
394
+ */
395
+ exports.TransactionEventPriority = {
396
+ Low: 'low',
397
+ High: 'high'
398
+ };
390
399
  /**
391
400
  *
392
401
  * @export
package/dist/esm/api.d.ts CHANGED
@@ -3648,6 +3648,12 @@ export interface TransactionEventDetails {
3648
3648
  'metadata'?: {
3649
3649
  [key: string]: string;
3650
3650
  };
3651
+ /**
3652
+ *
3653
+ * @type {TransactionEventPriority}
3654
+ * @memberof TransactionEventDetails
3655
+ */
3656
+ 'priority'?: TransactionEventPriority;
3651
3657
  }
3652
3658
  /**
3653
3659
  *
@@ -3659,6 +3665,16 @@ export declare const TransactionEventKind: {
3659
3665
  readonly Completed: "completed";
3660
3666
  };
3661
3667
  export type TransactionEventKind = typeof TransactionEventKind[keyof typeof TransactionEventKind];
3668
+ /**
3669
+ *
3670
+ * @export
3671
+ * @enum {string}
3672
+ */
3673
+ export declare const TransactionEventPriority: {
3674
+ readonly Low: "low";
3675
+ readonly High: "high";
3676
+ };
3677
+ export type TransactionEventPriority = typeof TransactionEventPriority[keyof typeof TransactionEventPriority];
3662
3678
  /**
3663
3679
  *
3664
3680
  * @export
package/dist/esm/api.js CHANGED
@@ -382,6 +382,15 @@ export const TransactionEventKind = {
382
382
  Pending: 'pending',
383
383
  Completed: 'completed'
384
384
  };
385
+ /**
386
+ *
387
+ * @export
388
+ * @enum {string}
389
+ */
390
+ export const TransactionEventPriority = {
391
+ Low: 'low',
392
+ High: 'high'
393
+ };
385
394
  /**
386
395
  *
387
396
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.1657",
3
+ "version": "0.0.1661-prerelease0-dev",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {