@restorecommerce/facade 1.6.2 → 1.6.3
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 +8 -0
- package/dist/modules/catalog/gql/schema.generated.d.ts +0 -189
- package/dist/modules/catalog/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/catalog/gql/schema.generated.js +0 -26
- package/dist/modules/catalog/gql/schema.generated.js.map +1 -1
- package/dist/modules/catalog/gql/types.d.ts.map +1 -1
- package/dist/modules/catalog/gql/types.js +1 -3
- package/dist/modules/catalog/gql/types.js.map +1 -1
- package/dist/modules/catalog/grpc/index.d.ts +0 -2
- package/dist/modules/catalog/grpc/index.d.ts.map +1 -1
- package/dist/modules/catalog/grpc/index.js +0 -3
- package/dist/modules/catalog/grpc/index.js.map +1 -1
- package/dist/modules/master_data/gql/schema.generated.d.ts +189 -0
- package/dist/modules/master_data/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/master_data/gql/schema.generated.js +26 -0
- package/dist/modules/master_data/gql/schema.generated.js.map +1 -1
- package/dist/modules/master_data/gql/types.d.ts.map +1 -1
- package/dist/modules/master_data/gql/types.js +2 -0
- package/dist/modules/master_data/gql/types.js.map +1 -1
- package/dist/modules/master_data/grpc/index.d.ts +2 -0
- package/dist/modules/master_data/grpc/index.d.ts.map +1 -1
- package/dist/modules/master_data/grpc/index.js +3 -0
- package/dist/modules/master_data/grpc/index.js.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +2 -2
@@ -3,15 +3,13 @@ import { protoMetadata as metaPackageIoRestorecommerceProduct_prototype } from '
|
|
3
3
|
import { protoMetadata as metaPackageIoRestorecommerceProduct_category } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/product_category.js';
|
4
4
|
import { protoMetadata as metaPackageIoRestorecommercePrice_group } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/price_group.js';
|
5
5
|
import { protoMetadata as metaPackageIoRestorecommerceManufacturer } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/manufacturer.js';
|
6
|
-
import { protoMetadata as metaPackageIoRestorecommerceUnitCode } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/unit_code.js';
|
7
6
|
import { registerPackagesRecursive } from '../../../gql/protos/index.js';
|
8
7
|
export const subServices = [
|
9
8
|
metaPackageIoRestorecommerceProduct,
|
10
9
|
metaPackageIoRestorecommerceProduct_prototype,
|
11
10
|
metaPackageIoRestorecommerceProduct_category,
|
12
11
|
metaPackageIoRestorecommercePrice_group,
|
13
|
-
metaPackageIoRestorecommerceManufacturer
|
14
|
-
metaPackageIoRestorecommerceUnitCode
|
12
|
+
metaPackageIoRestorecommerceManufacturer
|
15
13
|
];
|
16
14
|
export const registerTypings = () => {
|
17
15
|
registerPackagesRecursive(...subServices);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/modules/catalog/gql/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,mCAAmC,EAAE,MAAM,+EAA+E,CAAC;AACrJ,OAAO,EAAE,aAAa,IAAI,6CAA6C,EAAE,MAAM,yFAAyF,CAAC;AACzK,OAAO,EAAE,aAAa,IAAI,4CAA4C,EAAE,MAAM,wFAAwF,CAAC;AACvK,OAAO,EAAE,aAAa,IAAI,uCAAuC,EAAE,MAAM,mFAAmF,CAAC;AAC7J,OAAO,EAAE,aAAa,IAAI,wCAAwC,EAAE,MAAM,oFAAoF,CAAC;AAC/J,OAAO,
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/modules/catalog/gql/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,mCAAmC,EAAE,MAAM,+EAA+E,CAAC;AACrJ,OAAO,EAAE,aAAa,IAAI,6CAA6C,EAAE,MAAM,yFAAyF,CAAC;AACzK,OAAO,EAAE,aAAa,IAAI,4CAA4C,EAAE,MAAM,wFAAwF,CAAC;AACvK,OAAO,EAAE,aAAa,IAAI,uCAAuC,EAAE,MAAM,mFAAmF,CAAC;AAC7J,OAAO,EAAE,aAAa,IAAI,wCAAwC,EAAE,MAAM,oFAAoF,CAAC;AAC/J,OAAO,EAAsB,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AAE7F,MAAM,CAAC,MAAM,WAAW,GAAoB;IAC1C,mCAAmC;IACnC,6CAA6C;IAC7C,4CAA4C;IAC5C,uCAAuC;IACvC,wCAAwC;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE;IAClC,yBAAyB,CAAC,GAAG,WAAW,CAAC,CAAC;AAC5C,CAAC,CAAC"}
|
@@ -4,7 +4,6 @@ import { type ProductPrototypeServiceClient } from '@restorecommerce/rc-grpc-cli
|
|
4
4
|
import { type ProductCategoryServiceClient } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/product_category.js';
|
5
5
|
import { type PriceGroupServiceClient } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/price_group.js';
|
6
6
|
import { type ManufacturerServiceClient } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/manufacturer.js';
|
7
|
-
import { type UnitCodeServiceClient } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/unit_code.js';
|
8
7
|
import { type GrpcClientConfig } from '@restorecommerce/grpc-client';
|
9
8
|
export declare class CatalogSrvGrpcClient extends RestoreCommerceGrpcClient {
|
10
9
|
readonly product: ProductServiceClient;
|
@@ -12,7 +11,6 @@ export declare class CatalogSrvGrpcClient extends RestoreCommerceGrpcClient {
|
|
12
11
|
readonly product_category: ProductCategoryServiceClient;
|
13
12
|
readonly price_group: PriceGroupServiceClient;
|
14
13
|
readonly manufacturer: ManufacturerServiceClient;
|
15
|
-
readonly unit_code: UnitCodeServiceClient;
|
16
14
|
constructor(address: string, cfg: GrpcClientConfig);
|
17
15
|
}
|
18
16
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/catalog/grpc/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAC7E,OAAO,EACL,KAAK,oBAAoB,EAE1B,MAAM,+EAA+E,CAAC;AACvF,OAAO,EACL,KAAK,6BAA6B,EAEnC,MAAM,yFAAyF,CAAC;AACjG,OAAO,EACL,KAAK,4BAA4B,EAElC,MAAM,wFAAwF,CAAC;AAChG,OAAO,EACL,KAAK,uBAAuB,EAE7B,MAAM,mFAAmF,CAAC;AAC3F,OAAO,EACL,KAAK,yBAAyB,EAE/B,MAAM,oFAAoF,CAAC;AAC5F,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/catalog/grpc/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAC7E,OAAO,EACL,KAAK,oBAAoB,EAE1B,MAAM,+EAA+E,CAAC;AACvF,OAAO,EACL,KAAK,6BAA6B,EAEnC,MAAM,yFAAyF,CAAC;AACjG,OAAO,EACL,KAAK,4BAA4B,EAElC,MAAM,wFAAwF,CAAC;AAChG,OAAO,EACL,KAAK,uBAAuB,EAE7B,MAAM,mFAAmF,CAAC;AAC3F,OAAO,EACL,KAAK,yBAAyB,EAE/B,MAAM,oFAAoF,CAAC;AAC5F,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAErE,qBAAa,oBAAqB,SAAQ,yBAAyB;IAEjE,QAAQ,CAAC,OAAO,EAAE,oBAAoB,CAAC;IACvC,QAAQ,CAAC,iBAAiB,EAAE,6BAA6B,CAAC;IAC1D,QAAQ,CAAC,gBAAgB,EAAE,4BAA4B,CAAC;IACxD,QAAQ,CAAC,WAAW,EAAE,uBAAuB,CAAC;IAC9C,QAAQ,CAAC,YAAY,EAAE,yBAAyB,CAAC;gBAErC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,gBAAgB;CAUnD"}
|
@@ -4,14 +4,12 @@ import { ProductPrototypeServiceDefinition } from '@restorecommerce/rc-grpc-clie
|
|
4
4
|
import { ProductCategoryServiceDefinition } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/product_category.js';
|
5
5
|
import { PriceGroupServiceDefinition } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/price_group.js';
|
6
6
|
import { ManufacturerServiceDefinition } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/manufacturer.js';
|
7
|
-
import { UnitCodeServiceDefinition } from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/unit_code.js';
|
8
7
|
export class CatalogSrvGrpcClient extends RestoreCommerceGrpcClient {
|
9
8
|
product;
|
10
9
|
product_prototype;
|
11
10
|
product_category;
|
12
11
|
price_group;
|
13
12
|
manufacturer;
|
14
|
-
unit_code;
|
15
13
|
constructor(address, cfg) {
|
16
14
|
super(address, cfg);
|
17
15
|
this.product = this.createClient(cfg, ProductServiceDefinition, this.channel);
|
@@ -19,7 +17,6 @@ export class CatalogSrvGrpcClient extends RestoreCommerceGrpcClient {
|
|
19
17
|
this.product_category = this.createClient(cfg, ProductCategoryServiceDefinition, this.channel);
|
20
18
|
this.price_group = this.createClient(cfg, PriceGroupServiceDefinition, this.channel);
|
21
19
|
this.manufacturer = this.createClient(cfg, ManufacturerServiceDefinition, this.channel);
|
22
|
-
this.unit_code = this.createClient(cfg, UnitCodeServiceDefinition, this.channel);
|
23
20
|
}
|
24
21
|
}
|
25
22
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/catalog/grpc/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAC7E,OAAO,EAEL,wBAAwB,EACzB,MAAM,+EAA+E,CAAC;AACvF,OAAO,EAEL,iCAAiC,EAClC,MAAM,yFAAyF,CAAC;AACjG,OAAO,EAEL,gCAAgC,EACjC,MAAM,wFAAwF,CAAC;AAChG,OAAO,EAEL,2BAA2B,EAC5B,MAAM,mFAAmF,CAAC;AAC3F,OAAO,EAEL,6BAA6B,EAC9B,MAAM,oFAAoF,CAAC;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/catalog/grpc/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAC7E,OAAO,EAEL,wBAAwB,EACzB,MAAM,+EAA+E,CAAC;AACvF,OAAO,EAEL,iCAAiC,EAClC,MAAM,yFAAyF,CAAC;AACjG,OAAO,EAEL,gCAAgC,EACjC,MAAM,wFAAwF,CAAC;AAChG,OAAO,EAEL,2BAA2B,EAC5B,MAAM,mFAAmF,CAAC;AAC3F,OAAO,EAEL,6BAA6B,EAC9B,MAAM,oFAAoF,CAAC;AAG5F,MAAM,OAAO,oBAAqB,SAAQ,yBAAyB;IAExD,OAAO,CAAuB;IAC9B,iBAAiB,CAAgC;IACjD,gBAAgB,CAA+B;IAC/C,WAAW,CAA0B;IACrC,YAAY,CAA4B;IAEjD,YAAY,OAAe,EAAE,GAAqB;QAChD,KAAK,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC;QAEpB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,wBAAwB,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9E,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,iCAAiC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,gCAAgC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/F,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,2BAA2B,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QACrF,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,6BAA6B,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;IAC1F,CAAC;CAEF"}
|
@@ -76,6 +76,7 @@ export type ResourceQuery = {
|
|
76
76
|
organization: ResourceOrganizationQuery;
|
77
77
|
tax_type: ResourceTaxTypeQuery;
|
78
78
|
tax: ResourceTaxQuery;
|
79
|
+
unit_code: ResourceUnitCodeQuery;
|
79
80
|
command: ResourceCommandQuery;
|
80
81
|
};
|
81
82
|
export type ResourceAddressQuery = {
|
@@ -705,6 +706,68 @@ export type IoRestorecommerceTaxTax = {
|
|
705
706
|
typeId?: Maybe<Scalars['String']['output']>;
|
706
707
|
type?: Maybe<IoRestorecommerceTaxTypeTaxType>;
|
707
708
|
};
|
709
|
+
export type ResourceUnitCodeQuery = {
|
710
|
+
__typename?: 'ResourceUnitCodeQuery';
|
711
|
+
Read?: Maybe<ProtoIoRestorecommerceUnitCodeUnitCodeListResponse>;
|
712
|
+
};
|
713
|
+
export type ResourceUnitCodeQueryReadArgs = {
|
714
|
+
input: IIoRestorecommerceResourcebaseReadRequest;
|
715
|
+
};
|
716
|
+
export type ProtoIoRestorecommerceUnitCodeUnitCodeListResponse = {
|
717
|
+
__typename?: 'ProtoIoRestorecommerceUnitCodeUnitCodeListResponse';
|
718
|
+
details?: Maybe<IoRestorecommerceUnitCodeUnitCodeListResponse>;
|
719
|
+
};
|
720
|
+
export type IoRestorecommerceUnitCodeUnitCodeListResponse = {
|
721
|
+
__typename?: 'IoRestorecommerceUnitCodeUnitCodeListResponse';
|
722
|
+
items?: Maybe<Array<IoRestorecommerceUnitCodeUnitCodeResponse>>;
|
723
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
724
|
+
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
725
|
+
};
|
726
|
+
export type IoRestorecommerceUnitCodeUnitCodeResponse = {
|
727
|
+
__typename?: 'IoRestorecommerceUnitCodeUnitCodeResponse';
|
728
|
+
payload?: Maybe<IoRestorecommerceUnitCodeUnitCode>;
|
729
|
+
status?: Maybe<IoRestorecommerceStatusStatus>;
|
730
|
+
};
|
731
|
+
export type IoRestorecommerceUnitCodeUnitCode = {
|
732
|
+
__typename?: 'IoRestorecommerceUnitCodeUnitCode';
|
733
|
+
id?: Maybe<Scalars['String']['output']>;
|
734
|
+
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
735
|
+
status?: Maybe<IoRestorecommerceUnitCodeStatusCode>;
|
736
|
+
commonCode?: Maybe<Scalars['String']['output']>;
|
737
|
+
name?: Maybe<Scalars['String']['output']>;
|
738
|
+
description?: Maybe<Scalars['String']['output']>;
|
739
|
+
levelCategory?: Maybe<Scalars['String']['output']>;
|
740
|
+
symbol?: Maybe<Scalars['String']['output']>;
|
741
|
+
conversionFactor?: Maybe<Scalars['String']['output']>;
|
742
|
+
groupNumber?: Maybe<Scalars['String']['output']>;
|
743
|
+
sector?: Maybe<IoRestorecommerceUnitCodeSector>;
|
744
|
+
groupId?: Maybe<Scalars['String']['output']>;
|
745
|
+
quantity?: Maybe<Scalars['String']['output']>;
|
746
|
+
};
|
747
|
+
export declare enum IoRestorecommerceUnitCodeStatusCode {
|
748
|
+
Added = 0,
|
749
|
+
ChangedName = 1,
|
750
|
+
ChangedCharacteristic = 2,
|
751
|
+
Deprecated = 3,
|
752
|
+
MarkedAsDeleted = 4,
|
753
|
+
Reinstated = 5
|
754
|
+
}
|
755
|
+
export declare enum IoRestorecommerceUnitCodeSector {
|
756
|
+
Unknown = 0,
|
757
|
+
Acoustics = 1,
|
758
|
+
AtomicAndNuclearPhysics = 2,
|
759
|
+
CharacteristicNumbers = 3,
|
760
|
+
ElectricityAndMagnetism = 4,
|
761
|
+
Heat = 5,
|
762
|
+
LightAndRelatedElectromagneticRadiations = 6,
|
763
|
+
Mechanics = 7,
|
764
|
+
Miscellaneous = 8,
|
765
|
+
NuclearReactionsAndIonizingRadiations = 9,
|
766
|
+
PeriodicAndRelatedPhases = 10,
|
767
|
+
PhysicalChemistryAndMolecularPhysics = 11,
|
768
|
+
SolidStatePhysics = 12,
|
769
|
+
SpaceAndTime = 13
|
770
|
+
}
|
708
771
|
export type ResourceCommandQuery = {
|
709
772
|
__typename?: 'ResourceCommandQuery';
|
710
773
|
Read?: Maybe<ProtoIoRestorecommerceCommandCommandListResponse>;
|
@@ -766,6 +829,7 @@ export type ResourceMutation = {
|
|
766
829
|
organization: ResourceOrganizationMutation;
|
767
830
|
tax_type: ResourceTaxTypeMutation;
|
768
831
|
tax: ResourceTaxMutation;
|
832
|
+
unit_code: ResourceUnitCodeMutation;
|
769
833
|
command: ResourceCommandMutation;
|
770
834
|
};
|
771
835
|
export type ResourceAddressMutation = {
|
@@ -1145,6 +1209,39 @@ export type IIoRestorecommerceTaxTax = {
|
|
1145
1209
|
variant?: InputMaybe<Scalars['String']['input']>;
|
1146
1210
|
typeId?: InputMaybe<Scalars['String']['input']>;
|
1147
1211
|
};
|
1212
|
+
export type ResourceUnitCodeMutation = {
|
1213
|
+
__typename?: 'ResourceUnitCodeMutation';
|
1214
|
+
Mutate?: Maybe<ProtoIoRestorecommerceUnitCodeUnitCodeListResponse>;
|
1215
|
+
Delete?: Maybe<ProtoIoRestorecommerceResourcebaseDeleteResponse>;
|
1216
|
+
};
|
1217
|
+
export type ResourceUnitCodeMutationMutateArgs = {
|
1218
|
+
input: IIoRestorecommerceUnitCodeUnitCodeList;
|
1219
|
+
};
|
1220
|
+
export type ResourceUnitCodeMutationDeleteArgs = {
|
1221
|
+
input: IIoRestorecommerceResourcebaseDeleteRequest;
|
1222
|
+
};
|
1223
|
+
export type IIoRestorecommerceUnitCodeUnitCodeList = {
|
1224
|
+
items?: InputMaybe<Array<IIoRestorecommerceUnitCodeUnitCode>>;
|
1225
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
1226
|
+
mode?: InputMaybe<ModeType>;
|
1227
|
+
/** target scope */
|
1228
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
1229
|
+
};
|
1230
|
+
export type IIoRestorecommerceUnitCodeUnitCode = {
|
1231
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
1232
|
+
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
1233
|
+
status?: InputMaybe<IoRestorecommerceUnitCodeStatusCode>;
|
1234
|
+
commonCode?: InputMaybe<Scalars['String']['input']>;
|
1235
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
1236
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
1237
|
+
levelCategory?: InputMaybe<Scalars['String']['input']>;
|
1238
|
+
symbol?: InputMaybe<Scalars['String']['input']>;
|
1239
|
+
conversionFactor?: InputMaybe<Scalars['String']['input']>;
|
1240
|
+
groupNumber?: InputMaybe<Scalars['String']['input']>;
|
1241
|
+
sector?: InputMaybe<IoRestorecommerceUnitCodeSector>;
|
1242
|
+
groupId?: InputMaybe<Scalars['String']['input']>;
|
1243
|
+
quantity?: InputMaybe<Scalars['String']['input']>;
|
1244
|
+
};
|
1148
1245
|
export type ResourceCommandMutation = {
|
1149
1246
|
__typename?: 'ResourceCommandMutation';
|
1150
1247
|
Mutate?: Maybe<ProtoIoRestorecommerceCommandCommandListResponse>;
|
@@ -1322,6 +1419,13 @@ export type ResolversTypes = ResolversObject<{
|
|
1322
1419
|
IoRestorecommerceTaxTaxListResponse: ResolverTypeWrapper<IoRestorecommerceTaxTaxListResponse>;
|
1323
1420
|
IoRestorecommerceTaxTaxResponse: ResolverTypeWrapper<IoRestorecommerceTaxTaxResponse>;
|
1324
1421
|
IoRestorecommerceTaxTax: ResolverTypeWrapper<IoRestorecommerceTaxTax>;
|
1422
|
+
ResourceUnitCodeQuery: ResolverTypeWrapper<ResourceUnitCodeQuery>;
|
1423
|
+
ProtoIoRestorecommerceUnitCodeUnitCodeListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceUnitCodeUnitCodeListResponse>;
|
1424
|
+
IoRestorecommerceUnitCodeUnitCodeListResponse: ResolverTypeWrapper<IoRestorecommerceUnitCodeUnitCodeListResponse>;
|
1425
|
+
IoRestorecommerceUnitCodeUnitCodeResponse: ResolverTypeWrapper<IoRestorecommerceUnitCodeUnitCodeResponse>;
|
1426
|
+
IoRestorecommerceUnitCodeUnitCode: ResolverTypeWrapper<IoRestorecommerceUnitCodeUnitCode>;
|
1427
|
+
IoRestorecommerceUnitCodeStatusCode: IoRestorecommerceUnitCodeStatusCode;
|
1428
|
+
IoRestorecommerceUnitCodeSector: IoRestorecommerceUnitCodeSector;
|
1325
1429
|
ResourceCommandQuery: ResolverTypeWrapper<ResourceCommandQuery>;
|
1326
1430
|
ProtoIoRestorecommerceCommandCommandListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceCommandCommandListResponse>;
|
1327
1431
|
IoRestorecommerceCommandCommandListResponse: ResolverTypeWrapper<IoRestorecommerceCommandCommandListResponse>;
|
@@ -1380,6 +1484,9 @@ export type ResolversTypes = ResolversObject<{
|
|
1380
1484
|
ResourceTaxMutation: ResolverTypeWrapper<ResourceTaxMutation>;
|
1381
1485
|
IIoRestorecommerceTaxTaxList: IIoRestorecommerceTaxTaxList;
|
1382
1486
|
IIoRestorecommerceTaxTax: IIoRestorecommerceTaxTax;
|
1487
|
+
ResourceUnitCodeMutation: ResolverTypeWrapper<ResourceUnitCodeMutation>;
|
1488
|
+
IIoRestorecommerceUnitCodeUnitCodeList: IIoRestorecommerceUnitCodeUnitCodeList;
|
1489
|
+
IIoRestorecommerceUnitCodeUnitCode: IIoRestorecommerceUnitCodeUnitCode;
|
1383
1490
|
ResourceCommandMutation: ResolverTypeWrapper<ResourceCommandMutation>;
|
1384
1491
|
IIoRestorecommerceCommandCommandList: IIoRestorecommerceCommandCommandList;
|
1385
1492
|
IIoRestorecommerceCommandCommand: IIoRestorecommerceCommandCommand;
|
@@ -1480,6 +1587,11 @@ export type ResolversParentTypes = ResolversObject<{
|
|
1480
1587
|
IoRestorecommerceTaxTaxListResponse: IoRestorecommerceTaxTaxListResponse;
|
1481
1588
|
IoRestorecommerceTaxTaxResponse: IoRestorecommerceTaxTaxResponse;
|
1482
1589
|
IoRestorecommerceTaxTax: IoRestorecommerceTaxTax;
|
1590
|
+
ResourceUnitCodeQuery: ResourceUnitCodeQuery;
|
1591
|
+
ProtoIoRestorecommerceUnitCodeUnitCodeListResponse: ProtoIoRestorecommerceUnitCodeUnitCodeListResponse;
|
1592
|
+
IoRestorecommerceUnitCodeUnitCodeListResponse: IoRestorecommerceUnitCodeUnitCodeListResponse;
|
1593
|
+
IoRestorecommerceUnitCodeUnitCodeResponse: IoRestorecommerceUnitCodeUnitCodeResponse;
|
1594
|
+
IoRestorecommerceUnitCodeUnitCode: IoRestorecommerceUnitCodeUnitCode;
|
1483
1595
|
ResourceCommandQuery: ResourceCommandQuery;
|
1484
1596
|
ProtoIoRestorecommerceCommandCommandListResponse: ProtoIoRestorecommerceCommandCommandListResponse;
|
1485
1597
|
IoRestorecommerceCommandCommandListResponse: IoRestorecommerceCommandCommandListResponse;
|
@@ -1536,6 +1648,9 @@ export type ResolversParentTypes = ResolversObject<{
|
|
1536
1648
|
ResourceTaxMutation: ResourceTaxMutation;
|
1537
1649
|
IIoRestorecommerceTaxTaxList: IIoRestorecommerceTaxTaxList;
|
1538
1650
|
IIoRestorecommerceTaxTax: IIoRestorecommerceTaxTax;
|
1651
|
+
ResourceUnitCodeMutation: ResourceUnitCodeMutation;
|
1652
|
+
IIoRestorecommerceUnitCodeUnitCodeList: IIoRestorecommerceUnitCodeUnitCodeList;
|
1653
|
+
IIoRestorecommerceUnitCodeUnitCode: IIoRestorecommerceUnitCodeUnitCode;
|
1539
1654
|
ResourceCommandMutation: ResourceCommandMutation;
|
1540
1655
|
IIoRestorecommerceCommandCommandList: IIoRestorecommerceCommandCommandList;
|
1541
1656
|
IIoRestorecommerceCommandCommand: IIoRestorecommerceCommandCommand;
|
@@ -1558,6 +1673,7 @@ export type ResourceQueryResolvers<ContextType = ResourceContext, ParentType ext
|
|
1558
1673
|
organization?: Resolver<ResolversTypes['ResourceOrganizationQuery'], ParentType, ContextType>;
|
1559
1674
|
tax_type?: Resolver<ResolversTypes['ResourceTaxTypeQuery'], ParentType, ContextType>;
|
1560
1675
|
tax?: Resolver<ResolversTypes['ResourceTaxQuery'], ParentType, ContextType>;
|
1676
|
+
unit_code?: Resolver<ResolversTypes['ResourceUnitCodeQuery'], ParentType, ContextType>;
|
1561
1677
|
command?: Resolver<ResolversTypes['ResourceCommandQuery'], ParentType, ContextType>;
|
1562
1678
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1563
1679
|
}>;
|
@@ -2109,6 +2225,65 @@ export type IoRestorecommerceTaxTaxResolvers<ContextType = ResourceContext, Pare
|
|
2109
2225
|
type?: Resolver<Maybe<ResolversTypes['IoRestorecommerceTaxTypeTaxType']>, ParentType, ContextType>;
|
2110
2226
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2111
2227
|
}>;
|
2228
|
+
export type ResourceUnitCodeQueryResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['ResourceUnitCodeQuery'] = ResolversParentTypes['ResourceUnitCodeQuery']> = ResolversObject<{
|
2229
|
+
Read?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceUnitCodeUnitCodeListResponse']>, ParentType, ContextType, RequireFields<ResourceUnitCodeQueryReadArgs, 'input'>>;
|
2230
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2231
|
+
}>;
|
2232
|
+
export type ProtoIoRestorecommerceUnitCodeUnitCodeListResponseResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceUnitCodeUnitCodeListResponse'] = ResolversParentTypes['ProtoIoRestorecommerceUnitCodeUnitCodeListResponse']> = ResolversObject<{
|
2233
|
+
details?: Resolver<Maybe<ResolversTypes['IoRestorecommerceUnitCodeUnitCodeListResponse']>, ParentType, ContextType>;
|
2234
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2235
|
+
}>;
|
2236
|
+
export type IoRestorecommerceUnitCodeUnitCodeListResponseResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['IoRestorecommerceUnitCodeUnitCodeListResponse'] = ResolversParentTypes['IoRestorecommerceUnitCodeUnitCodeListResponse']> = ResolversObject<{
|
2237
|
+
items?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceUnitCodeUnitCodeResponse']>>, ParentType, ContextType>;
|
2238
|
+
totalCount?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
2239
|
+
operationStatus?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusOperationStatus']>, ParentType, ContextType>;
|
2240
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2241
|
+
}>;
|
2242
|
+
export type IoRestorecommerceUnitCodeUnitCodeResponseResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['IoRestorecommerceUnitCodeUnitCodeResponse'] = ResolversParentTypes['IoRestorecommerceUnitCodeUnitCodeResponse']> = ResolversObject<{
|
2243
|
+
payload?: Resolver<Maybe<ResolversTypes['IoRestorecommerceUnitCodeUnitCode']>, ParentType, ContextType>;
|
2244
|
+
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
2245
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2246
|
+
}>;
|
2247
|
+
export type IoRestorecommerceUnitCodeUnitCodeResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['IoRestorecommerceUnitCodeUnitCode'] = ResolversParentTypes['IoRestorecommerceUnitCodeUnitCode']> = ResolversObject<{
|
2248
|
+
id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
2249
|
+
meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
|
2250
|
+
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceUnitCodeStatusCode']>, ParentType, ContextType>;
|
2251
|
+
commonCode?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
2252
|
+
name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
2253
|
+
description?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
2254
|
+
levelCategory?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
2255
|
+
symbol?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
2256
|
+
conversionFactor?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
2257
|
+
groupNumber?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
2258
|
+
sector?: Resolver<Maybe<ResolversTypes['IoRestorecommerceUnitCodeSector']>, ParentType, ContextType>;
|
2259
|
+
groupId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
2260
|
+
quantity?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
2261
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2262
|
+
}>;
|
2263
|
+
export type IoRestorecommerceUnitCodeStatusCodeResolvers = {
|
2264
|
+
ADDED: 0;
|
2265
|
+
CHANGED_NAME: 1;
|
2266
|
+
CHANGED_CHARACTERISTIC: 2;
|
2267
|
+
DEPRECATED: 3;
|
2268
|
+
MARKED_AS_DELETED: 4;
|
2269
|
+
REINSTATED: 5;
|
2270
|
+
};
|
2271
|
+
export type IoRestorecommerceUnitCodeSectorResolvers = {
|
2272
|
+
UNKNOWN: 0;
|
2273
|
+
ACOUSTICS: 1;
|
2274
|
+
ATOMIC_AND_NUCLEAR_PHYSICS: 2;
|
2275
|
+
CHARACTERISTIC_NUMBERS: 3;
|
2276
|
+
ELECTRICITY_AND_MAGNETISM: 4;
|
2277
|
+
HEAT: 5;
|
2278
|
+
LIGHT_AND_RELATED_ELECTROMAGNETIC_RADIATIONS: 6;
|
2279
|
+
MECHANICS: 7;
|
2280
|
+
MISCELLANEOUS: 8;
|
2281
|
+
NUCLEAR_REACTIONS_AND_IONIZING_RADIATIONS: 9;
|
2282
|
+
PERIODIC_AND_RELATED_PHASES: 10;
|
2283
|
+
PHYSICAL_CHEMISTRY_AND_MOLECULAR_PHYSICS: 11;
|
2284
|
+
SOLID_STATE_PHYSICS: 12;
|
2285
|
+
SPACE_AND_TIME: 13;
|
2286
|
+
};
|
2112
2287
|
export type ResourceCommandQueryResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['ResourceCommandQuery'] = ResolversParentTypes['ResourceCommandQuery']> = ResolversObject<{
|
2113
2288
|
Read?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceCommandCommandListResponse']>, ParentType, ContextType, RequireFields<ResourceCommandQueryReadArgs, 'input'>>;
|
2114
2289
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
@@ -2165,6 +2340,7 @@ export type ResourceMutationResolvers<ContextType = ResourceContext, ParentType
|
|
2165
2340
|
organization?: Resolver<ResolversTypes['ResourceOrganizationMutation'], ParentType, ContextType>;
|
2166
2341
|
tax_type?: Resolver<ResolversTypes['ResourceTaxTypeMutation'], ParentType, ContextType>;
|
2167
2342
|
tax?: Resolver<ResolversTypes['ResourceTaxMutation'], ParentType, ContextType>;
|
2343
|
+
unit_code?: Resolver<ResolversTypes['ResourceUnitCodeMutation'], ParentType, ContextType>;
|
2168
2344
|
command?: Resolver<ResolversTypes['ResourceCommandMutation'], ParentType, ContextType>;
|
2169
2345
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2170
2346
|
}>;
|
@@ -2235,6 +2411,11 @@ export type ResourceTaxMutationResolvers<ContextType = ResourceContext, ParentTy
|
|
2235
2411
|
Delete?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse']>, ParentType, ContextType, RequireFields<ResourceTaxMutationDeleteArgs, 'input'>>;
|
2236
2412
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2237
2413
|
}>;
|
2414
|
+
export type ResourceUnitCodeMutationResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['ResourceUnitCodeMutation'] = ResolversParentTypes['ResourceUnitCodeMutation']> = ResolversObject<{
|
2415
|
+
Mutate?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceUnitCodeUnitCodeListResponse']>, ParentType, ContextType, RequireFields<ResourceUnitCodeMutationMutateArgs, 'input'>>;
|
2416
|
+
Delete?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse']>, ParentType, ContextType, RequireFields<ResourceUnitCodeMutationDeleteArgs, 'input'>>;
|
2417
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2418
|
+
}>;
|
2238
2419
|
export type ResourceCommandMutationResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['ResourceCommandMutation'] = ResolversParentTypes['ResourceCommandMutation']> = ResolversObject<{
|
2239
2420
|
Mutate?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceCommandCommandListResponse']>, ParentType, ContextType, RequireFields<ResourceCommandMutationMutateArgs, 'input'>>;
|
2240
2421
|
Delete?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse']>, ParentType, ContextType, RequireFields<ResourceCommandMutationDeleteArgs, 'input'>>;
|
@@ -2335,6 +2516,13 @@ export type Resolvers<ContextType = ResourceContext> = ResolversObject<{
|
|
2335
2516
|
IoRestorecommerceTaxTaxListResponse?: IoRestorecommerceTaxTaxListResponseResolvers<ContextType>;
|
2336
2517
|
IoRestorecommerceTaxTaxResponse?: IoRestorecommerceTaxTaxResponseResolvers<ContextType>;
|
2337
2518
|
IoRestorecommerceTaxTax?: IoRestorecommerceTaxTaxResolvers<ContextType>;
|
2519
|
+
ResourceUnitCodeQuery?: ResourceUnitCodeQueryResolvers<ContextType>;
|
2520
|
+
ProtoIoRestorecommerceUnitCodeUnitCodeListResponse?: ProtoIoRestorecommerceUnitCodeUnitCodeListResponseResolvers<ContextType>;
|
2521
|
+
IoRestorecommerceUnitCodeUnitCodeListResponse?: IoRestorecommerceUnitCodeUnitCodeListResponseResolvers<ContextType>;
|
2522
|
+
IoRestorecommerceUnitCodeUnitCodeResponse?: IoRestorecommerceUnitCodeUnitCodeResponseResolvers<ContextType>;
|
2523
|
+
IoRestorecommerceUnitCodeUnitCode?: IoRestorecommerceUnitCodeUnitCodeResolvers<ContextType>;
|
2524
|
+
IoRestorecommerceUnitCodeStatusCode?: IoRestorecommerceUnitCodeStatusCodeResolvers;
|
2525
|
+
IoRestorecommerceUnitCodeSector?: IoRestorecommerceUnitCodeSectorResolvers;
|
2338
2526
|
ResourceCommandQuery?: ResourceCommandQueryResolvers<ContextType>;
|
2339
2527
|
ProtoIoRestorecommerceCommandCommandListResponse?: ProtoIoRestorecommerceCommandCommandListResponseResolvers<ContextType>;
|
2340
2528
|
IoRestorecommerceCommandCommandListResponse?: IoRestorecommerceCommandCommandListResponseResolvers<ContextType>;
|
@@ -2358,6 +2546,7 @@ export type Resolvers<ContextType = ResourceContext> = ResolversObject<{
|
|
2358
2546
|
ResourceOrganizationMutation?: ResourceOrganizationMutationResolvers<ContextType>;
|
2359
2547
|
ResourceTaxTypeMutation?: ResourceTaxTypeMutationResolvers<ContextType>;
|
2360
2548
|
ResourceTaxMutation?: ResourceTaxMutationResolvers<ContextType>;
|
2549
|
+
ResourceUnitCodeMutation?: ResourceUnitCodeMutationResolvers<ContextType>;
|
2361
2550
|
ResourceCommandMutation?: ResourceCommandMutationResolvers<ContextType>;
|
2362
2551
|
Subscription?: SubscriptionResolvers<ContextType>;
|
2363
2552
|
SubscriptionOutput?: SubscriptionOutputResolvers<ContextType>;
|