@restorecommerce/facade 0.3.3 → 0.3.4
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 +12 -0
- package/dist/gql/protos/registry.js +7 -7
- package/dist/gql/protos/utils.d.ts +0 -14
- package/dist/gql/protos/utils.js +13 -37
- package/dist/modules/access-control/gql/schema.generated.d.ts +44 -0
- package/dist/modules/catalog/gql/schema.generated.d.ts +58 -0
- package/dist/modules/fulfillment/gql/schema.generated.d.ts +60 -0
- package/dist/modules/identity/gql/schema.generated.d.ts +82 -0
- package/dist/modules/indexing/gql/schema.generated.d.ts +2 -0
- package/dist/modules/invoicing/gql/schema.generated.d.ts +28 -0
- package/dist/modules/notification/gql/schema.generated.d.ts +28 -0
- package/dist/modules/ordering/gql/schema.generated.d.ts +38 -0
- package/dist/modules/ostorage/gql/schema.generated.d.ts +30 -0
- package/dist/modules/payment/gql/schema.generated.d.ts +8 -0
- package/dist/modules/resource/gql/schema.generated.d.ts +84 -0
- package/dist/modules/scheduling/gql/schema.generated.d.ts +28 -0
- package/package.json +2 -2
@@ -130,10 +130,14 @@ export declare type IIoRestorecommerceResourcebaseReadRequest = {
|
|
130
130
|
localesLimiter?: InputMaybe<Array<Scalars['String']>>;
|
131
131
|
customQueries?: InputMaybe<Array<Scalars['String']>>;
|
132
132
|
customArguments?: InputMaybe<IGoogleProtobufAny>;
|
133
|
+
/** target scope */
|
134
|
+
scope?: InputMaybe<Scalars['String']>;
|
133
135
|
};
|
134
136
|
export declare type IIoRestorecommerceResourcebaseSort = {
|
135
137
|
field?: InputMaybe<Scalars['String']>;
|
136
138
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
139
|
+
/** target scope */
|
140
|
+
scope?: InputMaybe<Scalars['String']>;
|
137
141
|
};
|
138
142
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
139
143
|
Unsorted = 0,
|
@@ -143,6 +147,8 @@ export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
|
143
147
|
export declare type IIoRestorecommerceResourcebaseFilterOp = {
|
144
148
|
filter?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilter>>;
|
145
149
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
150
|
+
/** target scope */
|
151
|
+
scope?: InputMaybe<Scalars['String']>;
|
146
152
|
};
|
147
153
|
export declare type IIoRestorecommerceResourcebaseFilter = {
|
148
154
|
field?: InputMaybe<Scalars['String']>;
|
@@ -150,6 +156,8 @@ export declare type IIoRestorecommerceResourcebaseFilter = {
|
|
150
156
|
value?: InputMaybe<Scalars['String']>;
|
151
157
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
152
158
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
159
|
+
/** target scope */
|
160
|
+
scope?: InputMaybe<Scalars['String']>;
|
153
161
|
};
|
154
162
|
export declare enum IoRestorecommerceResourcebaseFilterOperation {
|
155
163
|
Eq = 0,
|
@@ -172,6 +180,8 @@ export declare enum IoRestorecommerceResourcebaseFilterValueType {
|
|
172
180
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
173
181
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
174
182
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
183
|
+
/** target scope */
|
184
|
+
scope?: InputMaybe<Scalars['String']>;
|
175
185
|
};
|
176
186
|
export declare type IIoRestorecommerceFilterFilter = {
|
177
187
|
field?: InputMaybe<Scalars['String']>;
|
@@ -179,6 +189,8 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
179
189
|
value?: InputMaybe<Scalars['String']>;
|
180
190
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
181
191
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
192
|
+
/** target scope */
|
193
|
+
scope?: InputMaybe<Scalars['String']>;
|
182
194
|
};
|
183
195
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
184
196
|
Eq = 0,
|
@@ -209,10 +221,14 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
209
221
|
export declare type IIoRestorecommerceResourcebaseFieldFilter = {
|
210
222
|
name?: InputMaybe<Scalars['String']>;
|
211
223
|
include?: InputMaybe<Scalars['Boolean']>;
|
224
|
+
/** target scope */
|
225
|
+
scope?: InputMaybe<Scalars['String']>;
|
212
226
|
};
|
213
227
|
export declare type IGoogleProtobufAny = {
|
214
228
|
typeUrl?: InputMaybe<Scalars['String']>;
|
215
229
|
value?: InputMaybe<Scalars['Upload']>;
|
230
|
+
/** target scope */
|
231
|
+
scope?: InputMaybe<Scalars['String']>;
|
216
232
|
};
|
217
233
|
export declare type ResourceCountryQuery = {
|
218
234
|
__typename?: 'ResourceCountryQuery';
|
@@ -628,6 +644,8 @@ export declare type IIoRestorecommerceAddressAddressList = {
|
|
628
644
|
items?: InputMaybe<Array<IIoRestorecommerceAddressAddress>>;
|
629
645
|
totalCount?: InputMaybe<Scalars['Int']>;
|
630
646
|
mode?: InputMaybe<ModeType>;
|
647
|
+
/** target scope */
|
648
|
+
scope?: InputMaybe<Scalars['String']>;
|
631
649
|
};
|
632
650
|
export declare type IIoRestorecommerceAddressAddress = {
|
633
651
|
id?: InputMaybe<Scalars['String']>;
|
@@ -641,6 +659,8 @@ export declare type IIoRestorecommerceAddressAddress = {
|
|
641
659
|
altitude?: InputMaybe<Scalars['Float']>;
|
642
660
|
buildingNumber?: InputMaybe<Scalars['String']>;
|
643
661
|
addressAddition?: InputMaybe<IIoRestorecommerceAddressAddressAddition>;
|
662
|
+
/** target scope */
|
663
|
+
scope?: InputMaybe<Scalars['String']>;
|
644
664
|
};
|
645
665
|
export declare type IIoRestorecommerceMetaMeta = {
|
646
666
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -648,22 +668,32 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
648
668
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
649
669
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
650
670
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
671
|
+
/** target scope */
|
672
|
+
scope?: InputMaybe<Scalars['String']>;
|
651
673
|
};
|
652
674
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
653
675
|
id?: InputMaybe<Scalars['String']>;
|
654
676
|
value?: InputMaybe<Scalars['String']>;
|
655
677
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
678
|
+
/** target scope */
|
679
|
+
scope?: InputMaybe<Scalars['String']>;
|
656
680
|
};
|
657
681
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
658
682
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
683
|
+
/** target scope */
|
684
|
+
scope?: InputMaybe<Scalars['String']>;
|
659
685
|
};
|
660
686
|
export declare type IIoRestorecommerceAddressAddressGeoPoint = {
|
661
687
|
latitude?: InputMaybe<Scalars['Float']>;
|
662
688
|
longitude?: InputMaybe<Scalars['Float']>;
|
689
|
+
/** target scope */
|
690
|
+
scope?: InputMaybe<Scalars['String']>;
|
663
691
|
};
|
664
692
|
export declare type IIoRestorecommerceAddressAddressAddition = {
|
665
693
|
field1?: InputMaybe<Scalars['String']>;
|
666
694
|
field2?: InputMaybe<Scalars['String']>;
|
695
|
+
/** target scope */
|
696
|
+
scope?: InputMaybe<Scalars['String']>;
|
667
697
|
};
|
668
698
|
export declare enum ModeType {
|
669
699
|
Create = "CREATE",
|
@@ -682,6 +712,8 @@ export declare type IoRestorecommerceResourcebaseDeleteResponse = {
|
|
682
712
|
export declare type IIoRestorecommerceResourcebaseDeleteRequest = {
|
683
713
|
collection?: InputMaybe<Scalars['Boolean']>;
|
684
714
|
ids?: InputMaybe<Array<Scalars['String']>>;
|
715
|
+
/** target scope */
|
716
|
+
scope?: InputMaybe<Scalars['String']>;
|
685
717
|
};
|
686
718
|
export declare type ResourceCountryMutation = {
|
687
719
|
__typename?: 'ResourceCountryMutation';
|
@@ -698,6 +730,8 @@ export declare type IIoRestorecommerceCountryCountryList = {
|
|
698
730
|
items?: InputMaybe<Array<IIoRestorecommerceCountryCountry>>;
|
699
731
|
totalCount?: InputMaybe<Scalars['Int']>;
|
700
732
|
mode?: InputMaybe<ModeType>;
|
733
|
+
/** target scope */
|
734
|
+
scope?: InputMaybe<Scalars['String']>;
|
701
735
|
};
|
702
736
|
export declare type IIoRestorecommerceCountryCountry = {
|
703
737
|
id?: InputMaybe<Scalars['String']>;
|
@@ -706,6 +740,8 @@ export declare type IIoRestorecommerceCountryCountry = {
|
|
706
740
|
countryCode?: InputMaybe<Scalars['String']>;
|
707
741
|
geographicalName?: InputMaybe<Scalars['String']>;
|
708
742
|
economicAreas?: InputMaybe<Array<Scalars['String']>>;
|
743
|
+
/** target scope */
|
744
|
+
scope?: InputMaybe<Scalars['String']>;
|
709
745
|
};
|
710
746
|
export declare type ResourceTimezoneMutation = {
|
711
747
|
__typename?: 'ResourceTimezoneMutation';
|
@@ -722,11 +758,15 @@ export declare type IIoRestorecommerceTimezoneTimezoneList = {
|
|
722
758
|
items?: InputMaybe<Array<IIoRestorecommerceTimezoneTimezone>>;
|
723
759
|
totalCount?: InputMaybe<Scalars['Int']>;
|
724
760
|
mode?: InputMaybe<ModeType>;
|
761
|
+
/** target scope */
|
762
|
+
scope?: InputMaybe<Scalars['String']>;
|
725
763
|
};
|
726
764
|
export declare type IIoRestorecommerceTimezoneTimezone = {
|
727
765
|
id?: InputMaybe<Scalars['String']>;
|
728
766
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
729
767
|
description?: InputMaybe<Scalars['String']>;
|
768
|
+
/** target scope */
|
769
|
+
scope?: InputMaybe<Scalars['String']>;
|
730
770
|
};
|
731
771
|
export declare type ResourceContactPointTypeMutation = {
|
732
772
|
__typename?: 'ResourceContactPointTypeMutation';
|
@@ -743,11 +783,15 @@ export declare type IIoRestorecommerceContactPointTypeContactPointTypeList = {
|
|
743
783
|
items?: InputMaybe<Array<IIoRestorecommerceContactPointTypeContactPointType>>;
|
744
784
|
totalCount?: InputMaybe<Scalars['Int']>;
|
745
785
|
mode?: InputMaybe<ModeType>;
|
786
|
+
/** target scope */
|
787
|
+
scope?: InputMaybe<Scalars['String']>;
|
746
788
|
};
|
747
789
|
export declare type IIoRestorecommerceContactPointTypeContactPointType = {
|
748
790
|
id?: InputMaybe<Scalars['String']>;
|
749
791
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
750
792
|
type?: InputMaybe<Scalars['String']>;
|
793
|
+
/** target scope */
|
794
|
+
scope?: InputMaybe<Scalars['String']>;
|
751
795
|
};
|
752
796
|
export declare type ResourceCustomerMutation = {
|
753
797
|
__typename?: 'ResourceCustomerMutation';
|
@@ -764,6 +808,8 @@ export declare type IIoRestorecommerceCustomerCustomerList = {
|
|
764
808
|
items?: InputMaybe<Array<IIoRestorecommerceCustomerCustomer>>;
|
765
809
|
totalCount?: InputMaybe<Scalars['Int']>;
|
766
810
|
mode?: InputMaybe<ModeType>;
|
811
|
+
/** target scope */
|
812
|
+
scope?: InputMaybe<Scalars['String']>;
|
767
813
|
};
|
768
814
|
export declare type IIoRestorecommerceCustomerCustomer = {
|
769
815
|
id?: InputMaybe<Scalars['String']>;
|
@@ -771,20 +817,28 @@ export declare type IIoRestorecommerceCustomerCustomer = {
|
|
771
817
|
individualUser?: InputMaybe<IIoRestorecommerceCustomerIndividualUser>;
|
772
818
|
orgUser?: InputMaybe<IIoRestorecommerceCustomerOrgUser>;
|
773
819
|
guest?: InputMaybe<IIoRestorecommerceCustomerGuest>;
|
820
|
+
/** target scope */
|
821
|
+
scope?: InputMaybe<Scalars['String']>;
|
774
822
|
};
|
775
823
|
export declare type IIoRestorecommerceCustomerIndividualUser = {
|
776
824
|
userId?: InputMaybe<Scalars['String']>;
|
777
825
|
addressId?: InputMaybe<Scalars['String']>;
|
778
826
|
contactPointIds?: InputMaybe<Array<Scalars['String']>>;
|
827
|
+
/** target scope */
|
828
|
+
scope?: InputMaybe<Scalars['String']>;
|
779
829
|
};
|
780
830
|
export declare type IIoRestorecommerceCustomerOrgUser = {
|
781
831
|
userId?: InputMaybe<Scalars['String']>;
|
782
832
|
organizationId?: InputMaybe<Scalars['String']>;
|
833
|
+
/** target scope */
|
834
|
+
scope?: InputMaybe<Scalars['String']>;
|
783
835
|
};
|
784
836
|
export declare type IIoRestorecommerceCustomerGuest = {
|
785
837
|
guest?: InputMaybe<Scalars['Boolean']>;
|
786
838
|
addressId?: InputMaybe<Scalars['String']>;
|
787
839
|
contactPointIds?: InputMaybe<Array<Scalars['String']>>;
|
840
|
+
/** target scope */
|
841
|
+
scope?: InputMaybe<Scalars['String']>;
|
788
842
|
};
|
789
843
|
export declare type ResourceContactPointMutation = {
|
790
844
|
__typename?: 'ResourceContactPointMutation';
|
@@ -801,6 +855,8 @@ export declare type IIoRestorecommerceContactPointContactPointList = {
|
|
801
855
|
items?: InputMaybe<Array<IIoRestorecommerceContactPointContactPoint>>;
|
802
856
|
totalCount?: InputMaybe<Scalars['Int']>;
|
803
857
|
mode?: InputMaybe<ModeType>;
|
858
|
+
/** target scope */
|
859
|
+
scope?: InputMaybe<Scalars['String']>;
|
804
860
|
};
|
805
861
|
export declare type IIoRestorecommerceContactPointContactPoint = {
|
806
862
|
id?: InputMaybe<Scalars['String']>;
|
@@ -812,6 +868,8 @@ export declare type IIoRestorecommerceContactPointContactPoint = {
|
|
812
868
|
telephone?: InputMaybe<Scalars['String']>;
|
813
869
|
timezoneId?: InputMaybe<Scalars['String']>;
|
814
870
|
localeId?: InputMaybe<Scalars['String']>;
|
871
|
+
/** target scope */
|
872
|
+
scope?: InputMaybe<Scalars['String']>;
|
815
873
|
};
|
816
874
|
export declare type ResourceLocaleMutation = {
|
817
875
|
__typename?: 'ResourceLocaleMutation';
|
@@ -828,12 +886,16 @@ export declare type IIoRestorecommerceLocaleLocaleList = {
|
|
828
886
|
items?: InputMaybe<Array<IIoRestorecommerceLocaleLocale>>;
|
829
887
|
totalCount?: InputMaybe<Scalars['Int']>;
|
830
888
|
mode?: InputMaybe<ModeType>;
|
889
|
+
/** target scope */
|
890
|
+
scope?: InputMaybe<Scalars['String']>;
|
831
891
|
};
|
832
892
|
export declare type IIoRestorecommerceLocaleLocale = {
|
833
893
|
id?: InputMaybe<Scalars['String']>;
|
834
894
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
835
895
|
value?: InputMaybe<Scalars['String']>;
|
836
896
|
description?: InputMaybe<Scalars['String']>;
|
897
|
+
/** target scope */
|
898
|
+
scope?: InputMaybe<Scalars['String']>;
|
837
899
|
};
|
838
900
|
export declare type ResourceLocationMutation = {
|
839
901
|
__typename?: 'ResourceLocationMutation';
|
@@ -850,6 +912,8 @@ export declare type IIoRestorecommerceLocationLocationList = {
|
|
850
912
|
items?: InputMaybe<Array<IIoRestorecommerceLocationLocation>>;
|
851
913
|
totalCount?: InputMaybe<Scalars['Int']>;
|
852
914
|
mode?: InputMaybe<ModeType>;
|
915
|
+
/** target scope */
|
916
|
+
scope?: InputMaybe<Scalars['String']>;
|
853
917
|
};
|
854
918
|
export declare type IIoRestorecommerceLocationLocation = {
|
855
919
|
id?: InputMaybe<Scalars['String']>;
|
@@ -861,6 +925,8 @@ export declare type IIoRestorecommerceLocationLocation = {
|
|
861
925
|
addressId?: InputMaybe<Scalars['String']>;
|
862
926
|
data?: InputMaybe<IGoogleProtobufAny>;
|
863
927
|
type?: InputMaybe<Scalars['String']>;
|
928
|
+
/** target scope */
|
929
|
+
scope?: InputMaybe<Scalars['String']>;
|
864
930
|
};
|
865
931
|
export declare type ResourceOrganizationMutation = {
|
866
932
|
__typename?: 'ResourceOrganizationMutation';
|
@@ -877,6 +943,8 @@ export declare type IIoRestorecommerceOrganizationOrganizationList = {
|
|
877
943
|
items?: InputMaybe<Array<IIoRestorecommerceOrganizationOrganization>>;
|
878
944
|
totalCount?: InputMaybe<Scalars['Int']>;
|
879
945
|
mode?: InputMaybe<ModeType>;
|
946
|
+
/** target scope */
|
947
|
+
scope?: InputMaybe<Scalars['String']>;
|
880
948
|
};
|
881
949
|
export declare type IIoRestorecommerceOrganizationOrganization = {
|
882
950
|
id?: InputMaybe<Scalars['String']>;
|
@@ -894,6 +962,8 @@ export declare type IIoRestorecommerceOrganizationOrganization = {
|
|
894
962
|
name?: InputMaybe<Scalars['String']>;
|
895
963
|
paymentMethodIds?: InputMaybe<Array<Scalars['String']>>;
|
896
964
|
data?: InputMaybe<IGoogleProtobufAny>;
|
965
|
+
/** target scope */
|
966
|
+
scope?: InputMaybe<Scalars['String']>;
|
897
967
|
};
|
898
968
|
export declare type ResourceTaxMutation = {
|
899
969
|
__typename?: 'ResourceTaxMutation';
|
@@ -910,6 +980,8 @@ export declare type IIoRestorecommerceTaxTaxList = {
|
|
910
980
|
items?: InputMaybe<Array<IIoRestorecommerceTaxTax>>;
|
911
981
|
totalCount?: InputMaybe<Scalars['Int']>;
|
912
982
|
mode?: InputMaybe<ModeType>;
|
983
|
+
/** target scope */
|
984
|
+
scope?: InputMaybe<Scalars['String']>;
|
913
985
|
};
|
914
986
|
export declare type IIoRestorecommerceTaxTax = {
|
915
987
|
id?: InputMaybe<Scalars['String']>;
|
@@ -918,6 +990,8 @@ export declare type IIoRestorecommerceTaxTax = {
|
|
918
990
|
rate?: InputMaybe<Scalars['Float']>;
|
919
991
|
variant?: InputMaybe<Scalars['String']>;
|
920
992
|
typeId?: InputMaybe<Scalars['String']>;
|
993
|
+
/** target scope */
|
994
|
+
scope?: InputMaybe<Scalars['String']>;
|
921
995
|
};
|
922
996
|
export declare type ResourceTaxTypeMutation = {
|
923
997
|
__typename?: 'ResourceTaxTypeMutation';
|
@@ -934,12 +1008,16 @@ export declare type IIoRestorecommerceTaxTypeTaxTypeList = {
|
|
934
1008
|
items?: InputMaybe<Array<IIoRestorecommerceTaxTypeTaxType>>;
|
935
1009
|
totalCount?: InputMaybe<Scalars['Int']>;
|
936
1010
|
mode?: InputMaybe<ModeType>;
|
1011
|
+
/** target scope */
|
1012
|
+
scope?: InputMaybe<Scalars['String']>;
|
937
1013
|
};
|
938
1014
|
export declare type IIoRestorecommerceTaxTypeTaxType = {
|
939
1015
|
id?: InputMaybe<Scalars['String']>;
|
940
1016
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
941
1017
|
type?: InputMaybe<Scalars['String']>;
|
942
1018
|
description?: InputMaybe<Scalars['String']>;
|
1019
|
+
/** target scope */
|
1020
|
+
scope?: InputMaybe<Scalars['String']>;
|
943
1021
|
};
|
944
1022
|
export declare type ResourceCommandMutation = {
|
945
1023
|
__typename?: 'ResourceCommandMutation';
|
@@ -956,6 +1034,8 @@ export declare type IIoRestorecommerceCommandCommandList = {
|
|
956
1034
|
items?: InputMaybe<Array<IIoRestorecommerceCommandCommand>>;
|
957
1035
|
totalCount?: InputMaybe<Scalars['Int']>;
|
958
1036
|
mode?: InputMaybe<ModeType>;
|
1037
|
+
/** target scope */
|
1038
|
+
scope?: InputMaybe<Scalars['String']>;
|
959
1039
|
};
|
960
1040
|
export declare type IIoRestorecommerceCommandCommand = {
|
961
1041
|
id?: InputMaybe<Scalars['String']>;
|
@@ -963,12 +1043,16 @@ export declare type IIoRestorecommerceCommandCommand = {
|
|
963
1043
|
name?: InputMaybe<Scalars['String']>;
|
964
1044
|
parameters?: InputMaybe<Array<IIoRestorecommerceCommandCommandParameter>>;
|
965
1045
|
description?: InputMaybe<Scalars['String']>;
|
1046
|
+
/** target scope */
|
1047
|
+
scope?: InputMaybe<Scalars['String']>;
|
966
1048
|
};
|
967
1049
|
export declare type IIoRestorecommerceCommandCommandParameter = {
|
968
1050
|
field?: InputMaybe<Scalars['String']>;
|
969
1051
|
description?: InputMaybe<Scalars['String']>;
|
970
1052
|
type?: InputMaybe<IoRestorecommerceCommandCommandParameterParameterType>;
|
971
1053
|
properties?: InputMaybe<Scalars['String']>;
|
1054
|
+
/** target scope */
|
1055
|
+
scope?: InputMaybe<Scalars['String']>;
|
972
1056
|
};
|
973
1057
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
974
1058
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -145,6 +145,8 @@ export declare type IIoRestorecommerceJobJobReadRequest = {
|
|
145
145
|
sort?: InputMaybe<IoRestorecommerceJobJobReadRequestSortOrder>;
|
146
146
|
filter?: InputMaybe<IIoRestorecommerceJobJobFilter>;
|
147
147
|
field?: InputMaybe<Array<IIoRestorecommerceResourcebaseFieldFilter>>;
|
148
|
+
/** target scope */
|
149
|
+
scope?: InputMaybe<Scalars['String']>;
|
148
150
|
};
|
149
151
|
export declare enum IoRestorecommerceJobJobReadRequestSortOrder {
|
150
152
|
Unsorted = 0,
|
@@ -154,10 +156,14 @@ export declare enum IoRestorecommerceJobJobReadRequestSortOrder {
|
|
154
156
|
export declare type IIoRestorecommerceJobJobFilter = {
|
155
157
|
jobIds?: InputMaybe<Array<Scalars['String']>>;
|
156
158
|
type?: InputMaybe<Scalars['String']>;
|
159
|
+
/** target scope */
|
160
|
+
scope?: InputMaybe<Scalars['String']>;
|
157
161
|
};
|
158
162
|
export declare type IIoRestorecommerceResourcebaseFieldFilter = {
|
159
163
|
name?: InputMaybe<Scalars['String']>;
|
160
164
|
include?: InputMaybe<Scalars['Boolean']>;
|
165
|
+
/** target scope */
|
166
|
+
scope?: InputMaybe<Scalars['String']>;
|
161
167
|
};
|
162
168
|
export declare type Mutation = {
|
163
169
|
__typename?: 'Mutation';
|
@@ -182,6 +188,8 @@ export declare type IIoRestorecommerceJobJobList = {
|
|
182
188
|
items?: InputMaybe<Array<IIoRestorecommerceJobJob>>;
|
183
189
|
totalCount?: InputMaybe<Scalars['Int']>;
|
184
190
|
mode?: InputMaybe<ModeType>;
|
191
|
+
/** target scope */
|
192
|
+
scope?: InputMaybe<Scalars['String']>;
|
185
193
|
};
|
186
194
|
export declare type IIoRestorecommerceJobJob = {
|
187
195
|
id?: InputMaybe<Scalars['String']>;
|
@@ -189,16 +197,22 @@ export declare type IIoRestorecommerceJobJob = {
|
|
189
197
|
data?: InputMaybe<IIoRestorecommerceJobData>;
|
190
198
|
when?: InputMaybe<Scalars['String']>;
|
191
199
|
options?: InputMaybe<IIoRestorecommerceJobJobOptions>;
|
200
|
+
/** target scope */
|
201
|
+
scope?: InputMaybe<Scalars['String']>;
|
192
202
|
};
|
193
203
|
export declare type IIoRestorecommerceJobData = {
|
194
204
|
timezone?: InputMaybe<Scalars['String']>;
|
195
205
|
payload?: InputMaybe<IGoogleProtobufAny>;
|
196
206
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
197
207
|
subjectId?: InputMaybe<Scalars['String']>;
|
208
|
+
/** target scope */
|
209
|
+
scope?: InputMaybe<Scalars['String']>;
|
198
210
|
};
|
199
211
|
export declare type IGoogleProtobufAny = {
|
200
212
|
typeUrl?: InputMaybe<Scalars['String']>;
|
201
213
|
value?: InputMaybe<Scalars['Upload']>;
|
214
|
+
/** target scope */
|
215
|
+
scope?: InputMaybe<Scalars['String']>;
|
202
216
|
};
|
203
217
|
export declare type IIoRestorecommerceMetaMeta = {
|
204
218
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -206,14 +220,20 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
206
220
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
207
221
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
208
222
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
223
|
+
/** target scope */
|
224
|
+
scope?: InputMaybe<Scalars['String']>;
|
209
225
|
};
|
210
226
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
211
227
|
id?: InputMaybe<Scalars['String']>;
|
212
228
|
value?: InputMaybe<Scalars['String']>;
|
213
229
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
230
|
+
/** target scope */
|
231
|
+
scope?: InputMaybe<Scalars['String']>;
|
214
232
|
};
|
215
233
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
216
234
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
235
|
+
/** target scope */
|
236
|
+
scope?: InputMaybe<Scalars['String']>;
|
217
237
|
};
|
218
238
|
export declare type IIoRestorecommerceJobJobOptions = {
|
219
239
|
priority?: InputMaybe<IoRestorecommerceJobJobOptionsPriority>;
|
@@ -223,10 +243,14 @@ export declare type IIoRestorecommerceJobJobOptions = {
|
|
223
243
|
repeat?: InputMaybe<IIoRestorecommerceJobRepeat>;
|
224
244
|
jobId?: InputMaybe<Scalars['String']>;
|
225
245
|
removeOnComplete?: InputMaybe<Scalars['Boolean']>;
|
246
|
+
/** target scope */
|
247
|
+
scope?: InputMaybe<Scalars['String']>;
|
226
248
|
};
|
227
249
|
export declare type IIoRestorecommerceJobBackoff = {
|
228
250
|
delay?: InputMaybe<Scalars['Float']>;
|
229
251
|
type?: InputMaybe<IoRestorecommerceJobBackoffType>;
|
252
|
+
/** target scope */
|
253
|
+
scope?: InputMaybe<Scalars['String']>;
|
230
254
|
};
|
231
255
|
export declare type IIoRestorecommerceJobRepeat = {
|
232
256
|
every?: InputMaybe<Scalars['Int']>;
|
@@ -235,6 +259,8 @@ export declare type IIoRestorecommerceJobRepeat = {
|
|
235
259
|
endDate?: InputMaybe<Scalars['String']>;
|
236
260
|
count?: InputMaybe<Scalars['Int']>;
|
237
261
|
jobId?: InputMaybe<Scalars['String']>;
|
262
|
+
/** target scope */
|
263
|
+
scope?: InputMaybe<Scalars['String']>;
|
238
264
|
};
|
239
265
|
export declare enum ModeType {
|
240
266
|
Create = "CREATE",
|
@@ -253,6 +279,8 @@ export declare type IoRestorecommerceResourcebaseDeleteResponse = {
|
|
253
279
|
export declare type IIoRestorecommerceResourcebaseDeleteRequest = {
|
254
280
|
collection?: InputMaybe<Scalars['Boolean']>;
|
255
281
|
ids?: InputMaybe<Array<Scalars['String']>>;
|
282
|
+
/** target scope */
|
283
|
+
scope?: InputMaybe<Scalars['String']>;
|
256
284
|
};
|
257
285
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
258
286
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@restorecommerce/facade",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.4",
|
4
4
|
"description": "Facade for Restorecommerce microservices",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"typings": "dist/index.d.ts",
|
@@ -108,5 +108,5 @@
|
|
108
108
|
"publishConfig": {
|
109
109
|
"access": "public"
|
110
110
|
},
|
111
|
-
"gitHead": "
|
111
|
+
"gitHead": "37c47aa3f9570ca31f7ec9e340ebbef8c4f3d7e3"
|
112
112
|
}
|