@pexip-engage-public/graphql 1.0.57 → 1.0.58
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 +7 -0
- package/dist/graphql-env.d.ts +44 -0
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +52 -0
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +5 -0
- package/dist/schema.d.ts.map +1 -1
- package/dist/type-guards.d.ts +1 -1
- package/package.json +2 -2
- package/src/graphql-env.ts +52 -0
- package/src/schema.ts +8 -0
package/dist/type-guards.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { Language } from "./schema.js";
|
|
|
2
2
|
export declare const LANGUAGES: [Language, ...Language[]];
|
|
3
3
|
export declare const typeguards: {
|
|
4
4
|
languages: {
|
|
5
|
-
typeguard: (value?:
|
|
5
|
+
typeguard: (value?: unknown) => value is Language;
|
|
6
6
|
values: [Language, ...Language[]];
|
|
7
7
|
};
|
|
8
8
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/graphql",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.58",
|
|
4
4
|
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/graphql#readme",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/skedify/frontend-mono/issues"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"graphql-request": "^7.1.2",
|
|
39
39
|
"lz-string": "^1.5.0",
|
|
40
40
|
"zod": "^3.24.1",
|
|
41
|
-
"@pexip-engage/utils": "0.1.
|
|
41
|
+
"@pexip-engage/utils": "0.1.30"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@graphql-codegen/cli": "^5.0.3",
|
package/src/graphql-env.ts
CHANGED
|
@@ -18790,6 +18790,18 @@ const introspection = {
|
|
|
18790
18790
|
"args": [],
|
|
18791
18791
|
"isDeprecated": false
|
|
18792
18792
|
},
|
|
18793
|
+
{
|
|
18794
|
+
"name": "apiVersion",
|
|
18795
|
+
"type": {
|
|
18796
|
+
"kind": "NON_NULL",
|
|
18797
|
+
"ofType": {
|
|
18798
|
+
"kind": "ENUM",
|
|
18799
|
+
"name": "MicrosoftDynamicsIntegrationApiVersion"
|
|
18800
|
+
}
|
|
18801
|
+
},
|
|
18802
|
+
"args": [],
|
|
18803
|
+
"isDeprecated": false
|
|
18804
|
+
},
|
|
18793
18805
|
{
|
|
18794
18806
|
"name": "environmentUrl",
|
|
18795
18807
|
"type": {
|
|
@@ -18826,6 +18838,18 @@ const introspection = {
|
|
|
18826
18838
|
"args": [],
|
|
18827
18839
|
"isDeprecated": false
|
|
18828
18840
|
},
|
|
18841
|
+
{
|
|
18842
|
+
"name": "isOnPremises",
|
|
18843
|
+
"type": {
|
|
18844
|
+
"kind": "NON_NULL",
|
|
18845
|
+
"ofType": {
|
|
18846
|
+
"kind": "SCALAR",
|
|
18847
|
+
"name": "Boolean"
|
|
18848
|
+
}
|
|
18849
|
+
},
|
|
18850
|
+
"args": [],
|
|
18851
|
+
"isDeprecated": false
|
|
18852
|
+
},
|
|
18829
18853
|
{
|
|
18830
18854
|
"name": "name",
|
|
18831
18855
|
"type": {
|
|
@@ -18858,6 +18882,20 @@ const introspection = {
|
|
|
18858
18882
|
}
|
|
18859
18883
|
]
|
|
18860
18884
|
},
|
|
18885
|
+
{
|
|
18886
|
+
"kind": "ENUM",
|
|
18887
|
+
"name": "MicrosoftDynamicsIntegrationApiVersion",
|
|
18888
|
+
"enumValues": [
|
|
18889
|
+
{
|
|
18890
|
+
"name": "V9_1",
|
|
18891
|
+
"isDeprecated": false
|
|
18892
|
+
},
|
|
18893
|
+
{
|
|
18894
|
+
"name": "V9_2",
|
|
18895
|
+
"isDeprecated": false
|
|
18896
|
+
}
|
|
18897
|
+
]
|
|
18898
|
+
},
|
|
18861
18899
|
{
|
|
18862
18900
|
"kind": "INPUT_OBJECT",
|
|
18863
18901
|
"name": "MicrosoftDynamicsIntegrationPatchInput",
|
|
@@ -18869,6 +18907,13 @@ const introspection = {
|
|
|
18869
18907
|
"name": "Boolean"
|
|
18870
18908
|
}
|
|
18871
18909
|
},
|
|
18910
|
+
{
|
|
18911
|
+
"name": "apiVersion",
|
|
18912
|
+
"type": {
|
|
18913
|
+
"kind": "ENUM",
|
|
18914
|
+
"name": "MicrosoftDynamicsIntegrationApiVersion"
|
|
18915
|
+
}
|
|
18916
|
+
},
|
|
18872
18917
|
{
|
|
18873
18918
|
"name": "environmentUrl",
|
|
18874
18919
|
"type": {
|
|
@@ -18876,6 +18921,13 @@ const introspection = {
|
|
|
18876
18921
|
"name": "String"
|
|
18877
18922
|
}
|
|
18878
18923
|
},
|
|
18924
|
+
{
|
|
18925
|
+
"name": "isOnPremises",
|
|
18926
|
+
"type": {
|
|
18927
|
+
"kind": "SCALAR",
|
|
18928
|
+
"name": "Boolean"
|
|
18929
|
+
}
|
|
18930
|
+
},
|
|
18879
18931
|
{
|
|
18880
18932
|
"name": "name",
|
|
18881
18933
|
"type": {
|
package/src/schema.ts
CHANGED
|
@@ -2797,17 +2797,25 @@ export type MeetingTypeInput = {
|
|
|
2797
2797
|
|
|
2798
2798
|
export type MicrosoftDynamicsIntegration = BaseIntegration & {
|
|
2799
2799
|
active: Scalars['Boolean']['output'];
|
|
2800
|
+
apiVersion: MicrosoftDynamicsIntegrationApiVersion;
|
|
2800
2801
|
environmentUrl: Scalars['String']['output'];
|
|
2801
2802
|
id: Scalars['ID']['output'];
|
|
2802
2803
|
integrationType: IntegrationType;
|
|
2804
|
+
isOnPremises: Scalars['Boolean']['output'];
|
|
2803
2805
|
name: Scalars['String']['output'];
|
|
2804
2806
|
tenantId: Scalars['String']['output'];
|
|
2805
2807
|
};
|
|
2806
2808
|
|
|
2809
|
+
export type MicrosoftDynamicsIntegrationApiVersion =
|
|
2810
|
+
| 'V9_1'
|
|
2811
|
+
| 'V9_2';
|
|
2812
|
+
|
|
2807
2813
|
export type MicrosoftDynamicsIntegrationPatchInput = {
|
|
2808
2814
|
active?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2815
|
+
apiVersion?: InputMaybe<MicrosoftDynamicsIntegrationApiVersion>;
|
|
2809
2816
|
/** For example: https://enterprise.api.crm4.dynamics.com */
|
|
2810
2817
|
environmentUrl?: InputMaybe<Scalars['String']['input']>;
|
|
2818
|
+
isOnPremises?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2811
2819
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
2812
2820
|
};
|
|
2813
2821
|
|