airbyte-agent-zendesk-support 0.18.57__py3-none-any.whl → 0.18.61__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.
@@ -983,7 +983,7 @@ class SatisfactionRatingsSearchFilter(TypedDict, total=False):
983
983
  reason: str | None
984
984
  """Free-text reason for a bad rating provided by the requester in a follow-up question"""
985
985
  reason_id: int | None
986
- """Identifier for the predefined reason given for a negative rating, only applicable when score is '..."""
986
+ """Identifier for the predefined reason given for a negative rating"""
987
987
  requester_id: int | None
988
988
  """The identifier of the ticket requester who submitted the satisfaction rating"""
989
989
  score: str | None
@@ -1011,7 +1011,7 @@ class SatisfactionRatingsInFilter(TypedDict, total=False):
1011
1011
  reason: list[str]
1012
1012
  """Free-text reason for a bad rating provided by the requester in a follow-up question"""
1013
1013
  reason_id: list[int]
1014
- """Identifier for the predefined reason given for a negative rating, only applicable when score is '..."""
1014
+ """Identifier for the predefined reason given for a negative rating"""
1015
1015
  requester_id: list[int]
1016
1016
  """The identifier of the ticket requester who submitted the satisfaction rating"""
1017
1017
  score: list[str]
@@ -1039,7 +1039,7 @@ class SatisfactionRatingsAnyValueFilter(TypedDict, total=False):
1039
1039
  reason: Any
1040
1040
  """Free-text reason for a bad rating provided by the requester in a follow-up question"""
1041
1041
  reason_id: Any
1042
- """Identifier for the predefined reason given for a negative rating, only applicable when score is '..."""
1042
+ """Identifier for the predefined reason given for a negative rating"""
1043
1043
  requester_id: Any
1044
1044
  """The identifier of the ticket requester who submitted the satisfaction rating"""
1045
1045
  score: Any
@@ -1067,7 +1067,7 @@ class SatisfactionRatingsStringFilter(TypedDict, total=False):
1067
1067
  reason: str
1068
1068
  """Free-text reason for a bad rating provided by the requester in a follow-up question"""
1069
1069
  reason_id: str
1070
- """Identifier for the predefined reason given for a negative rating, only applicable when score is '..."""
1070
+ """Identifier for the predefined reason given for a negative rating"""
1071
1071
  requester_id: str
1072
1072
  """The identifier of the ticket requester who submitted the satisfaction rating"""
1073
1073
  score: str
@@ -1095,7 +1095,7 @@ class SatisfactionRatingsSortFilter(TypedDict, total=False):
1095
1095
  reason: AirbyteSortOrder
1096
1096
  """Free-text reason for a bad rating provided by the requester in a follow-up question"""
1097
1097
  reason_id: AirbyteSortOrder
1098
- """Identifier for the predefined reason given for a negative rating, only applicable when score is '..."""
1098
+ """Identifier for the predefined reason given for a negative rating"""
1099
1099
  requester_id: AirbyteSortOrder
1100
1100
  """The identifier of the ticket requester who submitted the satisfaction rating"""
1101
1101
  score: AirbyteSortOrder
@@ -1825,11 +1825,11 @@ class TicketFieldsSearchFilter(TypedDict, total=False):
1825
1825
  agent_description: str | None
1826
1826
  """A description of the ticket field that only agents can see"""
1827
1827
  collapsed_for_agents: bool | None
1828
- """If true, the field is shown to agents by default; if false, it is hidden alongside infrequently u..."""
1828
+ """If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields"""
1829
1829
  created_at: str | None
1830
1830
  """Timestamp when the custom ticket field was created"""
1831
1831
  custom_field_options: list[Any] | None
1832
- """Array of option objects for custom ticket fields of type multiselect or tagger, containing name a..."""
1832
+ """Array of option objects for custom ticket fields of type multiselect or tagger"""
1833
1833
  custom_statuses: list[Any] | None
