|
| 1 | +"use strict"; |
| 2 | +/** |
| 3 | + * This file was auto-generated by Fern from our API Definition. |
| 4 | + */ |
| 5 | +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { |
| 6 | + if (k2 === undefined) k2 = k; |
| 7 | + var desc = Object.getOwnPropertyDescriptor(m, k); |
| 8 | + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { |
| 9 | + desc = { enumerable: true, get: function() { return m[k]; } }; |
| 10 | + } |
| 11 | + Object.defineProperty(o, k2, desc); |
| 12 | +}) : (function(o, m, k, k2) { |
| 13 | + if (k2 === undefined) k2 = k; |
| 14 | + o[k2] = m[k]; |
| 15 | +})); |
| 16 | +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { |
| 17 | + Object.defineProperty(o, "default", { enumerable: true, value: v }); |
| 18 | +}) : function(o, v) { |
| 19 | + o["default"] = v; |
| 20 | +}); |
| 21 | +var __importStar = (this && this.__importStar) || function (mod) { |
| 22 | + if (mod && mod.__esModule) return mod; |
| 23 | + var result = {}; |
| 24 | + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); |
| 25 | + __setModuleDefault(result, mod); |
| 26 | + return result; |
| 27 | +}; |
| 28 | +Object.defineProperty(exports, "__esModule", { value: true }); |
| 29 | +exports.PointsTriggerEventAttributesItem = void 0; |
| 30 | +const core = __importStar(require("../../core")); |
| 31 | +exports.PointsTriggerEventAttributesItem = core.serialization.object({ |
| 32 | + key: core.serialization.string(), |
| 33 | + value: core.serialization.string(), |
| 34 | +}); |
0 commit comments