@randock/nameshift-api-client 0.0.403 → 0.0.404

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
- ## @randock/nameshift-api-client@0.0.403
1
+ ## @randock/nameshift-api-client@0.0.404
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). 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 @randock/nameshift-api-client@0.0.403 --save
39
+ npm install @randock/nameshift-api-client@0.0.404 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -44,4 +44,4 @@ _unPublished (not recommended):_
44
44
  ```
45
45
  npm install PATH_TO_GENERATED_PACKAGE --save
46
46
  ```
47
- ee865367022d33b285bf22d2cd675a97e801e9860cc68a761f360bb0d8a8f007d166c34588838d3a2e3749c0a21e65d6
47
+ 22ead325c40b004018e01ee8262436ef19f9078a3e0b971d5e9c274ab7e3d056b6640ce3d2345ce580798069fb35db24
@@ -141,8 +141,10 @@ export declare const BuyerNotificationDtoTypeEnum: {
141
141
  readonly AUCTION_BUYER_OUTBID: "auction.buyer_outbid";
142
142
  readonly AUCTION_BID_CREATED_FOR_BIDDER: "auction.bid_created_for_bidder";
143
143
  readonly AUCTION_WINNER_CONTINUE_ORDER_EMAIL: "auction.winner_continue_order_email";
144
+ readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: "auction.finished_reserve_price_not_reached_bidder_notification";
144
145
  readonly AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: "auction.finished_with_winner_seller_notification";
145
146
  readonly AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: "auction.finished_without_winner_seller_notification";
147
+ readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: "auction.finished_reserve_price_not_reached_seller_notification";
146
148
  };
147
149
  export type BuyerNotificationDtoTypeEnum = typeof BuyerNotificationDtoTypeEnum[keyof typeof BuyerNotificationDtoTypeEnum];
