openmeter 1.0.0b175__py3-none-any.whl → 1.0.0b176__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.

Potentially problematic release.


This version of openmeter might be problematic. Click here for more details.

@@ -1300,6 +1300,10 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
1300
1300
  "time": "2020-02-20 00:00:00" # Optional. Timestamp of when
1301
1301
  the occurrence happened. Must adhere to RFC 3339.
1302
1302
  },
1303
+ "ingestedAt": "2020-02-20 00:00:00", # The date and time the event
1304
+ was ingested. Required.
1305
+ "storedAt": "2020-02-20 00:00:00", # The date and time the event was
1306
+ stored. Required.
1303
1307
  "validationError": "str" # Optional.
1304
1308
  }
1305
1309
  ]
@@ -137,6 +137,10 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
137
137
  "time": "2020-02-20 00:00:00" # Optional. Timestamp of when
138
138
  the occurrence happened. Must adhere to RFC 3339.
139
139
  },
140
+ "ingestedAt": "2020-02-20 00:00:00", # The date and time the event
141
+ was ingested. Required.
142
+ "storedAt": "2020-02-20 00:00:00", # The date and time the event was
143
+ stored. Required.
140
144
  "validationError": "str" # Optional.
141
145
  }
142
146
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openmeter
3
- Version: 1.0.0b175
3
+ Version: 1.0.0b176
4
4
  Summary: Client for OpenMeter: Real-Time and Scalable Usage Metering
5
5
  Home-page: https://openmeter.io
6
6
  License: Apache-2.0
@@ -2,7 +2,7 @@ openmeter/__init__.py,sha256=7klRT7LAGDqBcZsl7LGZrgrABVwyncgVUlidfaPiJm4,702
2
2
  openmeter/_client.py,sha256=TIXIPi_UVO-d5BHra7_xIiKmLfZBrmc4L_Xq2gxi4lM,3982
3
3
  openmeter/_configuration.py,sha256=CIdMxPaIXwDLaCsnvmdmHTfplV_cRp24101RJCEWtes,1807
4
4
  openmeter/_operations/__init__.py,sha256=GVYObnS1nT-wbN8ONRxlAiH6NBeAXlOBi7olGJE9niA,682
5
- openmeter/_operations/_operations.py,sha256=i9YZGWdm4lPj7SrNmMBigizrkewYZoY7y4kKgU-wXEY,302452
5
+ openmeter/_operations/_operations.py,sha256=RUzIjP85uAN_5uCJviyH5EHRb_slCWJlOeuZkG-7xkI,302732
6
6
  openmeter/_operations/_patch.py,sha256=ptSL-JhY1fbGT9Cw2cUkPF1TPz5qVgXwTMMT5h41XUc,4874
7
7
  openmeter/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
8
8
  openmeter/_serialization.py,sha256=vQIv-wuCQabtiIq2DXOr7-InGADqxlXTGNEKv9OlDPs,78873
@@ -11,11 +11,11 @@ openmeter/aio/__init__.py,sha256=7klRT7LAGDqBcZsl7LGZrgrABVwyncgVUlidfaPiJm4,702
11
11
  openmeter/aio/_client.py,sha256=O0VpMfw42UuTN_ZTIL3dw944PviLIrBBCSp7UaexyKQ,4100
12
12
  openmeter/aio/_configuration.py,sha256=NtT-cxQWkt8q_FvMfwqqil18Tt9zJmWGVju4U9s7OsE,1817
13
13
  openmeter/aio/_operations/__init__.py,sha256=GVYObnS1nT-wbN8ONRxlAiH6NBeAXlOBi7olGJE9niA,682
14
- openmeter/aio/_operations/_operations.py,sha256=i4EEbS2bNUOtpRasa0841OEp4WtxLJ6zQbNQGE2xZjM,260472
14
+ openmeter/aio/_operations/_operations.py,sha256=Vfvkj7ofNaW7LX4cnv_msUjwGTHUBQ8kcNvF8cm7I2o,260752
15
15
  openmeter/aio/_operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
16
16
  openmeter/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
17
17
  openmeter/aio/_vendor.py,sha256=CFsSbXOBydpg_f_uciu6Pe6cvF__6ofZ6KFEhkaMMEU,862
18
18
  openmeter/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
19
- openmeter-1.0.0b175.dist-info/METADATA,sha256=AU3eGH96Oesz0cXOlRNGzmm8QM9XZxQAYpuMJPOoh2U,2258
20
- openmeter-1.0.0b175.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
21
- openmeter-1.0.0b175.dist-info/RECORD,,
19
+ openmeter-1.0.0b176.dist-info/METADATA,sha256=Q-TCTOhF7xTFL0v5WacmbCGbczBzZD_Bqs92rfNAnwI,2258
20
+ openmeter-1.0.0b176.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
21
+ openmeter-1.0.0b176.dist-info/RECORD,,