@pexip-engage-public/graphql 1.0.74 → 1.0.75
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 +6 -0
- package/dist/graphql-env.d.ts +20 -52
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +23 -60
- package/dist/graphql-env.js.map +1 -1
- package/dist/graphql-error-codes.d.ts +0 -2
- package/dist/graphql-error-codes.d.ts.map +1 -1
- package/dist/graphql-error-codes.js +0 -2
- package/dist/graphql-error-codes.js.map +1 -1
- package/dist/schema.d.ts +3 -10
- package/dist/schema.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/graphql-env.ts +23 -60
- package/src/graphql-error-codes.ts +0 -2
- package/src/schema.ts +3 -12
package/package.json
CHANGED
package/src/graphql-env.ts
CHANGED
|
@@ -8832,6 +8832,10 @@ const introspection = {
|
|
|
8832
8832
|
"name": "PRETEND",
|
|
8833
8833
|
"isDeprecated": false
|
|
8834
8834
|
},
|
|
8835
|
+
{
|
|
8836
|
+
"name": "SEND_GRID",
|
|
8837
|
+
"isDeprecated": false
|
|
8838
|
+
},
|
|
8835
8839
|
{
|
|
8836
8840
|
"name": "SMTP",
|
|
8837
8841
|
"isDeprecated": false
|
|
@@ -21259,29 +21263,6 @@ const introspection = {
|
|
|
21259
21263
|
],
|
|
21260
21264
|
"isDeprecated": false
|
|
21261
21265
|
},
|
|
21262
|
-
{
|
|
21263
|
-
"name": "createUnavailabilityEvent",
|
|
21264
|
-
"type": {
|
|
21265
|
-
"kind": "NON_NULL",
|
|
21266
|
-
"ofType": {
|
|
21267
|
-
"kind": "OBJECT",
|
|
21268
|
-
"name": "Unavailability"
|
|
21269
|
-
}
|
|
21270
|
-
},
|
|
21271
|
-
"args": [
|
|
21272
|
-
{
|
|
21273
|
-
"name": "input",
|
|
21274
|
-
"type": {
|
|
21275
|
-
"kind": "NON_NULL",
|
|
21276
|
-
"ofType": {
|
|
21277
|
-
"kind": "INPUT_OBJECT",
|
|
21278
|
-
"name": "UnavailabilityEventCreateInput"
|
|
21279
|
-
}
|
|
21280
|
-
}
|
|
21281
|
-
}
|
|
21282
|
-
],
|
|
21283
|
-
"isDeprecated": false
|
|
21284
|
-
},
|
|
21285
21266
|
{
|
|
21286
21267
|
"name": "createUploadFileLink",
|
|
21287
21268
|
"type": {
|
|
@@ -30350,6 +30331,18 @@ const introspection = {
|
|
|
30350
30331
|
],
|
|
30351
30332
|
"isDeprecated": false
|
|
30352
30333
|
},
|
|
30334
|
+
{
|
|
30335
|
+
"name": "isRedirectToSamlEnabled",
|
|
30336
|
+
"type": {
|
|
30337
|
+
"kind": "NON_NULL",
|
|
30338
|
+
"ofType": {
|
|
30339
|
+
"kind": "SCALAR",
|
|
30340
|
+
"name": "Boolean"
|
|
30341
|
+
}
|
|
30342
|
+
},
|
|
30343
|
+
"args": [],
|
|
30344
|
+
"isDeprecated": false
|
|
30345
|
+
},
|
|
30353
30346
|
{
|
|
30354
30347
|
"name": "leadSegment",
|
|
30355
30348
|
"type": {
|
|
@@ -35733,6 +35726,13 @@ const introspection = {
|
|
|
35733
35726
|
"name": "Boolean"
|
|
35734
35727
|
}
|
|
35735
35728
|
},
|
|
35729
|
+
{
|
|
35730
|
+
"name": "identityProviderMetadataUrl",
|
|
35731
|
+
"type": {
|
|
35732
|
+
"kind": "SCALAR",
|
|
35733
|
+
"name": "String"
|
|
35734
|
+
}
|
|
35735
|
+
},
|
|
35736
35736
|
{
|
|
35737
35737
|
"name": "signServiceProviderMetadata",
|
|
35738
35738
|
"type": {
|
|
@@ -41373,43 +41373,6 @@ const introspection = {
|
|
|
41373
41373
|
],
|
|
41374
41374
|
"interfaces": []
|
|
41375
41375
|
},
|
|
41376
|
-
{
|
|
41377
|
-
"kind": "INPUT_OBJECT",
|
|
41378
|
-
"name": "UnavailabilityEventCreateInput",
|
|
41379
|
-
"inputFields": [
|
|
41380
|
-
{
|
|
41381
|
-
"name": "employeeId",
|
|
41382
|
-
"type": {
|
|
41383
|
-
"kind": "NON_NULL",
|
|
41384
|
-
"ofType": {
|
|
41385
|
-
"kind": "SCALAR",
|
|
41386
|
-
"name": "ID"
|
|
41387
|
-
}
|
|
41388
|
-
}
|
|
41389
|
-
},
|
|
41390
|
-
{
|
|
41391
|
-
"name": "end",
|
|
41392
|
-
"type": {
|
|
41393
|
-
"kind": "NON_NULL",
|
|
41394
|
-
"ofType": {
|
|
41395
|
-
"kind": "SCALAR",
|
|
41396
|
-
"name": "ISO8601"
|
|
41397
|
-
}
|
|
41398
|
-
}
|
|
41399
|
-
},
|
|
41400
|
-
{
|
|
41401
|
-
"name": "start",
|
|
41402
|
-
"type": {
|
|
41403
|
-
"kind": "NON_NULL",
|
|
41404
|
-
"ofType": {
|
|
41405
|
-
"kind": "SCALAR",
|
|
41406
|
-
"name": "ISO8601"
|
|
41407
|
-
}
|
|
41408
|
-
}
|
|
41409
|
-
}
|
|
41410
|
-
],
|
|
41411
|
-
"isOneOf": false
|
|
41412
|
-
},
|
|
41413
41376
|
{
|
|
41414
41377
|
"kind": "INPUT_OBJECT",
|
|
41415
41378
|
"name": "UnavailabilityRevertInput",
|
|
@@ -62,8 +62,6 @@ export enum GraphQLErrorCode {
|
|
|
62
62
|
FILE_SCAN_MALICIOUS = "FILE_SCAN_MALICIOUS",
|
|
63
63
|
/** The provided code for the lead segment is already in use for another lead segment. */
|
|
64
64
|
LEAD_SEGMENT_CODE_ALREADY_IN_USE = "LEAD_SEGMENT_CODE_ALREADY_IN_USE",
|
|
65
|
-
/** The latestCallbackHours must be greater than or equal to earliestCallbackHours. */
|
|
66
|
-
LEAD_SEGMENT_EARLIEST_CALLBACK_HOURS_GREATHER_THAN_LATEST_CALLBACK_HOURS = "LEAD_SEGMENT_EARLIEST_CALLBACK_HOURS_GREATHER_THAN_LATEST_CALLBACK_HOURS",
|
|
67
65
|
/** Employees assigned to a listing time slot must be linked to the parent listing. */
|
|
68
66
|
LISTING_TIME_SLOT_EMPLOYEE_NOT_LINKED = "LISTING_TIME_SLOT_EMPLOYEE_NOT_LINKED",
|
|
69
67
|
/** Listing time slots cannot overlap. */
|
package/src/schema.ts
CHANGED
|
@@ -1299,6 +1299,7 @@ export type EmailProvider =
|
|
|
1299
1299
|
| 'MANDRILL'
|
|
1300
1300
|
| 'MICROSOFT_GRAPH_API'
|
|
1301
1301
|
| 'PRETEND'
|
|
1302
|
+
| 'SEND_GRID'
|
|
1302
1303
|
| 'SMTP'
|
|
1303
1304
|
| 'WEBHOOK';
|
|
1304
1305
|
|
|
@@ -3024,7 +3025,6 @@ export type Mutation = {
|
|
|
3024
3025
|
* that user will be reverted (as if you called revertUnavailability first, see its description).
|
|
3025
3026
|
*/
|
|
3026
3027
|
createUnavailability: Unavailability;
|
|
3027
|
-
createUnavailabilityEvent: Unavailability;
|
|
3028
3028
|
createUploadFileLink: FileCreateUploadLinkResult;
|
|
3029
3029
|
createVPaaSMeeting: PexipVPaaSParticipant;
|
|
3030
3030
|
createWebhookConfiguration: WebhookConfiguration;
|
|
@@ -3408,11 +3408,6 @@ export type MutationCreateUnavailabilityArgs = {
|
|
|
3408
3408
|
};
|
|
3409
3409
|
|
|
3410
3410
|
|
|
3411
|
-
export type MutationCreateUnavailabilityEventArgs = {
|
|
3412
|
-
input: UnavailabilityEventCreateInput;
|
|
3413
|
-
};
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
3411
|
export type MutationCreateUploadFileLinkArgs = {
|
|
3417
3412
|
input: FileCreateUploadLinkInput;
|
|
3418
3413
|
};
|
|
@@ -4420,6 +4415,7 @@ export type Query = {
|
|
|
4420
4415
|
integration: BaseIntegration;
|
|
4421
4416
|
integrations: BaseIntegrationConnection;
|
|
4422
4417
|
isCallbackRequestEnabled: Scalars['Boolean']['output'];
|
|
4418
|
+
isRedirectToSamlEnabled: Scalars['Boolean']['output'];
|
|
4423
4419
|
leadSegment: LeadSegment;
|
|
4424
4420
|
leadSegmentCallbackRequestSettings: LeadSegmentCallbackRequestSetting;
|
|
4425
4421
|
leadSegments: LeadSegmentConnection;
|
|
@@ -5662,6 +5658,7 @@ export type SamlIntegrationKeyStatus =
|
|
|
5662
5658
|
export type SamlIntegrationPatchInput = {
|
|
5663
5659
|
active?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5664
5660
|
forceAuthentication?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5661
|
+
identityProviderMetadataUrl?: InputMaybe<Scalars['String']['input']>;
|
|
5665
5662
|
signServiceProviderMetadata?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5666
5663
|
validateSignature?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5667
5664
|
wantAssertionsEncrypted?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -6604,12 +6601,6 @@ export type UnavailabilityEdge = {
|
|
|
6604
6601
|
node: Unavailability;
|
|
6605
6602
|
};
|
|
6606
6603
|
|
|
6607
|
-
export type UnavailabilityEventCreateInput = {
|
|
6608
|
-
employeeId: Scalars['ID']['input'];
|
|
6609
|
-
end: Scalars['ISO8601']['input'];
|
|
6610
|
-
start: Scalars['ISO8601']['input'];
|
|
6611
|
-
};
|
|
6612
|
-
|
|
6613
6604
|
export type UnavailabilityRevertInput = {
|
|
6614
6605
|
employeeId: Scalars['ID']['input'];
|
|
6615
6606
|
/** Is inclusive. */
|