@activepieces/piece-netsuite 0.0.13 → 0.1.1
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.
- package/package.json +9 -6
- package/src/i18n/de.json +8 -2
- package/src/i18n/es.json +8 -2
- package/src/i18n/fr.json +8 -2
- package/src/i18n/ja.json +8 -2
- package/src/i18n/nl.json +8 -2
- package/src/i18n/pt.json +8 -2
- package/src/i18n/translation.json +8 -2
- package/src/i18n/zh.json +8 -2
- package/src/index.js +5 -2
- package/src/index.js.map +1 -1
- package/src/lib/actions/get-customer.js +1 -1
- package/src/lib/actions/get-customer.js.map +1 -1
- package/src/lib/actions/get-vendor.js +1 -1
- package/src/lib/actions/get-vendor.js.map +1 -1
- package/src/lib/actions/run-suiteql.js +1 -1
- package/src/lib/actions/run-suiteql.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,20 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-netsuite",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
|
-
"
|
|
6
|
+
"ai": "^6.0.0",
|
|
7
|
+
"axios": "1.13.1",
|
|
7
8
|
"axios-retry": "4.4.1",
|
|
8
9
|
"deepmerge-ts": "7.1.0",
|
|
10
|
+
"form-data": "4.0.4",
|
|
11
|
+
"i18next": "23.13.0",
|
|
9
12
|
"mime-types": "2.1.35",
|
|
10
13
|
"nanoid": "3.3.8",
|
|
11
14
|
"semver": "7.6.0",
|
|
12
15
|
"socket.io-client": "4.8.1",
|
|
13
16
|
"sql-formatter": "15.6.10",
|
|
14
|
-
"zod": "
|
|
15
|
-
"@activepieces/pieces-common": "0.
|
|
16
|
-
"@activepieces/pieces-framework": "0.
|
|
17
|
-
"@activepieces/shared": "0.
|
|
17
|
+
"zod": "4.1.13",
|
|
18
|
+
"@activepieces/pieces-common": "0.11.2",
|
|
19
|
+
"@activepieces/pieces-framework": "0.24.0",
|
|
20
|
+
"@activepieces/shared": "0.32.0",
|
|
18
21
|
"tslib": "2.6.2"
|
|
19
22
|
},
|
|
20
23
|
"resolutions": {
|
package/src/i18n/de.json
CHANGED
|
@@ -25,21 +25,27 @@
|
|
|
25
25
|
"Method": "Methode",
|
|
26
26
|
"Headers": "Kopfzeilen",
|
|
27
27
|
"Query Parameters": "Abfrageparameter",
|
|
28
|
+
"Body Type": "Körpertyp",
|
|
28
29
|
"Body": "Körper",
|
|
29
30
|
"Response is Binary ?": "Antwort ist binär?",
|
|
30
31
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
31
32
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
33
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
32
34
|
"The ID of the vendor to retrieve.": "Die ID des zu holenden Verkäufers.",
|
|
33
35
|
"The ID of the customer to retrieve.": "Die ID des Kunden zu ermitteln.",
|
|
34
36
|
"\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n": "\n- **DO NOT** fügen Sie dynamische Eingaben direkt in den Abfrage-String ein. Stattdessen :1, :2, verwenden :3 und fügen Sie sie in Args für parametrierte Abfragen\n- Argumente werden als String behandelt und als [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n eingefügt",
|
|
35
37
|
"Please use :1, :2, :3 etc. for parameterized queries": "Bitte verwenden Sie :1, :2, :3 etc. für parametrierte Abfragen",
|
|
36
38
|
"Arguments to be used in the query": "Argumente, die in der Abfrage verwendet werden sollen",
|
|
37
39
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
38
|
-
"Enable for files like PDFs, images, etc
|
|
40
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
39
41
|
"GET": "ERHALTEN",
|
|
40
42
|
"POST": "POST",
|
|
41
43
|
"PATCH": "PATCH",
|
|
42
44
|
"PUT": "PUT",
|
|
43
45
|
"DELETE": "LÖSCHEN",
|
|
44
|
-
"HEAD": "HEAD"
|
|
46
|
+
"HEAD": "HEAD",
|
|
47
|
+
"None": "Keine",
|
|
48
|
+
"JSON": "JSON",
|
|
49
|
+
"Form Data": "Formulardaten",
|
|
50
|
+
"Raw": "Rohe"
|
|
45
51
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -25,21 +25,27 @@
|
|
|
25
25
|
"Method": "Método",
|
|
26
26
|
"Headers": "Encabezados",
|
|
27
27
|
"Query Parameters": "Parámetros de consulta",
|
|
28
|
+
"Body Type": "Tipo de cuerpo",
|
|
28
29
|
"Body": "Cuerpo",
|
|
29
30
|
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
30
31
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
31
32
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
33
|
+
"Follow redirects": "Seguir redirecciones",
|
|
32
34
|
"The ID of the vendor to retrieve.": "El ID del proveedor a recuperar.",
|
|
33
35
|
"The ID of the customer to retrieve.": "El ID del cliente a recuperar.",
|
|
34
36
|
"\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n": "\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n",
|
|
35
37
|
"Please use :1, :2, :3 etc. for parameterized queries": "Por favor usa :1, :2, :3 etc. para consultas parametrizadas",
|
|
36
38
|
"Arguments to be used in the query": "Argumentos a usar en la consulta",
|
|
37
39
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
38
|
-
"Enable for files like PDFs, images, etc
|
|
40
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
39
41
|
"GET": "RECOGER",
|
|
40
42
|
"POST": "POST",
|
|
41
43
|
"PATCH": "PATCH",
|
|
42
44
|
"PUT": "PUT",
|
|
43
45
|
"DELETE": "BORRAR",
|
|
44
|
-
"HEAD": "LIMPIO"
|
|
46
|
+
"HEAD": "LIMPIO",
|
|
47
|
+
"None": "Ninguna",
|
|
48
|
+
"JSON": "JSON",
|
|
49
|
+
"Form Data": "Datos de Formulario",
|
|
50
|
+
"Raw": "Rápido"
|
|
45
51
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -25,21 +25,27 @@
|
|
|
25
25
|
"Method": "Méthode",
|
|
26
26
|
"Headers": "Headers",
|
|
27
27
|
"Query Parameters": "Paramètres de requête",
|
|
28
|
+
"Body Type": "Body Type",
|
|
28
29
|
"Body": "Body",
|
|
29
30
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
30
31
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
31
32
|
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
33
|
+
"Follow redirects": "Suivre les redirections",
|
|
32
34
|
"The ID of the vendor to retrieve.": "L'ID du vendeur à récupérer.",
|
|
33
35
|
"The ID of the customer to retrieve.": "L'ID du client à récupérer.",
|
|
34
36
|
"\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n": "\n- **NE PAS** insérer une entrée dynamique directement dans la chaîne de requête. Utilisez plutôt :1, :2, :3 et ajoutez-les dans args pour les requêtes paramétrées\n- Les arguments sont traités comme une chaîne et insérés comme un [texte littéral](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n",
|
|
35
37
|
"Please use :1, :2, :3 etc. for parameterized queries": "Veuillez utiliser :1, :2, :3 etc. pour les requêtes paramétrées",
|
|
36
38
|
"Arguments to be used in the query": "Arguments à utiliser dans la requête",
|
|
37
39
|
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
38
|
-
"Enable for files like PDFs, images, etc
|
|
40
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
39
41
|
"GET": "GET",
|
|
40
42
|
"POST": "POST",
|
|
41
43
|
"PATCH": "PATCH",
|
|
42
44
|
"PUT": "PUT",
|
|
43
45
|
"DELETE": "DELETE",
|
|
44
|
-
"HEAD": "HEAD"
|
|
46
|
+
"HEAD": "HEAD",
|
|
47
|
+
"None": "Aucun",
|
|
48
|
+
"JSON": "JSON",
|
|
49
|
+
"Form Data": "Données du formulaire",
|
|
50
|
+
"Raw": "Brut"
|
|
45
51
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -25,21 +25,27 @@
|
|
|
25
25
|
"Method": "方法",
|
|
26
26
|
"Headers": "ヘッダー",
|
|
27
27
|
"Query Parameters": "クエリパラメータ",
|
|
28
|
+
"Body Type": "ボディタイプ",
|
|
28
29
|
"Body": "本文",
|
|
29
30
|
"Response is Binary ?": "応答はバイナリですか?",
|
|
30
31
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
31
32
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
33
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
32
34
|
"The ID of the vendor to retrieve.": "取得するベンダID。",
|
|
33
35
|
"The ID of the customer to retrieve.": "取得する顧客ID。",
|
|
34
36
|
"\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n": "\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n",
|
|
35
37
|
"Please use :1, :2, :3 etc. for parameterized queries": "パラメータ化されたクエリには、:1、:2、:3などを使用してください",
|
|
36
38
|
"Arguments to be used in the query": "クエリで使用する引数",
|
|
37
39
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
38
|
-
"Enable for files like PDFs, images, etc
|
|
40
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
39
41
|
"GET": "取得",
|
|
40
42
|
"POST": "POST",
|
|
41
43
|
"PATCH": "PATCH",
|
|
42
44
|
"PUT": "PUT",
|
|
43
45
|
"DELETE": "削除",
|
|
44
|
-
"HEAD": "頭"
|
|
46
|
+
"HEAD": "頭",
|
|
47
|
+
"None": "なし",
|
|
48
|
+
"JSON": "JSON",
|
|
49
|
+
"Form Data": "フォームデータ",
|
|
50
|
+
"Raw": "Raw"
|
|
45
51
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -25,21 +25,27 @@
|
|
|
25
25
|
"Method": "Methode",
|
|
26
26
|
"Headers": "Kopteksten",
|
|
27
27
|
"Query Parameters": "Query parameters",
|
|
28
|
+
"Body Type": "Type lichaam",
|
|
28
29
|
"Body": "Lichaam",
|
|
29
30
|
"Response is Binary ?": "Antwoord is binair?",
|
|
30
31
|
"No Error on Failure": "Geen fout bij fout",
|
|
31
32
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
33
|
+
"Follow redirects": "Volg omleidingen",
|
|
32
34
|
"The ID of the vendor to retrieve.": "De ID van de verkoper die opgehaald moet worden.",
|
|
33
35
|
"The ID of the customer to retrieve.": "Het ID van de op te halen klant.",
|
|
34
36
|
"\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n": "\n- **NIET** voeg dynamische invoer rechtstreeks in de querystring in. Gebruik in plaats daarvan :1, :2, :3 en voeg ze toe in args voor geparameteriseerde queries\n- Argumenten worden behandeld als een tekst en ingevoegd als een [Tekst Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n",
|
|
35
37
|
"Please use :1, :2, :3 etc. for parameterized queries": "Gebruik :1, :2, :3 etc. voor geparameteriseerde zoekopdrachten",
|
|
36
38
|
"Arguments to be used in the query": "Argumenten te gebruiken in de query",
|
|
37
39
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
38
|
-
"Enable for files like PDFs, images, etc
|
|
40
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
39
41
|
"GET": "KRIJG",
|
|
40
42
|
"POST": "POSTE",
|
|
41
43
|
"PATCH": "BEKIJK",
|
|
42
44
|
"PUT": "PUT",
|
|
43
45
|
"DELETE": "VERWIJDEREN",
|
|
44
|
-
"HEAD": "HOOFD"
|
|
46
|
+
"HEAD": "HOOFD",
|
|
47
|
+
"None": "geen",
|
|
48
|
+
"JSON": "JSON",
|
|
49
|
+
"Form Data": "Formulieren gegevens",
|
|
50
|
+
"Raw": "Onbewerkte"
|
|
45
51
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -25,21 +25,27 @@
|
|
|
25
25
|
"Method": "Método",
|
|
26
26
|
"Headers": "Cabeçalhos",
|
|
27
27
|
"Query Parameters": "Parâmetros da consulta",
|
|
28
|
+
"Body Type": "Tipo de Corpo",
|
|
28
29
|
"Body": "Conteúdo",
|
|
29
30
|
"Response is Binary ?": "A resposta é binária ?",
|
|
30
31
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
31
32
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
33
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
32
34
|
"The ID of the vendor to retrieve.": "O ID do fornecedor a recuperar.",
|
|
33
35
|
"The ID of the customer to retrieve.": "O ID do cliente a recuperar.",
|
|
34
36
|
"\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n": "\n- **NÃO** insira a entrada dinâmica diretamente na string de consulta. Ao invés disso, use :1, :2, :3 e adicione-os em argumentos para consultas parametrizadas\n- Os argumentos são tratados como string e inseridos como um [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n",
|
|
35
37
|
"Please use :1, :2, :3 etc. for parameterized queries": "Por favor, use :1, :2, :3, etc. para consultas parametrizadas",
|
|
36
38
|
"Arguments to be used in the query": "Argumentos a serem usados na consulta",
|
|
37
39
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
38
|
-
"Enable for files like PDFs, images, etc
|
|
40
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
39
41
|
"GET": "OBTER",
|
|
40
42
|
"POST": "POSTAR",
|
|
41
43
|
"PATCH": "COMPRAR",
|
|
42
44
|
"PUT": "COLOCAR",
|
|
43
45
|
"DELETE": "EXCLUIR",
|
|
44
|
-
"HEAD": "CABEÇA"
|
|
46
|
+
"HEAD": "CABEÇA",
|
|
47
|
+
"None": "Nenhuma",
|
|
48
|
+
"JSON": "JSON",
|
|
49
|
+
"Form Data": "Dados de Formulário",
|
|
50
|
+
"Raw": "RAW"
|
|
45
51
|
}
|
|
@@ -25,21 +25,27 @@
|
|
|
25
25
|
"Method": "Method",
|
|
26
26
|
"Headers": "Headers",
|
|
27
27
|
"Query Parameters": "Query Parameters",
|
|
28
|
+
"Body Type": "Body Type",
|
|
28
29
|
"Body": "Body",
|
|
29
30
|
"Response is Binary ?": "Response is Binary ?",
|
|
30
31
|
"No Error on Failure": "No Error on Failure",
|
|
31
32
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
33
|
+
"Follow redirects": "Follow redirects",
|
|
32
34
|
"The ID of the vendor to retrieve.": "The ID of the vendor to retrieve.",
|
|
33
35
|
"The ID of the customer to retrieve.": "The ID of the customer to retrieve.",
|
|
34
36
|
"\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n": "\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n",
|
|
35
37
|
"Please use :1, :2, :3 etc. for parameterized queries": "Please use :1, :2, :3 etc. for parameterized queries",
|
|
36
38
|
"Arguments to be used in the query": "Arguments to be used in the query",
|
|
37
39
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
38
|
-
"Enable for files like PDFs, images, etc
|
|
40
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
39
41
|
"GET": "GET",
|
|
40
42
|
"POST": "POST",
|
|
41
43
|
"PATCH": "PATCH",
|
|
42
44
|
"PUT": "PUT",
|
|
43
45
|
"DELETE": "DELETE",
|
|
44
|
-
"HEAD": "HEAD"
|
|
46
|
+
"HEAD": "HEAD",
|
|
47
|
+
"None": "None",
|
|
48
|
+
"JSON": "JSON",
|
|
49
|
+
"Form Data": "Form Data",
|
|
50
|
+
"Raw": "Raw"
|
|
45
51
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -25,21 +25,27 @@
|
|
|
25
25
|
"Method": "方法",
|
|
26
26
|
"Headers": "信头",
|
|
27
27
|
"Query Parameters": "查询参数",
|
|
28
|
+
"Body Type": "Body Type",
|
|
28
29
|
"Body": "正文内容",
|
|
29
30
|
"Response is Binary ?": "Response is Binary ?",
|
|
30
31
|
"No Error on Failure": "失败时没有错误",
|
|
31
32
|
"Timeout (in seconds)": "超时(秒)",
|
|
33
|
+
"Follow redirects": "Follow redirects",
|
|
32
34
|
"The ID of the vendor to retrieve.": "The ID of the vendor to retrieve.",
|
|
33
35
|
"The ID of the customer to retrieve.": "The ID of the customer to retrieve.",
|
|
34
36
|
"\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n": "\n- **DO NOT** insert dynamic input directly into the query string. Instead, use :1, :2, :3 and add them in args for parameterized queries\n- Arguments are treated as string and inserted as a [Text Literal](https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/Literals.html)\n",
|
|
35
37
|
"Please use :1, :2, :3 etc. for parameterized queries": "Please use :1, :2, :3 etc. for parameterized queries",
|
|
36
38
|
"Arguments to be used in the query": "Arguments to be used in the query",
|
|
37
39
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
38
|
-
"Enable for files like PDFs, images, etc
|
|
40
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
39
41
|
"GET": "获取",
|
|
40
42
|
"POST": "帖子",
|
|
41
43
|
"PATCH": "PATCH",
|
|
42
44
|
"PUT": "弹出",
|
|
43
45
|
"DELETE": "删除",
|
|
44
|
-
"HEAD": "黑色"
|
|
46
|
+
"HEAD": "黑色",
|
|
47
|
+
"None": "无",
|
|
48
|
+
"JSON": "JSON",
|
|
49
|
+
"Form Data": "表单数据",
|
|
50
|
+
"Raw": "原始文件"
|
|
45
51
|
}
|
package/src/index.js
CHANGED
|
@@ -51,12 +51,15 @@ exports.netsuite = (0, pieces_framework_1.createPiece)({
|
|
|
51
51
|
run_suiteql_1.runSuiteQL,
|
|
52
52
|
(0, pieces_common_1.createCustomApiCallAction)({
|
|
53
53
|
baseUrl: (auth) => {
|
|
54
|
-
|
|
54
|
+
if (!auth) {
|
|
55
|
+
return '';
|
|
56
|
+
}
|
|
57
|
+
const authValue = auth.props;
|
|
55
58
|
return `https://${authValue.accountId}.suitetalk.api.netsuite.com`;
|
|
56
59
|
},
|
|
57
60
|
auth: exports.netsuiteAuth,
|
|
58
61
|
authMapping: (auth, propsValue) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
|
|
59
|
-
const authValue = auth;
|
|
62
|
+
const authValue = auth.props;
|
|
60
63
|
const authHeader = (0, oauth_1.createOAuthHeader)(authValue.accountId, authValue.consumerKey, authValue.consumerSecret, authValue.tokenId, authValue.tokenSecret, propsValue['url']['url'], propsValue['method'], propsValue['queryParams']);
|
|
61
64
|
return {
|
|
62
65
|
Authorization: authHeader,
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/netsuite/src/index.ts"],"names":[],"mappings":";;;;AAAA,qEAKwC;AACxC,yDAAqD;AACrD,6DAAyD;AACzD,2DAAuD;AACvD,iDAAqD;AACrD,+DAAwE;AACxE,uCAAgD;AAEnC,QAAA,YAAY,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC/C,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE;QACL,SAAS,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC5B,WAAW,EAAE,YAAY;YACzB,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,0BAA0B;SACxC,CAAC;QACF,WAAW,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC9B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,4BAA4B;SAC1C,CAAC;QACF,cAAc,EAAE,4BAAS,CAAC,UAAU,CAAC;YACnC,WAAW,EAAE,iBAAiB;YAC9B,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,+BAA+B;SAC7C,CAAC;QACF,OAAO,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC1B,WAAW,EAAE,UAAU;YACvB,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,wBAAwB;SACtC,CAAC;QACF,WAAW,EAAE,4BAAS,CAAC,UAAU,CAAC;YAChC,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,4BAA4B;SAC1C,CAAC;KACH;CACF,CAAC,CAAC;AAEU,QAAA,QAAQ,GAAG,IAAA,8BAAW,EAAC;IAClC,WAAW,EAAE,UAAU;IACvB,OAAO,EAAE,kDAAkD;IAC3D,UAAU,EAAE,CAAC,sBAAa,CAAC,UAAU,CAAC;IACtC,IAAI,EAAE,oBAAY;IAClB,OAAO,EAAE,CAAC,SAAS,EAAE,cAAc,CAAC;IACpC,OAAO,EAAE;QACP,sBAAS;QACT,0BAAW;QACX,wBAAU;QACV,IAAA,yCAAyB,EAAC;YACxB,OAAO,EAAE,CAAC,IAAI,EAAE,EAAE;gBAChB,MAAM,SAAS,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/netsuite/src/index.ts"],"names":[],"mappings":";;;;AAAA,qEAKwC;AACxC,yDAAqD;AACrD,6DAAyD;AACzD,2DAAuD;AACvD,iDAAqD;AACrD,+DAAwE;AACxE,uCAAgD;AAEnC,QAAA,YAAY,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC/C,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE;QACL,SAAS,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC5B,WAAW,EAAE,YAAY;YACzB,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,0BAA0B;SACxC,CAAC;QACF,WAAW,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC9B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,4BAA4B;SAC1C,CAAC;QACF,cAAc,EAAE,4BAAS,CAAC,UAAU,CAAC;YACnC,WAAW,EAAE,iBAAiB;YAC9B,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,+BAA+B;SAC7C,CAAC;QACF,OAAO,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC1B,WAAW,EAAE,UAAU;YACvB,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,wBAAwB;SACtC,CAAC;QACF,WAAW,EAAE,4BAAS,CAAC,UAAU,CAAC;YAChC,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,4BAA4B;SAC1C,CAAC;KACH;CACF,CAAC,CAAC;AAEU,QAAA,QAAQ,GAAG,IAAA,8BAAW,EAAC;IAClC,WAAW,EAAE,UAAU;IACvB,OAAO,EAAE,kDAAkD;IAC3D,UAAU,EAAE,CAAC,sBAAa,CAAC,UAAU,CAAC;IACtC,IAAI,EAAE,oBAAY;IAClB,OAAO,EAAE,CAAC,SAAS,EAAE,cAAc,CAAC;IACpC,OAAO,EAAE;QACP,sBAAS;QACT,0BAAW;QACX,wBAAU;QACV,IAAA,yCAAyB,EAAC;YACxB,OAAO,EAAE,CAAC,IAAI,EAAE,EAAE;gBAChB,IAAI,CAAC,IAAI,EAAE,CAAC;oBACV,OAAO,EAAE,CAAC;gBACZ,CAAC;gBACD,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC;gBAC7B,OAAO,WAAW,SAAS,CAAC,SAAS,6BAA6B,CAAC;YACrE,CAAC;YACD,IAAI,EAAE,oBAAY;YAClB,WAAW,EAAE,CAAO,IAAI,EAAE,UAAU,EAAE,EAAE;gBACtC,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC;gBAE7B,MAAM,UAAU,GAAG,IAAA,yBAAiB,EAClC,SAAS,CAAC,SAAS,EACnB,SAAS,CAAC,WAAW,EACrB,SAAS,CAAC,cAAc,EACxB,SAAS,CAAC,OAAO,EACjB,SAAS,CAAC,WAAW,EACrB,UAAU,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,EACxB,UAAU,CAAC,QAAQ,CAAC,EACpB,UAAU,CAAC,aAAa,CAAC,CAC1B,CAAC;gBAEF,OAAO;oBACL,aAAa,EAAE,UAAU;oBACzB,MAAM,EAAE,WAAW;oBACnB,MAAM,EAAE,4BAA4B;iBACrC,CAAC;YACJ,CAAC,CAAA;SACF,CAAC;KACH;IACD,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
|
|
@@ -20,7 +20,7 @@ exports.getCustomer = (0, pieces_framework_1.createAction)({
|
|
|
20
20
|
},
|
|
21
21
|
run(context) {
|
|
22
22
|
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const { accountId, consumerKey, consumerSecret, tokenId, tokenSecret } = context.auth;
|
|
23
|
+
const { accountId, consumerKey, consumerSecret, tokenId, tokenSecret } = context.auth.props;
|
|
24
24
|
const { customerId } = context.propsValue;
|
|
25
25
|
const requestUrl = `https://${accountId}.suitetalk.api.netsuite.com/services/rest/record/v1/customer/${customerId}`;
|
|
26
26
|
const httpMethod = pieces_common_1.HttpMethod.GET;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-customer.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/netsuite/src/lib/actions/get-customer.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAqE;AACrE,6BAAqC;AACrC,oCAA6C;AAEhC,QAAA,WAAW,GAAG,IAAA,+BAAY,EAAC;IACtC,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,gBAAY;IAClB,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,sCAAsC;IACnD,KAAK,EAAE;QACL,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC7B,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,qCAAqC;SACnD,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,EAAE,OAAO,EAAE,WAAW,EAAE,GACpE,OAAO,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"get-customer.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/netsuite/src/lib/actions/get-customer.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAqE;AACrE,6BAAqC;AACrC,oCAA6C;AAEhC,QAAA,WAAW,GAAG,IAAA,+BAAY,EAAC;IACtC,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,gBAAY;IAClB,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,sCAAsC;IACnD,KAAK,EAAE;QACL,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC7B,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,qCAAqC;SACnD,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,EAAE,OAAO,EAAE,WAAW,EAAE,GACpE,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC;YACrB,MAAM,EAAE,UAAU,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC;YAE1C,MAAM,UAAU,GAAG,WAAW,SAAS,gEAAgE,UAAU,EAAE,CAAC;YACpH,MAAM,UAAU,GAAG,0BAAU,CAAC,GAAG,CAAC;YAElC,MAAM,UAAU,GAAG,IAAA,yBAAiB,EAClC,SAAS,EACT,WAAW,EACX,cAAc,EACd,OAAO,EACP,WAAW,EACX,UAAU,EACV,UAAU,CACX,CAAC;YAEF,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC5C,MAAM,EAAE,UAAU;gBAClB,GAAG,EAAE,UAAU;gBACf,OAAO,EAAE;oBACP,aAAa,EAAE,UAAU;oBACzB,MAAM,EAAE,WAAW;oBACnB,MAAM,EAAE,4BAA4B;iBACrC;aACF,CAAC,CAAC;YAEH,OAAO,QAAQ,CAAC,IAAI,CAAC;QACvB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -20,7 +20,7 @@ exports.getVendor = (0, pieces_framework_1.createAction)({
|
|
|
20
20
|
},
|
|
21
21
|
run(context) {
|
|
22
22
|
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const { accountId, consumerKey, consumerSecret, tokenId, tokenSecret } = context.auth;
|
|
23
|
+
const { accountId, consumerKey, consumerSecret, tokenId, tokenSecret } = context.auth.props;
|
|
24
24
|
const { vendorId } = context.propsValue;
|
|
25
25
|
const requestUrl = `https://${accountId}.suitetalk.api.netsuite.com/services/rest/record/v1/vendor/${vendorId}`;
|
|
26
26
|
const httpMethod = pieces_common_1.HttpMethod.GET;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-vendor.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/netsuite/src/lib/actions/get-vendor.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAqE;AACrE,6BAAqC;AACrC,oCAA6C;AAEhC,QAAA,SAAS,GAAG,IAAA,+BAAY,EAAC;IACpC,IAAI,EAAE,WAAW;IACjB,IAAI,EAAE,gBAAY;IAClB,WAAW,EAAE,YAAY;IACzB,WAAW,EAAE,oCAAoC;IACjD,KAAK,EAAE;QACL,QAAQ,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC3B,WAAW,EAAE,WAAW;YACxB,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,mCAAmC;SACjD,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,EAAE,OAAO,EAAE,WAAW,EAAE,GACpE,OAAO,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"get-vendor.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/netsuite/src/lib/actions/get-vendor.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAqE;AACrE,6BAAqC;AACrC,oCAA6C;AAEhC,QAAA,SAAS,GAAG,IAAA,+BAAY,EAAC;IACpC,IAAI,EAAE,WAAW;IACjB,IAAI,EAAE,gBAAY;IAClB,WAAW,EAAE,YAAY;IACzB,WAAW,EAAE,oCAAoC;IACjD,KAAK,EAAE;QACL,QAAQ,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC3B,WAAW,EAAE,WAAW;YACxB,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,mCAAmC;SACjD,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,EAAE,OAAO,EAAE,WAAW,EAAE,GACpE,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC;YACrB,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC;YAExC,MAAM,UAAU,GAAG,WAAW,SAAS,8DAA8D,QAAQ,EAAE,CAAC;YAChH,MAAM,UAAU,GAAG,0BAAU,CAAC,GAAG,CAAC;YAElC,MAAM,UAAU,GAAG,IAAA,yBAAiB,EAClC,SAAS,EACT,WAAW,EACX,cAAc,EACd,OAAO,EACP,WAAW,EACX,UAAU,EACV,UAAU,CACX,CAAC;YAEF,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC5C,MAAM,EAAE,UAAU;gBAClB,GAAG,EAAE,UAAU;gBACf,OAAO,EAAE;oBACP,aAAa,EAAE,UAAU;oBACzB,MAAM,EAAE,WAAW;oBACnB,MAAM,EAAE,4BAA4B;iBACrC;aACF,CAAC,CAAC;YAEH,OAAO,QAAQ,CAAC,IAAI,CAAC;QACvB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -35,7 +35,7 @@ exports.runSuiteQL = (0, pieces_framework_1.createAction)({
|
|
|
35
35
|
run(context) {
|
|
36
36
|
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
37
37
|
var _a, _b;
|
|
38
|
-
const { accountId, consumerKey, consumerSecret, tokenId, tokenSecret } = context.auth;
|
|
38
|
+
const { accountId, consumerKey, consumerSecret, tokenId, tokenSecret } = context.auth.props;
|
|
39
39
|
const query = context.propsValue.query;
|
|
40
40
|
const args = context.propsValue.args || [];
|
|
41
41
|
// numbered placeholders: https://github.com/sql-formatter-org/sql-formatter/blob/master/docs/params.md#numbered-placeholders
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run-suiteql.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/netsuite/src/lib/actions/run-suiteql.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAqE;AACrE,6BAAqC;AACrC,oCAA6C;AAC7C,iDAAgE;AAEhE,MAAM,SAAS,GAAG,IAAI,CAAC;AAEvB,MAAM,MAAM,GAAG;;;CAGd,CAAC;AAEW,QAAA,UAAU,GAAG,IAAA,+BAAY,EAAC;IACrC,IAAI,EAAE,YAAY;IAClB,IAAI,EAAE,gBAAY;IAClB,WAAW,EAAE,mBAAmB;IAChC,WAAW,EAAE,gCAAgC;IAC7C,KAAK,EAAE;QACL,QAAQ,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC1B,KAAK,EAAE,MAAM;SACd,CAAC;QAEF,KAAK,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACxB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,sDAAsD;YACnE,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,IAAI,EAAE,2BAAQ,CAAC,KAAK,CAAC;YACnB,WAAW,EAAE,WAAW;YACxB,WAAW,EAAE,mCAAmC;YAChD,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,EAAE,OAAO,EAAE,WAAW,EAAE,GACpE,OAAO,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"run-suiteql.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/netsuite/src/lib/actions/run-suiteql.ts"],"names":[],"mappings":"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"}
|