yellowgrid-api-ts 3.1.13-dev.0 → 3.1.15-dev.0

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/docs/OrdersApi.md CHANGED
@@ -5,6 +5,7 @@ All URIs are relative to *http://api.yellowgrid.local*
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
7
7
  |[**deleteUpdateOrder**](#deleteupdateorder) | **DELETE** /orders/{id} | Delete Orders|
8
+ |[**getGetAdminEditableOrder**](#getgetadmineditableorder) | **GET** /admin/orders/{id}/views/editable | Get Editable Order (Admin)|
8
9
  |[**getGetEditableOrder**](#getgeteditableorder) | **GET** /orders/{id}/views/editable | Get Editable Order|
9
10
  |[**getGetOrders**](#getgetorders) | **GET** /orders | Get Orders|
10
11
  |[**postCreateAdminOrder**](#postcreateadminorder) | **POST** /admin/orders | Create An Order (Admin)|
@@ -66,8 +67,62 @@ No authorization required
66
67
 
67
68
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
68
69
 
70
+ # **getGetAdminEditableOrder**
71
+ > AdminOrderRequestDTO getGetAdminEditableOrder()
72
+
73
+ Get Editable Order (Admin)
74
+
75
+ ### Example
76
+
77
+ ```typescript
78
+ import {
79
+ OrdersApi,
80
+ Configuration
81
+ } from 'yellowgrid-api-ts';
82
+
83
+ const configuration = new Configuration();
84
+ const apiInstance = new OrdersApi(configuration);
85
+
86
+ let id: number; //Order ID (default to undefined)
87
+
88
+ const { status, data } = await apiInstance.getGetAdminEditableOrder(
89
+ id
90
+ );
91
+ ```
92
+
93
+ ### Parameters
94
+
95
+ |Name | Type | Description | Notes|
96
+ |------------- | ------------- | ------------- | -------------|
97
+ | **id** | [**number**] | Order ID | defaults to undefined|
98
+
99
+
100
+ ### Return type
101
+
102
+ **AdminOrderRequestDTO**
103
+
104
+ ### Authorization
105
+
106
+ No authorization required
107
+
108
+ ### HTTP request headers
109
+
110
+ - **Content-Type**: Not defined
111
+ - **Accept**: application/json
112
+
113
+
114
+ ### HTTP response details
115
+ | Status code | Description | Response headers |
116
+ |-------------|-------------|------------------|
117
+ |**200** | Order Request | - |
118
+ |**400** | Bad Request | - |
119
+ |**401** | Unauthorised | - |
120
+ |**403** | Access Denied | - |
121
+
122
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
123
+
69
124
  # **getGetEditableOrder**
70
- > AdminOrderRequestDTO getGetEditableOrder()
125
+ > DetailedOrderRequestDTO getGetEditableOrder()
71
126
 
72
127
  Get Editable Order
73
128
 
@@ -98,7 +153,7 @@ const { status, data } = await apiInstance.getGetEditableOrder(
98
153
 
99
154
  ### Return type
100
155
 
101
- **AdminOrderRequestDTO**
156
+ **DetailedOrderRequestDTO**
102
157
 
103
158
  ### Authorization
104
159
 
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
13
13
  **price** | **number** | Price | [optional] [default to undefined]
14
14
  **cartonSize** | **number** | Carton Size | [optional] [default to undefined]
15
15
  **rrp** | **number** | RRP Price | [optional] [default to undefined]
16
+ **licenceDetails** | [**TcxLicenceDetailsModel**](TcxLicenceDetailsModel.md) | | [optional] [default to undefined]
16
17
 
17
18
  ## Example
18
19
 
@@ -27,6 +28,7 @@ const instance: ProductSummaryDTO = {
27
28
  price,
28
29
  cartonSize,
29
30
  rrp,
31
+ licenceDetails,
30
32
  };
31
33
  ```
32
34
 
@@ -0,0 +1,247 @@
1
+ #
2
+ # There is insufficient memory for the Java Runtime Environment to continue.
3
+ # Native memory allocation (mmap) failed to map 536870912 bytes. Error detail: G1 virtual space
4
+ # Possible reasons:
5
+ # The system is out of physical RAM or swap space
6
+ # This process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
7
+ # Possible solutions:
8
+ # Reduce memory load on the system
9
+ # Increase physical memory or swap space
10
+ # Check if swap backing store is full
11
+ # Decrease Java heap size (-Xmx/-Xms)
12
+ # Decrease number of Java threads
13
+ # Decrease Java thread stack sizes (-Xss)
14
+ # Set larger code cache with -XX:ReservedCodeCacheSize=
15
+ # JVM is running with Zero Based Compressed Oops mode in which the Java heap is
16
+ # placed in the first 32GB address space. The Java Heap base address is the
17
+ # maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
18
+ # to set the Java Heap base and to place the Java Heap above 32GB virtual address.
19
+ # This output file may be truncated or incomplete.
20
+ #
21
+ # Out of Memory Error (os_windows.cpp:3703), pid=58424, tid=22296
22
+ #
23
+ # JRE version: (23.0.1+11) (build )
24
+ # Java VM: OpenJDK 64-Bit Server VM (23.0.1+11-39, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
25
+ # No core dump will be written. Minidumps are not enabled by default on client versions of Windows
26
+ #
27
+
28
+ --------------- S U M M A R Y ------------
29
+
30
+ Command Line: C:\Users\adam.albison\PhpstormProjects\yellowgrid-api\storage\scripts\openapi-generator\node_modules\@openapitools\openapi-generator-cli\versions\7.14.0.jar completion
31
+
32
+ Host: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz, 12 cores, 31G, Windows 11 , 64 bit Build 26100 (10.0.26100.7019)
33
+ Time: Tue Nov 25 14:50:16 2025 GMT Standard Time elapsed time: 0.102063 seconds (0d 0h 0m 0s)
34
+
35
+ --------------- T H R E A D ---------------
36
+
37
+ Current thread (0x000001ea64abeeb0): JavaThread "Unknown thread" [_thread_in_vm, id=22296, stack(0x000000ae09100000,0x000000ae09200000) (1024K)]
38
+
39
+ Stack: [0x000000ae09100000,0x000000ae09200000]
40
+ Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
41
+ V [jvm.dll+0x6e08b9] (no source info available)
42
+ V [jvm.dll+0x87dc83] (no source info available)
43
+ V [jvm.dll+0x88010e] (no source info available)
44
+ V [jvm.dll+0x8807e3] (no source info available)
45
+ V [jvm.dll+0x27aee6] (no source info available)
46
+ V [jvm.dll+0x6dd1c5] (no source info available)
47
+ V [jvm.dll+0x6d104a] (no source info available)
48
+ V [jvm.dll+0x35b3ea] (no source info available)
49
+ V [jvm.dll+0x3637f6] (no source info available)
50
+ V [jvm.dll+0x34fd5e] (no source info available)
51
+ V [jvm.dll+0x34fff8] (no source info available)
52
+ V [jvm.dll+0x3289cc] (no source info available)
53
+ V [jvm.dll+0x32966e] (no source info available)
54
+ V [jvm.dll+0x844355] (no source info available)
55
+ V [jvm.dll+0x3b9848] (no source info available)
56
+ V [jvm.dll+0x82d14c] (no source info available)
57
+ V [jvm.dll+0x454d4e] (no source info available)
58
+ V [jvm.dll+0x456bd1] (no source info available)
59
+ C [jli.dll+0x52a3] (no source info available)
60
+ C [ucrtbase.dll+0x37b0] (no source info available)
61
+ C [KERNEL32.DLL+0x2e8d7] (no source info available)
62
+ C [ntdll.dll+0x8c53c] (no source info available)
63
+
64
+ Lock stack of current Java thread (top to bottom):
65
+
66
+
67
+ --------------- P R O C E S S ---------------
68
+
69
+ Threads class SMR info:
70
+ _java_thread_list=0x00007fff956f3618, length=0, elements={
71
+ }
72
+
73
+ Java Threads: ( => current thread )
74
+ Total: 0
75
+
76
+ Other Threads:
77
+ 0x000001ea67d4e700 WorkerThread "GC Thread#0" [id=55208, stack(0x000000ae09200000,0x000000ae09300000) (1024K)]
78
+ 0x000001ea7f9a7b90 ConcurrentGCThread "G1 Main Marker" [id=59764, stack(0x000000ae09300000,0x000000ae09400000) (1024K)]
79
+ 0x000001ea7f9aa490 WorkerThread "G1 Conc#0" [id=46136, stack(0x000000ae09400000,0x000000ae09500000) (1024K)]
80
+
81
+ [error occurred during error reporting (printing all threads), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff94e3bfba]
82
+ VM state: not at safepoint (not fully initialized)
83
+
84
+ VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
85
+ [0x00007fff95773a10] Heap_lock - owner thread: 0x000001ea64abeeb0
86
+
87
+ Heap address: 0x0000000602000000, size: 8160 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
88
+
89
+ CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 1.
90
+ Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0
91
+
92
+ GC Precious Log:
93
+ CardTable entry size: 512
94
+ Card Set container configuration: InlinePtr #cards 4 size 8 Array Of Cards #cards 32 size 80 Howl #buckets 8 coarsen threshold 7372 Howl Bitmap #cards 1024 size 144 coarsen threshold 921 Card regions per heap region 1 cards per card region 8192
95
+
96
+ Heap:
97
+ garbage-first heap total reserved 8355840K, committed 0K, used 0K [0x0000000602000000, 0x0000000800000000)
98
+ region size 4096K, 0 young (0K), 0 survivors (0K)
99
+
100
+ [error occurred during error reporting (printing heap information), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff9523c3c9]
101
+ GC Heap History (0 events):
102
+ No events
103
+
104
+ Dll operation events (1 events):
105
+ Event: 0.088 Loaded shared library C:\Program Files\OpenJDK\jdk-23.0.1\bin\java.dll
106
+
107
+ Deoptimization events (0 events):
108
+ No events
109
+
110
+ Classes loaded (0 events):
111
+ No events
112
+
113
+ Classes unloaded (0 events):
114
+ No events
115
+
116
+ Classes redefined (0 events):
117
+ No events
118
+
119
+ Internal exceptions (0 events):
120
+ No events
121
+
122
+ VM Operations (0 events):
123
+ No events
124
+
125
+ Memory protections (0 events):
126
+ No events
127
+
128
+ Nmethod flushes (0 events):
129
+ No events
130
+
131
+ Events (0 events):
132
+ No events
133
+
134
+
135
+ Dynamic libraries:
136
+ 0x00007ff75c600000 - 0x00007ff75c60e000 C:\Program Files\OpenJDK\jdk-23.0.1\bin\java.exe
137
+ 0x00007ff881980000 - 0x00007ff881be8000 C:\WINDOWS\SYSTEM32\ntdll.dll
138
+ 0x00007ff8801b0000 - 0x00007ff880279000 C:\WINDOWS\System32\KERNEL32.DLL
139
+ 0x00007ff87f1e0000 - 0x00007ff87f5d8000 C:\WINDOWS\System32\KERNELBASE.dll
140
+ 0x00007ff87ed00000 - 0x00007ff87ee4b000 C:\WINDOWS\System32\ucrtbase.dll
141
+ 0x00007ff879210000 - 0x00007ff87922b000 C:\Program Files\OpenJDK\jdk-23.0.1\bin\VCRUNTIME140.dll
142
+ 0x00007ff879140000 - 0x00007ff879157000 C:\Program Files\OpenJDK\jdk-23.0.1\bin\jli.dll
143
+ 0x00007ff880600000 - 0x00007ff8807c7000 C:\WINDOWS\System32\USER32.dll
144
+ 0x00007ff87ef80000 - 0x00007ff87efa7000 C:\WINDOWS\System32\win32u.dll
145
+ 0x00007ff869300000 - 0x00007ff869594000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.7019_none_3e06ffa0e335b8a8\COMCTL32.dll
146
+ 0x00007ff880980000 - 0x00007ff8809ab000 C:\WINDOWS\System32\GDI32.dll
147
+ 0x00007ff880100000 - 0x00007ff8801a9000 C:\WINDOWS\System32\msvcrt.dll
148
+ 0x00007ff87ee50000 - 0x00007ff87ef7c000 C:\WINDOWS\System32\gdi32full.dll
149
+ 0x00007ff87f130000 - 0x00007ff87f1d3000 C:\WINDOWS\System32\msvcp_win.dll
150
+ 0x00007ff8807d0000 - 0x00007ff880801000 C:\WINDOWS\System32\IMM32.DLL
151
+ 0x00007ff8795f0000 - 0x00007ff87974e000 C:\WINDOWS\system32\tmumh\20019\AddOn\8.55.0.1409\TmUmEvt64.dll
152
+ 0x00007ff8805f0000 - 0x00007ff8805f8000 C:\WINDOWS\System32\PSAPI.DLL
153
+ 0x00007ff87fca0000 - 0x00007ff87fd54000 C:\WINDOWS\System32\ADVAPI32.dll
154
+ 0x00007ff880a10000 - 0x00007ff880ab6000 C:\WINDOWS\System32\sechost.dll
155
+ 0x00007ff87fb80000 - 0x00007ff87fc98000 C:\WINDOWS\System32\RPCRT4.dll
156
+ 0x00000000620e0000 - 0x0000000062205000 C:\Windows\system32\tmumh\20019\TmMon\2.9.0.1217\tmmon64.dll
157
+ 0x00007ff877af0000 - 0x00007ff877afc000 C:\Program Files\OpenJDK\jdk-23.0.1\bin\vcruntime140_1.dll
158
+ 0x00007ff80fe50000 - 0x00007ff80fede000 C:\Program Files\OpenJDK\jdk-23.0.1\bin\msvcp140.dll
159
+ 0x00007fff94b00000 - 0x00007fff9584f000 C:\Program Files\OpenJDK\jdk-23.0.1\bin\server\jvm.dll
160
+ 0x00007ff880fc0000 - 0x00007ff881034000 C:\WINDOWS\System32\WS2_32.dll
161
+ 0x00007ff87e930000 - 0x00007ff87e98e000 C:\WINDOWS\SYSTEM32\POWRPROF.dll
162
+ 0x00007ff86b2a0000 - 0x00007ff86b2d5000 C:\WINDOWS\SYSTEM32\WINMM.dll
163
+ 0x00007ff86f9b0000 - 0x00007ff86f9bb000 C:\WINDOWS\SYSTEM32\VERSION.dll
164
+ 0x00007ff87e910000 - 0x00007ff87e924000 C:\WINDOWS\SYSTEM32\UMPDC.dll
165
+ 0x000001ea66670000 - 0x000001ea66673000 C:\WINDOWS\system32\Sfc.dll
166
+ 0x00007ff8541d0000 - 0x00007ff8541da000 C:\WINDOWS\SYSTEM32\sfc_os.DLL
167
+ 0x00007ff87e750000 - 0x00007ff87e837000 C:\WINDOWS\SYSTEM32\ServicingCommon.dll
168
+ 0x00007ff880ac0000 - 0x00007ff880f4a000 C:\WINDOWS\System32\SETUPAPI.dll
169
+ 0x00007ff87d720000 - 0x00007ff87d73b000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
170
+ 0x00007ff877ae0000 - 0x00007ff877aea000 C:\Program Files\OpenJDK\jdk-23.0.1\bin\jimage.dll
171
+ 0x00007ff87bf80000 - 0x00007ff87c1c2000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
172
+ 0x00007ff87f7b0000 - 0x00007ff87fb3b000 C:\WINDOWS\System32\combase.dll
173
+ 0x00007ff8808a0000 - 0x00007ff880977000 C:\WINDOWS\System32\OLEAUT32.dll
174
+ 0x00007ff860810000 - 0x00007ff86084c000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
175
+ 0x00007ff87f670000 - 0x00007ff87f715000 C:\WINDOWS\System32\bcryptPrimitives.dll
176
+ 0x00007ff8772f0000 - 0x00007ff87730e000 C:\Program Files\OpenJDK\jdk-23.0.1\bin\java.dll
177
+ 0x00007ff881040000 - 0x00007ff8811d7000 C:\WINDOWS\System32\ole32.dll
178
+ 0x00007ff8811e0000 - 0x00007ff88192f000 C:\WINDOWS\System32\SHELL32.dll
179
+ 0x00007ff87eb90000 - 0x00007ff87ecfb000 C:\WINDOWS\System32\wintypes.dll
180
+
181
+ dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
182
+ symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\OpenJDK\jdk-23.0.1\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.7019_none_3e06ffa0e335b8a8;C:\WINDOWS\system32\tmumh\20019\AddOn\8.55.0.1409;C:\Windows\system32\tmumh\20019\TmMon\2.9.0.1217;C:\Program Files\OpenJDK\jdk-23.0.1\bin\server
183
+
184
+ VM Arguments:
185
+ java_command: C:\Users\adam.albison\PhpstormProjects\yellowgrid-api\storage\scripts\openapi-generator\node_modules\@openapitools\openapi-generator-cli\versions\7.14.0.jar completion
186
+ java_class_path (initial): C:\Users\adam.albison\PhpstormProjects\yellowgrid-api\storage\scripts\openapi-generator\node_modules\@openapitools\openapi-generator-cli\versions\7.14.0.jar
187
+ Launcher Type: SUN_STANDARD
188
+
189
+ [Global flags]
190
+ intx CICompilerCount = 4 {product} {ergonomic}
191
+ uint ConcGCThreads = 3 {product} {ergonomic}
192
+ uint G1ConcRefinementThreads = 10 {product} {ergonomic}
193
+ size_t G1HeapRegionSize = 4194304 {product} {ergonomic}
194
+ size_t InitialHeapSize = 536870912 {product} {ergonomic}
195
+ size_t MarkStackSize = 4194304 {product} {ergonomic}
196
+ size_t MarkStackSizeMax = 536870912 {product} {ergonomic}
197
+ size_t MaxHeapSize = 8556380160 {product} {ergonomic}
198
+ size_t MinHeapDeltaBytes = 4194304 {product} {ergonomic}
199
+ size_t MinHeapSize = 8388608 {product} {ergonomic}
200
+ uintx NonNMethodCodeHeapSize = 5832704 {pd product} {ergonomic}
201
+ uintx NonProfiledCodeHeapSize = 122945536 {pd product} {ergonomic}
202
+ uintx ProfiledCodeHeapSize = 122880000 {pd product} {ergonomic}
203
+ uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
204
+ bool SegmentedCodeCache = true {product} {ergonomic}
205
+ size_t SoftMaxHeapSize = 8556380160 {manageable} {ergonomic}
206
+ bool UseCompressedOops = true {product lp64_product} {ergonomic}
207
+ bool UseG1GC = true {product} {ergonomic}
208
+ bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
209
+
210
+ Logging:
211
+ Log output configuration:
212
+ #0: stdout all=warning uptime,level,tags foldmultilines=false
213
+ #1: stderr all=off uptime,level,tags foldmultilines=false
214
+
215
+ Environment Variables:
216
+ JAVA_HOME=C:\Program Files\OpenJDK\jdk-23.0.1
217
+ PATH=C:\Users\adam.albison\PhpstormProjects\yellowgrid-api\storage\scripts\openapi-generator\node_modules\.bin;C:\Users\adam.albison\PhpstormProjects\yellowgrid-api\storage\scripts\openapi-generator\ts\node_modules\.bin;C:\Users\adam.albison\PhpstormProjects\yellowgrid-api\storage\scripts\openapi-generator\node_modules\.bin;C:\Users\adam.albison\PhpstormProjects\yellowgrid-api\storage\scripts\node_modules\.bin;C:\Users\adam.albison\PhpstormProjects\yellowgrid-api\storage\node_modules\.bin;C:\Users\adam.albison\PhpstormProjects\yellowgrid-api\node_modules\.bin;C:\Users\adam.albison\PhpstormProjects\node_modules\.bin;C:\Users\adam.albison\node_modules\.bin;C:\Users\node_modules\.bin;C:\node_modules\.bin;C:\Users\adam.albison\AppData\Roaming\npm\node_modules\npm\node_modules\@npmcli\run-script\lib\node-gyp-bin;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\dotnet\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%SYSTEMROOT%\System32\OpenSSH\;C:\Users\adam.albison\scoop\apps\openjdk\current\bin;C:\Users\adam.albison\AppData\Local\Microsoft\WindowsApps;C:\Users\adam.albison\AppData\Local\JetBrains\Toolbox\scripts;C:\Users\adam.albison\.bun\bin;C:\xampp\php;C:\Users\adam.albison\AppData\Local\ComposerSetup\bin;C:\Users\adam.albison\AppData\Roaming\Composer\vendor\bin;C:\Program Files\OpenJDK\jdk-23.0.1\bin;C:\Users\adam.albison\AppData\Roaming\npm;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;
218
+ USERNAME=adam.albison
219
+ OS=Windows_NT
220
+ PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
221
+ TMP=C:\Users\ADAM~1.ALB\AppData\Local\Temp
222
+ TEMP=C:\Users\ADAM~1.ALB\AppData\Local\Temp
223
+
224
+
225
+
226
+
227
+ Periodic native trim disabled
228
+
229
+ --------------- S Y S T E M ---------------
230
+
231
+ OS:
232
+ Windows 11 , 64 bit Build 26100 (10.0.26100.7019)
233
+ OS uptime: 8 days 5:33 hours
234
+ Hyper-V role detected
235
+
236
+ CPU: total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 158 stepping 10 microcode 0xde, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, rtm, adx, fma, vzeroupper, clflush, clflushopt, hv, rdtscp, f16c
237
+ Processor Information for the first 12 processors :
238
+ Max Mhz: 3192, Current Mhz: 3192, Mhz Limit: 3192
239
+
240
+ Memory: 4k page, system-wide physical 32638M (5918M free)
241
+ TotalPageFile size 36648M (AvailPageFile size 862M)
242
+ current process WorkingSet (physical memory assigned to process): 18M, peak: 18M
243
+ current process commit charge ("private bytes"): 69M, peak: 581M
244
+
245
+ vm_info: OpenJDK 64-Bit Server VM (23.0.1+11-39) for windows-amd64 JRE (23.0.1+11-39), built on 2024-09-30T07:20:43Z with MS VC++ 17.6 (VS2022)
246
+
247
+ END.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.1.13-dev.0",
3
+ "version": "3.1.15-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {