@n8n-dev/n8n-nodes-googleapis-proximitybeacon 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.
Files changed (31) hide show
  1. package/README.md +134 -0
  2. package/dist/banner.svg +109 -0
  3. package/dist/credentials/GoogleapisProximitybeaconApi.credentials.d.ts +9 -0
  4. package/dist/credentials/GoogleapisProximitybeaconApi.credentials.js +49 -0
  5. package/dist/credentials/GoogleapisProximitybeaconApi.credentials.js.map +1 -0
  6. package/dist/icons/googleapis-proximitybeacon.dark.png +0 -0
  7. package/dist/icons/googleapis-proximitybeacon.png +0 -0
  8. package/dist/nodes/GoogleapisProximitybeacon/GoogleapisProximitybeacon.node.d.ts +4 -0
  9. package/dist/nodes/GoogleapisProximitybeacon/GoogleapisProximitybeacon.node.js +75 -0
  10. package/dist/nodes/GoogleapisProximitybeacon/GoogleapisProximitybeacon.node.js.map +1 -0
  11. package/dist/nodes/GoogleapisProximitybeacon/GoogleapisProximitybeacon.node.json +20 -0
  12. package/dist/nodes/GoogleapisProximitybeacon/googleapis-proximitybeacon.dark.png +0 -0
  13. package/dist/nodes/GoogleapisProximitybeacon/googleapis-proximitybeacon.png +0 -0
  14. package/dist/nodes/GoogleapisProximitybeacon/resources/beaconinfo/index.d.ts +2 -0
  15. package/dist/nodes/GoogleapisProximitybeacon/resources/beaconinfo/index.js +103 -0
  16. package/dist/nodes/GoogleapisProximitybeacon/resources/beaconinfo/index.js.map +1 -0
  17. package/dist/nodes/GoogleapisProximitybeacon/resources/beacons/index.d.ts +2 -0
  18. package/dist/nodes/GoogleapisProximitybeacon/resources/beacons/index.js +1921 -0
  19. package/dist/nodes/GoogleapisProximitybeacon/resources/beacons/index.js.map +1 -0
  20. package/dist/nodes/GoogleapisProximitybeacon/resources/index.d.ts +4 -0
  21. package/dist/nodes/GoogleapisProximitybeacon/resources/index.js +12 -0
  22. package/dist/nodes/GoogleapisProximitybeacon/resources/index.js.map +1 -0
  23. package/dist/nodes/GoogleapisProximitybeacon/resources/namespaces/index.d.ts +2 -0
  24. package/dist/nodes/GoogleapisProximitybeacon/resources/namespaces/index.js +216 -0
  25. package/dist/nodes/GoogleapisProximitybeacon/resources/namespaces/index.js.map +1 -0
  26. package/dist/nodes/GoogleapisProximitybeacon/resources/v1-beta-1/index.d.ts +2 -0
  27. package/dist/nodes/GoogleapisProximitybeacon/resources/v1-beta-1/index.js +53 -0
  28. package/dist/nodes/GoogleapisProximitybeacon/resources/v1-beta-1/index.js.map +1 -0
  29. package/dist/package.json +62 -0
  30. package/dist/tsconfig.tsbuildinfo +1 -0
  31. package/package.json +62 -0
@@ -0,0 +1,103 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.beaconinfoDescription = void 0;
4
+ exports.beaconinfoDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Beaconinfo"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Proximitybeacon Beaconinfo Getforobserved",
20
+ "value": "Proximitybeacon Beaconinfo Getforobserved",
21
+ "action": "Proximitybeacon Beaconinfo Getforobserved",
22
+ "description": "Given one or more beacon observations, returns any beacon information and attachments accessible to your application. Authorize by using the [API key](https://developers.google.com/beacons/proximity/get-started#request_a_browser_api_key) for the application.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "POST",
26
+ "url": "=/v1beta1/beaconinfo:getforobserved"
27
+ }
28
+ }
29
+ }
30
+ ],
31
+ "default": ""
32
+ },
33
+ {
34
+ "displayName": "POST /v1beta1/beaconinfo:getforobserved",
35
+ "name": "operation",
36
+ "type": "notice",
37
+ "typeOptions": {
38
+ "theme": "info"
39
+ },
40
+ "default": "",
41
+ "displayOptions": {
42
+ "show": {
43
+ "resource": [
44
+ "Beaconinfo"
45
+ ],
46
+ "operation": [
47
+ "Proximitybeacon Beaconinfo Getforobserved"
48
+ ]
49
+ }
50
+ }
51
+ },
52
+ {
53
+ "displayName": "Namespaced Types",
54
+ "name": "namespacedTypes",
55
+ "type": "json",
56
+ "default": "[\n null\n]",
57
+ "description": "Specifies what kind of attachments to include in the response. When given, the response will include only attachments of the given types. When empty, no attachments will be returned. Must be in the format namespace/type. Accepts `*` to specify all types in all namespaces owned by the client. Optional.",
58
+ "routing": {
59
+ "send": {
60
+ "property": "namespacedTypes",
61
+ "propertyInDotNotation": false,
62
+ "type": "body",
63
+ "value": "={{ JSON.parse($value) }}"
64
+ }
65
+ },
66
+ "displayOptions": {
67
+ "show": {
68
+ "resource": [
69
+ "Beaconinfo"
70
+ ],
71
+ "operation": [
72
+ "Proximitybeacon Beaconinfo Getforobserved"
73
+ ]
74
+ }
75
+ }
76
+ },
77
+ {
78
+ "displayName": "Observations",
79
+ "name": "observations",
80
+ "type": "json",
81
+ "default": "[\n {\n \"advertisedId\": {}\n }\n]",
82
+ "description": "The beacons that the client has encountered. At least one must be given.",
83
+ "routing": {
84
+ "send": {
85
+ "property": "observations",
86
+ "propertyInDotNotation": false,
87
+ "type": "body",
88
+ "value": "={{ JSON.parse($value) }}"
89
+ }
90
+ },
91
+ "displayOptions": {
92
+ "show": {
93
+ "resource": [
94
+ "Beaconinfo"
95
+ ],
96
+ "operation": [
97
+ "Proximitybeacon Beaconinfo Getforobserved"
98
+ ]
99
+ }
100
+ }
101
+ },
102
+ ];
103
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisProximitybeacon/resources/beaconinfo/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,qBAAqB,GAAsB;IACtD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,YAAY;iBACZ;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,2CAA2C;gBACnD,OAAO,EAAE,2CAA2C;gBACpD,QAAQ,EAAE,2CAA2C;gBACrD,aAAa,EAAE,oQAAoQ;gBACnR,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,qCAAqC;qBAC5C;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,yCAAyC;QACxD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,YAAY;iBACZ;gBACD,WAAW,EAAE;oBACZ,2CAA2C;iBAC3C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,kBAAkB;QACjC,MAAM,EAAE,iBAAiB;QACzB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,cAAc;QACzB,aAAa,EAAE,gTAAgT;QAC/T,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,iBAAiB;gBAC7B,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,YAAY;iBACZ;gBACD,WAAW,EAAE;oBACZ,2CAA2C;iBAC3C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,cAAc;QAC7B,MAAM,EAAE,cAAc;QACtB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,0CAA0C;QACrD,aAAa,EAAE,0EAA0E;QACzF,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,cAAc;gBAC1B,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,YAAY;iBACZ;gBACD,WAAW,EAAE;oBACZ,2CAA2C;iBAC3C;aACD;SACD;KACD;CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const beaconsDescription: INodeProperties[];