@pushwoosh/rpc-v2-http-api-data 0.2.122 → 0.2.123
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/accounts.d.ts +13 -3
- package/data.js +1877 -0
- package/package.json +1 -1
- package/pushwoosh_aibuilder_v1.d.ts +1491 -0
- package/pushwoosh_aibuilder_v1.js +3 -0
- package/pushwoosh_llm_v1.d.ts +68 -0
- package/pushwoosh_llm_v1.js +3 -0
package/data.js
CHANGED
|
@@ -2148,6 +2148,1823 @@ export const data = {
|
|
|
2148
2148
|
}
|
|
2149
2149
|
}
|
|
2150
2150
|
},
|
|
2151
|
+
"pushwoosh.aibuilder.v1.DocumentBlockType": {
|
|
2152
|
+
"type": "E",
|
|
2153
|
+
"values": [
|
|
2154
|
+
"DOCUMENT_BLOCK_TYPE_UNSPECIFIED",
|
|
2155
|
+
"DOCUMENT_BLOCK_TYPE_CARD",
|
|
2156
|
+
"DOCUMENT_BLOCK_TYPE_COLUMNS",
|
|
2157
|
+
"DOCUMENT_BLOCK_TYPE_CONTENT",
|
|
2158
|
+
"DOCUMENT_BLOCK_TYPE_GROUP",
|
|
2159
|
+
"DOCUMENT_BLOCK_TYPE_PLACEHOLDER"
|
|
2160
|
+
]
|
|
2161
|
+
},
|
|
2162
|
+
"pushwoosh.aibuilder.v1.GroupDirection": {
|
|
2163
|
+
"type": "E",
|
|
2164
|
+
"values": [
|
|
2165
|
+
"GROUP_DIRECTION_UNSPECIFIED",
|
|
2166
|
+
"GROUP_DIRECTION_VERTICAL",
|
|
2167
|
+
"GROUP_DIRECTION_HORIZONTAL"
|
|
2168
|
+
]
|
|
2169
|
+
},
|
|
2170
|
+
"pushwoosh.aibuilder.v1.CardLayout": {
|
|
2171
|
+
"type": "E",
|
|
2172
|
+
"values": [
|
|
2173
|
+
"CARD_LAYOUT_UNSPECIFIED",
|
|
2174
|
+
"CARD_LAYOUT_RIGHT",
|
|
2175
|
+
"CARD_LAYOUT_LEFT",
|
|
2176
|
+
"CARD_LAYOUT_TOP",
|
|
2177
|
+
"CARD_LAYOUT_NO",
|
|
2178
|
+
"CARD_LAYOUT_BACKGROUND"
|
|
2179
|
+
]
|
|
2180
|
+
},
|
|
2181
|
+
"pushwoosh.aibuilder.v1.ButtonGroupAlign": {
|
|
2182
|
+
"type": "E",
|
|
2183
|
+
"values": [
|
|
2184
|
+
"BUTTON_GROUP_ALIGN_UNSPECIFIED",
|
|
2185
|
+
"BUTTON_GROUP_ALIGN_LEFT",
|
|
2186
|
+
"BUTTON_GROUP_ALIGN_CENTER",
|
|
2187
|
+
"BUTTON_GROUP_ALIGN_RIGHT"
|
|
2188
|
+
]
|
|
2189
|
+
},
|
|
2190
|
+
"pushwoosh.aibuilder.v1.TextAlign": {
|
|
2191
|
+
"type": "E",
|
|
2192
|
+
"values": [
|
|
2193
|
+
"TEXT_ALIGN_UNSPECIFIED",
|
|
2194
|
+
"TEXT_ALIGN_LEFT",
|
|
2195
|
+
"TEXT_ALIGN_CENTER",
|
|
2196
|
+
"TEXT_ALIGN_RIGHT"
|
|
2197
|
+
]
|
|
2198
|
+
},
|
|
2199
|
+
"pushwoosh.aibuilder.v1.GroupAlign": {
|
|
2200
|
+
"type": "E",
|
|
2201
|
+
"values": [
|
|
2202
|
+
"GROUP_ALIGN_UNSPECIFIED",
|
|
2203
|
+
"GROUP_ALIGN_START",
|
|
2204
|
+
"GROUP_ALIGN_CENTER",
|
|
2205
|
+
"GROUP_ALIGN_END"
|
|
2206
|
+
]
|
|
2207
|
+
},
|
|
2208
|
+
"pushwoosh.aibuilder.v1.CardImageFit": {
|
|
2209
|
+
"type": "E",
|
|
2210
|
+
"values": [
|
|
2211
|
+
"CARD_IMAGE_FIT_UNSPECIFIED",
|
|
2212
|
+
"CARD_IMAGE_FIT_COVER",
|
|
2213
|
+
"CARD_IMAGE_FIT_CONTAIN",
|
|
2214
|
+
"CARD_IMAGE_FIT_FILL"
|
|
2215
|
+
]
|
|
2216
|
+
},
|
|
2217
|
+
"pushwoosh.aibuilder.v1.CardImageSizeUnit": {
|
|
2218
|
+
"type": "E",
|
|
2219
|
+
"values": [
|
|
2220
|
+
"CARD_IMAGE_SIZE_UNIT_UNSPECIFIED",
|
|
2221
|
+
"CARD_IMAGE_SIZE_UNIT_PX",
|
|
2222
|
+
"CARD_IMAGE_SIZE_UNIT_PERCENT"
|
|
2223
|
+
]
|
|
2224
|
+
},
|
|
2225
|
+
"pushwoosh.aibuilder.v1.CardImageSize": {
|
|
2226
|
+
"type": "I",
|
|
2227
|
+
"fields": {
|
|
2228
|
+
"value": {
|
|
2229
|
+
"type": "number"
|
|
2230
|
+
},
|
|
2231
|
+
"unit": {
|
|
2232
|
+
"type": "pushwoosh.aibuilder.v1.CardImageSizeUnit"
|
|
2233
|
+
}
|
|
2234
|
+
}
|
|
2235
|
+
},
|
|
2236
|
+
"pushwoosh.aibuilder.v1.CardImagePosition": {
|
|
2237
|
+
"type": "I",
|
|
2238
|
+
"fields": {
|
|
2239
|
+
"x": {
|
|
2240
|
+
"type": "number"
|
|
2241
|
+
},
|
|
2242
|
+
"y": {
|
|
2243
|
+
"type": "number"
|
|
2244
|
+
}
|
|
2245
|
+
}
|
|
2246
|
+
},
|
|
2247
|
+
"pushwoosh.aibuilder.v1.TextVariantStyle": {
|
|
2248
|
+
"type": "I",
|
|
2249
|
+
"fields": {
|
|
2250
|
+
"fontSize": {
|
|
2251
|
+
"type": "number"
|
|
2252
|
+
},
|
|
2253
|
+
"fontWeight": {
|
|
2254
|
+
"type": "number"
|
|
2255
|
+
},
|
|
2256
|
+
"lineHeight": {
|
|
2257
|
+
"type": "number"
|
|
2258
|
+
},
|
|
2259
|
+
"fontFamily": {
|
|
2260
|
+
"type": "string",
|
|
2261
|
+
"optional": true
|
|
2262
|
+
},
|
|
2263
|
+
"color": {
|
|
2264
|
+
"type": "string",
|
|
2265
|
+
"optional": true
|
|
2266
|
+
},
|
|
2267
|
+
"letterSpacing": {
|
|
2268
|
+
"type": "number",
|
|
2269
|
+
"optional": true
|
|
2270
|
+
}
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
"pushwoosh.aibuilder.v1.ColorSchemeItem": {
|
|
2274
|
+
"type": "I",
|
|
2275
|
+
"fields": {
|
|
2276
|
+
"color": {
|
|
2277
|
+
"type": "string"
|
|
2278
|
+
},
|
|
2279
|
+
"description": {
|
|
2280
|
+
"type": "string"
|
|
2281
|
+
}
|
|
2282
|
+
}
|
|
2283
|
+
},
|
|
2284
|
+
"pushwoosh.aibuilder.v1.DarkColorScheme": {
|
|
2285
|
+
"type": "I",
|
|
2286
|
+
"fields": {
|
|
2287
|
+
"enabled": {
|
|
2288
|
+
"type": "boolean"
|
|
2289
|
+
},
|
|
2290
|
+
"colors": {
|
|
2291
|
+
"type": "pushwoosh.aibuilder.v1.ColorSchemeItem",
|
|
2292
|
+
"mapKeyType": "string"
|
|
2293
|
+
}
|
|
2294
|
+
}
|
|
2295
|
+
},
|
|
2296
|
+
"pushwoosh.aibuilder.v1.EdgeInsets": {
|
|
2297
|
+
"type": "I",
|
|
2298
|
+
"fields": {
|
|
2299
|
+
"top": {
|
|
2300
|
+
"type": "number"
|
|
2301
|
+
},
|
|
2302
|
+
"right": {
|
|
2303
|
+
"type": "number"
|
|
2304
|
+
},
|
|
2305
|
+
"bottom": {
|
|
2306
|
+
"type": "number"
|
|
2307
|
+
},
|
|
2308
|
+
"left": {
|
|
2309
|
+
"type": "number"
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
"pushwoosh.aibuilder.v1.BlockStyles": {
|
|
2314
|
+
"type": "I",
|
|
2315
|
+
"fields": {
|
|
2316
|
+
"backgroundColor": {
|
|
2317
|
+
"type": "string",
|
|
2318
|
+
"optional": true
|
|
2319
|
+
},
|
|
2320
|
+
"borderColor": {
|
|
2321
|
+
"type": "string",
|
|
2322
|
+
"optional": true
|
|
2323
|
+
},
|
|
2324
|
+
"borderWidth": {
|
|
2325
|
+
"type": "number",
|
|
2326
|
+
"optional": true
|
|
2327
|
+
},
|
|
2328
|
+
"borderRadius": {
|
|
2329
|
+
"type": "number",
|
|
2330
|
+
"optional": true
|
|
2331
|
+
},
|
|
2332
|
+
"borderRadiusCss": {
|
|
2333
|
+
"type": "string",
|
|
2334
|
+
"optional": true
|
|
2335
|
+
},
|
|
2336
|
+
"backgroundImage": {
|
|
2337
|
+
"type": "string",
|
|
2338
|
+
"optional": true
|
|
2339
|
+
},
|
|
2340
|
+
"hideOnMobile": {
|
|
2341
|
+
"type": "boolean",
|
|
2342
|
+
"optional": true
|
|
2343
|
+
},
|
|
2344
|
+
"hideOnDesktop": {
|
|
2345
|
+
"type": "boolean",
|
|
2346
|
+
"optional": true
|
|
2347
|
+
}
|
|
2348
|
+
}
|
|
2349
|
+
},
|
|
2350
|
+
"pushwoosh.aibuilder.v1.BackgroundGradient": {
|
|
2351
|
+
"type": "I",
|
|
2352
|
+
"fields": {
|
|
2353
|
+
"from": {
|
|
2354
|
+
"type": "string"
|
|
2355
|
+
},
|
|
2356
|
+
"to": {
|
|
2357
|
+
"type": "string"
|
|
2358
|
+
},
|
|
2359
|
+
"angle": {
|
|
2360
|
+
"type": "number"
|
|
2361
|
+
}
|
|
2362
|
+
}
|
|
2363
|
+
},
|
|
2364
|
+
"pushwoosh.aibuilder.v1.MobileStack": {
|
|
2365
|
+
"type": "E",
|
|
2366
|
+
"values": [
|
|
2367
|
+
"MOBILE_STACK_UNSPECIFIED",
|
|
2368
|
+
"MOBILE_STACK_NONE",
|
|
2369
|
+
"MOBILE_STACK_REVERSE"
|
|
2370
|
+
]
|
|
2371
|
+
},
|
|
2372
|
+
"pushwoosh.aibuilder.v1.ColumnsStyles": {
|
|
2373
|
+
"type": "I",
|
|
2374
|
+
"fields": {
|
|
2375
|
+
"columnPadding": {
|
|
2376
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
2377
|
+
"optional": true
|
|
2378
|
+
},
|
|
2379
|
+
"gap": {
|
|
2380
|
+
"type": "number",
|
|
2381
|
+
"optional": true
|
|
2382
|
+
},
|
|
2383
|
+
"padding": {
|
|
2384
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
2385
|
+
"optional": true
|
|
2386
|
+
},
|
|
2387
|
+
"mobileColumnPadding": {
|
|
2388
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
2389
|
+
"optional": true
|
|
2390
|
+
},
|
|
2391
|
+
"mobilePadding": {
|
|
2392
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
2393
|
+
"optional": true
|
|
2394
|
+
},
|
|
2395
|
+
"mobileStack": {
|
|
2396
|
+
"type": "pushwoosh.aibuilder.v1.MobileStack",
|
|
2397
|
+
"optional": true
|
|
2398
|
+
}
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
"pushwoosh.aibuilder.v1.CardStyles": {
|
|
2402
|
+
"type": "I",
|
|
2403
|
+
"fields": {
|
|
2404
|
+
"contentPadding": {
|
|
2405
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
2406
|
+
"optional": true
|
|
2407
|
+
},
|
|
2408
|
+
"mobileContentPadding": {
|
|
2409
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
2410
|
+
"optional": true
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
"pushwoosh.aibuilder.v1.ImageStyles": {
|
|
2415
|
+
"type": "I",
|
|
2416
|
+
"fields": {
|
|
2417
|
+
"borderRadius": {
|
|
2418
|
+
"type": "number",
|
|
2419
|
+
"optional": true
|
|
2420
|
+
}
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
"pushwoosh.aibuilder.v1.DefaultStyles": {
|
|
2424
|
+
"type": "I",
|
|
2425
|
+
"fields": {
|
|
2426
|
+
"common": {
|
|
2427
|
+
"type": "pushwoosh.aibuilder.v1.BlockStyles"
|
|
2428
|
+
},
|
|
2429
|
+
"columns": {
|
|
2430
|
+
"type": "pushwoosh.aibuilder.v1.ColumnsStyles"
|
|
2431
|
+
},
|
|
2432
|
+
"card": {
|
|
2433
|
+
"type": "pushwoosh.aibuilder.v1.CardStyles"
|
|
2434
|
+
},
|
|
2435
|
+
"buttonGroup": {
|
|
2436
|
+
"type": "pushwoosh.aibuilder.v1.ButtonGroupStyles"
|
|
2437
|
+
},
|
|
2438
|
+
"button": {
|
|
2439
|
+
"type": "pushwoosh.aibuilder.v1.ButtonStyles"
|
|
2440
|
+
},
|
|
2441
|
+
"divider": {
|
|
2442
|
+
"type": "pushwoosh.aibuilder.v1.Divider"
|
|
2443
|
+
},
|
|
2444
|
+
"image": {
|
|
2445
|
+
"type": "pushwoosh.aibuilder.v1.ImageStyles"
|
|
2446
|
+
}
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
"pushwoosh.aibuilder.v1.DocumentSettings": {
|
|
2450
|
+
"type": "I",
|
|
2451
|
+
"fields": {
|
|
2452
|
+
"width": {
|
|
2453
|
+
"type": "number"
|
|
2454
|
+
},
|
|
2455
|
+
"blockGap": {
|
|
2456
|
+
"type": "number"
|
|
2457
|
+
},
|
|
2458
|
+
"padding": {
|
|
2459
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets"
|
|
2460
|
+
},
|
|
2461
|
+
"backgroundColor": {
|
|
2462
|
+
"type": "string"
|
|
2463
|
+
},
|
|
2464
|
+
"textColor": {
|
|
2465
|
+
"type": "string"
|
|
2466
|
+
},
|
|
2467
|
+
"defaultStyles": {
|
|
2468
|
+
"type": "pushwoosh.aibuilder.v1.DefaultStyles"
|
|
2469
|
+
},
|
|
2470
|
+
"fontFamily": {
|
|
2471
|
+
"type": "string",
|
|
2472
|
+
"optional": true
|
|
2473
|
+
},
|
|
2474
|
+
"backgroundImage": {
|
|
2475
|
+
"type": "string",
|
|
2476
|
+
"optional": true
|
|
2477
|
+
},
|
|
2478
|
+
"backgroundGradient": {
|
|
2479
|
+
"type": "pushwoosh.aibuilder.v1.BackgroundGradient",
|
|
2480
|
+
"optional": true
|
|
2481
|
+
},
|
|
2482
|
+
"showShadow": {
|
|
2483
|
+
"type": "boolean",
|
|
2484
|
+
"optional": true
|
|
2485
|
+
},
|
|
2486
|
+
"borderRadius": {
|
|
2487
|
+
"type": "number",
|
|
2488
|
+
"optional": true
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2492
|
+
"pushwoosh.aibuilder.v1.TextBlock": {
|
|
2493
|
+
"type": "I",
|
|
2494
|
+
"fields": {
|
|
2495
|
+
"variant": {
|
|
2496
|
+
"type": "string"
|
|
2497
|
+
},
|
|
2498
|
+
"text": {
|
|
2499
|
+
"type": "string"
|
|
2500
|
+
},
|
|
2501
|
+
"color": {
|
|
2502
|
+
"type": "string",
|
|
2503
|
+
"optional": true
|
|
2504
|
+
},
|
|
2505
|
+
"align": {
|
|
2506
|
+
"type": "pushwoosh.aibuilder.v1.TextAlign"
|
|
2507
|
+
},
|
|
2508
|
+
"translations": {
|
|
2509
|
+
"type": "string",
|
|
2510
|
+
"mapKeyType": "string"
|
|
2511
|
+
},
|
|
2512
|
+
"fontSize": {
|
|
2513
|
+
"type": "number",
|
|
2514
|
+
"optional": true
|
|
2515
|
+
},
|
|
2516
|
+
"fontFamily": {
|
|
2517
|
+
"type": "string",
|
|
2518
|
+
"optional": true
|
|
2519
|
+
},
|
|
2520
|
+
"backgroundColor": {
|
|
2521
|
+
"type": "string",
|
|
2522
|
+
"optional": true
|
|
2523
|
+
},
|
|
2524
|
+
"mobileFontSize": {
|
|
2525
|
+
"type": "number",
|
|
2526
|
+
"optional": true
|
|
2527
|
+
},
|
|
2528
|
+
"mobileAlign": {
|
|
2529
|
+
"type": "pushwoosh.aibuilder.v1.TextAlign"
|
|
2530
|
+
},
|
|
2531
|
+
"letterSpacing": {
|
|
2532
|
+
"type": "number",
|
|
2533
|
+
"optional": true
|
|
2534
|
+
}
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2537
|
+
"pushwoosh.aibuilder.v1.ButtonActionHref": {
|
|
2538
|
+
"type": "I",
|
|
2539
|
+
"fields": {
|
|
2540
|
+
"url": {
|
|
2541
|
+
"type": "string"
|
|
2542
|
+
}
|
|
2543
|
+
}
|
|
2544
|
+
},
|
|
2545
|
+
"pushwoosh.aibuilder.v1.ButtonActionJs": {
|
|
2546
|
+
"type": "I",
|
|
2547
|
+
"fields": {
|
|
2548
|
+
"onClick": {
|
|
2549
|
+
"type": "string"
|
|
2550
|
+
}
|
|
2551
|
+
}
|
|
2552
|
+
},
|
|
2553
|
+
"pushwoosh.aibuilder.v1.ButtonAction": {
|
|
2554
|
+
"type": "I",
|
|
2555
|
+
"fields": {
|
|
2556
|
+
"href": {
|
|
2557
|
+
"type": "pushwoosh.aibuilder.v1.ButtonActionHref"
|
|
2558
|
+
},
|
|
2559
|
+
"js": {
|
|
2560
|
+
"type": "pushwoosh.aibuilder.v1.ButtonActionJs"
|
|
2561
|
+
}
|
|
2562
|
+
},
|
|
2563
|
+
"oneofs": {
|
|
2564
|
+
"action": {
|
|
2565
|
+
"oneof": [
|
|
2566
|
+
"href",
|
|
2567
|
+
"js"
|
|
2568
|
+
]
|
|
2569
|
+
}
|
|
2570
|
+
}
|
|
2571
|
+
},
|
|
2572
|
+
"pushwoosh.aibuilder.v1.Button": {
|
|
2573
|
+
"type": "I",
|
|
2574
|
+
"fields": {
|
|
2575
|
+
"text": {
|
|
2576
|
+
"type": "string"
|
|
2577
|
+
},
|
|
2578
|
+
"action": {
|
|
2579
|
+
"type": "pushwoosh.aibuilder.v1.ButtonAction"
|
|
2580
|
+
},
|
|
2581
|
+
"styles": {
|
|
2582
|
+
"type": "pushwoosh.aibuilder.v1.ButtonStyles",
|
|
2583
|
+
"optional": true
|
|
2584
|
+
},
|
|
2585
|
+
"translations": {
|
|
2586
|
+
"type": "string",
|
|
2587
|
+
"mapKeyType": "string"
|
|
2588
|
+
}
|
|
2589
|
+
}
|
|
2590
|
+
},
|
|
2591
|
+
"pushwoosh.aibuilder.v1.ButtonStyles": {
|
|
2592
|
+
"type": "I",
|
|
2593
|
+
"fields": {
|
|
2594
|
+
"backgroundColor": {
|
|
2595
|
+
"type": "string",
|
|
2596
|
+
"optional": true
|
|
2597
|
+
},
|
|
2598
|
+
"textColor": {
|
|
2599
|
+
"type": "string",
|
|
2600
|
+
"optional": true
|
|
2601
|
+
},
|
|
2602
|
+
"borderRadius": {
|
|
2603
|
+
"type": "number",
|
|
2604
|
+
"optional": true
|
|
2605
|
+
},
|
|
2606
|
+
"borderColor": {
|
|
2607
|
+
"type": "string",
|
|
2608
|
+
"optional": true
|
|
2609
|
+
},
|
|
2610
|
+
"borderWidth": {
|
|
2611
|
+
"type": "number",
|
|
2612
|
+
"optional": true
|
|
2613
|
+
},
|
|
2614
|
+
"fontSize": {
|
|
2615
|
+
"type": "number",
|
|
2616
|
+
"optional": true
|
|
2617
|
+
},
|
|
2618
|
+
"fontFamily": {
|
|
2619
|
+
"type": "string",
|
|
2620
|
+
"optional": true
|
|
2621
|
+
},
|
|
2622
|
+
"padding": {
|
|
2623
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
2624
|
+
"optional": true
|
|
2625
|
+
},
|
|
2626
|
+
"widthPercent": {
|
|
2627
|
+
"type": "number",
|
|
2628
|
+
"optional": true
|
|
2629
|
+
},
|
|
2630
|
+
"mobileWidthPercent": {
|
|
2631
|
+
"type": "number",
|
|
2632
|
+
"optional": true
|
|
2633
|
+
},
|
|
2634
|
+
"mobilePadding": {
|
|
2635
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
2636
|
+
"optional": true
|
|
2637
|
+
}
|
|
2638
|
+
}
|
|
2639
|
+
},
|
|
2640
|
+
"pushwoosh.aibuilder.v1.ButtonGroup": {
|
|
2641
|
+
"type": "I",
|
|
2642
|
+
"fields": {
|
|
2643
|
+
"buttons": {
|
|
2644
|
+
"type": "pushwoosh.aibuilder.v1.Button",
|
|
2645
|
+
"array": true
|
|
2646
|
+
},
|
|
2647
|
+
"styles": {
|
|
2648
|
+
"type": "pushwoosh.aibuilder.v1.ButtonGroupStyles",
|
|
2649
|
+
"optional": true
|
|
2650
|
+
},
|
|
2651
|
+
"align": {
|
|
2652
|
+
"type": "pushwoosh.aibuilder.v1.ButtonGroupAlign"
|
|
2653
|
+
}
|
|
2654
|
+
}
|
|
2655
|
+
},
|
|
2656
|
+
"pushwoosh.aibuilder.v1.ButtonGroupStyles": {
|
|
2657
|
+
"type": "I",
|
|
2658
|
+
"fields": {
|
|
2659
|
+
"padding": {
|
|
2660
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
2661
|
+
"optional": true
|
|
2662
|
+
},
|
|
2663
|
+
"backgroundColor": {
|
|
2664
|
+
"type": "string",
|
|
2665
|
+
"optional": true
|
|
2666
|
+
},
|
|
2667
|
+
"gap": {
|
|
2668
|
+
"type": "number",
|
|
2669
|
+
"optional": true
|
|
2670
|
+
},
|
|
2671
|
+
"mobileStack": {
|
|
2672
|
+
"type": "pushwoosh.aibuilder.v1.MobileStack",
|
|
2673
|
+
"optional": true
|
|
2674
|
+
},
|
|
2675
|
+
"mobileGap": {
|
|
2676
|
+
"type": "number",
|
|
2677
|
+
"optional": true
|
|
2678
|
+
},
|
|
2679
|
+
"mobilePadding": {
|
|
2680
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
2681
|
+
"optional": true
|
|
2682
|
+
}
|
|
2683
|
+
}
|
|
2684
|
+
},
|
|
2685
|
+
"pushwoosh.aibuilder.v1.ListItem": {
|
|
2686
|
+
"type": "I",
|
|
2687
|
+
"fields": {
|
|
2688
|
+
"text": {
|
|
2689
|
+
"type": "string"
|
|
2690
|
+
},
|
|
2691
|
+
"translations": {
|
|
2692
|
+
"type": "string",
|
|
2693
|
+
"mapKeyType": "string"
|
|
2694
|
+
}
|
|
2695
|
+
}
|
|
2696
|
+
},
|
|
2697
|
+
"pushwoosh.aibuilder.v1.List": {
|
|
2698
|
+
"type": "I",
|
|
2699
|
+
"fields": {
|
|
2700
|
+
"items": {
|
|
2701
|
+
"type": "pushwoosh.aibuilder.v1.ListItem",
|
|
2702
|
+
"array": true
|
|
2703
|
+
},
|
|
2704
|
+
"ordered": {
|
|
2705
|
+
"type": "boolean"
|
|
2706
|
+
},
|
|
2707
|
+
"variant": {
|
|
2708
|
+
"type": "string"
|
|
2709
|
+
},
|
|
2710
|
+
"backgroundColor": {
|
|
2711
|
+
"type": "string",
|
|
2712
|
+
"optional": true
|
|
2713
|
+
}
|
|
2714
|
+
}
|
|
2715
|
+
},
|
|
2716
|
+
"pushwoosh.aibuilder.v1.FormFieldType": {
|
|
2717
|
+
"type": "E",
|
|
2718
|
+
"values": [
|
|
2719
|
+
"FORM_FIELD_TYPE_UNSPECIFIED",
|
|
2720
|
+
"FORM_FIELD_TYPE_TEXT",
|
|
2721
|
+
"FORM_FIELD_TYPE_EMAIL",
|
|
2722
|
+
"FORM_FIELD_TYPE_PHONE",
|
|
2723
|
+
"FORM_FIELD_TYPE_NUMBER",
|
|
2724
|
+
"FORM_FIELD_TYPE_DATE",
|
|
2725
|
+
"FORM_FIELD_TYPE_CHECKBOX",
|
|
2726
|
+
"FORM_FIELD_TYPE_SELECT",
|
|
2727
|
+
"FORM_FIELD_TYPE_TEXTAREA",
|
|
2728
|
+
"FORM_FIELD_TYPE_HIDDEN",
|
|
2729
|
+
"FORM_FIELD_TYPE_RADIO"
|
|
2730
|
+
]
|
|
2731
|
+
},
|
|
2732
|
+
"pushwoosh.aibuilder.v1.FormField": {
|
|
2733
|
+
"type": "I",
|
|
2734
|
+
"fields": {
|
|
2735
|
+
"name": {
|
|
2736
|
+
"type": "string"
|
|
2737
|
+
},
|
|
2738
|
+
"label": {
|
|
2739
|
+
"type": "string"
|
|
2740
|
+
},
|
|
2741
|
+
"type": {
|
|
2742
|
+
"type": "pushwoosh.aibuilder.v1.FormFieldType"
|
|
2743
|
+
},
|
|
2744
|
+
"required": {
|
|
2745
|
+
"type": "boolean"
|
|
2746
|
+
},
|
|
2747
|
+
"placeholder": {
|
|
2748
|
+
"type": "string"
|
|
2749
|
+
},
|
|
2750
|
+
"options": {
|
|
2751
|
+
"type": "string",
|
|
2752
|
+
"array": true
|
|
2753
|
+
}
|
|
2754
|
+
}
|
|
2755
|
+
},
|
|
2756
|
+
"pushwoosh.aibuilder.v1.Form": {
|
|
2757
|
+
"type": "I",
|
|
2758
|
+
"fields": {
|
|
2759
|
+
"fields": {
|
|
2760
|
+
"type": "pushwoosh.aibuilder.v1.FormField",
|
|
2761
|
+
"array": true
|
|
2762
|
+
},
|
|
2763
|
+
"submitLabel": {
|
|
2764
|
+
"type": "string"
|
|
2765
|
+
},
|
|
2766
|
+
"submitStyles": {
|
|
2767
|
+
"type": "pushwoosh.aibuilder.v1.ButtonStyles",
|
|
2768
|
+
"optional": true
|
|
2769
|
+
}
|
|
2770
|
+
}
|
|
2771
|
+
},
|
|
2772
|
+
"pushwoosh.aibuilder.v1.Timer": {
|
|
2773
|
+
"type": "I",
|
|
2774
|
+
"fields": {
|
|
2775
|
+
"endTime": {
|
|
2776
|
+
"type": "string"
|
|
2777
|
+
},
|
|
2778
|
+
"timezone": {
|
|
2779
|
+
"type": "string"
|
|
2780
|
+
},
|
|
2781
|
+
"language": {
|
|
2782
|
+
"type": "string"
|
|
2783
|
+
},
|
|
2784
|
+
"showLabels": {
|
|
2785
|
+
"type": "boolean"
|
|
2786
|
+
},
|
|
2787
|
+
"backgroundColor": {
|
|
2788
|
+
"type": "string"
|
|
2789
|
+
},
|
|
2790
|
+
"digitColor": {
|
|
2791
|
+
"type": "string"
|
|
2792
|
+
},
|
|
2793
|
+
"labelColor": {
|
|
2794
|
+
"type": "string"
|
|
2795
|
+
},
|
|
2796
|
+
"digitFontSize": {
|
|
2797
|
+
"type": "number"
|
|
2798
|
+
},
|
|
2799
|
+
"labelFontSize": {
|
|
2800
|
+
"type": "number"
|
|
2801
|
+
},
|
|
2802
|
+
"width": {
|
|
2803
|
+
"type": "number"
|
|
2804
|
+
},
|
|
2805
|
+
"height": {
|
|
2806
|
+
"type": "number"
|
|
2807
|
+
},
|
|
2808
|
+
"digitFontFamily": {
|
|
2809
|
+
"type": "string"
|
|
2810
|
+
},
|
|
2811
|
+
"labelFontFamily": {
|
|
2812
|
+
"type": "string"
|
|
2813
|
+
},
|
|
2814
|
+
"digitFontWeight": {
|
|
2815
|
+
"type": "number"
|
|
2816
|
+
},
|
|
2817
|
+
"labelFontWeight": {
|
|
2818
|
+
"type": "number"
|
|
2819
|
+
}
|
|
2820
|
+
}
|
|
2821
|
+
},
|
|
2822
|
+
"pushwoosh.aibuilder.v1.RawHtml": {
|
|
2823
|
+
"type": "I",
|
|
2824
|
+
"fields": {
|
|
2825
|
+
"html": {
|
|
2826
|
+
"type": "string"
|
|
2827
|
+
},
|
|
2828
|
+
"translations": {
|
|
2829
|
+
"type": "string",
|
|
2830
|
+
"mapKeyType": "string"
|
|
2831
|
+
}
|
|
2832
|
+
}
|
|
2833
|
+
},
|
|
2834
|
+
"pushwoosh.aibuilder.v1.MenuItem": {
|
|
2835
|
+
"type": "I",
|
|
2836
|
+
"fields": {
|
|
2837
|
+
"text": {
|
|
2838
|
+
"type": "string"
|
|
2839
|
+
},
|
|
2840
|
+
"url": {
|
|
2841
|
+
"type": "string"
|
|
2842
|
+
},
|
|
2843
|
+
"target": {
|
|
2844
|
+
"type": "string"
|
|
2845
|
+
},
|
|
2846
|
+
"translations": {
|
|
2847
|
+
"type": "string",
|
|
2848
|
+
"mapKeyType": "string"
|
|
2849
|
+
}
|
|
2850
|
+
}
|
|
2851
|
+
},
|
|
2852
|
+
"pushwoosh.aibuilder.v1.MenuLayout": {
|
|
2853
|
+
"type": "E",
|
|
2854
|
+
"values": [
|
|
2855
|
+
"MENU_LAYOUT_UNSPECIFIED",
|
|
2856
|
+
"MENU_LAYOUT_HORIZONTAL",
|
|
2857
|
+
"MENU_LAYOUT_VERTICAL"
|
|
2858
|
+
]
|
|
2859
|
+
},
|
|
2860
|
+
"pushwoosh.aibuilder.v1.Menu": {
|
|
2861
|
+
"type": "I",
|
|
2862
|
+
"fields": {
|
|
2863
|
+
"items": {
|
|
2864
|
+
"type": "pushwoosh.aibuilder.v1.MenuItem",
|
|
2865
|
+
"array": true
|
|
2866
|
+
},
|
|
2867
|
+
"linkColor": {
|
|
2868
|
+
"type": "string"
|
|
2869
|
+
},
|
|
2870
|
+
"textColor": {
|
|
2871
|
+
"type": "string"
|
|
2872
|
+
},
|
|
2873
|
+
"fontFamily": {
|
|
2874
|
+
"type": "string"
|
|
2875
|
+
},
|
|
2876
|
+
"fontWeight": {
|
|
2877
|
+
"type": "number"
|
|
2878
|
+
},
|
|
2879
|
+
"fontSize": {
|
|
2880
|
+
"type": "number"
|
|
2881
|
+
},
|
|
2882
|
+
"letterSpacing": {
|
|
2883
|
+
"type": "number"
|
|
2884
|
+
},
|
|
2885
|
+
"layout": {
|
|
2886
|
+
"type": "pushwoosh.aibuilder.v1.MenuLayout"
|
|
2887
|
+
},
|
|
2888
|
+
"align": {
|
|
2889
|
+
"type": "pushwoosh.aibuilder.v1.TextAlign"
|
|
2890
|
+
},
|
|
2891
|
+
"separator": {
|
|
2892
|
+
"type": "string"
|
|
2893
|
+
},
|
|
2894
|
+
"itemPadding": {
|
|
2895
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
2896
|
+
"optional": true
|
|
2897
|
+
},
|
|
2898
|
+
"mobileAlign": {
|
|
2899
|
+
"type": "pushwoosh.aibuilder.v1.TextAlign"
|
|
2900
|
+
},
|
|
2901
|
+
"mobileLayout": {
|
|
2902
|
+
"type": "pushwoosh.aibuilder.v1.MenuLayout"
|
|
2903
|
+
}
|
|
2904
|
+
}
|
|
2905
|
+
},
|
|
2906
|
+
"pushwoosh.aibuilder.v1.Video": {
|
|
2907
|
+
"type": "I",
|
|
2908
|
+
"fields": {
|
|
2909
|
+
"url": {
|
|
2910
|
+
"type": "string"
|
|
2911
|
+
},
|
|
2912
|
+
"thumbnailUrl": {
|
|
2913
|
+
"type": "string"
|
|
2914
|
+
},
|
|
2915
|
+
"alt": {
|
|
2916
|
+
"type": "string"
|
|
2917
|
+
},
|
|
2918
|
+
"width": {
|
|
2919
|
+
"type": "string"
|
|
2920
|
+
},
|
|
2921
|
+
"align": {
|
|
2922
|
+
"type": "pushwoosh.aibuilder.v1.TextAlign"
|
|
2923
|
+
},
|
|
2924
|
+
"borderRadius": {
|
|
2925
|
+
"type": "number",
|
|
2926
|
+
"optional": true
|
|
2927
|
+
},
|
|
2928
|
+
"showPlayButton": {
|
|
2929
|
+
"type": "boolean",
|
|
2930
|
+
"optional": true
|
|
2931
|
+
},
|
|
2932
|
+
"mobileAlign": {
|
|
2933
|
+
"type": "pushwoosh.aibuilder.v1.TextAlign"
|
|
2934
|
+
}
|
|
2935
|
+
}
|
|
2936
|
+
},
|
|
2937
|
+
"pushwoosh.aibuilder.v1.SocialRow": {
|
|
2938
|
+
"type": "I",
|
|
2939
|
+
"fields": {
|
|
2940
|
+
"links": {
|
|
2941
|
+
"type": "pushwoosh.aibuilder.v1.SocialLink",
|
|
2942
|
+
"array": true
|
|
2943
|
+
},
|
|
2944
|
+
"align": {
|
|
2945
|
+
"type": "pushwoosh.aibuilder.v1.TextAlign"
|
|
2946
|
+
},
|
|
2947
|
+
"iconSize": {
|
|
2948
|
+
"type": "number"
|
|
2949
|
+
},
|
|
2950
|
+
"gap": {
|
|
2951
|
+
"type": "number"
|
|
2952
|
+
},
|
|
2953
|
+
"mobileAlign": {
|
|
2954
|
+
"type": "pushwoosh.aibuilder.v1.TextAlign"
|
|
2955
|
+
}
|
|
2956
|
+
}
|
|
2957
|
+
},
|
|
2958
|
+
"pushwoosh.aibuilder.v1.ContentItem": {
|
|
2959
|
+
"type": "I",
|
|
2960
|
+
"fields": {
|
|
2961
|
+
"text": {
|
|
2962
|
+
"type": "pushwoosh.aibuilder.v1.TextBlock"
|
|
2963
|
+
},
|
|
2964
|
+
"buttonGroup": {
|
|
2965
|
+
"type": "pushwoosh.aibuilder.v1.ButtonGroup"
|
|
2966
|
+
},
|
|
2967
|
+
"list": {
|
|
2968
|
+
"type": "pushwoosh.aibuilder.v1.List"
|
|
2969
|
+
},
|
|
2970
|
+
"image": {
|
|
2971
|
+
"type": "pushwoosh.aibuilder.v1.Image"
|
|
2972
|
+
},
|
|
2973
|
+
"form": {
|
|
2974
|
+
"type": "pushwoosh.aibuilder.v1.Form"
|
|
2975
|
+
},
|
|
2976
|
+
"timer": {
|
|
2977
|
+
"type": "pushwoosh.aibuilder.v1.Timer"
|
|
2978
|
+
},
|
|
2979
|
+
"rawHtml": {
|
|
2980
|
+
"type": "pushwoosh.aibuilder.v1.RawHtml"
|
|
2981
|
+
},
|
|
2982
|
+
"menu": {
|
|
2983
|
+
"type": "pushwoosh.aibuilder.v1.Menu"
|
|
2984
|
+
},
|
|
2985
|
+
"social": {
|
|
2986
|
+
"type": "pushwoosh.aibuilder.v1.SocialRow"
|
|
2987
|
+
},
|
|
2988
|
+
"video": {
|
|
2989
|
+
"type": "pushwoosh.aibuilder.v1.Video"
|
|
2990
|
+
},
|
|
2991
|
+
"padding": {
|
|
2992
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
2993
|
+
"optional": true
|
|
2994
|
+
},
|
|
2995
|
+
"hideOnMobile": {
|
|
2996
|
+
"type": "boolean",
|
|
2997
|
+
"optional": true
|
|
2998
|
+
},
|
|
2999
|
+
"hideOnDesktop": {
|
|
3000
|
+
"type": "boolean",
|
|
3001
|
+
"optional": true
|
|
3002
|
+
},
|
|
3003
|
+
"mobilePadding": {
|
|
3004
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
3005
|
+
"optional": true
|
|
3006
|
+
},
|
|
3007
|
+
"displayCondition": {
|
|
3008
|
+
"type": "pushwoosh.aibuilder.v1.DisplayCondition",
|
|
3009
|
+
"optional": true
|
|
3010
|
+
}
|
|
3011
|
+
},
|
|
3012
|
+
"oneofs": {
|
|
3013
|
+
"item": {
|
|
3014
|
+
"oneof": [
|
|
3015
|
+
"text",
|
|
3016
|
+
"buttonGroup",
|
|
3017
|
+
"list",
|
|
3018
|
+
"image",
|
|
3019
|
+
"form",
|
|
3020
|
+
"timer",
|
|
3021
|
+
"rawHtml",
|
|
3022
|
+
"menu",
|
|
3023
|
+
"social",
|
|
3024
|
+
"video"
|
|
3025
|
+
]
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
},
|
|
3029
|
+
"pushwoosh.aibuilder.v1.Content": {
|
|
3030
|
+
"type": "I",
|
|
3031
|
+
"fields": {
|
|
3032
|
+
"items": {
|
|
3033
|
+
"type": "pushwoosh.aibuilder.v1.ContentItem",
|
|
3034
|
+
"array": true
|
|
3035
|
+
},
|
|
3036
|
+
"textPrompt": {
|
|
3037
|
+
"type": "string",
|
|
3038
|
+
"optional": true
|
|
3039
|
+
}
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
"pushwoosh.aibuilder.v1.Image": {
|
|
3043
|
+
"type": "I",
|
|
3044
|
+
"fields": {
|
|
3045
|
+
"prompt": {
|
|
3046
|
+
"type": "string"
|
|
3047
|
+
},
|
|
3048
|
+
"width": {
|
|
3049
|
+
"type": "string"
|
|
3050
|
+
},
|
|
3051
|
+
"height": {
|
|
3052
|
+
"type": "string"
|
|
3053
|
+
},
|
|
3054
|
+
"src": {
|
|
3055
|
+
"type": "string"
|
|
3056
|
+
},
|
|
3057
|
+
"alt": {
|
|
3058
|
+
"type": "string"
|
|
3059
|
+
},
|
|
3060
|
+
"mediaUuid": {
|
|
3061
|
+
"type": "string"
|
|
3062
|
+
},
|
|
3063
|
+
"origWidth": {
|
|
3064
|
+
"type": "number"
|
|
3065
|
+
},
|
|
3066
|
+
"origHeight": {
|
|
3067
|
+
"type": "number"
|
|
3068
|
+
},
|
|
3069
|
+
"padding": {
|
|
3070
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
3071
|
+
"optional": true
|
|
3072
|
+
},
|
|
3073
|
+
"align": {
|
|
3074
|
+
"type": "pushwoosh.aibuilder.v1.TextAlign"
|
|
3075
|
+
},
|
|
3076
|
+
"href": {
|
|
3077
|
+
"type": "string"
|
|
3078
|
+
},
|
|
3079
|
+
"target": {
|
|
3080
|
+
"type": "string"
|
|
3081
|
+
},
|
|
3082
|
+
"srcTranslations": {
|
|
3083
|
+
"type": "string",
|
|
3084
|
+
"mapKeyType": "string"
|
|
3085
|
+
},
|
|
3086
|
+
"altTranslations": {
|
|
3087
|
+
"type": "string",
|
|
3088
|
+
"mapKeyType": "string"
|
|
3089
|
+
},
|
|
3090
|
+
"borderRadius": {
|
|
3091
|
+
"type": "number",
|
|
3092
|
+
"optional": true
|
|
3093
|
+
},
|
|
3094
|
+
"mobileAlign": {
|
|
3095
|
+
"type": "pushwoosh.aibuilder.v1.TextAlign"
|
|
3096
|
+
},
|
|
3097
|
+
"mobileWidth": {
|
|
3098
|
+
"type": "string",
|
|
3099
|
+
"optional": true
|
|
3100
|
+
},
|
|
3101
|
+
"imageSize": {
|
|
3102
|
+
"type": "pushwoosh.aibuilder.v1.CardImageSize",
|
|
3103
|
+
"optional": true
|
|
3104
|
+
},
|
|
3105
|
+
"imageFit": {
|
|
3106
|
+
"type": "pushwoosh.aibuilder.v1.CardImageFit",
|
|
3107
|
+
"optional": true
|
|
3108
|
+
},
|
|
3109
|
+
"imagePosition": {
|
|
3110
|
+
"type": "pushwoosh.aibuilder.v1.CardImagePosition",
|
|
3111
|
+
"optional": true
|
|
3112
|
+
},
|
|
3113
|
+
"imageRatio": {
|
|
3114
|
+
"type": "number",
|
|
3115
|
+
"optional": true
|
|
3116
|
+
}
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
"pushwoosh.aibuilder.v1.AiBuilderCard": {
|
|
3120
|
+
"type": "I",
|
|
3121
|
+
"fields": {
|
|
3122
|
+
"layout": {
|
|
3123
|
+
"type": "pushwoosh.aibuilder.v1.CardLayout"
|
|
3124
|
+
},
|
|
3125
|
+
"image": {
|
|
3126
|
+
"type": "pushwoosh.aibuilder.v1.Image",
|
|
3127
|
+
"optional": true
|
|
3128
|
+
},
|
|
3129
|
+
"content": {
|
|
3130
|
+
"type": "pushwoosh.aibuilder.v1.Content"
|
|
3131
|
+
},
|
|
3132
|
+
"styles": {
|
|
3133
|
+
"type": "pushwoosh.aibuilder.v1.CardStyles",
|
|
3134
|
+
"optional": true
|
|
3135
|
+
},
|
|
3136
|
+
"imageFit": {
|
|
3137
|
+
"type": "pushwoosh.aibuilder.v1.CardImageFit"
|
|
3138
|
+
},
|
|
3139
|
+
"imageSize": {
|
|
3140
|
+
"type": "pushwoosh.aibuilder.v1.CardImageSize",
|
|
3141
|
+
"optional": true
|
|
3142
|
+
},
|
|
3143
|
+
"imagePosition": {
|
|
3144
|
+
"type": "pushwoosh.aibuilder.v1.CardImagePosition",
|
|
3145
|
+
"optional": true
|
|
3146
|
+
},
|
|
3147
|
+
"imageWrap": {
|
|
3148
|
+
"type": "boolean",
|
|
3149
|
+
"optional": true
|
|
3150
|
+
},
|
|
3151
|
+
"imageMobilePadding": {
|
|
3152
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
3153
|
+
"optional": true
|
|
3154
|
+
},
|
|
3155
|
+
"sideImageRatio": {
|
|
3156
|
+
"type": "number",
|
|
3157
|
+
"optional": true
|
|
3158
|
+
}
|
|
3159
|
+
}
|
|
3160
|
+
},
|
|
3161
|
+
"pushwoosh.aibuilder.v1.AiBuilderColumns": {
|
|
3162
|
+
"type": "I",
|
|
3163
|
+
"fields": {
|
|
3164
|
+
"columns": {
|
|
3165
|
+
"type": "pushwoosh.aibuilder.v1.AiBuilderColumn",
|
|
3166
|
+
"array": true
|
|
3167
|
+
},
|
|
3168
|
+
"styles": {
|
|
3169
|
+
"type": "pushwoosh.aibuilder.v1.ColumnsStyles",
|
|
3170
|
+
"optional": true
|
|
3171
|
+
},
|
|
3172
|
+
"withImages": {
|
|
3173
|
+
"type": "boolean"
|
|
3174
|
+
}
|
|
3175
|
+
}
|
|
3176
|
+
},
|
|
3177
|
+
"pushwoosh.aibuilder.v1.AiBuilderColumn": {
|
|
3178
|
+
"type": "I",
|
|
3179
|
+
"fields": {
|
|
3180
|
+
"image": {
|
|
3181
|
+
"type": "pushwoosh.aibuilder.v1.Image",
|
|
3182
|
+
"optional": true
|
|
3183
|
+
},
|
|
3184
|
+
"content": {
|
|
3185
|
+
"type": "pushwoosh.aibuilder.v1.Content"
|
|
3186
|
+
},
|
|
3187
|
+
"width": {
|
|
3188
|
+
"type": "string",
|
|
3189
|
+
"optional": true
|
|
3190
|
+
},
|
|
3191
|
+
"padding": {
|
|
3192
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
3193
|
+
"optional": true
|
|
3194
|
+
},
|
|
3195
|
+
"imageSize": {
|
|
3196
|
+
"type": "pushwoosh.aibuilder.v1.CardImageSize",
|
|
3197
|
+
"optional": true
|
|
3198
|
+
},
|
|
3199
|
+
"imageFit": {
|
|
3200
|
+
"type": "pushwoosh.aibuilder.v1.CardImageFit",
|
|
3201
|
+
"optional": true
|
|
3202
|
+
},
|
|
3203
|
+
"imagePosition": {
|
|
3204
|
+
"type": "pushwoosh.aibuilder.v1.CardImagePosition",
|
|
3205
|
+
"optional": true
|
|
3206
|
+
},
|
|
3207
|
+
"imageRatio": {
|
|
3208
|
+
"type": "number",
|
|
3209
|
+
"optional": true
|
|
3210
|
+
}
|
|
3211
|
+
}
|
|
3212
|
+
},
|
|
3213
|
+
"pushwoosh.aibuilder.v1.AiBuilderGroup": {
|
|
3214
|
+
"type": "I",
|
|
3215
|
+
"fields": {
|
|
3216
|
+
"direction": {
|
|
3217
|
+
"type": "pushwoosh.aibuilder.v1.GroupDirection"
|
|
3218
|
+
},
|
|
3219
|
+
"margin": {
|
|
3220
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
3221
|
+
"optional": true
|
|
3222
|
+
},
|
|
3223
|
+
"padding": {
|
|
3224
|
+
"type": "pushwoosh.aibuilder.v1.EdgeInsets",
|
|
3225
|
+
"optional": true
|
|
3226
|
+
},
|
|
3227
|
+
"gap": {
|
|
3228
|
+
"type": "number",
|
|
3229
|
+
"optional": true
|
|
3230
|
+
},
|
|
3231
|
+
"align": {
|
|
3232
|
+
"type": "pushwoosh.aibuilder.v1.GroupAlign"
|
|
3233
|
+
},
|
|
3234
|
+
"mobileDirection": {
|
|
3235
|
+
"type": "pushwoosh.aibuilder.v1.GroupDirection"
|
|
3236
|
+
}
|
|
3237
|
+
}
|
|
3238
|
+
},
|
|
3239
|
+
"pushwoosh.aibuilder.v1.Placeholder": {
|
|
3240
|
+
"type": "I",
|
|
3241
|
+
"fields": {
|
|
3242
|
+
"prompt": {
|
|
3243
|
+
"type": "string",
|
|
3244
|
+
"optional": true
|
|
3245
|
+
}
|
|
3246
|
+
}
|
|
3247
|
+
},
|
|
3248
|
+
"pushwoosh.aibuilder.v1.DividerStyle": {
|
|
3249
|
+
"type": "E",
|
|
3250
|
+
"values": [
|
|
3251
|
+
"DIVIDER_STYLE_UNSPECIFIED",
|
|
3252
|
+
"DIVIDER_STYLE_SOLID",
|
|
3253
|
+
"DIVIDER_STYLE_DASHED",
|
|
3254
|
+
"DIVIDER_STYLE_DOTTED"
|
|
3255
|
+
]
|
|
3256
|
+
},
|
|
3257
|
+
"pushwoosh.aibuilder.v1.Divider": {
|
|
3258
|
+
"type": "I",
|
|
3259
|
+
"fields": {
|
|
3260
|
+
"thickness": {
|
|
3261
|
+
"type": "number"
|
|
3262
|
+
},
|
|
3263
|
+
"color": {
|
|
3264
|
+
"type": "string"
|
|
3265
|
+
},
|
|
3266
|
+
"style": {
|
|
3267
|
+
"type": "pushwoosh.aibuilder.v1.DividerStyle"
|
|
3268
|
+
},
|
|
3269
|
+
"widthPercent": {
|
|
3270
|
+
"type": "number"
|
|
3271
|
+
}
|
|
3272
|
+
}
|
|
3273
|
+
},
|
|
3274
|
+
"pushwoosh.aibuilder.v1.SyncedBlockRef": {
|
|
3275
|
+
"type": "I",
|
|
3276
|
+
"fields": {
|
|
3277
|
+
"templateCode": {
|
|
3278
|
+
"type": "string"
|
|
3279
|
+
},
|
|
3280
|
+
"sourceUpdatedAt": {
|
|
3281
|
+
"type": "string"
|
|
3282
|
+
},
|
|
3283
|
+
"fragmentCode": {
|
|
3284
|
+
"type": "string"
|
|
3285
|
+
}
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3288
|
+
"pushwoosh.aibuilder.v1.DisplayConditionOp": {
|
|
3289
|
+
"type": "E",
|
|
3290
|
+
"values": [
|
|
3291
|
+
"DISPLAY_CONDITION_OP_UNSPECIFIED",
|
|
3292
|
+
"DISPLAY_CONDITION_OP_EQ",
|
|
3293
|
+
"DISPLAY_CONDITION_OP_NEQ",
|
|
3294
|
+
"DISPLAY_CONDITION_OP_GT",
|
|
3295
|
+
"DISPLAY_CONDITION_OP_GTE",
|
|
3296
|
+
"DISPLAY_CONDITION_OP_LT",
|
|
3297
|
+
"DISPLAY_CONDITION_OP_LTE",
|
|
3298
|
+
"DISPLAY_CONDITION_OP_CONTAINS",
|
|
3299
|
+
"DISPLAY_CONDITION_OP_NOT_CONTAINS",
|
|
3300
|
+
"DISPLAY_CONDITION_OP_EXISTS",
|
|
3301
|
+
"DISPLAY_CONDITION_OP_NOT_EXISTS"
|
|
3302
|
+
]
|
|
3303
|
+
},
|
|
3304
|
+
"pushwoosh.aibuilder.v1.DisplayConditionValueType": {
|
|
3305
|
+
"type": "E",
|
|
3306
|
+
"values": [
|
|
3307
|
+
"DISPLAY_CONDITION_VALUE_TYPE_UNSPECIFIED",
|
|
3308
|
+
"DISPLAY_CONDITION_VALUE_TYPE_STRING",
|
|
3309
|
+
"DISPLAY_CONDITION_VALUE_TYPE_NUMBER",
|
|
3310
|
+
"DISPLAY_CONDITION_VALUE_TYPE_BOOLEAN"
|
|
3311
|
+
]
|
|
3312
|
+
},
|
|
3313
|
+
"pushwoosh.aibuilder.v1.DisplayConditionCombinator": {
|
|
3314
|
+
"type": "E",
|
|
3315
|
+
"values": [
|
|
3316
|
+
"DISPLAY_CONDITION_COMBINATOR_UNSPECIFIED",
|
|
3317
|
+
"DISPLAY_CONDITION_COMBINATOR_AND",
|
|
3318
|
+
"DISPLAY_CONDITION_COMBINATOR_OR"
|
|
3319
|
+
]
|
|
3320
|
+
},
|
|
3321
|
+
"pushwoosh.aibuilder.v1.DisplayConditionUnknown": {
|
|
3322
|
+
"type": "E",
|
|
3323
|
+
"values": [
|
|
3324
|
+
"DISPLAY_CONDITION_UNKNOWN_UNSPECIFIED",
|
|
3325
|
+
"DISPLAY_CONDITION_UNKNOWN_HIDE",
|
|
3326
|
+
"DISPLAY_CONDITION_UNKNOWN_SHOW"
|
|
3327
|
+
]
|
|
3328
|
+
},
|
|
3329
|
+
"pushwoosh.aibuilder.v1.DisplayConditionChain": {
|
|
3330
|
+
"type": "E",
|
|
3331
|
+
"values": [
|
|
3332
|
+
"DISPLAY_CONDITION_CHAIN_UNSPECIFIED",
|
|
3333
|
+
"DISPLAY_CONDITION_CHAIN_ELSIF",
|
|
3334
|
+
"DISPLAY_CONDITION_CHAIN_ELSE"
|
|
3335
|
+
]
|
|
3336
|
+
},
|
|
3337
|
+
"pushwoosh.aibuilder.v1.DisplayConditionRule": {
|
|
3338
|
+
"type": "I",
|
|
3339
|
+
"fields": {
|
|
3340
|
+
"name": {
|
|
3341
|
+
"type": "string"
|
|
3342
|
+
},
|
|
3343
|
+
"op": {
|
|
3344
|
+
"type": "pushwoosh.aibuilder.v1.DisplayConditionOp"
|
|
3345
|
+
},
|
|
3346
|
+
"value": {
|
|
3347
|
+
"type": "string"
|
|
3348
|
+
},
|
|
3349
|
+
"valueType": {
|
|
3350
|
+
"type": "pushwoosh.aibuilder.v1.DisplayConditionValueType"
|
|
3351
|
+
}
|
|
3352
|
+
}
|
|
3353
|
+
},
|
|
3354
|
+
"pushwoosh.aibuilder.v1.DisplayCondition": {
|
|
3355
|
+
"type": "I",
|
|
3356
|
+
"fields": {
|
|
3357
|
+
"enabled": {
|
|
3358
|
+
"type": "boolean"
|
|
3359
|
+
},
|
|
3360
|
+
"combinator": {
|
|
3361
|
+
"type": "pushwoosh.aibuilder.v1.DisplayConditionCombinator"
|
|
3362
|
+
},
|
|
3363
|
+
"rules": {
|
|
3364
|
+
"type": "pushwoosh.aibuilder.v1.DisplayConditionRule",
|
|
3365
|
+
"array": true
|
|
3366
|
+
},
|
|
3367
|
+
"unknown": {
|
|
3368
|
+
"type": "pushwoosh.aibuilder.v1.DisplayConditionUnknown"
|
|
3369
|
+
},
|
|
3370
|
+
"liquidExpr": {
|
|
3371
|
+
"type": "string"
|
|
3372
|
+
},
|
|
3373
|
+
"chain": {
|
|
3374
|
+
"type": "pushwoosh.aibuilder.v1.DisplayConditionChain"
|
|
3375
|
+
}
|
|
3376
|
+
}
|
|
3377
|
+
},
|
|
3378
|
+
"pushwoosh.aibuilder.v1.ProductsSource": {
|
|
3379
|
+
"type": "E",
|
|
3380
|
+
"values": [
|
|
3381
|
+
"PRODUCTS_SOURCE_UNSPECIFIED",
|
|
3382
|
+
"PRODUCTS_SOURCE_MANUAL",
|
|
3383
|
+
"PRODUCTS_SOURCE_RULE",
|
|
3384
|
+
"PRODUCTS_SOURCE_CART"
|
|
3385
|
+
]
|
|
3386
|
+
},
|
|
3387
|
+
"pushwoosh.aibuilder.v1.ProductsRuleSort": {
|
|
3388
|
+
"type": "E",
|
|
3389
|
+
"values": [
|
|
3390
|
+
"PRODUCTS_RULE_SORT_UNSPECIFIED",
|
|
3391
|
+
"PRODUCTS_RULE_SORT_NEWEST",
|
|
3392
|
+
"PRODUCTS_RULE_SORT_PRICE_ASC",
|
|
3393
|
+
"PRODUCTS_RULE_SORT_PRICE_DESC",
|
|
3394
|
+
"PRODUCTS_RULE_SORT_TITLE"
|
|
3395
|
+
]
|
|
3396
|
+
},
|
|
3397
|
+
"pushwoosh.aibuilder.v1.ProductsRule": {
|
|
3398
|
+
"type": "I",
|
|
3399
|
+
"fields": {
|
|
3400
|
+
"application": {
|
|
3401
|
+
"type": "string"
|
|
3402
|
+
},
|
|
3403
|
+
"feedOrigin": {
|
|
3404
|
+
"type": "string"
|
|
3405
|
+
},
|
|
3406
|
+
"category": {
|
|
3407
|
+
"type": "string"
|
|
3408
|
+
},
|
|
3409
|
+
"sort": {
|
|
3410
|
+
"type": "pushwoosh.aibuilder.v1.ProductsRuleSort"
|
|
3411
|
+
},
|
|
3412
|
+
"limit": {
|
|
3413
|
+
"type": "number"
|
|
3414
|
+
}
|
|
3415
|
+
}
|
|
3416
|
+
},
|
|
3417
|
+
"pushwoosh.aibuilder.v1.ProductsCart": {
|
|
3418
|
+
"type": "I",
|
|
3419
|
+
"fields": {
|
|
3420
|
+
"application": {
|
|
3421
|
+
"type": "string"
|
|
3422
|
+
},
|
|
3423
|
+
"feedOrigin": {
|
|
3424
|
+
"type": "string"
|
|
3425
|
+
},
|
|
3426
|
+
"limit": {
|
|
3427
|
+
"type": "number"
|
|
3428
|
+
}
|
|
3429
|
+
}
|
|
3430
|
+
},
|
|
3431
|
+
"pushwoosh.aibuilder.v1.ProductItem": {
|
|
3432
|
+
"type": "I",
|
|
3433
|
+
"fields": {
|
|
3434
|
+
"catalogId": {
|
|
3435
|
+
"type": "string"
|
|
3436
|
+
},
|
|
3437
|
+
"image": {
|
|
3438
|
+
"type": "pushwoosh.aibuilder.v1.Image",
|
|
3439
|
+
"optional": true
|
|
3440
|
+
},
|
|
3441
|
+
"title": {
|
|
3442
|
+
"type": "string"
|
|
3443
|
+
},
|
|
3444
|
+
"titleTranslations": {
|
|
3445
|
+
"type": "string",
|
|
3446
|
+
"mapKeyType": "string"
|
|
3447
|
+
},
|
|
3448
|
+
"description": {
|
|
3449
|
+
"type": "string"
|
|
3450
|
+
},
|
|
3451
|
+
"descriptionTranslations": {
|
|
3452
|
+
"type": "string",
|
|
3453
|
+
"mapKeyType": "string"
|
|
3454
|
+
},
|
|
3455
|
+
"price": {
|
|
3456
|
+
"type": "string"
|
|
3457
|
+
},
|
|
3458
|
+
"oldPrice": {
|
|
3459
|
+
"type": "string"
|
|
3460
|
+
},
|
|
3461
|
+
"url": {
|
|
3462
|
+
"type": "string"
|
|
3463
|
+
}
|
|
3464
|
+
}
|
|
3465
|
+
},
|
|
3466
|
+
"pushwoosh.aibuilder.v1.ProductsData": {
|
|
3467
|
+
"type": "I",
|
|
3468
|
+
"fields": {
|
|
3469
|
+
"source": {
|
|
3470
|
+
"type": "pushwoosh.aibuilder.v1.ProductsSource"
|
|
3471
|
+
},
|
|
3472
|
+
"rule": {
|
|
3473
|
+
"type": "pushwoosh.aibuilder.v1.ProductsRule",
|
|
3474
|
+
"optional": true
|
|
3475
|
+
},
|
|
3476
|
+
"cart": {
|
|
3477
|
+
"type": "pushwoosh.aibuilder.v1.ProductsCart",
|
|
3478
|
+
"optional": true
|
|
3479
|
+
},
|
|
3480
|
+
"descriptionLimit": {
|
|
3481
|
+
"type": "number",
|
|
3482
|
+
"optional": true
|
|
3483
|
+
},
|
|
3484
|
+
"products": {
|
|
3485
|
+
"type": "pushwoosh.aibuilder.v1.ProductItem",
|
|
3486
|
+
"array": true
|
|
3487
|
+
},
|
|
3488
|
+
"template": {
|
|
3489
|
+
"type": "pushwoosh.aibuilder.v1.AiBuilderCard",
|
|
3490
|
+
"optional": true
|
|
3491
|
+
},
|
|
3492
|
+
"templateStyles": {
|
|
3493
|
+
"type": "pushwoosh.aibuilder.v1.BlockStyles",
|
|
3494
|
+
"optional": true
|
|
3495
|
+
},
|
|
3496
|
+
"columns": {
|
|
3497
|
+
"type": "number",
|
|
3498
|
+
"optional": true
|
|
3499
|
+
},
|
|
3500
|
+
"gap": {
|
|
3501
|
+
"type": "number",
|
|
3502
|
+
"optional": true
|
|
3503
|
+
}
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3506
|
+
"pushwoosh.aibuilder.v1.NewsItem": {
|
|
3507
|
+
"type": "I",
|
|
3508
|
+
"fields": {
|
|
3509
|
+
"id": {
|
|
3510
|
+
"type": "string"
|
|
3511
|
+
},
|
|
3512
|
+
"image": {
|
|
3513
|
+
"type": "pushwoosh.aibuilder.v1.Image",
|
|
3514
|
+
"optional": true
|
|
3515
|
+
},
|
|
3516
|
+
"title": {
|
|
3517
|
+
"type": "string"
|
|
3518
|
+
},
|
|
3519
|
+
"titleTranslations": {
|
|
3520
|
+
"type": "string",
|
|
3521
|
+
"mapKeyType": "string"
|
|
3522
|
+
},
|
|
3523
|
+
"summary": {
|
|
3524
|
+
"type": "string"
|
|
3525
|
+
},
|
|
3526
|
+
"summaryTranslations": {
|
|
3527
|
+
"type": "string",
|
|
3528
|
+
"mapKeyType": "string"
|
|
3529
|
+
},
|
|
3530
|
+
"date": {
|
|
3531
|
+
"type": "string"
|
|
3532
|
+
},
|
|
3533
|
+
"publishedAt": {
|
|
3534
|
+
"type": "string"
|
|
3535
|
+
},
|
|
3536
|
+
"author": {
|
|
3537
|
+
"type": "string"
|
|
3538
|
+
},
|
|
3539
|
+
"category": {
|
|
3540
|
+
"type": "string"
|
|
3541
|
+
},
|
|
3542
|
+
"url": {
|
|
3543
|
+
"type": "string"
|
|
3544
|
+
}
|
|
3545
|
+
}
|
|
3546
|
+
},
|
|
3547
|
+
"pushwoosh.aibuilder.v1.NewsData": {
|
|
3548
|
+
"type": "I",
|
|
3549
|
+
"fields": {
|
|
3550
|
+
"feedUrl": {
|
|
3551
|
+
"type": "string"
|
|
3552
|
+
},
|
|
3553
|
+
"summaryLimit": {
|
|
3554
|
+
"type": "number",
|
|
3555
|
+
"optional": true
|
|
3556
|
+
},
|
|
3557
|
+
"items": {
|
|
3558
|
+
"type": "pushwoosh.aibuilder.v1.NewsItem",
|
|
3559
|
+
"array": true
|
|
3560
|
+
},
|
|
3561
|
+
"template": {
|
|
3562
|
+
"type": "pushwoosh.aibuilder.v1.AiBuilderCard",
|
|
3563
|
+
"optional": true
|
|
3564
|
+
},
|
|
3565
|
+
"templateStyles": {
|
|
3566
|
+
"type": "pushwoosh.aibuilder.v1.BlockStyles",
|
|
3567
|
+
"optional": true
|
|
3568
|
+
},
|
|
3569
|
+
"columns": {
|
|
3570
|
+
"type": "number",
|
|
3571
|
+
"optional": true
|
|
3572
|
+
},
|
|
3573
|
+
"gap": {
|
|
3574
|
+
"type": "number",
|
|
3575
|
+
"optional": true
|
|
3576
|
+
}
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
3579
|
+
"pushwoosh.aibuilder.v1.AiBuilderBlock": {
|
|
3580
|
+
"type": "I",
|
|
3581
|
+
"fields": {
|
|
3582
|
+
"id": {
|
|
3583
|
+
"type": "string"
|
|
3584
|
+
},
|
|
3585
|
+
"card": {
|
|
3586
|
+
"type": "pushwoosh.aibuilder.v1.AiBuilderCard"
|
|
3587
|
+
},
|
|
3588
|
+
"columns": {
|
|
3589
|
+
"type": "pushwoosh.aibuilder.v1.AiBuilderColumns"
|
|
3590
|
+
},
|
|
3591
|
+
"content": {
|
|
3592
|
+
"type": "pushwoosh.aibuilder.v1.Content"
|
|
3593
|
+
},
|
|
3594
|
+
"group": {
|
|
3595
|
+
"type": "pushwoosh.aibuilder.v1.AiBuilderGroup"
|
|
3596
|
+
},
|
|
3597
|
+
"placeholder": {
|
|
3598
|
+
"type": "pushwoosh.aibuilder.v1.Placeholder"
|
|
3599
|
+
},
|
|
3600
|
+
"divider": {
|
|
3601
|
+
"type": "pushwoosh.aibuilder.v1.Divider"
|
|
3602
|
+
},
|
|
3603
|
+
"styles": {
|
|
3604
|
+
"type": "pushwoosh.aibuilder.v1.BlockStyles",
|
|
3605
|
+
"optional": true
|
|
3606
|
+
},
|
|
3607
|
+
"syncedRef": {
|
|
3608
|
+
"type": "pushwoosh.aibuilder.v1.SyncedBlockRef",
|
|
3609
|
+
"optional": true
|
|
3610
|
+
},
|
|
3611
|
+
"parentId": {
|
|
3612
|
+
"type": "string"
|
|
3613
|
+
},
|
|
3614
|
+
"displayCondition": {
|
|
3615
|
+
"type": "pushwoosh.aibuilder.v1.DisplayCondition",
|
|
3616
|
+
"optional": true
|
|
3617
|
+
},
|
|
3618
|
+
"products": {
|
|
3619
|
+
"type": "pushwoosh.aibuilder.v1.ProductsData",
|
|
3620
|
+
"optional": true
|
|
3621
|
+
},
|
|
3622
|
+
"news": {
|
|
3623
|
+
"type": "pushwoosh.aibuilder.v1.NewsData",
|
|
3624
|
+
"optional": true
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3627
|
+
"oneofs": {
|
|
3628
|
+
"block": {
|
|
3629
|
+
"oneof": [
|
|
3630
|
+
"card",
|
|
3631
|
+
"columns",
|
|
3632
|
+
"content",
|
|
3633
|
+
"group",
|
|
3634
|
+
"placeholder",
|
|
3635
|
+
"divider"
|
|
3636
|
+
]
|
|
3637
|
+
}
|
|
3638
|
+
}
|
|
3639
|
+
},
|
|
3640
|
+
"pushwoosh.aibuilder.v1.Meta": {
|
|
3641
|
+
"type": "I",
|
|
3642
|
+
"fields": {
|
|
3643
|
+
"templateName": {
|
|
3644
|
+
"type": "string"
|
|
3645
|
+
}
|
|
3646
|
+
}
|
|
3647
|
+
},
|
|
3648
|
+
"pushwoosh.aibuilder.v1.EmailType": {
|
|
3649
|
+
"type": "E",
|
|
3650
|
+
"values": [
|
|
3651
|
+
"EMAIL_TYPE_UNSPECIFIED",
|
|
3652
|
+
"EMAIL_TYPE_MARKETING",
|
|
3653
|
+
"EMAIL_TYPE_TRANSACTIONAL"
|
|
3654
|
+
]
|
|
3655
|
+
},
|
|
3656
|
+
"pushwoosh.aibuilder.v1.SocialPlatform": {
|
|
3657
|
+
"type": "E",
|
|
3658
|
+
"values": [
|
|
3659
|
+
"SOCIAL_PLATFORM_UNSPECIFIED",
|
|
3660
|
+
"SOCIAL_PLATFORM_FACEBOOK",
|
|
3661
|
+
"SOCIAL_PLATFORM_X",
|
|
3662
|
+
"SOCIAL_PLATFORM_INSTAGRAM",
|
|
3663
|
+
"SOCIAL_PLATFORM_LINKEDIN",
|
|
3664
|
+
"SOCIAL_PLATFORM_YOUTUBE",
|
|
3665
|
+
"SOCIAL_PLATFORM_TIKTOK",
|
|
3666
|
+
"SOCIAL_PLATFORM_DISCORD",
|
|
3667
|
+
"SOCIAL_PLATFORM_GITHUB",
|
|
3668
|
+
"SOCIAL_PLATFORM_TELEGRAM",
|
|
3669
|
+
"SOCIAL_PLATFORM_THREADS",
|
|
3670
|
+
"SOCIAL_PLATFORM_WHATSAPP"
|
|
3671
|
+
]
|
|
3672
|
+
},
|
|
3673
|
+
"pushwoosh.aibuilder.v1.AppStorePlatform": {
|
|
3674
|
+
"type": "E",
|
|
3675
|
+
"values": [
|
|
3676
|
+
"APP_STORE_PLATFORM_UNSPECIFIED",
|
|
3677
|
+
"APP_STORE_PLATFORM_APP_STORE",
|
|
3678
|
+
"APP_STORE_PLATFORM_GOOGLE_PLAY"
|
|
3679
|
+
]
|
|
3680
|
+
},
|
|
3681
|
+
"pushwoosh.aibuilder.v1.NavLink": {
|
|
3682
|
+
"type": "I",
|
|
3683
|
+
"fields": {
|
|
3684
|
+
"label": {
|
|
3685
|
+
"type": "string"
|
|
3686
|
+
},
|
|
3687
|
+
"url": {
|
|
3688
|
+
"type": "string"
|
|
3689
|
+
},
|
|
3690
|
+
"translations": {
|
|
3691
|
+
"type": "string",
|
|
3692
|
+
"mapKeyType": "string"
|
|
3693
|
+
},
|
|
3694
|
+
"urlTranslations": {
|
|
3695
|
+
"type": "string",
|
|
3696
|
+
"mapKeyType": "string"
|
|
3697
|
+
}
|
|
3698
|
+
}
|
|
3699
|
+
},
|
|
3700
|
+
"pushwoosh.aibuilder.v1.SocialLink": {
|
|
3701
|
+
"type": "I",
|
|
3702
|
+
"fields": {
|
|
3703
|
+
"platform": {
|
|
3704
|
+
"type": "pushwoosh.aibuilder.v1.SocialPlatform"
|
|
3705
|
+
},
|
|
3706
|
+
"url": {
|
|
3707
|
+
"type": "string"
|
|
3708
|
+
}
|
|
3709
|
+
}
|
|
3710
|
+
},
|
|
3711
|
+
"pushwoosh.aibuilder.v1.AppBadge": {
|
|
3712
|
+
"type": "I",
|
|
3713
|
+
"fields": {
|
|
3714
|
+
"platform": {
|
|
3715
|
+
"type": "pushwoosh.aibuilder.v1.AppStorePlatform"
|
|
3716
|
+
},
|
|
3717
|
+
"url": {
|
|
3718
|
+
"type": "string"
|
|
3719
|
+
}
|
|
3720
|
+
}
|
|
3721
|
+
},
|
|
3722
|
+
"pushwoosh.aibuilder.v1.FooterContent": {
|
|
3723
|
+
"type": "I",
|
|
3724
|
+
"fields": {
|
|
3725
|
+
"companyName": {
|
|
3726
|
+
"type": "string"
|
|
3727
|
+
},
|
|
3728
|
+
"address": {
|
|
3729
|
+
"type": "string"
|
|
3730
|
+
},
|
|
3731
|
+
"copyright": {
|
|
3732
|
+
"type": "string"
|
|
3733
|
+
},
|
|
3734
|
+
"unsubscribeLabel": {
|
|
3735
|
+
"type": "string"
|
|
3736
|
+
},
|
|
3737
|
+
"links": {
|
|
3738
|
+
"type": "pushwoosh.aibuilder.v1.NavLink",
|
|
3739
|
+
"array": true
|
|
3740
|
+
},
|
|
3741
|
+
"social": {
|
|
3742
|
+
"type": "pushwoosh.aibuilder.v1.SocialLink",
|
|
3743
|
+
"array": true
|
|
3744
|
+
},
|
|
3745
|
+
"appBadges": {
|
|
3746
|
+
"type": "pushwoosh.aibuilder.v1.AppBadge",
|
|
3747
|
+
"array": true
|
|
3748
|
+
},
|
|
3749
|
+
"unsubscribeLabelTranslations": {
|
|
3750
|
+
"type": "string",
|
|
3751
|
+
"mapKeyType": "string"
|
|
3752
|
+
},
|
|
3753
|
+
"copyrightTranslations": {
|
|
3754
|
+
"type": "string",
|
|
3755
|
+
"mapKeyType": "string"
|
|
3756
|
+
},
|
|
3757
|
+
"companyNameTranslations": {
|
|
3758
|
+
"type": "string",
|
|
3759
|
+
"mapKeyType": "string"
|
|
3760
|
+
},
|
|
3761
|
+
"addressTranslations": {
|
|
3762
|
+
"type": "string",
|
|
3763
|
+
"mapKeyType": "string"
|
|
3764
|
+
},
|
|
3765
|
+
"logoUrl": {
|
|
3766
|
+
"type": "string",
|
|
3767
|
+
"optional": true
|
|
3768
|
+
},
|
|
3769
|
+
"logoWidth": {
|
|
3770
|
+
"type": "number",
|
|
3771
|
+
"optional": true
|
|
3772
|
+
},
|
|
3773
|
+
"logoLink": {
|
|
3774
|
+
"type": "string",
|
|
3775
|
+
"optional": true
|
|
3776
|
+
}
|
|
3777
|
+
}
|
|
3778
|
+
},
|
|
3779
|
+
"pushwoosh.aibuilder.v1.FooterStyle": {
|
|
3780
|
+
"type": "I",
|
|
3781
|
+
"fields": {
|
|
3782
|
+
"textColor": {
|
|
3783
|
+
"type": "string",
|
|
3784
|
+
"optional": true
|
|
3785
|
+
},
|
|
3786
|
+
"fontSize": {
|
|
3787
|
+
"type": "number",
|
|
3788
|
+
"optional": true
|
|
3789
|
+
},
|
|
3790
|
+
"align": {
|
|
3791
|
+
"type": "pushwoosh.aibuilder.v1.TextAlign"
|
|
3792
|
+
},
|
|
3793
|
+
"underlineLinks": {
|
|
3794
|
+
"type": "boolean",
|
|
3795
|
+
"optional": true
|
|
3796
|
+
},
|
|
3797
|
+
"socialIconShape": {
|
|
3798
|
+
"type": "pushwoosh.aibuilder.v1.SocialIconShape"
|
|
3799
|
+
},
|
|
3800
|
+
"socialIconVariant": {
|
|
3801
|
+
"type": "pushwoosh.aibuilder.v1.SocialIconVariant"
|
|
3802
|
+
}
|
|
3803
|
+
}
|
|
3804
|
+
},
|
|
3805
|
+
"pushwoosh.aibuilder.v1.SocialIconShape": {
|
|
3806
|
+
"type": "E",
|
|
3807
|
+
"values": [
|
|
3808
|
+
"SOCIAL_ICON_SHAPE_UNSPECIFIED",
|
|
3809
|
+
"SOCIAL_ICON_SHAPE_CIRCLE",
|
|
3810
|
+
"SOCIAL_ICON_SHAPE_SQUARE",
|
|
3811
|
+
"SOCIAL_ICON_SHAPE_REGULAR"
|
|
3812
|
+
]
|
|
3813
|
+
},
|
|
3814
|
+
"pushwoosh.aibuilder.v1.SocialIconVariant": {
|
|
3815
|
+
"type": "E",
|
|
3816
|
+
"values": [
|
|
3817
|
+
"SOCIAL_ICON_VARIANT_UNSPECIFIED",
|
|
3818
|
+
"SOCIAL_ICON_VARIANT_BLACK",
|
|
3819
|
+
"SOCIAL_ICON_VARIANT_WHITE",
|
|
3820
|
+
"SOCIAL_ICON_VARIANT_COLOR"
|
|
3821
|
+
]
|
|
3822
|
+
},
|
|
3823
|
+
"pushwoosh.aibuilder.v1.EmailSettings": {
|
|
3824
|
+
"type": "I",
|
|
3825
|
+
"fields": {
|
|
3826
|
+
"subject": {
|
|
3827
|
+
"type": "string",
|
|
3828
|
+
"optional": true
|
|
3829
|
+
},
|
|
3830
|
+
"preheader": {
|
|
3831
|
+
"type": "string",
|
|
3832
|
+
"optional": true
|
|
3833
|
+
},
|
|
3834
|
+
"emailType": {
|
|
3835
|
+
"type": "pushwoosh.aibuilder.v1.EmailType"
|
|
3836
|
+
},
|
|
3837
|
+
"footer": {
|
|
3838
|
+
"type": "pushwoosh.aibuilder.v1.FooterContent",
|
|
3839
|
+
"optional": true
|
|
3840
|
+
},
|
|
3841
|
+
"showWebVersion": {
|
|
3842
|
+
"type": "boolean",
|
|
3843
|
+
"optional": true
|
|
3844
|
+
},
|
|
3845
|
+
"subjectTranslations": {
|
|
3846
|
+
"type": "string",
|
|
3847
|
+
"mapKeyType": "string"
|
|
3848
|
+
},
|
|
3849
|
+
"preheaderTranslations": {
|
|
3850
|
+
"type": "string",
|
|
3851
|
+
"mapKeyType": "string"
|
|
3852
|
+
},
|
|
3853
|
+
"showUnsubscribe": {
|
|
3854
|
+
"type": "boolean",
|
|
3855
|
+
"optional": true
|
|
3856
|
+
},
|
|
3857
|
+
"footerStyle": {
|
|
3858
|
+
"type": "pushwoosh.aibuilder.v1.FooterStyle",
|
|
3859
|
+
"optional": true
|
|
3860
|
+
}
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
"pushwoosh.aibuilder.v1.PopupAnimation": {
|
|
3864
|
+
"type": "E",
|
|
3865
|
+
"values": [
|
|
3866
|
+
"POPUP_ANIMATION_UNSPECIFIED",
|
|
3867
|
+
"POPUP_ANIMATION_NONE",
|
|
3868
|
+
"POPUP_ANIMATION_FADE",
|
|
3869
|
+
"POPUP_ANIMATION_SLIDE"
|
|
3870
|
+
]
|
|
3871
|
+
},
|
|
3872
|
+
"pushwoosh.aibuilder.v1.PopupOverlay": {
|
|
3873
|
+
"type": "I",
|
|
3874
|
+
"fields": {
|
|
3875
|
+
"color": {
|
|
3876
|
+
"type": "string"
|
|
3877
|
+
},
|
|
3878
|
+
"opacity": {
|
|
3879
|
+
"type": "number"
|
|
3880
|
+
}
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3883
|
+
"pushwoosh.aibuilder.v1.PopupSettings": {
|
|
3884
|
+
"type": "I",
|
|
3885
|
+
"fields": {
|
|
3886
|
+
"borderRadius": {
|
|
3887
|
+
"type": "number"
|
|
3888
|
+
},
|
|
3889
|
+
"boxShadow": {
|
|
3890
|
+
"type": "string"
|
|
3891
|
+
},
|
|
3892
|
+
"overlay": {
|
|
3893
|
+
"type": "pushwoosh.aibuilder.v1.PopupOverlay",
|
|
3894
|
+
"optional": true
|
|
3895
|
+
},
|
|
3896
|
+
"animation": {
|
|
3897
|
+
"type": "pushwoosh.aibuilder.v1.PopupAnimation"
|
|
3898
|
+
},
|
|
3899
|
+
"top": {
|
|
3900
|
+
"type": "number",
|
|
3901
|
+
"optional": true
|
|
3902
|
+
},
|
|
3903
|
+
"bottom": {
|
|
3904
|
+
"type": "number",
|
|
3905
|
+
"optional": true
|
|
3906
|
+
},
|
|
3907
|
+
"left": {
|
|
3908
|
+
"type": "number",
|
|
3909
|
+
"optional": true
|
|
3910
|
+
},
|
|
3911
|
+
"right": {
|
|
3912
|
+
"type": "number",
|
|
3913
|
+
"optional": true
|
|
3914
|
+
}
|
|
3915
|
+
}
|
|
3916
|
+
},
|
|
3917
|
+
"pushwoosh.aibuilder.v1.AiBuilderPage": {
|
|
3918
|
+
"type": "I",
|
|
3919
|
+
"fields": {
|
|
3920
|
+
"id": {
|
|
3921
|
+
"type": "string"
|
|
3922
|
+
},
|
|
3923
|
+
"blocks": {
|
|
3924
|
+
"type": "pushwoosh.aibuilder.v1.AiBuilderBlock",
|
|
3925
|
+
"array": true
|
|
3926
|
+
}
|
|
3927
|
+
}
|
|
3928
|
+
},
|
|
3929
|
+
"pushwoosh.aibuilder.v1.AiBuilderDocument": {
|
|
3930
|
+
"type": "I",
|
|
3931
|
+
"fields": {
|
|
3932
|
+
"pages": {
|
|
3933
|
+
"type": "pushwoosh.aibuilder.v1.AiBuilderPage",
|
|
3934
|
+
"array": true
|
|
3935
|
+
},
|
|
3936
|
+
"settings": {
|
|
3937
|
+
"type": "pushwoosh.aibuilder.v1.DocumentSettings"
|
|
3938
|
+
},
|
|
3939
|
+
"textVariants": {
|
|
3940
|
+
"type": "pushwoosh.aibuilder.v1.TextVariantStyle",
|
|
3941
|
+
"mapKeyType": "string"
|
|
3942
|
+
},
|
|
3943
|
+
"colorScheme": {
|
|
3944
|
+
"type": "pushwoosh.aibuilder.v1.ColorSchemeItem",
|
|
3945
|
+
"mapKeyType": "string"
|
|
3946
|
+
},
|
|
3947
|
+
"meta": {
|
|
3948
|
+
"type": "pushwoosh.aibuilder.v1.Meta"
|
|
3949
|
+
},
|
|
3950
|
+
"emailSettings": {
|
|
3951
|
+
"type": "pushwoosh.aibuilder.v1.EmailSettings",
|
|
3952
|
+
"optional": true
|
|
3953
|
+
},
|
|
3954
|
+
"popupSettings": {
|
|
3955
|
+
"type": "pushwoosh.aibuilder.v1.PopupSettings",
|
|
3956
|
+
"optional": true
|
|
3957
|
+
},
|
|
3958
|
+
"languages": {
|
|
3959
|
+
"type": "string",
|
|
3960
|
+
"array": true
|
|
3961
|
+
},
|
|
3962
|
+
"darkColorScheme": {
|
|
3963
|
+
"type": "pushwoosh.aibuilder.v1.DarkColorScheme",
|
|
3964
|
+
"optional": true
|
|
3965
|
+
}
|
|
3966
|
+
}
|
|
3967
|
+
},
|
|
2151
3968
|
"pushwoosh.rpc_v2.api_tokens.ApiTokensService": {
|
|
2152
3969
|
"type": "S",
|
|
2153
3970
|
"key": "apiTokens",
|
|
@@ -8035,6 +9852,9 @@ export const data = {
|
|
|
8035
9852
|
},
|
|
8036
9853
|
"content": {
|
|
8037
9854
|
"type": "object"
|
|
9855
|
+
},
|
|
9856
|
+
"document": {
|
|
9857
|
+
"type": "pushwoosh.aibuilder.v1.AiBuilderDocument"
|
|
8038
9858
|
}
|
|
8039
9859
|
}
|
|
8040
9860
|
},
|
|
@@ -15356,6 +17176,63 @@ export const data = {
|
|
|
15356
17176
|
}
|
|
15357
17177
|
}
|
|
15358
17178
|
},
|
|
17179
|
+
"pushwoosh.llm.v1.LlmPolicy": {
|
|
17180
|
+
"type": "E",
|
|
17181
|
+
"values": [
|
|
17182
|
+
"LLM_POLICY_UNSPECIFIED",
|
|
17183
|
+
"LLM_POLICY_MODEL",
|
|
17184
|
+
"LLM_POLICY_CONTEXT",
|
|
17185
|
+
"LLM_POLICY_CLIENT"
|
|
17186
|
+
]
|
|
17187
|
+
},
|
|
17188
|
+
"pushwoosh.llm.v1.LlmField": {
|
|
17189
|
+
"type": "I",
|
|
17190
|
+
"fields": {
|
|
17191
|
+
"policy": {
|
|
17192
|
+
"type": "pushwoosh.llm.v1.LlmPolicy"
|
|
17193
|
+
},
|
|
17194
|
+
"pattern": {
|
|
17195
|
+
"type": "string",
|
|
17196
|
+
"optional": true
|
|
17197
|
+
},
|
|
17198
|
+
"minLength": {
|
|
17199
|
+
"type": "number",
|
|
17200
|
+
"optional": true
|
|
17201
|
+
},
|
|
17202
|
+
"minItems": {
|
|
17203
|
+
"type": "number",
|
|
17204
|
+
"optional": true
|
|
17205
|
+
},
|
|
17206
|
+
"maxItems": {
|
|
17207
|
+
"type": "number",
|
|
17208
|
+
"optional": true
|
|
17209
|
+
},
|
|
17210
|
+
"minimum": {
|
|
17211
|
+
"type": "number",
|
|
17212
|
+
"optional": true
|
|
17213
|
+
},
|
|
17214
|
+
"maximum": {
|
|
17215
|
+
"type": "number",
|
|
17216
|
+
"optional": true
|
|
17217
|
+
},
|
|
17218
|
+
"allowUnspecified": {
|
|
17219
|
+
"type": "boolean",
|
|
17220
|
+
"optional": true
|
|
17221
|
+
},
|
|
17222
|
+
"excludeValues": {
|
|
17223
|
+
"type": "string",
|
|
17224
|
+
"array": true
|
|
17225
|
+
},
|
|
17226
|
+
"variantEnum": {
|
|
17227
|
+
"type": "boolean",
|
|
17228
|
+
"optional": true
|
|
17229
|
+
},
|
|
17230
|
+
"noNull": {
|
|
17231
|
+
"type": "boolean",
|
|
17232
|
+
"optional": true
|
|
17233
|
+
}
|
|
17234
|
+
}
|
|
17235
|
+
},
|
|
15359
17236
|
"pushwoosh.rpc_v2.media_files.MediaFilesService": {
|
|
15360
17237
|
"type": "S",
|
|
15361
17238
|
"key": "mediaFiles",
|