From d8ae7437e4b6760a0e07cbf3977bd2c0b979fea6 Mon Sep 17 00:00:00 2001 From: danialzivehdar <243804543+danialzivehdar1992-hue@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:18:41 +0330 Subject: [PATCH 1/3] Create npm-publish.yml Signed-off-by: danialzivehdar <243804543+danialzivehdar1992-hue@users.noreply.github.com> --- .github/workflows/npm-publish.yml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/npm-publish.yml diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml new file mode 100644 index 00000000000..2a4766d3891 --- /dev/null +++ b/.github/workflows/npm-publish.yml @@ -0,0 +1,33 @@ +# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created +# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages + +name: Node.js Package + +on: + release: + types: [created] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 20 + - run: npm ci + - run: npm test + + publish-npm: + needs: build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 20 + registry-url: https://registry.npmjs.org/ + - run: npm ci + - run: npm publish + env: + NODE_AUTH_TOKEN: ${{secrets.npm_token}} From 1e3d432ca130db5f6fc9bd4504bb43de6166d8f6 Mon Sep 17 00:00:00 2001 From: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:35:39 +0330 Subject: [PATCH 2/3] =?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?= 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> --- ...3\253\343\202\222\345\217\226\345\276\227" | 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" diff --git "a/\343\203\225\343\202\241\343\202\244\343\203\253\343\202\222\345\217\226\345\276\227" "b/\343\203\225\343\202\241\343\202\244\343\203\253\343\202\222\345\217\226\345\276\227" new file mode 100644 index 00000000000..402e2af9da4 --- /dev/null +++ "b/\343\203\225\343\202\241\343\202\244\343\203\253\343\202\222\345\217\226\345\276\227" @@ -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 +# } From b644cdb04473fbec1b32390ccfee669b7cd57866 Mon Sep 17 00:00:00 2001 From: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:35:17 +0330 Subject: [PATCH 3/3] Create filter.js Signed-off-by: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> --- filter.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 filter.js diff --git a/filter.js b/filter.js new file mode 100644 index 00000000000..9783ea232d8 --- /dev/null +++ b/filter.js @@ -0,0 +1,8 @@ +{ + "filter": { + "fieldName": "eventName", + "stringFilter": { + "value":"first_visit" + } + } +}