148
150
  /**
@@ -102,8 +102,10 @@ exports.BuyerNotificationDtoTypeEnum = {
102
102
  AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
103
103
  AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
104
104
  AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
105
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
105
106
  AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
106
- AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
107
+ AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
108
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
107
109
  };
108
110
  /**
109
111
  * Check if a given object implements the BuyerNotificationDto interface.
@@ -134,8 +134,10 @@ export declare const BuyerNotificationListItemDtoTypeEnum: {
134
134
  readonly AUCTION_BUYER_OUTBID: "auction.buyer_outbid";
135
135
  readonly AUCTION_BID_CREATED_FOR_BIDDER: "auction.bid_created_for_bidder";
136
136
  readonly AUCTION_WINNER_CONTINUE_ORDER_EMAIL: "auction.winner_continue_order_email";
137
+ readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: "auction.finished_reserve_price_not_reached_bidder_notification";
137
138
  readonly AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: "auction.finished_with_winner_seller_notification";
138
139
  readonly AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: "auction.finished_without_winner_seller_notification";
140
+ readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: "auction.finished_reserve_price_not_reached_seller_notification";
139
141
  };
140
142
  export type BuyerNotificationListItemDtoTypeEnum = typeof BuyerNotificationListItemDtoTypeEnum[keyof typeof BuyerNotificationListItemDtoTypeEnum];
141
143
  /**
@@ -101,8 +101,10 @@ exports.BuyerNotificationListItemDtoTypeEnum = {
101
101
  AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
102
102
  AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
103
103
  AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
104
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
104
105
  AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
105
- AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
106
+ AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
107
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
106
108
  };
107
109
  /**
108
110
  * Check if a given object implements the BuyerNotificationListItemDto interface.
@@ -141,8 +141,10 @@ export declare const UserNotificationDtoTypeEnum: {
141
141
  readonly AUCTION_BUYER_OUTBID: "auction.buyer_outbid";
142
142
  readonly AUCTION_BID_CREATED_FOR_BIDDER: "auction.bid_created_for_bidder";
143
143
  readonly AUCTION_WINNER_CONTINUE_ORDER_EMAIL: "auction.winner_continue_order_email";
144
+ readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: "auction.finished_reserve_price_not_reached_bidder_notification";
144
145
  readonly AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: "auction.finished_with_winner_seller_notification";
145
146
  readonly AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: "auction.finished_without_winner_seller_notification";
147
+ readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: "auction.finished_reserve_price_not_reached_seller_notification";
146
148
  };
147
149
  export type UserNotificationDtoTypeEnum = typeof UserNotificationDtoTypeEnum[keyof typeof UserNotificationDtoTypeEnum];
148
150
  /**
@@ -102,8 +102,10 @@ exports.UserNotificationDtoTypeEnum = {
102
102
  AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
103
103
  AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
104
104
  AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
105
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
105
106
  AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
106
- AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
107
+ AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
108
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
107
109
  };
108
110
  /**
109
111
  * Check if a given object implements the UserNotificationDto interface.
@@ -134,8 +134,10 @@ export declare const UserNotificationListItemDtoTypeEnum: {
134
134
  readonly AUCTION_BUYER_OUTBID: "auction.buyer_outbid";
135
135
  readonly AUCTION_BID_CREATED_FOR_BIDDER: "auction.bid_created_for_bidder";
136
136
  readonly AUCTION_WINNER_CONTINUE_ORDER_EMAIL: "auction.winner_continue_order_email";
137
+ readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: "auction.finished_reserve_price_not_reached_bidder_notification";
137
138
  readonly AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: "auction.finished_with_winner_seller_notification";
138
139
  readonly AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: "auction.finished_without_winner_seller_notification";
140
+ readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: "auction.finished_reserve_price_not_reached_seller_notification";
139
141
  };
140
142
  export type UserNotificationListItemDtoTypeEnum = typeof UserNotificationListItemDtoTypeEnum[keyof typeof UserNotificationListItemDtoTypeEnum];
141
143
  /**
@@ -101,8 +101,10 @@ exports.UserNotificationListItemDtoTypeEnum = {
101
101
  AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
102
102
  AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
103
103
  AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
104
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
104
105
  AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
105
- AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
106
+ AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
107
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
106
108
  };
107
109
  /**
108
110
  * Check if a given object implements the UserNotificationListItemDto interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.403",
3
+ "version": "0.0.404",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -154,8 +154,10 @@ export const BuyerNotificationDtoTypeEnum = {
154
154
  AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
155
155
  AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
156
156
  AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
157
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
157
158
  AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
158
- AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
159
+ AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
160
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
159
161
  } as const;
160
162
  export type BuyerNotificationDtoTypeEnum = typeof BuyerNotificationDtoTypeEnum[keyof typeof BuyerNotificationDtoTypeEnum];
161
163
 
@@ -140,8 +140,10 @@ export const BuyerNotificationListItemDtoTypeEnum = {
140
140
  AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
141
141
  AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
142
142
  AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
143
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
143
144
  AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
144
- AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
145
+ AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
146
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
145
147
  } as const;
146
148
  export type BuyerNotificationListItemDtoTypeEnum = typeof BuyerNotificationListItemDtoTypeEnum[keyof typeof BuyerNotificationListItemDtoTypeEnum];
147
149
 
@@ -154,8 +154,10 @@ export const UserNotificationDtoTypeEnum = {
154
154
  AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
155
155
  AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
156
156
  AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
157
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
157
158
  AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
158
- AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
159
+ AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
160
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
159
161
  } as const;
160
162
  export type UserNotificationDtoTypeEnum = typeof UserNotificationDtoTypeEnum[keyof typeof UserNotificationDtoTypeEnum];
161
163
 
@@ -140,8 +140,10 @@ export const UserNotificationListItemDtoTypeEnum = {
140
140
  AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
141
141
  AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
142
142
  AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
143
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
143
144
  AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
144
- AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
145
+ AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
146
+ AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
145
147
  } as const;
146
148
  export type UserNotificationListItemDtoTypeEnum = typeof UserNotificationListItemDtoTypeEnum[keyof typeof UserNotificationListItemDtoTypeEnum];
147
149