@salesforce/lds-adapters-analytics-app-framework 1.412.0 → 1.413.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/sfdc/index.js
CHANGED
|
@@ -122,8 +122,8 @@ function createLink(ref) {
|
|
|
122
122
|
};
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
const VERSION$
|
|
126
|
-
function validate$
|
|
125
|
+
const VERSION$q = "8747a45321deaf63f65cf74537b07eb6";
|
|
126
|
+
function validate$w(obj, path = 'UserRepresentation') {
|
|
127
127
|
const v_error = (() => {
|
|
128
128
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
129
129
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -167,10 +167,10 @@ function validate$A(obj, path = 'UserRepresentation') {
|
|
|
167
167
|
})();
|
|
168
168
|
return v_error === undefined ? null : v_error;
|
|
169
169
|
}
|
|
170
|
-
const select$
|
|
170
|
+
const select$L = function UserRepresentationSelect() {
|
|
171
171
|
return {
|
|
172
172
|
kind: 'Fragment',
|
|
173
|
-
version: VERSION$
|
|
173
|
+
version: VERSION$q,
|
|
174
174
|
private: [],
|
|
175
175
|
selections: [
|
|
176
176
|
{
|
|
@@ -188,7 +188,7 @@ const select$S = function UserRepresentationSelect() {
|
|
|
188
188
|
]
|
|
189
189
|
};
|
|
190
190
|
};
|
|
191
|
-
function equals$
|
|
191
|
+
function equals$q(existing, incoming) {
|
|
192
192
|
const existing_id = existing.id;
|
|
193
193
|
const incoming_id = incoming.id;
|
|
194
194
|
if (!(existing_id === incoming_id)) {
|
|
@@ -207,393 +207,44 @@ function equals$u(existing, incoming) {
|
|
|
207
207
|
return true;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
const
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
214
|
-
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
215
|
-
}
|
|
216
|
-
obj.gmtOffset;
|
|
217
|
-
const obj_name = obj.name;
|
|
218
|
-
const path_name = path + '.name';
|
|
219
|
-
if (typeof obj_name !== 'string') {
|
|
220
|
-
return new TypeError('Expected "string" but received "' + typeof obj_name + '" (at "' + path_name + '")');
|
|
221
|
-
}
|
|
222
|
-
const obj_zoneId = obj.zoneId;
|
|
223
|
-
const path_zoneId = path + '.zoneId';
|
|
224
|
-
if (typeof obj_zoneId !== 'string') {
|
|
225
|
-
return new TypeError('Expected "string" but received "' + typeof obj_zoneId + '" (at "' + path_zoneId + '")');
|
|
226
|
-
}
|
|
227
|
-
})();
|
|
228
|
-
return v_error === undefined ? null : v_error;
|
|
229
|
-
}
|
|
230
|
-
const select$R = function ScheduledTimezoneRepresentationSelect() {
|
|
231
|
-
return {
|
|
232
|
-
kind: 'Fragment',
|
|
233
|
-
version: VERSION$w,
|
|
234
|
-
private: [],
|
|
235
|
-
selections: [
|
|
236
|
-
{
|
|
237
|
-
name: 'gmtOffset',
|
|
238
|
-
kind: 'Scalar'
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
name: 'name',
|
|
242
|
-
kind: 'Scalar'
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
name: 'zoneId',
|
|
246
|
-
kind: 'Scalar'
|
|
247
|
-
}
|
|
248
|
-
]
|
|
249
|
-
};
|
|
250
|
-
};
|
|
251
|
-
function equals$t(existing, incoming) {
|
|
252
|
-
const existing_name = existing.name;
|
|
253
|
-
const incoming_name = incoming.name;
|
|
254
|
-
if (!(existing_name === incoming_name)) {
|
|
255
|
-
return false;
|
|
256
|
-
}
|
|
257
|
-
const existing_zoneId = existing.zoneId;
|
|
258
|
-
const incoming_zoneId = incoming.zoneId;
|
|
259
|
-
if (!(existing_zoneId === incoming_zoneId)) {
|
|
260
|
-
return false;
|
|
261
|
-
}
|
|
262
|
-
const existing_gmtOffset = existing.gmtOffset;
|
|
263
|
-
const incoming_gmtOffset = incoming.gmtOffset;
|
|
264
|
-
if (!(existing_gmtOffset === incoming_gmtOffset)) {
|
|
265
|
-
return false;
|
|
266
|
-
}
|
|
267
|
-
return true;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
const VERSION$v = "d96bf6818be64d5924beaaad8e684221";
|
|
271
|
-
function validate$y(obj, path = 'ScheduledTimeRepresentation') {
|
|
272
|
-
const v_error = (() => {
|
|
273
|
-
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
274
|
-
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
275
|
-
}
|
|
276
|
-
const obj_hour = obj.hour;
|
|
277
|
-
const path_hour = path + '.hour';
|
|
278
|
-
if (typeof obj_hour !== 'number' || (typeof obj_hour === 'number' && Math.floor(obj_hour) !== obj_hour)) {
|
|
279
|
-
return new TypeError('Expected "integer" but received "' + typeof obj_hour + '" (at "' + path_hour + '")');
|
|
280
|
-
}
|
|
281
|
-
const obj_minute = obj.minute;
|
|
282
|
-
const path_minute = path + '.minute';
|
|
283
|
-
if (typeof obj_minute !== 'number' || (typeof obj_minute === 'number' && Math.floor(obj_minute) !== obj_minute)) {
|
|
284
|
-
return new TypeError('Expected "integer" but received "' + typeof obj_minute + '" (at "' + path_minute + '")');
|
|
285
|
-
}
|
|
286
|
-
const obj_timezone = obj.timezone;
|
|
287
|
-
const path_timezone = path + '.timezone';
|
|
288
|
-
const referencepath_timezoneValidationError = validate$z(obj_timezone, path_timezone);
|
|
289
|
-
if (referencepath_timezoneValidationError !== null) {
|
|
290
|
-
let message = 'Object doesn\'t match ScheduledTimezoneRepresentation (at "' + path_timezone + '")\n';
|
|
291
|
-
message += referencepath_timezoneValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
292
|
-
return new TypeError(message);
|
|
293
|
-
}
|
|
294
|
-
})();
|
|
295
|
-
return v_error === undefined ? null : v_error;
|
|
296
|
-
}
|
|
297
|
-
const select$Q = function ScheduledTimeRepresentationSelect() {
|
|
298
|
-
const { selections: ScheduledTimezoneRepresentation__selections, opaque: ScheduledTimezoneRepresentation__opaque, } = select$R();
|
|
299
|
-
return {
|
|
300
|
-
kind: 'Fragment',
|
|
301
|
-
version: VERSION$v,
|
|
302
|
-
private: [],
|
|
303
|
-
selections: [
|
|
304
|
-
{
|
|
305
|
-
name: 'hour',
|
|
306
|
-
kind: 'Scalar'
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
name: 'minute',
|
|
310
|
-
kind: 'Scalar'
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
name: 'timezone',
|
|
314
|
-
kind: 'Object',
|
|
315
|
-
selections: ScheduledTimezoneRepresentation__selections
|
|
316
|
-
}
|
|
317
|
-
]
|
|
318
|
-
};
|
|
319
|
-
};
|
|
320
|
-
function equals$s(existing, incoming) {
|
|
321
|
-
const existing_hour = existing.hour;
|
|
322
|
-
const incoming_hour = incoming.hour;
|
|
323
|
-
if (!(existing_hour === incoming_hour)) {
|
|
324
|
-
return false;
|
|
325
|
-
}
|
|
326
|
-
const existing_minute = existing.minute;
|
|
327
|
-
const incoming_minute = incoming.minute;
|
|
328
|
-
if (!(existing_minute === incoming_minute)) {
|
|
329
|
-
return false;
|
|
330
|
-
}
|
|
331
|
-
const existing_timezone = existing.timezone;
|
|
332
|
-
const incoming_timezone = incoming.timezone;
|
|
333
|
-
if (!(equals$t(existing_timezone, incoming_timezone))) {
|
|
334
|
-
return false;
|
|
335
|
-
}
|
|
336
|
-
return true;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
const VERSION$u = "91838b86aa135ce828af6242b11ae888";
|
|
340
|
-
const select$P = function HourlyScheduledItemRepresentationSelect() {
|
|
341
|
-
const { selections: ScheduledItemRepresentationSelections } = select$M();
|
|
342
|
-
return {
|
|
343
|
-
kind: 'Fragment',
|
|
344
|
-
version: VERSION$u,
|
|
345
|
-
private: [],
|
|
346
|
-
selections: [
|
|
347
|
-
...ScheduledItemRepresentationSelections,
|
|
348
|
-
{
|
|
349
|
-
name: 'daysOfWeek',
|
|
350
|
-
kind: 'Scalar',
|
|
351
|
-
plural: true
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
name: 'hourlyInterval',
|
|
355
|
-
kind: 'Scalar'
|
|
356
|
-
}
|
|
357
|
-
]
|
|
358
|
-
};
|
|
359
|
-
};
|
|
360
|
-
|
|
361
|
-
const VERSION$t = "46260a34f0b2c2d7adc7f8c150a8d8fb";
|
|
362
|
-
const select$O = function WeeklyScheduledItemRepresentationSelect() {
|
|
363
|
-
const { selections: ScheduledItemRepresentationSelections } = select$M();
|
|
364
|
-
return {
|
|
365
|
-
kind: 'Fragment',
|
|
366
|
-
version: VERSION$t,
|
|
367
|
-
private: [],
|
|
368
|
-
selections: [
|
|
369
|
-
...ScheduledItemRepresentationSelections,
|
|
370
|
-
{
|
|
371
|
-
name: 'daysOfWeek',
|
|
372
|
-
kind: 'Scalar',
|
|
373
|
-
plural: true
|
|
374
|
-
}
|
|
375
|
-
]
|
|
376
|
-
};
|
|
377
|
-
};
|
|
378
|
-
|
|
379
|
-
const VERSION$s = "dcda6d015a01d9acde5fac241448cfe4";
|
|
380
|
-
const select$N = function DailyScheduledItemRepresentationSelect() {
|
|
381
|
-
const { selections: ScheduledItemRepresentationSelections } = select$M();
|
|
382
|
-
return {
|
|
383
|
-
kind: 'Fragment',
|
|
384
|
-
version: VERSION$s,
|
|
385
|
-
private: [],
|
|
386
|
-
selections: [
|
|
387
|
-
...ScheduledItemRepresentationSelections,
|
|
388
|
-
]
|
|
389
|
-
};
|
|
390
|
-
};
|
|
391
|
-
|
|
392
|
-
var DiscriminatorValues;
|
|
393
|
-
(function (DiscriminatorValues) {
|
|
394
|
-
DiscriminatorValues["Hourly"] = "Hourly";
|
|
395
|
-
DiscriminatorValues["Weekly"] = "Weekly";
|
|
396
|
-
DiscriminatorValues["Daily"] = "Daily";
|
|
397
|
-
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
398
|
-
const VERSION$r = "193484b4261ca5840b61caaab3dea067";
|
|
399
|
-
function validate$x(obj, path = 'ScheduledItemRepresentation') {
|
|
400
|
-
const v_error = (() => {
|
|
401
|
-
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
402
|
-
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
403
|
-
}
|
|
404
|
-
const obj_frequency = obj.frequency;
|
|
405
|
-
const path_frequency = path + '.frequency';
|
|
406
|
-
if (typeof obj_frequency !== 'string') {
|
|
407
|
-
return new TypeError('Expected "string" but received "' + typeof obj_frequency + '" (at "' + path_frequency + '")');
|
|
408
|
-
}
|
|
409
|
-
const obj_nextScheduledRun = obj.nextScheduledRun;
|
|
410
|
-
const path_nextScheduledRun = path + '.nextScheduledRun';
|
|
411
|
-
if (typeof obj_nextScheduledRun !== 'string') {
|
|
412
|
-
return new TypeError('Expected "string" but received "' + typeof obj_nextScheduledRun + '" (at "' + path_nextScheduledRun + '")');
|
|
413
|
-
}
|
|
414
|
-
const obj_time = obj.time;
|
|
415
|
-
const path_time = path + '.time';
|
|
416
|
-
const referencepath_timeValidationError = validate$y(obj_time, path_time);
|
|
417
|
-
if (referencepath_timeValidationError !== null) {
|
|
418
|
-
let message = 'Object doesn\'t match ScheduledTimeRepresentation (at "' + path_time + '")\n';
|
|
419
|
-
message += referencepath_timeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
420
|
-
return new TypeError(message);
|
|
421
|
-
}
|
|
422
|
-
})();
|
|
423
|
-
return v_error === undefined ? null : v_error;
|
|
424
|
-
}
|
|
425
|
-
const selectChildren = function ScheduledItemRepresentationSelectChildren() {
|
|
426
|
-
const hourlyScheduledItemRepresentationSelections = select$P();
|
|
427
|
-
const weeklyScheduledItemRepresentationSelections = select$O();
|
|
428
|
-
const dailyScheduledItemRepresentationSelections = select$N();
|
|
429
|
-
return {
|
|
430
|
-
kind: 'Fragment',
|
|
431
|
-
union: true,
|
|
432
|
-
discriminator: 'frequency',
|
|
433
|
-
unionSelections: {
|
|
434
|
-
[DiscriminatorValues.Hourly]: hourlyScheduledItemRepresentationSelections,
|
|
435
|
-
[DiscriminatorValues.Weekly]: weeklyScheduledItemRepresentationSelections,
|
|
436
|
-
[DiscriminatorValues.Daily]: dailyScheduledItemRepresentationSelections
|
|
437
|
-
}
|
|
438
|
-
};
|
|
439
|
-
};
|
|
440
|
-
const select$M = function ScheduledItemRepresentationSelect() {
|
|
441
|
-
const { selections: ScheduledTimeRepresentation__selections, opaque: ScheduledTimeRepresentation__opaque, } = select$Q();
|
|
442
|
-
return {
|
|
443
|
-
kind: 'Fragment',
|
|
444
|
-
version: VERSION$r,
|
|
445
|
-
private: [],
|
|
446
|
-
selections: [
|
|
447
|
-
{
|
|
448
|
-
name: 'frequency',
|
|
449
|
-
kind: 'Scalar'
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
name: 'nextScheduledRun',
|
|
453
|
-
kind: 'Scalar'
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
name: 'time',
|
|
457
|
-
kind: 'Object',
|
|
458
|
-
selections: ScheduledTimeRepresentation__selections
|
|
459
|
-
}
|
|
460
|
-
]
|
|
461
|
-
};
|
|
462
|
-
};
|
|
463
|
-
function equals$r(existing, incoming) {
|
|
464
|
-
const existing_frequency = existing.frequency;
|
|
465
|
-
const incoming_frequency = incoming.frequency;
|
|
466
|
-
if (!(existing_frequency === incoming_frequency)) {
|
|
467
|
-
return false;
|
|
468
|
-
}
|
|
469
|
-
const existing_nextScheduledRun = existing.nextScheduledRun;
|
|
470
|
-
const incoming_nextScheduledRun = incoming.nextScheduledRun;
|
|
471
|
-
if (!(existing_nextScheduledRun === incoming_nextScheduledRun)) {
|
|
472
|
-
return false;
|
|
473
|
-
}
|
|
474
|
-
const existing_time = existing.time;
|
|
475
|
-
const incoming_time = incoming.time;
|
|
476
|
-
if (!(equals$s(existing_time, incoming_time))) {
|
|
477
|
-
return false;
|
|
478
|
-
}
|
|
479
|
-
return true;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
const VERSION$q = "06b5da5162febff2692d819c9b718be5";
|
|
483
|
-
function validate$w(obj, path = 'AppScheduleRepresentation') {
|
|
210
|
+
const TTL$e = 5000;
|
|
211
|
+
const VERSION$p = "e0929aeaae1c5564782753a4f729c815";
|
|
212
|
+
function validate$v(obj, path = 'AppRepresentation') {
|
|
484
213
|
const v_error = (() => {
|
|
485
214
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
486
215
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
487
216
|
}
|
|
488
|
-
const
|
|
489
|
-
const
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
const referencepath_dataRefreshScheduleValidationError = validate$x(obj_dataRefreshSchedule, path_dataRefreshSchedule);
|
|
493
|
-
if (referencepath_dataRefreshScheduleValidationError !== null) {
|
|
494
|
-
let message = 'Object doesn\'t match ScheduledItemRepresentation (at "' + path_dataRefreshSchedule + '")\n';
|
|
495
|
-
message += referencepath_dataRefreshScheduleValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
496
|
-
return new TypeError(message);
|
|
497
|
-
}
|
|
498
|
-
})();
|
|
499
|
-
if (obj_dataRefreshSchedule_union0_error != null) {
|
|
500
|
-
obj_dataRefreshSchedule_union0 = obj_dataRefreshSchedule_union0_error.message;
|
|
501
|
-
}
|
|
502
|
-
let obj_dataRefreshSchedule_union1 = null;
|
|
503
|
-
const obj_dataRefreshSchedule_union1_error = (() => {
|
|
504
|
-
if (obj_dataRefreshSchedule !== null) {
|
|
505
|
-
return new TypeError('Expected "null" but received "' + typeof obj_dataRefreshSchedule + '" (at "' + path_dataRefreshSchedule + '")');
|
|
506
|
-
}
|
|
507
|
-
})();
|
|
508
|
-
if (obj_dataRefreshSchedule_union1_error != null) {
|
|
509
|
-
obj_dataRefreshSchedule_union1 = obj_dataRefreshSchedule_union1_error.message;
|
|
510
|
-
}
|
|
511
|
-
if (obj_dataRefreshSchedule_union0 && obj_dataRefreshSchedule_union1) {
|
|
512
|
-
let message = 'Object doesn\'t match union (at "' + path_dataRefreshSchedule + '")';
|
|
513
|
-
message += '\n' + obj_dataRefreshSchedule_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
514
|
-
message += '\n' + obj_dataRefreshSchedule_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
515
|
-
return new TypeError(message);
|
|
217
|
+
const obj_activitiesUrl = obj.activitiesUrl;
|
|
218
|
+
const path_activitiesUrl = path + '.activitiesUrl';
|
|
219
|
+
if (typeof obj_activitiesUrl !== 'string') {
|
|
220
|
+
return new TypeError('Expected "string" but received "' + typeof obj_activitiesUrl + '" (at "' + path_activitiesUrl + '")');
|
|
516
221
|
}
|
|
517
|
-
const
|
|
518
|
-
const
|
|
519
|
-
let
|
|
520
|
-
const
|
|
521
|
-
if (typeof
|
|
522
|
-
return new TypeError('Expected "
|
|
222
|
+
const obj_appAssetVersion = obj.appAssetVersion;
|
|
223
|
+
const path_appAssetVersion = path + '.appAssetVersion';
|
|
224
|
+
let obj_appAssetVersion_union0 = null;
|
|
225
|
+
const obj_appAssetVersion_union0_error = (() => {
|
|
226
|
+
if (typeof obj_appAssetVersion !== 'number') {
|
|
227
|
+
return new TypeError('Expected "number" but received "' + typeof obj_appAssetVersion + '" (at "' + path_appAssetVersion + '")');
|
|
523
228
|
}
|
|
524
229
|
})();
|
|
525
|
-
if (
|
|
526
|
-
|
|
230
|
+
if (obj_appAssetVersion_union0_error != null) {
|
|
231
|
+
obj_appAssetVersion_union0 = obj_appAssetVersion_union0_error.message;
|
|
527
232
|
}
|
|
528
|
-
let
|
|
529
|
-
const
|
|
530
|
-
if (
|
|
531
|
-
return new TypeError('Expected "null" but received "' + typeof
|
|
233
|
+
let obj_appAssetVersion_union1 = null;
|
|
234
|
+
const obj_appAssetVersion_union1_error = (() => {
|
|
235
|
+
if (obj_appAssetVersion !== null) {
|
|
236
|
+
return new TypeError('Expected "null" but received "' + typeof obj_appAssetVersion + '" (at "' + path_appAssetVersion + '")');
|
|
532
237
|
}
|
|
533
238
|
})();
|
|
534
|
-
if (
|
|
535
|
-
|
|
239
|
+
if (obj_appAssetVersion_union1_error != null) {
|
|
240
|
+
obj_appAssetVersion_union1 = obj_appAssetVersion_union1_error.message;
|
|
536
241
|
}
|
|
537
|
-
if (
|
|
538
|
-
let message = 'Object doesn\'t match union (at "' +
|
|
539
|
-
message += '\n' +
|
|
540
|
-
message += '\n' +
|
|
242
|
+
if (obj_appAssetVersion_union0 && obj_appAssetVersion_union1) {
|
|
243
|
+
let message = 'Object doesn\'t match union (at "' + path_appAssetVersion + '")';
|
|
244
|
+
message += '\n' + obj_appAssetVersion_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
245
|
+
message += '\n' + obj_appAssetVersion_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
541
246
|
return new TypeError(message);
|
|
542
247
|
}
|
|
543
|
-
})();
|
|
544
|
-
return v_error === undefined ? null : v_error;
|
|
545
|
-
}
|
|
546
|
-
const select$L = function AppScheduleRepresentationSelect() {
|
|
547
|
-
const ScheduledItemRepresentation__unionSelections = selectChildren();
|
|
548
|
-
return {
|
|
549
|
-
kind: 'Fragment',
|
|
550
|
-
version: VERSION$q,
|
|
551
|
-
private: [],
|
|
552
|
-
selections: [
|
|
553
|
-
{
|
|
554
|
-
kind: 'Object',
|
|
555
|
-
name: 'dataRefreshSchedule',
|
|
556
|
-
discriminator: ScheduledItemRepresentation__unionSelections.discriminator,
|
|
557
|
-
union: true,
|
|
558
|
-
nullable: true,
|
|
559
|
-
unionSelections: ScheduledItemRepresentation__unionSelections.unionSelections
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
name: 'url',
|
|
563
|
-
kind: 'Scalar'
|
|
564
|
-
}
|
|
565
|
-
]
|
|
566
|
-
};
|
|
567
|
-
};
|
|
568
|
-
function equals$q(existing, incoming) {
|
|
569
|
-
const existing_dataRefreshSchedule = existing.dataRefreshSchedule;
|
|
570
|
-
const incoming_dataRefreshSchedule = incoming.dataRefreshSchedule;
|
|
571
|
-
if (!(existing_dataRefreshSchedule === incoming_dataRefreshSchedule
|
|
572
|
-
|| (existing_dataRefreshSchedule != null &&
|
|
573
|
-
incoming_dataRefreshSchedule != null &&
|
|
574
|
-
equals$r(existing_dataRefreshSchedule, incoming_dataRefreshSchedule)))) {
|
|
575
|
-
return false;
|
|
576
|
-
}
|
|
577
|
-
const existing_url = existing.url;
|
|
578
|
-
const incoming_url = incoming.url;
|
|
579
|
-
if (!(existing_url === incoming_url)) {
|
|
580
|
-
return false;
|
|
581
|
-
}
|
|
582
|
-
return true;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
const TTL$e = 5000;
|
|
586
|
-
const VERSION$p = "3f235a5ba94d1ece8d06067bb2a82154";
|
|
587
|
-
function validate$v(obj, path = 'AppRepresentation') {
|
|
588
|
-
const v_error = (() => {
|
|
589
|
-
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
590
|
-
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
591
|
-
}
|
|
592
|
-
const obj_activitiesUrl = obj.activitiesUrl;
|
|
593
|
-
const path_activitiesUrl = path + '.activitiesUrl';
|
|
594
|
-
if (typeof obj_activitiesUrl !== 'string') {
|
|
595
|
-
return new TypeError('Expected "string" but received "' + typeof obj_activitiesUrl + '" (at "' + path_activitiesUrl + '")');
|
|
596
|
-
}
|
|
597
248
|
const obj_applicationStatus = obj.applicationStatus;
|
|
598
249
|
const path_applicationStatus = path + '.applicationStatus';
|
|
599
250
|
if (typeof obj_applicationStatus !== 'string') {
|
|
@@ -606,7 +257,7 @@ function validate$v(obj, path = 'AppRepresentation') {
|
|
|
606
257
|
}
|
|
607
258
|
const obj_createdBy = obj.createdBy;
|
|
608
259
|
const path_createdBy = path + '.createdBy';
|
|
609
|
-
const referencepath_createdByValidationError = validate$
|
|
260
|
+
const referencepath_createdByValidationError = validate$w(obj_createdBy, path_createdBy);
|
|
610
261
|
if (referencepath_createdByValidationError !== null) {
|
|
611
262
|
let message = 'Object doesn\'t match UserRepresentation (at "' + path_createdBy + '")\n';
|
|
612
263
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -660,7 +311,7 @@ function validate$v(obj, path = 'AppRepresentation') {
|
|
|
660
311
|
}
|
|
661
312
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
662
313
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
663
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
314
|
+
const referencepath_lastModifiedByValidationError = validate$w(obj_lastModifiedBy, path_lastModifiedBy);
|
|
664
315
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
665
316
|
let message = 'Object doesn\'t match UserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
666
317
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -686,35 +337,6 @@ function validate$v(obj, path = 'AppRepresentation') {
|
|
|
686
337
|
if (typeof obj_refreshUrl !== 'string') {
|
|
687
338
|
return new TypeError('Expected "string" but received "' + typeof obj_refreshUrl + '" (at "' + path_refreshUrl + '")');
|
|
688
339
|
}
|
|
689
|
-
const obj_schedule = obj.schedule;
|
|
690
|
-
const path_schedule = path + '.schedule';
|
|
691
|
-
let obj_schedule_union0 = null;
|
|
692
|
-
const obj_schedule_union0_error = (() => {
|
|
693
|
-
const referencepath_scheduleValidationError = validate$w(obj_schedule, path_schedule);
|
|
694
|
-
if (referencepath_scheduleValidationError !== null) {
|
|
695
|
-
let message = 'Object doesn\'t match AppScheduleRepresentation (at "' + path_schedule + '")\n';
|
|
696
|
-
message += referencepath_scheduleValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
697
|
-
return new TypeError(message);
|
|
698
|
-
}
|
|
699
|
-
})();
|
|
700
|
-
if (obj_schedule_union0_error != null) {
|
|
701
|
-
obj_schedule_union0 = obj_schedule_union0_error.message;
|
|
702
|
-
}
|
|
703
|
-
let obj_schedule_union1 = null;
|
|
704
|
-
const obj_schedule_union1_error = (() => {
|
|
705
|
-
if (obj_schedule !== null) {
|
|
706
|
-
return new TypeError('Expected "null" but received "' + typeof obj_schedule + '" (at "' + path_schedule + '")');
|
|
707
|
-
}
|
|
708
|
-
})();
|
|
709
|
-
if (obj_schedule_union1_error != null) {
|
|
710
|
-
obj_schedule_union1 = obj_schedule_union1_error.message;
|
|
711
|
-
}
|
|
712
|
-
if (obj_schedule_union0 && obj_schedule_union1) {
|
|
713
|
-
let message = 'Object doesn\'t match union (at "' + path_schedule + '")';
|
|
714
|
-
message += '\n' + obj_schedule_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
715
|
-
message += '\n' + obj_schedule_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
716
|
-
return new TypeError(message);
|
|
717
|
-
}
|
|
718
340
|
const obj_templateSourceId = obj.templateSourceId;
|
|
719
341
|
const path_templateSourceId = path + '.templateSourceId';
|
|
720
342
|
let obj_templateSourceId_union0 = null;
|
|
@@ -860,8 +482,7 @@ function normalize$e(input, existing, path, luvio, store, timestamp) {
|
|
|
860
482
|
return input;
|
|
861
483
|
}
|
|
862
484
|
const select$K = function AppRepresentationSelect() {
|
|
863
|
-
const { selections: UserRepresentation__selections, opaque: UserRepresentation__opaque, } = select$
|
|
864
|
-
const { selections: AppScheduleRepresentation__selections, opaque: AppScheduleRepresentation__opaque, } = select$L();
|
|
485
|
+
const { selections: UserRepresentation__selections, opaque: UserRepresentation__opaque, } = select$L();
|
|
865
486
|
return {
|
|
866
487
|
kind: 'Fragment',
|
|
867
488
|
version: VERSION$p,
|
|
@@ -871,6 +492,10 @@ const select$K = function AppRepresentationSelect() {
|
|
|
871
492
|
name: 'activitiesUrl',
|
|
872
493
|
kind: 'Scalar'
|
|
873
494
|
},
|
|
495
|
+
{
|
|
496
|
+
name: 'appAssetVersion',
|
|
497
|
+
kind: 'Scalar'
|
|
498
|
+
},
|
|
874
499
|
{
|
|
875
500
|
name: 'applicationStatus',
|
|
876
501
|
kind: 'Scalar'
|
|
@@ -925,12 +550,6 @@ const select$K = function AppRepresentationSelect() {
|
|
|
925
550
|
name: 'refreshUrl',
|
|
926
551
|
kind: 'Scalar'
|
|
927
552
|
},
|
|
928
|
-
{
|
|
929
|
-
name: 'schedule',
|
|
930
|
-
kind: 'Object',
|
|
931
|
-
nullable: true,
|
|
932
|
-
selections: AppScheduleRepresentation__selections
|
|
933
|
-
},
|
|
934
553
|
{
|
|
935
554
|
name: 'templateSourceId',
|
|
936
555
|
kind: 'Scalar'
|
|
@@ -1029,9 +648,14 @@ function equals$p(existing, incoming) {
|
|
|
1029
648
|
if (!(existing_url === incoming_url)) {
|
|
1030
649
|
return false;
|
|
1031
650
|
}
|
|
651
|
+
const existing_appAssetVersion = existing.appAssetVersion;
|
|
652
|
+
const incoming_appAssetVersion = incoming.appAssetVersion;
|
|
653
|
+
if (!(existing_appAssetVersion === incoming_appAssetVersion)) {
|
|
654
|
+
return false;
|
|
655
|
+
}
|
|
1032
656
|
const existing_createdBy = existing.createdBy;
|
|
1033
657
|
const incoming_createdBy = incoming.createdBy;
|
|
1034
|
-
if (!(equals$
|
|
658
|
+
if (!(equals$q(existing_createdBy, incoming_createdBy))) {
|
|
1035
659
|
return false;
|
|
1036
660
|
}
|
|
1037
661
|
const existing_description = existing.description;
|
|
@@ -1041,15 +665,7 @@ function equals$p(existing, incoming) {
|
|
|
1041
665
|
}
|
|
1042
666
|
const existing_lastModifiedBy = existing.lastModifiedBy;
|
|
1043
667
|
const incoming_lastModifiedBy = incoming.lastModifiedBy;
|
|
1044
|
-
if (!(equals$
|
|
1045
|
-
return false;
|
|
1046
|
-
}
|
|
1047
|
-
const existing_schedule = existing.schedule;
|
|
1048
|
-
const incoming_schedule = incoming.schedule;
|
|
1049
|
-
if (!(existing_schedule === incoming_schedule
|
|
1050
|
-
|| (existing_schedule != null &&
|
|
1051
|
-
incoming_schedule != null &&
|
|
1052
|
-
equals$q(existing_schedule, incoming_schedule)))) {
|
|
668
|
+
if (!(equals$q(existing_lastModifiedBy, incoming_lastModifiedBy))) {
|
|
1053
669
|
return false;
|
|
1054
670
|
}
|
|
1055
671
|
const existing_templateSourceId = existing.templateSourceId;
|
|
@@ -1351,7 +967,7 @@ function ingestSuccess$k(luvio, resourceParams, response) {
|
|
|
1351
967
|
function createResourceRequest$n(config) {
|
|
1352
968
|
const headers = {};
|
|
1353
969
|
return {
|
|
1354
|
-
baseUri: '/services/data/
|
|
970
|
+
baseUri: '/services/data/v67.0',
|
|
1355
971
|
basePath: '/app-framework/apps',
|
|
1356
972
|
method: 'post',
|
|
1357
973
|
body: config.body,
|
|
@@ -1741,7 +1357,7 @@ function ingestSuccess$j(luvio, resourceParams, response) {
|
|
|
1741
1357
|
function createResourceRequest$m(config) {
|
|
1742
1358
|
const headers = {};
|
|
1743
1359
|
return {
|
|
1744
|
-
baseUri: '/services/data/
|
|
1360
|
+
baseUri: '/services/data/v67.0',
|
|
1745
1361
|
basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/assets',
|
|
1746
1362
|
method: 'post',
|
|
1747
1363
|
body: config.body,
|
|
@@ -3188,7 +2804,7 @@ function ingestSuccess$i(luvio, resourceParams, response) {
|
|
|
3188
2804
|
function createResourceRequest$l(config) {
|
|
3189
2805
|
const headers = {};
|
|
3190
2806
|
return {
|
|
3191
|
-
baseUri: '/services/data/
|
|
2807
|
+
baseUri: '/services/data/v67.0',
|
|
3192
2808
|
basePath: '/app-framework/templates',
|
|
3193
2809
|
method: 'post',
|
|
3194
2810
|
body: config.body,
|
|
@@ -3338,7 +2954,7 @@ function evictSuccess$2(luvio, resourceParams) {
|
|
|
3338
2954
|
function createResourceRequest$k(config) {
|
|
3339
2955
|
const headers = {};
|
|
3340
2956
|
return {
|
|
3341
|
-
baseUri: '/services/data/
|
|
2957
|
+
baseUri: '/services/data/v67.0',
|
|
3342
2958
|
basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '',
|
|
3343
2959
|
method: 'delete',
|
|
3344
2960
|
body: null,
|
|
@@ -3423,7 +3039,7 @@ function evictSuccess$1(luvio, resourceParams) {
|
|
|
3423
3039
|
function createResourceRequest$j(config) {
|
|
3424
3040
|
const headers = {};
|
|
3425
3041
|
return {
|
|
3426
|
-
baseUri: '/services/data/
|
|
3042
|
+
baseUri: '/services/data/v67.0',
|
|
3427
3043
|
basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/assets/' + config.urlParams.appAssetId + '',
|
|
3428
3044
|
method: 'delete',
|
|
3429
3045
|
body: null,
|
|
@@ -3508,7 +3124,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
3508
3124
|
function createResourceRequest$i(config) {
|
|
3509
3125
|
const headers = {};
|
|
3510
3126
|
return {
|
|
3511
|
-
baseUri: '/services/data/
|
|
3127
|
+
baseUri: '/services/data/v67.0',
|
|
3512
3128
|
basePath: '/app-framework/templates/' + config.urlParams.templateIdOrApiName + '',
|
|
3513
3129
|
method: 'delete',
|
|
3514
3130
|
body: null,
|
|
@@ -3615,7 +3231,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
3615
3231
|
function createResourceRequest$h(config) {
|
|
3616
3232
|
const headers = {};
|
|
3617
3233
|
return {
|
|
3618
|
-
baseUri: '/services/data/
|
|
3234
|
+
baseUri: '/services/data/v67.0',
|
|
3619
3235
|
basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '',
|
|
3620
3236
|
method: 'get',
|
|
3621
3237
|
body: null,
|
|
@@ -4058,7 +3674,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
4058
3674
|
function createResourceRequest$g(config) {
|
|
4059
3675
|
const headers = {};
|
|
4060
3676
|
return {
|
|
4061
|
-
baseUri: '/services/data/
|
|
3677
|
+
baseUri: '/services/data/v67.0',
|
|
4062
3678
|
basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/activities',
|
|
4063
3679
|
method: 'get',
|
|
4064
3680
|
body: null,
|
|
@@ -4240,7 +3856,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
4240
3856
|
function createResourceRequest$f(config) {
|
|
4241
3857
|
const headers = {};
|
|
4242
3858
|
return {
|
|
4243
|
-
baseUri: '/services/data/
|
|
3859
|
+
baseUri: '/services/data/v67.0',
|
|
4244
3860
|
basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/activities/' + config.urlParams.id + '',
|
|
4245
3861
|
method: 'get',
|
|
4246
3862
|
body: null,
|
|
@@ -4424,7 +4040,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
4424
4040
|
function createResourceRequest$e(config) {
|
|
4425
4041
|
const headers = {};
|
|
4426
4042
|
return {
|
|
4427
|
-
baseUri: '/services/data/
|
|
4043
|
+
baseUri: '/services/data/v67.0',
|
|
4428
4044
|
basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/assets/' + config.urlParams.appAssetId + '',
|
|
4429
4045
|
method: 'get',
|
|
4430
4046
|
body: null,
|
|
@@ -4684,7 +4300,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
4684
4300
|
function createResourceRequest$d(config) {
|
|
4685
4301
|
const headers = {};
|
|
4686
4302
|
return {
|
|
4687
|
-
baseUri: '/services/data/
|
|
4303
|
+
baseUri: '/services/data/v67.0',
|
|
4688
4304
|
basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/assets',
|
|
4689
4305
|
method: 'get',
|
|
4690
4306
|
body: null,
|
|
@@ -4962,7 +4578,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
4962
4578
|
function createResourceRequest$c(config) {
|
|
4963
4579
|
const headers = {};
|
|
4964
4580
|
return {
|
|
4965
|
-
baseUri: '/services/data/
|
|
4581
|
+
baseUri: '/services/data/v67.0',
|
|
4966
4582
|
basePath: '/app-framework/apps',
|
|
4967
4583
|
method: 'get',
|
|
4968
4584
|
body: null,
|
|
@@ -5198,7 +4814,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
5198
4814
|
function createResourceRequest$b(config) {
|
|
5199
4815
|
const headers = {};
|
|
5200
4816
|
return {
|
|
5201
|
-
baseUri: '/services/data/
|
|
4817
|
+
baseUri: '/services/data/v67.0',
|
|
5202
4818
|
basePath: '/app-framework/installed-assets',
|
|
5203
4819
|
method: 'get',
|
|
5204
4820
|
body: null,
|
|
@@ -5439,7 +5055,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
5439
5055
|
function createResourceRequest$a(config) {
|
|
5440
5056
|
const headers = {};
|
|
5441
5057
|
return {
|
|
5442
|
-
baseUri: '/services/data/
|
|
5058
|
+
baseUri: '/services/data/v67.0',
|
|
5443
5059
|
basePath: '/app-framework/templates/' + config.urlParams.templateIdOrApiName + '/tags',
|
|
5444
5060
|
method: 'get',
|
|
5445
5061
|
body: null,
|
|
@@ -5620,7 +5236,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
5620
5236
|
function createResourceRequest$9(config) {
|
|
5621
5237
|
const headers = {};
|
|
5622
5238
|
return {
|
|
5623
|
-
baseUri: '/services/data/
|
|
5239
|
+
baseUri: '/services/data/v67.0',
|
|
5624
5240
|
basePath: '/app-framework/templates/' + config.urlParams.templateIdOrApiName + '',
|
|
5625
5241
|
method: 'get',
|
|
5626
5242
|
body: null,
|
|
@@ -6143,7 +5759,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
6143
5759
|
function createResourceRequest$8(config) {
|
|
6144
5760
|
const headers = {};
|
|
6145
5761
|
return {
|
|
6146
|
-
baseUri: '/services/data/
|
|
5762
|
+
baseUri: '/services/data/v67.0',
|
|
6147
5763
|
basePath: '/app-framework/templates/' + config.urlParams.templateIdOrApiName + '/assets',
|
|
6148
5764
|
method: 'get',
|
|
6149
5765
|
body: null,
|
|
@@ -7028,7 +6644,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
7028
6644
|
function createResourceRequest$7(config) {
|
|
7029
6645
|
const headers = {};
|
|
7030
6646
|
return {
|
|
7031
|
-
baseUri: '/services/data/
|
|
6647
|
+
baseUri: '/services/data/v67.0',
|
|
7032
6648
|
basePath: '/app-framework/templates/' + config.urlParams.templateIdOrApiName + '/configuration',
|
|
7033
6649
|
method: 'get',
|
|
7034
6650
|
body: null,
|
|
@@ -7303,7 +6919,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
7303
6919
|
function createResourceRequest$6(config) {
|
|
7304
6920
|
const headers = {};
|
|
7305
6921
|
return {
|
|
7306
|
-
baseUri: '/services/data/
|
|
6922
|
+
baseUri: '/services/data/v67.0',
|
|
7307
6923
|
basePath: '/app-framework/templates',
|
|
7308
6924
|
method: 'get',
|
|
7309
6925
|
body: null,
|
|
@@ -7655,7 +7271,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
7655
7271
|
function createResourceRequest$5(config) {
|
|
7656
7272
|
const headers = {};
|
|
7657
7273
|
return {
|
|
7658
|
-
baseUri: '/services/data/
|
|
7274
|
+
baseUri: '/services/data/v67.0',
|
|
7659
7275
|
basePath: '/app-framework/templates/' + config.urlParams.templateIdOrApiName + '/readiness',
|
|
7660
7276
|
method: 'post',
|
|
7661
7277
|
body: config.body,
|
|
@@ -7762,7 +7378,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
7762
7378
|
function createResourceRequest$4(config) {
|
|
7763
7379
|
const headers = {};
|
|
7764
7380
|
return {
|
|
7765
|
-
baseUri: '/services/data/
|
|
7381
|
+
baseUri: '/services/data/v67.0',
|
|
7766
7382
|
basePath: '/app-framework/templates/' + config.urlParams.templateIdOrApiName + '/tags',
|
|
7767
7383
|
method: 'put',
|
|
7768
7384
|
body: config.body,
|
|
@@ -7868,7 +7484,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
7868
7484
|
function createResourceRequest$3(config) {
|
|
7869
7485
|
const headers = {};
|
|
7870
7486
|
return {
|
|
7871
|
-
baseUri: '/services/data/
|
|
7487
|
+
baseUri: '/services/data/v67.0',
|
|
7872
7488
|
basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '',
|
|
7873
7489
|
method: 'put',
|
|
7874
7490
|
body: config.body,
|
|
@@ -7977,7 +7593,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
7977
7593
|
function createResourceRequest$2(config) {
|
|
7978
7594
|
const headers = {};
|
|
7979
7595
|
return {
|
|
7980
|
-
baseUri: '/services/data/
|
|
7596
|
+
baseUri: '/services/data/v67.0',
|
|
7981
7597
|
basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/assets/' + config.urlParams.appAssetId + '',
|
|
7982
7598
|
method: 'patch',
|
|
7983
7599
|
body: config.body,
|
|
@@ -8110,7 +7726,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
8110
7726
|
function createResourceRequest$1(config) {
|
|
8111
7727
|
const headers = {};
|
|
8112
7728
|
return {
|
|
8113
|
-
baseUri: '/services/data/
|
|
7729
|
+
baseUri: '/services/data/v67.0',
|
|
8114
7730
|
basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/updateBasicApp',
|
|
8115
7731
|
method: 'post',
|
|
8116
7732
|
body: config.body,
|
|
@@ -8201,7 +7817,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
8201
7817
|
function createResourceRequest(config) {
|
|
8202
7818
|
const headers = {};
|
|
8203
7819
|
return {
|
|
8204
|
-
baseUri: '/services/data/
|
|
7820
|
+
baseUri: '/services/data/v67.0',
|
|
8205
7821
|
basePath: '/app-framework/templates/' + config.urlParams.templateIdOrApiName + '',
|
|
8206
7822
|
method: 'patch',
|
|
8207
7823
|
body: config.body,
|
|
@@ -8459,4 +8075,4 @@ withDefaultLuvio((luvio) => {
|
|
|
8459
8075
|
});
|
|
8460
8076
|
|
|
8461
8077
|
export { createApp, createAppAsset, createTemplate, deleteApp, deleteAppAsset, deleteTemplate, getApp, getAppActivities, getAppActivitiesNotifyChange, getAppActivities_imperative, getAppActivity, getAppActivityNotifyChange, getAppActivity_imperative, getAppAsset, getAppAsset_imperative, getAppAssets, getAppAssetsNotifyChange, getAppAssets_imperative, getAppNotifyChange, getApp_imperative, getApps, getApps_imperative, getInstalledAssets, getInstalledAssets_imperative, getTags, getTagsNotifyChange, getTags_imperative, getTemplate, getTemplateAssets, getTemplateAssets_imperative, getTemplateConfig, getTemplateConfigNotifyChange, getTemplateConfig_imperative, getTemplateNotifyChange, getTemplate_imperative, getTemplates, getTemplates_imperative, readinessCheck, setTags, updateApp, updateAppAsset, updateBasicApp, updateTemplate };
|
|
8462
|
-
// version: 1.
|
|
8078
|
+
// version: 1.413.0-8cd312301b
|