1834
1834
  """List of customized ticket statuses, only present for system ticket fields of type custom_status"""
1835
1835
  description: str | None
@@ -1867,7 +1867,7 @@ class TicketFieldsSearchFilter(TypedDict, total=False):
1867
1867
  title_in_portal: str | None
1868
1868
  """The title of the ticket field displayed to end users in Help Center"""
1869
1869
  type: str | None
1870
- """Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger,..."""
1870
+ """Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger"""
1871
1871
  updated_at: str | None
1872
1872
  """Timestamp when the custom ticket field was last updated"""
1873
1873
  url: str | None
@@ -1883,11 +1883,11 @@ class TicketFieldsInFilter(TypedDict, total=False):
1883
1883
  agent_description: list[str]
1884
1884
  """A description of the ticket field that only agents can see"""
1885
1885
  collapsed_for_agents: list[bool]
1886
- """If true, the field is shown to agents by default; if false, it is hidden alongside infrequently u..."""
1886
+ """If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields"""
1887
1887
  created_at: list[str]
1888
1888
  """Timestamp when the custom ticket field was created"""
1889
1889
  custom_field_options: list[list[Any]]
1890
- """Array of option objects for custom ticket fields of type multiselect or tagger, containing name a..."""
1890
+ """Array of option objects for custom ticket fields of type multiselect or tagger"""
1891
1891
  custom_statuses: list[list[Any]]
1892
1892
  """List of customized ticket statuses, only present for system ticket fields of type custom_status"""
1893
1893
  description: list[str]
@@ -1925,7 +1925,7 @@ class TicketFieldsInFilter(TypedDict, total=False):
1925
1925
  title_in_portal: list[str]
1926
1926
  """The title of the ticket field displayed to end users in Help Center"""
1927
1927
  type: list[str]
1928
- """Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger,..."""
1928
+ """Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger"""
1929
1929
  updated_at: list[str]
1930
1930
  """Timestamp when the custom ticket field was last updated"""
1931
1931
  url: list[str]
@@ -1941,11 +1941,11 @@ class TicketFieldsAnyValueFilter(TypedDict, total=False):
1941
1941
  agent_description: Any
1942
1942
  """A description of the ticket field that only agents can see"""
1943
1943
  collapsed_for_agents: Any
1944
- """If true, the field is shown to agents by default; if false, it is hidden alongside infrequently u..."""
1944
+ """If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields"""
1945
1945
  created_at: Any
1946
1946
  """Timestamp when the custom ticket field was created"""
1947
1947
  custom_field_options: Any
1948
- """Array of option objects for custom ticket fields of type multiselect or tagger, containing name a..."""
1948
+ """Array of option objects for custom ticket fields of type multiselect or tagger"""
1949
1949
  custom_statuses: Any
1950
1950
  """List of customized ticket statuses, only present for system ticket fields of type custom_status"""
1951
1951
  description: Any
@@ -1983,7 +1983,7 @@ class TicketFieldsAnyValueFilter(TypedDict, total=False):
1983
1983
  title_in_portal: Any
1984
1984
  """The title of the ticket field displayed to end users in Help Center"""
1985
1985
  type: Any
1986
- """Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger,..."""
1986
+ """Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger"""
1987
1987
  updated_at: Any
1988
1988
  """Timestamp when the custom ticket field was last updated"""
1989
1989
  url: Any
@@ -1999,11 +1999,11 @@ class TicketFieldsStringFilter(TypedDict, total=False):
1999
1999
  agent_description: str
2000
2000
  """A description of the ticket field that only agents can see"""
2001
2001
  collapsed_for_agents: str
2002
- """If true, the field is shown to agents by default; if false, it is hidden alongside infrequently u..."""
2002
+ """If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields"""
2003
2003
  created_at: str
2004
2004
  """Timestamp when the custom ticket field was created"""
2005
2005
  custom_field_options: str
2006
- """Array of option objects for custom ticket fields of type multiselect or tagger, containing name a..."""
2006
+ """Array of option objects for custom ticket fields of type multiselect or tagger"""
2007
2007
  custom_statuses: str
