neoagent 2.4.2-beta.3 → 2.4.2-beta.5

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.
Files changed (33) hide show
  1. package/.env.example +0 -9
  2. package/docs/configuration.md +0 -10
  3. package/flutter_app/lib/main.dart +0 -1
  4. package/flutter_app/lib/main_account_settings.dart +57 -16
  5. package/flutter_app/lib/main_controller.dart +0 -160
  6. package/flutter_app/lib/main_models.dart +6 -0
  7. package/flutter_app/lib/main_operations.dart +17 -1
  8. package/flutter_app/lib/main_runtime.dart +0 -22
  9. package/flutter_app/lib/main_shared.dart +0 -161
  10. package/flutter_app/macos/Flutter/GeneratedPluginRegistrant.swift +0 -2
  11. package/flutter_app/pubspec.lock +0 -8
  12. package/flutter_app/pubspec.yaml +0 -1
  13. package/landing/index.html +1 -1
  14. package/package.json +1 -1
  15. package/server/admin/admin.css +23 -0
  16. package/server/admin/admin.js +89 -32
  17. package/server/admin/analytics.js +254 -48
  18. package/server/admin/index.html +36 -2
  19. package/server/admin/users.js +94 -37
  20. package/server/public/.last_build_id +1 -1
  21. package/server/public/assets/AssetManifest.bin +1 -1
  22. package/server/public/assets/AssetManifest.bin.json +1 -1
  23. package/server/public/assets/NOTICES +0 -183
  24. package/server/public/assets/fonts/MaterialIcons-Regular.otf +0 -0
  25. package/server/public/flutter_bootstrap.js +1 -1
  26. package/server/public/main.dart.js +77607 -78350
  27. package/server/routes/account.js +11 -2
  28. package/server/routes/admin.js +106 -24
  29. package/server/routes/runtime.js +1 -4
  30. package/server/services/ai/engine.js +13 -11
  31. package/server/services/ai/models.js +10 -4
  32. package/flutter_app/lib/src/analytics_service.dart +0 -294
  33. package/server/config/analytics.js +0 -30
@@ -25263,189 +25263,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25263
25263
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25264
25264
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25265
25265
  SOFTWARE.
