aemazing-types 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -47
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -34,7 +34,6 @@ export type AemTag = {
34
34
  };
35
35
 
36
36
  export type AddTagsToContentFragmentModelInput = {
37
- aemEnvironment: GetAemEnvironmentInput;
38
37
  modelId: Scalars['String']['input'];
39
38
  tags: Array<Scalars['String']['input']>;
40
39
  };
@@ -91,7 +90,6 @@ export type AssignTagsResult = {
91
90
  };
92
91
 
93
92
  export type AssignTagsToFeatureAppInput = {
94
- aemEnvironment: GetAemEnvironmentInput;
95
93
  configurationFolder: Scalars['String']['input'];
96
94
  tags: Array<Scalars['String']['input']>;
97
95
  userInfo: Scalars['JSON']['input'];
@@ -159,7 +157,6 @@ export enum BatchStatus {
159
157
  }
160
158
 
161
159
  export type BatchUpdateContentFragmentsInput = {
162
- aemEnvironment: GetAemEnvironmentInput;
163
160
  requests: Array<UpdateContentFragmentsRequestInput>;
164
161
  };
165
162
 
@@ -439,7 +436,6 @@ export type CountryTags = {
439
436
  };
440
437
 
441
438
  export type CreateBatchRequestInput = {
442
- aemEnvironment: GetAemEnvironmentInput;
443
439
  requests: Array<RequestInput>;
444
440
  };
445
441
 
@@ -449,7 +445,6 @@ export type CreateBatchRequestResponse = {
449
445
  };
450
446
 
451
447
  export type CreateConfigurationFolderInput = {
452
- aemEnvironment: GetAemEnvironmentInput;
453
448
  configCapabilities?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
454
449
  name: Scalars['String']['input'];
455
450
  parentFolder: Scalars['String']['input'];
@@ -462,7 +457,6 @@ export type CreateConfigurationFolderResponse = {
462
457
  };
463
458
 
464
459
  export type CreateContentFragmentModelInput = {
465
- aemEnvironment: GetAemEnvironmentInput;
466
460
  configurationFolder?: InputMaybe<Scalars['String']['input']>;
467
461
  metadataSchema?: InputMaybe<MetadataSchemaInput>;
468
462
  models: Array<ContentFragmentModelInput>;
@@ -475,7 +469,6 @@ export type CreateContentFragmentModelResponse = {
475
469
  };
476
470
 
477
471
  export type CreateContentFragmentVersionInput = {
478
- aemEnvironment: GetAemEnvironmentInput;
479
472
  comment?: InputMaybe<Scalars['String']['input']>;
480
473
  fragmentId: Scalars['String']['input'];
481
474
  label?: InputMaybe<Scalars['String']['input']>;
@@ -487,7 +480,6 @@ export type CreateContentFragmentVersionResponse = {
487
480
  };
488
481
 
489
482
  export type CreateNestedConfigurationFoldersInput = {
490
- aemEnvironment: GetAemEnvironmentInput;
491
483
  path: Scalars['String']['input'];
492
484
  };
493
485
 
@@ -497,7 +489,6 @@ export type CreateNestedConfigurationFoldersResponse = {
497
489
  };
498
490
 
499
491
  export type CreateNestedTagsInput = {
500
- aemEnvironment: GetAemEnvironmentInput;
501
492
  path: Scalars['String']['input'];
502
493
  };
503
494
 
@@ -507,7 +498,6 @@ export type CreateNestedTagsResponse = {
507
498
  };
508
499
 
509
500
  export type CreateTagInput = {
510
- aemEnvironment: GetAemEnvironmentInput;
511
501
  description?: InputMaybe<Scalars['String']['input']>;
512
502
  name?: InputMaybe<Scalars['String']['input']>;
513
503
  parentTagID?: InputMaybe<Scalars['String']['input']>;
@@ -554,7 +544,6 @@ export enum DataType {
554
544
  }
555
545
 
556
546
  export type DeleteConfigurationFolderInput = {
557
- aemEnvironment: GetAemEnvironmentInput;
558
547
  folder: Scalars['String']['input'];
559
548
  };
560
549
 
@@ -564,7 +553,6 @@ export type DeleteConfigurationFolderResponse = {
564
553
  };
565
554
 
566
555
  export type DeleteContentFragmentModelInput = {
567
- aemEnvironment: GetAemEnvironmentInput;
568
556
  modelId: Scalars['String']['input'];
569
557
  };
570
558
 
@@ -574,7 +562,6 @@ export type DeleteContentFragmentModelResponse = {
574
562
  };
575
563
 
576
564
  export type DeleteFeatureAppInput = {
577
- aemEnvironment: GetAemEnvironmentInput;
578
565
  configurationFolder: Scalars['String']['input'];
579
566
  };
580
567
 
@@ -718,11 +705,6 @@ export type FullTextSearchInput = {
718
705
  text: Scalars['String']['input'];
719
706
  };
720
707
 
721
- export type GetAemEnvironmentInput = {
722
- env: Env;
723
- localAemInstance?: InputMaybe<Scalars['String']['input']>;
724
- region: Region;
725
- };
726
708
 
727
709
  export type GetAemEnvironmentResponse = {
728
710
  aemInstance: Scalars['String']['output'];
@@ -730,7 +712,6 @@ export type GetAemEnvironmentResponse = {
730
712
  };
731
713
 
732
714
  export type GetBatchStatusByIdInput = {
733
- aemEnvironment: GetAemEnvironmentInput;
734
715
  id: Scalars['String']['input'];
735
716
  };
736
717
 
@@ -740,7 +721,6 @@ export type GetBatchStatusByIdResponse = {
740
721
  };
741
722
 
742
723
  export type GetConfigurationFolderInput = {
743
- aemEnvironment: GetAemEnvironmentInput;
744
724
  name: Scalars['String']['input'];
745
725
  parentFolder: Scalars['String']['input'];
746
726
  };
@@ -751,7 +731,6 @@ export type GetConfigurationFolderResponse = {
751
731
  };
752
732
 
753
733
  export type GetContentFragmentByIdInput = {
754
- aemEnvironment: GetAemEnvironmentInput;
755
734
  fragmentId: Scalars['String']['input'];
756
735
  };
757
736
 
@@ -762,7 +741,6 @@ export type GetContentFragmentByIdResponse = {
762
741
  };
763
742
 
764
743
  export type GetContentFragmentModelByIdInput = {
765
- aemEnvironment: GetAemEnvironmentInput;
766
744
  id: Scalars['String']['input'];
767
745
  };
768
746
 
@@ -772,7 +750,6 @@ export type GetContentFragmentModelByIdResponse = {
772
750
  };
773
751
 
774
752
  export type GetContentFragmentModelsBySearchInput = {
775
- aemEnvironment: GetAemEnvironmentInput;
776
753
  configurationFolder?: InputMaybe<Scalars['String']['input']>;
777
754
  cursor?: InputMaybe<Scalars['String']['input']>;
778
755
  enabledForFolder?: InputMaybe<Scalars['String']['input']>;
@@ -793,14 +770,12 @@ export type GetContentFragmentModelsBySearchResponse = {
793
770
  };
794
771
 
795
772
  export type GetContentFragmentModelsFromDeliveryApiInput = {
796
- aemEnvironment: GetAemEnvironmentInput;
797
773
  configurationFolder?: InputMaybe<Scalars['String']['input']>;
798
774
  cursor?: InputMaybe<Scalars['String']['input']>;
799
775
  limit?: InputMaybe<Scalars['Int']['input']>;
800
776
  };
801
777
 
802
778
  export type GetContentFragmentVersionsInput = {
803
- aemEnvironment: GetAemEnvironmentInput;
804
779
  cursor?: InputMaybe<Scalars['String']['input']>;
805
780
  fragmentId: Scalars['String']['input'];
806
781
  limit?: InputMaybe<Scalars['Int']['input']>;
@@ -813,7 +788,6 @@ export type GetContentFragmentVersionsResponse = {
813
788
  };
814
789
 
815
790
  export type GetContentFragmentsByPathInput = {
816
- aemEnvironment: GetAemEnvironmentInput;
817
791
  configurationFolder: Scalars['String']['input'];
818
792
  };
819
793
 
@@ -823,7 +797,6 @@ export type GetContentFragmentsByPathResponse = {
823
797
  };
824
798
 
825
799
  export type GetContentFragmentsInput = {
826
- aemEnvironment: GetAemEnvironmentInput;
827
800
  cursor?: InputMaybe<Scalars['String']['input']>;
828
801
  fragmentName?: InputMaybe<Scalars['String']['input']>;
829
802
  fullText?: InputMaybe<FullTextSearchInput>;
@@ -840,7 +813,6 @@ export type GetContentFragmentsResponse = {
840
813
  };
841
814
 
842
815
  export type GetFilteredTagsByPermissionsInput = {
843
- aemEnvironment: GetAemEnvironmentInput;
844
816
  userGroups?: InputMaybe<Array<Scalars['String']['input']>>;
845
817
  };
846
818
 
@@ -850,13 +822,11 @@ export type GetFilteredTagsByPermissionsResponse = {
850
822
  };
851
823
 
852
824
  export type GetTagInput = {
853
- aemEnvironment: GetAemEnvironmentInput;
854
825
  name?: InputMaybe<Scalars['String']['input']>;
855
826
  parentTagID?: InputMaybe<Scalars['String']['input']>;
856
827
  };
857
828
 
858
829
  export type GetTagPermissionsInput = {
859
- aemEnvironment: GetAemEnvironmentInput;
860
830
  userGroups?: InputMaybe<Array<Scalars['String']['input']>>;
861
831
  };
862
832
 
@@ -871,7 +841,6 @@ export type GetTagResponse = {
871
841
  };
872
842
 
873
843
  export type GetTagsByCategoriesInput = {
874
- aemEnvironment: GetAemEnvironmentInput;
875
844
  categories: Array<Category>;
876
845
  };
877
846
 
@@ -881,7 +850,6 @@ export type GetTagsByCategoriesResponse = {
881
850
  };
882
851
 
883
852
  export type GetTagsByCategoryInput = {
884
- aemEnvironment: GetAemEnvironmentInput;
885
853
  category: Category;
886
854
  };
887
855
 
@@ -891,7 +859,6 @@ export type GetTagsByCategoryResponse = {
891
859
  };
892
860
 
893
861
  export type GetUiSchemaInput = {
894
- aemEnvironment: GetAemEnvironmentInput;
895
862
  id: Scalars['String']['input'];
896
863
  };
897
864
 
@@ -901,7 +868,6 @@ export type GetUiSchemaResponse = {
901
868
  };
902
869
 
903
870
  export type GetUserPermissionsInput = {
904
- aemEnvironment: GetAemEnvironmentInput;
905
871
  email: Scalars['String']['input'];
906
872
  };
907
873
 
@@ -928,7 +894,6 @@ export type I18nTagInput = {
928
894
  };
929
895
 
930
896
  export type InstallFeatureAppInput = {
931
- aemEnvironment: GetAemEnvironmentInput;
932
897
  contentFragmentModel: CreateContentFragmentModelInput;
933
898
  featureAppName: Scalars['String']['input'];
934
899
  featureAppTeam: Scalars['String']['input'];
@@ -943,7 +908,6 @@ export type InstallFeatureAppResponse = {
943
908
  };
944
909
 
945
910
  export type InstallPlatformModelInput = {
946
- aemEnvironment: GetAemEnvironmentInput;
947
911
  models: Array<ContentFragmentModelInput>;
948
912
  };
949
913
 
@@ -1317,7 +1281,6 @@ export enum PatchOperation {
1317
1281
  }
1318
1282
 
1319
1283
  export type PrepareContentFragmentUpdateInput = {
1320
- aemEnvironment: GetAemEnvironmentInput;
1321
1284
  fragmentId: Scalars['String']['input'];
1322
1285
  mapping: MappingInput;
1323
1286
  };
@@ -1341,7 +1304,6 @@ export enum PublishContentFragmentModelStatus {
1341
1304
  }
1342
1305
 
1343
1306
  export type PublishContentFragmentModelsInput = {
1344
- aemEnvironment: GetAemEnvironmentInput;
1345
1307
  agentId?: InputMaybe<Scalars['String']['input']>;
1346
1308
  filterAllowedModelIdsByStatus: Array<PublishContentFragmentModelStatus>;
1347
1309
  ids: Array<Scalars['ID']['input']>;
@@ -1369,7 +1331,6 @@ export enum PublishStatusEnum {
1369
1331
  }
1370
1332
 
1371
1333
  export type PublishTagsInput = {
1372
- aemEnvironment: GetAemEnvironmentInput;
1373
1334
  tagPaths: Array<Scalars['String']['input']>;
1374
1335
  };
1375
1336
 
@@ -1479,7 +1440,6 @@ export enum Region {
1479
1440
  }
1480
1441
 
1481
1442
  export type ReplaceTagsInContentFragmentModelInput = {
1482
- aemEnvironment: GetAemEnvironmentInput;
1483
1443
  modelId: Scalars['String']['input'];
1484
1444
  tagIDs: Array<Scalars['String']['input']>;
1485
1445
  };
@@ -1513,7 +1473,6 @@ export type RequestInput = {
1513
1473
  };
1514
1474
 
1515
1475
  export type RestoreContentFragmentVersionInput = {
1516
- aemEnvironment: GetAemEnvironmentInput;
1517
1476
  fragmentId: Scalars['String']['input'];
1518
1477
  versionId: Scalars['String']['input'];
1519
1478
  };
@@ -1650,7 +1609,6 @@ export type UpdateContentFragmentBodyInput = {
1650
1609
  };
1651
1610
 
1652
1611
  export type UpdateContentFragmentModelInput = {
1653
- aemEnvironment: GetAemEnvironmentInput;
1654
1612
  modelId?: InputMaybe<Scalars['String']['input']>;
1655
1613
  patches: Array<JsonPatchInput>;
1656
1614
  };
@@ -1661,7 +1619,6 @@ export type UpdateContentFragmentModelResponse = {
1661
1619
  };
1662
1620
 
1663
1621
  export type UpdateContentFragmentModelsInput = {
1664
- aemEnvironment: GetAemEnvironmentInput;
1665
1622
  currentModels: Array<ContentFragmentModelInput>;
1666
1623
  newModels: Array<ContentFragmentModelInput>;
1667
1624
  };
@@ -1678,7 +1635,6 @@ export type UpdateContentFragmentsRequestInput = {
1678
1635
  };
1679
1636
 
1680
1637
  export type UpdateFeatureAppInput = {
1681
- aemEnvironment: GetAemEnvironmentInput;
1682
1638
  configurationFolder: Scalars['String']['input'];
1683
1639
  metadataSchema: MetadataSchemaInput;
1684
1640
  };
@@ -1695,7 +1651,6 @@ export enum UpdateType {
1695
1651
  }
1696
1652
 
1697
1653
  export type UpdateUiSchemaInput = {
1698
- aemEnvironment: GetAemEnvironmentInput;
1699
1654
  id: Scalars['String']['input'];
1700
1655
  uiSchema: UiSchemaInput;
1701
1656
  };
@@ -1732,7 +1687,6 @@ export type UserInformation = {
1732
1687
  };
1733
1688
 
1734
1689
  export type ValidateFeatureAppVersionUpdateInput = {
1735
- aemEnvironment: GetAemEnvironmentInput;
1736
1690
  configurationFolder: Scalars['String']['input'];
1737
1691
  newModels: Array<ContentFragmentModelInput>;
1738
1692
  updateType: UpdateType;
@@ -1745,7 +1699,6 @@ export type ValidateFeatureAppVersionUpdateResponse = {
1745
1699
  };
1746
1700
 
1747
1701
  export type ValidateFragmentForRollbackInput = {
1748
- aemEnvironment: GetAemEnvironmentInput;
1749
1702
  fragments: Array<FragmentToValidate>;
1750
1703
  storedFeatureAppVersion: Scalars['String']['input'];
1751
1704
  storedModelId: Scalars['String']['input'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aemazing-types",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Type-only GraphQL schema types for the AEM Gateway.",
5
5
  "license": "ISC",
6
6
  "types": "./dist/index.d.ts",