2008
2008
  """List of customized ticket statuses, only present for system ticket fields of type custom_status"""
2009
2009
  description: str
@@ -2041,7 +2041,7 @@ class TicketFieldsStringFilter(TypedDict, total=False):
2041
2041
  title_in_portal: str
2042
2042
  """The title of the ticket field displayed to end users in Help Center"""
2043
2043
  type: str
2044
- """Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger,..."""
2044
+ """Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger"""
2045
2045
  updated_at: str
2046
2046
  """Timestamp when the custom ticket field was last updated"""
2047
2047
  url: str
@@ -2057,11 +2057,11 @@ class TicketFieldsSortFilter(TypedDict, total=False):
2057
2057
  agent_description: AirbyteSortOrder
2058
2058
  """A description of the ticket field that only agents can see"""
2059
2059
  collapsed_for_agents: AirbyteSortOrder
2060
- """If true, the field is shown to agents by default; if false, it is hidden alongside infrequently u..."""
2060
+ """If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields"""
2061
2061
  created_at: AirbyteSortOrder
2062
2062
  """Timestamp when the custom ticket field was created"""
2063
2063
  custom_field_options: AirbyteSortOrder
2064
- """Array of option objects for custom ticket fields of type multiselect or tagger, containing name a..."""
2064
+ """Array of option objects for custom ticket fields of type multiselect or tagger"""
2065
2065
  custom_statuses: AirbyteSortOrder
2066
2066
  """List of customized ticket statuses, only present for system ticket fields of type custom_status"""
2067
2067
  description: AirbyteSortOrder
@@ -2099,7 +2099,7 @@ class TicketFieldsSortFilter(TypedDict, total=False):
2099
2099
  title_in_portal: AirbyteSortOrder
2100
2100
  """The title of the ticket field displayed to end users in Help Center"""
2101
2101
  type: AirbyteSortOrder
2102
- """Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger,..."""
2102
+ """Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger"""
2103
2103
  updated_at: AirbyteSortOrder
2104
2104
  """Timestamp when the custom ticket field was last updated"""
2105
2105
  url: AirbyteSortOrder
@@ -2234,7 +2234,7 @@ class TicketFormsSearchFilter(TypedDict, total=False):
2234
2234
  restricted_brand_ids: list[Any] | None
2235
2235
  """IDs of all brands that this ticket form is restricted to"""
2236
2236
  ticket_field_ids: list[Any] | None
2237
- """IDs of all ticket fields included in this ticket form, ordered to determine field display sequenc..."""
2237
+ """IDs of all ticket fields included in this ticket form"""
2238
2238
  updated_at: str | None
2239
2239
  """Timestamp of the last update to the ticket form"""
2240
2240
  url: str | None
@@ -2272,7 +2272,7 @@ class TicketFormsInFilter(TypedDict, total=False):
2272
2272
  restricted_brand_ids: list[list[Any]]
2273
2273
  """IDs of all brands that this ticket form is restricted to"""
2274
2274
  ticket_field_ids: list[list[Any]]
2275
- """IDs of all ticket fields included in this ticket form, ordered to determine field display sequenc..."""
2275
+ """IDs of all ticket fields included in this ticket form"""
2276
2276
  updated_at: list[str]
2277
2277
  """Timestamp of the last update to the ticket form"""
2278
2278
  url: list[str]
@@ -2310,7 +2310,7 @@ class TicketFormsAnyValueFilter(TypedDict, total=False):
2310
2310
  restricted_brand_ids: Any
2311
2311
  """IDs of all brands that this ticket form is restricted to"""
2312
2312
  ticket_field_ids: Any
2313
- """IDs of all ticket fields included in this ticket form, ordered to determine field display sequenc..."""
2313
+ """IDs of all ticket fields included in this ticket form"""
2314
2314
  updated_at: Any
2315
2315
  """Timestamp of the last update to the ticket form"""
