cf-service-sdk 0.1.47 → 0.1.48
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/dist/generated/graphql.d.ts +270 -217
- package/dist/generated/graphql.js +53 -0
- package/dist/mutations.js +18 -0
- package/dist/queries.js +35 -0
- package/package.json +1 -1
|
@@ -2553,13 +2553,13 @@ export type HideRecord = {
|
|
|
2553
2553
|
message?: Maybe<Scalars['String']['output']>;
|
|
2554
2554
|
success?: Maybe<Scalars['Boolean']['output']>;
|
|
2555
2555
|
};
|
|
2556
|
-
/** Industry sector with its details */
|
|
2557
2556
|
export type IndustrySectorObject = {
|
|
2558
2557
|
__typename?: 'IndustrySectorObject';
|
|
2559
|
-
description
|
|
2560
|
-
id
|
|
2561
|
-
name
|
|
2562
|
-
orderBy
|
|
2558
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
2559
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
2560
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
2561
|
+
orderBy?: Maybe<Scalars['Int']['output']>;
|
|
2562
|
+
pk?: Maybe<Scalars['ID']['output']>;
|
|
2563
2563
|
};
|
|
2564
2564
|
export type IndustryTypeObject = {
|
|
2565
2565
|
__typename?: 'IndustryTypeObject';
|
|
@@ -8439,10 +8439,11 @@ export type CreateCompanyMutation = {
|
|
|
8439
8439
|
description?: string | null;
|
|
8440
8440
|
industrySector?: {
|
|
8441
8441
|
__typename?: 'IndustrySectorObject';
|
|
8442
|
-
id
|
|
8443
|
-
|
|
8444
|
-
|
|
8445
|
-
|
|
8442
|
+
id?: string | null;
|
|
8443
|
+
pk?: string | null;
|
|
8444
|
+
name?: string | null;
|
|
8445
|
+
description?: string | null;
|
|
8446
|
+
orderBy?: number | null;
|
|
8446
8447
|
} | null;
|
|
8447
8448
|
} | null;
|
|
8448
8449
|
} | null> | null;
|
|
@@ -8475,10 +8476,11 @@ export type CreateCompanyMutation = {
|
|
|
8475
8476
|
description?: string | null;
|
|
8476
8477
|
industrySector?: {
|
|
8477
8478
|
__typename?: 'IndustrySectorObject';
|
|
8478
|
-
id
|
|
8479
|
-
|
|
8480
|
-
|
|
8481
|
-
|
|
8479
|
+
id?: string | null;
|
|
8480
|
+
pk?: string | null;
|
|
8481
|
+
name?: string | null;
|
|
8482
|
+
description?: string | null;
|
|
8483
|
+
orderBy?: number | null;
|
|
8482
8484
|
} | null;
|
|
8483
8485
|
} | null;
|
|
8484
8486
|
industries?: Array<{
|
|
@@ -8494,10 +8496,11 @@ export type CreateCompanyMutation = {
|
|
|
8494
8496
|
description?: string | null;
|
|
8495
8497
|
industrySector?: {
|
|
8496
8498
|
__typename?: 'IndustrySectorObject';
|
|
8497
|
-
id
|
|
8498
|
-
|
|
8499
|
-
|
|
8500
|
-
|
|
8499
|
+
id?: string | null;
|
|
8500
|
+
pk?: string | null;
|
|
8501
|
+
name?: string | null;
|
|
8502
|
+
description?: string | null;
|
|
8503
|
+
orderBy?: number | null;
|
|
8501
8504
|
} | null;
|
|
8502
8505
|
} | null;
|
|
8503
8506
|
} | null> | null;
|
|
@@ -9426,10 +9429,11 @@ export type CreateMysupplierMutation = {
|
|
|
9426
9429
|
description?: string | null;
|
|
9427
9430
|
industrySector?: {
|
|
9428
9431
|
__typename?: 'IndustrySectorObject';
|
|
9429
|
-
id
|
|
9430
|
-
|
|
9431
|
-
|
|
9432
|
-
|
|
9432
|
+
id?: string | null;
|
|
9433
|
+
pk?: string | null;
|
|
9434
|
+
name?: string | null;
|
|
9435
|
+
description?: string | null;
|
|
9436
|
+
orderBy?: number | null;
|
|
9433
9437
|
} | null;
|
|
9434
9438
|
} | null;
|
|
9435
9439
|
} | null> | null;
|
|
@@ -9456,10 +9460,11 @@ export type CreateMysupplierMutation = {
|
|
|
9456
9460
|
description?: string | null;
|
|
9457
9461
|
industrySector?: {
|
|
9458
9462
|
__typename?: 'IndustrySectorObject';
|
|
9459
|
-
id
|
|
9460
|
-
|
|
9461
|
-
|
|
9462
|
-
|
|
9463
|
+
id?: string | null;
|
|
9464
|
+
pk?: string | null;
|
|
9465
|
+
name?: string | null;
|
|
9466
|
+
description?: string | null;
|
|
9467
|
+
orderBy?: number | null;
|
|
9463
9468
|
} | null;
|
|
9464
9469
|
} | null;
|
|
9465
9470
|
industries?: Array<{
|
|
@@ -9475,10 +9480,11 @@ export type CreateMysupplierMutation = {
|
|
|
9475
9480
|
description?: string | null;
|
|
9476
9481
|
industrySector?: {
|
|
9477
9482
|
__typename?: 'IndustrySectorObject';
|
|
9478
|
-
id
|
|
9479
|
-
|
|
9480
|
-
|
|
9481
|
-
|
|
9483
|
+
id?: string | null;
|
|
9484
|
+
pk?: string | null;
|
|
9485
|
+
name?: string | null;
|
|
9486
|
+
description?: string | null;
|
|
9487
|
+
orderBy?: number | null;
|
|
9482
9488
|
} | null;
|
|
9483
9489
|
} | null;
|
|
9484
9490
|
} | null> | null;
|
|
@@ -10595,10 +10601,11 @@ export type CreateSupplierlistMutation = {
|
|
|
10595
10601
|
description?: string | null;
|
|
10596
10602
|
industrySector?: {
|
|
10597
10603
|
__typename?: 'IndustrySectorObject';
|
|
10598
|
-
id
|
|
10599
|
-
|
|
10600
|
-
|
|
10601
|
-
|
|
10604
|
+
id?: string | null;
|
|
10605
|
+
pk?: string | null;
|
|
10606
|
+
name?: string | null;
|
|
10607
|
+
description?: string | null;
|
|
10608
|
+
orderBy?: number | null;
|
|
10602
10609
|
} | null;
|
|
10603
10610
|
} | null;
|
|
10604
10611
|
} | null> | null;
|
|
@@ -10621,10 +10628,11 @@ export type CreateSupplierlistMutation = {
|
|
|
10621
10628
|
description?: string | null;
|
|
10622
10629
|
industrySector?: {
|
|
10623
10630
|
__typename?: 'IndustrySectorObject';
|
|
10624
|
-
id
|
|
10625
|
-
|
|
10626
|
-
|
|
10627
|
-
|
|
10631
|
+
id?: string | null;
|
|
10632
|
+
pk?: string | null;
|
|
10633
|
+
name?: string | null;
|
|
10634
|
+
description?: string | null;
|
|
10635
|
+
orderBy?: number | null;
|
|
10628
10636
|
} | null;
|
|
10629
10637
|
} | null;
|
|
10630
10638
|
industries?: Array<{
|
|
@@ -10640,10 +10648,11 @@ export type CreateSupplierlistMutation = {
|
|
|
10640
10648
|
description?: string | null;
|
|
10641
10649
|
industrySector?: {
|
|
10642
10650
|
__typename?: 'IndustrySectorObject';
|
|
10643
|
-
id
|
|
10644
|
-
|
|
10645
|
-
|
|
10646
|
-
|
|
10651
|
+
id?: string | null;
|
|
10652
|
+
pk?: string | null;
|
|
10653
|
+
name?: string | null;
|
|
10654
|
+
description?: string | null;
|
|
10655
|
+
orderBy?: number | null;
|
|
10647
10656
|
} | null;
|
|
10648
10657
|
} | null;
|
|
10649
10658
|
} | null> | null;
|
|
@@ -15178,10 +15187,11 @@ export type UpdateCompanyMutation = {
|
|
|
15178
15187
|
description?: string | null;
|
|
15179
15188
|
industrySector?: {
|
|
15180
15189
|
__typename?: 'IndustrySectorObject';
|
|
15181
|
-
id
|
|
15182
|
-
|
|
15183
|
-
|
|
15184
|
-
|
|
15190
|
+
id?: string | null;
|
|
15191
|
+
pk?: string | null;
|
|
15192
|
+
name?: string | null;
|
|
15193
|
+
description?: string | null;
|
|
15194
|
+
orderBy?: number | null;
|
|
15185
15195
|
} | null;
|
|
15186
15196
|
} | null;
|
|
15187
15197
|
} | null> | null;
|
|
@@ -15214,10 +15224,11 @@ export type UpdateCompanyMutation = {
|
|
|
15214
15224
|
description?: string | null;
|
|
15215
15225
|
industrySector?: {
|
|
15216
15226
|
__typename?: 'IndustrySectorObject';
|
|
15217
|
-
id
|
|
15218
|
-
|
|
15219
|
-
|
|
15220
|
-
|
|
15227
|
+
id?: string | null;
|
|
15228
|
+
pk?: string | null;
|
|
15229
|
+
name?: string | null;
|
|
15230
|
+
description?: string | null;
|
|
15231
|
+
orderBy?: number | null;
|
|
15221
15232
|
} | null;
|
|
15222
15233
|
} | null;
|
|
15223
15234
|
industries?: Array<{
|
|
@@ -15233,10 +15244,11 @@ export type UpdateCompanyMutation = {
|
|
|
15233
15244
|
description?: string | null;
|
|
15234
15245
|
industrySector?: {
|
|
15235
15246
|
__typename?: 'IndustrySectorObject';
|
|
15236
|
-
id
|
|
15237
|
-
|
|
15238
|
-
|
|
15239
|
-
|
|
15247
|
+
id?: string | null;
|
|
15248
|
+
pk?: string | null;
|
|
15249
|
+
name?: string | null;
|
|
15250
|
+
description?: string | null;
|
|
15251
|
+
orderBy?: number | null;
|
|
15240
15252
|
} | null;
|
|
15241
15253
|
} | null;
|
|
15242
15254
|
} | null> | null;
|
|
@@ -16233,10 +16245,11 @@ export type UpdateMysupplierMutation = {
|
|
|
16233
16245
|
description?: string | null;
|
|
16234
16246
|
industrySector?: {
|
|
16235
16247
|
__typename?: 'IndustrySectorObject';
|
|
16236
|
-
id
|
|
16237
|
-
|
|
16238
|
-
|
|
16239
|
-
|
|
16248
|
+
id?: string | null;
|
|
16249
|
+
pk?: string | null;
|
|
16250
|
+
name?: string | null;
|
|
16251
|
+
description?: string | null;
|
|
16252
|
+
orderBy?: number | null;
|
|
16240
16253
|
} | null;
|
|
16241
16254
|
} | null;
|
|
16242
16255
|
} | null> | null;
|
|
@@ -16263,10 +16276,11 @@ export type UpdateMysupplierMutation = {
|
|
|
16263
16276
|
description?: string | null;
|
|
16264
16277
|
industrySector?: {
|
|
16265
16278
|
__typename?: 'IndustrySectorObject';
|
|
16266
|
-
id
|
|
16267
|
-
|
|
16268
|
-
|
|
16269
|
-
|
|
16279
|
+
id?: string | null;
|
|
16280
|
+
pk?: string | null;
|
|
16281
|
+
name?: string | null;
|
|
16282
|
+
description?: string | null;
|
|
16283
|
+
orderBy?: number | null;
|
|
16270
16284
|
} | null;
|
|
16271
16285
|
} | null;
|
|
16272
16286
|
industries?: Array<{
|
|
@@ -16282,10 +16296,11 @@ export type UpdateMysupplierMutation = {
|
|
|
16282
16296
|
description?: string | null;
|
|
16283
16297
|
industrySector?: {
|
|
16284
16298
|
__typename?: 'IndustrySectorObject';
|
|
16285
|
-
id
|
|
16286
|
-
|
|
16287
|
-
|
|
16288
|
-
|
|
16299
|
+
id?: string | null;
|
|
16300
|
+
pk?: string | null;
|
|
16301
|
+
name?: string | null;
|
|
16302
|
+
description?: string | null;
|
|
16303
|
+
orderBy?: number | null;
|
|
16289
16304
|
} | null;
|
|
16290
16305
|
} | null;
|
|
16291
16306
|
} | null> | null;
|
|
@@ -17394,10 +17409,11 @@ export type UpdateSupplierlistMutation = {
|
|
|
17394
17409
|
description?: string | null;
|
|
17395
17410
|
industrySector?: {
|
|
17396
17411
|
__typename?: 'IndustrySectorObject';
|
|
17397
|
-
id
|
|
17398
|
-
|
|
17399
|
-
|
|
17400
|
-
|
|
17412
|
+
id?: string | null;
|
|
17413
|
+
pk?: string | null;
|
|
17414
|
+
name?: string | null;
|
|
17415
|
+
description?: string | null;
|
|
17416
|
+
orderBy?: number | null;
|
|
17401
17417
|
} | null;
|
|
17402
17418
|
} | null;
|
|
17403
17419
|
} | null> | null;
|
|
@@ -17420,10 +17436,11 @@ export type UpdateSupplierlistMutation = {
|
|
|
17420
17436
|
description?: string | null;
|
|
17421
17437
|
industrySector?: {
|
|
17422
17438
|
__typename?: 'IndustrySectorObject';
|
|
17423
|
-
id
|
|
17424
|
-
|
|
17425
|
-
|
|
17426
|
-
|
|
17439
|
+
id?: string | null;
|
|
17440
|
+
pk?: string | null;
|
|
17441
|
+
name?: string | null;
|
|
17442
|
+
description?: string | null;
|
|
17443
|
+
orderBy?: number | null;
|
|
17427
17444
|
} | null;
|
|
17428
17445
|
} | null;
|
|
17429
17446
|
industries?: Array<{
|
|
@@ -17439,10 +17456,11 @@ export type UpdateSupplierlistMutation = {
|
|
|
17439
17456
|
description?: string | null;
|
|
17440
17457
|
industrySector?: {
|
|
17441
17458
|
__typename?: 'IndustrySectorObject';
|
|
17442
|
-
id
|
|
17443
|
-
|
|
17444
|
-
|
|
17445
|
-
|
|
17459
|
+
id?: string | null;
|
|
17460
|
+
pk?: string | null;
|
|
17461
|
+
name?: string | null;
|
|
17462
|
+
description?: string | null;
|
|
17463
|
+
orderBy?: number | null;
|
|
17446
17464
|
} | null;
|
|
17447
17465
|
} | null;
|
|
17448
17466
|
} | null> | null;
|
|
@@ -21328,10 +21346,11 @@ export type CompaniesQuery = {
|
|
|
21328
21346
|
description?: string | null;
|
|
21329
21347
|
industrySector?: {
|
|
21330
21348
|
__typename?: 'IndustrySectorObject';
|
|
21331
|
-
id
|
|
21332
|
-
|
|
21333
|
-
|
|
21334
|
-
|
|
21349
|
+
id?: string | null;
|
|
21350
|
+
pk?: string | null;
|
|
21351
|
+
name?: string | null;
|
|
21352
|
+
description?: string | null;
|
|
21353
|
+
orderBy?: number | null;
|
|
21335
21354
|
} | null;
|
|
21336
21355
|
} | null;
|
|
21337
21356
|
} | null> | null;
|
|
@@ -21364,10 +21383,11 @@ export type CompaniesQuery = {
|
|
|
21364
21383
|
description?: string | null;
|
|
21365
21384
|
industrySector?: {
|
|
21366
21385
|
__typename?: 'IndustrySectorObject';
|
|
21367
|
-
id
|
|
21368
|
-
|
|
21369
|
-
|
|
21370
|
-
|
|
21386
|
+
id?: string | null;
|
|
21387
|
+
pk?: string | null;
|
|
21388
|
+
name?: string | null;
|
|
21389
|
+
description?: string | null;
|
|
21390
|
+
orderBy?: number | null;
|
|
21371
21391
|
} | null;
|
|
21372
21392
|
} | null;
|
|
21373
21393
|
industries?: Array<{
|
|
@@ -21383,10 +21403,11 @@ export type CompaniesQuery = {
|
|
|
21383
21403
|
description?: string | null;
|
|
21384
21404
|
industrySector?: {
|
|
21385
21405
|
__typename?: 'IndustrySectorObject';
|
|
21386
|
-
id
|
|
21387
|
-
|
|
21388
|
-
|
|
21389
|
-
|
|
21406
|
+
id?: string | null;
|
|
21407
|
+
pk?: string | null;
|
|
21408
|
+
name?: string | null;
|
|
21409
|
+
description?: string | null;
|
|
21410
|
+
orderBy?: number | null;
|
|
21390
21411
|
} | null;
|
|
21391
21412
|
} | null;
|
|
21392
21413
|
} | null> | null;
|
|
@@ -22035,10 +22056,11 @@ export type CompanyQuery = {
|
|
|
22035
22056
|
description?: string | null;
|
|
22036
22057
|
industrySector?: {
|
|
22037
22058
|
__typename?: 'IndustrySectorObject';
|
|
22038
|
-
id
|
|
22039
|
-
|
|
22040
|
-
|
|
22041
|
-
|
|
22059
|
+
id?: string | null;
|
|
22060
|
+
pk?: string | null;
|
|
22061
|
+
name?: string | null;
|
|
22062
|
+
description?: string | null;
|
|
22063
|
+
orderBy?: number | null;
|
|
22042
22064
|
} | null;
|
|
22043
22065
|
} | null;
|
|
22044
22066
|
} | null> | null;
|
|
@@ -22071,10 +22093,11 @@ export type CompanyQuery = {
|
|
|
22071
22093
|
description?: string | null;
|
|
22072
22094
|
industrySector?: {
|
|
22073
22095
|
__typename?: 'IndustrySectorObject';
|
|
22074
|
-
id
|
|
22075
|
-
|
|
22076
|
-
|
|
22077
|
-
|
|
22096
|
+
id?: string | null;
|
|
22097
|
+
pk?: string | null;
|
|
22098
|
+
name?: string | null;
|
|
22099
|
+
description?: string | null;
|
|
22100
|
+
orderBy?: number | null;
|
|
22078
22101
|
} | null;
|
|
22079
22102
|
} | null;
|
|
22080
22103
|
industries?: Array<{
|
|
@@ -22090,10 +22113,11 @@ export type CompanyQuery = {
|
|
|
22090
22113
|
description?: string | null;
|
|
22091
22114
|
industrySector?: {
|
|
22092
22115
|
__typename?: 'IndustrySectorObject';
|
|
22093
|
-
id
|
|
22094
|
-
|
|
22095
|
-
|
|
22096
|
-
|
|
22116
|
+
id?: string | null;
|
|
22117
|
+
pk?: string | null;
|
|
22118
|
+
name?: string | null;
|
|
22119
|
+
description?: string | null;
|
|
22120
|
+
orderBy?: number | null;
|
|
22097
22121
|
} | null;
|
|
22098
22122
|
} | null;
|
|
22099
22123
|
} | null> | null;
|
|
@@ -22789,10 +22813,11 @@ export type CompanyNameSearchQuery = {
|
|
|
22789
22813
|
description?: string | null;
|
|
22790
22814
|
industrySector?: {
|
|
22791
22815
|
__typename?: 'IndustrySectorObject';
|
|
22792
|
-
id
|
|
22793
|
-
|
|
22794
|
-
|
|
22795
|
-
|
|
22816
|
+
id?: string | null;
|
|
22817
|
+
pk?: string | null;
|
|
22818
|
+
name?: string | null;
|
|
22819
|
+
description?: string | null;
|
|
22820
|
+
orderBy?: number | null;
|
|
22796
22821
|
} | null;
|
|
22797
22822
|
} | null;
|
|
22798
22823
|
} | null> | null;
|
|
@@ -22825,10 +22850,11 @@ export type CompanyNameSearchQuery = {
|
|
|
22825
22850
|
description?: string | null;
|
|
22826
22851
|
industrySector?: {
|
|
22827
22852
|
__typename?: 'IndustrySectorObject';
|
|
22828
|
-
id
|
|
22829
|
-
|
|
22830
|
-
|
|
22831
|
-
|
|
22853
|
+
id?: string | null;
|
|
22854
|
+
pk?: string | null;
|
|
22855
|
+
name?: string | null;
|
|
22856
|
+
description?: string | null;
|
|
22857
|
+
orderBy?: number | null;
|
|
22832
22858
|
} | null;
|
|
22833
22859
|
} | null;
|
|
22834
22860
|
industries?: Array<{
|
|
@@ -22844,10 +22870,11 @@ export type CompanyNameSearchQuery = {
|
|
|
22844
22870
|
description?: string | null;
|
|
22845
22871
|
industrySector?: {
|
|
22846
22872
|
__typename?: 'IndustrySectorObject';
|
|
22847
|
-
id
|
|
22848
|
-
|
|
22849
|
-
|
|
22850
|
-
|
|
22873
|
+
id?: string | null;
|
|
22874
|
+
pk?: string | null;
|
|
22875
|
+
name?: string | null;
|
|
22876
|
+
description?: string | null;
|
|
22877
|
+
orderBy?: number | null;
|
|
22851
22878
|
} | null;
|
|
22852
22879
|
} | null;
|
|
22853
22880
|
} | null> | null;
|
|
@@ -23852,10 +23879,11 @@ export type CompanySearchQuery = {
|
|
|
23852
23879
|
description?: string | null;
|
|
23853
23880
|
industrySector?: {
|
|
23854
23881
|
__typename?: 'IndustrySectorObject';
|
|
23855
|
-
id
|
|
23856
|
-
|
|
23857
|
-
|
|
23858
|
-
|
|
23882
|
+
id?: string | null;
|
|
23883
|
+
pk?: string | null;
|
|
23884
|
+
name?: string | null;
|
|
23885
|
+
description?: string | null;
|
|
23886
|
+
orderBy?: number | null;
|
|
23859
23887
|
} | null;
|
|
23860
23888
|
} | null;
|
|
23861
23889
|
} | null> | null;
|
|
@@ -23888,10 +23916,11 @@ export type CompanySearchQuery = {
|
|
|
23888
23916
|
description?: string | null;
|
|
23889
23917
|
industrySector?: {
|
|
23890
23918
|
__typename?: 'IndustrySectorObject';
|
|
23891
|
-
id
|
|
23892
|
-
|
|
23893
|
-
|
|
23894
|
-
|
|
23919
|
+
id?: string | null;
|
|
23920
|
+
pk?: string | null;
|
|
23921
|
+
name?: string | null;
|
|
23922
|
+
description?: string | null;
|
|
23923
|
+
orderBy?: number | null;
|
|
23895
23924
|
} | null;
|
|
23896
23925
|
} | null;
|
|
23897
23926
|
industries?: Array<{
|
|
@@ -23907,10 +23936,11 @@ export type CompanySearchQuery = {
|
|
|
23907
23936
|
description?: string | null;
|
|
23908
23937
|
industrySector?: {
|
|
23909
23938
|
__typename?: 'IndustrySectorObject';
|
|
23910
|
-
id
|
|
23911
|
-
|
|
23912
|
-
|
|
23913
|
-
|
|
23939
|
+
id?: string | null;
|
|
23940
|
+
pk?: string | null;
|
|
23941
|
+
name?: string | null;
|
|
23942
|
+
description?: string | null;
|
|
23943
|
+
orderBy?: number | null;
|
|
23914
23944
|
} | null;
|
|
23915
23945
|
} | null;
|
|
23916
23946
|
} | null> | null;
|
|
@@ -24616,10 +24646,11 @@ export type IndustrySectorsQuery = {
|
|
|
24616
24646
|
__typename?: 'Query';
|
|
24617
24647
|
industrySectors?: Array<{
|
|
24618
24648
|
__typename?: 'IndustrySectorObject';
|
|
24619
|
-
id
|
|
24620
|
-
|
|
24621
|
-
|
|
24622
|
-
|
|
24649
|
+
id?: string | null;
|
|
24650
|
+
pk?: string | null;
|
|
24651
|
+
name?: string | null;
|
|
24652
|
+
description?: string | null;
|
|
24653
|
+
orderBy?: number | null;
|
|
24623
24654
|
} | null> | null;
|
|
24624
24655
|
};
|
|
24625
24656
|
export type IndustryTypesQueryVariables = Exact<{
|
|
@@ -24635,10 +24666,11 @@ export type IndustryTypesQuery = {
|
|
|
24635
24666
|
description?: string | null;
|
|
24636
24667
|
industrySector?: {
|
|
24637
24668
|
__typename?: 'IndustrySectorObject';
|
|
24638
|
-
id
|
|
24639
|
-
|
|
24640
|
-
|
|
24641
|
-
|
|
24669
|
+
id?: string | null;
|
|
24670
|
+
pk?: string | null;
|
|
24671
|
+
name?: string | null;
|
|
24672
|
+
description?: string | null;
|
|
24673
|
+
orderBy?: number | null;
|
|
24642
24674
|
} | null;
|
|
24643
24675
|
} | null> | null;
|
|
24644
24676
|
};
|
|
@@ -25383,10 +25415,11 @@ export type MysupplierQuery = {
|
|
|
25383
25415
|
description?: string | null;
|
|
25384
25416
|
industrySector?: {
|
|
25385
25417
|
__typename?: 'IndustrySectorObject';
|
|
25386
|
-
id
|
|
25387
|
-
|
|
25388
|
-
|
|
25389
|
-
|
|
25418
|
+
id?: string | null;
|
|
25419
|
+
pk?: string | null;
|
|
25420
|
+
name?: string | null;
|
|
25421
|
+
description?: string | null;
|
|
25422
|
+
orderBy?: number | null;
|
|
25390
25423
|
} | null;
|
|
25391
25424
|
} | null;
|
|
25392
25425
|
} | null> | null;
|
|
@@ -25413,10 +25446,11 @@ export type MysupplierQuery = {
|
|
|
25413
25446
|
description?: string | null;
|
|
25414
25447
|
industrySector?: {
|
|
25415
25448
|
__typename?: 'IndustrySectorObject';
|
|
25416
|
-
id
|
|
25417
|
-
|
|
25418
|
-
|
|
25419
|
-
|
|
25449
|
+
id?: string | null;
|
|
25450
|
+
pk?: string | null;
|
|
25451
|
+
name?: string | null;
|
|
25452
|
+
description?: string | null;
|
|
25453
|
+
orderBy?: number | null;
|
|
25420
25454
|
} | null;
|
|
25421
25455
|
} | null;
|
|
25422
25456
|
industries?: Array<{
|
|
@@ -25432,10 +25466,11 @@ export type MysupplierQuery = {
|
|
|
25432
25466
|
description?: string | null;
|
|
25433
25467
|
industrySector?: {
|
|
25434
25468
|
__typename?: 'IndustrySectorObject';
|
|
25435
|
-
id
|
|
25436
|
-
|
|
25437
|
-
|
|
25438
|
-
|
|
25469
|
+
id?: string | null;
|
|
25470
|
+
pk?: string | null;
|
|
25471
|
+
name?: string | null;
|
|
25472
|
+
description?: string | null;
|
|
25473
|
+
orderBy?: number | null;
|
|
25439
25474
|
} | null;
|
|
25440
25475
|
} | null;
|
|
25441
25476
|
} | null> | null;
|
|
@@ -26082,10 +26117,11 @@ export type MysupplierListQuery = {
|
|
|
26082
26117
|
description?: string | null;
|
|
26083
26118
|
industrySector?: {
|
|
26084
26119
|
__typename?: 'IndustrySectorObject';
|
|
26085
|
-
id
|
|
26086
|
-
|
|
26087
|
-
|
|
26088
|
-
|
|
26120
|
+
id?: string | null;
|
|
26121
|
+
pk?: string | null;
|
|
26122
|
+
name?: string | null;
|
|
26123
|
+
description?: string | null;
|
|
26124
|
+
orderBy?: number | null;
|
|
26089
26125
|
} | null;
|
|
26090
26126
|
} | null;
|
|
26091
26127
|
} | null> | null;
|
|
@@ -26112,10 +26148,11 @@ export type MysupplierListQuery = {
|
|
|
26112
26148
|
description?: string | null;
|
|
26113
26149
|
industrySector?: {
|
|
26114
26150
|
__typename?: 'IndustrySectorObject';
|
|
26115
|
-
id
|
|
26116
|
-
|
|
26117
|
-
|
|
26118
|
-
|
|
26151
|
+
id?: string | null;
|
|
26152
|
+
pk?: string | null;
|
|
26153
|
+
name?: string | null;
|
|
26154
|
+
description?: string | null;
|
|
26155
|
+
orderBy?: number | null;
|
|
26119
26156
|
} | null;
|
|
26120
26157
|
} | null;
|
|
26121
26158
|
industries?: Array<{
|
|
@@ -26131,10 +26168,11 @@ export type MysupplierListQuery = {
|
|
|
26131
26168
|
description?: string | null;
|
|
26132
26169
|
industrySector?: {
|
|
26133
26170
|
__typename?: 'IndustrySectorObject';
|
|
26134
|
-
id
|
|
26135
|
-
|
|
26136
|
-
|
|
26137
|
-
|
|
26171
|
+
id?: string | null;
|
|
26172
|
+
pk?: string | null;
|
|
26173
|
+
name?: string | null;
|
|
26174
|
+
description?: string | null;
|
|
26175
|
+
orderBy?: number | null;
|
|
26138
26176
|
} | null;
|
|
26139
26177
|
} | null;
|
|
26140
26178
|
} | null> | null;
|
|
@@ -27164,10 +27202,11 @@ export type RecentHistoryQuery = {
|
|
|
27164
27202
|
description?: string | null;
|
|
27165
27203
|
industrySector?: {
|
|
27166
27204
|
__typename?: 'IndustrySectorObject';
|
|
27167
|
-
id
|
|
27168
|
-
|
|
27169
|
-
|
|
27170
|
-
|
|
27205
|
+
id?: string | null;
|
|
27206
|
+
pk?: string | null;
|
|
27207
|
+
name?: string | null;
|
|
27208
|
+
description?: string | null;
|
|
27209
|
+
orderBy?: number | null;
|
|
27171
27210
|
} | null;
|
|
27172
27211
|
} | null;
|
|
27173
27212
|
} | null> | null;
|
|
@@ -27200,10 +27239,11 @@ export type RecentHistoryQuery = {
|
|
|
27200
27239
|
description?: string | null;
|
|
27201
27240
|
industrySector?: {
|
|
27202
27241
|
__typename?: 'IndustrySectorObject';
|
|
27203
|
-
id
|
|
27204
|
-
|
|
27205
|
-
|
|
27206
|
-
|
|
27242
|
+
id?: string | null;
|
|
27243
|
+
pk?: string | null;
|
|
27244
|
+
name?: string | null;
|
|
27245
|
+
description?: string | null;
|
|
27246
|
+
orderBy?: number | null;
|
|
27207
27247
|
} | null;
|
|
27208
27248
|
} | null;
|
|
27209
27249
|
industries?: Array<{
|
|
@@ -27219,10 +27259,11 @@ export type RecentHistoryQuery = {
|
|
|
27219
27259
|
description?: string | null;
|
|
27220
27260
|
industrySector?: {
|
|
27221
27261
|
__typename?: 'IndustrySectorObject';
|
|
27222
|
-
id
|
|
27223
|
-
|
|
27224
|
-
|
|
27225
|
-
|
|
27262
|
+
id?: string | null;
|
|
27263
|
+
pk?: string | null;
|
|
27264
|
+
name?: string | null;
|
|
27265
|
+
description?: string | null;
|
|
27266
|
+
orderBy?: number | null;
|
|
27226
27267
|
} | null;
|
|
27227
27268
|
} | null;
|
|
27228
27269
|
} | null> | null;
|
|
@@ -29082,10 +29123,11 @@ export type SupplierQuery = {
|
|
|
29082
29123
|
description?: string | null;
|
|
29083
29124
|
industrySector?: {
|
|
29084
29125
|
__typename?: 'IndustrySectorObject';
|
|
29085
|
-
id
|
|
29086
|
-
|
|
29087
|
-
|
|
29088
|
-
|
|
29126
|
+
id?: string | null;
|
|
29127
|
+
pk?: string | null;
|
|
29128
|
+
name?: string | null;
|
|
29129
|
+
description?: string | null;
|
|
29130
|
+
orderBy?: number | null;
|
|
29089
29131
|
} | null;
|
|
29090
29132
|
} | null;
|
|
29091
29133
|
} | null> | null;
|
|
@@ -29118,10 +29160,11 @@ export type SupplierQuery = {
|
|
|
29118
29160
|
description?: string | null;
|
|
29119
29161
|
industrySector?: {
|
|
29120
29162
|
__typename?: 'IndustrySectorObject';
|
|
29121
|
-
id
|
|
29122
|
-
|
|
29123
|
-
|
|
29124
|
-
|
|
29163
|
+
id?: string | null;
|
|
29164
|
+
pk?: string | null;
|
|
29165
|
+
name?: string | null;
|
|
29166
|
+
description?: string | null;
|
|
29167
|
+
orderBy?: number | null;
|
|
29125
29168
|
} | null;
|
|
29126
29169
|
} | null;
|
|
29127
29170
|
industries?: Array<{
|
|
@@ -29137,10 +29180,11 @@ export type SupplierQuery = {
|
|
|
29137
29180
|
description?: string | null;
|
|
29138
29181
|
industrySector?: {
|
|
29139
29182
|
__typename?: 'IndustrySectorObject';
|
|
29140
|
-
id
|
|
29141
|
-
|
|
29142
|
-
|
|
29143
|
-
|
|
29183
|
+
id?: string | null;
|
|
29184
|
+
pk?: string | null;
|
|
29185
|
+
name?: string | null;
|
|
29186
|
+
description?: string | null;
|
|
29187
|
+
orderBy?: number | null;
|
|
29144
29188
|
} | null;
|
|
29145
29189
|
} | null;
|
|
29146
29190
|
} | null> | null;
|
|
@@ -29892,10 +29936,11 @@ export type SupplierlistQuery = {
|
|
|
29892
29936
|
description?: string | null;
|
|
29893
29937
|
industrySector?: {
|
|
29894
29938
|
__typename?: 'IndustrySectorObject';
|
|
29895
|
-
id
|
|
29896
|
-
|
|
29897
|
-
|
|
29898
|
-
|
|
29939
|
+
id?: string | null;
|
|
29940
|
+
pk?: string | null;
|
|
29941
|
+
name?: string | null;
|
|
29942
|
+
description?: string | null;
|
|
29943
|
+
orderBy?: number | null;
|
|
29899
29944
|
} | null;
|
|
29900
29945
|
} | null;
|
|
29901
29946
|
} | null> | null;
|
|
@@ -29918,10 +29963,11 @@ export type SupplierlistQuery = {
|
|
|
29918
29963
|
description?: string | null;
|
|
29919
29964
|
industrySector?: {
|
|
29920
29965
|
__typename?: 'IndustrySectorObject';
|
|
29921
|
-
id
|
|
29922
|
-
|
|
29923
|
-
|
|
29924
|
-
|
|
29966
|
+
id?: string | null;
|
|
29967
|
+
pk?: string | null;
|
|
29968
|
+
name?: string | null;
|
|
29969
|
+
description?: string | null;
|
|
29970
|
+
orderBy?: number | null;
|
|
29925
29971
|
} | null;
|
|
29926
29972
|
} | null;
|
|
29927
29973
|
industries?: Array<{
|
|
@@ -29937,10 +29983,11 @@ export type SupplierlistQuery = {
|
|
|
29937
29983
|
description?: string | null;
|
|
29938
29984
|
industrySector?: {
|
|
29939
29985
|
__typename?: 'IndustrySectorObject';
|
|
29940
|
-
id
|
|
29941
|
-
|
|
29942
|
-
|
|
29943
|
-
|
|
29986
|
+
id?: string | null;
|
|
29987
|
+
pk?: string | null;
|
|
29988
|
+
name?: string | null;
|
|
29989
|
+
description?: string | null;
|
|
29990
|
+
orderBy?: number | null;
|
|
29944
29991
|
} | null;
|
|
29945
29992
|
} | null;
|
|
29946
29993
|
} | null> | null;
|
|
@@ -30591,10 +30638,11 @@ export type SupplierlistListQuery = {
|
|
|
30591
30638
|
description?: string | null;
|
|
30592
30639
|
industrySector?: {
|
|
30593
30640
|
__typename?: 'IndustrySectorObject';
|
|
30594
|
-
id
|
|
30595
|
-
|
|
30596
|
-
|
|
30597
|
-
|
|
30641
|
+
id?: string | null;
|
|
30642
|
+
pk?: string | null;
|
|
30643
|
+
name?: string | null;
|
|
30644
|
+
description?: string | null;
|
|
30645
|
+
orderBy?: number | null;
|
|
30598
30646
|
} | null;
|
|
30599
30647
|
} | null;
|
|
30600
30648
|
} | null> | null;
|
|
@@ -30617,10 +30665,11 @@ export type SupplierlistListQuery = {
|
|
|
30617
30665
|
description?: string | null;
|
|
30618
30666
|
industrySector?: {
|
|
30619
30667
|
__typename?: 'IndustrySectorObject';
|
|
30620
|
-
id
|
|
30621
|
-
|
|
30622
|
-
|
|
30623
|
-
|
|
30668
|
+
id?: string | null;
|
|
30669
|
+
pk?: string | null;
|
|
30670
|
+
name?: string | null;
|
|
30671
|
+
description?: string | null;
|
|
30672
|
+
orderBy?: number | null;
|
|
30624
30673
|
} | null;
|
|
30625
30674
|
} | null;
|
|
30626
30675
|
industries?: Array<{
|
|
@@ -30636,10 +30685,11 @@ export type SupplierlistListQuery = {
|
|
|
30636
30685
|
description?: string | null;
|
|
30637
30686
|
industrySector?: {
|
|
30638
30687
|
__typename?: 'IndustrySectorObject';
|
|
30639
|
-
id
|
|
30640
|
-
|
|
30641
|
-
|
|
30642
|
-
|
|
30688
|
+
id?: string | null;
|
|
30689
|
+
pk?: string | null;
|
|
30690
|
+
name?: string | null;
|
|
30691
|
+
description?: string | null;
|
|
30692
|
+
orderBy?: number | null;
|
|
30643
30693
|
} | null;
|
|
30644
30694
|
} | null;
|
|
30645
30695
|
} | null> | null;
|
|
@@ -31402,10 +31452,11 @@ export type SuppliersQuery = {
|
|
|
31402
31452
|
description?: string | null;
|
|
31403
31453
|
industrySector?: {
|
|
31404
31454
|
__typename?: 'IndustrySectorObject';
|
|
31405
|
-
id
|
|
31406
|
-
|
|
31407
|
-
|
|
31408
|
-
|
|
31455
|
+
id?: string | null;
|
|
31456
|
+
pk?: string | null;
|
|
31457
|
+
name?: string | null;
|
|
31458
|
+
description?: string | null;
|
|
31459
|
+
orderBy?: number | null;
|
|
31409
31460
|
} | null;
|
|
31410
31461
|
} | null;
|
|
31411
31462
|
} | null> | null;
|
|
@@ -31438,10 +31489,11 @@ export type SuppliersQuery = {
|
|
|
31438
31489
|
description?: string | null;
|
|
31439
31490
|
industrySector?: {
|
|
31440
31491
|
__typename?: 'IndustrySectorObject';
|
|
31441
|
-
id
|
|
31442
|
-
|
|
31443
|
-
|
|
31444
|
-
|
|
31492
|
+
id?: string | null;
|
|
31493
|
+
pk?: string | null;
|
|
31494
|
+
name?: string | null;
|
|
31495
|
+
description?: string | null;
|
|
31496
|
+
orderBy?: number | null;
|
|
31445
31497
|
} | null;
|
|
31446
31498
|
} | null;
|
|
31447
31499
|
industries?: Array<{
|
|
@@ -31457,10 +31509,11 @@ export type SuppliersQuery = {
|
|
|
31457
31509
|
description?: string | null;
|
|
31458
31510
|
industrySector?: {
|
|
31459
31511
|
__typename?: 'IndustrySectorObject';
|
|
31460
|
-
id
|
|
31461
|
-
|
|
31462
|
-
|
|
31463
|
-
|
|
31512
|
+
id?: string | null;
|
|
31513
|
+
pk?: string | null;
|
|
31514
|
+
name?: string | null;
|
|
31515
|
+
description?: string | null;
|
|
31516
|
+
orderBy?: number | null;
|
|
31464
31517
|
} | null;
|
|
31465
31518
|
} | null;
|
|
31466
31519
|
} | null> | null;
|