@sprucelabs/spruce-calendar-components 31.0.48 → 31.0.49
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.
|
@@ -2518,39 +2518,56 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
2518
2518
|
}
|
|
2519
2519
|
}
|
|
2520
2520
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2521
|
-
interface
|
|
2522
|
-
'
|
|
2523
|
-
'calendarPersonId'?: string | undefined | null;
|
|
2521
|
+
interface ListCalendarEventsEmitTarget {
|
|
2522
|
+
'locationId': string;
|
|
2524
2523
|
}
|
|
2525
|
-
interface
|
|
2526
|
-
id: '
|
|
2524
|
+
interface ListCalendarEventsEmitTargetSchema extends SpruceSchema.Schema {
|
|
2525
|
+
id: 'listCalendarEventsEmitTarget';
|
|
2527
2526
|
version: 'v2021_05_19';
|
|
2528
2527
|
namespace: 'Calendar';
|
|
2529
2528
|
name: '';
|
|
2530
2529
|
fields: {
|
|
2531
2530
|
/** . */
|
|
2532
|
-
'
|
|
2531
|
+
'locationId': {
|
|
2533
2532
|
type: 'id';
|
|
2533
|
+
isRequired: true;
|
|
2534
2534
|
options: undefined;
|
|
2535
2535
|
};
|
|
2536
|
+
};
|
|
2537
|
+
}
|
|
2538
|
+
interface ListCalendarEventsEmitTargetEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitTargetSchema> {
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2542
|
+
interface ListCalendarEventsEmitPayload {
|
|
2543
|
+
'groupIds'?: string[] | undefined | null;
|
|
2544
|
+
}
|
|
2545
|
+
interface ListCalendarEventsEmitPayloadSchema extends SpruceSchema.Schema {
|
|
2546
|
+
id: 'listCalendarEventsEmitPayload';
|
|
2547
|
+
version: 'v2021_05_19';
|
|
2548
|
+
namespace: 'Calendar';
|
|
2549
|
+
name: '';
|
|
2550
|
+
fields: {
|
|
2536
2551
|
/** . */
|
|
2537
|
-
'
|
|
2552
|
+
'groupIds': {
|
|
2538
2553
|
type: 'id';
|
|
2554
|
+
isArray: true;
|
|
2539
2555
|
options: undefined;
|
|
2540
2556
|
};
|
|
2541
2557
|
};
|
|
2542
2558
|
}
|
|
2543
|
-
interface
|
|
2559
|
+
interface ListCalendarEventsEmitPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitPayloadSchema> {
|
|
2544
2560
|
}
|
|
2545
2561
|
}
|
|
2546
2562
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2547
|
-
interface
|
|
2563
|
+
interface ListCalendarEventsEmitTargetAndPayload {
|
|
2548
2564
|
/** Source. */
|
|
2549
2565
|
'source'?: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSource | undefined | null;
|
|
2550
|
-
'target'
|
|
2566
|
+
'target': SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitTarget;
|
|
2567
|
+
'payload'?: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitPayload | undefined | null;
|
|
2551
2568
|
}
|
|
2552
|
-
interface
|
|
2553
|
-
id: '
|
|
2569
|
+
interface ListCalendarEventsEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
|
|
2570
|
+
id: 'listCalendarEventsEmitTargetAndPayload';
|
|
2554
2571
|
version: 'v2021_05_19';
|
|
2555
2572
|
namespace: 'Calendar';
|
|
2556
2573
|
name: '';
|
|
@@ -2566,98 +2583,82 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
2566
2583
|
/** . */
|
|
2567
2584
|
'target': {
|
|
2568
2585
|
type: 'schema';
|
|
2586
|
+
isRequired: true;
|
|
2569
2587
|
options: {
|
|
2570
|
-
schema: SpruceSchemas.Calendar.v2021_05_19.
|
|
2588
|
+
schema: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitTargetSchema;
|
|
2589
|
+
};
|
|
2590
|
+
};
|
|
2591
|
+
/** . */
|
|
2592
|
+
'payload': {
|
|
2593
|
+
type: 'schema';
|
|
2594
|
+
options: {
|
|
2595
|
+
schema: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitPayloadSchema;
|
|
2571
2596
|
};
|
|
2572
2597
|
};
|
|
2573
2598
|
};
|
|
2574
2599
|
}
|
|
2575
|
-
interface
|
|
2600
|
+
interface ListCalendarEventsEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitTargetAndPayloadSchema> {
|
|
2576
2601
|
}
|
|
2577
2602
|
}
|
|
2578
2603
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2579
|
-
interface
|
|
2580
|
-
'
|
|
2581
|
-
'count': number;
|
|
2604
|
+
interface ListCalendarEventsResponsePayload {
|
|
2605
|
+
'calendarEvents': SpruceSchemas.CalendarUtils.v2021_05_19.CalendarEvent[];
|
|
2582
2606
|
}
|
|
2583
|
-
interface
|
|
2584
|
-
id: '
|
|
2607
|
+
interface ListCalendarEventsResponsePayloadSchema extends SpruceSchema.Schema {
|
|
2608
|
+
id: 'listCalendarEventsResponsePayload';
|
|
2585
2609
|
version: 'v2021_05_19';
|
|
2586
2610
|
namespace: 'Calendar';
|
|
2587
2611
|
name: '';
|
|
2588
2612
|
fields: {
|
|
2589
2613
|
/** . */
|
|
2590
|
-
'
|
|
2614
|
+
'calendarEvents': {
|
|
2591
2615
|
type: 'schema';
|
|
2592
2616
|
isRequired: true;
|
|
2593
2617
|
isArray: true;
|
|
2594
2618
|
minArrayLength: 0;
|
|
2595
2619
|
options: {
|
|
2596
|
-
schema: SpruceSchemas.
|
|
2620
|
+
schema: SpruceSchemas.CalendarUtils.v2021_05_19.CalendarEventSchema;
|
|
2597
2621
|
};
|
|
2598
2622
|
};
|
|
2599
|
-
/** . */
|
|
2600
|
-
'count': {
|
|
2601
|
-
type: 'number';
|
|
2602
|
-
isRequired: true;
|
|
2603
|
-
options: undefined;
|
|
2604
|
-
};
|
|
2605
2623
|
};
|
|
2606
2624
|
}
|
|
2607
|
-
interface
|
|
2625
|
+
interface ListCalendarEventsResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsResponsePayloadSchema> {
|
|
2608
2626
|
}
|
|
2609
2627
|
}
|
|
2610
2628
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2611
|
-
interface
|
|
2612
|
-
'
|
|
2629
|
+
interface ListCalendarsEmitTarget {
|
|
2630
|
+
'organizationId'?: string | undefined | null;
|
|
2631
|
+
'calendarPersonId'?: string | undefined | null;
|
|
2613
2632
|
}
|
|
2614
|
-
interface
|
|
2615
|
-
id: '
|
|
2633
|
+
interface ListCalendarsEmitTargetSchema extends SpruceSchema.Schema {
|
|
2634
|
+
id: 'listCalendarsEmitTarget';
|
|
2616
2635
|
version: 'v2021_05_19';
|
|
2617
2636
|
namespace: 'Calendar';
|
|
2618
2637
|
name: '';
|
|
2619
2638
|
fields: {
|
|
2620
2639
|
/** . */
|
|
2621
|
-
'
|
|
2640
|
+
'organizationId': {
|
|
2622
2641
|
type: 'id';
|
|
2623
|
-
isRequired: true;
|
|
2624
2642
|
options: undefined;
|
|
2625
2643
|
};
|
|
2626
|
-
};
|
|
2627
|
-
}
|
|
2628
|
-
interface ListCalendarEventsEmitTargetEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitTargetSchema> {
|
|
2629
|
-
}
|
|
2630
|
-
}
|
|
2631
|
-
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2632
|
-
interface ListCalendarEventsEmitPayload {
|
|
2633
|
-
'groupIds'?: string[] | undefined | null;
|
|
2634
|
-
}
|
|
2635
|
-
interface ListCalendarEventsEmitPayloadSchema extends SpruceSchema.Schema {
|
|
2636
|
-
id: 'listCalendarEventsEmitPayload';
|
|
2637
|
-
version: 'v2021_05_19';
|
|
2638
|
-
namespace: 'Calendar';
|
|
2639
|
-
name: '';
|
|
2640
|
-
fields: {
|
|
2641
2644
|
/** . */
|
|
2642
|
-
'
|
|
2645
|
+
'calendarPersonId': {
|
|
2643
2646
|
type: 'id';
|
|
2644
|
-
isArray: true;
|
|
2645
2647
|
options: undefined;
|
|
2646
2648
|
};
|
|
2647
2649
|
};
|
|
2648
2650
|
}
|
|
2649
|
-
interface
|
|
2651
|
+
interface ListCalendarsEmitTargetEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarsEmitTargetSchema> {
|
|
2650
2652
|
}
|
|
2651
2653
|
}
|
|
2652
2654
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2653
|
-
interface
|
|
2655
|
+
interface ListCalendarsEmitTargetAndPayload {
|
|
2654
2656
|
/** Source. */
|
|
2655
2657
|
'source'?: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSource | undefined | null;
|
|
2656
|
-
'target'
|
|
2657
|
-
'payload'?: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitPayload | undefined | null;
|
|
2658
|
+
'target'?: SpruceSchemas.Calendar.v2021_05_19.ListCalendarsEmitTarget | undefined | null;
|
|
2658
2659
|
}
|
|
2659
|
-
interface
|
|
2660
|
-
id: '
|
|
2660
|
+
interface ListCalendarsEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
|
|
2661
|
+
id: 'listCalendarsEmitTargetAndPayload';
|
|
2661
2662
|
version: 'v2021_05_19';
|
|
2662
2663
|
namespace: 'Calendar';
|
|
2663
2664
|
name: '';
|
|
@@ -2673,46 +2674,45 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
2673
2674
|
/** . */
|
|
2674
2675
|
'target': {
|
|
2675
2676
|
type: 'schema';
|
|
2676
|
-
isRequired: true;
|
|
2677
2677
|
options: {
|
|
2678
|
-
schema: SpruceSchemas.Calendar.v2021_05_19.
|
|
2679
|
-
};
|
|
2680
|
-
};
|
|
2681
|
-
/** . */
|
|
2682
|
-
'payload': {
|
|
2683
|
-
type: 'schema';
|
|
2684
|
-
options: {
|
|
2685
|
-
schema: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitPayloadSchema;
|
|
2678
|
+
schema: SpruceSchemas.Calendar.v2021_05_19.ListCalendarsEmitTargetSchema;
|
|
2686
2679
|
};
|
|
2687
2680
|
};
|
|
2688
2681
|
};
|
|
2689
2682
|
}
|
|
2690
|
-
interface
|
|
2683
|
+
interface ListCalendarsEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarsEmitTargetAndPayloadSchema> {
|
|
2691
2684
|
}
|
|
2692
2685
|
}
|
|
2693
2686
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2694
|
-
interface
|
|
2695
|
-
'
|
|
2687
|
+
interface ListCalendarsResponsePayload {
|
|
2688
|
+
'calendars': SpruceSchemas.Calendar.v2021_05_19.Calendar[];
|
|
2689
|
+
'count': number;
|
|
2696
2690
|
}
|
|
2697
|
-
interface
|
|
2698
|
-
id: '
|
|
2691
|
+
interface ListCalendarsResponsePayloadSchema extends SpruceSchema.Schema {
|
|
2692
|
+
id: 'listCalendarsResponsePayload';
|
|
2699
2693
|
version: 'v2021_05_19';
|
|
2700
2694
|
namespace: 'Calendar';
|
|
2701
2695
|
name: '';
|
|
2702
2696
|
fields: {
|
|
2703
2697
|
/** . */
|
|
2704
|
-
'
|
|
2698
|
+
'calendars': {
|
|
2705
2699
|
type: 'schema';
|
|
2706
2700
|
isRequired: true;
|
|
2707
2701
|
isArray: true;
|
|
2708
2702
|
minArrayLength: 0;
|
|
2709
2703
|
options: {
|
|
2710
|
-
schema: SpruceSchemas.
|
|
2704
|
+
schema: SpruceSchemas.Calendar.v2021_05_19.CalendarSchema;
|
|
2711
2705
|
};
|
|
2712
2706
|
};
|
|
2707
|
+
/** . */
|
|
2708
|
+
'count': {
|
|
2709
|
+
type: 'number';
|
|
2710
|
+
isRequired: true;
|
|
2711
|
+
options: undefined;
|
|
2712
|
+
};
|
|
2713
2713
|
};
|
|
2714
2714
|
}
|
|
2715
|
-
interface
|
|
2715
|
+
interface ListCalendarsResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarsResponsePayloadSchema> {
|
|
2716
2716
|
}
|
|
2717
2717
|
}
|
|
2718
2718
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
@@ -2518,39 +2518,56 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
2518
2518
|
}
|
|
2519
2519
|
}
|
|
2520
2520
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2521
|
-
interface
|
|
2522
|
-
'
|
|
2523
|
-
'calendarPersonId'?: string | undefined | null;
|
|
2521
|
+
interface ListCalendarEventsEmitTarget {
|
|
2522
|
+
'locationId': string;
|
|
2524
2523
|
}
|
|
2525
|
-
interface
|
|
2526
|
-
id: '
|
|
2524
|
+
interface ListCalendarEventsEmitTargetSchema extends SpruceSchema.Schema {
|
|
2525
|
+
id: 'listCalendarEventsEmitTarget';
|
|
2527
2526
|
version: 'v2021_05_19';
|
|
2528
2527
|
namespace: 'Calendar';
|
|
2529
2528
|
name: '';
|
|
2530
2529
|
fields: {
|
|
2531
2530
|
/** . */
|
|
2532
|
-
'
|
|
2531
|
+
'locationId': {
|
|
2533
2532
|
type: 'id';
|
|
2533
|
+
isRequired: true;
|
|
2534
2534
|
options: undefined;
|
|
2535
2535
|
};
|
|
2536
|
+
};
|
|
2537
|
+
}
|
|
2538
|
+
interface ListCalendarEventsEmitTargetEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitTargetSchema> {
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2542
|
+
interface ListCalendarEventsEmitPayload {
|
|
2543
|
+
'groupIds'?: string[] | undefined | null;
|
|
2544
|
+
}
|
|
2545
|
+
interface ListCalendarEventsEmitPayloadSchema extends SpruceSchema.Schema {
|
|
2546
|
+
id: 'listCalendarEventsEmitPayload';
|
|
2547
|
+
version: 'v2021_05_19';
|
|
2548
|
+
namespace: 'Calendar';
|
|
2549
|
+
name: '';
|
|
2550
|
+
fields: {
|
|
2536
2551
|
/** . */
|
|
2537
|
-
'
|
|
2552
|
+
'groupIds': {
|
|
2538
2553
|
type: 'id';
|
|
2554
|
+
isArray: true;
|
|
2539
2555
|
options: undefined;
|
|
2540
2556
|
};
|
|
2541
2557
|
};
|
|
2542
2558
|
}
|
|
2543
|
-
interface
|
|
2559
|
+
interface ListCalendarEventsEmitPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitPayloadSchema> {
|
|
2544
2560
|
}
|
|
2545
2561
|
}
|
|
2546
2562
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2547
|
-
interface
|
|
2563
|
+
interface ListCalendarEventsEmitTargetAndPayload {
|
|
2548
2564
|
/** Source. */
|
|
2549
2565
|
'source'?: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSource | undefined | null;
|
|
2550
|
-
'target'
|
|
2566
|
+
'target': SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitTarget;
|
|
2567
|
+
'payload'?: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitPayload | undefined | null;
|
|
2551
2568
|
}
|
|
2552
|
-
interface
|
|
2553
|
-
id: '
|
|
2569
|
+
interface ListCalendarEventsEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
|
|
2570
|
+
id: 'listCalendarEventsEmitTargetAndPayload';
|
|
2554
2571
|
version: 'v2021_05_19';
|
|
2555
2572
|
namespace: 'Calendar';
|
|
2556
2573
|
name: '';
|
|
@@ -2566,98 +2583,82 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
2566
2583
|
/** . */
|
|
2567
2584
|
'target': {
|
|
2568
2585
|
type: 'schema';
|
|
2586
|
+
isRequired: true;
|
|
2569
2587
|
options: {
|
|
2570
|
-
schema: SpruceSchemas.Calendar.v2021_05_19.
|
|
2588
|
+
schema: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitTargetSchema;
|
|
2589
|
+
};
|
|
2590
|
+
};
|
|
2591
|
+
/** . */
|
|
2592
|
+
'payload': {
|
|
2593
|
+
type: 'schema';
|
|
2594
|
+
options: {
|
|
2595
|
+
schema: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitPayloadSchema;
|
|
2571
2596
|
};
|
|
2572
2597
|
};
|
|
2573
2598
|
};
|
|
2574
2599
|
}
|
|
2575
|
-
interface
|
|
2600
|
+
interface ListCalendarEventsEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitTargetAndPayloadSchema> {
|
|
2576
2601
|
}
|
|
2577
2602
|
}
|
|
2578
2603
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2579
|
-
interface
|
|
2580
|
-
'
|
|
2581
|
-
'count': number;
|
|
2604
|
+
interface ListCalendarEventsResponsePayload {
|
|
2605
|
+
'calendarEvents': SpruceSchemas.CalendarUtils.v2021_05_19.CalendarEvent[];
|
|
2582
2606
|
}
|
|
2583
|
-
interface
|
|
2584
|
-
id: '
|
|
2607
|
+
interface ListCalendarEventsResponsePayloadSchema extends SpruceSchema.Schema {
|
|
2608
|
+
id: 'listCalendarEventsResponsePayload';
|
|
2585
2609
|
version: 'v2021_05_19';
|
|
2586
2610
|
namespace: 'Calendar';
|
|
2587
2611
|
name: '';
|
|
2588
2612
|
fields: {
|
|
2589
2613
|
/** . */
|
|
2590
|
-
'
|
|
2614
|
+
'calendarEvents': {
|
|
2591
2615
|
type: 'schema';
|
|
2592
2616
|
isRequired: true;
|
|
2593
2617
|
isArray: true;
|
|
2594
2618
|
minArrayLength: 0;
|
|
2595
2619
|
options: {
|
|
2596
|
-
schema: SpruceSchemas.
|
|
2620
|
+
schema: SpruceSchemas.CalendarUtils.v2021_05_19.CalendarEventSchema;
|
|
2597
2621
|
};
|
|
2598
2622
|
};
|
|
2599
|
-
/** . */
|
|
2600
|
-
'count': {
|
|
2601
|
-
type: 'number';
|
|
2602
|
-
isRequired: true;
|
|
2603
|
-
options: undefined;
|
|
2604
|
-
};
|
|
2605
2623
|
};
|
|
2606
2624
|
}
|
|
2607
|
-
interface
|
|
2625
|
+
interface ListCalendarEventsResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsResponsePayloadSchema> {
|
|
2608
2626
|
}
|
|
2609
2627
|
}
|
|
2610
2628
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2611
|
-
interface
|
|
2612
|
-
'
|
|
2629
|
+
interface ListCalendarsEmitTarget {
|
|
2630
|
+
'organizationId'?: string | undefined | null;
|
|
2631
|
+
'calendarPersonId'?: string | undefined | null;
|
|
2613
2632
|
}
|
|
2614
|
-
interface
|
|
2615
|
-
id: '
|
|
2633
|
+
interface ListCalendarsEmitTargetSchema extends SpruceSchema.Schema {
|
|
2634
|
+
id: 'listCalendarsEmitTarget';
|
|
2616
2635
|
version: 'v2021_05_19';
|
|
2617
2636
|
namespace: 'Calendar';
|
|
2618
2637
|
name: '';
|
|
2619
2638
|
fields: {
|
|
2620
2639
|
/** . */
|
|
2621
|
-
'
|
|
2640
|
+
'organizationId': {
|
|
2622
2641
|
type: 'id';
|
|
2623
|
-
isRequired: true;
|
|
2624
2642
|
options: undefined;
|
|
2625
2643
|
};
|
|
2626
|
-
};
|
|
2627
|
-
}
|
|
2628
|
-
interface ListCalendarEventsEmitTargetEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitTargetSchema> {
|
|
2629
|
-
}
|
|
2630
|
-
}
|
|
2631
|
-
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2632
|
-
interface ListCalendarEventsEmitPayload {
|
|
2633
|
-
'groupIds'?: string[] | undefined | null;
|
|
2634
|
-
}
|
|
2635
|
-
interface ListCalendarEventsEmitPayloadSchema extends SpruceSchema.Schema {
|
|
2636
|
-
id: 'listCalendarEventsEmitPayload';
|
|
2637
|
-
version: 'v2021_05_19';
|
|
2638
|
-
namespace: 'Calendar';
|
|
2639
|
-
name: '';
|
|
2640
|
-
fields: {
|
|
2641
2644
|
/** . */
|
|
2642
|
-
'
|
|
2645
|
+
'calendarPersonId': {
|
|
2643
2646
|
type: 'id';
|
|
2644
|
-
isArray: true;
|
|
2645
2647
|
options: undefined;
|
|
2646
2648
|
};
|
|
2647
2649
|
};
|
|
2648
2650
|
}
|
|
2649
|
-
interface
|
|
2651
|
+
interface ListCalendarsEmitTargetEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarsEmitTargetSchema> {
|
|
2650
2652
|
}
|
|
2651
2653
|
}
|
|
2652
2654
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2653
|
-
interface
|
|
2655
|
+
interface ListCalendarsEmitTargetAndPayload {
|
|
2654
2656
|
/** Source. */
|
|
2655
2657
|
'source'?: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSource | undefined | null;
|
|
2656
|
-
'target'
|
|
2657
|
-
'payload'?: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitPayload | undefined | null;
|
|
2658
|
+
'target'?: SpruceSchemas.Calendar.v2021_05_19.ListCalendarsEmitTarget | undefined | null;
|
|
2658
2659
|
}
|
|
2659
|
-
interface
|
|
2660
|
-
id: '
|
|
2660
|
+
interface ListCalendarsEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
|
|
2661
|
+
id: 'listCalendarsEmitTargetAndPayload';
|
|
2661
2662
|
version: 'v2021_05_19';
|
|
2662
2663
|
namespace: 'Calendar';
|
|
2663
2664
|
name: '';
|
|
@@ -2673,46 +2674,45 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
2673
2674
|
/** . */
|
|
2674
2675
|
'target': {
|
|
2675
2676
|
type: 'schema';
|
|
2676
|
-
isRequired: true;
|
|
2677
2677
|
options: {
|
|
2678
|
-
schema: SpruceSchemas.Calendar.v2021_05_19.
|
|
2679
|
-
};
|
|
2680
|
-
};
|
|
2681
|
-
/** . */
|
|
2682
|
-
'payload': {
|
|
2683
|
-
type: 'schema';
|
|
2684
|
-
options: {
|
|
2685
|
-
schema: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventsEmitPayloadSchema;
|
|
2678
|
+
schema: SpruceSchemas.Calendar.v2021_05_19.ListCalendarsEmitTargetSchema;
|
|
2686
2679
|
};
|
|
2687
2680
|
};
|
|
2688
2681
|
};
|
|
2689
2682
|
}
|
|
2690
|
-
interface
|
|
2683
|
+
interface ListCalendarsEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarsEmitTargetAndPayloadSchema> {
|
|
2691
2684
|
}
|
|
2692
2685
|
}
|
|
2693
2686
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2694
|
-
interface
|
|
2695
|
-
'
|
|
2687
|
+
interface ListCalendarsResponsePayload {
|
|
2688
|
+
'calendars': SpruceSchemas.Calendar.v2021_05_19.Calendar[];
|
|
2689
|
+
'count': number;
|
|
2696
2690
|
}
|
|
2697
|
-
interface
|
|
2698
|
-
id: '
|
|
2691
|
+
interface ListCalendarsResponsePayloadSchema extends SpruceSchema.Schema {
|
|
2692
|
+
id: 'listCalendarsResponsePayload';
|
|
2699
2693
|
version: 'v2021_05_19';
|
|
2700
2694
|
namespace: 'Calendar';
|
|
2701
2695
|
name: '';
|
|
2702
2696
|
fields: {
|
|
2703
2697
|
/** . */
|
|
2704
|
-
'
|
|
2698
|
+
'calendars': {
|
|
2705
2699
|
type: 'schema';
|
|
2706
2700
|
isRequired: true;
|
|
2707
2701
|
isArray: true;
|
|
2708
2702
|
minArrayLength: 0;
|
|
2709
2703
|
options: {
|
|
2710
|
-
schema: SpruceSchemas.
|
|
2704
|
+
schema: SpruceSchemas.Calendar.v2021_05_19.CalendarSchema;
|
|
2711
2705
|
};
|
|
2712
2706
|
};
|
|
2707
|
+
/** . */
|
|
2708
|
+
'count': {
|
|
2709
|
+
type: 'number';
|
|
2710
|
+
isRequired: true;
|
|
2711
|
+
options: undefined;
|
|
2712
|
+
};
|
|
2713
2713
|
};
|
|
2714
2714
|
}
|
|
2715
|
-
interface
|
|
2715
|
+
interface ListCalendarsResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarsResponsePayloadSchema> {
|
|
2716
2716
|
}
|
|
2717
2717
|
}
|
|
2718
2718
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|