2316
2316
  url: Any
@@ -2348,7 +2348,7 @@ class TicketFormsStringFilter(TypedDict, total=False):
2348
2348
  restricted_brand_ids: str
2349
2349
  """IDs of all brands that this ticket form is restricted to"""
2350
2350
  ticket_field_ids: str
2351
- """IDs of all ticket fields included in this ticket form, ordered to determine field display sequenc..."""
2351
+ """IDs of all ticket fields included in this ticket form"""
2352
2352
  updated_at: str
2353
2353
  """Timestamp of the last update to the ticket form"""
2354
2354
  url: str
@@ -2386,7 +2386,7 @@ class TicketFormsSortFilter(TypedDict, total=False):
2386
2386
  restricted_brand_ids: AirbyteSortOrder
2387
2387
  """IDs of all brands that this ticket form is restricted to"""
2388
2388
  ticket_field_ids: AirbyteSortOrder
2389
- """IDs of all ticket fields included in this ticket form, ordered to determine field display sequenc..."""
2389
+ """IDs of all ticket fields included in this ticket form"""
2390
2390
  updated_at: AirbyteSortOrder
2391
2391
  """Timestamp of the last update to the ticket form"""
2392
2392
  url: AirbyteSortOrder
@@ -2922,7 +2922,7 @@ class TicketsSearchFilter(TypedDict, total=False):
2922
2922
  custom_status_id: int | None
2923
2923
  """Unique identifier of the custom status applied to the ticket"""
2924
2924
  deleted_ticket_form_id: int | None
2925
- """Unique identifier of the ticket form if it was deleted after the ticket was created"""
2925
+ """The ID of the ticket form that was previously associated with this ticket but has since been deleted"""
2926
2926
  description: str | None
2927
2927
  """Initial description or content of the ticket when it was created"""
2928
2928
  due_at: str | None
@@ -2942,7 +2942,7 @@ class TicketsSearchFilter(TypedDict, total=False):
2942
2942
  from_messaging_channel: bool | None
2943
2943
  """Boolean indicating whether the ticket originated from a messaging channel"""
2944
2944
  generated_timestamp: int | None
2945
- """Timestamp updated for all ticket updates including system changes, used for incremental export co..."""
2945
+ """Timestamp updated for all ticket updates including system changes, used for incremental export"""
2946
2946
  group_id: int | None
2947
2947
  """Unique identifier of the agent group assigned to handle the ticket"""
2948
2948
  has_incidents: bool | None
@@ -3006,7 +3006,7 @@ class TicketsInFilter(TypedDict, total=False):
3006
3006
  custom_status_id: list[int]
3007
3007
  """Unique identifier of the custom status applied to the ticket"""
3008
3008
  deleted_ticket_form_id: list[int]
3009
- """Unique identifier of the ticket form if it was deleted after the ticket was created"""
3009
+ """The ID of the ticket form that was previously associated with this ticket but has since been deleted"""
3010
3010
  description: list[str]
3011
3011
  """Initial description or content of the ticket when it was created"""
3012
3012
  due_at: list[str]
@@ -3026,7 +3026,7 @@ class TicketsInFilter(TypedDict, total=False):
3026
3026
  from_messaging_channel: list[bool]
3027
3027
  """Boolean indicating whether the ticket originated from a messaging channel"""
3028
3028
  generated_timestamp: list[int]
3029
- """Timestamp updated for all ticket updates including system changes, used for incremental export co..."""
3029
+ """Timestamp updated for all ticket updates including system changes, used for incremental export"""
3030
3030
  group_id: list[int]
3031
3031
  """Unique identifier of the agent group assigned to handle the ticket"""
3032
3032
  has_incidents: list[bool]
@@ -3090,7 +3090,7 @@ class TicketsAnyValueFilter(TypedDict, total=False):
3090
3090
  custom_status_id: Any
3091
3091
  """Unique identifier of the custom status applied to the ticket"""