25266
- --------------------------------------------------------------------------------
25267
- mixpanel_flutter
25268
-
25269
- Copyright 2022 Mixpanel, Inc.
25270
-
25271
-
25272
- Apache License
25273
- Version 2.0, January 2004
25274
- http://www.apache.org/licenses/
25275
-
25276
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
25277
-
25278
- 1. Definitions.
25279
-
25280
- "License" shall mean the terms and conditions for use, reproduction,
25281
- and distribution as defined by Sections 1 through 9 of this document.
25282
-
25283
- "Licensor" shall mean the copyright owner or entity authorized by
25284
- the copyright owner that is granting the License.
25285
-
25286
- "Legal Entity" shall mean the union of the acting entity and all
25287
- other entities that control, are controlled by, or are under common
25288
- control with that entity. For the purposes of this definition,
25289
- "control" means (i) the power, direct or indirect, to cause the
25290
- direction or management of such entity, whether by contract or
25291
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
25292
- outstanding shares, or (iii) beneficial ownership of such entity.
25293
-
25294
- "You" (or "Your") shall mean an individual or Legal Entity
25295
- exercising permissions granted by this License.
25296
-
25297
- "Source" form shall mean the preferred form for making modifications,
25298
- including but not limited to software source code, documentation
25299
- source, and configuration files.
25300
-
25301
- "Object" form shall mean any form resulting from mechanical
25302
- transformation or translation of a Source form, including but
25303
- not limited to compiled object code, generated documentation,
25304
- and conversions to other media types.
25305
-
25306
- "Work" shall mean the work of authorship, whether in Source or
25307
- Object form, made available under the License, as indicated by a
25308
- copyright notice that is included in or attached to the work
25309
- (an example is provided in the Appendix below).
25310
-
25311
- "Derivative Works" shall mean any work, whether in Source or Object
25312
- form, that is based on (or derived from) the Work and for which the
25313
- editorial revisions, annotations, elaborations, or other modifications
25314
- represent, as a whole, an original work of authorship. For the purposes
25315
- of this License, Derivative Works shall not include works that remain
25316
- separable from, or merely link (or bind by name) to the interfaces of,
25317
- the Work and Derivative Works thereof.
25318
-
25319
- "Contribution" shall mean any work of authorship, including
25320
- the original version of the Work and any modifications or additions
25321
- to that Work or Derivative Works thereof, that is intentionally
25322
- submitted to Licensor for inclusion in the Work by the copyright owner
25323
- or by an individual or Legal Entity authorized to submit on behalf of
25324
- the copyright owner. For the purposes of this definition, "submitted"
25325
- means any form of electronic, verbal, or written communication sent
25326
- to the Licensor or its representatives, including but not limited to
25327
- communication on electronic mailing lists, source code control systems,
25328
- and issue tracking systems that are managed by, or on behalf of, the
25329
- Licensor for the purpose of discussing and improving the Work, but
25330
- excluding communication that is conspicuously marked or otherwise
25331
- designated in writing by the copyright owner as "Not a Contribution."
25332
-
25333
- "Contributor" shall mean Licensor and any individual or Legal Entity
25334
- on behalf of whom a Contribution has been received by Licensor and
25335
- subsequently incorporated within the Work.
25336
-
25337
- 2. Grant of Copyright License. Subject to the terms and conditions of
25338
- this License, each Contributor hereby grants to You a perpetual,
25339
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
25340
- copyright license to reproduce, prepare Derivative Works of,
25341
- publicly display, publicly perform, sublicense, and distribute the
25342
- Work and such Derivative Works in Source or Object form.
25343
-
25344
- 3. Grant of Patent License. Subject to the terms and conditions of
25345
- this License, each Contributor hereby grants to You a perpetual,
25346
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
25347
- (except as stated in this section) patent license to make, have made,
25348
- use, offer to sell, sell, import, and otherwise transfer the Work,
25349
- where such license applies only to those patent claims licensable
25350
- by such Contributor that are necessarily infringed by their
25351
- Contribution(s) alone or by combination of their Contribution(s)
25352
- with the Work to which such Contribution(s) was submitted. If You
25353
- institute patent litigation against any entity (including a
25354
- cross-claim or counterclaim in a lawsuit) alleging that the Work
25355
- or a Contribution incorporated within the Work constitutes direct
25356
- or contributory patent infringement, then any patent licenses
25357
- granted to You under this License for that Work shall terminate
25358
- as of the date such litigation is filed.
25359
-
25360
- 4. Redistribution. You may reproduce and distribute copies of the
25361
- Work or Derivative Works thereof in any medium, with or without
25362
- modifications, and in Source or Object form, provided that You
25363
- meet the following conditions:
25364
-
25365
- (a) You must give any other recipients of the Work or
25366
- Derivative Works a copy of this License; and
25367
-
25368
- (b) You must cause any modified files to carry prominent notices
25369
- stating that You changed the files; and
25370
-
25371
- (c) You must retain, in the Source form of any Derivative Works
25372
- that You distribute, all copyright, patent, trademark, and
25373
- attribution notices from the Source form of the Work,
25374
- excluding those notices that do not pertain to any part of
25375
- the Derivative Works; and
25376
-
25377
- (d) If the Work includes a "NOTICE" text file as part of its
25378
- distribution, then any Derivative Works that You distribute must
25379
- include a readable copy of the attribution notices contained
25380
- within such NOTICE file, excluding those notices that do not
25381
- pertain to any part of the Derivative Works, in at least one
25382
- of the following places: within a NOTICE text file distributed
25383
- as part of the Derivative Works; within the Source form or
25384
- documentation, if provided along with the Derivative Works; or,
25385
- within a display generated by the Derivative Works, if and
25386
- wherever such third-party notices normally appear. The contents
25387
- of the NOTICE file are for informational purposes only and
25388
- do not modify the License. You may add Your own attribution
25389
- notices within Derivative Works that You distribute, alongside
25390
- or as an addendum to the NOTICE text from the Work, provided
25391
- that such additional attribution notices cannot be construed
25392
- as modifying the License.
25393
-
25394
- You may add Your own copyright statement to Your modifications and
25395
- may provide additional or different license terms and conditions
25396
- for use, reproduction, or distribution of Your modifications, or
25397
- for any such Derivative Works as a whole, provided Your use,
25398
- reproduction, and distribution of the Work otherwise complies with
25399
- the conditions stated in this License.
25400
-
25401
- 5. Submission of Contributions. Unless You explicitly state otherwise,
25402
- any Contribution intentionally submitted for inclusion in the Work
25403
- by You to the Licensor shall be under the terms and conditions of
25404
- this License, without any additional terms or conditions.
25405
- Notwithstanding the above, nothing herein shall supersede or modify
25406
- the terms of any separate license agreement you may have executed
25407
- with Licensor regarding such Contributions.
25408
-
25409
- 6. Trademarks. This License does not grant permission to use the trade
25410
- names, trademarks, service marks, or product names of the Licensor,
25411
- except as required for reasonable and customary use in describing the
25412
- origin of the Work and reproducing the content of the NOTICE file.
25413
-
25414
- 7. Disclaimer of Warranty. Unless required by applicable law or
25415
- agreed to in writing, Licensor provides the Work (and each
25416
- Contributor provides its Contributions) on an "AS IS" BASIS,
25417
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
25418
- implied, including, without limitation, any warranties or conditions
25419
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
25420
- PARTICULAR PURPOSE. You are solely responsible for determining the
25421
- appropriateness of using or redistributing the Work and assume any
25422
- risks associated with Your exercise of permissions under this License.
25423
-
25424
- 8. Limitation of Liability. In no event and under no legal theory,
25425
- whether in tort (including negligence), contract, or otherwise,
25426
- unless required by applicable law (such as deliberate and grossly
25427
- negligent acts) or agreed to in writing, shall any Contributor be
25428
- liable to You for damages, including any direct, indirect, special,
25429
- incidental, or consequential damages of any character arising as a
25430
- result of this License or out of the use or inability to use the
25431
- Work (including but not limited to damages for loss of goodwill,
25432
- work stoppage, computer failure or malfunction, or any and all
25433
- other commercial damages or losses), even if such Contributor
25434
- has been advised of the possibility of such damages.
25435
-
25436
- 9. Accepting Warranty or Additional Liability. While redistributing
25437
- the Work or Derivative Works thereof, You may choose to offer,
25438
- and charge a fee for, acceptance of support, warranty, indemnity,
25439
- or other liability obligations and/or rights consistent with this
25440
- License. However, in accepting such obligations, You may act only
25441
- on Your own behalf and on Your sole responsibility, not on behalf
25442
- of any other Contributor, and only if You agree to indemnify,
25443
- defend, and hold each Contributor harmless for any liability
25444
- incurred by, or claims asserted against, such Contributor by reason
25445
- of your accepting any such warranty or additional liability.
25446
-
25447
- END OF TERMS AND CONDITIONS
25448
-
25449
25266
  --------------------------------------------------------------------------------
25450
25267
  mobile_scanner
25451
25268
 
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"c416acfeb8126e097f758c664aaa3da929e27d
37
37
 
38
38
  _flutter.loader.load({
39
39
  serviceWorkerSettings: {
40
- serviceWorkerVersion: "2813237698" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
40
+ serviceWorkerVersion: "3772976219" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
41
41
  }
42
42
  });