@pexip-engage-public/graphql 1.0.71-canary-20250429151807 → 1.0.72
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/CHANGELOG.md +13 -2
- package/dist/graphql-env.d.ts +162 -569
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +107 -567
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +19 -62
- package/dist/schema.d.ts.map +1 -1
- package/package.json +9 -7
- package/src/graphql-env.ts +108 -568
- package/src/schema.ts +19 -75
package/dist/graphql-env.d.ts
CHANGED
|
@@ -3701,6 +3701,28 @@ declare const introspection: {
|
|
|
3701
3701
|
};
|
|
3702
3702
|
readonly args: readonly [];
|
|
3703
3703
|
readonly isDeprecated: false;
|
|
3704
|
+
}, {
|
|
3705
|
+
readonly name: "rank1offset";
|
|
3706
|
+
readonly type: {
|
|
3707
|
+
readonly kind: "NON_NULL";
|
|
3708
|
+
readonly ofType: {
|
|
3709
|
+
readonly kind: "OBJECT";
|
|
3710
|
+
readonly name: "IntegerAvailabilitySetting";
|
|
3711
|
+
};
|
|
3712
|
+
};
|
|
3713
|
+
readonly args: readonly [];
|
|
3714
|
+
readonly isDeprecated: false;
|
|
3715
|
+
}, {
|
|
3716
|
+
readonly name: "rank2offset";
|
|
3717
|
+
readonly type: {
|
|
3718
|
+
readonly kind: "NON_NULL";
|
|
3719
|
+
readonly ofType: {
|
|
3720
|
+
readonly kind: "OBJECT";
|
|
3721
|
+
readonly name: "IntegerAvailabilitySetting";
|
|
3722
|
+
};
|
|
3723
|
+
};
|
|
3724
|
+
readonly args: readonly [];
|
|
3725
|
+
readonly isDeprecated: false;
|
|
3704
3726
|
}, {
|
|
3705
3727
|
readonly name: "subject";
|
|
3706
3728
|
readonly type: {
|
|
@@ -6532,6 +6554,12 @@ declare const introspection: {
|
|
|
6532
6554
|
readonly kind: "INPUT_OBJECT";
|
|
6533
6555
|
readonly name: "TimetableDataSelectedSessionEventPayload";
|
|
6534
6556
|
};
|
|
6557
|
+
}, {
|
|
6558
|
+
readonly name: "timetableMeetingType";
|
|
6559
|
+
readonly type: {
|
|
6560
|
+
readonly kind: "ENUM";
|
|
6561
|
+
readonly name: "MeetingType";
|
|
6562
|
+
};
|
|
6535
6563
|
}];
|
|
6536
6564
|
readonly isOneOf: false;
|
|
6537
6565
|
}, {
|
|
@@ -15203,14 +15231,6 @@ declare const introspection: {
|
|
|
15203
15231
|
};
|
|
15204
15232
|
readonly args: readonly [];
|
|
15205
15233
|
readonly isDeprecated: false;
|
|
15206
|
-
}, {
|
|
15207
|
-
readonly name: "phoneNumber";
|
|
15208
|
-
readonly type: {
|
|
15209
|
-
readonly kind: "SCALAR";
|
|
15210
|
-
readonly name: "String";
|
|
15211
|
-
};
|
|
15212
|
-
readonly args: readonly [];
|
|
15213
|
-
readonly isDeprecated: false;
|
|
15214
15234
|
}, {
|
|
15215
15235
|
readonly name: "resourceId";
|
|
15216
15236
|
readonly type: {
|
|
@@ -15371,12 +15391,6 @@ declare const introspection: {
|
|
|
15371
15391
|
readonly kind: "SCALAR";
|
|
15372
15392
|
readonly name: "ID";
|
|
15373
15393
|
};
|
|
15374
|
-
}, {
|
|
15375
|
-
readonly name: "phoneNumber";
|
|
15376
|
-
readonly type: {
|
|
15377
|
-
readonly kind: "SCALAR";
|
|
15378
|
-
readonly name: "String";
|
|
15379
|
-
};
|
|
15380
15394
|
}, {
|
|
15381
15395
|
readonly name: "resourceId";
|
|
15382
15396
|
readonly type: {
|
|
@@ -15619,12 +15633,6 @@ declare const introspection: {
|
|
|
15619
15633
|
readonly kind: "SCALAR";
|
|
15620
15634
|
readonly name: "ID";
|
|
15621
15635
|
};
|
|
15622
|
-
}, {
|
|
15623
|
-
readonly name: "phoneNumber";
|
|
15624
|
-
readonly type: {
|
|
15625
|
-
readonly kind: "SCALAR";
|
|
15626
|
-
readonly name: "String";
|
|
15627
|
-
};
|
|
15628
15636
|
}, {
|
|
15629
15637
|
readonly name: "resourceId";
|
|
15630
15638
|
readonly type: {
|
|
@@ -18025,28 +18033,6 @@ declare const introspection: {
|
|
|
18025
18033
|
};
|
|
18026
18034
|
}];
|
|
18027
18035
|
readonly isDeprecated: false;
|
|
18028
|
-
}, {
|
|
18029
|
-
readonly name: "createSamlIntegration";
|
|
18030
|
-
readonly type: {
|
|
18031
|
-
readonly kind: "NON_NULL";
|
|
18032
|
-
readonly ofType: {
|
|
18033
|
-
readonly kind: "OBJECT";
|
|
18034
|
-
readonly name: "SamlIntegration";
|
|
18035
|
-
};
|
|
18036
|
-
};
|
|
18037
|
-
readonly args: readonly [];
|
|
18038
|
-
readonly isDeprecated: false;
|
|
18039
|
-
}, {
|
|
18040
|
-
readonly name: "createScimToken";
|
|
18041
|
-
readonly type: {
|
|
18042
|
-
readonly kind: "NON_NULL";
|
|
18043
|
-
readonly ofType: {
|
|
18044
|
-
readonly kind: "SCALAR";
|
|
18045
|
-
readonly name: "String";
|
|
18046
|
-
};
|
|
18047
|
-
};
|
|
18048
|
-
readonly args: readonly [];
|
|
18049
|
-
readonly isDeprecated: false;
|
|
18050
18036
|
}, {
|
|
18051
18037
|
readonly name: "createSessionConfigSessionEvent";
|
|
18052
18038
|
readonly type: {
|
|
@@ -18672,17 +18658,6 @@ declare const introspection: {
|
|
|
18672
18658
|
};
|
|
18673
18659
|
}];
|
|
18674
18660
|
readonly isDeprecated: false;
|
|
18675
|
-
}, {
|
|
18676
|
-
readonly name: "deleteSamlIntegration";
|
|
18677
|
-
readonly type: {
|
|
18678
|
-
readonly kind: "NON_NULL";
|
|
18679
|
-
readonly ofType: {
|
|
18680
|
-
readonly kind: "OBJECT";
|
|
18681
|
-
readonly name: "SamlIntegration";
|
|
18682
|
-
};
|
|
18683
|
-
};
|
|
18684
|
-
readonly args: readonly [];
|
|
18685
|
-
readonly isDeprecated: false;
|
|
18686
18661
|
}, {
|
|
18687
18662
|
readonly name: "deleteStorageAccountConfig";
|
|
18688
18663
|
readonly type: {
|
|
@@ -19660,26 +19635,6 @@ declare const introspection: {
|
|
|
19660
19635
|
};
|
|
19661
19636
|
}];
|
|
19662
19637
|
readonly isDeprecated: false;
|
|
19663
|
-
}, {
|
|
19664
|
-
readonly name: "patchSamlIntegration";
|
|
19665
|
-
readonly type: {
|
|
19666
|
-
readonly kind: "NON_NULL";
|
|
19667
|
-
readonly ofType: {
|
|
19668
|
-
readonly kind: "OBJECT";
|
|
19669
|
-
readonly name: "SamlIntegration";
|
|
19670
|
-
};
|
|
19671
|
-
};
|
|
19672
|
-
readonly args: readonly [{
|
|
19673
|
-
readonly name: "input";
|
|
19674
|
-
readonly type: {
|
|
19675
|
-
readonly kind: "NON_NULL";
|
|
19676
|
-
readonly ofType: {
|
|
19677
|
-
readonly kind: "INPUT_OBJECT";
|
|
19678
|
-
readonly name: "SamlIntegrationPatchInput";
|
|
19679
|
-
};
|
|
19680
|
-
};
|
|
19681
|
-
}];
|
|
19682
|
-
readonly isDeprecated: false;
|
|
19683
19638
|
}, {
|
|
19684
19639
|
readonly name: "patchStaticTranslationOverrides";
|
|
19685
19640
|
readonly type: {
|
|
@@ -21429,26 +21384,6 @@ declare const introspection: {
|
|
|
21429
21384
|
};
|
|
21430
21385
|
}];
|
|
21431
21386
|
readonly isDeprecated: false;
|
|
21432
|
-
}, {
|
|
21433
|
-
readonly name: "uploadSamlIdentityProviderMetadata";
|
|
21434
|
-
readonly type: {
|
|
21435
|
-
readonly kind: "NON_NULL";
|
|
21436
|
-
readonly ofType: {
|
|
21437
|
-
readonly kind: "OBJECT";
|
|
21438
|
-
readonly name: "SamlIntegration";
|
|
21439
|
-
};
|
|
21440
|
-
};
|
|
21441
|
-
readonly args: readonly [{
|
|
21442
|
-
readonly name: "metadataUrl";
|
|
21443
|
-
readonly type: {
|
|
21444
|
-
readonly kind: "NON_NULL";
|
|
21445
|
-
readonly ofType: {
|
|
21446
|
-
readonly kind: "SCALAR";
|
|
21447
|
-
readonly name: "String";
|
|
21448
|
-
};
|
|
21449
|
-
};
|
|
21450
|
-
}];
|
|
21451
|
-
readonly isDeprecated: false;
|
|
21452
21387
|
}, {
|
|
21453
21388
|
readonly name: "upsertMicrosoftGraphAPIEmailConfiguration";
|
|
21454
21389
|
readonly type: {
|
|
@@ -27404,14 +27339,6 @@ declare const introspection: {
|
|
|
27404
27339
|
};
|
|
27405
27340
|
}];
|
|
27406
27341
|
readonly isDeprecated: false;
|
|
27407
|
-
}, {
|
|
27408
|
-
readonly name: "samlIntegration";
|
|
27409
|
-
readonly type: {
|
|
27410
|
-
readonly kind: "OBJECT";
|
|
27411
|
-
readonly name: "SamlIntegration";
|
|
27412
|
-
};
|
|
27413
|
-
readonly args: readonly [];
|
|
27414
|
-
readonly isDeprecated: false;
|
|
27415
27342
|
}, {
|
|
27416
27343
|
readonly name: "schedulableEmployees";
|
|
27417
27344
|
readonly type: {
|
|
@@ -28397,34 +28324,6 @@ declare const introspection: {
|
|
|
28397
28324
|
};
|
|
28398
28325
|
}];
|
|
28399
28326
|
readonly isDeprecated: false;
|
|
28400
|
-
}, {
|
|
28401
|
-
readonly name: "scimEndpoint";
|
|
28402
|
-
readonly type: {
|
|
28403
|
-
readonly kind: "NON_NULL";
|
|
28404
|
-
readonly ofType: {
|
|
28405
|
-
readonly kind: "SCALAR";
|
|
28406
|
-
readonly name: "String";
|
|
28407
|
-
};
|
|
28408
|
-
};
|
|
28409
|
-
readonly args: readonly [];
|
|
28410
|
-
readonly isDeprecated: false;
|
|
28411
|
-
}, {
|
|
28412
|
-
readonly name: "scimTokens";
|
|
28413
|
-
readonly type: {
|
|
28414
|
-
readonly kind: "NON_NULL";
|
|
28415
|
-
readonly ofType: {
|
|
28416
|
-
readonly kind: "LIST";
|
|
28417
|
-
readonly ofType: {
|
|
28418
|
-
readonly kind: "NON_NULL";
|
|
28419
|
-
readonly ofType: {
|
|
28420
|
-
readonly kind: "OBJECT";
|
|
28421
|
-
readonly name: "ScimToken";
|
|
28422
|
-
};
|
|
28423
|
-
};
|
|
28424
|
-
};
|
|
28425
|
-
};
|
|
28426
|
-
readonly args: readonly [];
|
|
28427
|
-
readonly isDeprecated: false;
|
|
28428
28327
|
}, {
|
|
28429
28328
|
readonly name: "searchRegions";
|
|
28430
28329
|
readonly type: {
|
|
@@ -30516,7 +30415,7 @@ declare const introspection: {
|
|
|
30516
30415
|
}];
|
|
30517
30416
|
}, {
|
|
30518
30417
|
readonly kind: "OBJECT";
|
|
30519
|
-
readonly name: "
|
|
30418
|
+
readonly name: "ScimIntegration";
|
|
30520
30419
|
readonly fields: readonly [{
|
|
30521
30420
|
readonly name: "active";
|
|
30522
30421
|
readonly type: {
|
|
@@ -30529,18 +30428,7 @@ declare const introspection: {
|
|
|
30529
30428
|
readonly args: readonly [];
|
|
30530
30429
|
readonly isDeprecated: false;
|
|
30531
30430
|
}, {
|
|
30532
|
-
readonly name: "
|
|
30533
|
-
readonly type: {
|
|
30534
|
-
readonly kind: "NON_NULL";
|
|
30535
|
-
readonly ofType: {
|
|
30536
|
-
readonly kind: "SCALAR";
|
|
30537
|
-
readonly name: "Boolean";
|
|
30538
|
-
};
|
|
30539
|
-
};
|
|
30540
|
-
readonly args: readonly [];
|
|
30541
|
-
readonly isDeprecated: false;
|
|
30542
|
-
}, {
|
|
30543
|
-
readonly name: "identityProviderMetadataUrl";
|
|
30431
|
+
readonly name: "authToken";
|
|
30544
30432
|
readonly type: {
|
|
30545
30433
|
readonly kind: "SCALAR";
|
|
30546
30434
|
readonly name: "String";
|
|
@@ -30548,32 +30436,29 @@ declare const introspection: {
|
|
|
30548
30436
|
readonly args: readonly [];
|
|
30549
30437
|
readonly isDeprecated: false;
|
|
30550
30438
|
}, {
|
|
30551
|
-
readonly name: "
|
|
30439
|
+
readonly name: "id";
|
|
30552
30440
|
readonly type: {
|
|
30553
|
-
readonly kind: "
|
|
30554
|
-
readonly
|
|
30441
|
+
readonly kind: "NON_NULL";
|
|
30442
|
+
readonly ofType: {
|
|
30443
|
+
readonly kind: "SCALAR";
|
|
30444
|
+
readonly name: "ID";
|
|
30445
|
+
};
|
|
30555
30446
|
};
|
|
30556
30447
|
readonly args: readonly [];
|
|
30557
30448
|
readonly isDeprecated: false;
|
|
30558
30449
|
}, {
|
|
30559
|
-
readonly name: "
|
|
30450
|
+
readonly name: "integrationType";
|
|
30560
30451
|
readonly type: {
|
|
30561
30452
|
readonly kind: "NON_NULL";
|
|
30562
30453
|
readonly ofType: {
|
|
30563
|
-
readonly kind: "
|
|
30564
|
-
readonly
|
|
30565
|
-
readonly kind: "NON_NULL";
|
|
30566
|
-
readonly ofType: {
|
|
30567
|
-
readonly kind: "OBJECT";
|
|
30568
|
-
readonly name: "SamlIntegrationServiceProviderKey";
|
|
30569
|
-
};
|
|
30570
|
-
};
|
|
30454
|
+
readonly kind: "ENUM";
|
|
30455
|
+
readonly name: "IntegrationType";
|
|
30571
30456
|
};
|
|
30572
30457
|
};
|
|
30573
30458
|
readonly args: readonly [];
|
|
30574
30459
|
readonly isDeprecated: false;
|
|
30575
30460
|
}, {
|
|
30576
|
-
readonly name: "
|
|
30461
|
+
readonly name: "name";
|
|
30577
30462
|
readonly type: {
|
|
30578
30463
|
readonly kind: "NON_NULL";
|
|
30579
30464
|
readonly ofType: {
|
|
@@ -30583,8 +30468,39 @@ declare const introspection: {
|
|
|
30583
30468
|
};
|
|
30584
30469
|
readonly args: readonly [];
|
|
30585
30470
|
readonly isDeprecated: false;
|
|
30471
|
+
}];
|
|
30472
|
+
readonly interfaces: readonly [{
|
|
30473
|
+
readonly kind: "INTERFACE";
|
|
30474
|
+
readonly name: "BaseIntegration";
|
|
30475
|
+
}];
|
|
30476
|
+
}, {
|
|
30477
|
+
readonly kind: "INPUT_OBJECT";
|
|
30478
|
+
readonly name: "SecondaryParticipantInput";
|
|
30479
|
+
readonly inputFields: readonly [{
|
|
30480
|
+
readonly name: "participantId";
|
|
30481
|
+
readonly type: {
|
|
30482
|
+
readonly kind: "NON_NULL";
|
|
30483
|
+
readonly ofType: {
|
|
30484
|
+
readonly kind: "SCALAR";
|
|
30485
|
+
readonly name: "ID";
|
|
30486
|
+
};
|
|
30487
|
+
};
|
|
30586
30488
|
}, {
|
|
30587
|
-
readonly name: "
|
|
30489
|
+
readonly name: "type";
|
|
30490
|
+
readonly type: {
|
|
30491
|
+
readonly kind: "NON_NULL";
|
|
30492
|
+
readonly ofType: {
|
|
30493
|
+
readonly kind: "ENUM";
|
|
30494
|
+
readonly name: "ParticipantType";
|
|
30495
|
+
};
|
|
30496
|
+
};
|
|
30497
|
+
}];
|
|
30498
|
+
readonly isOneOf: false;
|
|
30499
|
+
}, {
|
|
30500
|
+
readonly kind: "INPUT_OBJECT";
|
|
30501
|
+
readonly name: "SeedInput";
|
|
30502
|
+
readonly inputFields: readonly [{
|
|
30503
|
+
readonly name: "enterpriseFilter";
|
|
30588
30504
|
readonly type: {
|
|
30589
30505
|
readonly kind: "NON_NULL";
|
|
30590
30506
|
readonly ofType: {
|
|
@@ -30592,16 +30508,15 @@ declare const introspection: {
|
|
|
30592
30508
|
readonly ofType: {
|
|
30593
30509
|
readonly kind: "NON_NULL";
|
|
30594
30510
|
readonly ofType: {
|
|
30595
|
-
readonly kind: "
|
|
30596
|
-
readonly name: "
|
|
30511
|
+
readonly kind: "SCALAR";
|
|
30512
|
+
readonly name: "String";
|
|
30597
30513
|
};
|
|
30598
30514
|
};
|
|
30599
30515
|
};
|
|
30600
30516
|
};
|
|
30601
|
-
readonly
|
|
30602
|
-
readonly isDeprecated: false;
|
|
30517
|
+
readonly defaultValue: "[]";
|
|
30603
30518
|
}, {
|
|
30604
|
-
readonly name: "
|
|
30519
|
+
readonly name: "parallel";
|
|
30605
30520
|
readonly type: {
|
|
30606
30521
|
readonly kind: "NON_NULL";
|
|
30607
30522
|
readonly ofType: {
|
|
@@ -30609,37 +30524,25 @@ declare const introspection: {
|
|
|
30609
30524
|
readonly name: "Boolean";
|
|
30610
30525
|
};
|
|
30611
30526
|
};
|
|
30612
|
-
readonly
|
|
30613
|
-
|
|
30614
|
-
|
|
30615
|
-
|
|
30616
|
-
|
|
30617
|
-
|
|
30618
|
-
|
|
30619
|
-
|
|
30620
|
-
readonly args: readonly [];
|
|
30621
|
-
readonly isDeprecated: false;
|
|
30622
|
-
}, {
|
|
30623
|
-
readonly name: "singleSignOnServiceUrl";
|
|
30624
|
-
readonly type: {
|
|
30625
|
-
readonly kind: "SCALAR";
|
|
30626
|
-
readonly name: "String";
|
|
30627
|
-
};
|
|
30628
|
-
readonly args: readonly [];
|
|
30629
|
-
readonly isDeprecated: false;
|
|
30630
|
-
}, {
|
|
30631
|
-
readonly name: "validateSignature";
|
|
30527
|
+
readonly defaultValue: "true";
|
|
30528
|
+
}];
|
|
30529
|
+
readonly isOneOf: false;
|
|
30530
|
+
}, {
|
|
30531
|
+
readonly kind: "OBJECT";
|
|
30532
|
+
readonly name: "SendAppointmentEmailNotificationsEnterpriseSetting";
|
|
30533
|
+
readonly fields: readonly [{
|
|
30534
|
+
readonly name: "createdAt";
|
|
30632
30535
|
readonly type: {
|
|
30633
30536
|
readonly kind: "NON_NULL";
|
|
30634
30537
|
readonly ofType: {
|
|
30635
30538
|
readonly kind: "SCALAR";
|
|
30636
|
-
readonly name: "
|
|
30539
|
+
readonly name: "ISO8601";
|
|
30637
30540
|
};
|
|
30638
30541
|
};
|
|
30639
30542
|
readonly args: readonly [];
|
|
30640
30543
|
readonly isDeprecated: false;
|
|
30641
30544
|
}, {
|
|
30642
|
-
readonly name: "
|
|
30545
|
+
readonly name: "manageable";
|
|
30643
30546
|
readonly type: {
|
|
30644
30547
|
readonly kind: "NON_NULL";
|
|
30645
30548
|
readonly ofType: {
|
|
@@ -30650,18 +30553,18 @@ declare const introspection: {
|
|
|
30650
30553
|
readonly args: readonly [];
|
|
30651
30554
|
readonly isDeprecated: false;
|
|
30652
30555
|
}, {
|
|
30653
|
-
readonly name: "
|
|
30556
|
+
readonly name: "updatedAt";
|
|
30654
30557
|
readonly type: {
|
|
30655
30558
|
readonly kind: "NON_NULL";
|
|
30656
30559
|
readonly ofType: {
|
|
30657
30560
|
readonly kind: "SCALAR";
|
|
30658
|
-
readonly name: "
|
|
30561
|
+
readonly name: "ISO8601";
|
|
30659
30562
|
};
|
|
30660
30563
|
};
|
|
30661
30564
|
readonly args: readonly [];
|
|
30662
30565
|
readonly isDeprecated: false;
|
|
30663
30566
|
}, {
|
|
30664
|
-
readonly name: "
|
|
30567
|
+
readonly name: "value";
|
|
30665
30568
|
readonly type: {
|
|
30666
30569
|
readonly kind: "NON_NULL";
|
|
30667
30570
|
readonly ofType: {
|
|
@@ -30675,403 +30578,25 @@ declare const introspection: {
|
|
|
30675
30578
|
readonly interfaces: readonly [];
|
|
30676
30579
|
}, {
|
|
30677
30580
|
readonly kind: "OBJECT";
|
|
30678
|
-
readonly name: "
|
|
30581
|
+
readonly name: "SendAppointmentTextMessageNotificationsEnterpriseSetting";
|
|
30679
30582
|
readonly fields: readonly [{
|
|
30680
|
-
readonly name: "
|
|
30583
|
+
readonly name: "createdAt";
|
|
30681
30584
|
readonly type: {
|
|
30682
30585
|
readonly kind: "NON_NULL";
|
|
30683
30586
|
readonly ofType: {
|
|
30684
30587
|
readonly kind: "SCALAR";
|
|
30685
|
-
readonly name: "
|
|
30588
|
+
readonly name: "ISO8601";
|
|
30686
30589
|
};
|
|
30687
30590
|
};
|
|
30688
30591
|
readonly args: readonly [];
|
|
30689
30592
|
readonly isDeprecated: false;
|
|
30690
30593
|
}, {
|
|
30691
|
-
readonly name: "
|
|
30594
|
+
readonly name: "manageable";
|
|
30692
30595
|
readonly type: {
|
|
30693
30596
|
readonly kind: "NON_NULL";
|
|
30694
30597
|
readonly ofType: {
|
|
30695
30598
|
readonly kind: "SCALAR";
|
|
30696
|
-
readonly name: "
|
|
30697
|
-
};
|
|
30698
|
-
};
|
|
30699
|
-
readonly args: readonly [];
|
|
30700
|
-
readonly isDeprecated: false;
|
|
30701
|
-
}];
|
|
30702
|
-
readonly interfaces: readonly [];
|
|
30703
|
-
}, {
|
|
30704
|
-
readonly kind: "ENUM";
|
|
30705
|
-
readonly name: "SamlIntegrationKeyStatus";
|
|
30706
|
-
readonly enumValues: readonly [{
|
|
30707
|
-
readonly name: "ACTIVE";
|
|
30708
|
-
readonly isDeprecated: false;
|
|
30709
|
-
}, {
|
|
30710
|
-
readonly name: "DISABLED";
|
|
30711
|
-
readonly isDeprecated: false;
|
|
30712
|
-
}, {
|
|
30713
|
-
readonly name: "PASSIVE";
|
|
30714
|
-
readonly isDeprecated: false;
|
|
30715
|
-
}];
|
|
30716
|
-
}, {
|
|
30717
|
-
readonly kind: "INPUT_OBJECT";
|
|
30718
|
-
readonly name: "SamlIntegrationPatchInput";
|
|
30719
|
-
readonly inputFields: readonly [{
|
|
30720
|
-
readonly name: "active";
|
|
30721
|
-
readonly type: {
|
|
30722
|
-
readonly kind: "SCALAR";
|
|
30723
|
-
readonly name: "Boolean";
|
|
30724
|
-
};
|
|
30725
|
-
}, {
|
|
30726
|
-
readonly name: "forceAuthentication";
|
|
30727
|
-
readonly type: {
|
|
30728
|
-
readonly kind: "SCALAR";
|
|
30729
|
-
readonly name: "Boolean";
|
|
30730
|
-
};
|
|
30731
|
-
}, {
|
|
30732
|
-
readonly name: "signServiceProviderMetadata";
|
|
30733
|
-
readonly type: {
|
|
30734
|
-
readonly kind: "SCALAR";
|
|
30735
|
-
readonly name: "Boolean";
|
|
30736
|
-
};
|
|
30737
|
-
}, {
|
|
30738
|
-
readonly name: "validateSignature";
|
|
30739
|
-
readonly type: {
|
|
30740
|
-
readonly kind: "SCALAR";
|
|
30741
|
-
readonly name: "Boolean";
|
|
30742
|
-
};
|
|
30743
|
-
}, {
|
|
30744
|
-
readonly name: "wantAssertionsEncrypted";
|
|
30745
|
-
readonly type: {
|
|
30746
|
-
readonly kind: "SCALAR";
|
|
30747
|
-
readonly name: "Boolean";
|
|
30748
|
-
};
|
|
30749
|
-
}, {
|
|
30750
|
-
readonly name: "wantAssertionsSigned";
|
|
30751
|
-
readonly type: {
|
|
30752
|
-
readonly kind: "SCALAR";
|
|
30753
|
-
readonly name: "Boolean";
|
|
30754
|
-
};
|
|
30755
|
-
}, {
|
|
30756
|
-
readonly name: "wantAuthnRequestsSigned";
|
|
30757
|
-
readonly type: {
|
|
30758
|
-
readonly kind: "SCALAR";
|
|
30759
|
-
readonly name: "Boolean";
|
|
30760
|
-
};
|
|
30761
|
-
}];
|
|
30762
|
-
readonly isOneOf: false;
|
|
30763
|
-
}, {
|
|
30764
|
-
readonly kind: "OBJECT";
|
|
30765
|
-
readonly name: "SamlIntegrationServiceProviderKey";
|
|
30766
|
-
readonly fields: readonly [{
|
|
30767
|
-
readonly name: "algorithm";
|
|
30768
|
-
readonly type: {
|
|
30769
|
-
readonly kind: "NON_NULL";
|
|
30770
|
-
readonly ofType: {
|
|
30771
|
-
readonly kind: "SCALAR";
|
|
30772
|
-
readonly name: "String";
|
|
30773
|
-
};
|
|
30774
|
-
};
|
|
30775
|
-
readonly args: readonly [];
|
|
30776
|
-
readonly isDeprecated: false;
|
|
30777
|
-
}, {
|
|
30778
|
-
readonly name: "certificate";
|
|
30779
|
-
readonly type: {
|
|
30780
|
-
readonly kind: "NON_NULL";
|
|
30781
|
-
readonly ofType: {
|
|
30782
|
-
readonly kind: "SCALAR";
|
|
30783
|
-
readonly name: "String";
|
|
30784
|
-
};
|
|
30785
|
-
};
|
|
30786
|
-
readonly args: readonly [];
|
|
30787
|
-
readonly isDeprecated: false;
|
|
30788
|
-
}, {
|
|
30789
|
-
readonly name: "expiresAt";
|
|
30790
|
-
readonly type: {
|
|
30791
|
-
readonly kind: "NON_NULL";
|
|
30792
|
-
readonly ofType: {
|
|
30793
|
-
readonly kind: "SCALAR";
|
|
30794
|
-
readonly name: "ISO8601";
|
|
30795
|
-
};
|
|
30796
|
-
};
|
|
30797
|
-
readonly args: readonly [];
|
|
30798
|
-
readonly isDeprecated: false;
|
|
30799
|
-
}, {
|
|
30800
|
-
readonly name: "id";
|
|
30801
|
-
readonly type: {
|
|
30802
|
-
readonly kind: "NON_NULL";
|
|
30803
|
-
readonly ofType: {
|
|
30804
|
-
readonly kind: "SCALAR";
|
|
30805
|
-
readonly name: "String";
|
|
30806
|
-
};
|
|
30807
|
-
};
|
|
30808
|
-
readonly args: readonly [];
|
|
30809
|
-
readonly isDeprecated: false;
|
|
30810
|
-
}, {
|
|
30811
|
-
readonly name: "publicKey";
|
|
30812
|
-
readonly type: {
|
|
30813
|
-
readonly kind: "NON_NULL";
|
|
30814
|
-
readonly ofType: {
|
|
30815
|
-
readonly kind: "SCALAR";
|
|
30816
|
-
readonly name: "String";
|
|
30817
|
-
};
|
|
30818
|
-
};
|
|
30819
|
-
readonly args: readonly [];
|
|
30820
|
-
readonly isDeprecated: false;
|
|
30821
|
-
}, {
|
|
30822
|
-
readonly name: "status";
|
|
30823
|
-
readonly type: {
|
|
30824
|
-
readonly kind: "NON_NULL";
|
|
30825
|
-
readonly ofType: {
|
|
30826
|
-
readonly kind: "ENUM";
|
|
30827
|
-
readonly name: "SamlIntegrationKeyStatus";
|
|
30828
|
-
};
|
|
30829
|
-
};
|
|
30830
|
-
readonly args: readonly [];
|
|
30831
|
-
readonly isDeprecated: false;
|
|
30832
|
-
}];
|
|
30833
|
-
readonly interfaces: readonly [];
|
|
30834
|
-
}, {
|
|
30835
|
-
readonly kind: "OBJECT";
|
|
30836
|
-
readonly name: "ScimIntegration";
|
|
30837
|
-
readonly fields: readonly [{
|
|
30838
|
-
readonly name: "active";
|
|
30839
|
-
readonly type: {
|
|
30840
|
-
readonly kind: "NON_NULL";
|
|
30841
|
-
readonly ofType: {
|
|
30842
|
-
readonly kind: "SCALAR";
|
|
30843
|
-
readonly name: "Boolean";
|
|
30844
|
-
};
|
|
30845
|
-
};
|
|
30846
|
-
readonly args: readonly [];
|
|
30847
|
-
readonly isDeprecated: false;
|
|
30848
|
-
}, {
|
|
30849
|
-
readonly name: "authToken";
|
|
30850
|
-
readonly type: {
|
|
30851
|
-
readonly kind: "SCALAR";
|
|
30852
|
-
readonly name: "String";
|
|
30853
|
-
};
|
|
30854
|
-
readonly args: readonly [];
|
|
30855
|
-
readonly isDeprecated: false;
|
|
30856
|
-
}, {
|
|
30857
|
-
readonly name: "id";
|
|
30858
|
-
readonly type: {
|
|
30859
|
-
readonly kind: "NON_NULL";
|
|
30860
|
-
readonly ofType: {
|
|
30861
|
-
readonly kind: "SCALAR";
|
|
30862
|
-
readonly name: "ID";
|
|
30863
|
-
};
|
|
30864
|
-
};
|
|
30865
|
-
readonly args: readonly [];
|
|
30866
|
-
readonly isDeprecated: false;
|
|
30867
|
-
}, {
|
|
30868
|
-
readonly name: "integrationType";
|
|
30869
|
-
readonly type: {
|
|
30870
|
-
readonly kind: "NON_NULL";
|
|
30871
|
-
readonly ofType: {
|
|
30872
|
-
readonly kind: "ENUM";
|
|
30873
|
-
readonly name: "IntegrationType";
|
|
30874
|
-
};
|
|
30875
|
-
};
|
|
30876
|
-
readonly args: readonly [];
|
|
30877
|
-
readonly isDeprecated: false;
|
|
30878
|
-
}, {
|
|
30879
|
-
readonly name: "name";
|
|
30880
|
-
readonly type: {
|
|
30881
|
-
readonly kind: "NON_NULL";
|
|
30882
|
-
readonly ofType: {
|
|
30883
|
-
readonly kind: "SCALAR";
|
|
30884
|
-
readonly name: "String";
|
|
30885
|
-
};
|
|
30886
|
-
};
|
|
30887
|
-
readonly args: readonly [];
|
|
30888
|
-
readonly isDeprecated: false;
|
|
30889
|
-
}];
|
|
30890
|
-
readonly interfaces: readonly [{
|
|
30891
|
-
readonly kind: "INTERFACE";
|
|
30892
|
-
readonly name: "BaseIntegration";
|
|
30893
|
-
}];
|
|
30894
|
-
}, {
|
|
30895
|
-
readonly kind: "OBJECT";
|
|
30896
|
-
readonly name: "ScimToken";
|
|
30897
|
-
readonly fields: readonly [{
|
|
30898
|
-
readonly name: "createdAt";
|
|
30899
|
-
readonly type: {
|
|
30900
|
-
readonly kind: "NON_NULL";
|
|
30901
|
-
readonly ofType: {
|
|
30902
|
-
readonly kind: "SCALAR";
|
|
30903
|
-
readonly name: "ISO8601";
|
|
30904
|
-
};
|
|
30905
|
-
};
|
|
30906
|
-
readonly args: readonly [];
|
|
30907
|
-
readonly isDeprecated: false;
|
|
30908
|
-
}, {
|
|
30909
|
-
readonly name: "deletedAt";
|
|
30910
|
-
readonly type: {
|
|
30911
|
-
readonly kind: "SCALAR";
|
|
30912
|
-
readonly name: "ISO8601";
|
|
30913
|
-
};
|
|
30914
|
-
readonly args: readonly [];
|
|
30915
|
-
readonly isDeprecated: false;
|
|
30916
|
-
}, {
|
|
30917
|
-
readonly name: "expiresAt";
|
|
30918
|
-
readonly type: {
|
|
30919
|
-
readonly kind: "NON_NULL";
|
|
30920
|
-
readonly ofType: {
|
|
30921
|
-
readonly kind: "SCALAR";
|
|
30922
|
-
readonly name: "ISO8601";
|
|
30923
|
-
};
|
|
30924
|
-
};
|
|
30925
|
-
readonly args: readonly [];
|
|
30926
|
-
readonly isDeprecated: false;
|
|
30927
|
-
}, {
|
|
30928
|
-
readonly name: "id";
|
|
30929
|
-
readonly type: {
|
|
30930
|
-
readonly kind: "NON_NULL";
|
|
30931
|
-
readonly ofType: {
|
|
30932
|
-
readonly kind: "SCALAR";
|
|
30933
|
-
readonly name: "ID";
|
|
30934
|
-
};
|
|
30935
|
-
};
|
|
30936
|
-
readonly args: readonly [];
|
|
30937
|
-
readonly isDeprecated: false;
|
|
30938
|
-
}, {
|
|
30939
|
-
readonly name: "updatedAt";
|
|
30940
|
-
readonly type: {
|
|
30941
|
-
readonly kind: "NON_NULL";
|
|
30942
|
-
readonly ofType: {
|
|
30943
|
-
readonly kind: "SCALAR";
|
|
30944
|
-
readonly name: "ISO8601";
|
|
30945
|
-
};
|
|
30946
|
-
};
|
|
30947
|
-
readonly args: readonly [];
|
|
30948
|
-
readonly isDeprecated: false;
|
|
30949
|
-
}];
|
|
30950
|
-
readonly interfaces: readonly [];
|
|
30951
|
-
}, {
|
|
30952
|
-
readonly kind: "INPUT_OBJECT";
|
|
30953
|
-
readonly name: "SecondaryParticipantInput";
|
|
30954
|
-
readonly inputFields: readonly [{
|
|
30955
|
-
readonly name: "participantId";
|
|
30956
|
-
readonly type: {
|
|
30957
|
-
readonly kind: "NON_NULL";
|
|
30958
|
-
readonly ofType: {
|
|
30959
|
-
readonly kind: "SCALAR";
|
|
30960
|
-
readonly name: "ID";
|
|
30961
|
-
};
|
|
30962
|
-
};
|
|
30963
|
-
}, {
|
|
30964
|
-
readonly name: "type";
|
|
30965
|
-
readonly type: {
|
|
30966
|
-
readonly kind: "NON_NULL";
|
|
30967
|
-
readonly ofType: {
|
|
30968
|
-
readonly kind: "ENUM";
|
|
30969
|
-
readonly name: "ParticipantType";
|
|
30970
|
-
};
|
|
30971
|
-
};
|
|
30972
|
-
}];
|
|
30973
|
-
readonly isOneOf: false;
|
|
30974
|
-
}, {
|
|
30975
|
-
readonly kind: "INPUT_OBJECT";
|
|
30976
|
-
readonly name: "SeedInput";
|
|
30977
|
-
readonly inputFields: readonly [{
|
|
30978
|
-
readonly name: "enterpriseFilter";
|
|
30979
|
-
readonly type: {
|
|
30980
|
-
readonly kind: "NON_NULL";
|
|
30981
|
-
readonly ofType: {
|
|
30982
|
-
readonly kind: "LIST";
|
|
30983
|
-
readonly ofType: {
|
|
30984
|
-
readonly kind: "NON_NULL";
|
|
30985
|
-
readonly ofType: {
|
|
30986
|
-
readonly kind: "SCALAR";
|
|
30987
|
-
readonly name: "String";
|
|
30988
|
-
};
|
|
30989
|
-
};
|
|
30990
|
-
};
|
|
30991
|
-
};
|
|
30992
|
-
readonly defaultValue: "[]";
|
|
30993
|
-
}, {
|
|
30994
|
-
readonly name: "parallel";
|
|
30995
|
-
readonly type: {
|
|
30996
|
-
readonly kind: "NON_NULL";
|
|
30997
|
-
readonly ofType: {
|
|
30998
|
-
readonly kind: "SCALAR";
|
|
30999
|
-
readonly name: "Boolean";
|
|
31000
|
-
};
|
|
31001
|
-
};
|
|
31002
|
-
readonly defaultValue: "true";
|
|
31003
|
-
}];
|
|
31004
|
-
readonly isOneOf: false;
|
|
31005
|
-
}, {
|
|
31006
|
-
readonly kind: "OBJECT";
|
|
31007
|
-
readonly name: "SendAppointmentEmailNotificationsEnterpriseSetting";
|
|
31008
|
-
readonly fields: readonly [{
|
|
31009
|
-
readonly name: "createdAt";
|
|
31010
|
-
readonly type: {
|
|
31011
|
-
readonly kind: "NON_NULL";
|
|
31012
|
-
readonly ofType: {
|
|
31013
|
-
readonly kind: "SCALAR";
|
|
31014
|
-
readonly name: "ISO8601";
|
|
31015
|
-
};
|
|
31016
|
-
};
|
|
31017
|
-
readonly args: readonly [];
|
|
31018
|
-
readonly isDeprecated: false;
|
|
31019
|
-
}, {
|
|
31020
|
-
readonly name: "manageable";
|
|
31021
|
-
readonly type: {
|
|
31022
|
-
readonly kind: "NON_NULL";
|
|
31023
|
-
readonly ofType: {
|
|
31024
|
-
readonly kind: "SCALAR";
|
|
31025
|
-
readonly name: "Boolean";
|
|
31026
|
-
};
|
|
31027
|
-
};
|
|
31028
|
-
readonly args: readonly [];
|
|
31029
|
-
readonly isDeprecated: false;
|
|
31030
|
-
}, {
|
|
31031
|
-
readonly name: "updatedAt";
|
|
31032
|
-
readonly type: {
|
|
31033
|
-
readonly kind: "NON_NULL";
|
|
31034
|
-
readonly ofType: {
|
|
31035
|
-
readonly kind: "SCALAR";
|
|
31036
|
-
readonly name: "ISO8601";
|
|
31037
|
-
};
|
|
31038
|
-
};
|
|
31039
|
-
readonly args: readonly [];
|
|
31040
|
-
readonly isDeprecated: false;
|
|
31041
|
-
}, {
|
|
31042
|
-
readonly name: "value";
|
|
31043
|
-
readonly type: {
|
|
31044
|
-
readonly kind: "NON_NULL";
|
|
31045
|
-
readonly ofType: {
|
|
31046
|
-
readonly kind: "SCALAR";
|
|
31047
|
-
readonly name: "Boolean";
|
|
31048
|
-
};
|
|
31049
|
-
};
|
|
31050
|
-
readonly args: readonly [];
|
|
31051
|
-
readonly isDeprecated: false;
|
|
31052
|
-
}];
|
|
31053
|
-
readonly interfaces: readonly [];
|
|
31054
|
-
}, {
|
|
31055
|
-
readonly kind: "OBJECT";
|
|
31056
|
-
readonly name: "SendAppointmentTextMessageNotificationsEnterpriseSetting";
|
|
31057
|
-
readonly fields: readonly [{
|
|
31058
|
-
readonly name: "createdAt";
|
|
31059
|
-
readonly type: {
|
|
31060
|
-
readonly kind: "NON_NULL";
|
|
31061
|
-
readonly ofType: {
|
|
31062
|
-
readonly kind: "SCALAR";
|
|
31063
|
-
readonly name: "ISO8601";
|
|
31064
|
-
};
|
|
31065
|
-
};
|
|
31066
|
-
readonly args: readonly [];
|
|
31067
|
-
readonly isDeprecated: false;
|
|
31068
|
-
}, {
|
|
31069
|
-
readonly name: "manageable";
|
|
31070
|
-
readonly type: {
|
|
31071
|
-
readonly kind: "NON_NULL";
|
|
31072
|
-
readonly ofType: {
|
|
31073
|
-
readonly kind: "SCALAR";
|
|
31074
|
-
readonly name: "Boolean";
|
|
30599
|
+
readonly name: "Boolean";
|
|
31075
30600
|
};
|
|
31076
30601
|
};
|
|
31077
30602
|
readonly args: readonly [];
|
|
@@ -33188,6 +32713,28 @@ declare const introspection: {
|
|
|
33188
32713
|
};
|
|
33189
32714
|
readonly args: readonly [];
|
|
33190
32715
|
readonly isDeprecated: false;
|
|
32716
|
+
}, {
|
|
32717
|
+
readonly name: "rank1offset";
|
|
32718
|
+
readonly type: {
|
|
32719
|
+
readonly kind: "NON_NULL";
|
|
32720
|
+
readonly ofType: {
|
|
32721
|
+
readonly kind: "SCALAR";
|
|
32722
|
+
readonly name: "Int";
|
|
32723
|
+
};
|
|
32724
|
+
};
|
|
32725
|
+
readonly args: readonly [];
|
|
32726
|
+
readonly isDeprecated: false;
|
|
32727
|
+
}, {
|
|
32728
|
+
readonly name: "rank2offset";
|
|
32729
|
+
readonly type: {
|
|
32730
|
+
readonly kind: "NON_NULL";
|
|
32731
|
+
readonly ofType: {
|
|
32732
|
+
readonly kind: "SCALAR";
|
|
32733
|
+
readonly name: "Int";
|
|
32734
|
+
};
|
|
32735
|
+
};
|
|
32736
|
+
readonly args: readonly [];
|
|
32737
|
+
readonly isDeprecated: false;
|
|
33191
32738
|
}, {
|
|
33192
32739
|
readonly name: "subject";
|
|
33193
32740
|
readonly type: {
|
|
@@ -33295,6 +32842,24 @@ declare const introspection: {
|
|
|
33295
32842
|
readonly name: "MeetingType";
|
|
33296
32843
|
};
|
|
33297
32844
|
};
|
|
32845
|
+
}, {
|
|
32846
|
+
readonly name: "rank1offset";
|
|
32847
|
+
readonly type: {
|
|
32848
|
+
readonly kind: "NON_NULL";
|
|
32849
|
+
readonly ofType: {
|
|
32850
|
+
readonly kind: "SCALAR";
|
|
32851
|
+
readonly name: "Int";
|
|
32852
|
+
};
|
|
32853
|
+
};
|
|
32854
|
+
}, {
|
|
32855
|
+
readonly name: "rank2offset";
|
|
32856
|
+
readonly type: {
|
|
32857
|
+
readonly kind: "NON_NULL";
|
|
32858
|
+
readonly ofType: {
|
|
32859
|
+
readonly kind: "SCALAR";
|
|
32860
|
+
readonly name: "Int";
|
|
32861
|
+
};
|
|
32862
|
+
};
|
|
33298
32863
|
}, {
|
|
33299
32864
|
readonly name: "subjectId";
|
|
33300
32865
|
readonly type: {
|
|
@@ -33517,6 +33082,22 @@ declare const introspection: {
|
|
|
33517
33082
|
};
|
|
33518
33083
|
readonly args: readonly [];
|
|
33519
33084
|
readonly isDeprecated: false;
|
|
33085
|
+
}, {
|
|
33086
|
+
readonly name: "rank1offset";
|
|
33087
|
+
readonly type: {
|
|
33088
|
+
readonly kind: "SCALAR";
|
|
33089
|
+
readonly name: "Int";
|
|
33090
|
+
};
|
|
33091
|
+
readonly args: readonly [];
|
|
33092
|
+
readonly isDeprecated: false;
|
|
33093
|
+
}, {
|
|
33094
|
+
readonly name: "rank2offset";
|
|
33095
|
+
readonly type: {
|
|
33096
|
+
readonly kind: "SCALAR";
|
|
33097
|
+
readonly name: "Int";
|
|
33098
|
+
};
|
|
33099
|
+
readonly args: readonly [];
|
|
33100
|
+
readonly isDeprecated: false;
|
|
33520
33101
|
}, {
|
|
33521
33102
|
readonly name: "subject";
|
|
33522
33103
|
readonly type: {
|
|
@@ -33612,6 +33193,18 @@ declare const introspection: {
|
|
|
33612
33193
|
readonly name: "ID";
|
|
33613
33194
|
};
|
|
33614
33195
|
};
|
|
33196
|
+
}, {
|
|
33197
|
+
readonly name: "rank1offset";
|
|
33198
|
+
readonly type: {
|
|
33199
|
+
readonly kind: "SCALAR";
|
|
33200
|
+
readonly name: "Int";
|
|
33201
|
+
};
|
|
33202
|
+
}, {
|
|
33203
|
+
readonly name: "rank2offset";
|
|
33204
|
+
readonly type: {
|
|
33205
|
+
readonly kind: "SCALAR";
|
|
33206
|
+
readonly name: "Int";
|
|
33207
|
+
};
|
|
33615
33208
|
}, {
|
|
33616
33209
|
readonly name: "subjectId";
|
|
33617
33210
|
readonly type: {
|