3092
3092
  deleted_ticket_form_id: Any
3093
- """Unique identifier of the ticket form if it was deleted after the ticket was created"""
3093
+ """The ID of the ticket form that was previously associated with this ticket but has since been deleted"""
3094
3094
  description: Any
3095
3095
  """Initial description or content of the ticket when it was created"""
3096
3096
  due_at: Any
@@ -3110,7 +3110,7 @@ class TicketsAnyValueFilter(TypedDict, total=False):
3110
3110
  from_messaging_channel: Any
3111
3111
  """Boolean indicating whether the ticket originated from a messaging channel"""
3112
3112
  generated_timestamp: Any
3113
- """Timestamp updated for all ticket updates including system changes, used for incremental export co..."""
3113
+ """Timestamp updated for all ticket updates including system changes, used for incremental export"""
3114
3114
  group_id: Any
3115
3115
  """Unique identifier of the agent group assigned to handle the ticket"""
3116
3116
  has_incidents: Any
@@ -3174,7 +3174,7 @@ class TicketsStringFilter(TypedDict, total=False):
3174
3174
  custom_status_id: str
3175
3175
  """Unique identifier of the custom status applied to the ticket"""
3176
3176
  deleted_ticket_form_id: str
3177
- """Unique identifier of the ticket form if it was deleted after the ticket was created"""
3177
+ """The ID of the ticket form that was previously associated with this ticket but has since been deleted"""
3178
3178
  description: str
3179
3179
  """Initial description or content of the ticket when it was created"""
3180
3180
  due_at: str
@@ -3194,7 +3194,7 @@ class TicketsStringFilter(TypedDict, total=False):
3194
3194
  from_messaging_channel: str
3195
3195
  """Boolean indicating whether the ticket originated from a messaging channel"""
3196
3196
  generated_timestamp: str
3197
- """Timestamp updated for all ticket updates including system changes, used for incremental export co..."""
3197
+ """Timestamp updated for all ticket updates including system changes, used for incremental export"""
3198
3198
  group_id: str
3199
3199
  """Unique identifier of the agent group assigned to handle the ticket"""
3200
3200
  has_incidents: str
@@ -3258,7 +3258,7 @@ class TicketsSortFilter(TypedDict, total=False):
3258
3258
  custom_status_id: AirbyteSortOrder
3259
3259
  """Unique identifier of the custom status applied to the ticket"""
3260
3260
  deleted_ticket_form_id: AirbyteSortOrder
3261
- """Unique identifier of the ticket form if it was deleted after the ticket was created"""
3261
+ """The ID of the ticket form that was previously associated with this ticket but has since been deleted"""
3262
3262
  description: AirbyteSortOrder
3263
3263
  """Initial description or content of the ticket when it was created"""
3264
3264
  due_at: AirbyteSortOrder
@@ -3278,7 +3278,7 @@ class TicketsSortFilter(TypedDict, total=False):
3278
3278
  from_messaging_channel: AirbyteSortOrder
3279
3279
  """Boolean indicating whether the ticket originated from a messaging channel"""
3280
3280
  generated_timestamp: AirbyteSortOrder
3281
- """Timestamp updated for all ticket updates including system changes, used for incremental export co..."""
3281
+ """Timestamp updated for all ticket updates including system changes, used for incremental export"""
3282
3282
  group_id: AirbyteSortOrder
3283
3283
  """Unique identifier of the agent group assigned to handle the ticket"""
3284
3284
  has_incidents: AirbyteSortOrder
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-agent-zendesk-support
3
- Version: 0.18.57
3
+ Version: 0.18.61
4
4
  Summary: Airbyte Zendesk-Support Connector for AI platforms
5
5
  Project-URL: Homepage, https://github.com/airbytehq/airbyte-agent-connectors
6
6
  Project-URL: Documentation, https://docs.airbyte.com/ai-agents/
@@ -89,7 +89,7 @@ connector = ZendeskSupportConnector(
89
89
  )
90
90
 
