mergepythonclient 1.0.3__py3-none-any.whl → 1.0.4__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.
@@ -21,7 +21,7 @@ class BaseClientWrapper:
21
21
  headers: typing.Dict[str, str] = {
22
22
  "X-Fern-Language": "Python",
23
23
  "X-Fern-SDK-Name": "MergePythonClient",
24
- "X-Fern-SDK-Version": "1.0.3",
24
+ "X-Fern-SDK-Version": "1.0.4",
25
25
  }
26
26
  if self._account_token is not None:
27
27
  headers["X-Account-Token"] = self._account_token
@@ -13,7 +13,7 @@ except ImportError:
13
13
 
14
14
  class RemoteData(pydantic.BaseModel):
15
15
  path: str
16
- data: typing.Optional[typing.Dict[str, typing.Any]]
16
+ data: typing.Optional[typing.Any]
17
17
 
18
18
  def json(self, **kwargs: typing.Any) -> str:
19
19
  kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
@@ -13,7 +13,7 @@ except ImportError:
13
13
 
14
14
  class RemoteData(pydantic.BaseModel):
15
15
  path: str
16
- data: typing.Optional[typing.Dict[str, typing.Any]]
16
+ data: typing.Optional[typing.Any]
17
17
 
18
18
  def json(self, **kwargs: typing.Any) -> str:
19
19
  kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
@@ -13,7 +13,7 @@ except ImportError:
13
13
 
14
14
  class RemoteData(pydantic.BaseModel):
15
15
  path: str
16
- data: typing.Optional[typing.Dict[str, typing.Any]]
16
+ data: typing.Optional[typing.Any]
17
17
 
18
18
  def json(self, **kwargs: typing.Any) -> str:
19
19
  kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
@@ -13,7 +13,7 @@ except ImportError:
13
13
 
14
14
  class RemoteData(pydantic.BaseModel):
15
15
  path: str
16
- data: typing.Optional[typing.Dict[str, typing.Any]]
16
+ data: typing.Optional[typing.Any]
17
17
 
18
18
  def json(self, **kwargs: typing.Any) -> str:
19
19
  kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mergepythonclient
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary:
5
5
  Requires-Python: >=3.7,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -2,7 +2,7 @@ merge/__init__.py,sha256=kCutiAeK1wG6JWNnryGRbPgG1_H9H8HY7gk1LkHwWHU,277
2
2
  merge/client.py,sha256=-NDvhwDj5FGEi3QOo5SJOQkdfewJobDfCMHKc5Nj8TY,3094
3
3
  merge/core/__init__.py,sha256=QJS3CJ2TYP2E1Tge0CS6Z7r8LTNzJHQVX1hD3558eP0,519
4
4
  merge/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
5
- merge/core/client_wrapper.py,sha256=t6XJdgp9Oty9Ru0fHspb6H9V1RhfRZp8XC_uUWakU4s,1887
5
+ merge/core/client_wrapper.py,sha256=hR6h_ovrJyxHinR6AeMl0L6Y3AzowyAk4SzJlcrTRVg,1887
6
6
  merge/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
7
7
  merge/core/jsonable_encoder.py,sha256=MTYkDov2EryHgee4QM46uZiBOuOXK9KTHlBdBwU-CpU,3799
8
8
  merge/core/remove_none_from_dict.py,sha256=8m91FC3YuVem0Gm9_sXhJ2tGvP33owJJdrqCLEdowGw,330
@@ -376,7 +376,7 @@ merge/resources/accounting/types/purchase_order_tracking_categories_item.py,sha2
376
376
  merge/resources/accounting/types/purchase_order_vendor.py,sha256=QbvISOnShV1w9cyIVyyNe5uCq7ALXaU9rGE6XvjAM30,159
377
377
  merge/resources/accounting/types/purchase_orders_list_request_expand.py,sha256=_3iUerHaJ49Ns4vC65qHjxM5tTJkqYlrdlaI5uSRqEU,21139
