airbyte-agent-amazon-ads 0.1.29__py3-none-any.whl → 0.1.30__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.
@@ -37,8 +37,7 @@ class AirbyteCloudClient:
37
37
  )
38
38
  """
39
39
 
40
- AUTH_BASE_URL = "https://cloud.airbyte.com" # For token endpoint
41
- API_BASE_URL = "https://api.airbyte.ai" # For instance lookup & execution
40
+ API_BASE_URL = "https://api.airbyte.ai" # For all API calls including token endpoint
42
41
 
43
42
  def __init__(self, client_id: str, client_secret: str):
44
43
  """Initialize AirbyteCloudClient.
@@ -85,7 +84,7 @@ class AirbyteCloudClient:
85
84
  return self._cached_token
86
85
 
87
86
  # Token is missing or expired, fetch a new one
88
- url = f"{self.AUTH_BASE_URL}/api/v1/applications/token"
87
+ url = f"{self.API_BASE_URL}/api/v1/account/applications/token"
89
88
  request_body = {
90
89
  "client_id": self._client_id,
91
90
  "client_secret": self._client_secret,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-agent-amazon-ads
3
- Version: 0.1.29
3
+ Version: 0.1.30
4
4
  Summary: Airbyte Amazon-Ads 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/
@@ -135,7 +135,7 @@ See the official [Amazon-Ads API reference](https://advertising.amazon.com/API/d
135
135
 
136
136
  ## Version information
137
137
 
138
- - **Package version:** 0.1.29
138
+ - **Package version:** 0.1.30
139
139
  - **Connector version:** 1.0.6
140
- - **Generated with Connector SDK commit SHA:** 5ef2158e48be294dd68d60f7d9993684d424d388
140
+ - **Generated with Connector SDK commit SHA:** 30d23e05ea640689df95fa82153916c6f67fa916
141
141
  - **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/amazon-ads/CHANGELOG.md)
@@ -19,7 +19,7 @@ airbyte_agent_amazon_ads/_vendored/connector_sdk/utils.py,sha256=UYwYuSLhsDD-4C0
19
19
  airbyte_agent_amazon_ads/_vendored/connector_sdk/validation.py,sha256=LcbmBfGkWx0Xv4pWZYpFf4JlhFjvwqGcwvliRSalN8Y,39677
20
20
  airbyte_agent_amazon_ads/_vendored/connector_sdk/validation_replication.py,sha256=v7F5YWd5m4diIF7_4m4nOkC9crg97vqRUUkt9ka9HZ4,36043
21
21
  airbyte_agent_amazon_ads/_vendored/connector_sdk/cloud_utils/__init__.py,sha256=4799Hv9f2zxDVj1aLyQ8JpTEuFTp_oOZMRz-NZCdBJg,134
22
- airbyte_agent_amazon_ads/_vendored/connector_sdk/cloud_utils/client.py,sha256=Y_mwgFSaeDm0paaAsdsqKz8ONk2_htMZBpdnu1sjC-A,12301
22
+ airbyte_agent_amazon_ads/_vendored/connector_sdk/cloud_utils/client.py,sha256=PAEBGGti1wrTXRCbFw3FK3ANexKHD5qhVaKtekn7l3M,12249
23
23
  airbyte_agent_amazon_ads/_vendored/connector_sdk/executor/__init__.py,sha256=EmG9YQNAjSuYCVB4D5VoLm4qpD1KfeiiOf7bpALj8p8,702
24
24
  airbyte_agent_amazon_ads/_vendored/connector_sdk/executor/hosted_executor.py,sha256=tv0njAdy-gdHBg4izgcxhEWYbrNiBifEYEca9AWzaL0,8693
25
25
  airbyte_agent_amazon_ads/_vendored/connector_sdk/executor/local_executor.py,sha256=chrTenrg1BRQ2ODPUcNj_KAY14UFiPmFT_mteUhyNRE,76440
@@ -53,6 +53,6 @@ airbyte_agent_amazon_ads/_vendored/connector_sdk/telemetry/__init__.py,sha256=Ra
53
53
  airbyte_agent_amazon_ads/_vendored/connector_sdk/telemetry/config.py,sha256=tLmQwAFD0kP1WyBGWBS3ysaudN9H3e-3EopKZi6cGKg,885
54
54
  airbyte_agent_amazon_ads/_vendored/connector_sdk/telemetry/events.py,sha256=8Y1NbXiwISX-V_wRofY7PqcwEXD0dLMnntKkY6XFU2s,1328
55
55
  airbyte_agent_amazon_ads/_vendored/connector_sdk/telemetry/tracker.py,sha256=SginFQbHqVUVYG82NnNzG34O-tAQ_wZYjGDcuo0q4Kk,5584
56
- airbyte_agent_amazon_ads-0.1.29.dist-info/METADATA,sha256=WMBCeFnX-0ERYqzK_EMsXWZNQChFcrQ_omGpi6lk2oc,5326
57
- airbyte_agent_amazon_ads-0.1.29.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
58
- airbyte_agent_amazon_ads-0.1.29.dist-info/RECORD,,
56
+ airbyte_agent_amazon_ads-0.1.30.dist-info/METADATA,sha256=3ITh-znO5VDlNHRGZrzLQNsnVS1SGWRWgV8O8NyrmSc,5326
57
+ airbyte_agent_amazon_ads-0.1.30.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
58
+ airbyte_agent_amazon_ads-0.1.30.dist-info/RECORD,,