@randock/nameshift-api-client 0.0.269 → 0.0.270

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.269
1
+ ## @randock/nameshift-api-client@0.0.270
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.269 --save
39
+ npm install @randock/nameshift-api-client@0.0.270 --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
- 10d805d9bd774d99e3f727a8007426277e1b4e0e3f24e0bff861150d2f0bbffbdfa452177c9ea25279e721d51e968e4e
47
+ 9a2c052e059f964f24a99da947e1c05fd94b8ca9b13de1c64577d22d816818028c89004f4b3d3f0fb9082eab2891ed38
@@ -83,6 +83,7 @@ export type BuyerLeadListItemDtoStatusEnum = typeof BuyerLeadListItemDtoStatusEn
83
83
  export declare const BuyerLeadListItemDtoLastOfferByEnum: {
84
84
  readonly BUYER: "buyer";
85
85
  readonly SELLER: "seller";
86
+ readonly AI: "ai";
86
87
  readonly ADMIN: "admin";
87
88
  };
88
89
  export type BuyerLeadListItemDtoLastOfferByEnum = typeof BuyerLeadListItemDtoLastOfferByEnum[keyof typeof BuyerLeadListItemDtoLastOfferByEnum];
@@ -37,6 +37,7 @@ exports.BuyerLeadListItemDtoStatusEnum = {
37
37
  exports.BuyerLeadListItemDtoLastOfferByEnum = {
38
38
  BUYER: 'buyer',
39
39
  SELLER: 'seller',
40
+ AI: 'ai',
40
41
  ADMIN: 'admin'
41
42
  };
42
43
  /**
@@ -65,6 +65,7 @@ export interface CreateLeadInput {
65
65
  export declare const CreateLeadInputOfferedByEnum: {
66
66
  readonly BUYER: "buyer";
67
67
  readonly SELLER: "seller";
68
+ readonly AI: "ai";
68
69
  readonly ADMIN: "admin";
69
70
  };
70
71
  export type CreateLeadInputOfferedByEnum = typeof CreateLeadInputOfferedByEnum[keyof typeof CreateLeadInputOfferedByEnum];
@@ -26,6 +26,7 @@ var MoneyDto_1 = require("./MoneyDto");
26
26
  exports.CreateLeadInputOfferedByEnum = {
27
27
  BUYER: 'buyer',
28
28
  SELLER: 'seller',
29
+ AI: 'ai',
29
30
  ADMIN: 'admin'
30
31
  };
31
32
  /**
@@ -114,6 +114,7 @@ export type IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum =
114
114
  export declare const IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum: {
115
115
  readonly BUYER: "buyer";
116
116
  readonly SELLER: "seller";
117
+ readonly AI: "ai";
117
118
  readonly ADMIN: "admin";
118
119
  };
119
120
  export type IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum[keyof typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum];
@@ -38,6 +38,7 @@ exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum = {
38
38
  exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = {
39
39
  BUYER: 'buyer',
40
40
  SELLER: 'seller',
41
+ AI: 'ai',
41
42
  ADMIN: 'admin'
42
43
  };
43
44
  /**
@@ -150,6 +150,7 @@ export type IntersectionLeadDtoWithListFieldsDtoStatusEnum = typeof Intersection
150
150
  export declare const IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum: {
151
151
  readonly BUYER: "buyer";
152
152
  readonly SELLER: "seller";
153
+ readonly AI: "ai";
153
154
  readonly ADMIN: "admin";
154
155
  };
155
156
  export type IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = typeof IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum[keyof typeof IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum];
@@ -159,6 +160,7 @@ export type IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = typeof Interse
159
160
  export declare const IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum: {
160
161
  readonly BUYER: "buyer";
161
162
  readonly SELLER: "seller";
163
+ readonly AI: "ai";
162
164
  readonly ADMIN: "admin";
163
165
  };
164
166
  export type IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum = typeof IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum[keyof typeof IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum];
@@ -38,6 +38,7 @@ exports.IntersectionLeadDtoWithListFieldsDtoStatusEnum = {
38
38
  exports.IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = {
39
39
  BUYER: 'buyer',
40
40
  SELLER: 'seller',
41
+ AI: 'ai',
41
42
  ADMIN: 'admin'
42
43
  };
43
44
  /**
@@ -46,6 +47,7 @@ exports.IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = {
46
47
  exports.IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum = {
47
48
  BUYER: 'buyer',
48
49
  SELLER: 'seller',
50
+ AI: 'ai',
49
51
  ADMIN: 'admin'
50
52
  };
51
53
  /**
@@ -107,6 +107,7 @@ export type LeadDtoStatusEnum = typeof LeadDtoStatusEnum[keyof typeof LeadDtoSta
107
107
  export declare const LeadDtoLastOfferByEnum: {
108
108
  readonly BUYER: "buyer";
109
109
  readonly SELLER: "seller";
110
+ readonly AI: "ai";
110
111
  readonly ADMIN: "admin";
111
112
  };
112
113
  export type LeadDtoLastOfferByEnum = typeof LeadDtoLastOfferByEnum[keyof typeof LeadDtoLastOfferByEnum];
@@ -37,6 +37,7 @@ exports.LeadDtoStatusEnum = {
37
37
  exports.LeadDtoLastOfferByEnum = {
38
38
  BUYER: 'buyer',
39
39
  SELLER: 'seller',
40
+ AI: 'ai',
40
41
  ADMIN: 'admin'
41
42
  };
42
43
  /**
@@ -82,6 +82,7 @@ export type LeadMessageDtoTypeEnum = typeof LeadMessageDtoTypeEnum[keyof typeof
82
82
  export declare const LeadMessageDtoOriginEnum: {
83
83
  readonly BUYER: "buyer";
84
84
  readonly SELLER: "seller";
85
+ readonly AI: "ai";
85
86
  readonly ADMIN: "admin";
86
87
  };
87
88
  export type LeadMessageDtoOriginEnum = typeof LeadMessageDtoOriginEnum[keyof typeof LeadMessageDtoOriginEnum];
@@ -36,6 +36,7 @@ exports.LeadMessageDtoTypeEnum = {
36
36
  exports.LeadMessageDtoOriginEnum = {
37
37
  BUYER: 'buyer',
38
38
  SELLER: 'seller',
39
+ AI: 'ai',
39
40
  ADMIN: 'admin'
40
41
  };
41
42
  /**
@@ -47,6 +47,7 @@ export interface TaskListLeadDto {
47
47
  export declare const TaskListLeadDtoLastOfferByEnum: {
48
48
  readonly BUYER: "buyer";
49
49
  readonly SELLER: "seller";
50
+ readonly AI: "ai";
50
51
  readonly ADMIN: "admin";
51
52
  };
52
53
  export type TaskListLeadDtoLastOfferByEnum = typeof TaskListLeadDtoLastOfferByEnum[keyof typeof TaskListLeadDtoLastOfferByEnum];
@@ -26,6 +26,7 @@ var MoneyDto_1 = require("./MoneyDto");
26
26
  exports.TaskListLeadDtoLastOfferByEnum = {
27
27
  BUYER: 'buyer',
28
28
  SELLER: 'seller',
29
+ AI: 'ai',
29
30
  ADMIN: 'admin'
30
31
  };
31
32
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.269",
3
+ "version": "0.0.270",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -103,6 +103,7 @@ export type BuyerLeadListItemDtoStatusEnum = typeof BuyerLeadListItemDtoStatusEn
103
103
  export const BuyerLeadListItemDtoLastOfferByEnum = {
104
104
  BUYER: 'buyer',
105
105
  SELLER: 'seller',
106
+ AI: 'ai',
106
107
  ADMIN: 'admin'
107
108
  } as const;
108
109
  export type BuyerLeadListItemDtoLastOfferByEnum = typeof BuyerLeadListItemDtoLastOfferByEnum[keyof typeof BuyerLeadListItemDtoLastOfferByEnum];
@@ -78,6 +78,7 @@ export interface CreateLeadInput {
78
78
  export const CreateLeadInputOfferedByEnum = {
79
79
  BUYER: 'buyer',
80
80
  SELLER: 'seller',
81
+ AI: 'ai',
81
82
  ADMIN: 'admin'
82
83
  } as const;
83
84
  export type CreateLeadInputOfferedByEnum = typeof CreateLeadInputOfferedByEnum[keyof typeof CreateLeadInputOfferedByEnum];
@@ -140,6 +140,7 @@ export type IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum =
140
140
  export const IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = {
141
141
  BUYER: 'buyer',
142
142
  SELLER: 'seller',
143
+ AI: 'ai',
143
144
  ADMIN: 'admin'
144
145
  } as const;
145
146
  export type IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum[keyof typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum];
@@ -176,6 +176,7 @@ export type IntersectionLeadDtoWithListFieldsDtoStatusEnum = typeof Intersection
176
176
  export const IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = {
177
177
  BUYER: 'buyer',
178
178
  SELLER: 'seller',
179
+ AI: 'ai',
179
180
  ADMIN: 'admin'
180
181
  } as const;
181
182
  export type IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = typeof IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum[keyof typeof IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum];
@@ -186,6 +187,7 @@ export type IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = typeof Interse
186
187
  export const IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum = {
187
188
  BUYER: 'buyer',
188
189
  SELLER: 'seller',
190
+ AI: 'ai',
189
191
  ADMIN: 'admin'
190
192
  } as const;
191
193
  export type IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum = typeof IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum[keyof typeof IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum];
@@ -127,6 +127,7 @@ export type LeadDtoStatusEnum = typeof LeadDtoStatusEnum[keyof typeof LeadDtoSta
127
127
  export const LeadDtoLastOfferByEnum = {
128
128
  BUYER: 'buyer',
129
129
  SELLER: 'seller',
130
+ AI: 'ai',
130
131
  ADMIN: 'admin'
131
132
  } as const;
132
133
  export type LeadDtoLastOfferByEnum = typeof LeadDtoLastOfferByEnum[keyof typeof LeadDtoLastOfferByEnum];
@@ -96,6 +96,7 @@ export type LeadMessageDtoTypeEnum = typeof LeadMessageDtoTypeEnum[keyof typeof
96
96
  export const LeadMessageDtoOriginEnum = {
97
97
  BUYER: 'buyer',
98
98
  SELLER: 'seller',
99
+ AI: 'ai',
99
100
  ADMIN: 'admin'
100
101
  } as const;
101
102
  export type LeadMessageDtoOriginEnum = typeof LeadMessageDtoOriginEnum[keyof typeof LeadMessageDtoOriginEnum];
@@ -60,6 +60,7 @@ export interface TaskListLeadDto {
60
60
  export const TaskListLeadDtoLastOfferByEnum = {
61
61
  BUYER: 'buyer',
62
62
  SELLER: 'seller',
63
+ AI: 'ai',
63
64
  ADMIN: 'admin'
64
65
  } as const;
65
66
  export type TaskListLeadDtoLastOfferByEnum = typeof TaskListLeadDtoLastOfferByEnum[keyof typeof TaskListLeadDtoLastOfferByEnum];