From 63bbf3841b9af4511fd14ca51d6a81370d9e57d7 Mon Sep 17 00:00:00 2001 From: danialzivehdar <243804543+danialzivehdar1992-hue@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:22:14 +0330 Subject: [PATCH 1/6] Create deno.yml Signed-off-by: danialzivehdar <243804543+danialzivehdar1992-hue@users.noreply.github.com> --- .github/workflows/deno.yml | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/deno.yml diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml new file mode 100644 index 0000000000..782af35b42 --- /dev/null +++ b/.github/workflows/deno.yml @@ -0,0 +1,42 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +# This workflow will install Deno then run `deno lint` and `deno test`. +# For more information see: https://github.com/denoland/setup-deno + +name: Deno + +on: + push: + branches: ["main"] + pull_request: + branches: ["main"] + +permissions: + contents: read + +jobs: + test: + runs-on: ubuntu-latest + + steps: + - name: Setup repo + uses: actions/checkout@v4 + + - name: Setup Deno + # uses: denoland/setup-deno@v1 + uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2 + with: + deno-version: v1.x + + # Uncomment this step to verify the use of 'deno fmt' on each commit. + # - name: Verify formatting + # run: deno fmt --check + + - name: Run linter + run: deno lint + + - name: Run tests + run: deno test -A From e149f99d3bdc481d0948a8ecca6a0214c5060af4 Mon Sep 17 00:00:00 2001 From: danialzivehdar <243804543+danialzivehdar1992-hue@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:42:32 +0330 Subject: [PATCH 2/6] Rename .nycrc to .nycrc Signed-off-by: danialzivehdar <243804543+danialzivehdar1992-hue@users.noreply.github.com> From 5a2de765ef2e4b5a94d0db84cdc16b0a12cd8afc Mon Sep 17 00:00:00 2001 From: danialzivehdar <243804543+danialzivehdar1992-hue@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:15:33 +0330 Subject: [PATCH 3/6] Rename README.md to README.md Signed-off-by: danialzivehdar <243804543+danialzivehdar1992-hue@users.noreply.github.com> From fbced81ddb16de046c89d33830f46571d6ab4e5a Mon Sep 17 00:00:00 2001 From: danialzivehdar <243804543+danialzivehdar1992-hue@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:42:47 +0330 Subject: [PATCH 4/6] Create System.md Signed-off-by: danialzivehdar <243804543+danialzivehdar1992-hue@users.noreply.github.com> --- System.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 System.md diff --git a/System.md b/System.md new file mode 100644 index 0000000000..667b4740bd --- /dev/null +++ b/System.md @@ -0,0 +1,6 @@ +### Erorr Address; Pick + + +https://myaccount.google.com/ + +https://support.google.com/ From c08b053b4b994f7b9e4c2beba127467f83eb2a0a Mon Sep 17 00:00:00 2001 From: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> Date: Wed, 24 Jun 2026 20:27:04 +0330 Subject: [PATCH 5/6] Create dimension.js Signed-off-by: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> --- dimension.js | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dimension.js diff --git a/dimension.js b/dimension.js new file mode 100644 index 0000000000..868396b130 --- /dev/null +++ b/dimension.js @@ -0,0 +1,33 @@ +# => { +# "dimensionHeaders": [ +# { +# "name": "sessionDefaultChannelGroup" +# } +# ], +# "metricHeaders": [ +# { +# "name": "sessions", +# "type": "TYPE_INTEGER" +# } +# ], +# "rows": [ +# { +# "dimensionValues": [ +# { +# "value": "Organic Search" +# } +# ], +# "metricValues": [ +# { +# "value": "200" +# } +# ] +# } +# ], +# "rowCount": 1, +# "metadata": { +# "currencyCode": "JPY", +# "timeZone": "Asia/Tokyo" +# }, +# "kind": "analyticsData#runReport" +#} From c283c4e1448ad322c1d1381bf7d8fff1303986b3 Mon Sep 17 00:00:00 2001 From: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> Date: Wed, 24 Jun 2026 20:52:08 +0330 Subject: [PATCH 6/6] =?UTF-8?q?Create=20=E3=83=95=E3=82=A1=E3=82=A4?= =?UTF-8?q?=E3=83=AB=E3=82=92=E5=8F=96=E5=BE=97.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> --- ...53\343\202\222\345\217\226\345\276\227.js" | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 "\343\203\225\343\202\241\343\202\244\343\203\253\343\202\222\345\217\226\345\276\227.js" diff --git "a/\343\203\225\343\202\241\343\202\244\343\203\253\343\202\222\345\217\226\345\276\227.js" "b/\343\203\225\343\202\241\343\202\244\343\203\253\343\202\222\345\217\226\345\276\227.js" new file mode 100644 index 0000000000..402e2af9da --- /dev/null +++ "b/\343\203\225\343\202\241\343\202\244\343\203\253\343\202\222\345\217\226\345\276\227.js" @@ -0,0 +1,38 @@ +# ファイルを取得 ++get_file_1: + action>: GetFile + display_name>: 'ファイルを取得' + provider: local + filename: rc_36b0011677688bf489d7 + private: false + meta: + display: + filename: + label: 'sample-card.png' + icon: text + type: chip + action: + disabled: false +# Document Forceでドキュメントを解析 ++d_f_analyze_document_1: + action>: DFAnalyzeDocument + display_name>: 'Document Forceでドキュメントを解析' + provider_id: documentforce_03f3151d6f9accddcffa + endpoint: 'https://app.aipuncher.com/api/v2/analyse/****************' + file: +get_file_1 + tags: + AUTORO DevOps: + - '開発テストタグ' + wait_for_result: false + private: false + meta: + display: + provider_id: + type: chip + label: 'Documentforce (AUTORO連携用)' + icon: documentforce + action: + disabled: false +# { +# "document_id": 1027 +# }