diff --git a/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/45d2e135-2ede-49e1-939f-3e3ec357a65e.json b/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/45d2e135-2ede-49e1-939f-3e3ec357a65e.json index ba3528cd02e0fa..92988179fb2e4f 100644 --- a/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/45d2e135-2ede-49e1-939f-3e3ec357a65e.json +++ b/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/45d2e135-2ede-49e1-939f-3e3ec357a65e.json @@ -2,6 +2,6 @@ "sourceDefinitionId": "45d2e135-2ede-49e1-939f-3e3ec357a65e", "name": "Recharge", "dockerRepository": "airbyte/source-recharge", - "dockerImageTag": "0.1.2", + "dockerImageTag": "0.1.3", "documentationUrl": "https://docs.airbyte.io/integrations/sources/recharge" } diff --git a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml index 207b84f2843fdb..0b8509c994ef60 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -374,7 +374,7 @@ - sourceDefinitionId: 45d2e135-2ede-49e1-939f-3e3ec357a65e name: Recharge dockerRepository: airbyte/source-recharge - dockerImageTag: 0.1.2 + dockerImageTag: 0.1.3 documentationUrl: https://docs.airbyte.io/integrations/sources/recharge sourceType: api - sourceDefinitionId: fe2b4084-3386-4d3b-9ad6-308f61a6f1e6 diff --git a/airbyte-integrations/connectors/source-recharge/Dockerfile b/airbyte-integrations/connectors/source-recharge/Dockerfile index 2c4b16295b8eae..4292222431b21d 100644 --- a/airbyte-integrations/connectors/source-recharge/Dockerfile +++ b/airbyte-integrations/connectors/source-recharge/Dockerfile @@ -12,5 +12,5 @@ RUN pip install . ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.1.2 +LABEL io.airbyte.version=0.1.3 LABEL io.airbyte.name=airbyte/source-recharge diff --git a/airbyte-integrations/connectors/source-recharge/source_recharge/schemas/discounts.json b/airbyte-integrations/connectors/source-recharge/source_recharge/schemas/discounts.json index f284c572759d18..a8436f003e57e2 100644 --- a/airbyte-integrations/connectors/source-recharge/source_recharge/schemas/discounts.json +++ b/airbyte-integrations/connectors/source-recharge/source_recharge/schemas/discounts.json @@ -6,7 +6,7 @@ "type": ["null", "integer"] }, "applies_to": { - "type": ["null", "integer", "string"] + "type": ["null", "string"] }, "applies_to_id": { "type": ["null", "integer"] @@ -75,7 +75,7 @@ "format": "date-time" }, "external_discount_id": { - "type": ["null", "string", "integer"] + "type": ["null", "string"] }, "external_discount_source": { "type": ["null", "string"] @@ -87,7 +87,7 @@ "type": ["null", "boolean"] }, "prerequisite_subtotal_min": { - "type": ["null", "integer"] + "type": ["null", "number"] }, "starts_at": { "type": ["null", "string"], @@ -97,14 +97,14 @@ "type": ["null", "string"] }, "times_used": { - "type": ["null", "integer"] + "type": ["null", "number"] }, "updated_at": { "type": ["null", "string"], "format": "date-time" }, "usage_limit": { - "type": ["null", "integer"] + "type": ["null", "number"] }, "value": { "type": ["null", "number"] diff --git a/airbyte-integrations/connectors/source-recharge/source_recharge/schemas/orders.json b/airbyte-integrations/connectors/source-recharge/source_recharge/schemas/orders.json index c4c957611f887b..6aeb77e70f41cf 100644 --- a/airbyte-integrations/connectors/source-recharge/source_recharge/schemas/orders.json +++ b/airbyte-integrations/connectors/source-recharge/source_recharge/schemas/orders.json @@ -204,7 +204,7 @@ "type": ["null", "string"] }, "grams": { - "type": ["null", "integer"] + "type": ["null", "number"] }, "images": { "type": ["null", "object"] diff --git a/docs/integrations/sources/recharge.md b/docs/integrations/sources/recharge.md index 9bd2b4fbb9a6e3..f2eeafb1b8448d 100644 --- a/docs/integrations/sources/recharge.md +++ b/docs/integrations/sources/recharge.md @@ -50,6 +50,7 @@ Please read [How to generate your API token](https://support.rechargepayments.co | Version | Date | Pull Request | Subject | | :--- | :--- | :--- | :--- | +| 0.1.3 | 2021-09-17 | [6149](https://github.com/airbytehq/airbyte/pull/6149) | Update `discount` and `order` schema | | 0.1.2 | 2021-09-17 | [6149](https://github.com/airbytehq/airbyte/pull/6149) | Change `cursor_field` for Incremental streams | | | | | |