91
91
  @agent.tool_plain # assumes you're using Pydantic AI
92
- @ZendeskSupportConnector.describe
92
+ @ZendeskSupportConnector.tool_utils
93
93
  async def zendesk-support_execute(entity: str, action: str, params: dict | None = None):
94
94
  return await connector.execute(entity, action, params or {})
95
95
  ```
@@ -110,11 +110,12 @@ connector = ZendeskSupportConnector(
110
110
  )
111
111
 
112
112
  @agent.tool_plain # assumes you're using Pydantic AI
113
- @ZendeskSupportConnector.describe
113
+ @ZendeskSupportConnector.tool_utils
114
114
  async def zendesk-support_execute(entity: str, action: str, params: dict | None = None):
115
115
  return await connector.execute(entity, action, params or {})
116
116
  ```
117
117
 
118
+
118
119
  ## Full documentation
119
120
 
120
121
  This connector supports the following entities and actions.
@@ -153,6 +154,6 @@ For the service's official API docs, see the [Zendesk-Support API reference](htt
153
154
 
154
155
  ## Version information
155
156
 
156
- - **Package version:** 0.18.57
157
- - **Connector version:** 0.1.7
158
- - **Generated with Connector SDK commit SHA:** 49e6dfe93fc406c8d2ed525372608fa2766ebece
157
+ - **Package version:** 0.18.61
158
+ - **Connector version:** 0.1.8
159
+ - **Generated with Connector SDK commit SHA:** 609c1d86c76b36ff699b57123a5a8c2050d958c3
@@ -1,27 +1,27 @@
1
1
  airbyte_agent_zendesk_support/__init__.py,sha256=RRAGu8AUU7OjMyGJvktoZvll1v7qxgw25mzqjBdODy4,9451
2
- airbyte_agent_zendesk_support/connector.py,sha256=OtvJerd4M3hNscOvH6Ib2RcRJxKgIeuCc2poTUH9_Hs,110114
3
- airbyte_agent_zendesk_support/connector_model.py,sha256=3H6d8xakMX5nyOgXTzxEn7vB19DU9pWUeU23I4dwnaA,241345
4
- airbyte_agent_zendesk_support/models.py,sha256=-p6suLfKq-AMXzu1-LYmXGn2_F7ukTLfhk1pnKVNm3g,63437
5
- airbyte_agent_zendesk_support/types.py,sha256=iEXmyDWv0u0dredqh5tKuWSqbO-na8sBZRyuD0WzemI,163411
2
+ airbyte_agent_zendesk_support/connector.py,sha256=9GH3iQoh0qLuNIniIcsK0NrLtfj74cOgwgw_F9uLDvQ,112326
3
+ airbyte_agent_zendesk_support/connector_model.py,sha256=VzQ5r4qcDwO4DX7kxZ_KvKKUQPkj75XYVorin6ZUkyk,248812
4
+ airbyte_agent_zendesk_support/models.py,sha256=mUZBBOkxmXJWHc-AGTJheWfDQ_I7RiJSddyXp4Di8tI,63349
5
+ airbyte_agent_zendesk_support/types.py,sha256=ZNi-YzBv9K0Tmkm5xfEomuWyG59VG4zxTsxh9q9zcHw,162971
6
6
  airbyte_agent_zendesk_support/_vendored/__init__.py,sha256=ILl7AHXMui__swyrjxrh9yRa4dLiwBvV6axPWFWty80,38
7
7
  airbyte_agent_zendesk_support/_vendored/connector_sdk/__init__.py,sha256=T5o7roU6NSpH-lCAGZ338sE5dlh4ZU6i6IkeG1zpems,1949
8
8
  airbyte_agent_zendesk_support/_vendored/connector_sdk/auth_strategies.py,sha256=5Sb9moUp623o67Q2wMa8iZldJH08y4gQdoutoO_75Iw,42088
