@promoboxx/graphql-gateway-types 1.59.0 → 1.61.0
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/graphql.schema.json +299 -0
- package/index.d.ts +37 -0
- package/package.json +1 -1
- package/schema.graphql +18 -0
package/graphql.schema.json
CHANGED
|
@@ -36309,6 +36309,116 @@
|
|
|
36309
36309
|
],
|
|
36310
36310
|
"possibleTypes": null
|
|
36311
36311
|
},
|
|
36312
|
+
{
|
|
36313
|
+
"kind": "OBJECT",
|
|
36314
|
+
"name": "LoginMethodDescriptor",
|
|
36315
|
+
"description": null,
|
|
36316
|
+
"fields": [
|
|
36317
|
+
{
|
|
36318
|
+
"name": "auth0_connection_type",
|
|
36319
|
+
"description": null,
|
|
36320
|
+
"args": [],
|
|
36321
|
+
"type": {
|
|
36322
|
+
"kind": "SCALAR",
|
|
36323
|
+
"name": "String",
|
|
36324
|
+
"ofType": null
|
|
36325
|
+
},
|
|
36326
|
+
"isDeprecated": false,
|
|
36327
|
+
"deprecationReason": null
|
|
36328
|
+
},
|
|
36329
|
+
{
|
|
36330
|
+
"name": "brand_slug",
|
|
36331
|
+
"description": null,
|
|
36332
|
+
"args": [],
|
|
36333
|
+
"type": {
|
|
36334
|
+
"kind": "SCALAR",
|
|
36335
|
+
"name": "String",
|
|
36336
|
+
"ofType": null
|
|
36337
|
+
},
|
|
36338
|
+
"isDeprecated": false,
|
|
36339
|
+
"deprecationReason": null
|
|
36340
|
+
},
|
|
36341
|
+
{
|
|
36342
|
+
"name": "icon",
|
|
36343
|
+
"description": null,
|
|
36344
|
+
"args": [],
|
|
36345
|
+
"type": {
|
|
36346
|
+
"kind": "SCALAR",
|
|
36347
|
+
"name": "String",
|
|
36348
|
+
"ofType": null
|
|
36349
|
+
},
|
|
36350
|
+
"isDeprecated": false,
|
|
36351
|
+
"deprecationReason": null
|
|
36352
|
+
},
|
|
36353
|
+
{
|
|
36354
|
+
"name": "method",
|
|
36355
|
+
"description": null,
|
|
36356
|
+
"args": [],
|
|
36357
|
+
"type": {
|
|
36358
|
+
"kind": "NON_NULL",
|
|
36359
|
+
"name": null,
|
|
36360
|
+
"ofType": {
|
|
36361
|
+
"kind": "SCALAR",
|
|
36362
|
+
"name": "String",
|
|
36363
|
+
"ofType": null
|
|
36364
|
+
}
|
|
36365
|
+
},
|
|
36366
|
+
"isDeprecated": false,
|
|
36367
|
+
"deprecationReason": null
|
|
36368
|
+
},
|
|
36369
|
+
{
|
|
36370
|
+
"name": "name",
|
|
36371
|
+
"description": null,
|
|
36372
|
+
"args": [],
|
|
36373
|
+
"type": {
|
|
36374
|
+
"kind": "SCALAR",
|
|
36375
|
+
"name": "String",
|
|
36376
|
+
"ofType": null
|
|
36377
|
+
},
|
|
36378
|
+
"isDeprecated": false,
|
|
36379
|
+
"deprecationReason": null
|
|
36380
|
+
}
|
|
36381
|
+
],
|
|
36382
|
+
"inputFields": null,
|
|
36383
|
+
"interfaces": [],
|
|
36384
|
+
"enumValues": null,
|
|
36385
|
+
"possibleTypes": null
|
|
36386
|
+
},
|
|
36387
|
+
{
|
|
36388
|
+
"kind": "OBJECT",
|
|
36389
|
+
"name": "LoginMethodsResponse",
|
|
36390
|
+
"description": null,
|
|
36391
|
+
"fields": [
|
|
36392
|
+
{
|
|
36393
|
+
"name": "login_method_descriptor",
|
|
36394
|
+
"description": null,
|
|
36395
|
+
"args": [],
|
|
36396
|
+
"type": {
|
|
36397
|
+
"kind": "NON_NULL",
|
|
36398
|
+
"name": null,
|
|
36399
|
+
"ofType": {
|
|
36400
|
+
"kind": "LIST",
|
|
36401
|
+
"name": null,
|
|
36402
|
+
"ofType": {
|
|
36403
|
+
"kind": "NON_NULL",
|
|
36404
|
+
"name": null,
|
|
36405
|
+
"ofType": {
|
|
36406
|
+
"kind": "OBJECT",
|
|
36407
|
+
"name": "LoginMethodDescriptor",
|
|
36408
|
+
"ofType": null
|
|
36409
|
+
}
|
|
36410
|
+
}
|
|
36411
|
+
}
|
|
36412
|
+
},
|
|
36413
|
+
"isDeprecated": false,
|
|
36414
|
+
"deprecationReason": null
|
|
36415
|
+
}
|
|
36416
|
+
],
|
|
36417
|
+
"inputFields": null,
|
|
36418
|
+
"interfaces": [],
|
|
36419
|
+
"enumValues": null,
|
|
36420
|
+
"possibleTypes": null
|
|
36421
|
+
},
|
|
36312
36422
|
{
|
|
36313
36423
|
"kind": "OBJECT",
|
|
36314
36424
|
"name": "Logo",
|
|
@@ -40436,6 +40546,39 @@
|
|
|
40436
40546
|
"isDeprecated": false,
|
|
40437
40547
|
"deprecationReason": null
|
|
40438
40548
|
},
|
|
40549
|
+
{
|
|
40550
|
+
"name": "loginMethods",
|
|
40551
|
+
"description": null,
|
|
40552
|
+
"args": [
|
|
40553
|
+
{
|
|
40554
|
+
"name": "email",
|
|
40555
|
+
"description": null,
|
|
40556
|
+
"type": {
|
|
40557
|
+
"kind": "NON_NULL",
|
|
40558
|
+
"name": null,
|
|
40559
|
+
"ofType": {
|
|
40560
|
+
"kind": "SCALAR",
|
|
40561
|
+
"name": "String",
|
|
40562
|
+
"ofType": null
|
|
40563
|
+
}
|
|
40564
|
+
},
|
|
40565
|
+
"defaultValue": null,
|
|
40566
|
+
"isDeprecated": false,
|
|
40567
|
+
"deprecationReason": null
|
|
40568
|
+
}
|
|
40569
|
+
],
|
|
40570
|
+
"type": {
|
|
40571
|
+
"kind": "NON_NULL",
|
|
40572
|
+
"name": null,
|
|
40573
|
+
"ofType": {
|
|
40574
|
+
"kind": "OBJECT",
|
|
40575
|
+
"name": "LoginMethodsResponse",
|
|
40576
|
+
"ofType": null
|
|
40577
|
+
}
|
|
40578
|
+
},
|
|
40579
|
+
"isDeprecated": false,
|
|
40580
|
+
"deprecationReason": null
|
|
40581
|
+
},
|
|
40439
40582
|
{
|
|
40440
40583
|
"name": "make_deposit",
|
|
40441
40584
|
"description": "Make a deposit to a source account\ninternal only",
|
|
@@ -42844,6 +42987,135 @@
|
|
|
42844
42987
|
"isDeprecated": false,
|
|
42845
42988
|
"deprecationReason": null
|
|
42846
42989
|
},
|
|
42990
|
+
{
|
|
42991
|
+
"name": "updatePassword",
|
|
42992
|
+
"description": null,
|
|
42993
|
+
"args": [
|
|
42994
|
+
{
|
|
42995
|
+
"name": "accessToken",
|
|
42996
|
+
"description": null,
|
|
42997
|
+
"type": {
|
|
42998
|
+
"kind": "NON_NULL",
|
|
42999
|
+
"name": null,
|
|
43000
|
+
"ofType": {
|
|
43001
|
+
"kind": "SCALAR",
|
|
43002
|
+
"name": "String",
|
|
43003
|
+
"ofType": null
|
|
43004
|
+
}
|
|
43005
|
+
},
|
|
43006
|
+
"defaultValue": null,
|
|
43007
|
+
"isDeprecated": false,
|
|
43008
|
+
"deprecationReason": null
|
|
43009
|
+
},
|
|
43010
|
+
{
|
|
43011
|
+
"name": "client",
|
|
43012
|
+
"description": null,
|
|
43013
|
+
"type": {
|
|
43014
|
+
"kind": "NON_NULL",
|
|
43015
|
+
"name": null,
|
|
43016
|
+
"ofType": {
|
|
43017
|
+
"kind": "SCALAR",
|
|
43018
|
+
"name": "String",
|
|
43019
|
+
"ofType": null
|
|
43020
|
+
}
|
|
43021
|
+
},
|
|
43022
|
+
"defaultValue": null,
|
|
43023
|
+
"isDeprecated": false,
|
|
43024
|
+
"deprecationReason": null
|
|
43025
|
+
},
|
|
43026
|
+
{
|
|
43027
|
+
"name": "expiry",
|
|
43028
|
+
"description": null,
|
|
43029
|
+
"type": {
|
|
43030
|
+
"kind": "NON_NULL",
|
|
43031
|
+
"name": null,
|
|
43032
|
+
"ofType": {
|
|
43033
|
+
"kind": "SCALAR",
|
|
43034
|
+
"name": "String",
|
|
43035
|
+
"ofType": null
|
|
43036
|
+
}
|
|
43037
|
+
},
|
|
43038
|
+
"defaultValue": null,
|
|
43039
|
+
"isDeprecated": false,
|
|
43040
|
+
"deprecationReason": null
|
|
43041
|
+
},
|
|
43042
|
+
{
|
|
43043
|
+
"name": "password",
|
|
43044
|
+
"description": null,
|
|
43045
|
+
"type": {
|
|
43046
|
+
"kind": "NON_NULL",
|
|
43047
|
+
"name": null,
|
|
43048
|
+
"ofType": {
|
|
43049
|
+
"kind": "SCALAR",
|
|
43050
|
+
"name": "String",
|
|
43051
|
+
"ofType": null
|
|
43052
|
+
}
|
|
43053
|
+
},
|
|
43054
|
+
"defaultValue": null,
|
|
43055
|
+
"isDeprecated": false,
|
|
43056
|
+
"deprecationReason": null
|
|
43057
|
+
},
|
|
43058
|
+
{
|
|
43059
|
+
"name": "password_confirmation",
|
|
43060
|
+
"description": null,
|
|
43061
|
+
"type": {
|
|
43062
|
+
"kind": "NON_NULL",
|
|
43063
|
+
"name": null,
|
|
43064
|
+
"ofType": {
|
|
43065
|
+
"kind": "SCALAR",
|
|
43066
|
+
"name": "String",
|
|
43067
|
+
"ofType": null
|
|
43068
|
+
}
|
|
43069
|
+
},
|
|
43070
|
+
"defaultValue": null,
|
|
43071
|
+
"isDeprecated": false,
|
|
43072
|
+
"deprecationReason": null
|
|
43073
|
+
},
|
|
43074
|
+
{
|
|
43075
|
+
"name": "tokenType",
|
|
43076
|
+
"description": null,
|
|
43077
|
+
"type": {
|
|
43078
|
+
"kind": "NON_NULL",
|
|
43079
|
+
"name": null,
|
|
43080
|
+
"ofType": {
|
|
43081
|
+
"kind": "SCALAR",
|
|
43082
|
+
"name": "String",
|
|
43083
|
+
"ofType": null
|
|
43084
|
+
}
|
|
43085
|
+
},
|
|
43086
|
+
"defaultValue": null,
|
|
43087
|
+
"isDeprecated": false,
|
|
43088
|
+
"deprecationReason": null
|
|
43089
|
+
},
|
|
43090
|
+
{
|
|
43091
|
+
"name": "uid",
|
|
43092
|
+
"description": null,
|
|
43093
|
+
"type": {
|
|
43094
|
+
"kind": "NON_NULL",
|
|
43095
|
+
"name": null,
|
|
43096
|
+
"ofType": {
|
|
43097
|
+
"kind": "SCALAR",
|
|
43098
|
+
"name": "String",
|
|
43099
|
+
"ofType": null
|
|
43100
|
+
}
|
|
43101
|
+
},
|
|
43102
|
+
"defaultValue": null,
|
|
43103
|
+
"isDeprecated": false,
|
|
43104
|
+
"deprecationReason": null
|
|
43105
|
+
}
|
|
43106
|
+
],
|
|
43107
|
+
"type": {
|
|
43108
|
+
"kind": "NON_NULL",
|
|
43109
|
+
"name": null,
|
|
43110
|
+
"ofType": {
|
|
43111
|
+
"kind": "OBJECT",
|
|
43112
|
+
"name": "UpdatePasswordResponse",
|
|
43113
|
+
"ofType": null
|
|
43114
|
+
}
|
|
43115
|
+
},
|
|
43116
|
+
"isDeprecated": false,
|
|
43117
|
+
"deprecationReason": null
|
|
43118
|
+
},
|
|
42847
43119
|
{
|
|
42848
43120
|
"name": "updatePaymentIntent",
|
|
42849
43121
|
"description": null,
|
|
@@ -61985,6 +62257,33 @@
|
|
|
61985
62257
|
"enumValues": null,
|
|
61986
62258
|
"possibleTypes": null
|
|
61987
62259
|
},
|
|
62260
|
+
{
|
|
62261
|
+
"kind": "OBJECT",
|
|
62262
|
+
"name": "UpdatePasswordResponse",
|
|
62263
|
+
"description": null,
|
|
62264
|
+
"fields": [
|
|
62265
|
+
{
|
|
62266
|
+
"name": "user",
|
|
62267
|
+
"description": null,
|
|
62268
|
+
"args": [],
|
|
62269
|
+
"type": {
|
|
62270
|
+
"kind": "NON_NULL",
|
|
62271
|
+
"name": null,
|
|
62272
|
+
"ofType": {
|
|
62273
|
+
"kind": "OBJECT",
|
|
62274
|
+
"name": "User",
|
|
62275
|
+
"ofType": null
|
|
62276
|
+
}
|
|
62277
|
+
},
|
|
62278
|
+
"isDeprecated": false,
|
|
62279
|
+
"deprecationReason": null
|
|
62280
|
+
}
|
|
62281
|
+
],
|
|
62282
|
+
"inputFields": null,
|
|
62283
|
+
"interfaces": [],
|
|
62284
|
+
"enumValues": null,
|
|
62285
|
+
"possibleTypes": null
|
|
62286
|
+
},
|
|
61988
62287
|
{
|
|
61989
62288
|
"kind": "INPUT_OBJECT",
|
|
61990
62289
|
"name": "UpdateStripePaymentIntent",
|
package/index.d.ts
CHANGED
|
@@ -4028,6 +4028,20 @@ export type LocationableType =
|
|
|
4028
4028
|
| 'Retailer'
|
|
4029
4029
|
| 'RetailerAccount';
|
|
4030
4030
|
|
|
4031
|
+
export type LoginMethodDescriptor = {
|
|
4032
|
+
__typename?: 'LoginMethodDescriptor';
|
|
4033
|
+
auth0_connection_type?: Maybe<Scalars['String']['output']>;
|
|
4034
|
+
brand_slug?: Maybe<Scalars['String']['output']>;
|
|
4035
|
+
icon?: Maybe<Scalars['String']['output']>;
|
|
4036
|
+
method: Scalars['String']['output'];
|
|
4037
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
4038
|
+
};
|
|
4039
|
+
|
|
4040
|
+
export type LoginMethodsResponse = {
|
|
4041
|
+
__typename?: 'LoginMethodsResponse';
|
|
4042
|
+
login_method_descriptor: Array<LoginMethodDescriptor>;
|
|
4043
|
+
};
|
|
4044
|
+
|
|
4031
4045
|
export type Logo = {
|
|
4032
4046
|
__typename?: 'Logo';
|
|
4033
4047
|
external_video_url?: Maybe<Scalars['String']['output']>;
|
|
@@ -4183,6 +4197,7 @@ export type Mutation = {
|
|
|
4183
4197
|
inviteRetailers?: Maybe<Scalars['ID']['output']>;
|
|
4184
4198
|
inviteRetailersAndPublishPaidAd: Scalars['ID']['output'];
|
|
4185
4199
|
joinRetailer: Permission;
|
|
4200
|
+
loginMethods: LoginMethodsResponse;
|
|
4186
4201
|
/**
|
|
4187
4202
|
* Make a deposit to a source account
|
|
4188
4203
|
* internal only
|
|
@@ -4251,6 +4266,7 @@ export type Mutation = {
|
|
|
4251
4266
|
updateLocation?: Maybe<Location>;
|
|
4252
4267
|
updateLogo: SubBrandLogo;
|
|
4253
4268
|
updatePaidAd?: Maybe<Scalars['ID']['output']>;
|
|
4269
|
+
updatePassword: UpdatePasswordResponse;
|
|
4254
4270
|
updatePaymentIntent?: Maybe<StripePaymentIntent>;
|
|
4255
4271
|
updateSsoConnection: SsoConnection;
|
|
4256
4272
|
updateUser: UpdateUserResponse;
|
|
@@ -4754,6 +4770,11 @@ export type MutationJoinRetailerArgs = {
|
|
|
4754
4770
|
};
|
|
4755
4771
|
|
|
4756
4772
|
|
|
4773
|
+
export type MutationLoginMethodsArgs = {
|
|
4774
|
+
email: Scalars['String']['input'];
|
|
4775
|
+
};
|
|
4776
|
+
|
|
4777
|
+
|
|
4757
4778
|
export type MutationMake_DepositArgs = {
|
|
4758
4779
|
data: MakeDepositData;
|
|
4759
4780
|
};
|
|
@@ -5074,6 +5095,17 @@ export type MutationUpdatePaidAdArgs = {
|
|
|
5074
5095
|
};
|
|
5075
5096
|
|
|
5076
5097
|
|
|
5098
|
+
export type MutationUpdatePasswordArgs = {
|
|
5099
|
+
accessToken: Scalars['String']['input'];
|
|
5100
|
+
client: Scalars['String']['input'];
|
|
5101
|
+
expiry: Scalars['String']['input'];
|
|
5102
|
+
password: Scalars['String']['input'];
|
|
5103
|
+
password_confirmation: Scalars['String']['input'];
|
|
5104
|
+
tokenType: Scalars['String']['input'];
|
|
5105
|
+
uid: Scalars['String']['input'];
|
|
5106
|
+
};
|
|
5107
|
+
|
|
5108
|
+
|
|
5077
5109
|
export type MutationUpdatePaymentIntentArgs = {
|
|
5078
5110
|
data: UpdateStripePaymentIntent;
|
|
5079
5111
|
};
|
|
@@ -7402,6 +7434,11 @@ export type UpdatePaidAdParams = {
|
|
|
7402
7434
|
data: UpdatePaidAdData;
|
|
7403
7435
|
};
|
|
7404
7436
|
|
|
7437
|
+
export type UpdatePasswordResponse = {
|
|
7438
|
+
__typename?: 'UpdatePasswordResponse';
|
|
7439
|
+
user: User;
|
|
7440
|
+
};
|
|
7441
|
+
|
|
7405
7442
|
export type UpdateStripePaymentIntent = {
|
|
7406
7443
|
amount_cents: Scalars['String']['input'];
|
|
7407
7444
|
id: Scalars['ID']['input'];
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -3890,6 +3890,18 @@ enum LocationableType {
|
|
|
3890
3890
|
RetailerAccount
|
|
3891
3891
|
}
|
|
3892
3892
|
|
|
3893
|
+
type LoginMethodDescriptor {
|
|
3894
|
+
auth0_connection_type: String
|
|
3895
|
+
brand_slug: String
|
|
3896
|
+
icon: String
|
|
3897
|
+
method: String!
|
|
3898
|
+
name: String
|
|
3899
|
+
}
|
|
3900
|
+
|
|
3901
|
+
type LoginMethodsResponse {
|
|
3902
|
+
login_method_descriptor: [LoginMethodDescriptor!]!
|
|
3903
|
+
}
|
|
3904
|
+
|
|
3893
3905
|
type Logo {
|
|
3894
3906
|
external_video_url: String
|
|
3895
3907
|
file: File
|
|
@@ -4043,6 +4055,7 @@ type Mutation {
|
|
|
4043
4055
|
inviteRetailers(params: InviteRetailersParams!): ID
|
|
4044
4056
|
inviteRetailersAndPublishPaidAd(inviteParams: InviteRetailersParams!, publishParams: PublishPaidAdParams!): ID!
|
|
4045
4057
|
joinRetailer(brandId: ID!, linkId: ID!): Permission!
|
|
4058
|
+
loginMethods(email: String!): LoginMethodsResponse!
|
|
4046
4059
|
|
|
4047
4060
|
"""
|
|
4048
4061
|
Make a deposit to a source account
|
|
@@ -4119,6 +4132,7 @@ type Mutation {
|
|
|
4119
4132
|
updateLocation(id: ID!, location: LocationInput!): Location
|
|
4120
4133
|
updateLogo(id: ID!, logo: CreateOrUpdateLogoData!): SubBrandLogo!
|
|
4121
4134
|
updatePaidAd(params: UpdatePaidAdParams!): ID
|
|
4135
|
+
updatePassword(accessToken: String!, client: String!, expiry: String!, password: String!, password_confirmation: String!, tokenType: String!, uid: String!): UpdatePasswordResponse!
|
|
4122
4136
|
updatePaymentIntent(data: UpdateStripePaymentIntent!): StripePaymentIntent
|
|
4123
4137
|
updateSsoConnection(id: ID!, sso_connection: SsoConnectionInput!, user_id: ID!): SsoConnection!
|
|
4124
4138
|
updateUser(user: UpdateUserInput!): UpdateUserResponse!
|
|
@@ -5798,6 +5812,10 @@ input UpdatePaidAdParams {
|
|
|
5798
5812
|
data: UpdatePaidAdData!
|
|
5799
5813
|
}
|
|
5800
5814
|
|
|
5815
|
+
type UpdatePasswordResponse {
|
|
5816
|
+
user: User!
|
|
5817
|
+
}
|
|
5818
|
+
|
|
5801
5819
|
input UpdateStripePaymentIntent {
|
|
5802
5820
|
amount_cents: String!
|
|
5803
5821
|
id: ID!
|