378
378
  merge/resources/accounting/types/purchase_orders_retrieve_request_expand.py,sha256=-ZEAL72KdkjdBYjA4cquVBC6a0SpKlDb4muJvae4SA4,21431
379
- merge/resources/accounting/types/remote_data.py,sha256=1J_l97pe6nGrE05a8GOomehp_ZWVTXTWGuxNJxJaPHk,925
379
+ merge/resources/accounting/types/remote_data.py,sha256=rA29QvHDLUSZhmd9Vkxfy4UT9fYRcrAGSiCJ9fF58q8,907
380
380
  merge/resources/accounting/types/remote_key.py,sha256=Cz6d1CpoXwWpgTydkv1ODDz89NaL8JEb0_02Dy3n23k,1109
381
381
  merge/resources/accounting/types/remote_response.py,sha256=xcew3aPNz1EF2OJRuo6K4FJq1Gfr6mC4aakkjySYAzY,1422
382
382
  merge/resources/accounting/types/report_item.py,sha256=JANQeni0yopYU8A0a7wajrdojbzRzpdTTYvIHgJaoZQ,1838
@@ -641,7 +641,7 @@ merge/resources/ats/types/phone_number_type_enum.py,sha256=NX9QcoSa2054PAbVKKx7Z
641
641
  merge/resources/ats/types/race_enum.py,sha256=2KWR8V7_FiHXJJFhpMLJlzukaui2SjrLXBAItQvfOXU,2326
642
642
  merge/resources/ats/types/reason_enum.py,sha256=_8cpQd1CZP5n2v2a0zPKQHrMb8x2zZNFm-xeM-V0FFE,814
643
643
  merge/resources/ats/types/reject_reason.py,sha256=GKp56QnAo9BZl4B4aSKiSL0rI9px4F_TaRIVUfXRhAg,1955
644
- merge/resources/ats/types/remote_data.py,sha256=1J_l97pe6nGrE05a8GOomehp_ZWVTXTWGuxNJxJaPHk,925
644
+ merge/resources/ats/types/remote_data.py,sha256=rA29QvHDLUSZhmd9Vkxfy4UT9fYRcrAGSiCJ9fF58q8,907
645
645
  merge/resources/ats/types/remote_key.py,sha256=Cz6d1CpoXwWpgTydkv1ODDz89NaL8JEb0_02Dy3n23k,1109
646
646
  merge/resources/ats/types/remote_response.py,sha256=YFF7rv5Ft3qMQREr-qXA6V3hpE91AGFZVX10c1K1GiA,1453
647
647
  merge/resources/ats/types/remote_response_response_type.py,sha256=5Qk3fCqV2Ih7UXMmMKcXWn74DjbM4wUIwiuQXvGO3so,195
@@ -929,7 +929,7 @@ merge/resources/crm/types/patched_task_request_status.py,sha256=ClwL3_Aaf7RCmk3A
929
929
  merge/resources/crm/types/phone_number.py,sha256=OX0_ZAk8OHRDMwClEl-T6MeXLSHgJVr27hL3gYHFabI,1483
930
930
  merge/resources/crm/types/phone_number_request.py,sha256=lk5gRWzHfCjhAmGrGo99OiY5bzSclBQ_I3uWuJ81kRc,1432
931
931
  merge/resources/crm/types/reason_enum.py,sha256=_8cpQd1CZP5n2v2a0zPKQHrMb8x2zZNFm-xeM-V0FFE,814
932
- merge/resources/crm/types/remote_data.py,sha256=1J_l97pe6nGrE05a8GOomehp_ZWVTXTWGuxNJxJaPHk,925
932
+ merge/resources/crm/types/remote_data.py,sha256=rA29QvHDLUSZhmd9Vkxfy4UT9fYRcrAGSiCJ9fF58q8,907
933
933
  merge/resources/crm/types/remote_field.py,sha256=ALvnnU13tjD7qDvWBW94gH7HTmg2aQJN_WwBzgCPQ7E,1020
