yellowgrid-api-ts 3.2.289 → 3.2.290

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.
@@ -0,0 +1,49 @@
1
+ export const AgentEnum = {
2
+ "ADAM_ALBISON": {
3
+ "name": "ADAM_ALBISON",
4
+ "value": 80003691891,
5
+ "publicValue": "Adam Albison"
6
+ },
7
+ "ADAM_CADMAN": {
8
+ "name": "ADAM_CADMAN",
9
+ "value": 80003691895,
10
+ "publicValue": "Adam Cadman"
11
+ },
12
+ "CRAIG_GRAHAM": {
13
+ "name": "CRAIG_GRAHAM",
14
+ "value": 80003691704,
15
+ "publicValue": "Craig Graham"
16
+ },
17
+ "DANIEL_BUTTERWORTH": {
18
+ "name": "DANIEL_BUTTERWORTH",
19
+ "value": 80005134852,
20
+ "publicValue": "Daniel Butterworth"
21
+ },
22
+ "DAVID_HOPE": {
23
+ "name": "DAVID_HOPE",
24
+ "value": 80053071801,
25
+ "publicValue": "David Hope"
26
+ },
27
+ "JACOB_BASQUILL": {
28
+ "name": "JACOB_BASQUILL",
29
+ "value": 80118862524,
30
+ "publicValue": "Jacob Basquill"
31
+ },
32
+ "JOSH_IRELAND": {
33
+ "name": "JOSH_IRELAND",
34
+ "value": 80090558320,
35
+ "publicValue": "Josh Ireland"
36
+ },
37
+ "PHILIP_SLATER": {
38
+ "name": "PHILIP_SLATER",
39
+ "value": 80007256845,
40
+ "publicValue": "Philip Slater"
41
+ },
42
+ "TOMI_OLUWAYOMI": {
43
+ "name": "TOMI_OLUWAYOMI",
44
+ "value": 80105333618,
45
+ "publicValue": "Tomi Oluwayomi"
46
+ }
47
+ } as const;
48
+
49
+ export type AgentEnum = typeof AgentEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.289",
3
+ "version": "3.2.290",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {