@foxy.io/elements 1.25.0-beta.1 → 1.25.0-beta.2
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/dist/cdn/foxy-native-integration-card.js +1 -1
- package/dist/cdn/foxy-native-integration-form.js +1 -1
- package/dist/cdn/translations/native-integration-form/en.json +14 -13
- package/dist/elements/public/NativeIntegrationCard/NativeIntegrationCard.js +9 -25
- package/dist/elements/public/NativeIntegrationCard/NativeIntegrationCard.js.map +1 -1
- package/dist/elements/public/NativeIntegrationForm/NativeIntegrationForm.d.ts +24 -24
- package/dist/elements/public/NativeIntegrationForm/NativeIntegrationForm.js +99 -105
- package/dist/elements/public/NativeIntegrationForm/NativeIntegrationForm.js.map +1 -1
- package/dist/elements/public/NativeIntegrationForm/defaults.d.ts +19 -19
- package/dist/elements/public/NativeIntegrationForm/defaults.js +19 -19
- package/dist/elements/public/NativeIntegrationForm/defaults.js.map +1 -1
- package/dist/elements/public/NativeIntegrationForm/types.d.ts +22 -22
- package/dist/elements/public/NativeIntegrationForm/types.js.map +1 -1
- package/package.json +1 -1
|
@@ -5,25 +5,6 @@ export declare const webhookLegacyXml: {
|
|
|
5
5
|
title: string;
|
|
6
6
|
url: string;
|
|
7
7
|
};
|
|
8
|
-
export declare const webhookWebflow: {
|
|
9
|
-
inventory_field_name: string;
|
|
10
|
-
inventory_field_id: string;
|
|
11
|
-
collection_name: string;
|
|
12
|
-
sku_field_name: string;
|
|
13
|
-
collection_id: string;
|
|
14
|
-
sku_field_id: string;
|
|
15
|
-
site_name: string;
|
|
16
|
-
service: string;
|
|
17
|
-
version: number;
|
|
18
|
-
site_id: string;
|
|
19
|
-
events: string[];
|
|
20
|
-
auth: string;
|
|
21
|
-
};
|
|
22
|
-
export declare const webhookZapier: {
|
|
23
|
-
service: string;
|
|
24
|
-
event: string;
|
|
25
|
-
url: string;
|
|
26
|
-
};
|
|
27
8
|
export declare const webhookJson: {
|
|
28
9
|
encryption_key: string;
|
|
29
10
|
service: string;
|
|
@@ -55,6 +36,25 @@ export declare const avalara: {
|
|
|
55
36
|
key: string;
|
|
56
37
|
id: string;
|
|
57
38
|
};
|
|
39
|
+
export declare const webflow: {
|
|
40
|
+
inventory_field_name: string;
|
|
41
|
+
inventory_field_id: string;
|
|
42
|
+
collection_name: string;
|
|
43
|
+
sku_field_name: string;
|
|
44
|
+
collection_id: string;
|
|
45
|
+
sku_field_id: string;
|
|
46
|
+
site_name: string;
|
|
47
|
+
service: string;
|
|
48
|
+
version: number;
|
|
49
|
+
site_id: string;
|
|
50
|
+
events: string[];
|
|
51
|
+
auth: string;
|
|
52
|
+
};
|
|
53
|
+
export declare const zapier: {
|
|
54
|
+
service: string;
|
|
55
|
+
event: string;
|
|
56
|
+
url: string;
|
|
57
|
+
};
|
|
58
58
|
export declare const taxjar: {
|
|
59
59
|
category_to_product_tax_code_mappings: {};
|
|
60
60
|
create_invoice: boolean;
|
|
@@ -5,25 +5,6 @@ export const webhookLegacyXml = {
|
|
|
5
5
|
title: '',
|
|
6
6
|
url: '',
|
|
7
7
|
};
|
|
8
|
-
export const webhookWebflow = {
|
|
9
|
-
inventory_field_name: '',
|
|
10
|
-
inventory_field_id: '',
|
|
11
|
-
collection_name: '',
|
|
12
|
-
sku_field_name: '',
|
|
13
|
-
collection_id: '',
|
|
14
|
-
sku_field_id: '',
|
|
15
|
-
site_name: '',
|
|
16
|
-
service: 'webflow',
|
|
17
|
-
version: 1,
|
|
18
|
-
site_id: '',
|
|
19
|
-
events: ['transaction/created'],
|
|
20
|
-
auth: '',
|
|
21
|
-
};
|
|
22
|
-
export const webhookZapier = {
|
|
23
|
-
service: 'zapier',
|
|
24
|
-
event: '',
|
|
25
|
-
url: '',
|
|
26
|
-
};
|
|
27
8
|
export const webhookJson = {
|
|
28
9
|
encryption_key: '',
|
|
29
10
|
service: 'json',
|
|
@@ -55,6 +36,25 @@ export const avalara = {
|
|
|
55
36
|
key: '',
|
|
56
37
|
id: '',
|
|
57
38
|
};
|
|
39
|
+
export const webflow = {
|
|
40
|
+
inventory_field_name: '',
|
|
41
|
+
inventory_field_id: '',
|
|
42
|
+
collection_name: '',
|
|
43
|
+
sku_field_name: '',
|
|
44
|
+
collection_id: '',
|
|
45
|
+
sku_field_id: '',
|
|
46
|
+
site_name: '',
|
|
47
|
+
service: 'webflow',
|
|
48
|
+
version: 1,
|
|
49
|
+
site_id: '',
|
|
50
|
+
events: ['transaction/created'],
|
|
51
|
+
auth: '',
|
|
52
|
+
};
|
|
53
|
+
export const zapier = {
|
|
54
|
+
service: 'zapier',
|
|
55
|
+
event: '',
|
|
56
|
+
url: '',
|
|
57
|
+
};
|
|
58
58
|
export const taxjar = {
|
|
59
59
|
category_to_product_tax_code_mappings: {},
|
|
60
60
|
create_invoice: false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.js","sourceRoot":"","sources":["../../../../src/elements/public/NativeIntegrationForm/defaults.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,OAAO,EAAE,YAAY;IACrB,OAAO,EAAE,CAAC;IACV,MAAM,EAAE,CAAC,qBAAqB,CAAC;IAC/B,KAAK,EAAE,EAAE;IACT,GAAG,EAAE,EAAE;CACR,CAAC;AAEF,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"defaults.js","sourceRoot":"","sources":["../../../../src/elements/public/NativeIntegrationForm/defaults.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,OAAO,EAAE,YAAY;IACrB,OAAO,EAAE,CAAC;IACV,MAAM,EAAE,CAAC,qBAAqB,CAAC;IAC/B,KAAK,EAAE,EAAE;IACT,GAAG,EAAE,EAAE;CACR,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,cAAc,EAAE,EAAE;IAClB,OAAO,EAAE,MAAM;IACf,OAAO,EAAE,CAAC;IACV,MAAM,EAAE,EAAE;IACV,KAAK,EAAE,EAAE;IACT,GAAG,EAAE,EAAE;CACR,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,0BAA0B,EAAE,EAAE;IAC9B,sBAAsB,EAAE,EAAE;IAC1B,qBAAqB,EAAE,EAAE;IACzB,mBAAmB,EAAE,EAAE;IACvB,cAAc,EAAE,OAAO;IACvB,YAAY,EAAE,GAAG;IACjB,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,SAAS,EAAE,EAAE;CACd,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,qCAAqC,EAAE,EAAE;IACzC,4BAA4B,EAAE,KAAK;IACnC,4BAA4B,EAAE,EAAE;IAChC,sBAAsB,EAAE,KAAK;IAC7B,cAAc,EAAE,KAAK;IACrB,YAAY,EAAE,EAAE;IAChB,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,KAAK;IAClB,GAAG,EAAE,EAAE;IACP,EAAE,EAAE,EAAE;CACP,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,oBAAoB,EAAE,EAAE;IACxB,kBAAkB,EAAE,EAAE;IACtB,eAAe,EAAE,EAAE;IACnB,cAAc,EAAE,EAAE;IAClB,aAAa,EAAE,EAAE;IACjB,YAAY,EAAE,EAAE;IAChB,SAAS,EAAE,EAAE;IACb,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,CAAC;IACV,OAAO,EAAE,EAAE;IACX,MAAM,EAAE,CAAC,qBAAqB,CAAC;IAC/B,IAAI,EAAE,EAAE;CACT,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,OAAO,EAAE,QAAQ;IACjB,KAAK,EAAE,EAAE;IACT,GAAG,EAAE,EAAE;CACR,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,qCAAqC,EAAE,EAAE;IACzC,cAAc,EAAE,KAAK;IACrB,SAAS,EAAE,EAAE;CACd,CAAC","sourcesContent":["export const webhookLegacyXml = {\n service: 'legacy_xml',\n version: 1,\n events: ['transaction/created'],\n title: '',\n url: '',\n};\n\nexport const webhookJson = {\n encryption_key: '',\n service: 'json',\n version: 1,\n events: [],\n title: '',\n url: '',\n};\n\nexport const onesource = {\n part_number_product_option: '',\n product_order_priority: '',\n calling_system_number: '',\n external_company_id: '',\n audit_settings: 'never',\n company_role: 'B',\n service_url: '',\n host_system: '',\n from_city: '',\n};\n\nexport const avalara = {\n category_to_product_tax_code_mappings: {},\n enable_colorado_delivery_fee: false,\n address_validation_countries: [],\n use_address_validation: false,\n create_invoice: false,\n company_code: '',\n service_url: '',\n use_ava_tax: false,\n key: '',\n id: '',\n};\n\nexport const webflow = {\n inventory_field_name: '',\n inventory_field_id: '',\n collection_name: '',\n sku_field_name: '',\n collection_id: '',\n sku_field_id: '',\n site_name: '',\n service: 'webflow',\n version: 1,\n site_id: '',\n events: ['transaction/created'],\n auth: '',\n};\n\nexport const zapier = {\n service: 'zapier',\n event: '',\n url: '',\n};\n\nexport const taxjar = {\n category_to_product_tax_code_mappings: {},\n create_invoice: false,\n api_token: '',\n};\n"]}
|
|
@@ -64,26 +64,26 @@ export declare type Templates = {
|
|
|
64
64
|
'webhook-legacy-xml-title:after'?: Renderer<NativeIntegrationForm>;
|
|
65
65
|
'webhook-legacy-xml-url:before'?: Renderer<NativeIntegrationForm>;
|
|
66
66
|
'webhook-legacy-xml-url:after'?: Renderer<NativeIntegrationForm>;
|
|
67
|
-
'
|
|
68
|
-
'
|
|
69
|
-
'
|
|
70
|
-
'
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
'
|
|
74
|
-
'
|
|
75
|
-
'
|
|
76
|
-
'
|
|
77
|
-
'
|
|
78
|
-
'
|
|
79
|
-
'
|
|
80
|
-
'
|
|
81
|
-
'
|
|
82
|
-
'
|
|
83
|
-
'
|
|
84
|
-
'
|
|
85
|
-
'
|
|
86
|
-
'
|
|
87
|
-
'
|
|
88
|
-
'
|
|
67
|
+
'webflow-site-id:before'?: Renderer<NativeIntegrationForm>;
|
|
68
|
+
'webflow-site-id:after'?: Renderer<NativeIntegrationForm>;
|
|
69
|
+
'webflow-site-name:before'?: Renderer<NativeIntegrationForm>;
|
|
70
|
+
'webflow-site-name:after'?: Renderer<NativeIntegrationForm>;
|
|
71
|
+
'webflow-collection-id:before'?: Renderer<NativeIntegrationForm>;
|
|
72
|
+
'webflow-collection-id:after'?: Renderer<NativeIntegrationForm>;
|
|
73
|
+
'webflow-collection-name:before'?: Renderer<NativeIntegrationForm>;
|
|
74
|
+
'webflow-collection-name:after'?: Renderer<NativeIntegrationForm>;
|
|
75
|
+
'webflow-sku-field-id:before'?: Renderer<NativeIntegrationForm>;
|
|
76
|
+
'webflow-sku-field-id:after'?: Renderer<NativeIntegrationForm>;
|
|
77
|
+
'webflow-sku-field-name:before'?: Renderer<NativeIntegrationForm>;
|
|
78
|
+
'webflow-sku-field-name:after'?: Renderer<NativeIntegrationForm>;
|
|
79
|
+
'webflow-inventory-field-id:before'?: Renderer<NativeIntegrationForm>;
|
|
80
|
+
'webflow-inventory-field-id:after'?: Renderer<NativeIntegrationForm>;
|
|
81
|
+
'webflow-inventory-field-name:before'?: Renderer<NativeIntegrationForm>;
|
|
82
|
+
'webflow-inventory-field-name:after'?: Renderer<NativeIntegrationForm>;
|
|
83
|
+
'webflow-auth:before'?: Renderer<NativeIntegrationForm>;
|
|
84
|
+
'webflow-auth:after'?: Renderer<NativeIntegrationForm>;
|
|
85
|
+
'zapier-event:before'?: Renderer<NativeIntegrationForm>;
|
|
86
|
+
'zapier-event:after'?: Renderer<NativeIntegrationForm>;
|
|
87
|
+
'zapier-url:before'?: Renderer<NativeIntegrationForm>;
|
|
88
|
+
'zapier-url:after'?: Renderer<NativeIntegrationForm>;
|
|
89
89
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/elements/public/NativeIntegrationForm/types.ts"],"names":[],"mappings":"","sourcesContent":["import type { NativeIntegrationForm } from './NativeIntegrationForm';\nimport type { Renderer } from '../../../mixins/configurable';\nimport type { Resource } from '@foxy.io/sdk/core';\nimport type { Rels } from '@foxy.io/sdk/backend';\n\nexport type Data = Resource<Rels.NativeIntegration>;\n\nexport type Templates = {\n 'timestamps:before'?: Renderer<NativeIntegrationForm>;\n 'timestamps:after'?: Renderer<NativeIntegrationForm>;\n 'delete:before'?: Renderer<NativeIntegrationForm>;\n 'delete:after'?: Renderer<NativeIntegrationForm>;\n 'create:before'?: Renderer<NativeIntegrationForm>;\n 'create:after'?: Renderer<NativeIntegrationForm>;\n 'provider:before'?: Renderer<NativeIntegrationForm>;\n 'provider:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-service-url:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-service-url:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-id:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-id:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-key:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-key:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-company-code:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-company-code:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-options:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-options:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-address-validation-countries:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-address-validation-countries:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-category-to-product-tax-code-mappings:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-category-to-product-tax-code-mappings:after'?: Renderer<NativeIntegrationForm>;\n 'taxjar-api-token:before'?: Renderer<NativeIntegrationForm>;\n 'taxjar-api-token:after'?: Renderer<NativeIntegrationForm>;\n 'taxjar-category-to-product-tax-code-mappings:before'?: Renderer<NativeIntegrationForm>;\n 'taxjar-category-to-product-tax-code-mappings:after'?: Renderer<NativeIntegrationForm>;\n 'taxjar-options:before'?: Renderer<NativeIntegrationForm>;\n 'taxjar-options:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-service-url:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-service-url:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-external-company-id:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-external-company-id:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-calling-system-number:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-calling-system-number:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-from-city:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-from-city:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-host-system:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-host-system:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-company-role:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-company-role:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-part-number-product-option:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-part-number-product-option:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-product-order-priority:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-product-order-priority:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-audit-settings:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-audit-settings:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-service:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-service:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-title:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-title:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-encryption-key:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-encryption-key:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-url:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-url:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-events:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-events:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-legacy-xml-title:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-legacy-xml-title:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-legacy-xml-url:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-legacy-xml-url:after'?: Renderer<NativeIntegrationForm>;\n '
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/elements/public/NativeIntegrationForm/types.ts"],"names":[],"mappings":"","sourcesContent":["import type { NativeIntegrationForm } from './NativeIntegrationForm';\nimport type { Renderer } from '../../../mixins/configurable';\nimport type { Resource } from '@foxy.io/sdk/core';\nimport type { Rels } from '@foxy.io/sdk/backend';\n\nexport type Data = Resource<Rels.NativeIntegration>;\n\nexport type Templates = {\n 'timestamps:before'?: Renderer<NativeIntegrationForm>;\n 'timestamps:after'?: Renderer<NativeIntegrationForm>;\n 'delete:before'?: Renderer<NativeIntegrationForm>;\n 'delete:after'?: Renderer<NativeIntegrationForm>;\n 'create:before'?: Renderer<NativeIntegrationForm>;\n 'create:after'?: Renderer<NativeIntegrationForm>;\n 'provider:before'?: Renderer<NativeIntegrationForm>;\n 'provider:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-service-url:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-service-url:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-id:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-id:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-key:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-key:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-company-code:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-company-code:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-options:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-options:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-address-validation-countries:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-address-validation-countries:after'?: Renderer<NativeIntegrationForm>;\n 'avalara-category-to-product-tax-code-mappings:before'?: Renderer<NativeIntegrationForm>;\n 'avalara-category-to-product-tax-code-mappings:after'?: Renderer<NativeIntegrationForm>;\n 'taxjar-api-token:before'?: Renderer<NativeIntegrationForm>;\n 'taxjar-api-token:after'?: Renderer<NativeIntegrationForm>;\n 'taxjar-category-to-product-tax-code-mappings:before'?: Renderer<NativeIntegrationForm>;\n 'taxjar-category-to-product-tax-code-mappings:after'?: Renderer<NativeIntegrationForm>;\n 'taxjar-options:before'?: Renderer<NativeIntegrationForm>;\n 'taxjar-options:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-service-url:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-service-url:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-external-company-id:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-external-company-id:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-calling-system-number:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-calling-system-number:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-from-city:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-from-city:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-host-system:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-host-system:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-company-role:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-company-role:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-part-number-product-option:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-part-number-product-option:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-product-order-priority:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-product-order-priority:after'?: Renderer<NativeIntegrationForm>;\n 'onesource-audit-settings:before'?: Renderer<NativeIntegrationForm>;\n 'onesource-audit-settings:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-service:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-service:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-title:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-title:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-encryption-key:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-encryption-key:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-url:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-url:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-events:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-json-events:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-legacy-xml-title:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-legacy-xml-title:after'?: Renderer<NativeIntegrationForm>;\n 'webhook-legacy-xml-url:before'?: Renderer<NativeIntegrationForm>;\n 'webhook-legacy-xml-url:after'?: Renderer<NativeIntegrationForm>;\n 'webflow-site-id:before'?: Renderer<NativeIntegrationForm>;\n 'webflow-site-id:after'?: Renderer<NativeIntegrationForm>;\n 'webflow-site-name:before'?: Renderer<NativeIntegrationForm>;\n 'webflow-site-name:after'?: Renderer<NativeIntegrationForm>;\n 'webflow-collection-id:before'?: Renderer<NativeIntegrationForm>;\n 'webflow-collection-id:after'?: Renderer<NativeIntegrationForm>;\n 'webflow-collection-name:before'?: Renderer<NativeIntegrationForm>;\n 'webflow-collection-name:after'?: Renderer<NativeIntegrationForm>;\n 'webflow-sku-field-id:before'?: Renderer<NativeIntegrationForm>;\n 'webflow-sku-field-id:after'?: Renderer<NativeIntegrationForm>;\n 'webflow-sku-field-name:before'?: Renderer<NativeIntegrationForm>;\n 'webflow-sku-field-name:after'?: Renderer<NativeIntegrationForm>;\n 'webflow-inventory-field-id:before'?: Renderer<NativeIntegrationForm>;\n 'webflow-inventory-field-id:after'?: Renderer<NativeIntegrationForm>;\n 'webflow-inventory-field-name:before'?: Renderer<NativeIntegrationForm>;\n 'webflow-inventory-field-name:after'?: Renderer<NativeIntegrationForm>;\n 'webflow-auth:before'?: Renderer<NativeIntegrationForm>;\n 'webflow-auth:after'?: Renderer<NativeIntegrationForm>;\n 'zapier-event:before'?: Renderer<NativeIntegrationForm>;\n 'zapier-event:after'?: Renderer<NativeIntegrationForm>;\n 'zapier-url:before'?: Renderer<NativeIntegrationForm>;\n 'zapier-url:after'?: Renderer<NativeIntegrationForm>;\n};\n"]}
|