mpt-extension-sdk 5.17.0__py3-none-any.whl → 5.17.1__py3-none-any.whl

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.
@@ -83,7 +83,7 @@ class OrderEventProducer(EventProducer):
83
83
  )
84
84
  url = (
85
85
  f"/commerce/orders?{rql_query}&select=audit,parameters,lines,subscriptions,"
86
- f"subscriptions.lines,agreement,buyer,seller&order=audit.created.at"
86
+ f"subscriptions.lines,agreement,buyer,seller,authorization.externalIds&order=audit.created.at"
87
87
  )
88
88
  page = None
89
89
  limit = 10
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mpt-extension-sdk
3
- Version: 5.17.0
3
+ Version: 5.17.1
4
4
  Summary: Extensions SDK for SoftwareONE Marketplace Platform
5
5
  Author: SoftwareOne AG
6
6
  License: Apache-2.0 license
@@ -42,13 +42,13 @@ mpt_extension_sdk/runtime/djapp/management/commands/__init__.py,sha256=47DEQpj8H
42
42
  mpt_extension_sdk/runtime/djapp/management/commands/consume_events.py,sha256=C7KPtN03ipPxMvlmHSqWqThzKl77OYELvMAoNMQ7WI8,1425
43
43
  mpt_extension_sdk/runtime/events/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
44
  mpt_extension_sdk/runtime/events/dispatcher.py,sha256=YQvGG_GseHKRbJrmpqY1Uhcmk3CSTxHEj61A8fmVm2k,3195
45
- mpt_extension_sdk/runtime/events/producers.py,sha256=8ADzsnJ3rvynvzNjZnK5P8JrenME_QGFywmMaHkWYjg,3727
45
+ mpt_extension_sdk/runtime/events/producers.py,sha256=RADf3IWpEwEGMJUVU4t0b4De2MaJGpRew0HUIWC5RW4,3753
46
46
  mpt_extension_sdk/runtime/events/utils.py,sha256=GybK8Qs9Xj03Qqm98ulKeZzPiz92L-G9CwMwhZhBnkk,2747
47
47
  mpt_extension_sdk/swo_rql/__init__.py,sha256=QrvRDYhpK-Pd3OF-U2aMeazuKm_kbvXwLRIjd9Mm6ok,104
48
48
  mpt_extension_sdk/swo_rql/constants.py,sha256=39BZ78OzdU_dIQtoy-Z_5utXqEXRweIFvM9Zfxg9j5M,171
49
49
  mpt_extension_sdk/swo_rql/query_builder.py,sha256=CG1dm7uJNPPCwWcf9sRD5zLbz-dtgECkQ_pX4QXpJPw,10825
50
- mpt_extension_sdk-5.17.0.dist-info/METADATA,sha256=NYRWDw2B9muAqhuKlF0a_tABGOaPNvpYWa7AASaHBEs,1359
51
- mpt_extension_sdk-5.17.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
52
- mpt_extension_sdk-5.17.0.dist-info/entry_points.txt,sha256=N8T9gBssEOm_UeBf9ABbGqtlnethrumfMoL4hNYWVFA,146
53
- mpt_extension_sdk-5.17.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
54
- mpt_extension_sdk-5.17.0.dist-info/RECORD,,
50
+ mpt_extension_sdk-5.17.1.dist-info/METADATA,sha256=Ta28WXaPe3d5oNNkBA_Y0mG3BWlFdcqtqoS03Pqrw3g,1359
51
+ mpt_extension_sdk-5.17.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
52
+ mpt_extension_sdk-5.17.1.dist-info/entry_points.txt,sha256=N8T9gBssEOm_UeBf9ABbGqtlnethrumfMoL4hNYWVFA,146
53
+ mpt_extension_sdk-5.17.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
54
+ mpt_extension_sdk-5.17.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any