@n8n-dev/n8n-nodes-jumpseller 1.0.0
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/README.md +397 -0
- package/dist/banner.svg +81 -0
- package/dist/credentials/JumpsellerApi.credentials.d.ts +9 -0
- package/dist/credentials/JumpsellerApi.credentials.js +40 -0
- package/dist/credentials/JumpsellerApi.credentials.js.map +1 -0
- package/dist/icons/jumpseller.dark.png +0 -0
- package/dist/icons/jumpseller.png +0 -0
- package/dist/nodes/Jumpseller/Jumpseller.node.d.ts +4 -0
- package/dist/nodes/Jumpseller/Jumpseller.node.js +243 -0
- package/dist/nodes/Jumpseller/Jumpseller.node.js.map +1 -0
- package/dist/nodes/Jumpseller/Jumpseller.node.json +20 -0
- package/dist/nodes/Jumpseller/jumpseller.dark.png +0 -0
- package/dist/nodes/Jumpseller/jumpseller.png +0 -0
- package/dist/nodes/Jumpseller/resources/apps/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/apps/index.js +414 -0
- package/dist/nodes/Jumpseller/resources/apps/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/categories/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/categories/index.js +622 -0
- package/dist/nodes/Jumpseller/resources/categories/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/checkout-custom-fields/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/checkout-custom-fields/index.js +589 -0
- package/dist/nodes/Jumpseller/resources/checkout-custom-fields/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/countries/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/countries/index.js +426 -0
- package/dist/nodes/Jumpseller/resources/countries/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/custom-field-select-options/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/custom-field-select-options/index.js +510 -0
- package/dist/nodes/Jumpseller/resources/custom-field-select-options/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/custom-fields/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/custom-fields/index.js +658 -0
- package/dist/nodes/Jumpseller/resources/custom-fields/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/customer-additional-fields/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/customer-additional-fields/index.js +510 -0
- package/dist/nodes/Jumpseller/resources/customer-additional-fields/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/customer-categories/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/customer-categories/index.js +940 -0
- package/dist/nodes/Jumpseller/resources/customer-categories/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/customers/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/customers/index.js +773 -0
- package/dist/nodes/Jumpseller/resources/customers/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/fulfillments/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/fulfillments/index.js +440 -0
- package/dist/nodes/Jumpseller/resources/fulfillments/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/hooks/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/hooks/index.js +589 -0
- package/dist/nodes/Jumpseller/resources/hooks/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/index.d.ts +28 -0
- package/dist/nodes/Jumpseller/resources/index.js +60 -0
- package/dist/nodes/Jumpseller/resources/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/orders/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/orders/index.js +1029 -0
- package/dist/nodes/Jumpseller/resources/orders/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/pages/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/pages/index.js +672 -0
- package/dist/nodes/Jumpseller/resources/pages/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/partners/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/partners/index.js +588 -0
- package/dist/nodes/Jumpseller/resources/partners/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/payment-methods/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/payment-methods/index.js +206 -0
- package/dist/nodes/Jumpseller/resources/payment-methods/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-attachments/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-attachments/index.js +587 -0
- package/dist/nodes/Jumpseller/resources/product-attachments/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-custom-fields/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-custom-fields/index.js +587 -0
- package/dist/nodes/Jumpseller/resources/product-custom-fields/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-digital-products/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-digital-products/index.js +587 -0
- package/dist/nodes/Jumpseller/resources/product-digital-products/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-images/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-images/index.js +587 -0
- package/dist/nodes/Jumpseller/resources/product-images/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-option-values/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-option-values/index.js +838 -0
- package/dist/nodes/Jumpseller/resources/product-option-values/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-options/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-options/index.js +730 -0
- package/dist/nodes/Jumpseller/resources/product-options/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-variants/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-variants/index.js +611 -0
- package/dist/nodes/Jumpseller/resources/product-variants/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/products/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/products/index.js +1627 -0
- package/dist/nodes/Jumpseller/resources/products/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/promotions/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/promotions/index.js +589 -0
- package/dist/nodes/Jumpseller/resources/promotions/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/regions/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/regions/index.js +242 -0
- package/dist/nodes/Jumpseller/resources/regions/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/shipping-methods/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/shipping-methods/index.js +539 -0
- package/dist/nodes/Jumpseller/resources/shipping-methods/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/stores/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/stores/index.js +188 -0
- package/dist/nodes/Jumpseller/resources/stores/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/taxes/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/taxes/index.js +313 -0
- package/dist/nodes/Jumpseller/resources/taxes/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.storesDescription = void 0;
|
|
4
|
+
exports.storesDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Stores"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "GET Store Info JSON",
|
|
20
|
+
"value": "GET Store Info JSON",
|
|
21
|
+
"action": "Retrieve Store Information.",
|
|
22
|
+
"description": "Retrieve Store Information.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/store/info.json"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "GET Store Languages JSON",
|
|
32
|
+
"value": "GET Store Languages JSON",
|
|
33
|
+
"action": "Retrieve Store Languages.",
|
|
34
|
+
"description": "Retrieve Store Languages.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/store/languages.json"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"default": ""
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"displayName": "GET /store/info.json",
|
|
47
|
+
"name": "operation",
|
|
48
|
+
"type": "notice",
|
|
49
|
+
"typeOptions": {
|
|
50
|
+
"theme": "info"
|
|
51
|
+
},
|
|
52
|
+
"default": "",
|
|
53
|
+
"displayOptions": {
|
|
54
|
+
"show": {
|
|
55
|
+
"resource": [
|
|
56
|
+
"Stores"
|
|
57
|
+
],
|
|
58
|
+
"operation": [
|
|
59
|
+
"GET Store Info JSON"
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"displayName": "Login",
|
|
66
|
+
"name": "login",
|
|
67
|
+
"required": true,
|
|
68
|
+
"description": "API OAuth login.",
|
|
69
|
+
"default": "",
|
|
70
|
+
"type": "string",
|
|
71
|
+
"routing": {
|
|
72
|
+
"send": {
|
|
73
|
+
"type": "query",
|
|
74
|
+
"property": "login",
|
|
75
|
+
"value": "={{ $value }}",
|
|
76
|
+
"propertyInDotNotation": false
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"displayOptions": {
|
|
80
|
+
"show": {
|
|
81
|
+
"resource": [
|
|
82
|
+
"Stores"
|
|
83
|
+
],
|
|
84
|
+
"operation": [
|
|
85
|
+
"GET Store Info JSON"
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"displayName": "Authtoken",
|
|
92
|
+
"name": "authtoken",
|
|
93
|
+
"required": true,
|
|
94
|
+
"description": "API OAuth token.",
|
|
95
|
+
"default": "",
|
|
96
|
+
"type": "string",
|
|
97
|
+
"routing": {
|
|
98
|
+
"send": {
|
|
99
|
+
"type": "query",
|
|
100
|
+
"property": "authtoken",
|
|
101
|
+
"value": "={{ $value }}",
|
|
102
|
+
"propertyInDotNotation": false
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"displayOptions": {
|
|
106
|
+
"show": {
|
|
107
|
+
"resource": [
|
|
108
|
+
"Stores"
|
|
109
|
+
],
|
|
110
|
+
"operation": [
|
|
111
|
+
"GET Store Info JSON"
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"displayName": "GET /store/languages.json",
|
|
118
|
+
"name": "operation",
|
|
119
|
+
"type": "notice",
|
|
120
|
+
"typeOptions": {
|
|
121
|
+
"theme": "info"
|
|
122
|
+
},
|
|
123
|
+
"default": "",
|
|
124
|
+
"displayOptions": {
|
|
125
|
+
"show": {
|
|
126
|
+
"resource": [
|
|
127
|
+
"Stores"
|
|
128
|
+
],
|
|
129
|
+
"operation": [
|
|
130
|
+
"GET Store Languages JSON"
|
|
131
|
+
]
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"displayName": "Login",
|
|
137
|
+
"name": "login",
|
|
138
|
+
"required": true,
|
|
139
|
+
"description": "API OAuth login.",
|
|
140
|
+
"default": "",
|
|
141
|
+
"type": "string",
|
|
142
|
+
"routing": {
|
|
143
|
+
"send": {
|
|
144
|
+
"type": "query",
|
|
145
|
+
"property": "login",
|
|
146
|
+
"value": "={{ $value }}",
|
|
147
|
+
"propertyInDotNotation": false
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"displayOptions": {
|
|
151
|
+
"show": {
|
|
152
|
+
"resource": [
|
|
153
|
+
"Stores"
|
|
154
|
+
],
|
|
155
|
+
"operation": [
|
|
156
|
+
"GET Store Languages JSON"
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"displayName": "Authtoken",
|
|
163
|
+
"name": "authtoken",
|
|
164
|
+
"required": true,
|
|
165
|
+
"description": "API OAuth token.",
|
|
166
|
+
"default": "",
|
|
167
|
+
"type": "string",
|
|
168
|
+
"routing": {
|
|
169
|
+
"send": {
|
|
170
|
+
"type": "query",
|
|
171
|
+
"property": "authtoken",
|
|
172
|
+
"value": "={{ $value }}",
|
|
173
|
+
"propertyInDotNotation": false
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"displayOptions": {
|
|
177
|
+
"show": {
|
|
178
|
+
"resource": [
|
|
179
|
+
"Stores"
|
|
180
|
+
],
|
|
181
|
+
"operation": [
|
|
182
|
+
"GET Store Languages JSON"
|
|
183
|
+
]
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
];
|
|
188
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Jumpseller/resources/stores/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,313 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.taxesDescription = void 0;
|
|
4
|
+
exports.taxesDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Taxes"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "GET Taxes JSON",
|
|
20
|
+
"value": "GET Taxes JSON",
|
|
21
|
+
"action": "Retrieve all Taxes.",
|
|
22
|
+
"description": "Retrieve all Taxes.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/taxes.json"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "POST Taxes JSON",
|
|
32
|
+
"value": "POST Taxes JSON",
|
|
33
|
+
"action": "Create a new Tax.",
|
|
34
|
+
"description": "Create a new Tax.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/taxes.json"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "GET Taxes",
|
|
44
|
+
"value": "GET Taxes",
|
|
45
|
+
"action": "Retrieve a single Tax information.",
|
|
46
|
+
"description": "Retrieve a single Tax information.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/taxes/{{$parameter[\"id\"]}}.json"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"default": ""
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"displayName": "GET /taxes.json",
|
|
59
|
+
"name": "operation",
|
|
60
|
+
"type": "notice",
|
|
61
|
+
"typeOptions": {
|
|
62
|
+
"theme": "info"
|
|
63
|
+
},
|
|
64
|
+
"default": "",
|
|
65
|
+
"displayOptions": {
|
|
66
|
+
"show": {
|
|
67
|
+
"resource": [
|
|
68
|
+
"Taxes"
|
|
69
|
+
],
|
|
70
|
+
"operation": [
|
|
71
|
+
"GET Taxes JSON"
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"displayName": "Login",
|
|
78
|
+
"name": "login",
|
|
79
|
+
"required": true,
|
|
80
|
+
"description": "API OAuth login.",
|
|
81
|
+
"default": "",
|
|
82
|
+
"type": "string",
|
|
83
|
+
"routing": {
|
|
84
|
+
"send": {
|
|
85
|
+
"type": "query",
|
|
86
|
+
"property": "login",
|
|
87
|
+
"value": "={{ $value }}",
|
|
88
|
+
"propertyInDotNotation": false
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"displayOptions": {
|
|
92
|
+
"show": {
|
|
93
|
+
"resource": [
|
|
94
|
+
"Taxes"
|
|
95
|
+
],
|
|
96
|
+
"operation": [
|
|
97
|
+
"GET Taxes JSON"
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"displayName": "Authtoken",
|
|
104
|
+
"name": "authtoken",
|
|
105
|
+
"required": true,
|
|
106
|
+
"description": "API OAuth token.",
|
|
107
|
+
"default": "",
|
|
108
|
+
"type": "string",
|
|
109
|
+
"routing": {
|
|
110
|
+
"send": {
|
|
111
|
+
"type": "query",
|
|
112
|
+
"property": "authtoken",
|
|
113
|
+
"value": "={{ $value }}",
|
|
114
|
+
"propertyInDotNotation": false
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"displayOptions": {
|
|
118
|
+
"show": {
|
|
119
|
+
"resource": [
|
|
120
|
+
"Taxes"
|
|
121
|
+
],
|
|
122
|
+
"operation": [
|
|
123
|
+
"GET Taxes JSON"
|
|
124
|
+
]
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"displayName": "POST /taxes.json",
|
|
130
|
+
"name": "operation",
|
|
131
|
+
"type": "notice",
|
|
132
|
+
"typeOptions": {
|
|
133
|
+
"theme": "info"
|
|
134
|
+
},
|
|
135
|
+
"default": "",
|
|
136
|
+
"displayOptions": {
|
|
137
|
+
"show": {
|
|
138
|
+
"resource": [
|
|
139
|
+
"Taxes"
|
|
140
|
+
],
|
|
141
|
+
"operation": [
|
|
142
|
+
"POST Taxes JSON"
|
|
143
|
+
]
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"displayName": "Login",
|
|
149
|
+
"name": "login",
|
|
150
|
+
"required": true,
|
|
151
|
+
"description": "API OAuth login.",
|
|
152
|
+
"default": "",
|
|
153
|
+
"type": "string",
|
|
154
|
+
"routing": {
|
|
155
|
+
"send": {
|
|
156
|
+
"type": "query",
|
|
157
|
+
"property": "login",
|
|
158
|
+
"value": "={{ $value }}",
|
|
159
|
+
"propertyInDotNotation": false
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"displayOptions": {
|
|
163
|
+
"show": {
|
|
164
|
+
"resource": [
|
|
165
|
+
"Taxes"
|
|
166
|
+
],
|
|
167
|
+
"operation": [
|
|
168
|
+
"POST Taxes JSON"
|
|
169
|
+
]
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"displayName": "Authtoken",
|
|
175
|
+
"name": "authtoken",
|
|
176
|
+
"required": true,
|
|
177
|
+
"description": "API OAuth token.",
|
|
178
|
+
"default": "",
|
|
179
|
+
"type": "string",
|
|
180
|
+
"routing": {
|
|
181
|
+
"send": {
|
|
182
|
+
"type": "query",
|
|
183
|
+
"property": "authtoken",
|
|
184
|
+
"value": "={{ $value }}",
|
|
185
|
+
"propertyInDotNotation": false
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"displayOptions": {
|
|
189
|
+
"show": {
|
|
190
|
+
"resource": [
|
|
191
|
+
"Taxes"
|
|
192
|
+
],
|
|
193
|
+
"operation": [
|
|
194
|
+
"POST Taxes JSON"
|
|
195
|
+
]
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"displayName": "Tax",
|
|
201
|
+
"name": "tax",
|
|
202
|
+
"type": "json",
|
|
203
|
+
"default": "{\n \"fixed\": false,\n \"shipping\": false\n}",
|
|
204
|
+
"routing": {
|
|
205
|
+
"send": {
|
|
206
|
+
"property": "tax",
|
|
207
|
+
"propertyInDotNotation": false,
|
|
208
|
+
"type": "body",
|
|
209
|
+
"value": "={{ JSON.parse($value) }}"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"displayOptions": {
|
|
213
|
+
"show": {
|
|
214
|
+
"resource": [
|
|
215
|
+
"Taxes"
|
|
216
|
+
],
|
|
217
|
+
"operation": [
|
|
218
|
+
"POST Taxes JSON"
|
|
219
|
+
]
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"displayName": "GET /taxes/{id}.json",
|
|
225
|
+
"name": "operation",
|
|
226
|
+
"type": "notice",
|
|
227
|
+
"typeOptions": {
|
|
228
|
+
"theme": "info"
|
|
229
|
+
},
|
|
230
|
+
"default": "",
|
|
231
|
+
"displayOptions": {
|
|
232
|
+
"show": {
|
|
233
|
+
"resource": [
|
|
234
|
+
"Taxes"
|
|
235
|
+
],
|
|
236
|
+
"operation": [
|
|
237
|
+
"GET Taxes"
|
|
238
|
+
]
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"displayName": "Login",
|
|
244
|
+
"name": "login",
|
|
245
|
+
"required": true,
|
|
246
|
+
"description": "API OAuth login.",
|
|
247
|
+
"default": "",
|
|
248
|
+
"type": "string",
|
|
249
|
+
"routing": {
|
|
250
|
+
"send": {
|
|
251
|
+
"type": "query",
|
|
252
|
+
"property": "login",
|
|
253
|
+
"value": "={{ $value }}",
|
|
254
|
+
"propertyInDotNotation": false
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"displayOptions": {
|
|
258
|
+
"show": {
|
|
259
|
+
"resource": [
|
|
260
|
+
"Taxes"
|
|
261
|
+
],
|
|
262
|
+
"operation": [
|
|
263
|
+
"GET Taxes"
|
|
264
|
+
]
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"displayName": "Authtoken",
|
|
270
|
+
"name": "authtoken",
|
|
271
|
+
"required": true,
|
|
272
|
+
"description": "API OAuth token.",
|
|
273
|
+
"default": "",
|
|
274
|
+
"type": "string",
|
|
275
|
+
"routing": {
|
|
276
|
+
"send": {
|
|
277
|
+
"type": "query",
|
|
278
|
+
"property": "authtoken",
|
|
279
|
+
"value": "={{ $value }}",
|
|
280
|
+
"propertyInDotNotation": false
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"displayOptions": {
|
|
284
|
+
"show": {
|
|
285
|
+
"resource": [
|
|
286
|
+
"Taxes"
|
|
287
|
+
],
|
|
288
|
+
"operation": [
|
|
289
|
+
"GET Taxes"
|
|
290
|
+
]
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"displayName": "ID",
|
|
296
|
+
"name": "id",
|
|
297
|
+
"required": true,
|
|
298
|
+
"description": "Id of the Tax",
|
|
299
|
+
"default": 0,
|
|
300
|
+
"type": "number",
|
|
301
|
+
"displayOptions": {
|
|
302
|
+
"show": {
|
|
303
|
+
"resource": [
|
|
304
|
+
"Taxes"
|
|
305
|
+
],
|
|
306
|
+
"operation": [
|
|
307
|
+
"GET Taxes"
|
|
308
|
+
]
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
];
|
|
313
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Jumpseller/resources/taxes/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@n8n-dev/n8n-nodes-jumpseller",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Endpoint Structure",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"homepage": "https://n8n-code.github.io/n8n-dev/#/n8n-nodes-jumpseller",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"n8n",
|
|
9
|
+
"n8n-community-node",
|
|
10
|
+
"n8n-node",
|
|
11
|
+
"n8n-community-node-package",
|
|
12
|
+
"openapi",
|
|
13
|
+
"swagger",
|
|
14
|
+
"API",
|
|
15
|
+
"automation",
|
|
16
|
+
"workflow",
|
|
17
|
+
"jumpseller"
|
|
18
|
+
],
|
|
19
|
+
"author": {
|
|
20
|
+
"name": "kelvinzer0",
|
|
21
|
+
"email": ""
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "https://github.com/n8n-code/n8n-nodes-jumpseller.git"
|
|
26
|
+
},
|
|
27
|
+
"scripts": {
|
|
28
|
+
"build": "n8n-node build",
|
|
29
|
+
"build:watch": "tsc --watch",
|
|
30
|
+
"dev": "n8n-node dev",
|
|
31
|
+
"lint": "n8n-node lint",
|
|
32
|
+
"lint:fix": "n8n-node lint --fix",
|
|
33
|
+
"release": "n8n-node release",
|
|
34
|
+
"prepublishOnly": "npm run build"
|
|
35
|
+
},
|
|
36
|
+
"files": [
|
|
37
|
+
"dist"
|
|
38
|
+
],
|
|
39
|
+
"n8n": {
|
|
40
|
+
"n8nNodesApiVersion": 1,
|
|
41
|
+
"strict": true,
|
|
42
|
+
"credentials": [
|
|
43
|
+
"dist/credentials/JumpsellerApi.credentials.js"
|
|
44
|
+
],
|
|
45
|
+
"nodes": [
|
|
46
|
+
"dist/nodes/Jumpseller/Jumpseller.node.js"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"dependencies": {
|
|
50
|
+
"n8n-workflow": "*"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@n8n/node-cli": "*",
|
|
54
|
+
"eslint": "*",
|
|
55
|
+
"prettier": "3.8.3",
|
|
56
|
+
"release-it": "20.2.0",
|
|
57
|
+
"typescript": "5.9.3"
|
|
58
|
+
},
|
|
59
|
+
"peerDependencies": {
|
|
60
|
+
"n8n-workflow": "*"
|
|
61
|
+
}
|
|
62
|
+
}
|