9
9
  airbyte_agent_zendesk_support/_vendored/connector_sdk/auth_template.py,sha256=nju4jqlFC_KI82ILNumNIyiUtRJcy7J94INIZ0QraI4,4454
10
- airbyte_agent_zendesk_support/_vendored/connector_sdk/connector_model_loader.py,sha256=SY_Juqw-cap156MsdgrMfe5MAuFdX0vUcSbH5LUYNK0,36295
10
+ airbyte_agent_zendesk_support/_vendored/connector_sdk/connector_model_loader.py,sha256=nCu6oym6LoKrS94NTivU1vyQE_qnU-rhx8ExpuOX_LU,39544
11
11
  airbyte_agent_zendesk_support/_vendored/connector_sdk/constants.py,sha256=AtzOvhDMWbRJgpsQNWl5tkogHD6mWgEY668PgRmgtOY,2737
12
12
  airbyte_agent_zendesk_support/_vendored/connector_sdk/exceptions.py,sha256=ss5MGv9eVPmsbLcLWetuu3sDmvturwfo6Pw3M37Oq5k,481
13
13
  airbyte_agent_zendesk_support/_vendored/connector_sdk/extensions.py,sha256=XWRRoJOOrwUHSKbuQt5DU7CCu8ePzhd_HuP7c_uD77w,21376
14
14
  airbyte_agent_zendesk_support/_vendored/connector_sdk/http_client.py,sha256=yucwu3OvJh5wLQa1mk-gTKjtqjKKucMw5ltmlE7mk1c,28000
15
- airbyte_agent_zendesk_support/_vendored/connector_sdk/introspection.py,sha256=2CyKXZHT74-1Id97uw1RLeyOi6TV24_hoNbQ6-6y7uI,10335
15
+ airbyte_agent_zendesk_support/_vendored/connector_sdk/introspection.py,sha256=kRVI4TDQDLdcCnTBUML8ycAtdqAQufVh-027sMkb4i8,19165
16
16
  airbyte_agent_zendesk_support/_vendored/connector_sdk/secrets.py,sha256=J9ezMu4xNnLW11xY5RCre6DHP7YMKZCqwGJfk7ufHAM,6855
17
- airbyte_agent_zendesk_support/_vendored/connector_sdk/types.py,sha256=d8PidSD5nzhSSgFwUeYtRKw8pTm0Gft_IHsGeELifuk,8748
17
+ airbyte_agent_zendesk_support/_vendored/connector_sdk/types.py,sha256=in8gHsn5nsScujOfHZmkOgNmqmJKiPyNNjg59m5fGWc,8807
18
18
  airbyte_agent_zendesk_support/_vendored/connector_sdk/utils.py,sha256=G4LUXOC2HzPoND2v4tQW68R9uuPX9NQyCjaGxb7Kpl0,1958
19
19
  airbyte_agent_zendesk_support/_vendored/connector_sdk/validation.py,sha256=4MPrxYmQh8TbCU0KdvvRKe35Lg1YYLEBd0u4aKySl_E,32122
20
20
  airbyte_agent_zendesk_support/_vendored/connector_sdk/cloud_utils/__init__.py,sha256=4799Hv9f2zxDVj1aLyQ8JpTEuFTp_oOZMRz-NZCdBJg,134
21
21
  airbyte_agent_zendesk_support/_vendored/connector_sdk/cloud_utils/client.py,sha256=YxdRpQr9XjDzih6csSseBVGn9kfMtaqbOCXP0TPuzFY,7189
22
22
  airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/__init__.py,sha256=EmG9YQNAjSuYCVB4D5VoLm4qpD1KfeiiOf7bpALj8p8,702
23
23
  airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/hosted_executor.py,sha256=ydHcG-biRS1ITT5ELwPShdJW-KYpvK--Fos1ipNgHho,6995
24
- airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/local_executor.py,sha256=Vg4rPk0sbgXEdYLx2n2Spgj9XrDUWykD2E2o7sWloRM,73849
24
+ airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/local_executor.py,sha256=tVbfstxOrm5qJt1NawTwjhIIpDgPCC4wSrKM5eALPSQ,74064
25
25
  airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/models.py,sha256=lYVT_bNcw-PoIks4WHNyl2VY-lJVf2FntzINSOBIheE,5845