934
934
  merge/resources/crm/types/remote_field_class.py,sha256=9N-35q70z4IRmczhwef72dX3O976WvefDmN3uIGsy-k,1596
935
935
  merge/resources/crm/types/remote_field_class_field_choices_item.py,sha256=NN4B3SHKCIWBqjdBWTbCbNcD490ftliV7hbXi3_q8Zs,955
@@ -1556,7 +1556,7 @@ merge/resources/ticketing/types/patched_ticket_request_status.py,sha256=MOoLcSVH
1556
1556
  merge/resources/ticketing/types/priority_enum.py,sha256=acnkqUZdEKYNA109BL65Mq-kqu4csjuhFeunBnXvQs0,843
1557
1557
  merge/resources/ticketing/types/project.py,sha256=2jqoPLIWAesRLIexNegLsqllKMOTPMgXWwYQ6Nf8DEU,1896
1558
1558
  merge/resources/ticketing/types/projects_users_list_request_expand.py,sha256=OLtNd0uNab7xwrGpL3_BZsMZqwIpJEjRt9MahqSmdvs,715
1559
- merge/resources/ticketing/types/remote_data.py,sha256=1J_l97pe6nGrE05a8GOomehp_ZWVTXTWGuxNJxJaPHk,925
1559
+ merge/resources/ticketing/types/remote_data.py,sha256=rA29QvHDLUSZhmd9Vkxfy4UT9fYRcrAGSiCJ9fF58q8,907
1560
1560
  merge/resources/ticketing/types/remote_field.py,sha256=ALvnnU13tjD7qDvWBW94gH7HTmg2aQJN_WwBzgCPQ7E,1020
1561
1561
  merge/resources/ticketing/types/remote_field_class.py,sha256=9N-35q70z4IRmczhwef72dX3O976WvefDmN3uIGsy-k,1596
1562
1562
  merge/resources/ticketing/types/remote_field_class_field_choices_item.py,sha256=NN4B3SHKCIWBqjdBWTbCbNcD490ftliV7hbXi3_q8Zs,955
@@ -1620,7 +1620,7 @@ merge/resources/ticketing/types/users_retrieve_request_expand.py,sha256=01JMChGj
1620
1620
  merge/resources/ticketing/types/validation_problem_source.py,sha256=rHDWDVoqDW0vZrqojSPT7tQiALQ4dtlWXlLDcEQQuJc,885
1621
1621
  merge/resources/ticketing/types/warning_validation_problem.py,sha256=-8PmhMo2WPKH13NdgWn36FP7dfLo7OhGD7xKWa6YYa0,1038
1622
1622
  merge/resources/ticketing/types/webhook_receiver.py,sha256=K6SM2GwNLTe--L5UfF1DhmjwwqQwcaBycXjOFCc040w,925
1623
- mergepythonclient-1.0.3.dist-info/LICENSE.md,sha256=WKO7xLnLSUInldiq5i25eVqKAjwIUKenaS4Cgir2Iuw,3275
1624
- mergepythonclient-1.0.3.dist-info/METADATA,sha256=qOG4wP912mVVlgFQUuQCs2cFI22dJmjvBoVllXYd5YQ,5627
1625
- mergepythonclient-1.0.3.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
1626
- mergepythonclient-1.0.3.dist-info/RECORD,,
1623
+ mergepythonclient-1.0.4.dist-info/LICENSE.md,sha256=WKO7xLnLSUInldiq5i25eVqKAjwIUKenaS4Cgir2Iuw,3275
1624
+ mergepythonclient-1.0.4.dist-info/METADATA,sha256=im06dBU3hFDiYD2cfh4hOwN_jIdUhtpwNYiwBoki8sc,5627
1625
+ mergepythonclient-1.0.4.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
1626
+ mergepythonclient-1.0.4.dist-info/RECORD,,