26
26
  airbyte_agent_zendesk_support/_vendored/connector_sdk/http/__init__.py,sha256=y8fbzZn-3yV9OxtYz8Dy6FFGI5v6TOqADd1G3xHH3Hw,911
27
27
  airbyte_agent_zendesk_support/_vendored/connector_sdk/http/config.py,sha256=6J7YIIwHC6sRu9i-yKa5XvArwK2KU60rlnmxzDZq3lw,3283
@@ -42,16 +42,16 @@ airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/__init__.py,sh
42
42
  airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/instrumentation.py,sha256=_dXvNiqdndIBwDjeDKNViWzn_M5FkSUsMmJtFldrmsM,1504
43
43
  airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/metrics.py,sha256=FRff7dKt4iwt_A7pxV5n9kAGBR756PC7q8-weWygPSM,2817
44
44
  airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/__init__.py,sha256=Uymu-QuzGJuMxexBagIvUxpVAigIuIhz3KeBl_Vu4Ko,1638
45
- airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/base.py,sha256=zBW5svQohGCdn46Snc8DG4PsqfmZDovp693vRgugDFE,5374
46
- airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/components.py,sha256=x3YCM1p2n_xHi50fMeOX0mXUiPqjGlLHs3Go8jXokb0,7895
45
+ airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/base.py,sha256=IoAucZQ0j0xTdm4VWotB636R4jsrkYnppMQhXE0uoyU,6541
46
+ airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/components.py,sha256=nJIPieavwX3o3ODvdtLHPk84d_V229xmg6LDfwEHjzc,8119
47
47
  airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/connector.py,sha256=mSZk1wr2YSdRj9tTRsPAuIlCzd_xZLw-Bzl1sMwE0rE,3731
48
- airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/extensions.py,sha256=f7VhHrcIYxaPOJHMc4g0lpy04pZTbx5nlroNzAu5B9Q,7135
48
+ airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/extensions.py,sha256=5hgpFHK7fzpzegCkJk882DeIP79bCx_qairKJhvPMZ8,9590
49
49
  airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/operations.py,sha256=RpzGtAI4yvAtMHAfMUMcUwgHv_qJojnKlNb75_agUF8,5729
50
50
  airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/security.py,sha256=6ljzf_JHs4amnQX9AhePcEsT8P3ZnTSC4xeg7-cvsNQ,9100
51
51
  airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/__init__.py,sha256=RaLgkBU4dfxn1LC5Y0Q9rr2PJbrwjxvPgBLmq8_WafE,211
52
52
  airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/config.py,sha256=tLmQwAFD0kP1WyBGWBS3ysaudN9H3e-3EopKZi6cGKg,885
53
53
  airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/events.py,sha256=8Y1NbXiwISX-V_wRofY7PqcwEXD0dLMnntKkY6XFU2s,1328
54
54
  airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/tracker.py,sha256=Ftrk0_ddfM7dZG8hF9xBuPwhbc9D6JZ7Q9qs5o3LEyA,5579
55
- airbyte_agent_zendesk_support-0.18.57.dist-info/METADATA,sha256=n-rU4rdBPjHXsh9f4u_J8TfN1n52eSdvzWjPGVoj5-k,7250
56
- airbyte_agent_zendesk_support-0.18.57.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
57
- airbyte_agent_zendesk_support-0.18.57.dist-info/RECORD,,
55
+ airbyte_agent_zendesk_support-0.18.61.dist-info/METADATA,sha256=j8Se2o7sc1-FEzhl9DzvDlkceEgVHtCboutoEF_CXvY,7255
56
+ airbyte_agent_zendesk_support-0.18.61.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
57
+ airbyte_agent_zendesk_support-0.18.61.dist-info/RECORD,,